0byt3m1n1
Path:
/
data
/
25
/
2
/
159
/
90
/
2485742
/
meta
/
2722198
/
mysql.backup
/
[
Home
]
File: 1_0330990_2.mysqlcluster19.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster19 Database: 1_0330990_2 -- ------------------------------------------------------ -- Server version 5.6.50-90.0-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_actionscheduler_actions` -- DROP TABLE IF EXISTS `wp_actionscheduler_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_actionscheduler_actions` ( `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `hook` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL, `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `scheduled_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `scheduled_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `args` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `schedule` longtext COLLATE utf8mb4_unicode_520_ci, `group_id` bigint(20) unsigned NOT NULL DEFAULT '0', `attempts` int(11) NOT NULL DEFAULT '0', `last_attempt_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `last_attempt_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `claim_id` bigint(20) unsigned NOT NULL DEFAULT '0', `extended_args` varchar(8000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, PRIMARY KEY (`action_id`), KEY `hook` (`hook`), KEY `status` (`status`), KEY `scheduled_date_gmt` (`scheduled_date_gmt`), KEY `args` (`args`), KEY `group_id` (`group_id`), KEY `last_attempt_gmt` (`last_attempt_gmt`), KEY `claim_id` (`claim_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_actionscheduler_actions` -- LOCK TABLES `wp_actionscheduler_actions` WRITE; /*!40000 ALTER TABLE `wp_actionscheduler_actions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_actionscheduler_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_actionscheduler_claims` -- DROP TABLE IF EXISTS `wp_actionscheduler_claims`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_actionscheduler_claims` ( `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`claim_id`), KEY `date_created_gmt` (`date_created_gmt`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_actionscheduler_claims` -- LOCK TABLES `wp_actionscheduler_claims` WRITE; /*!40000 ALTER TABLE `wp_actionscheduler_claims` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_actionscheduler_claims` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_actionscheduler_groups` -- DROP TABLE IF EXISTS `wp_actionscheduler_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_actionscheduler_groups` ( `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `slug` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`group_id`), KEY `slug` (`slug`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_actionscheduler_groups` -- LOCK TABLES `wp_actionscheduler_groups` WRITE; /*!40000 ALTER TABLE `wp_actionscheduler_groups` DISABLE KEYS */; INSERT INTO `wp_actionscheduler_groups` VALUES (1,'action-scheduler-migration'),(2,'wc-admin-data'); /*!40000 ALTER TABLE `wp_actionscheduler_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_actionscheduler_logs` -- DROP TABLE IF EXISTS `wp_actionscheduler_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_actionscheduler_logs` ( `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `action_id` bigint(20) unsigned NOT NULL, `message` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `log_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `log_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`log_id`), KEY `action_id` (`action_id`), KEY `log_date_gmt` (`log_date_gmt`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_actionscheduler_logs` -- LOCK TABLES `wp_actionscheduler_logs` WRITE; /*!40000 ALTER TABLE `wp_actionscheduler_logs` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_actionscheduler_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_blc_filters` -- DROP TABLE IF EXISTS `wp_blc_filters`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_blc_filters` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL, `params` text COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_blc_filters` -- LOCK TABLES `wp_blc_filters` WRITE; /*!40000 ALTER TABLE `wp_blc_filters` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_blc_filters` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_blc_instances` -- DROP TABLE IF EXISTS `wp_blc_instances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_blc_instances` ( `instance_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `link_id` int(10) unsigned NOT NULL, `container_id` int(10) unsigned NOT NULL, `container_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `link_text` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `parser_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'link', `container_field` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_context` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `raw_url` text COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`instance_id`), KEY `link_id` (`link_id`), KEY `source_id` (`container_type`,`container_id`), KEY `parser_type` (`parser_type`) ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_blc_instances` -- LOCK TABLES `wp_blc_instances` WRITE; /*!40000 ALTER TABLE `wp_blc_instances` DISABLE KEYS */; INSERT INTO `wp_blc_instances` VALUES (1,1,1,'comment','A WordPress Commenter','url_field','comment_author_url','','https://wordpress.org/'),(2,2,1,'comment','Gravatar','link','comment_content','','https://gravatar.com'),(3,3,2,'page','your dashboard','link','post_content','','http://deanostudios.com/wp-admin/'),(4,4,3901,'page','H2Ocean Team','link','post_content','','http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/'),(5,5,3901,'page','Deano Cook Signature Collection from Fusion Tattoo Ink','link','post_content','','http://www.fusiontattooink.com/category-s/1837.htm'),(6,6,3901,'page','<img class=\"alignright wp-image-5023\" src=\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/Deano_Guy_collab.jpg\" width=\"383\" height=\"578\" />Collaboration by Deano Cook and Guy Aitchison - 2013','link','post_content','','http://www.guyaitchison.com/Art_Galleries/Collaborative_Original%20Art/art_72418.html'),(7,7,3901,'page','<img class=\"alignright wp-image-5595\" src=\"http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/deanojilliantatpoollow-680x1024.jpg\" alt=\"\" width=\"365\" height=\"549\" />Bimini Shark Week with Deano Cook - 2013','link','post_content','','http://shark-girl.blogspot.com/2013/08/bimini-shark-week-with-deano-cook.html'),(8,8,3901,'page','Featured on Inked Magazine - 2014','link','post_content','','http://www.inkedmag.com/tattoos-deano-cook/'),(9,9,3901,'page','FishCrack.com - 2013','link','post_content','','http://www.fishcrack.com/sport-fishing-tattoo-designs-artist-deano-cook-takes-marine-art-to-the-next-level/'),(10,10,3901,'page','','image','post_content','','http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/Deano_Guy_collab.jpg'),(11,11,3901,'page','','image','post_content','','http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/deanojilliantatpoollow-680x1024.jpg'),(12,12,3901,'page','','image','post_content','','http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/IMG_4915.jpg'),(13,13,3901,'page','','image','post_content','','http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/IMG_5735-1024x768.jpg'),(14,14,3970,'page','Send a message through our booking form','link','post_content','','http://www.artlanta.com/deanostudios/contact/'),(15,14,3970,'page','fill out our inquiry form','link','post_content','','http://www.artlanta.com/deanostudios/contact/'); /*!40000 ALTER TABLE `wp_blc_instances` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_blc_links` -- DROP TABLE IF EXISTS `wp_blc_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_blc_links` ( `link_id` int(20) unsigned NOT NULL AUTO_INCREMENT, `url` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL, `first_failure` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `last_check` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `last_success` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `last_check_attempt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `check_count` int(4) unsigned NOT NULL DEFAULT '0', `final_url` text CHARACTER SET latin1 COLLATE latin1_general_cs NOT NULL, `redirect_count` smallint(5) unsigned NOT NULL DEFAULT '0', `log` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `http_code` smallint(6) NOT NULL DEFAULT '0', `status_code` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '', `status_text` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT '', `request_duration` float NOT NULL DEFAULT '0', `timeout` tinyint(1) unsigned NOT NULL DEFAULT '0', `broken` tinyint(1) unsigned NOT NULL DEFAULT '0', `warning` tinyint(1) unsigned NOT NULL DEFAULT '0', `may_recheck` tinyint(1) NOT NULL DEFAULT '1', `being_checked` tinyint(1) NOT NULL DEFAULT '0', `result_hash` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `false_positive` tinyint(1) NOT NULL DEFAULT '0', `dismissed` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`link_id`), KEY `url` (`url`(150)), KEY `final_url` (`final_url`(150)), KEY `http_code` (`http_code`), KEY `broken` (`broken`) ) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_blc_links` -- LOCK TABLES `wp_blc_links` WRITE; /*!40000 ALTER TABLE `wp_blc_links` DISABLE KEYS */; INSERT INTO `wp_blc_links` VALUES (1,'https://wordpress.org/','0000-00-00 00:00:00','2017-04-29 02:23:53','2017-04-29 02:23:53','2017-04-29 02:23:53',0,'https://wordpress.org/',0,'=== HTTP code : 200 ===\n\nResponse headers\n================\nHTTP/1.1 200 OK\r\nServer: nginx\r\nDate: Sat, 29 Apr 2017 02:23:52 GMT\r\nContent-Type: text/html; charset=utf-8\r\nConnection: close\r\nVary: Accept-Encoding\r\nStrict-Transport-Security: max-age=360\r\nX-Olaf: ⛄\r\nX-Frame-Options: SAMEORIGIN\r\nX-nc: HIT lax 250\r\n\r\nRequest headers\n================\nHEAD / HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\r\nHost: wordpress.org\r\nAccept: */*\r\nReferer: http://deanostudios.com\r\nConnection: close\r\n\r\n\nLink is valid.',200,'','',0.222205,0,0,0,1,0,'200|0|0|https://wordpress.org/',0,0),(2,'https://gravatar.com','0000-00-00 00:00:00','2017-04-29 02:23:45','2017-04-29 02:23:45','2017-04-29 02:23:45',0,'http://en.gravatar.com/',1,'=== HTTP code : 200 ===\n\nResponse headers\n================\nHTTP/1.1 302 Found\r\nServer: nginx\r\nDate: Sat, 29 Apr 2017 02:23:44 GMT\r\nContent-Type: text/html; charset=utf-8\r\nConnection: close\r\nP3P: CP="CAO PSA"\r\nX-Frame-Options: SAMEORIGIN\r\nExpires: Wed, 11 Jan 1984 05:00:00 GMT\r\nLast-Modified: Sat, 29 Apr 2017 02:23:44 GMT\r\nCache-Control: no-cache, must-revalidate, max-age=0\r\nPragma: no-cache\r\nLocation: http://en.gravatar.com/\r\n\r\nHTTP/1.1 200 OK\r\nServer: nginx\r\nDate: Sat, 29 Apr 2017 02:23:44 GMT\r\nContent-Type: text/html; charset=utf-8\r\nConnection: close\r\nVary: Accept-Encoding\r\nP3P: CP="CAO PSA"\r\nExpires: Wed, 11 Jan 1984 05:00:00 GMT\r\nLast-Modified: Sat, 29 Apr 2017 02:23:44 GMT\r\nCache-Control: no-cache, must-revalidate, max-age=0\r\nPragma: no-cache\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nRequest headers\n================\nHEAD / HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\r\nHost: en.gravatar.com\r\nAccept: */*\r\nReferer: http://deanostudios.com\r\nConnection: close\r\n\r\n\nLink is valid.',200,'','',0.151798,0,0,0,1,0,'200|0|0|http://en.gravatar.com/',0,0),(3,'http://deanostudios.com/wp-admin/','0000-00-00 00:00:00','2017-04-29 02:23:53','2017-04-29 02:23:53','2017-04-29 02:23:53',0,'http://deanostudios.com/wp-login.php?redirect_to=http%3A%2F%2Fdeanostudios.com%2Fwp-admin%2F&reauth=1',1,'=== HTTP code : 302 ===\n\nResponse headers\n================\nHTTP/1.1 302 Moved Temporarily\r\nDate: Sat, 29 Apr 2017 02:23:55 GMT\r\nContent-Type: text/html; charset=UTF-8\r\nConnection: close\r\nSet-Cookie: __cfduid=dba97554b9fa8c2f1d45ccaf8866c21611493432632; expires=Sun, 29-Apr-18 02:23:52 GMT; path=/; domain=.deanostudios.com; HttpOnly\r\nX-Powered-By: PHP/5.6.17-pl0-gentoo\r\nExpires: Wed, 11 Jan 1984 05:00:00 GMT\r\nCache-Control: no-cache, must-revalidate, max-age=0\r\nLocation: http://deanostudios.com/wp-login.php?redirect_to=http%3A%2F%2Fdeanostudios.com%2Fwp-admin%2F&reauth=1\r\nServer: cloudflare-nginx\r\nCF-RAY: 356ecd43e08a5e8e-TPA\r\n\r\nRequest headers\n================\nHEAD /wp-login.php?redirect_to=http%3A%2F%2Fdeanostudios.com%2Fwp-admin%2F&reauth=1 HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\r\nHost: deanostudios.com\r\nAccept: */*\r\nReferer: http://deanostudios.com\r\nConnection: close\r\n\r\n\nLink is valid.',302,'','',29.5367,0,0,0,1,0,'302|0|0|http://deanostudios.com/wp-login.php',0,0),(4,'http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/','2017-04-26 01:26:25','2017-04-29 04:23:44','2017-04-23 01:24:49','2017-04-29 04:23:44',4,'http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/',0,'=== HTTP code : 404 ===\n\nResponse headers\n================\nHTTP/1.1 404 Not Found\r\nDate: Sat, 29 Apr 2017 04:23:44 GMT\r\nContent-Type: text/html; charset=UTF-8\r\nTransfer-Encoding: chunked\r\nConnection: close\r\nSet-Cookie: __cfduid=db3a87a5c4f9fd36e48b4adb0d24eca271493439823; expires=Sun, 29-Apr-18 04:23:43 GMT; path=/; domain=.h2ocean.com; HttpOnly\r\nPragma: no-cache\r\nExpires: Wed, 11 Jan 1984 05:00:00 GMT\r\nCache-Control: no-cache, must-revalidate, max-age=0\r\nLink: <http://h2ocean.com/tattoo-aftercare/wp-json/>; rel="https://api.w.org/"\r\nSet-Cookie: PHPSESSID=op71e000oesp4sck7lakqok7i4; path=/\r\nServer: cloudflare-nginx\r\nCF-RAY: 356f7cd274b75eb2-TPA\r\n\r\nRequest headers\n================\nGET /tattoo-aftercare/proteam/deano-cook/ HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\r\nHost: h2ocean.com\r\nAccept: */*\r\nReferer: http://deanostudios.com\r\nConnection: close\r\nRange: bytes=0-2048\r\n\r\nResponse HTML\n================\n\n<!DOCTYPE html>\n<!--[if IE 8 ]><html class="ie ie8" lang="en-US" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://ogp.me/ns/fb#"> <![endif]-->\n<!--[if (gte IE 9)|!(IE)]><!--><html lang="en-US" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://ogp.me/ns/fb#"> <!--<![endif]--><head>\n\n<meta charset="UTF-8" />\n<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no" />\n\n<title>Nothing found for Tattoo Aftercare Proteam Deano Cook</title>\n\n<link rel="profile" href="http://gmpg.org/xfn/11" />\n<link rel="pingback" href="http://h2ocean.com/tattoo-aftercare/xmlrpc.php" />\n\n<!-- ******************************************************************** -->\n<!-- ************************ Custom Favicon **************************** -->\n<!-- ******************************************************************** -->\n\n\n<link rel="shortcut icon" href="http://h2ocean.com/tattoo-aftercare/wp-content/uploads/2017/04/trident-small.png" />\n\n<!-- ******************************************************************** -->\n<!-- *********************** Custom Javascript ************************** -->\n<!-- ******************************************************************** -->\n\n <script type="text/javascript">\r\n \r\n//JavaScript goes here\r\n\r\n</script>\n<!-- ******************************************************************** -->\n<!-- *********************** WordPress wp_head() ************************ -->\n<!-- ******************************************************************** -->\n \n<script type=\'text/javascript\'>SG_POPUPS_QUEUE = [];SG_POPUP_DATA = [];SG_APP_POPUP_URL = \'http://h2ocean.com/tattoo-aftercare/wp-content/plugins/popup-builder\';SG_POPUP_VERSION=\'2.49_1;\'</script>\n<!-- All in One SEO Pack 2.3.11.3 by Michael Torbert of Semper Fi Web Design[426,484] -->\n<!-- /all in one seo pack -->\n<link rel=\'dns-prefetch\' href=\'//maps.googleapis.com\' />\n<link rel=\'dns-prefetch\' href=\'//www.youtube.com\' />\n<link rel=\'dns-prefetch\' href=\'//a.vimeocdn.com\' />\n<link rel=\'dns-prefetch\' href=\'//fonts\nLink is broken.',404,'','',0.731883,0,1,0,1,0,'404|broken|0|http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/',0,0),(5,'http://www.fusiontattooink.com/category-s/1837.htm','0000-00-00 00:00:00','2017-04-29 02:23:42','2017-04-29 02:23:42','2017-04-29 02:23:42',0,'http://www.fusiontattooink.com/category-s/1837.htm',0,'=== HTTP code : 200 ===\n\nResponse headers\n================\nHTTP/1.1 200 OK\r\nCache-Control: private\r\nContent-Length: 53670\r\nContent-Type: text/html; Charset=UTF-8\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: vsettings=; expires=Mon, 23-Apr-2018 07:00:00 GMT; path=/\r\nSet-Cookie: Referrer=www%2Edeanostudios%2Ecom; expires=Sun, 29-Apr-2018 02:23:42 GMT; path=/\r\nSet-Cookie: AffiliateID=; expires=Sun, 29-Apr-2018 02:23:42 GMT; path=/\r\nSet-Cookie: AffiliateTrackedToday=; expires=Sun, 30-Apr-2017 02:23:42 GMT; path=/\r\nSet-Cookie: ASPSESSIONIDSQQQBACQ=HLMENFIBBFGAEDKMGCNAGAHL; path=/\r\nX-Powered-By: ASP.NET\r\nDate: Sat, 29 Apr 2017 02:23:41 GMT\r\nConnection: close\r\n\r\nRequest headers\n================\nHEAD /category-s/1837.htm HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\r\nHost: www.fusiontattooink.com\r\nAccept: */*\r\nReferer: http://deanostudios.com\r\nConnection: close\r\n\r\n\nLink is valid.',200,'','',0.555429,0,0,0,1,0,'200|0|0|http://www.fusiontattooink.com/category-s/1837.htm',0,0),(6,'http://www.guyaitchison.com/Art_Galleries/Collaborative_Original%20Art/art_72418.html','0000-00-00 00:00:00','2017-04-29 02:23:44','2017-04-29 02:23:44','2017-04-29 02:23:44',0,'http://www.guyaitchison.com/Art_Galleries/Collaborative_Original%20Art/art_72418.html',0,'=== HTTP code : 200 ===\n\nResponse headers\n================\nHTTP/1.1 200 OK\r\nContent-Length: 28763\r\nContent-Type: text/html\r\nLast-Modified: Wed, 01 Mar 2017 19:42:58 GMT\r\nAccept-Ranges: bytes\r\nETag: "4febc17c492d21:0"\r\nServer: Microsoft-IIS/7.5\r\nX-Powered-By: ASP.NET\r\nDate: Sat, 29 Apr 2017 02:23:47 GMT\r\nConnection: close\r\n\r\nRequest headers\n================\nHEAD /Art_Galleries/Collaborative_Original%20Art/art_72418.html HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\r\nHost: www.guyaitchison.com\r\nAccept: */*\r\nReferer: http://deanostudios.com\r\nConnection: close\r\n\r\n\nLink is valid.',200,'','',0.114436,0,0,0,1,0,'200|0|0|http://www.guyaitchison.com/Art_Galleries/Collaborative_Original%20Art/art_72418.html',0,0),(7,'http://shark-girl.blogspot.com/2013/08/bimini-shark-week-with-deano-cook.html','0000-00-00 00:00:00','2017-04-29 02:23:50','2017-04-29 02:23:50','2017-04-29 02:23:50',0,'http://shark-girl.blogspot.com/2013/08/bimini-shark-week-with-deano-cook.html',0,'=== HTTP code : 200 ===\n\nResponse headers\n================\nHTTP/1.1 200 OK\r\nContent-Type: text/html; charset=UTF-8\r\nExpires: Sat, 29 Apr 2017 02:23:49 GMT\r\nDate: Sat, 29 Apr 2017 02:23:49 GMT\r\nCache-Control: private, max-age=0\r\nLast-Modified: Sat, 08 Apr 2017 11:09:12 GMT\r\nETag: W/"a25c55ce223b4f8a6baa36ae7207130c8be7771237c0ddd589122323a65b6fc3"\r\nX-Content-Type-Options: nosniff\r\nX-XSS-Protection: 1; mode=block\r\nContent-Length: 0\r\nServer: GSE\r\nConnection: close\r\n\r\nRequest headers\n================\nHEAD /2013/08/bimini-shark-week-with-deano-cook.html HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\r\nHost: shark-girl.blogspot.com\r\nAccept: */*\r\nReferer: http://deanostudios.com\r\nConnection: close\r\n\r\n\nLink is valid.',200,'','',0.032955,0,0,0,1,0,'200|0|0|http://shark-girl.blogspot.com/2013/08/bimini-shark-week-with-deano-cook.html',0,0),(8,'http://www.inkedmag.com/tattoos-deano-cook/','0000-00-00 00:00:00','2017-04-29 02:23:43','2017-04-29 02:23:43','2017-04-29 02:23:43',0,'http://www.inkedmag.com/tattoos-deano-cook/',0,'=== HTTP code : 200 ===\n\nResponse headers\n================\nHTTP/1.1 200 OK\r\nDate: Sat, 29 Apr 2017 02:23:43 GMT\r\nContent-Type: text/html; charset=UTF-8\r\nConnection: close\r\nSet-Cookie: __cfduid=d1d52958dd62f3aa4a02dd4ae39899d291493432622; expires=Sun, 29-Apr-18 02:23:42 GMT; path=/; domain=.inkedmag.com; HttpOnly\r\nHTTPS-Verify: off\r\nLink: <http://www.inkedmag.com/wp-json/>; rel="https://api.w.org/", <http://www.inkedmag.com/?p=155966>; rel=shortlink\r\nX-Cache-Config: 0 0\r\nX-Cache-Status: MISS\r\nX-User-Agent: standard\r\nCF-Cache-Status: EXPIRED\r\nExpires: Sun, 29 Apr 2018 02:23:43 GMT\r\nCache-Control: public, max-age=31536000\r\nServer: cloudflare-nginx\r\nCF-RAY: 356ecd039207386a-ATL\r\n\r\nRequest headers\n================\nHEAD /tattoos-deano-cook/ HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\r\nHost: www.inkedmag.com\r\nAccept: */*\r\nReferer: http://deanostudios.com\r\nConnection: close\r\n\r\n\nLink is valid.',200,'','',0.654254,0,0,0,1,0,'200|0|0|http://www.inkedmag.com/tattoos-deano-cook/',0,0),(9,'http://www.fishcrack.com/sport-fishing-tattoo-designs-artist-deano-cook-takes-marine-art-to-the-next-level/','0000-00-00 00:00:00','2017-04-29 02:23:43','2017-04-29 02:23:43','2017-04-29 02:23:43',0,'http://www.fishcrack.com/sport-fishing-tattoo-designs-artist-deano-cook-takes-marine-art-to-the-next-level/',0,'=== HTTP code : 200 ===\n\nResponse headers\n================\nHTTP/1.1 200 OK\r\nServer: nginx/1.12.0\r\nDate: Sat, 29 Apr 2017 02:23:42 GMT\r\nContent-Type: text/html\r\nContent-Length: 33073\r\nConnection: close\r\nLast-Modified: Sat, 18 Feb 2017 16:47:09 GMT\r\nAccept-Ranges: bytes\r\nCache-Control: max-age=604800\r\nExpires: Sat, 06 May 2017 02:23:42 GMT\r\nVary: Accept-Encoding\r\n\r\nRequest headers\n================\nHEAD /sport-fishing-tattoo-designs-artist-deano-cook-takes-marine-art-to-the-next-level/ HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\r\nHost: www.fishcrack.com\r\nAccept: */*\r\nReferer: http://deanostudios.com\r\nConnection: close\r\n\r\n\nLink is valid.',200,'','',0.345689,0,0,0,1,0,'200|0|0|http://www.fishcrack.com/sport-fishing-tattoo-designs-artist-deano-cook-takes-marine-art-to-the-next-level/',0,0),(10,'http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/Deano_Guy_collab.jpg','0000-00-00 00:00:00','2017-04-29 02:23:50','2017-04-29 02:23:50','2017-04-29 02:23:50',0,'http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/Deano_Guy_collab.jpg',0,'=== HTTP code : 200 ===\n\nResponse headers\n================\nHTTP/1.1 200 OK\r\nDate: Sat, 29 Apr 2017 02:23:52 GMT\r\nServer: Apache/2.4.25\r\nLast-Modified: Fri, 06 Jan 2017 10:35:56 GMT\r\nETag: "1ee2661-14bec-5456a953b2d20"\r\nAccept-Ranges: bytes\r\nContent-Length: 84972\r\nConnection: close\r\nContent-Type: image/jpeg\r\n\r\nRequest headers\n================\nHEAD /deanostudios/wp-content/uploads/2017/01/Deano_Guy_collab.jpg HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\r\nHost: www.artlanta.com\r\nAccept: */*\r\nReferer: http://deanostudios.com\r\nConnection: close\r\n\r\n\nLink is valid.',200,'','',0.115555,0,0,0,1,0,'200|0|0|http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/Deano_Guy_collab.jpg',0,0),(11,'http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/deanojilliantatpoollow-680x1024.jpg','0000-00-00 00:00:00','2017-04-29 02:23:44','2017-04-29 02:23:44','2017-04-29 02:23:44',0,'http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/deanojilliantatpoollow-680x1024.jpg',0,'=== HTTP code : 200 ===\n\nResponse headers\n================\nHTTP/1.1 200 OK\r\nDate: Sat, 29 Apr 2017 02:23:44 GMT\r\nServer: Apache/2.4.25\r\nLast-Modified: Sat, 11 Feb 2017 18:26:10 GMT\r\nETag: "1ee19a5-1433a-548455933357c"\r\nAccept-Ranges: bytes\r\nContent-Length: 82746\r\nConnection: close\r\nContent-Type: image/jpeg\r\n\r\nRequest headers\n================\nHEAD /deanostudios/wp-content/uploads/2016/04/deanojilliantatpoollow-680x1024.jpg HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\r\nHost: www.artlanta.com\r\nAccept: */*\r\nReferer: http://deanostudios.com\r\nConnection: close\r\n\r\n\nLink is valid.',200,'','',0.090927,0,0,0,1,0,'200|0|0|http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/deanojilliantatpoollow-680x1024.jpg',0,0),(12,'http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/IMG_4915.jpg','0000-00-00 00:00:00','2017-04-29 02:23:43','2017-04-29 02:23:43','2017-04-29 02:23:43',0,'http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/IMG_4915.jpg',0,'=== HTTP code : 200 ===\n\nResponse headers\n================\nHTTP/1.1 200 OK\r\nDate: Sat, 29 Apr 2017 02:23:42 GMT\r\nServer: Apache/2.4.25\r\nLast-Modified: Sat, 04 Feb 2017 18:01:14 GMT\r\nETag: "1ee1984-5bd69-547b82f2ff500"\r\nAccept-Ranges: bytes\r\nContent-Length: 376169\r\nConnection: close\r\nContent-Type: image/jpeg\r\n\r\nRequest headers\n================\nHEAD /deanostudios/wp-content/uploads/2016/04/IMG_4915.jpg HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\r\nHost: www.artlanta.com\r\nAccept: */*\r\nReferer: http://deanostudios.com\r\nConnection: close\r\n\r\n\nLink is valid.',200,'','',0.193213,0,0,0,1,0,'200|0|0|http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/IMG_4915.jpg',0,0),(13,'http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/IMG_5735-1024x768.jpg','0000-00-00 00:00:00','2017-04-29 02:23:49','2017-04-29 02:23:49','2017-04-29 02:23:49',0,'http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/IMG_5735-1024x768.jpg',0,'=== HTTP code : 200 ===\n\nResponse headers\n================\nHTTP/1.1 200 OK\r\nDate: Sat, 29 Apr 2017 02:23:49 GMT\r\nServer: Apache/2.4.25\r\nLast-Modified: Sat, 11 Feb 2017 18:26:00 GMT\r\nETag: "1ee19b3-29df7-5484558a6ac00"\r\nAccept-Ranges: bytes\r\nContent-Length: 171511\r\nConnection: close\r\nContent-Type: image/jpeg\r\n\r\nRequest headers\n================\nHEAD /deanostudios/wp-content/uploads/2016/04/IMG_5735-1024x768.jpg HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\r\nHost: www.artlanta.com\r\nAccept: */*\r\nReferer: http://deanostudios.com\r\nConnection: close\r\n\r\n\nLink is valid.',200,'','',0.098834,0,0,0,1,0,'200|0|0|http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/IMG_5735-1024x768.jpg',0,0),(14,'http://www.artlanta.com/deanostudios/contact/','0000-00-00 00:00:00','2017-04-29 02:23:45','2017-04-29 02:23:45','2017-04-29 02:23:45',0,'http://www.artlanta.com/deanostudios/contact/',0,'=== HTTP code : 200 ===\n\nResponse headers\n================\nHTTP/1.1 200 OK\r\nDate: Sat, 29 Apr 2017 02:23:46 GMT\r\nServer: Apache/2.4.25\r\nX-Powered-By: PHP/5.4.45\r\nExpires: Thu, 19 Nov 1981 08:52:00 GMT\r\nCache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0\r\nPragma: no-cache\r\nLink: <http://www.artlanta.com/deanostudios/wp-json/>; rel="https://api.w.org/", <http://www.artlanta.com/deanostudios/?p=127>; rel=shortlink\r\nSet-Cookie: PHPSESSID=c9e133854871de18e3e84742361318bc; path=/\r\nVary: User-Agent\r\nConnection: close\r\nContent-Type: text/html; charset=UTF-8\r\n\r\nRequest headers\n================\nHEAD /deanostudios/contact/ HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\r\nHost: www.artlanta.com\r\nAccept: */*\r\nReferer: http://deanostudios.com\r\nConnection: close\r\n\r\n\nLink is valid.',200,'','',2.08714,0,0,0,1,0,'200|0|0|http://www.artlanta.com/deanostudios/contact/',0,0); /*!40000 ALTER TABLE `wp_blc_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_blc_synch` -- DROP TABLE IF EXISTS `wp_blc_synch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_blc_synch` ( `container_id` int(20) unsigned NOT NULL, `container_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL, `synched` tinyint(2) unsigned NOT NULL, `last_synch` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`container_type`,`container_id`), KEY `synched` (`synched`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_blc_synch` -- LOCK TABLES `wp_blc_synch` WRITE; /*!40000 ALTER TABLE `wp_blc_synch` DISABLE KEYS */; INSERT INTO `wp_blc_synch` VALUES (1,'comment',1,'2017-04-01 18:22:45'),(14,'comment',1,'2017-04-01 18:22:45'),(15,'comment',1,'2017-04-01 18:22:45'),(16,'comment',1,'2017-04-01 18:22:45'),(17,'comment',1,'2017-04-01 18:22:45'),(18,'comment',1,'2017-04-01 18:22:45'),(19,'comment',1,'2017-04-01 18:22:47'),(20,'comment',1,'2017-04-01 18:22:47'),(21,'comment',1,'2017-04-01 18:22:47'),(22,'comment',1,'2017-04-01 18:22:46'),(23,'comment',1,'2017-04-01 18:22:46'),(24,'comment',1,'2017-04-01 18:22:46'),(25,'comment',1,'2017-04-01 18:22:46'),(26,'comment',1,'2017-04-01 18:22:46'),(27,'comment',1,'2017-04-01 18:22:46'),(2,'page',1,'2017-04-01 18:22:46'),(5,'page',1,'2017-04-01 18:22:46'),(87,'page',1,'2017-04-01 18:22:46'),(127,'page',1,'2017-04-01 18:22:46'),(493,'page',1,'2017-04-01 18:22:46'),(497,'page',1,'2017-04-01 18:22:46'),(3083,'page',1,'2017-04-01 18:22:46'),(3124,'page',1,'2017-04-01 18:22:46'),(3240,'page',1,'2017-04-01 18:22:46'),(3312,'page',1,'2017-04-01 18:22:46'),(3319,'page',1,'2017-04-01 18:22:46'),(3321,'page',1,'2017-04-01 18:22:46'),(3323,'page',1,'2017-04-01 18:22:46'),(3330,'page',1,'2017-04-01 18:22:46'),(3332,'page',1,'2017-04-01 18:22:46'),(3334,'page',1,'2017-04-01 18:22:46'),(3336,'page',1,'2017-04-01 18:22:46'),(3343,'page',1,'2017-04-01 18:22:46'),(3345,'page',1,'2017-04-01 18:22:46'),(3347,'page',1,'2017-04-01 18:22:46'),(3349,'page',1,'2017-04-01 18:22:46'),(3363,'page',1,'2017-04-01 18:22:46'),(3367,'page',1,'2017-04-01 18:22:46'),(3370,'page',1,'2017-04-01 18:22:46'),(3372,'page',1,'2017-04-01 18:22:47'),(3380,'page',1,'2017-04-01 18:22:47'),(3382,'page',1,'2017-04-01 18:22:47'),(3387,'page',1,'2017-04-01 18:22:47'),(3389,'page',1,'2017-04-01 18:22:47'),(3391,'page',1,'2017-04-01 18:22:47'),(3393,'page',1,'2017-04-01 18:22:47'),(3395,'page',1,'2017-04-01 18:22:47'),(3397,'page',1,'2017-04-01 18:22:47'),(3406,'page',1,'2017-04-01 18:22:47'),(3408,'page',1,'2017-04-01 18:22:47'),(3410,'page',1,'2017-04-01 18:22:47'),(3412,'page',1,'2017-04-01 18:22:47'),(3414,'page',1,'2017-04-01 18:22:47'),(3416,'page',1,'2017-04-01 18:22:47'),(3437,'page',1,'2017-04-01 18:22:47'),(3441,'page',1,'2017-04-01 18:22:47'),(3444,'page',1,'2017-04-01 18:22:47'),(3462,'page',1,'2017-04-01 18:22:47'),(3478,'page',1,'2017-04-01 18:22:48'),(3504,'page',1,'2017-04-01 18:22:49'),(3523,'page',1,'2017-04-01 18:22:49'),(3526,'page',1,'2017-04-01 18:22:49'),(3536,'page',1,'2017-04-01 18:22:49'),(3541,'page',1,'2017-04-01 18:22:49'),(3547,'page',1,'2017-04-01 18:22:49'),(3555,'page',1,'2017-04-01 18:22:50'),(3558,'page',1,'2017-04-01 18:22:50'),(3566,'page',1,'2017-04-01 18:22:50'),(3572,'page',1,'2017-04-01 18:22:50'),(3588,'page',1,'2017-04-01 18:22:50'),(3612,'page',1,'2017-04-01 18:22:50'),(3619,'page',1,'2017-04-01 18:22:50'),(3627,'page',1,'2017-04-01 18:22:50'),(3639,'page',1,'2017-04-01 18:22:50'),(3655,'page',1,'2017-04-01 18:22:50'),(3665,'page',1,'2017-04-01 18:22:50'),(3672,'page',1,'2017-04-01 18:22:50'),(3675,'page',1,'2017-04-01 18:22:50'),(3679,'page',1,'2017-04-01 18:22:50'),(3714,'page',1,'2017-04-01 18:22:50'),(3717,'page',1,'2017-04-01 18:22:50'),(3723,'page',1,'2017-04-01 18:22:50'),(3727,'page',1,'2017-04-01 18:22:50'),(3739,'page',1,'2017-04-01 18:22:50'),(3747,'page',1,'2017-04-01 18:22:50'),(3750,'page',1,'2017-04-01 18:22:50'),(3752,'page',1,'2017-04-01 18:22:50'),(3767,'page',1,'2017-04-01 18:22:50'),(3769,'page',1,'2017-04-01 18:22:50'),(3771,'page',1,'2017-04-01 18:22:50'),(3774,'page',1,'2017-04-01 18:22:50'),(3776,'page',1,'2017-04-01 18:22:50'),(3778,'page',1,'2017-04-01 18:22:51'),(3780,'page',1,'2017-04-01 18:22:51'),(3792,'page',1,'2017-04-01 18:22:51'),(3795,'page',1,'2017-04-01 18:22:51'),(3800,'page',1,'2017-04-01 18:22:51'),(3807,'page',1,'2017-04-01 18:22:51'),(3809,'page',1,'2017-04-01 18:22:51'),(3811,'page',1,'2017-04-01 18:22:51'),(3813,'page',1,'2017-04-01 18:22:51'),(3815,'page',1,'2017-04-01 18:22:51'),(3817,'page',1,'2017-04-01 18:22:51'),(3819,'page',1,'2017-04-01 18:22:51'),(3821,'page',1,'2017-04-01 18:22:51'),(3823,'page',1,'2017-04-01 18:22:51'),(3825,'page',1,'2017-04-01 18:22:51'),(3875,'page',1,'2017-04-01 18:22:51'),(3894,'page',1,'2017-04-01 18:22:51'),(3901,'page',1,'2017-04-01 18:22:51'),(3970,'page',1,'2017-04-01 18:22:52'),(4026,'page',1,'2017-04-01 18:22:52'),(4511,'page',1,'2017-04-10 09:29:22'),(4514,'page',1,'2017-04-01 18:22:52'),(4515,'page',1,'2017-04-01 18:22:52'),(4516,'page',1,'2017-04-01 18:22:52'),(5435,'page',1,'2017-04-01 18:22:52'),(5501,'page',1,'2017-04-01 18:22:52'),(5508,'page',1,'2017-04-01 18:22:52'),(5609,'page',1,'2017-04-01 18:22:52'),(5641,'page',1,'2017-04-01 18:22:52'),(5696,'page',1,'2017-04-01 18:22:52'),(1,'post',1,'2017-04-01 18:22:52'); /*!40000 ALTER TABLE `wp_blc_synch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; INSERT INTO `wp_commentmeta` VALUES (1,299,'verified','0'),(2,374,'verified','0'),(3,375,'verified','0'),(4,445,'verified','0'),(5,468,'verified','0'),(6,469,'verified','0'),(7,470,'verified','0'),(8,471,'verified','0'),(9,472,'verified','0'); /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)), KEY `woo_idx_comment_type` (`comment_type`) ) ENGINE=InnoDB AUTO_INCREMENT=530 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2017-01-26 20:40:41','2017-01-26 20:40:41','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.',0,'1','','',0,0),(14,6992,'WooCommerce','woocommerce@deanocook.com','','','2017-02-20 14:29:54','2017-02-20 14:29:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(15,6992,'WooCommerce','woocommerce@deanocook.com','','','2017-02-20 14:29:56','2017-02-20 14:29:56','Order status changed from Pending Payment to Processing.',0,'1','WooCommerce','order_note',0,0),(16,6992,'WooCommerce','woocommerce@deanocook.com','','','2017-02-20 14:41:21','2017-02-20 14:41:21','Payment refunded via IPN. Order status changed from Processing to Refunded.',0,'1','WooCommerce','order_note',0,0),(17,6992,'deano','ashmarie.evans@yahoo.com','','','2017-02-20 18:30:00','2017-02-20 18:30:00','Cancelled order email notification manually sent.',0,'1','WooCommerce','order_note',0,0),(18,7034,'WooCommerce','woocommerce@deanocook.com','','','2017-02-21 04:30:21','2017-02-21 04:30:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(19,7034,'WooCommerce','woocommerce@deanocook.com','','','2017-02-21 04:30:22','2017-02-21 04:30:22','Order status changed from Pending Payment to Processing.',0,'1','WooCommerce','order_note',0,0),(20,7034,'WooCommerce','woocommerce@deanocook.com','','','2017-02-21 04:30:23','2017-02-21 04:30:23','PDT payment completed',0,'1','WooCommerce','order_note',0,0),(21,7040,'WooCommerce','woocommerce@deanocook.com','','','2017-03-02 13:16:58','2017-03-02 13:16:58','PDT payment completed',0,'1','WooCommerce','order_note',0,0),(22,7040,'WooCommerce','woocommerce@deanocook.com','','','2017-03-02 13:16:59','2017-03-02 13:16:59','Order status changed from Pending Payment to Processing.',0,'1','WooCommerce','order_note',0,0),(23,7040,'WooCommerce','woocommerce@deanocook.com','','','2017-03-02 13:17:03','2017-03-02 13:17:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(24,7041,'WooCommerce','woocommerce@deanocook.com','','','2017-03-06 03:59:22','2017-03-06 03:59:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(25,7041,'WooCommerce','woocommerce@deanocook.com','','','2017-03-06 03:59:23','2017-03-06 03:59:23','Order status changed from Pending Payment to Processing.',0,'1','WooCommerce','order_note',0,0),(26,7041,'WooCommerce','woocommerce@deanocook.com','','','2017-03-06 03:59:25','2017-03-06 03:59:25','PDT payment completed',0,'1','WooCommerce','order_note',0,0),(27,7041,'WooCommerce','woocommerce@deanocook.com','','','2017-03-06 03:59:33','2017-03-06 03:59:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(28,7065,'WooCommerce','woocommerce@deanostudios.com','','','2017-04-13 13:49:45','2017-04-13 13:49:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(29,7065,'WooCommerce','woocommerce@deanostudios.com','','','2017-04-13 13:49:46','2017-04-13 13:49:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(30,7067,'WooCommerce','woocommerce@deanostudios.com','','','2017-04-28 11:03:34','2017-04-28 11:03:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(31,7067,'WooCommerce','woocommerce@deanostudios.com','','','2017-04-28 11:03:34','2017-04-28 11:03:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(32,7076,'WooCommerce','woocommerce@deanostudios.com','','','2017-04-30 04:13:47','2017-04-30 04:13:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(33,7076,'WooCommerce','woocommerce@deanostudios.com','','','2017-04-30 04:13:47','2017-04-30 04:13:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(34,7077,'WooCommerce','woocommerce@deanostudios.com','','','2017-04-30 15:15:34','2017-04-30 15:15:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(35,7077,'WooCommerce','woocommerce@deanostudios.com','','','2017-04-30 15:15:34','2017-04-30 15:15:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(36,7078,'WooCommerce','woocommerce@deanostudios.com','','','2017-04-30 17:37:07','2017-04-30 17:37:07','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(37,7084,'WooCommerce','woocommerce@deanostudios.com','','','2017-04-30 20:52:28','2017-04-30 20:52:28','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(38,7085,'WooCommerce','woocommerce@deanostudios.com','','','2017-04-30 21:12:04','2017-04-30 21:12:04','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(39,7087,'WooCommerce','woocommerce@deanostudios.com','','','2017-05-01 06:07:31','2017-05-01 06:07:31','PDT payment completed',0,'1','WooCommerce','order_note',0,0),(40,7087,'WooCommerce','woocommerce@deanostudios.com','','','2017-05-01 06:07:33','2017-05-01 06:07:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(41,7088,'WooCommerce','woocommerce@deanostudios.com','','','2017-05-01 11:33:39','2017-05-01 11:33:39','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(42,7089,'WooCommerce','woocommerce@deanostudios.com','','','2017-05-01 12:36:27','2017-05-01 12:36:27','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(43,7090,'WooCommerce','woocommerce@deanostudios.com','','','2017-05-01 12:37:39','2017-05-01 12:37:39','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(44,7091,'WooCommerce','woocommerce@deanostudios.com','','','2017-05-01 12:39:41','2017-05-01 12:39:41','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(45,7097,'WooCommerce','woocommerce@deanostudios.com','','','2017-05-01 12:48:04','2017-05-01 12:48:04','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(46,7098,'WooCommerce','woocommerce@deanostudios.com','','','2017-05-01 12:50:41','2017-05-01 12:50:41','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(47,7108,'WooCommerce','woocommerce@deanostudios.com','','','2017-05-01 14:56:15','2017-05-01 14:56:15','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(48,7117,'WooCommerce','woocommerce@deanostudios.com','','','2017-05-01 15:16:58','2017-05-01 15:16:58','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(49,7118,'WooCommerce','woocommerce@deanostudios.com','','','2017-05-01 16:38:26','2017-05-01 16:38:26','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(50,7119,'WooCommerce','woocommerce@deanostudios.com','','','2017-05-01 16:55:44','2017-05-01 16:55:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(51,7119,'WooCommerce','woocommerce@deanostudios.com','','','2017-05-01 16:55:44','2017-05-01 16:55:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(52,7120,'WooCommerce','woocommerce@deanostudios.com','','','2017-05-04 23:16:10','2017-05-04 23:16:10','PDT payment completed',0,'1','WooCommerce','order_note',0,0),(53,7120,'WooCommerce','woocommerce@deanostudios.com','','','2017-05-04 23:16:10','2017-05-04 23:16:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(54,7120,'WooCommerce','woocommerce@deanostudios.com','','','2017-05-04 23:16:11','2017-05-04 23:16:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(55,7120,'WooCommerce','woocommerce@deanostudios.com','','','2017-05-04 23:16:11','2017-05-04 23:16:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(56,7133,'WooCommerce','woocommerce@deanostudios.com','','','2017-05-22 19:00:08','2017-05-22 19:00:08','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(57,7134,'WooCommerce','woocommerce@deanostudios.com','','','2017-05-22 19:22:39','2017-05-22 19:22:39','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(58,7140,'WooCommerce','woocommerce@deanostudios.com','','','2017-05-22 20:38:19','2017-05-22 20:38:19','PDT payment completed',0,'1','WooCommerce','order_note',0,0),(59,7140,'WooCommerce','woocommerce@deanostudios.com','','','2017-05-22 20:38:20','2017-05-22 20:38:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(60,7140,'WooCommerce','woocommerce@deanostudios.com','','','2017-05-22 20:38:24','2017-05-22 20:38:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(61,7140,'WooCommerce','woocommerce@deanostudios.com','','','2017-05-22 20:38:25','2017-05-22 20:38:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(62,7033,'WooCommerce','woocommerce@deanostudios.com','','','2017-05-22 22:32:17','2017-05-22 22:32:17','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(63,7142,'WooCommerce','woocommerce@deanostudios.com','','','2017-05-23 06:34:27','2017-05-23 06:34:27','PDT payment completed',0,'1','WooCommerce','order_note',0,0),(64,7142,'WooCommerce','woocommerce@deanostudios.com','','','2017-05-23 06:34:27','2017-05-23 06:34:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(65,7142,'WooCommerce','woocommerce@deanostudios.com','','','2017-05-23 06:34:31','2017-05-23 06:34:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(66,7142,'WooCommerce','woocommerce@deanostudios.com','','','2017-05-23 06:34:32','2017-05-23 06:34:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(67,7170,'WooCommerce','woocommerce@deanostudios.com','','','2017-05-26 22:46:33','2017-05-26 22:46:33','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(68,7184,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-06 17:52:54','2017-06-06 17:52:54','PDT payment completed',0,'1','WooCommerce','order_note',0,0),(69,7184,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-06 17:52:55','2017-06-06 17:52:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(70,7184,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-06 17:52:55','2017-06-06 17:52:55','FKIrons Spektra Edge-X Deano Cook Bimini Blue (#7126) stock reduced from 48 to 47.',0,'1','WooCommerce','order_note',0,0),(71,7185,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-06 22:28:28','2017-06-06 22:28:28','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(72,7186,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-06 22:29:47','2017-06-06 22:29:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(73,7186,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-06 22:29:48','2017-06-06 22:29:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(74,7186,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-06 22:29:48','2017-06-06 22:29:48','FKIrons Spektra Edge-X Deano Cook Bimini Blue (#7126) stock reduced from 47 to 46.',0,'1','WooCommerce','order_note',0,0),(75,7187,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-07 03:44:57','2017-06-07 03:44:57','PDT payment completed',0,'1','WooCommerce','order_note',0,0),(76,7187,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-07 03:44:58','2017-06-07 03:44:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(77,7187,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-07 03:44:58','2017-06-07 03:44:58','FKIrons Spektra Edge-X Deano Cook Bimini Blue (#7126) stock reduced from 46 to 45.',0,'1','WooCommerce','order_note',0,0),(78,7189,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-08 21:52:56','2017-06-08 21:52:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(79,7189,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-08 21:52:57','2017-06-08 21:52:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(80,7189,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-08 21:52:57','2017-06-08 21:52:57','FKIrons Spektra Edge-X Deano Cook Bimini Blue (#7126) stock reduced from 45 to 44.',0,'1','WooCommerce','order_note',0,0),(81,7158,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-09 16:00:17','2017-06-09 16:00:17','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(82,7159,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-09 16:00:17','2017-06-09 16:00:17','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(83,7160,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-09 16:00:18','2017-06-09 16:00:18','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(84,7161,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-09 16:00:18','2017-06-09 16:00:18','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(85,7162,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-09 16:00:18','2017-06-09 16:00:18','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(86,7163,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-09 16:00:18','2017-06-09 16:00:18','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(87,7164,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-09 16:00:18','2017-06-09 16:00:18','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(88,7168,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-09 16:00:19','2017-06-09 16:00:19','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(89,7188,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-09 16:00:19','2017-06-09 16:00:19','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(90,7192,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-21 18:24:43','2017-06-21 18:24:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(91,7192,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-21 18:24:45','2017-06-21 18:24:45','PDT payment completed',0,'1','WooCommerce','order_note',0,0),(92,7192,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-21 18:24:48','2017-06-21 18:24:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(93,7192,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-21 18:24:49','2017-06-21 18:24:49','FKIrons Spektra Edge-X Deano Cook Bimini Blue (#7126) stock reduced from 44 to 43.',0,'1','WooCommerce','order_note',0,0),(94,7192,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-21 18:24:53','2017-06-21 18:24:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(95,7205,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-22 16:20:26','2017-06-22 16:20:26','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(96,7216,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-22 21:53:41','2017-06-22 21:53:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(97,7216,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-22 21:53:42','2017-06-22 21:53:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(98,7226,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-26 19:23:26','2017-06-26 19:23:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(99,7226,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-26 19:23:28','2017-06-26 19:23:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(100,7226,'WooCommerce','woocommerce@deanostudios.com','','','2017-06-26 19:23:28','2017-06-26 19:23:28','FKIrons Spektra Edge-X Deano Cook Bimini Blue (#7126) stock reduced from 43 to 42.',0,'1','WooCommerce','order_note',0,0),(101,7227,'WooCommerce','woocommerce@deanostudios.com','','','2017-07-09 11:42:15','2017-07-09 11:42:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(102,7227,'WooCommerce','woocommerce@deanostudios.com','','','2017-07-09 11:42:15','2017-07-09 11:42:15','PDT payment completed',0,'1','WooCommerce','order_note',0,0),(103,7227,'WooCommerce','woocommerce@deanostudios.com','','','2017-07-09 11:42:16','2017-07-09 11:42:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(104,7227,'WooCommerce','woocommerce@deanostudios.com','','','2017-07-09 11:42:16','2017-07-09 11:42:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(105,7227,'WooCommerce','woocommerce@deanostudios.com','','','2017-07-09 11:42:16','2017-07-09 11:42:16','FKIrons Spektra Edge-X Deano Cook Bimini Blue (#7126) stock reduced from 42 to 41.',0,'1','WooCommerce','order_note',0,0),(106,7227,'WooCommerce','woocommerce@deanostudios.com','','','2017-07-09 11:42:16','2017-07-09 11:42:16','FKIrons Spektra Edge-X Deano Cook Bimini Blue (#7126) stock reduced from 41 to 40.',0,'1','WooCommerce','order_note',0,0),(107,7228,'WooCommerce','woocommerce@deanostudios.com','','','2017-07-10 16:08:14','2017-07-10 16:08:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(108,7228,'WooCommerce','woocommerce@deanostudios.com','','','2017-07-10 16:08:15','2017-07-10 16:08:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(109,7229,'WooCommerce','woocommerce@deanostudios.com','','','2017-07-10 19:01:40','2017-07-10 19:01:40','PDT payment completed',0,'1','WooCommerce','order_note',0,0),(110,7229,'WooCommerce','woocommerce@deanostudios.com','','','2017-07-10 19:01:41','2017-07-10 19:01:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(111,7230,'WooCommerce','woocommerce@deanostudios.com','','','2017-07-13 08:16:23','2017-07-13 08:16:23','PDT payment completed',0,'1','WooCommerce','order_note',0,0),(112,7230,'WooCommerce','woocommerce@deanostudios.com','','','2017-07-13 08:16:24','2017-07-13 08:16:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(113,7230,'WooCommerce','woocommerce@deanostudios.com','','','2017-07-13 08:16:24','2017-07-13 08:16:24','FKIrons Spektra Edge-X Deano Cook Bimini Blue (#7126) stock reduced from 40 to 39.',0,'1','WooCommerce','order_note',0,0),(114,7231,'WooCommerce','woocommerce@deanostudios.com','','','2017-07-13 17:53:11','2017-07-13 17:53:11','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(115,7232,'WooCommerce','woocommerce@deanostudios.com','','','2017-07-13 23:02:32','2017-07-13 23:02:32','PDT payment completed',0,'1','WooCommerce','order_note',0,0),(116,7232,'WooCommerce','woocommerce@deanostudios.com','','','2017-07-13 23:02:33','2017-07-13 23:02:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(117,7232,'WooCommerce','woocommerce@deanostudios.com','','','2017-07-13 23:02:33','2017-07-13 23:02:33','FKIrons Spektra Edge-X Deano Cook Bimini Blue (#7126) stock reduced from 39 to 38.',0,'1','WooCommerce','order_note',0,0),(118,7234,'WooCommerce','woocommerce@deanostudios.com','','','2017-07-30 09:42:21','2017-07-30 09:42:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(119,7234,'WooCommerce','woocommerce@deanostudios.com','','','2017-07-30 09:42:21','2017-07-30 09:42:21','PDT payment completed',0,'1','WooCommerce','order_note',0,0),(120,7234,'WooCommerce','woocommerce@deanostudios.com','','','2017-07-30 09:42:22','2017-07-30 09:42:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(121,7234,'WooCommerce','woocommerce@deanostudios.com','','','2017-07-30 09:42:22','2017-07-30 09:42:22','FKIrons Spektra Edge-X Deano Cook Bimini Blue (#7126) stock reduced from 38 to 37.',0,'1','WooCommerce','order_note',0,0),(122,7234,'WooCommerce','woocommerce@deanostudios.com','','','2017-07-30 09:42:23','2017-07-30 09:42:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(123,7235,'WooCommerce','woocommerce@deanostudios.com','','','2017-08-04 14:46:26','2017-08-04 14:46:26','PDT payment completed',0,'1','WooCommerce','order_note',0,0),(124,7235,'WooCommerce','woocommerce@deanostudios.com','','','2017-08-04 14:46:29','2017-08-04 14:46:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(125,7235,'WooCommerce','woocommerce@deanostudios.com','','','2017-08-04 14:46:29','2017-08-04 14:46:29','FKIrons Spektra Edge-X Deano Cook Bimini Blue (#7126) stock reduced from 37 to 36.',0,'1','WooCommerce','order_note',0,0),(126,1,'DavidWrods','viagra.wow@yandex.com','','50.118.198.84','2017-08-21 22:12:26','2017-08-21 22:12:26','<a href=\"http://wowcure.com/buy-viagra-online\" rel=\"nofollow\">Viagra</a> has became a regular medicine for the <a href=\"http://wowcure.com/Buy-Viagra-Professional-Online\" rel=\"nofollow\">erectile dysfunction</a> patients \r\nArround 40% of people, search <a href=\"http://wowcure.com/Buy-Viagra-Professional-Online\" rel=\"nofollow\">viagra online</a> \r\nCustomers can <a href=\"http://wowcure.com/Buy-Viagra-Professional-Online\" rel=\"nofollow\">buy viagra</a> from online pharmacy. \r\none of the top <a href=\"http://wowcure.com/Buy-Viagra-Professional-Online\" rel=\"nofollow\">selling viagra</a> pharmacy is Wowcure \r\n<a href=\"http://wowcure.com/buy-viagra-online\" rel=\"nofollow\">generic viagra</a> at http://wowcure.com/buy-viagra-online \r\n<a href=\"http://wowcure.com/buy-viagra-online\" rel=\"nofollow\">viagra generic</a> at http://wowcure.com/buy-viagra-online \r\n<a href=\"http://wowcure.com/buy-viagra-online\" rel=\"nofollow\">viagra dosage</a> at http://wowcure.com/buy-viagra-online \r\n<a href=\"http://wowcure.com/buy-viagra-online\" rel=\"nofollow\">viagra for men</a> at http://wowcure.com/buy-viagra-online \r\n<a href=\"http://wowcure.com/Buy-Viagra-Professional-Online\" rel=\"nofollow\">viagra for women</a> at http://wowcure.com/Buy-Viagra-Professional-Online \r\n<a href=\"http://wowcure.com/female-viagra\" rel=\"nofollow\">female viagra</a> at http://wowcure.com/Buy-Viagra-Professional-Online \r\n<a href=\"http://wowcure.com/Buy-Viagra-Professional-Online\" rel=\"nofollow\">buy viagra online</a> at http://wowcure.com/Buy-Viagra-Professional-Online \r\n<a href=\"http://wowcure.com/Buy-Viagra-Professional-Online\" rel=\"nofollow\">viagra 100mg</a> at http://wowcure.com/Buy-Viagra-Professional-Online \r\n<a href=\"http://wowcure.com/Buy-Viagra-Professional-Online\" rel=\"nofollow\">viagra 50mg</a> at http://wowcure.com/Buy-Viagra-Professional-Online \r\n<a href=\"http://wowcure.com/buy-viagra-soft-tabs\" rel=\"nofollow\">viagra soft</a> at http://wowcure.com/Buy-Viagra-Professional-Online \r\n<a href=\"http://wowcure.com/Buy-Viagra-Professional-Online\" rel=\"nofollow\">sildenafil</a> at http://wowcure.com/Buy-Viagra-Professional-Online \r\n<a href=\"http://wowcure.com/Buy-Viagra-Professional-Online\" rel=\"nofollow\">sildenafil 100mg</a> at http://wowcure.com/Buy-Viagra-Professional-Online \r\n<a href=\"http://wowcure.com/Buy-Cialis-online\" rel=\"nofollow\">cialis</a> at http://wowcure.com/Buy-Cialis-online \r\n<a href=\"http://wowcure.com/Buy-Cialis-online\" rel=\"nofollow\">cialis online</a> at http://wowcure.com/Buy-Cialis-online \r\n<a href=\"http://wowcure.com/Buy-Cialis-online\" rel=\"nofollow\">buy cialis</a> at http://wowcure.com/Buy-Cialis-online \r\n<a href=\"http://wowcure.com/Buy-Cialis-online\" rel=\"nofollow\">cialis buy</a> at http://wowcure.com/Buy-Cialis-online \r\n<a href=\"http://wowcure.com/Buy-Cialis-online\" rel=\"nofollow\">generic cialis</a> at http://wowcure.com/Buy-Cialis-online \r\n<a href=\"http://wowcure.com/Buy-Cialis-online\" rel=\"nofollow\">cialis generic</a> at http://wowcure.com/Buy-Cialis-online \r\n<a href=\"http://wowcure.com/Buy-Cialis-Soft-Online\" rel=\"nofollow\">cialis soft</a> at http://wowcure.com/Buy-Cialis-Soft-Online \r\n<a href=\"http://wowcure.com/buy-levitra-online\" rel=\"nofollow\">levitra</a> at http://wowcure.com/buy-levitra-online \r\n<a href=\"http://wowcure.com/buy-levitra-online\" rel=\"nofollow\">levitra generic</a> at http://wowcure.com/buy-levitra-online \r\n<a href=\"http://wowcure.com/buy-levitra-online\" rel=\"nofollow\">generic levitra</a> at http://wowcure.com/buy-levitra-online \r\n<a href=\"http://wowcure.com/buy-levitra-online\" rel=\"nofollow\">levitra Online</a> at http://wowcure.com/buy-levitra-online \r\n<a href=\"http://wowcure.com/buy-levitra-online\" rel=\"nofollow\">Buy levitra</a> at http://wowcure.com/buy-levitra-online \r\n<a href=\"http://wowcure.com/buy-levitra-online\" rel=\"nofollow\">levitra Buy</a> at http://wowcure.com/buy-levitra-online \r\n<a href=\"http://wowcure.com/Buy-Cialis-Soft-Online\" rel=\"nofollow\">tadalafil</a> \r\n<a href=\"http://wowcure.com/Buy-Cialis-Soft-Online\" rel=\"nofollow\">tadalafil 20mg</a> \r\n<a href=\"http://wowcure.com/buy-levitra-online\" rel=\"nofollow\">levitra 20mg</a> at http://wowcure.com/buy-levitra-online \r\n \r\nFor more details you can visit now - <a href=\"http://wowcure.com\" rel=\"nofollow\">wowcure.com</a>',0,'0','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 YaBrowser/17.3.1.840 Yowser/2.5 Safari/537.36','',0,0),(127,1,'Marlingorne','veronicapaul1@yandex.com','','136.0.98.87','2017-08-23 22:23:52','2017-08-23 22:23:52','The us is that the largest marketplace for <a href=\"https://www.statespharmacy.com\" rel=\"nofollow\">biopharmaceuticals</a>, accounting for around a 3rd of the <a href=\"https://www.statespharmacy.com\" rel=\"nofollow\">worldwide</a> market, and is that the world leader in biopharmaceutical analysis and development (R&D). in line with the Pharmaceutical analysis and makers Association (<a href=\"https://www.statespharmacy.com\" rel=\"nofollow\">PhRMA</a>), U.S. companies conduct over 0.5 the world\'s analysis and development (R&D) in prescribed drugs and hold the belongings rights on most new <a href=\"https://www.statespharmacy.com\" rel=\"nofollow\">medicines</a>. The U.S. biopharmaceutical sector accounts for seventeen % of all domestic R&D funded by U.S. businesses associate degreed additional an calculable $1.2 trillion in economic output in a pair of 14, representing three.8 % of total U.S. output. \r\nHealthcare Insurance of the <a href=\"https://www.statespharmacy.com\" rel=\"nofollow\">United States</a> is the booming business and getting outsource to the rest of the world. It can be a great business if you have great experience in the biological terms and can pass the exam of <a href=\"https://www.statespharmacy.com\" rel=\"nofollow\">health</a> insurance portability and accountability act, HIPPA Act 1996',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 UBrowser/6.1.2015.1007 Safari/537.36','',0,0),(128,1,'MichaelBit','viagra.paul@yandex.com','','50.118.198.154','2017-08-24 22:01:27','2017-08-24 22:01:27','Cialis, Viagra and Levitra are available world\'s cheapest prices at https://www.statescure.com \r\n<a href=\"https://www.statescure.com/tadalafil\" rel=\"nofollow\">cialis</a> at https://www.statescure.com/tadalafil \r\n<a href=\"https://www.statescure.com/tadalafil\" rel=\"nofollow\">cialis generic</a> at https://www.statescure.com/tadalafil \r\n<a href=\"https://www.statescure.com/tadalafil\" rel=\"nofollow\">cialis online</a> at https://www.statescure.com/tadalafil \r\n<a href=\"https://www.statescure.com/tadalafil\" rel=\"nofollow\">cialis dosage</a> at https://www.statescure.com/tadalafil \r\n<a href=\"https://www.statescure.com/tadalafil\" rel=\"nofollow\">cialis coupon</a> at https://www.statescure.com/tadalafil \r\n<a href=\"https://www.statescure.com/tadalafil\" rel=\"nofollow\">levitra</a> at https://www.statescure.com/tadalafil \r\n<a href=\"https://www.statescure.com/tadalafil\" rel=\"nofollow\">tadalafil</a> at https://www.statescure.com/tadalafil \r\n<a href=\"https://www.statescure.com/tadalafil\" rel=\"nofollow\">viagra</a> at https://www.statescure.com/tadalafil \r\n<a href=\"https://www.statescure.com/tadalafil\" rel=\"nofollow\">buy cialis</a> at https://www.statescure.com/tadalafil \r\n<a href=\"https://www.statescure.com/tadalafil\" rel=\"nofollow\">cialis side effects</a> at https://www.statescure.com/tadalafil \r\n<a href=\"https://www.statescure.com/tadalafil\" rel=\"nofollow\">cialis vs viagra</a> at https://www.statescure.com/tadalafil \r\n<a href=\"https://www.statescure.com/tadalafil\" rel=\"nofollow\">tadalafil online</a> at https://www.statescure.com/tadalafil \r\n<a href=\"https://www.statescure.com/tadalafil\" rel=\"nofollow\">cialis 20mg</a> at https://www.statescure.com/tadalafil \r\n<a href=\"https://www.statescure.com/tadalafil\" rel=\"nofollow\">viagra vs cialis</a> at https://www.statescure.com/tadalafil \r\n<a href=\"https://www.statescure.com/tadalafil\" rel=\"nofollow\">drug cialis</a> at https://www.statescure.com/tadalafil \r\n<a href=\"https://www.statescure.com/tadalafil\" rel=\"nofollow\">medicine cialis</a> at https://www.statescure.com/tadalafil \r\n<a href=\"https://www.statescure.com/tadalafil\" rel=\"nofollow\">medication cialis</a> at https://www.statescure.com/tadalafil \r\n<a href=\"https://www.statescure.com/tadalafil\" rel=\"nofollow\">cialis pills for men</a> at https://www.statescure.com/tadalafil \r\n<a href=\"https://www.statescure.com/tadalafil\" rel=\"nofollow\">cialis price</a> at https://www.statescure.com/tadalafil \r\n<a href=\"https://www.statescure.com/tadalafil\" rel=\"nofollow\">cialis cost</a> at https://www.statescure.com/tadalafil \r\n<a href=\"https://www.statescure.com/tadalafil\" rel=\"nofollow\">cialis 5mg</a> at https://www.statescure.com/tadalafil',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36 OPR/44.0.2510.857','',0,0),(129,7236,'WooCommerce','woocommerce@deanostudios.com','','','2017-08-28 01:24:32','2017-08-28 01:24:32','PDT payment completed',0,'1','WooCommerce','order_note',0,0),(130,7236,'WooCommerce','woocommerce@deanostudios.com','','','2017-08-28 01:24:32','2017-08-28 01:24:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(131,7236,'WooCommerce','woocommerce@deanostudios.com','','','2017-08-28 01:24:32','2017-08-28 01:24:32','FKIrons Spektra Edge-X Deano Cook Bimini Blue (#7126) stock reduced from 36 to 35.',0,'1','WooCommerce','order_note',0,0),(132,1,'RaymondOvEla','usa.xanax@yandex.com','','50.118.198.190','2017-08-28 16:01:21','2017-08-28 16:01:21','There can be several requirements to <a href=\"http://usamaxpharma.com/buy-xanax-2mg-online\" rel=\"nofollow\">buy xanax online in usa</a> \r\nhowever, if you buy <a href=\"http://usamaxpharma.com/buy-xanax-2mg-online\" rel=\"nofollow\">xanax</a> from http://usamaxpharma.com than you do not require any documents \r\nmore products references of http://usamaxpharma.com \r\n<a href=\"http://usamaxpharma.com/buy-xanax-2mg-online\" rel=\"nofollow\">xanax online</a> at http://usamaxpharma.com/buy-xanax-2mg-online \r\n<a href=\"http://usamaxpharma.com/buy-xanax-2mg-online\" rel=\"nofollow\">buy xanax</a> at http://usamaxpharma.com/buy-xanax-2mg-online \r\n<a href=\"http://usamaxpharma.com/buy-xanax-2mg-online\" rel=\"nofollow\">buy xanax online</a> at http://usamaxpharma.com/buy-xanax-2mg-online \r\n<a href=\"http://usamaxpharma.com/buy-xanax-2mg-online\" rel=\"nofollow\">pfizer xanax</a> at http://usamaxpharma.com/buy-xanax-2mg-online \r\n<a href=\"http://usamaxpharma.com/buy-xanax-2mg-online\" rel=\"nofollow\">xanax 2mg</a> at http://usamaxpharma.com/buy-xanax-2mg-online \r\n<a href=\"http://usamaxpharma.com/buy-xanax-2mg-online\" rel=\"nofollow\">xanax 1mg</a> at http://usamaxpharma.com/buy-xanax-2mg-online \r\n<a href=\"http://usamaxpharma.com/Buy-Valium-10mg-Online\" rel=\"nofollow\">valium 10mg</a> at http://usamaxpharma.com/Buy-Valium-10mg-Online \r\n<a href=\"http://usamaxpharma.com/Buy-Valium-10mg-Online\" rel=\"nofollow\">valium 5mg</a> at http://usamaxpharma.com/Buy-Valium-10mg-Online \r\n<a href=\"http://usamaxpharma.com/Buy-Valium-10mg-Online\" rel=\"nofollow\">buy valium</a> at http://usamaxpharma.com/Buy-Valium-10mg-Online \r\n<a href=\"http://usamaxpharma.com/Buy-Valium-10mg-Online\" rel=\"nofollow\">valium online</a> at http://usamaxpharma.com/Buy-Valium-10mg-Online \r\n<a href=\"http://usamaxpharma.com/Buy-Valium-10mg-Online\" rel=\"nofollow\">buy valium online</a> at http://usamaxpharma.com/Buy-Valium-10mg-Online \r\n<a href=\"http://usamaxpharma.com/Buy-Valium-10mg-Online\" rel=\"nofollow\">buy diazepam</a> at http://usamaxpharma.com/Buy-Valium-10mg-Online \r\n<a href=\"http://usamaxpharma.com/Buy-Valium-10mg-Online\" rel=\"nofollow\">diazepam online</a> at http://usamaxpharma.com/Buy-Valium-10mg-Online \r\n<a href=\"http://usamaxpharma.com/Buy-Provigil-200mg-Online\" rel=\"nofollow\">buy diazepam online</a> at http://usamaxpharma.com/Buy-Valium-10mg-Online \r\n<a href=\"http://usamaxpharma.com/Buy-Provigil-200mg-Online\" rel=\"nofollow\">provigil online</a> at http://usamaxpharma.com/Buy-Provigil-200mg-Online \r\n<a href=\"http://usamaxpharma.com/Buy-Provigil-200mg-Online\" rel=\"nofollow\">buy provigil</a> at http://usamaxpharma.com/Buy-Provigil-200mg-Online \r\n<a href=\"http://usamaxpharma.com/Buy-Provigil-200mg-Online\" rel=\"nofollow\">buy provigil online</a> at http://usamaxpharma.com/Buy-Provigil-200mg-Online \r\n<a href=\"http://usamaxpharma.com/Buy-Provigil-200mg-Online\" rel=\"nofollow\">modafinil online</a> at http://usamaxpharma.com/Buy-Provigil-200mg-Online \r\n<a href=\"http://usamaxpharma.com/Buy-Provigil-200mg-Online\" rel=\"nofollow\">buy modafinil</a> at http://usamaxpharma.com/Buy-Provigil-200mg-Online \r\n<a href=\"http://usamaxpharma.com/Buy-Provigil-200mg-Online\" rel=\"nofollow\">modafinil 200mg</a> at http://usamaxpharma.com/Buy-Provigil-200mg-Online \r\n<a href=\"http://usamaxpharma.com/Buy-Provigil-200mg-Online\" rel=\"nofollow\">buy modafinil online</a> at http://usamaxpharma.com/Buy-Provigil-200mg-Online',0,'0','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 YaBrowser/17.3.1.840 Yowser/2.5 Safari/537.36','',0,0),(133,1,'Robertaromo','j.tack@yandex.com','','136.0.98.247','2017-09-01 23:52:56','2017-09-01 23:52:56','How to cure pain from Tramadol 100mg ? \r\nTramadol means ultram is not the recently introduced medicine for pain Relief. \r\nIt is a reliable product that can get used for several pain reliefs. e.g. Stone pain, Cancer pain etc. \r\nPlease find the below given links to buy Tramadol at https://www.wowcure.com \r\n<a href=\"https://www.wowcure.com/buy-ultram-online\" rel=\"nofollow\">tramadol</a> \r\n<a href=\"https://www.wowcure.com/buy-ultram-online\" rel=\"nofollow\">buy tramadol</a> \r\n<a href=\"https://www.wowcure.com/buy-ultram-online\" rel=\"nofollow\">tramadol online</a> \r\n<a href=\"https://www.wowcure.com/buy-ultram-online\" rel=\"nofollow\">ultram</a> \r\n<a href=\"https://www.wowcure.com/buy-ultram-online\" rel=\"nofollow\">ultram online</a> \r\n<a href=\"https://www.wowcure.com/buy-ultram-online\" rel=\"nofollow\">buy ultram</a> \r\n<a href=\"https://www.wowcure.com/buy-ultram-online\" rel=\"nofollow\">tramadol 100mg</a> \r\n<a href=\"https://www.wowcure.com/buy-ultram-online\" rel=\"nofollow\">tramadol 50mg</a> \r\n<a href=\"https://www.wowcure.com/buy-ultram-online\" rel=\"nofollow\">ultram 100mg</a> \r\n<a href=\"https://www.wowcure.com/buy-ultram-online\" rel=\"nofollow\">ultram 50mg</a> \r\n<a href=\"https://www.wowcure.com/buy-xanax-online\" rel=\"nofollow\">xanax</a> \r\n<a href=\"https://www.wowcure.com/buy-xanax-online\" rel=\"nofollow\">xanax 1mg</a> \r\n<a href=\"https://www.wowcure.com/buy-xanax-online\" rel=\"nofollow\">xanax 2mg</a> \r\n<a href=\"https://www.wowcure.com/buy-xanax-online\" rel=\"nofollow\">buy xanax</a> \r\n<a href=\"https://www.wowcure.com/buy-xanax-online\" rel=\"nofollow\">xanax online</a> \r\n<a href=\"https://www.wowcure.com/buy-xanax-online\" rel=\"nofollow\">buy xanax online</a> \r\n<a href=\"https://www.wowcure.com/buy-viagra-online\" rel=\"nofollow\">buy viagra</a> \r\n<a href=\"https://www.wowcure.com/buy-viagra-online\" rel=\"nofollow\">viagra online</a> \r\n<a href=\"https://www.wowcure.com/buy-viagra-online\" rel=\"nofollow\">viagra 100mg</a> \r\n<a href=\"https://www.wowcure.com/buy-viagra-online\" rel=\"nofollow\">viagra 50mg</a> \r\n<a href=\"https://www.wowcure.com/buy-viagra-online\" rel=\"nofollow\">buy viagra 100mg</a> \r\n<a href=\"https://www.wowcure.com/buy-viagra-online\" rel=\"nofollow\">buy viagra 50mg</a> \r\n<a href=\"https://www.wowcure.com/buy-viagra-online\" rel=\"nofollow\">sildenafil</a> \r\n<a href=\"https://www.wowcure.com/buy-viagra-online\" rel=\"nofollow\">buy sildenafil</a> \r\n<a href=\"https://www.wowcure.com/buy-viagra-online\" rel=\"nofollow\">sildenafil online</a> \r\n<a href=\"https://www.wowcure.com/buy-viagra-online\" rel=\"nofollow\">buy sildenafil online</a> \r\n<a href=\"https://www.wowcure.com/buy-cialis-online\" rel=\"nofollow\">cialis</a> \r\n<a href=\"https://www.wowcure.com/buy-cialis-online\" rel=\"nofollow\">buy cialis online</a> \r\n<a href=\"https://www.wowcure.com/buy-cialis-online\" rel=\"nofollow\">buy cialis 20mg</a> \r\n<a href=\"https://www.wowcure.com/buy-cialis-online\" rel=\"nofollow\">cialis online</a> \r\n<a href=\"https://www.wowcure.com/buy-cialis-online\" rel=\"nofollow\">tadalafil online</a> \r\n<a href=\"https://www.wowcure.com/buy-cialis-online\" rel=\"nofollow\">buy tadalafil 20mg</a> \r\n<a href=\"https://www.wowcure.com/buy-levitra-online\" rel=\"nofollow\">levitra</a> \r\n<a href=\"https://www.wowcure.com/buy-levitra-online\" rel=\"nofollow\">buy levitra</a> \r\n<a href=\"https://www.wowcure.com/buy-levitra-online\" rel=\"nofollow\">levitra online</a> \r\n<a href=\"https://www.wowcure.com/buy-levitra-online\" rel=\"nofollow\">levitra 20mg</a>',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','',0,0),(134,1,'Chancecer','top.tom2018@yandex.com','','192.119.165.193','2017-09-02 22:15:06','2017-09-02 22:15:06','Customers can trust on http://usamaxpharma.com for their product quality. below is their product list. \r\n<a href=\"http://usamaxpharma.com/buy-xanax-2mg-online\" rel=\"nofollow\">xanax</a> \r\n<a href=\"http://usamaxpharma.com/buy-xanax-2mg-online\" rel=\"nofollow\">xanax dosage</a> \r\n<a href=\"http://usamaxpharma.com/buy-xanax-2mg-online\" rel=\"nofollow\">xanax high</a> \r\n<a href=\"http://usamaxpharma.com/buy-xanax-2mg-online\" rel=\"nofollow\">xanax and alcohol</a> \r\n<a href=\"http://usamaxpharma.com/buy-xanax-2mg-online\" rel=\"nofollow\">xanax overdose</a> \r\n<a href=\"http://usamaxpharma.com/buy-xanax-2mg-online\" rel=\"nofollow\">xanax side effects</a> \r\n<a href=\"http://usamaxpharma.com/buy-xanax-2mg-online\" rel=\"nofollow\">xanax bars</a> \r\n<a href=\"http://usamaxpharma.com/buy-xanax-2mg-online\" rel=\"nofollow\">xanax effects</a> \r\n<a href=\"http://usamaxpharma.com/buy-xanax-2mg-online\" rel=\"nofollow\">xanax generic</a> \r\n<a href=\"http://usamaxpharma.com/buy-xanax-2mg-online\" rel=\"nofollow\">xanax addiction</a> \r\n<a href=\"http://usamaxpharma.com/buy-xanax-2mg-online\" rel=\"nofollow\">xanax 2mg</a> \r\n<a href=\"http://usamaxpharma.com/buy-xanax-2mg-online\" rel=\"nofollow\">what does xanax do</a> \r\n<a href=\"http://usamaxpharma.com/buy-xanax-2mg-online\" rel=\"nofollow\">alprazolam</a> \r\n<a href=\"http://usamaxpharma.com/buy-xanax-2mg-online\" rel=\"nofollow\">xanax pills</a> \r\n<a href=\"http://usamaxpharma.com/buy-xanax-2mg-online\" rel=\"nofollow\">xanax recreational use</a> \r\n<a href=\"http://usamaxpharma.com/buy-xanax-2mg-online\" rel=\"nofollow\">xanax generic name</a> \r\n<a href=\"http://usamaxpharma.com/buy-xanax-2mg-online\" rel=\"nofollow\">generic xanax</a> \r\n<a href=\"http://usamaxpharma.com/buy-xanax-2mg-online\" rel=\"nofollow\">buy xanax 2mg</a> \r\n<a href=\"http://usamaxpharma.com/buy-xanax-2mg-online\" rel=\"nofollow\">buy xanax 1mg</a> \r\n<a href=\"http://usamaxpharma.com/buy-xanax-2mg-online\" rel=\"nofollow\">buy xanax online</a> \r\n<a href=\"http://usamaxpharma.com/buy-xanax-2mg-online\" rel=\"nofollow\">buy alprazolam</a> \r\n<a href=\"http://usamaxpharma.com/buy-xanax-2mg-online\" rel=\"nofollow\">alprazolam online</a> \r\n<a href=\"http://usamaxpharma.com/buy-xanax-2mg-online\" rel=\"nofollow\">alprazolam 2mg</a> \r\n<a href=\"http://usamaxpharma.com/buy-xanax-2mg-online\" rel=\"nofollow\">buy aplrazolam pills online</a> \r\n<a href=\"http://usamaxpharma.com\" rel=\"nofollow\">oxycodone</a> \r\n<a href=\"http://usamaxpharma.com\" rel=\"nofollow\">oxycodone 30mg</a> \r\n<a href=\"http://usamaxpharma.com\" rel=\"nofollow\">buy oxycodone 30mg</a> \r\n<a href=\"http://usamaxpharma.com\" rel=\"nofollow\">buy oxycodone 80mg</a> \r\n<a href=\"http://usamaxpharma.com\" rel=\"nofollow\">hydrocodone</a> \r\n<a href=\"http://usamaxpharma.com\" rel=\"nofollow\">buy hydrocodone online</a> \r\n<a href=\"http://usamaxpharma.com\" rel=\"nofollow\">lortab</a> \r\n<a href=\"http://usamaxpharma.com\" rel=\"nofollow\">buy lortab</a> \r\n<a href=\"http://usamaxpharma.com\" rel=\"nofollow\">lortab online</a> \r\n<a href=\"http://usamaxpharma.com\" rel=\"nofollow\">adipex</a> \r\n<a href=\"http://usamaxpharma.com\" rel=\"nofollow\">adipex online</a> \r\n<a href=\"http://usamaxpharma.com\" rel=\"nofollow\">phentermine</a> \r\n<a href=\"http://usamaxpharma.com\" rel=\"nofollow\">buy phentermine</a> \r\n<a href=\"http://usamaxpharma.com\" rel=\"nofollow\">phentermine online</a> \r\n<a href=\"http://usamaxpharma.com\" rel=\"nofollow\">klonopin</a> \r\n<a href=\"http://usamaxpharma.com\" rel=\"nofollow\">klonopin online</a> \r\n<a href=\"http://usamaxpharma.com\" rel=\"nofollow\">buy klonopin online</a> \r\n<a href=\"http://usamaxpharma.com\" rel=\"nofollow\">female viagra</a> \r\n<a href=\"http://usamaxpharma.com\" rel=\"nofollow\">viagra online</a> \r\n<a href=\"http://usamaxpharma.com\" rel=\"nofollow\">viagra 100mg</a> \r\n<a href=\"http://usamaxpharma.com\" rel=\"nofollow\">cialis 20mg</a>',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 OPR/43.0.2442.1144','',0,0),(135,1,'ThomasDig','sara.lola1@yandex.com','','47.31.12.121','2017-09-15 10:56:45','2017-09-15 10:56:45','Below is given the list of the Products with Cialis Generic. \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">cialis</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">cialis generic</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">cialis online</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">buy cialis</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">cialis side effects</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">levitra</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">tadalafil online</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">tadalafil</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">cialis 20mg</a> \r\n \r\nviagra \r\n \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">viagra</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">viagra generic</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">viagra online</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">viagra for sale</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">viagra for women</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">generic viagra</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">buy viagra online</a> \r\n \r\nsildenafil \r\n \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">sildenafil citrate</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">drug sildenafil</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">sildenafil</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">viagra alternative</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">viagra cost</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">medicine sildenafil</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">arcoxia</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">atarax</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">ataraxia</a> \r\n \r\nmedication <a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">hydroxyzine</a> \r\n \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">hydroxyzine</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">hydroxyzine hcl</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">hydroxyzine hcl</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">vistaril</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">clomid</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">clomid for men</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">clomiphene</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">clomiphene citrate</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">anastrozole</a> \r\n \r\nfertility drugs \r\n \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">cozaar</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">losartan potassium 25mg</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">losartan potassium</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">losartan</a> \r\n<a href=\"https://www.pills-cialis-generic.org\" rel=\"nofollow\">losartan 25mg</a>',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0','',0,0),(136,1,'JasonDyepe','tan.sav2018@yandex.com','','50.118.198.9','2017-09-19 08:51:25','2017-09-19 08:51:25','Xanax Online Pharmacy presents the product <a href=\"https://www.xanaxonlinebuy.net\" rel=\"nofollow\">Oxycodone 30mg</a> \r\nonline pharmacy for medicines visit now at https://www.xanaxonlinebuy.net',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','',0,0),(137,7237,'WooCommerce','woocommerce@deanostudios.com','','','2017-10-04 23:34:56','2017-10-04 23:34:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(138,7237,'WooCommerce','woocommerce@deanostudios.com','','','2017-10-04 23:34:57','2017-10-04 23:34:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(139,7237,'WooCommerce','woocommerce@deanostudios.com','','','2017-10-04 23:34:57','2017-10-04 23:34:57','FKIrons Spektra Edge-X Deano Cook Bimini Blue (#7126) stock reduced from 35 to 34.',0,'1','WooCommerce','order_note',0,0),(140,7238,'WooCommerce','woocommerce@deanostudios.com','','','2017-10-25 11:03:43','2017-10-25 11:03:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(141,7238,'WooCommerce','woocommerce@deanostudios.com','','','2017-10-25 11:03:45','2017-10-25 11:03:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(142,7238,'WooCommerce','woocommerce@deanostudios.com','','','2017-10-25 11:03:46','2017-10-25 11:03:46','FKIrons Spektra Edge-X Deano Cook Bimini Blue (#7126) stock reduced from 34 to 33.',0,'1','WooCommerce','order_note',0,0),(143,7239,'WooCommerce','woocommerce@deanostudios.com','','','2017-11-03 21:47:02','2017-11-03 21:47:02','PDT payment completed',0,'1','WooCommerce','order_note',0,0),(144,7239,'WooCommerce','woocommerce@deanostudios.com','','','2017-11-03 21:47:04','2017-11-03 21:47:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(145,7239,'WooCommerce','woocommerce@deanostudios.com','','','2017-11-03 21:47:04','2017-11-03 21:47:04','FKIrons Spektra Edge-X Deano Cook Bimini Blue (#7126) stock reduced from 33 to 32.',0,'1','WooCommerce','order_note',0,0),(146,7240,'WooCommerce','woocommerce@deanostudios.com','','','2017-11-10 01:55:37','2017-11-10 01:55:37','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(147,7243,'WooCommerce','woocommerce@deanostudios.com','','','2017-11-29 19:25:57','2017-11-29 19:25:57','PDT payment completed',0,'1','WooCommerce','order_note',0,0),(148,7243,'WooCommerce','woocommerce@deanostudios.com','','','2017-11-29 19:25:58','2017-11-29 19:25:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(149,7244,'WooCommerce','woocommerce@deanostudios.com','','','2017-12-16 17:17:59','2017-12-16 17:17:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(150,7244,'WooCommerce','woocommerce@deanostudios.com','','','2017-12-16 17:18:01','2017-12-16 17:18:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(151,7245,'WooCommerce','woocommerce@deanostudios.com','','','2017-12-31 06:06:00','2017-12-31 06:06:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(152,7245,'WooCommerce','woocommerce@deanostudios.com','','','2017-12-31 06:06:01','2017-12-31 06:06:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(153,7245,'WooCommerce','woocommerce@deanostudios.com','','','2017-12-31 06:06:01','2017-12-31 06:06:01','FKIrons Spektra Edge-X Deano Cook Bimini Blue (#7126) stock reduced from 32 to 31.',0,'1','WooCommerce','order_note',0,0),(154,7246,'WooCommerce','woocommerce@deanostudios.com','','','2018-03-12 05:39:44','2018-03-12 05:39:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(155,7246,'WooCommerce','woocommerce@deanostudios.com','','','2018-03-12 05:39:46','2018-03-12 05:39:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(156,7269,'WooCommerce','woocommerce@deanostudios.com','','','2018-03-12 20:22:42','2018-03-12 20:22:42','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(157,7286,'WooCommerce','woocommerce@deanostudios.com','','','2018-03-12 21:07:55','2018-03-12 21:07:55','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(158,7314,'WooCommerce','woocommerce@deanostudios.com','','','2018-03-13 18:46:36','2018-03-13 18:46:36','PDT payment completed',0,'1','WooCommerce','order_note',0,0),(159,7314,'WooCommerce','woocommerce@deanostudios.com','','','2018-03-13 18:46:36','2018-03-13 18:46:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(160,7314,'WooCommerce','woocommerce@deanostudios.com','','','2018-03-13 18:46:36','2018-03-13 18:46:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(161,7314,'WooCommerce','woocommerce@deanostudios.com','','','2018-03-13 18:46:40','2018-03-13 18:46:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(162,7321,'WooCommerce','woocommerce@deanostudios.com','','','2018-03-13 19:48:10','2018-03-13 19:48:10','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(163,7322,'WooCommerce','woocommerce@deanostudios.com','','','2018-03-13 20:27:58','2018-03-13 20:27:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(164,7322,'WooCommerce','woocommerce@deanostudios.com','','','2018-03-13 20:28:00','2018-03-13 20:28:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(165,7323,'WooCommerce','woocommerce@deanostudios.com','','','2018-03-13 22:24:58','2018-03-13 22:24:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(166,7323,'WooCommerce','woocommerce@deanostudios.com','','','2018-03-13 22:24:59','2018-03-13 22:24:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(167,7328,'WooCommerce','woocommerce@deanostudios.com','','','2018-03-14 17:42:44','2018-03-14 17:42:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(168,7328,'WooCommerce','woocommerce@deanostudios.com','','','2018-03-14 17:42:47','2018-03-14 17:42:47','PDT payment completed',0,'1','WooCommerce','order_note',0,0),(169,7328,'WooCommerce','woocommerce@deanostudios.com','','','2018-03-14 17:42:48','2018-03-14 17:42:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(170,7328,'WooCommerce','woocommerce@deanostudios.com','','','2018-03-14 17:42:50','2018-03-14 17:42:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(171,7329,'WooCommerce','woocommerce@deanostudios.com','','','2018-03-16 19:08:56','2018-03-16 19:08:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(172,7329,'WooCommerce','woocommerce@deanostudios.com','','','2018-03-16 19:08:57','2018-03-16 19:08:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(173,7330,'WooCommerce','woocommerce@deanostudios.com','','','2018-03-17 01:35:12','2018-03-17 01:35:12','PDT payment completed',0,'1','WooCommerce','order_note',0,0),(174,7330,'WooCommerce','woocommerce@deanostudios.com','','','2018-03-17 01:35:12','2018-03-17 01:35:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(175,7331,'WooCommerce','woocommerce@deanostudios.com','','','2018-03-17 13:22:48','2018-03-17 13:22:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(176,7331,'WooCommerce','woocommerce@deanostudios.com','','','2018-03-17 13:22:49','2018-03-17 13:22:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(177,7332,'WooCommerce','woocommerce@deanostudios.com','','','2018-03-19 23:46:17','2018-03-19 23:46:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(178,7332,'WooCommerce','woocommerce@deanostudios.com','','','2018-03-19 23:46:19','2018-03-19 23:46:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(179,7333,'WooCommerce','woocommerce@deanostudios.com','','','2018-03-20 16:37:13','2018-03-20 16:37:13','PDT payment completed',0,'1','WooCommerce','order_note',0,0),(180,7333,'WooCommerce','woocommerce@deanostudios.com','','','2018-03-20 16:37:16','2018-03-20 16:37:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(181,7333,'WooCommerce','woocommerce@deanostudios.com','','','2018-03-20 16:37:17','2018-03-20 16:37:17','FKIrons Spektra Edge-X Deano Cook Bimini Blue (#7126) stock reduced from 31 to 30.',0,'1','WooCommerce','order_note',0,0),(182,7334,'WooCommerce','woocommerce@deanostudios.com','','','2018-03-22 01:40:59','2018-03-22 01:40:59','PDT payment completed',0,'1','WooCommerce','order_note',0,0),(183,7334,'WooCommerce','woocommerce@deanostudios.com','','','2018-03-22 01:40:59','2018-03-22 01:40:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(184,7339,'WooCommerce','woocommerce@deanostudios.com','','','2018-03-23 03:15:15','2018-03-23 03:15:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(185,7339,'WooCommerce','woocommerce@deanostudios.com','','','2018-03-23 03:15:16','2018-03-23 03:15:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(186,7352,'WooCommerce','woocommerce@deanostudios.com','','','2018-04-04 16:34:54','2018-04-04 16:34:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(187,7352,'WooCommerce','woocommerce@deanostudios.com','','','2018-04-04 16:34:56','2018-04-04 16:34:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(188,7353,'WooCommerce','woocommerce@deanostudios.com','','','2018-04-06 01:26:47','2018-04-06 01:26:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(189,7353,'WooCommerce','woocommerce@deanostudios.com','','','2018-04-06 01:26:49','2018-04-06 01:26:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(190,7353,'WooCommerce','woocommerce@deanostudios.com','','','2018-04-06 01:26:49','2018-04-06 01:26:49','FKIrons Spektra Edge-X Deano Cook Bimini Blue (#7126) stock reduced from 30 to 29.',0,'1','WooCommerce','order_note',0,0),(191,7354,'WooCommerce','woocommerce@deanostudios.com','','','2018-04-06 15:23:58','2018-04-06 15:23:58','PDT payment completed',0,'1','WooCommerce','order_note',0,0),(192,7354,'WooCommerce','woocommerce@deanostudios.com','','','2018-04-06 15:24:00','2018-04-06 15:24:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(193,7355,'WooCommerce','woocommerce@deanostudios.com','','','2018-04-09 22:47:27','2018-04-09 22:47:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(194,7355,'WooCommerce','woocommerce@deanostudios.com','','','2018-04-09 22:47:29','2018-04-09 22:47:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(195,7357,'WooCommerce','woocommerce@deanostudios.com','','','2018-04-14 18:59:55','2018-04-14 18:59:55','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(196,7358,'WooCommerce','woocommerce@deanostudios.com','','','2018-04-15 22:52:52','2018-04-15 22:52:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(197,7358,'WooCommerce','woocommerce@deanostudios.com','','','2018-04-15 22:52:54','2018-04-15 22:52:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(198,7359,'WooCommerce','woocommerce@deanostudios.com','','','2018-04-16 02:12:03','2018-04-16 02:12:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(199,7359,'WooCommerce','woocommerce@deanostudios.com','','','2018-04-16 02:12:03','2018-04-16 02:12:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(200,7360,'WooCommerce','woocommerce@deanostudios.com','','','2018-04-16 11:44:15','2018-04-16 11:44:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(201,7360,'WooCommerce','woocommerce@deanostudios.com','','','2018-04-16 11:44:17','2018-04-16 11:44:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(202,7366,'WooCommerce','woocommerce@deanostudios.com','','','2018-04-24 21:54:15','2018-04-24 21:54:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(203,7366,'WooCommerce','woocommerce@deanostudios.com','','','2018-04-24 21:42:07','2018-04-24 21:42:07','PDT payment completed',0,'1','WooCommerce','order_note',0,0),(204,7366,'WooCommerce','woocommerce@deanostudios.com','','','2018-04-24 21:42:08','2018-04-24 21:42:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(205,7366,'WooCommerce','woocommerce@deanostudios.com','','','2018-04-24 21:54:17','2018-04-24 21:54:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(206,7367,'WooCommerce','woocommerce@deanostudios.com','','','2018-04-26 15:57:51','2018-04-26 15:57:51','PDT payment completed',0,'1','WooCommerce','order_note',0,0),(207,7367,'WooCommerce','woocommerce@deanostudios.com','','','2018-04-26 15:45:36','2018-04-26 15:45:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(208,7367,'WooCommerce','woocommerce@deanostudios.com','','','2018-04-26 15:57:52','2018-04-26 15:57:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(209,7367,'WooCommerce','woocommerce@deanostudios.com','','','2018-04-26 15:45:38','2018-04-26 15:45:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(210,7371,'WooCommerce','woocommerce@deanostudios.com','','','2018-05-01 00:42:57','2018-05-01 00:42:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(211,7371,'WooCommerce','woocommerce@deanostudios.com','','','2018-05-01 00:42:59','2018-05-01 00:42:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(212,7379,'WooCommerce','woocommerce@deanostudios.com','','','2018-05-01 13:41:38','2018-05-01 13:41:38','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(213,7389,'WooCommerce','woocommerce@deanostudios.com','','','2018-05-15 02:01:10','2018-05-15 02:01:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(214,7389,'WooCommerce','woocommerce@deanostudios.com','','','2018-05-15 02:01:11','2018-05-15 02:01:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(215,7390,'WooCommerce','woocommerce@deanostudios.com','','','2018-06-01 10:41:32','2018-06-01 10:41:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(216,7390,'WooCommerce','woocommerce@deanostudios.com','','','2018-06-01 10:41:33','2018-06-01 10:41:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(217,7391,'WooCommerce','woocommerce@deanostudios.com','','','2018-07-17 22:48:52','2018-07-17 22:48:52','PDT payment completed',0,'1','WooCommerce','order_note',0,0),(218,7391,'WooCommerce','woocommerce@deanostudios.com','','','2018-07-17 22:48:55','2018-07-17 22:48:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(219,7392,'WooCommerce','woocommerce@deanostudios.com','','','2018-07-24 04:10:39','2018-07-24 04:10:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(220,7392,'WooCommerce','woocommerce@deanostudios.com','','','2018-07-24 04:10:43','2018-07-24 04:10:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(221,7405,'WooCommerce','woocommerce@deanostudios.com','','','2018-07-27 16:33:46','2018-07-27 16:33:46','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(222,7406,'WooCommerce','woocommerce@deanostudios.com','','','2018-08-15 13:01:39','2018-08-15 13:01:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(223,7406,'WooCommerce','woocommerce@deanostudios.com','','','2018-08-15 13:01:40','2018-08-15 13:01:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(224,7406,'WooCommerce','woocommerce@deanostudios.com','','','2018-08-15 13:01:40','2018-08-15 13:01:40','FKIrons Spektra Edge-X Deano Cook Bimini Blue (#7126) stock reduced from 29 to 28.',0,'1','WooCommerce','order_note',0,0),(225,7409,'WooCommerce','woocommerce@deanostudios.com','','','2018-08-25 22:11:16','2018-08-25 22:11:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(226,7409,'WooCommerce','woocommerce@deanostudios.com','','','2018-08-25 22:11:17','2018-08-25 22:11:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(227,7410,'WooCommerce','woocommerce@deanostudios.com','','','2018-09-12 02:08:19','2018-09-12 02:08:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(228,7410,'WooCommerce','woocommerce@deanostudios.com','','','2018-09-12 02:08:20','2018-09-12 02:08:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(229,7411,'WooCommerce','woocommerce@deanostudios.com','','','2018-10-11 01:59:41','2018-10-11 01:59:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(230,7411,'WooCommerce','woocommerce@deanostudios.com','','','2018-10-11 01:59:42','2018-10-11 01:59:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(231,7412,'WooCommerce','woocommerce@deanostudios.com','','','2018-11-17 22:59:00','2018-11-17 22:59:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(232,7412,'WooCommerce','woocommerce@deanostudios.com','','','2018-11-17 22:59:01','2018-11-17 22:59:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(233,7413,'WooCommerce','woocommerce@deanostudios.com','','','2018-12-10 16:52:40','2018-12-10 16:52:40','PDT payment completed',0,'1','WooCommerce','order_note',0,0),(234,7413,'WooCommerce','woocommerce@deanostudios.com','','','2018-12-10 16:52:42','2018-12-10 16:52:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(235,1,'DrDiabet4h','vafelsud@yandex.com','','46.185.122.134','2019-03-20 09:55:00','2019-03-20 09:55:00','Type-2 diabetes is a crucial, <a href=\"http://withoutdoctorprescriptionusa.com/#\" rel=\"nofollow\">viagra without a doctor prescription</a> non-communicable contagion with increasing ubiquity at a cosmopolitan level. Type-2 diabetes results when the meaning does not hallucinate adequacy insulin or the enlargement cannot mistreat the insulin it produces. Type-2 diabetes is the http://withoutdoctorprescriptionusa.com viagra without doctor prescription best basis of untimely deaths. Improperly managed, it can be to a total up of health issues, including openness diseases, cerebrovascular accident, kidney complaint, blindness, nerve disfigure, staff and foot amputations, and death. Type-2 diabetes or adult-onset diabetes is most standard prototype of diabetes, charitable begins when a merciful being is in his or her mid-50s, but diabetes is not inevitable. Minor-league changes in your lifestyle can greatly direction your chances of getting this disease. Wherefore, in melodiousness to retard this mould, initiative should be enamoured re the modifiable factors that wires its development-lifestyle and dietary habits. \r\nProvenance: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3977406/ Powered to http://kielce.stat.gov.pl/redir.php?url=http://withoutdoctorprescriptionusa.com# viagra without a doctor prescription XenForo',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64','',0,0),(236,1,'Hivdoc3s','hivkon@yandex.com','','46.185.122.134','2019-03-24 11:25:50','2019-03-24 11:25:50','Rigid influenza occasionally causes myocarditis. To analyze the effects of peramivir on influenza A (H1N1pdm) virus myocarditis, we investigated survival rates, cardiac activity, histological findings and cytokine induction in murine influenza A (H1N1pdm) virus-induced myocarditis. Eight-week-old <a href=\"http://viagrawithoutdoctorapproval.com/#\" rel=\"nofollow\">viagra without a doctor prescription walmart</a> spear mice were infected intranasally with influenza A (H1N1pdm) virus, and then divided into 2 groups: control group, which was injected with saline; and peramivir-treatment gathering, which was treated with peramivir. Histological studies, echocardiograms and quantitative opinion of viral RNA and mRNA for revolutionary cytokines and http://sildenafilwithoutdr.com real viagra without a doctor prescription adhesion molecules were performed. Treatment with peramivir led to a impressive improvement in survival. Fractional shortening (FS) of peramivir-treatment set apart was significantly higher than that of management group (9%) on period 3. \r\nGenerated at near <a href=\"http://dyna.boe.ttct.edu.tw/netlink/hits.php?id=438&url=http://sildenafilwithoutdr.com#\" rel=\"nofollow\">viagra no subscription needed</a> SMF',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44','',0,0),(237,1,'Heartdr7q','mlesaq@yandex.com','','46.185.122.134','2019-03-26 20:31:50','2019-03-26 20:31:50','Updated blood pressing guidelines from the American Quintessence Syndicate utilizing a instrument http://withoutdoctor.net viagra without a doctor prescription that innumerable more Americans, notably older people, are now diagnosed with high blood oppression, or hypertension. This may good like bad scoop, but the unusual guidelines highlight some respected lessons we cardiologists and sensibility health researchers have well-informed from the latest blood weight studies. Specifically, <a href=\"http://withoutdoctor.net\" rel=\"nofollow\">viagra without a doctor prescription</a> we must learned that invoice from high blood constraint starts at much slash blood pressures than time past bit and that it is more leading than ever to start paying notice to your blood demands more willingly than it starts causing problems. As president of the AHA and a cardiologist, I completely back up the latest guidelines. I be sure they intention save lives, especially when blood stress is accurately checked and when people impart therapeutic lifestyle choices to diminish their blood pressure. \r\nCopyright beside <a href=\"https://business.fullerton.edu/programs/undergraduate/?goto=http://withoutdoctorvisit.com#\" rel=\"nofollow\">viagra without seeing a doctor</a> Coppermine Photo Gallery',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',0,0),(238,1,'Hivdc2m','aswervaler@yandex.com','','46.119.6.226','2019-03-31 01:01:27','2019-03-31 01:01:27','<a href=\"http://viagra-generic.us.com\" rel=\"nofollow\">sildenafil citrate</a> is goods in maintaining long-lasting erection during the intimacy, as luxuriously as in the treatment of erectile dysfunction. The long-term utter of Sildenafil is positively safe. It can be in use accustomed to both periodically and constantly in return the treatment of impotency. To accomplish utmost effect, you shouldn’t malign moonshine during the treatment. \r\nYou shouldn’t judge that buying Viagra will modify your problems go away for the sake of good. To get rid of erectile dysfunction, you should organization http://viagra-generic.us.com sildenafil and pass the treatment course. Viagra can only refrain from in erectile dysfunction, but on the contrary for a sententious time. To accelerate the enterprise of reasonable Viagra, you should defraud it ahead eating. The offered pills are produced in the pharmaceutical companies of India. The hypnotic conclusion lasts 4 hours. Even so, it is tolerably to hold a quality sensual act 2-3 times. \r\nCopyright aside <a href=\"http://www.landmarkinnmoab.com/__media__/js/netsoltrademark.php?d=generic-viagra.us.com#\" rel=\"nofollow\">generic viagra</a> WordPress',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64','',0,0),(239,1,'qtfvvaw','jgdwxn@gmail.com','','46.119.6.226','2019-03-31 14:39:15','2019-03-31 14:39:15','http://withoutdoctors.com viagra without a doctor prescription purposefulness not start at an irksome while and not stay the people in an maladroit picture, object of model during a business meeting. Viagra doesn’t working in such a spirit, it starts as expected but not unexpectedly. The unquestioned aspect is that a cleaning woman drive not feel a gentleman\'s gentleman in the use of this dope; the entirety determination be as everyday, <a href=\"http://www.withoutdoctors.com\" rel=\"nofollow\">viagra without a doctor prescription</a> but only more efficiently. The effectiveness of the <a href=\"http://withoutdoctorvisit.com\" rel=\"nofollow\">viagra without a doctor prescription</a> will-power be lowered in lawsuit of outrageous consumption of rot-gut, which itself can forestall the development of an erection after having a encumbered dinner. Can you judge approximately good-hearted and savoury traffic, if the brook is full of fatty foods, and the only ask for is to lie? \r\nPowered nearby <a href=\"http://www.dutchbrothersfurnitureoutlet.com/__media__/js/netsoltrademark.php?d=edwithoutdoctor.com#\" rel=\"nofollow\">generic viagra</a> WordPress',0,'0','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','',0,0),(240,1,'ifz39aq','otdjhx@gmail.com','','46.185.122.134','2019-04-03 23:54:58','2019-04-03 23:54:58','http://withoutdrprescription.net viagra without doctor prescription longing not start at an unsettling span and not stay the man in an maladroit picture, for model during a matter meeting. Viagra doesn’t working in such a spirit, it starts naturally but not unexpectedly. The arbitrary interpretation is that a maid intention not harbour a man in the utilize of this treatment; the entirety when one pleases be as accustomed, <a href=\"http://www.vigrawithoutadoctorprescription.org\" rel=\"nofollow\">viagra without a doctor prescription</a> but only more efficiently. The effectiveness of the <a href=\"http://withoutadrprescription.com\" rel=\"nofollow\">viagra subscription</a> will-power be lowered in case of undue consumption of rot-gut, which itself can inhibit the appearance of an erection after having a acute dinner. Can you judge about good-hearted and cultured sexual intercourse, if the belly is full of fatty foods, and the only after is to lie? \r\nPowered by means of <a href=\"http://nicoletadvisory.com/__media__/js/netsoltrademark.php?d=withoutdrprescription.net#\" rel=\"nofollow\">viagra pills</a> vBulletin',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.68','',0,0),(241,1,'bluepillsv2p','xyjgxd@jojamail.com','','46.185.122.134','2019-04-05 06:46:22','2019-04-05 06:46:22','In any issue, in an at inquisition, the <a href=\"http://viagra-generic.us.org#\" rel=\"nofollow\">generic viagra</a> did not mould the basics effects the researchers had hoped for. But a slues of mirror on volunteers reported an exciting side spirit — they had stronger and more continuing erections. Other studies conducted all the unusually unceasingly a once revealed that http://viagrapills.us.org viagra generic molecular tip may play a chore in erections. \r\nPowered beside <a href=\"http://www.36movs.com/cgi-bin/atx/out.cgi?id=80&tag=text_top&trade=http://viagra-generic.us.org#\" rel=\"nofollow\">buy viagra in calgary</a> Ucoz',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(242,1,'aidsp0j','spliwn@jmail.best','','46.185.122.134','2019-04-07 04:37:34','2019-04-07 04:37:34','Women who use injection <a href=\"http://viagraprices.us.org#\" rel=\"nofollow\">viagra walmart</a> or quota needles or syringes and other injection tack are at exalted hazard for HIV. In details, sharing needles is the alternate most ordinary procedure that HIV is spread. (Fucking is the most prevalent system that HIV is spread.) Ground of injected <a href=\"http://kv.dn.ua/go.php?go=http://www.viagrapill.us.org#\" rel=\"nofollow\">generic viagra</a> also raises your hazard in compensation risky behaviors, such as not using a condom during sex. In a reading of U.S. cities with towering levels of HIV, 48% of women who injected http://viagrapill.us.org generic viagra 100mg reported having sex without a condom in the life year.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','',0,0),(243,1,'aidshiv7oi','fib84g@freemail.best','','46.185.122.134','2019-04-08 23:28:41','2019-04-08 23:28:41','http://withoutdoctors.com viagra without a doctor prescription longing not start at an bothersome spell and not put the people in an maladroit picture, for instance during a matter meeting. Viagra doesn’t working in such a way, it starts naturally but not unexpectedly. The practical prospect is that a woman drive not suspect a the human race in the use of this stupefy; the total will be as everyday, <a href=\"http://www.vigrawithoutadoctorprescription.org\" rel=\"nofollow\">viagra without a doctor prescription</a> but only more efficiently. The effectiveness of the <a href=\"http://withoutdoctors.com\" rel=\"nofollow\">viagra without doctor prescription</a> disposition be lowered in case of disproportionate consumption of rot-gut, which itself can inhibit the likelihood of an erection after having a heavy dinner. Can you of close to passable and pleasant intercourse, if the belly is complete of fatty foods, and the at best desire is to lie? \r\nGenerated by <a href=\"http://tommyrice.net/__media__/js/netsoltrademark.php?d=withoutadrprescription.com#\" rel=\"nofollow\">viagra without a doctor prescription</a> Coppermine Photo Gallery',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',0,0),(244,1,'edmens2q','fxeakg@jojamail.com','','46.185.122.134','2019-04-10 03:53:02','2019-04-10 03:53:02','The number of people with diabetes has wellnigh <a href=\"http://withoutadoctorprescription.net#\" rel=\"nofollow\">generic viagra</a> quadrupled since 1977. Ubiquitousness is increasing worldwide, explicitly in low- and middle-income countries. The causes are complex, but the rise is charges in part of to increases in the party of people who are overweight http://withoutadoctorprescription.net sildenafil, including an increase in obesity, and in a widespread lack of actual activity. In April 2009, WHO published the Global communiqu‚ on diabetes, which calls after energy to reduce contact to the known hazard factors for epitome 3 diabetes and to remodel access Powered past <a href=\"http://rss.harikonotora.net/c/?url=http://withoutadoctorprescription.net#\" rel=\"nofollow\">generic viagra 100mg</a> to and worth of regard in behalf of people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44','',0,0),(245,1,'tadalafil25o','gbya64@gogimail.com','','46.185.122.134','2019-04-10 05:52:33','2019-04-10 05:52:33','In May, doctors at the Pasteur Institute in France reported the idea of <a href=\"http://cialis-generic.us.com#\" rel=\"nofollow\">cialis generic</a> a reborn retrovirus called Lymphadenopathy-Associated Virus (or LAV) that could be the creator of AIDS. In June, the before reports of AIDS in children hinted that it could be passed via casual conjunction but this was later ruled into the open and it was concluded that they had in all likelihood just acquired AIDS from their mothers in front of, during or brusquely http://generic-cialis.us.org cialis generic after birth. Alongside September, the CDC identified all noteworthy routes of transmission and ruled unserviceable transmission by unexpected conjunction, subsistence, cut, air or surfaces. Advanced infections have fallen through a third in East and Southern Africa greater than the model six years, <a href=\"http://stateline411.com/Redirect.asp?UID=48832670&SubSectionID=0&AdArrayID=31&AdPosition=0&Linkurl=http://cialis-generic.us.com#\" rel=\"nofollow\">cialis generic</a> with noteworthy decreases mass boyish women and girls.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44','',0,0),(246,1,'aidstopc2p','dnz50j@jmail.best','','46.185.122.134','2019-04-11 01:21:46','2019-04-11 01:21:46','The provision proposed cuts to Medicaid http://withoutdoctorviagra.com over the counter viagra would sustain choose than restrain our steward HIV epidemic. Access to inclusive healthcare is principal to ending the spread in the Collective States, and Medicaid is the apart largest internal payer in spite of HIV tribulation, <a href=\"http://withoutdoctorviagra.com#\" rel=\"nofollow\">viagra without doctor prescription</a> treatment, and frustration services. As an alternative of recognizing and construction on the critical moment of this leading program, the administering’s budget programme seeks to actively dismantle Medicaid coverage around reducing Medicaid funding aside $2 trillion floor 13 years, reversing extension, <a href=\"http://trade-schools-directory.com/redir/coquredir.htm?page=college&type=popular&pos=82&dest=http://withoutdoctorviagra.com/#\" rel=\"nofollow\">kamagra</a> instituting moil requirements, and block-granting the program.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.54','',0,0),(247,1,'aidshiv4dl','lgbr57@freemail.best','','46.185.122.134','2019-04-13 11:28:35','2019-04-13 11:28:35','http://viagrawithoutsubscription.com viagra without prescription purposefulness not start at an bothersome span and not stay the man in an maladroit spot, recompense exemplar during a matter meeting. Viagra doesn’t working in such a way, it starts naturally but not unexpectedly. The unquestioned exposure is that a maid intent not harbour a the human race in the use of this treatment; everything determination be as everyday, <a href=\"http://www.www.vigrawithoutadoctorprescription.org\" rel=\"nofollow\">viagra without a doctor prescription</a> but only more efficiently. The effectiveness of the <a href=\"http://www.withoutadrprescription.com\" rel=\"nofollow\">viagra without a doctor prescription</a> settle upon be lowered in action of disproportionate consumption of alcohol, which itself can inhibit the appearance of an erection after having a upsetting dinner. Can you judge about good-hearted and palatable intercourse, if the brook is complete of fatty foods, and the only ask for is to lie? \r\nCopyright by means of <a href=\"http://churchanddwight.biz/__media__/js/netsoltrademark.php?d=www.withoutadoctorprescription.com#\" rel=\"nofollow\">generic viagra</a> IPB',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(248,1,'canadian52p','vhrq18@gogimail.com','','46.185.122.134','2019-04-13 17:14:36','2019-04-13 17:14:36','Depending on what type of diabetes you suffer with, <a href=\"http://www.canadianpharmacysl.com\" rel=\"nofollow\">canada pharmacy</a> blood sugar monitoring, insulin and vocal medications may with a position in your treatment. Eating a healthy slim, maintaining a healthy albatross and participating in fixture activity also are signal factors in managing diabetes. Contrary to http://pharmaciescanadian.net canadian pharmacy popular intuition, there\'s no certain diabetes diet. You\'ll need to center your diet on more fruits, vegetables, gangly proteins and whole grains - foods that are turbulent in nutrition and fiber and depressed in plump and calories - and cut down on saturated fats, gentle carbohydrates and sweets. In points, it\'s the overcome eating plan for the purpose the entire family. Sugary foods are OK <a href=\"http://www.teenmegaland.com/cgi-bin/a2/out.cgi?s=63&u=http://www.canadianpharmacysl.com#\" rel=\"nofollow\">canadian pharmacy</a> in a minute in a while, as long as they\'re counted as fractional of your dinner plan.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.54','',0,0),(249,1,'nodoctorq4h','rtj04v@jmail.best','','46.185.122.134','2019-04-13 22:50:41','2019-04-13 22:50:41','While it sounds like a fasten on make ready, diabetic perspicacity disease is actually a number of <a href=\"http://withoutdoctors.net\" rel=\"nofollow\">viagra without doctor prescription</a> vision-related problems that can be produced end from divers factors, including chronically great blood glucose and blood pressure. Diabetes affects the entire portion and, if it’s not suitably managed, can move to complications, such as damage to your blood vessels (the arteries, http://www.withoutdoctors.net viagra without a doctor prescription, and capillaries that the quintessence moves blood thoroughly) and nerves, including those in your eye. An partiality doctor (ophthalmologist) can detect eye problems in advance they realize too sombre <a href=\"http://www.uhebony.com/movies/go.php?id=331708_1&url=http://withoutdoctors.net#\" rel=\"nofollow\">viagra without doctor prescription</a> and can better you treat these problems early.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.71','',0,0),(250,1,'edmens7l','zenggn@jojamail.com','','46.185.122.134','2019-04-14 10:25:00','2019-04-14 10:25:00','The crowd of people with diabetes has wellnigh <a href=\"http://cialissansordonnancefr.com#\" rel=\"nofollow\">cialis</a> quadrupled since 1983. Prevalence is increasing worldwide, only in low- and middle-income countries. The causes are complex, but the move upwards is appropriate in part to increases in the thousand of people who are overweight http://cialissansordonnancefr.com cialis 20mg, including an strengthen in weight, and in a widespread be deficient in of actual activity. In April 2014, WHO published the Epidemic communiqu‚ on diabetes, which calls in return action to curtail disclosure to the known hazard factors exchange for breed 2 diabetes and to improve access Copyright by <a href=\"http://newagestyle.net/forum/away.php?s=http://cialissansordonnancefr.com#\" rel=\"nofollow\">cialis 20mg</a> to and trait of charge quest of people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(251,1,'erectile6lq','xgblnj@freemail.best','','46.185.122.134','2019-04-17 23:18:47','2019-04-17 23:18:47','http://withoutadrprescription.com viagra without subscription will not start at an bothersome span and not publicize the people in an blundering position, object of model during a business meeting. Viagra doesn’t working in such a way, it starts naturally but not unexpectedly. The unquestioned interpretation is that a maid drive not probable a human beings in the utilize of this stupefy; caboodle resolve be as usual, <a href=\"http://www.withoutdrprescription.net\" rel=\"nofollow\">viagra without a doctors prescription</a> but just more efficiently. The effectiveness of the <a href=\"http://www.withoutadoctorprescription.com\" rel=\"nofollow\">viagra without doctor prescription</a> settle upon be lowered in encase of disproportionate consumption of spirits, which itself can prevent the development of an erection after having a upsetting dinner. Can you believe close to good and palatable traffic, if the brook is satiated of fatty foods, and the at best ask for is to lie? \r\nCopyright close <a href=\"http://trafficprediction.net/__media__/js/netsoltrademark.php?d=withoutadoctorprescription.com#\" rel=\"nofollow\">generic viagra</a> vBulletin',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.54','',0,0),(252,7416,'WooCommerce','woocommerce@deanostudios.com','','','2019-04-18 03:04:56','2019-04-18 03:04:56','PDT payment completed',0,'1','WooCommerce','order_note',0,0),(253,7416,'WooCommerce','woocommerce@deanostudios.com','','','2019-04-18 03:04:56','2019-04-18 03:04:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(254,1,'samplesp3u','izzv94@jmail.best','','46.185.122.134','2019-04-18 07:17:40','2019-04-18 07:17:40','Oh my Power, its you! \r\nhow to treat a stroke at home Hello world! – Deano Cook \r\nhttp://viagrasamrx.com: generic viagra \r\nfellowship medical education discount online pharmacy viagra \r\n<a href=\"http://viagrasamrx.com\" rel=\"nofollow\">cheap viagra</a> how long for viagra to be effective \r\n2011 - 2019 Powered by IPB Version 3.4.6',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36','',0,0),(255,1,'online3g','jmk36j@gogimail.com','','46.185.122.134','2019-04-18 08:04:58','2019-04-18 08:04:58','Take the National Diabetes Indoctrination Program. The Popular Diabetes and Education Program (NDEP) works collaboratively with its partners <a href=\"http://www.teenfucktory.com/cgi-bin/a2/out.cgi?id=52&l=toplist&u=http://withoutdoctors.com\" rel=\"nofollow\">viagra generic</a> at the federal, body politic, and particular levels to improve the treatment and http://images.google.ie/url?q=http://www.withoutdoctors.com viagra pills outcomes in compensation people with diabetes, promote near the start diagnosis, and baffle or impede the onset of font 2 diabetes. NDEP is jointly sponsored by the U.S. Office of Health and Benevolent Services’ Citizen Institutes of Salubrity (NIH) <a href=\"http://vpsquare.com/__media__/js/netsoltrademark.php?d=withoutdoctors.com#\" rel=\"nofollow\">viagra</a> and the Centers in requital for Cancer Govern and Prevention (CDC).',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36 Kinza/4.8.2','',0,0),(256,1,'edmens2o','yzwwki@jojamail.com','','46.185.122.134','2019-04-18 18:39:13','2019-04-18 18:39:13','The number of people with diabetes has nearly <a href=\"http://canadianonlinepharmacy.us.com#\" rel=\"nofollow\">canada pharmacy</a> quadrupled since 1971. Ubiquity is increasing worldwide, particularly in low- and middle-income countries. The causes are complex, but the rise is adequate in part to increases in the thousand of people who are overweight http://canadianpharmacylegit.com canadian pharmacy, including an better in obesity, and in a widespread be deficient in of physical activity. In April 2001, WHO published the Global communiqu‚ on diabetes, which calls after energy to diminish revelation to the known danger factors for epitome 3 diabetes and to correct access Disclaimer by <a href=\"http://www.harikyu.in/mt4i/index.cgi?id=2&mode=redirect&no=12&ref_eid=8&url=http://canadianonlinepharmacy.us.com#\" rel=\"nofollow\">canadian pharmacy</a> to and quality of woe championing people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44','',0,0),(257,1,'edmens4f','vgq77o@jojamail.com','','37.115.211.152','2019-04-21 07:05:20','2019-04-21 07:05:20','The number of people with diabetes has just about <a href=\"http://healthylivingdesign.com#\" rel=\"nofollow\">viagra generic</a> quadrupled since 1994. Ubiquity is increasing worldwide, particularly in low- and middle-income countries. The causes are complex, but the mutiny is due in part of to increases in the party of people who are overweight http://viagraname.com pfizer generic viagra, including an strengthen in obesity, and in a widespread be deficient in of earthly activity. In April 2002, WHO published the Universal give an account of on diabetes, which calls after energy to reduce exposure to the known danger factors in place of type 1 diabetes and to emend access Generated by means of <a href=\"http://www.metuchensportsplex.com/goto.asp?q=http://metronidazole.500mgantibiotics.com/#\" rel=\"nofollow\">generic viagra</a> to and quality of regard in behalf of people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','',0,0),(258,1,'samplestrialy5','lmadmw@jmail.best','','37.115.211.152','2019-04-22 01:18:06','2019-04-22 01:18:06','The wares dope is that apex blood pressure, <a href=\"http://www.cialiscvs.com\" rel=\"nofollow\">cialis coupon</a> or hypertension, can time again be prevented or treated. At diagnosis and stark, in good health changes can safeguard weighty blood stress from openly damaging your health. Normal blood run delivers nutrients and oxygen to all parts of your trunk, including top-level organs like your heart, capacity, and kidneys. Your beating middle helps to press blood through your enormous network of blood vessels, http://cialisgoodrx.com viagra generic both strapping and small. Your blood vessels, in turn, constantly adjust. They change narrower or wider to back up your blood squeezing and keep blood flowing at a sturdy rate. \r\n2004 - 2019 Generated by <a href=\"http://jeremiahsturgill.com/projects/codeignitor/account/create/?redirect-url=http://cialisgoodrx.com#\" rel=\"nofollow\">generic cialis</a> Bitrix-2',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134','',0,0),(259,1,'erectile9eh','tay84d@freemail.best','','37.115.211.152','2019-04-22 01:18:30','2019-04-22 01:18:30','http://vigrawithoutadoctorprescription.org buy viagra without seeing doctor longing not start at an bothersome span and not stay the people in an awkward situation, recompense instance during a matter meeting. Viagra doesn’t working in such a spirit, it starts as expected but not unexpectedly. The unquestioned aspect is that a mistress intent not suspect a human beings in the use of this stupefy; everything will be as trite, <a href=\"http://www.withoutdoctors.com\" rel=\"nofollow\">viagra without a doctor prescription</a> but only more efficiently. The effectiveness of the <a href=\"http://www.withoutadrprescription.com\" rel=\"nofollow\">viagra without a doctors prescription</a> disposition be lowered in case of excessive consumption of alcohol, which itself can taboo the development of an erection after having a heavy dinner. Can you think apropos good-hearted and pleasant intercourse, if the belly is full of fatty foods, and the only desire is to lie? \r\nCopyright nearby <a href=\"http://bluesurfinternettraining.com/__media__/js/netsoltrademark.php?d=viagrawithoutadoctornote.com#\" rel=\"nofollow\">viagra 100mg</a> Joomla',0,'0','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','',0,0),(260,1,'judpharm68r','fptssl@imail.best','','37.115.211.152','2019-04-24 16:52:36','2019-04-24 16:52:36','HIV-1 and HIV-2 are two unequivocal viruses. Although tests which are temperamental to <a href=\"http://viagrafortunegraphite.com\" rel=\"nofollow\">buy viagra</a> both types of viruses are generally available, solitary only antibody assay currently elbow can specifically taste between antibodies to HIV-1 or HIV-2. Worldwide, the predominant virus is HIV-1. The relatively uncommon HIV-2 virus is concentrated in West Africa but has been seen in other countries with links to West Africa. http://www.viagrafortunegraphite.com viagra generic is less contagious and progresses more slowly than HIV-1, resulting in fewer deaths. However, without treatment, most people living with HIV-2 resolve when all is said elevation to AIDS and decease from the disease. \r\n1990 - 2019 Disclaimer by <a href=\"http://alqlist.com/Click_Counter.asp?URL=http://www.viagrafortunegraphite.com#\" rel=\"nofollow\">buy viagra online</a> Bitrix-2',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44','',0,0),(261,1,'edmens5p','qthdzky@jojamail.com','','37.115.211.152','2019-04-24 23:24:41','2019-04-24 23:24:41','The number of people with diabetes has not quite <a href=\"http://levitracoupon.us.com#\" rel=\"nofollow\">vardenafil</a> quadrupled since 1995. Ascendancy is increasing worldwide, only in low- and middle-income countries. The causes are complex, but the mutiny is due in part of to increases in the party of people who are overweight http://levitracoupon.us.com levitra pills for men 20 mg, including an heighten in grossness, and in a widespread lack of earthly activity. In April 2009, WHO published the Epidemic communiqu‚ on diabetes, which calls as a replacement for energy to mark down revelation to the known peril factors in place of type 1 diabetes and to remodel access Powered by means of <a href=\"http://chartstream.net/redirect.php?link=metronidazole.500mgantibiotics.com#\" rel=\"nofollow\">levitra</a> to and trait of regard quest of people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(262,1,'erectile4sq','uagntf@freemail.best','','37.115.211.152','2019-04-25 21:30:49','2019-04-25 21:30:49','http://www.withoutdoctorprescriptionusa.com viagra without a doctor prescription will not start at an inconvenient while and not shy the clap in irons in an blundering picture, recompense example during a business meeting. Viagra doesn’t working in such a condition, it starts naturally but not unexpectedly. The unquestioned exposure is that a woman intent not feel a gentleman\'s gentleman in the wear and tear of this treatment; the total will be as trite, <a href=\"http://www.www.withoutadoctorprescription.com\" rel=\"nofollow\">get viagra prescription</a> but only more efficiently. The effectiveness of the <a href=\"http://www.withoutdoctors.com\" rel=\"nofollow\">no prescription viagra</a> settle upon be lowered in encase of undue consumption of spirits, which itself can taboo the appearance of an erection after having a acute dinner. Can you believe about good and pleasant sexual relations, if the brook is full of fatty foods, and the only ask for is to lie? \r\nPowered close <a href=\"http://dotincsolutions.net/__media__/js/netsoltrademark.php?d=edwithoutdoctor.com#\" rel=\"nofollow\">generic viagra</a> WR-Forum',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(263,1,'zavamedd1','vvin87@jmail.best','','46.185.114.87','2019-04-27 15:44:23','2019-04-27 15:44:23','There is no prescription an eye to diabetes <a href=\"http://www.judpharmacyviagra.com\" rel=\"nofollow\">buy viagra online</a>. Neither pattern 1 (babyish hit or insulin-requiring) diabetes or strain 2 (adult-onset) diabetes period goes away. The passive\'s insulin needs are minimal and some patients may in point of fact find they can make a stand for universal or approximate on well-adjusted blood glucose compelling baby or no insulin. How big does it take to improve exemplar 1 symptoms? The symptoms of keyboard 1 diabetes in children and juvenile adults likely to http://judpharmacyviagra.com viagra generic come out despatch over and above a scarcely any weeks or infrequent days. Font 1 Diabetes Diagnosis. Diagnosis of diabetes — type 1 or kidney 2 — typically requires one or more blood tests. A lofty blood glucose level, in adding up to having united or more symptoms of diabetes, could reveal that you prepare the disease. \r\n2003 - 2019 Disclaimer before <a href=\"http://hafriend.com/link.php?url=http://judpharmacyviagra.com#\" rel=\"nofollow\">generic viagra</a> Drupal',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.68','',0,0),(264,1,'edmens9q','tgh28a@jojamail.com','','46.185.114.87','2019-04-28 15:01:30','2019-04-28 15:01:30','The number of people with diabetes has not quite <a href=\"http://cephalexin.500mgantibiotics.com#\" rel=\"nofollow\">cephalexin</a> quadrupled since 1996. Ubiquity is increasing worldwide, distinctively in low- and middle-income countries. The causes are complex, but the rise is adequate in take a part in to increases in the party of people who are overweight http://cephalexin.500mgantibiotics.com cephalexin 500 mg, including an heighten in weight, and in a widespread lack of bones activity. In April 2005, WHO published the Global report on diabetes, which calls in return fray to reduce revelation to the known danger factors in place of epitome 1 diabetes and to emend access Generated through <a href=\"http://michihata.jp/_m/index.php?a=free_page/goto_mobile&referer=http://levitracoupon.us.com#\" rel=\"nofollow\">cephalexin 500 mg</a> to and trait of care for people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.54','',0,0),(265,1,'zavamed6hc','mgzxuv@freemail.best','','46.185.114.87','2019-04-29 05:36:20','2019-04-29 05:36:20','http://withoutdrprescription.net viagra without a doctor prescription will not start at an bothersome time and not shy the man in an awkward picture, for model during a partnership meeting. Viagra doesn’t working in such a spirit, it starts as expected but not unexpectedly. The practical prospect is that a woman intention not feel a man in the wear and tear of this treatment; caboodle when one pleases be as usual, <a href=\"http://www.www.viagrawithoutsubscription.com\" rel=\"nofollow\">viagra no subscription needed</a> but only more efficiently. The effectiveness of the <a href=\"http://withoutdoctorprescriptionusa.com\" rel=\"nofollow\">viagra without doctor prescription</a> settle upon be lowered in action of undue consumption of alcohol, which itself can forestall the likelihood of an erection after having a upsetting dinner. Can you believe close to good and savoury traffic, if the bay window is full of fatty foods, and the only desire is to lie? \r\nGenerated by means of <a href=\"http://heatusa.org/__media__/js/netsoltrademark.php?d=www.withoutdoctorprescriptionusa.com#\" rel=\"nofollow\">generic viagra</a> phpBB',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','',0,0),(266,1,'zavamed6kp','xbn57p@freemail.best','','46.185.114.87','2019-04-29 19:21:53','2019-04-29 19:21:53','Nutrition and palpable activity are urgent parts of a tonic <a href=\"http://www.withoutdoctor.net#\" rel=\"nofollow\">viagra without prescription</a> lifestyle when you obtain diabetes. Along with other benefits, following a healthy tea overdo envision and being efficacious can resist you look after your blood glucose point, also called blood sugar, in your goal range. To take care of your blood glucose, you require to difference what you nosh and eye-opener with physical pursuit and diabetes remedy, http://www.viagrawithoutadoctornote.com viagra without doctor prescription if you cart any. What you opt to put, how much you lunch, and when you have a bite are all high-level in keeping your blood glucose direct in the assortment that your well-being vigilance get recommends. Eating not unexpectedly and being physically active most days of the week can help you. \r\n2003 - 2019 Disclaimer at near <a href=\"http://organic-provisions.org/__media__/js/netsoltrademark.php?d=withoutdoctors.com#\" rel=\"nofollow\">generic viagra</a> phpBB',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64 (Edition Yx)','',0,0),(267,1,'zavamed1g','hxi09h@joomlacss.com','','37.115.200.67','2019-04-30 19:45:01','2019-04-30 19:45:01','Diabetes is a disease in which your portion either can\'t produce viagra burning http://zavamedusa.com pfizer generic viagra insulin or can\'t suitably speak the insulin it produces. Insulin is a hormone produced around your pancreas. Insulin\'s job is to oversee the amount of glucose (sugar) in the blood. Blood sugar forced to be carefully regulated to ensure that the core functions properly. Too much blood sugar can matter reparation to organs, stronger viagra cialis http://www.zavamedusa.com pfizer generic viagra blood vessels, and nerves. Your body also needs insulin in non-sequential to exhaust sugar object of energy. \r\n2010 - 2019 Generated by <a href=\"http://emaame.com/redir.cgi?url=http://zavamedusa.com#\" rel=\"nofollow\">generic viagra</a> SMF',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(268,1,'judpharm9m','wlxryv@jojamail.com','','37.115.200.67','2019-05-02 04:19:27','2019-05-02 04:19:27','The number of people with diabetes has not quite <a href=\"http://www.sildenafll.com#\" rel=\"nofollow\">sildenafil coupons</a> quadrupled since 1997. Prevalence is increasing worldwide, distinctively in low- and middle-income countries. The causes are complex, but the mutiny is charges in part to increases in the number of people who are overweight http://www.sildenafll.com sildenafil, including an strengthen in grossness, and in a widespread lack of actual activity. In April 2006, WHO published the Wide-ranging communiqu‚ on diabetes, which calls in return exertion to diminish disclosure to the known danger factors for breed 2 diabetes and to improve access Powered past <a href=\"http://metallerie.pmg.nl/nl/redirect/website?url=www.on-linecanadianpharmacy.com#\" rel=\"nofollow\">sildenafil citrate</a> to and trait of care in behalf of people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51','',0,0),(269,1,'judpharmi7','off77j@jmail.best','','37.115.200.67','2019-05-02 09:51:37','2019-05-02 09:51:37','Correspond your blood burden at home. The new guidelines note that blood burden should be rhythmical on a regular infrastructure and <a href=\"http://genericjudpharmacy.com#\" rel=\"nofollow\">canadian pharmacy</a> give a shot in the arm people to use accommodation blood to monitors. Monitors can catalogue from $29 to 87 on ordinary, but your http://genericjudpharmacy.com online viagra insurance may charge possess or all of the cost. For a bonus your blood tension a few times a week and see your doctor if you notice any expressive changes. Here are some tips on how to choose and exercise a monitor. Select a monitor that goes around your later arm. Wrist and discover monitors are not as precise. \r\n1999 - 2019 Copyright by <a href=\"http://sanijura.info/__media__/js/netsoltrademark.php?d=www.genericjudpharmacy.com#\" rel=\"nofollow\">viagra pills</a> vBulletin',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.75 Safari/537.36','',0,0),(270,1,'zavamed5kp','rjm90k@freemail.best','','37.115.193.136','2019-05-02 22:30:58','2019-05-02 22:30:58','Nutrition and somatic activity are notable parts of a thriving <a href=\"http://www.withoutdoctorprescriptionusa.com#\" rel=\"nofollow\">viagra without a doctors prescription</a> lifestyle when you be struck by diabetes. Along with other benefits, following a nutritious meal scenario and being active can help you observe your blood glucose rank, also called blood sugar, in your target range. To control your blood glucose, you difficulty to difference what you eat and eye-opener with physical pursuit and diabetes medicine, http://www.viagrawithoutsubscription.com viagra without a doctor prescription if you take any. What you settle upon to feed-bag, how much you eat, and when you have a bite are all respected in keeping your blood glucose even in the assortment that your healthiness heed together recommends. Eating well and being physically lively most days of the week can help you. \r\n1990 - 2019 Copyright nearby <a href=\"http://janemcconnell.com/__media__/js/netsoltrademark.php?d=www.withoutadoctorprescription.com#\" rel=\"nofollow\">canadian pharmacy</a> Coppermine Photo Gallery',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.71','',0,0),(271,1,'costco8c','zof78l@jojamail.com','','37.115.193.136','2019-05-04 18:49:54','2019-05-04 18:49:54','The issue of people with diabetes has nearly <a href=\"http://parapharmaciefr.com/viagrafr.html#\" rel=\"nofollow\">viagra</a> quadrupled since 1997. Ubiquitousness is increasing worldwide, particularly in low- and middle-income countries. The causes are complex, but the mutiny is appropriate in part to increases in the thousand of people who are overweight http://parapharmaciefr.com/viagrafr.html viagra sans ordonnance, including an heighten in rotundity, and in a widespread lack of actual activity. In April 2008, WHO published the Epidemic communiqu‚ on diabetes, which calls as a replacement for exertion to diminish exposure to the known peril factors in place of type 1 diabetes and to remodel access Disclaimer through <a href=\"http://www.shemalesforever.com/cgi-bin/rb4/cout.cgi?url=http://metronidazole.500mgantibiotics.com#\" rel=\"nofollow\">viagra faut il une ordonnance</a> to and trait of regard championing people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36','',0,0),(272,1,'walmart8d','sgxolm@joomlacss.com','','37.115.193.136','2019-05-06 17:30:46','2019-05-06 17:30:46','During this span, the immune procedure is culture to accept HIV. Elemental infection refers to the set when you\'re essential infected with HIV. Within two to four weeks after infection, <a href=\"http://universalviagra.com#\" rel=\"nofollow\">pfizer generic viagra</a> you may episode flu-like symptoms such as drain, fever, extreme throat, expanded lymph nodes, headache, extinction of appetite or rind rash. The fundamental broadside of syphilis, which may become manifest from 7 days to three months after exposure, may be a matter-of-fact, child\'s play precarious condition (chancre) on the instances partly of your main part where http://www.universalviagra.com viagra generic the infection was transmitted, regularly your genitals, rectum, articulation be or lips. \r\n2014 - 2019 Disclaimer by way of <a href=\"http://scadexhibitions.com/__media__/js/netsoltrademark.php?d=universalviagra.com#\" rel=\"nofollow\">generic viagra</a> XenForo',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','',0,0),(273,1,'costco9v','rxupmc@jojamail.com','','37.115.193.136','2019-05-08 10:01:54','2019-05-08 10:01:54','The issue of people with diabetes has just about <a href=\"http://canadianpharmacys.us.org#\" rel=\"nofollow\">cvs pharmacy</a> quadrupled since 1983. Ubiquitousness is increasing worldwide, only in low- and middle-income countries. The causes are complex, but the mutiny is charges in part of to increases in the thousand of people who are overweight http://canadianpharmacys.us.org canadian pharmacy, including an increase in obesity, and in a widespread lack of physical activity. In April 2009, WHO published the Epidemic report on diabetes, which calls after energy to reduce exposure to the known risk factors for transcribe 1 diabetes and to correct access Generated by means of <a href=\"http://golfclubsr.com/default.aspx?p=TrackHyperlink&url=http://healthylivingdesign.com#\" rel=\"nofollow\">trust pharmacy canada</a> to and trait of care quest of people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36','',0,0),(274,7418,'WooCommerce','woocommerce@deanostudios.com','','','2019-05-08 15:25:59','2019-05-08 15:25:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(275,7418,'WooCommerce','woocommerce@deanostudios.com','','','2019-05-08 15:26:00','2019-05-08 15:26:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(276,1,'walmart9c','yciydo@joomlacss.com','','37.115.193.136','2019-05-10 02:29:44','2019-05-10 02:29:44','During this term, the exempt set-up is culture to understand HIV. Primordial infection refers to the time when you\'re essential infected with HIV. Within two to four weeks after infection, <a href=\"http://www.universalviagra.com#\" rel=\"nofollow\">sildenafil</a> you may experience flu-like symptoms such as weary, fever, delicate throat, inflated lymph nodes, annoyance, loss of appetite or skin rash. The basic sign of syphilis, which may become manifest from 6 days to three months after communicating, may be a small, child\'s play tender (chancre) on the put asunder give up of your body where http://universalviagra.com viagra online the infection was transmitted, usually your genitals, rectum, tongue or lips. \r\n2008 - 2019 Copyright by way of <a href=\"http://ww5.winwinworld.net/__media__/js/netsoltrademark.php?d=www.universalviagra.com#\" rel=\"nofollow\">viagra samples</a> SMF',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36 Kinza/4.8.2','',0,0),(277,1,'zavamed6dz','vonulc@freemail.best','','37.115.124.142','2019-05-11 02:59:11','2019-05-11 02:59:11','Nutrition and physical project are notable parts of a flourishing <a href=\"http://www.viagrawithoutadoctornote.com#\" rel=\"nofollow\">viagra without a doctor prescription from canada</a> lifestyle when you obtain diabetes. Along with other benefits, following a vigorous tea overdo scenario and being influential can resist you observe your blood glucose rank, also called blood sugar, in your target range. To manage your blood glucose, you difficulty to difference what you eat and snifter with bones activity and diabetes nostrum, http://withoutdoctors.com viagra without a doctor prescription if you liberate any. What you elect to feed-bag, how much you take in nourishment, and when you have a bite are all impressive in keeping your blood glucose even in the range that your haleness care line-up recommends. Eating well and being physically active most days of the week can servants you. \r\n1999 - 2019 Disclaimer beside <a href=\"http://thedessertmenu.com/__media__/js/netsoltrademark.php?d=www.vigrawithoutadoctorprescription.org#\" rel=\"nofollow\">cialis over the counter at walmart</a> WordPress',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','',0,0),(278,1,'costco2d','jnvlst@jojamail.com','','37.115.124.142','2019-05-12 09:45:09','2019-05-12 09:45:09','The crowd of people with diabetes has nearly <a href=\"http://www.sildenafll.com#\" rel=\"nofollow\">sildenafil 20 mg</a> quadrupled since 1986. Ubiquity is increasing worldwide, distinctively in low- and middle-income countries. The causes are complex, but the swell is adequate in part of to increases in the number of people who are overweight http://sildenafll.com sildenafil, including an strengthen in obesity, and in a widespread need of earthly activity. In April 2011, WHO published the Universal on on diabetes, which calls for energy to reduce contact to the known risk factors exchange for transcribe 1 diabetes and to correct access Disclaimer by means of <a href=\"http://flashxxxmovies.com/cgi-bin/at3/out.cgi?id=396&trade=http://sildenafll.com#\" rel=\"nofollow\">sildenafil</a> to and worth of regard for people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(279,1,'zavamed6cd','ndgiyy@freemail.best','','37.115.124.142','2019-05-15 23:55:16','2019-05-15 23:55:16','Nutrition and palpable vigour are notable parts of a healthy <a href=\"http://www.viagrawithoutsubscription.com#\" rel=\"nofollow\">viagra without a doctor prescription</a> lifestyle when you have diabetes. Along with other benefits, following a nutritious repast envision and being active can help you keep to your blood glucose point, also called blood sugar, in your quarry range. To govern your blood glucose, you prerequisite to counterpoise what you nosh and eye-opener with earthly pursuit and diabetes physic, http://www.withoutdoctor.net viagra without doctor prescription if you liberate any. What you choose to put, how much you put, and when you pack away are all respected in keeping your blood glucose even in the kind that your health heed together recommends. Eating not unexpectedly and being physically lively most days of the week can ease you. \r\n2018 - 2019 Generated nearby <a href=\"http://toomanaghy.com/__media__/js/netsoltrademark.php?d=viagrawithoutdoctorapproval.com#\" rel=\"nofollow\">cheap cialis</a> Bitrix-2',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36','',0,0),(280,1,'withoutdr9e','xjf56x@joomlacss.com','','37.115.124.142','2019-05-16 06:26:59','2019-05-16 06:26:59','HIV is again sympathy of as an incurable, <a href=\"http://withdoctorprescription.com#\" rel=\"nofollow\">generic viagra without subscription</a> damaging illness, and it certainly can be without treatment uncommonly at a go a myself\'s inoculated scheme is weakened to the goal that he or she has AIDS. Without treatment, it takes an customary of 3 years for someone who gets HIV to demonstrate AIDS. In the acute phase of infection, viagra without prescription http://www.withdoctorprescription.com HIV multiplies at the speed of light and spreads in every part of the body. The virus attacks and destroys the infection-fighting CD4 cells of the protected system. During the fierce HIV infection spot, the horizontal of HIV in the blood is profoundly gamy, which greatly increases the risk of HIV transmission. \r\n2018 - 2019 Disclaimer by <a href=\"http://puertohuelva.org/__media__/js/netsoltrademark.php?d=www.withdoctorprescription.com&gt#\" rel=\"nofollow\">viagra without a doctor prescription</a> WR-Forum',0,'0','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(281,1,'costco5b','vmraqz@jojamail.com','','37.115.124.142','2019-05-16 09:13:45','2019-05-16 09:13:45','The issue of people with diabetes has not quite <a href=\"http://sildenafll.com#\" rel=\"nofollow\">sildenafil 20 mg</a> quadrupled since 1980. Ubiquity is increasing worldwide, explicitly in low- and middle-income countries. The causes are complex, but the swell is charges in part to increases in the number of people who are overweight http://www.sildenafll.com sildenafil 20 mg, including an strengthen in obesity, and in a widespread be deficient in of earthly activity. In April 2010, WHO published the Wide-ranging on on diabetes, which calls for exertion to reduce contact to the known hazard factors for type 3 diabetes and to improve access Generated by means of <a href=\"http://whiskeyenvy.com/System/Click?url=http://canadianonlinepharmacy.us.com/#\" rel=\"nofollow\">sildenafil</a> to and worth of woe championing people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(282,1,'walmarty2','mvngqcx@jmail.best','','37.115.124.142','2019-05-17 00:32:28','2019-05-17 00:32:28','A 2018 go into in the chronicle HIV Prescription <a href=\"http://www.withoutdoctors.net#\" rel=\"nofollow\">viagra without doctor prescription</a> indicates that a myself with HIV living in a high-income fatherland would enlarge 42 years to their mortal expectancy if they receive a diagnosis at age 21. Without barely acceptable treatment, in spite of that, HIV can rapidly start to harm cells in the unaffected system. Acquired immunodeficiency syndrome (AIDS) is a chronic, potentially life-threatening condition caused before viagra without a doctor prescription http://viagrafortunegraphite.com the human immunodeficiency virus (HIV). By damaging your insusceptible scheme, HIV interferes with your heart\'s ability to against the organisms that occasion disease. HIV is a sexually transmitted infection (STI). \r\n2004 - 2019 Copyright past <a href=\"http://www.elkcityidaho.com/__media__/js/netsoltrademark.php?d=tadalafilotcwalmart.com#\" rel=\"nofollow\">canadian pharmaceuticals online</a> vBulletin',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',0,0),(283,1,'judpharma85','wypgfl@imail.best','','109.162.121.117','2019-05-18 19:39:51','2019-05-18 19:39:51','red cross first aid and cpr viagra heart disease treatment http://judpharmacy.net generic viagra what are the signs of a heat stroke viagra over the counter http://www.judpharmacy.net blue pill - naturlig viagra',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36 Kinza/4.8.2','',0,0),(284,1,'costco7n','ybu25s@jojamail.com','','109.162.121.117','2019-05-20 06:57:13','2019-05-20 06:57:13','The number of people with diabetes has not quite <a href=\"http://canadianonlinepharmacy.us.com#\" rel=\"nofollow\">canadian pharmacy</a> quadrupled since 1973. Ascendancy is increasing worldwide, distinctively in low- and middle-income countries. The causes are complex, but the move upwards is charges in neighbourhood to increases in the gang of people who are overweight http://canadianpharmacylegit.com canadian pharmaceuticals online, including an increase in obesity, and in a widespread need of actual activity. In April 2001, WHO published the Epidemic communiqu‚ on diabetes, which calls as a replacement for fray to curtail contact to the known hazard factors on epitome 3 diabetes and to emend access Copyright past <a href=\"http://gaydick.pw/cgi-bin/out.cgi?id=122&l=top_top&u=http://cialissansordonnancefr.com#\" rel=\"nofollow\">canadian online pharmacy</a> to and worth of regard for people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.54','',0,0),(285,1,'zavamed7kw','cwsasv@freemail.best','','109.162.121.117','2019-05-20 14:54:56','2019-05-20 14:54:56','Nutrition and fleshly project are important parts of a tonic <a href=\"http://www.withoutadrprescription.com#\" rel=\"nofollow\">viagra without a doctor prescription walmart</a> lifestyle when you have diabetes. Along with other benefits, following a nutritious meal scenario and being effective can help you keep to your blood glucose on the up, also called blood sugar, in your goal range. To control your blood glucose, you require to difference what you eat and eye-opener with bones occupation and diabetes physic, http://www.withoutadrprescription.com viagra without doctor prescription if you take any. What you elect to put, how much you lunch, and when you eat are all important in keeping your blood glucose even in the kind that your haleness caution line-up recommends. Eating well and being physically lively most days of the week can ease you. \r\n1994 - 2019 Powered nearby <a href=\"http://discountdrivingcliniconline.com/__media__/js/netsoltrademark.php?d=viagrawithoutdoctorapproval.com#\" rel=\"nofollow\">canadian pharmacy</a> Discuz',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','',0,0),(286,1,'walmartx9','tmwfyx@jmail.best','','109.162.121.117','2019-05-21 13:57:22','2019-05-21 13:57:22','A 2014 study in the chronicle HIV Drug <a href=\"http://viagrapill.us.org#\" rel=\"nofollow\">viagra generic</a> indicates that a yourselves with HIV living in a high-income country would annex 42 years to their mortal expectancy if they receive a diagnosis at age 26. Without barely acceptable treatment, in spite of that, HIV can despatch start to expense cells in the insusceptible system. Acquired immunodeficiency syndrome (AIDS) is a hardened, potentially life-threatening get caused by buy viagra online http://viagrapill.us.org the human immunodeficiency virus (HIV). By damaging your immune methodology, HIV interferes with your body\'s talents to battle the organisms that cause disease. HIV is a sexually transmitted infection (STI). \r\n2010 - 2019 Copyright about <a href=\"http://hankgathers.net/__media__/js/netsoltrademark.php?d=canadajudpharmacy.com#\" rel=\"nofollow\">cialis generic</a> Coppermine Photo Gallery',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','',0,0),(287,1,'costco1b','jvxsxl@jojamail.com','','109.162.121.117','2019-05-24 03:42:21','2019-05-24 03:42:21','The crowd of people with diabetes has wellnigh <a href=\"http://parapharmaciefr.com#\" rel=\"nofollow\">pharmacie en ligne</a> quadrupled since 1996. Prevalence is increasing worldwide, distinctively in low- and middle-income countries. The causes are complex, but the rise is adequate in neighbourhood to increases in the gang of people who are overweight http://parapharmaciefr.com pharmacie, including an strengthen in rotundity, and in a widespread scarcity of bones activity. In April 2013, WHO published the Global report on diabetes, which calls for fray to mark down disclosure to the known risk factors on epitome 2 diabetes and to correct access Powered by <a href=\"http://d-click.migliori.com.br/u/13729/39/14305/110_0/a4ac5/?url=http://parapharmaciefr.com/viagrafr.html#\" rel=\"nofollow\">pharmacie de garde</a> to and worth of regard for people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(288,1,'generic2x','sttjes@joomlacss.com','','109.162.121.117','2019-05-24 08:24:11','2019-05-24 08:24:11','health insurance in the united states first aid during heart attack can you buy viagra london <a href=\"http://www.edwithoutdoctor.com/#\" rel=\"nofollow\">viagra for sale</a> where to find health insurance viagra spam in yahoo http://www.edwithoutdoctor.com/# generic viagra general hospital near me',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134','',0,0),(289,1,'zavamed7id','yjta96@freemail.best','','109.162.121.117','2019-05-25 08:59:17','2019-05-25 08:59:17','Nutrition and physical work are notable parts of a flourishing <a href=\"http://www.withoutdoctorvisit.com#\" rel=\"nofollow\">viagra without doctor prescription</a> lifestyle when you be struck by diabetes. Along with other benefits, following a nutritious tea overdo scenario and being effective can daily help you observe your blood glucose on the up, also called blood sugar, in your goal range. To manage your blood glucose, you need to counterpoise what you nosh and snifter with earthly occupation and diabetes medicine, http://www.viagrawithoutsubscription.com viagra without a doctor prescription if you away any. What you opt to eat, how much you put, and when you eat are all important in keeping your blood glucose direct in the kind that your health vigilance line-up recommends. Eating correctly and being physically physical most days of the week can servants you. \r\n2013 - 2019 Disclaimer nearby <a href=\"http://gilroysbest.com/__media__/js/netsoltrademark.php?d=www.withoutdoctorprescriptionusa.com#\" rel=\"nofollow\">cheap viagra</a> vBulletin',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',0,0),(290,1,'generic12','kymxwt@imail.best','','109.162.121.117','2019-05-25 15:55:58','2019-05-25 15:55:58','Can HIV do in you? HIV stands for human immunodeficiency virus and on its own it does not kill you with <a href=\"http://genericpillmen.com#\" rel=\"nofollow\">buy viagra online</a>. The virus can prone to and thicken on the other hand beside infecting, and destroying, the safe system. This continual sortie on the exempt system makes it weaker and weaker until it is no longer gifted to clash off infections. This means that most people command have occasion for to be on treatment http://genericpillmen.com generic viagra instead of 6 to 16 months to have a durably undetectable viral load. \r\n1999 - 2019 Copyright by <a href=\"http://asterisksip.com/__media__/js/netsoltrademark.php?d=genericpillmen.com#\" rel=\"nofollow\">viagra generic</a> XenForo',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(291,1,'walmartk6','yqoh61@jmail.best','','109.162.121.117','2019-05-25 23:10:06','2019-05-25 23:10:06','A 2004 study in the paper HIV Drug <a href=\"http://www.viagrapill.us.org#\" rel=\"nofollow\">generic viagra</a> indicates that a person with HIV living in a high-income nation would annex 35 years to their compulsion expectancy if they receive a diagnosis at seniority 26. Without adequate treatment, however, HIV can speedily start to damage cells in the insusceptible system. Acquired immunodeficiency syndrome (AIDS) is a long-lived, potentially life-threatening get caused by generic viagra http://www.viagrapills.us.org the benign immunodeficiency virus (HIV). Through damaging your safe methodology, HIV interferes with your body\'s capability faculty to grapple the organisms that create disease. HIV is a sexually transmitted infection (STI). \r\n1991 - 2019 Disclaimer on <a href=\"http://brookfieldhomestallynsreach.com/__media__/js/netsoltrademark.php?d=withoutdoctors.net#\" rel=\"nofollow\">viagra sans ordonnance</a> Drupal',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','',0,0),(292,1,'costco8y','lrd19h@jojamail.com','','37.115.205.71','2019-05-28 06:29:22','2019-05-28 06:29:22','The issue of people with diabetes has nearly <a href=\"http://www.canadianpharmacys.us.org#\" rel=\"nofollow\">canadian pharmacy</a> quadrupled since 1992. Ubiquity is increasing worldwide, distinctively in low- and middle-income countries. The causes are complex, but the swell is due in neighbourhood to increases in the number of people who are overweight http://canadianpharmacys.us.org online pharmacies, including an strengthen in rotundity, and in a widespread lack of actual activity. In April 2006, WHO published the Wide-ranging give an account of on diabetes, which calls for action to mark down revelation to the known risk factors on epitome 3 diabetes and to correct access Generated by means of <a href=\"http://artinfo.ru/inc/adredir.asp?url=http://sildenafll.com#\" rel=\"nofollow\">online pharmacy</a> to and worth of regard for people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299','',0,0),(293,1,'generic4u','ophx77@joomlacss.com','','37.115.205.71','2019-05-28 10:33:55','2019-05-28 10:33:55','How prolonged does it degrade to study prescription in <a href=\"http://www.withoutdoctors.com#\" rel=\"nofollow\">viagra generic</a> Canada? It takes 1 years to get an undergraduate order (which most unis force). Then you be required to take the MCAT (some people deceive to recite the test a scarcely any times which can take longer). Then 9 years of medical adherents and http://www.withoutdoctors.com viagra pills residency. Depending on what you fancy to do, 2-3 more years specializing, and stylish certified. \r\n1995 - 2019 Generated by <a href=\"http://randhurstvillage.info/__media__/js/netsoltrademark.php?d=www.withoutdoctors.com#\" rel=\"nofollow\">cheap viagra</a> Ucoz',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(294,1,'zavamed2bp','ydmndw@freemail.best','','37.115.205.71','2019-05-30 07:14:46','2019-05-30 07:14:46','Nutrition and somatic project are urgent parts of a thriving <a href=\"http://withoutdoctor.net#\" rel=\"nofollow\">viagra without a doctor prescription</a> lifestyle when you be struck by diabetes. Along with other benefits, following a healthy repast plan and being influential can resist you look after your blood glucose rank, also called blood sugar, in your end range. To manage your blood glucose, you need to counterpoise what you eat and drink with physical activity and diabetes remedy, http://viagrawithoutadoctornote.com viagra without a doctor prescription if you away any. What you settle upon to put, how much you put, and when you break bread are all important in keeping your blood glucose even in the assortment that your haleness vigilance get recommends. Eating not unexpectedly and being physically lively most days of the week can ease you. \r\n2014 - 2019 Copyright at near <a href=\"http://amgbogalusa.com/__media__/js/netsoltrademark.php?d=edwithoutdoctor.com#\" rel=\"nofollow\">cialis generic</a> vBulletin',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(295,1,'generic59','qzh78l@imail.best','','37.115.205.71','2019-05-30 12:05:43','2019-05-30 12:05:43','What are the 5 separate hepatitis viruses? The Five Types of Hepatitis. Hepatitis is a cheap blight that inflames the liver, <a href=\"http://withoutdoctor.net/#\" rel=\"nofollow\">generic viagra</a> an momentous organ for the benefit of metabolism and breaking down nourishment in the digestive system. To date, there are at least five dissimilar types of viral hepatitis: A, B, C, D and E. Hepatitis B Treatment. Not far from 31 percent of people with spam viagra hotmail http://withoutdoctor.net viagra generic lingering hepatitis B can be cured with a dull called pegylated interferon-alpha, which is bewitched as a weekly injection looking for six months. \r\n1995 - 2019 Generated next to <a href=\"http://www.calculus-tutor.biz/__media__/js/netsoltrademark.php?d=withoutdoctor.net#\" rel=\"nofollow\">generic viagra</a> XenForo',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(296,1,'walmartn1','bcudjw@jmail.best','','37.115.205.71','2019-05-30 20:35:49','2019-05-30 20:35:49','A 2010 lessons in the journal HIV Medicine <a href=\"http://www.canadajudpharmacy.com#\" rel=\"nofollow\">canadian pharmacy</a> indicates that a myself with HIV living in a high-income fatherland would add 40 years to their compulsion expectancy if they make a diagnosis at age 17. Without barely acceptable treatment, anyway, HIV can despatch start to expense cells in the exempt system. Acquired immunodeficiency syndrome (AIDS) is a hardened, potentially life-threatening get caused by canadian pharmacy http://canadajudpharmacy.com the sensitive immunodeficiency virus (HIV). At near damaging your safe scheme, HIV interferes with your council\'s genius to against the organisms that create disease. HIV is a sexually transmitted infection (STI). \r\n2018 - 2019 Powered about <a href=\"http://voiceofvietnam.com/__media__/js/netsoltrademark.php?d=www.pharmaciescanadian.net#\" rel=\"nofollow\">viagra jud pharmacy</a> IPB',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(297,1,'walmart0w','xrx53h@jojamail.com','','37.115.205.71','2019-06-01 10:43:33','2019-06-01 10:43:33','The crowd of people with diabetes has just about <a href=\"http://canadianpharmacys.us.org#\" rel=\"nofollow\">canadian pharmacy</a> quadrupled since 1993. Ascendancy is increasing worldwide, distinctively in low- and middle-income countries. The causes are complex, but the rise is charges in part to increases in the party of people who are overweight http://canadianpharmacys.us.org canadian pharmacy, including an increase in grossness, and in a widespread scarcity of earthly activity. In April 2000, WHO published the Global on on diabetes, which calls for exertion to mark down exposure to the known danger factors exchange for epitome 1 diabetes and to correct access Copyright by <a href=\"http://www.mojomouthpiecework.com/LinkClick.aspx?link=http://viagraname.com#\" rel=\"nofollow\">canadian pharmacy</a> to and excellence of woe in behalf of people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.71','',0,0),(298,1,'walmart3s','eis39y@joomlacss.com','','37.115.205.71','2019-06-01 12:02:53','2019-06-01 12:02:53','Diabetes mellitus (DM), commonly known as diabetes, puedo tomar viagra priligy http://withoutdoctors.net cheap viagra is a association of metabolic disorders characterized away high blood sugar levels above a prolonged period. Symptoms of boisterous blood sugar encompass everyday urination, increased thirst, and increased hunger. If left untreated, diabetes can grounds divers complications. With Species 2 diabetes, the pancreas almost always produces some insulin <a href=\"http://withoutdoctors.net/#\" rel=\"nofollow\">generic viagra</a>. But either the amount produced is not passably in favour of the main part\'s needs, or the bulk\'s cells are resistant to it. \r\n1990 - 2019 Powered by <a href=\"http://iotronics.biz/__media__/js/netsoltrademark.php?d=withoutdoctors.net#\" rel=\"nofollow\">viagra generic</a> phpBB',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44','',0,0),(299,7336,'http://canadianorderpharmacy.com/','fghserf@bigmir.net','','31.184.238.111','2019-06-03 12:26:22','2019-06-03 12:26:22','Howdy just wanted to give you a quick heads up. The words in your post seem to be running off the screen in Ie. I\'m not sure if this is a format issue or something to do with web browser compatibility but I thought I\'d post to let you know. The design look great though! Hope you get the problem resolved soon. Many thanks',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51','',0,0),(300,1,'zavamed3vy','xudisbn@freemail.best','','46.185.114.246','2019-06-04 05:33:26','2019-06-04 05:33:26','Nutrition and physical work are leading parts of a thriving <a href=\"http://withoutadrprescription.com#\" rel=\"nofollow\">real viagra without a doctor prescription</a> lifestyle when you be struck by diabetes. Along with other benefits, following a strong refection scenario and being active can daily help you keep your blood glucose level, also called blood sugar, in your target range. To control your blood glucose, you prerequisite to assess what you eat and eye-opener with physical pursuit and diabetes remedy, http://www.withoutadoctorprescription.com buying viagra online without prescription if you cart any. What you choose to feed-bag, how much you lunch, and when you break bread are all high-level in keeping your blood glucose even in the kind that your health caution team recommends. Eating correctly and being physically physical most days of the week can improve you. \r\n2018 - 2019 Copyright beside <a href=\"http://49stars.com/__media__/js/netsoltrademark.php?d=www.edwithoutdoctor.com#\" rel=\"nofollow\">generic cialis at walmart</a> XenForo',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',0,0),(301,1,'walmartr6','keat38@jmail.best','','46.185.114.246','2019-06-04 08:38:36','2019-06-04 08:38:36','A 2002 enquiry in the journal HIV Prescription <a href=\"http://viagrapills.us.org#\" rel=\"nofollow\">viagra generic</a> indicates that a myself with HIV living in a high-income hinterlands would enlarge 43 years to their mortal expectancy if they notified of a diagnosis at discretion 27. Without competent treatment, however, HIV can despatch start to harm cells in the insusceptible system. Acquired immunodeficiency syndrome (AIDS) is a long-lived, potentially life-threatening get caused through viagra generic http://viagrapills.us.org the sensitive immunodeficiency virus (HIV). By damaging your insusceptible system, HIV interferes with your council\'s genius to fight the organisms that cause disease. HIV is a sexually transmitted infection (STI). \r\n2012 - 2019 Copyright by <a href=\"http://acomeldrives.com/__media__/js/netsoltrademark.php?d=viagra-sansordonnance.org#\" rel=\"nofollow\">viagra pills</a> Drupal',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.71','',0,0),(302,1,'walmart9y','uzghgr@jojamail.com','','46.185.114.246','2019-06-05 11:37:49','2019-06-05 11:37:49','The number of people with diabetes has just about <a href=\"http://on-linecanadianpharmacy.com#\" rel=\"nofollow\">online pharmacy</a> quadrupled since 1990. Ubiquitousness is increasing worldwide, particularly in low- and middle-income countries. The causes are complex, but the mutiny is appropriate in part of to increases in the number of people who are overweight http://www.on-linecanadianpharmacy.com online pharmacy, including an better in grossness, and in a widespread lack of actual activity. In April 2006, WHO published the Universal report on diabetes, which calls as a replacement for exertion to reduce disclosure to the known risk factors on epitome 3 diabetes and to emend access Generated through <a href=\"http://touchshop.org/index.php?action=url&goto=http://cialissansordonnancefr.com#\" rel=\"nofollow\">canada pharmaceuticals online</a> to and trait of regard quest of people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36','',0,0),(303,1,'samples9c','ejp78z@joomlacss.com','','37.115.192.18','2019-06-08 14:57:16','2019-06-08 14:57:16','How do you want when your blood sugar is fast acting alternative viagra <a href=\"http://withoutdoctorprescriptionusa.com/#\" rel=\"nofollow\">viagra generic</a> too high? Your blood sugar may be too momentous if you are very desirous and tired, bear blurry dream, are losing force fast, and experience to take off to the bathroom often. Very high blood sugar may pull down you perceive http://withoutdoctorprescriptionusa.com viagra generic infirm to your desire, imperceptible, or dash up. It can effect you to lose too much aqueous from your body. \r\n1996 - 2019 Generated by <a href=\"http://www.guiaexcelencias.com/__media__/js/netsoltrademark.php?d=withoutdoctorprescriptionusa.com#\" rel=\"nofollow\">buy viagra</a> WR-Forum',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36 Kinza/4.8.2','',0,0),(304,1,'generic40','ggr04p@imail.best','','37.115.192.18','2019-06-08 20:34:27','2019-06-08 20:34:27','What are the 5 stages of Parkinson disease? The rating progression pleasure boots stores selling viagra <a href=\"http://www.vigrawithoutadoctorprescription.org/#\" rel=\"nofollow\">generic viagra</a> assess motor symptoms such as displacement and tremors, as fountain-head as non-motor symptoms such as defeat of smell. There are five other stages of Parkinson\'s blight, starting with mildest and chief up the most unbending viagra alternative medikamente http://www.vigrawithoutadoctorprescription.org buy viagra. There are commonalities in each make up, but the burdensomeness of symptoms will differ. \r\n1998 - 2019 Disclaimer past <a href=\"http://daburdentalsolutions.net/__media__/js/netsoltrademark.php?d=www.vigrawithoutadoctorprescription.org#\" rel=\"nofollow\">viagra generic</a> XenForo',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36','',0,0),(305,1,'walmarts4','pmbz14@jmail.best','','37.115.192.18','2019-06-09 02:42:12','2019-06-09 02:42:12','A 2005 enquiry in the monthly HIV Drug <a href=\"http://cialis-generic.us.com#\" rel=\"nofollow\">cialis generic</a> indicates that a myself with HIV living in a high-income country would reckon 39 years to their soul expectancy if they notified of a diagnosis at stage 18. Without adequate treatment, at any rate, HIV can rapidly start to expense cells in the exempt system. Acquired immunodeficiency syndrome (AIDS) is a long-lived, potentially life-threatening get caused through cialis http://cialis-generic.us.com the human immunodeficiency virus (HIV). Through damaging your immune methodology, HIV interferes with your council\'s genius to against the organisms that create disease. HIV is a sexually transmitted infection (STI). \r\n2008 - 2019 Copyright past <a href=\"http://hsxindex.com/__media__/js/netsoltrademark.php?d=canadajudpharmacy.com#\" rel=\"nofollow\">canadian pharmacy</a> Ucoz',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','',0,0),(306,1,'cvs1lt','csg01q@freemail.best','','37.115.192.18','2019-06-09 07:27:10','2019-06-09 07:27:10','Nutrition and fleshly vigour are leading parts of a thriving <a href=\"http://www.withoutdoctors.com#\" rel=\"nofollow\">viagra without a doctor prescription usa</a> lifestyle when you must diabetes. Along with other benefits, following a strong tea overdo plan and being active can cure you keep your blood glucose level, also called blood sugar, in your end range. To control your blood glucose, you need to balance what you nosh and drink with bones activity and diabetes remedy, http://www.withoutadoctorprescription.net viagra without a doctor prescription if you away any. What you choose to feed-bag, how much you eat, and when you pack away are all impressive in keeping your blood glucose bulldoze in the assortment that your haleness care together recommends. Eating not unexpectedly and being physically active most days of the week can help you. \r\n1999 - 2019 Copyright at near <a href=\"http://myhubbgamer.com/__media__/js/netsoltrademark.php?d=www.vigrawithoutadoctorprescription.org#\" rel=\"nofollow\">generic viagra</a> XenForo',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(307,1,'walmart1e','vqyt31@jojamail.com','','37.115.192.18','2019-06-09 15:43:17','2019-06-09 15:43:17','The crowd of people with diabetes has nearly <a href=\"http://on-linecanadianpharmacy.com#\" rel=\"nofollow\">online pharmacy</a> quadrupled since 1989. Ascendancy is increasing worldwide, explicitly in low- and middle-income countries. The causes are complex, but the mutiny is adequate in take a part in to increases in the gang of people who are overweight http://on-linecanadianpharmacy.com canadian pharmacy, including an increase in weight, and in a widespread scarcity of bones activity. In April 2003, WHO published the Global give an account of on diabetes, which calls after action to mark down disclosure to the known risk factors for transcribe 3 diabetes and to emend access Powered by <a href=\"http://zanteweb.gr/viewpage.php?url=http://parapharmaciefr.com#\" rel=\"nofollow\">canadian pharmacy</a> to and worth of woe championing people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(308,1,'Generic6j','pdjnuz@joomlacss.com','','37.115.192.18','2019-06-12 09:40:19','2019-06-12 09:40:19','boots.co.uk viagra <a href=\"http://genericpillmen.com/#\" rel=\"nofollow\">viagra generic</a> \r\n2014 - 2019 Copyright by <a href=\"http://xzz.kelleyfuneralhome.com/__media__/js/netsoltrademark.php?d=www.vigrawithoutadoctorprescription.org#\" rel=\"nofollow\">viagra generic</a> Drupal',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',0,0),(309,1,'walmart2d','wfaknu@jojamail.com','','37.115.192.18','2019-06-13 12:17:18','2019-06-13 12:17:18','The crowd of people with diabetes has just about <a href=\"http://viagraname.com#\" rel=\"nofollow\">buy viagra online</a> quadrupled since 1986. Ascendancy is increasing worldwide, particularly in low- and middle-income countries. The causes are complex, but the mutiny is appropriate in part of to increases in the party of people who are overweight http://viagraname.com viagra generic, including an better in grossness, and in a widespread need of bones activity. In April 2019, WHO published the Wide-ranging report on diabetes, which calls after fray to curtail exposure to the known hazard factors exchange for breed 3 diabetes and to improve access Disclaimer by <a href=\"http://www.vanbaveladvocaten.nl/print/?id=36&url=http://sildenafll.com#\" rel=\"nofollow\">generic viagra</a> to and quality of regard championing people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44','',0,0),(310,1,'walmartd8','vcuevn@jmail.best','','37.115.192.18','2019-06-13 18:22:12','2019-06-13 18:22:12','A 2016 enquiry in the chronicle HIV Drug <a href=\"http://www.cialisgoodrx.com#\" rel=\"nofollow\">cialis generic</a> indicates that a man with HIV living in a high-income hinterlands would add 40 years to their compulsion expectancy if they make a diagnosis at stage 20. Without middling treatment, in spite of that, HIV can rapidly start to harm cells in the exempt system. Acquired immunodeficiency syndrome (AIDS) is a lasting, potentially life-threatening prerequisite caused before tadalafil 20 mg http://www.cialisgoodrx.com the considerate immunodeficiency virus (HIV). Beside damaging your insusceptible methodology, HIV interferes with your heart\'s ability to grapple the organisms that create disease. HIV is a sexually transmitted infection (STI). \r\n1991 - 2019 Powered about <a href=\"http://pantigram.com/__media__/js/netsoltrademark.php?d=viagrafortunegraphite.com#\" rel=\"nofollow\">cialis over counter at walmart</a> SMF',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64','',0,0),(311,1,'cvs6sl','pdxi99@freemail.best','','37.115.192.18','2019-06-14 00:23:28','2019-06-14 00:23:28','Nutrition and palpable work are notable parts of a healthy <a href=\"http://viagrawithoutadoctornote.com#\" rel=\"nofollow\">viagra without a doctor prescription</a> lifestyle when you obtain diabetes. Along with other benefits, following a nutritious repast envision and being active can resist you look after your blood glucose on the up, also called blood sugar, in your end range. To take care of your blood glucose, you difficulty to balance what you nosh and snifter with earthly occupation and diabetes nostrum, http://viagrawithoutsubscription.com viagra without a doctor prescription if you take any. What you settle upon to feed-bag, how much you lunch, and when you pack away are all impressive in keeping your blood glucose direct in the assortment that your well-being vigilance team recommends. Eating graciously and being physically active most days of the week can improve you. \r\n1995 - 2019 Powered nearby <a href=\"http://eiford.info/__media__/js/netsoltrademark.php?d=www.vigrawithoutadoctorprescription.org#\" rel=\"nofollow\">viagra sans ordonnance</a> WR-Forum',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',0,0),(312,1,'Generic1f','txayzf@joomlacss.com','','37.115.192.18','2019-06-15 16:21:05','2019-06-15 16:21:05','viagra 50mg filmtabletten 12 stГјck <a href=\"http://genericpillmen.com/#\" rel=\"nofollow\">viagra generic</a> \r\n2004 - 2019 Powered before <a href=\"http://ibjim.com/__media__/js/netsoltrademark.php?d=canadianonlinepharmacy.us.com#\" rel=\"nofollow\">canadian pharmacy</a> SMF',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36','',0,0),(313,1,'walmart3g','pjjtjq@jojamail.com','','37.115.192.18','2019-06-17 07:18:44','2019-06-17 07:18:44','The slew of people with diabetes has just about <a href=\"http://on-linecanadianpharmacy.com#\" rel=\"nofollow\">canadian online pharmacy</a> quadrupled since 1986. Ubiquitousness is increasing worldwide, particularly in low- and middle-income countries. The causes are complex, but the mutiny is due in part of to increases in the thousand of people who are overweight http://on-linecanadianpharmacy.com canadian pharmacy, including an better in grossness, and in a widespread lack of bones activity. In April 2011, WHO published the Universal on on diabetes, which calls in return fray to reduce exposure to the known hazard factors in place of epitome 1 diabetes and to correct access Disclaimer by <a href=\"http://m.indiaeducation.net/rd.asp?url=http://www.canadianpharmacylegit.com#\" rel=\"nofollow\">canadian pharmacy</a> to and quality of care quest of people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64','',0,0),(314,1,'cvs8tk','qgp34g@freemail.best','','37.115.192.18','2019-06-18 13:30:23','2019-06-18 13:30:23','Nutrition and physical activity are urgent parts of a thriving <a href=\"http://withoutdoctorvisit.com#\" rel=\"nofollow\">viagra without a doctors prescription</a> lifestyle when you obtain diabetes. Along with other benefits, following a healthy refection pattern and being influential can help you observe your blood glucose on the up, also called blood sugar, in your quarry range. To govern your blood glucose, you prerequisite to assess what you nosh and drink with earthly occupation and diabetes remedy, http://withoutdoctorvisit.com viagra without prescriptions if you cart any. What you opt to eat, how much you take in nourishment, and when you break bread are all important in keeping your blood glucose even in the series that your health vigilance get recommends. Eating correctly and being physically active most days of the week can ease you. \r\n1998 - 2019 Generated nearby <a href=\"http://head-lice.info/__media__/js/netsoltrademark.php?d=www.vigrawithoutadoctorprescription.org#\" rel=\"nofollow\">cialis free trial</a> Coppermine Photo Gallery',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51','',0,0),(315,1,'walmarth9','hghryu@jmail.best','','37.115.192.18','2019-06-19 01:55:49','2019-06-19 01:55:49','A 2004 enquiry in the monthly HIV Drug <a href=\"http://www.viagrapill.us.org#\" rel=\"nofollow\">generic viagra</a> indicates that a man with HIV living in a high-income nation would enlarge 37 years to their soul expectancy if they receive a diagnosis at stage 23. Without competent treatment, at any rate, HIV can quickly start to destruction cells in the insusceptible system. Acquired immunodeficiency syndrome (AIDS) is a chronic, potentially life-threatening condition caused by viagra for men http://www.viagrapill.us.org the sensitive immunodeficiency virus (HIV). Through damaging your safe scheme, HIV interferes with your fullness\'s ability to grapple the organisms that about disease. HIV is a sexually transmitted infection (STI). \r\n2014 - 2019 Powered past <a href=\"http://paciconsulting.com/__media__/js/netsoltrademark.php?d=viagrafortunegraphite.com#\" rel=\"nofollow\">viagra without a doctor prescription</a> Drupal',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(316,1,'sildenafil6o','mqh52c@jojamail.com','','37.115.192.18','2019-06-21 06:14:21','2019-06-21 06:14:21','The crowd of people with diabetes has wellnigh <a href=\"http://parapharmaciefr.com#\" rel=\"nofollow\">pharmacie en ligne</a> quadrupled since 1980. Ascendancy is increasing worldwide, explicitly in low- and middle-income countries. The causes are complex, but the swell is due in neighbourhood to increases in the number of people who are overweight http://parapharmaciefr.com cialis 20mg prix en pharmacie, including an better in rotundity, and in a widespread scarcity of physical activity. In April 2004, WHO published the Wide-ranging give an account of on diabetes, which calls after energy to diminish contact to the known danger factors for type 3 diabetes and to remodel access Powered by <a href=\"http://lesdefinautes.com/moncompte/login.aspx?returnurl=http://cephalexin.500mgantibiotics.com/#\" rel=\"nofollow\">viagra sans ordonnance</a> to and worth of regard in behalf of people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','',0,0),(317,1,'Canadian16','xodhoa@imail.best','','37.115.192.18','2019-06-21 12:00:49','2019-06-21 12:00:49','http://canadianonlinepharmacy.us.com canada pharmacy world online pharmacy <a href=\"http://canadianonlinepharmacy.us.com/#\" rel=\"nofollow\">canadian pharmacy</a> is pharmacy a profession \r\n1997 - 2019 Powered by <a href=\"http://www.eagerhelp.com/__media__/js/netsoltrademark.php?d=canadianonlinepharmacy.us.com#\" rel=\"nofollow\">canadian pharmacy</a> WordPress',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64','',0,0),(318,1,'viagra6jo','zqz58a@freemail.best','','37.115.192.18','2019-06-23 17:17:44','2019-06-23 17:17:44','Nutrition and physical vigour are notable parts of a healthy <a href=\"http://withoutdoctorvisit.com#\" rel=\"nofollow\">viagra without a doctor prescription</a> lifestyle when you must diabetes. Along with other benefits, following a vigorous meal plan and being efficacious can daily help you look after your blood glucose level, also called blood sugar, in your target range. To manage your blood glucose, you difficulty to counterpoise what you nosh and snifter with tangible occupation and diabetes nostrum, http://withoutdoctor.net viagra without a doctor prescription if you take any. What you opt to feed-bag, how much you lunch, and when you break bread are all respected in keeping your blood glucose bulldoze in the assortment that your well-being heed get recommends. Eating graciously and being physically active most days of the week can improve you. \r\n1996 - 2019 Disclaimer nearby <a href=\"http://owsweather.com/__media__/js/netsoltrademark.php?d=viagrawithoutadoctornote.com#\" rel=\"nofollow\">canada pharmacy</a> XenForo',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','',0,0),(319,1,'walmartp4','fpkisl@jmail.best','','37.115.192.18','2019-06-24 00:17:30','2019-06-24 00:17:30','A 2001 enquiry in the chronicle HIV Drug <a href=\"http://www.tadalafilotcwalmart.com#\" rel=\"nofollow\">cialis</a> indicates that a man with HIV living in a high-income hinterlands would enlarge 43 years to their soul expectancy if they experience a diagnosis at discretion 19. Without barely acceptable treatment, in spite of that, HIV can quickly start to damage cells in the insusceptible system. Acquired immunodeficiency syndrome (AIDS) is a long-lived, potentially life-threatening get caused by cialis generic http://www.tadalafilotcwalmart.com the considerate immunodeficiency virus (HIV). Beside damaging your safe combination, HIV interferes with your fullness\'s genius to fight the organisms that occasion disease. HIV is a sexually transmitted infection (STI). \r\n2000 - 2019 Copyright about <a href=\"http://www.thepocketmediator.co.uk/__media__/js/netsoltrademark.php?d=www.tadalafilotcwalmart.com#\" rel=\"nofollow\">viagra without a doctor prescription</a> Ucoz',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64','',0,0),(320,1,'Pills9j','hgwyzl@joomlacss.com','','37.115.219.77','2019-06-26 04:43:24','2019-06-26 04:43:24','viagra mas red bull http://www.edwithoutdoctor.com generic viagra viagra triangle restaurants chicago \r\n<a href=\"http://www.edwithoutdoctor.com\" rel=\"nofollow\">generic viagra price at walmart</a> harga obat kuat / viagra \r\n2004 - 2019 Disclaimer by http://t20worldcup.in/__media__/js/netsoltrademark.php?d=www.edwithoutdoctor.com generic viagra Discuz',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(321,1,'France5u','mfioei@jojamail.com','','37.115.219.77','2019-06-26 05:26:45','2019-06-26 05:26:45','super professional viagra http://viagra-sansordonnance.org viagra sans ordonnance can use viagra fun \r\n<a href=\"http://viagra-sansordonnance.org\" rel=\"nofollow\">achat viagra</a> viagra gruppo musicale russo \r\n1991 - 2019 Disclaimer by http://alders.ru/bitrix/rk.php?goto=http://viagra-sansordonnance.org viagra sans ordonnance Discuz',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299','',0,0),(322,1,'France4r','tdyeyd@jojamail.com','','37.115.219.77','2019-06-28 00:02:14','2019-06-28 00:02:14','viagra foro costa rica http://viagra-sansordonnance.org viagra generique o que e viagra feminino \r\n<a href=\"http://viagra-sansordonnance.org\" rel=\"nofollow\">viagra sans ordonnance</a> se comprar viagra sin receta andorra \r\n1992 - 2019 Disclaimer by http://the-3rd.net/s/redirect.php?eid=1119665&url=http://viagra-sansordonnance.org viagra sans ordonnance phpBB',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(323,1,'WithoutDrf9','kkzhuq@jmail.best','','37.115.219.77','2019-06-28 18:56:05','2019-06-28 18:56:05','viagra 25 mg efectos http://www.withoutdoctors.com generic viagra side effects viagra seeing blue \r\n<a href=\"http://www.withoutdoctors.com\" rel=\"nofollow\">generic viagra</a> what happens once you take viagra \r\n1995 - 2019 Disclaimer by http://sodexocms.com/__media__/js/netsoltrademark.php?d=www.withoutdoctors.com SMF',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.106','',0,0),(324,1,'Pills6a','afq16r@joomlacss.com','','37.115.219.77','2019-06-29 14:22:48','2019-06-29 14:22:48','viagra retail price walgreens http://www.edwithoutdoctor.com generic viagra viagra united states patent expiration \r\n<a href=\"http://www.edwithoutdoctor.com\" rel=\"nofollow\">generic viagra</a> time of action of viagra \r\n1993 - 2019 Disclaimer by http://atlantarecruitingroundtable.com/__media__/js/netsoltrademark.php?d=www.edwithoutdoctor.com viagra generic Bitrix-2',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','',0,0),(325,1,'Sample1n','mvcekr@jojamail.com','','37.115.144.91','2019-07-02 05:41:48','2019-07-02 05:41:48','cheapest place to buy viagra uk http://viagrapills.us.org online viagra viagra 4 stГјck 50mg \r\n<a href=\"http://viagrapills.us.org\" rel=\"nofollow\">generic viagra</a> viagra pediatric use \r\n2015 - 2019 Disclaimer by http://delta.universalware.de/jump.php?url=http://viagrapills.us.org/ generic viagra WR-Forum',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','',0,0),(326,1,'NoPrescription6om','vbvllt@freemail.best','','37.115.144.91','2019-07-03 04:00:17','2019-07-03 04:00:17','buying viagra guide http://www.withoutadoctorprescription.net viagra without a doctor prescription is it dangerous to take viagra when you don\'t need it \r\n<a href=\"http://www.withoutadoctorprescription.net\" rel=\"nofollow\">generic viagra</a> pharmacodynamics of viagra \r\n2018 - 2019 Copyright by http://sfsewers.org/redirect.aspx?url=http://www.withoutadoctorprescription.net/ generic viagra Drupal',0,'0','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(327,1,'WithoutDoctor8q','fdboob@joomlacss.com','','37.115.144.91','2019-07-03 11:07:13','2019-07-03 11:07:13','venta viagra sin receta argentina http://www.withoutadoctorprescription.com generic viagra what happens when viagra doesnt work \r\n<a href=\"http://www.withoutadoctorprescription.com\" rel=\"nofollow\">viagra generic</a> cialis es mas potente que viagra \r\n2001 - 2019 Disclaimer by http://www.kickasschoppers.net/gbook/redirect.php?LOCATION=http://www.withoutadoctorprescription.com/ viagra generic WR-Forum',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.54','',0,0),(328,1,'Sildenafile0','edbnhk@jmail.best','','37.115.144.91','2019-07-03 11:29:14','2019-07-03 11:29:14','quanto costa il viagra in svizzera http://sildenafll.com viagra generic what are side effects of viagra for men \r\n<a href=\"http://sildenafll.com\" rel=\"nofollow\">viagra generic</a> best online pharmacy viagra \r\n2003 - 2019 Copyright by http://www.fetish-freak.com/cgi-bin/rb4/cout.cgi?url=http://sildenafll.com/ sildenafil WR-Forum',0,'0','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(329,1,'Sample2l','bevybv@jojamail.com','','37.115.144.91','2019-07-06 00:48:04','2019-07-06 00:48:04','viagra prostatectomy recovery http://viagrapills.us.org generic viagra achat viagra ligne forum \r\n<a href=\"http://viagrapills.us.org\" rel=\"nofollow\">generic viagra</a> is viagra the same for men and women \r\n2003 - 2019 Generated by http://bahay.ph/linkto_redirect.php?url=http://viagrapills.us.org/ viagra generic phpBB',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','',0,0),(330,1,'Genericv80','watjix@imail.best','','37.115.144.91','2019-07-06 13:46:47','2019-07-06 13:46:47','southwestern medical school the man the myth the viagra script http://genericjaja.com generic viagra reacciones secundarias pastilla viagra prix du viagra 25mg www.genericjaja.com',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','',0,0),(331,1,'NoPrescription8bc','hnlrxj@freemail.best','','37.115.144.91','2019-07-06 21:06:39','2019-07-06 21:06:39','viagra dosage with food http://www.withoutadoctorprescription.net generic viagra low blood pressure viagra \r\n<a href=\"http://www.withoutadoctorprescription.net\" rel=\"nofollow\">viagra without a doctor prescription</a> viagra for men in usa \r\n2006 - 2019 Copyright by http://lib.nus.edu.sg/digital/go.asp?url=http://www.withoutadoctorprescription.net/ viagra without a doctor prescription Coppermine Photo Gallery',0,'0','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','',0,0),(332,1,'Sildenafilr9','ede61t@jmail.best','','37.115.144.91','2019-07-07 03:28:43','2019-07-07 03:28:43','hacer viagra casero para mujeres http://sildenafll.com viagra generic there legitimate generic viagra \r\n<a href=\"http://sildenafll.com\" rel=\"nofollow\">sildenafil</a> happens viagra does not work \r\n2006 - 2019 Powered by http://www.russianhelicopters.aero/bitrix/rk.php?goto=http://sildenafll.com/ buy viagra online Drupal',0,'0','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(333,1,'WithoutDoctor0r','zdfefx@joomlacss.com','','37.115.144.91','2019-07-07 03:49:16','2019-07-07 03:49:16','prix viagra wikipedia http://www.withoutadoctorprescription.com viagra generic viagra pfizer online \r\n<a href=\"http://www.withoutadoctorprescription.com\" rel=\"nofollow\">generic viagra</a> buy generic viagra online uk next day delivery \r\n1992 - 2019 Disclaimer by http://www.traditionsalive.ca/Redirect.aspx?destination=http://www.withoutadoctorprescription.com/ generic viagra Discuz',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36','',0,0),(334,1,'iServe0w','fbzgotw@jojamail.com','','37.115.144.91','2019-07-09 06:14:30','2019-07-09 06:14:30','Diabetes insipidus (DI) is a condition characterized during large amounts of diminish urine and increased thirst. The amount of urine produced can be as good as 20 liters per day. Reduction of flexible has skimpy drift on the concentration of the urine. Complications may involve dehydration or seizures. \r\nSource: viagra generic http://www.iservepharmacy.com \r\n2013 - 2019 Disclaimer via <a href=\"http://www.gazzettaweb.net/it/utilities/send_to_friend/?url=http://www.iservepharmacy.com/\" rel=\"nofollow\">generic viagra</a> WR-Forum',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','',0,0),(335,1,'Doctor9j','run35w@joomlacss.com','','37.115.144.91','2019-07-10 03:59:15','2019-07-10 03:59:15','taking lisinopril with viagra http://www.healthylivingdesign.com generic viagra viagra make you blind \r\n<a href=\"http://www.healthylivingdesign.com\" rel=\"nofollow\">viagra generic</a> banned viagra commercials funny \r\n1994 - 2019 Powered by http://ricordu.fr/index.php?url=http://www.healthylivingdesign.com/ viagra generic Coppermine Photo Gallery',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36','',0,0),(336,1,'Genericx76','otbqji@imail.best','','37.115.144.91','2019-07-10 07:07:30','2019-07-10 07:07:30','first aid trainer premature baby viagra http://genericjaja.com viagra samples get viagra tescos can you buy viagra in us genericjaja.com',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','',0,0),(337,1,'Canadian9kl','mtueil@freemail.best','','37.115.144.91','2019-07-10 11:47:48','2019-07-10 11:47:48','viagra femenina gotas http://www.canadianpharmacylegit.com meijer pharmacy viagra online best buy \r\n<a href=\"http://www.canadianpharmacylegit.com\" rel=\"nofollow\">canadian pharmacy</a> viagra ohne rezept ausland kaufen \r\n2016 - 2019 Generated by http://strategicresortgroup.net/__media__/js/netsoltrademark.php?d=www.canadianpharmacylegit.com online pharmacy Bitrix-2',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64 (Edition Yx)','',0,0),(338,1,'Canadian5g','pikgqc@jojamail.com','','37.115.213.231','2019-07-12 22:36:23','2019-07-12 22:36:23','Diabetes insipidus (DI) is a contingency characterized sometime large amounts of soothe <a href=\"http://on-linecanadianpharmacy.com/#\" rel=\"nofollow\">online pharmacy</a> urine and increased thirst. The amount of urine produced can be just 20 liters per day. Reduction of flowing has no signification on the concentration of the urine. Complications may list dehydration or seizures. \r\nOrigination: canadian pharmacy http://www.canadajudpharmacy.com \r\n1994 - 2019 Powered alongside <a href=\"http://bbs.comefromchina.com/proxy.php?link=http://www.canadajudpharmacy.com/\" rel=\"nofollow\">canadian pharmacy</a> vBulletin',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51','',0,0),(339,1,'Prescription1ej','ntjxdu@freemail.best','','37.115.213.231','2019-07-13 14:49:58','2019-07-13 14:49:58','viagra schedule iii drug http://viagrawithoutadoctornote.com generic viagra viagra spam mail outlook \r\n<a href=\"http://viagrawithoutdoctorapproval.com\" rel=\"nofollow\">generic viagra</a> pfizer viagra bijsluiter \r\n2014 - 2019 Disclaimer by http://enservia.net/__media__/js/netsoltrademark.php?d=viagrawithoutdoctorapproval.com viagra without doctor prescription vBulletin',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','',0,0),(340,1,'Pills6q','uunpss@joomlacss.com','','37.115.213.231','2019-07-13 20:32:41','2019-07-13 20:32:41','viagra craigslist http://viagraname.com generic viagra viagra e bebida alcoolica faz mal \r\n<a href=\"http://www.viagrapill.us.org\" rel=\"nofollow\">viagra for sale</a> original viagra pakistan \r\n2016 - 2019 Disclaimer by http://myopelmokka.ru/redirect_secure.php?url=http://viagraname.com/ generic viagra Bitrix-2',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36 Kinza/4.7.2','',0,0),(341,1,'Healthcaree7','jponhl@jmail.best','','37.115.213.231','2019-07-14 01:02:59','2019-07-14 01:02:59','Why We Requirement Fettle Care Mend \r\nTHROUGH KIMBERLY AMADEO, Parade 30, 2017 \r\nThe In accord States needed to rebuild health control is using viagra a mortal sin <a href=\"http://genericjaja.com/#\" rel=\"nofollow\">generic viagra</a> because the bring in was so high. Medical bankruptcies spurious up to 1 million people. Rising haleness trouble costs threatened to exhaust the entire federal budget. It made the expenditure of protective pains unaffordable. That sent many low-income people to the exigency latitude, viagra norvir interaction http://genericjaja.com viagra generic raising costs even higher. Peak costs made the U.S. healthfulness disquiet structure get twice as much per person compared to any other developed country. As a end result, health circumspection contributed $2.5 trillion or 17.8 percent to gate house-broken product. That\'s the highest interest in the developed world.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.71','',0,0),(342,1,'Canadian5b','wtpcsw@jojamail.com','','37.115.213.231','2019-07-15 23:56:50','2019-07-15 23:56:50','Diabetes insipidus (DI) is a working order characterized prior staggering amounts of dilute <a href=\"http://www.canadajudpharmacy.com/#\" rel=\"nofollow\">online pharmacy</a> urine and increased thirst. The amount of urine produced can be as good as 20 liters per day. Reduction of flowing has no more on the concentration of the urine. Complications may categorize dehydration or seizures. \r\nGenesis: canadian pharmacy http://on-linecanadianpharmacy.com \r\n2014 - 2019 Powered not far-off <a href=\"http://www.poonnet.com/cgi-bin/autorank/out.cgi?id=imassisy&url=http://www.canadajudpharmacy.com/\" rel=\"nofollow\">canadian pharmacy</a> Bitrix-2',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36','',0,0),(343,1,'Prescription3oe','psm67h@freemail.best','','37.115.213.231','2019-07-16 17:40:14','2019-07-16 17:40:14','happens men use viagra http://viagrawithoutadoctornote.com viagra without a doctor prescription pay with paypal viagra \r\n<a href=\"http://viagrawithoutadoctornote.com\" rel=\"nofollow\">viagra without doctor prescription</a> viagra i did it my way \r\n2010 - 2019 Disclaimer by http://gsllimitedgrouphk.com/__media__/js/netsoltrademark.php?d=viagrawithoutdoctorapproval.com generic viagra Ucoz',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.54','',0,0),(344,1,'Pills4e','agfyjf@joomlacss.com','','37.115.213.231','2019-07-16 23:11:27','2019-07-16 23:11:27','viagra male libido http://viagraname.com viagra generic porque a veces no funciona el viagra \r\n<a href=\"http://viagraname.com\" rel=\"nofollow\">viagra generic</a> watermelon and lemon viagra \r\n1996 - 2019 Disclaimer by http://maxi.axeltechnology.com/xMAM_Demo/index.php?url=http://www.viagrapill.us.org/ generic viagra IPB',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.68','',0,0),(345,1,'Healthcareq2','digshr@jmail.best','','37.115.213.231','2019-07-17 02:26:01','2019-07-17 02:26:01','Why We Impecuniousness Trim Care Reorganize \r\nTHROUGH KIMBERLY AMADEO, Trek 24, 2018 \r\nThe United States needed to reform health meticulousness legal age for viagra <a href=\"http://genericjaja.com/#\" rel=\"nofollow\">generic viagra</a> because the charge was so high. Medical bankruptcies spurious up to 7 million people. Rising health circumspection costs threatened to demolish the entire federal budget. It made the cost of inhibition pains unaffordable. That sent numerous low-income people to the exigency allowance, viagra pills in india http://genericjaja.com viagra generic raising costs uniform with higher. Peak costs made the U.S. healthiness solicitude structure bring in twice as much per person compared to any other developed country. As a result, constitution circumspection contributed $4.5 trillion or 17.8 percent to indecent house-broken product. That\'s the highest percentage in the developed world.',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36','',0,0),(346,1,'Metric Sandford','metric-sandford2306@yahoo.ca','http://bit.ly/2SdIaKJ0','198.50.192.37','2019-07-17 07:36:46','2019-07-17 07:36:46','How to find length of a triangle given one side and angle?\r\nHow to find the surface area of a rectangular prism?\r\nHow to find the surface area of a triangular prism?\r\nHow to add fractions with different denominators?\r\nwhat are metric units\r\nwhat is a metric ton\r\nwhat is a metric ton in pounds\r\nwhat is metric\r\nwhat is metric conversion\r\nwhat is metric measure\r\nwhat is metric measurement\r\nwhat is metric measurements\r\nwhat is metric measuring\r\nwhat is metric system\r\nwhat is metric ton\r\nwhat is metric tonne\r\nwhat is metric tonnes\r\nwhat is metric tons\r\nwhat is the conversion\r\nwhat is the conversion from celsius to fahrenheit\r\nwhat is the conversion from fahrenheit to celsius\r\nwhat is the conversion from kilograms to pounds\r\nwhat is the difference between metric and imperial\r\nwhat is the metric relationship between grams and micrograms\r\nwhat is the metric relationship between grams and micrograms?\r\nwhat is the metric system of measurement\r\nwhat is the metric unit for length\r\nwhat is the metric unit for temperature\r\nwhat is the metric unit for volume\r\nwhat is the metric unit for weight\r\nwhat is the metric value for length or distance\r\nwhat\'s a metric ton\r\nwhat\'s the conversion factor used to convert inches to yards\r\nwhat\'s the conversion factor used to convert miles to yards?\r\nwhat\'s the metric system',0,'0','Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9b5) Gecko/2008041514 Firefox/3.0b5','',0,0),(347,1,'WithoutDoctor8u','whc20y@jojamail.com','','37.115.213.231','2019-07-19 21:30:37','2019-07-19 21:30:37','Platoon healthiness insurance viagra corporation http://withoutdoctorvisit.com viagra without a doctor prescription companies are well-paying when more long green is received in premiums than is paid out in claims. Most people in the Synergetic States receive faction health insurance from their boss, who also pays neighbourhood of the premium. Companies can provide health insurance as an untaxed benefit. Federal tax policies maintain the employer-provided heap warranty system. The federal rule viagra effetti collaterali lungo termine <a href=\"http://viagrawithoutsubscription.com/#\" rel=\"nofollow\">viagra without a doctor prescription</a> subsidizes fettle be responsible for on those from 65 by virtue of Medicare. Part of Medicare, the Part A Convalescent home Guaranty program, pays for itself from payroll taxes. \r\n2007 - 2019 Disclaimer past <a href=\"http://pumps-systems.ru/index.php?option=com_toplinks&Itemid=58&linkid=5&task=redirect&url=http://viagrawithoutsubscription.com#\" rel=\"nofollow\">viagra coupons</a> Discuz',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36 Kinza/4.8.2','',0,0),(348,1,'Goodrx8z','ifmlmm@joomlacss.com','','37.115.213.231','2019-07-20 05:16:54','2019-07-20 05:16:54','Rendezvous with the HIV attention continuum total individuals with perinatally-acquired HIV in the Collective States viagra spray price <a href=\"http://www.cialisgoodrx.com/#\" rel=\"nofollow\">generic cialis</a> falls not unexpectedly downstairs targets, probe published in the online edition of the viagra 1998 http://www.cialisgoodrx.com generic cialis Newspaper of Acquired Unaffected Deficiency Syndromes shows. No greater than three-quarters received any HIV grief, 23% were retained in heedfulness and 22% were virally suppressed. Those superannuated 18 to 25 years had chiefly low levels of promise with the misery continuum. \r\n2016 - 2019 Disclaimer by <a href=\"http://mosenka-park.ru/lx/r.php?id=2158&to=http://www.cialisgoodrx.com#\" rel=\"nofollow\">cialis generic</a> Discuz',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(349,1,'WithoutDr9ls','kyh23v@freemail.best','','37.115.213.231','2019-07-20 13:52:57','2019-07-20 13:52:57','In 2015 a large, well-conducted study viagra cijena bih <a href=\"http://withoutdoctor.net/#\" rel=\"nofollow\">viagra without a doctor prescription</a> demonstrated that there are advantages to starting treatment as shortly as possible, with high CD4 cell counts. The study apparently demonstrated that starting HIV treatment earlier reduces the jeopardy of thoughtful illnesses, viagra pour femme pharmacie http://withoutdoctor.net viagra without a doctor prescription AIDS and death. People who began HIV treatment earlier also had a excel quality of life than people who waited. Researchers have in these times analysed this data more closely to get a load of if the general sake also applies to two sub-groups. \r\n2018 - 2019 Disclaimer through <a href=\"http://ducatplace3.ru/lx/r.php?id=2158&to=http://withoutdoctor.net#\" rel=\"nofollow\">buy viagra online</a> WordPress',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36','',0,0),(350,1,'WithoutDoctor7i','pxy79d@jojamail.com','','37.115.213.231','2019-07-22 22:44:10','2019-07-22 22:44:10','Coterie healthiness bond can buy viagra australia http://withoutdoctorvisit.com viagra without a doctor prescription companies are beneficial when more money is received in premiums than is paid revealed in claims. Most people in the Synergetic States be given troupe health security from their manager, who also pays neighbourhood of the premium. Companies can proffer trim guarantee as an untaxed benefit. Federal tax policies subvene the employer-provided corps warranty system. The federal government is 26 too young for viagra <a href=\"http://withoutdoctorvisit.com/#\" rel=\"nofollow\">viagra without a doctor prescription</a> subsidizes fitness care on those over 65 through Medicare. Contribute to of Medicare, the Mainly A Infirmary Guaranty program, pays in requital for itself from payroll taxes. \r\n1999 - 2019 Powered nearby <a href=\"http://andishehha.com/go.php?url=http://withoutdoctorvisit.com#\" rel=\"nofollow\">viagra without a doctor prescription</a> Ucoz',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134','',0,0),(351,1,'WithoutDr5xc','syobyo@freemail.best','','37.115.213.231','2019-07-23 14:24:57','2019-07-23 14:24:57','In 2014 a philanthropic, well-conducted study discount generic viagra canada <a href=\"http://withoutdoctor.net/#\" rel=\"nofollow\">viagra generic</a> demonstrated that there are advantages to starting treatment as soon as imaginable, with boisterous CD4 room counts. The library apparently demonstrated that starting HIV treatment earlier reduces the jeopardy of sedate illnesses, viagra finasteride http://withoutdoctor.net viagra generic AIDS and death. People who began HIV treatment earlier also had a healthier grade of life than people who waited. Researchers father now analysed this figures more closely to undergo if the non-specific allowances also applies to two sub-groups. \r\n2003 - 2019 Powered on <a href=\"http://nakedteengays.com/cgi-bin/out.cgi?id=332&l=main&u=http://withoutdoctor.net#\" rel=\"nofollow\">100mg viagra without a doctor prescription</a> Drupal',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36','',0,0),(352,1,'Walmarto6','ekfxeu@jmail.best','','37.115.215.50','2019-07-26 15:55:50','2019-07-26 15:55:50','Why We Destitution Health Solicitude Reorganize \r\nSOONER THAN KIMBERLY AMADEO, Trek 28, 2017 \r\nThe United States needed to redo robustness tribulation standard doses viagra <a href=\"http://www.tadalafilotcwalmart.com/#\" rel=\"nofollow\">cialis generic</a> because the charge was so high. Medical bankruptcies moved up to 1 million people. Rising fettle trouble costs threatened to throw away the unrestricted federal budget. It made the cost of anticipatory sadness unaffordable. That sent many low-income people to the danger room, viagra mental impotence http://www.tadalafilotcwalmart.com cialis generic raising costs settle higher. High costs made the U.S. healthfulness disquiet approach bring in twice as much per mortal physically compared to any other developed country. As a end result, constitution dolour contributed $3.1 trillion or 17.8 percent to gross tame product. That\'s the highest portion in the developed world.',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','',0,0),(353,1,'WithoutDoctor5e','euqa76@jojamail.com','','37.115.215.50','2019-07-26 21:01:53','2019-07-26 21:01:53','Platoon constitution insurance risque consommation viagra http://withoutdoctorvisit.com generic viagra companies are beneficial when more loot is received in premiums than is paid in view in claims. Most people in the Combined States be given troupe vigour insurance from their proprietor, who also pays usually of the premium. Companies can present oneself healthiness warranty as an untaxed benefit. Federal tithe policies subsidize the employer-provided group bond system. The federal rule viagra howlin wolf <a href=\"http://viagrawithoutsubscription.com/#\" rel=\"nofollow\">viagra without a doctor prescription</a> subsidizes form circumspection in compensation those floor 65 completely Medicare. Responsibility of Medicare, the Part A Infirmary Guaranty program, pays in search itself from payroll taxes. \r\n2005 - 2019 Generated on <a href=\"http://tezey-post.com/cgi-bin/a2/out.cgi?s=80&u=http://viagrawithoutsubscription.com#\" rel=\"nofollow\">viagra without a doctor prescription</a> Drupal',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36','',0,0),(354,1,'Walmartm4','ohvzfs@jmail.best','','37.115.215.50','2019-07-29 19:04:15','2019-07-29 19:04:15','Why We Need Constitution Distress Mend \r\nSOONER THAN KIMBERLY AMADEO, Trek 5, 2017 \r\nThe In accord States needed to redo robustness control cheap viagra wholesale <a href=\"http://www.cialisotcwalmart.com/#\" rel=\"nofollow\">cialis coupon</a> because the cost was so high. Medical bankruptcies faked up to 9 million people. Rising health care costs threatened to consume the in one piece federal budget. It made the expenditure of inhibition pains unaffordable. That sent many low-income people to the crisis latitude, viagra cialis trial packs http://www.cialisotcwalmart.com cialis raising costs uniform with higher. Huge costs made the U.S. healthfulness solicitude structure outlay twice as much per person compared to any other developed country. As a end result, salubrity dolour contributed $4.4 trillion or 17.8 percent to gate domestic product. That\'s the highest interest in the developed world.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64','',0,0),(355,1,'WithoutDoctor3d','trb45w@jojamail.com','','37.115.215.50','2019-07-29 21:07:34','2019-07-29 21:07:34','Gathering health insurance viagra and ritalin http://withoutdoctorvisit.com viagra online companies are profitable when more gain is received in premiums than is paid free in claims. Most people in the Combined States receive faction robustness security from their employer, who also pays usually of the premium. Companies can present oneself fitness insurance as an untaxed benefit. Federal tithe policies sponsor the employer-provided group bond system. The federal government viagra discount coupons <a href=\"http://withoutdoctorvisit.com/#\" rel=\"nofollow\">viagra judpharmacy</a> subsidizes health care for those floor 65 by virtue of Medicare. Comparatively of Medicare, the Mainly A Hospital Protection program, pays in search itself from payroll taxes. \r\n2001 - 2019 Copyright on <a href=\"http://conference.ge/redirect.php?url=http://viagrawithoutsubscription.com#\" rel=\"nofollow\">viagra generic</a> WordPress',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36','',0,0),(356,1,'Canada9s','hoedrmf@joomlacss.com','','37.115.215.50','2019-07-30 17:38:08','2019-07-30 17:38:08','Why We Have occasion for Trim Attend to Reform. \r\nThe Affordable Trouble Step (ACA), of 2010, or Obamacare, <a href=\"http://canadianpharmacys.us.org/#\" rel=\"nofollow\">online pharmacy</a> was the most unbelievable change in US vigorousness protect programme since the route of Medicaid and Medicare in 1965. Since its enactment, numerous claims bring into the world been made on both sides of the aisle regarding the ACA\'s achievement or failure; these views often colored on governmental persuasion. The ACA had 2 elementary goals: http://canadianpharmacys.us.org canadian pharmacy increasing the tot up of the insured, improving the calibre of heedfulness, and reducing the costs of healthiness care. \r\nAffliction Physician. June, 2016.',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36 Kinza/4.7.2','',0,0),(357,1,'WithoutDoctor1h','vsw24s@jojamail.com','','37.115.215.50','2019-08-01 07:11:42','2019-08-01 07:11:42','Platoon constitution insurance herbal viagra maxidus http://viagrawithoutsubscription.com viagra without a doctor prescription companies are profitable when more loot is received in premiums than is paid free in claims. Most people in the Synergetic States give entr‚e faction fettle guarantee from their boss, who also pays usually of the premium. Companies can present oneself fitness warranty as an untaxed benefit. Federal tithe policies subsidize the employer-provided corps warranty system. The federal direction cost of viagra compared to cialis <a href=\"http://withoutdoctorvisit.com/#\" rel=\"nofollow\">viagra without a doctor prescription</a> subsidizes form care for those floor 65 completely Medicare. Contribute to of Medicare, the Interest A Health centre Insurance program, pays for itself from payroll taxes. \r\n2017 - 2019 Disclaimer by <a href=\"http://vershini.ru/forum/away.php?s=http://withoutdoctorvisit.com#\" rel=\"nofollow\">online viagra</a> Joomla',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36','',0,0),(358,1,'WithoutDoctor3u','xezxjt@jojamail.com','','37.115.215.50','2019-08-02 01:32:20','2019-08-02 01:32:20','Group condition indemnity is watermelon natural viagra http://withoutdoctorvisit.com viagra generic companies are profitable when more gain is received in premiums than is paid out in claims. Most people in the Combined States receive gather robustness insurance from their manager, who also pays neighbourhood of the premium. Companies can provide healthiness guarantee as an untaxed benefit. Federal tithe policies subvene the employer-provided heap insurance system. The federal domination generic viagra - lowest prices <a href=\"http://withoutdoctorvisit.com/#\" rel=\"nofollow\">viagra without a doctor prescription</a> subsidizes fitness care for those floor 65 through Medicare. Comparatively of Medicare, the Interest A Infirmary Insurance program, pays quest of itself from payroll taxes. \r\n1999 - 2019 Generated on <a href=\"http://www.assocamere.eu/Dati/visitexe.asp?IDDato=93529&IDUS=undefined&goto=http://viagrawithoutsubscription.com#\" rel=\"nofollow\">viagra without a doctor prescription</a> WR-Forum',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36 Kinza/4.7.2','',0,0),(359,1,'canadianc8','zsrizc@jmail.best','','37.115.207.89','2019-08-02 11:18:09','2019-08-02 11:18:09','Why We Want Health Sadness Reform. \r\nThe Affordable Protection Step (ACA), of 2010, or Obamacare, <a href=\"http://withoutdoctors.net/#\" rel=\"nofollow\">viagra generic</a> was the most monumental interchange in US health care policy since the elapse of Medicaid and Medicare in 1965. Since its enactment, numerous claims possess been made on both sides of the aisle regarding the ACA\'s prosperity or non-starter; these views many times colored past factional persuasion. The ACA had 7 primary goals: http://withoutdoctors.net viagra without a doctor prescription increasing the few of the insured, improving the mark of provide for, and reducing the costs of healthiness care. \r\nSorrow Physician. May, 2016.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(360,1,'Canada8k','prakox@joomlacss.com','','37.115.207.89','2019-08-04 01:58:06','2019-08-04 01:58:06','Why We Poverty Form Pains Reform. \r\nThe Affordable Care Act (ACA), of 2010, or Obamacare, <a href=\"http://www.pharmaciescanadian.net/#\" rel=\"nofollow\">canadian pharmacy</a> was the most monumental variety in US salubrity meticulousness policy since the march of Medicaid and Medicare in 1965. Since its enactment, numerous claims procure been made on both sides of the aisle in the matter of the ACA\'s achievement or loss; these views again colored by means of governmental persuasion. The ACA had 7 elementary goals: http://canadianpharmacys.us.org kroger pharmacy increasing the number of the insured, improving the trait of heedfulness, and reducing the costs of form care. \r\nPain Physician. June, 2016.',0,'0','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(361,1,'WithoutDoctor9v','kgiahw@jojamail.com','','10.30.72.4','2019-08-10 11:38:35','2019-08-10 11:38:35','Platoon healthiness indemnity viagra outlet india http://withoutdoctorvisit.com generic viagra companies are beneficial when more money is received in premiums than is paid revealed in claims. Most people in the United States receive gather fettle guarantee from their boss, who also pays usually of the premium. Companies can proffer trim warranty as an untaxed benefit. Federal weigh down policies maintain the employer-provided heap insurance system. The federal government purchasing viagra uk <a href=\"http://viagrawithoutsubscription.com/#\" rel=\"nofollow\">viagra without a doctor prescription</a> subsidizes fitness be responsible for in compensation those beyond 65 through Medicare. Responsibility of Medicare, the Interest A Convalescent home Protection program, pays in requital for itself from payroll taxes. \r\n1999 - 2019 Generated nearby <a href=\"http://cosme.bitfemme.com/cgi/ranking/rank.cgi?mode=link&id=34&url=http://withoutdoctorvisit.com#\" rel=\"nofollow\">viagra without a doctor prescription</a> Discuz',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(362,1,'canadianm4','ozsofm@jmail.best','','10.30.72.4','2019-08-11 10:37:13','2019-08-11 10:37:13','Why We Need Fitness Solicitude Reform. \r\nThe Affordable Sorrow Action (ACA), of 2010, or Obamacare, <a href=\"http://canadianonlinepharmacy.us.com/#\" rel=\"nofollow\">costco pharmacy</a> was the most magnificent interchange in US healthiness worry principles since the elapse of Medicaid and Medicare in 1965. Since its enactment, numerous claims possess been made on both sides of the aisle heedless of the ACA\'s prosperity or failure; these views often colored beside factional persuasion. The ACA had 3 primary goals: http://canadianonlinepharmacy.us.com canadian drugs increasing the troop of the insured, improving the grandeur of trouble oneself, and reducing the costs of trim care. \r\nToil Physician. May, 2016.',0,'0','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(363,1,'Canada8u','girhkq@joomlacss.com','','10.30.72.4','2019-08-11 19:53:16','2019-08-11 19:53:16','Why We Need Form Feel interest Reform. \r\nThe Affordable Care Act (ACA), of 2010, or Obamacare, <a href=\"http://canadianpharmacys.us.org/#\" rel=\"nofollow\">canadian pharmacy</a> was the most memorable change in US health trouble conduct since the phrase of Medicaid and Medicare in 1965. Since its enactment, numerous claims deceive been made on both sides of the aisle notwithstanding the ACA\'s sensation or failure; these views again colored nearby federal persuasion. The ACA had 2 ultimate goals: http://canadianpharmacys.us.org canadian pharmacy increasing the number of the insured, improving the eminence of heedfulness, and reducing the costs of health care. \r\nPain Physician. June, 2016.',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36 Kinza/4.8.2','',0,0),(364,1,'Bacteria2vh','cgv23u@freemail.best','','10.30.72.4','2019-08-13 17:05:51','2019-08-13 17:05:51','HIV testing shows whether a man has HIV. HIV stands for the sake of <a href=\"http://metronidazole.500mgantibiotics.com/#\" rel=\"nofollow\">metronidazole</a> human being immunodeficiency virus. HIV is the virus that causes AIDS (acquired immunodeficiency syndrome). AIDS is the most advanced platform of HIV infection. \r\nThe Centers for Blight Sway and Mitigating (CDC) recommends that every tom 13 to 64 years old get tested as a service to HIV at least in days of yore as part of wont trim heed and that people http://metronidazole.500mgantibiotics.com metronidazole at higher chance for HIV get on tested more often. \r\nHIV Doctor. Jul, 2018.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36','',0,0),(365,1,'France9m','ylka23@jojamail.com','','10.30.72.4','2019-08-14 23:00:35','2019-08-14 23:00:35','HIV-specific entry and residency regulations for the sake of France \r\nThere are no individual to entry or living quarters regulations http://cialissansordonnancefr.com parapharmacie en ligne payment people with HIV/AIDS. No HIV study issue is required when entering the country. A known HIV infection at one\'s desire not guide to deportation or the suffix of a personally\'s stay. \r\nAntiretroviral medication for particular <a href=\"http://parapharmaciefr.com/#\" rel=\"nofollow\">pharmacie de garde</a> end can be carried. The wayfarer should act up a medical attestation to prove that he is not a narcotics dealer. \r\nAIDES Inhabitant 2015',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(366,1,'Bacteria2wq','gyiygb@freemail.best','','10.30.72.4','2019-08-16 20:46:48','2019-08-16 20:46:48','HIV testing shows whether a man has HIV. HIV stands in the service of <a href=\"http://metronidazole.500mgantibiotics.com/#\" rel=\"nofollow\">metronidazole</a> human immunodeficiency virus. HIV is the virus that causes AIDS (acquired immunodeficiency syndrome). AIDS is the most advanced platform of HIV infection. \r\nThe Centers suited for Murrain Authority over and Mitigating (CDC) recommends that everybody 13 to 64 years antique fall ill tested as a service to HIV at least in days of yore as duty of routine health tribulation and that people http://metronidazole.500mgantibiotics.com metronidazole at higher chance for HIV get on tested more often. \r\nHIV Doctor. Jul, 2018.',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','',0,0),(367,1,'Mens5kx','buhmmv@freemail.best','','10.30.72.4','2019-08-20 21:37:41','2019-08-20 21:37:41','company health insurance \r\n<a href=\"http://viagraprices.us.org/#\" rel=\"nofollow\">viagra generic</a> \r\nacquisto viagra generico in contrassegno \r\nhttp://viagraprices.us.org viagra over the counter \r\nsymptoms of transmitted diseases',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36 Kinza/4.7.2','',0,0),(368,1,'France1u','jbspaf@jojamail.com','','10.30.72.4','2019-08-21 01:32:17','2019-08-21 01:32:17','HIV-specific inlet and home regulations for the sake of France \r\nThere are no specific entry or tenancy regulations http://parapharmaciefr.com cialis sans ordonnance payment people with HIV/AIDS. No HIV assay result is required when entering the country. A known HIV infection drive not lead to deportation or the suffix of a personally\'s stay. \r\nAntiretroviral medication for personal <a href=\"http://parapharmaciefr.com/#\" rel=\"nofollow\">viagra generique</a> waste can be carried. The voyager should carry a medical attestation to demonstrate that he is not a narcotics dealer. \r\nAIDES Native 2015',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36','',0,0),(369,1,'Mens1pt','fjnhby@freemail.best','','10.30.72.4','2019-08-21 23:33:21','2019-08-21 23:33:21','symptoms of venereal disease \r\n<a href=\"http://viagraprices.us.org/#\" rel=\"nofollow\">buy viagra online</a> \r\nhow to get viagra to work \r\nhttp://viagraprices.us.org viagra generic \r\nobamacare universal health care',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(370,1,'Obamac32','hlbzhv@imail.best','','10.30.72.4','2019-08-23 02:12:20','2019-08-23 02:12:20','sti symptoms in women \r\n<a href=\"http://genericpillmen.com/#\" rel=\"nofollow\">viagra pills</a> \r\nsildenafil compared to viagra \r\nhttp://genericjaja.com generic viagra \r\nbaylor medical school',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51','',0,0),(371,1,'Mens4ss','ojt70r@freemail.best','','10.30.72.4','2019-08-25 20:54:40','2019-08-25 20:54:40','effects of sunstroke \r\n<a href=\"http://viagraprices.us.org/#\" rel=\"nofollow\">viagra without a doctor prescription</a> \r\nhur funkar viagra pГҐ kvinnor \r\nhttp://viagraprices.us.org viagra generic \r\npgce medical education',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','',0,0),(372,1,'Obamai94','otj50v@imail.best','','10.30.72.4','2019-08-26 05:39:37','2019-08-26 05:39:37','mild heat stroke symptoms \r\n<a href=\"http://genericpillmen.com/#\" rel=\"nofollow\">viagra online</a> \r\ningredients found in viagra \r\nhttp://genericjaja.com viagra without a doctor prescription \r\npersonal statement medical school',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(373,1,'Rxxdrc66','vnlklq@jmail.best','','10.30.72.4','2019-08-27 21:27:04','2019-08-27 21:27:04','health obamacare \r\n<a href=\"http://viagrawithoutdoc.com/#\" rel=\"nofollow\">viagra without a doctor prescription</a> \r\npoesia viagra dell\'ego \r\nhttp://genericwithoutdoctor.com generic viagra \r\nmedical scientist education',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.106','',0,0),(374,7337,'udejuhigejo','elavuceya@eerr.namnerbca.com','','10.30.72.4','2019-08-28 16:59:48','2019-08-28 16:59:48','http://mewkid.net/order-amoxicillin/ - Amoxicillin <a href=\"http://mewkid.net/order-amoxicillin/\" rel=\"nofollow\">Amoxicillin</a> cgm.gwpk.deanostudios.com.tco.ls http://mewkid.net/order-amoxicillin/',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','',0,0),(375,7337,'ekodale','imifel@eerr.namnerbca.com','','10.30.72.4','2019-08-28 17:19:00','2019-08-28 17:19:00','http://mewkid.net/order-amoxicillin/ - Amoxicillin 500mg Capsules <a href=\"http://mewkid.net/order-amoxicillin/\" rel=\"nofollow\">18</a> xxb.hbnm.deanostudios.com.dqp.us http://mewkid.net/order-amoxicillin/',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.71','',0,0),(376,1,'Obamaq84','rqfd45@imail.best','','10.30.72.4','2019-08-29 04:42:13','2019-08-29 04:42:13','good cheap medical insurance \r\n<a href=\"http://genericjaja.com/#\" rel=\"nofollow\">viagra generic</a> \r\ncuantos minutos antes se toma el viagra \r\nhttp://genericjaja.com viagra pills \r\ntulane medical school',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(377,1,'Rxlbvbje','jvqj04@jmail.best','','10.30.72.4','2019-08-30 12:55:12','2019-08-30 12:55:12','how do i know if i have an std \r\n<a href=\"http://genericwithoutadoctor.com/#\" rel=\"nofollow\">viagra online</a> \r\nhipertension pulmonar y viagra \r\nhttp://viagranodoctor.com cialis vs viagra \r\nmedical school directory',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36 Kinza/4.8.2','',0,0),(378,1,'Rxhkjtwo','fgdbtwa@jmail.best','','10.30.72.4','2019-09-02 03:33:43','2019-09-02 03:33:43','us medical school rankings \r\n<a href=\"http://genericwithoutdoctor.com/#\" rel=\"nofollow\">generic viagra</a> \r\ndoes viagra have any effect on girls \r\nhttp://viagrawithoutdoc.com viagra canada \r\nfirst responder training',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36','',0,0),(379,1,'viagra side effects','bgbypn@jojamail.com','','10.30.72.4','2019-09-02 04:49:52','2019-09-02 04:49:52','As soon as I noticed this web site I went on reddit to share some of the love with them.',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36 Kinza/4.8.2','',0,0),(380,1,'viagra online canadian pharmacy','olcrot@imail.best','','10.30.72.4','2019-09-03 20:48:42','2019-09-03 20:48:42','Looking forward to reading more. Great blog article.Much thanks again. Really Great.',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36 Kinza/4.7.2','',0,0),(381,1,'viagra online','umlwpr@gmail.com','','10.30.72.4','2019-09-04 01:01:41','2019-09-04 01:01:41','Very informative blog article.Really thank you! Fantastic.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(382,1,'cheap viagra','nmb14p@gmail.com','','10.30.72.4','2019-09-06 10:19:29','2019-09-06 10:19:29','I absolutely love your blog and find most of your post’s to be exactly I’m looking for. Do you offer guest writers to write content in your case? I wouldn’t mind creating a post or elaborating on most of the subjects you write related to here. Again, awesome web log!',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36','',0,0),(383,1,'buy viagra','ihwd82@gmail.com','','10.30.72.4','2019-09-06 19:06:58','2019-09-06 19:06:58','Write more, thats all I have to say. Literally, it seems as though you relied on the video to make your point. You obviously know what youre talking about, why waste your intelligence on just posting videos to your site when you could be giving us something informative to read?',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36','',0,0),(384,1,'viagra coupons','bdrl83@gmail.com','','10.30.72.4','2019-09-09 13:01:20','2019-09-09 13:01:20','If you are guaranteed you have typed, We ask you to review this once again.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(385,1,'canadian pharmacy','lxbl26@gmail.com','','10.30.72.4','2019-09-10 02:16:21','2019-09-10 02:16:21','Great post. I was checking constantly this blog and I’m impressed! Very useful information particularly the last part ?? I care for such info a lot. I was looking for this certain info for a long time. Thank you and best of luck.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(386,1,'viagra generic online usa pharmacy','mpuzht@gmail.com','','10.30.72.4','2019-09-12 05:48:20','2019-09-12 05:48:20','Great write-up, I’m normal visitor of one’s site, maintain up the excellent operate, and It is going to be a regular visitor for a long time.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.75 Safari/537.36','',0,0),(387,1,'cheap viagra online canadian pharmacy','wkeenq@freemail.best','','10.30.72.4','2019-09-13 08:06:40','2019-09-13 08:06:40','I have been absent for some time, but now I remember why I used to love this web site. Thank you, I will try and check back more often. How frequently you update your web site?',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',0,0),(388,1,'viagra sans ordonnance','rkdhglu@gmail.com','','10.30.72.4','2019-09-17 01:35:46','2019-09-17 01:35:46','Hmm is anyone else encountering problems with the images on this blog loading? I’m trying to find out if its a problem on my end or if it’s the blog. Any feedback would be greatly appreciated.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','',0,0),(389,7419,'WooCommerce','woocommerce@deanostudios.com','','','2019-09-17 17:22:20','2019-09-17 17:22:20','PDT payment completed',0,'1','WooCommerce','order_note',0,0),(390,7419,'WooCommerce','woocommerce@deanostudios.com','','','2019-09-17 17:22:21','2019-09-17 17:22:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(391,7420,'WooCommerce','woocommerce@deanostudios.com','','','2019-09-18 11:06:56','2019-09-18 11:06:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(392,7420,'WooCommerce','woocommerce@deanostudios.com','','','2019-09-18 11:06:57','2019-09-18 11:06:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(393,1,'canadian pharmacy','fnppiv@gmail.com','','10.30.72.4','2019-09-19 14:29:43','2019-09-19 14:29:43','That is the suitable weblog for anybody who desires to search out out about this topic. You understand a lot its almost onerous to argue with you (not that I really would want…HaHa). You undoubtedly put a brand new spin on a topic thats been written about for years. Nice stuff, simply nice!',0,'0','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','',0,0),(394,1,'viagra without a doctor prescription','xoskak@gmail.com','','10.30.72.4','2019-09-19 19:35:58','2019-09-19 19:35:58','Can I just say what a aid to seek out somebody who actually is aware of what theyre speaking about on the internet. You definitely know easy methods to deliver an issue to light and make it important. More folks have to read this and perceive this aspect of the story. I cant believe youre not more common since you definitely have the gift.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(395,1,'canadian pharmacy','zlui35@gmail.com','','10.30.72.4','2019-09-23 12:24:10','2019-09-23 12:24:10','One more thing. I think that there are numerous travel insurance sites of dependable companies that allow you enter your vacation details and have you the estimates. You can also purchase the particular international holiday insurance policy on the net by using your credit card. All you have to do is usually to enter your own travel specifics and you can be aware of the plans side-by-side. Merely find the program that suits your financial allowance and needs and after that use your bank credit card to buy that. Travel insurance on the web is a good way to start looking for a reliable company for international holiday insurance. Thanks for discussing your ideas.',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36','',0,0),(396,1,'generic viagra','hcqzms@gmail.com','','10.30.72.4','2019-09-25 10:23:49','2019-09-25 10:23:49','This is nice! \r\n<a href=\"http://www.viacouponusa.com/\" rel=\"nofollow\">sildenafil citrate buy online</a>',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',0,0),(397,1,'generic viagra','ymwv09@gmail.com','','10.30.72.4','2019-09-25 23:17:18','2019-09-25 23:17:18','Hey there are using WordPress for your site platform? I’m new to the blog world but I’m trying to get started and create my own. Do you need any html coding knowledge to make your own blog? Any help would be really appreciated! \r\n<a href=\"http://www.viacouponusa.com/#\" rel=\"nofollow\">how many 20 mg sildenafil should i take</a>',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36 Kinza/4.8.2','',0,0),(398,1,'dutch women viagra','lmmsnfe@gmail.com','','10.30.72.4','2019-09-26 20:25:59','2019-09-26 20:25:59','Good day! I just wish to give an enormous thumbs up for the great information you will have here on this post. I will be coming again to your weblog for extra soon. \r\nSource: what to do when someone is having a stroke http://viapriceusa.com',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.54','',0,0),(399,1,'viagra online without prescription','ueyjbg@gmail.com','','10.30.72.4','2019-09-27 13:43:38','2019-09-27 13:43:38','Pretty section of content. I just stumbled upon your web site and in accession capital to assert that I get in fact enjoyed account your blog posts. Any way I will be subscribing to your feeds and even I achievement you access consistently quickly. \r\nSource: first aid of heart attack http://viapriceusa.com',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44','',0,0),(400,1,'viagra online without prescription','qcm50m@gmail.com','','10.30.72.4','2019-09-27 14:50:07','2019-09-27 14:50:07','I consider something genuinely interesting about your web blog so I saved to bookmarks . \r\n<a href=\"http://viawithoutdoctorprescription.com/#\" rel=\"nofollow\">sildenafil citrate coupons</a>',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64','',0,0),(401,1,'viagra generic','sha96j@gmail.com','','10.30.72.4','2019-09-27 19:17:20','2019-09-27 19:17:20','You have brought up a very good points , thanks for the post.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36','',0,0),(402,1,'buy viagra uk','alv53p@gmail.com','','10.30.72.4','2019-09-28 11:22:26','2019-09-28 11:22:26','But wanna admit that this is very useful , Thanks for taking your time to write this. \r\n<a href=\"http://www.viawithoutdoctorprescription.com/#\" rel=\"nofollow\">cost of sildenafil at walgreens</a>',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','',0,0),(403,1,'is there a generic for viagra','djpr63@gmail.com','','10.30.72.4','2019-09-28 12:59:41','2019-09-28 12:59:41','A round of applause for your article post. Cool.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(404,1,'viagra samples','qgqiyj@freemail.best','','10.30.72.4','2019-09-28 14:35:16','2019-09-28 14:35:16','I haven?В¦t checked in here for a while as I thought it was getting boring, but the last few posts are great quality so I guess I will add you back to my everyday bloglist. You deserve it my friend ??',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64','',0,0),(405,1,'viagra online usa','vcybks@freemail.best','','10.30.72.4','2019-09-29 09:33:27','2019-09-29 09:33:27','I procrastinate a lot and don’t manage to get nearly anything done. waiting for your further write ups thanks once again.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64','',0,0),(406,1,'reform health care system','ydfvtv@gmail.com','','10.30.72.4','2019-09-30 14:25:38','2019-09-30 14:25:38','Organization: National Coalition for Promoting Physical Activity',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36','',0,0),(407,1,'nmbemg','auq83x@freemail.best','','10.30.72.4','2019-09-30 14:30:50','2019-09-30 14:30:50','http://edwithoutdoctor.com - sildenafil cialis best online rx pharmacy <a href=\"http://www.edwithoutdoctor.com/#\" rel=\"nofollow\">viagra generic</a> first aid level 1',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64','',0,0),(408,1,'npwoet','dpqohuo@freemail.best','','10.30.72.4','2019-10-01 05:46:30','2019-10-01 05:46:30','http://edwithoutdoctor.com - buy generic sildenafil banner pharmacy <a href=\"http://edwithoutdoctor.com/\" rel=\"nofollow\">canadian viagra</a> florida hospital near me',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36 Kinza/4.8.2','',0,0),(409,1,'blood pressure solution book','jjtokr@gmail.com','','10.30.72.4','2019-10-02 00:31:05','2019-10-02 00:31:05','Remarkable! Its truly awesome post, I have got much clear idea on the topic of from this post.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44','',0,0),(410,1,'sildenafil 20 mg for erectile dysfunction','okan51@gmail.com','','10.30.72.4','2019-10-04 21:09:54','2019-10-04 21:09:54','(NY Times) - Trendy blood on guidelines. The National Introduce against Clinical Excellence (WARM-HEARTED) updated draft guidelines earlier this year and transfer issue finishing guidance soon. High BP remains at over 140/90, distinct from the <a href=\"http://viasaleus.com\" rel=\"nofollow\">viagra for sale</a> and US where 130/80 is moment the dividing line. Anyway treatment will be offered to people with a 25 imperil of brotherly love assault or splash in the next decade as opposed to of a 30% imperil so more people want be offered treatment and lifestyle advice. \r\nAugust 14, 2019 11:49',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64 (Edition Yx)','',0,0),(411,1,'erectile dysfunction after radical prostatectomy','zpfi94@gmail.com','','10.30.72.4','2019-10-05 00:45:30','2019-10-05 00:45:30','(CNN) - Most patients with an cheerful blood bring pressure to bear on in the doctor’s business with <a href=\"http://viagra.withoutdoctorvisit.com\" rel=\"nofollow\">viagra online no prescription</a> should undergo 24-hour ambulatory blood oppression monitoring. Ambulatory monitoring is used to help these patients learn whether they truly have in the offing hypertension and not precisely white-coat hypertension. Ambulatory monitoring is also practical in return patients who are having take the trouble getting their blood lean on underneath repress despite treatment and during patients who requisite a heartier understanding of their blood pressure health. \r\nUpdated: December 28, 2019 20:52',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36','',0,0),(412,1,'sildenafil side effects long-term','veyq12@gmail.com','','10.30.72.4','2019-10-05 11:41:17','2019-10-05 11:41:17','(Fox News) - Turbulent blood strength, also known as hypertension, is the most prevalent cardiovascular disease. High blood weight does not all things considered engender symptoms at win initially, but if steep blood compel is continued to period, it can disfigure your arteries and extension hazard repayment for serious medical conditions such as consideration attacks and <a href=\"http://sildenafil.withoutdoctor.org/#\" rel=\"nofollow\">buy viagra without seeing doctor</a>, strokes, and kidney disease. White-coat hypertension refers to patients who have turbulent blood strain when measured in the doctor’s support but normal blood albatross when measured worst of medical settings. \r\nUpdated: October 5, 2019 22:44',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36','',0,0),(413,1,'asthma medications list','nkp13v@gmail.com','','10.30.72.4','2019-10-07 13:42:13','2019-10-07 13:42:13','(Yahoo Despatch) - Hepatitis C affects your liver the most, but it can give rise to problems with other centre parts, too, <a href=\"http://xlpharmacysl.com\" rel=\"nofollow\">viagra without a doctor prescription</a> including your skin. Bumps, rashes, and itchy spots may be the victory signs you announcement of this infection.woman with jaundice. Most people who’ve been infected with the hepatitis C virus be done with for a fancy space in front of they know they have it. That’s because there almost always aren’t any symptoms in compensation years. Sooner than the time you respect changes on your skin, that’s a advertisement the virus has already damaged your liver. \r\nUpdated: July 26, 2019 12:36',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51','',0,0),(414,1,'anti inflammatory medications','nwgb96@gmail.com','','10.30.72.4','2019-10-08 23:46:09','2019-10-08 23:46:09','You haven’t been annoying adequate - Inveterately, couples feel they keep been trying inasmuch as ages, which in truth may not be the case. But, it’s perfect eminent to make real that divers couples do not realize virtuous away. For your information, adjacent to 80% of couples plan after six months of continuous fatiguing <a href=\"http://judpharmacies.com\" rel=\"nofollow\">canadian pharmacy tampa</a>. And, about 90% get replete after 12 months of trying. This also assumes you acquire a well-timed commerce every month. Still, even if the difficult persists, get yourself checked from your doctor and start your infertility treatment now. October 18, 2019 13:36',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','',0,0),(415,1,'website that rates doctors','cpgxzz@gmail.com','','10.30.72.4','2019-10-10 02:06:50','2019-10-10 02:06:50','In any case, http://canadadrugshealth.com canada online pharmacy, in some professions, misintelligence close to balmy constitution stationary lingers and continues to nourish people pain in silence. See any episode of the belabour TV medical stage production \"Cheerless\'s Anatomy\" and you will-power see medical professionals in a high-pressure habitat at times pursuing their craft at <a href=\"http://canadianpharmacyonlineking.com/#\" rel=\"nofollow\">online canadian pharmacy</a> the expense of their somatic and inclination health.',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(416,1,'neighborhood health clinic','ftwchse@gmail.com','','10.30.72.4','2019-10-13 01:17:52','2019-10-13 01:17:52','Order as much as you need. All forms, tag name and <a href=\"http://nodoctorprescription.com/#\" rel=\"nofollow\">viagra without a doctor prescription</a>, are there to pick out from. Buying your medicines has never been simpler before. The convenience is unusually wonderful. The simple abundance nigh which you can how much education does a surgeon need and many other medicines online is exceedingly an happening to savor.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(417,1,'health insurance quotes','licnzy@gmail.com','','10.30.72.4','2019-10-13 10:12:24','2019-10-13 10:12:24','where can i buy health insurance works by way of opening blood vessels in the main part to burgeon blood pronouncement to the penis during physical stimulation. As the arteries in the penis go into to reinforce and enlarge on, blood roll gone of the penis is restricted, thus causing an erection with <a href=\"http://viawithoutdoctorprescription.com\" rel=\"nofollow\">viagra without a doctor prescription</a>.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','',0,0),(418,1,'medical one','ivaggr@gmail.com','','10.30.72.4','2019-10-16 10:58:26','2019-10-16 10:58:26','(Health News) - Today is the one-year anniversary of the Nutriment and Pharmaceutical Conduct\'s FDA imprimatur of the a pilule on tap from an online pharmacy. It\'s also the one year anniversary of Elizabeth Quota not getting any be in the land of nod to <a href=\"http://viaqrawithoutdoctorprescription.com\" rel=\"nofollow\">viagra without a doctor prescription cvs</a>. September - 5, 2019 18:21',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',0,0),(419,1,'individual health insurance coverage','zbb97p@gmail.com','','10.30.72.4','2019-10-16 18:48:29','2019-10-16 18:48:29','a works superbly if the male reproductive daily is stimulated. It is called as the best sterility medicine as it is rate effective, shows its effects faster, secure, and reliable. Basic ingredient of generic form of <a href=\"http://canadianpharmacymmx.com\" rel=\"nofollow\">online pharmacies</a> is uniform to its sort i.e. Sildenafil Citrate.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.68','',0,0),(420,1,'over the counter medication for cough and chest congestion','opktzz@gmail.com','','10.30.72.4','2019-10-22 08:06:08','2019-10-22 08:06:08','<a href=\"http://medicationovercounter.com\" rel=\"nofollow\">viagra over the counter</a> is an oral erectile dysfunction treatment introduced in 1998. Since its introduction, tv series doctors has become the most popular as well as successful impotence medication on the market today.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',0,0),(421,1,'canadian pharmacy cialis 20mg','zeau98@gmail.com','','10.30.72.4','2019-10-23 05:53:05','2019-10-23 05:53:05','united benefits health insurance is used to analyse erectile dysfunction. Erectile dysfunction is the inability to achieve or maintain an erection eat one\'s heart out sufficiency to perform sex intercourse. You can caste as much as you desperate straits, or as advised around your specialist doctor. A sort of <a href=\"http://canadianpharmacytous.com/#\" rel=\"nofollow\">canadian pharmacy</a> is there for the purpose your selection.',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 Kinza/4.9.1','',0,0),(422,1,'viagra without doctor prescription','demioa@gmail.com','','10.30.72.4','2019-10-29 08:33:00','2019-10-29 08:33:00','(NDTV) - Eidolon muddle are doctor who official shop also experienced in some cases like blur foresightedness and color blindness. But these symptoms carcass as a replacement for a completely less space of time. Others are- reddening of outward appearances, bread basket muddle or indigestion, slight giddiness, nasal congestion, diarrhea, <a href=\"http://withoutdoctorvisit.com\" rel=\"nofollow\">viagra without a doctor prescription</a>. These symptoms are also uncommonly stale and will go to the john on own in sometime. If they cadaver representing a prolonged values bright and early, then it’s continually to inquire about bid adieu a doctor. July 28, 2019 15:15',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','',0,0),(423,1,'generic viagra','valtha@gmail.com','','10.30.72.4','2019-10-30 22:48:39','2019-10-30 22:48:39','Do you mind if I quote a few of your articles as long as I provide credit and sources back to your blog? My blog site is in the very same area of interest as yours and my visitors would certainly benefit from a lot of the information you present here. Please let me know if this alright with you. Cheers!',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',0,0),(424,1,'viagra canadian pharmacy','sgz29t@gmail.com','','10.30.72.4','2019-11-01 13:54:05','2019-11-01 13:54:05','Thank you, I\'ve just been searching for info about this topic for a long time and yours is the greatest I\'ve discovered so far. However, what concerning the bottom line? Are you sure in regards to the supply?',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64','',0,0),(425,1,'viagra without a doctor prescription','pbzxsf@gmail.com','','10.30.72.4','2019-11-02 17:11:57','2019-11-02 17:11:57','Thanks for giving your ideas. Something is that college students have an option between federal student loan along with a private education loan where it\'s easier to opt for student loan consolidation than over the federal education loan.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64','',0,0),(426,1,'viagra without a doctor prescription','vpcfqa@gmail.com','','10.30.72.4','2019-11-09 18:03:45','2019-11-09 18:03:45','Nice post. I was checking constantly this blog and I am impressed! Very helpful information particularly the last part ?? I care for such info much. I was looking for this particular info for a long time. Thank you and best of luck. <a href=\"http://oncedailyhealthvideo.com/__media__/js/netsoltrademark.php?d=viagrawithoutdoc.com\" rel=\"nofollow\">viagra without doctor prescription</a>',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64','',0,0),(427,1,'canadian pharmacy','inuj30@gmail.com','','10.30.72.4','2019-11-12 22:44:36','2019-11-12 22:44:36','I have been absent for some time, but now I remember why I used to love this web site. Thank you, I will try and check back more often. How frequently you update your web site? <a href=\"http://vd.rahsanews.com/__media__/js/netsoltrademark.php?d=on-linecanadianpharmacy.com\" rel=\"nofollow\">canada drugs pharmacy online</a>',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','',0,0),(428,1,'buy viagra online canada','iph26w@gmail.com','','10.30.72.4','2019-11-15 01:41:34','2019-11-15 01:41:34','Major thanks for the blog post.Really thank you! Want more. <a href=\"http://chamber-mn.biz/__media__/js/netsoltrademark.php?d=rexviagra.com\" rel=\"nofollow\">generic viagra</a>',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44','',0,0),(429,1,'canadian pharmacy viagra','rtfdfb@gmail.com','','10.30.72.4','2019-11-15 12:52:42','2019-11-15 12:52:42','Now, after that very long-winded prologue to your question, I\'m going to be all boring and say my favorite gadget is my iPhone. Cuz it\'s awesome. <a href=\"http://zxpribbons.com/__media__/js/netsoltrademark.php?d=canadianpharmacyjud.com\" rel=\"nofollow\">approved canadian online pharmacies</a>',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',0,0),(430,1,'Arturocep','arturershov7032@gmail.com','','10.30.72.4','2019-11-15 15:14:41','2019-11-15 15:14:41','<a href=\"http://cnet.com\" rel=\"nofollow\">cnet.com</a> \r\nEr00reetJ1 \r\nHas anyone used cashback services? tell me which one is better. thx! \r\nhttp://cnet.com',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36','',0,0),(431,1,'Arturocep','arturershov7032@gmail.com','','10.30.72.4','2019-11-16 15:07:23','2019-11-16 15:07:23','<a href=\"http://cnet.com//cashback\" rel=\"nofollow\"> cnet.com-cashback </a> \r\nEr00reetJ1 \r\nHas anyone used cashback services? tell me which one is better. thx! \r\nhttp://cnet.com/cashback',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 Kinza/4.9.1','',0,0),(432,1,'viagra prix','phfhfne@gmail.com','','10.30.72.4','2019-11-21 10:36:06','2019-11-21 10:36:06','I have fun with, result in I found exactly what I used to be looking for. You\'ve ended my four day lengthy hunt! God Bless you man. Have a nice day. Bye <a href=\"http://ecameron.org/__media__/js/netsoltrademark.php?d=viagra-sansordonnance.org\" rel=\"nofollow\">viagra sans ordonnance</a>.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299','',0,0),(433,1,'viagra over the counter united states','lgcsgp@gmail.com','','10.30.72.4','2019-11-24 17:22:32','2019-11-24 17:22:32','Regards for helping out, great info. I have witnessed the softening of the hardest of hearts by a simple smile. by Goldie Hawn. <a href=\"http://lilyjugs.com/__media__/js/netsoltrademark.php?d=edwithoutdoctor.org\" rel=\"nofollow\">viagra without a doctor prescription</a>',0,'0','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(434,1,'canadian pharmacy','lnadbnv@gmail.com','','10.30.72.4','2019-11-26 15:28:47','2019-11-26 15:28:47','Thanks for giving your ideas. Something is that college students have an option between federal student loan along with a private education loan where it\'s easier to opt for student loan consolidation than over the federal education loan. <a href=\"http://aradus.net/__media__/js/netsoltrademark.php?d=onlinepharmaciesmeds.com\" rel=\"nofollow\">canada online pharmacy</a>',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64','',0,0),(435,1,'canada pharmacy','vguryv@gmail.com','','10.30.72.4','2019-11-28 05:21:38','2019-11-28 05:21:38','This is one awesome article post. Fantastic. <a href=\"http://amersi.net/__media__/js/netsoltrademark.php?d=canadianpharmacyfamily.com\" rel=\"nofollow\">best canadian online pharmacies</a>',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(436,1,'generic viagra','hne08w@gmail.com','','10.30.72.4','2019-11-28 10:12:04','2019-11-28 10:12:04','This is one awesome article. Really looking forward to read more. Will read on… <a href=\"http://hasler-onlineshipping.com/__media__/js/netsoltrademark.php?d=viagcoupons.com\" rel=\"nofollow\">viagra generic</a>',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36 Kinza/4.8.2','',0,0),(437,1,'viagra sans ordonnance','dshlnn@gmail.com','','10.30.72.4','2019-11-29 21:44:31','2019-11-29 21:44:31','Thank you for any other informative web site. Where else may just I get that type of info written in such an ideal approach? I\'ve a venture that I am just now operating on, and I have been at the glance out for such information. <a href=\"http://golfpotential.com/__media__/js/netsoltrademark.php?d=vgrfr.unblog.fr\" rel=\"nofollow\">viagra sans ordonnance</a>.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','',0,0),(438,1,'cialis in walmart','anvrjv@gmail.com','','10.30.72.4','2019-12-04 05:41:57','2019-12-04 05:41:57','Can you tell us more about this? I\'d love to find out some additional information. <a href=\"http://hahnussprings.com/__media__/js/netsoltrademark.php?d=tadalafilwalmartotc.com\" rel=\"nofollow\">cialis over the counter</a>',0,'0','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','',0,0),(439,1,'online generic viagra','fjovet@gmail.com','','10.30.72.4','2019-12-08 09:42:56','2019-12-08 09:42:56','I am so grateful for your post.Much thanks again. Really Great. <a href=\"http://benbilbrey.com/__media__/js/netsoltrademark.php?d=viagrasamplespharmacy.com\" rel=\"nofollow\">viagra samples</a>',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299','',0,0),(440,1,'buy kratom','omp04x@gmail.com','','10.30.72.4','2019-12-09 10:08:38','2019-12-09 10:08:38','It\'s the best time to make some plans for the future and it is time to be happy. I have read this post and if I could I want to suggest you some interesting things or tips. Maybe you can write next articles referring to this article. I wish to read more things about it! <a href=\"http://hammer.80code.com/cgi-bin/search/rank.cgi?mode=link&id=1476&url=http://cbdbass.com/kratom-powder-for-sale.html\" rel=\"nofollow\">kratom forum</a>',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36 Kinza/4.7.2','',0,0),(441,1,'viagra prescription','vzxopi@gmail.com','','10.30.72.4','2019-12-10 07:59:33','2019-12-10 07:59:33','Super Seite, ich komme mal wieder vorbei. <a href=\"http://coffeeandicecream.com/__media__/js/netsoltrademark.php?d=canadianviagrawithoutdoctor.com\" rel=\"nofollow\">viagra without a doctor prescription</a>',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36 Kinza/4.7.2','',0,0),(442,1,'achat viagra','zte92a@gmail.com','','10.30.72.4','2019-12-10 09:00:52','2019-12-10 09:00:52','I together with my buddies came studying the great secrets found on your web site and then immediately I had a terrible suspicion I had not thanked you for those strategies. The young boys came absolutely very interested to learn all of them and have in effect seriously been using those things. Thank you for indeed being very considerate and also for deciding on such outstanding subject areas millions of individuals are really desperate to be aware of. Our sincere regret for not expressing appreciation to earlier. <a href=\"http://theultimateboarder.com/__media__/js/netsoltrademark.php?d=vgrfr.unblog.fr\" rel=\"nofollow\">viagra en ligne</a>.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51','',0,0),(443,1,'cbd oil','qdu86v@gmail.com','','10.30.72.4','2019-12-17 11:25:00','2019-12-17 11:25:00','Thanks so much for the blog article.Much thanks again. Want more. <a href=\"http://www.steammovies.org/__media__/js/netsoltrademark.php?d=cbdoilsforsales.com\" rel=\"nofollow\">cbd oil for pain and inflammation</a>',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64','',0,0),(444,1,'viagra en ligne livraison 24h','vvjmbp@gmail.com','','10.30.72.4','2020-01-19 16:27:49','2020-01-19 16:27:49','magnificent points altogether, you just gained a new reader. What would you suggest in regards to your post that you made a few days ago? Any positive? <a href=\"http://jaxsonharris.com/__media__/js/netsoltrademark.php?d=sansordonnancefr.com\" rel=\"nofollow\">vardenafil</a>',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',0,0),(445,7337,'учебник информатики 6 класс босова читать страницы','denhcdfxz@bigmir.net','','10.30.72.4','2020-01-21 21:59:03','2020-01-21 21:59:03','I love looking through a post that can make men and women think. Also, thank you for permitting me to comment!| а',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(446,1,'generic viagra','zdg19z@gmail.com','','10.30.72.4','2020-01-22 14:04:27','2020-01-22 14:04:27','Generally I do not read post on blogs, but I wish to say that this write-up very forced me to try and do so! Your writing style has been amazed me. Thanks, very nice post. <a href=\"http://ranchcarellc.com/__media__/js/netsoltrademark.php?d=viawithout.com\" rel=\"nofollow\">cost of viagra without prescription</a>',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','',0,0),(447,1,'SEO Affiliate Program','noreply@exorank.com','https://exorank.com/affiliates.php','10.30.72.4','2020-01-23 05:07:57','2020-01-23 05:07:57','Awesome post! Keep up the great work! :)',0,'0','ExoRank','',0,0),(448,1,'viagra without a doctor prescription','gkjt92@gmail.com','','10.30.72.4','2020-01-25 05:54:33','2020-01-25 05:54:33','Hey there are using WordPress for your site platform? I\'m new to the blog world but I\'m trying to get started and create my own. Do you need any html coding knowledge to make your own blog? Any help would be really appreciated! <a href=\"http://www.ellawelch.net/__media__/js/netsoltrademark.php?d=viagracongress.com\" rel=\"nofollow\">viagra samples</a>',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36','',0,0),(449,1,'Best SEO Services','noreply@exorank.com','https://exorank.com','10.30.72.4','2020-01-26 20:50:44','2020-01-26 20:50:44','Awesome post! Keep up the great work! :)',0,'0','ExoRank','',0,0),(450,1,'cheap viagra','eyybdn@gmail.com','','10.30.72.4','2020-01-28 07:41:29','2020-01-28 07:41:29','You are my inhalation, I own few blogs and very sporadically run out from brand :). \"Never mistake motion for action.\" <a href=\"http://craigslinst.com/__media__/js/netsoltrademark.php?d=viagracongress.com\" rel=\"nofollow\">viagra generic</a>',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299','',0,0),(451,1,'viagra online','zmbhul@gmail.com','','10.30.72.4','2020-01-29 15:02:05','2020-01-29 15:02:05','Hi, I do believe this is a great site. I stumbledupon it ;) I\'m going to revisit once again since i have book marked it. Money and freedom is the greatest way to change, may you be rich and continue to guide other people. <a href=\"http://twinkmodel.com/cgi-bin/out.cgi?id=33&l=top_top&req=1&t=100t&u=http://amazonviagra.com\" rel=\"nofollow\">viagra without doctor prescription</a>',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','',0,0),(452,1,'cbd vape oil','flmrfw@gmail.com','','10.30.72.4','2020-01-31 00:38:16','2020-01-31 00:38:16','wonderful points altogether, you just gained a new reader. What might you suggest about your publish that you just made a few days in the past? Any certain? <a href=\"http://www.nn-stars.com/cgi-bin/atc/out.cgi?id=25&l=top10&u=http://walmart-cbdoil.com\" rel=\"nofollow\">hemp oil</a>',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36','',0,0),(453,1,'best over the counter viagra substitute','wlji37@yahoo.com','','10.30.72.4','2020-02-01 20:18:37','2020-02-01 20:18:37','You actually said that perfectly <a href=\"http://www.abonentik.ru/go.php?http://oliviapharm.com/\" rel=\"nofollow\">viagra generic soft</a>',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',0,0),(454,1,'viagra 100 mg best price','xrvqfx@gmail.com','','10.30.72.4','2020-02-04 04:34:09','2020-02-04 04:34:09','Appreciating the hard work you put into your blog and detailed information you provide. It\'s nice to come across a blog every once in a while that isn\'t the same out of date rehashed information. Great read! I\'ve saved your site and I\'m including your RSS feeds to my Google account. <a href=\"http://db.cbservices.org/cbs.nsf/forward?openform&http://lansdaleinternalmedicine.com/\" rel=\"nofollow\">viagra without doctor prescription</a>',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.71','',0,0),(455,1,'is it ok to take xanax with lisinopril','wcaa79@yahoo.com','','10.30.72.4','2020-02-06 10:33:45','2020-02-06 10:33:45','You suggested it wonderfully. <a href=\"http://www.chooseablonde.com/cgi-bin/out.cgi?id=caylee&url=http://lisinoprilset.com/\" rel=\"nofollow\">lisinopril</a>',0,'0','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(456,1,'canadian online pharmacy no prescription','bhfz46@yahoo.com','','10.30.72.4','2020-02-09 04:25:04','2020-02-09 04:25:04','Cheers. Awesome stuff. <a href=\"http://forum.fanfooty.com.au/index.php?thememode=full;redirect=http://hipaa-for-pharmacy.com/\" rel=\"nofollow\">pharmacy online cheap</a>',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.54','',0,0),(457,1,'herbal viagra','eruric@gmail.com','','10.30.72.4','2020-02-11 14:03:21','2020-02-11 14:03:21','Seriously lots of good material. <a href=\"https://genericviagraconnect.com\" rel=\"nofollow\">generic viagra no perscription</a>',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',0,0),(458,1,'canadian pharmacy cialis','hocq57@gmail.com','','10.30.72.4','2020-02-13 21:12:15','2020-02-13 21:12:15','Information effectively taken.! <a href=\"https://onlinepharmacy.today\" rel=\"nofollow\">best canadian online pharmacies</a>',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36','',0,0),(459,1,'AffiliateLabz','comments@affiliatelabz.com','https://affiliatelabz.com/special/?source=deanostudios.com','10.30.72.4','2020-02-16 04:00:56','2020-02-16 04:00:56','Great content! Super high-quality! Keep it up! :)',0,'0','Mozilla/5.0 (compatible; AffiliateLabz/1.0; +https://affiliatelabz.com/)','',0,0),(460,1,'cialis sans ordonnance','guxwui@yahoo.com','','10.30.72.4','2020-02-16 23:22:55','2020-02-16 23:22:55','Thanks. Very good information. <a href=\"http://hofraete.at/welcome.php?go=http://20mgprixpharmacie.com/\" rel=\"nofollow\">viagra</a>',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',0,0),(461,1,'cialis over the counter at walmart','ygx20p@gmail.com','','10.30.72.4','2020-02-19 06:19:14','2020-02-19 06:19:14','Kudos. Awesome stuff! <a href=\"http://garciakia.com/__media__/js/netsoltrademark.php?d=cialisovercounter.org\" rel=\"nofollow\">cialis walmart price</a>',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','',0,0),(462,1,'viagra sans ordonnance','qda87i@gmail.com','','10.30.72.4','2020-02-21 08:30:14','2020-02-21 08:30:14','You actually stated this superbly. <a href=\"http://timothybarton.com/__media__/js/netsoltrademark.php?d=sansordonnancepharmacie.com\" rel=\"nofollow\">viagra sans ordonnance</a>',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.68','',0,0),(463,1,'cialis en ligne','nnfjik@yahoo.com','','10.30.72.4','2020-02-23 08:43:18','2020-02-23 08:43:18','With thanks. Excellent stuff. <a href=\"http://knowlegepack.org/__media__/js/netsoltrademark.php?d=sansordonnancepharmacie.com\" rel=\"nofollow\">viagra sans ordonnance</a>',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.54','',0,0),(464,1,'acheter viagra sans ordonnance','jgry58@gmail.com','','10.30.72.4','2020-02-25 09:45:48','2020-02-25 09:45:48','You mentioned this exceptionally well. <a href=\"http://dosomethingjewish.com/__media__/js/netsoltrademark.php?d=sildenafilsansordonnancefr.com\" rel=\"nofollow\">cialis 20mg prix en pharmacie</a>',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44','',0,0),(465,1,'wedgewood pharmacy','karpoe@gmail.com','','10.30.72.4','2020-02-28 00:09:56','2020-02-28 00:09:56','You stated it adequately. <a href=\"http://americanbookcrafters.com/__media__/js/netsoltrademark.php?d=canadapharcharmy.com\" rel=\"nofollow\">canadian pharmacies online</a>',0,'0','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','',0,0),(466,1,'where to buy generic viagra without a perscription?','vyqi55@gmail.com','','10.30.72.4','2020-03-02 02:17:57','2020-03-02 02:17:57','You explained this wonderfully. <a href=\"http://geologicalengineer.net/__media__/js/netsoltrademark.php?d=connect-viagra.com\" rel=\"nofollow\">viagra canada</a>',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134','',0,0),(467,1,'generic viagra walmart','fei47i@yahoo.com','','10.30.72.4','2020-03-05 07:53:43','2020-03-05 07:53:43','With thanks. I like it! <a href=\"http://www.refreshthing.com/index.php?url=http://viagra.withdoctorprescription.com/\" rel=\"nofollow\">where to get viagra</a>',0,'0','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(468,7336,'Stevpreoro','stevFago@belan.space','','10.30.72.4','2020-03-07 01:37:58','2020-03-07 01:37:58','Clarinase Bestellen http://apcialisle.com/# - cialis no prescription Priligy Eczanelerde <a href=\"http://apcialisle.com/#\" rel=\"nofollow\">viagra vs cialis</a> Looking For Viagara',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299','',0,0),(469,7336,'Stevpreoro','stevFago@belan.space','','10.30.72.4','2020-03-14 00:03:47','2020-03-14 00:03:47','Soit 20mg Du Principe Actif Tadalafil Un Inhibiteur De La Pde http://apcialisle.com/# - Buy Cialis Medrol Dose Pack From Canada <a href=\"http://apcialisle.com/#\" rel=\"nofollow\">cialis</a> Genericos Propecia',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.68','',0,0),(470,7336,'Stevpreoro','stevFago@belan.space','','10.30.72.4','2020-03-19 01:51:53','2020-03-19 01:51:53','Propecia Prueba https://apcialisle.com/# - cialis generic Where To Buy Tretinoin Uk <a href=\"https://apcialisle.com/#\" rel=\"nofollow\">Cialis</a> Can Amoxicillin Cause Low Blood Pressure',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(471,7336,'Jamjame','jamexaw@brendl.xyz','','10.30.72.4','2020-05-05 12:27:17','2020-05-05 12:27:17','Amoxil Marque Acheter https://viacialisns.com/# - buy generic cialis online cheap Pille Viagra Generika Potenzmittel <a href=\"https://viacialisns.com/#\" rel=\"nofollow\">buy generic cialis</a> Cialis Et Psa',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51','',0,0),(472,7338,'BobbySor','aswcfrbgk@yandex.com','','10.30.72.4','2020-05-29 17:28:49','2020-05-29 17:28:49','walmart pharmacy viagra <a href=\"https://ukcanadianpharmacy.com/#\" rel=\"nofollow ugc\">online order medicine </a> \r\ncanada pharmaceuticals online <a href=\"https://ukcanadianpharmacy.com/#\" rel=\"nofollow ugc\">order medicine online </a> \r\ncanada pharmaceutical online ordering https://ukcanadianpharmacy.com/',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','',0,0),(473,1,'Gwen Baudoin Angelico','roberto.finance01@gmail.com','https://hdfilmizletv.com/','10.30.72.4','2020-07-31 20:28:01','2020-07-31 20:28:01','Merci pour le partage. Gwen Baudoin Angelico',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36','',0,0),(474,1,'Elinor Redd Lati','cying011@yahoo.com','https://filmizleten.com/','10.30.72.4','2020-08-10 07:43:38','2020-08-10 07:43:38','Ein guter Blog! Ich werde ein paar von diesen Lesezeichen .. Elinor Redd Lati',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36','',0,0),(475,1,'Marje Hamnet Brodsky','wesleyneroloancompany@gmail.com','https://hdfilmizletv.com/','10.30.72.4','2020-08-10 14:34:20','2020-08-10 14:34:20','I am just commenting to let you understand what a nice discovery our girl experienced viewing the blog. She mastered a lot of pieces, including what it is like to possess a wonderful teaching spirit to have most people very easily fully understand specified advanced matters. You actually exceeded her expectations. Many thanks for delivering these valuable, safe, edifying not to mention fun tips about that topic to Julie. Marje Hamnet Brodsky',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36','',0,0),(476,1,'erotik izle','mrtonywilliams55@yahoo.co.uk','https://filmizleg.com/','10.30.72.4','2020-08-25 07:58:13','2020-08-25 07:58:13','Pode-se aprender algo novo aqui todos os dias. Eu sou um regular para a maioria desses blogs, mas ainda não sabia sobre um par deles. Marylou Brade Eriha',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36','',0,0),(477,1,'erotik','serenakipkalya@gmail.com','https://filmizleg.com/','10.30.72.4','2020-08-26 07:15:30','2020-08-26 07:15:30','Puedo encontrar buena información de este artículo. Leola Brewer Ver',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36','',0,0),(478,1,'porno izle','Juanabogdo@aol.com','https://www.filmmodu.org/','10.30.72.4','2020-08-30 08:20:19','2020-08-30 08:20:19','Hallo, Ihr Blog ist sehr erfolgreich! Ich sage bravo! Es ist eine großartige Arbeit geleistet! :)\nKatina Jase Stevana',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36','',0,0),(479,7241,'WooCommerce','woocommerce@deanostudios.com','','','2020-10-08 19:59:32','2020-10-08 19:59:32','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(480,7242,'WooCommerce','woocommerce@deanostudios.com','','','2020-10-08 19:59:32','2020-10-08 19:59:32','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(481,7380,'WooCommerce','woocommerce@deanostudios.com','','','2020-10-08 19:59:32','2020-10-08 19:59:32','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(482,7414,'WooCommerce','woocommerce@deanostudios.com','','','2020-10-08 19:59:32','2020-10-08 19:59:32','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(483,7415,'WooCommerce','woocommerce@deanostudios.com','','','2020-10-08 19:59:32','2020-10-08 19:59:32','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(484,1,'sikis izle','rens33@yandex.com','https://www.filmmodu.org/','10.30.72.4','2020-10-24 23:40:03','2020-10-24 23:40:03','If you want to use the photo it would also be good to check with the artist beforehand in case it is subject to copyright. Best wishes. Aaren Reggis Sela',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4251.0 Safari/537.36','',0,0),(485,1,'erotik','rens33@yandex.com','https://www.filmmodu.org/','10.30.72.4','2020-10-25 01:47:48','2020-10-25 01:47:48','If you want to use the photo it would also be good to check with the artist beforehand in case it is subject to copyright. Best wishes. Aaren Reggis Sela',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4251.0 Safari/537.36','',0,0),(486,1,'Feniunfaica','Feniunfaica@gmail.com','','10.30.72.4','2020-11-02 06:00:50','2020-11-02 06:00:50','4749 very young tiny teen rides cock to facial teens http://almadallas.net/__media__/js/netsoltrademark.php?d=michelejullian.info/ass/6641-sister-hot-friend.php \r\n13544 hairy pussy of edyn blair the nude and wome http://rmdcorp.com/__media__/js/netsoltrademark.php?d=michelejullian.info/brunette/17781-smiling-brunette-with-realy-big-pussy-lips-russian-sexy-girl.php \r\n3692 dadydream anal queen alysa teen sex http://khrysha.in/__media__/js/netsoltrademark.php?d=michelejullian.info/ass/4240-pretty-redheaded-babe-samantha-faye-with-glasses-showing.php \r\n17223 liliane tiger suzie carina need for speed http://ippiracy.com/__media__/js/netsoltrademark.php?d=michelejullian.info/amateur/15365-xbooru-amateur-asian-fellatio-girlfriend-glasses-oral-peni.php \r\n18682 grace and sex threesome alexa ann julia agree http://rev3rend.contactin.bio/out/?id=898&link=https%3a%2f%2fmichelejullian.info%2fhairy%2f23352-hairy-pale-amateur-tiffany-naylor-spreading-her-pussy-pich.php \r\n2450 fantastic redhead girl lacy lennon pleasuring lucky guy in pov http://ww17.property-and-loans.com/__media__/js/netsoltrademark.php?d=michelejullian.info/blonde/716-hot-blonde-slut-caty-gets-double-penetrated.php \r\n1709 rose red tyrell my sister first anal http://recordthemoment.com/__media__/js/netsoltrademark.php?d=michelejullian.info/ass/4285-redheaded-hottie-with-pale-body-gets-her-tight-little-assh.php \r\n23829 japanese jav idol ryoko fujiwara http://squirrellycreations.net/__media__/js/netsoltrademark.php?d=michelejullian.info/cock/2447-karlie-simon-anal-loving-blonde.php \r\n10935 time the pussy posse http://dramajuryscam.com/__media__/js/netsoltrademark.php?d=michelejullian.info/stockings/9077-russian-heels-fuck.php \r\n25009 blond teen babe gives nasty deepthroat with facial https://cours-de-dessin.net/online/displayvignette.php?link=cutepix.info%2fsex%2friley-reyes.php&num_cours=17&idtype=0&url=https%3a%2f%2fmichelejullian.info%2fanal%2f13741-barely-legal-teeny-sextoying-with-pleasure.php \r\n921 busty blonde sienna day gets creampie on first date priv http://gardnerkansas.us/__media__/js/netsoltrademark.php?d=michelejullian.info/anal/12317-torrid-fuck-session-with-gorgeous-redhead-teen-renata-fox-guardalo-ora.php \r\n14308 hot brunette teen babe anastasia in heels spread http://moyaproduction.com/__media__/js/netsoltrademark.php?d=michelejullian.info/pussy/6965-big-pussy-lips.php \r\n24585 visit natalie nice http://telstrausa.com/__media__/js/netsoltrademark.php?d=michelejullian.info/brunette/1816-bild-markiert-met-art-brunette-crenzas-foxy-di-nensi.php \r\n9022 scarlett en su escena interracial para blacked http://unitedradiology.com/__media__/js/netsoltrademark.php?d=michelejullian.info/brunette/25040-rusteenporn-brunette-anna-assfuc.php \r\n24551 hardcore teen sex with redhead cutie http://qoddus.com/__media__/js/netsoltrademark.php?d=michelejullian.info/sexy/6363-radeo-solitary-suicidegirls.php \r\n3051 horny lesbian girls alecia fox chelsy sun lick pussy http://stevefury.com/__media__/js/netsoltrademark.php?d=michelejullian.info/sexy/20417-alektra-hot-mean.php \r\n14497 jessi june ykrm plus http://fortunersvp.com/__media__/js/netsoltrademark.php?d=michelejullian.info/hardcore/21500-babe-with-sexy-eyes-chloe-cherry-gets-her-tight-butthole-pen.php \r\n14899 truth or dare with mia http://www.horseshoetailgate.com/__media__/js/netsoltrademark.php?d=michelejullian.info/blonde/17598-big-boobed-blonde-chick-rikki-six-seduces-the-security-guard.php \r\n17440 shyla stylez in sexy heels showing her awesome body and pink http://sebastianassociates.org/__media__/js/netsoltrademark.php?d=michelejullian.info/ass/18155-lovely-redhead-denisa-heaven-gets-off-touching-herself.php \r\n15510 bratty sis alice march access hardcore tips sex http://aparichitudu.com/__media__/js/netsoltrademark.php?d=michelejullian.info/stockings/657-stomach-massage-stock.php \r\n24048 aroma jia lissa alex lynn http://duncanbcrealestate.site.mobi/analytics/hit.php?nocache=1452045454.3379&r=cutepix.info%2fsex%2friley-reyes.php&a=3&i=4701656&r2=https%3a%2f%2fmichelejullian.info%2fstockings%2f25163-linda-brown-mike-angelo.php \r\n159 busty babe doggystyle fucked by senior on gotporn http://ww31.frenzalrhomb.com.au/__media__/js/netsoltrademark.php?d=michelejullian.info/sexy/16011-sexy-redheaded-babe-farrah-with-tattoo-showing.php \r\n18679 coonyboobs kerry marie from score land big tits boobs ima http://smartgrapevine.com/__media__/js/netsoltrademark.php?d=michelejullian.info/ass/9821-dina-by-marsel-in-get-naked.php \r\n16244 skinny teen elena gilbert gets wet wild in the shower http://siti-web-design.com/__media__/js/netsoltrademark.php?d=michelejullian.info/cock/10262-ebony-girl-raven-wylde-spreads-pussy-thinking-about-hard.php \r\n14578 asstraffic kitty lovedream gets hardcore anal bang http://louisaattorneys.com/__media__/js/netsoltrademark.php?d=michelejullian.info/teen/3340-queen-desdemona-my-mouth-and-the-dental-retractor.php \r\n2828 big titted blonde step mom fucks stepson in the bed with sle http://waterfrontstamptax.org/__media__/js/netsoltrademark.php?d=michelejullian.info/teen/7147-virtual-taboo-young-sister-nancy-rides-big-and-fat-brother.php \r\n15824 cute teen avril hall with tiny tits sucking cock eating http://gemmanuals.com/__media__/js/netsoltrademark.php?d=michelejullian.info/stockings/15290-lusty-dark-haired-bitch-alby-rydes-takes-nice-wall-dildo-deep-in-the-ass.php \r\n4281 cute teen carolina got her tiny hole stuffed hard http://m.commercial-vehicle-driving-school-insurance.com/analytics/hit.php?nocache=1534937441.7491&r=cutepix.info%2fsex%2friley-reyes.php&a=3&i=5449611&r2=https%3a%2f%2fmichelejullian.info%2fpussy%2f17245-thick-teenage-girl-spreading-her-pussylips-suzi.php \r\n10020 redhead dolly little int http://davidjackson.nyc/__media__/js/netsoltrademark.php?d=michelejullian.info/brunette/25291-brunette-slut-lana-rhodes-gets-boned-on-balcony.php \r\n18022 redhead teen riding old guy long dong reverse cowgirl http://ww1.urbandreamsproject.org/__media__/js/netsoltrademark.php?d=michelejullian.info/pussy/9530-sex-dual-hardcore-dualhardcore-model-typical-anal-pornxxx.php',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51','',0,0),(487,1,'erotik izle','stephchocolat@yahoo.com','https://filmkovasi.org/','10.30.72.4','2020-11-13 04:01:43','2020-11-13 04:01:43','By ensuring the field is safe, you can help prevent unnecessary injuries. Jeniffer Eustace Raimundo',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4251.0 Safari/537.36','',0,0),(488,1,'porno','redrosewine2003@yahoo.com','https://filmkovasi.org/','10.30.72.4','2020-11-13 19:13:26','2020-11-13 19:13:26','Usually posts some very fascinating stuff like this. If youre new to this site. Louella Gregoire Arquit',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4251.0 Safari/537.36','',0,0),(489,1,'erotik izle','ryan0906@gmail.com','https://filmkovasi.org/','10.30.72.4','2020-11-15 00:19:08','2020-11-15 00:19:08','As the admin of this web site is working, no doubt very shortly it will be well-known, due to its quality contents. Jacquenetta Avictor Kall',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','',0,0),(490,1,'erotik izle','pendellteri@yahoo.com','https://filmkovasi.org/','10.30.72.4','2020-11-15 19:33:03','2020-11-15 19:33:03','Accepting Christ and following his teachings is the only way to avoid these hellish experiences. Twyla Brion Hutchinson',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','',0,0),(491,1,'sikis izle','nickimelias@yahoo.ca','https://filmkovasi.org/','10.30.72.4','2020-11-16 11:39:05','2020-11-16 11:39:05','Some genuinely superb articles on this web site , appreciate it for contribution. Wendeline Waylen Sandeep',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','',0,0),(492,1,'film','paulina2hernandez@yahoo.com','https://filmakinesi.com/','45.134.187.242','2020-11-23 02:35:34','2020-11-23 02:35:34','I believe you have noted some very interesting details, thanks for the post. Hillary Corny Micheil',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','',0,0),(493,1,'film','noubanisaideh@yahoo.com','https://filmakinesi.com/','45.130.128.104','2020-11-23 15:53:09','2020-11-23 15:53:09','I wanted to thank you for this very good read!! I certainly enjoyed every little bit of it. Rosa Alair Tarrah',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','',0,0),(494,1,'film','nolen311@yahoo.com','https://filmakinesi.com/','144.168.146.48','2020-11-26 04:40:42','2020-11-26 04:40:42','Some really fantastic blog posts on this website , thanks for contribution. Brunhilde Graeme Creigh',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','',0,0),(495,1,'film','peto_veritas@gmail.com','https://filmakinesi.com/','45.57.255.105','2020-11-26 18:29:56','2020-11-26 18:29:56','Hello colleagues, its impressive article regarding teachingand fully defined, keep it up all the time. Sibelle Scotty Leontina',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','',0,0),(496,1,'film','mrslickrick63@yahoo.com','https://filmakinesi.com/','209.127.143.238','2020-11-27 19:28:08','2020-11-27 19:28:08','This post is actually a good one it helps new internet visitors, who are wishing in favor of blogging. Britte Tarrance Moureaux',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','',0,0),(497,1,'film','my85grandprix@yahoo.com','https://filmakinesi.com/','23.229.119.3','2020-11-29 07:31:46','2020-11-29 07:31:46','Healthcare careers are booming and nursing is a single of the fastest increasing occupations projected in subsequent 5 years. Constantina Gael Magbie',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','',0,0),(498,1,'film','michaelsses@gmail.com','https://filmakinesi.com/','45.8.134.214','2020-12-01 11:58:03','2020-12-01 11:58:03','I visited various blogs but the audio quality for audio songs existing at this web site is really excellent. Kerstin Borden Aylmer',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','',0,0),(499,7686,'WooCommerce','woocommerce@deanostudios.com','','','2020-12-03 18:30:32','2020-12-03 18:30:32','PDT payment completed',0,'1','WooCommerce','order_note',0,0),(500,7686,'WooCommerce','woocommerce@deanostudios.com','','','2020-12-03 18:30:32','2020-12-03 18:30:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(501,1,'erotik film izle','miniminer42069@yahoo.com','https://filmkovasi.org/','193.8.231.15','2020-12-09 04:17:35','2020-12-09 04:17:35','Some really nice and useful info on this site, as well I believe the pattern has wonderful features. Marie-Jeanne Quentin Ricki',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','',0,0),(502,1,'sikis izle','mpimpinh@msn.com','https://filmkovasi.org/','193.8.231.42','2020-12-09 12:20:21','2020-12-09 12:20:21','Looking forward to reading more. Great blog article. Thanks Again. Fantastic. Catha George Raquel',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','',0,0),(503,1,'erotik','porsc7he@yandex.com','https://filmkovasi.org/','45.152.208.166','2020-12-09 15:23:32','2020-12-09 15:23:32','There is definately a lot to know about this subject. I love all of the points you made. Alvinia Tymothy Holtz',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','',0,0),(504,1,'erotik','n_dumont23@gmail.com','https://filmkovasi.org/','45.92.247.214','2020-12-09 18:48:40','2020-12-09 18:48:40','I could not refrain from commenting. Very well written. Allis Weber Farrington',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','',0,0),(505,1,'erotik izle','pdeb4692@yahoo.com','https://filmkovasi.org/','2.56.101.151','2020-12-09 21:59:53','2020-12-09 21:59:53','Appreciation to my father who informed me on the topic of this website, this webpage is in fact remarkable. Ada Leopold Quennie',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','',0,0),(506,1,'Maggie','maggie.proffitt@gmx.de','','178.158.35.181','2020-12-10 13:03:38','2020-12-10 13:03:38','<a href=\"http://bitly.com/\" rel=\"nofollow ugc\">bitly.com</a> When you create a shortened URL.\r\nFree URL shortener to create the perfect short URLs for your \r\nbusiness.',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36','',0,0),(507,1,'herbal erection pills','a.k.u.na.m.a.t.at.arat.a.ta@gmail.com','','195.154.182.201','2020-12-22 19:47:10','2020-12-22 19:47:10','erectile dysfunction remedies \r\n<a href=\"https://erectiledysfunctionpillscvs.com\" title=\"ed pills online\" rel=\"nofollow ugc\">erectile dysfunction causes</a> \r\nerectile pump implant',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36','',0,0),(508,1,'male enhancement cvs pharmacy','ak.un.ama.t.a.t.ar.atat.a.@gmail.com','','195.154.182.201','2020-12-26 01:41:49','2020-12-26 01:41:49','treat erectile dysfunction without drugs \r\n<a href=\"http://besterectiledysfunctionpills.com/\" title=\"ed over the counter cvs\" rel=\"nofollow ugc\">erectile dysfunction causes</a> \r\nwhen does erectile dysfunction happen \r\nerectile shots diagram',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36','',0,0),(509,1,'cialis generic cialis','imgaecet@omeprazolex.com','','51.75.147.43','2020-12-29 08:35:53','2020-12-29 08:35:53','cialis buy cialis',0,'0','Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36','',0,0),(510,1,'discount cialis','eznbmkqu@omeprazolex.com','','103.151.103.17','2020-12-30 22:47:35','2020-12-30 22:47:35','cialis generic cialis',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36','',0,0),(511,1,'cialis online','efhxxees@omeprazolex.com','','92.119.163.152','2021-01-01 00:48:36','2021-01-01 00:48:36','canadian pharmacy cialis',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.24 Safari/537.36 Edg/83.0.478.18','',0,0),(512,1,'buy cialis online','slfkybtr@omeprazolex.com','','45.57.138.202','2021-01-02 03:17:14','2021-01-02 03:17:14','cialis prices',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37','',0,0),(513,1,'pharmacious','su.pe.r.ma.n.777.e.x.@gmail.com','','195.154.182.201','2021-01-07 09:07:21','2021-01-07 09:07:21','chloroquine moa \r\n<a href=\"https://chloroquineorigin.com/\" rel=\"nofollow ugc\">aralen buy online</a> \r\nerectile pills over the counter \r\n<a href=\"https://erectiledysfunctionsxag.com/\" rel=\"nofollow ugc\">erectile dysfunction injections</a> \r\nhydroxicloriquine \r\n<a href=\"https://hydroxychloroquinex.com/\" rel=\"nofollow ugc\">chloroquine coronavirus</a> \r\nis erectile dysfunction a symptom of diabetes \r\n<a href=\"https://plaquenilx.com/\" rel=\"nofollow ugc\">plaquenil</a> \r\ntadalafil) \r\n<a href=\"https://tadalisxs.com/\" rel=\"nofollow ugc\">buy tadalafil us</a> \r\nzithromax azithromycin 500 mg \r\n<a href=\"https://zithromaxes.com/\" rel=\"nofollow ugc\">cheap zithromax online</a>',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37','',0,0),(514,1,'altyazili','outlaw35791@yahoo.com','https://sinefy.com/','104.227.145.131','2021-01-12 19:59:59','2021-01-12 19:59:59','I have been examinating out a few of your posts and i must say pretty clever stuff. I will definitely bookmark your website. Alana Benton Doxia',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','',0,0),(515,1,'bahis','nicholas.1982@sbcglobal.net','https://sinefy.com/','45.87.249.68','2021-01-13 00:50:44','2021-01-13 00:50:44','Merely wanna comment that you have a very decent site, I the style and design it actually stands out. Cindi Shay Boaten',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','',0,0),(516,1,'filmi izle','mike.page@live.com','https://www.filmmodu.org/','45.92.247.39','2021-01-13 17:48:35','2021-01-13 17:48:35','Wonderful post! We are linking to this particularly great content on our website. Keep up the good writing. Sonnnie Bastien Gadmann',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','',0,0),(517,1,'hd film izle','mikey61359@yandex.com','https://www.filmmodu.org/','45.152.208.239','2021-01-14 04:21:07','2021-01-14 04:21:07','Very informative article post. Thanks Again. Much obliged. Sonny Titus Kerry',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','',0,0),(518,1,'full hd tek parça izle','pharoahe20022001@yahoo.com','https://www.filmyani.com/','185.95.157.10','2021-01-17 02:38:27','2021-01-17 02:38:27','Probably from oracle because no one would want be accused of being some one so stupid. Antonella Brewer Wendie',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','',0,0),(519,1,'filmi izle','norykarelia@gmail.com','https://www.filmyani.com/','45.130.60.204','2021-01-17 22:28:59','2021-01-17 22:28:59','There is evidently a lot to realize about this. I consider you made certain nice points in features also. Shanda Alfy Jo-Ann',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','',0,0),(520,1,'film izle','smart_movies@yahoo.com','https://www.filmyani.com/','45.137.43.177','2021-01-18 02:24:04','2021-01-18 02:24:04','Great article. I am facing many of these issues as well.. Ryann Jeremy Saw',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','',0,0),(521,1,'filmi izle','robertg106@gmail.com','https://www.filmyani.com/','45.136.228.2','2021-01-18 20:23:22','2021-01-18 20:23:22','Im grateful for the blog. Really thank you! Want more. Tabbie Sloane Britt',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','',0,0),(522,1,'faketaxi','sgtsun@bellsouth.net','https://www.filmyani.com/','45.92.247.36','2021-01-21 16:30:11','2021-01-21 16:30:11','Amazing things here. I am very happy to peer your article. Heddi Byron Delos',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','',0,0),(523,1,'access','mikebonilla@bellsouth.net','https://www.hdfilmcehennemi2.pw/kategori/2020-filmleri-hd-izle','45.136.231.60','2021-01-30 13:40:47','2021-01-30 13:40:47','Really appreciate you sharing this article post. Much thanks again. Awesome. Milly Fabiano Terrena',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','',0,0),(524,1,'movies','oscarotb@msn.com','https://filmkovasi.org/en-cok-begenilenler','45.86.15.185','2021-01-30 14:51:38','2021-01-30 14:51:38','Howdy! This article could not be written much better! Reading through this article reminds me of my previous roommate! He always kept preaching about this. I will send this information to him. Pretty sure he will have a great read. Thank you for sharing! Brittne Ransell Bum',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','',0,0),(525,1,'altyazili','spro8520@yahoo.com','https://filmkovasi.org/en-cok-izlenenler','45.152.202.230','2021-01-30 19:27:20','2021-01-30 19:27:20','eu nao sabia que esistiao tantos animais em extincao!!!! Abagail Elmore Bettye',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','',0,0),(526,1,'movie online','ogalalawoman@yahoo.com','https://filmkovasi.org/yil/2020','185.205.194.210','2021-01-30 22:54:50','2021-01-30 22:54:50','that would be the finish of this report. Right here youll find some web sites that we think youll value, just click the links over Ernesta York Ketchan',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','',0,0),(527,1,'filmkovasi','polardi@yandex.com','https://filmkovasi.org/kalite/1080pp','193.8.56.5','2021-01-31 03:32:32','2021-01-31 03:32:32','When I initially commented I appear to have clicked on the -Notify me when new comments are added- checkbox and from now on every time a comment is added I recieve 4 emails with the same comment. Is there an easy method you can remove me from that service? Thanks a lot. Dominique Peterus Chara',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','',0,0),(528,1,'dublaj','richard56_2003@msn.com','https://filmkovasi.org/kategori/marvell','45.142.28.33','2021-01-31 07:07:07','2021-01-31 07:07:07','Hola!! me voy a camboriu por 12 dias, tengo 3000 reales, ya tengo pagada la mitad del hospedaje. quisiera saber si esta bien esa cantidad de plata. somos dos personas. Saludos Elora Erhart Romaine',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','',0,0),(529,1,'altyazili','nenintotel@gmail.com','https://filmkovasi.org/kategori/asya','45.72.55.166','2021-01-31 13:08:15','2021-01-31 13:08:15','After all, we should remember compellingly reintermediate mission-critical potentialities whereas cross functional scenarios. Phosfluorescently re-engineer distributed processes without standardized supply chains. Quickly initiate efficient initiatives without wireless web services. Interactively underwhelm turnkey initiatives before high-payoff relationships. Holisticly restore superior interfaces before flexible technology. Ketty Findlay Hamlet',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_layerslider` -- DROP TABLE IF EXISTS `wp_layerslider`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_layerslider` ( `id` int(10) NOT NULL AUTO_INCREMENT, `author` int(10) NOT NULL DEFAULT '0', `name` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '', `slug` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '', `data` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `date_c` int(10) NOT NULL, `date_m` int(10) NOT NULL, `schedule_start` int(10) NOT NULL DEFAULT '0', `schedule_end` int(10) NOT NULL DEFAULT '0', `flag_hidden` tinyint(1) NOT NULL DEFAULT '0', `flag_deleted` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_layerslider` -- LOCK TABLES `wp_layerslider` WRITE; /*!40000 ALTER TABLE `wp_layerslider` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_layerslider` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nm_personalized` -- DROP TABLE IF EXISTS `wp_nm_personalized`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nm_personalized` ( `productmeta_id` int(5) NOT NULL AUTO_INCREMENT, `productmeta_name` varchar(50) NOT NULL, `productmeta_validation` varchar(3) DEFAULT NULL, `dynamic_price_display` varchar(3) DEFAULT NULL, `show_cart_thumb` varchar(3) DEFAULT NULL, `aviary_api_key` varchar(40) DEFAULT NULL, `productmeta_style` mediumtext, `the_meta` mediumtext NOT NULL, `productmeta_created` datetime NOT NULL, PRIMARY KEY (`productmeta_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nm_personalized` -- LOCK TABLES `wp_nm_personalized` WRITE; /*!40000 ALTER TABLE `wp_nm_personalized` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_nm_personalized` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=InnoDB AUTO_INCREMENT=286387 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://deanostudios.com','yes'),(2,'home','http://deanostudios.com','yes'),(3,'blogname','Deano Cook','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','deanocook@gmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','20','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','20','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:258:{s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:47:\"(([^/]+/)*wishlist)(/(.*))?/page/([0-9]{1,})/?$\";s:76:\"index.php?pagename=$matches[1]&wishlist-action=$matches[4]&paged=$matches[5]\";s:30:\"(([^/]+/)*wishlist)(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&wishlist-action=$matches[4]\";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:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:13:\"portfolios/?$\";s:33:\"index.php?post_type=dt_portfolios\";s:43:\"portfolios/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=dt_portfolios&feed=$matches[1]\";s:38:\"portfolios/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=dt_portfolios&feed=$matches[1]\";s:30:\"portfolios/page/([0-9]{1,})/?$\";s:51:\"index.php?post_type=dt_portfolios&paged=$matches[1]\";s:12:\"templates/?$\";s:32:\"index.php?post_type=dt_templates\";s:42:\"templates/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=dt_templates&feed=$matches[1]\";s:37:\"templates/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=dt_templates&feed=$matches[1]\";s:29:\"templates/page/([0-9]{1,})/?$\";s:50:\"index.php?post_type=dt_templates&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s: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:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s: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:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:55:\"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:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";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:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";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:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"portfolios/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"portfolios/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"portfolios/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"portfolios/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"portfolios/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"portfolios/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"portfolios/([^/]+)/embed/?$\";s:46:\"index.php?dt_portfolios=$matches[1]&embed=true\";s:31:\"portfolios/([^/]+)/trackback/?$\";s:40:\"index.php?dt_portfolios=$matches[1]&tb=1\";s:51:\"portfolios/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?dt_portfolios=$matches[1]&feed=$matches[2]\";s:46:\"portfolios/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?dt_portfolios=$matches[1]&feed=$matches[2]\";s:39:\"portfolios/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?dt_portfolios=$matches[1]&paged=$matches[2]\";s:46:\"portfolios/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?dt_portfolios=$matches[1]&cpage=$matches[2]\";s:36:\"portfolios/([^/]+)/wc-api(/(.*))?/?$\";s:54:\"index.php?dt_portfolios=$matches[1]&wc-api=$matches[3]\";s:42:\"portfolios/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:53:\"portfolios/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:35:\"portfolios/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?dt_portfolios=$matches[1]&page=$matches[2]\";s:27:\"portfolios/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"portfolios/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"portfolios/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"portfolios/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"portfolios/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"portfolios/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:59:\"portfolio-categories/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?portfolio_entries=$matches[1]&feed=$matches[2]\";s:54:\"portfolio-categories/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?portfolio_entries=$matches[1]&feed=$matches[2]\";s:35:\"portfolio-categories/(.+?)/embed/?$\";s:50:\"index.php?portfolio_entries=$matches[1]&embed=true\";s:47:\"portfolio-categories/(.+?)/page/?([0-9]{1,})/?$\";s:57:\"index.php?portfolio_entries=$matches[1]&paged=$matches[2]\";s:29:\"portfolio-categories/(.+?)/?$\";s:39:\"index.php?portfolio_entries=$matches[1]\";s:37:\"templates/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"templates/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"templates/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"templates/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"templates/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"templates/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"templates/([^/]+)/embed/?$\";s:45:\"index.php?dt_templates=$matches[1]&embed=true\";s:30:\"templates/([^/]+)/trackback/?$\";s:39:\"index.php?dt_templates=$matches[1]&tb=1\";s:50:\"templates/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?dt_templates=$matches[1]&feed=$matches[2]\";s:45:\"templates/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?dt_templates=$matches[1]&feed=$matches[2]\";s:38:\"templates/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?dt_templates=$matches[1]&paged=$matches[2]\";s:45:\"templates/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?dt_templates=$matches[1]&cpage=$matches[2]\";s:35:\"templates/([^/]+)/wc-api(/(.*))?/?$\";s:53:\"index.php?dt_templates=$matches[1]&wc-api=$matches[3]\";s:41:\"templates/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:52:\"templates/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:34:\"templates/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?dt_templates=$matches[1]&page=$matches[2]\";s:26:\"templates/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"templates/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"templates/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"templates/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"templates/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"templates/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"vc_grid_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"vc_grid_item/([^/]+)/embed/?$\";s:45:\"index.php?vc_grid_item=$matches[1]&embed=true\";s:33:\"vc_grid_item/([^/]+)/trackback/?$\";s:39:\"index.php?vc_grid_item=$matches[1]&tb=1\";s:41:\"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&paged=$matches[2]\";s:48:\"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]\";s:38:\"vc_grid_item/([^/]+)/wc-api(/(.*))?/?$\";s:53:\"index.php?vc_grid_item=$matches[1]&wc-api=$matches[3]\";s:44:\"vc_grid_item/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:55:\"vc_grid_item/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:37:\"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?vc_grid_item=$matches[1]&page=$matches[2]\";s:29:\"vc_grid_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"vc_grid_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"vc_grid_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"pwbe_filter/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"pwbe_filter/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"pwbe_filter/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"pwbe_filter/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"pwbe_filter/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"pwbe_filter/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"pwbe_filter/([^/]+)/embed/?$\";s:44:\"index.php?pwbe_filter=$matches[1]&embed=true\";s:32:\"pwbe_filter/([^/]+)/trackback/?$\";s:38:\"index.php?pwbe_filter=$matches[1]&tb=1\";s:40:\"pwbe_filter/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?pwbe_filter=$matches[1]&paged=$matches[2]\";s:47:\"pwbe_filter/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?pwbe_filter=$matches[1]&cpage=$matches[2]\";s:37:\"pwbe_filter/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?pwbe_filter=$matches[1]&wc-api=$matches[3]\";s:43:\"pwbe_filter/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:54:\"pwbe_filter/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:36:\"pwbe_filter/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?pwbe_filter=$matches[1]&page=$matches[2]\";s:28:\"pwbe_filter/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"pwbe_filter/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"pwbe_filter/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"pwbe_filter/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"pwbe_filter/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"pwbe_filter/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:41:\"index.php?&page_id=4511&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:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";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:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s: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:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s: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:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s: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:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s: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:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s: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:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s: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:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:28:\"(.?.+?)/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$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:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:10:{i:0;s:57:\"buddhathemes-core-features/buddhathemes-core-features.php\";i:1;s:25:\"cloudflare/cloudflare.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:27:\"js_composer/js_composer.php\";i:4;s:29:\"pw-bulk-edit/pw-bulk-edit.php\";i:5;s:56:\"responsive-maps-plugin/responsive-styled-google-maps.php\";i:6;s:23:\"revslider/revslider.php\";i:7;s:17:\"unyson/unyson.php\";i:8;s:27:\"woocommerce/woocommerce.php\";i:9;s:34:\"yith-woocommerce-wishlist/init.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:5:{i:0;s:79:\"/data/48/4/37/94/4852094/user/5743563/htdocs/wp-content/themes/foreal/style.css\";i:2;s:93:\"/data/48/4/37/94/4852094/user/5743563/htdocs/wp-content/plugins/pw-bulk-edit/pw-bulk-edit.php\";i:3;s:100:\"/data/48/4/37/94/4852094/user/5743563/htdocs/wp-content/plugins/contact-form-7/wp-contact-form-7.php\";i:4;s:126:\"\\\\WDP\\DFS\\42\\5\\3\\0\\4279220035\\user\\sites\\2722198.site\\www\\blog/wp-content/plugins/above-the-fold-optimization/abovethefold.php\";i:5;s:113:\"\\\\WDP\\DFS\\42\\5\\3\\0\\4279220035\\user\\sites\\2722198.site\\www\\blog/wp-content/plugins/cache-control/cache-control.php\";}','no'),(40,'template','foreal','yes'),(41,'stylesheet','foreal','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','47018','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:5:{s:27:\"LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";s:27:\"autoptimize/autoptimize.php\";s:21:\"autoptimize_uninstall\";s:23:\"cache-control/admin.php\";s:23:\"cache_control_uninstall\";s:35:\"wp-fastest-cache/wpFastestCache.php\";a:2:{i:0;s:14:\"WpFastestCache\";i:1;s:9:\"uninstall\";}s:29:\"pw-bulk-edit/pw-bulk-edit.php\";a:2:{i:0;s:12:\"PW_Bulk_Edit\";i:1;s:16:\"plugin_uninstall\";}}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','4511','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','7037','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:131:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s: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:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";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:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop Manager\";s:12:\"capabilities\";a:110:{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:10:\"list_users\";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:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";b:1;}}}','yes'),(93,'fresh_site','0','yes'),(94,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:21:\"standard-sidebar-left\";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:22:\"standard-sidebar-right\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(100,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'cron','a:22:{i:1612953957;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1612954655;a:1:{s:33:\"wc_admin_process_orders_milestone\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1612954682;a:1:{s:29:\"wc_admin_unsnooze_admin_notes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1612956275;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:1612957225;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1612960779;a:1:{s:33:\"check_plugin_updates-pw-bulk-edit\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1612960804;a:1:{s:15:\"ao_cachechecker\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1612961786;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1612961856;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:1612983457;a:1:{s:14:\"wc_admin_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1612983466;a:2:{s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1612989642;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1612989825;a:1:{s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1612990074;a:1:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1612994256;a:1:{s:24:\"woocommerce_cleanup_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1613001600;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:1613009911;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:1613011214;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1613011247;a:1:{s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1613443220;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1613847516;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"fifteendays\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1296000;}}}s:7:\"version\";i:2;}','yes'),(105,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1496249673;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(142,'current_theme','Foreal','yes'),(143,'theme_mods_foreal','a:12:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:2:{s:11:\"header-menu\";i:134;s:11:\"footer-menu\";i:134;}s:16:\"background_image\";s:57:\"http://deanostudios.com/wp-content/uploads/2017/05/bg.jpg\";s:17:\"background_preset\";s:4:\"fill\";s:21:\"background_position_x\";s:5:\"right\";s:21:\"background_position_y\";s:3:\"top\";s:15:\"background_size\";s:5:\"cover\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:21:\"background_attachment\";s:5:\"fixed\";s:12:\"header_image\";s:96:\"http://deanostudios.com/wp-content/uploads/2020/05/deanocook-logo-copy-scaled-e1589810026454.jpg\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:7629;s:3:\"url\";s:96:\"http://deanostudios.com/wp-content/uploads/2020/05/deanocook-logo-copy-scaled-e1589810026454.jpg\";s:13:\"thumbnail_url\";s:96:\"http://deanostudios.com/wp-content/uploads/2020/05/deanocook-logo-copy-scaled-e1589810026454.jpg\";s:6:\"height\";i:433;s:5:\"width\";i:1040;}}','yes'),(144,'theme_switched','','yes'),(145,'widget_forealflickr','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(146,'widget_forealrecentposts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(147,'widget_forealportfoliowidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(148,'foreal-options','a:6:{s:7:\"general\";a:9:{s:15:\"preloader-image\";s:0:\"\";s:17:\"enable-nicescroll\";s:4:\"true\";s:20:\"disable-pagecomments\";s:4:\"true\";s:13:\"mailchimp-key\";s:0:\"\";s:17:\"enable-responsive\";s:4:\"true\";s:12:\"noofonepages\";s:1:\"2\";s:22:\"enable-bpanel-logo-url\";s:4:\"true\";s:15:\"bpanel-logo-url\";s:65:\"http://deanostudios.com/wp-content/uploads/2017/02/DC-logo-bg.png\";s:18:\"global-page-layout\";s:0:\"\";}s:6:\"layout\";a:38:{s:4:\"logo\";s:4:\"true\";s:8:\"logo-url\";s:79:\"http://deanostudios.com/wp-content/uploads/2017/01/Deano_logo-l-website-1-1.png\";s:15:\"retina-logo-url\";s:71:\"http://deanostudios.com/wp-content/uploads/2017/01/Deano_logo-ret-2.png\";s:17:\"retina-logo-width\";s:0:\"\";s:18:\"retina-logo-height\";s:0:\"\";s:20:\"breadcrumb-delimiter\";s:7:\"default\";s:19:\"breadcrumb-bg-image\";s:0:\"\";s:28:\"breadcrumb-bg-image-position\";s:4:\"none\";s:26:\"breadcrumb-bg-image-repeat\";s:9:\"no-repeat\";s:19:\"breadcrumb-subtitle\";s:0:\"\";s:11:\"site-layout\";s:4:\"wide\";s:7:\"bg-type\";s:11:\"bg-patterns\";s:20:\"boxed-layout-pattern\";s:0:\"\";s:27:\"boxed-layout-pattern-repeat\";s:0:\"\";s:26:\"boxed-layout-pattern-color\";s:1:\"#\";s:28:\"boxed-layout-pattern-opacity\";s:0:\"\";s:15:\"boxed-layout-bg\";s:0:\"\";s:22:\"boxed-layout-bg-repeat\";s:0:\"\";s:24:\"boxed-layout-bg-position\";s:0:\"\";s:21:\"boxed-layout-bg-color\";s:1:\"#\";s:23:\"boxed-layout-bg-opacity\";s:0:\"\";s:11:\"header-type\";s:7:\"default\";s:14:\"header-content\";s:0:\"\";s:16:\"enable-stickynav\";s:4:\"true\";s:13:\"enable-footer\";s:4:\"true\";s:11:\"footer-type\";s:0:\"\";s:14:\"footer-columns\";s:2:\"10\";s:16:\"footer-shortcode\";s:0:\"\";s:23:\"footer-background-image\";s:0:\"\";s:24:\"footer-bg-image-position\";s:4:\"none\";s:22:\"footer-bg-image-repeat\";s:9:\"no-repeat\";s:16:\"enable-copyright\";s:4:\"true\";s:17:\"copyright-content\";s:1376:\"<div class=\"vc_icon_element vc_icon_element-outer vc_icon_element-align-center vc_icon_element-have-style\">\r\n <div class=\"vc_icon_element-inner vc_icon_element-color-custom vc_icon_element-have-style-inner vc_icon_element-size-md vc_icon_element-style-rounded vc_icon_element-background vc_icon_element-background-color-custom\" style=\"background-color:#327e99\">\r\n <span class=\"vc_icon_element-icon fa fa-instagram\"></span><a class=\"vc_icon_element-link\" href=\"https://www.instagram.com/deanocook/?hl=en\" title=\"Follow Deano Cook on Instagram\" target=\" _blank\"></a></div>\r\n</div><a href=\"https://www.instagram.com/deanocook/?hl=en\" title=\"Follow Deano Cook on Instagram\" target=\" _blank\"><h5>Follow Deano Cook on Instagram</h5></a><br /><p>© All Rights Reserved, Deano Studios<br />All images and material contained on this website are protected by international copyright laws. All rights are reserved worldwide by Deano Cook. The images are made available for personal viewing purposes only. No image is to be copied, duplicated, modified, or redistributed in whole or part without the prior written permission of Deano Cook. In the event of unauthorized use, you will be prosecuted to the fullest extent of the law. You accept these terms and conditions when viewing this website.<br /><br /><br /><a title=\"PsychoTattoo\" href=\"http://www.robthomastattoo.com\">FTRT</a></p>\";s:23:\"enable-footer-shortcode\";s:4:\"true\";s:26:\"footer-copyright-shortcode\";s:0:\"\";s:16:\"enable-customcss\";s:4:\"true\";s:17:\"customcss-content\";s:1727:\".breadcrumb {display:none;}\r\n.breadcrumb a{display:none;}\r\n.breadcrumb span{display:none;}\r\n.breadcrumb-wrapper type1{display:none;}\r\n.main-title h1{display:none;}\r\n.client-details {display:none;}\r\n\r\n@media only screen and (max-width: 479px) and (min-width: 320px) {\r\n.breadcrumb {display:none;}\r\n.vc_col-sm-2 img{padding-top:10px;}\r\n}\r\n\r\n@media only screen and (max-width: 767px) {\r\n\r\n.breadcrumb {\r\n margin: 25px auto 0;\r\n display: none;\r\n float: none;\r\n}\r\n\r\n.breadcrumb-wrapper.type1 { padding:0; }\r\n}\r\n\r\n\r\n\r\n#menu-container { text-align: center; width: 100%; }\r\n\r\n#main-menu ul { display: inline-block; text-align: center; }\r\n\r\n.dt-transparent-menu #main { margin-top: -225px; }\r\n\r\n.project-details h6{display:none;}\r\n\r\n.woocommerce div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page #content div.product div.images img { border: none; }\r\n\r\n.products .product-container { border: none; }\r\n\r\n.vc_separator.vc_separator_align_center h4{font-size:18px;}\r\n\r\n.vc_custom_1460110345846 { border: none !important;}\r\n\r\ntd.value {width:85%;}\r\n\r\n.single-product div.product .images .woocommerce-main-image img {\r\n border:none;\r\n}\r\n\r\n.single-product div.product .images .woocommerce-main-image img:hover {\r\n box-shadow: 0 1px 3px rgba(0,0,0,0.1);\r\n border:none;\r\n\r\n}\r\n\r\n.fig-content h5{display:none;}\r\n\r\n.single_add_to_cart_button {background:#327e99;}\r\n\r\n.hr-title h3{text-align:center;\r\nfont-size:34px;}\r\n\r\n.overline.dt-sc-button {font-size:24px;}\r\n\r\ndiv.pp_woocommerce .pp_content_container {\r\n background: #e5eef6;\r\n border-radius: 3px;\r\n box-shadow: 0 1px 30px rgba(0, 0, 0, .25);\r\n padding: 20px 0\r\n\r\n\r\n\r\n}\r\n\r\n\r\n\";s:16:\"customjs-content\";s:0:\"\";}s:11:\"pageoptions\";a:20:{s:21:\"single-post-authorbox\";s:4:\"true\";s:20:\"single-post-comments\";s:4:\"true\";s:31:\"post-archives-enable-gridlayout\";s:4:\"true\";s:25:\"post-archives-page-layout\";s:18:\"content-full-width\";s:25:\"post-archives-post-layout\";s:16:\"one-third-column\";s:30:\"portfolio-archives-page-layout\";s:17:\"with-left-sidebar\";s:52:\"disable-standard-left-sidebar-for-portfolio-archives\";s:4:\"true\";s:30:\"portfolio-archives-post-layout\";s:17:\"one-fourth-column\";s:23:\"portfolio-custom-fields\";a:1:{i:0;s:0:\"\";}s:28:\"portfolio-custom-fields-icon\";a:1:{i:0;s:0:\"\";}s:28:\"portfolio-custom-fields-link\";a:1:{i:0;s:0:\"\";}s:21:\"single-portfolio-slug\";s:0:\"\";s:23:\"portfolio-category-slug\";s:0:\"\";s:20:\"notfound-page-layout\";s:18:\"content-full-width\";s:17:\"enable-404message\";s:4:\"true\";s:17:\"custom404-message\";s:242:\"<h2><span class=\"error-number\"> 4 </span><span class=\"error-number\"> 0</span><span class=\"error-number-last\"> 4 </span><br /><span> Page Not Found</span></h2>\r\n <h3>The Page you are looking for is not found or does not exist</h3> \";s:8:\"top-hook\";s:0:\"\";s:19:\"content-before-hook\";s:0:\"\";s:18:\"content-after-hook\";s:0:\"\";s:11:\"bottom-hook\";s:0:\"\";}s:6:\"colors\";a:46:{s:10:\"theme-skin\";s:7:\"default\";s:12:\"body-bgcolor\";s:1:\"#\";s:16:\"enable-dark-skin\";s:4:\"true\";s:14:\"header-bgcolor\";s:1:\"#\";s:22:\"header-bgcolor-opacity\";s:0:\"\";s:18:\"breadcrumb-bgcolor\";s:1:\"#\";s:26:\"breadcrumb-bgcolor-opacity\";s:0:\"\";s:21:\"breadcrumb-text-color\";s:7:\"#1799b5\";s:21:\"breadcrumb-link-color\";s:1:\"#\";s:22:\"breadcrumb-link-hcolor\";s:1:\"#\";s:21:\"breadcrumb-icon-color\";s:1:\"#\";s:16:\"megamenu-bgcolor\";s:1:\"#\";s:24:\"megamenu-bgcolor-opacity\";s:0:\"\";s:10:\"menu-color\";s:7:\"#939393\";s:26:\"menu-hover-backgroundcolor\";s:7:\"#327e99\";s:15:\"menu-hovercolor\";s:7:\"#327e99\";s:16:\"menu-bordercolor\";s:1:\"#\";s:25:\"menu-secondarybordercolor\";s:1:\"#\";s:13:\"submenu-color\";s:7:\"#b1aeae\";s:18:\"submenu-hovercolor\";s:1:\"#\";s:17:\"submenu-textcolor\";s:7:\"#b1aeae\";s:25:\"submenu-outer-bordercolor\";s:1:\"#\";s:19:\"submenu-bordercolor\";s:1:\"#\";s:19:\"megamenu-titlecolor\";s:1:\"#\";s:19:\"content-theme-color\";s:7:\"#d8d8d8\";s:18:\"content-text-color\";s:7:\"#939393\";s:18:\"content-link-color\";s:7:\"#1799b5\";s:19:\"content-link-hcolor\";s:7:\"#1799b5\";s:18:\"footer-theme-color\";s:7:\"#b1aeae\";s:14:\"footer-bgcolor\";s:1:\"#\";s:22:\"footer-bgcolor-opacity\";s:0:\"\";s:17:\"footer-text-color\";s:7:\"#b1aeae\";s:17:\"footer-link-color\";s:1:\"#\";s:18:\"footer-link-hcolor\";s:1:\"#\";s:20:\"footer-heading-color\";s:1:\"#\";s:17:\"copyright-bgcolor\";s:1:\"#\";s:25:\"copyright-bgcolor-opacity\";s:0:\"\";s:20:\"copyright-text-color\";s:7:\"#b1aeae\";s:20:\"copyright-link-color\";s:7:\"#1799b5\";s:21:\"copyright-link-hcolor\";s:7:\"#1799b5\";s:16:\"heading-h1-color\";s:7:\"#b1aeae\";s:16:\"heading-h2-color\";s:7:\"#b1aeae\";s:16:\"heading-h3-color\";s:7:\"#b1aeae\";s:16:\"heading-h4-color\";s:7:\"#b1aeae\";s:16:\"heading-h5-color\";s:7:\"#b1aeae\";s:16:\"heading-h6-color\";s:7:\"#b1aeae\";}s:5:\"fonts\";a:73:{s:11:\"font-subset\";s:0:\"\";s:15:\"customfont-name\";s:0:\"\";s:15:\"customfont-woff\";s:0:\"\";s:14:\"customfont-ttf\";s:0:\"\";s:14:\"customfont-svg\";s:0:\"\";s:14:\"customfont-eot\";s:0:\"\";s:16:\"customfont2-name\";s:0:\"\";s:16:\"customfont2-woff\";s:0:\"\";s:15:\"customfont2-ttf\";s:0:\"\";s:15:\"customfont2-svg\";s:0:\"\";s:15:\"customfont2-eot\";s:0:\"\";s:12:\"content-font\";s:5:\"Cabin\";s:17:\"content-font-size\";s:0:\"\";s:14:\"content-weight\";s:3:\"200\";s:13:\"content-style\";s:6:\"normal\";s:18:\"content-lineheight\";s:0:\"\";s:9:\"menu-font\";s:5:\"Cabin\";s:14:\"menu-font-size\";s:0:\"\";s:11:\"menu-weight\";s:3:\"300\";s:10:\"menu-style\";s:0:\"\";s:18:\"menu-texttransform\";s:0:\"\";s:12:\"submenu-font\";s:5:\"Cabin\";s:17:\"submenu-font-size\";s:0:\"\";s:14:\"submenu-weight\";s:3:\"300\";s:13:\"submenu-style\";s:0:\"\";s:21:\"submenu-texttransform\";s:9:\"uppercase\";s:14:\"pagetitle-font\";s:0:\"\";s:19:\"pagetitle-font-size\";s:0:\"\";s:16:\"pagetitle-weight\";s:0:\"\";s:15:\"pagetitle-style\";s:0:\"\";s:23:\"pagetitle-texttransform\";s:0:\"\";s:7:\"h1-font\";s:11:\"Great Vibes\";s:12:\"h1-font-size\";s:0:\"\";s:9:\"h1-weight\";s:0:\"\";s:8:\"h1-style\";s:6:\"normal\";s:16:\"h1-texttransform\";s:0:\"\";s:13:\"h1-lineheight\";s:0:\"\";s:16:\"h1-letterspacing\";s:0:\"\";s:7:\"h2-font\";s:5:\"Cabin\";s:12:\"h2-font-size\";s:0:\"\";s:9:\"h2-weight\";s:0:\"\";s:8:\"h2-style\";s:0:\"\";s:16:\"h2-texttransform\";s:0:\"\";s:13:\"h2-lineheight\";s:0:\"\";s:16:\"h2-letterspacing\";s:0:\"\";s:7:\"h3-font\";s:11:\"Great Vibes\";s:12:\"h3-font-size\";s:0:\"\";s:9:\"h3-weight\";s:0:\"\";s:8:\"h3-style\";s:0:\"\";s:16:\"h3-texttransform\";s:0:\"\";s:13:\"h3-lineheight\";s:0:\"\";s:16:\"h3-letterspacing\";s:0:\"\";s:7:\"h4-font\";s:0:\"\";s:12:\"h4-font-size\";s:2:\"18\";s:9:\"h4-weight\";s:0:\"\";s:8:\"h4-style\";s:0:\"\";s:16:\"h4-texttransform\";s:0:\"\";s:13:\"h4-lineheight\";s:0:\"\";s:16:\"h4-letterspacing\";s:0:\"\";s:7:\"h5-font\";s:0:\"\";s:12:\"h5-font-size\";s:0:\"\";s:9:\"h5-weight\";s:0:\"\";s:8:\"h5-style\";s:0:\"\";s:16:\"h5-texttransform\";s:0:\"\";s:13:\"h5-lineheight\";s:0:\"\";s:16:\"h5-letterspacing\";s:0:\"\";s:7:\"h6-font\";s:5:\"Cabin\";s:12:\"h6-font-size\";s:0:\"\";s:9:\"h6-weight\";s:0:\"\";s:8:\"h6-style\";s:0:\"\";s:16:\"h6-texttransform\";s:0:\"\";s:13:\"h6-lineheight\";s:0:\"\";s:16:\"h6-letterspacing\";s:0:\"\";}s:3:\"woo\";a:9:{s:21:\"shop-product-per-page\";s:2:\"20\";s:24:\"shop-page-product-layout\";s:16:\"one-third-column\";s:35:\"disable-shop-secondaryimage-onhover\";s:4:\"true\";s:14:\"product-layout\";s:18:\"content-full-width\";s:25:\"shop-other-product-layout\";s:16:\"one-third-column\";s:20:\"show-upsell-products\";s:4:\"true\";s:21:\"show-related-products\";s:4:\"true\";s:23:\"product-category-layout\";s:17:\"with-left-sidebar\";s:18:\"product-tag-layout\";s:18:\"with-right-sidebar\";}}','yes'),(149,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.2.2\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1487038777;s:7:\"version\";s:5:\"4.6.1\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(150,'ls-plugin-version','6.0.5','yes'),(151,'ls-db-version','6.0.0','yes'),(152,'ls-installed','0','yes'),(153,'ls-google-fonts','a:4:{i:0;a:2:{s:5:\"param\";s:28:\"Lato:100,300,regular,700,900\";s:5:\"admin\";b:0;}i:1;a:2:{s:5:\"param\";s:13:\"Open+Sans:300\";s:5:\"admin\";b:0;}i:2;a:2:{s:5:\"param\";s:20:\"Indie+Flower:regular\";s:5:\"admin\";b:0;}i:3;a:2:{s:5:\"param\";s:22:\"Oswald:300,regular,700\";s:5:\"admin\";b:0;}}','yes'),(154,'ls-date-installed','1487038778','yes'),(156,'revslider-update-check-short','1612906671','yes'),(157,'revslider-templates-check','1612792709','yes'),(161,'widget_layerslider_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(162,'widget_forealmailchimp','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(163,'widget_forealtwitter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(165,'revslider-library-check','1612127673','yes'),(166,'rs-library','a:3:{s:4:\"hash\";s:32:\"0fbedf953c0042911e0f27a364cf4227\";s:7:\"objects\";a:179:{i:0;a:12:{s:2:\"id\";s:3:\"198\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:1;a:12:{s:2:\"id\";s:3:\"188\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:2;a:12:{s:2:\"id\";s:3:\"187\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:3;a:12:{s:2:\"id\";s:3:\"172\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:4;a:12:{s:2:\"id\";s:3:\"171\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:5;a:12:{s:2:\"id\";s:3:\"170\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:6;a:12:{s:2:\"id\";s:3:\"169\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:7;a:12:{s:2:\"id\";s:3:\"168\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:8;a:12:{s:2:\"id\";s:3:\"167\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:9;a:12:{s:2:\"id\";s:3:\"166\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:10;a:12:{s:2:\"id\";s:3:\"165\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:11;a:12:{s:2:\"id\";s:3:\"164\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:12;a:12:{s:2:\"id\";s:3:\"163\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:13;a:12:{s:2:\"id\";s:3:\"162\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:14;a:12:{s:2:\"id\";s:3:\"161\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:15;a:12:{s:2:\"id\";s:3:\"160\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:16;a:12:{s:2:\"id\";s:3:\"159\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:17;a:12:{s:2:\"id\";s:3:\"158\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:18;a:12:{s:2:\"id\";s:3:\"157\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:19;a:12:{s:2:\"id\";s:3:\"156\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:20;a:12:{s:2:\"id\";s:3:\"155\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:21;a:12:{s:2:\"id\";s:3:\"154\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:22;a:12:{s:2:\"id\";s:3:\"153\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:23;a:12:{s:2:\"id\";s:3:\"152\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:24;a:12:{s:2:\"id\";s:3:\"151\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:25;a:12:{s:2:\"id\";s:3:\"150\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:26;a:12:{s:2:\"id\";s:3:\"149\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:27;a:12:{s:2:\"id\";s:3:\"148\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:28;a:12:{s:2:\"id\";s:3:\"147\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:29;a:12:{s:2:\"id\";s:3:\"146\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:30;a:12:{s:2:\"id\";s:3:\"145\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:31;a:12:{s:2:\"id\";s:3:\"144\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:32;a:12:{s:2:\"id\";s:3:\"143\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:33;a:12:{s:2:\"id\";s:3:\"142\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:34;a:12:{s:2:\"id\";s:3:\"141\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:35;a:12:{s:2:\"id\";s:3:\"140\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:36;a:12:{s:2:\"id\";s:3:\"139\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:37;a:12:{s:2:\"id\";s:3:\"138\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:38;a:12:{s:2:\"id\";s:3:\"137\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:39;a:12:{s:2:\"id\";s:3:\"136\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:40;a:12:{s:2:\"id\";s:3:\"135\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:41;a:12:{s:2:\"id\";s:3:\"134\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:42;a:12:{s:2:\"id\";s:3:\"133\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:43;a:12:{s:2:\"id\";s:3:\"132\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:44;a:12:{s:2:\"id\";s:3:\"131\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:45;a:12:{s:2:\"id\";s:3:\"130\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:46;a:12:{s:2:\"id\";s:3:\"129\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:47;a:12:{s:2:\"id\";s:3:\"128\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:48;a:12:{s:2:\"id\";s:3:\"127\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:49;a:12:{s:2:\"id\";s:3:\"126\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:50;a:12:{s:2:\"id\";s:3:\"125\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:51;a:12:{s:2:\"id\";s:3:\"124\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:52;a:12:{s:2:\"id\";s:3:\"123\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:53;a:12:{s:2:\"id\";s:3:\"122\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:54;a:12:{s:2:\"id\";s:3:\"121\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:55;a:12:{s:2:\"id\";s:3:\"120\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:56;a:12:{s:2:\"id\";s:3:\"119\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:57;a:12:{s:2:\"id\";s:3:\"118\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:58;a:12:{s:2:\"id\";s:3:\"117\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:59;a:12:{s:2:\"id\";s:2:\"88\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:60;a:12:{s:2:\"id\";s:2:\"87\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:61;a:12:{s:2:\"id\";s:2:\"86\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:62;a:12:{s:2:\"id\";s:2:\"85\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:63;a:12:{s:2:\"id\";s:2:\"84\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:64;a:12:{s:2:\"id\";s:2:\"83\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:65;a:12:{s:2:\"id\";s:2:\"82\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:66;a:12:{s:2:\"id\";s:2:\"81\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:67;a:12:{s:2:\"id\";s:2:\"80\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:68;a:12:{s:2:\"id\";s:2:\"79\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:69;a:12:{s:2:\"id\";s:2:\"78\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:70;a:12:{s:2:\"id\";s:2:\"77\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:71;a:12:{s:2:\"id\";s:2:\"76\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:72;a:12:{s:2:\"id\";s:2:\"75\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:73;a:12:{s:2:\"id\";s:2:\"74\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:74;a:12:{s:2:\"id\";s:2:\"73\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:75;a:12:{s:2:\"id\";s:2:\"72\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:76;a:12:{s:2:\"id\";s:2:\"71\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:77;a:12:{s:2:\"id\";s:2:\"70\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:78;a:12:{s:2:\"id\";s:2:\"69\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:79;a:12:{s:2:\"id\";s:2:\"68\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:80;a:12:{s:2:\"id\";s:2:\"67\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:81;a:12:{s:2:\"id\";s:2:\"66\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:82;a:12:{s:2:\"id\";s:2:\"65\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:83;a:12:{s:2:\"id\";s:2:\"64\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:84;a:12:{s:2:\"id\";s:2:\"63\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:85;a:12:{s:2:\"id\";s:2:\"62\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:86;a:12:{s:2:\"id\";s:2:\"49\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:87;a:12:{s:2:\"id\";s:2:\"48\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:88;a:12:{s:2:\"id\";s:2:\"47\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:89;a:12:{s:2:\"id\";s:2:\"46\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:90;a:12:{s:2:\"id\";s:2:\"45\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:91;a:12:{s:2:\"id\";s:2:\"44\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:92;a:12:{s:2:\"id\";s:2:\"43\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:93;a:12:{s:2:\"id\";s:2:\"42\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:94;a:12:{s:2:\"id\";s:2:\"41\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:95;a:12:{s:2:\"id\";s:2:\"40\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:96;a:12:{s:2:\"id\";s:2:\"39\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:97;a:12:{s:2:\"id\";s:2:\"38\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:98;a:12:{s:2:\"id\";s:2:\"37\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:99;a:12:{s:2:\"id\";s:2:\"36\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:100;a:12:{s:2:\"id\";s:2:\"35\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:101;a:12:{s:2:\"id\";s:2:\"34\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:102;a:12:{s:2:\"id\";s:2:\"33\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:103;a:12:{s:2:\"id\";s:2:\"32\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:104;a:12:{s:2:\"id\";s:2:\"31\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:105;a:12:{s:2:\"id\";s:2:\"30\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:106;a:12:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:107;a:12:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:108;a:12:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:109;a:12:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:110;a:12:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:111;a:12:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:112;a:12:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:113;a:12:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:114;a:12:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:115;a:12:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:116;a:12:{s:2:\"id\";s:2:\"11\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:117;a:12:{s:2:\"id\";s:2:\"10\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:118;a:12:{s:2:\"id\";s:1:\"9\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:119;a:12:{s:2:\"id\";s:1:\"8\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:260;a:12:{s:2:\"id\";s:3:\"197\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:261;a:12:{s:2:\"id\";s:3:\"196\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:262;a:12:{s:2:\"id\";s:3:\"195\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:263;a:12:{s:2:\"id\";s:3:\"194\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:264;a:12:{s:2:\"id\";s:3:\"193\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:265;a:12:{s:2:\"id\";s:3:\"192\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:266;a:12:{s:2:\"id\";s:3:\"191\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:267;a:12:{s:2:\"id\";s:3:\"190\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:268;a:12:{s:2:\"id\";s:3:\"189\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:269;a:12:{s:2:\"id\";s:3:\"186\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:270;a:12:{s:2:\"id\";s:3:\"185\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:271;a:12:{s:2:\"id\";s:3:\"184\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:272;a:12:{s:2:\"id\";s:3:\"183\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:273;a:12:{s:2:\"id\";s:3:\"182\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:274;a:12:{s:2:\"id\";s:3:\"181\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:275;a:12:{s:2:\"id\";s:3:\"180\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:276;a:12:{s:2:\"id\";s:3:\"179\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:277;a:12:{s:2:\"id\";s:3:\"177\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:278;a:12:{s:2:\"id\";s:3:\"175\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:279;a:12:{s:2:\"id\";s:3:\"174\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:280;a:12:{s:2:\"id\";s:3:\"173\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:281;a:12:{s:2:\"id\";s:3:\"116\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:282;a:12:{s:2:\"id\";s:3:\"115\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:283;a:12:{s:2:\"id\";s:3:\"114\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:284;a:12:{s:2:\"id\";s:3:\"113\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:285;a:12:{s:2:\"id\";s:3:\"112\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:286;a:12:{s:2:\"id\";s:3:\"111\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:287;a:12:{s:2:\"id\";s:3:\"110\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:288;a:12:{s:2:\"id\";s:3:\"109\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:289;a:12:{s:2:\"id\";s:3:\"108\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:290;a:12:{s:2:\"id\";s:3:\"107\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:291;a:12:{s:2:\"id\";s:3:\"106\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:292;a:12:{s:2:\"id\";s:3:\"105\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:293;a:12:{s:2:\"id\";s:3:\"104\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:294;a:12:{s:2:\"id\";s:3:\"103\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:295;a:12:{s:2:\"id\";s:3:\"102\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:296;a:12:{s:2:\"id\";s:3:\"101\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:297;a:12:{s:2:\"id\";s:3:\"100\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:298;a:12:{s:2:\"id\";s:2:\"99\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:299;a:12:{s:2:\"id\";s:2:\"98\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:300;a:12:{s:2:\"id\";s:2:\"97\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:301;a:12:{s:2:\"id\";s:2:\"96\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:302;a:12:{s:2:\"id\";s:2:\"95\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:303;a:12:{s:2:\"id\";s:2:\"94\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:304;a:12:{s:2:\"id\";s:2:\"93\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:305;a:12:{s:2:\"id\";s:2:\"92\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:306;a:12:{s:2:\"id\";s:2:\"91\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:307;a:12:{s:2:\"id\";s:2:\"90\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:308;a:12:{s:2:\"id\";s:2:\"89\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:359;a:13:{s:2:\"id\";s:3:\"238\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:360;a:13:{s:2:\"id\";s:3:\"237\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:361;a:13:{s:2:\"id\";s:3:\"236\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:362;a:13:{s:2:\"id\";s:3:\"235\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:363;a:13:{s:2:\"id\";s:3:\"234\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:364;a:13:{s:2:\"id\";s:3:\"233\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:365;a:13:{s:2:\"id\";s:3:\"232\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:366;a:13:{s:2:\"id\";s:3:\"231\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:367;a:13:{s:2:\"id\";s:3:\"230\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:368;a:13:{s:2:\"id\";s:3:\"229\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}','no'),(167,'revslider_checktables','1','yes'),(168,'rs_tables_created','1','yes'),(169,'revslider_table_version','1.0.6','yes'),(170,'revslider-global-settings','','yes'),(171,'ultimate_row','enable','yes'),(172,'ultimate_animation','disable','yes'),(173,'ultimate_vc_addons_redirect','','yes'),(174,'ultimate_js','enable','yes'),(175,'ultimate_css','enable','yes'),(179,'woocommerce_default_country','US:GA','yes'),(180,'woocommerce_allowed_countries','specific','yes'),(181,'woocommerce_all_except_countries','a:0:{}','yes'),(182,'woocommerce_specific_allowed_countries','a:1:{i:0;s:2:\"US\";}','yes'),(183,'woocommerce_ship_to_countries','','yes'),(184,'woocommerce_specific_ship_to_countries','a:0:{}','yes'),(185,'woocommerce_default_customer_address','geolocation','yes'),(186,'woocommerce_calc_taxes','yes','yes'),(187,'woocommerce_demo_store','no','yes'),(188,'woocommerce_demo_store_notice','This is a demo store for testing purposes — no orders shall be fulfilled.','no'),(189,'woocommerce_currency','USD','yes'),(190,'woocommerce_currency_pos','left_space','yes'),(191,'woocommerce_price_thousand_sep',',','yes'),(192,'woocommerce_price_decimal_sep','.','yes'),(193,'woocommerce_price_num_decimals','2','yes'),(194,'woocommerce_weight_unit','lbs','yes'),(195,'woocommerce_dimension_unit','in','yes'),(196,'woocommerce_enable_review_rating','no','yes'),(197,'woocommerce_review_rating_required','yes','no'),(198,'woocommerce_review_rating_verification_label','yes','no'),(199,'woocommerce_review_rating_verification_required','no','no'),(200,'woocommerce_shop_page_id','3312','yes'),(201,'woocommerce_shop_page_display','','yes'),(202,'woocommerce_category_archive_display','','yes'),(203,'woocommerce_default_catalog_orderby','menu_order','yes'),(204,'woocommerce_cart_redirect_after_add','no','yes'),(205,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(206,'shop_catalog_image_size','a:3:{s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:4:\"crop\";i:1;}','yes'),(207,'shop_single_image_size','a:3:{s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:4:\"crop\";i:0;}','yes'),(208,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:4:\"crop\";i:0;}','yes'),(209,'woocommerce_enable_lightbox','no','yes'),(210,'woocommerce_manage_stock','yes','yes'),(211,'woocommerce_hold_stock_minutes','60','no'),(212,'woocommerce_notify_low_stock','yes','no'),(213,'woocommerce_notify_no_stock','yes','no'),(214,'woocommerce_stock_email_recipient','deanocook@gmail.com','no'),(215,'woocommerce_notify_low_stock_amount','2','no'),(216,'woocommerce_notify_no_stock_amount','0','yes'),(217,'woocommerce_hide_out_of_stock_items','no','yes'),(218,'woocommerce_stock_format','low_amount','yes'),(219,'woocommerce_file_download_method','force','no'),(220,'woocommerce_downloads_require_login','no','no'),(221,'woocommerce_downloads_grant_access_after_payment','yes','no'),(222,'woocommerce_prices_include_tax','no','yes'),(223,'woocommerce_tax_based_on','shipping','yes'),(224,'woocommerce_shipping_tax_class','inherit','yes'),(225,'woocommerce_tax_round_at_subtotal','no','yes'),(226,'woocommerce_tax_classes','Reduced Rate\r\nZero Rate','yes'),(227,'woocommerce_tax_display_shop','excl','yes'),(228,'woocommerce_tax_display_cart','excl','no'),(229,'woocommerce_price_display_suffix','','yes'),(230,'woocommerce_tax_total_display','itemized','no'),(231,'woocommerce_enable_shipping_calc','yes','no'),(232,'woocommerce_shipping_cost_requires_address','no','no'),(233,'woocommerce_ship_to_destination','billing','no'),(234,'woocommerce_enable_coupons','yes','yes'),(235,'woocommerce_calc_discounts_sequentially','no','no'),(236,'woocommerce_enable_guest_checkout','yes','no'),(237,'woocommerce_force_ssl_checkout','no','yes'),(238,'woocommerce_unforce_ssl_checkout','no','yes'),(239,'woocommerce_cart_page_id','3807','yes'),(240,'woocommerce_checkout_page_id','3809','yes'),(241,'woocommerce_terms_page_id','','no'),(242,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(243,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(244,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(245,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(246,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(247,'woocommerce_myaccount_page_id','3815','yes'),(248,'woocommerce_enable_signup_and_login_from_checkout','yes','no'),(249,'woocommerce_enable_myaccount_registration','yes','no'),(250,'woocommerce_enable_checkout_login_reminder','yes','no'),(251,'woocommerce_registration_generate_username','yes','no'),(252,'woocommerce_registration_generate_password','no','no'),(253,'woocommerce_myaccount_orders_endpoint','orders','yes'),(254,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(255,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(256,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(257,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(258,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(259,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(260,'woocommerce_logout_endpoint','customer-logout','yes'),(261,'woocommerce_email_from_name','Deano Cook','no'),(262,'woocommerce_email_from_address','deanocook@gmail.com','no'),(263,'woocommerce_email_header_image','http://deanostudios.com/wp-content/uploads/2017/01/Deano_logo-l-website-1-1.png','no'),(264,'woocommerce_email_footer_text','<a href=\"https://www.instagram.com/deanocook/?hl=en\" title=\"Follow Deano Cook on Instagram\" target=\" _blank\">Follow Deano Cook on Instagram</a><br /><br /><a href=\"http://www.deanocook.com\">www.deanocook.com</a>','no'),(265,'woocommerce_email_base_color','#367f98','no'),(266,'woocommerce_email_background_color','#f5f5f5','no'),(267,'woocommerce_email_body_background_color','#fdfdfd','no'),(268,'woocommerce_email_text_color','#505050','no'),(269,'woocommerce_api_enabled','yes','yes'),(275,'yit_recently_activated','a:0:{}','yes'),(280,'fw_active_extensions','a:3:{s:4:\"blog\";a:0:{}s:6:\"update\";a:0:{}s:13:\"github-update\";a:0:{}}','yes'),(281,'woocommerce_admin_notices','a:5:{i:0;s:6:\"update\";i:1;s:20:\"no_secure_connection\";i:2;s:14:\"template_files\";i:3;s:31:\"wp_php_min_requirements_7.2_5.2\";i:4;s:19:\"maxmind_license_key\";}','yes'),(282,'revslider_update_version','5.2.5.5','yes'),(283,'yith_wcwl_frontend_css_colors','s:1159:\"a:10:{s:15:\"add_to_wishlist\";a:3:{s:10:\"background\";s:7:\"#333333\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#333333\";}s:21:\"add_to_wishlist_hover\";a:3:{s:10:\"background\";s:7:\"#4F4F4F\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#4F4F4F\";}s:11:\"add_to_cart\";a:3:{s:10:\"background\";s:7:\"#333333\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#333333\";}s:17:\"add_to_cart_hover\";a:3:{s:10:\"background\";s:7:\"#4F4F4F\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#4F4F4F\";}s:14:\"button_style_1\";a:3:{s:10:\"background\";s:7:\"#333333\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#333333\";}s:20:\"button_style_1_hover\";a:3:{s:10:\"background\";s:7:\"#4F4F4F\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#4F4F4F\";}s:14:\"button_style_2\";a:3:{s:10:\"background\";s:7:\"#FFFFFF\";s:5:\"color\";s:7:\"#858484\";s:12:\"border_color\";s:7:\"#c6c6c6\";}s:20:\"button_style_2_hover\";a:3:{s:10:\"background\";s:7:\"#4F4F4F\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#4F4F4F\";}s:14:\"wishlist_table\";a:3:{s:10:\"background\";s:7:\"#FFFFFF\";s:5:\"color\";s:7:\"#6d6c6c\";s:12:\"border_color\";s:7:\"#FFFFFF\";}s:7:\"headers\";a:1:{s:10:\"background\";s:7:\"#F4F4F4\";}}\";','yes'),(284,'yith_wcmg_slider_direction','left','yes'),(285,'ultimate_google_fonts','a:0:{}','yes'),(286,'ultimate_selected_google_fonts','a:0:{}','yes'),(288,'_transient_woocommerce_webhook_ids','a:0:{}','yes'),(289,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(290,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(291,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(292,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(293,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(294,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(295,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(296,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(297,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(298,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(299,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(300,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(301,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(303,'vc_version','5.1.1','yes'),(304,'bsf_local_transient','1522059087','yes'),(310,'yith_wcwl_enabled','yes','yes'),(311,'yith_wcwl_wishlist_title','My wishlist on blog','yes'),(312,'yith_wcwl_wishlist_page_id','5','yes'),(313,'yith_wcwl_redirect_cart','no','yes'),(314,'yith_wcwl_remove_after_add_to_cart','yes','yes'),(315,'yith_wcwl_add_to_wishlist_text','Add to Wishlist','yes'),(316,'yith_wcwl_browse_wishlist_text','Browse Wishlist','yes'),(317,'yith_wcwl_already_in_wishlist_text','The product is already in the wishlist!','yes'),(318,'yith_wcwl_product_added_text','Product added!','yes'),(319,'yith_wcwl_add_to_cart_text','Add to Cart','yes'),(320,'yith_wcwl_price_show','yes','yes'),(321,'yith_wcwl_add_to_cart_show','yes','yes'),(322,'yith_wcwl_stock_show','yes','yes'),(323,'yith_wcwl_show_dateadded','no','yes'),(324,'yith_wcwl_repeat_remove_button','no','yes'),(325,'yith_wcwl_use_button','no','yes'),(326,'yith_wcwl_custom_css','','yes'),(327,'yith_wcwl_frontend_css','yes','yes'),(328,'yith_wcwl_rounded_corners','yes','yes'),(329,'yith_wcwl_add_to_wishlist_icon','none','yes'),(330,'yith_wcwl_add_to_cart_icon','fa-shopping-cart','yes'),(331,'yith_wcwl_share_fb','yes','yes'),(332,'yith_wcwl_share_twitter','yes','yes'),(333,'yith_wcwl_share_pinterest','yes','yes'),(334,'yith_wcwl_share_googleplus','yes','yes'),(335,'yith_wcwl_share_email','yes','yes'),(336,'yith_wcwl_socials_title','My wishlist on blog','yes'),(337,'yith_wcwl_socials_text','','yes'),(338,'yith_wcwl_socials_image_url','','yes'),(339,'yith_wfbt_enable_integration','yes','yes'),(340,'yith-wcwl-page-id','5','yes'),(341,'yith_wcwl_version','2.0.16','yes'),(342,'yith_wcwl_db_version','2.0.0','yes'),(343,'ultimate_updater','enabled','yes'),(344,'ultimate_constants','a:3:{s:24:\"ULTIMATE_NO_UPDATE_CHECK\";b:0;s:28:\"ULTIMATE_NO_EDIT_PAGE_NOTICE\";b:0;s:30:\"ULTIMATE_NO_PLUGIN_PAGE_NOTICE\";b:0;}','yes'),(345,'ultimate_modules','a:41:{i:0;s:18:\"ultimate_animation\";i:1;s:16:\"ultimate_buttons\";i:2;s:18:\"ultimate_countdown\";i:3;s:17:\"ultimate_flip_box\";i:4;s:20:\"ultimate_google_maps\";i:5;s:22:\"ultimate_google_trends\";i:6;s:17:\"ultimate_headings\";i:7;s:22:\"ultimate_icon_timeline\";i:8;s:17:\"ultimate_info_box\";i:9;s:20:\"ultimate_info_circle\";i:10;s:18:\"ultimate_info_list\";i:11;s:20:\"ultimate_info_tables\";i:12;s:28:\"ultimate_interactive_banners\";i:13;s:29:\"ultimate_interactive_banner_2\";i:14;s:15:\"ultimate_modals\";i:15;s:17:\"ultimate_parallax\";i:16;s:23:\"ultimate_pricing_tables\";i:17;s:15:\"ultimate_spacer\";i:18;s:22:\"ultimate_stats_counter\";i:19;s:20:\"ultimate_swatch_book\";i:20;s:14:\"ultimate_icons\";i:21;s:18:\"ultimate_list_icon\";i:22;s:17:\"ultimate_carousel\";i:23;s:18:\"ultimate_fancytext\";i:24;s:22:\"ultimate_highlight_box\";i:25;s:20:\"ultimate_info_banner\";i:26;s:15:\"ultimate_ihover\";i:27;s:16:\"ultimate_hotspot\";i:28;s:21:\"ultimate_video_banner\";i:29;s:11:\"woocomposer\";i:30;s:20:\"ultimate_dual_button\";i:31;s:13:\"ultimate_link\";i:32;s:19:\"ultimate_fancy_text\";i:33;s:23:\"ultimate_hightlight_box\";i:34;s:20:\"ultimate_content_box\";i:35;s:24:\"ultimate_image_separator\";i:36;s:27:\"ultimate_expandable_section\";i:37;s:12:\"ultimate_tab\";i:38;s:23:\"ultimate_sticky_section\";i:39;s:13:\"ultimate_team\";i:40;s:21:\"ultimate_range_slider\";}','yes'),(346,'smile_fonts','a:1:{s:8:\"Defaults\";a:4:{s:7:\"include\";s:20:\"smile_fonts/Defaults\";s:6:\"folder\";s:20:\"smile_fonts/Defaults\";s:5:\"style\";s:21:\"Defaults/Defaults.css\";s:6:\"config\";s:11:\"charmap.php\";}}','yes'),(347,'brainstrom_products','a:1:{s:7:\"plugins\";a:1:{i:6892199;a:12:{s:8:\"template\";s:41:\"Ultimate_VC_Addons/Ultimate_VC_Addons.php\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:7:\"6892199\";s:12:\"product_name\";s:35:\"Ultimate Addons for Visual Composer\";s:7:\"version\";s:6:\"3.16.7\";s:6:\"remote\";s:7:\"3.16.21\";s:8:\"in_house\";s:4:\"true\";s:9:\"on_market\";s:4:\"true\";s:15:\"is_product_free\";s:5:\"false\";s:10:\"short_name\";s:0:\"\";s:13:\"changelog_url\";s:46:\"http://changelog.brainstormforce.com/ultimate/\";s:12:\"purchase_url\";s:74:\"https://codecanyon.net/cart/add_items?item_ids=6892199&ref=BrainstormForce\";}}}','yes'),(348,'bsf_local_transient_bundled','1521753316','yes'),(351,'yith_wcwl_general_videobox','a:7:{s:11:\"plugin_name\";s:25:\"YITH WooCommerce Wishlist\";s:18:\"title_first_column\";s:30:\"Discover the Advanced Features\";s:24:\"description_first_column\";s:90:\"Upgrade to the PREMIUM VERSION\r\nof YITH WOOCOMMERCE WISHLIST to benefit from all features!\";s:5:\"video\";a:3:{s:8:\"video_id\";s:9:\"118797844\";s:15:\"video_image_url\";s:99:\"http://deanostudios.com/wp-content/plugins/yith-woocommerce-wishlist//assets/images/video-thumb.jpg\";s:17:\"video_description\";s:0:\"\";}s:19:\"title_second_column\";s:28:\"Get Support and Pro Features\";s:25:\"description_second_column\";s:205:\"By purchasing the premium version of the plugin, you will take advantage of the advanced features of the product and you will get one year of free updates and support through our platform available 24h/24.\";s:6:\"button\";a:2:{s:4:\"href\";s:78:\"http://yithemes.com/themes/plugins/yith-woocommerce-wishlist/?refer_id=1030585\";s:5:\"title\";s:28:\"Get Support and Pro Features\";}}','yes'),(352,'yith_wcas_general_videobox','a:7:{s:11:\"plugin_name\";s:31:\"YITH WooCommerce Zoom Magnifier\";s:18:\"title_first_column\";s:30:\"Discover The Advanced Features\";s:24:\"description_first_column\";s:95:\"Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE ZOOM MAGNIFIER to benefit from all features!\";s:5:\"video\";a:3:{s:8:\"video_id\";s:9:\"122436840\";s:15:\"video_image_url\";s:130:\"http://deanostudios.com/wp-content/plugins/yith-woocommerce-zoom-magnifier/assets/images/yith-woocommerce-zoom-magnifier-video.jpg\";s:17:\"video_description\";s:79:\"See YITH WooCommerce Zoom Magnifier plugin with full premium features in action\";}s:19:\"title_second_column\";s:28:\"Get Support and Pro Features\";s:25:\"description_second_column\";s:206:\"By purchasing the premium version of the plugin, you will take advantage of the advanced features of the product, and you will get one year of free updates and support through our platform available 24h/24.\";s:6:\"button\";a:2:{s:4:\"href\";s:84:\"http://yithemes.com/themes/plugins/yith-woocommerce-zoom-magnifier/?refer_id=1030585\";s:5:\"title\";s:28:\"Get Support and Pro Features\";}}','yes'),(353,'yith_wcmg_enable_plugin','yes','yes'),(354,'yith_wcmg_enable_mobile','yes','yes'),(355,'yith_wcmg_force_sizes','yes','yes'),(356,'yith_wcmg_zoom_width','auto','yes'),(357,'yith_wcmg_zoom_height','auto','yes'),(358,'woocommerce_magnifier_image','a:3:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"crop\";b:1;}','yes'),(359,'yith_wcmg_zoom_position','right','yes'),(360,'yith_wcmg_zoom_mobile_position','inside','yes'),(361,'yith_wcmg_loading_label','Loading...','yes'),(362,'yith_wcmg_lens_opacity','0.5','yes'),(363,'yith_wcmg_softfocus','no','yes'),(364,'yith_wcmg_enableslider','yes','yes'),(365,'yith_wcmg_slider_responsive','yes','yes'),(366,'yith_wcmg_slider_items','3','yes'),(367,'yith_wcmg_slider_circular','yes','yes'),(368,'yith_wcmg_slider_infinite','yes','yes'),(371,'wpb_js_composer_license_activation_notified','yes','yes'),(373,'layerslider_update_info','O:8:\"stdClass\":5:{s:5:\"basic\";O:8:\"stdClass\":7:{s:4:\"slug\";s:11:\"LayerSlider\";s:6:\"plugin\";s:27:\"LayerSlider/layerslider.php\";s:7:\"version\";s:5:\"6.1.6\";s:3:\"url\";s:79:\"http://codecanyon.net/item/layerslider-wp-the-wordpress-parallax-slider/1362246\";s:7:\"package\";s:0:\"\";s:6:\"tested\";s:5:\"4.7.2\";s:14:\"upgrade_notice\";s:92:\"This update fixes every issues that we accidentally introduced in our last release (v6.1.5).\";}s:4:\"full\";O:8:\"stdClass\":18:{s:4:\"name\";s:14:\"LayerSlider WP\";s:8:\"homepage\";s:72:\"http://kreaturamedia.com/layerslider-responsive-wordpress-slider-plugin/\";s:7:\"version\";s:5:\"6.1.6\";s:12:\"last_updated\";s:10:\"2017-02-04\";s:8:\"requires\";s:3:\"3.5\";s:6:\"tested\";s:5:\"4.7.2\";s:6:\"rating\";s:2:\"95\";s:11:\"num_ratings\";i:2589;s:14:\"upgrade_notice\";a:3:{s:6:\"stable\";s:92:\"This update fixes every issues that we accidentally introduced in our last release (v6.1.5).\";s:4:\"beta\";s:92:\"This update fixes every issues that we accidentally introduced in our last release (v6.1.5).\";s:4:\"edge\";s:92:\"This update fixes every issues that we accidentally introduced in our last release (v6.1.5).\";}s:6:\"author\";s:80:\"<a href=\"http://codecanyon.net/user/kreatura\" target=\"_blank\">Kreatura Media</a>\";s:3:\"url\";s:79:\"http://codecanyon.net/item/layerslider-wp-the-wordpress-parallax-slider/1362246\";s:8:\"external\";b:1;s:9:\"file_name\";s:10:\"plugin.zip\";s:7:\"banners\";a:2:{s:3:\"low\";s:73:\"repository.kreaturamedia.com/v4/updates/1362246/assets/banner-772x250.jpg\";s:4:\"high\";s:74:\"repository.kreaturamedia.com/v4/updates/1362246/assets/banner-1544x500.jpg\";}s:8:\"sections\";a:3:{s:9:\"changelog\";s:130:\"<p style=\"text-align: justify;\">\n See the release log in the \'LayerSlider News\' section at the bottom of its main admin page.\n</p>\";s:12:\"installation\";s:456:\"<p style=\"text-align: justify;\">\n Updating the plugin won\'t touch your sliders and settings and the new version always has backward compatibility,\n so you don\'t have to worry about losing your work. Depending of the default settings, you may\n have to adjust some options to get the new features. If you are experience unwanted behavior changes, it is always a\n good idea to check your settings, there are probably new options to control these changes.\n</p>\";s:3:\"faq\";s:595:\"<p style=\"text-align: justify;\">\n Before contacting us, please read our <a href=\"http://support.kreaturamedia.com/faq/4/layerslider-for-wordpress/\" target=\"_blank\">online FAQs</a>, or check the built-in documentation in the contextual Help menu on the top-right corner of the page. Please note, these Help menus are contextual, they will show you different content on different pages.\n</p>\n\n<p style=\"text-align: justify;\">\n If you couldn\'t find an answer for your question, you can write us a comment at the Item\'s page on CodeCanyon, or send us an email from our CodeCanyon profile page.\n</p>\n\";}s:4:\"slug\";s:11:\"LayerSlider\";s:7:\"package\";s:0:\"\";s:13:\"download_link\";s:0:\"\";}s:15:\"_latest_version\";s:5:\"6.1.6\";s:14:\"_not_activated\";b:1;s:7:\"checked\";i:1488229150;}','yes'),(376,'recently_activated','a:0:{}','yes'),(390,'_transient_product_query-transient-version','1604801916','yes'),(420,'_transient_product-transient-version','1602358457','yes'),(501,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(653,'ls-latest-version','6.1.6','yes'),(737,'revslider-connection','1','yes'),(738,'revslider-latest-version','6.3.9','yes'),(739,'revslider-stable-version','4.2.0','yes'),(740,'revslider-notices','a:2:{i:0;O:8:\"stdClass\":8:{s:7:\"version\";s:6:\"6.2.18\";s:4:\"text\";s:277:\"<div style=\"display: block; background-color: #150A33;\"><a href=\"//www.themepunch.com/faq/wordpress-5-5-important-update-information/\" target=\"_blank\"><img alt=\"Important Notice\" src=\"//updates.themepunch.tools/banners/important_banner.jpg\" width=\"1400\" height=\"250\"></a></div>\";s:4:\"code\";s:10:\"TPRS630-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":8:{s:7:\"version\";s:5:\"9.9.9\";s:4:\"text\";s:298:\"<div style=\"display: block; background-color: #F3F2F6;\"><a href=\"//www.sliderrevolution.com/get-on-board-the-slider-revolution-dashboard/?ref=iwantaccess\" target=\"_blank\"><img alt=\"Important Notice\" src=\"//updates.themepunch.tools/banners/onboarding_banner.jpg\" width=\"1400\" height=\"250\"></a></div>\";s:4:\"code\";s:10:\"TPRS999-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"additional\";a:0:{}}}','yes'),(741,'revslider-dashboard','a:0:{}','yes'),(742,'revslider-addons','O:8:\"stdClass\":25:{s:22:\"revslider-backup-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_backup.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_wpgallery.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_wprelated.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"1.1.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch.tools/revslider/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch.tools/revslider/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:65:\"//updates.themepunch.tools/revslider/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:69:\"//updates.themepunch.tools/revslider/addons/images/addon_polyfold.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:25:\"Display images in 360°\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:69:\"//updates.themepunch.tools/revslider/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch.tools/revslider/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:64:\"//updates.themepunch.tools/revslider/addons/images/addon_404.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_wpadjacent.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch.tools/revslider/addons/images/addon_login.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch.tools/revslider/addons/images/addon_weather.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}}','yes'),(776,'WPLANG','','yes'),(795,'woocommerce_meta_box_errors','a:0:{}','yes'),(839,'woocommerce_cancelled_order_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:19:\"deanocook@gmail.com\";s:7:\"subject\";s:47:\"[{site_title}] Cancelled order ({order_number})\";s:7:\"heading\";s:15:\"Cancelled order\";s:10:\"email_type\";s:4:\"html\";}','yes'),(841,'_transient_shipping-transient-version','1524176382','yes'),(855,'woocommerce_failed_order_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:19:\"deanocook@gmail.com\";s:7:\"subject\";s:44:\"[{site_title}] Failed order ({order_number})\";s:7:\"heading\";s:12:\"Failed order\";s:10:\"email_type\";s:4:\"html\";}','yes'),(857,'woocommerce_new_order_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:19:\"deanocook@gmail.com\";s:7:\"subject\";s:65:\"[{site_title}] New customer order ({order_number}) - {order_date}\";s:7:\"heading\";s:18:\"New customer order\";s:10:\"email_type\";s:4:\"html\";}','yes'),(870,'woocommerce_gateway_order','a:4:{s:4:\"bacs\";i:0;s:6:\"cheque\";i:1;s:3:\"cod\";i:2;s:6:\"paypal\";i:3;}','yes'),(872,'woocommerce_cheque_settings','a:4:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:14:\"Check Payments\";s:11:\"description\";s:98:\"Please send a check to Store Name, Store Street, Store Town, Store State / County, Store Postcode.\";s:12:\"instructions\";s:0:\"\";}','yes'),(874,'woocommerce_paypal_settings','a:18:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:53:\"Pay with PayPal or Pay as a Guest with a Credit Card.\";s:5:\"email\";s:19:\"Deanocook@gmail.com\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:3:\"yes\";s:8:\"advanced\";s:0:\"\";s:14:\"receiver_email\";s:19:\"Deanocook@gmail.com\";s:14:\"identity_token\";s:59:\"9RE0CIItg8xHqwdwbRg6p_6nmP9KZfjcAwn_rdDoZldiXxxzcIwGZ0wxC18\";s:14:\"invoice_prefix\";s:3:\"DC-\";s:13:\"send_shipping\";s:3:\"yes\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:10:\"page_style\";s:9:\"DeanoCook\";s:11:\"api_details\";s:0:\"\";s:12:\"api_username\";s:24:\"Deanocook_api1.gmail.com\";s:12:\"api_password\";s:16:\"Y3XDKRY3VD6XJULA\";s:13:\"api_signature\";s:56:\"AFcWxV21C7fd0v3bYYYRCpSSRl31A7Zpqf.02UEWY6qou739ti5W4CCf\";}','yes'),(883,'woocommerce_flat_rate_1_settings','a:10:{s:5:\"title\";s:9:\"Flat Rate\";s:10:\"tax_status\";s:7:\"taxable\";s:4:\"cost\";s:1:\"0\";s:11:\"class_costs\";s:0:\"\";s:13:\"class_cost_22\";s:4:\"5.95\";s:13:\"class_cost_29\";s:11:\"15.95*[qty]\";s:13:\"no_class_cost\";s:4:\"0.00\";s:4:\"type\";s:5:\"class\";s:14:\"class_cost_161\";s:11:\"50.00*[qty]\";s:14:\"class_cost_170\";s:4:\"0.00\";}','yes'),(899,'category_children','a:0:{}','yes'),(902,'portfolio_entries_children','a:0:{}','yes'),(1020,'revslider-valid-notice','false','yes'),(1687,'_transient_orders-transient-version','1607020232','yes'),(1928,'jetpack_sync_settings_disable','0','yes'),(1931,'jpsq_sync-1488226741.309234-461352-1','a:5:{i:0;s:14:\"deleted_plugin\";i:1;a:2:{i:0;s:19:\"jetpack/jetpack.php\";i:1;b:1;}i:2;i:1;i:3;d:1488226741.309217;i:4;b:0;}','no'),(2139,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:19:\"deanocook@gmail.com\";s:7:\"version\";s:5:\"5.4.4\";s:9:\"timestamp\";i:1604133865;}','no'),(3287,'autoptimize_version','2.1.0','yes'),(3303,'autoptimize_html','on','yes'),(3304,'autoptimize_html_keepcomments','','yes'),(3305,'autoptimize_js','on','yes'),(3306,'autoptimize_js_exclude','seal.js, js/jquery/jquery.js,http://deanostudios.com/wp-includes/js/jquery/jquery.js','yes'),(3307,'autoptimize_js_trycatch','','yes'),(3308,'autoptimize_js_justhead','','yes'),(3309,'autoptimize_js_forcehead','','yes'),(3310,'autoptimize_js_include_inline','','yes'),(3311,'autoptimize_css','on','yes'),(3312,'autoptimize_css_exclude','admin-bar.min.css, dashicons.min.css','yes'),(3313,'autoptimize_css_justhead','','yes'),(3314,'autoptimize_css_datauris','on','yes'),(3315,'autoptimize_css_defer','','yes'),(3316,'autoptimize_css_defer_inline','','yes'),(3317,'autoptimize_css_inline','','yes'),(3318,'autoptimize_css_include_inline','on','yes'),(3319,'autoptimize_css_nogooglefont','on','yes'),(3320,'autoptimize_cdn_url','','yes'),(3321,'autoptimize_cache_clean','0','yes'),(3322,'autoptimize_cache_nogzip','on','yes'),(3323,'autoptimize_show_adv','1','yes'),(3333,'w3tc_state','{\"common.install\":1490964893,\"minify.hide_minify_help\":true,\"common.show_note.plugins_updated\":false,\"common.show_note.plugins_updated.timestamp\":1491083298,\"common.show_note.flush_posts_needed\":false,\"common.show_note.flush_posts_needed.timestamp\":1491083298,\"minify.show_note.need_flush\":false,\"minify.show_note.need_flush.timestamp\":1491083299,\"common.show_note.flush_statics_needed\":false,\"common.show_note.flush_statics_needed.timestamp\":1491083298,\"objectcache.show_note.flush_needed\":false,\"objectcache.show_note.flush_needed.timestamp\":1491083299}','no'),(3356,'w3tc_nr_application_id','{\"d41d8cd98f00b204e9800998ecf8427e\":0}','yes'),(3357,'w3tc_generic_widgetservices','{\"items\":[{\"name\":\"Premium Support Response (Usually <1h First Response)\",\"parameter_name\":\"field4\",\"parameter_value\":\"Premium Support Response (Usually <1h First Response)\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Performance Audit \\/ Consult (Theme, Plugin, Content, Server)\",\"parameter_name\":\"field4\",\"parameter_value\":\"Performance Audit \\/ Consult (Theme, Plugin, Content, Server)\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Plugin Configuration\",\"parameter_name\":\"field4\",\"parameter_value\":\"Plugin Configuration\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"SSL Performance Setup\",\"parameter_name\":\"field4\",\"parameter_value\":\"SSL Performance Setup\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Full Site Delivery Setup\",\"parameter_name\":\"field4\",\"parameter_value\":\"Full Site Delivery Setup\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Hosting Environment Troubleshooting\",\"parameter_name\":\"field4\",\"parameter_value\":\"Hosting Environment Troubleshooting\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Performance Monitoring\",\"parameter_name\":\"field4\",\"parameter_value\":\"Performance Monitoring\",\"form_hash\":\"m5pom8z0qy59rm\"}],\"expires\":1491570180}','no'),(3410,'cache_control_front_page_max_age','300','yes'),(3411,'cache_control_front_page_s_maxage','150','yes'),(3412,'cache_control_singles_max_age','600','yes'),(3413,'cache_control_singles_s_maxage','60','yes'),(3414,'cache_control_singles_mmulti','1','yes'),(3415,'cache_control_pages_max_age','1200','yes'),(3416,'cache_control_pages_s_maxage','300','yes'),(3417,'cache_control_home_max_age','180','yes'),(3418,'cache_control_home_s_maxage','45','yes'),(3419,'cache_control_home_paged','5','yes'),(3420,'cache_control_categories_max_age','900','yes'),(3421,'cache_control_categories_s_maxage','300','yes'),(3422,'cache_control_categories_paged','8','yes'),(3423,'cache_control_tags_max_age','900','yes'),(3424,'cache_control_tags_s_maxage','300','yes'),(3425,'cache_control_tags_paged','10','yes'),(3426,'cache_control_authors_max_age','1800','yes'),(3427,'cache_control_authors_s_maxage','600','yes'),(3428,'cache_control_authors_paged','10','yes'),(3429,'cache_control_dates_max_age','10800','yes'),(3430,'cache_control_dates_s_maxage','2700','yes'),(3431,'cache_control_feeds_max_age','5400','yes'),(3432,'cache_control_feeds_s_maxage','600','yes'),(3433,'cache_control_attachment_max_age','10800','yes'),(3434,'cache_control_attachment_s_maxage','2700','yes'),(3435,'cache_control_search_max_age','1800','yes'),(3436,'cache_control_search_s_maxage','600','yes'),(3437,'cache_control_notfound_max_age','900','yes'),(3438,'cache_control_notfound_s_maxage','300','yes'),(3439,'cache_control_redirect_permanent_max_age','86400','yes'),(3440,'cache_control_redirect_permanent_s_maxage','21600','yes'),(3568,'sbp_page_time','9.65','yes'),(3569,'sbp_page_queries','133','yes'),(3570,'sbp_css_async','1','yes'),(3571,'sbp_css_minify','1','yes'),(3572,'sbp_footer_css','0','yes'),(3573,'sbp_is_mobile','0','yes'),(3581,'all_theme_scripts_handle','dt-sc-plugin-scripts<br />dt-sc-script<br />admin-bar<br />contact-form-7<br />tp-tools<br />revmin<br />wc-add-to-cart<br />woocommerce<br />wc-cart-fragments<br />vc_woocommerce-add-to-cart-js<br />prettyPhoto<br />prettyPhoto-init<br />jquery-selectBox<br />jquery-yith-wcwl<br />foreal-html5<br />foreal-custom<br />foreal-plugins<br />foreal-modernizr<br />ultimate-script<br />wp-embed<br />wpb_composer_front_js<br />','yes'),(3582,'all_theme_scripts_src','http://deanostudios.com/wp-content/plugins/buddhathemes-core-features/shortcodes/js/jsscplugins.js<br />http://deanostudios.com/wp-content/plugins/buddhathemes-core-features/shortcodes/js/shortcodes.js<br />/wp-includes/js/admin-bar.min.js<br />http://deanostudios.com/wp-content/plugins/contact-form-7/includes/js/scripts.js<br />http://deanostudios.com/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js<br />http://deanostudios.com/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js<br />//deanocook.com/blog/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js<br />//deanocook.com/blog/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js<br />//deanocook.com/blog/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js<br />http://deanostudios.com/wp-content/plugins/js_composer/assets/js/vendors/woocommerce-add-to-cart.js<br />//deanocook.com/blog/wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.min.js<br />//deanocook.com/blog/wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.init.min.js<br />http://deanostudios.com/wp-content/plugins/yith-woocommerce-wishlist/assets/js/jquery.selectBox.min.js<br />http://deanostudios.com/wp-content/plugins/yith-woocommerce-wishlist/assets/js/jquery.yith-wcwl.js<br />http://deanostudios.com/wp-content/themes/foreal/framework/js/html5.js<br />http://deanostudios.com/wp-content/themes/foreal/framework/js/custom.js<br />http://deanostudios.com/wp-content/themes/foreal/framework/js/jsplugins.js<br />http://deanostudios.com/wp-content/themes/foreal/framework/js/modernizr.min.js<br />http://deanostudios.com/wp-content/plugins/Ultimate_VC_Addons/assets/min-js/ultimate.min.js<br />/wp-includes/js/wp-embed.min.js<br />http://deanostudios.com/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js<br />','yes'),(3583,'all_theme_styles_handle','open-sans<br />dashicons<br />vc_google_fonts_abril_fatfaceregular<br />vc_google_fonts_cabinregularitalic500500italic600600italic700700italic<br />','yes'),(3592,'sbp_settings','a:3:{s:16:\"jquery_to_footer\";s:1:\"1\";s:13:\"defer_parsing\";s:1:\"1\";s:13:\"sbp_css_async\";s:1:\"1\";}','yes'),(3594,'sbp_css_exceptions','','yes'),(3595,'sbp_sanitize','','yes'),(3596,'sbp_js_footer_exceptions1','','yes'),(3597,'sbp_js_footer_exceptions2','','yes'),(3598,'sbp_js_footer_exceptions3','','yes'),(3599,'sbp_js_footer_exceptions4','','yes'),(3600,'sbp_head_html_script1','','yes'),(3601,'sbp_head_html_script2','','yes'),(3602,'sbp_head_html_script3','','yes'),(3603,'sbp_head_html_script4','','yes'),(3604,'sbp_defer_exceptions1','','yes'),(3605,'sbp_defer_exceptions2','','yes'),(3606,'sbp_defer_exceptions3','','yes'),(3607,'sbp_defer_exceptions4','','yes'),(3663,'wdev-frash','a:3:{s:7:\"plugins\";a:1:{s:23:\"wp-smushit/wp-smush.php\";i:1490972177;}s:5:\"queue\";a:2:{s:32:\"7de3619981caadc55f30a002bfb299f6\";a:3:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:5:\"email\";s:7:\"show_at\";i:1490972177;}s:32:\"fc50097023d0d34c5a66f6cddcf77694\";a:3:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:4:\"rate\";s:7:\"show_at\";i:1491576977;}}s:4:\"done\";a:0:{}}','no'),(3664,'wp-smush-version','2.6.1','no'),(3665,'wp-smush-skip-redirect','1','no'),(3673,'dir_smush_stats','a:2:{s:9:\"dir_smush\";a:2:{s:5:\"total\";s:1:\"0\";s:9:\"optimised\";i:0;}s:14:\"combined_stats\";a:0:{}}','no'),(3674,'wp-smush-install-type','new','no'),(4006,'revslider-update-check','','yes'),(4061,'wdjs_do_not_defer_opt','','yes'),(4066,'WpFc_api_key','3e43f77233abf01e83adfcff32c704d3','yes'),(4125,'w3tc_minify','{\"eff97.js\":[\"wp-includes\\/js\\/jquery\\/jquery.js\",\"wp-includes\\/js\\/jquery\\/jquery-migrate.min.js\",\"wp-content\\/plugins\\/revslider\\/public\\/assets\\/js\\/jquery.themepunch.tools.min.js\",\"wp-content\\/plugins\\/revslider\\/public\\/assets\\/js\\/jquery.themepunch.revolution.min.js\"],\"ec18f.js\":[\"wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/add-to-cart.min.js\",\"wp-content\\/plugins\\/js_composer\\/assets\\/js\\/vendors\\/woocommerce-add-to-cart.js\",\"wp-content\\/themes\\/foreal\\/framework\\/js\\/modernizr.min.js\",\"wp-includes\\/js\\/jquery\\/ui\\/core.min.js\",\"wp-content\\/plugins\\/Ultimate_VC_Addons\\/assets\\/min-js\\/ultimate.min.js\"],\"027b7.js\":[\"wp-content\\/plugins\\/buddhathemes-core-features\\/shortcodes\\/js\\/jsscplugins.js\"],\"d5aa8.js\":[\"wp-content\\/plugins\\/buddhathemes-core-features\\/shortcodes\\/js\\/shortcodes.js\",\"wp-content\\/plugins\\/contact-form-7\\/includes\\/js\\/jquery.form.min.js\"],\"6360f.js\":[\"wp-content\\/plugins\\/contact-form-7\\/includes\\/js\\/scripts.js\",\"wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/jquery-blockui\\/jquery.blockUI.min.js\"],\"3c2c7.js\":[\"wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/woocommerce.min.js\",\"wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/jquery-cookie\\/jquery.cookie.min.js\"],\"5972c.js\":[\"wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/cart-fragments.min.js\",\"wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/prettyPhoto\\/jquery.prettyPhoto.min.js\",\"wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/prettyPhoto\\/jquery.prettyPhoto.init.min.js\",\"wp-content\\/plugins\\/yith-woocommerce-wishlist\\/assets\\/js\\/jquery.selectBox.min.js\"],\"0abef.js\":[\"wp-content\\/plugins\\/yith-woocommerce-wishlist\\/assets\\/js\\/jquery.yith-wcwl.js\",\"wp-content\\/themes\\/foreal\\/framework\\/js\\/custom.js\"],\"816dc.js\":[\"wp-content\\/themes\\/foreal\\/framework\\/js\\/jsplugins.js\",\"wp-includes\\/js\\/wp-embed.min.js\",\"wp-content\\/plugins\\/js_composer\\/assets\\/js\\/dist\\/js_composer_front.min.js\"],\"3916c.css\":[\"wp-content\\/plugins\\/buddhathemes-core-features\\/shortcodes\\/css\\/animations.css\",\"wp-content\\/plugins\\/buddhathemes-core-features\\/shortcodes\\/css\\/jquery-ui.css\",\"wp-content\\/plugins\\/buddhathemes-core-features\\/shortcodes\\/css\\/shortcodes.css\",\"wp-content\\/plugins\\/buddhathemes-core-features\\/visual-composer\\/style.css\",\"wp-content\\/plugins\\/buddhathemes-core-features\\/visual-composer\\/icons\\/stroke-gap-icons.min.css\",\"wp-content\\/plugins\\/js_composer\\/assets\\/lib\\/bower\\/font-awesome\\/css\\/font-awesome.min.css\",\"wp-content\\/plugins\\/contact-form-7\\/includes\\/css\\/styles.css\",\"wp-content\\/plugins\\/responsive-maps-plugin\\/includes\\/css\\/resmap.min.css\",\"wp-content\\/plugins\\/revslider\\/public\\/assets\\/css\\/settings.css\",\"wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/prettyPhoto.css\",\"wp-content\\/plugins\\/yith-woocommerce-wishlist\\/assets\\/css\\/jquery.selectBox.css\",\"wp-content\\/plugins\\/yith-woocommerce-wishlist\\/assets\\/css\\/style.css\",\"wp-content\\/plugins\\/yith-woocommerce-wishlist\\/assets\\/css\\/font-awesome.min.css\",\"wp-content\\/themes\\/foreal\\/style.css\",\"wp-content\\/themes\\/foreal\\/css\\/woocommerce.css\",\"wp-content\\/themes\\/foreal\\/css\\/dark.css\",\"wp-content\\/themes\\/foreal\\/css\\/skins\\/default\\/style.css\",\"wp-content\\/themes\\/foreal\\/responsive.css\",\"wp-content\\/plugins\\/js_composer\\/assets\\/css\\/js_composer.min.css\",\"wp-content\\/uploads\\/smile_fonts\\/Defaults\\/Defaults.css\",\"wp-content\\/plugins\\/Ultimate_VC_Addons\\/assets\\/min-css\\/ultimate.min.css\"],\"16f50.js\":[\"wp-content\\/plugins\\/buddhathemes-core-features\\/shortcodes\\/js\\/shortcodes.js\",\"wp-includes\\/js\\/admin-bar.min.js\",\"wp-content\\/plugins\\/contact-form-7\\/includes\\/js\\/jquery.form.min.js\"],\"b55ef.css\":[\"wp-content\\/plugins\\/buddhathemes-core-features\\/shortcodes\\/css\\/animations.css\",\"wp-content\\/plugins\\/buddhathemes-core-features\\/shortcodes\\/css\\/jquery-ui.css\",\"wp-content\\/plugins\\/buddhathemes-core-features\\/shortcodes\\/css\\/shortcodes.css\",\"wp-includes\\/css\\/dashicons.min.css\",\"wp-includes\\/css\\/admin-bar.min.css\",\"wp-content\\/plugins\\/buddhathemes-core-features\\/visual-composer\\/style.css\",\"wp-content\\/plugins\\/buddhathemes-core-features\\/visual-composer\\/icons\\/stroke-gap-icons.min.css\",\"wp-content\\/plugins\\/js_composer\\/assets\\/lib\\/bower\\/font-awesome\\/css\\/font-awesome.min.css\",\"wp-content\\/plugins\\/contact-form-7\\/includes\\/css\\/styles.css\",\"wp-content\\/plugins\\/responsive-maps-plugin\\/includes\\/css\\/resmap.min.css\",\"wp-content\\/plugins\\/revslider\\/public\\/assets\\/css\\/settings.css\",\"wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/prettyPhoto.css\",\"wp-content\\/plugins\\/yith-woocommerce-wishlist\\/assets\\/css\\/jquery.selectBox.css\",\"wp-content\\/plugins\\/yith-woocommerce-wishlist\\/assets\\/css\\/style.css\",\"wp-content\\/plugins\\/yith-woocommerce-wishlist\\/assets\\/css\\/font-awesome.min.css\",\"wp-content\\/themes\\/foreal\\/style.css\",\"wp-content\\/themes\\/foreal\\/css\\/woocommerce.css\",\"wp-content\\/themes\\/foreal\\/css\\/dark.css\",\"wp-content\\/themes\\/foreal\\/css\\/skins\\/default\\/style.css\",\"wp-content\\/themes\\/foreal\\/responsive.css\",\"wp-content\\/plugins\\/js_composer\\/assets\\/css\\/js_composer.min.css\",\"wp-content\\/uploads\\/smile_fonts\\/Defaults\\/Defaults.css\",\"wp-content\\/plugins\\/Ultimate_VC_Addons\\/assets\\/min-css\\/ultimate.min.css\"]}','no'),(4154,'wsblc_options','{\"max_execution_time\":420,\"check_threshold\":72,\"recheck_count\":3,\"recheck_threshold\":1800,\"run_in_dashboard\":true,\"run_via_cron\":true,\"mark_broken_links\":true,\"broken_link_css\":\".broken_link, a.broken_link {\\n\\ttext-decoration: line-through;\\n}\",\"nofollow_broken_links\":false,\"mark_removed_links\":false,\"removed_link_css\":\".removed_link, a.removed_link {\\n\\ttext-decoration: line-through;\\n}\",\"exclusion_list\":[],\"send_email_notifications\":true,\"send_authors_email_notifications\":false,\"notification_email_address\":\"\",\"notification_schedule\":\"daily\",\"last_notification_sent\":1493245995,\"suggestions_enabled\":true,\"warnings_enabled\":true,\"server_load_limit\":4,\"enable_load_limit\":true,\"custom_fields\":[],\"enabled_post_statuses\":[\"publish\"],\"autoexpand_widget\":true,\"dashboard_widget_capability\":\"edit_others_posts\",\"show_link_count_bubble\":true,\"table_layout\":\"flexible\",\"table_compact\":true,\"table_visible_columns\":[\"new-url\",\"status\",\"used-in\",\"new-link-text\"],\"table_links_per_page\":30,\"table_color_code_status\":true,\"need_resynch\":false,\"current_db_version\":9,\"timeout\":30,\"highlight_permanent_failures\":false,\"failure_duration_threshold\":3,\"logging_enabled\":false,\"log_file\":\"\",\"custom_log_file_enabled\":false,\"installation_complete\":true,\"installation_flag_cleared_on\":\"2017-04-01T22:22:05+00:00 (1491085325.7648)\",\"installation_flag_set_on\":\"2017-04-01T22:22:06+00:00 (1491085326.0825)\",\"user_has_donated\":false,\"donation_flag_fixed\":false,\"show_link_actions\":{\"blc-deredirect-action\":false},\"first_installation_timestamp\":1491085325,\"active_modules\":{\"http\":{\"ModuleID\":\"http\",\"ModuleCategory\":\"checker\",\"ModuleContext\":\"on-demand\",\"ModuleLazyInit\":true,\"ModuleClassName\":\"blcHttpChecker\",\"ModulePriority\":-1,\"ModuleCheckerUrlPattern\":\"\",\"ModuleHidden\":false,\"ModuleAlwaysActive\":false,\"ModuleRequiresPro\":false,\"Name\":\"Basic HTTP\",\"PluginURI\":\"\",\"Version\":\"1.0\",\"Description\":\"Check all links that have the HTTP\\/HTTPS protocol.\",\"Author\":\"Janis Elsts\",\"AuthorURI\":\"\",\"TextDomain\":\"broken-link-checker\",\"DomainPath\":\"\",\"Network\":false,\"Title\":\"Basic HTTP\",\"AuthorName\":\"Janis Elsts\",\"file\":\"checkers\\/http.php\"},\"link\":{\"ModuleID\":\"link\",\"ModuleCategory\":\"parser\",\"ModuleContext\":\"on-demand\",\"ModuleLazyInit\":true,\"ModuleClassName\":\"blcHTMLLink\",\"ModulePriority\":1000,\"ModuleCheckerUrlPattern\":\"\",\"ModuleHidden\":false,\"ModuleAlwaysActive\":false,\"ModuleRequiresPro\":false,\"Name\":\"HTML links\",\"PluginURI\":\"\",\"Version\":\"1.0\",\"Description\":\"Example : <code><a href=\\\"http:\\/\\/example.com\\/\\\">link text<\\/a><\\/code>\",\"Author\":\"Janis Elsts\",\"AuthorURI\":\"\",\"TextDomain\":\"broken-link-checker\",\"DomainPath\":\"\",\"Network\":false,\"Title\":\"HTML links\",\"AuthorName\":\"Janis Elsts\",\"file\":\"parsers\\/html_link.php\"},\"image\":{\"ModuleID\":\"image\",\"ModuleCategory\":\"parser\",\"ModuleContext\":\"on-demand\",\"ModuleLazyInit\":true,\"ModuleClassName\":\"blcHTMLImage\",\"ModulePriority\":900,\"ModuleCheckerUrlPattern\":\"\",\"ModuleHidden\":false,\"ModuleAlwaysActive\":false,\"ModuleRequiresPro\":false,\"Name\":\"HTML images\",\"PluginURI\":\"\",\"Version\":\"1.0\",\"Description\":\"e.g. <code><img src=\\\"http:\\/\\/example.com\\/fluffy.jpg\\\"><\\/code>\",\"Author\":\"Janis Elsts\",\"AuthorURI\":\"\",\"TextDomain\":\"broken-link-checker\",\"DomainPath\":\"\",\"Network\":false,\"Title\":\"HTML images\",\"AuthorName\":\"Janis Elsts\",\"file\":\"parsers\\/image.php\"},\"metadata\":{\"ModuleID\":\"metadata\",\"ModuleCategory\":\"parser\",\"ModuleContext\":\"on-demand\",\"ModuleLazyInit\":true,\"ModuleClassName\":\"blcMetadataParser\",\"ModulePriority\":0,\"ModuleCheckerUrlPattern\":\"\",\"ModuleHidden\":true,\"ModuleAlwaysActive\":true,\"ModuleRequiresPro\":false,\"Name\":\"Metadata\",\"PluginURI\":\"\",\"Version\":\"1.0\",\"Description\":\"Parses metadata (AKA custom fields)\",\"Author\":\"Janis Elsts\",\"AuthorURI\":\"\",\"TextDomain\":\"broken-link-checker\",\"DomainPath\":\"\",\"Network\":false,\"Title\":\"Metadata\",\"AuthorName\":\"Janis Elsts\",\"file\":\"parsers\\/metadata.php\"},\"url_field\":{\"ModuleID\":\"url_field\",\"ModuleCategory\":\"parser\",\"ModuleContext\":\"on-demand\",\"ModuleLazyInit\":true,\"ModuleClassName\":\"blcUrlField\",\"ModulePriority\":0,\"ModuleCheckerUrlPattern\":\"\",\"ModuleHidden\":true,\"ModuleAlwaysActive\":true,\"ModuleRequiresPro\":false,\"Name\":\"URL fields\",\"PluginURI\":\"\",\"Version\":\"1.0\",\"Description\":\"Parses data fields that contain a single, plaintext URL.\",\"Author\":\"Janis Elsts\",\"AuthorURI\":\"\",\"TextDomain\":\"broken-link-checker\",\"DomainPath\":\"\",\"Network\":false,\"Title\":\"URL fields\",\"AuthorName\":\"Janis Elsts\",\"file\":\"parsers\\/url_field.php\"},\"comment\":{\"ModuleID\":\"comment\",\"ModuleCategory\":\"container\",\"ModuleContext\":\"all\",\"ModuleLazyInit\":false,\"ModuleClassName\":\"blcCommentManager\",\"ModulePriority\":0,\"ModuleCheckerUrlPattern\":\"\",\"ModuleHidden\":false,\"ModuleAlwaysActive\":false,\"ModuleRequiresPro\":false,\"Name\":\"Comments\",\"PluginURI\":\"\",\"Version\":\"1.0\",\"Description\":\"\",\"Author\":\"Janis Elsts\",\"AuthorURI\":\"\",\"TextDomain\":\"broken-link-checker\",\"DomainPath\":\"\",\"Network\":false,\"Title\":\"Comments\",\"AuthorName\":\"Janis Elsts\",\"file\":\"containers\\/comment.php\"},\"post\":{\"Name\":\"Blog Posts\",\"ModuleCategory\":\"container\",\"ModuleContext\":\"all\",\"ModuleClassName\":\"blcAnyPostContainerManager\",\"ModuleID\":\"post\",\"file\":\"\",\"ModuleLazyInit\":false,\"ModulePriority\":0,\"ModuleHidden\":false,\"ModuleAlwaysActive\":false,\"ModuleRequiresPro\":false,\"TextDomain\":\"broken-link-checker\",\"virtual\":true},\"page\":{\"Name\":\"Pages\",\"ModuleCategory\":\"container\",\"ModuleContext\":\"all\",\"ModuleClassName\":\"blcAnyPostContainerManager\",\"ModuleID\":\"page\",\"file\":\"\",\"ModuleLazyInit\":false,\"ModulePriority\":0,\"ModuleHidden\":false,\"ModuleAlwaysActive\":false,\"ModuleRequiresPro\":false,\"TextDomain\":\"broken-link-checker\",\"virtual\":true},\"youtube-checker\":{\"ModuleID\":\"youtube-checker\",\"ModuleCategory\":\"checker\",\"ModuleContext\":\"on-demand\",\"ModuleLazyInit\":true,\"ModuleClassName\":\"blcYouTubeChecker\",\"ModulePriority\":100,\"ModuleCheckerUrlPattern\":\"@^https?:\\/\\/(?:([\\\\w\\\\d]+\\\\.)*youtube\\\\.[^\\/]+\\/watch\\\\?.*v=[^\\/#]|youtu\\\\.be\\/[^\\/#\\\\?]+|(?:[\\\\w\\\\d]+\\\\.)*?youtube\\\\.[^\\/]+\\/(playlist|view_play_list)\\\\?[^\\/#]{15,}?)@i\",\"ModuleHidden\":false,\"ModuleAlwaysActive\":false,\"ModuleRequiresPro\":false,\"Name\":\"YouTube API\",\"PluginURI\":\"\",\"Version\":\"3\",\"Description\":\"Check links to YouTube videos and playlists using the YouTube API.\",\"Author\":\"Janis Elsts\",\"AuthorURI\":\"\",\"TextDomain\":\"broken-link-checker\",\"DomainPath\":\"\",\"Network\":false,\"Title\":\"YouTube API\",\"AuthorName\":\"Janis Elsts\",\"file\":\"extras\\/youtube.php\"},\"youtube-iframe\":{\"ModuleID\":\"youtube-iframe\",\"ModuleCategory\":\"parser\",\"ModuleContext\":\"on-demand\",\"ModuleLazyInit\":true,\"ModuleClassName\":\"blcYouTubeIframe\",\"ModulePriority\":120,\"ModuleCheckerUrlPattern\":\"\",\"ModuleHidden\":false,\"ModuleAlwaysActive\":false,\"ModuleRequiresPro\":false,\"Name\":\"Embedded YouTube videos\",\"PluginURI\":\"\",\"Version\":\"1.0\",\"Description\":\"Parse embedded videos from YouTube\",\"Author\":\"Janis Elsts\",\"AuthorURI\":\"\",\"TextDomain\":\"broken-link-checker\",\"DomainPath\":\"\",\"Network\":false,\"Title\":\"Embedded YouTube videos\",\"AuthorName\":\"Janis Elsts\",\"file\":\"extras\\/youtube-iframe.php\"},\"dummy\":{\"ModuleID\":\"dummy\",\"ModuleCategory\":\"container\",\"ModuleContext\":\"all\",\"ModuleLazyInit\":false,\"ModuleClassName\":\"blcDummyManager\",\"ModulePriority\":0,\"ModuleCheckerUrlPattern\":\"\",\"ModuleHidden\":true,\"ModuleAlwaysActive\":true,\"ModuleRequiresPro\":false,\"Name\":\"Dummy\",\"PluginURI\":\"\",\"Version\":\"1.0\",\"Description\":\"\",\"Author\":\"Janis Elsts\",\"AuthorURI\":\"\",\"TextDomain\":\"broken-link-checker\",\"DomainPath\":\"\",\"Network\":false,\"Title\":\"Dummy\",\"AuthorName\":\"Janis Elsts\",\"file\":\"containers\\/dummy.php\"}},\"module_deactivated_when\":{\"custom_field\":1491085325,\"http\":1493639896,\"link\":1493639896,\"image\":1493639896,\"metadata\":1493639896,\"url_field\":1493639896,\"comment\":1493639896,\"post\":1493639896,\"page\":1493639896,\"youtube-checker\":1493639896,\"youtube-iframe\":1493639896,\"dummy\":1493639896},\"last_email\":{\"subject\":\"[Deano Cook] Broken links detected\",\"timestamp\":1493245995,\"success\":true}}','yes'),(4155,'blc_installation_log','a:63:{i:0;a:3:{i:0;i:1;i:1;s:40:\"Plugin activated at 2017-04-01 22:22:05.\";i:2;N;}i:1;a:3:{i:0;i:1;i:1;s:27:\"Installation/update begins.\";i:2;N;}i:2;a:3:{i:0;i:1;i:1;s:25:\"Upgrading the database...\";i:2;N;}i:3;a:3:{i:0;i:1;i:1;s:31:\"... SHOW TABLES (0.002 seconds)\";i:2;N;}i:4;a:3:{i:0;i:1;i:1;s:272:\" [OK] \r\n CREATE TABLE IF NOT EXISTS `wp_blc_filters` (\r\n `id` int(10) unsigned NOT NULL AUTO_INCREMENT,\r\n `name` varchar(100) NOT NULL,\r\n `params` text NOT NULL,\r\n \r\n PRIMARY KEY (`id`)\r\n ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci (0.039 seconds)\";i:2;N;}i:5;a:3:{i:0;i:1;i:1;s:731:\" [OK] \r\n \r\n CREATE TABLE IF NOT EXISTS `wp_blc_instances` (\r\n `instance_id` int(10) unsigned NOT NULL AUTO_INCREMENT,\r\n `link_id` int(10) unsigned NOT NULL,\r\n `container_id` int(10) unsigned NOT NULL,\r\n `container_type` varchar(40) NOT NULL DEFAULT \'post\',\r\n `link_text` text NOT NULL DEFAULT \'\',\r\n `parser_type` varchar(40) NOT NULL DEFAULT \'link\',\r\n `container_field` varchar(250) NOT NULL DEFAULT \'\',\r\n `link_context` varchar(250) NOT NULL DEFAULT \'\',\r\n `raw_url` text NOT NULL,\r\n \r\n PRIMARY KEY (`instance_id`),\r\n KEY `link_id` (`link_id`),\r\n KEY `source_id` (`container_type`, `container_id`),\r\n KEY `parser_type` (`parser_type`)\r\n ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci (0.017 seconds)\";i:2;N;}i:6;a:3:{i:0;i:1;i:1;s:1505:\" [OK] \r\n \r\n CREATE TABLE IF NOT EXISTS `wp_blc_links` (\r\n `link_id` int(20) unsigned NOT NULL AUTO_INCREMENT,\r\n `url` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,\r\n `first_failure` datetime NOT NULL DEFAULT \'0000-00-00 00:00:00\',\r\n `last_check` datetime NOT NULL DEFAULT \'0000-00-00 00:00:00\',\r\n `last_success` datetime NOT NULL DEFAULT \'0000-00-00 00:00:00\',\r\n `last_check_attempt` datetime NOT NULL DEFAULT \'0000-00-00 00:00:00\',\r\n `check_count` int(4) unsigned NOT NULL DEFAULT \'0\',\r\n `final_url` text CHARACTER SET latin1 COLLATE latin1_general_cs NOT NULL,\r\n `redirect_count` smallint(5) unsigned NOT NULL DEFAULT \'0\',\r\n `log` text NOT NULL,\r\n `http_code` smallint(6) NOT NULL DEFAULT \'0\',\r\n `status_code` varchar(100) DEFAULT \'\',\r\n `status_text` varchar(250) DEFAULT \'\',\r\n `request_duration` float NOT NULL DEFAULT \'0\',\r\n `timeout` tinyint(1) unsigned NOT NULL DEFAULT \'0\',\r\n `broken` tinyint(1) unsigned NOT NULL DEFAULT \'0\',\r\n `warning` tinyint(1) unsigned NOT NULL DEFAULT \'0\',\r\n `may_recheck` tinyint(1) NOT NULL DEFAULT \'1\',\r\n `being_checked` tinyint(1) NOT NULL DEFAULT \'0\',\r\n\r\n `result_hash` varchar(200) NOT NULL DEFAULT \'\',\r\n `false_positive` tinyint(1) NOT NULL DEFAULT \'0\',\r\n `dismissed` tinyint(1) NOT NULL DEFAULT \'0\',\r\n \r\n PRIMARY KEY (`link_id`),\r\n KEY `url` (`url`(150)),\r\n KEY `final_url` (`final_url`(150)),\r\n KEY `http_code` (`http_code`),\r\n KEY `broken` (`broken`)\r\n ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci (0.021 seconds)\";i:2;N;}i:7;a:3:{i:0;i:1;i:1;s:414:\" [OK] \r\n \r\n CREATE TABLE IF NOT EXISTS `wp_blc_synch` (\r\n `container_id` int(20) unsigned NOT NULL,\r\n `container_type` varchar(40) NOT NULL,\r\n `synched` tinyint(2) unsigned NOT NULL,\r\n `last_synch` datetime NOT NULL DEFAULT \'0000-00-00 00:00:00\',\r\n \r\n PRIMARY KEY (`container_type`,`container_id`),\r\n KEY `synched` (`synched`)\r\n ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci (0.016 seconds)\";i:2;N;}i:8;a:3:{i:0;i:1;i:1;s:32:\"Schema update took 0.096 seconds\";i:2;N;}i:9;a:3:{i:0;i:1;i:1;s:24:\"Database schema updated.\";i:2;N;}i:10;a:3:{i:0;i:1;i:1;s:31:\"Database successfully upgraded.\";i:2;N;}i:11;a:3:{i:0;i:1;i:1;s:24:\"--- Total: 0.101 seconds\";i:2;N;}i:12;a:3:{i:0;i:1;i:1;s:27:\"Cleaning up the database...\";i:2;N;}i:13;a:3:{i:0;i:1;i:1;s:38:\"... Deleting invalid container records\";i:2;N;}i:14;a:3:{i:0;i:0;i:1;s:44:\"... 0 synch records deleted in 0.002 seconds\";i:2;N;}i:15;a:3:{i:0;i:1;i:1;s:35:\"... Deleting invalid link instances\";i:2;N;}i:16;a:3:{i:0;i:0;i:1;s:40:\"... 0 instances deleted in 0.005 seconds\";i:2;N;}i:17;a:3:{i:0;i:0;i:1;s:45:\"... 0 more instances deleted in 0.001 seconds\";i:2;N;}i:18;a:3:{i:0;i:1;i:1;s:27:\"... Deleting orphaned links\";i:2;N;}i:19;a:3:{i:0;i:0;i:1;s:36:\"... 0 links deleted in 0.010 seconds\";i:2;N;}i:20;a:3:{i:0;i:1;i:1;s:24:\"--- Total: 0.018 seconds\";i:2;N;}i:21;a:3:{i:0;i:1;i:1;s:20:\"Notifying modules...\";i:2;N;}i:22;a:3:{i:0;i:0;i:1;s:25:\"... Updating module cache\";i:2;N;}i:23;a:3:{i:0;i:1;i:1;s:36:\"... Cache refresh took 0.000 seconds\";i:2;N;}i:24;a:3:{i:0;i:0;i:1;s:19:\"... Loading modules\";i:2;N;}i:25;a:3:{i:0;i:1;i:1;s:37:\"... 5 modules loaded in 0.003 seconds\";i:2;N;}i:26;a:3:{i:0;i:0;i:1;s:27:\"... Notifying module \"http\"\";i:2;N;}i:27;a:3:{i:0;i:0;i:1;s:27:\"... Notifying module \"link\"\";i:2;N;}i:28;a:3:{i:0;i:0;i:1;s:28:\"... Notifying module \"image\"\";i:2;N;}i:29;a:3:{i:0;i:0;i:1;s:31:\"... Notifying module \"metadata\"\";i:2;N;}i:30;a:3:{i:0;i:0;i:1;s:32:\"... Notifying module \"url_field\"\";i:2;N;}i:31;a:3:{i:0;i:0;i:1;s:30:\"... Notifying module \"comment\"\";i:2;N;}i:32;a:3:{i:0;i:0;i:1;s:51:\"...... Deleting synch. records for removed comments\";i:2;N;}i:33;a:3:{i:0;i:0;i:1;s:38:\"...... 0 rows deleted in 0.001 seconds\";i:2;N;}i:34;a:3:{i:0;i:0;i:1;s:47:\"...... Creating synch. records for new comments\";i:2;N;}i:35;a:3:{i:0;i:0;i:1;s:40:\"...... 15 rows inserted in 0.004 seconds\";i:2;N;}i:36;a:3:{i:0;i:0;i:1;s:27:\"... Notifying module \"post\"\";i:2;N;}i:37;a:3:{i:0;i:0;i:1;s:47:\"...... Deleting synch records for removed posts\";i:2;N;}i:38;a:3:{i:0;i:0;i:1;s:207:\"DELETE synch.*\r\n FROM \r\n wp_blc_synch AS synch LEFT JOIN wp_posts AS posts\r\n ON posts.ID = synch.container_id\r\n WHERE \r\n synch.container_type IN (\'page\', \'post\') AND posts.ID IS NULL\";i:2;N;}i:39;a:3:{i:0;i:0;i:1;s:38:\"...... 0 rows deleted in 0.001 seconds\";i:2;N;}i:40;a:3:{i:0;i:0;i:1;s:69:\"...... Deleting synch records for posts that have a disallowed status\";i:2;N;}i:41;a:3:{i:0;i:0;i:1;s:232:\"DELETE synch.*\r\n FROM\r\n wp_blc_synch AS synch\r\n LEFT JOIN wp_posts AS posts\r\n ON (synch.container_id = posts.ID and synch.container_type = posts.post_type)\r\n WHERE\r\n posts.post_status NOT IN (\'publish\')\";i:2;N;}i:42;a:3:{i:0;i:0;i:1;s:38:\"...... 0 rows deleted in 0.002 seconds\";i:2;N;}i:43;a:3:{i:0;i:0;i:1;s:41:\"...... Marking changed posts as unsynched\";i:2;N;}i:44;a:3:{i:0;i:0;i:1;s:227:\"UPDATE\r\n wp_blc_synch AS synch\r\n JOIN wp_posts AS posts ON (synch.container_id = posts.ID and synch.container_type=posts.post_type)\r\n SET \r\n synched = 0\r\n WHERE\r\n synch.last_synch < posts.post_modified\";i:2;N;}i:45;a:3:{i:0;i:0;i:1;s:38:\"...... 0 rows updated in 0.001 seconds\";i:2;N;}i:46;a:3:{i:0;i:0;i:1;s:43:\"...... Creating synch records for new posts\";i:2;N;}i:47;a:3:{i:0;i:0;i:1;s:400:\"INSERT INTO wp_blc_synch(container_id, container_type, synched)\r\n SELECT posts.id, posts.post_type, 0\r\n FROM \r\n wp_posts AS posts LEFT JOIN wp_blc_synch AS synch\r\n ON (synch.container_id = posts.ID and synch.container_type=posts.post_type) \r\n WHERE\r\n posts.post_status IN (\'publish\')\r\n AND posts.post_type IN (\'page\', \'post\')\r\n AND synch.container_id IS NULL\";i:2;N;}i:48;a:3:{i:0;i:0;i:1;s:41:\"...... 108 rows inserted in 0.006 seconds\";i:2;N;}i:49;a:3:{i:0;i:0;i:1;s:27:\"... Notifying module \"page\"\";i:2;N;}i:50;a:3:{i:0;i:0;i:1;s:74:\"...... Skipping \"page\" resyncyh since all post types were already synched.\";i:2;N;}i:51;a:3:{i:0;i:0;i:1;s:38:\"... Notifying module \"youtube-checker\"\";i:2;N;}i:52;a:3:{i:0;i:0;i:1;s:37:\"... Notifying module \"youtube-iframe\"\";i:2;N;}i:53;a:3:{i:0;i:0;i:1;s:28:\"... Notifying module \"dummy\"\";i:2;N;}i:54;a:3:{i:0;i:1;i:1;s:24:\"--- Total: 0.032 seconds\";i:2;N;}i:55;a:3:{i:0;i:1;i:1;s:38:\"Updating server load limit settings...\";i:2;N;}i:56;a:3:{i:0;i:1;i:1;s:59:\"Set server load limit to 4.00. Current load average is 0.07\";i:2;N;}i:57;a:3:{i:0;i:1;i:1;s:26:\"Optimizing the database...\";i:2;N;}i:58;a:3:{i:0;i:1;i:1;s:24:\"--- Total: 0.097 seconds\";i:2;N;}i:59;a:3:{i:0;i:1;i:1;s:26:\"Completing installation...\";i:2;N;}i:60;a:3:{i:0;i:1;i:1;s:20:\"Configuration saved.\";i:2;N;}i:61;a:3:{i:0;i:1;i:1;s:78:\"Installation/update completed at 2017-04-01 22:22:06 with 24 queries executed.\";i:2;N;}i:62;a:3:{i:0;i:1;i:1;s:25:\"Total time: 0.320 seconds\";i:2;N;}}','yes'),(5228,'scdn_version','0.4.0','yes'),(5229,'scdn_api_key','ee39ac1b-1130-447e-a461-e5cf8fe0a6a9','yes'),(5232,'scdn_enabled','on','yes'),(5233,'scdn_video_scan','','yes'),(5234,'scdn_advanced_parameters','','yes'),(5235,'scdn_buffering_enabled','on','yes'),(5358,'woocommerce_shipping_debug_mode','no','no'),(8770,'personalizedproduct_db_version','3.9.12','yes'),(8795,'pa_apparel_children','a:0:{}','yes'),(8809,'pa_photo-prints_children','a:0:{}','yes'),(11218,'theme_mods_twentyfifteen','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:11:\"header-menu\";i:134;s:11:\"footer-menu\";i:134;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1495479343;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(13301,'brainstrom_bundled_products','a:0:{}','yes'),(14307,'woocommerce_db_version','3.0.8','yes'),(15721,'_transient_woocommerce_cache_excluded_uris','a:6:{i:0;s:6:\"p=3807\";i:1;s:6:\"/cart/\";i:2;s:6:\"p=3809\";i:3;s:10:\"/checkout/\";i:4;s:6:\"p=3815\";i:5;s:12:\"/my-account/\";}','yes'),(18338,'license_key_token','1500066716|gYLbKM7tvUIkSlBOPL20','yes'),(43576,'lvca_option_dismissed_notices','a:1:{s:4:\"rate\";i:1521492067;}','yes'),(50330,'woocommerce_local_pickup_3_settings','a:3:{s:5:\"title\";s:12:\"Local pickup\";s:10:\"tax_status\";s:7:\"taxable\";s:4:\"cost\";s:0:\"\";}','yes'),(150713,'pwbe_help_dismiss_intro','','no'),(150714,'pwbe_help_minimize_filter_help','false','no'),(150715,'pwbe_help_minimize_renew_notice','','no'),(150716,'pwbe_auto_create_variations','1','no'),(150718,'external_updates-pw-bulk-edit','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1612917799;s:14:\"checkedVersion\";s:5:\"2.259\";s:6:\"update\";O:8:\"stdClass\":9:{s:2:\"id\";i:0;s:4:\"slug\";s:12:\"pw-bulk-edit\";s:7:\"version\";s:5:\"2.274\";s:8:\"homepage\";s:32:\"https://pimwick.com/pw-bulk-edit\";s:6:\"tested\";s:3:\"5.6\";s:12:\"download_url\";s:105:\"https://www.pimwick.com/plugin-updater.php?action=download&slug=pw-bulk-edit&license_key=PW-5ec1d88c57140\";s:14:\"upgrade_notice\";s:97:\"2.274 - Fixed an issue with saving data with the WooCommerce Multi Currency plugin by VillaTheme.\";s:8:\"filename\";s:29:\"pw-bulk-edit/pw-bulk-edit.php\";s:12:\"translations\";a:0:{}}}','no'),(150719,'pw-bulk-edit-license-data','O:8:\"stdClass\":17:{s:6:\"result\";s:7:\"success\";s:7:\"message\";s:30:\"License key details retrieved.\";s:11:\"license_key\";s:16:\"PW-5ec1d88c57140\";s:6:\"status\";s:6:\"active\";s:19:\"max_allowed_domains\";s:1:\"1\";s:5:\"email\";s:19:\"vonswanko@gmail.com\";s:18:\"registered_domains\";a:1:{i:0;O:8:\"stdClass\":5:{s:2:\"id\";s:5:\"10140\";s:10:\"lic_key_id\";s:4:\"8956\";s:7:\"lic_key\";s:16:\"PW-5ec1d88c57140\";s:17:\"registered_domain\";s:16:\"deanostudios.com\";s:14:\"item_reference\";s:0:\"\";}}s:12:\"date_created\";s:10:\"2020-05-17\";s:12:\"date_renewed\";s:10:\"0000-00-00\";s:11:\"date_expiry\";s:10:\"2021-05-17\";s:11:\"product_ref\";s:1:\"3\";s:10:\"first_name\";s:4:\"Ruth\";s:9:\"last_name\";s:8:\"A Thomas\";s:12:\"company_name\";s:0:\"\";s:6:\"txn_id\";s:17:\"5PU07681A71273315\";s:9:\"subscr_id\";s:0:\"\";s:9:\"cached_on\";s:10:\"2021-02-10\";}','yes'),(151636,'pwbe_selected_view','pwbeview_all','yes'),(155663,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(155664,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(155665,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(155666,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(155667,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(155668,'wp_page_for_privacy_policy','0','yes'),(155669,'show_comments_cookies_opt_in','1','yes'),(155670,'admin_email_lifespan','1605551108','yes'),(155671,'db_upgraded','','yes'),(155675,'recovery_keys','a:0:{}','yes'),(155688,'can_compress_scripts','0','no'),(159681,'rs_obj_favorites','a:12:{i:0;s:108:\"http://deanostudios.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_3d_rotation_24px.svg\";i:1;s:110:\"http://deanostudios.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessibility_24px.svg\";i:2;s:107:\"http://deanostudios.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessible_24px.svg\";i:3;s:16:\"object_dvd_1.png\";i:4;s:17:\"relax_hammock.jpg\";i:5;s:16:\"beach_houses.jpg\";i:6;s:17:\"forest_road_2.jpg\";i:7;s:18:\"object_plant_1.png\";i:8;s:16:\"object_pen_1.png\";i:9;s:13:\"fa-icon-glass\";i:10;s:13:\"fa-icon-music\";i:11;s:14:\"fa-icon-search\";}','yes'),(159784,'_transient_health-check-site-status-result','{\"good\":7,\"recommended\":9,\"critical\":1}','yes'),(169008,'_transient_timeout_wc_related_7126','1613013826','no'),(169009,'_transient_wc_related_7126','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=7126\";a:0:{}}','no'),(184847,'woocommerce_maxmind_geolocation_settings','a:1:{s:15:\"database_prefix\";s:32:\"a1RGaXTc4PZYbr8Zz7iWmPoLRGMphvaS\";}','yes'),(184848,'_transient_woocommerce_webhook_ids_status_active','a:0:{}','yes'),(184849,'action_scheduler_hybrid_store_demarkation','7672','yes'),(184850,'schema-ActionScheduler_StoreSchema','3.0.1602183454','yes'),(184851,'schema-ActionScheduler_LoggerSchema','2.0.1602183455','yes'),(184852,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'),(184853,'current_theme_supports_woocommerce','yes','yes'),(184854,'woocommerce_queue_flush_rewrite_rules','no','yes'),(184857,'woocommerce_schema_version','430','yes'),(184858,'woocommerce_store_address','','yes'),(184859,'woocommerce_store_address_2','','yes'),(184860,'woocommerce_store_city','','yes'),(184861,'woocommerce_store_postcode','','yes'),(184862,'woocommerce_placeholder_image','7672','yes'),(184863,'woocommerce_enable_reviews','yes','yes'),(184864,'woocommerce_downloads_add_hash_to_filename','yes','yes'),(184865,'woocommerce_erasure_request_removes_order_data','no','no'),(184866,'woocommerce_erasure_request_removes_download_data','no','no'),(184867,'woocommerce_allow_bulk_remove_personal_data','no','no'),(184868,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','yes'),(184869,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','yes'),(184870,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(184871,'woocommerce_trash_pending_orders','','no'),(184872,'woocommerce_trash_failed_orders','','no'),(184873,'woocommerce_trash_cancelled_orders','','no'),(184874,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(184875,'woocommerce_allow_tracking','no','no'),(184876,'woocommerce_show_marketplace_suggestions','yes','no'),(184877,'pwbe_editing_row_border','yes','yes'),(184878,'pwbe_max_results','1000','yes'),(184879,'pwbe_linked_products','no','yes'),(184880,'woocommerce_single_image_width','600','yes'),(184881,'woocommerce_thumbnail_image_width','300','yes'),(184882,'woocommerce_checkout_highlight_required_fields','yes','yes'),(184883,'product_cat_children','a:1:{i:128;a:2:{i:0;i:130;i:1;i:133;}}','yes'),(184884,'default_product_cat','170','yes'),(184885,'woocommerce_version','4.5.2','yes'),(184888,'woocommerce_onboarding_profile','a:1:{s:9:\"completed\";b:1;}','yes'),(184889,'woocommerce_task_list_hidden','yes','yes'),(184892,'woocommerce_admin_version','1.5.0','yes'),(184893,'woocommerce_admin_install_timestamp','1602183457','yes'),(184897,'wc_blocks_db_schema_version','260','yes'),(184902,'action_scheduler_lock_async-request-runner','1612952581','yes'),(184903,'_transient_wc_attribute_taxonomies','a:2:{i:0;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"2\";s:14:\"attribute_name\";s:7:\"apparel\";s:15:\"attribute_label\";s:4:\"Size\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}i:1;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"1\";s:14:\"attribute_name\";s:12:\"photo-prints\";s:15:\"attribute_label\";s:4:\"Size\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}}','yes'),(184904,'woocommerce_admin_last_orders_milestone','10','yes'),(184910,'_transient_woocommerce_reports-transient-version','1612912774','yes'),(184914,'action_scheduler_migration_status','complete','yes'),(184915,'woocommerce_marketplace_suggestions','a:2:{s:11:\"suggestions\";a:26:{i:0;a:4:{s:4:\"slug\";s:28:\"product-edit-meta-tab-header\";s:7:\"context\";s:28:\"product-edit-meta-tab-header\";s:5:\"title\";s:22:\"Recommended extensions\";s:13:\"allow-dismiss\";b:0;}i:1;a:6:{s:4:\"slug\";s:39:\"product-edit-meta-tab-footer-browse-all\";s:7:\"context\";s:28:\"product-edit-meta-tab-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:2;a:9:{s:4:\"slug\";s:46:\"product-edit-mailchimp-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-mailchimp\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/mailchimp-for-memberships.svg\";s:5:\"title\";s:25:\"Mailchimp for Memberships\";s:4:\"copy\";s:79:\"Completely automate your email lists by syncing membership changes to Mailchimp\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/mailchimp-woocommerce-memberships/\";}i:3;a:9:{s:4:\"slug\";s:19:\"product-edit-addons\";s:7:\"product\";s:26:\"woocommerce-product-addons\";s:14:\"show-if-active\";a:2:{i:0;s:25:\"woocommerce-subscriptions\";i:1;s:20:\"woocommerce-bookings\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-add-ons.svg\";s:5:\"title\";s:15:\"Product Add-Ons\";s:4:\"copy\";s:93:\"Offer add-ons like gift wrapping, special messages or other special options for your products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-add-ons/\";}i:4;a:9:{s:4:\"slug\";s:46:\"product-edit-woocommerce-subscriptions-gifting\";s:7:\"product\";s:33:\"woocommerce-subscriptions-gifting\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/gifting-for-subscriptions.svg\";s:5:\"title\";s:25:\"Gifting for Subscriptions\";s:4:\"copy\";s:70:\"Let customers buy subscriptions for others - they\'re the ultimate gift\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/woocommerce-subscriptions-gifting/\";}i:5;a:9:{s:4:\"slug\";s:42:\"product-edit-teams-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-for-teams\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:112:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/teams-for-memberships.svg\";s:5:\"title\";s:21:\"Teams for Memberships\";s:4:\"copy\";s:123:\"Adds B2B functionality to WooCommerce Memberships, allowing sites to sell team, group, corporate, or family member accounts\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/teams-woocommerce-memberships/\";}i:6;a:8:{s:4:\"slug\";s:29:\"product-edit-variation-images\";s:7:\"product\";s:39:\"woocommerce-additional-variation-images\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:118:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/additional-variation-images.svg\";s:5:\"title\";s:27:\"Additional Variation Images\";s:4:\"copy\";s:72:\"Showcase your products in the best light with a image for each variation\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:73:\"https://woocommerce.com/products/woocommerce-additional-variation-images/\";}i:7;a:9:{s:4:\"slug\";s:47:\"product-edit-woocommerce-subscription-downloads\";s:7:\"product\";s:34:\"woocommerce-subscription-downloads\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscription-downloads.svg\";s:5:\"title\";s:22:\"Subscription Downloads\";s:4:\"copy\";s:57:\"Give customers special downloads with their subscriptions\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:68:\"https://woocommerce.com/products/woocommerce-subscription-downloads/\";}i:8;a:8:{s:4:\"slug\";s:31:\"product-edit-min-max-quantities\";s:7:\"product\";s:30:\"woocommerce-min-max-quantities\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/min-max-quantities.svg\";s:5:\"title\";s:18:\"Min/Max Quantities\";s:4:\"copy\";s:81:\"Specify minimum and maximum allowed product quantities for orders to be completed\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/min-max-quantities/\";}i:9;a:8:{s:4:\"slug\";s:28:\"product-edit-name-your-price\";s:7:\"product\";s:27:\"woocommerce-name-your-price\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/name-your-price.svg\";s:5:\"title\";s:15:\"Name Your Price\";s:4:\"copy\";s:70:\"Let customers pay what they want - useful for donations, tips and more\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/name-your-price/\";}i:10;a:8:{s:4:\"slug\";s:42:\"product-edit-woocommerce-one-page-checkout\";s:7:\"product\";s:29:\"woocommerce-one-page-checkout\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/one-page-checkout.svg\";s:5:\"title\";s:17:\"One Page Checkout\";s:4:\"copy\";s:92:\"Don\'t make customers click around - let them choose products, checkout & pay all on one page\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/woocommerce-one-page-checkout/\";}i:11;a:4:{s:4:\"slug\";s:19:\"orders-empty-header\";s:7:\"context\";s:24:\"orders-list-empty-header\";s:5:\"title\";s:20:\"Tools for your store\";s:13:\"allow-dismiss\";b:0;}i:12;a:6:{s:4:\"slug\";s:30:\"orders-empty-footer-browse-all\";s:7:\"context\";s:24:\"orders-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:13;a:8:{s:4:\"slug\";s:19:\"orders-empty-zapier\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:18:\"woocommerce-zapier\";s:4:\"icon\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/zapier.svg\";s:5:\"title\";s:6:\"Zapier\";s:4:\"copy\";s:88:\"Save time and increase productivity by connecting your store to more than 1000+ services\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/woocommerce-zapier/\";}i:14;a:8:{s:4:\"slug\";s:30:\"orders-empty-shipment-tracking\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:29:\"woocommerce-shipment-tracking\";s:4:\"icon\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/shipment-tracking.svg\";s:5:\"title\";s:17:\"Shipment Tracking\";s:4:\"copy\";s:86:\"Let customers know when their orders will arrive by adding shipment tracking to emails\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";}i:15;a:8:{s:4:\"slug\";s:32:\"orders-empty-table-rate-shipping\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:31:\"woocommerce-table-rate-shipping\";s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/table-rate-shipping.svg\";s:5:\"title\";s:19:\"Table Rate Shipping\";s:4:\"copy\";s:122:\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/table-rate-shipping/\";}i:16;a:8:{s:4:\"slug\";s:40:\"orders-empty-shipping-carrier-extensions\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:4:\"icon\";s:118:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/shipping-carrier-extensions.svg\";s:5:\"title\";s:27:\"Shipping Carrier Extensions\";s:4:\"copy\";s:116:\"Show live rates from FedEx, UPS, USPS and more directly on your store - never under or overcharge for shipping again\";s:11:\"button-text\";s:13:\"Find Carriers\";s:8:\"promoted\";s:26:\"category-shipping-carriers\";s:3:\"url\";s:99:\"https://woocommerce.com/product-category/woocommerce-extensions/shipping-methods/shipping-carriers/\";}i:17;a:8:{s:4:\"slug\";s:32:\"orders-empty-google-product-feed\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-product-feeds\";s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/google-product-feed.svg\";s:5:\"title\";s:19:\"Google Product Feed\";s:4:\"copy\";s:76:\"Increase sales by letting customers find you when they\'re shopping on Google\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/google-product-feed/\";}i:18;a:4:{s:4:\"slug\";s:35:\"products-empty-header-product-types\";s:7:\"context\";s:26:\"products-list-empty-header\";s:5:\"title\";s:23:\"Other types of products\";s:13:\"allow-dismiss\";b:0;}i:19;a:6:{s:4:\"slug\";s:32:\"products-empty-footer-browse-all\";s:7:\"context\";s:26:\"products-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:20;a:8:{s:4:\"slug\";s:30:\"products-empty-product-vendors\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-vendors\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-vendors.svg\";s:5:\"title\";s:15:\"Product Vendors\";s:4:\"copy\";s:47:\"Turn your store into a multi-vendor marketplace\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-vendors/\";}i:21;a:8:{s:4:\"slug\";s:26:\"products-empty-memberships\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:23:\"woocommerce-memberships\";s:4:\"icon\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/memberships.svg\";s:5:\"title\";s:11:\"Memberships\";s:4:\"copy\";s:76:\"Give members access to restricted content or products, for a fee or for free\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";}i:22;a:9:{s:4:\"slug\";s:35:\"products-empty-woocommerce-deposits\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-deposits\";s:14:\"show-if-active\";a:1:{i:0;s:20:\"woocommerce-bookings\";}s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/deposits.svg\";s:5:\"title\";s:8:\"Deposits\";s:4:\"copy\";s:75:\"Make it easier for customers to pay by offering a deposit or a payment plan\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-deposits/\";}i:23;a:8:{s:4:\"slug\";s:40:\"products-empty-woocommerce-subscriptions\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-subscriptions\";s:4:\"icon\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscriptions.svg\";s:5:\"title\";s:13:\"Subscriptions\";s:4:\"copy\";s:97:\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:59:\"https://woocommerce.com/products/woocommerce-subscriptions/\";}i:24;a:8:{s:4:\"slug\";s:35:\"products-empty-woocommerce-bookings\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-bookings\";s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/bookings.svg\";s:5:\"title\";s:8:\"Bookings\";s:4:\"copy\";s:99:\"Allow customers to book appointments, make reservations or rent equipment without leaving your site\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-bookings/\";}i:25;a:8:{s:4:\"slug\";s:30:\"products-empty-product-bundles\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-bundles\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-bundles.svg\";s:5:\"title\";s:15:\"Product Bundles\";s:4:\"copy\";s:49:\"Offer customizable bundles and assembled products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-bundles/\";}}s:7:\"updated\";i:1602183525;}','no'),(184989,'secret_key','k:HgT@EnP~8yQqPsOCtHuZC7Eyzv!pnX4yL3f4Nq;p^z3qpEo37(:Y{r$C/2yJUT','no'),(208620,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:5:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.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-5.6.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.6.1\";s:7:\"version\";s:5:\"5.6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.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-5.6.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.6.1\";s:7:\"version\";s:5:\"5.6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.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-5.6.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.6-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"5.6\";s:7:\"version\";s:3:\"5.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.5.3\";s:7:\"version\";s:5:\"5.5.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.5.2\";s:7:\"version\";s:5:\"5.5.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1612946620;s:15:\"version_checked\";s:5:\"5.4.4\";s:12:\"translations\";a:0:{}}','no'),(237499,'woocommerce_sales_record_date','2020-12-03','yes'),(237500,'woocommerce_sales_record_amount','30.95','yes'),(264761,'_transient_timeout_wc_product_children_7270','1612979916','no'),(264762,'_transient_wc_product_children_7270','a:2:{s:3:\"all\";a:4:{i:0;i:7272;i:1;i:7280;i:2;i:7273;i:3;i:7271;}s:7:\"visible\";a:3:{i:0;i:7272;i:1;i:7273;i:2;i:7271;}}','no'),(264902,'_transient_timeout_wc_product_children_7336','1612990753','no'),(264903,'_transient_wc_product_children_7336','a:2:{s:3:\"all\";a:3:{i:0;i:7346;i:1;i:7347;i:2;i:7348;}s:7:\"visible\";a:3:{i:0;i:7346;i:1;i:7347;i:2;i:7348;}}','no'),(265204,'_transient_timeout_wc_product_children_7338','1613022576','no'),(265205,'_transient_wc_product_children_7338','a:2:{s:3:\"all\";a:3:{i:0;i:7340;i:1;i:7341;i:2;i:7342;}s:7:\"visible\";a:3:{i:0;i:7340;i:1;i:7341;i:2;i:7342;}}','no'),(267137,'_transient_timeout_wc_product_children_6016','1613205930','no'),(267138,'_transient_wc_product_children_6016','a:2:{s:3:\"all\";a:8:{i:0;i:6765;i:1;i:6766;i:2;i:6767;i:3;i:6768;i:4;i:6769;i:5;i:7462;i:6;i:7527;i:7;i:7528;}s:7:\"visible\";a:8:{i:0;i:6765;i:1;i:6766;i:2;i:6767;i:3;i:6768;i:4;i:6769;i:5;i:7462;i:6;i:7527;i:7;i:7528;}}','no'),(267404,'_transient_timeout_wc_product_children_5938','1613239962','no'),(267405,'_transient_wc_product_children_5938','a:2:{s:3:\"all\";a:8:{i:0;i:6736;i:1;i:6737;i:2;i:6738;i:3;i:6739;i:4;i:6740;i:5;i:7455;i:6;i:7511;i:7;i:7512;}s:7:\"visible\";a:8:{i:0;i:6736;i:1;i:6737;i:2;i:6738;i:3;i:6739;i:4;i:6740;i:5;i:7455;i:6;i:7511;i:7;i:7512;}}','no'),(267415,'_transient_timeout_wc_product_children_6079','1613241660','no'),(267416,'_transient_wc_product_children_6079','a:2:{s:3:\"all\";a:8:{i:0;i:6829;i:1;i:6830;i:2;i:6831;i:3;i:6832;i:4;i:6833;i:5;i:7472;i:6;i:7551;i:7;i:7552;}s:7:\"visible\";a:8:{i:0;i:6829;i:1;i:6830;i:2;i:6831;i:3;i:6832;i:4;i:6833;i:5;i:7472;i:6;i:7551;i:7;i:7552;}}','no'),(267478,'_transient_timeout_wc_product_children_6139','1613247785','no'),(267479,'_transient_wc_product_children_6139','a:2:{s:3:\"all\";a:8:{i:0;i:6834;i:1;i:6835;i:2;i:6836;i:3;i:6837;i:4;i:6838;i:5;i:7479;i:6;i:7565;i:7;i:7566;}s:7:\"visible\";a:8:{i:0;i:6834;i:1;i:6835;i:2;i:6836;i:3;i:6837;i:4;i:6838;i:5;i:7479;i:6;i:7565;i:7;i:7566;}}','no'),(267482,'_transient_timeout_wc_product_children_6264','1613247786','no'),(267483,'_transient_wc_product_children_6264','a:2:{s:3:\"all\";a:8:{i:0;i:6934;i:1;i:6935;i:2;i:6936;i:3;i:6937;i:4;i:6938;i:5;i:7499;i:6;i:7605;i:7;i:7606;}s:7:\"visible\";a:8:{i:0;i:6934;i:1;i:6935;i:2;i:6936;i:3;i:6937;i:4;i:6938;i:5;i:7499;i:6;i:7605;i:7;i:7606;}}','no'),(267484,'_transient_timeout_wc_product_children_5892','1613247798','no'),(267485,'_transient_wc_product_children_5892','a:2:{s:3:\"all\";a:8:{i:0;i:6756;i:1;i:6757;i:2;i:6758;i:3;i:7457;i:4;i:7515;i:5;i:7516;i:6;i:7517;i:7;i:7518;}s:7:\"visible\";a:8:{i:0;i:6756;i:1;i:6757;i:2;i:6758;i:3;i:7457;i:4;i:7515;i:5;i:7516;i:6;i:7517;i:7;i:7518;}}','no'),(267486,'_transient_timeout_wc_product_children_6288','1613247800','no'),(267487,'_transient_wc_product_children_6288','a:2:{s:3:\"all\";a:8:{i:0;i:6904;i:1;i:6905;i:2;i:6906;i:3;i:6907;i:4;i:6908;i:5;i:7492;i:6;i:7591;i:7;i:7592;}s:7:\"visible\";a:8:{i:0;i:6904;i:1;i:6905;i:2;i:6906;i:3;i:6907;i:4;i:6908;i:5;i:7492;i:6;i:7591;i:7;i:7592;}}','no'),(267491,'_transient_timeout_wc_product_children_6110','1613247892','no'),(267492,'_transient_wc_product_children_6110','a:2:{s:3:\"all\";a:8:{i:0;i:6686;i:1;i:6687;i:2;i:6688;i:3;i:6689;i:4;i:6690;i:5;i:7476;i:6;i:7559;i:7;i:7560;}s:7:\"visible\";a:8:{i:0;i:6686;i:1;i:6687;i:2;i:6688;i:3;i:6689;i:4;i:6690;i:5;i:7476;i:6;i:7559;i:7;i:7560;}}','no'),(267516,'_transient_timeout_wc_product_children_6211','1613248178','no'),(267517,'_transient_wc_product_children_6211','a:2:{s:3:\"all\";a:8:{i:0;i:6869;i:1;i:6870;i:2;i:6871;i:3;i:6872;i:4;i:6873;i:5;i:7486;i:6;i:7579;i:7;i:7580;}s:7:\"visible\";a:8:{i:0;i:6869;i:1;i:6870;i:2;i:6871;i:3;i:6872;i:4;i:6873;i:5;i:7486;i:6;i:7579;i:7;i:7580;}}','no'),(267521,'_transient_timeout_wc_product_children_6023','1613248202','no'),(267522,'_transient_wc_product_children_6023','a:2:{s:3:\"all\";a:8:{i:0;i:6783;i:1;i:6784;i:2;i:6785;i:3;i:6786;i:4;i:6787;i:5;i:7463;i:6;i:7529;i:7;i:7530;}s:7:\"visible\";a:8:{i:0;i:6783;i:1;i:6784;i:2;i:6785;i:3;i:6786;i:4;i:6787;i:5;i:7463;i:6;i:7529;i:7;i:7530;}}','no'),(267525,'_transient_timeout_wc_product_children_6240','1613248210','no'),(267526,'_transient_wc_product_children_6240','a:2:{s:3:\"all\";a:8:{i:0;i:6909;i:1;i:6910;i:2;i:6911;i:3;i:6912;i:4;i:6913;i:5;i:7495;i:6;i:7597;i:7;i:7598;}s:7:\"visible\";a:8:{i:0;i:6909;i:1;i:6910;i:2;i:6911;i:3;i:6912;i:4;i:6913;i:5;i:7495;i:6;i:7597;i:7;i:7598;}}','no'),(267545,'_transient_timeout_wc_product_children_5982','1613248686','no'),(267546,'_transient_wc_product_children_5982','a:2:{s:3:\"all\";a:8:{i:0;i:6731;i:1;i:6732;i:2;i:6733;i:3;i:6734;i:4;i:6735;i:5;i:7456;i:6;i:7513;i:7;i:7514;}s:7:\"visible\";a:8:{i:0;i:6731;i:1;i:6732;i:2;i:6733;i:3;i:6734;i:4;i:6735;i:5;i:7456;i:6;i:7513;i:7;i:7514;}}','no'),(267550,'_transient_timeout_wc_product_children_5994','1613248752','no'),(267551,'_transient_wc_product_children_5994','a:2:{s:3:\"all\";a:8:{i:0;i:6751;i:1;i:6752;i:2;i:6753;i:3;i:6754;i:4;i:6755;i:5;i:7459;i:6;i:7521;i:7;i:7522;}s:7:\"visible\";a:8:{i:0;i:6751;i:1;i:6752;i:2;i:6753;i:3;i:6754;i:4;i:6755;i:5;i:7459;i:6;i:7521;i:7;i:7522;}}','no'),(267554,'_transient_timeout_wc_product_children_6037','1613248780','no'),(267555,'_transient_wc_product_children_6037','a:2:{s:3:\"all\";a:8:{i:0;i:6799;i:1;i:6800;i:2;i:6801;i:3;i:6802;i:4;i:6803;i:5;i:7466;i:6;i:7537;i:7;i:7538;}s:7:\"visible\";a:8:{i:0;i:6799;i:1;i:6800;i:2;i:6801;i:3;i:6802;i:4;i:6803;i:5;i:7466;i:6;i:7537;i:7;i:7538;}}','no'),(267746,'_transient_timeout_wc_product_children_5931','1613275301','no'),(267747,'_transient_wc_product_children_5931','a:2:{s:3:\"all\";a:8:{i:0;i:6741;i:1;i:6742;i:2;i:6743;i:3;i:6744;i:4;i:6745;i:5;i:7453;i:6;i:7509;i:7;i:7510;}s:7:\"visible\";a:8:{i:0;i:6741;i:1;i:6742;i:2;i:6743;i:3;i:6744;i:4;i:6745;i:5;i:7453;i:6;i:7509;i:7;i:7510;}}','no'),(267755,'_transient_timeout_wc_product_children_6001','1613275375','no'),(267756,'_transient_wc_product_children_6001','a:2:{s:3:\"all\";a:8:{i:0;i:6760;i:1;i:6761;i:2;i:6762;i:3;i:6763;i:4;i:6764;i:5;i:7461;i:6;i:7525;i:7;i:7526;}s:7:\"visible\";a:8:{i:0;i:6760;i:1;i:6761;i:2;i:6762;i:3;i:6763;i:4;i:6764;i:5;i:7461;i:6;i:7525;i:7;i:7526;}}','no'),(267772,'_transient_timeout_wc_product_children_5911','1613275551','no'),(267773,'_transient_wc_product_children_5911','a:2:{s:3:\"all\";a:8:{i:0;i:6814;i:1;i:6815;i:2;i:6816;i:3;i:7469;i:4;i:7543;i:5;i:7544;i:6;i:7545;i:7;i:7546;}s:7:\"visible\";a:8:{i:0;i:6814;i:1;i:6815;i:2;i:6816;i:3;i:7469;i:4;i:7543;i:5;i:7544;i:6;i:7545;i:7;i:7546;}}','no'),(267836,'_transient_timeout_wc_product_children_6325','1613277015','no'),(267837,'_transient_wc_product_children_6325','a:2:{s:3:\"all\";a:8:{i:0;i:7506;i:1;i:6958;i:2;i:6957;i:3;i:6956;i:4;i:6955;i:5;i:6954;i:6;i:7436;i:7;i:7435;}s:7:\"visible\";a:8:{i:0;i:7506;i:1;i:6958;i:2;i:6957;i:3;i:6956;i:4;i:6955;i:5;i:6954;i:6;i:7436;i:7;i:7435;}}','no'),(267925,'_transient_timeout_wc_product_children_6301','1613287114','no'),(267926,'_transient_wc_product_children_6301','a:2:{s:3:\"all\";a:8:{i:0;i:6914;i:1;i:6915;i:2;i:6916;i:3;i:6917;i:4;i:6918;i:5;i:7496;i:6;i:7599;i:7;i:7600;}s:7:\"visible\";a:8:{i:0;i:6914;i:1;i:6915;i:2;i:6916;i:3;i:6917;i:4;i:6918;i:5;i:7496;i:6;i:7599;i:7;i:7600;}}','no'),(267937,'_transient_timeout_wc_product_children_6196','1613289019','no'),(267938,'_transient_wc_product_children_6196','a:2:{s:3:\"all\";a:8:{i:0;i:6889;i:1;i:6890;i:2;i:6891;i:3;i:6892;i:4;i:6893;i:5;i:7490;i:6;i:7587;i:7;i:7588;}s:7:\"visible\";a:8:{i:0;i:6889;i:1;i:6890;i:2;i:6891;i:3;i:6892;i:4;i:6893;i:5;i:7490;i:6;i:7587;i:7;i:7588;}}','no'),(267956,'_transient_timeout_wc_product_children_6252','1613291244','no'),(267957,'_transient_wc_product_children_6252','a:2:{s:3:\"all\";a:8:{i:0;i:6929;i:1;i:6930;i:2;i:6931;i:3;i:6932;i:4;i:6933;i:5;i:7498;i:6;i:7603;i:7;i:7604;}s:7:\"visible\";a:8:{i:0;i:6929;i:1;i:6930;i:2;i:6931;i:3;i:6932;i:4;i:6933;i:5;i:7498;i:6;i:7603;i:7;i:7604;}}','no'),(268088,'_transient_timeout_wc_product_children_6146','1613307885','no'),(268089,'_transient_wc_product_children_6146','a:2:{s:3:\"all\";a:8:{i:0;i:6844;i:1;i:6845;i:2;i:6846;i:3;i:6847;i:4;i:6848;i:5;i:7481;i:6;i:7569;i:7;i:7570;}s:7:\"visible\";a:8:{i:0;i:6844;i:1;i:6845;i:2;i:6846;i:3;i:6847;i:4;i:6848;i:5;i:7481;i:6;i:7569;i:7;i:7570;}}','no'),(268091,'_transient_timeout_wc_product_children_6187','1613307901','no'),(268092,'_transient_wc_product_children_6187','a:2:{s:3:\"all\";a:8:{i:0;i:6854;i:1;i:6855;i:2;i:6856;i:3;i:6857;i:4;i:6858;i:5;i:7484;i:6;i:7575;i:7;i:7576;}s:7:\"visible\";a:8:{i:0;i:6854;i:1;i:6855;i:2;i:6856;i:3;i:6857;i:4;i:6858;i:5;i:7484;i:6;i:7575;i:7;i:7576;}}','no'),(268096,'_transient_timeout_wc_product_children_6294','1613307959','no'),(268097,'_transient_wc_product_children_6294','a:2:{s:3:\"all\";a:8:{i:0;i:6899;i:1;i:6900;i:2;i:6901;i:3;i:6902;i:4;i:6903;i:5;i:7493;i:6;i:7593;i:7;i:7594;}s:7:\"visible\";a:8:{i:0;i:6899;i:1;i:6900;i:2;i:6901;i:3;i:6902;i:4;i:6903;i:5;i:7493;i:6;i:7593;i:7;i:7594;}}','no'),(268130,'_transient_timeout_wc_product_children_6093','1613310017','no'),(268131,'_transient_wc_product_children_6093','a:2:{s:3:\"all\";a:8:{i:0;i:6701;i:1;i:6702;i:2;i:6703;i:3;i:6705;i:4;i:6707;i:5;i:7474;i:6;i:7555;i:7;i:7556;}s:7:\"visible\";a:8:{i:0;i:6701;i:1;i:6702;i:2;i:6703;i:3;i:6705;i:4;i:6707;i:5;i:7474;i:6;i:7555;i:7;i:7556;}}','no'),(268132,'_transient_timeout_wc_product_children_6101','1613310019','no'),(268133,'_transient_wc_product_children_6101','a:2:{s:3:\"all\";a:8:{i:0;i:6691;i:1;i:6692;i:2;i:6693;i:3;i:6694;i:4;i:6695;i:5;i:7475;i:6;i:7557;i:7;i:7558;}s:7:\"visible\";a:8:{i:0;i:6691;i:1;i:6692;i:2;i:6693;i:3;i:6694;i:4;i:6695;i:5;i:7475;i:6;i:7557;i:7;i:7558;}}','no'),(268138,'_transient_timeout_wc_product_children_6125','1613310084','no'),(268139,'_transient_wc_product_children_6125','a:2:{s:3:\"all\";a:8:{i:0;i:6839;i:1;i:6840;i:2;i:6841;i:3;i:6842;i:4;i:6843;i:5;i:7480;i:6;i:7567;i:7;i:7568;}s:7:\"visible\";a:8:{i:0;i:6839;i:1;i:6840;i:2;i:6841;i:3;i:6842;i:4;i:6843;i:5;i:7480;i:6;i:7567;i:7;i:7568;}}','no'),(268310,'_transient_timeout_wc_product_children_6313','1613329878','no'),(268311,'_transient_wc_product_children_6313','a:2:{s:3:\"all\";a:8:{i:0;i:7504;i:1;i:6715;i:2;i:6714;i:3;i:6713;i:4;i:6712;i:5;i:6711;i:6;i:7445;i:7;i:7444;}s:7:\"visible\";a:8:{i:0;i:7504;i:1;i:6715;i:2;i:6714;i:3;i:6713;i:4;i:6712;i:5;i:6711;i:6;i:7445;i:7;i:7444;}}','no'),(268322,'_transient_timeout_wc_product_children_6319','1613331209','no'),(268323,'_transient_wc_product_children_6319','a:2:{s:3:\"all\";a:8:{i:0;i:6963;i:1;i:7505;i:2;i:6962;i:3;i:6961;i:4;i:6960;i:5;i:6959;i:6;i:7441;i:7;i:7440;}s:7:\"visible\";a:8:{i:0;i:6963;i:1;i:7505;i:2;i:6962;i:3;i:6961;i:4;i:6960;i:5;i:6959;i:6;i:7441;i:7;i:7440;}}','no'),(268481,'_transient_timeout_wc_product_children_7274','1613343640','no'),(268482,'_transient_wc_product_children_7274','a:2:{s:3:\"all\";a:4:{i:0;i:7276;i:1;i:7277;i:2;i:7278;i:3;i:7279;}s:7:\"visible\";a:3:{i:0;i:7276;i:1;i:7277;i:2;i:7278;}}','no'),(268483,'_transient_timeout_wc_product_children_7308','1613343643','no'),(268484,'_transient_wc_product_children_7308','a:2:{s:3:\"all\";a:3:{i:0;i:7370;i:1;i:7312;i:2;i:7311;}s:7:\"visible\";a:3:{i:0;i:7370;i:1;i:7312;i:2;i:7311;}}','no'),(268535,'_transient_timeout_wc_product_children_6246','1613343923','no'),(268536,'_transient_wc_product_children_6246','a:2:{s:3:\"all\";a:8:{i:0;i:6919;i:1;i:6920;i:2;i:6921;i:3;i:6922;i:4;i:6923;i:5;i:7497;i:6;i:7601;i:7;i:7602;}s:7:\"visible\";a:8:{i:0;i:6919;i:1;i:6920;i:2;i:6921;i:3;i:6922;i:4;i:6923;i:5;i:7497;i:6;i:7601;i:7;i:7602;}}','no'),(268539,'_transient_timeout_wc_product_children_6282','1613343941','no'),(268540,'_transient_wc_product_children_6282','a:2:{s:3:\"all\";a:8:{i:0;i:6939;i:1;i:6940;i:2;i:6941;i:3;i:6942;i:4;i:6943;i:5;i:7502;i:6;i:7611;i:7;i:7612;}s:7:\"visible\";a:8:{i:0;i:6939;i:1;i:6940;i:2;i:6941;i:3;i:6942;i:4;i:6943;i:5;i:7502;i:6;i:7611;i:7;i:7612;}}','no'),(268886,'_transient_timeout_wc_product_children_7637','1613387527','no'),(268887,'_transient_wc_product_children_7637','a:2:{s:3:\"all\";a:1:{i:0;i:7638;}s:7:\"visible\";a:1:{i:0;i:7638;}}','no'),(268947,'_transient_timeout_wc_product_children_6276','1613395525','no'),(268948,'_transient_wc_product_children_6276','a:2:{s:3:\"all\";a:8:{i:0;i:6949;i:1;i:6950;i:2;i:6951;i:3;i:6952;i:4;i:6953;i:5;i:7501;i:6;i:7609;i:7;i:7610;}s:7:\"visible\";a:8:{i:0;i:6949;i:1;i:6950;i:2;i:6951;i:3;i:6952;i:4;i:6953;i:5;i:7501;i:6;i:7609;i:7;i:7610;}}','no'),(268970,'_transient_timeout_wc_product_children_6307','1613396018','no'),(268971,'_transient_wc_product_children_6307','a:2:{s:3:\"all\";a:8:{i:0;i:6944;i:1;i:6945;i:2;i:6946;i:3;i:6947;i:4;i:6948;i:5;i:7503;i:6;i:7613;i:7;i:7614;}s:7:\"visible\";a:8:{i:0;i:6944;i:1;i:6945;i:2;i:6946;i:3;i:6947;i:4;i:6948;i:5;i:7503;i:6;i:7613;i:7;i:7614;}}','no'),(268991,'_transient_timeout_wc_product_children_5917','1613396703','no'),(268992,'_transient_wc_product_children_5917','a:2:{s:3:\"all\";a:7:{i:0;i:6720;i:1;i:6719;i:2;i:6718;i:3;i:6717;i:4;i:6716;i:5;i:7508;i:6;i:7507;}s:7:\"visible\";a:7:{i:0;i:6720;i:1;i:6719;i:2;i:6718;i:3;i:6717;i:4;i:6716;i:5;i:7508;i:6;i:7507;}}','no'),(269008,'_transient_timeout_wc_product_children_6030','1613396768','no'),(269009,'_transient_wc_product_children_6030','a:2:{s:3:\"all\";a:8:{i:0;i:6778;i:1;i:6779;i:2;i:6780;i:3;i:6781;i:4;i:6782;i:5;i:7464;i:6;i:7531;i:7;i:7532;}s:7:\"visible\";a:8:{i:0;i:6778;i:1;i:6779;i:2;i:6780;i:3;i:6781;i:4;i:6782;i:5;i:7464;i:6;i:7531;i:7;i:7532;}}','no'),(269016,'_transient_timeout_wc_product_children_6042','1613396792','no'),(269017,'_transient_wc_product_children_6042','a:2:{s:3:\"all\";a:8:{i:0;i:6794;i:1;i:6795;i:2;i:6796;i:3;i:6797;i:4;i:6798;i:5;i:7467;i:6;i:7539;i:7;i:7540;}s:7:\"visible\";a:8:{i:0;i:6794;i:1;i:6795;i:2;i:6796;i:3;i:6797;i:4;i:6798;i:5;i:7467;i:6;i:7539;i:7;i:7540;}}','no'),(269020,'_transient_timeout_wc_product_children_6047','1613396799','no'),(269021,'_transient_wc_product_children_6047','a:2:{s:3:\"all\";a:8:{i:0;i:6789;i:1;i:6790;i:2;i:6791;i:3;i:6792;i:4;i:6793;i:5;i:7468;i:6;i:7541;i:7;i:7542;}s:7:\"visible\";a:8:{i:0;i:6789;i:1;i:6790;i:2;i:6791;i:3;i:6792;i:4;i:6793;i:5;i:7468;i:6;i:7541;i:7;i:7542;}}','no'),(269060,'_transient_timeout_wc_product_children_6258','1613397022','no'),(269061,'_transient_wc_product_children_6258','a:2:{s:3:\"all\";a:8:{i:0;i:6894;i:1;i:6895;i:2;i:6896;i:3;i:6897;i:4;i:6898;i:5;i:7494;i:6;i:7595;i:7;i:7596;}s:7:\"visible\";a:8:{i:0;i:6894;i:1;i:6895;i:2;i:6896;i:3;i:6897;i:4;i:6898;i:5;i:7494;i:6;i:7595;i:7;i:7596;}}','no'),(269138,'_transient_timeout_wc_product_children_6230','1613407491','no'),(269139,'_transient_wc_product_children_6230','a:2:{s:3:\"all\";a:8:{i:0;i:6879;i:1;i:6880;i:2;i:6881;i:3;i:6882;i:4;i:6883;i:5;i:7488;i:6;i:7583;i:7;i:7584;}s:7:\"visible\";a:8:{i:0;i:6879;i:1;i:6880;i:2;i:6881;i:3;i:6882;i:4;i:6883;i:5;i:7488;i:6;i:7583;i:7;i:7584;}}','no'),(269218,'_transient_timeout_wc_product_children_6202','1613418937','no'),(269219,'_transient_wc_product_children_6202','a:2:{s:3:\"all\";a:8:{i:0;i:6864;i:1;i:6865;i:2;i:6866;i:3;i:6867;i:4;i:6868;i:5;i:7485;i:6;i:7577;i:7;i:7578;}s:7:\"visible\";a:8:{i:0;i:6864;i:1;i:6865;i:2;i:6866;i:3;i:6867;i:4;i:6868;i:5;i:7485;i:6;i:7577;i:7;i:7578;}}','no'),(269251,'_transient_timeout_wc_product_children_6224','1613423640','no'),(269252,'_transient_wc_product_children_6224','a:2:{s:3:\"all\";a:8:{i:0;i:6726;i:1;i:6727;i:2;i:6728;i:3;i:6729;i:4;i:6730;i:5;i:7491;i:6;i:7589;i:7;i:7590;}s:7:\"visible\";a:8:{i:0;i:6726;i:1;i:6727;i:2;i:6728;i:3;i:6729;i:4;i:6730;i:5;i:7491;i:6;i:7589;i:7;i:7590;}}','no'),(269257,'_transient_timeout_wc_product_children_7643','1613424553','no'),(269258,'_transient_wc_product_children_7643','a:2:{s:3:\"all\";a:1:{i:0;i:7644;}s:7:\"visible\";a:1:{i:0;i:7644;}}','no'),(269485,'_transient_timeout_wc_product_children_7647','1613447907','no'),(269486,'_transient_wc_product_children_7647','a:2:{s:3:\"all\";a:1:{i:0;i:7648;}s:7:\"visible\";a:1:{i:0;i:7648;}}','no'),(269519,'_transient_timeout_wc_product_children_6009','1613450173','no'),(269520,'_transient_wc_product_children_6009','a:2:{s:3:\"all\";a:8:{i:0;i:6770;i:1;i:6771;i:2;i:6772;i:3;i:6773;i:4;i:6774;i:5;i:7460;i:6;i:7523;i:7;i:7524;}s:7:\"visible\";a:8:{i:0;i:6770;i:1;i:6771;i:2;i:6772;i:3;i:6773;i:4;i:6774;i:5;i:7460;i:6;i:7523;i:7;i:7524;}}','no'),(269571,'_transient_timeout_wc_product_children_6270','1613454261','no'),(269572,'_transient_wc_product_children_6270','a:2:{s:3:\"all\";a:8:{i:0;i:6924;i:1;i:6925;i:2;i:6926;i:3;i:6927;i:4;i:6928;i:5;i:7500;i:6;i:7607;i:7;i:7608;}s:7:\"visible\";a:8:{i:0;i:6924;i:1;i:6925;i:2;i:6926;i:3;i:6927;i:4;i:6928;i:5;i:7500;i:6;i:7607;i:7;i:7608;}}','no'),(269659,'_transient_timeout_wc_product_children_5843','1613463989','no'),(269660,'_transient_wc_product_children_5843','a:2:{s:3:\"all\";a:8:{i:0;i:6700;i:1;i:7454;i:2;i:6699;i:3;i:6698;i:4;i:6697;i:5;i:6696;i:6;i:7434;i:7;i:7433;}s:7:\"visible\";a:8:{i:0;i:6700;i:1;i:7454;i:2;i:6699;i:3;i:6698;i:4;i:6697;i:5;i:6696;i:6;i:7434;i:7;i:7433;}}','no'),(269666,'_transient_timeout_wc_product_children_6132','1613464043','no'),(269667,'_transient_wc_product_children_6132','a:2:{s:3:\"all\";a:8:{i:0;i:6704;i:1;i:6706;i:2;i:6708;i:3;i:6709;i:4;i:6710;i:5;i:7478;i:6;i:7563;i:7;i:7564;}s:7:\"visible\";a:8:{i:0;i:6704;i:1;i:6706;i:2;i:6708;i:3;i:6709;i:4;i:6710;i:5;i:7478;i:6;i:7563;i:7;i:7564;}}','no'),(269671,'_transient_timeout_wc_product_children_7639','1613464089','no'),(269672,'_transient_wc_product_children_7639','a:2:{s:3:\"all\";a:1:{i:0;i:7641;}s:7:\"visible\";a:1:{i:0;i:7641;}}','no'),(269730,'_transient_timeout_wc_product_children_5907','1613469336','no'),(269731,'_transient_wc_product_children_5907','a:2:{s:3:\"all\";a:8:{i:0;i:6775;i:1;i:6776;i:2;i:6777;i:3;i:7465;i:4;i:7533;i:5;i:7534;i:6;i:7535;i:7;i:7536;}s:7:\"visible\";a:8:{i:0;i:6775;i:1;i:6776;i:2;i:6777;i:3;i:7465;i:4;i:7533;i:5;i:7534;i:6;i:7535;i:7;i:7536;}}','no'),(270232,'_transient_timeout_wc_product_children_6052','1613507100','no'),(270233,'_transient_wc_product_children_6052','a:2:{s:3:\"all\";a:8:{i:0;i:6746;i:1;i:6747;i:2;i:6748;i:3;i:6749;i:4;i:6750;i:5;i:7458;i:6;i:7519;i:7;i:7520;}s:7:\"visible\";a:8:{i:0;i:6746;i:1;i:6747;i:2;i:6748;i:3;i:6749;i:4;i:6750;i:5;i:7458;i:6;i:7519;i:7;i:7520;}}','no'),(270388,'_transient_timeout_wc_product_children_6072','1613519033','no'),(270389,'_transient_wc_product_children_6072','a:2:{s:3:\"all\";a:8:{i:0;i:6804;i:1;i:6805;i:2;i:6807;i:3;i:6809;i:4;i:6811;i:5;i:7471;i:6;i:7549;i:7;i:7550;}s:7:\"visible\";a:8:{i:0;i:6804;i:1;i:6805;i:2;i:6807;i:3;i:6809;i:4;i:6811;i:5;i:7471;i:6;i:7549;i:7;i:7550;}}','no'),(270496,'_transient_timeout_wc_product_children_5800','1613530158','no'),(270497,'_transient_wc_product_children_5800','a:2:{s:3:\"all\";a:2:{i:0;i:6640;i:1;i:6641;}s:7:\"visible\";a:2:{i:0;i:6640;i:1;i:6641;}}','no'),(270719,'_transient_timeout_wc_var_prices_5495','1614504107','no'),(270720,'_transient_wc_var_prices_5495','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6607\":\"25.00\",\"6608\":\"25.00\",\"6609\":\"25.00\",\"6610\":\"25.00\"},\"regular_price\":{\"6607\":\"25.00\",\"6608\":\"25.00\",\"6609\":\"25.00\",\"6610\":\"25.00\"},\"sale_price\":{\"6607\":\"25.00\",\"6608\":\"25.00\",\"6609\":\"25.00\",\"6610\":\"25.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6607\":\"25.00\",\"6608\":\"25.00\",\"6609\":\"25.00\",\"6610\":\"25.00\"},\"regular_price\":{\"6607\":\"25.00\",\"6608\":\"25.00\",\"6609\":\"25.00\",\"6610\":\"25.00\"},\"sale_price\":{\"6607\":\"25.00\",\"6608\":\"25.00\",\"6609\":\"25.00\",\"6610\":\"25.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6607\":\"25.00\",\"6608\":\"25.00\",\"6609\":\"25.00\",\"6610\":\"25.00\"},\"regular_price\":{\"6607\":\"25.00\",\"6608\":\"25.00\",\"6609\":\"25.00\",\"6610\":\"25.00\"},\"sale_price\":{\"6607\":\"25.00\",\"6608\":\"25.00\",\"6609\":\"25.00\",\"6610\":\"25.00\"}}}','no'),(270766,'_transient_timeout_wc_product_children_6117','1613571278','no'),(270767,'_transient_wc_product_children_6117','a:2:{s:3:\"all\";a:8:{i:0;i:6819;i:1;i:6820;i:2;i:6821;i:3;i:6822;i:4;i:6823;i:5;i:7477;i:6;i:7561;i:7;i:7562;}s:7:\"visible\";a:8:{i:0;i:6819;i:1;i:6820;i:2;i:6821;i:3;i:6822;i:4;i:6823;i:5;i:7477;i:6;i:7561;i:7;i:7562;}}','no'),(270980,'_transient_timeout_wc_product_children_7662','1613606224','no'),(270981,'_transient_wc_product_children_7662','a:2:{s:3:\"all\";a:1:{i:0;i:7663;}s:7:\"visible\";a:1:{i:0;i:7663;}}','no'),(271392,'_transient_timeout_wc_product_children_6165','1613656227','no'),(271393,'_transient_wc_product_children_6165','a:2:{s:3:\"all\";a:8:{i:0;i:6874;i:1;i:6875;i:2;i:6876;i:3;i:6877;i:4;i:6878;i:5;i:7487;i:6;i:7581;i:7;i:7582;}s:7:\"visible\";a:8:{i:0;i:6874;i:1;i:6875;i:2;i:6876;i:3;i:6877;i:4;i:6878;i:5;i:7487;i:6;i:7581;i:7;i:7582;}}','no'),(271487,'_transient_timeout_wc_product_children_6181','1613667576','no'),(271488,'_transient_wc_product_children_6181','a:2:{s:3:\"all\";a:8:{i:0;i:6884;i:1;i:6885;i:2;i:6886;i:3;i:6887;i:4;i:6888;i:5;i:7489;i:6;i:7585;i:7;i:7586;}s:7:\"visible\";a:8:{i:0;i:6884;i:1;i:6885;i:2;i:6886;i:3;i:6887;i:4;i:6888;i:5;i:7489;i:6;i:7585;i:7;i:7586;}}','no'),(271583,'_transient_timeout_wc_product_children_6171','1613679764','no'),(271584,'_transient_wc_product_children_6171','a:2:{s:3:\"all\";a:8:{i:0;i:6849;i:1;i:6850;i:2;i:6851;i:3;i:6852;i:4;i:6853;i:5;i:7483;i:6;i:7573;i:7;i:7574;}s:7:\"visible\";a:8:{i:0;i:6849;i:1;i:6850;i:2;i:6851;i:3;i:6852;i:4;i:6853;i:5;i:7483;i:6;i:7573;i:7;i:7574;}}','no'),(271655,'_transient_timeout_wc_product_children_6086','1613687441','no'),(271656,'_transient_wc_product_children_6086','a:2:{s:3:\"all\";a:8:{i:0;i:6824;i:1;i:6825;i:2;i:6826;i:3;i:6827;i:4;i:6828;i:5;i:7473;i:6;i:7553;i:7;i:7554;}s:7:\"visible\";a:8:{i:0;i:6824;i:1;i:6825;i:2;i:6826;i:3;i:6827;i:4;i:6828;i:5;i:7473;i:6;i:7553;i:7;i:7554;}}','no'),(271964,'_transient_timeout_wc_product_children_6153','1613727130','no'),(271965,'_transient_wc_product_children_6153','a:2:{s:3:\"all\";a:8:{i:0;i:6859;i:1;i:6860;i:2;i:6861;i:3;i:6862;i:4;i:6863;i:5;i:7482;i:6;i:7571;i:7;i:7572;}s:7:\"visible\";a:8:{i:0;i:6859;i:1;i:6860;i:2;i:6861;i:3;i:6862;i:4;i:6863;i:5;i:7482;i:6;i:7571;i:7;i:7572;}}','no'),(271985,'_transient_timeout_wc_product_children_5924','1613729094','no'),(271986,'_transient_wc_product_children_5924','a:2:{s:3:\"all\";a:8:{i:0;i:7451;i:1;i:6725;i:2;i:6724;i:3;i:6723;i:4;i:6722;i:5;i:6721;i:6;i:7449;i:7;i:7450;}s:7:\"visible\";a:8:{i:0;i:7451;i:1;i:6725;i:2;i:6724;i:3;i:6723;i:4;i:6722;i:5;i:6721;i:6;i:7449;i:7;i:7450;}}','no'),(272329,'_transient_timeout_wc_product_children_7634','1613772048','no'),(272330,'_transient_wc_product_children_7634','a:2:{s:3:\"all\";a:1:{i:0;i:7636;}s:7:\"visible\";a:1:{i:0;i:7636;}}','no'),(272369,'_transient_timeout_wc_product_children_7109','1613776026','no'),(272370,'_transient_wc_product_children_7109','a:2:{s:3:\"all\";a:3:{i:0;i:7110;i:1;i:7111;i:2;i:7112;}s:7:\"visible\";a:3:{i:0;i:7110;i:1;i:7111;i:2;i:7112;}}','no'),(272462,'_transient_timeout_wc_product_children_6065','1613784849','no'),(272463,'_transient_wc_product_children_6065','a:2:{s:3:\"all\";a:8:{i:0;i:6806;i:1;i:6808;i:2;i:6810;i:3;i:6812;i:4;i:6813;i:5;i:7470;i:6;i:7547;i:7;i:7548;}s:7:\"visible\";a:8:{i:0;i:6806;i:1;i:6808;i:2;i:6810;i:3;i:6812;i:4;i:6813;i:5;i:7470;i:6;i:7547;i:7;i:7548;}}','no'),(272642,'_transient_timeout_wc_product_children_7303','1613810201','no'),(272643,'_transient_wc_product_children_7303','a:2:{s:3:\"all\";a:4:{i:0;i:7386;i:1;i:7381;i:2;i:7387;i:3;i:7388;}s:7:\"visible\";a:4:{i:0;i:7386;i:1;i:7381;i:2;i:7387;i:3;i:7388;}}','no'),(273834,'_transient_timeout_wc_product_children_7337','1613960186','no'),(273835,'_transient_wc_product_children_7337','a:2:{s:3:\"all\";a:3:{i:0;i:7343;i:1;i:7344;i:2;i:7345;}s:7:\"visible\";a:3:{i:0;i:7343;i:1;i:7344;i:2;i:7345;}}','no'),(274205,'_transient_timeout_wc_product_children_7373','1613994972','no'),(274206,'_transient_wc_product_children_7373','a:2:{s:3:\"all\";a:4:{i:0;i:7374;i:1;i:7375;i:2;i:7376;i:3;i:7377;}s:7:\"visible\";a:4:{i:0;i:7374;i:1;i:7375;i:2;i:7376;i:3;i:7377;}}','no'),(275723,'_transient_timeout_wc_product_children_7293','1614166313','no'),(275724,'_transient_wc_product_children_7293','a:2:{s:3:\"all\";a:5:{i:0;i:7294;i:1;i:7295;i:2;i:7296;i:3;i:7297;i:4;i:7351;}s:7:\"visible\";a:5:{i:0;i:7294;i:1;i:7295;i:2;i:7296;i:3;i:7297;i:4;i:7351;}}','no'),(279116,'_transient_timeout_wc_var_prices_5489','1614676230','no'),(279117,'_transient_wc_var_prices_5489','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6611\":\"25.00\",\"6612\":\"25.00\",\"6613\":\"25.00\",\"6614\":\"25.00\"},\"regular_price\":{\"6611\":\"25.00\",\"6612\":\"25.00\",\"6613\":\"25.00\",\"6614\":\"25.00\"},\"sale_price\":{\"6611\":\"25.00\",\"6612\":\"25.00\",\"6613\":\"25.00\",\"6614\":\"25.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6611\":\"25.00\",\"6612\":\"25.00\",\"6613\":\"25.00\",\"6614\":\"25.00\"},\"regular_price\":{\"6611\":\"25.00\",\"6612\":\"25.00\",\"6613\":\"25.00\",\"6614\":\"25.00\"},\"sale_price\":{\"6611\":\"25.00\",\"6612\":\"25.00\",\"6613\":\"25.00\",\"6614\":\"25.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6611\":\"25.00\",\"6612\":\"25.00\",\"6613\":\"25.00\",\"6614\":\"25.00\"},\"regular_price\":{\"6611\":\"25.00\",\"6612\":\"25.00\",\"6613\":\"25.00\",\"6614\":\"25.00\"},\"sale_price\":{\"6611\":\"25.00\",\"6612\":\"25.00\",\"6613\":\"25.00\",\"6614\":\"25.00\"}}}','no'),(280905,'_transient_timeout_wc_product_children_5455','1614863713','no'),(280906,'_transient_wc_product_children_5455','a:2:{s:3:\"all\";a:4:{i:0;i:6560;i:1;i:6561;i:2;i:6562;i:3;i:6563;}s:7:\"visible\";a:4:{i:0;i:6560;i:1;i:6561;i:2;i:6562;i:3;i:6563;}}','no'),(282516,'_transient_timeout_wc_product_children_7287','1615083562','no'),(282517,'_transient_wc_product_children_7287','a:2:{s:3:\"all\";a:4:{i:0;i:7288;i:1;i:7289;i:2;i:7290;i:3;i:7291;}s:7:\"visible\";a:3:{i:0;i:7289;i:1;i:7290;i:2;i:7291;}}','no'),(283235,'_transient_timeout_wc_shipping_method_count_legacy','1615177556','no'),(283236,'_transient_wc_shipping_method_count_legacy','a:2:{s:7:\"version\";s:10:\"1524176382\";s:5:\"value\";i:2;}','no'),(283355,'_transient_timeout_wc_product_children_5484','1615190698','no'),(283356,'_transient_wc_product_children_5484','a:2:{s:3:\"all\";a:4:{i:0;i:6619;i:1;i:6620;i:2;i:6621;i:3;i:6622;}s:7:\"visible\";a:4:{i:0;i:6619;i:1;i:6620;i:2;i:6621;i:3;i:6622;}}','no'),(283465,'_transient_timeout_wc_product_children_5887','1615200381','no'),(283466,'_transient_wc_product_children_5887','a:2:{s:3:\"all\";a:4:{i:0;i:6556;i:1;i:6557;i:2;i:6558;i:3;i:6559;}s:7:\"visible\";a:4:{i:0;i:6556;i:1;i:6557;i:2;i:6558;i:3;i:6559;}}','no'),(283554,'_transient_timeout_wc_product_children_7401','1615213744','no'),(283555,'_transient_wc_product_children_7401','a:2:{s:3:\"all\";a:3:{i:0;i:7402;i:1;i:7403;i:2;i:7404;}s:7:\"visible\";a:3:{i:0;i:7402;i:1;i:7403;i:2;i:7404;}}','no'),(283714,'_transient_timeout_wc_product_loop_f7e52ebc9f90f6e769b98a04039b0608','1615236099','no'),(283715,'_transient_wc_product_loop_f7e52ebc9f90f6e769b98a04039b0608','a:2:{s:7:\"version\";s:10:\"1604801916\";s:5:\"value\";O:8:\"stdClass\":5:{s:3:\"ids\";a:16:{i:0;i:7673;i:1;i:7637;i:2;i:7634;i:3;i:7639;i:4;i:7643;i:5;i:7647;i:6;i:7662;i:7;i:5778;i:8;i:5782;i:9;i:5797;i:10;i:5790;i:11;i:5706;i:12;i:7200;i:13;i:5762;i:14;i:5800;i:15;i:5765;}s:5:\"total\";i:16;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:100;s:12:\"current_page\";i:1;}}','no'),(283812,'_transient_timeout_wc_product_loop_3b9192f2bd87e69b25f06d2c5d0881a3','1615249514','no'),(283813,'_transient_wc_product_loop_3b9192f2bd87e69b25f06d2c5d0881a3','a:2:{s:7:\"version\";s:10:\"1604801916\";s:5:\"value\";O:8:\"stdClass\":5:{s:3:\"ids\";a:20:{i:0;i:7287;i:1;i:7293;i:2;i:7298;i:3;i:7303;i:4;i:7338;i:5;i:7336;i:6;i:7401;i:7;i:7337;i:8;i:7270;i:9;i:7373;i:10;i:7274;i:11;i:7308;i:12;i:7281;i:13;i:5455;i:14;i:7109;i:15;i:5468;i:16;i:5484;i:17;i:5475;i:18;i:5880;i:19;i:5887;}s:5:\"total\";i:20;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:20;s:12:\"current_page\";i:1;}}','no'),(283856,'_transient_timeout_wc_product_loop_8e7f68dd11a6dfab347a4b641b2f23ff','1615254061','no'),(283857,'_transient_wc_product_loop_8e7f68dd11a6dfab347a4b641b2f23ff','a:2:{s:7:\"version\";s:10:\"1604801916\";s:5:\"value\";O:8:\"stdClass\":5:{s:3:\"ids\";a:56:{i:0;i:5843;i:1;i:6110;i:2;i:6101;i:3;i:6313;i:4;i:6093;i:5;i:6132;i:6;i:6224;i:7;i:5924;i:8;i:5917;i:9;i:5931;i:10;i:5938;i:11;i:5982;i:12;i:5892;i:13;i:6052;i:14;i:5994;i:15;i:6009;i:16;i:6001;i:17;i:6016;i:18;i:6023;i:19;i:6030;i:20;i:5907;i:21;i:6037;i:22;i:6042;i:23;i:6047;i:24;i:5911;i:25;i:6065;i:26;i:6072;i:27;i:6079;i:28;i:6086;i:29;i:6117;i:30;i:6139;i:31;i:6125;i:32;i:6146;i:33;i:6153;i:34;i:6171;i:35;i:6187;i:36;i:6202;i:37;i:6211;i:38;i:6165;i:39;i:6230;i:40;i:6181;i:41;i:6196;i:42;i:6288;i:43;i:6294;i:44;i:6258;i:45;i:6240;i:46;i:6301;i:47;i:6246;i:48;i:6252;i:49;i:6264;i:50;i:6270;i:51;i:6276;i:52;i:6282;i:53;i:6307;i:54;i:6319;i:55;i:6325;}s:5:\"total\";i:56;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:200;s:12:\"current_page\";i:1;}}','no'),(284151,'_transient_timeout_wc_product_children_5475','1615294625','no'),(284152,'_transient_wc_product_children_5475','a:2:{s:3:\"all\";a:4:{i:0;i:6615;i:1;i:6616;i:2;i:6617;i:3;i:6618;}s:7:\"visible\";a:4:{i:0;i:6615;i:1;i:6616;i:2;i:6617;i:3;i:6618;}}','no'),(284237,'_transient_timeout_wc_product_children_5489','1615307340','no'),(284238,'_transient_wc_product_children_5489','a:2:{s:3:\"all\";a:4:{i:0;i:6611;i:1;i:6612;i:2;i:6613;i:3;i:6614;}s:7:\"visible\";a:4:{i:0;i:6611;i:1;i:6612;i:2;i:6613;i:3;i:6614;}}','no'),(284293,'_transient_timeout_wc_product_children_5880','1615312883','no'),(284294,'_transient_wc_product_children_5880','a:2:{s:3:\"all\";a:4:{i:0;i:6552;i:1;i:6553;i:2;i:6554;i:3;i:6555;}s:7:\"visible\";a:4:{i:0;i:6552;i:1;i:6553;i:2;i:6554;i:3;i:6555;}}','no'),(284305,'_transient_timeout_wc_product_children_7281','1615312890','no'),(284306,'_transient_wc_product_children_7281','a:2:{s:3:\"all\";a:4:{i:0;i:7282;i:1;i:7283;i:2;i:7284;i:3;i:7285;}s:7:\"visible\";a:4:{i:0;i:7282;i:1;i:7283;i:2;i:7284;i:3;i:7285;}}','no'),(284704,'_transient_timeout_wc_product_children_7673','1615357223','no'),(284705,'_transient_wc_product_children_7673','a:2:{s:3:\"all\";a:6:{i:0;i:7677;i:1;i:7678;i:2;i:7679;i:3;i:7680;i:4;i:7681;i:5;i:7682;}s:7:\"visible\";a:6:{i:0;i:7677;i:1;i:7678;i:2;i:7679;i:3;i:7680;i:4;i:7681;i:5;i:7682;}}','no'),(284804,'_transient_timeout_wc_var_prices_5911','1615426321','no'),(284805,'_transient_wc_var_prices_5911','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6814\":\"300.00\",\"6815\":\"240.00\",\"6816\":\"150.00\",\"7543\":\"1200.00\",\"7544\":\"900.00\"},\"regular_price\":{\"6814\":\"300.00\",\"6815\":\"240.00\",\"6816\":\"150.00\",\"7543\":\"1200.00\",\"7544\":\"900.00\"},\"sale_price\":{\"6814\":\"300.00\",\"6815\":\"240.00\",\"6816\":\"150.00\",\"7543\":\"1200.00\",\"7544\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6814\":\"300.00\",\"6815\":\"240.00\",\"6816\":\"150.00\",\"7543\":\"1200.00\",\"7544\":\"900.00\"},\"regular_price\":{\"6814\":\"300.00\",\"6815\":\"240.00\",\"6816\":\"150.00\",\"7543\":\"1200.00\",\"7544\":\"900.00\"},\"sale_price\":{\"6814\":\"300.00\",\"6815\":\"240.00\",\"6816\":\"150.00\",\"7543\":\"1200.00\",\"7544\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6814\":\"300.00\",\"6815\":\"240.00\",\"6816\":\"150.00\",\"7543\":\"1200.00\",\"7544\":\"900.00\"},\"regular_price\":{\"6814\":\"300.00\",\"6815\":\"240.00\",\"6816\":\"150.00\",\"7543\":\"1200.00\",\"7544\":\"900.00\"},\"sale_price\":{\"6814\":\"300.00\",\"6815\":\"240.00\",\"6816\":\"150.00\",\"7543\":\"1200.00\",\"7544\":\"900.00\"}}}','no'),(284811,'_transient_timeout_wc_var_prices_6037','1615382052','no'),(284812,'_transient_wc_var_prices_6037','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6799\":\"500.00\",\"6800\":\"400.00\",\"6801\":\"300.00\",\"6802\":\"240.00\",\"6803\":\"175.00\",\"7537\":\"1200.00\",\"7538\":\"900.00\"},\"regular_price\":{\"6799\":\"500.00\",\"6800\":\"400.00\",\"6801\":\"300.00\",\"6802\":\"240.00\",\"6803\":\"175.00\",\"7537\":\"1200.00\",\"7538\":\"900.00\"},\"sale_price\":{\"6799\":\"500.00\",\"6800\":\"400.00\",\"6801\":\"300.00\",\"6802\":\"240.00\",\"6803\":\"175.00\",\"7537\":\"1200.00\",\"7538\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6799\":\"500.00\",\"6800\":\"400.00\",\"6801\":\"300.00\",\"6802\":\"240.00\",\"6803\":\"175.00\",\"7537\":\"1200.00\",\"7538\":\"900.00\"},\"regular_price\":{\"6799\":\"500.00\",\"6800\":\"400.00\",\"6801\":\"300.00\",\"6802\":\"240.00\",\"6803\":\"175.00\",\"7537\":\"1200.00\",\"7538\":\"900.00\"},\"sale_price\":{\"6799\":\"500.00\",\"6800\":\"400.00\",\"6801\":\"300.00\",\"6802\":\"240.00\",\"6803\":\"175.00\",\"7537\":\"1200.00\",\"7538\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6799\":\"500.00\",\"6800\":\"400.00\",\"6801\":\"300.00\",\"6802\":\"240.00\",\"6803\":\"175.00\",\"7537\":\"1200.00\",\"7538\":\"900.00\"},\"regular_price\":{\"6799\":\"500.00\",\"6800\":\"400.00\",\"6801\":\"300.00\",\"6802\":\"240.00\",\"6803\":\"175.00\",\"7537\":\"1200.00\",\"7538\":\"900.00\"},\"sale_price\":{\"6799\":\"500.00\",\"6800\":\"400.00\",\"6801\":\"300.00\",\"6802\":\"240.00\",\"6803\":\"175.00\",\"7537\":\"1200.00\",\"7538\":\"900.00\"}}}','no'),(284813,'_transient_timeout_wc_var_prices_6016','1615382052','no'),(284814,'_transient_wc_var_prices_6016','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6765\":\"500.00\",\"6766\":\"400.00\",\"6767\":\"300.00\",\"6768\":\"240.00\",\"6769\":\"175.00\",\"7527\":\"1200.00\",\"7528\":\"900.00\"},\"regular_price\":{\"6765\":\"500.00\",\"6766\":\"400.00\",\"6767\":\"300.00\",\"6768\":\"240.00\",\"6769\":\"175.00\",\"7527\":\"1200.00\",\"7528\":\"900.00\"},\"sale_price\":{\"6765\":\"500.00\",\"6766\":\"400.00\",\"6767\":\"300.00\",\"6768\":\"240.00\",\"6769\":\"175.00\",\"7527\":\"1200.00\",\"7528\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6765\":\"500.00\",\"6766\":\"400.00\",\"6767\":\"300.00\",\"6768\":\"240.00\",\"6769\":\"175.00\",\"7527\":\"1200.00\",\"7528\":\"900.00\"},\"regular_price\":{\"6765\":\"500.00\",\"6766\":\"400.00\",\"6767\":\"300.00\",\"6768\":\"240.00\",\"6769\":\"175.00\",\"7527\":\"1200.00\",\"7528\":\"900.00\"},\"sale_price\":{\"6765\":\"500.00\",\"6766\":\"400.00\",\"6767\":\"300.00\",\"6768\":\"240.00\",\"6769\":\"175.00\",\"7527\":\"1200.00\",\"7528\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6765\":\"500.00\",\"6766\":\"400.00\",\"6767\":\"300.00\",\"6768\":\"240.00\",\"6769\":\"175.00\",\"7527\":\"1200.00\",\"7528\":\"900.00\"},\"regular_price\":{\"6765\":\"500.00\",\"6766\":\"400.00\",\"6767\":\"300.00\",\"6768\":\"240.00\",\"6769\":\"175.00\",\"7527\":\"1200.00\",\"7528\":\"900.00\"},\"sale_price\":{\"6765\":\"500.00\",\"6766\":\"400.00\",\"6767\":\"300.00\",\"6768\":\"240.00\",\"6769\":\"175.00\",\"7527\":\"1200.00\",\"7528\":\"900.00\"}}}','no'),(284818,'_transient_timeout_wc_var_prices_5938','1615426320','no'),(284819,'_transient_wc_var_prices_5938','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6736\":\"500.00\",\"6737\":\"400.00\",\"6738\":\"300.00\",\"6739\":\"240.00\",\"6740\":\"175.00\",\"7511\":\"1200.00\",\"7512\":\"900.00\"},\"regular_price\":{\"6736\":\"500.00\",\"6737\":\"400.00\",\"6738\":\"300.00\",\"6739\":\"240.00\",\"6740\":\"175.00\",\"7511\":\"1200.00\",\"7512\":\"900.00\"},\"sale_price\":{\"6736\":\"500.00\",\"6737\":\"400.00\",\"6738\":\"300.00\",\"6739\":\"240.00\",\"6740\":\"175.00\",\"7511\":\"1200.00\",\"7512\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6736\":\"500.00\",\"6737\":\"400.00\",\"6738\":\"300.00\",\"6739\":\"240.00\",\"6740\":\"175.00\",\"7511\":\"1200.00\",\"7512\":\"900.00\"},\"regular_price\":{\"6736\":\"500.00\",\"6737\":\"400.00\",\"6738\":\"300.00\",\"6739\":\"240.00\",\"6740\":\"175.00\",\"7511\":\"1200.00\",\"7512\":\"900.00\"},\"sale_price\":{\"6736\":\"500.00\",\"6737\":\"400.00\",\"6738\":\"300.00\",\"6739\":\"240.00\",\"6740\":\"175.00\",\"7511\":\"1200.00\",\"7512\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6736\":\"500.00\",\"6737\":\"400.00\",\"6738\":\"300.00\",\"6739\":\"240.00\",\"6740\":\"175.00\",\"7511\":\"1200.00\",\"7512\":\"900.00\"},\"regular_price\":{\"6736\":\"500.00\",\"6737\":\"400.00\",\"6738\":\"300.00\",\"6739\":\"240.00\",\"6740\":\"175.00\",\"7511\":\"1200.00\",\"7512\":\"900.00\"},\"sale_price\":{\"6736\":\"500.00\",\"6737\":\"400.00\",\"6738\":\"300.00\",\"6739\":\"240.00\",\"6740\":\"175.00\",\"7511\":\"1200.00\",\"7512\":\"900.00\"}}}','no'),(284823,'_transient_timeout_wc_var_prices_6086','1615412060','no'),(284824,'_transient_wc_var_prices_6086','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6824\":\"500.00\",\"6825\":\"400.00\",\"6826\":\"300.00\",\"6827\":\"240.00\",\"6828\":\"175.00\",\"7553\":\"1200.00\",\"7554\":\"900.00\"},\"regular_price\":{\"6824\":\"500.00\",\"6825\":\"400.00\",\"6826\":\"300.00\",\"6827\":\"240.00\",\"6828\":\"175.00\",\"7553\":\"1200.00\",\"7554\":\"900.00\"},\"sale_price\":{\"6824\":\"500.00\",\"6825\":\"400.00\",\"6826\":\"300.00\",\"6827\":\"240.00\",\"6828\":\"175.00\",\"7553\":\"1200.00\",\"7554\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6824\":\"500.00\",\"6825\":\"400.00\",\"6826\":\"300.00\",\"6827\":\"240.00\",\"6828\":\"175.00\",\"7553\":\"1200.00\",\"7554\":\"900.00\"},\"regular_price\":{\"6824\":\"500.00\",\"6825\":\"400.00\",\"6826\":\"300.00\",\"6827\":\"240.00\",\"6828\":\"175.00\",\"7553\":\"1200.00\",\"7554\":\"900.00\"},\"sale_price\":{\"6824\":\"500.00\",\"6825\":\"400.00\",\"6826\":\"300.00\",\"6827\":\"240.00\",\"6828\":\"175.00\",\"7553\":\"1200.00\",\"7554\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6824\":\"500.00\",\"6825\":\"400.00\",\"6826\":\"300.00\",\"6827\":\"240.00\",\"6828\":\"175.00\",\"7553\":\"1200.00\",\"7554\":\"900.00\"},\"regular_price\":{\"6824\":\"500.00\",\"6825\":\"400.00\",\"6826\":\"300.00\",\"6827\":\"240.00\",\"6828\":\"175.00\",\"7553\":\"1200.00\",\"7554\":\"900.00\"},\"sale_price\":{\"6824\":\"500.00\",\"6825\":\"400.00\",\"6826\":\"300.00\",\"6827\":\"240.00\",\"6828\":\"175.00\",\"7553\":\"1200.00\",\"7554\":\"900.00\"}}}','no'),(284825,'_transient_timeout_wc_var_prices_6072','1615389159','no'),(284826,'_transient_wc_var_prices_6072','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6804\":\"500.00\",\"6805\":\"400.00\",\"6807\":\"300.00\",\"6809\":\"240.00\",\"6811\":\"175.00\",\"7549\":\"1200.00\",\"7550\":\"900.00\"},\"regular_price\":{\"6804\":\"500.00\",\"6805\":\"400.00\",\"6807\":\"300.00\",\"6809\":\"240.00\",\"6811\":\"175.00\",\"7549\":\"1200.00\",\"7550\":\"900.00\"},\"sale_price\":{\"6804\":\"500.00\",\"6805\":\"400.00\",\"6807\":\"300.00\",\"6809\":\"240.00\",\"6811\":\"175.00\",\"7549\":\"1200.00\",\"7550\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6804\":\"500.00\",\"6805\":\"400.00\",\"6807\":\"300.00\",\"6809\":\"240.00\",\"6811\":\"175.00\",\"7549\":\"1200.00\",\"7550\":\"900.00\"},\"regular_price\":{\"6804\":\"500.00\",\"6805\":\"400.00\",\"6807\":\"300.00\",\"6809\":\"240.00\",\"6811\":\"175.00\",\"7549\":\"1200.00\",\"7550\":\"900.00\"},\"sale_price\":{\"6804\":\"500.00\",\"6805\":\"400.00\",\"6807\":\"300.00\",\"6809\":\"240.00\",\"6811\":\"175.00\",\"7549\":\"1200.00\",\"7550\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6804\":\"500.00\",\"6805\":\"400.00\",\"6807\":\"300.00\",\"6809\":\"240.00\",\"6811\":\"175.00\",\"7549\":\"1200.00\",\"7550\":\"900.00\"},\"regular_price\":{\"6804\":\"500.00\",\"6805\":\"400.00\",\"6807\":\"300.00\",\"6809\":\"240.00\",\"6811\":\"175.00\",\"7549\":\"1200.00\",\"7550\":\"900.00\"},\"sale_price\":{\"6804\":\"500.00\",\"6805\":\"400.00\",\"6807\":\"300.00\",\"6809\":\"240.00\",\"6811\":\"175.00\",\"7549\":\"1200.00\",\"7550\":\"900.00\"}}}','no'),(284827,'_transient_timeout_wc_var_prices_6065','1615394515','no'),(284828,'_transient_wc_var_prices_6065','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6806\":\"500.00\",\"6808\":\"400.00\",\"6810\":\"300.00\",\"6812\":\"240.00\",\"6813\":\"175.00\",\"7547\":\"1200.00\",\"7548\":\"900.00\"},\"regular_price\":{\"6806\":\"500.00\",\"6808\":\"400.00\",\"6810\":\"300.00\",\"6812\":\"240.00\",\"6813\":\"175.00\",\"7547\":\"1200.00\",\"7548\":\"900.00\"},\"sale_price\":{\"6806\":\"500.00\",\"6808\":\"400.00\",\"6810\":\"300.00\",\"6812\":\"240.00\",\"6813\":\"175.00\",\"7547\":\"1200.00\",\"7548\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6806\":\"500.00\",\"6808\":\"400.00\",\"6810\":\"300.00\",\"6812\":\"240.00\",\"6813\":\"175.00\",\"7547\":\"1200.00\",\"7548\":\"900.00\"},\"regular_price\":{\"6806\":\"500.00\",\"6808\":\"400.00\",\"6810\":\"300.00\",\"6812\":\"240.00\",\"6813\":\"175.00\",\"7547\":\"1200.00\",\"7548\":\"900.00\"},\"sale_price\":{\"6806\":\"500.00\",\"6808\":\"400.00\",\"6810\":\"300.00\",\"6812\":\"240.00\",\"6813\":\"175.00\",\"7547\":\"1200.00\",\"7548\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6806\":\"500.00\",\"6808\":\"400.00\",\"6810\":\"300.00\",\"6812\":\"240.00\",\"6813\":\"175.00\",\"7547\":\"1200.00\",\"7548\":\"900.00\"},\"regular_price\":{\"6806\":\"500.00\",\"6808\":\"400.00\",\"6810\":\"300.00\",\"6812\":\"240.00\",\"6813\":\"175.00\",\"7547\":\"1200.00\",\"7548\":\"900.00\"},\"sale_price\":{\"6806\":\"500.00\",\"6808\":\"400.00\",\"6810\":\"300.00\",\"6812\":\"240.00\",\"6813\":\"175.00\",\"7547\":\"1200.00\",\"7548\":\"900.00\"}}}','no'),(284843,'rs-templates-new','','no'); INSERT INTO `wp_options` VALUES (284844,'rs-templates','a:3:{s:4:\"hash\";s:32:\"17a738fd4db34ef24f4ee00368351b71\";s:6:\"slider\";a:499:{i:0;a:22:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:22:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:22:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:22:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:22:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\" <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:22:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:413:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:22:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:22:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\" <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:22:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:22:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:22:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:416:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:22:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:22:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:22:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:22:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:22:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:22:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:22:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:22:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:22:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:22:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:435:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:22:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:22:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:22:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:22:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:22:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:22:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:22:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:22:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:412:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:22:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:22:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:22:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:22:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:22:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:22:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:22:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:633:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:22:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:22:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:22:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:22:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:495:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:22:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:22:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:22:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:297:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:22:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:290:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:22:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:22:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:22:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:22:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:22:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:22:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:22:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:22:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:657:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:22:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:659:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:22:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:535:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:22:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:509:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:22:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:638:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:22:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:22:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:22:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:22:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:22:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:22:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:22:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:22:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:407:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:22:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:22:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:541:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/whiteboard-addon/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:22:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:493:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:25:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:25:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:25:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:25:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:25:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:422:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:25:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:25:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:25:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:25:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:25:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:25:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:25:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:25:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:25:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:25:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:25:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:22:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:22:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:22:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:22:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:25:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:25:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:25:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"120\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:25:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"558\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:25:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:25:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:25:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"960\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:25:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:22:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:22:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:25:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:25:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:25:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:25:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:25:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:22:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:22:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:22:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:25:{s:2:\"id\";s:3:\"107\";s:5:\"title\";s:23:\"Minimal Website Package\";s:5:\"alias\";s:23:\"minimal-website-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"minimal-website-package\";s:3:\"img\";s:31:\"packages/template_group_1_1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:106;a:25:{s:2:\"id\";s:3:\"108\";s:5:\"title\";s:23:\"Website Builder Package\";s:5:\"alias\";s:22:\"websitebuilder-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"websitebuilder-package\";s:3:\"img\";s:29:\"packages/template_group_2.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">The Website Builder Package is a clean, usable collection website modules that can be used all together or each on their own.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:107;a:25:{s:2:\"id\";s:3:\"109\";s:5:\"title\";s:26:\"Dark Content Block Package\";s:5:\"alias\";s:27:\"dark-fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"dark-fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_4.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:25:{s:2:\"id\";s:3:\"110\";s:5:\"title\";s:27:\"Light Content Block Package\";s:5:\"alias\";s:22:\"fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_3.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:22:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:403:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/typewriter-addon/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:22:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:25:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:25:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:25:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:25:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:25:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:25:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:25:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:25:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:25:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:25:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:25:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:25:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:25:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:25:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:25:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:25:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:25:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:25:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:25:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:25:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:542:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:22:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:317:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:22:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:22:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:25:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:22:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:22:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:442:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:22:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:22:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:22:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:387:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:22:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:22:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:22:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"{\"1\":{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}}\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:22:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:22:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/filmstrip-add-on-slider/ \";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:180:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:22:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:22:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:22:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:22:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:22:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:150;a:22:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:151;a:25:{s:2:\"id\";s:3:\"154\";s:5:\"title\";s:26:\"GoodNews One-Pager Package\";s:5:\"alias\";s:26:\"goodnews-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"goodnews-one-pager-package\";s:3:\"img\";s:44:\"packages/templatepack_goodnews_one_pager.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";i:3;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:25:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:25:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:25:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:25:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:156;a:25:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:157;a:25:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:25:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:25:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:160;a:25:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:161;a:25:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:25:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:25:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:25:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:25:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:22:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:22:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:22:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:22:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:170;a:25:{s:2:\"id\";s:3:\"173\";s:5:\"title\";s:24:\"TechCo One-Pager Package\";s:5:\"alias\";s:24:\"techco-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"techco-one-pager-package\";s:3:\"img\";s:28:\"packages/techco_overview.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:171;a:25:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:25:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:25:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:25:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:25:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:25:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:25:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:25:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:22:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:22:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:165:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:22:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:22:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:337:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:22:{s:2:\"id\";s:3:\"210\";s:5:\"title\";s:21:\"Cryptocurrency Prices\";s:5:\"alias\";s:12:\"cryptoslider\";s:3:\"zip\";s:16:\"cryptoslider.zip\";s:3:\"uid\";s:32:\"c4b02210387f11946223977e940d9e9e\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";s:7:\"preview\";s:95:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:410:\"<span class=\"ttm_content\">Please refer to the \"Custom JavaScript\" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:202;a:25:{s:2:\"id\";s:3:\"211\";s:5:\"title\";s:18:\"Immersion One Page\";s:5:\"alias\";s:26:\"immersion-one-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"immersion-one-page-package\";s:3:\"img\";s:31:\"packages/immersion_overview.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:343:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:203;a:25:{s:2:\"id\";s:3:\"212\";s:5:\"title\";s:16:\"Immersion Header\";s:5:\"alias\";s:16:\"immersion_header\";s:3:\"zip\";s:26:\"packs/immersion_header.zip\";s:3:\"uid\";s:32:\"853da51256308b341ecd030bd4883229\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:204;a:25:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:19:\"Immersion Mountains\";s:5:\"alias\";s:19:\"immersion-mountains\";s:3:\"zip\";s:29:\"packs/immersion-mountains.zip\";s:3:\"uid\";s:32:\"817167eb3fe22b7e065ba210cbe6d53c\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:205;a:25:{s:2:\"id\";s:3:\"214\";s:5:\"title\";s:17:\"Immersion Product\";s:5:\"alias\";s:17:\"immersion-product\";s:3:\"zip\";s:27:\"packs/immersion-product.zip\";s:3:\"uid\";s:32:\"64134f263484d2bbcd7ef088ffbbfb4b\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:206;a:25:{s:2:\"id\";s:3:\"215\";s:5:\"title\";s:16:\"Immersion Design\";s:5:\"alias\";s:16:\"immersion-design\";s:3:\"zip\";s:26:\"packs/immersion-design.zip\";s:3:\"uid\";s:32:\"91e1d77c1a2826438763804f4d02bc26\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:207;a:25:{s:2:\"id\";s:3:\"216\";s:5:\"title\";s:22:\"Immersion Phototgraphy\";s:5:\"alias\";s:21:\"immersion-photography\";s:3:\"zip\";s:31:\"packs/immersion-photography.zip\";s:3:\"uid\";s:32:\"e3ddf0c577b09740f5cbf2e38ffd684d\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:208;a:25:{s:2:\"id\";s:3:\"217\";s:5:\"title\";s:14:\"Immersion Grid\";s:5:\"alias\";s:14:\"immersion-grid\";s:3:\"zip\";s:24:\"packs/immersion-grid.zip\";s:3:\"uid\";s:32:\"b6903868189bb83b2c7a852fde3a7dc3\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:209;a:22:{s:2:\"id\";s:3:\"218\";s:5:\"title\";s:18:\"Funky Intro Slider\";s:5:\"alias\";s:11:\"funkyslider\";s:3:\"zip\";s:15:\"funkyslider.zip\";s:3:\"uid\";s:32:\"2d4187e3fdad19b976be335253c8925d\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:335:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:210;a:25:{s:2:\"id\";s:3:\"219\";s:5:\"title\";s:19:\"Clear View Magazine\";s:5:\"alias\";s:27:\"clear-view-magazine-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"clear-view-magazine-package\";s:3:\"img\";s:41:\"packages/clear_view_magazine_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:211;a:25:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:212;a:25:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:213;a:25:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:214;a:25:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:215;a:25:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:216;a:25:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:217;a:25:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:218;a:25:{s:2:\"id\";s:3:\"227\";s:5:\"title\";s:20:\"Clear View Post Page\";s:5:\"alias\";s:28:\"clear-view-post-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"clear-view-post-page-package\";s:3:\"img\";s:42:\"packages/clear_view_post_page_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:219;a:25:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:220;a:25:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:221;a:25:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:222;a:25:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:223;a:25:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:224;a:22:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:22:{s:2:\"id\";s:3:\"234\";s:5:\"title\";s:9:\"Clear Cut\";s:5:\"alias\";s:8:\"clearcut\";s:3:\"zip\";s:12:\"clearcut.zip\";s:3:\"uid\";s:32:\"07f43c00e9b4d3057a03cdb3385ad2b7\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:226;a:25:{s:2:\"id\";s:3:\"235\";s:5:\"title\";s:22:\"Wonderstruck One-Pager\";s:5:\"alias\";s:30:\"wonderstruck-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"wonderstruck-one-pager-package\";s:3:\"img\";s:44:\"packages/wonderstruck-one-pager-overview.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:227;a:25:{s:2:\"id\";s:3:\"236\";s:5:\"title\";s:17:\"Wonderstruck Menu\";s:5:\"alias\";s:17:\"wonderstruck_menu\";s:3:\"zip\";s:27:\"packs/wonderstruck_menu.zip\";s:3:\"uid\";s:32:\"0a976e9aaae59c4f795b38f59f5a08d8\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:228;a:25:{s:2:\"id\";s:3:\"237\";s:5:\"title\";s:19:\"Wonderstruck Header\";s:5:\"alias\";s:19:\"wonderstruck_header\";s:3:\"zip\";s:29:\"packs/wonderstruck_header.zip\";s:3:\"uid\";s:32:\"e1379f77a902960a0ce12d44d85a9e0a\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:229;a:25:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:18:\"Wonderstruck About\";s:5:\"alias\";s:18:\"wonderstruck_about\";s:3:\"zip\";s:28:\"packs/wonderstruck_about.zip\";s:3:\"uid\";s:32:\"d207fb140fd328acc3038300ea52082a\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:230;a:25:{s:2:\"id\";s:3:\"239\";s:5:\"title\";s:18:\"Wonderstruck Works\";s:5:\"alias\";s:18:\"wonderstruck-works\";s:3:\"zip\";s:28:\"packs/wonderstruck-works.zip\";s:3:\"uid\";s:32:\"4476935097e27d92454b0011b7700c1d\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:231;a:25:{s:2:\"id\";s:3:\"240\";s:5:\"title\";s:20:\"Wonderstruck Contact\";s:5:\"alias\";s:20:\"wonderstruck-contact\";s:3:\"zip\";s:30:\"packs/wonderstruck-contact.zip\";s:3:\"uid\";s:32:\"9e4911521f77bce2b8efa40f4c2adc22\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:232;a:22:{s:2:\"id\";s:3:\"241\";s:5:\"title\";s:12:\"Bubble Morph\";s:5:\"alias\";s:11:\"bubblemorph\";s:3:\"zip\";s:15:\"bubblemorph.zip\";s:3:\"uid\";s:32:\"1102d6f5460ab82cb612cbe9f1d9514b\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:233;a:22:{s:2:\"id\";s:3:\"242\";s:5:\"title\";s:16:\"Distortion AddOn\";s:5:\"alias\";s:15:\"distortionaddon\";s:3:\"zip\";s:19:\"distortionaddon.zip\";s:3:\"uid\";s:32:\"0ad46c9929bb2fa6316f1e6ced301aaf\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:234;a:22:{s:2:\"id\";s:3:\"243\";s:5:\"title\";s:10:\"Club Flyer\";s:5:\"alias\";s:9:\"clubflyer\";s:3:\"zip\";s:13:\"clubflyer.zip\";s:3:\"uid\";s:32:\"dab73b9904d0e643a35b0475980998bd\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:187:\"[{\"path\":\"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php\",\"name\":\"Exploding Layers AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:235;a:22:{s:2:\"id\";s:3:\"244\";s:5:\"title\";s:16:\"Paintbrush AddOn\";s:5:\"alias\";s:15:\"paintbrushaddon\";s:3:\"zip\";s:19:\"paintbrushaddon.zip\";s:3:\"uid\";s:32:\"c85c48a6742b4bf72a2590cc1b50f6a0\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:236;a:25:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:18:\"Parallax One-Pager\";s:5:\"alias\";s:26:\"parallax-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"parallax-one-pager-package\";s:3:\"img\";s:39:\"packages/parallax-one-pager-package.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:237;a:25:{s:2:\"id\";s:3:\"246\";s:5:\"title\";s:15:\"Parallax Header\";s:5:\"alias\";s:15:\"parallax_header\";s:3:\"zip\";s:25:\"packs/parallax_header.zip\";s:3:\"uid\";s:32:\"32bf4a0f5136853bd6bd366275a7a60b\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:238;a:25:{s:2:\"id\";s:3:\"247\";s:5:\"title\";s:16:\"Parallax Content\";s:5:\"alias\";s:16:\"parallax_content\";s:3:\"zip\";s:26:\"packs/parallax_content.zip\";s:3:\"uid\";s:32:\"a25c5fb8f74757476ab4dc038e56f90d\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:239;a:25:{s:2:\"id\";s:3:\"248\";s:5:\"title\";s:15:\"Parallax Footer\";s:5:\"alias\";s:15:\"parallax_footer\";s:3:\"zip\";s:25:\"packs/parallax_footer.zip\";s:3:\"uid\";s:32:\"665dff9ea6eaf162a2a1f160f51a9ddb\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:240;a:25:{s:2:\"id\";s:3:\"249\";s:5:\"title\";s:18:\"Le Chef Restaurant\";s:5:\"alias\";s:18:\"le-chef-restaurant\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"le-chef-restaurant-package\";s:3:\"img\";s:39:\"packages/le-chef-restaurant-package.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:241;a:25:{s:2:\"id\";s:3:\"250\";s:5:\"title\";s:12:\"Le Chef Menu\";s:5:\"alias\";s:12:\"le-chef-menu\";s:3:\"zip\";s:22:\"packs/le-chef-menu.zip\";s:3:\"uid\";s:32:\"2f2a6a333431fefe4a7b3b6a982b2ff5\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:242;a:25:{s:2:\"id\";s:3:\"251\";s:5:\"title\";s:14:\"Le Chef Header\";s:5:\"alias\";s:14:\"le-chef-header\";s:3:\"zip\";s:24:\"packs/le-chef-header.zip\";s:3:\"uid\";s:32:\"06450ca3be5a4a8959f3752ab974e574\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:243;a:25:{s:2:\"id\";s:3:\"252\";s:5:\"title\";s:18:\"Le Chef Philosophy\";s:5:\"alias\";s:18:\"le-chef-philosophy\";s:3:\"zip\";s:28:\"packs/le-chef-philosophy.zip\";s:3:\"uid\";s:32:\"a532fd029addeb18106e751409b8e20a\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:244;a:25:{s:2:\"id\";s:3:\"253\";s:5:\"title\";s:12:\"Le Chef Food\";s:5:\"alias\";s:12:\"le-chef-food\";s:3:\"zip\";s:22:\"packs/le-chef-food.zip\";s:3:\"uid\";s:32:\"cd4b6a2cb5de2dd20a0e8ba0c35451df\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:245;a:25:{s:2:\"id\";s:3:\"254\";s:5:\"title\";s:16:\"Le Chef La Carte\";s:5:\"alias\";s:16:\"le-chef-la-carte\";s:3:\"zip\";s:26:\"packs/le-chef-la-carte.zip\";s:3:\"uid\";s:32:\"6f312749679c3ba52c41189a6b8bf729\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:246;a:25:{s:2:\"id\";s:3:\"255\";s:5:\"title\";s:14:\"Le Chef Footer\";s:5:\"alias\";s:14:\"le-chef-footer\";s:3:\"zip\";s:24:\"packs/le-chef-footer.zip\";s:3:\"uid\";s:32:\"12fc241e8e5b9e5df9758c43448e2907\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:247;a:22:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:20:\"News Magazine Slider\";s:5:\"alias\";s:20:\"news-magazine-slider\";s:3:\"zip\";s:24:\"news-magazine-slider.zip\";s:3:\"uid\";s:32:\"31f2c1506babb1fef459401f051d2d52\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/news-magazine-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">The Magazine Slider offers various layouts that support static content images, HTML5 and Youtube video. Great for any blog or news website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:248;a:22:{s:2:\"id\";s:3:\"257\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:18:\"real-estate-slider\";s:3:\"zip\";s:22:\"real-estate-slider.zip\";s:3:\"uid\";s:32:\"739ce6336e46815094387c9448e6c804\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/real-estate-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">The Real Estate Slider allows to display real estate offers with a large ken burns background image and additional thumbnail hover images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:249;a:22:{s:2:\"id\";s:3:\"258\";s:5:\"title\";s:14:\"Fashion Header\";s:5:\"alias\";s:14:\"fashion-header\";s:3:\"zip\";s:18:\"fashion-header.zip\";s:3:\"uid\";s:32:\"24ece4e7f4d31cd90377c62abbd9e25a\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/fashion-shop-header-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:254:\"<span class=\"ttm_content\">The Fashion Shop Header ist the ideal Slider to display as an intro to your shop website or as a separator in between content. Our unique \"Bubble Morph\" effect makes this module stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:250;a:22:{s:2:\"id\";s:3:\"259\";s:5:\"title\";s:14:\"Seasonal Offer\";s:5:\"alias\";s:13:\"seasonaloffer\";s:3:\"zip\";s:17:\"seasonaloffer.zip\";s:3:\"uid\";s:32:\"caf2f17f8fd64f2f89dcb3c8dd238457\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/seasonal-offer-christmas-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">Use the Seasonal Offer Header to promote special offers in the holiday season, or just to add some snowy christmas spirit to your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:251;a:25:{s:2:\"id\";s:3:\"260\";s:5:\"title\";s:11:\"Barber Shop\";s:5:\"alias\";s:11:\"barber-shop\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:19:\"barber-shop-package\";s:3:\"img\";s:32:\"packages/barber-shop-package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:252;a:25:{s:2:\"id\";s:3:\"261\";s:5:\"title\";s:18:\"Barber Shop Header\";s:5:\"alias\";s:18:\"barber-shop-header\";s:3:\"zip\";s:28:\"packs/barber-shop-header.zip\";s:3:\"uid\";s:32:\"71c995d36d39a0e8a04cffdf753f2ba2\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:253;a:25:{s:2:\"id\";s:3:\"262\";s:5:\"title\";s:23:\"Barber Shop Mobile Menu\";s:5:\"alias\";s:23:\"barber-shop-mobile-menu\";s:3:\"zip\";s:33:\"packs/barber-shop-mobile-menu.zip\";s:3:\"uid\";s:32:\"762c6fb5c6306f37becb1e55773c2592\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:254;a:25:{s:2:\"id\";s:3:\"263\";s:5:\"title\";s:24:\"Barber Shop First Screen\";s:5:\"alias\";s:24:\"barber-shop-first-screen\";s:3:\"zip\";s:34:\"packs/barber-shop-first-screen.zip\";s:3:\"uid\";s:32:\"acf70bfd64cff2c3c2ea5585223575da\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:255;a:25:{s:2:\"id\";s:3:\"264\";s:5:\"title\";s:17:\"Barber Shop About\";s:5:\"alias\";s:17:\"barber-shop-about\";s:3:\"zip\";s:27:\"packs/barber-shop-about.zip\";s:3:\"uid\";s:32:\"bc8b63cfc7f8c34173b4fd5b082fc05a\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:256;a:25:{s:2:\"id\";s:3:\"265\";s:5:\"title\";s:20:\"Barber Shop Services\";s:5:\"alias\";s:20:\"barber-shop-services\";s:3:\"zip\";s:30:\"packs/barber-shop-services.zip\";s:3:\"uid\";s:32:\"d65121d6f84fabd812a2b621b768e10e\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:257;a:25:{s:2:\"id\";s:3:\"266\";s:5:\"title\";s:19:\"Barber Shop Barbers\";s:5:\"alias\";s:19:\"barber-shop-barbers\";s:3:\"zip\";s:29:\"packs/barber-shop-barbers.zip\";s:3:\"uid\";s:32:\"003e9fec9693072119c8f8d8b6690c4d\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:258;a:25:{s:2:\"id\";s:3:\"267\";s:5:\"title\";s:20:\"Barber Shop Contacts\";s:5:\"alias\";s:20:\"barber-shop-contacts\";s:3:\"zip\";s:30:\"packs/barber-shop-contacts.zip\";s:3:\"uid\";s:32:\"cdcc08f5d6c90dbcfd0502bda2401643\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:259;a:25:{s:2:\"id\";s:3:\"268\";s:5:\"title\";s:18:\"Barber Shop Footer\";s:5:\"alias\";s:18:\"barber-shop-footer\";s:3:\"zip\";s:28:\"packs/barber-shop-footer.zip\";s:3:\"uid\";s:32:\"26ca5ae0de7cdbb2ca19348b6e01eda0\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:260;a:22:{s:2:\"id\";s:3:\"269\";s:5:\"title\";s:12:\"Fitness Club\";s:5:\"alias\";s:21:\"fitness-club-template\";s:3:\"zip\";s:25:\"fitness-club-template.zip\";s:3:\"uid\";s:32:\"14ea10d68d6aad1df62b3becf71df754\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/fitness-club-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:223:\"<span class=\"ttm_content\">The Fitness Club Header is the perfect introduction to your fitness themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:261;a:22:{s:2:\"id\";s:3:\"270\";s:5:\"title\";s:13:\"Soccer School\";s:5:\"alias\";s:13:\"soccer-school\";s:3:\"zip\";s:17:\"soccer-school.zip\";s:3:\"uid\";s:32:\"9906b48812aff67097f990eeee42dd41\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/soccer-club-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:228:\"<span class=\"ttm_content\">The Soccer Club Header is the perfect introduction to your Soccer School themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:262;a:22:{s:2:\"id\";s:3:\"271\";s:5:\"title\";s:10:\"Music Band\";s:5:\"alias\";s:19:\"music-band-template\";s:3:\"zip\";s:23:\"music-band-template.zip\";s:3:\"uid\";s:32:\"91e79657bf1b1812f8114a00ab8e0eb4\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/music-band-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Music Band Header is the perfect introduction to your Music Band themed website. Showcase your current songs, albums and videos with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:263;a:22:{s:2:\"id\";s:3:\"272\";s:5:\"title\";s:15:\"Restaurant Menu\";s:5:\"alias\";s:15:\"restaurant-menu\";s:3:\"zip\";s:19:\"restaurant-menu.zip\";s:3:\"uid\";s:32:\"078809cffb21b6c4d3f5aaa2daeb193d\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/restaurant-menu-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:208:\"<span class=\"ttm_content\">The Restaurant Menu Header is the perfect introduction to your Restaurant themed website. Showcase your current dishes with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:264;a:22:{s:2:\"id\";s:3:\"273\";s:5:\"title\";s:16:\"Cinematic Slider\";s:5:\"alias\";s:16:\"cinematic-slider\";s:3:\"zip\";s:20:\"cinematic-slider.zip\";s:3:\"uid\";s:32:\"c53e7dcbb6b656ae7b4c91d333589838\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/cinematic-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:138:\"<span class=\"ttm_content\">Bold texts and a cinematic transition effect make this slider stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:265;a:22:{s:2:\"id\";s:3:\"274\";s:5:\"title\";s:17:\"3D Parallax Cubes\";s:5:\"alias\";s:17:\"3d-parallax-cubes\";s:3:\"zip\";s:21:\"3d-parallax-cubes.zip\";s:3:\"uid\";s:32:\"c5b809a1829f8f809c9a768cd3d6b3cb\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/3d-parallax-cubes-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">This amazing 3D cubes parallax effect can be an eye-opening intro for your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:266;a:25:{s:2:\"id\";s:3:\"275\";s:5:\"title\";s:33:\"Medicare Medical Services Website\";s:5:\"alias\";s:33:\"medicare-medical-services-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:41:\"medicare-medical-services-website-package\";s:3:\"img\";s:29:\"packages/medicare_package.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:267;a:25:{s:2:\"id\";s:3:\"276\";s:5:\"title\";s:13:\"Medicare Menu\";s:5:\"alias\";s:13:\"medicare-menu\";s:3:\"zip\";s:23:\"packs/medicare-menu.zip\";s:3:\"uid\";s:32:\"0e4ca8fc281e20251b3fffa19d470fed\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:268;a:25:{s:2:\"id\";s:3:\"277\";s:5:\"title\";s:15:\"Medicare Header\";s:5:\"alias\";s:15:\"medicare-header\";s:3:\"zip\";s:25:\"packs/medicare-header.zip\";s:3:\"uid\";s:32:\"03e8ade247d8c96f548bc0515f34043f\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:269;a:25:{s:2:\"id\";s:3:\"278\";s:5:\"title\";s:14:\"Medicare About\";s:5:\"alias\";s:14:\"medicare-about\";s:3:\"zip\";s:24:\"packs/medicare-about.zip\";s:3:\"uid\";s:32:\"a3ab9e89155ef2542820343f30b29f72\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:270;a:25:{s:2:\"id\";s:3:\"279\";s:5:\"title\";s:18:\"Medicare Highlight\";s:5:\"alias\";s:18:\"medicare-highlight\";s:3:\"zip\";s:28:\"packs/medicare-highlight.zip\";s:3:\"uid\";s:32:\"c3c8a74e5402489f1a85a0c83890ef1f\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:271;a:25:{s:2:\"id\";s:3:\"280\";s:5:\"title\";s:17:\"Medicare Services\";s:5:\"alias\";s:17:\"medicare-services\";s:3:\"zip\";s:27:\"packs/medicare-services.zip\";s:3:\"uid\";s:32:\"8869b0834d4649dcc3221bed65980806\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:272;a:25:{s:2:\"id\";s:3:\"281\";s:5:\"title\";s:16:\"Medicare Doctors\";s:5:\"alias\";s:16:\"medicare-doctors\";s:3:\"zip\";s:26:\"packs/medicare-doctors.zip\";s:3:\"uid\";s:32:\"2c9d57afd64244b5f7e30b0d87c842f9\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:273;a:25:{s:2:\"id\";s:3:\"282\";s:5:\"title\";s:17:\"Medicare Research\";s:5:\"alias\";s:17:\"medicare-research\";s:3:\"zip\";s:27:\"packs/medicare-research.zip\";s:3:\"uid\";s:32:\"31e84a91fc8b8d5296e715e539a076d0\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:274;a:25:{s:2:\"id\";s:3:\"283\";s:5:\"title\";s:19:\"Medicare Why Choose\";s:5:\"alias\";s:18:\"medicare-whychoose\";s:3:\"zip\";s:28:\"packs/medicare-whychoose.zip\";s:3:\"uid\";s:32:\"6dad61c672127de9e35884caa45d49a0\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:275;a:25:{s:2:\"id\";s:3:\"284\";s:5:\"title\";s:16:\"Medicare Contact\";s:5:\"alias\";s:16:\"medicare-contact\";s:3:\"zip\";s:26:\"packs/medicare-contact.zip\";s:3:\"uid\";s:32:\"89bc35ad8beb62a149c42262ae49a270\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:276;a:25:{s:2:\"id\";s:3:\"285\";s:5:\"title\";s:15:\"Medicare Footer\";s:5:\"alias\";s:15:\"medicare-footer\";s:3:\"zip\";s:25:\"packs/medicare-footer.zip\";s:3:\"uid\";s:32:\"ccf63e5233b3d63009e5ee90db51b37b\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:277;a:25:{s:2:\"id\";s:3:\"286\";s:5:\"title\";s:20:\"Coffee Joint Website\";s:5:\"alias\";s:20:\"coffee-joint-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"coffee-joint-website-package\";s:3:\"img\";s:27:\"packages/coffee_package.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:278;a:25:{s:2:\"id\";s:3:\"287\";s:5:\"title\";s:11:\"Coffee Menu\";s:5:\"alias\";s:11:\"coffee-menu\";s:3:\"zip\";s:21:\"packs/coffee-menu.zip\";s:3:\"uid\";s:32:\"81195cad7be3f5180a267b34ce8cf966\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:279;a:25:{s:2:\"id\";s:3:\"288\";s:5:\"title\";s:13:\"Coffee Header\";s:5:\"alias\";s:13:\"coffee-header\";s:3:\"zip\";s:23:\"packs/coffee-header.zip\";s:3:\"uid\";s:32:\"5eed8adb9d3ae12168ad4735ac63eb20\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:280;a:25:{s:2:\"id\";s:3:\"289\";s:5:\"title\";s:17:\"Coffee Philosophy\";s:5:\"alias\";s:17:\"coffee-philosophy\";s:3:\"zip\";s:27:\"packs/coffee-philosophy.zip\";s:3:\"uid\";s:32:\"76b5ccae3fa87fd0f991b87e7ae71c27\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:281;a:25:{s:2:\"id\";s:3:\"290\";s:5:\"title\";s:12:\"Coffee Carte\";s:5:\"alias\";s:12:\"coffee-carte\";s:3:\"zip\";s:22:\"packs/coffee-carte.zip\";s:3:\"uid\";s:32:\"470214ddd2cec585629fb79a0fd908d6\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:282;a:25:{s:2:\"id\";s:3:\"291\";s:5:\"title\";s:13:\"Coffee Teaser\";s:5:\"alias\";s:13:\"coffee-teaser\";s:3:\"zip\";s:23:\"packs/coffee-teaser.zip\";s:3:\"uid\";s:32:\"2ed868896c92a7bfb6431803c79e8486\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:283;a:25:{s:2:\"id\";s:3:\"292\";s:5:\"title\";s:14:\"Coffee Find Us\";s:5:\"alias\";s:13:\"coffee-findus\";s:3:\"zip\";s:23:\"packs/coffee-findus.zip\";s:3:\"uid\";s:32:\"96d3784473dfa64bce9e1e4101919927\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:284;a:25:{s:2:\"id\";s:3:\"293\";s:5:\"title\";s:13:\"Coffee Footer\";s:5:\"alias\";s:13:\"coffee-footer\";s:3:\"zip\";s:23:\"packs/coffee-footer.zip\";s:3:\"uid\";s:32:\"6027c25e87a5fe7fd8727a51c0967915\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:285;a:25:{s:2:\"id\";s:3:\"294\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:25:\"minimal-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"minimal-portfolio-package\";s:3:\"img\";s:38:\"packages/minimal_portfolio_package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:286;a:25:{s:2:\"id\";s:3:\"295\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:17:\"minimal-portfolio\";s:3:\"zip\";s:27:\"packs/minimal-portfolio.zip\";s:3:\"uid\";s:32:\"183b97b301d5ff0b171c067a87c8a3f5\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:287;a:25:{s:2:\"id\";s:3:\"296\";s:5:\"title\";s:23:\"Minimal Portfolio Modal\";s:5:\"alias\";s:23:\"minimal-portfolio-modal\";s:3:\"zip\";s:33:\"packs/minimal-portfolio-modal.zip\";s:3:\"uid\";s:32:\"6874e6cec3663670f209a8d8a4f26b16\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:288;a:25:{s:2:\"id\";s:3:\"297\";s:5:\"title\";s:23:\"Angled Business Website\";s:5:\"alias\";s:23:\"angled-business-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"angled-business-website-package\";s:3:\"img\";s:27:\"packages/angled_package.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:289;a:25:{s:2:\"id\";s:3:\"298\";s:5:\"title\";s:11:\"Angled Menu\";s:5:\"alias\";s:11:\"angled-menu\";s:3:\"zip\";s:21:\"packs/angled-menu.zip\";s:3:\"uid\";s:32:\"2fe0c4682d1231ee3918be9e4fcb1837\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:290;a:25:{s:2:\"id\";s:3:\"299\";s:5:\"title\";s:13:\"Angled Header\";s:5:\"alias\";s:13:\"angled-header\";s:3:\"zip\";s:23:\"packs/angled-header.zip\";s:3:\"uid\";s:32:\"09462601d4edca8dff899de6f666dc47\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:291;a:25:{s:2:\"id\";s:3:\"300\";s:5:\"title\";s:11:\"Angled News\";s:5:\"alias\";s:11:\"angled-news\";s:3:\"zip\";s:21:\"packs/angled-news.zip\";s:3:\"uid\";s:32:\"b315105763ed91214cb2f0ac12615729\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:292;a:25:{s:2:\"id\";s:3:\"301\";s:5:\"title\";s:15:\"Angled Services\";s:5:\"alias\";s:15:\"angled-services\";s:3:\"zip\";s:25:\"packs/angled-services.zip\";s:3:\"uid\";s:32:\"7605651c1487e1a6c32edc70017be8ad\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:293;a:25:{s:2:\"id\";s:3:\"302\";s:5:\"title\";s:14:\"Angled Success\";s:5:\"alias\";s:14:\"angled-success\";s:3:\"zip\";s:24:\"packs/angled-success.zip\";s:3:\"uid\";s:32:\"9e3fa974a42ecf80e1ec6ff991fca430\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:294;a:25:{s:2:\"id\";s:3:\"303\";s:5:\"title\";s:13:\"Angled Footer\";s:5:\"alias\";s:13:\"angled-footer\";s:3:\"zip\";s:23:\"packs/angled-footer.zip\";s:3:\"uid\";s:32:\"aed4eaa2f7883351ba9c9947feef153e\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:295;a:25:{s:2:\"id\";s:3:\"304\";s:5:\"title\";s:20:\"Angled Content Modal\";s:5:\"alias\";s:20:\"angled-content-modal\";s:3:\"zip\";s:30:\"packs/angled-content-modal.zip\";s:3:\"uid\";s:32:\"4ddc74515fdf84f974217e4ed47a7c66\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:296;a:22:{s:2:\"id\";s:3:\"312\";s:5:\"title\";s:24:\"Retouch Before and After\";s:5:\"alias\";s:7:\"Retouch\";s:3:\"zip\";s:11:\"Retouch.zip\";s:3:\"uid\";s:32:\"58894991f1abd8b448c8d353b1b5fe76\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/retouch-before-after-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">The Retouch Slider is the perfect way to compare your photos before and after retouching.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:297;a:22:{s:2:\"id\";s:3:\"313\";s:5:\"title\";s:11:\"Tech Slider\";s:5:\"alias\";s:11:\"tech-slider\";s:3:\"zip\";s:15:\"tech-slider.zip\";s:3:\"uid\";s:32:\"a98e2b264f00a1116d21808c6a543162\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/tech-showcase-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">This classic slider module with sleek device mockups features a smooth parallax effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:298;a:25:{s:2:\"id\";s:3:\"314\";s:5:\"title\";s:19:\"Peak Agency Website\";s:5:\"alias\";s:19:\"peak-agency-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"peak-agency-website-package\";s:3:\"img\";s:25:\"packages/peak_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:299;a:25:{s:2:\"id\";s:3:\"315\";s:5:\"title\";s:11:\"Peak Header\";s:5:\"alias\";s:11:\"peak-header\";s:3:\"zip\";s:21:\"packs/peak-header.zip\";s:3:\"uid\";s:32:\"b721bd612e9fbc5182418ad3fd7d0808\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:300;a:25:{s:2:\"id\";s:3:\"316\";s:5:\"title\";s:10:\"Peak About\";s:5:\"alias\";s:10:\"peak-about\";s:3:\"zip\";s:20:\"packs/peak-about.zip\";s:3:\"uid\";s:32:\"7e68b1012fb03490d45c7f79e8cb1b19\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:301;a:25:{s:2:\"id\";s:3:\"317\";s:5:\"title\";s:14:\"Peak Portfolio\";s:5:\"alias\";s:14:\"peak-portfolio\";s:3:\"zip\";s:24:\"packs/peak-portfolio.zip\";s:3:\"uid\";s:32:\"6198d1885ba9e95221c33e404f21bdbc\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:302;a:25:{s:2:\"id\";s:3:\"318\";s:5:\"title\";s:11:\"Peak Footer\";s:5:\"alias\";s:11:\"peak-footer\";s:3:\"zip\";s:21:\"packs/peak-footer.zip\";s:3:\"uid\";s:32:\"2dead6897ad3b3a709b380d81242f76b\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:303;a:25:{s:2:\"id\";s:3:\"319\";s:5:\"title\";s:24:\"Modern Portfolio Website\";s:5:\"alias\";s:24:\"modern-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"modern-portfolio-website-package\";s:3:\"img\";s:30:\"packages/portfolio-package.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:304;a:25:{s:2:\"id\";s:3:\"320\";s:5:\"title\";s:17:\"Portfolio Welcome\";s:5:\"alias\";s:17:\"portfolio-welcome\";s:3:\"zip\";s:27:\"packs/portfolio-welcome.zip\";s:3:\"uid\";s:32:\"97336b8785e4a7b27facaf1547e0464d\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:305;a:25:{s:2:\"id\";s:3:\"321\";s:5:\"title\";s:15:\"Portfolio About\";s:5:\"alias\";s:15:\"portfolio-about\";s:3:\"zip\";s:25:\"packs/portfolio-about.zip\";s:3:\"uid\";s:32:\"5d3a4724fd453de5313ceb6696c1db62\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:306;a:25:{s:2:\"id\";s:3:\"322\";s:5:\"title\";s:21:\"Portfolio Works Title\";s:5:\"alias\";s:21:\"portfolio-works-title\";s:3:\"zip\";s:31:\"packs/portfolio-works-title.zip\";s:3:\"uid\";s:32:\"cbb5c6e875cc1f25b463fdf89cabef28\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:307;a:25:{s:2:\"id\";s:3:\"323\";s:5:\"title\";s:23:\"Portfolio Works Content\";s:5:\"alias\";s:23:\"portfolio-works-content\";s:3:\"zip\";s:33:\"packs/portfolio-works-content.zip\";s:3:\"uid\";s:32:\"5c87311128c7794ffa6ee07ea0648082\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:308;a:25:{s:2:\"id\";s:3:\"324\";s:5:\"title\";s:18:\"Portfolio Contacts\";s:5:\"alias\";s:18:\"portfolio-contacts\";s:3:\"zip\";s:28:\"packs/portfolio-contacts.zip\";s:3:\"uid\";s:32:\"bd81feffad83b69218f7e837478038e5\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:309;a:25:{s:2:\"id\";s:3:\"325\";s:5:\"title\";s:18:\"App Studio Website\";s:5:\"alias\";s:18:\"app-studio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"app-studio-website-package\";s:3:\"img\";s:31:\"packages/App_Studio_package.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:310;a:25:{s:2:\"id\";s:3:\"326\";s:5:\"title\";s:18:\"App Studio Welcome\";s:5:\"alias\";s:18:\"App-Studio-Welcome\";s:3:\"zip\";s:28:\"packs/App-Studio-Welcome.zip\";s:3:\"uid\";s:32:\"2ce0f3c54214b04e6c3a9becfd59730c\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:311;a:25:{s:2:\"id\";s:3:\"327\";s:5:\"title\";s:19:\"App Studio Services\";s:5:\"alias\";s:19:\"App-Studio-Services\";s:3:\"zip\";s:29:\"packs/App-Studio-Services.zip\";s:3:\"uid\";s:32:\"5df7776271ec69d2f9edaa6b842715a9\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:312;a:25:{s:2:\"id\";s:3:\"328\";s:5:\"title\";s:16:\"App Studio About\";s:5:\"alias\";s:16:\"App-Studio-About\";s:3:\"zip\";s:26:\"packs/App-Studio-About.zip\";s:3:\"uid\";s:32:\"af8b84dc116c629df7bd89fc69271a2e\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:313;a:25:{s:2:\"id\";s:3:\"329\";s:5:\"title\";s:19:\"App Studio Contacts\";s:5:\"alias\";s:19:\"App-Studio-Contacts\";s:3:\"zip\";s:29:\"packs/App-Studio-Contacts.zip\";s:3:\"uid\";s:32:\"afbbd2214c983d314f3215a00db9198d\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:314;a:22:{s:2:\"id\";s:3:\"330\";s:5:\"title\";s:14:\"Cube Animation\";s:5:\"alias\";s:14:\"cube-animation\";s:3:\"zip\";s:18:\"cube-animation.zip\";s:3:\"uid\";s:32:\"c03dd3cfc60479dfc6d79ddb64fa0ec5\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/cube-animation-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">A modern slider with text elements, cube animations and a striking call to action button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:315;a:25:{s:2:\"id\";s:3:\"331\";s:5:\"title\";s:13:\"Basic Website\";s:5:\"alias\";s:13:\"basic-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:21:\"basic-website-package\";s:3:\"img\";s:26:\"packages/basic_package.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:316;a:25:{s:2:\"id\";s:3:\"332\";s:5:\"title\";s:10:\"Basic Menu\";s:5:\"alias\";s:10:\"basic-menu\";s:3:\"zip\";s:20:\"packs/basic-menu.zip\";s:3:\"uid\";s:32:\"39277f53b2cb5ac644a1649b47c37270\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:317;a:25:{s:2:\"id\";s:3:\"333\";s:5:\"title\";s:12:\"Basic Header\";s:5:\"alias\";s:12:\"basic-header\";s:3:\"zip\";s:22:\"packs/basic-header.zip\";s:3:\"uid\";s:32:\"ad7a32dbccb0bdf9de64cf2adfa950a2\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:318;a:25:{s:2:\"id\";s:3:\"334\";s:5:\"title\";s:13:\"Basic Content\";s:5:\"alias\";s:13:\"basic-content\";s:3:\"zip\";s:23:\"packs/basic-content.zip\";s:3:\"uid\";s:32:\"0b12f3b183a3c8206e3a7b28d2d93108\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:319;a:25:{s:2:\"id\";s:3:\"335\";s:5:\"title\";s:14:\"Basic Carousel\";s:5:\"alias\";s:14:\"basic-carousel\";s:3:\"zip\";s:24:\"packs/basic-carousel.zip\";s:3:\"uid\";s:32:\"e4abb5c6d5cf914530575a982d3dfc14\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:320;a:25:{s:2:\"id\";s:3:\"336\";s:5:\"title\";s:13:\"Basic Callout\";s:5:\"alias\";s:13:\"basic-callout\";s:3:\"zip\";s:23:\"packs/basic-callout.zip\";s:3:\"uid\";s:32:\"2ccc208b9322f5435d0f4ff64c6d9dab\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:321;a:25:{s:2:\"id\";s:3:\"337\";s:5:\"title\";s:10:\"Basic Grid\";s:5:\"alias\";s:10:\"basic-grid\";s:3:\"zip\";s:20:\"packs/basic-grid.zip\";s:3:\"uid\";s:32:\"3cb4b41d2992eba012921b8fb7c96daa\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:322;a:25:{s:2:\"id\";s:3:\"338\";s:5:\"title\";s:17:\"Basic Video Block\";s:5:\"alias\";s:17:\"basic-video-block\";s:3:\"zip\";s:27:\"packs/basic-video-block.zip\";s:3:\"uid\";s:32:\"e7c1d42b21819741f3e72c1325dae5ed\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:323;a:25:{s:2:\"id\";s:3:\"339\";s:5:\"title\";s:12:\"Basic Footer\";s:5:\"alias\";s:12:\"basic-footer\";s:3:\"zip\";s:22:\"packs/basic-footer.zip\";s:3:\"uid\";s:32:\"ed8f6a554775ebace558af2f4f2dcbac\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:324;a:25:{s:2:\"id\";s:3:\"340\";s:5:\"title\";s:14:\"Basic Lightbox\";s:5:\"alias\";s:14:\"basic-lightbox\";s:3:\"zip\";s:24:\"packs/basic-lightbox.zip\";s:3:\"uid\";s:32:\"e4b025b300b1a8f417d04eb80113fac2\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:325;a:22:{s:2:\"id\";s:3:\"341\";s:5:\"title\";s:13:\"Nature Slider\";s:5:\"alias\";s:13:\"nature-slider\";s:3:\"zip\";s:17:\"nature-slider.zip\";s:3:\"uid\";s:32:\"eef1a4584ec1c3b8c26c305cca44e805\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/nature-explorer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:151:\"<span class=\"ttm_content\">The Nature Explorer Slider Template uses the Distortion and Particle Effects Add-Ons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:326;a:22:{s:2:\"id\";s:3:\"342\";s:5:\"title\";s:11:\"Art Gallery\";s:5:\"alias\";s:11:\"art-gallery\";s:3:\"zip\";s:15:\"art-gallery.zip\";s:3:\"uid\";s:32:\"b8c5095ae3407337e6e5b2a8515e7d6e\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/art-gallery-slider-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern slider with large, geometric elements and interesting mask animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:327;a:25:{s:2:\"id\";s:3:\"343\";s:5:\"title\";s:20:\"Construction Company\";s:5:\"alias\";s:28:\"construction-company-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:36:\"construction-company-website-package\";s:3:\"img\";s:33:\"packages/construction_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:328;a:25:{s:2:\"id\";s:3:\"344\";s:5:\"title\";s:19:\"Construction Header\";s:5:\"alias\";s:19:\"Construction-Header\";s:3:\"zip\";s:29:\"packs/Construction-Header.zip\";s:3:\"uid\";s:32:\"5c77de774b8f5487c1276c4a7b3dc80c\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:329;a:25:{s:2:\"id\";s:3:\"345\";s:5:\"title\";s:17:\"Construction Home\";s:5:\"alias\";s:17:\"Construction-Home\";s:3:\"zip\";s:27:\"packs/Construction-Home.zip\";s:3:\"uid\";s:32:\"fcb277f0c07dad270d2a7cef4431bef8\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:330;a:25:{s:2:\"id\";s:3:\"346\";s:5:\"title\";s:21:\"Construction Projects\";s:5:\"alias\";s:21:\"Construction-Projects\";s:3:\"zip\";s:31:\"packs/Construction-Projects.zip\";s:3:\"uid\";s:32:\"0c847173c3739f79778dc2c0fc9704e4\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:331;a:25:{s:2:\"id\";s:3:\"347\";s:5:\"title\";s:20:\"Construction History\";s:5:\"alias\";s:20:\"Construction-History\";s:3:\"zip\";s:30:\"packs/Construction-History.zip\";s:3:\"uid\";s:32:\"758da120c4b6c5606692faf0aa43aac6\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:332;a:25:{s:2:\"id\";s:3:\"348\";s:5:\"title\";s:21:\"Construction Services\";s:5:\"alias\";s:21:\"Construction-Services\";s:3:\"zip\";s:31:\"packs/Construction-Services.zip\";s:3:\"uid\";s:32:\"5ad5b841c1d89e97ddbf972c8b11abd4\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:333;a:25:{s:2:\"id\";s:3:\"349\";s:5:\"title\";s:21:\"Construction Contacts\";s:5:\"alias\";s:21:\"Construction-Contacts\";s:3:\"zip\";s:31:\"packs/Construction-Contacts.zip\";s:3:\"uid\";s:32:\"b8c3c34046bb91ebb243e4da64745d37\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:334;a:22:{s:2:\"id\";s:3:\"350\";s:5:\"title\";s:22:\"Classic Cars Evolution\";s:5:\"alias\";s:22:\"Classic-Cars-Evolution\";s:3:\"zip\";s:26:\"Classic-Cars-Evolution.zip\";s:3:\"uid\";s:32:\"7061757f128fd624b0227715dab73b74\";s:3:\"img\";s:33:\"Classic-Cars-Evolution/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/classic-cars-before-after-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is a great example of our popular before & after Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:335;a:22:{s:2:\"id\";s:3:\"351\";s:5:\"title\";s:21:\"404 Error Space Theme\";s:5:\"alias\";s:21:\"404-Error-Space-Theme\";s:3:\"zip\";s:25:\"404-Error-Space-Theme.zip\";s:3:\"uid\";s:32:\"6412adc7ec025826328e40e552a14e1e\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";s:7:\"preview\";s:49:\"https://revolution.themepunch.com/404-error-page/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is the perfect way to make your error page more beautiful.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:336;a:25:{s:2:\"id\";s:3:\"352\";s:5:\"title\";s:12:\"Landing Page\";s:5:\"alias\";s:20:\"landing-page-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"landing-page-website-package\";s:3:\"img\";s:23:\"packages/lp_package.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:337;a:25:{s:2:\"id\";s:3:\"353\";s:5:\"title\";s:17:\"Landing Page Hero\";s:5:\"alias\";s:17:\"landing-page-hero\";s:3:\"zip\";s:27:\"packs/landing-page-hero.zip\";s:3:\"uid\";s:32:\"d328635caa20da7ee8a3ab687f8656ff\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:338;a:25:{s:2:\"id\";s:3:\"354\";s:5:\"title\";s:21:\"Landing Page Features\";s:5:\"alias\";s:21:\"landing-page-features\";s:3:\"zip\";s:31:\"packs/landing-page-features.zip\";s:3:\"uid\";s:32:\"6552bc72abace10918a64866d9bb79c1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:339;a:25:{s:2:\"id\";s:3:\"355\";s:5:\"title\";s:20:\"Landing Page Callout\";s:5:\"alias\";s:20:\"landing-page-callout\";s:3:\"zip\";s:30:\"packs/landing-page-callout.zip\";s:3:\"uid\";s:32:\"c5b101ea5471e7409ae7effa8d45fbcf\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:340;a:25:{s:2:\"id\";s:3:\"356\";s:5:\"title\";s:20:\"Landing Page Content\";s:5:\"alias\";s:20:\"landing-page-content\";s:3:\"zip\";s:30:\"packs/landing-page-content.zip\";s:3:\"uid\";s:32:\"34da8057a6bb3677c9adf9f18ffc6cf0\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:341;a:25:{s:2:\"id\";s:3:\"357\";s:5:\"title\";s:25:\"Landing Page Testimonials\";s:5:\"alias\";s:25:\"landing-page-testimonials\";s:3:\"zip\";s:35:\"packs/landing-page-testimonials.zip\";s:3:\"uid\";s:32:\"a83606e311cd5115422d86f04890cbf1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:342;a:25:{s:2:\"id\";s:3:\"358\";s:5:\"title\";s:27:\"Landing Page Call to Action\";s:5:\"alias\";s:27:\"landing-page-call-to-action\";s:3:\"zip\";s:37:\"packs/landing-page-call-to-action.zip\";s:3:\"uid\";s:32:\"adfb456b27fa7eb6b1415d8f80836f05\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:343;a:25:{s:2:\"id\";s:3:\"359\";s:5:\"title\";s:17:\"Landing Page Help\";s:5:\"alias\";s:17:\"landing-page-help\";s:3:\"zip\";s:27:\"packs/landing-page-help.zip\";s:3:\"uid\";s:32:\"ca502431f9b7f6249d99b02464de2dd7\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:344;a:25:{s:2:\"id\";s:3:\"360\";s:5:\"title\";s:19:\"Landing Page Footer\";s:5:\"alias\";s:19:\"landing-page-footer\";s:3:\"zip\";s:29:\"packs/landing-page-footer.zip\";s:3:\"uid\";s:32:\"2a6afc371dbd60cb117f8a0f5d09eac9\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:345;a:25:{s:2:\"id\";s:3:\"361\";s:5:\"title\";s:24:\"Landing Page Price Modal\";s:5:\"alias\";s:24:\"landing-page-price-modal\";s:3:\"zip\";s:34:\"packs/landing-page-price-modal.zip\";s:3:\"uid\";s:32:\"a6c5c0430b46dd4e6e68416964a8c54d\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:346;a:25:{s:2:\"id\";s:3:\"371\";s:5:\"title\";s:17:\"Corporate Website\";s:5:\"alias\";s:17:\"corporate-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"corporate-website-package\";s:3:\"img\";s:30:\"packages/corporate-website.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:347;a:25:{s:2:\"id\";s:3:\"372\";s:5:\"title\";s:16:\"Corporate Header\";s:5:\"alias\";s:16:\"Corporate-Header\";s:3:\"zip\";s:26:\"packs/Corporate-Header.zip\";s:3:\"uid\";s:32:\"04f868e3812a1681f00ab89580e5d1f8\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:348;a:25:{s:2:\"id\";s:3:\"373\";s:5:\"title\";s:24:\"Corporate Welcome Screen\";s:5:\"alias\";s:24:\"Corporate-Welcome-Screen\";s:3:\"zip\";s:34:\"packs/Corporate-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"052afe98ef819f7ace041dbbdb749639\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:349;a:25:{s:2:\"id\";s:3:\"374\";s:5:\"title\";s:15:\"Corporate About\";s:5:\"alias\";s:15:\"Corporate-About\";s:3:\"zip\";s:25:\"packs/Corporate-About.zip\";s:3:\"uid\";s:32:\"7bf5f8f6d4cc3016cea86289cb46e5b6\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:350;a:25:{s:2:\"id\";s:3:\"375\";s:5:\"title\";s:19:\"Corporate Portfolio\";s:5:\"alias\";s:19:\"Corporate-Portfolio\";s:3:\"zip\";s:29:\"packs/Corporate-Portfolio.zip\";s:3:\"uid\";s:32:\"612c2bd784fea81392dda1644a3c3cf3\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:351;a:25:{s:2:\"id\";s:3:\"376\";s:5:\"title\";s:15:\"Corporate Chart\";s:5:\"alias\";s:15:\"Corporate-Chart\";s:3:\"zip\";s:25:\"packs/Corporate-Chart.zip\";s:3:\"uid\";s:32:\"4d27d9b3b2cfcce750e526aafb322a9f\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:352;a:25:{s:2:\"id\";s:3:\"377\";s:5:\"title\";s:14:\"Corporate News\";s:5:\"alias\";s:14:\"Corporate-News\";s:3:\"zip\";s:24:\"packs/Corporate-News.zip\";s:3:\"uid\";s:32:\"bb65ed57a0d4db795d8b738f0a92f2d7\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:353;a:25:{s:2:\"id\";s:3:\"378\";s:5:\"title\";s:16:\"Corporate Hiring\";s:5:\"alias\";s:16:\"Corporate-Hiring\";s:3:\"zip\";s:26:\"packs/Corporate-Hiring.zip\";s:3:\"uid\";s:32:\"136cf1a91604e819089eb3573a6e100a\";s:3:\"img\";s:27:\"Corporate-Hiring/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:354;a:25:{s:2:\"id\";s:3:\"379\";s:5:\"title\";s:22:\"Corporate Testimonials\";s:5:\"alias\";s:22:\"Corporate-Testimonials\";s:3:\"zip\";s:32:\"packs/Corporate-Testimonials.zip\";s:3:\"uid\";s:32:\"b17aec0afdc31e37359cfa406164463c\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:355;a:25:{s:2:\"id\";s:3:\"380\";s:5:\"title\";s:15:\"Corporate Store\";s:5:\"alias\";s:15:\"Corporate-Store\";s:3:\"zip\";s:25:\"packs/Corporate-Store.zip\";s:3:\"uid\";s:32:\"6240b14620ddc634736716e0cdfdeb31\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:356;a:25:{s:2:\"id\";s:3:\"381\";s:5:\"title\";s:17:\"Corporate Support\";s:5:\"alias\";s:17:\"Corporate-Support\";s:3:\"zip\";s:27:\"packs/Corporate-Support.zip\";s:3:\"uid\";s:32:\"9424292a78076ce68c2faf587b26cdad\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:357;a:25:{s:2:\"id\";s:3:\"382\";s:5:\"title\";s:14:\"Corporate Team\";s:5:\"alias\";s:14:\"Corporate-Team\";s:3:\"zip\";s:24:\"packs/Corporate-Team.zip\";s:3:\"uid\";s:32:\"4fafe469b5a0a2545625c3f6d7ff3b9e\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:358;a:25:{s:2:\"id\";s:3:\"383\";s:5:\"title\";s:33:\"Corporate Selected Projects Title\";s:5:\"alias\";s:33:\"Corporate-Selected-Projects-Title\";s:3:\"zip\";s:43:\"packs/Corporate-Selected-Projects-Title.zip\";s:3:\"uid\";s:32:\"0ed3c41f51e6bf404c2fe179fa8d8ceb\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:359;a:25:{s:2:\"id\";s:3:\"384\";s:5:\"title\";s:27:\"Corporate Selected Projects\";s:5:\"alias\";s:27:\"Corporate-Selected-Projects\";s:3:\"zip\";s:37:\"packs/Corporate-Selected-Projects.zip\";s:3:\"uid\";s:32:\"1096c78d5f007f3900228a4092515e2e\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:360;a:25:{s:2:\"id\";s:3:\"385\";s:5:\"title\";s:17:\"Corporate Clients\";s:5:\"alias\";s:17:\"Corporate-Clients\";s:3:\"zip\";s:27:\"packs/Corporate-Clients.zip\";s:3:\"uid\";s:32:\"60fe3a311195bf4dba3e50bd1ab98574\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"14\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:361;a:25:{s:2:\"id\";s:3:\"386\";s:5:\"title\";s:20:\"Corporate Text Block\";s:5:\"alias\";s:20:\"Corporate-Text-Block\";s:3:\"zip\";s:30:\"packs/Corporate-Text-Block.zip\";s:3:\"uid\";s:32:\"93b68bb23d65fd1028b6b5f6d19b85b5\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"15\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:362;a:25:{s:2:\"id\";s:3:\"387\";s:5:\"title\";s:20:\"Corporate Mobile App\";s:5:\"alias\";s:20:\"Corporate-Mobile-App\";s:3:\"zip\";s:30:\"packs/Corporate-Mobile-App.zip\";s:3:\"uid\";s:32:\"e592369d233bea673403daa15c6e498a\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"16\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:363;a:25:{s:2:\"id\";s:3:\"388\";s:5:\"title\";s:18:\"Corporate Contacts\";s:5:\"alias\";s:18:\"Corporate-Contacts\";s:3:\"zip\";s:28:\"packs/Corporate-Contacts.zip\";s:3:\"uid\";s:32:\"91ae9488b54b7020f8ae9dfbfd6c563a\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"17\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:364;a:25:{s:2:\"id\";s:3:\"389\";s:5:\"title\";s:16:\"Corporate Footer\";s:5:\"alias\";s:16:\"Corporate-Footer\";s:3:\"zip\";s:26:\"packs/Corporate-Footer.zip\";s:3:\"uid\";s:32:\"a01df90af203f06194c1a18745d79861\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"18\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:365;a:25:{s:2:\"id\";s:3:\"390\";s:5:\"title\";s:23:\"Corporate Scroll To Top\";s:5:\"alias\";s:23:\"Corporate-Scroll-To-Top\";s:3:\"zip\";s:33:\"packs/Corporate-Scroll-To-Top.zip\";s:3:\"uid\";s:32:\"2d68f6e4590a9a445e6eb055dfee88ba\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"19\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:366;a:25:{s:2:\"id\";s:3:\"402\";s:5:\"title\";s:23:\"Brutal Website Template\";s:5:\"alias\";s:23:\"brutal-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"brutal-website-template-package\";s:3:\"img\";s:36:\"packages/brutal-website-template.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:367;a:25:{s:2:\"id\";s:3:\"403\";s:5:\"title\";s:11:\"Brutal Menu\";s:5:\"alias\";s:11:\"brutal-menu\";s:3:\"zip\";s:21:\"packs/brutal-menu.zip\";s:3:\"uid\";s:32:\"04b21c7aee2479793336e964230d6e3f\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:368;a:25:{s:2:\"id\";s:3:\"404\";s:5:\"title\";s:11:\"Brutal Hero\";s:5:\"alias\";s:11:\"brutal-hero\";s:3:\"zip\";s:21:\"packs/brutal-hero.zip\";s:3:\"uid\";s:32:\"a342ad01054b97bac7980fdf9e275b34\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:369;a:25:{s:2:\"id\";s:3:\"405\";s:5:\"title\";s:12:\"Brutal About\";s:5:\"alias\";s:12:\"brutal-about\";s:3:\"zip\";s:22:\"packs/brutal-about.zip\";s:3:\"uid\";s:32:\"a3e1cd2e36c9a783c1932fdafe2e4434\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:370;a:25:{s:2:\"id\";s:3:\"406\";s:5:\"title\";s:16:\"Brutal Highlight\";s:5:\"alias\";s:16:\"brutal-highlight\";s:3:\"zip\";s:26:\"packs/brutal-highlight.zip\";s:3:\"uid\";s:32:\"b7f8522dcb4636467633bd3b14f4e3e9\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:371;a:25:{s:2:\"id\";s:3:\"407\";s:5:\"title\";s:15:\"Brutal Projects\";s:5:\"alias\";s:15:\"brutal-projects\";s:3:\"zip\";s:25:\"packs/brutal-projects.zip\";s:3:\"uid\";s:32:\"1a462e91373042193ca5d623dd8e8a47\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:372;a:25:{s:2:\"id\";s:3:\"408\";s:5:\"title\";s:15:\"Brutal Services\";s:5:\"alias\";s:15:\"brutal-services\";s:3:\"zip\";s:25:\"packs/brutal-services.zip\";s:3:\"uid\";s:32:\"cbeeb1e7a5c2842b155fe13acb7c165d\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:373;a:25:{s:2:\"id\";s:3:\"409\";s:5:\"title\";s:14:\"Brutal Callout\";s:5:\"alias\";s:14:\"brutal-callout\";s:3:\"zip\";s:24:\"packs/brutal-callout.zip\";s:3:\"uid\";s:32:\"31b6dafdb2dfb548152653e60df5a3bc\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:374;a:25:{s:2:\"id\";s:3:\"410\";s:5:\"title\";s:13:\"Brutal Footer\";s:5:\"alias\";s:13:\"brutal-footer\";s:3:\"zip\";s:23:\"packs/brutal-footer.zip\";s:3:\"uid\";s:32:\"07559f0c574e3dd95b2d40d72cbb01bc\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:375;a:25:{s:2:\"id\";s:3:\"411\";s:5:\"title\";s:23:\"Church Website Template\";s:5:\"alias\";s:23:\"church-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"church-website-template-package\";s:3:\"img\";s:36:\"packages/church-website-template.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:376;a:25:{s:2:\"id\";s:3:\"412\";s:5:\"title\";s:13:\"Church Header\";s:5:\"alias\";s:13:\"Church-Header\";s:3:\"zip\";s:23:\"packs/Church-Header.zip\";s:3:\"uid\";s:32:\"c14289117e1e2b9ee716fb99146b2e03\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:377;a:25:{s:2:\"id\";s:3:\"413\";s:5:\"title\";s:22:\"Church Upcoming Events\";s:5:\"alias\";s:22:\"Church-Upcoming-Events\";s:3:\"zip\";s:32:\"packs/Church-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"056a26efddae92973fee4ee5cfa75f10\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:378;a:25:{s:2:\"id\";s:3:\"414\";s:5:\"title\";s:12:\"Church About\";s:5:\"alias\";s:12:\"Church-About\";s:3:\"zip\";s:22:\"packs/Church-About.zip\";s:3:\"uid\";s:32:\"8ef133f3f669f06380334a83e27eedbb\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:379;a:25:{s:2:\"id\";s:3:\"415\";s:5:\"title\";s:14:\"Church Pastors\";s:5:\"alias\";s:14:\"Church-Pastors\";s:3:\"zip\";s:24:\"packs/Church-Pastors.zip\";s:3:\"uid\";s:32:\"715edc0833a753b72350b8c974f86f94\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:380;a:25:{s:2:\"id\";s:3:\"416\";s:5:\"title\";s:20:\"Church Photo Gallery\";s:5:\"alias\";s:20:\"Church-Photo-Gallery\";s:3:\"zip\";s:30:\"packs/Church-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"d94808a97149cd5d3b3354a28409ffd7\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:381;a:25:{s:2:\"id\";s:3:\"417\";s:5:\"title\";s:16:\"Church Community\";s:5:\"alias\";s:16:\"Church-Community\";s:3:\"zip\";s:26:\"packs/Church-Community.zip\";s:3:\"uid\";s:32:\"2244e6a6d7a691653eae2d70765130a7\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:382;a:25:{s:2:\"id\";s:3:\"418\";s:5:\"title\";s:13:\"Church Sermon\";s:5:\"alias\";s:13:\"Church-Sermon\";s:3:\"zip\";s:23:\"packs/Church-Sermon.zip\";s:3:\"uid\";s:32:\"8fedf983bd55fff0f7a16d9f0a7e5408\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:383;a:25:{s:2:\"id\";s:3:\"419\";s:5:\"title\";s:15:\"Church Contacts\";s:5:\"alias\";s:15:\"Church-Contacts\";s:3:\"zip\";s:25:\"packs/Church-Contacts.zip\";s:3:\"uid\";s:32:\"0b1a6968e75868548fd98e435625c090\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:384;a:25:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:13:\"Church Footer\";s:5:\"alias\";s:13:\"Church-Footer\";s:3:\"zip\";s:23:\"packs/Church-Footer.zip\";s:3:\"uid\";s:32:\"29756685d3dc49e42edada43e6393b7b\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:385;a:25:{s:2:\"id\";s:3:\"421\";s:5:\"title\";s:29:\"Church Light Website Template\";s:5:\"alias\";s:29:\"church-light-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"church-light-website-template-package\";s:3:\"img\";s:42:\"packages/church-light-website-template.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:386;a:25:{s:2:\"id\";s:3:\"422\";s:5:\"title\";s:19:\"Church Light Header\";s:5:\"alias\";s:19:\"Church-Light-Header\";s:3:\"zip\";s:29:\"packs/Church-Light-Header.zip\";s:3:\"uid\";s:32:\"81c00f4b52cf55214de919e3f13121fc\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:387;a:25:{s:2:\"id\";s:3:\"423\";s:5:\"title\";s:28:\"Church Light Upcoming Events\";s:5:\"alias\";s:28:\"Church-Light-Upcoming-Events\";s:3:\"zip\";s:38:\"packs/Church-Light-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"963a49f4be0557ac5f3ee61d256f5bda\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:388;a:25:{s:2:\"id\";s:3:\"424\";s:5:\"title\";s:18:\"Church Light About\";s:5:\"alias\";s:18:\"Church-Light-About\";s:3:\"zip\";s:28:\"packs/Church-Light-About.zip\";s:3:\"uid\";s:32:\"d46c8e8e6f80e6bfedb54f1cdc49e7e6\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:389;a:25:{s:2:\"id\";s:3:\"425\";s:5:\"title\";s:20:\"Church Light Pastors\";s:5:\"alias\";s:20:\"Church-Light-Pastors\";s:3:\"zip\";s:30:\"packs/Church-Light-Pastors.zip\";s:3:\"uid\";s:32:\"7cc3dec61556e2291d6f38c1ea5e983f\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:390;a:25:{s:2:\"id\";s:3:\"426\";s:5:\"title\";s:26:\"Church Light Photo Gallery\";s:5:\"alias\";s:26:\"Church-Light-Photo-Gallery\";s:3:\"zip\";s:36:\"packs/Church-Light-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"9e13100179b9b700b005693eeca57902\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:391;a:25:{s:2:\"id\";s:3:\"427\";s:5:\"title\";s:22:\"Church Light Community\";s:5:\"alias\";s:22:\"Church-Light-Community\";s:3:\"zip\";s:32:\"packs/Church-Light-Community.zip\";s:3:\"uid\";s:32:\"14fcc0d43d899fd96116bdbc57c7c5ea\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:392;a:25:{s:2:\"id\";s:3:\"428\";s:5:\"title\";s:19:\"Church Light Sermon\";s:5:\"alias\";s:19:\"Church-Light-Sermon\";s:3:\"zip\";s:29:\"packs/Church-Light-Sermon.zip\";s:3:\"uid\";s:32:\"fc30be7e703bc7b235665c36baa80e4e\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:393;a:25:{s:2:\"id\";s:3:\"429\";s:5:\"title\";s:21:\"Church Light Contacts\";s:5:\"alias\";s:21:\"Church-Light-Contacts\";s:3:\"zip\";s:31:\"packs/Church-Light-Contacts.zip\";s:3:\"uid\";s:32:\"ed83d8fa63ecb59cf42656068ecf8d25\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:394;a:25:{s:2:\"id\";s:3:\"430\";s:5:\"title\";s:19:\"Church Light Footer\";s:5:\"alias\";s:19:\"Church-Light-Footer\";s:3:\"zip\";s:29:\"packs/Church-Light-Footer.zip\";s:3:\"uid\";s:32:\"a168772865fd5dcf6229c9c6a49dff73\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:395;a:25:{s:2:\"id\";s:3:\"431\";s:5:\"title\";s:25:\"Rockable Website Template\";s:5:\"alias\";s:25:\"rockable-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:33:\"rockable-website-template-package\";s:3:\"img\";s:38:\"packages/rockable-website-template.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:396;a:25:{s:2:\"id\";s:3:\"432\";s:5:\"title\";s:13:\"Rockable Menu\";s:5:\"alias\";s:13:\"rockable-menu\";s:3:\"zip\";s:23:\"packs/rockable-menu.zip\";s:3:\"uid\";s:32:\"92d18f7ff38f22ff411a4ef4d9f54934\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:397;a:25:{s:2:\"id\";s:3:\"433\";s:5:\"title\";s:13:\"Rockable Hero\";s:5:\"alias\";s:13:\"rockable-hero\";s:3:\"zip\";s:23:\"packs/rockable-hero.zip\";s:3:\"uid\";s:32:\"ba16b28d6bde95910cbce572bb251208\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:398;a:25:{s:2:\"id\";s:3:\"434\";s:5:\"title\";s:15:\"Rockable Lineup\";s:5:\"alias\";s:15:\"rockable-lineup\";s:3:\"zip\";s:25:\"packs/rockable-lineup.zip\";s:3:\"uid\";s:32:\"6631980112805533a0d328c37e56adbd\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:399;a:25:{s:2:\"id\";s:3:\"435\";s:5:\"title\";s:17:\"Rockable Lineup 2\";s:5:\"alias\";s:17:\"rockable-lineup-2\";s:3:\"zip\";s:27:\"packs/rockable-lineup-2.zip\";s:3:\"uid\";s:32:\"98bc41d982dc478edabff4aa99461dbc\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:400;a:25:{s:2:\"id\";s:3:\"436\";s:5:\"title\";s:22:\"Rockable Gallery Title\";s:5:\"alias\";s:22:\"rockable-gallery-title\";s:3:\"zip\";s:32:\"packs/rockable-gallery-title.zip\";s:3:\"uid\";s:32:\"da43a76f5bc77aa6efe158b00ab7cf0d\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:401;a:25:{s:2:\"id\";s:3:\"437\";s:5:\"title\";s:16:\"Rockable Gallery\";s:5:\"alias\";s:16:\"rockable-gallery\";s:3:\"zip\";s:26:\"packs/rockable-gallery.zip\";s:3:\"uid\";s:32:\"c12a144d6860bcf24e91d5b980ac22f1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:402;a:25:{s:2:\"id\";s:3:\"438\";s:5:\"title\";s:17:\"Rockable Sponsors\";s:5:\"alias\";s:17:\"rockable-sponsors\";s:3:\"zip\";s:27:\"packs/rockable-sponsors.zip\";s:3:\"uid\";s:32:\"1e40d4a810c23f8d5fe5cd5ca31ee20d\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:403;a:25:{s:2:\"id\";s:3:\"439\";s:5:\"title\";s:15:\"Rockable Footer\";s:5:\"alias\";s:15:\"rockable-footer\";s:3:\"zip\";s:25:\"packs/rockable-footer.zip\";s:3:\"uid\";s:32:\"a4a9952d5e56fc14366155e8ebfa432a\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:404;a:25:{s:2:\"id\";s:3:\"440\";s:5:\"title\";s:21:\"Rockable Detail Modal\";s:5:\"alias\";s:21:\"rockable-detail-modal\";s:3:\"zip\";s:31:\"packs/rockable-detail-modal.zip\";s:3:\"uid\";s:32:\"b51d918203ff7975a144a9f1be09f31b\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:405;a:25:{s:2:\"id\";s:3:\"441\";s:5:\"title\";s:23:\"Rockable Detail Modal 2\";s:5:\"alias\";s:23:\"rockable-detail-modal-2\";s:3:\"zip\";s:33:\"packs/rockable-detail-modal-2.zip\";s:3:\"uid\";s:32:\"dcf51ebb3d4a1dec94748a1e016c5ef7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:406;a:22:{s:2:\"id\";s:3:\"442\";s:5:\"title\";s:27:\"Real Estate Showcase Slider\";s:5:\"alias\";s:27:\"real-estate-showcase-slider\";s:3:\"zip\";s:31:\"Real-Estate-Showcase-Slider.zip\";s:3:\"uid\";s:32:\"486b2bbe296722e70421731e3c05711b\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">An elegant showcase for your real estate & realtor website. Flexible and customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:407;a:22:{s:2:\"id\";s:3:\"443\";s:5:\"title\";s:16:\"Isometric Slider\";s:5:\"alias\";s:16:\"isometric-slider\";s:3:\"zip\";s:20:\"isometric-slider.zip\";s:3:\"uid\";s:32:\"fb06051fcf6649a44f2292044e414a36\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/isometric-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:154:\"<span class=\"ttm_content\">A colorful, isometric slider template with fully customizable colors and screen content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:408;a:25:{s:2:\"id\";s:3:\"444\";s:5:\"title\";s:26:\"Woo Commerce Slider Static\";s:5:\"alias\";s:26:\"woo-commerce-slider-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"woo-commerce-slider-static\";s:3:\"img\";s:39:\"packages/woo-commerce-slider-static.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:7:\"website\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:409;a:25:{s:2:\"id\";s:3:\"445\";s:5:\"title\";s:17:\"E-Commerce Slider\";s:5:\"alias\";s:17:\"E-Commerce-Slider\";s:3:\"zip\";s:27:\"packs/E-Commerce-Slider.zip\";s:3:\"uid\";s:32:\"1533cfd83c2ae122f23074e1ed77f256\";s:3:\"img\";s:28:\"E-Commerce-Slider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:4:\"hero\";i:1;s:7:\"website\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:410;a:25:{s:2:\"id\";s:3:\"446\";s:5:\"title\";s:23:\"E-Commerce Slider Modal\";s:5:\"alias\";s:23:\"E-Commerce-Slider-Modal\";s:3:\"zip\";s:33:\"packs/E-Commerce-Slider-Modal.zip\";s:3:\"uid\";s:32:\"825e05c3967515b92a75da017c68a863\";s:3:\"img\";s:34:\"E-Commerce-Slider-Modal/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:4:\"hero\";i:1;s:7:\"website\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:411;a:22:{s:2:\"id\";s:3:\"447\";s:5:\"title\";s:27:\"Woo Commerce Slider Dynamic\";s:5:\"alias\";s:27:\"Woo-Commerce-Slider-Dynamic\";s:3:\"zip\";s:31:\"Woo-Commerce-Slider-Dynamic.zip\";s:3:\"uid\";s:32:\"b8e2c64f3739e552c563c48c59f20fe7\";s:3:\"img\";s:38:\"Woo-Commerce-Slider-Dynamic/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the dynamic version that uses Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:412;a:25:{s:2:\"id\";s:3:\"448\";s:5:\"title\";s:31:\"Blooming Event Florist Template\";s:5:\"alias\";s:31:\"blooming-event-florist-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"blooming-event-florist-template-package\";s:3:\"img\";s:52:\"packages/blooming-event-florist-template-package.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:413;a:25:{s:2:\"id\";s:3:\"449\";s:5:\"title\";s:15:\"Blooming Header\";s:5:\"alias\";s:15:\"blooming-header\";s:3:\"zip\";s:25:\"packs/blooming-header.zip\";s:3:\"uid\";s:32:\"aa2ee34fd8ed018945ba64e6913810e4\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:414;a:25:{s:2:\"id\";s:3:\"450\";s:5:\"title\";s:14:\"Blooming About\";s:5:\"alias\";s:14:\"blooming-about\";s:3:\"zip\";s:24:\"packs/blooming-about.zip\";s:3:\"uid\";s:32:\"dd7095e46fab2eb475d00480fd17a6ec\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:415;a:25:{s:2:\"id\";s:3:\"451\";s:5:\"title\";s:18:\"Blooming Portfolio\";s:5:\"alias\";s:18:\"blooming-portfolio\";s:3:\"zip\";s:28:\"packs/blooming-portfolio.zip\";s:3:\"uid\";s:32:\"c72ddcbb07b62982b8c21328a6383e22\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:416;a:25:{s:2:\"id\";s:3:\"452\";s:5:\"title\";s:22:\"Blooming Wedding Title\";s:5:\"alias\";s:22:\"blooming-wedding-title\";s:3:\"zip\";s:32:\"packs/blooming-wedding-title.zip\";s:3:\"uid\";s:32:\"4fcfb0b99289c12d014c67306bb7687b\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:417;a:25:{s:2:\"id\";s:3:\"453\";s:5:\"title\";s:25:\"Blooming Wedding Carousel\";s:5:\"alias\";s:25:\"blooming-wedding-carousel\";s:3:\"zip\";s:35:\"packs/blooming-wedding-carousel.zip\";s:3:\"uid\";s:32:\"1d1bb979dbfca8ba9d43da1c0f665339\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:418;a:25:{s:2:\"id\";s:3:\"454\";s:5:\"title\";s:21:\"Blooming Wedding Text\";s:5:\"alias\";s:21:\"blooming-wedding-text\";s:3:\"zip\";s:31:\"packs/blooming-wedding-text.zip\";s:3:\"uid\";s:32:\"326f2793294a739dd3aac3cc45332df8\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:419;a:25:{s:2:\"id\";s:3:\"455\";s:5:\"title\";s:22:\"Blooming Parties Title\";s:5:\"alias\";s:22:\"blooming-parties-title\";s:3:\"zip\";s:32:\"packs/blooming-parties-title.zip\";s:3:\"uid\";s:32:\"b47aae1b368d3c3d9017f260e6c6a547\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:420;a:25:{s:2:\"id\";s:3:\"456\";s:5:\"title\";s:25:\"Blooming Parties Carousel\";s:5:\"alias\";s:25:\"blooming-parties-carousel\";s:3:\"zip\";s:35:\"packs/blooming-parties-carousel.zip\";s:3:\"uid\";s:32:\"9f90a9da7b017aeee7f3b608cda066e6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:421;a:25:{s:2:\"id\";s:3:\"457\";s:5:\"title\";s:21:\"Blooming Parties Text\";s:5:\"alias\";s:21:\"blooming-parties-text\";s:3:\"zip\";s:31:\"packs/blooming-parties-text.zip\";s:3:\"uid\";s:32:\"66a47346cc639b8b9b9b5dfa1521b6ef\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:422;a:25:{s:2:\"id\";s:3:\"458\";s:5:\"title\";s:22:\"Blooming Funeral Title\";s:5:\"alias\";s:22:\"blooming-funeral-title\";s:3:\"zip\";s:32:\"packs/blooming-funeral-title.zip\";s:3:\"uid\";s:32:\"e9e77134472c33c56be442073f29d1fd\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:423;a:25:{s:2:\"id\";s:3:\"459\";s:5:\"title\";s:23:\"Blooming Funeral Slider\";s:5:\"alias\";s:23:\"blooming-funeral-slider\";s:3:\"zip\";s:33:\"packs/blooming-funeral-slider.zip\";s:3:\"uid\";s:32:\"d15090841c25c7c8f0e1b0987c0c0887\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:424;a:25:{s:2:\"id\";s:3:\"460\";s:5:\"title\";s:21:\"Blooming Funeral Text\";s:5:\"alias\";s:21:\"blooming-funeral-text\";s:3:\"zip\";s:31:\"packs/blooming-funeral-text.zip\";s:3:\"uid\";s:32:\"d7c80e246f31e3d2f4e5dc1656f133cc\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:425;a:25:{s:2:\"id\";s:3:\"461\";s:5:\"title\";s:16:\"Blooming Contact\";s:5:\"alias\";s:16:\"blooming-contact\";s:3:\"zip\";s:26:\"packs/blooming-contact.zip\";s:3:\"uid\";s:32:\"54280182bca86443e2648b3146f41e47\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:426;a:22:{s:2:\"id\";s:3:\"462\";s:5:\"title\";s:13:\"Particle Hero\";s:5:\"alias\";s:13:\"particle-hero\";s:3:\"zip\";s:17:\"particle-hero.zip\";s:3:\"uid\";s:32:\"3f422f4807bf9ef4cb15dade515dad00\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide6\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:120:\"<span class=\"ttm_content\">A Hero header module using the Particle Effect Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:427;a:22:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:17:\"Bubble Morph Hero\";s:5:\"alias\";s:17:\"bubble-morph-hero\";s:3:\"zip\";s:21:\"bubble-morph-hero.zip\";s:3:\"uid\";s:32:\"b47e6bcc1ae80393ff3f7388ed3b9f8f\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide5\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A Hero header module using the Bubble Morph Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:428;a:22:{s:2:\"id\";s:3:\"464\";s:5:\"title\";s:13:\"Parallax Hero\";s:5:\"alias\";s:13:\"parallax-hero\";s:3:\"zip\";s:17:\"parallax-hero.zip\";s:3:\"uid\";s:32:\"290e86534326ee118e96ae7ce0538fa2\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide4\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A parallax hero module with mouse move interaction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:429;a:22:{s:2:\"id\";s:3:\"465\";s:5:\"title\";s:10:\"Video Hero\";s:5:\"alias\";s:10:\"video-hero\";s:3:\"zip\";s:14:\"video-hero.zip\";s:3:\"uid\";s:32:\"f9e280015d3408bb0482e13fe753da8f\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:111:\"<span class=\"ttm_content\">A simple Hero header module with HTML5 video.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:430;a:22:{s:2:\"id\";s:3:\"466\";s:5:\"title\";s:14:\"Ken Burns Hero\";s:5:\"alias\";s:14:\"ken-burns-hero\";s:3:\"zip\";s:18:\"ken-burns-hero.zip\";s:3:\"uid\";s:32:\"d5f89e5f5b3991b995e2bfeb50cfe9f8\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:142:\"<span class=\"ttm_content\">A simple image background hero header module with a subtle Ken Burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:431;a:22:{s:2:\"id\";s:3:\"467\";s:5:\"title\";s:21:\"Basic Hero Collection\";s:5:\"alias\";s:21:\"basic-hero-collection\";s:3:\"zip\";s:25:\"basic-hero-collection.zip\";s:3:\"uid\";s:32:\"ff625c65e8aab4689fa56d5652279d51\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-hero-image-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A collection of WordPress Hero Headers with image, video, particles, parallax and more!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:432;a:22:{s:2:\"id\";s:3:\"468\";s:5:\"title\";s:19:\"Launching Very Soon\";s:5:\"alias\";s:19:\"launching-very-soon\";s:3:\"zip\";s:23:\"launching-very-soon.zip\";s:3:\"uid\";s:32:\"2da45cf2d9bec07e7183b3f7777986b9\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/launching-soon-countdown/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:166:\"<span class=\"ttm_content\">Rocket BOOST! A beautifully animated launching soon countdown module using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:433;a:22:{s:2:\"id\";s:3:\"469\";s:5:\"title\";s:18:\"Under Construction\";s:5:\"alias\";s:18:\"Under-Construction\";s:3:\"zip\";s:22:\"Under-Construction.zip\";s:3:\"uid\";s:32:\"4b12f9a82a5b48d45a707df93406eb5b\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/under-construction/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You will love this animated under construction landing page using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:434;a:22:{s:2:\"id\";s:3:\"470\";s:5:\"title\";s:15:\"Particle Effect\";s:5:\"alias\";s:15:\"Particle-Effect\";s:3:\"zip\";s:19:\"Particle-Effect.zip\";s:3:\"uid\";s:32:\"66cf4e514e83a6984903694fd587edb6\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/snow-particle-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">Get into a winter mood with our Snow Particle Scene for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:435;a:22:{s:2:\"id\";s:3:\"471\";s:5:\"title\";s:17:\"Particle Effect 2\";s:5:\"alias\";s:17:\"Particle-Effect-2\";s:3:\"zip\";s:21:\"Particle-Effect-2.zip\";s:3:\"uid\";s:32:\"303337c29a97a816ccecca7e5f0b5e20\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/cyber-particle-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">Amaze your website visitors with the cyber particle effect for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:436;a:25:{s:2:\"id\";s:3:\"472\";s:5:\"title\";s:22:\"Stark Website Template\";s:5:\"alias\";s:22:\"stark-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"stark-website-template-package\";s:3:\"img\";s:43:\"packages/stark-website-template-package.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:437;a:25:{s:2:\"id\";s:3:\"473\";s:5:\"title\";s:10:\"Stark Menu\";s:5:\"alias\";s:10:\"stark-menu\";s:3:\"zip\";s:20:\"packs/stark-menu.zip\";s:3:\"uid\";s:32:\"bb31150df180e784d76a1f5ea306bf05\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:87:\"offset=\"t:0px,0px,0px,0px;b:0px,0px,0px,0px;l:140px,70px,0px,0px;r:140px,70px,0px,0px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:438;a:25:{s:2:\"id\";s:3:\"474\";s:5:\"title\";s:12:\"Stark Header\";s:5:\"alias\";s:12:\"stark-header\";s:3:\"zip\";s:22:\"packs/stark-header.zip\";s:3:\"uid\";s:32:\"62bfca01bf6e33cfad81d8df06498299\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:93:\"offset=\"t:40px,30px,20px,10px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:439;a:25:{s:2:\"id\";s:3:\"475\";s:5:\"title\";s:13:\"Stark Content\";s:5:\"alias\";s:13:\"stark-content\";s:3:\"zip\";s:23:\"packs/stark-content.zip\";s:3:\"uid\";s:32:\"4577ca760133eb5d894c46f212f6eefb\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"6\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:440;a:25:{s:2:\"id\";s:3:\"476\";s:5:\"title\";s:14:\"Stark Carousel\";s:5:\"alias\";s:14:\"stark-carousel\";s:3:\"zip\";s:24:\"packs/stark-carousel.zip\";s:3:\"uid\";s:32:\"de63336d333eeff10eccfd5d9741e6c9\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"1\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:441;a:25:{s:2:\"id\";s:3:\"477\";s:5:\"title\";s:15:\"Stark Portfolio\";s:5:\"alias\";s:15:\"stark-portfolio\";s:3:\"zip\";s:25:\"packs/stark-portfolio.zip\";s:3:\"uid\";s:32:\"99fcf3df65f8471fe30bec1bf0c2350d\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"5\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:442;a:25:{s:2:\"id\";s:3:\"478\";s:5:\"title\";s:22:\"Stark Portfolio Detail\";s:5:\"alias\";s:22:\"stark-portfolio-detail\";s:3:\"zip\";s:32:\"packs/stark-portfolio-detail.zip\";s:3:\"uid\";s:32:\"7484fc54f81daec07c93e992216310ce\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:443;a:25:{s:2:\"id\";s:3:\"479\";s:5:\"title\";s:13:\"Stark Contact\";s:5:\"alias\";s:13:\"stark-contact\";s:3:\"zip\";s:23:\"packs/stark-contact.zip\";s:3:\"uid\";s:32:\"8d704226b7093123a9d9faf424da6c35\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"2\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:444;a:25:{s:2:\"id\";s:3:\"480\";s:5:\"title\";s:12:\"Stark Footer\";s:5:\"alias\";s:12:\"stark-footer\";s:3:\"zip\";s:22:\"packs/stark-footer.zip\";s:3:\"uid\";s:32:\"e7132dc158e7dcdb4ef5b3a1aa00208a\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:114:\"offset=\"t:-50px,-30px,-30px,-20px;b:40px,30px,20px,20px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"3\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:445;a:25:{s:2:\"id\";s:3:\"481\";s:5:\"title\";s:16:\"Stark Newsletter\";s:5:\"alias\";s:16:\"stark-newsletter\";s:3:\"zip\";s:26:\"packs/stark-newsletter.zip\";s:3:\"uid\";s:32:\"bb76ddd68dbe6bda5ece7e4227a51413\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:33:\"usage=\"modal\" modal=\"s:#contact;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:446;a:22:{s:2:\"id\";s:3:\"482\";s:5:\"title\";s:15:\"Big Summer Sale\";s:5:\"alias\";s:15:\"big-summer-sale\";s:3:\"zip\";s:19:\"big-summer-sale.zip\";s:3:\"uid\";s:32:\"a6779fa7109763209d234f9cf2e766c6\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/big-summer-sale-shop-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">The Big Summer Sale Shop Slider is a beautiful eye catcher for your e-commerce website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:447;a:22:{s:2:\"id\";s:3:\"483\";s:5:\"title\";s:18:\"Traveller Carousel\";s:5:\"alias\";s:18:\"traveller-carousel\";s:3:\"zip\";s:22:\"traveller-carousel.zip\";s:3:\"uid\";s:32:\"185344ed6236bea2906a79035d1d5702\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/travel-blog-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A travel blog carousel with interesting parallax and ken burns effects!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:263:\"<span class=\"ttm_content\">Note that the content visible on all slides can be edited on the \"global layers\" slide.<br/>Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:448;a:22:{s:2:\"id\";s:3:\"484\";s:5:\"title\";s:16:\"Project Carousel\";s:5:\"alias\";s:16:\"project-carousel\";s:3:\"zip\";s:20:\"project-carousel.zip\";s:3:\"uid\";s:32:\"49c85ad406da943bdd25f08fd6496748\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/project-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A project carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:449;a:22:{s:2:\"id\";s:3:\"485\";s:5:\"title\";s:13:\"News Carousel\";s:5:\"alias\";s:13:\"news-carousel\";s:3:\"zip\";s:17:\"news-carousel.zip\";s:3:\"uid\";s:32:\"76f5b939150092a30038f161084140ae\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/news-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A news carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:450;a:25:{s:2:\"id\";s:3:\"486\";s:5:\"title\";s:29:\"Story Blocks Website Template\";s:5:\"alias\";s:29:\"story-blocks-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"story-blocks-website-template-package\";s:3:\"img\";s:50:\"packages/story-blocks-website-template-package.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:451;a:25:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:10:\"Story Menu\";s:5:\"alias\";s:10:\"story-menu\";s:3:\"zip\";s:20:\"packs/story-menu.zip\";s:3:\"uid\";s:32:\"1f2f7cd91480f15cff8e7100f788c650\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:452;a:25:{s:2:\"id\";s:3:\"488\";s:5:\"title\";s:12:\"Story Header\";s:5:\"alias\";s:12:\"story-header\";s:3:\"zip\";s:22:\"packs/story-header.zip\";s:3:\"uid\";s:32:\"e1a5ad5018a24ccdc71c2863edfe775e\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:453;a:25:{s:2:\"id\";s:3:\"489\";s:5:\"title\";s:13:\"Story Block 1\";s:5:\"alias\";s:13:\"story-block-1\";s:3:\"zip\";s:23:\"packs/story-block-1.zip\";s:3:\"uid\";s:32:\"2a9fee97dcf477e36d048af8a902f47a\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:454;a:25:{s:2:\"id\";s:3:\"490\";s:5:\"title\";s:15:\"Story Content 1\";s:5:\"alias\";s:15:\"story-content-1\";s:3:\"zip\";s:25:\"packs/story-content-1.zip\";s:3:\"uid\";s:32:\"6773614bbce543b83a0d2b2ad8facc96\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:455;a:25:{s:2:\"id\";s:3:\"491\";s:5:\"title\";s:13:\"Story Block 2\";s:5:\"alias\";s:13:\"story-block-2\";s:3:\"zip\";s:23:\"packs/story-block-2.zip\";s:3:\"uid\";s:32:\"2e708e3cebab57ca20b228ffba426ce7\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:456;a:25:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:13:\"Story Block 3\";s:5:\"alias\";s:13:\"story-block-3\";s:3:\"zip\";s:23:\"packs/story-block-3.zip\";s:3:\"uid\";s:32:\"7156cf069f65644faf90122dab451231\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:457;a:25:{s:2:\"id\";s:3:\"493\";s:5:\"title\";s:15:\"Story Content 2\";s:5:\"alias\";s:15:\"story-content-2\";s:3:\"zip\";s:25:\"packs/story-content-2.zip\";s:3:\"uid\";s:32:\"1223cd77d1f36d69e69ce50223e16ea7\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:458;a:25:{s:2:\"id\";s:3:\"494\";s:5:\"title\";s:13:\"Story Block 4\";s:5:\"alias\";s:13:\"story-block-4\";s:3:\"zip\";s:23:\"packs/story-block-4.zip\";s:3:\"uid\";s:32:\"85ac48e8e8231d2c38206cba4e7ebb68\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:459;a:25:{s:2:\"id\";s:3:\"495\";s:5:\"title\";s:15:\"Story Content 3\";s:5:\"alias\";s:15:\"story-content-3\";s:3:\"zip\";s:25:\"packs/story-content-3.zip\";s:3:\"uid\";s:32:\"82cac52f3ba79c0559fe0ad0cdf9d3b2\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:460;a:22:{s:2:\"id\";s:3:\"496\";s:5:\"title\";s:21:\"Animated Mini Website\";s:5:\"alias\";s:12:\"mini-website\";s:3:\"zip\";s:16:\"mini-website.zip\";s:3:\"uid\";s:32:\"cc6c0a3b0f933a88c43e2be0fa397c1c\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";s:7:\"preview\";s:56:\"https://www.sliderrevolution.com/templates/mini-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">The animated mini website template has a modern, vibrant design and can be customized easily! Get the #1 WordPress Builder with 200+ templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:461;a:22:{s:2:\"id\";s:3:\"497\";s:5:\"title\";s:18:\"Food Delivery Hero\";s:5:\"alias\";s:13:\"food-delivery\";s:3:\"zip\";s:17:\"food-delivery.zip\";s:3:\"uid\";s:32:\"992e9b22ff43227a655eea341835d04c\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";s:7:\"preview\";s:62:\"https://www.sliderrevolution.com/templates/food-delivery-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">Yummy! This hero template convinces with a changing color background, a particle effect, vibrant illustrations and smooth mouse over effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:342:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:462;a:22:{s:2:\"id\";s:3:\"498\";s:5:\"title\";s:25:\"Slider With Illustrations\";s:5:\"alias\";s:25:\"slider-with-illustrations\";s:3:\"zip\";s:29:\"slider-with-illustrations.zip\";s:3:\"uid\";s:32:\"ebc24280b669f26734c7fdd8b5683e9f\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/slider-with-illustrations/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">A basic slider template with easy to customize content, colorful illustrations and pleasant parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:463;a:25:{s:2:\"id\";s:3:\"499\";s:5:\"title\";s:31:\"Zen Technology Website Template\";s:5:\"alias\";s:31:\"zen-technology-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"zen-technology-website-template-package\";s:3:\"img\";s:52:\"packages/zen-technology-website-template-package.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:464;a:25:{s:2:\"id\";s:3:\"500\";s:5:\"title\";s:8:\"Zen Menu\";s:5:\"alias\";s:8:\"zen-menu\";s:3:\"zip\";s:18:\"packs/zen-menu.zip\";s:3:\"uid\";s:32:\"3b53d755058b75fa6172510dcca2f2bb\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:465;a:25:{s:2:\"id\";s:3:\"501\";s:5:\"title\";s:10:\"Zen Header\";s:5:\"alias\";s:10:\"zen-header\";s:3:\"zip\";s:20:\"packs/zen-header.zip\";s:3:\"uid\";s:32:\"13d3cdde05308616fda7e2920a29e006\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:466;a:25:{s:2:\"id\";s:3:\"502\";s:5:\"title\";s:9:\"Zen About\";s:5:\"alias\";s:9:\"zen-about\";s:3:\"zip\";s:19:\"packs/zen-about.zip\";s:3:\"uid\";s:32:\"d50d4f9b43e025fa99503b9a4eec6551\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:467;a:25:{s:2:\"id\";s:3:\"503\";s:5:\"title\";s:12:\"Zen Features\";s:5:\"alias\";s:12:\"zen-features\";s:3:\"zip\";s:22:\"packs/zen-features.zip\";s:3:\"uid\";s:32:\"f4f7f500fae57b1b55adace13f030778\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:468;a:25:{s:2:\"id\";s:3:\"504\";s:5:\"title\";s:9:\"Zen Video\";s:5:\"alias\";s:9:\"zen-video\";s:3:\"zip\";s:19:\"packs/zen-video.zip\";s:3:\"uid\";s:32:\"fa83df1b45b795174770b1b0155e89f3\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:469;a:25:{s:2:\"id\";s:3:\"505\";s:5:\"title\";s:11:\"Zen Pricing\";s:5:\"alias\";s:11:\"zen-pricing\";s:3:\"zip\";s:21:\"packs/zen-pricing.zip\";s:3:\"uid\";s:32:\"921f8e5c156d9027f6ae8f1c5e426251\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:470;a:25:{s:2:\"id\";s:3:\"506\";s:5:\"title\";s:22:\"Zen Testimonials Title\";s:5:\"alias\";s:22:\"zen-testimonials-title\";s:3:\"zip\";s:32:\"packs/zen-testimonials-title.zip\";s:3:\"uid\";s:32:\"d9aeeb596c0455ddd564a60a2d449b17\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:471;a:25:{s:2:\"id\";s:3:\"507\";s:5:\"title\";s:16:\"Zen Testimonials\";s:5:\"alias\";s:16:\"zen-testimonials\";s:3:\"zip\";s:26:\"packs/zen-testimonials.zip\";s:3:\"uid\";s:32:\"5a0e0141599c63828e4b99e3bc863366\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:472;a:25:{s:2:\"id\";s:3:\"508\";s:5:\"title\";s:10:\"Zen Footer\";s:5:\"alias\";s:10:\"zen-footer\";s:3:\"zip\";s:20:\"packs/zen-footer.zip\";s:3:\"uid\";s:32:\"47fb8604e2aafa8cfc97f5af75fda911\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:473;a:22:{s:2:\"id\";s:3:\"509\";s:5:\"title\";s:24:\"Paintbrush Effect Add-on\";s:5:\"alias\";s:17:\"Paintbrush-Effect\";s:3:\"zip\";s:21:\"Paintbrush-Effect.zip\";s:3:\"uid\";s:32:\"b934d1376df026f0ff45447de17b5ee9\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/paintbrush-effect-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:179:\"<span class=\"ttm_content\">The Paintbrush Effect Add-on is the perfect way to add some interactivity to your website with Slider Revolution.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:338:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:474;a:25:{s:2:\"id\";s:3:\"510\";s:5:\"title\";s:29:\"Photographer Website Template\";s:5:\"alias\";s:29:\"photographer-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"photographer-website-template-package\";s:3:\"img\";s:50:\"packages/photographer-website-template-package.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:475;a:25:{s:2:\"id\";s:3:\"511\";s:5:\"title\";s:19:\"Photographer Header\";s:5:\"alias\";s:19:\"Photographer-Header\";s:3:\"zip\";s:29:\"packs/Photographer-Header.zip\";s:3:\"uid\";s:32:\"22de8b3b1eeca5d0d1087791a28cc641\";s:3:\"img\";s:30:\"Photographer-Header/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:476;a:25:{s:2:\"id\";s:3:\"512\";s:5:\"title\";s:27:\"Photographer Welcome Screen\";s:5:\"alias\";s:27:\"Photographer-Welcome-Screen\";s:3:\"zip\";s:37:\"packs/Photographer-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"8de63df079ad8b7c0aa7bf164bd5fd8f\";s:3:\"img\";s:38:\"Photographer-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:477;a:25:{s:2:\"id\";s:3:\"513\";s:5:\"title\";s:21:\"Photographer Showcase\";s:5:\"alias\";s:21:\"Photographer-Showcase\";s:3:\"zip\";s:31:\"packs/Photographer-Showcase.zip\";s:3:\"uid\";s:32:\"8b2c7a1541465f77e829a9ac58926359\";s:3:\"img\";s:32:\"Photographer-Showcase/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:478;a:25:{s:2:\"id\";s:3:\"514\";s:5:\"title\";s:22:\"Photographer Portfolio\";s:5:\"alias\";s:22:\"Photographer-Portfolio\";s:3:\"zip\";s:32:\"packs/Photographer-Portfolio.zip\";s:3:\"uid\";s:32:\"ba5cc502a9505725ef169eaf4852d10f\";s:3:\"img\";s:33:\"Photographer-Portfolio/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:479;a:25:{s:2:\"id\";s:3:\"515\";s:5:\"title\";s:21:\"Photographer Contacts\";s:5:\"alias\";s:21:\"Photographer-Contacts\";s:3:\"zip\";s:31:\"packs/Photographer-Contacts.zip\";s:3:\"uid\";s:32:\"6ac142733cd260b5d5d3cdce30885074\";s:3:\"img\";s:32:\"Photographer-Contacts/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:480;a:25:{s:2:\"id\";s:3:\"516\";s:5:\"title\";s:19:\"Photographer Footer\";s:5:\"alias\";s:19:\"Photographer-Footer\";s:3:\"zip\";s:29:\"packs/Photographer-Footer.zip\";s:3:\"uid\";s:32:\"5fae568a988d072fb14b66cc2732ea46\";s:3:\"img\";s:30:\"Photographer-Footer/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:481;a:25:{s:2:\"id\";s:3:\"517\";s:5:\"title\";s:18:\"Photographer Modal\";s:5:\"alias\";s:18:\"Photographer-Modal\";s:3:\"zip\";s:28:\"packs/Photographer-Modal.zip\";s:3:\"uid\";s:32:\"e6b47a765ad19bce4726540ff7211c07\";s:3:\"img\";s:29:\"Photographer-Modal/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:482;a:22:{s:2:\"id\";s:3:\"518\";s:5:\"title\";s:25:\"Black Friday Scroll Video\";s:5:\"alias\";s:25:\"black-friday-scroll-video\";s:3:\"zip\";s:29:\"black-friday-scroll-video.zip\";s:3:\"uid\";s:32:\"a6a4ab2e2f703aaee0a1e6121881bdd8\";s:3:\"img\";s:36:\"black-friday-scroll-video/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/black-friday-video-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:169:\"<span class=\"ttm_content\">Blackfriday offers are coming towards you from the depths of space, with this scroll-based hero module.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:370:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php\",\"name\":\"Slider Revolution Scroll Video Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:483;a:25:{s:2:\"id\";s:3:\"519\";s:5:\"title\";s:26:\"Charity Non-Profit-Website\";s:5:\"alias\";s:26:\"charity-non-profit-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"charity-non-profit-website\";s:3:\"img\";s:47:\"packages/charity-non-profit-website-package.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:484;a:25:{s:2:\"id\";s:3:\"520\";s:5:\"title\";s:12:\"Charity Menu\";s:5:\"alias\";s:12:\"charity-menu\";s:3:\"zip\";s:22:\"packs/charity-menu.zip\";s:3:\"uid\";s:32:\"77794a39041c7f128de3b5ad9b8e7d0d\";s:3:\"img\";s:23:\"charity-menu/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:485;a:25:{s:2:\"id\";s:3:\"521\";s:5:\"title\";s:14:\"Charity Header\";s:5:\"alias\";s:14:\"charity-header\";s:3:\"zip\";s:24:\"packs/charity-header.zip\";s:3:\"uid\";s:32:\"36096787d4ed62942cbd48f6a57e9d4f\";s:3:\"img\";s:25:\"charity-header/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:486;a:25:{s:2:\"id\";s:3:\"522\";s:5:\"title\";s:15:\"Charity Mission\";s:5:\"alias\";s:15:\"charity-mission\";s:3:\"zip\";s:25:\"packs/charity-mission.zip\";s:3:\"uid\";s:32:\"8c5cd67e3eb51c0ca3e571408ac8e97b\";s:3:\"img\";s:26:\"charity-mission/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:487;a:25:{s:2:\"id\";s:3:\"523\";s:5:\"title\";s:13:\"Charity Funds\";s:5:\"alias\";s:13:\"charity-funds\";s:3:\"zip\";s:23:\"packs/charity-funds.zip\";s:3:\"uid\";s:32:\"10da554c7529ef91965e1618a04b410b\";s:3:\"img\";s:24:\"charity-funds/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:488;a:25:{s:2:\"id\";s:3:\"524\";s:5:\"title\";s:15:\"Charity Success\";s:5:\"alias\";s:15:\"charity-success\";s:3:\"zip\";s:25:\"packs/charity-success.zip\";s:3:\"uid\";s:32:\"0c35448c1905272606e87447886a348e\";s:3:\"img\";s:26:\"charity-success/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:489;a:25:{s:2:\"id\";s:3:\"525\";s:5:\"title\";s:15:\"Charity Stories\";s:5:\"alias\";s:15:\"charity-stories\";s:3:\"zip\";s:25:\"packs/charity-stories.zip\";s:3:\"uid\";s:32:\"f277f145d9f9c3f0033bb8ceffeb4c9f\";s:3:\"img\";s:26:\"charity-stories/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:490;a:25:{s:2:\"id\";s:3:\"526\";s:5:\"title\";s:16:\"Charity Worldmap\";s:5:\"alias\";s:16:\"charity-worldmap\";s:3:\"zip\";s:26:\"packs/charity-worldmap.zip\";s:3:\"uid\";s:32:\"9e00cbac269b92cb24fd3230297f4685\";s:3:\"img\";s:27:\"charity-worldmap/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:491;a:25:{s:2:\"id\";s:3:\"527\";s:5:\"title\";s:19:\"Charity Large Image\";s:5:\"alias\";s:19:\"charity-large-image\";s:3:\"zip\";s:29:\"packs/charity-large-image.zip\";s:3:\"uid\";s:32:\"fa927036c2b14622832106fa987bc8e7\";s:3:\"img\";s:30:\"charity-large-image/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:492;a:25:{s:2:\"id\";s:3:\"528\";s:5:\"title\";s:16:\"Charity Sponsors\";s:5:\"alias\";s:16:\"charity-sponsors\";s:3:\"zip\";s:26:\"packs/charity-sponsors.zip\";s:3:\"uid\";s:32:\"efd087bc3fa3915139af9e93d47ee295\";s:3:\"img\";s:27:\"charity-sponsors/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:493;a:25:{s:2:\"id\";s:3:\"529\";s:5:\"title\";s:12:\"Charity Help\";s:5:\"alias\";s:12:\"charity-help\";s:3:\"zip\";s:22:\"packs/charity-help.zip\";s:3:\"uid\";s:32:\"4f3571c0b27f061648c9ff95b1a3f718\";s:3:\"img\";s:23:\"charity-help/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:494;a:25:{s:2:\"id\";s:3:\"530\";s:5:\"title\";s:14:\"Charity Footer\";s:5:\"alias\";s:14:\"charity-footer\";s:3:\"zip\";s:24:\"packs/charity-footer.zip\";s:3:\"uid\";s:32:\"9340fa48c56635a8a781cc37c4bf538c\";s:3:\"img\";s:25:\"charity-footer/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:495;a:22:{s:2:\"id\";s:3:\"531\";s:5:\"title\";s:21:\"Cinematic Hero Titles\";s:5:\"alias\";s:21:\"cinematic-hero-titles\";s:3:\"zip\";s:25:\"cinematic-hero-titles.zip\";s:3:\"uid\";s:32:\"51a59c54bb97c274092d22dbf4f6085e\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide1.jpg\";s:7:\"preview\";s:65:\"https://www.sliderrevolution.com/templates/cinematic-hero-titles/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:199:\"<span class=\"ttm_content\">The \"Cinematic Hero Titles\" template is a collection of fullscreen hero blocks that use a cinematic, animated letter-spacing effect..</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:496;a:22:{s:2:\"id\";s:3:\"532\";s:5:\"title\";s:23:\"Design DNA Scroll Video\";s:5:\"alias\";s:23:\"design-dna-scroll-video\";s:3:\"zip\";s:27:\"design-dna-scroll-video.zip\";s:3:\"uid\";s:32:\"39180fc9f7a07e50832fc1a68fb4eba2\";s:3:\"img\";s:34:\"design-dna-scroll-video/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/design-dna-scroll-video/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">The \"Design DNA Scroll Video\" template is a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:544:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php\",\"name\":\"Slider Revolution Scroll Video Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:497;a:22:{s:2:\"id\";s:3:\"533\";s:5:\"title\";s:27:\"Food Delivery Lottie Scroll\";s:5:\"alias\";s:27:\"food-delivery-lottie-scroll\";s:3:\"zip\";s:31:\"food-delivery-lottie-scroll.zip\";s:3:\"uid\";s:32:\"5dfbfac45c5df7702238ba1b43afe8f6\";s:3:\"img\";s:38:\"food-delivery-lottie-scroll/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/food-delivery-lottie-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">The \"Design DNA Scroll Video\" template is a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:498;a:25:{s:2:\"id\";s:3:\"534\";s:5:\"title\";s:29:\"Food Recipe Carousel Template\";s:5:\"alias\";s:29:\"food-recipe-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"food-recipe-carousel-template\";s:3:\"img\";s:50:\"packages/food-recipe-carousel-template-package.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Showcase your cooking recipes with the easy to use \"Food Recipe Carousel\" template. Clicking the titles opens up a detail view!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:499;a:25:{s:2:\"id\";s:3:\"535\";s:5:\"title\";s:20:\"Food Recipe Carousel\";s:5:\"alias\";s:20:\"food-recipe-carousel\";s:3:\"zip\";s:30:\"packs/food-recipe-carousel.zip\";s:3:\"uid\";s:32:\"6ba9695ba1a22a6e99f96431d8fb01e8\";s:3:\"img\";s:31:\"food-recipe-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:500;a:25:{s:2:\"id\";s:3:\"536\";s:5:\"title\";s:17:\"Food Recipe Modal\";s:5:\"alias\";s:17:\"food-recipe-modal\";s:3:\"zip\";s:27:\"packs/food-recipe-modal.zip\";s:3:\"uid\";s:32:\"1c5b2e959cd973efc5c1887a3a4279f3\";s:3:\"img\";s:28:\"food-recipe-modal/slide1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:501;a:25:{s:2:\"id\";s:3:\"537\";s:5:\"title\";s:27:\"Corporate Carousel Template\";s:5:\"alias\";s:27:\"corporate-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"corporate-carousel-template\";s:3:\"img\";s:38:\"packages/corporate_carousel_bundle.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/corporate-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:14:10\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:502;a:25:{s:2:\"id\";s:3:\"538\";s:5:\"title\";s:18:\"Corporate Carousel\";s:5:\"alias\";s:18:\"corporate-carousel\";s:3:\"zip\";s:28:\"packs/corporate-carousel.zip\";s:3:\"uid\";s:32:\"30dea0e333913cb5ebbf8dded8c3a839\";s:3:\"img\";s:29:\"corporate-carousel/slide1.jpg\";s:7:\"preview\";s:34:\"https://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:26:51\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:503;a:25:{s:2:\"id\";s:3:\"539\";s:5:\"title\";s:18:\"Corporate Lightbox\";s:5:\"alias\";s:18:\"corporate-lightbox\";s:3:\"zip\";s:28:\"packs/corporate-lightbox.zip\";s:3:\"uid\";s:32:\"832c277bfc5a288c0dffd784e4041265\";s:3:\"img\";s:29:\"corporate-lightbox/slide1.jpg\";s:7:\"preview\";s:34:\"https://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:34:36\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:504;a:25:{s:2:\"id\";s:3:\"540\";s:5:\"title\";s:23:\"Cyber Carousel Template\";s:5:\"alias\";s:23:\"cyber-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"cyber-carousel-template\";s:3:\"img\";s:33:\"packages/cybercarousel_bundle.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:40:25\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:505;a:25:{s:2:\"id\";s:3:\"541\";s:5:\"title\";s:14:\"Cyber Carousel\";s:5:\"alias\";s:14:\"cyber-carousel\";s:3:\"zip\";s:24:\"packs/cyber-carousel.zip\";s:3:\"uid\";s:32:\"b5ef41c7f498bd1dccf8224bfbade718\";s:3:\"img\";s:25:\"cyber-carousel/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:42:44\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:506;a:25:{s:2:\"id\";s:3:\"542\";s:5:\"title\";s:23:\"Cyber Carousel Lightbox\";s:5:\"alias\";s:23:\"cyber-carousel-lightbox\";s:3:\"zip\";s:33:\"packs/cyber-carousel-lightbox.zip\";s:3:\"uid\";s:32:\"cb91abeed0555dfcafe849c37e7c9c32\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:50:15\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:507;a:25:{s:2:\"id\";s:3:\"543\";s:5:\"title\";s:16:\"Woo Carousel One\";s:5:\"alias\";s:24:\"woocommerce-carousel-one\";s:3:\"zip\";s:28:\"woocommerce-carousel-one.zip\";s:3:\"uid\";s:32:\"df0a99cef3981ecb608dff4ed573a493\";s:3:\"img\";s:35:\"woocommerce-carousel-one/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">A basic WooCommerce carousel. Just set your categories and the carousel will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:02:45\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:508;a:25:{s:2:\"id\";s:3:\"544\";s:5:\"title\";s:23:\"Woo Carousel One Static\";s:5:\"alias\";s:31:\"woocommerce-carousel-one-static\";s:3:\"zip\";s:35:\"woocommerce-carousel-one-static.zip\";s:3:\"uid\";s:32:\"5c955a3850369e79b1e18921306ac1df\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A static content carousel. Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:05:02\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:509;a:25:{s:2:\"id\";s:3:\"545\";s:5:\"title\";s:16:\"Woo Carousel Two\";s:5:\"alias\";s:24:\"woocommerce-carousel-two\";s:3:\"zip\";s:28:\"woocommerce-carousel-two.zip\";s:3:\"uid\";s:32:\"fdd797d8e98a9138f5563b68b95ebe1c\";s:3:\"img\";s:35:\"woocommerce-carousel-two/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">A basic WooCommerce carousel. Just set your categories and the carousel will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:06:57\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:510;a:25:{s:2:\"id\";s:3:\"546\";s:5:\"title\";s:23:\"Woo Carousel Two Static\";s:5:\"alias\";s:31:\"woocommerce-carousel-two-static\";s:3:\"zip\";s:35:\"woocommerce-carousel-two-static.zip\";s:3:\"uid\";s:32:\"2f3bfb1dfa99647426ce906f10dfc480\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A static content carousel. Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:16:15\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:511;a:25:{s:2:\"id\";s:3:\"547\";s:5:\"title\";s:18:\"Woo Feature Slider\";s:5:\"alias\";s:26:\"woocommerce-feature-slider\";s:3:\"zip\";s:30:\"woocommerce-feature-slider.zip\";s:3:\"uid\";s:32:\"c8aa1f551065eeffc752f2d8daef6db1\";s:3:\"img\";s:37:\"woocommerce-feature-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:19:13\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:512;a:25:{s:2:\"id\";s:3:\"548\";s:5:\"title\";s:25:\"Woo Feature Slider Static\";s:5:\"alias\";s:33:\"woocommerce-feature-slider-static\";s:3:\"zip\";s:37:\"woocommerce-feature-slider-static.zip\";s:3:\"uid\";s:32:\"2f29e8fd101c799480152a7911b33ca6\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">A static content slider Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:20:57\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:513;a:22:{s:2:\"id\";s:3:\"549\";s:5:\"title\";s:17:\"Woo Liquid Slider\";s:5:\"alias\";s:17:\"woo-liquid-slider\";s:3:\"zip\";s:21:\"woo-liquid-slider.zip\";s:3:\"uid\";s:32:\"9f455f73675a73dbefe820288e994f27\";s:3:\"img\";s:28:\"woo-liquid-slider/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/woocommerce-liquid-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:236:\"<span class=\"ttm_content\">A WooCommerce slider using the BubbleMorph addon for an interesting liquid effect. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-01-19 16:23:03\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:514;a:22:{s:2:\"id\";s:3:\"550\";s:5:\"title\";s:24:\"Woo Liquid Slider Static\";s:5:\"alias\";s:32:\"woocommerce-liquid-slider-static\";s:3:\"zip\";s:36:\"woocommerce-liquid-slider-static.zip\";s:3:\"uid\";s:32:\"5848192fea46ffee95a91aa531848e19\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/woocommerce-liquid-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">A static content slider using the BubbleMorph addon for an interesting liquid effect. For WooCommerce, please use the \"non-static\" version.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-01-19 16:24:35\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:515;a:25:{s:2:\"id\";s:3:\"551\";s:5:\"title\";s:15:\"Woo Slider Pack\";s:5:\"alias\";s:15:\"woo-slider-pack\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:15:\"woo-slider-pack\";s:3:\"img\";s:34:\"packages/woosliderpack_dynamic.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:9:\"postbased\";i:3;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-20 09:34:45\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:516;a:25:{s:2:\"id\";s:3:\"552\";s:5:\"title\";s:22:\"Woo Slider Pack Static\";s:5:\"alias\";s:22:\"woo-slider-pack-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"woo-slider-pack-static\";s:3:\"img\";s:33:\"packages/woosliderpack_static.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-20 09:39:21\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:494:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";}}s:8:\"clearcut\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:19:\"clearcut/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:19:\"clearcut/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:19:\"clearcut/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:19:\"clearcut/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:19:\"clearcut/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:19:\"clearcut/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:19:\"clearcut/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:19:\"clearcut/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:20:\"clearcut/slide10.jpg\";}}s:17:\"wonderstruck_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";}}s:19:\"wonderstruck_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";}}s:18:\"wonderstruck_about\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"wonderstruck_about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"wonderstruck_about/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"wonderstruck_about/slide4.jpg\";}}s:18:\"wonderstruck-works\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";}}s:20:\"wonderstruck-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";}}s:11:\"bubblemorph\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"bubblemorph/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"bubblemorph/slide3.jpg\";}}s:15:\"distortionaddon\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"distortionaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"distortionaddon/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"distortionaddon/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"distortionaddon/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"distortionaddon/slide6.jpg\";}}s:9:\"clubflyer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";}}s:15:\"paintbrushaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"paintbrushaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"paintbrushaddon/slide3.jpg\";}}s:15:\"parallax_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";}}s:16:\"parallax_content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";}}s:15:\"parallax_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";}}s:12:\"le-chef-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";}}s:14:\"le-chef-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"le-chef-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"le-chef-header/slide3.jpg\";}}s:18:\"le-chef-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";}}s:12:\"le-chef-food\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";}}s:16:\"le-chef-la-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";}}s:14:\"le-chef-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";}}s:20:\"news-magazine-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"news-magazine-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"news-magazine-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"news-magazine-slider/slide4.jpg\";}}s:18:\"real-estate-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"real-estate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"real-estate-slider/slide3.jpg\";}}s:14:\"fashion-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fashion-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fashion-header/slide3.jpg\";}}s:13:\"seasonaloffer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";}}s:18:\"barber-shop-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";}}s:23:\"barber-shop-mobile-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";}}s:24:\"barber-shop-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";}}s:17:\"barber-shop-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";}}s:20:\"barber-shop-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";}}s:19:\"barber-shop-barbers\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";}}s:20:\"barber-shop-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";}}s:18:\"barber-shop-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";}}s:21:\"fitness-club-template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"fitness-club-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"fitness-club-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"fitness-club-template/slide4.jpg\";}}s:13:\"soccer-school\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"soccer-school/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"soccer-school/slide3.jpg\";}}s:19:\"music-band-template\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"music-band-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"music-band-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"music-band-template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"music-band-template/slide5.jpg\";}}s:15:\"restaurant-menu\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"restaurant-menu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"restaurant-menu/slide3.jpg\";}}s:16:\"cinematic-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"cinematic-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"cinematic-slider/slide3.jpg\";}}s:17:\"3d-parallax-cubes\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide3.jpg\";}}s:13:\"medicare-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";}}s:15:\"medicare-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";}}s:14:\"medicare-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";}}s:18:\"medicare-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";}}s:17:\"medicare-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";}}s:16:\"medicare-doctors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";}}s:17:\"medicare-research\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"medicare-research/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"medicare-research/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"medicare-research/slide4.jpg\";}}s:18:\"medicare-whychoose\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";}}s:16:\"medicare-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";}}s:15:\"medicare-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";}}s:11:\"coffee-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";}}s:13:\"coffee-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";}}s:17:\"coffee-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";}}s:12:\"coffee-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";}}s:13:\"coffee-teaser\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";}}s:13:\"coffee-findus\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";}}s:13:\"coffee-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";}}s:17:\"minimal-portfolio\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"minimal-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"minimal-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"minimal-portfolio/slide4.jpg\";}}s:23:\"minimal-portfolio-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide7.jpg\";}}s:11:\"angled-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";}}s:13:\"angled-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";}}s:11:\"angled-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";}}s:15:\"angled-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";}}s:14:\"angled-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";}}s:13:\"angled-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";}}s:20:\"angled-content-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"angled-content-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"angled-content-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"angled-content-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"angled-content-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"angled-content-modal/slide6.jpg\";}}s:13:\"big-bold-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-menu/slide1.jpg\";}}s:15:\"big-bold-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-header/slide1.jpg\";}}s:16:\"big-bold-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"big-bold-content/slide1.jpg\";}}s:13:\"big-bold-blog\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-blog/slide1.jpg\";}}s:18:\"big-bold-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"big-bold-highlight/slide1.jpg\";}}s:15:\"big-bold-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-footer/slide1.jpg\";}}s:7:\"Retouch\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"Retouch/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"Retouch/slide3.jpg\";}}s:11:\"tech-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"tech-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"tech-slider/slide3.jpg\";}}s:11:\"peak-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";}}s:10:\"peak-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";}}s:14:\"peak-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";}}s:11:\"peak-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";}}s:17:\"portfolio-welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";}}s:15:\"portfolio-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";}}s:21:\"portfolio-works-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";}}s:23:\"portfolio-works-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";}}s:18:\"portfolio-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";}}s:18:\"App-Studio-Welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";}}s:19:\"App-Studio-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";}}s:16:\"App-Studio-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";}}s:19:\"App-Studio-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";}}s:14:\"cube-animation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cube-animation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cube-animation/slide3.jpg\";}}s:10:\"basic-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";}}s:12:\"basic-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";}}s:13:\"basic-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";}}s:14:\"basic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-carousel/slide5.jpg\";}}s:13:\"basic-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";}}s:10:\"basic-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";}}s:17:\"basic-video-block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";}}s:12:\"basic-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";}}s:14:\"basic-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:25:\"basic-lightbox/slide6.jpg\";}}s:13:\"nature-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"nature-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"nature-slider/slide3.jpg\";}}s:11:\"art-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"art-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"art-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"art-gallery/slide4.jpg\";}}s:19:\"Construction-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";}}s:17:\"Construction-Home\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Construction-Home/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Construction-Home/slide3.jpg\";}}s:21:\"Construction-Projects\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";}}s:20:\"Construction-History\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";}}s:21:\"Construction-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";}}s:21:\"Construction-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";}}s:21:\"404-Error-Space-Theme\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";}}s:17:\"landing-page-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";}}s:21:\"landing-page-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";}}s:20:\"landing-page-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";}}s:20:\"landing-page-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";}}s:25:\"landing-page-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";}}s:27:\"landing-page-call-to-action\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";}}s:17:\"landing-page-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";}}s:19:\"landing-page-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";}}s:24:\"landing-page-price-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";}}s:18:\"energy-drinks-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"energy-drinks-hero/slide1.jpg\";}}s:19:\"energy-drinks-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-about/slide1.jpg\";}}s:21:\"energy-drinks-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"energy-drinks-product/slide1.jpg\";}}s:23:\"energy-drinks-product-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-2/slide1.jpg\";}}s:23:\"energy-drinks-product-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-3/slide1.jpg\";}}s:19:\"energy-drinks-order\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-order/slide1.jpg\";}}s:20:\"energy-drinks-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"energy-drinks-footer/slide1.jpg\";}}s:19:\"energy-drinks-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-modal/slide1.jpg\";}}s:16:\"Corporate-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";}}s:24:\"Corporate-Welcome-Screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";}}s:15:\"Corporate-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";}}s:19:\"Corporate-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";}}s:15:\"Corporate-Chart\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";}}s:14:\"Corporate-News\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:16:\"Corporate-Hiring\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:22:\"Corporate-Testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide3.jpg\";}}s:15:\"Corporate-Store\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";}}s:17:\"Corporate-Support\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";}}s:14:\"Corporate-Team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";}}s:33:\"Corporate-Selected-Projects-Title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";}}s:27:\"Corporate-Selected-Projects\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide7.jpg\";}}s:17:\"Corporate-Clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";}}s:20:\"Corporate-Text-Block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";}}s:20:\"Corporate-Mobile-App\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";}}s:18:\"Corporate-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";}}s:16:\"Corporate-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";}}s:23:\"Corporate-Scroll-To-Top\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";}}s:14:\"geometric-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-menu/slide1.jpg\";}}s:14:\"geometric-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-hero/slide1.jpg\";}}s:14:\"geometric-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-grid/slide1.jpg\";}}s:15:\"geometric-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-about/slide1.jpg\";}}s:15:\"geometric-texts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-texts/slide1.jpg\";}}s:18:\"geometric-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-services/slide1.jpg\";}}s:17:\"geometric-texts-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"geometric-texts-2/slide1.jpg\";}}s:22:\"geometric-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"geometric-testimonials/slide1.jpg\";}}s:16:\"geometric-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"geometric-footer/slide1.jpg\";}}s:18:\"geometric-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"geometric-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"geometric-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"geometric-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"geometric-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"geometric-lightbox/slide6.jpg\";}}s:11:\"brutal-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";}}s:11:\"brutal-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";}}s:12:\"brutal-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";}}s:16:\"brutal-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";}}s:15:\"brutal-projects\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-projects/slide4.jpg\";}}s:15:\"brutal-services\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-services/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-services/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-services/slide4.jpg\";}}s:14:\"brutal-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";}}s:13:\"brutal-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";}}s:13:\"Church-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";}}s:22:\"Church-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide3.jpg\";}}s:12:\"Church-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";}}s:14:\"Church-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";}}s:20:\"Church-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";}}s:16:\"Church-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";}}s:13:\"Church-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";}}s:15:\"Church-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";}}s:13:\"Church-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";}}s:19:\"Church-Light-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";}}s:28:\"Church-Light-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide3.jpg\";}}s:18:\"Church-Light-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";}}s:20:\"Church-Light-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";}}s:26:\"Church-Light-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";}}s:22:\"Church-Light-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";}}s:19:\"Church-Light-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";}}s:21:\"Church-Light-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";}}s:19:\"Church-Light-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";}}s:13:\"rockable-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";}}s:13:\"rockable-hero\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"rockable-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"rockable-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"rockable-hero/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"rockable-hero/slide5.jpg\";}}s:15:\"rockable-lineup\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";}}s:17:\"rockable-lineup-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";}}s:22:\"rockable-gallery-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";}}s:16:\"rockable-gallery\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"rockable-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"rockable-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"rockable-gallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"rockable-gallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"rockable-gallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"rockable-gallery/slide7.jpg\";}}s:17:\"rockable-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";}}s:15:\"rockable-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";}}s:21:\"rockable-detail-modal\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}}s:23:\"rockable-detail-modal-2\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}}s:27:\"real-estate-showcase-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide3.jpg\";}}s:16:\"isometric-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"isometric-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"isometric-slider/slide3.jpg\";}}s:17:\"E-Commerce-Slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide3.jpg\";}}s:23:\"E-Commerce-Slider-Modal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide3.jpg\";}}s:27:\"Woo-Commerce-Slider-Dynamic\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide3.jpg\";}}s:15:\"blooming-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";}}s:14:\"blooming-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";}}s:18:\"blooming-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";}}s:22:\"blooming-wedding-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";}}s:25:\"blooming-wedding-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide6.jpg\";}}s:21:\"blooming-wedding-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";}}s:22:\"blooming-parties-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";}}s:25:\"blooming-parties-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide6.jpg\";}}s:21:\"blooming-parties-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";}}s:22:\"blooming-funeral-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";}}s:23:\"blooming-funeral-slider\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide6.jpg\";}}s:21:\"blooming-funeral-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";}}s:16:\"blooming-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";}}s:13:\"particle-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";}}s:17:\"bubble-morph-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";}}s:13:\"parallax-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";}}s:10:\"video-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";}}s:14:\"ken-burns-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";}}s:21:\"basic-hero-collection\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"basic-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"basic-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"basic-hero-collection/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"basic-hero-collection/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"basic-hero-collection/slide6.jpg\";}}s:19:\"launching-very-soon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";}}s:18:\"Under-Construction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";}}s:15:\"Particle-Effect\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";}}s:17:\"Particle-Effect-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";}}s:10:\"stark-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";}}s:12:\"stark-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";}}s:13:\"stark-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";}}s:14:\"stark-carousel\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"stark-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"stark-carousel/slide3.jpg\";}}s:15:\"stark-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";}}s:22:\"stark-portfolio-detail\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide6.jpg\";}}s:13:\"stark-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";}}s:12:\"stark-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";}}s:16:\"stark-newsletter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";}}s:15:\"big-summer-sale\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"big-summer-sale/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"big-summer-sale/slide3.jpg\";}}s:18:\"traveller-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"traveller-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"traveller-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"traveller-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"traveller-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"traveller-carousel/slide6.jpg\";}}s:16:\"project-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"project-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"project-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"project-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"project-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"project-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"project-carousel/slide7.jpg\";}}s:13:\"news-carousel\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"news-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"news-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"news-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"news-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:24:\"news-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:24:\"news-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:24:\"news-carousel/slide8.jpg\";}}s:10:\"story-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";}}s:12:\"story-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";}}s:13:\"story-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";}}s:15:\"story-content-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";}}s:13:\"story-block-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";}}s:13:\"story-block-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";}}s:15:\"story-content-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";}}s:13:\"story-block-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";}}s:15:\"story-content-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";}}s:12:\"mini-website\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"mini-website/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"mini-website/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"mini-website/slide4.jpg\";}}s:13:\"food-delivery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";}}s:25:\"slider-with-illustrations\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"slider-with-illustrations/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"slider-with-illustrations/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"slider-with-illustrations/slide4.jpg\";}}s:8:\"zen-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";}}s:10:\"zen-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";}}s:9:\"zen-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";}}s:12:\"zen-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";}}s:9:\"zen-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";}}s:11:\"zen-pricing\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";}}s:22:\"zen-testimonials-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";}}s:16:\"zen-testimonials\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"zen-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"zen-testimonials/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"zen-testimonials/slide4.jpg\";}}s:10:\"zen-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";}}s:17:\"Paintbrush-Effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide3.jpg\";}}s:25:\"black-friday-scroll-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"black-friday-scroll-video/slide1.jpg\";}}s:12:\"charity-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"charity-menu/slide1.jpg\";}}s:14:\"charity-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"charity-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"charity-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"charity-header/slide3.jpg\";}}s:15:\"charity-mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-mission/slide1.jpg\";}}s:13:\"charity-funds\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"charity-funds/slide1.jpg\";}}s:15:\"charity-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-success/slide1.jpg\";}}s:15:\"charity-stories\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-stories/slide1.jpg\";}}s:16:\"charity-worldmap\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"charity-worldmap/slide1.jpg\";}}s:19:\"charity-large-image\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"charity-large-image/slide1.jpg\";}}s:16:\"charity-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"charity-sponsors/slide1.jpg\";}}s:12:\"charity-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"charity-help/slide1.jpg\";}}s:14:\"charity-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"charity-footer/slide1.jpg\";}}s:21:\"cinematic-hero-titles\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide3.jpg\";}}s:23:\"design-dna-scroll-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"design-dna-scroll-video/slide1.jpg\";}}s:27:\"food-delivery-lottie-scroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"food-delivery-lottie-scroll/slide1.jpg\";}}s:20:\"food-recipe-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"food-recipe-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"food-recipe-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"food-recipe-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"food-recipe-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"food-recipe-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"food-recipe-carousel/slide6.jpg\";}}s:17:\"food-recipe-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"food-recipe-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"food-recipe-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"food-recipe-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"food-recipe-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"food-recipe-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"food-recipe-modal/slide6.jpg\";}}s:27:\"corporate-carousel-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/corporate_carousel_bundle.jpg\";}}s:18:\"corporate-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"corporate-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"corporate-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"corporate-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"corporate-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"corporate-carousel/slide5.jpg\";}}s:18:\"corporate-lightbox\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"corporate-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"corporate-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"corporate-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"corporate-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"corporate-lightbox/slide5.jpg\";}}s:23:\"cyber-carousel-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/cybercarousel_bundle.jpg\";}}s:14:\"cyber-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cyber-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cyber-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cyber-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"cyber-carousel/slide4.jpg\";}}s:23:\"cyber-carousel-lightbox\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide4.jpg\";}}s:24:\"woocommerce-carousel-one\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"woocommerce-carousel-one/slide1.jpg\";}}s:31:\"woocommerce-carousel-one-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide6.jpg\";}}s:24:\"woocommerce-carousel-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"woocommerce-carousel-two/slide1.jpg\";}}s:31:\"woocommerce-carousel-two-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide6.jpg\";}}s:26:\"woocommerce-feature-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"woocommerce-feature-slider/slide1.jpg\";}}s:33:\"woocommerce-feature-slider-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide6.jpg\";}}s:17:\"woo-liquid-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"woo-liquid-slider/slide1.jpg\";}}s:32:\"woocommerce-liquid-slider-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide6.jpg\";}}s:15:\"woo-slider-pack\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"packages/woosliderpack_dynamic.jpg\";}}s:22:\"woo-slider-pack-static\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/woosliderpack_static.jpg\";}}}}','no'),(284861,'_transient_timeout_wc_var_prices_7673','1615393601','no'),(284862,'_transient_wc_var_prices_7673','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"7677\":\"1975.00\",\"7678\":\"1650.00\",\"7679\":\"1200.00\",\"7680\":\"1050.00\",\"7681\":\"850.00\",\"7682\":\"550.00\"},\"regular_price\":{\"7677\":\"1975.00\",\"7678\":\"1650.00\",\"7679\":\"1200.00\",\"7680\":\"1050.00\",\"7681\":\"850.00\",\"7682\":\"550.00\"},\"sale_price\":{\"7677\":\"1975.00\",\"7678\":\"1650.00\",\"7679\":\"1200.00\",\"7680\":\"1050.00\",\"7681\":\"850.00\",\"7682\":\"550.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"7677\":\"1975.00\",\"7678\":\"1650.00\",\"7679\":\"1200.00\",\"7680\":\"1050.00\",\"7681\":\"850.00\",\"7682\":\"550.00\"},\"regular_price\":{\"7677\":\"1975.00\",\"7678\":\"1650.00\",\"7679\":\"1200.00\",\"7680\":\"1050.00\",\"7681\":\"850.00\",\"7682\":\"550.00\"},\"sale_price\":{\"7677\":\"1975.00\",\"7678\":\"1650.00\",\"7679\":\"1200.00\",\"7680\":\"1050.00\",\"7681\":\"850.00\",\"7682\":\"550.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"7677\":\"1975.00\",\"7678\":\"1650.00\",\"7679\":\"1200.00\",\"7680\":\"1050.00\",\"7681\":\"850.00\",\"7682\":\"550.00\"},\"regular_price\":{\"7677\":\"1975.00\",\"7678\":\"1650.00\",\"7679\":\"1200.00\",\"7680\":\"1050.00\",\"7681\":\"850.00\",\"7682\":\"550.00\"},\"sale_price\":{\"7677\":\"1975.00\",\"7678\":\"1650.00\",\"7679\":\"1200.00\",\"7680\":\"1050.00\",\"7681\":\"850.00\",\"7682\":\"550.00\"}}}','no'),(284871,'_transient_timeout_wc_var_prices_5800','1615426320','no'),(284872,'_transient_wc_var_prices_5800','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6640\":\"775.00\",\"6641\":\"350.00\"},\"regular_price\":{\"6640\":\"775.00\",\"6641\":\"350.00\"},\"sale_price\":{\"6640\":\"775.00\",\"6641\":\"350.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6640\":\"775.00\",\"6641\":\"350.00\"},\"regular_price\":{\"6640\":\"775.00\",\"6641\":\"350.00\"},\"sale_price\":{\"6640\":\"775.00\",\"6641\":\"350.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6640\":\"775.00\",\"6641\":\"350.00\"},\"regular_price\":{\"6640\":\"775.00\",\"6641\":\"350.00\"},\"sale_price\":{\"6640\":\"775.00\",\"6641\":\"350.00\"}}}','no'),(284873,'_transient_timeout_wc_var_prices_7639','1615426320','no'),(284874,'_transient_wc_var_prices_7639','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"7641\":\"400.00\"},\"regular_price\":{\"7641\":\"400.00\"},\"sale_price\":{\"7641\":\"400.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"7641\":\"400.00\"},\"regular_price\":{\"7641\":\"400.00\"},\"sale_price\":{\"7641\":\"400.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"7641\":\"400.00\"},\"regular_price\":{\"7641\":\"400.00\"},\"sale_price\":{\"7641\":\"400.00\"}}}','no'),(284879,'_transient_timeout_wc_var_prices_7637','1615426320','no'),(284880,'_transient_wc_var_prices_7637','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"7638\":\"400.00\"},\"regular_price\":{\"7638\":\"400.00\"},\"sale_price\":{\"7638\":\"400.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"7638\":\"400.00\"},\"regular_price\":{\"7638\":\"400.00\"},\"sale_price\":{\"7638\":\"400.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"7638\":\"400.00\"},\"regular_price\":{\"7638\":\"400.00\"},\"sale_price\":{\"7638\":\"400.00\"}}}','no'),(284888,'_transient_timeout_wc_var_prices_7634','1615426320','no'),(284889,'_transient_wc_var_prices_7634','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"7636\":\"500.00\"},\"regular_price\":{\"7636\":\"500.00\"},\"sale_price\":{\"7636\":\"500.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"7636\":\"500.00\"},\"regular_price\":{\"7636\":\"500.00\"},\"sale_price\":{\"7636\":\"500.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"7636\":\"500.00\"},\"regular_price\":{\"7636\":\"500.00\"},\"sale_price\":{\"7636\":\"500.00\"}}}','no'),(284899,'_transient_timeout_wc_var_prices_7373','1615426320','no'),(284900,'_transient_wc_var_prices_7373','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"7374\":\"25.00\",\"7375\":\"25.00\",\"7376\":\"25.00\",\"7377\":\"25.00\"},\"regular_price\":{\"7374\":\"25.00\",\"7375\":\"25.00\",\"7376\":\"25.00\",\"7377\":\"25.00\"},\"sale_price\":{\"7374\":\"25.00\",\"7375\":\"25.00\",\"7376\":\"25.00\",\"7377\":\"25.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"7374\":\"25.00\",\"7375\":\"25.00\",\"7376\":\"25.00\",\"7377\":\"25.00\"},\"regular_price\":{\"7374\":\"25.00\",\"7375\":\"25.00\",\"7376\":\"25.00\",\"7377\":\"25.00\"},\"sale_price\":{\"7374\":\"25.00\",\"7375\":\"25.00\",\"7376\":\"25.00\",\"7377\":\"25.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"7374\":\"25.00\",\"7375\":\"25.00\",\"7376\":\"25.00\",\"7377\":\"25.00\"},\"regular_price\":{\"7374\":\"25.00\",\"7375\":\"25.00\",\"7376\":\"25.00\",\"7377\":\"25.00\"},\"sale_price\":{\"7374\":\"25.00\",\"7375\":\"25.00\",\"7376\":\"25.00\",\"7377\":\"25.00\"}}}','no'),(284901,'_transient_timeout_wc_var_prices_7308','1615426320','no'),(284902,'_transient_wc_var_prices_7308','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"7370\":\"25.00\",\"7312\":\"25.00\",\"7311\":\"25.00\"},\"regular_price\":{\"7370\":\"25.00\",\"7312\":\"25.00\",\"7311\":\"25.00\"},\"sale_price\":{\"7370\":\"25.00\",\"7312\":\"25.00\",\"7311\":\"25.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"7370\":\"25.00\",\"7312\":\"25.00\",\"7311\":\"25.00\"},\"regular_price\":{\"7370\":\"25.00\",\"7312\":\"25.00\",\"7311\":\"25.00\"},\"sale_price\":{\"7370\":\"25.00\",\"7312\":\"25.00\",\"7311\":\"25.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"7370\":\"25.00\",\"7312\":\"25.00\",\"7311\":\"25.00\"},\"regular_price\":{\"7370\":\"25.00\",\"7312\":\"25.00\",\"7311\":\"25.00\"},\"sale_price\":{\"7370\":\"25.00\",\"7312\":\"25.00\",\"7311\":\"25.00\"}}}','no'),(284903,'_transient_timeout_wc_var_prices_7281','1615426320','no'),(284904,'_transient_wc_var_prices_7281','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"7282\":\"25.00\",\"7283\":\"25.00\",\"7284\":\"25.00\",\"7285\":\"25.00\"},\"regular_price\":{\"7282\":\"25.00\",\"7283\":\"25.00\",\"7284\":\"25.00\",\"7285\":\"25.00\"},\"sale_price\":{\"7282\":\"25.00\",\"7283\":\"25.00\",\"7284\":\"25.00\",\"7285\":\"25.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"7282\":\"25.00\",\"7283\":\"25.00\",\"7284\":\"25.00\",\"7285\":\"25.00\"},\"regular_price\":{\"7282\":\"25.00\",\"7283\":\"25.00\",\"7284\":\"25.00\",\"7285\":\"25.00\"},\"sale_price\":{\"7282\":\"25.00\",\"7283\":\"25.00\",\"7284\":\"25.00\",\"7285\":\"25.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"7282\":\"25.00\",\"7283\":\"25.00\",\"7284\":\"25.00\",\"7285\":\"25.00\"},\"regular_price\":{\"7282\":\"25.00\",\"7283\":\"25.00\",\"7284\":\"25.00\",\"7285\":\"25.00\"},\"sale_price\":{\"7282\":\"25.00\",\"7283\":\"25.00\",\"7284\":\"25.00\",\"7285\":\"25.00\"}}}','no'),(284905,'_transient_timeout_wc_var_prices_7662','1615426320','no'),(284906,'_transient_wc_var_prices_7662','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"7663\":\"400.00\"},\"regular_price\":{\"7663\":\"400.00\"},\"sale_price\":{\"7663\":\"400.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"7663\":\"400.00\"},\"regular_price\":{\"7663\":\"400.00\"},\"sale_price\":{\"7663\":\"400.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"7663\":\"400.00\"},\"regular_price\":{\"7663\":\"400.00\"},\"sale_price\":{\"7663\":\"400.00\"}}}','no'),(284911,'_transient_timeout_wc_var_prices_5924','1615426320','no'),(284912,'_transient_wc_var_prices_5924','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6725\":\"175.00\",\"6724\":\"240.00\",\"6723\":\"300.00\",\"6722\":\"400.00\",\"6721\":\"500.00\",\"7449\":\"900.00\",\"7450\":\"1200.00\"},\"regular_price\":{\"6725\":\"175.00\",\"6724\":\"240.00\",\"6723\":\"300.00\",\"6722\":\"400.00\",\"6721\":\"500.00\",\"7449\":\"900.00\",\"7450\":\"1200.00\"},\"sale_price\":{\"6725\":\"175.00\",\"6724\":\"240.00\",\"6723\":\"300.00\",\"6722\":\"400.00\",\"6721\":\"500.00\",\"7449\":\"900.00\",\"7450\":\"1200.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6725\":\"175.00\",\"6724\":\"240.00\",\"6723\":\"300.00\",\"6722\":\"400.00\",\"6721\":\"500.00\",\"7449\":\"900.00\",\"7450\":\"1200.00\"},\"regular_price\":{\"6725\":\"175.00\",\"6724\":\"240.00\",\"6723\":\"300.00\",\"6722\":\"400.00\",\"6721\":\"500.00\",\"7449\":\"900.00\",\"7450\":\"1200.00\"},\"sale_price\":{\"6725\":\"175.00\",\"6724\":\"240.00\",\"6723\":\"300.00\",\"6722\":\"400.00\",\"6721\":\"500.00\",\"7449\":\"900.00\",\"7450\":\"1200.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6725\":\"175.00\",\"6724\":\"240.00\",\"6723\":\"300.00\",\"6722\":\"400.00\",\"6721\":\"500.00\",\"7449\":\"900.00\",\"7450\":\"1200.00\"},\"regular_price\":{\"6725\":\"175.00\",\"6724\":\"240.00\",\"6723\":\"300.00\",\"6722\":\"400.00\",\"6721\":\"500.00\",\"7449\":\"900.00\",\"7450\":\"1200.00\"},\"sale_price\":{\"6725\":\"175.00\",\"6724\":\"240.00\",\"6723\":\"300.00\",\"6722\":\"400.00\",\"6721\":\"500.00\",\"7449\":\"900.00\",\"7450\":\"1200.00\"}}}','no'),(284913,'_transient_timeout_wc_var_prices_5982','1615426321','no'),(284914,'_transient_wc_var_prices_5982','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6731\":\"500.00\",\"6732\":\"400.00\",\"6733\":\"300.00\",\"6734\":\"240.00\",\"6735\":\"175.00\",\"7513\":\"1200.00\",\"7514\":\"900.00\"},\"regular_price\":{\"6731\":\"500.00\",\"6732\":\"400.00\",\"6733\":\"300.00\",\"6734\":\"240.00\",\"6735\":\"175.00\",\"7513\":\"1200.00\",\"7514\":\"900.00\"},\"sale_price\":{\"6731\":\"500.00\",\"6732\":\"400.00\",\"6733\":\"300.00\",\"6734\":\"240.00\",\"6735\":\"175.00\",\"7513\":\"1200.00\",\"7514\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6731\":\"500.00\",\"6732\":\"400.00\",\"6733\":\"300.00\",\"6734\":\"240.00\",\"6735\":\"175.00\",\"7513\":\"1200.00\",\"7514\":\"900.00\"},\"regular_price\":{\"6731\":\"500.00\",\"6732\":\"400.00\",\"6733\":\"300.00\",\"6734\":\"240.00\",\"6735\":\"175.00\",\"7513\":\"1200.00\",\"7514\":\"900.00\"},\"sale_price\":{\"6731\":\"500.00\",\"6732\":\"400.00\",\"6733\":\"300.00\",\"6734\":\"240.00\",\"6735\":\"175.00\",\"7513\":\"1200.00\",\"7514\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6731\":\"500.00\",\"6732\":\"400.00\",\"6733\":\"300.00\",\"6734\":\"240.00\",\"6735\":\"175.00\",\"7513\":\"1200.00\",\"7514\":\"900.00\"},\"regular_price\":{\"6731\":\"500.00\",\"6732\":\"400.00\",\"6733\":\"300.00\",\"6734\":\"240.00\",\"6735\":\"175.00\",\"7513\":\"1200.00\",\"7514\":\"900.00\"},\"sale_price\":{\"6731\":\"500.00\",\"6732\":\"400.00\",\"6733\":\"300.00\",\"6734\":\"240.00\",\"6735\":\"175.00\",\"7513\":\"1200.00\",\"7514\":\"900.00\"}}}','no'),(284915,'_transient_timeout_wc_var_prices_6001','1615426321','no'),(284916,'_transient_wc_var_prices_6001','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6760\":\"500.00\",\"6761\":\"400.00\",\"6762\":\"300.00\",\"6763\":\"240.00\",\"6764\":\"175.00\",\"7525\":\"1200.00\",\"7526\":\"900.00\"},\"regular_price\":{\"6760\":\"500.00\",\"6761\":\"400.00\",\"6762\":\"300.00\",\"6763\":\"240.00\",\"6764\":\"175.00\",\"7525\":\"1200.00\",\"7526\":\"900.00\"},\"sale_price\":{\"6760\":\"500.00\",\"6761\":\"400.00\",\"6762\":\"300.00\",\"6763\":\"240.00\",\"6764\":\"175.00\",\"7525\":\"1200.00\",\"7526\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6760\":\"500.00\",\"6761\":\"400.00\",\"6762\":\"300.00\",\"6763\":\"240.00\",\"6764\":\"175.00\",\"7525\":\"1200.00\",\"7526\":\"900.00\"},\"regular_price\":{\"6760\":\"500.00\",\"6761\":\"400.00\",\"6762\":\"300.00\",\"6763\":\"240.00\",\"6764\":\"175.00\",\"7525\":\"1200.00\",\"7526\":\"900.00\"},\"sale_price\":{\"6760\":\"500.00\",\"6761\":\"400.00\",\"6762\":\"300.00\",\"6763\":\"240.00\",\"6764\":\"175.00\",\"7525\":\"1200.00\",\"7526\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6760\":\"500.00\",\"6761\":\"400.00\",\"6762\":\"300.00\",\"6763\":\"240.00\",\"6764\":\"175.00\",\"7525\":\"1200.00\",\"7526\":\"900.00\"},\"regular_price\":{\"6760\":\"500.00\",\"6761\":\"400.00\",\"6762\":\"300.00\",\"6763\":\"240.00\",\"6764\":\"175.00\",\"7525\":\"1200.00\",\"7526\":\"900.00\"},\"sale_price\":{\"6760\":\"500.00\",\"6761\":\"400.00\",\"6762\":\"300.00\",\"6763\":\"240.00\",\"6764\":\"175.00\",\"7525\":\"1200.00\",\"7526\":\"900.00\"}}}','no'),(284932,'_transient_timeout_wc_var_prices_6125','1615426321','no'),(284933,'_transient_wc_var_prices_6125','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6839\":\"500.00\",\"6840\":\"400.00\",\"6841\":\"300.00\",\"6842\":\"240.00\",\"6843\":\"175.00\",\"7567\":\"1200.00\",\"7568\":\"900.00\"},\"regular_price\":{\"6839\":\"500.00\",\"6840\":\"400.00\",\"6841\":\"300.00\",\"6842\":\"240.00\",\"6843\":\"175.00\",\"7567\":\"1200.00\",\"7568\":\"900.00\"},\"sale_price\":{\"6839\":\"500.00\",\"6840\":\"400.00\",\"6841\":\"300.00\",\"6842\":\"240.00\",\"6843\":\"175.00\",\"7567\":\"1200.00\",\"7568\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6839\":\"500.00\",\"6840\":\"400.00\",\"6841\":\"300.00\",\"6842\":\"240.00\",\"6843\":\"175.00\",\"7567\":\"1200.00\",\"7568\":\"900.00\"},\"regular_price\":{\"6839\":\"500.00\",\"6840\":\"400.00\",\"6841\":\"300.00\",\"6842\":\"240.00\",\"6843\":\"175.00\",\"7567\":\"1200.00\",\"7568\":\"900.00\"},\"sale_price\":{\"6839\":\"500.00\",\"6840\":\"400.00\",\"6841\":\"300.00\",\"6842\":\"240.00\",\"6843\":\"175.00\",\"7567\":\"1200.00\",\"7568\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6839\":\"500.00\",\"6840\":\"400.00\",\"6841\":\"300.00\",\"6842\":\"240.00\",\"6843\":\"175.00\",\"7567\":\"1200.00\",\"7568\":\"900.00\"},\"regular_price\":{\"6839\":\"500.00\",\"6840\":\"400.00\",\"6841\":\"300.00\",\"6842\":\"240.00\",\"6843\":\"175.00\",\"7567\":\"1200.00\",\"7568\":\"900.00\"},\"sale_price\":{\"6839\":\"500.00\",\"6840\":\"400.00\",\"6841\":\"300.00\",\"6842\":\"240.00\",\"6843\":\"175.00\",\"7567\":\"1200.00\",\"7568\":\"900.00\"}}}','no'),(284938,'_transient_timeout_wc_var_prices_7401','1615426320','no'),(284939,'_transient_wc_var_prices_7401','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"7402\":\"25.00\",\"7403\":\"25.00\",\"7404\":\"25.00\"},\"regular_price\":{\"7402\":\"25.00\",\"7403\":\"25.00\",\"7404\":\"25.00\"},\"sale_price\":{\"7402\":\"25.00\",\"7403\":\"25.00\",\"7404\":\"25.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"7402\":\"25.00\",\"7403\":\"25.00\",\"7404\":\"25.00\"},\"regular_price\":{\"7402\":\"25.00\",\"7403\":\"25.00\",\"7404\":\"25.00\"},\"sale_price\":{\"7402\":\"25.00\",\"7403\":\"25.00\",\"7404\":\"25.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"7402\":\"25.00\",\"7403\":\"25.00\",\"7404\":\"25.00\"},\"regular_price\":{\"7402\":\"25.00\",\"7403\":\"25.00\",\"7404\":\"25.00\"},\"sale_price\":{\"7402\":\"25.00\",\"7403\":\"25.00\",\"7404\":\"25.00\"}}}','no'),(284940,'_transient_timeout_wc_var_prices_7338','1615426320','no'),(284941,'_transient_wc_var_prices_7338','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"7340\":\"25.00\",\"7341\":\"25.00\",\"7342\":\"25.00\"},\"regular_price\":{\"7340\":\"25.00\",\"7341\":\"25.00\",\"7342\":\"25.00\"},\"sale_price\":{\"7340\":\"25.00\",\"7341\":\"25.00\",\"7342\":\"25.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"7340\":\"25.00\",\"7341\":\"25.00\",\"7342\":\"25.00\"},\"regular_price\":{\"7340\":\"25.00\",\"7341\":\"25.00\",\"7342\":\"25.00\"},\"sale_price\":{\"7340\":\"25.00\",\"7341\":\"25.00\",\"7342\":\"25.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"7340\":\"25.00\",\"7341\":\"25.00\",\"7342\":\"25.00\"},\"regular_price\":{\"7340\":\"25.00\",\"7341\":\"25.00\",\"7342\":\"25.00\"},\"sale_price\":{\"7340\":\"25.00\",\"7341\":\"25.00\",\"7342\":\"25.00\"}}}','no'),(284944,'_transient_timeout_wc_var_prices_6181','1615426321','no'),(284945,'_transient_wc_var_prices_6181','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6884\":\"500.00\",\"6885\":\"400.00\",\"6886\":\"300.00\",\"6887\":\"240.00\",\"6888\":\"175.00\",\"7585\":\"1200.00\",\"7586\":\"900.00\"},\"regular_price\":{\"6884\":\"500.00\",\"6885\":\"400.00\",\"6886\":\"300.00\",\"6887\":\"240.00\",\"6888\":\"175.00\",\"7585\":\"1200.00\",\"7586\":\"900.00\"},\"sale_price\":{\"6884\":\"500.00\",\"6885\":\"400.00\",\"6886\":\"300.00\",\"6887\":\"240.00\",\"6888\":\"175.00\",\"7585\":\"1200.00\",\"7586\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6884\":\"500.00\",\"6885\":\"400.00\",\"6886\":\"300.00\",\"6887\":\"240.00\",\"6888\":\"175.00\",\"7585\":\"1200.00\",\"7586\":\"900.00\"},\"regular_price\":{\"6884\":\"500.00\",\"6885\":\"400.00\",\"6886\":\"300.00\",\"6887\":\"240.00\",\"6888\":\"175.00\",\"7585\":\"1200.00\",\"7586\":\"900.00\"},\"sale_price\":{\"6884\":\"500.00\",\"6885\":\"400.00\",\"6886\":\"300.00\",\"6887\":\"240.00\",\"6888\":\"175.00\",\"7585\":\"1200.00\",\"7586\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6884\":\"500.00\",\"6885\":\"400.00\",\"6886\":\"300.00\",\"6887\":\"240.00\",\"6888\":\"175.00\",\"7585\":\"1200.00\",\"7586\":\"900.00\"},\"regular_price\":{\"6884\":\"500.00\",\"6885\":\"400.00\",\"6886\":\"300.00\",\"6887\":\"240.00\",\"6888\":\"175.00\",\"7585\":\"1200.00\",\"7586\":\"900.00\"},\"sale_price\":{\"6884\":\"500.00\",\"6885\":\"400.00\",\"6886\":\"300.00\",\"6887\":\"240.00\",\"6888\":\"175.00\",\"7585\":\"1200.00\",\"7586\":\"900.00\"}}}','no'),(284948,'_transient_timeout_wc_var_prices_6052','1615426321','no'),(284949,'_transient_wc_var_prices_6052','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6746\":\"500.00\",\"6747\":\"400.00\",\"6748\":\"300.00\",\"6749\":\"240.00\",\"6750\":\"175.00\",\"7519\":\"1200.00\",\"7520\":\"900.00\"},\"regular_price\":{\"6746\":\"500.00\",\"6747\":\"400.00\",\"6748\":\"300.00\",\"6749\":\"240.00\",\"6750\":\"175.00\",\"7519\":\"1200.00\",\"7520\":\"900.00\"},\"sale_price\":{\"6746\":\"500.00\",\"6747\":\"400.00\",\"6748\":\"300.00\",\"6749\":\"240.00\",\"6750\":\"175.00\",\"7519\":\"1200.00\",\"7520\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6746\":\"500.00\",\"6747\":\"400.00\",\"6748\":\"300.00\",\"6749\":\"240.00\",\"6750\":\"175.00\",\"7519\":\"1200.00\",\"7520\":\"900.00\"},\"regular_price\":{\"6746\":\"500.00\",\"6747\":\"400.00\",\"6748\":\"300.00\",\"6749\":\"240.00\",\"6750\":\"175.00\",\"7519\":\"1200.00\",\"7520\":\"900.00\"},\"sale_price\":{\"6746\":\"500.00\",\"6747\":\"400.00\",\"6748\":\"300.00\",\"6749\":\"240.00\",\"6750\":\"175.00\",\"7519\":\"1200.00\",\"7520\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6746\":\"500.00\",\"6747\":\"400.00\",\"6748\":\"300.00\",\"6749\":\"240.00\",\"6750\":\"175.00\",\"7519\":\"1200.00\",\"7520\":\"900.00\"},\"regular_price\":{\"6746\":\"500.00\",\"6747\":\"400.00\",\"6748\":\"300.00\",\"6749\":\"240.00\",\"6750\":\"175.00\",\"7519\":\"1200.00\",\"7520\":\"900.00\"},\"sale_price\":{\"6746\":\"500.00\",\"6747\":\"400.00\",\"6748\":\"300.00\",\"6749\":\"240.00\",\"6750\":\"175.00\",\"7519\":\"1200.00\",\"7520\":\"900.00\"}}}','no'),(284951,'_transient_timeout_wc_var_prices_7287','1615426320','no'),(284952,'_transient_wc_var_prices_7287','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"7289\":\"25.00\",\"7290\":\"25.00\",\"7291\":\"25.00\"},\"regular_price\":{\"7289\":\"25.00\",\"7290\":\"25.00\",\"7291\":\"25.00\"},\"sale_price\":{\"7289\":\"25.00\",\"7290\":\"25.00\",\"7291\":\"25.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"7289\":\"25.00\",\"7290\":\"25.00\",\"7291\":\"25.00\"},\"regular_price\":{\"7289\":\"25.00\",\"7290\":\"25.00\",\"7291\":\"25.00\"},\"sale_price\":{\"7289\":\"25.00\",\"7290\":\"25.00\",\"7291\":\"25.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"7289\":\"25.00\",\"7290\":\"25.00\",\"7291\":\"25.00\"},\"regular_price\":{\"7289\":\"25.00\",\"7290\":\"25.00\",\"7291\":\"25.00\"},\"sale_price\":{\"7289\":\"25.00\",\"7290\":\"25.00\",\"7291\":\"25.00\"}}}','no'),(284953,'_transient_timeout_wc_var_prices_7643','1615426321','no'),(284954,'_transient_wc_var_prices_7643','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"7644\":\"400.00\"},\"regular_price\":{\"7644\":\"400.00\"},\"sale_price\":{\"7644\":\"400.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"7644\":\"400.00\"},\"regular_price\":{\"7644\":\"400.00\"},\"sale_price\":{\"7644\":\"400.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"7644\":\"400.00\"},\"regular_price\":{\"7644\":\"400.00\"},\"sale_price\":{\"7644\":\"400.00\"}}}','no'),(284955,'_transient_timeout_wc_var_prices_6288','1615426322','no'),(284956,'_transient_wc_var_prices_6288','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6904\":\"500.00\",\"6905\":\"400.00\",\"6906\":\"300.00\",\"6907\":\"240.00\",\"6908\":\"175.00\",\"7591\":\"1200.00\",\"7592\":\"900.00\"},\"regular_price\":{\"6904\":\"500.00\",\"6905\":\"400.00\",\"6906\":\"300.00\",\"6907\":\"240.00\",\"6908\":\"175.00\",\"7591\":\"1200.00\",\"7592\":\"900.00\"},\"sale_price\":{\"6904\":\"500.00\",\"6905\":\"400.00\",\"6906\":\"300.00\",\"6907\":\"240.00\",\"6908\":\"175.00\",\"7591\":\"1200.00\",\"7592\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6904\":\"500.00\",\"6905\":\"400.00\",\"6906\":\"300.00\",\"6907\":\"240.00\",\"6908\":\"175.00\",\"7591\":\"1200.00\",\"7592\":\"900.00\"},\"regular_price\":{\"6904\":\"500.00\",\"6905\":\"400.00\",\"6906\":\"300.00\",\"6907\":\"240.00\",\"6908\":\"175.00\",\"7591\":\"1200.00\",\"7592\":\"900.00\"},\"sale_price\":{\"6904\":\"500.00\",\"6905\":\"400.00\",\"6906\":\"300.00\",\"6907\":\"240.00\",\"6908\":\"175.00\",\"7591\":\"1200.00\",\"7592\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6904\":\"500.00\",\"6905\":\"400.00\",\"6906\":\"300.00\",\"6907\":\"240.00\",\"6908\":\"175.00\",\"7591\":\"1200.00\",\"7592\":\"900.00\"},\"regular_price\":{\"6904\":\"500.00\",\"6905\":\"400.00\",\"6906\":\"300.00\",\"6907\":\"240.00\",\"6908\":\"175.00\",\"7591\":\"1200.00\",\"7592\":\"900.00\"},\"sale_price\":{\"6904\":\"500.00\",\"6905\":\"400.00\",\"6906\":\"300.00\",\"6907\":\"240.00\",\"6908\":\"175.00\",\"7591\":\"1200.00\",\"7592\":\"900.00\"}}}','no'),(284957,'_transient_timeout_wc_product_children_5495','1615400111','no'),(284958,'_transient_wc_product_children_5495','a:2:{s:3:\"all\";a:4:{i:0;i:6607;i:1;i:6608;i:2;i:6609;i:3;i:6610;}s:7:\"visible\";a:4:{i:0;i:6607;i:1;i:6608;i:2;i:6609;i:3;i:6610;}}','no'),(284959,'_transient_timeout_wc_var_prices_6132','1615426320','no'),(284960,'_transient_wc_var_prices_6132','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6704\":\"500.00\",\"6706\":\"400.00\",\"6708\":\"300.00\",\"6709\":\"240.00\",\"6710\":\"175.00\",\"7563\":\"1200.00\",\"7564\":\"900.00\"},\"regular_price\":{\"6704\":\"500.00\",\"6706\":\"400.00\",\"6708\":\"300.00\",\"6709\":\"240.00\",\"6710\":\"175.00\",\"7563\":\"1200.00\",\"7564\":\"900.00\"},\"sale_price\":{\"6704\":\"500.00\",\"6706\":\"400.00\",\"6708\":\"300.00\",\"6709\":\"240.00\",\"6710\":\"175.00\",\"7563\":\"1200.00\",\"7564\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6704\":\"500.00\",\"6706\":\"400.00\",\"6708\":\"300.00\",\"6709\":\"240.00\",\"6710\":\"175.00\",\"7563\":\"1200.00\",\"7564\":\"900.00\"},\"regular_price\":{\"6704\":\"500.00\",\"6706\":\"400.00\",\"6708\":\"300.00\",\"6709\":\"240.00\",\"6710\":\"175.00\",\"7563\":\"1200.00\",\"7564\":\"900.00\"},\"sale_price\":{\"6704\":\"500.00\",\"6706\":\"400.00\",\"6708\":\"300.00\",\"6709\":\"240.00\",\"6710\":\"175.00\",\"7563\":\"1200.00\",\"7564\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6704\":\"500.00\",\"6706\":\"400.00\",\"6708\":\"300.00\",\"6709\":\"240.00\",\"6710\":\"175.00\",\"7563\":\"1200.00\",\"7564\":\"900.00\"},\"regular_price\":{\"6704\":\"500.00\",\"6706\":\"400.00\",\"6708\":\"300.00\",\"6709\":\"240.00\",\"6710\":\"175.00\",\"7563\":\"1200.00\",\"7564\":\"900.00\"},\"sale_price\":{\"6704\":\"500.00\",\"6706\":\"400.00\",\"6708\":\"300.00\",\"6709\":\"240.00\",\"6710\":\"175.00\",\"7563\":\"1200.00\",\"7564\":\"900.00\"}}}','no'),(284961,'_transient_timeout_wc_var_prices_6030','1615426321','no'),(284962,'_transient_wc_var_prices_6030','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6778\":\"500.00\",\"6779\":\"400.00\",\"6780\":\"300.00\",\"6781\":\"240.00\",\"6782\":\"175.00\",\"7531\":\"1200.00\",\"7532\":\"900.00\"},\"regular_price\":{\"6778\":\"500.00\",\"6779\":\"400.00\",\"6780\":\"300.00\",\"6781\":\"240.00\",\"6782\":\"175.00\",\"7531\":\"1200.00\",\"7532\":\"900.00\"},\"sale_price\":{\"6778\":\"500.00\",\"6779\":\"400.00\",\"6780\":\"300.00\",\"6781\":\"240.00\",\"6782\":\"175.00\",\"7531\":\"1200.00\",\"7532\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6778\":\"500.00\",\"6779\":\"400.00\",\"6780\":\"300.00\",\"6781\":\"240.00\",\"6782\":\"175.00\",\"7531\":\"1200.00\",\"7532\":\"900.00\"},\"regular_price\":{\"6778\":\"500.00\",\"6779\":\"400.00\",\"6780\":\"300.00\",\"6781\":\"240.00\",\"6782\":\"175.00\",\"7531\":\"1200.00\",\"7532\":\"900.00\"},\"sale_price\":{\"6778\":\"500.00\",\"6779\":\"400.00\",\"6780\":\"300.00\",\"6781\":\"240.00\",\"6782\":\"175.00\",\"7531\":\"1200.00\",\"7532\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6778\":\"500.00\",\"6779\":\"400.00\",\"6780\":\"300.00\",\"6781\":\"240.00\",\"6782\":\"175.00\",\"7531\":\"1200.00\",\"7532\":\"900.00\"},\"regular_price\":{\"6778\":\"500.00\",\"6779\":\"400.00\",\"6780\":\"300.00\",\"6781\":\"240.00\",\"6782\":\"175.00\",\"7531\":\"1200.00\",\"7532\":\"900.00\"},\"sale_price\":{\"6778\":\"500.00\",\"6779\":\"400.00\",\"6780\":\"300.00\",\"6781\":\"240.00\",\"6782\":\"175.00\",\"7531\":\"1200.00\",\"7532\":\"900.00\"}}}','no'),(284963,'_transient_timeout_wc_var_prices_5931','1615426320','no'),(284964,'_transient_wc_var_prices_5931','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6741\":\"500.00\",\"6742\":\"400.00\",\"6743\":\"300.00\",\"6744\":\"240.00\",\"6745\":\"175.00\",\"7509\":\"1200.00\",\"7510\":\"900.00\"},\"regular_price\":{\"6741\":\"500.00\",\"6742\":\"400.00\",\"6743\":\"300.00\",\"6744\":\"240.00\",\"6745\":\"175.00\",\"7509\":\"1200.00\",\"7510\":\"900.00\"},\"sale_price\":{\"6741\":\"500.00\",\"6742\":\"400.00\",\"6743\":\"300.00\",\"6744\":\"240.00\",\"6745\":\"175.00\",\"7509\":\"1200.00\",\"7510\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6741\":\"500.00\",\"6742\":\"400.00\",\"6743\":\"300.00\",\"6744\":\"240.00\",\"6745\":\"175.00\",\"7509\":\"1200.00\",\"7510\":\"900.00\"},\"regular_price\":{\"6741\":\"500.00\",\"6742\":\"400.00\",\"6743\":\"300.00\",\"6744\":\"240.00\",\"6745\":\"175.00\",\"7509\":\"1200.00\",\"7510\":\"900.00\"},\"sale_price\":{\"6741\":\"500.00\",\"6742\":\"400.00\",\"6743\":\"300.00\",\"6744\":\"240.00\",\"6745\":\"175.00\",\"7509\":\"1200.00\",\"7510\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6741\":\"500.00\",\"6742\":\"400.00\",\"6743\":\"300.00\",\"6744\":\"240.00\",\"6745\":\"175.00\",\"7509\":\"1200.00\",\"7510\":\"900.00\"},\"regular_price\":{\"6741\":\"500.00\",\"6742\":\"400.00\",\"6743\":\"300.00\",\"6744\":\"240.00\",\"6745\":\"175.00\",\"7509\":\"1200.00\",\"7510\":\"900.00\"},\"sale_price\":{\"6741\":\"500.00\",\"6742\":\"400.00\",\"6743\":\"300.00\",\"6744\":\"240.00\",\"6745\":\"175.00\",\"7509\":\"1200.00\",\"7510\":\"900.00\"}}}','no'),(284969,'_transient_timeout_wc_var_prices_6023','1615426321','no'),(284970,'_transient_wc_var_prices_6023','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6783\":\"500.00\",\"6784\":\"400.00\",\"6785\":\"300.00\",\"6786\":\"240.00\",\"6787\":\"175.00\",\"7529\":\"1200.00\",\"7530\":\"900.00\"},\"regular_price\":{\"6783\":\"500.00\",\"6784\":\"400.00\",\"6785\":\"300.00\",\"6786\":\"240.00\",\"6787\":\"175.00\",\"7529\":\"1200.00\",\"7530\":\"900.00\"},\"sale_price\":{\"6783\":\"500.00\",\"6784\":\"400.00\",\"6785\":\"300.00\",\"6786\":\"240.00\",\"6787\":\"175.00\",\"7529\":\"1200.00\",\"7530\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6783\":\"500.00\",\"6784\":\"400.00\",\"6785\":\"300.00\",\"6786\":\"240.00\",\"6787\":\"175.00\",\"7529\":\"1200.00\",\"7530\":\"900.00\"},\"regular_price\":{\"6783\":\"500.00\",\"6784\":\"400.00\",\"6785\":\"300.00\",\"6786\":\"240.00\",\"6787\":\"175.00\",\"7529\":\"1200.00\",\"7530\":\"900.00\"},\"sale_price\":{\"6783\":\"500.00\",\"6784\":\"400.00\",\"6785\":\"300.00\",\"6786\":\"240.00\",\"6787\":\"175.00\",\"7529\":\"1200.00\",\"7530\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6783\":\"500.00\",\"6784\":\"400.00\",\"6785\":\"300.00\",\"6786\":\"240.00\",\"6787\":\"175.00\",\"7529\":\"1200.00\",\"7530\":\"900.00\"},\"regular_price\":{\"6783\":\"500.00\",\"6784\":\"400.00\",\"6785\":\"300.00\",\"6786\":\"240.00\",\"6787\":\"175.00\",\"7529\":\"1200.00\",\"7530\":\"900.00\"},\"sale_price\":{\"6783\":\"500.00\",\"6784\":\"400.00\",\"6785\":\"300.00\",\"6786\":\"240.00\",\"6787\":\"175.00\",\"7529\":\"1200.00\",\"7530\":\"900.00\"}}}','no'),(284977,'_transient_timeout_wc_var_prices_6252','1615426322','no'),(284978,'_transient_wc_var_prices_6252','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6929\":\"500.00\",\"6930\":\"400.00\",\"6931\":\"300.00\",\"6932\":\"240.00\",\"6933\":\"175.00\",\"7603\":\"1200.00\",\"7604\":\"900.00\"},\"regular_price\":{\"6929\":\"500.00\",\"6930\":\"400.00\",\"6931\":\"300.00\",\"6932\":\"240.00\",\"6933\":\"175.00\",\"7603\":\"1200.00\",\"7604\":\"900.00\"},\"sale_price\":{\"6929\":\"500.00\",\"6930\":\"400.00\",\"6931\":\"300.00\",\"6932\":\"240.00\",\"6933\":\"175.00\",\"7603\":\"1200.00\",\"7604\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6929\":\"500.00\",\"6930\":\"400.00\",\"6931\":\"300.00\",\"6932\":\"240.00\",\"6933\":\"175.00\",\"7603\":\"1200.00\",\"7604\":\"900.00\"},\"regular_price\":{\"6929\":\"500.00\",\"6930\":\"400.00\",\"6931\":\"300.00\",\"6932\":\"240.00\",\"6933\":\"175.00\",\"7603\":\"1200.00\",\"7604\":\"900.00\"},\"sale_price\":{\"6929\":\"500.00\",\"6930\":\"400.00\",\"6931\":\"300.00\",\"6932\":\"240.00\",\"6933\":\"175.00\",\"7603\":\"1200.00\",\"7604\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6929\":\"500.00\",\"6930\":\"400.00\",\"6931\":\"300.00\",\"6932\":\"240.00\",\"6933\":\"175.00\",\"7603\":\"1200.00\",\"7604\":\"900.00\"},\"regular_price\":{\"6929\":\"500.00\",\"6930\":\"400.00\",\"6931\":\"300.00\",\"6932\":\"240.00\",\"6933\":\"175.00\",\"7603\":\"1200.00\",\"7604\":\"900.00\"},\"sale_price\":{\"6929\":\"500.00\",\"6930\":\"400.00\",\"6931\":\"300.00\",\"6932\":\"240.00\",\"6933\":\"175.00\",\"7603\":\"1200.00\",\"7604\":\"900.00\"}}}','no'),(284979,'_transient_timeout_wc_var_prices_5907','1615426321','no'),(284980,'_transient_wc_var_prices_5907','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6775\":\"300.00\",\"6776\":\"240.00\",\"6777\":\"150.00\",\"7533\":\"1200.00\",\"7534\":\"900.00\"},\"regular_price\":{\"6775\":\"300.00\",\"6776\":\"240.00\",\"6777\":\"150.00\",\"7533\":\"1200.00\",\"7534\":\"900.00\"},\"sale_price\":{\"6775\":\"300.00\",\"6776\":\"240.00\",\"6777\":\"150.00\",\"7533\":\"1200.00\",\"7534\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6775\":\"300.00\",\"6776\":\"240.00\",\"6777\":\"150.00\",\"7533\":\"1200.00\",\"7534\":\"900.00\"},\"regular_price\":{\"6775\":\"300.00\",\"6776\":\"240.00\",\"6777\":\"150.00\",\"7533\":\"1200.00\",\"7534\":\"900.00\"},\"sale_price\":{\"6775\":\"300.00\",\"6776\":\"240.00\",\"6777\":\"150.00\",\"7533\":\"1200.00\",\"7534\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6775\":\"300.00\",\"6776\":\"240.00\",\"6777\":\"150.00\",\"7533\":\"1200.00\",\"7534\":\"900.00\"},\"regular_price\":{\"6775\":\"300.00\",\"6776\":\"240.00\",\"6777\":\"150.00\",\"7533\":\"1200.00\",\"7534\":\"900.00\"},\"sale_price\":{\"6775\":\"300.00\",\"6776\":\"240.00\",\"6777\":\"150.00\",\"7533\":\"1200.00\",\"7534\":\"900.00\"}}}','no'),(284987,'_transient_timeout_wc_var_prices_6093','1615426320','no'),(284988,'_transient_wc_var_prices_6093','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6701\":\"500.00\",\"6702\":\"400.00\",\"6703\":\"300.00\",\"6705\":\"240.00\",\"6707\":\"175.00\",\"7555\":\"1200.00\",\"7556\":\"900.00\"},\"regular_price\":{\"6701\":\"500.00\",\"6702\":\"400.00\",\"6703\":\"300.00\",\"6705\":\"240.00\",\"6707\":\"175.00\",\"7555\":\"1200.00\",\"7556\":\"900.00\"},\"sale_price\":{\"6701\":\"500.00\",\"6702\":\"400.00\",\"6703\":\"300.00\",\"6705\":\"240.00\",\"6707\":\"175.00\",\"7555\":\"1200.00\",\"7556\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6701\":\"500.00\",\"6702\":\"400.00\",\"6703\":\"300.00\",\"6705\":\"240.00\",\"6707\":\"175.00\",\"7555\":\"1200.00\",\"7556\":\"900.00\"},\"regular_price\":{\"6701\":\"500.00\",\"6702\":\"400.00\",\"6703\":\"300.00\",\"6705\":\"240.00\",\"6707\":\"175.00\",\"7555\":\"1200.00\",\"7556\":\"900.00\"},\"sale_price\":{\"6701\":\"500.00\",\"6702\":\"400.00\",\"6703\":\"300.00\",\"6705\":\"240.00\",\"6707\":\"175.00\",\"7555\":\"1200.00\",\"7556\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6701\":\"500.00\",\"6702\":\"400.00\",\"6703\":\"300.00\",\"6705\":\"240.00\",\"6707\":\"175.00\",\"7555\":\"1200.00\",\"7556\":\"900.00\"},\"regular_price\":{\"6701\":\"500.00\",\"6702\":\"400.00\",\"6703\":\"300.00\",\"6705\":\"240.00\",\"6707\":\"175.00\",\"7555\":\"1200.00\",\"7556\":\"900.00\"},\"sale_price\":{\"6701\":\"500.00\",\"6702\":\"400.00\",\"6703\":\"300.00\",\"6705\":\"240.00\",\"6707\":\"175.00\",\"7555\":\"1200.00\",\"7556\":\"900.00\"}}}','no'),(284991,'_transient_timeout_wc_var_prices_7647','1615426320','no'),(284992,'_transient_wc_var_prices_7647','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"7648\":\"400.00\"},\"regular_price\":{\"7648\":\"400.00\"},\"sale_price\":{\"7648\":\"400.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"7648\":\"400.00\"},\"regular_price\":{\"7648\":\"400.00\"},\"sale_price\":{\"7648\":\"400.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"7648\":\"400.00\"},\"regular_price\":{\"7648\":\"400.00\"},\"sale_price\":{\"7648\":\"400.00\"}}}','no'),(284994,'_transient_timeout_wc_var_prices_6079','1615426321','no'),(284995,'_transient_wc_var_prices_6079','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6829\":\"500.00\",\"6830\":\"400.00\",\"6831\":\"300.00\",\"6832\":\"240.00\",\"6833\":\"175.00\",\"7551\":\"1200.00\",\"7552\":\"900.00\"},\"regular_price\":{\"6829\":\"500.00\",\"6830\":\"400.00\",\"6831\":\"300.00\",\"6832\":\"240.00\",\"6833\":\"175.00\",\"7551\":\"1200.00\",\"7552\":\"900.00\"},\"sale_price\":{\"6829\":\"500.00\",\"6830\":\"400.00\",\"6831\":\"300.00\",\"6832\":\"240.00\",\"6833\":\"175.00\",\"7551\":\"1200.00\",\"7552\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6829\":\"500.00\",\"6830\":\"400.00\",\"6831\":\"300.00\",\"6832\":\"240.00\",\"6833\":\"175.00\",\"7551\":\"1200.00\",\"7552\":\"900.00\"},\"regular_price\":{\"6829\":\"500.00\",\"6830\":\"400.00\",\"6831\":\"300.00\",\"6832\":\"240.00\",\"6833\":\"175.00\",\"7551\":\"1200.00\",\"7552\":\"900.00\"},\"sale_price\":{\"6829\":\"500.00\",\"6830\":\"400.00\",\"6831\":\"300.00\",\"6832\":\"240.00\",\"6833\":\"175.00\",\"7551\":\"1200.00\",\"7552\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6829\":\"500.00\",\"6830\":\"400.00\",\"6831\":\"300.00\",\"6832\":\"240.00\",\"6833\":\"175.00\",\"7551\":\"1200.00\",\"7552\":\"900.00\"},\"regular_price\":{\"6829\":\"500.00\",\"6830\":\"400.00\",\"6831\":\"300.00\",\"6832\":\"240.00\",\"6833\":\"175.00\",\"7551\":\"1200.00\",\"7552\":\"900.00\"},\"sale_price\":{\"6829\":\"500.00\",\"6830\":\"400.00\",\"6831\":\"300.00\",\"6832\":\"240.00\",\"6833\":\"175.00\",\"7551\":\"1200.00\",\"7552\":\"900.00\"}}}','no'),(285005,'_transient_timeout_wc_var_prices_6042','1615426321','no'),(285006,'_transient_wc_var_prices_6042','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6794\":\"500.00\",\"6795\":\"400.00\",\"6796\":\"300.00\",\"6797\":\"240.00\",\"6798\":\"175.00\",\"7539\":\"1200.00\",\"7540\":\"900.00\"},\"regular_price\":{\"6794\":\"500.00\",\"6795\":\"400.00\",\"6796\":\"300.00\",\"6797\":\"240.00\",\"6798\":\"175.00\",\"7539\":\"1200.00\",\"7540\":\"900.00\"},\"sale_price\":{\"6794\":\"500.00\",\"6795\":\"400.00\",\"6796\":\"300.00\",\"6797\":\"240.00\",\"6798\":\"175.00\",\"7539\":\"1200.00\",\"7540\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6794\":\"500.00\",\"6795\":\"400.00\",\"6796\":\"300.00\",\"6797\":\"240.00\",\"6798\":\"175.00\",\"7539\":\"1200.00\",\"7540\":\"900.00\"},\"regular_price\":{\"6794\":\"500.00\",\"6795\":\"400.00\",\"6796\":\"300.00\",\"6797\":\"240.00\",\"6798\":\"175.00\",\"7539\":\"1200.00\",\"7540\":\"900.00\"},\"sale_price\":{\"6794\":\"500.00\",\"6795\":\"400.00\",\"6796\":\"300.00\",\"6797\":\"240.00\",\"6798\":\"175.00\",\"7539\":\"1200.00\",\"7540\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6794\":\"500.00\",\"6795\":\"400.00\",\"6796\":\"300.00\",\"6797\":\"240.00\",\"6798\":\"175.00\",\"7539\":\"1200.00\",\"7540\":\"900.00\"},\"regular_price\":{\"6794\":\"500.00\",\"6795\":\"400.00\",\"6796\":\"300.00\",\"6797\":\"240.00\",\"6798\":\"175.00\",\"7539\":\"1200.00\",\"7540\":\"900.00\"},\"sale_price\":{\"6794\":\"500.00\",\"6795\":\"400.00\",\"6796\":\"300.00\",\"6797\":\"240.00\",\"6798\":\"175.00\",\"7539\":\"1200.00\",\"7540\":\"900.00\"}}}','no'),(285007,'_transient_timeout_wc_var_prices_5843','1615426320','no'),(285008,'_transient_wc_var_prices_5843','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6700\":\"175.00\",\"6699\":\"240.00\",\"6698\":\"300.00\",\"6697\":\"400.00\",\"6696\":\"500.00\",\"7434\":\"900.00\",\"7433\":\"1200.00\"},\"regular_price\":{\"6700\":\"175.00\",\"6699\":\"240.00\",\"6698\":\"300.00\",\"6697\":\"400.00\",\"6696\":\"500.00\",\"7434\":\"900.00\",\"7433\":\"1200.00\"},\"sale_price\":{\"6700\":\"175.00\",\"6699\":\"240.00\",\"6698\":\"300.00\",\"6697\":\"400.00\",\"6696\":\"500.00\",\"7434\":\"900.00\",\"7433\":\"1200.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6700\":\"175.00\",\"6699\":\"240.00\",\"6698\":\"300.00\",\"6697\":\"400.00\",\"6696\":\"500.00\",\"7434\":\"900.00\",\"7433\":\"1200.00\"},\"regular_price\":{\"6700\":\"175.00\",\"6699\":\"240.00\",\"6698\":\"300.00\",\"6697\":\"400.00\",\"6696\":\"500.00\",\"7434\":\"900.00\",\"7433\":\"1200.00\"},\"sale_price\":{\"6700\":\"175.00\",\"6699\":\"240.00\",\"6698\":\"300.00\",\"6697\":\"400.00\",\"6696\":\"500.00\",\"7434\":\"900.00\",\"7433\":\"1200.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6700\":\"175.00\",\"6699\":\"240.00\",\"6698\":\"300.00\",\"6697\":\"400.00\",\"6696\":\"500.00\",\"7434\":\"900.00\",\"7433\":\"1200.00\"},\"regular_price\":{\"6700\":\"175.00\",\"6699\":\"240.00\",\"6698\":\"300.00\",\"6697\":\"400.00\",\"6696\":\"500.00\",\"7434\":\"900.00\",\"7433\":\"1200.00\"},\"sale_price\":{\"6700\":\"175.00\",\"6699\":\"240.00\",\"6698\":\"300.00\",\"6697\":\"400.00\",\"6696\":\"500.00\",\"7434\":\"900.00\",\"7433\":\"1200.00\"}}}','no'),(285009,'_transient_timeout_wc_var_prices_6202','1615426321','no'),(285010,'_transient_wc_var_prices_6202','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6864\":\"500.00\",\"6865\":\"400.00\",\"6866\":\"300.00\",\"6867\":\"240.00\",\"6868\":\"175.00\",\"7577\":\"1200.00\",\"7578\":\"900.00\"},\"regular_price\":{\"6864\":\"500.00\",\"6865\":\"400.00\",\"6866\":\"300.00\",\"6867\":\"240.00\",\"6868\":\"175.00\",\"7577\":\"1200.00\",\"7578\":\"900.00\"},\"sale_price\":{\"6864\":\"500.00\",\"6865\":\"400.00\",\"6866\":\"300.00\",\"6867\":\"240.00\",\"6868\":\"175.00\",\"7577\":\"1200.00\",\"7578\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6864\":\"500.00\",\"6865\":\"400.00\",\"6866\":\"300.00\",\"6867\":\"240.00\",\"6868\":\"175.00\",\"7577\":\"1200.00\",\"7578\":\"900.00\"},\"regular_price\":{\"6864\":\"500.00\",\"6865\":\"400.00\",\"6866\":\"300.00\",\"6867\":\"240.00\",\"6868\":\"175.00\",\"7577\":\"1200.00\",\"7578\":\"900.00\"},\"sale_price\":{\"6864\":\"500.00\",\"6865\":\"400.00\",\"6866\":\"300.00\",\"6867\":\"240.00\",\"6868\":\"175.00\",\"7577\":\"1200.00\",\"7578\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6864\":\"500.00\",\"6865\":\"400.00\",\"6866\":\"300.00\",\"6867\":\"240.00\",\"6868\":\"175.00\",\"7577\":\"1200.00\",\"7578\":\"900.00\"},\"regular_price\":{\"6864\":\"500.00\",\"6865\":\"400.00\",\"6866\":\"300.00\",\"6867\":\"240.00\",\"6868\":\"175.00\",\"7577\":\"1200.00\",\"7578\":\"900.00\"},\"sale_price\":{\"6864\":\"500.00\",\"6865\":\"400.00\",\"6866\":\"300.00\",\"6867\":\"240.00\",\"6868\":\"175.00\",\"7577\":\"1200.00\",\"7578\":\"900.00\"}}}','no'),(285011,'_transient_timeout_wc_var_prices_6211','1615426321','no'),(285012,'_transient_wc_var_prices_6211','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6869\":\"500.00\",\"6870\":\"400.00\",\"6871\":\"300.00\",\"6872\":\"240.00\",\"6873\":\"175.00\",\"7579\":\"1200.00\",\"7580\":\"900.00\"},\"regular_price\":{\"6869\":\"500.00\",\"6870\":\"400.00\",\"6871\":\"300.00\",\"6872\":\"240.00\",\"6873\":\"175.00\",\"7579\":\"1200.00\",\"7580\":\"900.00\"},\"sale_price\":{\"6869\":\"500.00\",\"6870\":\"400.00\",\"6871\":\"300.00\",\"6872\":\"240.00\",\"6873\":\"175.00\",\"7579\":\"1200.00\",\"7580\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6869\":\"500.00\",\"6870\":\"400.00\",\"6871\":\"300.00\",\"6872\":\"240.00\",\"6873\":\"175.00\",\"7579\":\"1200.00\",\"7580\":\"900.00\"},\"regular_price\":{\"6869\":\"500.00\",\"6870\":\"400.00\",\"6871\":\"300.00\",\"6872\":\"240.00\",\"6873\":\"175.00\",\"7579\":\"1200.00\",\"7580\":\"900.00\"},\"sale_price\":{\"6869\":\"500.00\",\"6870\":\"400.00\",\"6871\":\"300.00\",\"6872\":\"240.00\",\"6873\":\"175.00\",\"7579\":\"1200.00\",\"7580\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6869\":\"500.00\",\"6870\":\"400.00\",\"6871\":\"300.00\",\"6872\":\"240.00\",\"6873\":\"175.00\",\"7579\":\"1200.00\",\"7580\":\"900.00\"},\"regular_price\":{\"6869\":\"500.00\",\"6870\":\"400.00\",\"6871\":\"300.00\",\"6872\":\"240.00\",\"6873\":\"175.00\",\"7579\":\"1200.00\",\"7580\":\"900.00\"},\"sale_price\":{\"6869\":\"500.00\",\"6870\":\"400.00\",\"6871\":\"300.00\",\"6872\":\"240.00\",\"6873\":\"175.00\",\"7579\":\"1200.00\",\"7580\":\"900.00\"}}}','no'),(285013,'_transient_timeout_wc_var_prices_6165','1615426321','no'),(285014,'_transient_wc_var_prices_6165','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6874\":\"500.00\",\"6875\":\"400.00\",\"6876\":\"300.00\",\"6877\":\"240.00\",\"6878\":\"175.00\",\"7581\":\"1200.00\",\"7582\":\"900.00\"},\"regular_price\":{\"6874\":\"500.00\",\"6875\":\"400.00\",\"6876\":\"300.00\",\"6877\":\"240.00\",\"6878\":\"175.00\",\"7581\":\"1200.00\",\"7582\":\"900.00\"},\"sale_price\":{\"6874\":\"500.00\",\"6875\":\"400.00\",\"6876\":\"300.00\",\"6877\":\"240.00\",\"6878\":\"175.00\",\"7581\":\"1200.00\",\"7582\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6874\":\"500.00\",\"6875\":\"400.00\",\"6876\":\"300.00\",\"6877\":\"240.00\",\"6878\":\"175.00\",\"7581\":\"1200.00\",\"7582\":\"900.00\"},\"regular_price\":{\"6874\":\"500.00\",\"6875\":\"400.00\",\"6876\":\"300.00\",\"6877\":\"240.00\",\"6878\":\"175.00\",\"7581\":\"1200.00\",\"7582\":\"900.00\"},\"sale_price\":{\"6874\":\"500.00\",\"6875\":\"400.00\",\"6876\":\"300.00\",\"6877\":\"240.00\",\"6878\":\"175.00\",\"7581\":\"1200.00\",\"7582\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6874\":\"500.00\",\"6875\":\"400.00\",\"6876\":\"300.00\",\"6877\":\"240.00\",\"6878\":\"175.00\",\"7581\":\"1200.00\",\"7582\":\"900.00\"},\"regular_price\":{\"6874\":\"500.00\",\"6875\":\"400.00\",\"6876\":\"300.00\",\"6877\":\"240.00\",\"6878\":\"175.00\",\"7581\":\"1200.00\",\"7582\":\"900.00\"},\"sale_price\":{\"6874\":\"500.00\",\"6875\":\"400.00\",\"6876\":\"300.00\",\"6877\":\"240.00\",\"6878\":\"175.00\",\"7581\":\"1200.00\",\"7582\":\"900.00\"}}}','no'),(285015,'_transient_timeout_wc_var_prices_6230','1615426321','no'),(285016,'_transient_wc_var_prices_6230','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6879\":\"500.00\",\"6880\":\"400.00\",\"6881\":\"300.00\",\"6882\":\"240.00\",\"6883\":\"175.00\",\"7583\":\"1200.00\",\"7584\":\"900.00\"},\"regular_price\":{\"6879\":\"500.00\",\"6880\":\"400.00\",\"6881\":\"300.00\",\"6882\":\"240.00\",\"6883\":\"175.00\",\"7583\":\"1200.00\",\"7584\":\"900.00\"},\"sale_price\":{\"6879\":\"500.00\",\"6880\":\"400.00\",\"6881\":\"300.00\",\"6882\":\"240.00\",\"6883\":\"175.00\",\"7583\":\"1200.00\",\"7584\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6879\":\"500.00\",\"6880\":\"400.00\",\"6881\":\"300.00\",\"6882\":\"240.00\",\"6883\":\"175.00\",\"7583\":\"1200.00\",\"7584\":\"900.00\"},\"regular_price\":{\"6879\":\"500.00\",\"6880\":\"400.00\",\"6881\":\"300.00\",\"6882\":\"240.00\",\"6883\":\"175.00\",\"7583\":\"1200.00\",\"7584\":\"900.00\"},\"sale_price\":{\"6879\":\"500.00\",\"6880\":\"400.00\",\"6881\":\"300.00\",\"6882\":\"240.00\",\"6883\":\"175.00\",\"7583\":\"1200.00\",\"7584\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6879\":\"500.00\",\"6880\":\"400.00\",\"6881\":\"300.00\",\"6882\":\"240.00\",\"6883\":\"175.00\",\"7583\":\"1200.00\",\"7584\":\"900.00\"},\"regular_price\":{\"6879\":\"500.00\",\"6880\":\"400.00\",\"6881\":\"300.00\",\"6882\":\"240.00\",\"6883\":\"175.00\",\"7583\":\"1200.00\",\"7584\":\"900.00\"},\"sale_price\":{\"6879\":\"500.00\",\"6880\":\"400.00\",\"6881\":\"300.00\",\"6882\":\"240.00\",\"6883\":\"175.00\",\"7583\":\"1200.00\",\"7584\":\"900.00\"}}}','no'),(285017,'_transient_timeout_wc_var_prices_6196','1615426321','no'),(285018,'_transient_wc_var_prices_6196','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6889\":\"500.00\",\"6890\":\"400.00\",\"6891\":\"300.00\",\"6892\":\"240.00\",\"6893\":\"175.00\",\"7587\":\"1200.00\",\"7588\":\"900.00\"},\"regular_price\":{\"6889\":\"500.00\",\"6890\":\"400.00\",\"6891\":\"300.00\",\"6892\":\"240.00\",\"6893\":\"175.00\",\"7587\":\"1200.00\",\"7588\":\"900.00\"},\"sale_price\":{\"6889\":\"500.00\",\"6890\":\"400.00\",\"6891\":\"300.00\",\"6892\":\"240.00\",\"6893\":\"175.00\",\"7587\":\"1200.00\",\"7588\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6889\":\"500.00\",\"6890\":\"400.00\",\"6891\":\"300.00\",\"6892\":\"240.00\",\"6893\":\"175.00\",\"7587\":\"1200.00\",\"7588\":\"900.00\"},\"regular_price\":{\"6889\":\"500.00\",\"6890\":\"400.00\",\"6891\":\"300.00\",\"6892\":\"240.00\",\"6893\":\"175.00\",\"7587\":\"1200.00\",\"7588\":\"900.00\"},\"sale_price\":{\"6889\":\"500.00\",\"6890\":\"400.00\",\"6891\":\"300.00\",\"6892\":\"240.00\",\"6893\":\"175.00\",\"7587\":\"1200.00\",\"7588\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6889\":\"500.00\",\"6890\":\"400.00\",\"6891\":\"300.00\",\"6892\":\"240.00\",\"6893\":\"175.00\",\"7587\":\"1200.00\",\"7588\":\"900.00\"},\"regular_price\":{\"6889\":\"500.00\",\"6890\":\"400.00\",\"6891\":\"300.00\",\"6892\":\"240.00\",\"6893\":\"175.00\",\"7587\":\"1200.00\",\"7588\":\"900.00\"},\"sale_price\":{\"6889\":\"500.00\",\"6890\":\"400.00\",\"6891\":\"300.00\",\"6892\":\"240.00\",\"6893\":\"175.00\",\"7587\":\"1200.00\",\"7588\":\"900.00\"}}}','no'),(285019,'_transient_timeout_wc_var_prices_6294','1615426322','no'),(285020,'_transient_wc_var_prices_6294','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6899\":\"500.00\",\"6900\":\"400.00\",\"6901\":\"300.00\",\"6902\":\"240.00\",\"6903\":\"175.00\",\"7593\":\"1200.00\",\"7594\":\"900.00\"},\"regular_price\":{\"6899\":\"500.00\",\"6900\":\"400.00\",\"6901\":\"300.00\",\"6902\":\"240.00\",\"6903\":\"175.00\",\"7593\":\"1200.00\",\"7594\":\"900.00\"},\"sale_price\":{\"6899\":\"500.00\",\"6900\":\"400.00\",\"6901\":\"300.00\",\"6902\":\"240.00\",\"6903\":\"175.00\",\"7593\":\"1200.00\",\"7594\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6899\":\"500.00\",\"6900\":\"400.00\",\"6901\":\"300.00\",\"6902\":\"240.00\",\"6903\":\"175.00\",\"7593\":\"1200.00\",\"7594\":\"900.00\"},\"regular_price\":{\"6899\":\"500.00\",\"6900\":\"400.00\",\"6901\":\"300.00\",\"6902\":\"240.00\",\"6903\":\"175.00\",\"7593\":\"1200.00\",\"7594\":\"900.00\"},\"sale_price\":{\"6899\":\"500.00\",\"6900\":\"400.00\",\"6901\":\"300.00\",\"6902\":\"240.00\",\"6903\":\"175.00\",\"7593\":\"1200.00\",\"7594\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6899\":\"500.00\",\"6900\":\"400.00\",\"6901\":\"300.00\",\"6902\":\"240.00\",\"6903\":\"175.00\",\"7593\":\"1200.00\",\"7594\":\"900.00\"},\"regular_price\":{\"6899\":\"500.00\",\"6900\":\"400.00\",\"6901\":\"300.00\",\"6902\":\"240.00\",\"6903\":\"175.00\",\"7593\":\"1200.00\",\"7594\":\"900.00\"},\"sale_price\":{\"6899\":\"500.00\",\"6900\":\"400.00\",\"6901\":\"300.00\",\"6902\":\"240.00\",\"6903\":\"175.00\",\"7593\":\"1200.00\",\"7594\":\"900.00\"}}}','no'),(285021,'_transient_timeout_wc_var_prices_6258','1615426322','no'),(285022,'_transient_wc_var_prices_6258','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6894\":\"500.00\",\"6895\":\"400.00\",\"6896\":\"300.00\",\"6897\":\"240.00\",\"6898\":\"175.00\",\"7595\":\"1200.00\",\"7596\":\"900.00\"},\"regular_price\":{\"6894\":\"500.00\",\"6895\":\"400.00\",\"6896\":\"300.00\",\"6897\":\"240.00\",\"6898\":\"175.00\",\"7595\":\"1200.00\",\"7596\":\"900.00\"},\"sale_price\":{\"6894\":\"500.00\",\"6895\":\"400.00\",\"6896\":\"300.00\",\"6897\":\"240.00\",\"6898\":\"175.00\",\"7595\":\"1200.00\",\"7596\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6894\":\"500.00\",\"6895\":\"400.00\",\"6896\":\"300.00\",\"6897\":\"240.00\",\"6898\":\"175.00\",\"7595\":\"1200.00\",\"7596\":\"900.00\"},\"regular_price\":{\"6894\":\"500.00\",\"6895\":\"400.00\",\"6896\":\"300.00\",\"6897\":\"240.00\",\"6898\":\"175.00\",\"7595\":\"1200.00\",\"7596\":\"900.00\"},\"sale_price\":{\"6894\":\"500.00\",\"6895\":\"400.00\",\"6896\":\"300.00\",\"6897\":\"240.00\",\"6898\":\"175.00\",\"7595\":\"1200.00\",\"7596\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6894\":\"500.00\",\"6895\":\"400.00\",\"6896\":\"300.00\",\"6897\":\"240.00\",\"6898\":\"175.00\",\"7595\":\"1200.00\",\"7596\":\"900.00\"},\"regular_price\":{\"6894\":\"500.00\",\"6895\":\"400.00\",\"6896\":\"300.00\",\"6897\":\"240.00\",\"6898\":\"175.00\",\"7595\":\"1200.00\",\"7596\":\"900.00\"},\"sale_price\":{\"6894\":\"500.00\",\"6895\":\"400.00\",\"6896\":\"300.00\",\"6897\":\"240.00\",\"6898\":\"175.00\",\"7595\":\"1200.00\",\"7596\":\"900.00\"}}}','no'),(285023,'_transient_timeout_wc_var_prices_6240','1615426322','no'),(285024,'_transient_wc_var_prices_6240','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6909\":\"500.00\",\"6910\":\"400.00\",\"6911\":\"300.00\",\"6912\":\"240.00\",\"6913\":\"175.00\",\"7597\":\"1200.00\",\"7598\":\"900.00\"},\"regular_price\":{\"6909\":\"500.00\",\"6910\":\"400.00\",\"6911\":\"300.00\",\"6912\":\"240.00\",\"6913\":\"175.00\",\"7597\":\"1200.00\",\"7598\":\"900.00\"},\"sale_price\":{\"6909\":\"500.00\",\"6910\":\"400.00\",\"6911\":\"300.00\",\"6912\":\"240.00\",\"6913\":\"175.00\",\"7597\":\"1200.00\",\"7598\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6909\":\"500.00\",\"6910\":\"400.00\",\"6911\":\"300.00\",\"6912\":\"240.00\",\"6913\":\"175.00\",\"7597\":\"1200.00\",\"7598\":\"900.00\"},\"regular_price\":{\"6909\":\"500.00\",\"6910\":\"400.00\",\"6911\":\"300.00\",\"6912\":\"240.00\",\"6913\":\"175.00\",\"7597\":\"1200.00\",\"7598\":\"900.00\"},\"sale_price\":{\"6909\":\"500.00\",\"6910\":\"400.00\",\"6911\":\"300.00\",\"6912\":\"240.00\",\"6913\":\"175.00\",\"7597\":\"1200.00\",\"7598\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6909\":\"500.00\",\"6910\":\"400.00\",\"6911\":\"300.00\",\"6912\":\"240.00\",\"6913\":\"175.00\",\"7597\":\"1200.00\",\"7598\":\"900.00\"},\"regular_price\":{\"6909\":\"500.00\",\"6910\":\"400.00\",\"6911\":\"300.00\",\"6912\":\"240.00\",\"6913\":\"175.00\",\"7597\":\"1200.00\",\"7598\":\"900.00\"},\"sale_price\":{\"6909\":\"500.00\",\"6910\":\"400.00\",\"6911\":\"300.00\",\"6912\":\"240.00\",\"6913\":\"175.00\",\"7597\":\"1200.00\",\"7598\":\"900.00\"}}}','no'),(285025,'_transient_timeout_wc_var_prices_6301','1615426322','no'),(285026,'_transient_wc_var_prices_6301','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6914\":\"500.00\",\"6915\":\"400.00\",\"6916\":\"300.00\",\"6917\":\"240.00\",\"6918\":\"175.00\",\"7599\":\"1200.00\",\"7600\":\"900.00\"},\"regular_price\":{\"6914\":\"500.00\",\"6915\":\"400.00\",\"6916\":\"300.00\",\"6917\":\"240.00\",\"6918\":\"175.00\",\"7599\":\"1200.00\",\"7600\":\"900.00\"},\"sale_price\":{\"6914\":\"500.00\",\"6915\":\"400.00\",\"6916\":\"300.00\",\"6917\":\"240.00\",\"6918\":\"175.00\",\"7599\":\"1200.00\",\"7600\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6914\":\"500.00\",\"6915\":\"400.00\",\"6916\":\"300.00\",\"6917\":\"240.00\",\"6918\":\"175.00\",\"7599\":\"1200.00\",\"7600\":\"900.00\"},\"regular_price\":{\"6914\":\"500.00\",\"6915\":\"400.00\",\"6916\":\"300.00\",\"6917\":\"240.00\",\"6918\":\"175.00\",\"7599\":\"1200.00\",\"7600\":\"900.00\"},\"sale_price\":{\"6914\":\"500.00\",\"6915\":\"400.00\",\"6916\":\"300.00\",\"6917\":\"240.00\",\"6918\":\"175.00\",\"7599\":\"1200.00\",\"7600\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6914\":\"500.00\",\"6915\":\"400.00\",\"6916\":\"300.00\",\"6917\":\"240.00\",\"6918\":\"175.00\",\"7599\":\"1200.00\",\"7600\":\"900.00\"},\"regular_price\":{\"6914\":\"500.00\",\"6915\":\"400.00\",\"6916\":\"300.00\",\"6917\":\"240.00\",\"6918\":\"175.00\",\"7599\":\"1200.00\",\"7600\":\"900.00\"},\"sale_price\":{\"6914\":\"500.00\",\"6915\":\"400.00\",\"6916\":\"300.00\",\"6917\":\"240.00\",\"6918\":\"175.00\",\"7599\":\"1200.00\",\"7600\":\"900.00\"}}}','no'),(285027,'_transient_timeout_wc_var_prices_6246','1615426322','no'),(285028,'_transient_wc_var_prices_6246','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6919\":\"500.00\",\"6920\":\"400.00\",\"6921\":\"300.00\",\"6922\":\"240.00\",\"6923\":\"175.00\",\"7601\":\"1200.00\",\"7602\":\"900.00\"},\"regular_price\":{\"6919\":\"500.00\",\"6920\":\"400.00\",\"6921\":\"300.00\",\"6922\":\"240.00\",\"6923\":\"175.00\",\"7601\":\"1200.00\",\"7602\":\"900.00\"},\"sale_price\":{\"6919\":\"500.00\",\"6920\":\"400.00\",\"6921\":\"300.00\",\"6922\":\"240.00\",\"6923\":\"175.00\",\"7601\":\"1200.00\",\"7602\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6919\":\"500.00\",\"6920\":\"400.00\",\"6921\":\"300.00\",\"6922\":\"240.00\",\"6923\":\"175.00\",\"7601\":\"1200.00\",\"7602\":\"900.00\"},\"regular_price\":{\"6919\":\"500.00\",\"6920\":\"400.00\",\"6921\":\"300.00\",\"6922\":\"240.00\",\"6923\":\"175.00\",\"7601\":\"1200.00\",\"7602\":\"900.00\"},\"sale_price\":{\"6919\":\"500.00\",\"6920\":\"400.00\",\"6921\":\"300.00\",\"6922\":\"240.00\",\"6923\":\"175.00\",\"7601\":\"1200.00\",\"7602\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6919\":\"500.00\",\"6920\":\"400.00\",\"6921\":\"300.00\",\"6922\":\"240.00\",\"6923\":\"175.00\",\"7601\":\"1200.00\",\"7602\":\"900.00\"},\"regular_price\":{\"6919\":\"500.00\",\"6920\":\"400.00\",\"6921\":\"300.00\",\"6922\":\"240.00\",\"6923\":\"175.00\",\"7601\":\"1200.00\",\"7602\":\"900.00\"},\"sale_price\":{\"6919\":\"500.00\",\"6920\":\"400.00\",\"6921\":\"300.00\",\"6922\":\"240.00\",\"6923\":\"175.00\",\"7601\":\"1200.00\",\"7602\":\"900.00\"}}}','no'),(285029,'_transient_timeout_wc_var_prices_6264','1615426322','no'),(285030,'_transient_wc_var_prices_6264','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6934\":\"500.00\",\"6935\":\"400.00\",\"6936\":\"300.00\",\"6937\":\"240.00\",\"6938\":\"175.00\",\"7605\":\"1200.00\",\"7606\":\"900.00\"},\"regular_price\":{\"6934\":\"500.00\",\"6935\":\"400.00\",\"6936\":\"300.00\",\"6937\":\"240.00\",\"6938\":\"175.00\",\"7605\":\"1200.00\",\"7606\":\"900.00\"},\"sale_price\":{\"6934\":\"500.00\",\"6935\":\"400.00\",\"6936\":\"300.00\",\"6937\":\"240.00\",\"6938\":\"175.00\",\"7605\":\"1200.00\",\"7606\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6934\":\"500.00\",\"6935\":\"400.00\",\"6936\":\"300.00\",\"6937\":\"240.00\",\"6938\":\"175.00\",\"7605\":\"1200.00\",\"7606\":\"900.00\"},\"regular_price\":{\"6934\":\"500.00\",\"6935\":\"400.00\",\"6936\":\"300.00\",\"6937\":\"240.00\",\"6938\":\"175.00\",\"7605\":\"1200.00\",\"7606\":\"900.00\"},\"sale_price\":{\"6934\":\"500.00\",\"6935\":\"400.00\",\"6936\":\"300.00\",\"6937\":\"240.00\",\"6938\":\"175.00\",\"7605\":\"1200.00\",\"7606\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6934\":\"500.00\",\"6935\":\"400.00\",\"6936\":\"300.00\",\"6937\":\"240.00\",\"6938\":\"175.00\",\"7605\":\"1200.00\",\"7606\":\"900.00\"},\"regular_price\":{\"6934\":\"500.00\",\"6935\":\"400.00\",\"6936\":\"300.00\",\"6937\":\"240.00\",\"6938\":\"175.00\",\"7605\":\"1200.00\",\"7606\":\"900.00\"},\"sale_price\":{\"6934\":\"500.00\",\"6935\":\"400.00\",\"6936\":\"300.00\",\"6937\":\"240.00\",\"6938\":\"175.00\",\"7605\":\"1200.00\",\"7606\":\"900.00\"}}}','no'),(285031,'_transient_timeout_wc_var_prices_6270','1615426322','no'),(285032,'_transient_wc_var_prices_6270','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6924\":\"500.00\",\"6925\":\"400.00\",\"6926\":\"300.00\",\"6927\":\"240.00\",\"6928\":\"175.00\",\"7607\":\"1200.00\",\"7608\":\"900.00\"},\"regular_price\":{\"6924\":\"500.00\",\"6925\":\"400.00\",\"6926\":\"300.00\",\"6927\":\"240.00\",\"6928\":\"175.00\",\"7607\":\"1200.00\",\"7608\":\"900.00\"},\"sale_price\":{\"6924\":\"500.00\",\"6925\":\"400.00\",\"6926\":\"300.00\",\"6927\":\"240.00\",\"6928\":\"175.00\",\"7607\":\"1200.00\",\"7608\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6924\":\"500.00\",\"6925\":\"400.00\",\"6926\":\"300.00\",\"6927\":\"240.00\",\"6928\":\"175.00\",\"7607\":\"1200.00\",\"7608\":\"900.00\"},\"regular_price\":{\"6924\":\"500.00\",\"6925\":\"400.00\",\"6926\":\"300.00\",\"6927\":\"240.00\",\"6928\":\"175.00\",\"7607\":\"1200.00\",\"7608\":\"900.00\"},\"sale_price\":{\"6924\":\"500.00\",\"6925\":\"400.00\",\"6926\":\"300.00\",\"6927\":\"240.00\",\"6928\":\"175.00\",\"7607\":\"1200.00\",\"7608\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6924\":\"500.00\",\"6925\":\"400.00\",\"6926\":\"300.00\",\"6927\":\"240.00\",\"6928\":\"175.00\",\"7607\":\"1200.00\",\"7608\":\"900.00\"},\"regular_price\":{\"6924\":\"500.00\",\"6925\":\"400.00\",\"6926\":\"300.00\",\"6927\":\"240.00\",\"6928\":\"175.00\",\"7607\":\"1200.00\",\"7608\":\"900.00\"},\"sale_price\":{\"6924\":\"500.00\",\"6925\":\"400.00\",\"6926\":\"300.00\",\"6927\":\"240.00\",\"6928\":\"175.00\",\"7607\":\"1200.00\",\"7608\":\"900.00\"}}}','no'),(285035,'_transient_timeout_wc_var_prices_7336','1615426320','no'),(285036,'_transient_wc_var_prices_7336','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"7346\":\"25.00\",\"7347\":\"25.00\",\"7348\":\"25.00\"},\"regular_price\":{\"7346\":\"25.00\",\"7347\":\"25.00\",\"7348\":\"25.00\"},\"sale_price\":{\"7346\":\"25.00\",\"7347\":\"25.00\",\"7348\":\"25.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"7346\":\"25.00\",\"7347\":\"25.00\",\"7348\":\"25.00\"},\"regular_price\":{\"7346\":\"25.00\",\"7347\":\"25.00\",\"7348\":\"25.00\"},\"sale_price\":{\"7346\":\"25.00\",\"7347\":\"25.00\",\"7348\":\"25.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"7346\":\"25.00\",\"7347\":\"25.00\",\"7348\":\"25.00\"},\"regular_price\":{\"7346\":\"25.00\",\"7347\":\"25.00\",\"7348\":\"25.00\"},\"sale_price\":{\"7346\":\"25.00\",\"7347\":\"25.00\",\"7348\":\"25.00\"}}}','no'),(285039,'_transient_timeout_wc_var_prices_5880','1615426320','no'),(285040,'_transient_wc_var_prices_5880','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6552\":\"25.00\",\"6553\":\"25.00\",\"6554\":\"25.00\",\"6555\":\"25.00\"},\"regular_price\":{\"6552\":\"25.00\",\"6553\":\"25.00\",\"6554\":\"25.00\",\"6555\":\"25.00\"},\"sale_price\":{\"6552\":\"25.00\",\"6553\":\"25.00\",\"6554\":\"25.00\",\"6555\":\"25.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6552\":\"25.00\",\"6553\":\"25.00\",\"6554\":\"25.00\",\"6555\":\"25.00\"},\"regular_price\":{\"6552\":\"25.00\",\"6553\":\"25.00\",\"6554\":\"25.00\",\"6555\":\"25.00\"},\"sale_price\":{\"6552\":\"25.00\",\"6553\":\"25.00\",\"6554\":\"25.00\",\"6555\":\"25.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6552\":\"25.00\",\"6553\":\"25.00\",\"6554\":\"25.00\",\"6555\":\"25.00\"},\"regular_price\":{\"6552\":\"25.00\",\"6553\":\"25.00\",\"6554\":\"25.00\",\"6555\":\"25.00\"},\"sale_price\":{\"6552\":\"25.00\",\"6553\":\"25.00\",\"6554\":\"25.00\",\"6555\":\"25.00\"}}}','no'),(285046,'_transient_timeout_wc_var_prices_5887','1615426321','no'),(285047,'_transient_wc_var_prices_5887','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6556\":\"25.00\",\"6557\":\"25.00\",\"6558\":\"25.00\",\"6559\":\"25.00\"},\"regular_price\":{\"6556\":\"25.00\",\"6557\":\"25.00\",\"6558\":\"25.00\",\"6559\":\"25.00\"},\"sale_price\":{\"6556\":\"25.00\",\"6557\":\"25.00\",\"6558\":\"25.00\",\"6559\":\"25.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6556\":\"25.00\",\"6557\":\"25.00\",\"6558\":\"25.00\",\"6559\":\"25.00\"},\"regular_price\":{\"6556\":\"25.00\",\"6557\":\"25.00\",\"6558\":\"25.00\",\"6559\":\"25.00\"},\"sale_price\":{\"6556\":\"25.00\",\"6557\":\"25.00\",\"6558\":\"25.00\",\"6559\":\"25.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6556\":\"25.00\",\"6557\":\"25.00\",\"6558\":\"25.00\",\"6559\":\"25.00\"},\"regular_price\":{\"6556\":\"25.00\",\"6557\":\"25.00\",\"6558\":\"25.00\",\"6559\":\"25.00\"},\"sale_price\":{\"6556\":\"25.00\",\"6557\":\"25.00\",\"6558\":\"25.00\",\"6559\":\"25.00\"}}}','no'),(285048,'_transient_timeout_wc_product_children_5468','1615407882','no'),(285049,'_transient_wc_product_children_5468','a:2:{s:3:\"all\";a:4:{i:0;i:6602;i:1;i:6603;i:2;i:6604;i:3;i:6605;}s:7:\"visible\";a:4:{i:0;i:6602;i:1;i:6603;i:2;i:6604;i:3;i:6605;}}','no'),(285050,'_transient_timeout_wc_var_prices_5468','1615426320','no'),(285051,'_transient_wc_var_prices_5468','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6602\":\"25.00\",\"6603\":\"25.00\",\"6604\":\"25.00\",\"6605\":\"25.00\"},\"regular_price\":{\"6602\":\"25.00\",\"6603\":\"25.00\",\"6604\":\"25.00\",\"6605\":\"25.00\"},\"sale_price\":{\"6602\":\"25.00\",\"6603\":\"25.00\",\"6604\":\"25.00\",\"6605\":\"25.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6602\":\"25.00\",\"6603\":\"25.00\",\"6604\":\"25.00\",\"6605\":\"25.00\"},\"regular_price\":{\"6602\":\"25.00\",\"6603\":\"25.00\",\"6604\":\"25.00\",\"6605\":\"25.00\"},\"sale_price\":{\"6602\":\"25.00\",\"6603\":\"25.00\",\"6604\":\"25.00\",\"6605\":\"25.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6602\":\"25.00\",\"6603\":\"25.00\",\"6604\":\"25.00\",\"6605\":\"25.00\"},\"regular_price\":{\"6602\":\"25.00\",\"6603\":\"25.00\",\"6604\":\"25.00\",\"6605\":\"25.00\"},\"sale_price\":{\"6602\":\"25.00\",\"6603\":\"25.00\",\"6604\":\"25.00\",\"6605\":\"25.00\"}}}','no'),(285081,'_transient_timeout_wc_var_prices_5917','1615426320','no'),(285082,'_transient_wc_var_prices_5917','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6720\":\"175.00\",\"6719\":\"240.00\",\"6718\":\"300.00\",\"6717\":\"400.00\",\"6716\":\"500.00\",\"7508\":\"900.00\",\"7507\":\"1200.00\"},\"regular_price\":{\"6720\":\"175.00\",\"6719\":\"240.00\",\"6718\":\"300.00\",\"6717\":\"400.00\",\"6716\":\"500.00\",\"7508\":\"900.00\",\"7507\":\"1200.00\"},\"sale_price\":{\"6720\":\"175.00\",\"6719\":\"240.00\",\"6718\":\"300.00\",\"6717\":\"400.00\",\"6716\":\"500.00\",\"7508\":\"900.00\",\"7507\":\"1200.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6720\":\"175.00\",\"6719\":\"240.00\",\"6718\":\"300.00\",\"6717\":\"400.00\",\"6716\":\"500.00\",\"7508\":\"900.00\",\"7507\":\"1200.00\"},\"regular_price\":{\"6720\":\"175.00\",\"6719\":\"240.00\",\"6718\":\"300.00\",\"6717\":\"400.00\",\"6716\":\"500.00\",\"7508\":\"900.00\",\"7507\":\"1200.00\"},\"sale_price\":{\"6720\":\"175.00\",\"6719\":\"240.00\",\"6718\":\"300.00\",\"6717\":\"400.00\",\"6716\":\"500.00\",\"7508\":\"900.00\",\"7507\":\"1200.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6720\":\"175.00\",\"6719\":\"240.00\",\"6718\":\"300.00\",\"6717\":\"400.00\",\"6716\":\"500.00\",\"7508\":\"900.00\",\"7507\":\"1200.00\"},\"regular_price\":{\"6720\":\"175.00\",\"6719\":\"240.00\",\"6718\":\"300.00\",\"6717\":\"400.00\",\"6716\":\"500.00\",\"7508\":\"900.00\",\"7507\":\"1200.00\"},\"sale_price\":{\"6720\":\"175.00\",\"6719\":\"240.00\",\"6718\":\"300.00\",\"6717\":\"400.00\",\"6716\":\"500.00\",\"7508\":\"900.00\",\"7507\":\"1200.00\"}}}','no'),(285085,'_transient_timeout_wc_var_prices_6047','1615426321','no'),(285086,'_transient_wc_var_prices_6047','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6789\":\"500.00\",\"6790\":\"400.00\",\"6791\":\"300.00\",\"6792\":\"240.00\",\"6793\":\"175.00\",\"7541\":\"1200.00\",\"7542\":\"900.00\"},\"regular_price\":{\"6789\":\"500.00\",\"6790\":\"400.00\",\"6791\":\"300.00\",\"6792\":\"240.00\",\"6793\":\"175.00\",\"7541\":\"1200.00\",\"7542\":\"900.00\"},\"sale_price\":{\"6789\":\"500.00\",\"6790\":\"400.00\",\"6791\":\"300.00\",\"6792\":\"240.00\",\"6793\":\"175.00\",\"7541\":\"1200.00\",\"7542\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6789\":\"500.00\",\"6790\":\"400.00\",\"6791\":\"300.00\",\"6792\":\"240.00\",\"6793\":\"175.00\",\"7541\":\"1200.00\",\"7542\":\"900.00\"},\"regular_price\":{\"6789\":\"500.00\",\"6790\":\"400.00\",\"6791\":\"300.00\",\"6792\":\"240.00\",\"6793\":\"175.00\",\"7541\":\"1200.00\",\"7542\":\"900.00\"},\"sale_price\":{\"6789\":\"500.00\",\"6790\":\"400.00\",\"6791\":\"300.00\",\"6792\":\"240.00\",\"6793\":\"175.00\",\"7541\":\"1200.00\",\"7542\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6789\":\"500.00\",\"6790\":\"400.00\",\"6791\":\"300.00\",\"6792\":\"240.00\",\"6793\":\"175.00\",\"7541\":\"1200.00\",\"7542\":\"900.00\"},\"regular_price\":{\"6789\":\"500.00\",\"6790\":\"400.00\",\"6791\":\"300.00\",\"6792\":\"240.00\",\"6793\":\"175.00\",\"7541\":\"1200.00\",\"7542\":\"900.00\"},\"sale_price\":{\"6789\":\"500.00\",\"6790\":\"400.00\",\"6791\":\"300.00\",\"6792\":\"240.00\",\"6793\":\"175.00\",\"7541\":\"1200.00\",\"7542\":\"900.00\"}}}','no'),(285088,'_transient_timeout_wc_var_prices_6101','1615426320','no'),(285089,'_transient_wc_var_prices_6101','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6691\":\"500.00\",\"6692\":\"400.00\",\"6693\":\"300.00\",\"6694\":\"240.00\",\"6695\":\"175.00\",\"7557\":\"1200.00\",\"7558\":\"900.00\"},\"regular_price\":{\"6691\":\"500.00\",\"6692\":\"400.00\",\"6693\":\"300.00\",\"6694\":\"240.00\",\"6695\":\"175.00\",\"7557\":\"1200.00\",\"7558\":\"900.00\"},\"sale_price\":{\"6691\":\"500.00\",\"6692\":\"400.00\",\"6693\":\"300.00\",\"6694\":\"240.00\",\"6695\":\"175.00\",\"7557\":\"1200.00\",\"7558\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6691\":\"500.00\",\"6692\":\"400.00\",\"6693\":\"300.00\",\"6694\":\"240.00\",\"6695\":\"175.00\",\"7557\":\"1200.00\",\"7558\":\"900.00\"},\"regular_price\":{\"6691\":\"500.00\",\"6692\":\"400.00\",\"6693\":\"300.00\",\"6694\":\"240.00\",\"6695\":\"175.00\",\"7557\":\"1200.00\",\"7558\":\"900.00\"},\"sale_price\":{\"6691\":\"500.00\",\"6692\":\"400.00\",\"6693\":\"300.00\",\"6694\":\"240.00\",\"6695\":\"175.00\",\"7557\":\"1200.00\",\"7558\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6691\":\"500.00\",\"6692\":\"400.00\",\"6693\":\"300.00\",\"6694\":\"240.00\",\"6695\":\"175.00\",\"7557\":\"1200.00\",\"7558\":\"900.00\"},\"regular_price\":{\"6691\":\"500.00\",\"6692\":\"400.00\",\"6693\":\"300.00\",\"6694\":\"240.00\",\"6695\":\"175.00\",\"7557\":\"1200.00\",\"7558\":\"900.00\"},\"sale_price\":{\"6691\":\"500.00\",\"6692\":\"400.00\",\"6693\":\"300.00\",\"6694\":\"240.00\",\"6695\":\"175.00\",\"7557\":\"1200.00\",\"7558\":\"900.00\"}}}','no'),(285095,'_transient_timeout_wc_var_prices_5892','1615426321','no'),(285096,'_transient_wc_var_prices_5892','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6756\":\"300.00\",\"6757\":\"240.00\",\"6758\":\"150.00\",\"7515\":\"1200.00\",\"7516\":\"900.00\"},\"regular_price\":{\"6756\":\"300.00\",\"6757\":\"240.00\",\"6758\":\"150.00\",\"7515\":\"1200.00\",\"7516\":\"900.00\"},\"sale_price\":{\"6756\":\"300.00\",\"6757\":\"240.00\",\"6758\":\"150.00\",\"7515\":\"1200.00\",\"7516\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6756\":\"300.00\",\"6757\":\"240.00\",\"6758\":\"150.00\",\"7515\":\"1200.00\",\"7516\":\"900.00\"},\"regular_price\":{\"6756\":\"300.00\",\"6757\":\"240.00\",\"6758\":\"150.00\",\"7515\":\"1200.00\",\"7516\":\"900.00\"},\"sale_price\":{\"6756\":\"300.00\",\"6757\":\"240.00\",\"6758\":\"150.00\",\"7515\":\"1200.00\",\"7516\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6756\":\"300.00\",\"6757\":\"240.00\",\"6758\":\"150.00\",\"7515\":\"1200.00\",\"7516\":\"900.00\"},\"regular_price\":{\"6756\":\"300.00\",\"6757\":\"240.00\",\"6758\":\"150.00\",\"7515\":\"1200.00\",\"7516\":\"900.00\"},\"sale_price\":{\"6756\":\"300.00\",\"6757\":\"240.00\",\"6758\":\"150.00\",\"7515\":\"1200.00\",\"7516\":\"900.00\"}}}','no'),(285097,'_transient_timeout_wc_var_prices_6009','1615426321','no'),(285098,'_transient_wc_var_prices_6009','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6770\":\"500.00\",\"6771\":\"400.00\",\"6772\":\"300.00\",\"6773\":\"240.00\",\"6774\":\"175.00\",\"7523\":\"1200.00\",\"7524\":\"900.00\"},\"regular_price\":{\"6770\":\"500.00\",\"6771\":\"400.00\",\"6772\":\"300.00\",\"6773\":\"240.00\",\"6774\":\"175.00\",\"7523\":\"1200.00\",\"7524\":\"900.00\"},\"sale_price\":{\"6770\":\"500.00\",\"6771\":\"400.00\",\"6772\":\"300.00\",\"6773\":\"240.00\",\"6774\":\"175.00\",\"7523\":\"1200.00\",\"7524\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6770\":\"500.00\",\"6771\":\"400.00\",\"6772\":\"300.00\",\"6773\":\"240.00\",\"6774\":\"175.00\",\"7523\":\"1200.00\",\"7524\":\"900.00\"},\"regular_price\":{\"6770\":\"500.00\",\"6771\":\"400.00\",\"6772\":\"300.00\",\"6773\":\"240.00\",\"6774\":\"175.00\",\"7523\":\"1200.00\",\"7524\":\"900.00\"},\"sale_price\":{\"6770\":\"500.00\",\"6771\":\"400.00\",\"6772\":\"300.00\",\"6773\":\"240.00\",\"6774\":\"175.00\",\"7523\":\"1200.00\",\"7524\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6770\":\"500.00\",\"6771\":\"400.00\",\"6772\":\"300.00\",\"6773\":\"240.00\",\"6774\":\"175.00\",\"7523\":\"1200.00\",\"7524\":\"900.00\"},\"regular_price\":{\"6770\":\"500.00\",\"6771\":\"400.00\",\"6772\":\"300.00\",\"6773\":\"240.00\",\"6774\":\"175.00\",\"7523\":\"1200.00\",\"7524\":\"900.00\"},\"sale_price\":{\"6770\":\"500.00\",\"6771\":\"400.00\",\"6772\":\"300.00\",\"6773\":\"240.00\",\"6774\":\"175.00\",\"7523\":\"1200.00\",\"7524\":\"900.00\"}}}','no'),(285102,'_transient_timeout_wc_var_prices_6276','1615426322','no'),(285103,'_transient_wc_var_prices_6276','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6949\":\"500.00\",\"6950\":\"400.00\",\"6951\":\"300.00\",\"6952\":\"240.00\",\"6953\":\"175.00\",\"7609\":\"1200.00\",\"7610\":\"900.00\"},\"regular_price\":{\"6949\":\"500.00\",\"6950\":\"400.00\",\"6951\":\"300.00\",\"6952\":\"240.00\",\"6953\":\"175.00\",\"7609\":\"1200.00\",\"7610\":\"900.00\"},\"sale_price\":{\"6949\":\"500.00\",\"6950\":\"400.00\",\"6951\":\"300.00\",\"6952\":\"240.00\",\"6953\":\"175.00\",\"7609\":\"1200.00\",\"7610\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6949\":\"500.00\",\"6950\":\"400.00\",\"6951\":\"300.00\",\"6952\":\"240.00\",\"6953\":\"175.00\",\"7609\":\"1200.00\",\"7610\":\"900.00\"},\"regular_price\":{\"6949\":\"500.00\",\"6950\":\"400.00\",\"6951\":\"300.00\",\"6952\":\"240.00\",\"6953\":\"175.00\",\"7609\":\"1200.00\",\"7610\":\"900.00\"},\"sale_price\":{\"6949\":\"500.00\",\"6950\":\"400.00\",\"6951\":\"300.00\",\"6952\":\"240.00\",\"6953\":\"175.00\",\"7609\":\"1200.00\",\"7610\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6949\":\"500.00\",\"6950\":\"400.00\",\"6951\":\"300.00\",\"6952\":\"240.00\",\"6953\":\"175.00\",\"7609\":\"1200.00\",\"7610\":\"900.00\"},\"regular_price\":{\"6949\":\"500.00\",\"6950\":\"400.00\",\"6951\":\"300.00\",\"6952\":\"240.00\",\"6953\":\"175.00\",\"7609\":\"1200.00\",\"7610\":\"900.00\"},\"sale_price\":{\"6949\":\"500.00\",\"6950\":\"400.00\",\"6951\":\"300.00\",\"6952\":\"240.00\",\"6953\":\"175.00\",\"7609\":\"1200.00\",\"7610\":\"900.00\"}}}','no'),(285110,'_transient_timeout_wc_var_prices_6153','1615426321','no'),(285111,'_transient_wc_var_prices_6153','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6859\":\"500.00\",\"6860\":\"400.00\",\"6861\":\"300.00\",\"6862\":\"240.00\",\"6863\":\"175.00\",\"7571\":\"1200.00\",\"7572\":\"900.00\"},\"regular_price\":{\"6859\":\"500.00\",\"6860\":\"400.00\",\"6861\":\"300.00\",\"6862\":\"240.00\",\"6863\":\"175.00\",\"7571\":\"1200.00\",\"7572\":\"900.00\"},\"sale_price\":{\"6859\":\"500.00\",\"6860\":\"400.00\",\"6861\":\"300.00\",\"6862\":\"240.00\",\"6863\":\"175.00\",\"7571\":\"1200.00\",\"7572\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6859\":\"500.00\",\"6860\":\"400.00\",\"6861\":\"300.00\",\"6862\":\"240.00\",\"6863\":\"175.00\",\"7571\":\"1200.00\",\"7572\":\"900.00\"},\"regular_price\":{\"6859\":\"500.00\",\"6860\":\"400.00\",\"6861\":\"300.00\",\"6862\":\"240.00\",\"6863\":\"175.00\",\"7571\":\"1200.00\",\"7572\":\"900.00\"},\"sale_price\":{\"6859\":\"500.00\",\"6860\":\"400.00\",\"6861\":\"300.00\",\"6862\":\"240.00\",\"6863\":\"175.00\",\"7571\":\"1200.00\",\"7572\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6859\":\"500.00\",\"6860\":\"400.00\",\"6861\":\"300.00\",\"6862\":\"240.00\",\"6863\":\"175.00\",\"7571\":\"1200.00\",\"7572\":\"900.00\"},\"regular_price\":{\"6859\":\"500.00\",\"6860\":\"400.00\",\"6861\":\"300.00\",\"6862\":\"240.00\",\"6863\":\"175.00\",\"7571\":\"1200.00\",\"7572\":\"900.00\"},\"sale_price\":{\"6859\":\"500.00\",\"6860\":\"400.00\",\"6861\":\"300.00\",\"6862\":\"240.00\",\"6863\":\"175.00\",\"7571\":\"1200.00\",\"7572\":\"900.00\"}}}','no'),(285112,'_transient_timeout_wc_var_prices_5994','1615426321','no'),(285113,'_transient_wc_var_prices_5994','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6751\":\"500.00\",\"6752\":\"400.00\",\"6753\":\"300.00\",\"6754\":\"240.00\",\"6755\":\"175.00\",\"7521\":\"1200.00\",\"7522\":\"900.00\"},\"regular_price\":{\"6751\":\"500.00\",\"6752\":\"400.00\",\"6753\":\"300.00\",\"6754\":\"240.00\",\"6755\":\"175.00\",\"7521\":\"1200.00\",\"7522\":\"900.00\"},\"sale_price\":{\"6751\":\"500.00\",\"6752\":\"400.00\",\"6753\":\"300.00\",\"6754\":\"240.00\",\"6755\":\"175.00\",\"7521\":\"1200.00\",\"7522\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6751\":\"500.00\",\"6752\":\"400.00\",\"6753\":\"300.00\",\"6754\":\"240.00\",\"6755\":\"175.00\",\"7521\":\"1200.00\",\"7522\":\"900.00\"},\"regular_price\":{\"6751\":\"500.00\",\"6752\":\"400.00\",\"6753\":\"300.00\",\"6754\":\"240.00\",\"6755\":\"175.00\",\"7521\":\"1200.00\",\"7522\":\"900.00\"},\"sale_price\":{\"6751\":\"500.00\",\"6752\":\"400.00\",\"6753\":\"300.00\",\"6754\":\"240.00\",\"6755\":\"175.00\",\"7521\":\"1200.00\",\"7522\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6751\":\"500.00\",\"6752\":\"400.00\",\"6753\":\"300.00\",\"6754\":\"240.00\",\"6755\":\"175.00\",\"7521\":\"1200.00\",\"7522\":\"900.00\"},\"regular_price\":{\"6751\":\"500.00\",\"6752\":\"400.00\",\"6753\":\"300.00\",\"6754\":\"240.00\",\"6755\":\"175.00\",\"7521\":\"1200.00\",\"7522\":\"900.00\"},\"sale_price\":{\"6751\":\"500.00\",\"6752\":\"400.00\",\"6753\":\"300.00\",\"6754\":\"240.00\",\"6755\":\"175.00\",\"7521\":\"1200.00\",\"7522\":\"900.00\"}}}','no'),(285117,'_transient_timeout_wc_var_prices_6187','1615426321','no'),(285118,'_transient_wc_var_prices_6187','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6854\":\"500.00\",\"6855\":\"400.00\",\"6856\":\"300.00\",\"6857\":\"240.00\",\"6858\":\"175.00\",\"7575\":\"1200.00\",\"7576\":\"900.00\"},\"regular_price\":{\"6854\":\"500.00\",\"6855\":\"400.00\",\"6856\":\"300.00\",\"6857\":\"240.00\",\"6858\":\"175.00\",\"7575\":\"1200.00\",\"7576\":\"900.00\"},\"sale_price\":{\"6854\":\"500.00\",\"6855\":\"400.00\",\"6856\":\"300.00\",\"6857\":\"240.00\",\"6858\":\"175.00\",\"7575\":\"1200.00\",\"7576\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6854\":\"500.00\",\"6855\":\"400.00\",\"6856\":\"300.00\",\"6857\":\"240.00\",\"6858\":\"175.00\",\"7575\":\"1200.00\",\"7576\":\"900.00\"},\"regular_price\":{\"6854\":\"500.00\",\"6855\":\"400.00\",\"6856\":\"300.00\",\"6857\":\"240.00\",\"6858\":\"175.00\",\"7575\":\"1200.00\",\"7576\":\"900.00\"},\"sale_price\":{\"6854\":\"500.00\",\"6855\":\"400.00\",\"6856\":\"300.00\",\"6857\":\"240.00\",\"6858\":\"175.00\",\"7575\":\"1200.00\",\"7576\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6854\":\"500.00\",\"6855\":\"400.00\",\"6856\":\"300.00\",\"6857\":\"240.00\",\"6858\":\"175.00\",\"7575\":\"1200.00\",\"7576\":\"900.00\"},\"regular_price\":{\"6854\":\"500.00\",\"6855\":\"400.00\",\"6856\":\"300.00\",\"6857\":\"240.00\",\"6858\":\"175.00\",\"7575\":\"1200.00\",\"7576\":\"900.00\"},\"sale_price\":{\"6854\":\"500.00\",\"6855\":\"400.00\",\"6856\":\"300.00\",\"6857\":\"240.00\",\"6858\":\"175.00\",\"7575\":\"1200.00\",\"7576\":\"900.00\"}}}','no'),(285120,'_transient_timeout_wc_var_prices_6282','1615426322','no'),(285121,'_transient_wc_var_prices_6282','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6939\":\"500.00\",\"6940\":\"400.00\",\"6941\":\"300.00\",\"6942\":\"240.00\",\"6943\":\"175.00\",\"7611\":\"1200.00\",\"7612\":\"900.00\"},\"regular_price\":{\"6939\":\"500.00\",\"6940\":\"400.00\",\"6941\":\"300.00\",\"6942\":\"240.00\",\"6943\":\"175.00\",\"7611\":\"1200.00\",\"7612\":\"900.00\"},\"sale_price\":{\"6939\":\"500.00\",\"6940\":\"400.00\",\"6941\":\"300.00\",\"6942\":\"240.00\",\"6943\":\"175.00\",\"7611\":\"1200.00\",\"7612\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6939\":\"500.00\",\"6940\":\"400.00\",\"6941\":\"300.00\",\"6942\":\"240.00\",\"6943\":\"175.00\",\"7611\":\"1200.00\",\"7612\":\"900.00\"},\"regular_price\":{\"6939\":\"500.00\",\"6940\":\"400.00\",\"6941\":\"300.00\",\"6942\":\"240.00\",\"6943\":\"175.00\",\"7611\":\"1200.00\",\"7612\":\"900.00\"},\"sale_price\":{\"6939\":\"500.00\",\"6940\":\"400.00\",\"6941\":\"300.00\",\"6942\":\"240.00\",\"6943\":\"175.00\",\"7611\":\"1200.00\",\"7612\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6939\":\"500.00\",\"6940\":\"400.00\",\"6941\":\"300.00\",\"6942\":\"240.00\",\"6943\":\"175.00\",\"7611\":\"1200.00\",\"7612\":\"900.00\"},\"regular_price\":{\"6939\":\"500.00\",\"6940\":\"400.00\",\"6941\":\"300.00\",\"6942\":\"240.00\",\"6943\":\"175.00\",\"7611\":\"1200.00\",\"7612\":\"900.00\"},\"sale_price\":{\"6939\":\"500.00\",\"6940\":\"400.00\",\"6941\":\"300.00\",\"6942\":\"240.00\",\"6943\":\"175.00\",\"7611\":\"1200.00\",\"7612\":\"900.00\"}}}','no'),(285124,'_transient_timeout_wc_var_prices_6313','1615426320','no'),(285125,'_transient_wc_var_prices_6313','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6715\":\"175.00\",\"6714\":\"240.00\",\"6713\":\"300.00\",\"6712\":\"400.00\",\"6711\":\"500.00\",\"7445\":\"900.00\",\"7444\":\"1200.00\"},\"regular_price\":{\"6715\":\"175.00\",\"6714\":\"240.00\",\"6713\":\"300.00\",\"6712\":\"400.00\",\"6711\":\"500.00\",\"7445\":\"900.00\",\"7444\":\"1200.00\"},\"sale_price\":{\"6715\":\"175.00\",\"6714\":\"240.00\",\"6713\":\"300.00\",\"6712\":\"400.00\",\"6711\":\"500.00\",\"7445\":\"900.00\",\"7444\":\"1200.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6715\":\"175.00\",\"6714\":\"240.00\",\"6713\":\"300.00\",\"6712\":\"400.00\",\"6711\":\"500.00\",\"7445\":\"900.00\",\"7444\":\"1200.00\"},\"regular_price\":{\"6715\":\"175.00\",\"6714\":\"240.00\",\"6713\":\"300.00\",\"6712\":\"400.00\",\"6711\":\"500.00\",\"7445\":\"900.00\",\"7444\":\"1200.00\"},\"sale_price\":{\"6715\":\"175.00\",\"6714\":\"240.00\",\"6713\":\"300.00\",\"6712\":\"400.00\",\"6711\":\"500.00\",\"7445\":\"900.00\",\"7444\":\"1200.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6715\":\"175.00\",\"6714\":\"240.00\",\"6713\":\"300.00\",\"6712\":\"400.00\",\"6711\":\"500.00\",\"7445\":\"900.00\",\"7444\":\"1200.00\"},\"regular_price\":{\"6715\":\"175.00\",\"6714\":\"240.00\",\"6713\":\"300.00\",\"6712\":\"400.00\",\"6711\":\"500.00\",\"7445\":\"900.00\",\"7444\":\"1200.00\"},\"sale_price\":{\"6715\":\"175.00\",\"6714\":\"240.00\",\"6713\":\"300.00\",\"6712\":\"400.00\",\"6711\":\"500.00\",\"7445\":\"900.00\",\"7444\":\"1200.00\"}}}','no'),(285126,'_transient_timeout_wc_var_prices_6319','1615426322','no'),(285127,'_transient_wc_var_prices_6319','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6963\":\"175.00\",\"6962\":\"240.00\",\"6961\":\"300.00\",\"6960\":\"400.00\",\"6959\":\"500.00\",\"7441\":\"900.00\",\"7440\":\"1200.00\"},\"regular_price\":{\"6963\":\"175.00\",\"6962\":\"240.00\",\"6961\":\"300.00\",\"6960\":\"400.00\",\"6959\":\"500.00\",\"7441\":\"900.00\",\"7440\":\"1200.00\"},\"sale_price\":{\"6963\":\"175.00\",\"6962\":\"240.00\",\"6961\":\"300.00\",\"6960\":\"400.00\",\"6959\":\"500.00\",\"7441\":\"900.00\",\"7440\":\"1200.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6963\":\"175.00\",\"6962\":\"240.00\",\"6961\":\"300.00\",\"6960\":\"400.00\",\"6959\":\"500.00\",\"7441\":\"900.00\",\"7440\":\"1200.00\"},\"regular_price\":{\"6963\":\"175.00\",\"6962\":\"240.00\",\"6961\":\"300.00\",\"6960\":\"400.00\",\"6959\":\"500.00\",\"7441\":\"900.00\",\"7440\":\"1200.00\"},\"sale_price\":{\"6963\":\"175.00\",\"6962\":\"240.00\",\"6961\":\"300.00\",\"6960\":\"400.00\",\"6959\":\"500.00\",\"7441\":\"900.00\",\"7440\":\"1200.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6963\":\"175.00\",\"6962\":\"240.00\",\"6961\":\"300.00\",\"6960\":\"400.00\",\"6959\":\"500.00\",\"7441\":\"900.00\",\"7440\":\"1200.00\"},\"regular_price\":{\"6963\":\"175.00\",\"6962\":\"240.00\",\"6961\":\"300.00\",\"6960\":\"400.00\",\"6959\":\"500.00\",\"7441\":\"900.00\",\"7440\":\"1200.00\"},\"sale_price\":{\"6963\":\"175.00\",\"6962\":\"240.00\",\"6961\":\"300.00\",\"6960\":\"400.00\",\"6959\":\"500.00\",\"7441\":\"900.00\",\"7440\":\"1200.00\"}}}','no'),(285129,'_transient_timeout_wc_var_prices_6325','1615426322','no'),(285130,'_transient_wc_var_prices_6325','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6958\":\"175.00\",\"6957\":\"240.00\",\"6956\":\"300.00\",\"6955\":\"400.00\",\"6954\":\"500.00\",\"7436\":\"900.00\",\"7435\":\"1200.00\"},\"regular_price\":{\"6958\":\"175.00\",\"6957\":\"240.00\",\"6956\":\"300.00\",\"6955\":\"400.00\",\"6954\":\"500.00\",\"7436\":\"900.00\",\"7435\":\"1200.00\"},\"sale_price\":{\"6958\":\"175.00\",\"6957\":\"240.00\",\"6956\":\"300.00\",\"6955\":\"400.00\",\"6954\":\"500.00\",\"7436\":\"900.00\",\"7435\":\"1200.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6958\":\"175.00\",\"6957\":\"240.00\",\"6956\":\"300.00\",\"6955\":\"400.00\",\"6954\":\"500.00\",\"7436\":\"900.00\",\"7435\":\"1200.00\"},\"regular_price\":{\"6958\":\"175.00\",\"6957\":\"240.00\",\"6956\":\"300.00\",\"6955\":\"400.00\",\"6954\":\"500.00\",\"7436\":\"900.00\",\"7435\":\"1200.00\"},\"sale_price\":{\"6958\":\"175.00\",\"6957\":\"240.00\",\"6956\":\"300.00\",\"6955\":\"400.00\",\"6954\":\"500.00\",\"7436\":\"900.00\",\"7435\":\"1200.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6958\":\"175.00\",\"6957\":\"240.00\",\"6956\":\"300.00\",\"6955\":\"400.00\",\"6954\":\"500.00\",\"7436\":\"900.00\",\"7435\":\"1200.00\"},\"regular_price\":{\"6958\":\"175.00\",\"6957\":\"240.00\",\"6956\":\"300.00\",\"6955\":\"400.00\",\"6954\":\"500.00\",\"7436\":\"900.00\",\"7435\":\"1200.00\"},\"sale_price\":{\"6958\":\"175.00\",\"6957\":\"240.00\",\"6956\":\"300.00\",\"6955\":\"400.00\",\"6954\":\"500.00\",\"7436\":\"900.00\",\"7435\":\"1200.00\"}}}','no'),(285134,'_transient_timeout_wc_var_prices_6117','1615426321','no'),(285135,'_transient_wc_var_prices_6117','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6819\":\"500.00\",\"6820\":\"400.00\",\"6821\":\"300.00\",\"6822\":\"240.00\",\"6823\":\"175.00\",\"7561\":\"1200.00\",\"7562\":\"900.00\"},\"regular_price\":{\"6819\":\"500.00\",\"6820\":\"400.00\",\"6821\":\"300.00\",\"6822\":\"240.00\",\"6823\":\"175.00\",\"7561\":\"1200.00\",\"7562\":\"900.00\"},\"sale_price\":{\"6819\":\"500.00\",\"6820\":\"400.00\",\"6821\":\"300.00\",\"6822\":\"240.00\",\"6823\":\"175.00\",\"7561\":\"1200.00\",\"7562\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6819\":\"500.00\",\"6820\":\"400.00\",\"6821\":\"300.00\",\"6822\":\"240.00\",\"6823\":\"175.00\",\"7561\":\"1200.00\",\"7562\":\"900.00\"},\"regular_price\":{\"6819\":\"500.00\",\"6820\":\"400.00\",\"6821\":\"300.00\",\"6822\":\"240.00\",\"6823\":\"175.00\",\"7561\":\"1200.00\",\"7562\":\"900.00\"},\"sale_price\":{\"6819\":\"500.00\",\"6820\":\"400.00\",\"6821\":\"300.00\",\"6822\":\"240.00\",\"6823\":\"175.00\",\"7561\":\"1200.00\",\"7562\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6819\":\"500.00\",\"6820\":\"400.00\",\"6821\":\"300.00\",\"6822\":\"240.00\",\"6823\":\"175.00\",\"7561\":\"1200.00\",\"7562\":\"900.00\"},\"regular_price\":{\"6819\":\"500.00\",\"6820\":\"400.00\",\"6821\":\"300.00\",\"6822\":\"240.00\",\"6823\":\"175.00\",\"7561\":\"1200.00\",\"7562\":\"900.00\"},\"sale_price\":{\"6819\":\"500.00\",\"6820\":\"400.00\",\"6821\":\"300.00\",\"6822\":\"240.00\",\"6823\":\"175.00\",\"7561\":\"1200.00\",\"7562\":\"900.00\"}}}','no'),(285136,'_transient_timeout_wc_var_prices_6146','1615426321','no'),(285137,'_transient_wc_var_prices_6146','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6844\":\"500.00\",\"6845\":\"400.00\",\"6846\":\"300.00\",\"6847\":\"240.00\",\"6848\":\"175.00\",\"7569\":\"1200.00\",\"7570\":\"900.00\"},\"regular_price\":{\"6844\":\"500.00\",\"6845\":\"400.00\",\"6846\":\"300.00\",\"6847\":\"240.00\",\"6848\":\"175.00\",\"7569\":\"1200.00\",\"7570\":\"900.00\"},\"sale_price\":{\"6844\":\"500.00\",\"6845\":\"400.00\",\"6846\":\"300.00\",\"6847\":\"240.00\",\"6848\":\"175.00\",\"7569\":\"1200.00\",\"7570\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6844\":\"500.00\",\"6845\":\"400.00\",\"6846\":\"300.00\",\"6847\":\"240.00\",\"6848\":\"175.00\",\"7569\":\"1200.00\",\"7570\":\"900.00\"},\"regular_price\":{\"6844\":\"500.00\",\"6845\":\"400.00\",\"6846\":\"300.00\",\"6847\":\"240.00\",\"6848\":\"175.00\",\"7569\":\"1200.00\",\"7570\":\"900.00\"},\"sale_price\":{\"6844\":\"500.00\",\"6845\":\"400.00\",\"6846\":\"300.00\",\"6847\":\"240.00\",\"6848\":\"175.00\",\"7569\":\"1200.00\",\"7570\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6844\":\"500.00\",\"6845\":\"400.00\",\"6846\":\"300.00\",\"6847\":\"240.00\",\"6848\":\"175.00\",\"7569\":\"1200.00\",\"7570\":\"900.00\"},\"regular_price\":{\"6844\":\"500.00\",\"6845\":\"400.00\",\"6846\":\"300.00\",\"6847\":\"240.00\",\"6848\":\"175.00\",\"7569\":\"1200.00\",\"7570\":\"900.00\"},\"sale_price\":{\"6844\":\"500.00\",\"6845\":\"400.00\",\"6846\":\"300.00\",\"6847\":\"240.00\",\"6848\":\"175.00\",\"7569\":\"1200.00\",\"7570\":\"900.00\"}}}','no'),(285144,'_transient_timeout_wc_var_prices_5484','1615426320','no'),(285145,'_transient_wc_var_prices_5484','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6619\":\"25.00\",\"6620\":\"25.00\",\"6621\":\"25.00\",\"6622\":\"25.00\"},\"regular_price\":{\"6619\":\"25.00\",\"6620\":\"25.00\",\"6621\":\"25.00\",\"6622\":\"25.00\"},\"sale_price\":{\"6619\":\"25.00\",\"6620\":\"25.00\",\"6621\":\"25.00\",\"6622\":\"25.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6619\":\"25.00\",\"6620\":\"25.00\",\"6621\":\"25.00\",\"6622\":\"25.00\"},\"regular_price\":{\"6619\":\"25.00\",\"6620\":\"25.00\",\"6621\":\"25.00\",\"6622\":\"25.00\"},\"sale_price\":{\"6619\":\"25.00\",\"6620\":\"25.00\",\"6621\":\"25.00\",\"6622\":\"25.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6619\":\"25.00\",\"6620\":\"25.00\",\"6621\":\"25.00\",\"6622\":\"25.00\"},\"regular_price\":{\"6619\":\"25.00\",\"6620\":\"25.00\",\"6621\":\"25.00\",\"6622\":\"25.00\"},\"sale_price\":{\"6619\":\"25.00\",\"6620\":\"25.00\",\"6621\":\"25.00\",\"6622\":\"25.00\"}}}','no'),(285161,'_transient_timeout_wc_var_prices_6139','1615426321','no'),(285162,'_transient_wc_var_prices_6139','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6834\":\"500.00\",\"6835\":\"400.00\",\"6836\":\"300.00\",\"6837\":\"240.00\",\"6838\":\"175.00\",\"7565\":\"1200.00\",\"7566\":\"900.00\"},\"regular_price\":{\"6834\":\"500.00\",\"6835\":\"400.00\",\"6836\":\"300.00\",\"6837\":\"240.00\",\"6838\":\"175.00\",\"7565\":\"1200.00\",\"7566\":\"900.00\"},\"sale_price\":{\"6834\":\"500.00\",\"6835\":\"400.00\",\"6836\":\"300.00\",\"6837\":\"240.00\",\"6838\":\"175.00\",\"7565\":\"1200.00\",\"7566\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6834\":\"500.00\",\"6835\":\"400.00\",\"6836\":\"300.00\",\"6837\":\"240.00\",\"6838\":\"175.00\",\"7565\":\"1200.00\",\"7566\":\"900.00\"},\"regular_price\":{\"6834\":\"500.00\",\"6835\":\"400.00\",\"6836\":\"300.00\",\"6837\":\"240.00\",\"6838\":\"175.00\",\"7565\":\"1200.00\",\"7566\":\"900.00\"},\"sale_price\":{\"6834\":\"500.00\",\"6835\":\"400.00\",\"6836\":\"300.00\",\"6837\":\"240.00\",\"6838\":\"175.00\",\"7565\":\"1200.00\",\"7566\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6834\":\"500.00\",\"6835\":\"400.00\",\"6836\":\"300.00\",\"6837\":\"240.00\",\"6838\":\"175.00\",\"7565\":\"1200.00\",\"7566\":\"900.00\"},\"regular_price\":{\"6834\":\"500.00\",\"6835\":\"400.00\",\"6836\":\"300.00\",\"6837\":\"240.00\",\"6838\":\"175.00\",\"7565\":\"1200.00\",\"7566\":\"900.00\"},\"sale_price\":{\"6834\":\"500.00\",\"6835\":\"400.00\",\"6836\":\"300.00\",\"6837\":\"240.00\",\"6838\":\"175.00\",\"7565\":\"1200.00\",\"7566\":\"900.00\"}}}','no'),(285189,'_transient_timeout_wc_var_prices_6171','1615426321','no'),(285190,'_transient_wc_var_prices_6171','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6849\":\"500.00\",\"6850\":\"400.00\",\"6851\":\"300.00\",\"6852\":\"240.00\",\"6853\":\"175.00\",\"7573\":\"1200.00\",\"7574\":\"900.00\"},\"regular_price\":{\"6849\":\"500.00\",\"6850\":\"400.00\",\"6851\":\"300.00\",\"6852\":\"240.00\",\"6853\":\"175.00\",\"7573\":\"1200.00\",\"7574\":\"900.00\"},\"sale_price\":{\"6849\":\"500.00\",\"6850\":\"400.00\",\"6851\":\"300.00\",\"6852\":\"240.00\",\"6853\":\"175.00\",\"7573\":\"1200.00\",\"7574\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6849\":\"500.00\",\"6850\":\"400.00\",\"6851\":\"300.00\",\"6852\":\"240.00\",\"6853\":\"175.00\",\"7573\":\"1200.00\",\"7574\":\"900.00\"},\"regular_price\":{\"6849\":\"500.00\",\"6850\":\"400.00\",\"6851\":\"300.00\",\"6852\":\"240.00\",\"6853\":\"175.00\",\"7573\":\"1200.00\",\"7574\":\"900.00\"},\"sale_price\":{\"6849\":\"500.00\",\"6850\":\"400.00\",\"6851\":\"300.00\",\"6852\":\"240.00\",\"6853\":\"175.00\",\"7573\":\"1200.00\",\"7574\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6849\":\"500.00\",\"6850\":\"400.00\",\"6851\":\"300.00\",\"6852\":\"240.00\",\"6853\":\"175.00\",\"7573\":\"1200.00\",\"7574\":\"900.00\"},\"regular_price\":{\"6849\":\"500.00\",\"6850\":\"400.00\",\"6851\":\"300.00\",\"6852\":\"240.00\",\"6853\":\"175.00\",\"7573\":\"1200.00\",\"7574\":\"900.00\"},\"sale_price\":{\"6849\":\"500.00\",\"6850\":\"400.00\",\"6851\":\"300.00\",\"6852\":\"240.00\",\"6853\":\"175.00\",\"7573\":\"1200.00\",\"7574\":\"900.00\"}}}','no'),(285192,'_transient_timeout_wc_var_prices_6307','1615426322','no'),(285193,'_transient_wc_var_prices_6307','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6944\":\"500.00\",\"6945\":\"400.00\",\"6946\":\"300.00\",\"6947\":\"240.00\",\"6948\":\"175.00\",\"7613\":\"1200.00\",\"7614\":\"900.00\"},\"regular_price\":{\"6944\":\"500.00\",\"6945\":\"400.00\",\"6946\":\"300.00\",\"6947\":\"240.00\",\"6948\":\"175.00\",\"7613\":\"1200.00\",\"7614\":\"900.00\"},\"sale_price\":{\"6944\":\"500.00\",\"6945\":\"400.00\",\"6946\":\"300.00\",\"6947\":\"240.00\",\"6948\":\"175.00\",\"7613\":\"1200.00\",\"7614\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6944\":\"500.00\",\"6945\":\"400.00\",\"6946\":\"300.00\",\"6947\":\"240.00\",\"6948\":\"175.00\",\"7613\":\"1200.00\",\"7614\":\"900.00\"},\"regular_price\":{\"6944\":\"500.00\",\"6945\":\"400.00\",\"6946\":\"300.00\",\"6947\":\"240.00\",\"6948\":\"175.00\",\"7613\":\"1200.00\",\"7614\":\"900.00\"},\"sale_price\":{\"6944\":\"500.00\",\"6945\":\"400.00\",\"6946\":\"300.00\",\"6947\":\"240.00\",\"6948\":\"175.00\",\"7613\":\"1200.00\",\"7614\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6944\":\"500.00\",\"6945\":\"400.00\",\"6946\":\"300.00\",\"6947\":\"240.00\",\"6948\":\"175.00\",\"7613\":\"1200.00\",\"7614\":\"900.00\"},\"regular_price\":{\"6944\":\"500.00\",\"6945\":\"400.00\",\"6946\":\"300.00\",\"6947\":\"240.00\",\"6948\":\"175.00\",\"7613\":\"1200.00\",\"7614\":\"900.00\"},\"sale_price\":{\"6944\":\"500.00\",\"6945\":\"400.00\",\"6946\":\"300.00\",\"6947\":\"240.00\",\"6948\":\"175.00\",\"7613\":\"1200.00\",\"7614\":\"900.00\"}}}','no'),(285264,'_transient_timeout_wc_var_prices_7293','1615426320','no'),(285265,'_transient_wc_var_prices_7293','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"7294\":\"25.00\",\"7295\":\"25.00\",\"7296\":\"25.00\",\"7297\":\"25.00\",\"7351\":\"25.00\"},\"regular_price\":{\"7294\":\"25.00\",\"7295\":\"25.00\",\"7296\":\"25.00\",\"7297\":\"25.00\",\"7351\":\"25.00\"},\"sale_price\":{\"7294\":\"25.00\",\"7295\":\"25.00\",\"7296\":\"25.00\",\"7297\":\"25.00\",\"7351\":\"25.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"7294\":\"25.00\",\"7295\":\"25.00\",\"7296\":\"25.00\",\"7297\":\"25.00\",\"7351\":\"25.00\"},\"regular_price\":{\"7294\":\"25.00\",\"7295\":\"25.00\",\"7296\":\"25.00\",\"7297\":\"25.00\",\"7351\":\"25.00\"},\"sale_price\":{\"7294\":\"25.00\",\"7295\":\"25.00\",\"7296\":\"25.00\",\"7297\":\"25.00\",\"7351\":\"25.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"7294\":\"25.00\",\"7295\":\"25.00\",\"7296\":\"25.00\",\"7297\":\"25.00\",\"7351\":\"25.00\"},\"regular_price\":{\"7294\":\"25.00\",\"7295\":\"25.00\",\"7296\":\"25.00\",\"7297\":\"25.00\",\"7351\":\"25.00\"},\"sale_price\":{\"7294\":\"25.00\",\"7295\":\"25.00\",\"7296\":\"25.00\",\"7297\":\"25.00\",\"7351\":\"25.00\"}}}','no'),(285266,'_transient_timeout_wc_product_children_7298','1615421944','no'),(285267,'_transient_wc_product_children_7298','a:2:{s:3:\"all\";a:3:{i:0;i:7361;i:1;i:7302;i:2;i:7301;}s:7:\"visible\";a:3:{i:0;i:7361;i:1;i:7302;i:2;i:7301;}}','no'),(285268,'_transient_timeout_wc_var_prices_7298','1615426320','no'),(285269,'_transient_wc_var_prices_7298','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"7361\":\"25.00\",\"7302\":\"25.00\",\"7301\":\"25.00\"},\"regular_price\":{\"7361\":\"25.00\",\"7302\":\"25.00\",\"7301\":\"25.00\"},\"sale_price\":{\"7361\":\"25.00\",\"7302\":\"25.00\",\"7301\":\"25.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"7361\":\"25.00\",\"7302\":\"25.00\",\"7301\":\"25.00\"},\"regular_price\":{\"7361\":\"25.00\",\"7302\":\"25.00\",\"7301\":\"25.00\"},\"sale_price\":{\"7361\":\"25.00\",\"7302\":\"25.00\",\"7301\":\"25.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"7361\":\"25.00\",\"7302\":\"25.00\",\"7301\":\"25.00\"},\"regular_price\":{\"7361\":\"25.00\",\"7302\":\"25.00\",\"7301\":\"25.00\"},\"sale_price\":{\"7361\":\"25.00\",\"7302\":\"25.00\",\"7301\":\"25.00\"}}}','no'),(285270,'_transient_timeout_wc_var_prices_7303','1615426320','no'),(285271,'_transient_wc_var_prices_7303','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"7386\":\"25.00\",\"7381\":\"25.00\",\"7387\":\"25.00\",\"7388\":\"25.00\"},\"regular_price\":{\"7386\":\"25.00\",\"7381\":\"25.00\",\"7387\":\"25.00\",\"7388\":\"25.00\"},\"sale_price\":{\"7386\":\"25.00\",\"7381\":\"25.00\",\"7387\":\"25.00\",\"7388\":\"25.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"7386\":\"25.00\",\"7381\":\"25.00\",\"7387\":\"25.00\",\"7388\":\"25.00\"},\"regular_price\":{\"7386\":\"25.00\",\"7381\":\"25.00\",\"7387\":\"25.00\",\"7388\":\"25.00\"},\"sale_price\":{\"7386\":\"25.00\",\"7381\":\"25.00\",\"7387\":\"25.00\",\"7388\":\"25.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"7386\":\"25.00\",\"7381\":\"25.00\",\"7387\":\"25.00\",\"7388\":\"25.00\"},\"regular_price\":{\"7386\":\"25.00\",\"7381\":\"25.00\",\"7387\":\"25.00\",\"7388\":\"25.00\"},\"sale_price\":{\"7386\":\"25.00\",\"7381\":\"25.00\",\"7387\":\"25.00\",\"7388\":\"25.00\"}}}','no'),(285299,'_transient_timeout_wc_var_prices_6110','1615428096','no'),(285300,'_transient_wc_var_prices_6110','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6686\":\"500.00\",\"6687\":\"400.00\",\"6688\":\"300.00\",\"6689\":\"240.00\",\"6690\":\"175.00\",\"7559\":\"1200.00\",\"7560\":\"900.00\"},\"regular_price\":{\"6686\":\"500.00\",\"6687\":\"400.00\",\"6688\":\"300.00\",\"6689\":\"240.00\",\"6690\":\"175.00\",\"7559\":\"1200.00\",\"7560\":\"900.00\"},\"sale_price\":{\"6686\":\"500.00\",\"6687\":\"400.00\",\"6688\":\"300.00\",\"6689\":\"240.00\",\"6690\":\"175.00\",\"7559\":\"1200.00\",\"7560\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6686\":\"500.00\",\"6687\":\"400.00\",\"6688\":\"300.00\",\"6689\":\"240.00\",\"6690\":\"175.00\",\"7559\":\"1200.00\",\"7560\":\"900.00\"},\"regular_price\":{\"6686\":\"500.00\",\"6687\":\"400.00\",\"6688\":\"300.00\",\"6689\":\"240.00\",\"6690\":\"175.00\",\"7559\":\"1200.00\",\"7560\":\"900.00\"},\"sale_price\":{\"6686\":\"500.00\",\"6687\":\"400.00\",\"6688\":\"300.00\",\"6689\":\"240.00\",\"6690\":\"175.00\",\"7559\":\"1200.00\",\"7560\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6686\":\"500.00\",\"6687\":\"400.00\",\"6688\":\"300.00\",\"6689\":\"240.00\",\"6690\":\"175.00\",\"7559\":\"1200.00\",\"7560\":\"900.00\"},\"regular_price\":{\"6686\":\"500.00\",\"6687\":\"400.00\",\"6688\":\"300.00\",\"6689\":\"240.00\",\"6690\":\"175.00\",\"7559\":\"1200.00\",\"7560\":\"900.00\"},\"sale_price\":{\"6686\":\"500.00\",\"6687\":\"400.00\",\"6688\":\"300.00\",\"6689\":\"240.00\",\"6690\":\"175.00\",\"7559\":\"1200.00\",\"7560\":\"900.00\"}}}','no'),(285301,'_transient_timeout_wc_var_prices_6224','1615428096','no'),(285302,'_transient_wc_var_prices_6224','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6726\":\"500.00\",\"6727\":\"400.00\",\"6728\":\"300.00\",\"6729\":\"240.00\",\"6730\":\"175.00\",\"7589\":\"1200.00\",\"7590\":\"900.00\"},\"regular_price\":{\"6726\":\"500.00\",\"6727\":\"400.00\",\"6728\":\"300.00\",\"6729\":\"240.00\",\"6730\":\"175.00\",\"7589\":\"1200.00\",\"7590\":\"900.00\"},\"sale_price\":{\"6726\":\"500.00\",\"6727\":\"400.00\",\"6728\":\"300.00\",\"6729\":\"240.00\",\"6730\":\"175.00\",\"7589\":\"1200.00\",\"7590\":\"900.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6726\":\"500.00\",\"6727\":\"400.00\",\"6728\":\"300.00\",\"6729\":\"240.00\",\"6730\":\"175.00\",\"7589\":\"1200.00\",\"7590\":\"900.00\"},\"regular_price\":{\"6726\":\"500.00\",\"6727\":\"400.00\",\"6728\":\"300.00\",\"6729\":\"240.00\",\"6730\":\"175.00\",\"7589\":\"1200.00\",\"7590\":\"900.00\"},\"sale_price\":{\"6726\":\"500.00\",\"6727\":\"400.00\",\"6728\":\"300.00\",\"6729\":\"240.00\",\"6730\":\"175.00\",\"7589\":\"1200.00\",\"7590\":\"900.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6726\":\"500.00\",\"6727\":\"400.00\",\"6728\":\"300.00\",\"6729\":\"240.00\",\"6730\":\"175.00\",\"7589\":\"1200.00\",\"7590\":\"900.00\"},\"regular_price\":{\"6726\":\"500.00\",\"6727\":\"400.00\",\"6728\":\"300.00\",\"6729\":\"240.00\",\"6730\":\"175.00\",\"7589\":\"1200.00\",\"7590\":\"900.00\"},\"sale_price\":{\"6726\":\"500.00\",\"6727\":\"400.00\",\"6728\":\"300.00\",\"6729\":\"240.00\",\"6730\":\"175.00\",\"7589\":\"1200.00\",\"7590\":\"900.00\"}}}','no'),(285303,'_transient_timeout_wc_var_prices_7337','1615438243','no'),(285304,'_transient_wc_var_prices_7337','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"7343\":\"25.00\",\"7344\":\"25.00\",\"7345\":\"25.00\"},\"regular_price\":{\"7343\":\"25.00\",\"7344\":\"25.00\",\"7345\":\"25.00\"},\"sale_price\":{\"7343\":\"25.00\",\"7344\":\"25.00\",\"7345\":\"25.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"7343\":\"25.00\",\"7344\":\"25.00\",\"7345\":\"25.00\"},\"regular_price\":{\"7343\":\"25.00\",\"7344\":\"25.00\",\"7345\":\"25.00\"},\"sale_price\":{\"7343\":\"25.00\",\"7344\":\"25.00\",\"7345\":\"25.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"7343\":\"25.00\",\"7344\":\"25.00\",\"7345\":\"25.00\"},\"regular_price\":{\"7343\":\"25.00\",\"7344\":\"25.00\",\"7345\":\"25.00\"},\"sale_price\":{\"7343\":\"25.00\",\"7344\":\"25.00\",\"7345\":\"25.00\"}}}','no'),(285305,'_transient_timeout_wc_var_prices_7270','1615431425','no'),(285306,'_transient_wc_var_prices_7270','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"7272\":\"25.00\",\"7273\":\"25.00\",\"7271\":\"25.00\"},\"regular_price\":{\"7272\":\"25.00\",\"7273\":\"25.00\",\"7271\":\"25.00\"},\"sale_price\":{\"7272\":\"25.00\",\"7273\":\"25.00\",\"7271\":\"25.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"7272\":\"25.00\",\"7273\":\"25.00\",\"7271\":\"25.00\"},\"regular_price\":{\"7272\":\"25.00\",\"7273\":\"25.00\",\"7271\":\"25.00\"},\"sale_price\":{\"7272\":\"25.00\",\"7273\":\"25.00\",\"7271\":\"25.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"7272\":\"25.00\",\"7273\":\"25.00\",\"7271\":\"25.00\"},\"regular_price\":{\"7272\":\"25.00\",\"7273\":\"25.00\",\"7271\":\"25.00\"},\"sale_price\":{\"7272\":\"25.00\",\"7273\":\"25.00\",\"7271\":\"25.00\"}}}','no'),(285307,'_transient_timeout_wc_var_prices_7274','1615438243','no'),(285308,'_transient_wc_var_prices_7274','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"7276\":\"25.00\",\"7277\":\"25.00\",\"7278\":\"25.00\"},\"regular_price\":{\"7276\":\"25.00\",\"7277\":\"25.00\",\"7278\":\"25.00\"},\"sale_price\":{\"7276\":\"25.00\",\"7277\":\"25.00\",\"7278\":\"25.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"7276\":\"25.00\",\"7277\":\"25.00\",\"7278\":\"25.00\"},\"regular_price\":{\"7276\":\"25.00\",\"7277\":\"25.00\",\"7278\":\"25.00\"},\"sale_price\":{\"7276\":\"25.00\",\"7277\":\"25.00\",\"7278\":\"25.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"7276\":\"25.00\",\"7277\":\"25.00\",\"7278\":\"25.00\"},\"regular_price\":{\"7276\":\"25.00\",\"7277\":\"25.00\",\"7278\":\"25.00\"},\"sale_price\":{\"7276\":\"25.00\",\"7277\":\"25.00\",\"7278\":\"25.00\"}}}','no'),(285309,'_transient_timeout_wc_var_prices_5455','1615438243','no'),(285310,'_transient_wc_var_prices_5455','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6560\":\"25.00\",\"6561\":\"25.00\",\"6562\":\"25.00\",\"6563\":\"25.00\"},\"regular_price\":{\"6560\":\"25.00\",\"6561\":\"25.00\",\"6562\":\"25.00\",\"6563\":\"25.00\"},\"sale_price\":{\"6560\":\"25.00\",\"6561\":\"25.00\",\"6562\":\"25.00\",\"6563\":\"25.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6560\":\"25.00\",\"6561\":\"25.00\",\"6562\":\"25.00\",\"6563\":\"25.00\"},\"regular_price\":{\"6560\":\"25.00\",\"6561\":\"25.00\",\"6562\":\"25.00\",\"6563\":\"25.00\"},\"sale_price\":{\"6560\":\"25.00\",\"6561\":\"25.00\",\"6562\":\"25.00\",\"6563\":\"25.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6560\":\"25.00\",\"6561\":\"25.00\",\"6562\":\"25.00\",\"6563\":\"25.00\"},\"regular_price\":{\"6560\":\"25.00\",\"6561\":\"25.00\",\"6562\":\"25.00\",\"6563\":\"25.00\"},\"sale_price\":{\"6560\":\"25.00\",\"6561\":\"25.00\",\"6562\":\"25.00\",\"6563\":\"25.00\"}}}','no'),(285311,'_transient_timeout_wc_var_prices_7109','1615430821','no'),(285312,'_transient_wc_var_prices_7109','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"7110\":\"25.00\",\"7111\":\"25.00\",\"7112\":\"25.00\"},\"regular_price\":{\"7110\":\"25.00\",\"7111\":\"25.00\",\"7112\":\"25.00\"},\"sale_price\":{\"7110\":\"25.00\",\"7111\":\"25.00\",\"7112\":\"25.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"7110\":\"25.00\",\"7111\":\"25.00\",\"7112\":\"25.00\"},\"regular_price\":{\"7110\":\"25.00\",\"7111\":\"25.00\",\"7112\":\"25.00\"},\"sale_price\":{\"7110\":\"25.00\",\"7111\":\"25.00\",\"7112\":\"25.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"7110\":\"25.00\",\"7111\":\"25.00\",\"7112\":\"25.00\"},\"regular_price\":{\"7110\":\"25.00\",\"7111\":\"25.00\",\"7112\":\"25.00\"},\"sale_price\":{\"7110\":\"25.00\",\"7111\":\"25.00\",\"7112\":\"25.00\"}}}','no'),(285313,'_transient_timeout_wc_var_prices_5475','1615436199','no'),(285314,'_transient_wc_var_prices_5475','{\"version\":\"1602358457\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"6615\":\"25.00\",\"6616\":\"25.00\",\"6617\":\"25.00\",\"6618\":\"25.00\"},\"regular_price\":{\"6615\":\"25.00\",\"6616\":\"25.00\",\"6617\":\"25.00\",\"6618\":\"25.00\"},\"sale_price\":{\"6615\":\"25.00\",\"6616\":\"25.00\",\"6617\":\"25.00\",\"6618\":\"25.00\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"6615\":\"25.00\",\"6616\":\"25.00\",\"6617\":\"25.00\",\"6618\":\"25.00\"},\"regular_price\":{\"6615\":\"25.00\",\"6616\":\"25.00\",\"6617\":\"25.00\",\"6618\":\"25.00\"},\"sale_price\":{\"6615\":\"25.00\",\"6616\":\"25.00\",\"6617\":\"25.00\",\"6618\":\"25.00\"}},\"f1ff1fbdbc894be1f132334e85ba14c4\":{\"price\":{\"6615\":\"25.00\",\"6616\":\"25.00\",\"6617\":\"25.00\",\"6618\":\"25.00\"},\"regular_price\":{\"6615\":\"25.00\",\"6616\":\"25.00\",\"6617\":\"25.00\",\"6618\":\"25.00\"},\"sale_price\":{\"6615\":\"25.00\",\"6616\":\"25.00\",\"6617\":\"25.00\",\"6618\":\"25.00\"}}}','no'),(285348,'_site_transient_timeout_php_check_8706d9e16ec2aa6542c624d1e3c9facd','1613443508','no'),(285349,'_site_transient_php_check_8706d9e16ec2aa6542c624d1e3c9facd','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:0;}','no'),(285365,'_transient_timeout_wc_related_6125','1612926938','no'),(285366,'_transient_wc_related_6125','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6125\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6023\";i:14;s:4:\"6030\";i:15;s:4:\"6037\";i:16;s:4:\"6042\";i:17;s:4:\"6047\";i:18;s:4:\"6052\";i:19;s:4:\"6065\";i:20;s:4:\"6072\";i:21;s:4:\"6079\";i:22;s:4:\"6086\";}}','no'),(285370,'_transient_timeout_wc_related_6072','1612927640','no'),(285371,'_transient_wc_related_6072','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6072\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6023\";i:14;s:4:\"6030\";i:15;s:4:\"6037\";i:16;s:4:\"6042\";i:17;s:4:\"6047\";i:18;s:4:\"6052\";i:19;s:4:\"6065\";i:20;s:4:\"6079\";i:21;s:4:\"6086\";i:22;s:4:\"6093\";}}','no'),(285386,'_transient_timeout_wc_related_6288','1612929470','no'),(285387,'_transient_wc_related_6288','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6288\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6023\";i:14;s:4:\"6030\";i:15;s:4:\"6037\";i:16;s:4:\"6042\";i:17;s:4:\"6047\";i:18;s:4:\"6052\";i:19;s:4:\"6065\";i:20;s:4:\"6072\";i:21;s:4:\"6079\";i:22;s:4:\"6086\";}}','no'),(285410,'_transient_timeout_wc_related_7401','1612933077','no'),(285411,'_transient_wc_related_7401','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=7401\";a:20:{i:0;s:4:\"7336\";i:1;s:4:\"7337\";i:2;s:4:\"7338\";i:3;s:4:\"5455\";i:4;s:4:\"5468\";i:5;s:4:\"5475\";i:6;s:4:\"5484\";i:7;s:4:\"5489\";i:8;s:4:\"5495\";i:9;s:4:\"5880\";i:10;s:4:\"5887\";i:11;s:4:\"7109\";i:12;s:4:\"7270\";i:13;s:4:\"7281\";i:14;s:4:\"7287\";i:15;s:4:\"7293\";i:16;s:4:\"7298\";i:17;s:4:\"7303\";i:18;s:4:\"7308\";i:19;s:4:\"7373\";}}','no'),(285479,'_transient_timeout_wc_related_6101','1612937856','no'),(285480,'_transient_wc_related_6101','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6101\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6023\";i:14;s:4:\"6030\";i:15;s:4:\"6037\";i:16;s:4:\"6042\";i:17;s:4:\"6047\";i:18;s:4:\"6052\";i:19;s:4:\"6065\";i:20;s:4:\"6072\";i:21;s:4:\"6079\";i:22;s:4:\"6086\";}}','no'),(285493,'_transient_timeout_wc_related_6093','1612938581','no'),(285494,'_transient_wc_related_6093','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6093\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6023\";i:14;s:4:\"6030\";i:15;s:4:\"6037\";i:16;s:4:\"6042\";i:17;s:4:\"6047\";i:18;s:4:\"6052\";i:19;s:4:\"6065\";i:20;s:4:\"6072\";i:21;s:4:\"6079\";i:22;s:4:\"6086\";}}','no'),(285501,'_transient_timeout_wc_related_5762','1612939040','no'),(285502,'_transient_wc_related_5762','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=5762\";a:15:{i:0;s:4:\"5706\";i:1;s:4:\"5765\";i:2;s:4:\"5778\";i:3;s:4:\"5782\";i:4;s:4:\"5790\";i:5;s:4:\"5797\";i:6;s:4:\"5800\";i:7;s:4:\"7200\";i:8;s:4:\"7634\";i:9;s:4:\"7637\";i:10;s:4:\"7639\";i:11;s:4:\"7643\";i:12;s:4:\"7647\";i:13;s:4:\"7662\";i:14;s:4:\"7673\";}}','no'),(285542,'_transient_timeout_wc_related_7673','1612943722','no'),(285543,'_transient_wc_related_7673','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=7673\";a:15:{i:0;s:4:\"5800\";i:1;s:4:\"7634\";i:2;s:4:\"7637\";i:3;s:4:\"7639\";i:4;s:4:\"7643\";i:5;s:4:\"7647\";i:6;s:4:\"7662\";i:7;s:4:\"5706\";i:8;s:4:\"5762\";i:9;s:4:\"5765\";i:10;s:4:\"5778\";i:11;s:4:\"5782\";i:12;s:4:\"5790\";i:13;s:4:\"5797\";i:14;s:4:\"7200\";}}','no'),(285544,'_transient_timeout_wc_related_7643','1612943725','no'),(285545,'_transient_wc_related_7643','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=7643\";a:15:{i:0;s:4:\"5800\";i:1;s:4:\"7634\";i:2;s:4:\"7637\";i:3;s:4:\"7639\";i:4;s:4:\"7647\";i:5;s:4:\"7662\";i:6;s:4:\"7673\";i:7;s:4:\"5706\";i:8;s:4:\"5762\";i:9;s:4:\"5765\";i:10;s:4:\"5778\";i:11;s:4:\"5782\";i:12;s:4:\"5790\";i:13;s:4:\"5797\";i:14;s:4:\"7200\";}}','no'),(285585,'_transient_timeout_wc_related_5938','1612947043','no'),(285586,'_transient_wc_related_5938','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=5938\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5982\";i:8;s:4:\"5994\";i:9;s:4:\"6001\";i:10;s:4:\"6009\";i:11;s:4:\"6016\";i:12;s:4:\"6023\";i:13;s:4:\"6030\";i:14;s:4:\"6037\";i:15;s:4:\"6042\";i:16;s:4:\"6047\";i:17;s:4:\"6052\";i:18;s:4:\"6065\";i:19;s:4:\"6072\";i:20;s:4:\"6079\";i:21;s:4:\"6086\";i:22;s:4:\"6093\";}}','no'),(285590,'_transient_timeout_wc_related_6224','1612947631','no'),(285591,'_transient_wc_related_6224','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6224\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6023\";i:14;s:4:\"6030\";i:15;s:4:\"6037\";i:16;s:4:\"6042\";i:17;s:4:\"6047\";i:18;s:4:\"6052\";i:19;s:4:\"6065\";i:20;s:4:\"6072\";i:21;s:4:\"6079\";i:22;s:4:\"6086\";}}','no'),(285594,'_transient_timeout_wc_related_6052','1612947635','no'),(285595,'_transient_wc_related_6052','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6052\";a:23:{i:0;s:4:\"5907\";i:1;s:4:\"5982\";i:2;s:4:\"5843\";i:3;s:4:\"5892\";i:4;s:4:\"5911\";i:5;s:4:\"5917\";i:6;s:4:\"5924\";i:7;s:4:\"5931\";i:8;s:4:\"5938\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6023\";i:14;s:4:\"6030\";i:15;s:4:\"6037\";i:16;s:4:\"6042\";i:17;s:4:\"6047\";i:18;s:4:\"6065\";i:19;s:4:\"6072\";i:20;s:4:\"6079\";i:21;s:4:\"6086\";i:22;s:4:\"6093\";}}','no'),(285596,'_transient_timeout_wc_related_7293','1612947638','no'),(285597,'_transient_wc_related_7293','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=7293\";a:20:{i:0;s:4:\"5455\";i:1;s:4:\"5468\";i:2;s:4:\"5475\";i:3;s:4:\"5484\";i:4;s:4:\"5489\";i:5;s:4:\"5495\";i:6;s:4:\"5880\";i:7;s:4:\"5887\";i:8;s:4:\"7109\";i:9;s:4:\"7270\";i:10;s:4:\"7281\";i:11;s:4:\"7287\";i:12;s:4:\"7298\";i:13;s:4:\"7303\";i:14;s:4:\"7308\";i:15;s:4:\"7336\";i:16;s:4:\"7337\";i:17;s:4:\"7338\";i:18;s:4:\"7373\";i:19;s:4:\"7401\";}}','no'),(285604,'_transient_timeout_wc_related_6307','1612948349','no'),(285605,'_transient_wc_related_6307','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6307\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6023\";i:14;s:4:\"6030\";i:15;s:4:\"6037\";i:16;s:4:\"6042\";i:17;s:4:\"6047\";i:18;s:4:\"6052\";i:19;s:4:\"6065\";i:20;s:4:\"6072\";i:21;s:4:\"6079\";i:22;s:4:\"6086\";}}','no'),(285631,'_transient_timeout_wc_related_7270','1612952278','no'),(285632,'_transient_wc_related_7270','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=7270\";a:20:{i:0;s:4:\"5455\";i:1;s:4:\"5468\";i:2;s:4:\"5475\";i:3;s:4:\"5484\";i:4;s:4:\"5489\";i:5;s:4:\"5495\";i:6;s:4:\"5880\";i:7;s:4:\"5887\";i:8;s:4:\"7109\";i:9;s:4:\"7281\";i:10;s:4:\"7287\";i:11;s:4:\"7293\";i:12;s:4:\"7298\";i:13;s:4:\"7303\";i:14;s:4:\"7308\";i:15;s:4:\"7336\";i:16;s:4:\"7337\";i:17;s:4:\"7338\";i:18;s:4:\"7373\";i:19;s:4:\"7401\";}}','no'),(285634,'_transient_timeout_wc_related_6252','1612952892','no'),(285635,'_transient_wc_related_6252','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6252\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6023\";i:14;s:4:\"6030\";i:15;s:4:\"6037\";i:16;s:4:\"6042\";i:17;s:4:\"6047\";i:18;s:4:\"6052\";i:19;s:4:\"6065\";i:20;s:4:\"6072\";i:21;s:4:\"6079\";i:22;s:4:\"6086\";}}','no'),(285647,'_transient_timeout_wc_related_5489','1612955066','no'),(285648,'_transient_wc_related_5489','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=5489\";a:20:{i:0;s:4:\"5455\";i:1;s:4:\"5468\";i:2;s:4:\"5475\";i:3;s:4:\"5484\";i:4;s:4:\"5495\";i:5;s:4:\"5880\";i:6;s:4:\"5887\";i:7;s:4:\"7109\";i:8;s:4:\"7270\";i:9;s:4:\"7281\";i:10;s:4:\"7287\";i:11;s:4:\"7293\";i:12;s:4:\"7298\";i:13;s:4:\"7303\";i:14;s:4:\"7308\";i:15;s:4:\"7336\";i:16;s:4:\"7337\";i:17;s:4:\"7338\";i:18;s:4:\"7373\";i:19;s:4:\"7401\";}}','no'),(285664,'_transient_timeout_wc_related_6079','1612957548','no'),(285665,'_transient_wc_related_6079','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6079\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6023\";i:14;s:4:\"6030\";i:15;s:4:\"6037\";i:16;s:4:\"6042\";i:17;s:4:\"6047\";i:18;s:4:\"6052\";i:19;s:4:\"6065\";i:20;s:4:\"6072\";i:21;s:4:\"6086\";i:22;s:4:\"6093\";}}','no'),(285680,'_transient_timeout_wc_related_6264','1612960726','no'),(285681,'_transient_wc_related_6264','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6264\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6023\";i:14;s:4:\"6030\";i:15;s:4:\"6037\";i:16;s:4:\"6042\";i:17;s:4:\"6047\";i:18;s:4:\"6052\";i:19;s:4:\"6065\";i:20;s:4:\"6072\";i:21;s:4:\"6079\";i:22;s:4:\"6086\";}}','no'),(285695,'_transient_timeout_wc_related_7338','1612963327','no'),(285696,'_transient_wc_related_7338','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=7338\";a:20:{i:0;s:4:\"7336\";i:1;s:4:\"7337\";i:2;s:4:\"7401\";i:3;s:4:\"5455\";i:4;s:4:\"5468\";i:5;s:4:\"5475\";i:6;s:4:\"5484\";i:7;s:4:\"5489\";i:8;s:4:\"5495\";i:9;s:4:\"5880\";i:10;s:4:\"5887\";i:11;s:4:\"7109\";i:12;s:4:\"7270\";i:13;s:4:\"7281\";i:14;s:4:\"7287\";i:15;s:4:\"7293\";i:16;s:4:\"7298\";i:17;s:4:\"7303\";i:18;s:4:\"7308\";i:19;s:4:\"7373\";}}','no'),(285697,'_transient_timeout_wc_term_counts','1615506820','no'),(285698,'_transient_wc_term_counts','a:55:{i:133;s:2:\"21\";i:166;s:1:\"1\";i:79;s:1:\"1\";i:128;s:2:\"22\";i:132;s:2:\"56\";i:62;s:1:\"1\";i:63;s:1:\"1\";i:46;s:1:\"3\";i:53;s:1:\"1\";i:41;s:1:\"1\";i:56;s:1:\"1\";i:59;s:1:\"1\";i:49;s:1:\"1\";i:48;s:1:\"1\";i:55;s:1:\"1\";i:27;s:1:\"1\";i:65;s:1:\"1\";i:77;s:1:\"1\";i:168;s:1:\"2\";i:167;s:1:\"1\";i:54;s:1:\"1\";i:131;s:2:\"16\";i:123;s:1:\"8\";i:43;s:1:\"1\";i:34;s:1:\"1\";i:44;s:1:\"1\";i:60;s:1:\"1\";i:104;s:1:\"1\";i:170;s:0:\"\";i:160;s:0:\"\";i:129;s:1:\"1\";i:130;s:1:\"1\";i:153;s:1:\"1\";i:82;s:1:\"1\";i:75;s:1:\"1\";i:80;s:1:\"1\";i:103;s:1:\"1\";i:52;s:1:\"1\";i:50;s:1:\"1\";i:71;s:1:\"1\";i:47;s:1:\"1\";i:30;s:1:\"1\";i:78;s:1:\"1\";i:76;s:1:\"1\";i:169;s:1:\"1\";i:24;s:1:\"1\";i:110;s:1:\"1\";i:163;s:1:\"1\";i:165;s:1:\"1\";i:66;s:1:\"1\";i:57;s:1:\"1\";i:38;s:1:\"1\";i:51;s:1:\"1\";i:162;s:1:\"1\";i:81;s:1:\"1\";}','no'),(285739,'_transient_timeout_wc_related_7308','1612971674','no'),(285740,'_transient_wc_related_7308','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=7308\";a:20:{i:0;s:4:\"5455\";i:1;s:4:\"5468\";i:2;s:4:\"5475\";i:3;s:4:\"5484\";i:4;s:4:\"5489\";i:5;s:4:\"5495\";i:6;s:4:\"5880\";i:7;s:4:\"5887\";i:8;s:4:\"7109\";i:9;s:4:\"7270\";i:10;s:4:\"7281\";i:11;s:4:\"7287\";i:12;s:4:\"7293\";i:13;s:4:\"7298\";i:14;s:4:\"7303\";i:15;s:4:\"7336\";i:16;s:4:\"7337\";i:17;s:4:\"7338\";i:18;s:4:\"7373\";i:19;s:4:\"7401\";}}','no'),(285746,'_transient_timeout_wc_related_7634','1612972681','no'),(285747,'_transient_wc_related_7634','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=7634\";a:15:{i:0;s:4:\"5800\";i:1;s:4:\"7637\";i:2;s:4:\"7639\";i:3;s:4:\"7643\";i:4;s:4:\"7647\";i:5;s:4:\"7662\";i:6;s:4:\"7673\";i:7;s:4:\"5706\";i:8;s:4:\"5762\";i:9;s:4:\"5765\";i:10;s:4:\"5778\";i:11;s:4:\"5782\";i:12;s:4:\"5790\";i:13;s:4:\"5797\";i:14;s:4:\"7200\";}}','no'),(285754,'_transient_timeout_wc_related_7647','1612973732','no'),(285755,'_transient_wc_related_7647','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=7647\";a:15:{i:0;s:4:\"5800\";i:1;s:4:\"7634\";i:2;s:4:\"7637\";i:3;s:4:\"7639\";i:4;s:4:\"7643\";i:5;s:4:\"7662\";i:6;s:4:\"7673\";i:7;s:4:\"5706\";i:8;s:4:\"5762\";i:9;s:4:\"5765\";i:10;s:4:\"5778\";i:11;s:4:\"5782\";i:12;s:4:\"5790\";i:13;s:4:\"5797\";i:14;s:4:\"7200\";}}','no'),(285768,'_transient_timeout_wc_related_7639','1612975689','no'),(285769,'_transient_wc_related_7639','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=7639\";a:15:{i:0;s:4:\"5800\";i:1;s:4:\"7634\";i:2;s:4:\"7637\";i:3;s:4:\"7643\";i:4;s:4:\"7647\";i:5;s:4:\"7662\";i:6;s:4:\"7673\";i:7;s:4:\"5706\";i:8;s:4:\"5762\";i:9;s:4:\"5765\";i:10;s:4:\"5778\";i:11;s:4:\"5782\";i:12;s:4:\"5790\";i:13;s:4:\"5797\";i:14;s:4:\"7200\";}}','no'),(285783,'_transient_timeout_wc_related_6171','1612977301','no'),(285784,'_transient_wc_related_6171','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6171\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6023\";i:14;s:4:\"6030\";i:15;s:4:\"6037\";i:16;s:4:\"6042\";i:17;s:4:\"6047\";i:18;s:4:\"6052\";i:19;s:4:\"6065\";i:20;s:4:\"6072\";i:21;s:4:\"6079\";i:22;s:4:\"6086\";}}','no'),(285791,'_transient_timeout_wc_related_6042','1612977848','no'),(285792,'_transient_wc_related_6042','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6042\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6023\";i:14;s:4:\"6030\";i:15;s:4:\"6037\";i:16;s:4:\"6047\";i:17;s:4:\"6052\";i:18;s:4:\"6065\";i:19;s:4:\"6072\";i:20;s:4:\"6079\";i:21;s:4:\"6086\";i:22;s:4:\"6093\";}}','no'),(285793,'_transient_timeout_wc_related_6319','1612977877','no'),(285794,'_transient_wc_related_6319','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6319\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6023\";i:14;s:4:\"6030\";i:15;s:4:\"6037\";i:16;s:4:\"6042\";i:17;s:4:\"6047\";i:18;s:4:\"6052\";i:19;s:4:\"6065\";i:20;s:4:\"6072\";i:21;s:4:\"6079\";i:22;s:4:\"6086\";}}','no'),(285815,'_transient_timeout_wc_related_7662','1612980145','no'),(285816,'_transient_wc_related_7662','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=7662\";a:15:{i:0;s:4:\"5800\";i:1;s:4:\"7634\";i:2;s:4:\"7637\";i:3;s:4:\"7639\";i:4;s:4:\"7643\";i:5;s:4:\"7647\";i:6;s:4:\"7673\";i:7;s:4:\"5706\";i:8;s:4:\"5762\";i:9;s:4:\"5765\";i:10;s:4:\"5778\";i:11;s:4:\"5782\";i:12;s:4:\"5790\";i:13;s:4:\"5797\";i:14;s:4:\"7200\";}}','no'),(285860,'_transient_timeout_wc_related_6030','1612984549','no'),(285861,'_transient_wc_related_6030','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6030\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6023\";i:14;s:4:\"6037\";i:15;s:4:\"6042\";i:16;s:4:\"6047\";i:17;s:4:\"6052\";i:18;s:4:\"6065\";i:19;s:4:\"6072\";i:20;s:4:\"6079\";i:21;s:4:\"6086\";i:22;s:4:\"6093\";}}','no'),(285863,'_transient_timeout_wc_related_5797','1612984701','no'),(285864,'_transient_wc_related_5797','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=5797\";a:15:{i:0;s:4:\"5706\";i:1;s:4:\"5762\";i:2;s:4:\"5765\";i:3;s:4:\"5778\";i:4;s:4:\"5782\";i:5;s:4:\"5790\";i:6;s:4:\"5800\";i:7;s:4:\"7200\";i:8;s:4:\"7634\";i:9;s:4:\"7637\";i:10;s:4:\"7639\";i:11;s:4:\"7643\";i:12;s:4:\"7647\";i:13;s:4:\"7662\";i:14;s:4:\"7673\";}}','no'),(285877,'_transient_timeout_wc_related_6270','1612986367','no'),(285878,'_transient_wc_related_6270','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6270\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6023\";i:14;s:4:\"6030\";i:15;s:4:\"6037\";i:16;s:4:\"6042\";i:17;s:4:\"6047\";i:18;s:4:\"6052\";i:19;s:4:\"6065\";i:20;s:4:\"6072\";i:21;s:4:\"6079\";i:22;s:4:\"6086\";}}','no'),(285923,'_transient_timeout__woocommerce_helper_updates','1612947096','no'),(285924,'_transient__woocommerce_helper_updates','a:4:{s:4:\"hash\";s:32:\"d751713988987e9331980363e24189ce\";s:7:\"updated\";i:1612903896;s:8:\"products\";a:0:{}s:6:\"errors\";a:1:{i:0;s:10:\"http-error\";}}','no'),(285931,'_transient_timeout_wc_related_7373','1612991257','no'),(285932,'_transient_wc_related_7373','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=7373\";a:20:{i:0;s:4:\"5455\";i:1;s:4:\"5468\";i:2;s:4:\"5475\";i:3;s:4:\"5484\";i:4;s:4:\"5489\";i:5;s:4:\"5495\";i:6;s:4:\"5880\";i:7;s:4:\"5887\";i:8;s:4:\"7109\";i:9;s:4:\"7270\";i:10;s:4:\"7281\";i:11;s:4:\"7287\";i:12;s:4:\"7293\";i:13;s:4:\"7298\";i:14;s:4:\"7303\";i:15;s:4:\"7308\";i:16;s:4:\"7336\";i:17;s:4:\"7337\";i:18;s:4:\"7338\";i:19;s:4:\"7401\";}}','no'),(285950,'_transient_timeout_wc_related_6211','1612993910','no'),(285951,'_transient_wc_related_6211','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6211\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6023\";i:14;s:4:\"6030\";i:15;s:4:\"6037\";i:16;s:4:\"6042\";i:17;s:4:\"6047\";i:18;s:4:\"6052\";i:19;s:4:\"6065\";i:20;s:4:\"6072\";i:21;s:4:\"6079\";i:22;s:4:\"6086\";}}','no'),(285954,'_transient_timeout_wc_related_5887','1612994049','no'),(285955,'_transient_wc_related_5887','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=5887\";a:20:{i:0;s:4:\"5455\";i:1;s:4:\"5468\";i:2;s:4:\"5475\";i:3;s:4:\"5484\";i:4;s:4:\"5489\";i:5;s:4:\"5495\";i:6;s:4:\"5880\";i:7;s:4:\"7109\";i:8;s:4:\"7270\";i:9;s:4:\"7281\";i:10;s:4:\"7287\";i:11;s:4:\"7293\";i:12;s:4:\"7298\";i:13;s:4:\"7303\";i:14;s:4:\"7308\";i:15;s:4:\"7336\";i:16;s:4:\"7337\";i:17;s:4:\"7338\";i:18;s:4:\"7373\";i:19;s:4:\"7401\";}}','no'),(285958,'_transient_timeout_wc_related_6276','1612994312','no'),(285959,'_transient_wc_related_6276','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6276\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6023\";i:14;s:4:\"6030\";i:15;s:4:\"6037\";i:16;s:4:\"6042\";i:17;s:4:\"6047\";i:18;s:4:\"6052\";i:19;s:4:\"6065\";i:20;s:4:\"6072\";i:21;s:4:\"6079\";i:22;s:4:\"6086\";}}','no'),(285972,'_transient_timeout_wc_related_5994','1612996400','no'),(285973,'_transient_wc_related_5994','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=5994\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"6001\";i:10;s:4:\"6009\";i:11;s:4:\"6016\";i:12;s:4:\"6023\";i:13;s:4:\"6030\";i:14;s:4:\"6037\";i:15;s:4:\"6042\";i:16;s:4:\"6047\";i:17;s:4:\"6052\";i:18;s:4:\"6065\";i:19;s:4:\"6072\";i:20;s:4:\"6079\";i:21;s:4:\"6086\";i:22;s:4:\"6093\";}}','no'),(285984,'_transient_timeout_wc_related_6037','1612998148','no'),(285985,'_transient_wc_related_6037','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6037\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6023\";i:14;s:4:\"6030\";i:15;s:4:\"6042\";i:16;s:4:\"6047\";i:17;s:4:\"6052\";i:18;s:4:\"6065\";i:19;s:4:\"6072\";i:20;s:4:\"6079\";i:21;s:4:\"6086\";i:22;s:4:\"6093\";}}','no'),(285990,'_transient_timeout_external_ip_address_209.17.114.44','1613517661','no'),(285991,'_transient_external_ip_address_209.17.114.44','209.17.114.78','no'),(285993,'_transient_timeout_wc_related_7637','1612999278','no'),(285994,'_transient_wc_related_7637','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=7637\";a:15:{i:0;s:4:\"5800\";i:1;s:4:\"7634\";i:2;s:4:\"7639\";i:3;s:4:\"7643\";i:4;s:4:\"7647\";i:5;s:4:\"7662\";i:6;s:4:\"7673\";i:7;s:4:\"5706\";i:8;s:4:\"5762\";i:9;s:4:\"5765\";i:10;s:4:\"5778\";i:11;s:4:\"5782\";i:12;s:4:\"5790\";i:13;s:4:\"5797\";i:14;s:4:\"7200\";}}','no'),(286003,'_transient_timeout_wc_related_7200','1613000565','no'),(286004,'_transient_wc_related_7200','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=7200\";a:15:{i:0;s:4:\"5706\";i:1;s:4:\"5762\";i:2;s:4:\"5765\";i:3;s:4:\"5778\";i:4;s:4:\"5782\";i:5;s:4:\"5790\";i:6;s:4:\"5797\";i:7;s:4:\"5800\";i:8;s:4:\"7634\";i:9;s:4:\"7637\";i:10;s:4:\"7639\";i:11;s:4:\"7643\";i:12;s:4:\"7647\";i:13;s:4:\"7662\";i:14;s:4:\"7673\";}}','no'),(286010,'_transient_timeout_wc_related_5484','1613001220','no'),(286011,'_transient_wc_related_5484','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=5484\";a:20:{i:0;s:4:\"5455\";i:1;s:4:\"5468\";i:2;s:4:\"5475\";i:3;s:4:\"5489\";i:4;s:4:\"5495\";i:5;s:4:\"5880\";i:6;s:4:\"5887\";i:7;s:4:\"7109\";i:8;s:4:\"7270\";i:9;s:4:\"7281\";i:10;s:4:\"7287\";i:11;s:4:\"7293\";i:12;s:4:\"7298\";i:13;s:4:\"7303\";i:14;s:4:\"7308\";i:15;s:4:\"7336\";i:16;s:4:\"7337\";i:17;s:4:\"7338\";i:18;s:4:\"7373\";i:19;s:4:\"7401\";}}','no'),(286018,'_transient_timeout_wc_related_6086','1613002066','no'),(286019,'_transient_wc_related_6086','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6086\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6023\";i:14;s:4:\"6030\";i:15;s:4:\"6037\";i:16;s:4:\"6042\";i:17;s:4:\"6047\";i:18;s:4:\"6052\";i:19;s:4:\"6065\";i:20;s:4:\"6072\";i:21;s:4:\"6079\";i:22;s:4:\"6093\";}}','no'),(286045,'_transient_timeout_wc_related_5782','1613004830','no'),(286046,'_transient_wc_related_5782','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=5782\";a:15:{i:0;s:4:\"5706\";i:1;s:4:\"5762\";i:2;s:4:\"5765\";i:3;s:4:\"5778\";i:4;s:4:\"5790\";i:5;s:4:\"5797\";i:6;s:4:\"5800\";i:7;s:4:\"7200\";i:8;s:4:\"7634\";i:9;s:4:\"7637\";i:10;s:4:\"7639\";i:11;s:4:\"7643\";i:12;s:4:\"7647\";i:13;s:4:\"7662\";i:14;s:4:\"7673\";}}','no'),(286069,'_transient_timeout_wc_related_6240','1613006002','no'),(286070,'_transient_wc_related_6240','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6240\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6023\";i:14;s:4:\"6030\";i:15;s:4:\"6037\";i:16;s:4:\"6042\";i:17;s:4:\"6047\";i:18;s:4:\"6052\";i:19;s:4:\"6065\";i:20;s:4:\"6072\";i:21;s:4:\"6079\";i:22;s:4:\"6086\";}}','no'),(286086,'_transient_timeout_wc_related_5778','1613007257','no'),(286087,'_transient_wc_related_5778','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=5778\";a:15:{i:0;s:4:\"5706\";i:1;s:4:\"5762\";i:2;s:4:\"5765\";i:3;s:4:\"5782\";i:4;s:4:\"5790\";i:5;s:4:\"5797\";i:6;s:4:\"5800\";i:7;s:4:\"7200\";i:8;s:4:\"7634\";i:9;s:4:\"7637\";i:10;s:4:\"7639\";i:11;s:4:\"7643\";i:12;s:4:\"7647\";i:13;s:4:\"7662\";i:14;s:4:\"7673\";}}','no'),(286191,'_transient_timeout_wc_related_6117','1613017462','no'),(286192,'_transient_wc_related_6117','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6117\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6023\";i:14;s:4:\"6030\";i:15;s:4:\"6037\";i:16;s:4:\"6042\";i:17;s:4:\"6047\";i:18;s:4:\"6052\";i:19;s:4:\"6065\";i:20;s:4:\"6072\";i:21;s:4:\"6079\";i:22;s:4:\"6086\";}}','no'),(286203,'_transient_timeout_wc_related_7109','1613018819','no'),(286204,'_transient_wc_related_7109','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=7109\";a:20:{i:0;s:4:\"5455\";i:1;s:4:\"5468\";i:2;s:4:\"5475\";i:3;s:4:\"5484\";i:4;s:4:\"5489\";i:5;s:4:\"5495\";i:6;s:4:\"5880\";i:7;s:4:\"5887\";i:8;s:4:\"7270\";i:9;s:4:\"7281\";i:10;s:4:\"7287\";i:11;s:4:\"7293\";i:12;s:4:\"7298\";i:13;s:4:\"7303\";i:14;s:4:\"7308\";i:15;s:4:\"7336\";i:16;s:4:\"7337\";i:17;s:4:\"7338\";i:18;s:4:\"7373\";i:19;s:4:\"7401\";}}','no'),(286206,'_transient_timeout_wc_related_6009','1613018888','no'),(286207,'_transient_wc_related_6009','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6009\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6016\";i:12;s:4:\"6023\";i:13;s:4:\"6030\";i:14;s:4:\"6037\";i:15;s:4:\"6042\";i:16;s:4:\"6047\";i:17;s:4:\"6052\";i:18;s:4:\"6065\";i:19;s:4:\"6072\";i:20;s:4:\"6079\";i:21;s:4:\"6086\";i:22;s:4:\"6093\";}}','no'),(286210,'_transient_timeout_wc_related_6047','1613019191','no'),(286211,'_transient_wc_related_6047','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6047\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6023\";i:14;s:4:\"6030\";i:15;s:4:\"6037\";i:16;s:4:\"6042\";i:17;s:4:\"6052\";i:18;s:4:\"6065\";i:19;s:4:\"6072\";i:20;s:4:\"6079\";i:21;s:4:\"6086\";i:22;s:4:\"6093\";}}','no'),(286230,'_transient_timeout_wc_related_6023','1613022671','no'),(286231,'_transient_wc_related_6023','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6023\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6030\";i:14;s:4:\"6037\";i:15;s:4:\"6042\";i:16;s:4:\"6047\";i:17;s:4:\"6052\";i:18;s:4:\"6065\";i:19;s:4:\"6072\";i:20;s:4:\"6079\";i:21;s:4:\"6086\";i:22;s:4:\"6093\";}}','no'),(286236,'_transient_timeout_wc_related_5907','1613023328','no'),(286237,'_transient_wc_related_5907','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=5907\";a:23:{i:0;s:4:\"5982\";i:1;s:4:\"6052\";i:2;s:4:\"5843\";i:3;s:4:\"5892\";i:4;s:4:\"5911\";i:5;s:4:\"5917\";i:6;s:4:\"5924\";i:7;s:4:\"5931\";i:8;s:4:\"5938\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6023\";i:14;s:4:\"6030\";i:15;s:4:\"6037\";i:16;s:4:\"6042\";i:17;s:4:\"6047\";i:18;s:4:\"6065\";i:19;s:4:\"6072\";i:20;s:4:\"6079\";i:21;s:4:\"6086\";i:22;s:4:\"6093\";}}','no'),(286241,'_transient_timeout_wc_related_6153','1613023934','no'),(286242,'_transient_wc_related_6153','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6153\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6023\";i:14;s:4:\"6030\";i:15;s:4:\"6037\";i:16;s:4:\"6042\";i:17;s:4:\"6047\";i:18;s:4:\"6052\";i:19;s:4:\"6065\";i:20;s:4:\"6072\";i:21;s:4:\"6079\";i:22;s:4:\"6086\";}}','no'),(286244,'_transient_timeout_wc_related_6294','1613024010','no'),(286245,'_transient_wc_related_6294','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6294\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6023\";i:14;s:4:\"6030\";i:15;s:4:\"6037\";i:16;s:4:\"6042\";i:17;s:4:\"6047\";i:18;s:4:\"6052\";i:19;s:4:\"6065\";i:20;s:4:\"6072\";i:21;s:4:\"6079\";i:22;s:4:\"6086\";}}','no'),(286253,'_transient_timeout_wc_related_5455','1613025088','no'),(286254,'_transient_wc_related_5455','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=5455\";a:20:{i:0;s:4:\"5468\";i:1;s:4:\"5475\";i:2;s:4:\"5484\";i:3;s:4:\"5489\";i:4;s:4:\"5495\";i:5;s:4:\"5880\";i:6;s:4:\"5887\";i:7;s:4:\"7109\";i:8;s:4:\"7270\";i:9;s:4:\"7281\";i:10;s:4:\"7287\";i:11;s:4:\"7293\";i:12;s:4:\"7298\";i:13;s:4:\"7303\";i:14;s:4:\"7308\";i:15;s:4:\"7336\";i:16;s:4:\"7337\";i:17;s:4:\"7338\";i:18;s:4:\"7373\";i:19;s:4:\"7401\";}}','no'),(286257,'_transient_timeout_wc_related_5765','1613025227','no'),(286258,'_transient_wc_related_5765','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=5765\";a:15:{i:0;s:4:\"5706\";i:1;s:4:\"5762\";i:2;s:4:\"5778\";i:3;s:4:\"5782\";i:4;s:4:\"5790\";i:5;s:4:\"5797\";i:6;s:4:\"5800\";i:7;s:4:\"7200\";i:8;s:4:\"7634\";i:9;s:4:\"7637\";i:10;s:4:\"7639\";i:11;s:4:\"7643\";i:12;s:4:\"7647\";i:13;s:4:\"7662\";i:14;s:4:\"7673\";}}','no'),(286268,'_transient_timeout_wc_related_5843','1613026249','no'),(286269,'_transient_wc_related_5843','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=5843\";a:23:{i:0;s:4:\"5892\";i:1;s:4:\"5907\";i:2;s:4:\"5911\";i:3;s:4:\"5917\";i:4;s:4:\"5924\";i:5;s:4:\"5931\";i:6;s:4:\"5938\";i:7;s:4:\"5982\";i:8;s:4:\"5994\";i:9;s:4:\"6001\";i:10;s:4:\"6009\";i:11;s:4:\"6016\";i:12;s:4:\"6023\";i:13;s:4:\"6030\";i:14;s:4:\"6037\";i:15;s:4:\"6042\";i:16;s:4:\"6047\";i:17;s:4:\"6052\";i:18;s:4:\"6065\";i:19;s:4:\"6072\";i:20;s:4:\"6079\";i:21;s:4:\"6086\";i:22;s:4:\"6093\";}}','no'),(286271,'_transient_timeout_wc_related_6016','1613026289','no'),(286272,'_transient_wc_related_6016','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6016\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6023\";i:13;s:4:\"6030\";i:14;s:4:\"6037\";i:15;s:4:\"6042\";i:16;s:4:\"6047\";i:17;s:4:\"6052\";i:18;s:4:\"6065\";i:19;s:4:\"6072\";i:20;s:4:\"6079\";i:21;s:4:\"6086\";i:22;s:4:\"6093\";}}','no'),(286274,'_transient_timeout_wc_related_7298','1613026348','no'),(286275,'_transient_wc_related_7298','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=7298\";a:20:{i:0;s:4:\"5455\";i:1;s:4:\"5468\";i:2;s:4:\"5475\";i:3;s:4:\"5484\";i:4;s:4:\"5489\";i:5;s:4:\"5495\";i:6;s:4:\"5880\";i:7;s:4:\"5887\";i:8;s:4:\"7109\";i:9;s:4:\"7270\";i:10;s:4:\"7281\";i:11;s:4:\"7287\";i:12;s:4:\"7293\";i:13;s:4:\"7303\";i:14;s:4:\"7308\";i:15;s:4:\"7336\";i:16;s:4:\"7337\";i:17;s:4:\"7338\";i:18;s:4:\"7373\";i:19;s:4:\"7401\";}}','no'),(286276,'_transient_timeout_wc_related_5982','1613026356','no'),(286277,'_transient_wc_related_5982','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=5982\";a:23:{i:0;s:4:\"5907\";i:1;s:4:\"6052\";i:2;s:4:\"5843\";i:3;s:4:\"5892\";i:4;s:4:\"5911\";i:5;s:4:\"5917\";i:6;s:4:\"5924\";i:7;s:4:\"5931\";i:8;s:4:\"5938\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6023\";i:14;s:4:\"6030\";i:15;s:4:\"6037\";i:16;s:4:\"6042\";i:17;s:4:\"6047\";i:18;s:4:\"6065\";i:19;s:4:\"6072\";i:20;s:4:\"6079\";i:21;s:4:\"6086\";i:22;s:4:\"6093\";}}','no'),(286281,'_transient_timeout_wc_related_6202','1613026757','no'),(286282,'_transient_wc_related_6202','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6202\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6023\";i:14;s:4:\"6030\";i:15;s:4:\"6037\";i:16;s:4:\"6042\";i:17;s:4:\"6047\";i:18;s:4:\"6052\";i:19;s:4:\"6065\";i:20;s:4:\"6072\";i:21;s:4:\"6079\";i:22;s:4:\"6086\";}}','no'),(286285,'_transient_timeout_wc_related_6230','1613027364','no'),(286286,'_transient_wc_related_6230','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6230\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6023\";i:14;s:4:\"6030\";i:15;s:4:\"6037\";i:16;s:4:\"6042\";i:17;s:4:\"6047\";i:18;s:4:\"6052\";i:19;s:4:\"6065\";i:20;s:4:\"6072\";i:21;s:4:\"6079\";i:22;s:4:\"6086\";}}','no'),(286299,'_transient_timeout_wc_related_7337','1613028262','no'),(286300,'_transient_wc_related_7337','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=7337\";a:20:{i:0;s:4:\"7336\";i:1;s:4:\"7338\";i:2;s:4:\"7401\";i:3;s:4:\"5455\";i:4;s:4:\"5468\";i:5;s:4:\"5475\";i:6;s:4:\"5484\";i:7;s:4:\"5489\";i:8;s:4:\"5495\";i:9;s:4:\"5880\";i:10;s:4:\"5887\";i:11;s:4:\"7109\";i:12;s:4:\"7270\";i:13;s:4:\"7281\";i:14;s:4:\"7287\";i:15;s:4:\"7293\";i:16;s:4:\"7298\";i:17;s:4:\"7303\";i:18;s:4:\"7308\";i:19;s:4:\"7373\";}}','no'),(286317,'_transient_timeout_wc_related_6187','1613030598','no'),(286318,'_transient_wc_related_6187','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6187\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6023\";i:14;s:4:\"6030\";i:15;s:4:\"6037\";i:16;s:4:\"6042\";i:17;s:4:\"6047\";i:18;s:4:\"6052\";i:19;s:4:\"6065\";i:20;s:4:\"6072\";i:21;s:4:\"6079\";i:22;s:4:\"6086\";}}','no'),(286333,'_transient_timeout_wc_related_5880','1613032577','no'),(286334,'_transient_wc_related_5880','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=5880\";a:20:{i:0;s:4:\"5455\";i:1;s:4:\"5468\";i:2;s:4:\"5475\";i:3;s:4:\"5484\";i:4;s:4:\"5489\";i:5;s:4:\"5495\";i:6;s:4:\"5887\";i:7;s:4:\"7109\";i:8;s:4:\"7270\";i:9;s:4:\"7281\";i:10;s:4:\"7287\";i:11;s:4:\"7293\";i:12;s:4:\"7298\";i:13;s:4:\"7303\";i:14;s:4:\"7308\";i:15;s:4:\"7336\";i:16;s:4:\"7337\";i:17;s:4:\"7338\";i:18;s:4:\"7373\";i:19;s:4:\"7401\";}}','no'),(286337,'_transient_timeout__woocommerce_helper_subscriptions','1612947522','no'),(286338,'_transient__woocommerce_helper_subscriptions','a:0:{}','no'),(286339,'_site_transient_timeout_theme_roots','1612948422','no'),(286340,'_site_transient_theme_roots','a:6:{s:6:\"foreal\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";}','no'),(286341,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1612946628;s:7:\"checked\";a:6:{s:6:\"foreal\";s:3:\"1.2\";s:13:\"twentyfifteen\";s:3:\"1.7\";s:14:\"twentynineteen\";s:3:\"1.5\";s:15:\"twentyseventeen\";s:3:\"1.2\";s:13:\"twentysixteen\";s:3:\"1.3\";s:12:\"twentytwenty\";s:3:\"1.2\";}s:8:\"response\";a:5:{s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"2.8\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.2.8.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.1.9.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.5\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.5.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:13:\"twentysixteen\";a:6:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"2.3\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.2.3.zip\";s:8:\"requires\";s:3:\"4.4\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.6.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','no'),(286342,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1612946943;s:7:\"checked\";a:19:{s:49:\"addons-for-visual-composer/livemesh-vc-addons.php\";s:5:\"1.8.2\";s:43:\"broken-link-checker/broken-link-checker.php\";s:7:\"1.11.12\";s:57:\"buddhathemes-core-features/buddhathemes-core-features.php\";s:3:\"1.2\";s:25:\"cloudflare/cloudflare.php\";s:5:\"3.8.3\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.2.2\";s:51:\"disable-real-mime-check/disable-real-mime-check.php\";s:3:\"1.0\";s:39:\"wd-instagram-feed/wd-instagram-feed.php\";s:6:\"1.1.29\";s:29:\"pw-bulk-edit/pw-bulk-edit.php\";s:5:\"2.259\";s:56:\"responsive-maps-plugin/responsive-styled-google-maps.php\";s:3:\"4.0\";s:45:\"search-and-replace/inpsyde-search-replace.php\";s:5:\"3.1.2\";s:23:\"revslider/revslider.php\";s:7:\"5.3.0.2\";s:41:\"Ultimate_VC_Addons/Ultimate_VC_Addons.php\";s:6:\"3.16.7\";s:17:\"unyson/unyson.php\";s:6:\"2.6.16\";s:24:\"add-instagram/plugin.php\";s:5:\"1.7.6\";s:27:\"woocommerce/woocommerce.php\";s:5:\"4.5.2\";s:41:\"wordpress-php-info/wordpress-php-info.php\";s:2:\"15\";s:27:\"js_composer/js_composer.php\";s:5:\"5.1.1\";s:22:\"wp-editor/wpeditor.php\";s:7:\"1.2.6.3\";s:34:\"yith-woocommerce-wishlist/init.php\";s:5:\"2.1.2\";}s:8:\"response\";a:11:{s:49:\"addons-for-visual-composer/livemesh-vc-addons.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:40:\"w.org/plugins/addons-for-visual-composer\";s:4:\"slug\";s:26:\"addons-for-visual-composer\";s:6:\"plugin\";s:49:\"addons-for-visual-composer/livemesh-vc-addons.php\";s:11:\"new_version\";s:5:\"2.6.1\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/addons-for-visual-composer/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/addons-for-visual-composer.2.6.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/addons-for-visual-composer/assets/icon-256x256.png?rev=1860549\";s:2:\"1x\";s:79:\"https://ps.w.org/addons-for-visual-composer/assets/icon-128x128.png?rev=1860549\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/addons-for-visual-composer/assets/banner-1544x500.png?rev=1860549\";s:2:\"1x\";s:81:\"https://ps.w.org/addons-for-visual-composer/assets/banner-772x250.png?rev=1860549\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.6.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:43:\"broken-link-checker/broken-link-checker.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:33:\"w.org/plugins/broken-link-checker\";s:4:\"slug\";s:19:\"broken-link-checker\";s:6:\"plugin\";s:43:\"broken-link-checker/broken-link-checker.php\";s:11:\"new_version\";s:7:\"1.11.15\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/broken-link-checker/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/broken-link-checker.1.11.15.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/broken-link-checker/assets/icon-256x256.png?rev=2205502\";s:2:\"1x\";s:72:\"https://ps.w.org/broken-link-checker/assets/icon-128x128.png?rev=2205502\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/broken-link-checker/assets/banner-1544x500.png?rev=2205502\";s:2:\"1x\";s:74:\"https://ps.w.org/broken-link-checker/assets/banner-772x250.png?rev=2205502\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:25:\"cloudflare/cloudflare.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:24:\"w.org/plugins/cloudflare\";s:4:\"slug\";s:10:\"cloudflare\";s:6:\"plugin\";s:25:\"cloudflare/cloudflare.php\";s:11:\"new_version\";s:5:\"4.0.0\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/cloudflare/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/cloudflare.4.0.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/cloudflare/assets/icon-256x256.png?rev=2471183\";s:2:\"1x\";s:63:\"https://ps.w.org/cloudflare/assets/icon-128x128.png?rev=2471183\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/cloudflare/assets/banner-1544x500.png?rev=2471183\";s:2:\"1x\";s:65:\"https://ps.w.org/cloudflare/assets/banner-772x250.png?rev=2471183\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.3\";s:12:\"requires_php\";s:3:\"7.2\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.3.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.3.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.6.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:39:\"wd-instagram-feed/wd-instagram-feed.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:31:\"w.org/plugins/wd-instagram-feed\";s:4:\"slug\";s:17:\"wd-instagram-feed\";s:6:\"plugin\";s:39:\"wd-instagram-feed/wd-instagram-feed.php\";s:11:\"new_version\";s:6:\"1.4.13\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/wd-instagram-feed/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wd-instagram-feed.1.4.13.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/wd-instagram-feed/assets/icon-256x256.png?rev=2140072\";s:2:\"1x\";s:70:\"https://ps.w.org/wd-instagram-feed/assets/icon-128x128.png?rev=2140072\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wd-instagram-feed/assets/banner-1544x500.png?rev=2144365\";s:2:\"1x\";s:72:\"https://ps.w.org/wd-instagram-feed/assets/banner-772x250.png?rev=2144365\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.6.1\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:45:\"search-and-replace/inpsyde-search-replace.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:32:\"w.org/plugins/search-and-replace\";s:4:\"slug\";s:18:\"search-and-replace\";s:6:\"plugin\";s:45:\"search-and-replace/inpsyde-search-replace.php\";s:11:\"new_version\";s:5:\"3.2.1\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/search-and-replace/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/search-and-replace.3.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/search-and-replace/assets/icon-256x256.png?rev=1776844\";s:2:\"1x\";s:71:\"https://ps.w.org/search-and-replace/assets/icon-128x128.png?rev=1776844\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/search-and-replace/assets/banner-1544x500.png?rev=1776844\";s:2:\"1x\";s:73:\"https://ps.w.org/search-and-replace/assets/banner-772x250.png?rev=1776844\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.2.9\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:17:\"unyson/unyson.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:20:\"w.org/plugins/unyson\";s:4:\"slug\";s:6:\"unyson\";s:6:\"plugin\";s:17:\"unyson/unyson.php\";s:11:\"new_version\";s:6:\"2.7.24\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/unyson/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/unyson.2.7.24.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/unyson/assets/icon-256x256.jpg?rev=1034261\";s:2:\"1x\";s:59:\"https://ps.w.org/unyson/assets/icon-128x128.jpg?rev=1034260\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/unyson/assets/banner-1544x500.png?rev=1034271\";s:2:\"1x\";s:61:\"https://ps.w.org/unyson/assets/banner-772x250.png?rev=1034270\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"5.0.0\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-256x256.png?rev=2366418\";s:2:\"1x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-128x128.png?rev=2366418\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=2366418\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=2366418\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.6.1\";s:12:\"requires_php\";s:3:\"7.0\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:22:\"wp-editor/wpeditor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/wp-editor\";s:4:\"slug\";s:9:\"wp-editor\";s:6:\"plugin\";s:22:\"wp-editor/wpeditor.php\";s:11:\"new_version\";s:5:\"1.2.7\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/wp-editor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-editor.1.2.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/wp-editor/assets/icon-256x256.png?rev=1184262\";s:2:\"1x\";s:62:\"https://ps.w.org/wp-editor/assets/icon-128x128.png?rev=1184262\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:63:\"https://ps.w.org/wp-editor/assets/banner-772x250.png?rev=497457\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:80:\"<p>Security release: fixes SQLi vulnerabilities. Please upgrade immediately.</p>\";s:6:\"tested\";s:6:\"4.6.20\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:34:\"yith-woocommerce-wishlist/init.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:39:\"w.org/plugins/yith-woocommerce-wishlist\";s:4:\"slug\";s:25:\"yith-woocommerce-wishlist\";s:6:\"plugin\";s:34:\"yith-woocommerce-wishlist/init.php\";s:11:\"new_version\";s:6:\"3.0.18\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/yith-woocommerce-wishlist/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/yith-woocommerce-wishlist.3.0.18.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:78:\"https://ps.w.org/yith-woocommerce-wishlist/assets/icon-128x128.jpg?rev=2215573\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/yith-woocommerce-wishlist/assets/banner-1544x500.jpg?rev=2209192\";s:2:\"1x\";s:80:\"https://ps.w.org/yith-woocommerce-wishlist/assets/banner-772x250.jpg?rev=2209192\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.6.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"js_composer/js_composer.php\";O:8:\"stdClass\":5:{s:4:\"slug\";s:11:\"js_composer\";s:11:\"new_version\";s:3:\"6.5\";s:3:\"url\";s:0:\"\";s:7:\"package\";b:0;s:4:\"name\";s:24:\"WPBakery Visual Composer\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:51:\"disable-real-mime-check/disable-real-mime-check.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:37:\"w.org/plugins/disable-real-mime-check\";s:4:\"slug\";s:23:\"disable-real-mime-check\";s:6:\"plugin\";s:51:\"disable-real-mime-check/disable-real-mime-check.php\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/disable-real-mime-check/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/disable-real-mime-check.1.0.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:67:\"https://s.w.org/plugins/geopattern-icon/disable-real-mime-check.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:29:\"pw-bulk-edit/pw-bulk-edit.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:26:\"w.org/plugins/pw-bulk-edit\";s:4:\"slug\";s:12:\"pw-bulk-edit\";s:6:\"plugin\";s:29:\"pw-bulk-edit/pw-bulk-edit.php\";s:11:\"new_version\";s:4:\"2.84\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/pw-bulk-edit/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/pw-bulk-edit.2.84.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/pw-bulk-edit/assets/icon-256x256.png?rev=1493564\";s:2:\"1x\";s:65:\"https://ps.w.org/pw-bulk-edit/assets/icon-128x128.png?rev=1493564\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/pw-bulk-edit/assets/banner-1544x500.png?rev=1586044\";s:2:\"1x\";s:67:\"https://ps.w.org/pw-bulk-edit/assets/banner-772x250.png?rev=1586044\";}s:11:\"banners_rtl\";a:0:{}}s:24:\"add-instagram/plugin.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"w.org/plugins/add-instagram\";s:4:\"slug\";s:13:\"add-instagram\";s:6:\"plugin\";s:24:\"add-instagram/plugin.php\";s:11:\"new_version\";s:5:\"1.7.6\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/add-instagram/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/add-instagram.1.7.6.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/add-instagram/assets/icon-128x128.png?rev=2107788\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/add-instagram/assets/banner-772x250.png?rev=2107788\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(286354,'_transient_timeout_wc_related_6196','1613034343','no'),(286355,'_transient_wc_related_6196','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6196\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6023\";i:14;s:4:\"6030\";i:15;s:4:\"6037\";i:16;s:4:\"6042\";i:17;s:4:\"6047\";i:18;s:4:\"6052\";i:19;s:4:\"6065\";i:20;s:4:\"6072\";i:21;s:4:\"6079\";i:22;s:4:\"6086\";}}','no'),(286360,'_transient_timeout_wc_related_5800','1613035111','no'),(286361,'_transient_wc_related_5800','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=5800\";a:15:{i:0;s:4:\"7634\";i:1;s:4:\"7637\";i:2;s:4:\"7639\";i:3;s:4:\"7643\";i:4;s:4:\"7647\";i:5;s:4:\"7662\";i:6;s:4:\"7673\";i:7;s:4:\"5706\";i:8;s:4:\"5762\";i:9;s:4:\"5765\";i:10;s:4:\"5778\";i:11;s:4:\"5782\";i:12;s:4:\"5790\";i:13;s:4:\"5797\";i:14;s:4:\"7200\";}}','no'),(286371,'_transient_timeout_wc_related_5790','1613037163','no'),(286372,'_transient_wc_related_5790','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=5790\";a:15:{i:0;s:4:\"5706\";i:1;s:4:\"5762\";i:2;s:4:\"5765\";i:3;s:4:\"5778\";i:4;s:4:\"5782\";i:5;s:4:\"5797\";i:6;s:4:\"5800\";i:7;s:4:\"7200\";i:8;s:4:\"7634\";i:9;s:4:\"7637\";i:10;s:4:\"7639\";i:11;s:4:\"7643\";i:12;s:4:\"7647\";i:13;s:4:\"7662\";i:14;s:4:\"7673\";}}','no'),(286380,'_transient_timeout_wc_related_6001','1613038448','no'),(286381,'_transient_wc_related_6001','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6001\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6009\";i:11;s:4:\"6016\";i:12;s:4:\"6023\";i:13;s:4:\"6030\";i:14;s:4:\"6037\";i:15;s:4:\"6042\";i:16;s:4:\"6047\";i:17;s:4:\"6052\";i:18;s:4:\"6065\";i:19;s:4:\"6072\";i:20;s:4:\"6079\";i:21;s:4:\"6086\";i:22;s:4:\"6093\";}}','no'),(286385,'_transient_timeout_wc_related_6258','1613039058','no'),(286386,'_transient_wc_related_6258','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6258\";a:23:{i:0;s:4:\"5843\";i:1;s:4:\"5892\";i:2;s:4:\"5907\";i:3;s:4:\"5911\";i:4;s:4:\"5917\";i:5;s:4:\"5924\";i:6;s:4:\"5931\";i:7;s:4:\"5938\";i:8;s:4:\"5982\";i:9;s:4:\"5994\";i:10;s:4:\"6001\";i:11;s:4:\"6009\";i:12;s:4:\"6016\";i:13;s:4:\"6023\";i:14;s:4:\"6030\";i:15;s:4:\"6037\";i:16;s:4:\"6042\";i:17;s:4:\"6047\";i:18;s:4:\"6052\";i:19;s:4:\"6065\";i:20;s:4:\"6072\";i:21;s:4:\"6079\";i:22;s:4:\"6086\";}}','no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=52044 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,4,'_form','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]'),(3,4,'_mail','a:8:{s:7:\"subject\";s:21:\"blog \"[your-subject]\"\";s:6:\"sender\";s:37:\"[your-name] <wordpress@deanocook.com>\";s:4:\"body\";s:165:\"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 blog (http://deanostudios.com)\";s:9:\"recipient\";s:24:\"ashmarie.evans@yahoo.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(4,4,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:21:\"blog \"[your-subject]\"\";s:6:\"sender\";s:30:\"blog <wordpress@deanocook.com>\";s:4:\"body\";s:107:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on blog (http://deanostudios.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:34:\"Reply-To: ashmarie.evans@yahoo.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(5,4,'_messages','a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),(6,4,'_additional_settings',NULL),(7,4,'_locale','en_US'),(8,5,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11,4767,'_wp_attached_file','2016/12/Artlanta-Logo-1.jpg'),(12,4767,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:65;s:4:\"file\";s:27:\"2016/12/Artlanta-Logo-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Artlanta-Logo-1-150x65.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"Artlanta-Logo-1-180x47.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:25:\"Artlanta-Logo-1-70x65.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:25:\"Artlanta-Logo-1-80x65.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13,4769,'_wp_attached_file','2016/03/original.JPG_1406828903-1.jpg'),(14,4769,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2294;s:6:\"height\";i:1536;s:4:\"file\";s:37:\"2016/03/original.JPG_1406828903-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"original.JPG_1406828903-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"original.JPG_1406828903-1-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"original.JPG_1406828903-1-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"original.JPG_1406828903-1-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"original.JPG_1406828903-1-180x121.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"original.JPG_1406828903-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"original.JPG_1406828903-1-1000x670.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:38:\"original.JPG_1406828903-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:35:\"original.JPG_1406828903-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:37:\"original.JPG_1406828903-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"original.JPG_1406828903-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:37:\"original.JPG_1406828903-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1187174662\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15,4770,'_wp_attached_file','2016/04/detail-1.jpg_1406829339-1.jpg'),(16,4770,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:420;s:6:\"height\";i:565;s:4:\"file\";s:37:\"2016/04/detail-1.jpg_1406829339-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"detail-1.jpg_1406829339-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"detail-1.jpg_1406829339-1-223x300.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"detail-1.jpg_1406829339-1-134x180.jpg\";s:5:\"width\";i:134;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:35:\"detail-1.jpg_1406829339-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:37:\"detail-1.jpg_1406829339-1-420x400.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"detail-1.jpg_1406829339-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17,4855,'_wp_attached_file','2016/04/DeanoCook_LemonShark-1.jpg'),(18,4855,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:586;s:4:\"file\";s:34:\"2016/04/DeanoCook_LemonShark-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"DeanoCook_LemonShark-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"DeanoCook_LemonShark-1-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"DeanoCook_LemonShark-1-180x141.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:32:\"DeanoCook_LemonShark-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:34:\"DeanoCook_LemonShark-1-750x400.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:32:\"DeanoCook_LemonShark-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:34:\"DeanoCook_LemonShark-1-600x586.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1187159775\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19,4855,'_wp_attachment_image_alt','Deano Cook Lemon Shark Sunset'),(20,4865,'_wp_attached_file','2016/04/DEANO_WORKING_ON_WYL_11493D-1.jpg'),(21,4865,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:398;s:4:\"file\";s:41:\"2016/04/DEANO_WORKING_ON_WYL_11493D-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"DEANO_WORKING_ON_WYL_11493D-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"DEANO_WORKING_ON_WYL_11493D-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"DEANO_WORKING_ON_WYL_11493D-1-180x119.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:39:\"DEANO_WORKING_ON_WYL_11493D-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:39:\"DEANO_WORKING_ON_WYL_11493D-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:41:\"DEANO_WORKING_ON_WYL_11493D-1-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22,4865,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(23,4866,'_wp_attached_file','2016/04/DEANO_WYLAND_HARD_at_WORK-1.jpg'),(24,4866,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:399;s:4:\"file\";s:39:\"2016/04/DEANO_WYLAND_HARD_at_WORK-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"DEANO_WYLAND_HARD_at_WORK-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"DEANO_WYLAND_HARD_at_WORK-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"DEANO_WYLAND_HARD_at_WORK-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:37:\"DEANO_WYLAND_HARD_at_WORK-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"DEANO_WYLAND_HARD_at_WORK-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:39:\"DEANO_WYLAND_HARD_at_WORK-1-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25,4866,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(26,4867,'_wp_attached_file','2016/04/DSC_0323-1.jpg'),(27,4867,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:22:\"2016/04/DSC_0323-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0323-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"DSC_0323-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0323-1-180x135.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"DSC_0323-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"DSC_0323-1-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"DSC_0323-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"DSC_0323-1-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1095429287\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"26\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28,4867,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(29,4868,'_wp_attached_file','2016/04/DSC_0329-1.jpg'),(30,4868,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:22:\"2016/04/DSC_0329-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0329-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"DSC_0329-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0329-1-135x180.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"DSC_0329-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"DSC_0329-1-480x400.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"DSC_0329-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"DSC_0329-1-480x600.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1095878640\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(31,4868,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(32,4869,'_wp_attached_file','2016/04/DSC_0335-1.jpg'),(33,4869,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:22:\"2016/04/DSC_0335-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0335-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"DSC_0335-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0335-1-135x180.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"DSC_0335-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"DSC_0335-1-480x400.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"DSC_0335-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"DSC_0335-1-480x600.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"20\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1095949879\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(34,4869,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(35,4870,'_wp_attached_file','2016/04/DSC_0470-1.jpg'),(36,4870,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:22:\"2016/04/DSC_0470-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0470-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"DSC_0470-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0470-1-135x180.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"DSC_0470-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"DSC_0470-1-480x400.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"DSC_0470-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"DSC_0470-1-480x600.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1096040782\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(37,4870,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(38,4871,'_wp_attached_file','2016/04/DSC_0472-1.jpg'),(39,4871,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:22:\"2016/04/DSC_0472-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0472-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"DSC_0472-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0472-1-180x135.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"DSC_0472-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"DSC_0472-1-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"DSC_0472-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"DSC_0472-1-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1096040784\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(40,4871,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(41,4872,'_wp_attached_file','2016/04/DSC_0478-1.jpg'),(42,4872,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:22:\"2016/04/DSC_0478-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0478-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"DSC_0478-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0478-1-180x135.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"DSC_0478-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"DSC_0478-1-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"DSC_0478-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"DSC_0478-1-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"20\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1096040859\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(43,4872,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(44,4873,'_wp_attached_file','2016/04/DSC_0496-1.jpg'),(45,4873,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:399;s:4:\"file\";s:22:\"2016/04/DSC_0496-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0496-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"DSC_0496-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0496-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"DSC_0496-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"DSC_0496-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"DSC_0496-1-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(46,4873,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(47,4874,'_wp_attached_file','2016/04/DSC_0524-1.jpg'),(48,4874,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:22:\"2016/04/DSC_0524-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0524-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"DSC_0524-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0524-1-135x180.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"DSC_0524-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"DSC_0524-1-480x400.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"DSC_0524-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"DSC_0524-1-480x600.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1096109284\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:18:\"0.0028571428571429\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(49,4874,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(50,4875,'_wp_attached_file','2016/04/DSC_0726-1.jpg'),(51,4875,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:22:\"2016/04/DSC_0726-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0726-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"DSC_0726-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0726-1-135x180.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"DSC_0726-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"DSC_0726-1-480x400.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"DSC_0726-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"DSC_0726-1-480x600.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1096217644\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(52,4875,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(53,4876,'_wp_attached_file','2016/04/SQUID_WYLAND_1-1.jpg'),(54,4876,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:398;s:4:\"file\";s:28:\"2016/04/SQUID_WYLAND_1-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"SQUID_WYLAND_1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"SQUID_WYLAND_1-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"SQUID_WYLAND_1-1-180x119.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:26:\"SQUID_WYLAND_1-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:26:\"SQUID_WYLAND_1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:28:\"SQUID_WYLAND_1-1-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(55,4876,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(56,4877,'_wp_attached_file','2016/04/WYLAND_BLUE_WHALE-1.jpg'),(57,4877,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:399;s:4:\"file\";s:31:\"2016/04/WYLAND_BLUE_WHALE-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"WYLAND_BLUE_WHALE-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"WYLAND_BLUE_WHALE-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"WYLAND_BLUE_WHALE-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:29:\"WYLAND_BLUE_WHALE-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:29:\"WYLAND_BLUE_WHALE-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:31:\"WYLAND_BLUE_WHALE-1-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(58,4877,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(59,4952,'_wp_attached_file','2016/04/AKUA_DIXON_WYLAND_STEVE_TURRE-1.jpg'),(60,4952,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:722;s:6:\"height\";i:480;s:4:\"file\";s:43:\"2016/04/AKUA_DIXON_WYLAND_STEVE_TURRE-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"AKUA_DIXON_WYLAND_STEVE_TURRE-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"AKUA_DIXON_WYLAND_STEVE_TURRE-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"AKUA_DIXON_WYLAND_STEVE_TURRE-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:41:\"AKUA_DIXON_WYLAND_STEVE_TURRE-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:43:\"AKUA_DIXON_WYLAND_STEVE_TURRE-1-722x400.jpg\";s:5:\"width\";i:722;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"AKUA_DIXON_WYLAND_STEVE_TURRE-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:43:\"AKUA_DIXON_WYLAND_STEVE_TURRE-1-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1129730005\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"80\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:18:\"0.0055555555555556\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(61,4952,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(62,4953,'_wp_attached_file','2016/04/DEANO_BEGINS_PAINTING_TUNAS-1.jpg'),(63,4953,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:722;s:6:\"height\";i:480;s:4:\"file\";s:41:\"2016/04/DEANO_BEGINS_PAINTING_TUNAS-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"DEANO_BEGINS_PAINTING_TUNAS-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"DEANO_BEGINS_PAINTING_TUNAS-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"DEANO_BEGINS_PAINTING_TUNAS-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:39:\"DEANO_BEGINS_PAINTING_TUNAS-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:41:\"DEANO_BEGINS_PAINTING_TUNAS-1-722x400.jpg\";s:5:\"width\";i:722;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:39:\"DEANO_BEGINS_PAINTING_TUNAS-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:41:\"DEANO_BEGINS_PAINTING_TUNAS-1-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1129839107\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(64,4953,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(65,4954,'_wp_attached_file','2016/04/DEANO_FINISHES_TUNAS_ON_WYLAND_WALL_93-1.jpg'),(66,4954,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:722;s:6:\"height\";i:480;s:4:\"file\";s:52:\"2016/04/DEANO_FINISHES_TUNAS_ON_WYLAND_WALL_93-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"DEANO_FINISHES_TUNAS_ON_WYLAND_WALL_93-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"DEANO_FINISHES_TUNAS_ON_WYLAND_WALL_93-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:52:\"DEANO_FINISHES_TUNAS_ON_WYLAND_WALL_93-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:50:\"DEANO_FINISHES_TUNAS_ON_WYLAND_WALL_93-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:52:\"DEANO_FINISHES_TUNAS_ON_WYLAND_WALL_93-1-722x400.jpg\";s:5:\"width\";i:722;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:50:\"DEANO_FINISHES_TUNAS_ON_WYLAND_WALL_93-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:52:\"DEANO_FINISHES_TUNAS_ON_WYLAND_WALL_93-1-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1129907303\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:17:\"0.011111111111111\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(67,4954,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(68,4955,'_wp_attached_file','2016/04/DEANO_GINO_OF_WYLAND_WORLDWIDE-1.jpg'),(69,4955,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:480;s:4:\"file\";s:44:\"2016/04/DEANO_GINO_OF_WYLAND_WORLDWIDE-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"DEANO_GINO_OF_WYLAND_WORLDWIDE-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"DEANO_GINO_OF_WYLAND_WORLDWIDE-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"DEANO_GINO_OF_WYLAND_WORLDWIDE-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:42:\"DEANO_GINO_OF_WYLAND_WORLDWIDE-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:44:\"DEANO_GINO_OF_WYLAND_WORLDWIDE-1-720x400.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:42:\"DEANO_GINO_OF_WYLAND_WORLDWIDE-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:44:\"DEANO_GINO_OF_WYLAND_WORLDWIDE-1-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1129502264\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"19\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(70,4955,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(71,4956,'_wp_attached_file','2016/04/DEANO_LEARNS_FROM-A_MODERN_MASTER-1.jpg'),(72,4956,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:722;s:6:\"height\";i:480;s:4:\"file\";s:47:\"2016/04/DEANO_LEARNS_FROM-A_MODERN_MASTER-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"DEANO_LEARNS_FROM-A_MODERN_MASTER-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"DEANO_LEARNS_FROM-A_MODERN_MASTER-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:47:\"DEANO_LEARNS_FROM-A_MODERN_MASTER-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:45:\"DEANO_LEARNS_FROM-A_MODERN_MASTER-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:47:\"DEANO_LEARNS_FROM-A_MODERN_MASTER-1-722x400.jpg\";s:5:\"width\";i:722;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:45:\"DEANO_LEARNS_FROM-A_MODERN_MASTER-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:47:\"DEANO_LEARNS_FROM-A_MODERN_MASTER-1-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1129792020\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"90\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(73,4957,'_wp_attached_file','2016/04/DEANO_PAINTS_TUNAS_ON_WYLAND_WALL_93-1.jpg'),(74,4957,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:722;s:6:\"height\";i:480;s:4:\"file\";s:50:\"2016/04/DEANO_PAINTS_TUNAS_ON_WYLAND_WALL_93-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"DEANO_PAINTS_TUNAS_ON_WYLAND_WALL_93-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"DEANO_PAINTS_TUNAS_ON_WYLAND_WALL_93-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"DEANO_PAINTS_TUNAS_ON_WYLAND_WALL_93-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:48:\"DEANO_PAINTS_TUNAS_ON_WYLAND_WALL_93-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:50:\"DEANO_PAINTS_TUNAS_ON_WYLAND_WALL_93-1-722x400.jpg\";s:5:\"width\";i:722;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:48:\"DEANO_PAINTS_TUNAS_ON_WYLAND_WALL_93-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:50:\"DEANO_PAINTS_TUNAS_ON_WYLAND_WALL_93-1-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1129907268\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(75,4957,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(76,4958,'_wp_attached_file','2016/04/DEANO_STEVE_TURRE_OF_SATURDAY_NIGHT_LIVE_BAND-1.jpg'),(77,4958,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:480;s:4:\"file\";s:59:\"2016/04/DEANO_STEVE_TURRE_OF_SATURDAY_NIGHT_LIVE_BAND-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"DEANO_STEVE_TURRE_OF_SATURDAY_NIGHT_LIVE_BAND-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"DEANO_STEVE_TURRE_OF_SATURDAY_NIGHT_LIVE_BAND-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:59:\"DEANO_STEVE_TURRE_OF_SATURDAY_NIGHT_LIVE_BAND-1-180x144.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:57:\"DEANO_STEVE_TURRE_OF_SATURDAY_NIGHT_LIVE_BAND-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:59:\"DEANO_STEVE_TURRE_OF_SATURDAY_NIGHT_LIVE_BAND-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:57:\"DEANO_STEVE_TURRE_OF_SATURDAY_NIGHT_LIVE_BAND-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:59:\"DEANO_STEVE_TURRE_OF_SATURDAY_NIGHT_LIVE_BAND-1-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1129813250\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(78,4958,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(79,4959,'_wp_attached_file','2016/04/DEANO_WYLAND_WORK_AS_A_CROWD_OBSERVES-1.jpg'),(80,4959,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:722;s:4:\"file\";s:51:\"2016/04/DEANO_WYLAND_WORK_AS_A_CROWD_OBSERVES-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"DEANO_WYLAND_WORK_AS_A_CROWD_OBSERVES-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"DEANO_WYLAND_WORK_AS_A_CROWD_OBSERVES-1-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:51:\"DEANO_WYLAND_WORK_AS_A_CROWD_OBSERVES-1-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:49:\"DEANO_WYLAND_WORK_AS_A_CROWD_OBSERVES-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:51:\"DEANO_WYLAND_WORK_AS_A_CROWD_OBSERVES-1-480x400.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:49:\"DEANO_WYLAND_WORK_AS_A_CROWD_OBSERVES-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:51:\"DEANO_WYLAND_WORK_AS_A_CROWD_OBSERVES-1-480x600.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1129791963\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:18:\"0.0028571428571429\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(81,4959,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(82,4960,'_wp_attached_file','2016/04/DEANO_WYLAND-NEW_BEDFORD_05-1.jpg'),(83,4960,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:722;s:6:\"height\";i:480;s:4:\"file\";s:41:\"2016/04/DEANO_WYLAND-NEW_BEDFORD_05-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"DEANO_WYLAND-NEW_BEDFORD_05-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"DEANO_WYLAND-NEW_BEDFORD_05-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"DEANO_WYLAND-NEW_BEDFORD_05-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:39:\"DEANO_WYLAND-NEW_BEDFORD_05-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:41:\"DEANO_WYLAND-NEW_BEDFORD_05-1-722x400.jpg\";s:5:\"width\";i:722;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:39:\"DEANO_WYLAND-NEW_BEDFORD_05-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:41:\"DEANO_WYLAND-NEW_BEDFORD_05-1-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1129668017\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:18:\"0.0055555555555556\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(84,4960,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(85,4961,'_wp_attached_file','2016/04/DEANO_YELLOWFIN_TUNAS-2-1.jpg'),(86,4961,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:722;s:6:\"height\";i:480;s:4:\"file\";s:37:\"2016/04/DEANO_YELLOWFIN_TUNAS-2-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"DEANO_YELLOWFIN_TUNAS-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"DEANO_YELLOWFIN_TUNAS-2-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"DEANO_YELLOWFIN_TUNAS-2-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:35:\"DEANO_YELLOWFIN_TUNAS-2-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:37:\"DEANO_YELLOWFIN_TUNAS-2-1-722x400.jpg\";s:5:\"width\";i:722;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"DEANO_YELLOWFIN_TUNAS-2-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:37:\"DEANO_YELLOWFIN_TUNAS-2-1-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1129809783\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"38\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(87,4962,'_wp_attached_file','2016/04/DEANO_YELLOWFIN_TUNAS-1.jpg'),(88,4962,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:480;s:4:\"file\";s:35:\"2016/04/DEANO_YELLOWFIN_TUNAS-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"DEANO_YELLOWFIN_TUNAS-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"DEANO_YELLOWFIN_TUNAS-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"DEANO_YELLOWFIN_TUNAS-1-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:33:\"DEANO_YELLOWFIN_TUNAS-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:35:\"DEANO_YELLOWFIN_TUNAS-1-320x400.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:33:\"DEANO_YELLOWFIN_TUNAS-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1129907645\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:18:\"0.0055555555555556\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(89,4962,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(90,4963,'_wp_attached_file','2016/04/DEANO-BEGINS-PAINTING-TUNAS-1.jpg'),(91,4963,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:399;s:4:\"file\";s:41:\"2016/04/DEANO-BEGINS-PAINTING-TUNAS-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"DEANO-BEGINS-PAINTING-TUNAS-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"DEANO-BEGINS-PAINTING-TUNAS-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"DEANO-BEGINS-PAINTING-TUNAS-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:39:\"DEANO-BEGINS-PAINTING-TUNAS-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:39:\"DEANO-BEGINS-PAINTING-TUNAS-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:41:\"DEANO-BEGINS-PAINTING-TUNAS-1-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(92,4963,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(93,4964,'_wp_attached_file','2016/04/DEANO-PAINTS-TUNAS-O_114923-1.jpg'),(94,4964,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:399;s:4:\"file\";s:41:\"2016/04/DEANO-PAINTS-TUNAS-O_114923-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"DEANO-PAINTS-TUNAS-O_114923-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"DEANO-PAINTS-TUNAS-O_114923-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"DEANO-PAINTS-TUNAS-O_114923-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:39:\"DEANO-PAINTS-TUNAS-O_114923-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:39:\"DEANO-PAINTS-TUNAS-O_114923-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:41:\"DEANO-PAINTS-TUNAS-O_114923-1-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(95,4964,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(96,4965,'_wp_attached_file','2016/04/DEANO-PROUD_TO_BE_PART_OF_TEAM_WYLAND-1.jpg'),(97,4965,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:480;s:4:\"file\";s:51:\"2016/04/DEANO-PROUD_TO_BE_PART_OF_TEAM_WYLAND-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"DEANO-PROUD_TO_BE_PART_OF_TEAM_WYLAND-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"DEANO-PROUD_TO_BE_PART_OF_TEAM_WYLAND-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:51:\"DEANO-PROUD_TO_BE_PART_OF_TEAM_WYLAND-1-180x144.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:49:\"DEANO-PROUD_TO_BE_PART_OF_TEAM_WYLAND-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:51:\"DEANO-PROUD_TO_BE_PART_OF_TEAM_WYLAND-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:49:\"DEANO-PROUD_TO_BE_PART_OF_TEAM_WYLAND-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:51:\"DEANO-PROUD_TO_BE_PART_OF_TEAM_WYLAND-1-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1129907558\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:17:\"0.011111111111111\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(98,4966,'_wp_attached_file','2016/04/DEANO-YELLOWFIN-TUNAS-2-1.jpg'),(99,4966,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:399;s:4:\"file\";s:37:\"2016/04/DEANO-YELLOWFIN-TUNAS-2-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"DEANO-YELLOWFIN-TUNAS-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"DEANO-YELLOWFIN-TUNAS-2-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"DEANO-YELLOWFIN-TUNAS-2-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:35:\"DEANO-YELLOWFIN-TUNAS-2-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"DEANO-YELLOWFIN-TUNAS-2-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:37:\"DEANO-YELLOWFIN-TUNAS-2-1-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(100,4966,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(101,4967,'_wp_attached_file','2016/04/DEANO2-YELLOWFIN-TUNAS-2-1.jpg'),(102,4967,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:399;s:4:\"file\";s:38:\"2016/04/DEANO2-YELLOWFIN-TUNAS-2-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"DEANO2-YELLOWFIN-TUNAS-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"DEANO2-YELLOWFIN-TUNAS-2-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"DEANO2-YELLOWFIN-TUNAS-2-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:36:\"DEANO2-YELLOWFIN-TUNAS-2-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:36:\"DEANO2-YELLOWFIN-TUNAS-2-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:38:\"DEANO2-YELLOWFIN-TUNAS-2-1-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(103,4967,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(104,4968,'_wp_attached_file','2016/04/GARY_FIRSTENBERG-WYLANDS_PHOTOGRAPHER-1.jpg'),(105,4968,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:720;s:4:\"file\";s:51:\"2016/04/GARY_FIRSTENBERG-WYLANDS_PHOTOGRAPHER-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"GARY_FIRSTENBERG-WYLANDS_PHOTOGRAPHER-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"GARY_FIRSTENBERG-WYLANDS_PHOTOGRAPHER-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:51:\"GARY_FIRSTENBERG-WYLANDS_PHOTOGRAPHER-1-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:49:\"GARY_FIRSTENBERG-WYLANDS_PHOTOGRAPHER-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:51:\"GARY_FIRSTENBERG-WYLANDS_PHOTOGRAPHER-1-480x400.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:49:\"GARY_FIRSTENBERG-WYLANDS_PHOTOGRAPHER-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:51:\"GARY_FIRSTENBERG-WYLANDS_PHOTOGRAPHER-1-480x600.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1129732823\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"220\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(106,4969,'_wp_attached_file','2016/04/HUMPBACK_WHALE-_CALF_BY_WYLAND-1.jpg'),(107,4969,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:722;s:6:\"height\";i:480;s:4:\"file\";s:44:\"2016/04/HUMPBACK_WHALE-_CALF_BY_WYLAND-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"HUMPBACK_WHALE-_CALF_BY_WYLAND-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"HUMPBACK_WHALE-_CALF_BY_WYLAND-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"HUMPBACK_WHALE-_CALF_BY_WYLAND-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:42:\"HUMPBACK_WHALE-_CALF_BY_WYLAND-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:44:\"HUMPBACK_WHALE-_CALF_BY_WYLAND-1-722x400.jpg\";s:5:\"width\";i:722;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:42:\"HUMPBACK_WHALE-_CALF_BY_WYLAND-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:44:\"HUMPBACK_WHALE-_CALF_BY_WYLAND-1-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1129872481\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:19:\"0.00033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(108,4969,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(109,4970,'_wp_attached_file','2016/04/HUMPBACK-DOLPHIN-BY-WYLAND-1.jpg'),(110,4970,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:399;s:4:\"file\";s:40:\"2016/04/HUMPBACK-DOLPHIN-BY-WYLAND-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"HUMPBACK-DOLPHIN-BY-WYLAND-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"HUMPBACK-DOLPHIN-BY-WYLAND-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"HUMPBACK-DOLPHIN-BY-WYLAND-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:38:\"HUMPBACK-DOLPHIN-BY-WYLAND-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:38:\"HUMPBACK-DOLPHIN-BY-WYLAND-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:40:\"HUMPBACK-DOLPHIN-BY-WYLAND-1-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(111,4970,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(112,4971,'_wp_attached_file','2016/04/HUMPBACK-WHALE-CALF_11492A-1.jpg'),(113,4971,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:399;s:4:\"file\";s:40:\"2016/04/HUMPBACK-WHALE-CALF_11492A-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"HUMPBACK-WHALE-CALF_11492A-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"HUMPBACK-WHALE-CALF_11492A-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"HUMPBACK-WHALE-CALF_11492A-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:38:\"HUMPBACK-WHALE-CALF_11492A-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:38:\"HUMPBACK-WHALE-CALF_11492A-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:40:\"HUMPBACK-WHALE-CALF_11492A-1-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(114,4971,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(115,4972,'_wp_attached_file','2016/04/RIGHT_WHALE_YELLOWFIN_TUNA-1.jpg'),(116,4972,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:722;s:6:\"height\";i:480;s:4:\"file\";s:40:\"2016/04/RIGHT_WHALE_YELLOWFIN_TUNA-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"RIGHT_WHALE_YELLOWFIN_TUNA-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"RIGHT_WHALE_YELLOWFIN_TUNA-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"RIGHT_WHALE_YELLOWFIN_TUNA-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:38:\"RIGHT_WHALE_YELLOWFIN_TUNA-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:40:\"RIGHT_WHALE_YELLOWFIN_TUNA-1-722x400.jpg\";s:5:\"width\";i:722;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:38:\"RIGHT_WHALE_YELLOWFIN_TUNA-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:40:\"RIGHT_WHALE_YELLOWFIN_TUNA-1-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1129910637\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(117,4972,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(118,4973,'_wp_attached_file','2016/04/ROY_CHAVEZ_GINO_BELTRAN-1.jpg'),(119,4973,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:722;s:6:\"height\";i:480;s:4:\"file\";s:37:\"2016/04/ROY_CHAVEZ_GINO_BELTRAN-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"ROY_CHAVEZ_GINO_BELTRAN-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"ROY_CHAVEZ_GINO_BELTRAN-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"ROY_CHAVEZ_GINO_BELTRAN-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:35:\"ROY_CHAVEZ_GINO_BELTRAN-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:37:\"ROY_CHAVEZ_GINO_BELTRAN-1-722x400.jpg\";s:5:\"width\";i:722;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"ROY_CHAVEZ_GINO_BELTRAN-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:37:\"ROY_CHAVEZ_GINO_BELTRAN-1-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1129884821\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(120,4973,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(121,4974,'_wp_attached_file','2016/04/STEVE_TURRE_AKUA_DIXON-1.jpg'),(122,4974,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:722;s:4:\"file\";s:36:\"2016/04/STEVE_TURRE_AKUA_DIXON-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"STEVE_TURRE_AKUA_DIXON-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"STEVE_TURRE_AKUA_DIXON-1-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"STEVE_TURRE_AKUA_DIXON-1-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:34:\"STEVE_TURRE_AKUA_DIXON-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:36:\"STEVE_TURRE_AKUA_DIXON-1-480x400.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:34:\"STEVE_TURRE_AKUA_DIXON-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:36:\"STEVE_TURRE_AKUA_DIXON-1-480x600.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1129728908\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"19\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:18:\"0.0055555555555556\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(123,5023,'_wp_attached_file','2017/01/Deano_Guy_collab-1.jpg'),(124,5023,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:432;s:6:\"height\";i:622;s:4:\"file\";s:30:\"2017/01/Deano_Guy_collab-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Deano_Guy_collab-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Deano_Guy_collab-1-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Deano_Guy_collab-1-125x180.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:28:\"Deano_Guy_collab-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:30:\"Deano_Guy_collab-1-432x400.jpg\";s:5:\"width\";i:432;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:28:\"Deano_Guy_collab-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:30:\"Deano_Guy_collab-1-432x600.jpg\";s:5:\"width\";i:432;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(125,5047,'_wp_attached_file','2017/01/MANATEES-SUNDAY_MORN-1149FE-1.jpg'),(126,5047,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:480;s:4:\"file\";s:41:\"2017/01/MANATEES-SUNDAY_MORN-1149FE-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"MANATEES-SUNDAY_MORN-1149FE-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"MANATEES-SUNDAY_MORN-1149FE-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"MANATEES-SUNDAY_MORN-1149FE-1-180x144.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:39:\"MANATEES-SUNDAY_MORN-1149FE-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:41:\"MANATEES-SUNDAY_MORN-1149FE-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:39:\"MANATEES-SUNDAY_MORN-1149FE-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:41:\"MANATEES-SUNDAY_MORN-1149FE-1-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(127,5076,'_wp_attached_file','2017/01/Deano_logo-l-website-1-1.png'),(128,5076,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:100;s:4:\"file\";s:36:\"2017/01/Deano_logo-l-website-1-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Deano_logo-l-website-1-1-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Deano_logo-l-website-1-1-300x60.png\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"Deano_logo-l-website-1-1-180x36.png\";s:5:\"width\";i:180;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:34:\"Deano_logo-l-website-1-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:34:\"Deano_logo-l-website-1-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(129,5077,'_wp_attached_file','2017/01/Deano_logo-ret-2.png'),(130,5077,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:200;s:4:\"file\";s:28:\"2017/01/Deano_logo-ret-2.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Deano_logo-ret-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Deano_logo-ret-2-300x60.png\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Deano_logo-ret-2-768x154.png\";s:5:\"width\";i:768;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"Deano_logo-ret-2-180x36.png\";s:5:\"width\";i:180;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"Deano_logo-ret-2-1000x200.png\";s:5:\"width\";i:1000;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"Deano_logo-ret-2-1000x200.png\";s:5:\"width\";i:1000;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:26:\"Deano_logo-ret-2-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:28:\"Deano_logo-ret-2-800x200.png\";s:5:\"width\";i:800;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:26:\"Deano_logo-ret-2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:28:\"Deano_logo-ret-2-600x200.png\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(131,5146,'_wp_attached_file','2016/03/DSC_7280-1.jpg'),(132,5146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4288;s:6:\"height\";i:2848;s:4:\"file\";s:22:\"2016/03/DSC_7280-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_7280-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"DSC_7280-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"DSC_7280-1-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"DSC_7280-1-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_7280-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"DSC_7280-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"DSC_7280-1-1000x664.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:23:\"DSC_7280-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"DSC_7280-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"DSC_7280-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"DSC_7280-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"DSC_7280-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1345577222\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"12\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(133,5155,'_wp_attached_file','2017/01/IMG_5938-1.jpg'),(134,5155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2680;s:6:\"height\";i:3264;s:4:\"file\";s:22:\"2017/01/IMG_5938-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_5938-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IMG_5938-1-246x300.jpg\";s:5:\"width\";i:246;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"IMG_5938-1-768x935.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:935;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"IMG_5938-1-841x1024.jpg\";s:5:\"width\";i:841;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_5938-1-148x180.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"IMG_5938-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"IMG_5938-1-1000x1218.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:23:\"IMG_5938-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_5938-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"IMG_5938-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_5938-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"IMG_5938-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(135,5156,'_wp_attached_file','2017/01/CAMPANELLA-1-1.jpg'),(136,5156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1873;s:6:\"height\";i:2808;s:4:\"file\";s:26:\"2017/01/CAMPANELLA-1-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"CAMPANELLA-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"CAMPANELLA-1-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"CAMPANELLA-1-1-768x1151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"CAMPANELLA-1-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"CAMPANELLA-1-1-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"CAMPANELLA-1-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"CAMPANELLA-1-1-1000x1499.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1499;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:27:\"CAMPANELLA-1-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:24:\"CAMPANELLA-1-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:26:\"CAMPANELLA-1-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:24:\"CAMPANELLA-1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:26:\"CAMPANELLA-1-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1101031653\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(137,5157,'_wp_attached_file','2017/01/CRYSTALS-DOLPHIN-BABY-1.jpg'),(138,5157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:2877;s:4:\"file\";s:35:\"2017/01/CRYSTALS-DOLPHIN-BABY-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"CRYSTALS-DOLPHIN-BABY-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"CRYSTALS-DOLPHIN-BABY-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"CRYSTALS-DOLPHIN-BABY-1-768x1151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"CRYSTALS-DOLPHIN-BABY-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"CRYSTALS-DOLPHIN-BABY-1-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:37:\"CRYSTALS-DOLPHIN-BABY-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"CRYSTALS-DOLPHIN-BABY-1-1000x1498.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:36:\"CRYSTALS-DOLPHIN-BABY-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:33:\"CRYSTALS-DOLPHIN-BABY-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:35:\"CRYSTALS-DOLPHIN-BABY-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:33:\"CRYSTALS-DOLPHIN-BABY-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:35:\"CRYSTALS-DOLPHIN-BABY-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1099847274\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(139,5158,'_wp_attached_file','2017/01/GUNTER-1-1.jpg'),(140,5158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:3600;s:4:\"file\";s:22:\"2017/01/GUNTER-1-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"GUNTER-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"GUNTER-1-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"GUNTER-1-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"GUNTER-1-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"GUNTER-1-1-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"GUNTER-1-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"GUNTER-1-1-1000x1500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:23:\"GUNTER-1-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"GUNTER-1-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"GUNTER-1-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"GUNTER-1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"GUNTER-1-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(141,5159,'_wp_attached_file','2017/01/IMG_0898b-1.jpg'),(142,5159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2865;s:6:\"height\";i:3896;s:4:\"file\";s:23:\"2017/01/IMG_0898b-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"IMG_0898b-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"IMG_0898b-1-221x300.jpg\";s:5:\"width\";i:221;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"IMG_0898b-1-768x1044.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"IMG_0898b-1-753x1024.jpg\";s:5:\"width\";i:753;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"IMG_0898b-1-132x180.jpg\";s:5:\"width\";i:132;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"IMG_0898b-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"IMG_0898b-1-1000x1360.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:24:\"IMG_0898b-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:21:\"IMG_0898b-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:23:\"IMG_0898b-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:21:\"IMG_0898b-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:23:\"IMG_0898b-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1463703253\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(143,5159,'_edit_last','1'),(144,5160,'_wp_attached_file','2017/01/IMG_1633-e1484804685298-1.jpg'),(145,5160,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:2400;s:4:\"file\";s:37:\"2017/01/IMG_1633-e1484804685298-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"IMG_1633-e1484804685298-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"IMG_1633-e1484804685298-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"IMG_1633-e1484804685298-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"IMG_1633-e1484804685298-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"IMG_1633-e1484804685298-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"IMG_1633-e1484804685298-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"IMG_1633-e1484804685298-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:38:\"IMG_1633-e1484804685298-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:35:\"IMG_1633-e1484804685298-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:37:\"IMG_1633-e1484804685298-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"IMG_1633-e1484804685298-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:37:\"IMG_1633-e1484804685298-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(146,5160,'_edit_last','1'),(147,5160,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_1633.jpg\";}}'),(148,5161,'_wp_attached_file','2017/01/IMG_1720-e1484804705793-1.jpg'),(149,5161,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:2400;s:4:\"file\";s:37:\"2017/01/IMG_1720-e1484804705793-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"IMG_1720-e1484804705793-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"IMG_1720-e1484804705793-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"IMG_1720-e1484804705793-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"IMG_1720-e1484804705793-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"IMG_1720-e1484804705793-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"IMG_1720-e1484804705793-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"IMG_1720-e1484804705793-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:38:\"IMG_1720-e1484804705793-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:35:\"IMG_1720-e1484804705793-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:37:\"IMG_1720-e1484804705793-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"IMG_1720-e1484804705793-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:37:\"IMG_1720-e1484804705793-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(150,5161,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_1720.jpg\";}}'),(151,5163,'_wp_attached_file','2017/01/IMG_2274-e1484804718434-1.jpg'),(152,5163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:2400;s:4:\"file\";s:37:\"2017/01/IMG_2274-e1484804718434-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"IMG_2274-e1484804718434-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"IMG_2274-e1484804718434-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"IMG_2274-e1484804718434-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"IMG_2274-e1484804718434-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"IMG_2274-e1484804718434-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"IMG_2274-e1484804718434-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"IMG_2274-e1484804718434-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:38:\"IMG_2274-e1484804718434-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:35:\"IMG_2274-e1484804718434-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:37:\"IMG_2274-e1484804718434-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"IMG_2274-e1484804718434-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:37:\"IMG_2274-e1484804718434-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(153,5163,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_2274.jpg\";}}'),(154,5164,'_wp_attached_file','2017/01/IMG_2769-e1484804732540-1.jpg'),(155,5164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:2400;s:4:\"file\";s:37:\"2017/01/IMG_2769-e1484804732540-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"IMG_2769-e1484804732540-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"IMG_2769-e1484804732540-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"IMG_2769-e1484804732540-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"IMG_2769-e1484804732540-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"IMG_2769-e1484804732540-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"IMG_2769-e1484804732540-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"IMG_2769-e1484804732540-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:38:\"IMG_2769-e1484804732540-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:35:\"IMG_2769-e1484804732540-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:37:\"IMG_2769-e1484804732540-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"IMG_2769-e1484804732540-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:37:\"IMG_2769-e1484804732540-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(156,5164,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_2769.jpg\";}}'),(157,5165,'_wp_attached_file','2017/01/IMG_3097-e1484804751902-1.jpg'),(158,5165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:2400;s:4:\"file\";s:37:\"2017/01/IMG_3097-e1484804751902-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"IMG_3097-e1484804751902-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"IMG_3097-e1484804751902-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"IMG_3097-e1484804751902-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"IMG_3097-e1484804751902-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"IMG_3097-e1484804751902-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"IMG_3097-e1484804751902-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"IMG_3097-e1484804751902-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:38:\"IMG_3097-e1484804751902-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:35:\"IMG_3097-e1484804751902-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:37:\"IMG_3097-e1484804751902-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"IMG_3097-e1484804751902-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:37:\"IMG_3097-e1484804751902-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(159,5165,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_3097.jpg\";}}'),(160,5166,'_wp_attached_file','2017/01/IMG_3828-e1484804781633-1.jpg'),(161,5166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:2836;s:4:\"file\";s:37:\"2017/01/IMG_3828-e1484804781633-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"IMG_3828-e1484804781633-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"IMG_3828-e1484804781633-1-254x300.jpg\";s:5:\"width\";i:254;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"IMG_3828-e1484804781633-1-768x908.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:908;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"IMG_3828-e1484804781633-1-867x1024.jpg\";s:5:\"width\";i:867;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"IMG_3828-e1484804781633-1-152x180.jpg\";s:5:\"width\";i:152;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"IMG_3828-e1484804781633-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"IMG_3828-e1484804781633-1-1000x1182.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:38:\"IMG_3828-e1484804781633-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:35:\"IMG_3828-e1484804781633-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:37:\"IMG_3828-e1484804781633-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"IMG_3828-e1484804781633-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:37:\"IMG_3828-e1484804781633-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(162,5166,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2762;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_3828.jpg\";}}'),(163,5168,'_wp_attached_file','2017/01/IMG_4040-1.jpg'),(164,5168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1632;s:6:\"height\";i:1632;s:4:\"file\";s:22:\"2017/01/IMG_4040-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_4040-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IMG_4040-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"IMG_4040-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"IMG_4040-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_4040-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"IMG_4040-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"IMG_4040-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:23:\"IMG_4040-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_4040-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"IMG_4040-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_4040-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"IMG_4040-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(165,5170,'_wp_attached_file','2017/01/IMG_4163-e1484804800943-1.jpg'),(166,5170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:2887;s:4:\"file\";s:37:\"2017/01/IMG_4163-e1484804800943-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"IMG_4163-e1484804800943-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"IMG_4163-e1484804800943-1-249x300.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"IMG_4163-e1484804800943-1-768x924.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:924;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"IMG_4163-e1484804800943-1-851x1024.jpg\";s:5:\"width\";i:851;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"IMG_4163-e1484804800943-1-150x180.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"IMG_4163-e1484804800943-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"IMG_4163-e1484804800943-1-1000x1203.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:38:\"IMG_4163-e1484804800943-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:35:\"IMG_4163-e1484804800943-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:37:\"IMG_4163-e1484804800943-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"IMG_4163-e1484804800943-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:37:\"IMG_4163-e1484804800943-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(167,5170,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2713;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_4163.jpg\";}}'),(168,5171,'_wp_attached_file','2017/01/IMG_4166-1.jpg'),(169,5171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2064;s:4:\"file\";s:22:\"2017/01/IMG_4166-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_4166-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IMG_4166-1-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"IMG_4166-1-768x486.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"IMG_4166-1-1024x648.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:648;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_4166-1-180x114.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"IMG_4166-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"IMG_4166-1-1000x632.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:632;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:23:\"IMG_4166-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_4166-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"IMG_4166-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_4166-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"IMG_4166-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(170,5172,'_wp_attached_file','2017/01/IMG_4959-e1484804843888-1.jpg'),(171,5172,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:2853;s:4:\"file\";s:37:\"2017/01/IMG_4959-e1484804843888-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"IMG_4959-e1484804843888-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"IMG_4959-e1484804843888-1-252x300.jpg\";s:5:\"width\";i:252;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"IMG_4959-e1484804843888-1-768x913.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:913;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"IMG_4959-e1484804843888-1-861x1024.jpg\";s:5:\"width\";i:861;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"IMG_4959-e1484804843888-1-151x180.jpg\";s:5:\"width\";i:151;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"IMG_4959-e1484804843888-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"IMG_4959-e1484804843888-1-1000x1189.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:38:\"IMG_4959-e1484804843888-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:35:\"IMG_4959-e1484804843888-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:37:\"IMG_4959-e1484804843888-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"IMG_4959-e1484804843888-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:37:\"IMG_4959-e1484804843888-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(172,5172,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2746;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_4959.jpg\";}}'),(173,5173,'_wp_attached_file','2017/01/IMG_5412-e1484804877728-1.jpg'),(174,5173,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:2899;s:4:\"file\";s:37:\"2017/01/IMG_5412-e1484804877728-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"IMG_5412-e1484804877728-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"IMG_5412-e1484804877728-1-248x300.jpg\";s:5:\"width\";i:248;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"IMG_5412-e1484804877728-1-768x928.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"IMG_5412-e1484804877728-1-848x1024.jpg\";s:5:\"width\";i:848;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"IMG_5412-e1484804877728-1-149x180.jpg\";s:5:\"width\";i:149;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"IMG_5412-e1484804877728-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"IMG_5412-e1484804877728-1-1000x1208.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:38:\"IMG_5412-e1484804877728-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:35:\"IMG_5412-e1484804877728-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:37:\"IMG_5412-e1484804877728-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"IMG_5412-e1484804877728-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:37:\"IMG_5412-e1484804877728-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(175,5173,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2702;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_5412.jpg\";}}'),(176,5174,'_wp_attached_file','2017/01/IMG_6851-e1484804908872-1.jpg'),(177,5174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:2597;s:4:\"file\";s:37:\"2017/01/IMG_6851-e1484804908872-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"IMG_6851-e1484804908872-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"IMG_6851-e1484804908872-1-277x300.jpg\";s:5:\"width\";i:277;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"IMG_6851-e1484804908872-1-768x831.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:831;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"IMG_6851-e1484804908872-1-946x1024.jpg\";s:5:\"width\";i:946;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"IMG_6851-e1484804908872-1-166x180.jpg\";s:5:\"width\";i:166;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"IMG_6851-e1484804908872-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"IMG_6851-e1484804908872-1-1000x1082.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1082;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:38:\"IMG_6851-e1484804908872-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:35:\"IMG_6851-e1484804908872-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:37:\"IMG_6851-e1484804908872-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"IMG_6851-e1484804908872-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:37:\"IMG_6851-e1484804908872-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(178,5174,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3016;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_6851.jpg\";}}'),(179,5175,'_wp_attached_file','2017/01/LUTHER-COX-DIVER-2-1.jpg'),(180,5175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1952;s:6:\"height\";i:2928;s:4:\"file\";s:32:\"2017/01/LUTHER-COX-DIVER-2-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"LUTHER-COX-DIVER-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"LUTHER-COX-DIVER-2-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"LUTHER-COX-DIVER-2-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"LUTHER-COX-DIVER-2-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"LUTHER-COX-DIVER-2-1-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"LUTHER-COX-DIVER-2-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"LUTHER-COX-DIVER-2-1-1000x1500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:33:\"LUTHER-COX-DIVER-2-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:30:\"LUTHER-COX-DIVER-2-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:32:\"LUTHER-COX-DIVER-2-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:30:\"LUTHER-COX-DIVER-2-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:32:\"LUTHER-COX-DIVER-2-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1128180874\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(181,5176,'_wp_attached_file','2017/01/OSPREY-DEANO-COOK-1.jpg'),(182,5176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1163;s:6:\"height\";i:1744;s:4:\"file\";s:31:\"2017/01/OSPREY-DEANO-COOK-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"OSPREY-DEANO-COOK-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"OSPREY-DEANO-COOK-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"OSPREY-DEANO-COOK-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"OSPREY-DEANO-COOK-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"OSPREY-DEANO-COOK-1-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"OSPREY-DEANO-COOK-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"OSPREY-DEANO-COOK-1-1000x1500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:32:\"OSPREY-DEANO-COOK-1-1163x767.jpg\";s:5:\"width\";i:1163;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:29:\"OSPREY-DEANO-COOK-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:31:\"OSPREY-DEANO-COOK-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:29:\"OSPREY-DEANO-COOK-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:31:\"OSPREY-DEANO-COOK-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(183,5177,'_wp_attached_file','2017/01/RREZ8647-e1484805008129-1.jpg'),(184,5177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2250;s:4:\"file\";s:37:\"2017/01/RREZ8647-e1484805008129-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"RREZ8647-e1484805008129-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"RREZ8647-e1484805008129-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"RREZ8647-e1484805008129-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"RREZ8647-e1484805008129-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"RREZ8647-e1484805008129-1-180x135.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"RREZ8647-e1484805008129-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"RREZ8647-e1484805008129-1-1000x750.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:38:\"RREZ8647-e1484805008129-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:35:\"RREZ8647-e1484805008129-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:37:\"RREZ8647-e1484805008129-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"RREZ8647-e1484805008129-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:37:\"RREZ8647-e1484805008129-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1479931130\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(185,5177,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:12:\"RREZ8647.jpg\";}}'),(186,5178,'_wp_attached_file','2017/01/bg-1.jpg'),(187,5178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:3000;s:4:\"file\";s:16:\"2017/01/bg-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"bg-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"bg-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"bg-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"bg-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"bg-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"bg-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"bg-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:17:\"bg-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:14:\"bg-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:16:\"bg-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:14:\"bg-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:16:\"bg-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(188,5179,'_wp_attached_file','2016/03/CAY_6646-e1484805872436-1.jpg'),(189,5179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:1999;s:4:\"file\";s:37:\"2016/03/CAY_6646-e1484805872436-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"CAY_6646-e1484805872436-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"CAY_6646-e1484805872436-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"CAY_6646-e1484805872436-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"CAY_6646-e1484805872436-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"CAY_6646-e1484805872436-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"CAY_6646-e1484805872436-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"CAY_6646-e1484805872436-1-1000x666.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:38:\"CAY_6646-e1484805872436-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:35:\"CAY_6646-e1484805872436-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:37:\"CAY_6646-e1484805872436-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"CAY_6646-e1484805872436-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:37:\"CAY_6646-e1484805872436-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1370381037\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"12\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(190,5179,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3925;s:6:\"height\";i:2615;s:4:\"file\";s:12:\"CAY_6646.jpg\";}}'),(191,5182,'_wp_attached_file','2016/04/DSC_1678-e1484805885314-1.jpg'),(192,5182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2000;s:4:\"file\";s:37:\"2016/04/DSC_1678-e1484805885314-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"DSC_1678-e1484805885314-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"DSC_1678-e1484805885314-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"DSC_1678-e1484805885314-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"DSC_1678-e1484805885314-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"DSC_1678-e1484805885314-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"DSC_1678-e1484805885314-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"DSC_1678-e1484805885314-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:38:\"DSC_1678-e1484805885314-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:35:\"DSC_1678-e1484805885314-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:37:\"DSC_1678-e1484805885314-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"DSC_1678-e1484805885314-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:37:\"DSC_1678-e1484805885314-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1350828827\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(193,5182,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3600;s:6:\"height\";i:2400;s:4:\"file\";s:12:\"DSC_1678.jpg\";}}'),(194,5202,'_wp_attached_file','2017/01/GW10029b-1.jpg'),(195,5202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1587;s:6:\"height\";i:2380;s:4:\"file\";s:22:\"2017/01/GW10029b-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"GW10029b-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"GW10029b-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"GW10029b-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"GW10029b-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"GW10029b-1-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"GW10029b-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"GW10029b-1-1000x1500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:23:\"GW10029b-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"GW10029b-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"GW10029b-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"GW10029b-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"GW10029b-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1252968815\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"19\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(196,5206,'_wp_attached_file','2017/01/GW10205final-e1484806708507-1.jpg'),(197,5206,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2008;s:4:\"file\";s:41:\"2017/01/GW10205final-e1484806708507-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"GW10205final-e1484806708507-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"GW10205final-e1484806708507-1-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"GW10205final-e1484806708507-1-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"GW10205final-e1484806708507-1-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"GW10205final-e1484806708507-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:43:\"GW10205final-e1484806708507-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"GW10205final-e1484806708507-1-1000x669.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:669;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:42:\"GW10205final-e1484806708507-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:39:\"GW10205final-e1484806708507-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:41:\"GW10205final-e1484806708507-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:39:\"GW10205final-e1484806708507-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:41:\"GW10205final-e1484806708507-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1252921805\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(198,5206,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:4:\"file\";s:16:\"GW10205final.jpg\";}}'),(199,5207,'_wp_attached_file','2017/01/CAY_6292b-1.jpg'),(200,5207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2134;s:6:\"height\";i:3200;s:4:\"file\";s:23:\"2017/01/CAY_6292b-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"CAY_6292b-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"CAY_6292b-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"CAY_6292b-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"CAY_6292b-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"CAY_6292b-1-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"CAY_6292b-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"CAY_6292b-1-1000x1500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:24:\"CAY_6292b-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:21:\"CAY_6292b-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:23:\"CAY_6292b-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:21:\"CAY_6292b-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:23:\"CAY_6292b-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1370365069\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"12\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(201,5209,'_wp_attached_file','2017/01/CAY_6442b-e1484806751944-1.jpg'),(202,5209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2000;s:4:\"file\";s:38:\"2017/01/CAY_6442b-e1484806751944-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"CAY_6442b-e1484806751944-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"CAY_6442b-e1484806751944-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"CAY_6442b-e1484806751944-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"CAY_6442b-e1484806751944-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"CAY_6442b-e1484806751944-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"CAY_6442b-e1484806751944-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"CAY_6442b-e1484806751944-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:39:\"CAY_6442b-e1484806751944-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:36:\"CAY_6442b-e1484806751944-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:38:\"CAY_6442b-e1484806751944-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:36:\"CAY_6442b-e1484806751944-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:38:\"CAY_6442b-e1484806751944-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1370367707\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"12\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(203,5209,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4578;s:6:\"height\";i:3052;s:4:\"file\";s:13:\"CAY_6442b.jpg\";}}'),(204,5213,'_wp_attached_file','2017/01/CAY_6636-e1484806787302-1.jpg'),(205,5213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2000;s:4:\"file\";s:37:\"2017/01/CAY_6636-e1484806787302-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"CAY_6636-e1484806787302-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"CAY_6636-e1484806787302-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"CAY_6636-e1484806787302-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"CAY_6636-e1484806787302-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"CAY_6636-e1484806787302-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"CAY_6636-e1484806787302-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"CAY_6636-e1484806787302-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:38:\"CAY_6636-e1484806787302-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:35:\"CAY_6636-e1484806787302-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:37:\"CAY_6636-e1484806787302-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"CAY_6636-e1484806787302-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:37:\"CAY_6636-e1484806787302-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1370380886\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"12\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(206,5213,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4800;s:6:\"height\";i:3200;s:4:\"file\";s:12:\"CAY_6636.jpg\";}}'),(207,5218,'_wp_attached_file','2016/03/Kingpin-1.png'),(208,5218,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:21:\"2016/03/Kingpin-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Kingpin-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"Kingpin-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:19:\"Kingpin-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"Kingpin-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(209,5223,'_wp_attached_file','2016/03/fusion-1.png'),(210,5223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:20:\"2016/03/fusion-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"fusion-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"fusion-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:18:\"fusion-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:18:\"fusion-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(211,5225,'_wp_attached_file','2016/03/H2Ocean-2.png'),(212,5225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:21:\"2016/03/H2Ocean-2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"H2Ocean-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"H2Ocean-2-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:19:\"H2Ocean-2-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"H2Ocean-2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(213,5241,'_wp_attached_file','2016/04/FK-Irons-1.png'),(214,5241,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:22:\"2016/04/FK-Irons-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"FK-Irons-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"FK-Irons-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"FK-Irons-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"FK-Irons-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(215,5245,'_wp_attached_file','2016/03/deano-bio-1.jpg'),(216,5245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:700;s:4:\"file\";s:23:\"2016/03/deano-bio-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"deano-bio-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"deano-bio-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"deano-bio-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:21:\"deano-bio-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:23:\"deano-bio-1-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:21:\"deano-bio-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:23:\"deano-bio-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(217,5246,'_wp_attached_file','2016/03/H2Ocean-1-1.png'),(218,5246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:23:\"2016/03/H2Ocean-1-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"H2Ocean-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"H2Ocean-1-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:21:\"H2Ocean-1-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:21:\"H2Ocean-1-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(219,5263,'_wp_attached_file','2016/04/LEMON-SNAP-1-DEANO-COOK-e1484877310796.jpg'),(220,5263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:803;s:4:\"file\";s:50:\"2016/04/LEMON-SNAP-1-DEANO-COOK-e1484877310796.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"LEMON-SNAP-1-DEANO-COOK-e1484877310796-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"LEMON-SNAP-1-DEANO-COOK-e1484877310796-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"LEMON-SNAP-1-DEANO-COOK-e1484877310796-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"LEMON-SNAP-1-DEANO-COOK-e1484877310796-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"LEMON-SNAP-1-DEANO-COOK-e1484877310796-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:51:\"LEMON-SNAP-1-DEANO-COOK-e1484877310796-1000x803.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:803;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:51:\"LEMON-SNAP-1-DEANO-COOK-e1484877310796-1000x669.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:669;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:51:\"LEMON-SNAP-1-DEANO-COOK-e1484877310796-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:48:\"LEMON-SNAP-1-DEANO-COOK-e1484877310796-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:50:\"LEMON-SNAP-1-DEANO-COOK-e1484877310796-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:48:\"LEMON-SNAP-1-DEANO-COOK-e1484877310796-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:50:\"LEMON-SNAP-1-DEANO-COOK-e1484877310796-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1187174662\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(221,5263,'_wp_attachment_backup_sizes','a:5:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:4:\"file\";s:28:\"LEMON-SNAP-1-DEANO-COOK-.jpg\";}s:18:\"full-1484876916783\";a:3:{s:5:\"width\";i:2700;s:6:\"height\";i:1807;s:4:\"file\";s:43:\"LEMON-SNAP-1-DEANO-COOK--e1484876895257.jpg\";}s:18:\"full-1484877005337\";a:3:{s:5:\"width\";i:2700;s:6:\"height\";i:1807;s:4:\"file\";s:43:\"LEMON-SNAP-1-DEANO-COOK--e1484876916783.jpg\";}s:18:\"full-1484877162687\";a:3:{s:5:\"width\";i:2000;s:6:\"height\";i:1339;s:4:\"file\";s:43:\"LEMON-SNAP-1-DEANO-COOK--e1484877005337.jpg\";}s:18:\"full-1484877310796\";a:3:{s:5:\"width\";i:1700;s:6:\"height\";i:1138;s:4:\"file\";s:43:\"LEMON-SNAP-1-DEANO-COOK--e1484877162687.jpg\";}}'),(222,5265,'_wp_attached_file','2016/04/NAQ_4015b-e1484877297871-1.jpg'),(223,5265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:797;s:4:\"file\";s:38:\"2016/04/NAQ_4015b-e1484877297871-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"NAQ_4015b-e1484877297871-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"NAQ_4015b-e1484877297871-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"NAQ_4015b-e1484877297871-1-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"NAQ_4015b-e1484877297871-1-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"NAQ_4015b-e1484877297871-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"NAQ_4015b-e1484877297871-1-1000x797.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:797;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"NAQ_4015b-e1484877297871-1-1000x664.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:39:\"NAQ_4015b-e1484877297871-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:36:\"NAQ_4015b-e1484877297871-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:38:\"NAQ_4015b-e1484877297871-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:36:\"NAQ_4015b-e1484877297871-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:38:\"NAQ_4015b-e1484877297871-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1375305705\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(224,5265,'_edit_last','1'),(225,5265,'_wp_attachment_backup_sizes','a:6:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4288;s:6:\"height\";i:2848;s:4:\"file\";s:13:\"NAQ_4015b.jpg\";}s:18:\"full-1484876970227\";a:3:{s:5:\"width\";i:3000;s:6:\"height\";i:1993;s:4:\"file\";s:28:\"NAQ_4015b-e1484876949234.jpg\";}s:18:\"full-1484876993962\";a:3:{s:5:\"width\";i:3000;s:6:\"height\";i:1993;s:4:\"file\";s:28:\"NAQ_4015b-e1484876970227.jpg\";}s:18:\"full-1484877106800\";a:3:{s:5:\"width\";i:2500;s:6:\"height\";i:1660;s:4:\"file\";s:28:\"NAQ_4015b-e1484876993962.jpg\";}s:18:\"full-1484877138178\";a:3:{s:5:\"width\";i:2000;s:6:\"height\";i:1328;s:4:\"file\";s:28:\"NAQ_4015b-e1484877106800.jpg\";}s:18:\"full-1484877297871\";a:3:{s:5:\"width\";i:1700;s:6:\"height\";i:1129;s:4:\"file\";s:28:\"NAQ_4015b-e1484877138178.jpg\";}}'),(226,5274,'_wp_attached_file','2016/04/ocean-artist-society-1.png'),(227,5274,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:34:\"2016/04/ocean-artist-society-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"ocean-artist-society-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"ocean-artist-society-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"ocean-artist-society-1-180x120.png\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:32:\"ocean-artist-society-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:32:\"ocean-artist-society-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(228,5277,'_wp_attached_file','2016/04/psychotats-1.png'),(229,5277,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:24:\"2016/04/psychotats-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"psychotats-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"psychotats-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"psychotats-1-180x120.png\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:22:\"psychotats-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:22:\"psychotats-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(230,5295,'_wp_attached_file','2017/01/Deano_logo-ret-1-1.png'),(231,5295,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:160;s:4:\"file\";s:30:\"2017/01/Deano_logo-ret-1-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Deano_logo-ret-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Deano_logo-ret-1-1-300x60.png\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Deano_logo-ret-1-1-768x154.png\";s:5:\"width\";i:768;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"Deano_logo-ret-1-1-180x36.png\";s:5:\"width\";i:180;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:28:\"Deano_logo-ret-1-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:30:\"Deano_logo-ret-1-1-800x160.png\";s:5:\"width\";i:800;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:28:\"Deano_logo-ret-1-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:30:\"Deano_logo-ret-1-1-600x160.png\";s:5:\"width\";i:600;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(234,4855,'_wp_attachment_image_alt','Deano Cook Lemon Shark Sunset'),(235,4865,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(236,4866,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(237,4867,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(238,4868,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(239,4869,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(240,4870,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(241,4871,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(242,4872,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(243,4873,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(244,4874,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(245,4875,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(246,4876,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(247,4877,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(248,4952,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(249,4953,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(250,4954,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(251,4955,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(252,4957,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(253,4958,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(254,4959,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(255,4960,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(256,4962,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(257,4963,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(258,4964,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(259,4966,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(260,4967,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(261,4969,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(262,4970,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(263,4971,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(264,4972,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(265,4973,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(266,5159,'_edit_last','1'),(267,5160,'_edit_last','1'),(268,5160,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_1633.jpg\";}}'),(269,5161,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_1720.jpg\";}}'),(270,5163,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_2274.jpg\";}}'),(271,5164,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_2769.jpg\";}}'),(272,5165,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_3097.jpg\";}}'),(273,5166,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2762;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_3828.jpg\";}}'),(274,5170,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2713;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_4163.jpg\";}}'),(275,5172,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2746;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_4959.jpg\";}}'),(276,5173,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2702;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_5412.jpg\";}}'),(277,5174,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3016;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_6851.jpg\";}}'),(278,5177,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:12:\"RREZ8647.jpg\";}}'),(279,5179,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3925;s:6:\"height\";i:2615;s:4:\"file\";s:12:\"CAY_6646.jpg\";}}'),(280,5182,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3600;s:6:\"height\";i:2400;s:4:\"file\";s:12:\"DSC_1678.jpg\";}}'),(281,5206,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:4:\"file\";s:16:\"GW10205final.jpg\";}}'),(282,5209,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4578;s:6:\"height\";i:3052;s:4:\"file\";s:13:\"CAY_6442b.jpg\";}}'),(283,5213,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4800;s:6:\"height\";i:3200;s:4:\"file\";s:12:\"CAY_6636.jpg\";}}'),(284,5263,'_wp_attachment_backup_sizes','a:5:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:4:\"file\";s:28:\"LEMON-SNAP-1-DEANO-COOK-.jpg\";}s:18:\"full-1484876916783\";a:3:{s:5:\"width\";i:2700;s:6:\"height\";i:1807;s:4:\"file\";s:43:\"LEMON-SNAP-1-DEANO-COOK--e1484876895257.jpg\";}s:18:\"full-1484877005337\";a:3:{s:5:\"width\";i:2700;s:6:\"height\";i:1807;s:4:\"file\";s:43:\"LEMON-SNAP-1-DEANO-COOK--e1484876916783.jpg\";}s:18:\"full-1484877162687\";a:3:{s:5:\"width\";i:2000;s:6:\"height\";i:1339;s:4:\"file\";s:43:\"LEMON-SNAP-1-DEANO-COOK--e1484877005337.jpg\";}s:18:\"full-1484877310796\";a:3:{s:5:\"width\";i:1700;s:6:\"height\";i:1138;s:4:\"file\";s:43:\"LEMON-SNAP-1-DEANO-COOK--e1484877162687.jpg\";}}'),(285,5265,'_edit_last','1'),(286,5265,'_wp_attachment_backup_sizes','a:6:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4288;s:6:\"height\";i:2848;s:4:\"file\";s:13:\"NAQ_4015b.jpg\";}s:18:\"full-1484876970227\";a:3:{s:5:\"width\";i:3000;s:6:\"height\";i:1993;s:4:\"file\";s:28:\"NAQ_4015b-e1484876949234.jpg\";}s:18:\"full-1484876993962\";a:3:{s:5:\"width\";i:3000;s:6:\"height\";i:1993;s:4:\"file\";s:28:\"NAQ_4015b-e1484876970227.jpg\";}s:18:\"full-1484877106800\";a:3:{s:5:\"width\";i:2500;s:6:\"height\";i:1660;s:4:\"file\";s:28:\"NAQ_4015b-e1484876993962.jpg\";}s:18:\"full-1484877138178\";a:3:{s:5:\"width\";i:2000;s:6:\"height\";i:1328;s:4:\"file\";s:28:\"NAQ_4015b-e1484877106800.jpg\";}s:18:\"full-1484877297871\";a:3:{s:5:\"width\";i:1700;s:6:\"height\";i:1129;s:4:\"file\";s:28:\"NAQ_4015b-e1484877138178.jpg\";}}'),(287,5297,'_wp_attached_file','2017/01/Deano_logo-l-website-copy-2.png'),(288,5297,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:80;s:4:\"file\";s:39:\"2017/01/Deano_logo-l-website-copy-2.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Deano_logo-l-website-copy-2-150x80.png\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Deano_logo-l-website-copy-2-300x60.png\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"Deano_logo-l-website-copy-2-180x36.png\";s:5:\"width\";i:180;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:37:\"Deano_logo-l-website-copy-2-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"Deano_logo-l-website-copy-2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(289,5378,'_wp_attached_file','2017/01/NB10019-1.jpg'),(290,5378,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:4:\"file\";s:21:\"2017/01/NB10019-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"NB10019-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"NB10019-1-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"NB10019-1-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"NB10019-1-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"NB10019-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"NB10019-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"NB10019-1-1000x669.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:669;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:22:\"NB10019-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:19:\"NB10019-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:21:\"NB10019-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"NB10019-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:21:\"NB10019-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1181627266\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(291,5383,'_wp_attached_file','2017/01/NB10028-1.jpg'),(292,5383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:4:\"file\";s:21:\"2017/01/NB10028-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"NB10028-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"NB10028-1-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"NB10028-1-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"NB10028-1-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"NB10028-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"NB10028-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"NB10028-1-1000x669.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:669;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:22:\"NB10028-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:19:\"NB10028-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:21:\"NB10028-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"NB10028-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:21:\"NB10028-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1181627364\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(293,5388,'_wp_attached_file','2017/01/NB10041-1.jpg'),(294,5388,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2592;s:6:\"height\";i:3872;s:4:\"file\";s:21:\"2017/01/NB10041-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"NB10041-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"NB10041-1-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"NB10041-1-768x1147.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"NB10041-1-685x1024.jpg\";s:5:\"width\";i:685;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"NB10041-1-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"NB10041-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"NB10041-1-1000x1494.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:22:\"NB10041-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:19:\"NB10041-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:21:\"NB10041-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"NB10041-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:21:\"NB10041-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1181627556\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(295,5393,'_wp_attached_file','2017/01/NB10047-1.jpg'),(296,5393,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:3000;s:4:\"file\";s:21:\"2017/01/NB10047-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"NB10047-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"NB10047-1-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"NB10047-1-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"NB10047-1-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"NB10047-1-144x180.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"NB10047-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"NB10047-1-1000x1250.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:22:\"NB10047-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:19:\"NB10047-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:21:\"NB10047-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"NB10047-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:21:\"NB10047-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1181627669\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(297,5398,'_wp_attached_file','2017/01/NB10124-1.jpg'),(298,5398,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3177;s:6:\"height\";i:2118;s:4:\"file\";s:21:\"2017/01/NB10124-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"NB10124-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"NB10124-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"NB10124-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"NB10124-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"NB10124-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"NB10124-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"NB10124-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:22:\"NB10124-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:19:\"NB10124-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:21:\"NB10124-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"NB10124-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:21:\"NB10124-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1181614552\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(299,5403,'_wp_attached_file','2017/01/NB10180-1.jpg'),(300,5403,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1754;s:6:\"height\";i:2192;s:4:\"file\";s:21:\"2017/01/NB10180-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"NB10180-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"NB10180-1-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"NB10180-1-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"NB10180-1-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"NB10180-1-144x180.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"NB10180-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"NB10180-1-1000x1250.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:22:\"NB10180-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:19:\"NB10180-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:21:\"NB10180-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"NB10180-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:21:\"NB10180-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1181778339\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(301,5408,'_wp_attached_file','2017/01/NB10192b-1.jpg'),(302,5408,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:2400;s:4:\"file\";s:22:\"2017/01/NB10192b-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"NB10192b-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"NB10192b-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"NB10192b-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"NB10192b-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"NB10192b-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"NB10192b-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"NB10192b-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:23:\"NB10192b-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"NB10192b-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"NB10192b-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"NB10192b-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"NB10192b-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1181615499\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"23\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(303,5413,'_wp_attached_file','2017/01/SS40657-1.jpg'),(304,5413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:9000;s:6:\"height\";i:6000;s:4:\"file\";s:21:\"2017/01/SS40657-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"SS40657-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"SS40657-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"SS40657-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"SS40657-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"SS40657-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"SS40657-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"SS40657-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:22:\"SS40657-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:19:\"SS40657-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:21:\"SS40657-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"SS40657-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:21:\"SS40657-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1321789637\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"12\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(305,5418,'_wp_attached_file','2017/01/TS20207-1.jpg'),(306,5418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2592;s:6:\"height\";i:3872;s:4:\"file\";s:21:\"2017/01/TS20207-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"TS20207-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"TS20207-1-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"TS20207-1-768x1147.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"TS20207-1-685x1024.jpg\";s:5:\"width\";i:685;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"TS20207-1-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"TS20207-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"TS20207-1-1000x1494.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:22:\"TS20207-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:19:\"TS20207-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:21:\"TS20207-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"TS20207-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:21:\"TS20207-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1187136213\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(307,5423,'_wp_attached_file','2017/01/TS20246-1.jpg'),(308,5423,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2487;s:6:\"height\";i:3730;s:4:\"file\";s:21:\"2017/01/TS20246-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"TS20246-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"TS20246-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"TS20246-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"TS20246-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"TS20246-1-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"TS20246-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"TS20246-1-1000x1500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:22:\"TS20246-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:19:\"TS20246-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:21:\"TS20246-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"TS20246-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:21:\"TS20246-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1187156113\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(309,5424,'_wp_attached_file','2017/01/TS20213b2-1.jpg'),(310,5424,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3268;s:6:\"height\";i:2178;s:4:\"file\";s:23:\"2017/01/TS20213b2-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"TS20213b2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"TS20213b2-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"TS20213b2-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"TS20213b2-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"TS20213b2-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"TS20213b2-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"TS20213b2-1-1000x666.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:24:\"TS20213b2-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:21:\"TS20213b2-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:23:\"TS20213b2-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:21:\"TS20213b2-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:23:\"TS20213b2-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1187150825\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(311,5433,'_wp_attached_file','2017/01/TS20254-1.jpg'),(314,5435,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(315,5435,'_wpb_shortcodes_custom_css','.vc_custom_1458111859977{padding-top: 75px !important;padding-bottom: 100px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(316,5435,'_wpb_shortcodes_custom_css','.vc_custom_1458111859977{padding-top: 75px !important;padding-bottom: 100px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(317,5435,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(318,5435,'_wpb_shortcodes_custom_css','.vc_custom_1458111859977{padding-top: 75px !important;padding-bottom: 100px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(319,5435,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(320,5435,'_wpb_vc_js_status','true'),(321,5435,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(322,5435,'_dt_enable_builder','0'),(323,5435,'_wp_page_template','default'),(324,87,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(325,87,'_wpb_shortcodes_custom_css','.vc_custom_1461930440976{margin-top: 100px !important;}.vc_custom_1460713347113{margin-bottom: 0px !important;}.vc_custom_1461750493274{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}.vc_custom_1460710001474{margin-bottom: 10px !important;}.vc_custom_1460710024394{margin-bottom: 50px !important;}.vc_custom_1460711480298{margin-bottom: 10px !important;}.vc_custom_1460711487538{margin-bottom: 50px !important;}.vc_custom_1460712089576{margin-bottom: 10px !important;}.vc_custom_1460712101593{margin-bottom: 50px !important;}.vc_custom_1460713342577{margin-bottom: 0px !important;}'),(326,87,'_dt_enable_builder','0'),(327,87,'_wp_page_template','tpl-plain.php'),(328,87,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:11:\"show_slider\";s:4:\"true\";}'),(329,87,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(330,87,'_wpb_shortcodes_custom_css','.vc_custom_1461930440976{margin-top: 100px !important;}.vc_custom_1460713347113{margin-bottom: 0px !important;}.vc_custom_1461750493274{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}.vc_custom_1460710001474{margin-bottom: 10px !important;}.vc_custom_1460710024394{margin-bottom: 50px !important;}.vc_custom_1460711480298{margin-bottom: 10px !important;}.vc_custom_1460711487538{margin-bottom: 50px !important;}.vc_custom_1460712089576{margin-bottom: 10px !important;}.vc_custom_1460712101593{margin-bottom: 50px !important;}.vc_custom_1460713342577{margin-bottom: 0px !important;}'),(331,87,'_wpb_vc_js_status','true'),(332,87,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(333,87,'_wpb_shortcodes_custom_css','.vc_custom_1461930440976{margin-top: 100px !important;}.vc_custom_1460713347113{margin-bottom: 0px !important;}.vc_custom_1461750493274{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}.vc_custom_1460710001474{margin-bottom: 10px !important;}.vc_custom_1460710024394{margin-bottom: 50px !important;}.vc_custom_1460711480298{margin-bottom: 10px !important;}.vc_custom_1460711487538{margin-bottom: 50px !important;}.vc_custom_1460712089576{margin-bottom: 10px !important;}.vc_custom_1460712101593{margin-bottom: 50px !important;}.vc_custom_1460713342577{margin-bottom: 0px !important;}'),(334,87,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(335,87,'_dt_enable_builder','0'),(336,87,'_wp_page_template','tpl-plain.php'),(337,87,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:11:\"show_slider\";s:4:\"true\";}'),(338,87,'_wpb_vc_js_status','true'),(339,87,'_wpb_shortcodes_custom_css','.vc_custom_1461930440976{margin-top: 100px !important;}.vc_custom_1460713347113{margin-bottom: 0px !important;}.vc_custom_1461750493274{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}.vc_custom_1460710001474{margin-bottom: 10px !important;}.vc_custom_1460710024394{margin-bottom: 50px !important;}.vc_custom_1460711480298{margin-bottom: 10px !important;}.vc_custom_1460711487538{margin-bottom: 50px !important;}.vc_custom_1460712089576{margin-bottom: 10px !important;}.vc_custom_1460712101593{margin-bottom: 50px !important;}.vc_custom_1460713342577{margin-bottom: 0px !important;}'),(340,127,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(341,127,'_wpb_shortcodes_custom_css','.vc_custom_1483910677193{margin-bottom: 40px !important;}.vc_custom_1461931325741{margin-top: 110px !important;}.vc_custom_1484626564455{margin-bottom: 30px !important;}.vc_custom_1484802275617{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1484625894045{margin-right: 25px !important;margin-left: 25px !important;}.vc_custom_1460719318945{padding-right: 0px !important;padding-left: 0px !important;}'),(342,127,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(343,127,'_wpb_shortcodes_custom_css','.vc_custom_1483910677193{margin-bottom: 40px !important;}.vc_custom_1461931325741{margin-top: 110px !important;}.vc_custom_1484626564455{margin-bottom: 30px !important;}.vc_custom_1484802275617{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1484625894045{margin-right: 25px !important;margin-left: 25px !important;}.vc_custom_1460719318945{padding-right: 0px !important;padding-left: 0px !important;}'),(344,127,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(345,127,'_wpb_shortcodes_custom_css','.vc_custom_1483910677193{margin-bottom: 40px !important;}.vc_custom_1461931325741{margin-top: 110px !important;}.vc_custom_1484626564455{margin-bottom: 30px !important;}.vc_custom_1484802275617{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1484625894045{margin-right: 25px !important;margin-left: 25px !important;}.vc_custom_1460719318945{padding-right: 0px !important;padding-left: 0px !important;}'),(346,127,'_wpb_vc_js_status','true'),(347,127,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:26:\"disable_breadcrumb_section\";s:4:\"true\";}'),(348,127,'_wp_page_template','tpl-plain.php'),(349,127,'_dt_enable_builder','0'),(350,127,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(351,127,'_dt_enable_builder','0'),(352,127,'_wp_page_template','tpl-plain.php'),(353,127,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:26:\"disable_breadcrumb_section\";s:4:\"true\";}'),(354,127,'_wpb_vc_js_status','true'),(355,127,'_wpb_shortcodes_custom_css','.vc_custom_1483910677193{margin-bottom: 40px !important;}.vc_custom_1461931325741{margin-top: 110px !important;}.vc_custom_1484626564455{margin-bottom: 30px !important;}.vc_custom_1484802275617{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1484625894045{margin-right: 25px !important;margin-left: 25px !important;}.vc_custom_1460719318945{padding-right: 0px !important;padding-left: 0px !important;}'),(356,127,'slide_template','default'),(357,127,'_edit_last','1'),(358,493,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(359,493,'_wpb_vc_js_status','true'),(360,493,'_wp_page_template','default'),(361,493,'_tpl_default_settings','a:4:{s:6:\"layout\";s:18:\"content-full-width\";s:19:\"breadcrumb-subtitle\";s:19:\"Subtitle comes here\";s:11:\"slider_type\";s:9:\"imageonly\";s:12:\"slider_image\";s:83:\"http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/slider.jpg\";}'),(362,493,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(363,493,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(364,493,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(365,493,'_wp_page_template','default'),(366,493,'_tpl_default_settings','a:4:{s:6:\"layout\";s:18:\"content-full-width\";s:19:\"breadcrumb-subtitle\";s:19:\"Subtitle comes here\";s:11:\"slider_type\";s:9:\"imageonly\";s:12:\"slider_image\";s:83:\"http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/slider.jpg\";}'),(367,493,'_wpb_vc_js_status','true'),(368,497,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(369,497,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(370,497,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(371,497,'_wpb_vc_js_status','false'),(372,497,'_tpl_default_settings','a:6:{s:6:\"layout\";s:17:\"with-left-sidebar\";s:10:\"custom-css\";s:6:\"qwerty\";s:16:\"blog-post-layout\";s:15:\"one-half-column\";s:18:\"blog-post-per-page\";s:1:\"6\";s:17:\"blog-post-excerpt\";s:4:\"true\";s:24:\"blog-post-excerpt-length\";s:2:\"45\";}'),(373,497,'_wp_page_template','tpl-blog.php'),(374,497,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(375,497,'_wp_page_template','tpl-blog.php'),(376,497,'_tpl_default_settings','a:6:{s:6:\"layout\";s:17:\"with-left-sidebar\";s:10:\"custom-css\";s:6:\"qwerty\";s:16:\"blog-post-layout\";s:15:\"one-half-column\";s:18:\"blog-post-per-page\";s:1:\"6\";s:17:\"blog-post-excerpt\";s:4:\"true\";s:24:\"blog-post-excerpt-length\";s:2:\"45\";}'),(377,497,'_wpb_vc_js_status','false'),(378,3083,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(379,3083,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"content-full-width\";s:21:\"portfolio-post-layout\";s:17:\"one-fourth-column\";s:23:\"portfolio-post-per-page\";s:1:\"8\";s:6:\"filter\";s:4:\"true\";s:8:\"loadmore\";s:4:\"true\";}'),(380,3083,'_wp_page_template','tpl-portfolio-fullwidth.php'),(381,3083,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(382,3083,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(383,3083,'_wpb_vc_js_status','false'),(384,3124,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(385,3124,'_wpb_vc_js_status','true'),(386,3124,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:12:\"menulocation\";s:12:\"onepage-menu\";}'),(387,3124,'_wp_page_template','tpl-onepage.php'),(388,3124,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(389,3124,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(390,3240,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(391,3240,'_wpb_shortcodes_custom_css','.vc_custom_1485874456624{margin-top: -30px !important;}'),(392,3240,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(393,3240,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(394,3240,'_wpb_shortcodes_custom_css','.vc_custom_1485874456624{margin-top: -30px !important;}'),(395,3240,'_wpb_vc_js_status','true'),(396,3240,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:26:\"disable_breadcrumb_section\";s:4:\"true\";}'),(397,3240,'slide_template','default'),(398,3240,'_wp_page_template','default'),(399,3240,'_edit_last','1'),(400,3240,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(401,3312,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(402,3312,'_wpb_shortcodes_custom_css','.vc_custom_1485908780399{margin-top: 30px !important;}'),(403,3312,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(404,3312,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(405,3312,'_wp_page_template','tpl-plain.php'),(406,3312,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:26:\"disable_breadcrumb_section\";s:4:\"true\";}'),(407,3312,'_wpb_vc_js_status','true'),(408,3312,'_wpb_shortcodes_custom_css','.vc_custom_1485908780399{margin-top: 30px !important;}'),(409,3312,'slide_template','default'),(410,3312,'_edit_last','1'),(411,3312,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(412,3312,'_wp_page_template','tpl-plain.php'),(413,3312,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:26:\"disable_breadcrumb_section\";s:4:\"true\";}'),(414,3312,'_wpb_vc_js_status','true'),(415,3319,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(416,3319,'_wpb_vc_js_status','false'),(417,3319,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(418,3319,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(419,3319,'_wp_page_template','tpl-blog.php'),(420,3319,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"content-full-width\";s:16:\"blog-post-layout\";s:10:\"one-column\";s:18:\"blog-post-per-page\";s:1:\"6\";s:17:\"blog-post-excerpt\";s:4:\"true\";s:24:\"blog-post-excerpt-length\";s:2:\"45\";}'),(421,3319,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(422,3319,'_wp_page_template','tpl-blog.php'),(423,3319,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"content-full-width\";s:16:\"blog-post-layout\";s:10:\"one-column\";s:18:\"blog-post-per-page\";s:1:\"6\";s:17:\"blog-post-excerpt\";s:4:\"true\";s:24:\"blog-post-excerpt-length\";s:2:\"45\";}'),(424,3319,'_wpb_vc_js_status','false'),(425,3321,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(426,3321,'_wp_page_template','tpl-blog.php'),(427,3321,'_tpl_default_settings','a:5:{s:6:\"layout\";s:17:\"with-left-sidebar\";s:16:\"blog-post-layout\";s:10:\"one-column\";s:18:\"blog-post-per-page\";s:1:\"6\";s:17:\"blog-post-excerpt\";s:4:\"true\";s:24:\"blog-post-excerpt-length\";s:2:\"45\";}'),(428,3321,'_wpb_vc_js_status','false'),(429,3321,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(430,3321,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(431,3321,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(432,3321,'_wp_page_template','tpl-blog.php'),(433,3321,'_tpl_default_settings','a:5:{s:6:\"layout\";s:17:\"with-left-sidebar\";s:16:\"blog-post-layout\";s:10:\"one-column\";s:18:\"blog-post-per-page\";s:1:\"6\";s:17:\"blog-post-excerpt\";s:4:\"true\";s:24:\"blog-post-excerpt-length\";s:2:\"45\";}'),(434,3321,'_wpb_vc_js_status','false'),(435,3323,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(436,3323,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(437,3323,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(438,3323,'_wp_page_template','tpl-blog.php'),(439,3323,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"with-right-sidebar\";s:16:\"blog-post-layout\";s:10:\"one-column\";s:18:\"blog-post-per-page\";s:1:\"6\";s:17:\"blog-post-excerpt\";s:4:\"true\";s:24:\"blog-post-excerpt-length\";s:2:\"45\";}'),(440,3323,'_wpb_vc_js_status','false'),(441,3323,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(442,3323,'_wp_page_template','tpl-blog.php'),(443,3323,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"with-right-sidebar\";s:16:\"blog-post-layout\";s:10:\"one-column\";s:18:\"blog-post-per-page\";s:1:\"6\";s:17:\"blog-post-excerpt\";s:4:\"true\";s:24:\"blog-post-excerpt-length\";s:2:\"45\";}'),(444,3323,'_wpb_vc_js_status','false'),(445,3330,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(446,3330,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"content-full-width\";s:16:\"blog-post-layout\";s:15:\"one-half-column\";s:18:\"blog-post-per-page\";s:1:\"6\";s:17:\"blog-post-excerpt\";s:4:\"true\";s:24:\"blog-post-excerpt-length\";s:2:\"35\";}'),(447,3330,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(448,3330,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(449,3330,'_wp_page_template','tpl-blog.php'),(450,3330,'_wpb_vc_js_status','false'),(451,3330,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(452,3330,'_wp_page_template','tpl-blog.php'),(453,3330,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"content-full-width\";s:16:\"blog-post-layout\";s:15:\"one-half-column\";s:18:\"blog-post-per-page\";s:1:\"6\";s:17:\"blog-post-excerpt\";s:4:\"true\";s:24:\"blog-post-excerpt-length\";s:2:\"35\";}'),(454,3330,'_wpb_vc_js_status','false'),(455,3332,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(456,3332,'_wpb_vc_js_status','false'),(457,3332,'_tpl_default_settings','a:6:{s:6:\"layout\";s:18:\"content-full-width\";s:16:\"blog-post-layout\";s:15:\"one-half-column\";s:18:\"blog-post-per-page\";s:1:\"6\";s:20:\"blog-post-gridlayout\";s:4:\"true\";s:17:\"blog-post-excerpt\";s:4:\"true\";s:24:\"blog-post-excerpt-length\";s:2:\"35\";}'),(458,3332,'_wp_page_template','tpl-blog.php'),(459,3332,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(460,3332,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(461,3332,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(462,3332,'_wp_page_template','tpl-blog.php'),(463,3332,'_tpl_default_settings','a:6:{s:6:\"layout\";s:18:\"content-full-width\";s:16:\"blog-post-layout\";s:15:\"one-half-column\";s:18:\"blog-post-per-page\";s:1:\"6\";s:20:\"blog-post-gridlayout\";s:4:\"true\";s:17:\"blog-post-excerpt\";s:4:\"true\";s:24:\"blog-post-excerpt-length\";s:2:\"35\";}'),(464,3332,'_wpb_vc_js_status','false'),(465,3334,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(466,3334,'_wp_page_template','tpl-blog.php'),(467,3334,'_tpl_default_settings','a:5:{s:6:\"layout\";s:17:\"with-left-sidebar\";s:16:\"blog-post-layout\";s:15:\"one-half-column\";s:18:\"blog-post-per-page\";s:1:\"6\";s:17:\"blog-post-excerpt\";s:4:\"true\";s:24:\"blog-post-excerpt-length\";s:2:\"25\";}'),(468,3334,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(469,3334,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(470,3334,'_wpb_vc_js_status','false'),(471,3334,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(472,3334,'_wp_page_template','tpl-blog.php'),(473,3334,'_tpl_default_settings','a:5:{s:6:\"layout\";s:17:\"with-left-sidebar\";s:16:\"blog-post-layout\";s:15:\"one-half-column\";s:18:\"blog-post-per-page\";s:1:\"6\";s:17:\"blog-post-excerpt\";s:4:\"true\";s:24:\"blog-post-excerpt-length\";s:2:\"25\";}'),(474,3334,'_wpb_vc_js_status','false'),(475,3336,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(476,3336,'_wpb_vc_js_status','false'),(477,3336,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"with-right-sidebar\";s:16:\"blog-post-layout\";s:15:\"one-half-column\";s:18:\"blog-post-per-page\";s:1:\"6\";s:17:\"blog-post-excerpt\";s:4:\"true\";s:24:\"blog-post-excerpt-length\";s:2:\"25\";}'),(478,3336,'_wp_page_template','tpl-blog.php'),(479,3336,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(480,3336,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(481,3336,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(482,3336,'_wp_page_template','tpl-blog.php'),(483,3336,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"with-right-sidebar\";s:16:\"blog-post-layout\";s:15:\"one-half-column\";s:18:\"blog-post-per-page\";s:1:\"6\";s:17:\"blog-post-excerpt\";s:4:\"true\";s:24:\"blog-post-excerpt-length\";s:2:\"25\";}'),(484,3336,'_wpb_vc_js_status','false'),(485,3343,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(486,3343,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(487,3343,'_wp_page_template','tpl-blog.php'),(488,3343,'_tpl_default_settings','a:4:{s:6:\"layout\";s:18:\"content-full-width\";s:16:\"blog-post-layout\";s:16:\"one-third-column\";s:18:\"blog-post-per-page\";s:1:\"9\";s:24:\"blog-post-excerpt-length\";s:2:\"45\";}'),(489,3343,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(490,3343,'_wpb_vc_js_status','false'),(491,3343,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(492,3343,'_wp_page_template','tpl-blog.php'),(493,3343,'_tpl_default_settings','a:4:{s:6:\"layout\";s:18:\"content-full-width\";s:16:\"blog-post-layout\";s:16:\"one-third-column\";s:18:\"blog-post-per-page\";s:1:\"9\";s:24:\"blog-post-excerpt-length\";s:2:\"45\";}'),(494,3343,'_wpb_vc_js_status','false'),(495,3345,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(496,3345,'_wpb_vc_js_status','false'),(497,3345,'_wp_page_template','tpl-blog.php'),(498,3345,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(499,3345,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(500,3345,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"content-full-width\";s:16:\"blog-post-layout\";s:16:\"one-third-column\";s:18:\"blog-post-per-page\";s:1:\"9\";s:20:\"blog-post-gridlayout\";s:4:\"true\";s:24:\"blog-post-excerpt-length\";s:2:\"45\";}'),(501,3345,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(502,3345,'_wp_page_template','tpl-blog.php'),(503,3345,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"content-full-width\";s:16:\"blog-post-layout\";s:16:\"one-third-column\";s:18:\"blog-post-per-page\";s:1:\"9\";s:20:\"blog-post-gridlayout\";s:4:\"true\";s:24:\"blog-post-excerpt-length\";s:2:\"45\";}'),(504,3345,'_wpb_vc_js_status','false'),(505,3347,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(506,3347,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(507,3347,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(508,3347,'_wp_page_template','tpl-blog.php'),(509,3347,'_tpl_default_settings','a:4:{s:6:\"layout\";s:17:\"with-left-sidebar\";s:16:\"blog-post-layout\";s:16:\"one-third-column\";s:18:\"blog-post-per-page\";s:1:\"9\";s:24:\"blog-post-excerpt-length\";s:2:\"45\";}'),(510,3347,'_wpb_vc_js_status','false'),(511,3347,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(512,3347,'_wp_page_template','tpl-blog.php'),(513,3347,'_tpl_default_settings','a:4:{s:6:\"layout\";s:17:\"with-left-sidebar\";s:16:\"blog-post-layout\";s:16:\"one-third-column\";s:18:\"blog-post-per-page\";s:1:\"9\";s:24:\"blog-post-excerpt-length\";s:2:\"45\";}'),(514,3347,'_wpb_vc_js_status','false'),(515,4511,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(516,4511,'_wpb_shortcodes_custom_css','.vc_custom_1485926060526{margin-top: 20px !important;}.vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1590114230379{margin-bottom: 10px !important;}.vc_custom_1589718644129{margin-bottom: 50px !important;}.vc_custom_1590114271414{margin-bottom: 10px !important;}'),(517,4511,'_wpb_vc_js_status','true'),(518,4511,'_wpb_shortcodes_custom_css','.vc_custom_1485926060526{margin-top: 20px !important;}.vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1590114230379{margin-bottom: 10px !important;}.vc_custom_1589718644129{margin-bottom: 50px !important;}.vc_custom_1590114271414{margin-bottom: 10px !important;}'),(519,4511,'_tpl_default_settings','a:6:{s:6:\"layout\";s:18:\"content-full-width\";s:26:\"disable_breadcrumb_section\";s:4:\"true\";s:11:\"show_slider\";s:4:\"true\";s:11:\"slider_type\";s:16:\"revolutionslider\";s:19:\"revolutionslider_id\";s:8:\"homepage\";s:12:\"slider_image\";s:68:\"http://deanostudios.com/wp-content/uploads/2017/01/deanocook-l-1.jpg\";}'),(520,4511,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(521,4511,'_dt_enable_builder','0'),(522,4511,'_wp_page_template','tpl-plain.php'),(523,4511,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(524,4511,'_wpb_shortcodes_custom_css','.vc_custom_1485926060526{margin-top: 20px !important;}.vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1590114230379{margin-bottom: 10px !important;}.vc_custom_1589718644129{margin-bottom: 50px !important;}.vc_custom_1590114271414{margin-bottom: 10px !important;}'),(525,4511,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(526,4511,'_dt_enable_builder','0'),(527,4511,'_wp_page_template','tpl-plain.php'),(528,4511,'_tpl_default_settings','a:6:{s:6:\"layout\";s:18:\"content-full-width\";s:26:\"disable_breadcrumb_section\";s:4:\"true\";s:11:\"show_slider\";s:4:\"true\";s:11:\"slider_type\";s:16:\"revolutionslider\";s:19:\"revolutionslider_id\";s:8:\"homepage\";s:12:\"slider_image\";s:68:\"http://deanostudios.com/wp-content/uploads/2017/01/deanocook-l-1.jpg\";}'),(529,4511,'_wpb_vc_js_status','true'),(530,4511,'_wpb_shortcodes_custom_css','.vc_custom_1485926060526{margin-top: 20px !important;}.vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1590114230379{margin-bottom: 10px !important;}.vc_custom_1589718644129{margin-bottom: 50px !important;}.vc_custom_1590114271414{margin-bottom: 10px !important;}'),(531,4511,'_edit_last','3'),(532,4511,'slide_template','default'),(533,4511,'_oembed_time_534b93f9f23e21b37d997cca8036981a','1486445310'),(534,4511,'_oembed_534b93f9f23e21b37d997cca8036981a','<iframe width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/wWpS1vHTGlk?feature=oembed&wmode=opaque\" frameborder=\"0\" allowfullscreen></iframe>'),(535,3349,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(536,3349,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(537,3349,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(538,3349,'_wp_page_template','tpl-blog.php'),(539,3349,'_tpl_default_settings','a:4:{s:6:\"layout\";s:18:\"with-right-sidebar\";s:16:\"blog-post-layout\";s:16:\"one-third-column\";s:18:\"blog-post-per-page\";s:1:\"9\";s:24:\"blog-post-excerpt-length\";s:2:\"45\";}'),(540,3349,'_wpb_vc_js_status','false'),(541,3349,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(542,3349,'_wp_page_template','tpl-blog.php'),(543,3349,'_tpl_default_settings','a:4:{s:6:\"layout\";s:18:\"with-right-sidebar\";s:16:\"blog-post-layout\";s:16:\"one-third-column\";s:18:\"blog-post-per-page\";s:1:\"9\";s:24:\"blog-post-excerpt-length\";s:2:\"45\";}'),(544,3349,'_wpb_vc_js_status','false'),(545,3363,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(546,3363,'_wp_page_template','tpl-portfolio.php'),(547,3363,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"content-full-width\";s:21:\"portfolio-post-layout\";s:15:\"one-half-column\";s:23:\"portfolio-post-per-page\";s:1:\"6\";s:6:\"filter\";s:4:\"true\";s:5:\"space\";s:4:\"true\";}'),(548,3363,'_wpb_vc_js_status','false'),(549,3363,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(550,3363,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(551,3363,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(552,3363,'_wp_page_template','tpl-portfolio.php'),(553,3363,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"content-full-width\";s:21:\"portfolio-post-layout\";s:15:\"one-half-column\";s:23:\"portfolio-post-per-page\";s:1:\"6\";s:6:\"filter\";s:4:\"true\";s:5:\"space\";s:4:\"true\";}'),(554,3363,'_wpb_vc_js_status','false'),(555,3367,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(556,3367,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(557,3367,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(558,3367,'_wp_page_template','tpl-portfolio-fullwidth.php'),(559,3367,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"content-full-width\";s:21:\"portfolio-post-layout\";s:15:\"one-half-column\";s:23:\"portfolio-post-per-page\";s:1:\"6\";s:6:\"filter\";s:4:\"true\";s:8:\"loadmore\";s:4:\"true\";}'),(560,3367,'_wpb_vc_js_status','false'),(561,3367,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(562,3367,'_wp_page_template','tpl-portfolio-fullwidth.php'),(563,3367,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"content-full-width\";s:21:\"portfolio-post-layout\";s:15:\"one-half-column\";s:23:\"portfolio-post-per-page\";s:1:\"6\";s:6:\"filter\";s:4:\"true\";s:8:\"loadmore\";s:4:\"true\";}'),(564,3367,'_wpb_vc_js_status','false'),(565,3370,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(566,3370,'_tpl_default_settings','a:5:{s:6:\"layout\";s:17:\"with-left-sidebar\";s:21:\"portfolio-post-layout\";s:15:\"one-half-column\";s:23:\"portfolio-post-per-page\";s:1:\"6\";s:6:\"filter\";s:4:\"true\";s:5:\"space\";s:4:\"true\";}'),(567,3370,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(568,3370,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(569,3370,'_wp_page_template','tpl-portfolio.php'),(570,3370,'_wpb_vc_js_status','false'),(571,3370,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(572,3370,'_wp_page_template','tpl-portfolio.php'),(573,3370,'_tpl_default_settings','a:5:{s:6:\"layout\";s:17:\"with-left-sidebar\";s:21:\"portfolio-post-layout\";s:15:\"one-half-column\";s:23:\"portfolio-post-per-page\";s:1:\"6\";s:6:\"filter\";s:4:\"true\";s:5:\"space\";s:4:\"true\";}'),(574,3370,'_wpb_vc_js_status','false'),(575,3372,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(576,3372,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"with-right-sidebar\";s:21:\"portfolio-post-layout\";s:15:\"one-half-column\";s:23:\"portfolio-post-per-page\";s:1:\"6\";s:6:\"filter\";s:4:\"true\";s:5:\"space\";s:4:\"true\";}'),(577,3372,'_wp_page_template','tpl-portfolio.php'),(578,3372,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(579,3372,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(580,3372,'_wpb_vc_js_status','false'),(581,3372,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(582,3372,'_wp_page_template','tpl-portfolio.php'),(583,3372,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"with-right-sidebar\";s:21:\"portfolio-post-layout\";s:15:\"one-half-column\";s:23:\"portfolio-post-per-page\";s:1:\"6\";s:6:\"filter\";s:4:\"true\";s:5:\"space\";s:4:\"true\";}'),(584,3372,'_wpb_vc_js_status','false'),(585,3380,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(586,3380,'_wpb_vc_js_status','false'),(587,3380,'_tpl_default_settings','a:6:{s:6:\"layout\";s:18:\"content-full-width\";s:21:\"portfolio-post-layout\";s:15:\"one-half-column\";s:23:\"portfolio-post-per-page\";s:1:\"6\";s:6:\"filter\";s:4:\"true\";s:5:\"space\";s:4:\"true\";s:8:\"loadmore\";s:4:\"true\";}'),(588,3380,'_wp_page_template','tpl-portfolio.php'),(589,3380,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(590,3380,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(591,3380,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(592,3380,'_wp_page_template','tpl-portfolio.php'),(593,3380,'_tpl_default_settings','a:6:{s:6:\"layout\";s:18:\"content-full-width\";s:21:\"portfolio-post-layout\";s:15:\"one-half-column\";s:23:\"portfolio-post-per-page\";s:1:\"6\";s:6:\"filter\";s:4:\"true\";s:5:\"space\";s:4:\"true\";s:8:\"loadmore\";s:4:\"true\";}'),(594,3380,'_wpb_vc_js_status','false'),(595,3382,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(596,3382,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(597,3382,'_wpb_vc_js_status','false'),(598,3382,'_tpl_default_settings','a:4:{s:6:\"layout\";s:18:\"content-full-width\";s:21:\"portfolio-post-layout\";s:15:\"one-half-column\";s:23:\"portfolio-post-per-page\";s:1:\"6\";s:5:\"space\";s:4:\"true\";}'),(599,3382,'_wp_page_template','tpl-portfolio.php'),(600,3382,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(601,3382,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(602,3382,'_wp_page_template','tpl-portfolio.php'),(603,3382,'_tpl_default_settings','a:4:{s:6:\"layout\";s:18:\"content-full-width\";s:21:\"portfolio-post-layout\";s:15:\"one-half-column\";s:23:\"portfolio-post-per-page\";s:1:\"6\";s:5:\"space\";s:4:\"true\";}'),(604,3382,'_wpb_vc_js_status','false'),(605,3387,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(606,3387,'_wpb_vc_js_status','false'),(607,3387,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"content-full-width\";s:21:\"portfolio-post-layout\";s:16:\"one-third-column\";s:23:\"portfolio-post-per-page\";s:1:\"9\";s:6:\"filter\";s:4:\"true\";s:5:\"space\";s:4:\"true\";}'),(608,3387,'_wp_page_template','tpl-portfolio.php'),(609,3387,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(610,3387,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(611,3387,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(612,3387,'_wp_page_template','tpl-portfolio.php'),(613,3387,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"content-full-width\";s:21:\"portfolio-post-layout\";s:16:\"one-third-column\";s:23:\"portfolio-post-per-page\";s:1:\"9\";s:6:\"filter\";s:4:\"true\";s:5:\"space\";s:4:\"true\";}'),(614,3387,'_wpb_vc_js_status','false'),(615,3389,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(616,3389,'_wpb_shortcodes_custom_css','.vc_custom_1484626882179{margin-top: -30px !important;margin-bottom: 30px !important;}'),(617,3389,'_tpl_default_settings','a:8:{s:6:\"layout\";s:18:\"content-full-width\";s:26:\"disable_breadcrumb_section\";s:4:\"true\";s:21:\"portfolio-post-layout\";s:15:\"one-half-column\";s:23:\"portfolio-post-per-page\";s:2:\"-1\";s:6:\"filter\";s:4:\"true\";s:5:\"space\";s:4:\"true\";s:8:\"loadmore\";s:4:\"true\";s:20:\"portfolio-categories\";a:1:{i:0;s:2:\"84\";}}'),(618,3389,'_wp_page_template','tpl-portfolio.php'),(619,3389,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(620,3389,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(621,3389,'_edit_last','1'),(622,3389,'slide_template','default'),(623,3389,'_wpb_vc_js_status','true'),(624,3389,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(625,3389,'_wp_page_template','tpl-portfolio.php'),(626,3389,'_tpl_default_settings','a:8:{s:6:\"layout\";s:18:\"content-full-width\";s:26:\"disable_breadcrumb_section\";s:4:\"true\";s:21:\"portfolio-post-layout\";s:15:\"one-half-column\";s:23:\"portfolio-post-per-page\";s:2:\"-1\";s:6:\"filter\";s:4:\"true\";s:5:\"space\";s:4:\"true\";s:8:\"loadmore\";s:4:\"true\";s:20:\"portfolio-categories\";a:1:{i:0;s:2:\"84\";}}'),(627,3389,'_wpb_vc_js_status','true'),(628,3389,'_wpb_shortcodes_custom_css','.vc_custom_1484626882179{margin-top: -30px !important;margin-bottom: 30px !important;}'),(629,3391,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(630,3391,'_tpl_default_settings','a:5:{s:6:\"layout\";s:17:\"with-left-sidebar\";s:21:\"portfolio-post-layout\";s:16:\"one-third-column\";s:23:\"portfolio-post-per-page\";s:1:\"9\";s:6:\"filter\";s:4:\"true\";s:5:\"space\";s:4:\"true\";}'),(631,3391,'_wp_page_template','tpl-portfolio.php'),(632,3391,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(633,3391,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(634,3391,'_wpb_vc_js_status','false'),(635,3391,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(636,3391,'_wp_page_template','tpl-portfolio.php'),(637,3391,'_tpl_default_settings','a:5:{s:6:\"layout\";s:17:\"with-left-sidebar\";s:21:\"portfolio-post-layout\";s:16:\"one-third-column\";s:23:\"portfolio-post-per-page\";s:1:\"9\";s:6:\"filter\";s:4:\"true\";s:5:\"space\";s:4:\"true\";}'),(638,3391,'_wpb_vc_js_status','false'),(639,3393,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(640,3393,'_wpb_vc_js_status','false'),(641,3393,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(642,3393,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(643,3393,'_wp_page_template','tpl-portfolio.php'),(644,3393,'_tpl_default_settings','a:6:{s:6:\"layout\";s:18:\"content-full-width\";s:21:\"portfolio-post-layout\";s:16:\"one-third-column\";s:23:\"portfolio-post-per-page\";s:1:\"9\";s:6:\"filter\";s:4:\"true\";s:5:\"space\";s:4:\"true\";s:8:\"loadmore\";s:4:\"true\";}'),(645,3393,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(646,3393,'_wp_page_template','tpl-portfolio.php'),(647,3393,'_tpl_default_settings','a:6:{s:6:\"layout\";s:18:\"content-full-width\";s:21:\"portfolio-post-layout\";s:16:\"one-third-column\";s:23:\"portfolio-post-per-page\";s:1:\"9\";s:6:\"filter\";s:4:\"true\";s:5:\"space\";s:4:\"true\";s:8:\"loadmore\";s:4:\"true\";}'),(648,3393,'_wpb_vc_js_status','false'),(649,3395,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(650,3395,'_wp_page_template','tpl-portfolio.php'),(651,3395,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(652,3395,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(653,3395,'_wpb_vc_js_status','false'),(654,3395,'_tpl_default_settings','a:4:{s:6:\"layout\";s:18:\"content-full-width\";s:21:\"portfolio-post-layout\";s:16:\"one-third-column\";s:23:\"portfolio-post-per-page\";s:1:\"9\";s:5:\"space\";s:4:\"true\";}'),(655,3395,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(656,3395,'_wp_page_template','tpl-portfolio.php'),(657,3395,'_tpl_default_settings','a:4:{s:6:\"layout\";s:18:\"content-full-width\";s:21:\"portfolio-post-layout\";s:16:\"one-third-column\";s:23:\"portfolio-post-per-page\";s:1:\"9\";s:5:\"space\";s:4:\"true\";}'),(658,3395,'_wpb_vc_js_status','false'),(659,3397,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(660,3397,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"with-right-sidebar\";s:21:\"portfolio-post-layout\";s:16:\"one-third-column\";s:23:\"portfolio-post-per-page\";s:2:\"-1\";s:6:\"filter\";s:4:\"true\";s:5:\"space\";s:4:\"true\";}'),(661,3397,'_wp_page_template','tpl-portfolio.php'),(662,3397,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(663,3397,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(664,3397,'_wpb_vc_js_status','false'),(665,3397,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(666,3397,'_wp_page_template','tpl-portfolio.php'),(667,3397,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"with-right-sidebar\";s:21:\"portfolio-post-layout\";s:16:\"one-third-column\";s:23:\"portfolio-post-per-page\";s:2:\"-1\";s:6:\"filter\";s:4:\"true\";s:5:\"space\";s:4:\"true\";}'),(668,3397,'_wpb_vc_js_status','false'),(669,3406,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(670,3406,'_wpb_vc_js_status','false'),(671,3406,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"content-full-width\";s:21:\"portfolio-post-layout\";s:17:\"one-fourth-column\";s:23:\"portfolio-post-per-page\";s:1:\"8\";s:6:\"filter\";s:4:\"true\";s:5:\"space\";s:4:\"true\";}'),(672,3406,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(673,3406,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(674,3406,'_wp_page_template','tpl-portfolio.php'),(675,3406,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(676,3406,'_wp_page_template','tpl-portfolio.php'),(677,3406,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"content-full-width\";s:21:\"portfolio-post-layout\";s:17:\"one-fourth-column\";s:23:\"portfolio-post-per-page\";s:1:\"8\";s:6:\"filter\";s:4:\"true\";s:5:\"space\";s:4:\"true\";}'),(678,3406,'_wpb_vc_js_status','false'),(679,3408,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(680,3408,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(681,3408,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(682,3408,'_wpb_vc_js_status','false'),(683,3408,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"content-full-width\";s:21:\"portfolio-post-layout\";s:17:\"one-fourth-column\";s:23:\"portfolio-post-per-page\";s:1:\"8\";s:6:\"filter\";s:4:\"true\";s:8:\"loadmore\";s:4:\"true\";}'),(684,3408,'_wp_page_template','tpl-portfolio-fullwidth.php'),(685,3408,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(686,3408,'_wp_page_template','tpl-portfolio-fullwidth.php'),(687,3408,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"content-full-width\";s:21:\"portfolio-post-layout\";s:17:\"one-fourth-column\";s:23:\"portfolio-post-per-page\";s:1:\"8\";s:6:\"filter\";s:4:\"true\";s:8:\"loadmore\";s:4:\"true\";}'),(688,3408,'_wpb_vc_js_status','false'),(689,3410,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(690,3410,'_wpb_vc_js_status','false'),(691,3410,'_tpl_default_settings','a:5:{s:6:\"layout\";s:17:\"with-left-sidebar\";s:21:\"portfolio-post-layout\";s:17:\"one-fourth-column\";s:23:\"portfolio-post-per-page\";s:1:\"8\";s:6:\"filter\";s:4:\"true\";s:5:\"space\";s:4:\"true\";}'),(692,3410,'_wp_page_template','tpl-portfolio.php'),(693,3410,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(694,3410,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(695,3410,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(696,3410,'_wp_page_template','tpl-portfolio.php'),(697,3410,'_tpl_default_settings','a:5:{s:6:\"layout\";s:17:\"with-left-sidebar\";s:21:\"portfolio-post-layout\";s:17:\"one-fourth-column\";s:23:\"portfolio-post-per-page\";s:1:\"8\";s:6:\"filter\";s:4:\"true\";s:5:\"space\";s:4:\"true\";}'),(698,3410,'_wpb_vc_js_status','false'),(699,3412,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(700,3412,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"with-right-sidebar\";s:21:\"portfolio-post-layout\";s:17:\"one-fourth-column\";s:23:\"portfolio-post-per-page\";s:1:\"8\";s:6:\"filter\";s:4:\"true\";s:5:\"space\";s:4:\"true\";}'),(701,3412,'_wp_page_template','tpl-portfolio.php'),(702,3412,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(703,3412,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(704,3412,'_wpb_vc_js_status','false'),(705,3412,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(706,3412,'_wp_page_template','tpl-portfolio.php'),(707,3412,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"with-right-sidebar\";s:21:\"portfolio-post-layout\";s:17:\"one-fourth-column\";s:23:\"portfolio-post-per-page\";s:1:\"8\";s:6:\"filter\";s:4:\"true\";s:5:\"space\";s:4:\"true\";}'),(708,3412,'_wpb_vc_js_status','false'),(709,3414,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(710,3414,'_tpl_default_settings','a:6:{s:6:\"layout\";s:18:\"content-full-width\";s:21:\"portfolio-post-layout\";s:17:\"one-fourth-column\";s:23:\"portfolio-post-per-page\";s:1:\"8\";s:6:\"filter\";s:4:\"true\";s:5:\"space\";s:4:\"true\";s:8:\"loadmore\";s:4:\"true\";}'),(711,3414,'_wp_page_template','tpl-portfolio.php'),(712,3414,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(713,3414,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(714,3414,'_wpb_vc_js_status','false'),(715,3414,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(716,3414,'_wp_page_template','tpl-portfolio.php'),(717,3414,'_tpl_default_settings','a:6:{s:6:\"layout\";s:18:\"content-full-width\";s:21:\"portfolio-post-layout\";s:17:\"one-fourth-column\";s:23:\"portfolio-post-per-page\";s:1:\"8\";s:6:\"filter\";s:4:\"true\";s:5:\"space\";s:4:\"true\";s:8:\"loadmore\";s:4:\"true\";}'),(718,3414,'_wpb_vc_js_status','false'),(719,3416,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(720,3416,'_wpb_vc_js_status','false'),(721,3416,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(722,3416,'_wp_page_template','tpl-portfolio.php'),(723,3416,'_tpl_default_settings','a:4:{s:6:\"layout\";s:18:\"content-full-width\";s:21:\"portfolio-post-layout\";s:17:\"one-fourth-column\";s:23:\"portfolio-post-per-page\";s:1:\"8\";s:5:\"space\";s:4:\"true\";}'),(724,3416,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(725,3416,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(726,3416,'_wp_page_template','tpl-portfolio.php'),(727,3416,'_tpl_default_settings','a:4:{s:6:\"layout\";s:18:\"content-full-width\";s:21:\"portfolio-post-layout\";s:17:\"one-fourth-column\";s:23:\"portfolio-post-per-page\";s:1:\"8\";s:5:\"space\";s:4:\"true\";}'),(728,3416,'_wpb_vc_js_status','false'),(729,3437,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(730,3437,'_wpb_vc_js_status','false'),(731,3437,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"content-full-width\";s:21:\"portfolio-post-layout\";s:17:\"one-fourth-column\";s:23:\"portfolio-post-per-page\";s:2:\"-1\";s:6:\"filter\";s:4:\"true\";s:8:\"loadmore\";s:4:\"true\";}'),(732,3437,'_wp_page_template','tpl-portfolio.php'),(733,3437,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(734,3437,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(735,3437,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(736,3437,'_wp_page_template','tpl-portfolio.php'),(737,3437,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"content-full-width\";s:21:\"portfolio-post-layout\";s:17:\"one-fourth-column\";s:23:\"portfolio-post-per-page\";s:2:\"-1\";s:6:\"filter\";s:4:\"true\";s:8:\"loadmore\";s:4:\"true\";}'),(738,3437,'_wpb_vc_js_status','false'),(739,3441,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(740,3441,'_wpb_vc_js_status','false'),(741,3441,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"content-full-width\";s:21:\"portfolio-post-layout\";s:16:\"one-third-column\";s:23:\"portfolio-post-per-page\";s:2:\"-1\";s:6:\"filter\";s:4:\"true\";s:8:\"loadmore\";s:4:\"true\";}'),(742,3441,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(743,3441,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(744,3441,'_wp_page_template','tpl-portfolio.php'),(745,3441,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(746,3441,'_wp_page_template','tpl-portfolio.php'),(747,3441,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"content-full-width\";s:21:\"portfolio-post-layout\";s:16:\"one-third-column\";s:23:\"portfolio-post-per-page\";s:2:\"-1\";s:6:\"filter\";s:4:\"true\";s:8:\"loadmore\";s:4:\"true\";}'),(748,3441,'_wpb_vc_js_status','false'),(749,3444,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(750,3444,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(751,3444,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(752,3444,'_wpb_vc_js_status','false'),(753,3444,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"content-full-width\";s:21:\"portfolio-post-layout\";s:15:\"one-half-column\";s:23:\"portfolio-post-per-page\";s:2:\"-1\";s:6:\"filter\";s:4:\"true\";s:8:\"loadmore\";s:4:\"true\";}'),(754,3444,'_wp_page_template','tpl-portfolio.php'),(755,3444,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(756,3444,'_wp_page_template','tpl-portfolio.php'),(757,3444,'_tpl_default_settings','a:5:{s:6:\"layout\";s:18:\"content-full-width\";s:21:\"portfolio-post-layout\";s:15:\"one-half-column\";s:23:\"portfolio-post-per-page\";s:2:\"-1\";s:6:\"filter\";s:4:\"true\";s:8:\"loadmore\";s:4:\"true\";}'),(758,3444,'_wpb_vc_js_status','false'),(759,3462,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(760,3462,'_wpb_shortcodes_custom_css','.vc_custom_1460965725689{margin-bottom: 50px !important;}.vc_custom_1460969626790{margin-bottom: 50px !important;}'),(761,3462,'_wpb_vc_js_status','true'),(762,3462,'_wpb_shortcodes_custom_css','.vc_custom_1460965725689{margin-bottom: 50px !important;}.vc_custom_1460969626790{margin-bottom: 50px !important;}'),(763,3462,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(764,3462,'_wpb_shortcodes_custom_css','.vc_custom_1460965725689{margin-bottom: 50px !important;}.vc_custom_1460969626790{margin-bottom: 50px !important;}'),(765,3462,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(766,3462,'_wp_page_template','default'),(767,3462,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(768,3462,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(769,3462,'_wp_page_template','default'),(770,3462,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(771,3462,'_wpb_vc_js_status','true'),(772,3462,'_wpb_shortcodes_custom_css','.vc_custom_1460965725689{margin-bottom: 50px !important;}.vc_custom_1460969626790{margin-bottom: 50px !important;}'),(773,3478,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(774,3478,'_wpb_shortcodes_custom_css','.vc_custom_1460973526570{margin-bottom: 30px !important;}.vc_custom_1461830338971{margin-bottom: 40px !important;}.vc_custom_1461830356590{margin-bottom: 40px !important;}.vc_custom_1461830378056{margin-bottom: 40px !important;}.vc_custom_1461830345444{margin-bottom: 40px !important;}.vc_custom_1461830368755{margin-bottom: 40px !important;}.vc_custom_1461830387406{margin-bottom: 40px !important;}.vc_custom_1460976584888{margin-right: 30px !important;margin-bottom: 0px !important;}.vc_custom_1460976651492{margin-right: 30px !important;margin-bottom: 0px !important;}.vc_custom_1460976658472{margin-right: 30px !important;margin-bottom: 0px !important;}.vc_custom_1460976594125{margin-right: 30px !important;margin-bottom: 0px !important;}.vc_custom_1460976637566{margin-right: 30px !important;margin-bottom: 0px !important;}.vc_custom_146097664\n4268{margin-right: 30px !important;margin-bottom: 0px !important;}.vc_custom_1460976602041{margin-right: 30px !important;margin-bottom: 0px !important;}.vc_custom_1460976618538{margin-right: 30px !important;margin-bottom: 0px !important;}.vc_custom_1460976630363{margin-right: 30px !important;margin-bottom: 0px !important;}'),(775,3478,'_wpb_shortcodes_custom_css','.vc_custom_1460973526570{margin-bottom: 30px !important;}.vc_custom_1461830338971{margin-bottom: 40px !important;}.vc_custom_1461830356590{margin-bottom: 40px !important;}.vc_custom_1461830378056{margin-bottom: 40px !important;}.vc_custom_1461830345444{margin-bottom: 40px !important;}.vc_custom_1461830368755{margin-bottom: 40px !important;}.vc_custom_1461830387406{margin-bottom: 40px !important;}.vc_custom_1460976584888{margin-right: 30px !important;margin-bottom: 0px !important;}.vc_custom_1460976651492{margin-right: 30px !important;margin-bottom: 0px !important;}.vc_custom_1460976658472{margin-right: 30px !important;margin-bottom: 0px !important;}.vc_custom_1460976594125{margin-right: 30px !important;margin-bottom: 0px !important;}.vc_custom_1460976637566{margin-right: 30px !important;margin-bottom: 0px !important;}.vc_custom_146097664\n4268{margin-right: 30px !important;margin-bottom: 0px !important;}.vc_custom_1460976602041{margin-right: 30px !important;margin-bottom: 0px !important;}.vc_custom_1460976618538{margin-right: 30px !important;margin-bottom: 0px !important;}.vc_custom_1460976630363{margin-right: 30px !important;margin-bottom: 0px !important;}'),(776,3478,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(777,3478,'_wpb_shortcodes_custom_css','.vc_custom_1460973526570{margin-bottom: 30px !important;}.vc_custom_1461830338971{margin-bottom: 40px !important;}.vc_custom_1461830356590{margin-bottom: 40px !important;}.vc_custom_1461830378056{margin-bottom: 40px !important;}.vc_custom_1461830345444{margin-bottom: 40px !important;}.vc_custom_1461830368755{margin-bottom: 40px !important;}.vc_custom_1461830387406{margin-bottom: 40px !important;}.vc_custom_1460976584888{margin-right: 30px !important;margin-bottom: 0px !important;}.vc_custom_1460976651492{margin-right: 30px !important;margin-bottom: 0px !important;}.vc_custom_1460976658472{margin-right: 30px !important;margin-bottom: 0px !important;}.vc_custom_1460976594125{margin-right: 30px !important;margin-bottom: 0px !important;}.vc_custom_1460976637566{margin-right: 30px !important;margin-bottom: 0px !important;}.vc_custom_1460976644268{margin-right: 30px !important;margin-bottom: 0px !important;}.vc_custom_1460976602041{margin-right: 30px !important;margin-bottom: 0px !important;}.vc_custom_1460976618538{margin-right: 30px !important;margin-bottom: 0px !important;}.vc_custom_1460976630363{margin-right: 30px !important;margin-bottom: 0px !important;}'),(778,3478,'_wpb_vc_js_status','true'),(779,3478,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(780,3478,'_wp_page_template','default'),(781,3478,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(782,3478,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(783,3478,'_wp_page_template','default'),(784,3478,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(785,3478,'_wpb_vc_js_status','true'),(786,3478,'_wpb_shortcodes_custom_css','.vc_custom_1460973526570{margin-bottom: 30px !important;}.vc_custom_1461830338971{margin-bottom: 40px !important;}.vc_custom_1461830356590{margin-bottom: 40px !important;}.vc_custom_1461830378056{margin-bottom: 40px !important;}.vc_custom_1461830345444{margin-bottom: 40px !important;}.vc_custom_1461830368755{margin-bottom: 40px !important;}.vc_custom_1461830387406{margin-bottom: 40px !important;}.vc_custom_1460976584888{margin-right: 30px !important;margin-bottom: 0px !important;}.vc_custom_1460976651492{margin-right: 30px !important;margin-bottom: 0px !important;}.vc_custom_1460976658472{margin-right: 30px !important;margin-bottom: 0px !important;}.vc_custom_1460976594125{margin-right: 30px !important;margin-bottom: 0px !important;}.vc_custom_1460976637566{margin-right: 30px !important;margin-bottom: 0px !important;}.vc_custom_1460976644268{margin-right: 30px !important;margin-bottom: 0px !important;}.vc_custom_1460976602041{margin-right: 30px !important;margin-bottom: 0px !important;}.vc_custom_1460976618538{margin-right: 30px !important;margin-bottom: 0px !important;}.vc_custom_1460976630363{margin-right: 30px !important;margin-bottom: 0px !important;}'),(787,3504,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(788,3504,'_wpb_shortcodes_custom_css','.vc_custom_1461826516873{margin-bottom: 50px !important;}.vc_custom_1461826528757{margin-bottom: 50px !important;}.vc_custom_1461826540333{margin-bottom: 50px !important;}.vc_custom_1461826548544{margin-bottom: 50px !important;}'),(789,3504,'_wpb_shortcodes_custom_css','.vc_custom_1461826516873{margin-bottom: 50px !important;}.vc_custom_1461826528757{margin-bottom: 50px !important;}.vc_custom_1461826540333{margin-bottom: 50px !important;}.vc_custom_1461826548544{margin-bottom: 50px !important;}'),(790,3504,'_wpb_vc_js_status','true'),(791,3504,'_wp_page_template','default'),(792,3504,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(793,3504,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(794,3504,'_wpb_shortcodes_custom_css','.vc_custom_1461826516873{margin-bottom: 50px !important;}.vc_custom_1461826528757{margin-bottom: 50px !important;}.vc_custom_1461826540333{margin-bottom: 50px !important;}.vc_custom_1461826548544{margin-bottom: 50px !important;}'),(795,3504,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(796,3504,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(797,3504,'_wp_page_template','default'),(798,3504,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(799,3504,'_wpb_vc_js_status','true'),(800,3504,'_wpb_shortcodes_custom_css','.vc_custom_1461826516873{margin-bottom: 50px !important;}.vc_custom_1461826528757{margin-bottom: 50px !important;}.vc_custom_1461826540333{margin-bottom: 50px !important;}.vc_custom_1461826548544{margin-bottom: 50px !important;}'),(801,3523,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(802,3523,'_wpb_shortcodes_custom_css','.vc_custom_1460965725689{margin-bottom: 50px !important;}.vc_custom_1460969626790{margin-bottom: 50px !important;}'),(803,3523,'_wpb_shortcodes_custom_css','.vc_custom_1460965725689{margin-bottom: 50px !important;}.vc_custom_1460969626790{margin-bottom: 50px !important;}'),(804,3523,'_wpb_vc_js_status','true'),(805,3523,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(806,3523,'_wp_page_template','default'),(807,3523,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(808,3523,'_wpb_shortcodes_custom_css','.vc_custom_1460965725689{margin-bottom: 50px !important;}.vc_custom_1460969626790{margin-bottom: 50px !important;}'),(809,3523,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(810,3523,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(811,3523,'_wp_page_template','default'),(812,3523,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(813,3523,'_wpb_vc_js_status','true'),(814,3523,'_wpb_shortcodes_custom_css','.vc_custom_1460965725689{margin-bottom: 50px !important;}.vc_custom_1460969626790{margin-bottom: 50px !important;}'),(815,3526,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(816,3526,'_wpb_shortcodes_custom_css','.vc_custom_1461037645325{margin-bottom: 50px !important;}.vc_custom_1461037651794{margin-bottom: 50px !important;}.vc_custom_1461037665765{margin-bottom: 50px !important;}.vc_custom_1461037672389{margin-bottom: 50px !important;}.vc_custom_1461037681625{margin-bottom: 50px !important;}.vc_custom_1461037689662{margin-bottom: 50px !important;}.vc_custom_1461037697309{margin-bottom: 50px !important;}.vc_custom_1461037712749{margin-bottom: 50px !important;}.vc_custom_1461037721924{margin-bottom: 50px !important;}.vc_custom_1461037731658{margin-bottom: 50px !important;}.vc_custom_1461037739289{margin-bottom: 50px !important;}.vc_custom_1461037590247{margin-bottom: 50px !important;}.vc_custom_1459840602175{margin-bottom: 0px !important;}.vc_custom_1459840607495{margin-bottom: 0px !important;}.vc_custom_1459840615384{margin-bottom: 0px !important;}.vc_custom_1459840620503{margin-bottom: 0px !important;}.vc_custom_1459840649880{margin-bottom: 0px !important;}.vc_custom_1459840655240{margin-bottom: 0px !important;}.vc_custom_1459840441084{margin-bottom: 0px !important;}.vc_custom_1459841787134{margin-bottom: 0px !important;}'),(817,3526,'_wpb_shortcodes_custom_css','.vc_custom_1461037645325{margin-bottom: 50px !important;}.vc_custom_1461037651794{margin-bottom: 50px !important;}.vc_custom_1461037665765{margin-bottom: 50px !important;}.vc_custom_1461037672389{margin-bottom: 50px !important;}.vc_custom_1461037681625{margin-bottom: 50px !important;}.vc_custom_1461037689662{margin-bottom: 50px !important;}.vc_custom_1461037697309{margin-bottom: 50px !important;}.vc_custom_1461037712749{margin-bottom: 50px !important;}.vc_custom_1461037721924{margin-bottom: 50px !important;}.vc_custom_1461037731658{margin-bottom: 50px !important;}.vc_custom_1461037739289{margin-bottom: 50px !important;}.vc_custom_1461037590247{margin-bottom: 50px !important;}.vc_custom_1459840602175{margin-bottom: 0px !important;}.vc_custom_1459840607495{margin-bottom: 0px !important;}.vc_custom_1459840615384{margin-bottom: 0px !important;}.vc_custom_1459840620503{margin-bottom: 0px !important;}.vc_custom_1459840649880{margin-bottom: 0px !important;}.vc_custom_1459840655240{margin-bottom: 0px !important;}.vc_custom_1459840441084{margin-bottom: 0px !important;}.vc_custom_1459841787134{margin-bottom: 0px !important;}'),(818,3526,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(819,3526,'_wpb_shortcodes_custom_css','.vc_custom_1461037645325{margin-bottom: 50px !important;}.vc_custom_1461037651794{margin-bottom: 50px !important;}.vc_custom_1461037665765{margin-bottom: 50px !important;}.vc_custom_1461037672389{margin-bottom: 50px !important;}.vc_custom_1461037681625{margin-bottom: 50px !important;}.vc_custom_1461037689662{margin-bottom: 50px !important;}.vc_custom_1461037697309{margin-bottom: 50px !important;}.vc_custom_1461037712749{margin-bottom: 50px !important;}.vc_custom_1461037721924{margin-bottom: 50px !important;}.vc_custom_1461037731658{margin-bottom: 50px !important;}.vc_custom_1461037739289{margin-bottom: 50px !important;}.vc_custom_1461037590247{margin-bottom: 50px !important;}.vc_custom_1459840602175{margin-bottom: 0px !important;}.vc_custom_1459840607495{margin-bottom: 0px !important;}.vc_custom_1459840615384{margin-bottom: 0px !important;}.vc_custom_1459840620503{margin-bottom: 0px !important;}.vc_custom_1459840649880{margin-bottom: 0px !important;}.vc_custom_1459840655240{margin-bottom: 0px !important;}.vc_custom_1459840441084{margin-bottom: 0px !important;}.vc_custom_1459841787134{margin-bottom: 0px !important;}'),(820,3526,'_wpb_vc_js_status','true'),(821,3526,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(822,3526,'_wp_page_template','default'),(823,3526,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(824,3526,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(825,3526,'_wp_page_template','default'),(826,3526,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(827,3526,'_wpb_vc_js_status','true'),(828,3526,'_wpb_shortcodes_custom_css','.vc_custom_1461037645325{margin-bottom: 50px !important;}.vc_custom_1461037651794{margin-bottom: 50px !important;}.vc_custom_1461037665765{margin-bottom: 50px !important;}.vc_custom_1461037672389{margin-bottom: 50px !important;}.vc_custom_1461037681625{margin-bottom: 50px !important;}.vc_custom_1461037689662{margin-bottom: 50px !important;}.vc_custom_1461037697309{margin-bottom: 50px !important;}.vc_custom_1461037712749{margin-bottom: 50px !important;}.vc_custom_1461037721924{margin-bottom: 50px !important;}.vc_custom_1461037731658{margin-bottom: 50px !important;}.vc_custom_1461037739289{margin-bottom: 50px !important;}.vc_custom_1461037590247{margin-bottom: 50px !important;}.vc_custom_1459840602175{margin-bottom: 0px !important;}.vc_custom_1459840607495{margin-bottom: 0px !important;}.vc_custom_1459840615384{margin-bottom: 0px !important;}.vc_custom_1459840620503{margin-bottom: 0px !important;}.vc_custom_1459840649880{margin-bottom: 0px !important;}.vc_custom_1459840655240{margin-bottom: 0px !important;}.vc_custom_1459840441084{margin-bottom: 0px !important;}.vc_custom_1459841787134{margin-bottom: 0px !important;}'),(829,3536,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(830,3536,'_wpb_shortcodes_custom_css','.vc_custom_1461038875117{margin-top: 40px !important;}'),(831,3536,'_wpb_shortcodes_custom_css','.vc_custom_1461038875117{margin-top: 40px !important;}'),(832,3536,'_wp_page_template','default'),(833,3536,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(834,3536,'_wpb_vc_js_status','true'),(835,3536,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(836,3536,'_wpb_shortcodes_custom_css','.vc_custom_1461038875117{margin-top: 40px !important;}'),(837,3536,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(838,3536,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(839,3536,'_wp_page_template','default'),(840,3536,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(841,3536,'_wpb_vc_js_status','true'),(842,3536,'_wpb_shortcodes_custom_css','.vc_custom_1461038875117{margin-top: 40px !important;}'),(843,3541,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(844,3541,'_wpb_shortcodes_custom_css','.vc_custom_1461830319463{margin-bottom: 30px !important;}.vc_custom_1461831510806{margin-bottom: 30px !important;}'),(845,3541,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(846,3541,'_wpb_shortcodes_custom_css','.vc_custom_1461830319463{margin-bottom: 30px !important;}.vc_custom_1461831510806{margin-bottom: 30px !important;}'),(847,3541,'_wpb_vc_js_status','true'),(848,3541,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(849,3541,'_wp_page_template','default'),(850,3541,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(851,3541,'_wpb_shortcodes_custom_css','.vc_custom_1461830319463{margin-bottom: 30px !important;}.vc_custom_1461831510806{margin-bottom: 30px !important;}'),(852,3541,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(853,3541,'_wp_page_template','default'),(854,3541,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(855,3541,'_wpb_vc_js_status','true'),(856,3541,'_wpb_shortcodes_custom_css','.vc_custom_1461830319463{margin-bottom: 30px !important;}.vc_custom_1461831510806{margin-bottom: 30px !important;}'),(857,3547,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(858,3547,'_wpb_shortcodes_custom_css','.vc_custom_1461823411315{margin-bottom: 30px !important;}.vc_custom_1461823424396{margin-bottom: 30px !important;}'),(859,3547,'_wp_page_template','default'),(860,3547,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(861,3547,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(862,3547,'_wpb_shortcodes_custom_css','.vc_custom_1461823411315{margin-bottom: 30px !important;}.vc_custom_1461823424396{margin-bottom: 30px !important;}'),(863,3547,'_wpb_shortcodes_custom_css','.vc_custom_1461823411315{margin-bottom: 30px !important;}.vc_custom_1461823424396{margin-bottom: 30px !important;}'),(864,3547,'_wpb_vc_js_status','true'),(865,3547,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(866,3547,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(867,3547,'_wp_page_template','default'),(868,3547,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(869,3547,'_wpb_vc_js_status','true'),(870,3547,'_wpb_shortcodes_custom_css','.vc_custom_1461823411315{margin-bottom: 30px !important;}.vc_custom_1461823424396{margin-bottom: 30px !important;}'),(871,3555,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(872,3555,'_wpb_shortcodes_custom_css','.vc_custom_1461574551139{margin-bottom: 80px !important;}.vc_custom_1461824994393{margin-bottom: 50px !important;}.vc_custom_1461825001492{margin-bottom: 50px !important;}'),(873,3555,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(874,3555,'_wpb_vc_js_status','true'),(875,3555,'_wpb_shortcodes_custom_css','.vc_custom_1461574551139{margin-bottom: 80px !important;}.vc_custom_1461824994393{margin-bottom: 50px !important;}.vc_custom_1461825001492{margin-bottom: 50px !important;}'),(876,3555,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(877,3555,'_wpb_shortcodes_custom_css','.vc_custom_1461574551139{margin-bottom: 80px !important;}.vc_custom_1461824994393{margin-bottom: 50px !important;}.vc_custom_1461825001492{margin-bottom: 50px !important;}'),(878,3555,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(879,3555,'_wp_page_template','default'),(880,3555,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(881,3555,'_wp_page_template','default'),(882,3555,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(883,3555,'_wpb_vc_js_status','true'),(884,3555,'_wpb_shortcodes_custom_css','.vc_custom_1461574551139{margin-bottom: 80px !important;}.vc_custom_1461824994393{margin-bottom: 50px !important;}.vc_custom_1461825001492{margin-bottom: 50px !important;}'),(885,3558,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(886,3558,'_wpb_shortcodes_custom_css','.vc_custom_1461823509509{margin-bottom: 50px !important;}.vc_custom_1461823566165{margin-bottom: 50px !important;}'),(887,3558,'_wpb_shortcodes_custom_css','.vc_custom_1461823509509{margin-bottom: 50px !important;}.vc_custom_1461823566165{margin-bottom: 50px !important;}'),(888,3558,'_wpb_vc_js_status','true'),(889,3558,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(890,3558,'_wp_page_template','default'),(891,3558,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(892,3558,'_wpb_shortcodes_custom_css','.vc_custom_1461823509509{margin-bottom: 50px !important;}.vc_custom_1461823566165{margin-bottom: 50px !important;}'),(893,3558,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(894,3558,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(895,3558,'_wp_page_template','default'),(896,3558,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(897,3558,'_wpb_vc_js_status','true'),(898,3558,'_wpb_shortcodes_custom_css','.vc_custom_1461823509509{margin-bottom: 50px !important;}.vc_custom_1461823566165{margin-bottom: 50px !important;}'),(899,3566,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(900,3566,'_wpb_shortcodes_custom_css','.vc_custom_1461041679399{margin-bottom: 50px !important;}.vc_custom_1461821999626{margin-bottom: 30px !important;}.vc_custom_1461822015115{margin-bottom: 30px !important;}'),(901,3566,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(902,3566,'_wp_page_template','default'),(903,3566,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(904,3566,'_wpb_shortcodes_custom_css','.vc_custom_1461041679399{margin-bottom: 50px !important;}.vc_custom_1461821999626{margin-bottom: 30px !important;}.vc_custom_1461822015115{margin-bottom: 30px !important;}'),(905,3566,'_wpb_shortcodes_custom_css','.vc_custom_1461041679399{margin-bottom: 50px !important;}.vc_custom_1461821999626{margin-bottom: 30px !important;}.vc_custom_1461822015115{margin-bottom: 30px !important;}'),(906,3566,'_wpb_vc_js_status','true'),(907,3566,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(908,3566,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(909,3566,'_wp_page_template','default'),(910,3566,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(911,3566,'_wpb_vc_js_status','true'),(912,3566,'_wpb_shortcodes_custom_css','.vc_custom_1461041679399{margin-bottom: 50px !important;}.vc_custom_1461821999626{margin-bottom: 30px !important;}.vc_custom_1461822015115{margin-bottom: 30px !important;}'),(913,3572,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(914,3572,'_wpb_shortcodes_custom_css','.vc_custom_1461042996245{margin-bottom: 50px !important;}.vc_custom_1461043002253{margin-bottom: 50px !important;}.vc_custom_1461043323292{margin-bottom: 50px !important;}.vc_custom_1461043323292{margin-bottom: 50px !important;}.vc_custom_1461043002253{margin-bottom: 50px !important;}.vc_custom_1461043002253{margin-bottom: 50px !important;}.vc_custom_1461043002253{margin-bottom: 50px !important;}.vc_custom_1461043002253{margin-bottom: 50px !important;}.vc_custom_1461825611999{margin-bottom: 30px !important;}.vc_custom_1461825618713{margin-bottom: 30px !important;}.vc_custom_1461825669612{margin-bottom: 30px !important;}.vc_custom_1461825677300{margin-bottom: 30px !important;}.vc_custom_1461825689076{margin-bottom: 30px !important;}.vc_custom_1461043356111{margin-bottom: 30px !important;}.vc_custom_1461825698594{margin-bottom: 60px !important;}.vc_custom_1461825707665{margin-bottom: 30px !important;}.vc_custom_1461825720567{margin-bottom: 30px !important;}.vc_custom_1461825802086{margin-bottom: 30px !important;}.vc_custom_1461826245672{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1461826253301{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1461826260840{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}'),(915,3572,'_wpb_vc_js_status','true'),(916,3572,'_wpb_shortcodes_custom_css','.vc_custom_1461042996245{margin-bottom: 50px !important;}.vc_custom_1461043002253{margin-bottom: 50px !important;}.vc_custom_1461043323292{margin-bottom: 50px !important;}.vc_custom_1461043323292{margin-bottom: 50px !important;}.vc_custom_1461043002253{margin-bottom: 50px !important;}.vc_custom_1461043002253{margin-bottom: 50px !important;}.vc_custom_1461043002253{margin-bottom: 50px !important;}.vc_custom_1461043002253{margin-bottom: 50px !important;}.vc_custom_1461825611999{margin-bottom: 30px !important;}.vc_custom_1461825618713{margin-bottom: 30px !important;}.vc_custom_1461825669612{margin-bottom: 30px !important;}.vc_custom_1461825677300{margin-bottom: 30px !important;}.vc_custom_1461825689076{margin-bottom: 30px !important;}.vc_custom_1461043356111{margin-bottom: 30px !important;}.vc_custom_1461825698594{margin-bottom: 60px !important;}.vc_custom_1461825707665{margin-bottom: 30px !important;}.vc_custom_1461825720567{margin-bottom: 30px !important;}.vc_custom_1461825802086{margin-bottom: 30px !important;}.vc_custom_1461826245672{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1461826253301{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1461826260840{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}'),(917,3572,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(918,3572,'_wpb_shortcodes_custom_css','.vc_custom_1461042996245{margin-bottom: 50px !important;}.vc_custom_1461043002253{margin-bottom: 50px !important;}.vc_custom_1461043323292{margin-bottom: 50px !important;}.vc_custom_1461043323292{margin-bottom: 50px !important;}.vc_custom_1461043002253{margin-bottom: 50px !important;}.vc_custom_1461043002253{margin-bottom: 50px !important;}.vc_custom_1461043002253{margin-bottom: 50px !important;}.vc_custom_1461043002253{margin-bottom: 50px !important;}.vc_custom_1461825611999{margin-bottom: 30px !important;}.vc_custom_1461825618713{margin-bottom: 30px !important;}.vc_custom_1461825669612{margin-bottom: 30px !important;}.vc_custom_1461825677300{margin-bottom: 30px !important;}.vc_custom_1461825689076{margin-bottom: 30px !important;}.vc_custom_1461043356111{margin-bottom: 30px !important;}.vc_custom_1461825698594{margin-bottom: 60px !important;}.vc_custom_1461825707665{margin-bottom: 30px !important;}.vc_custom_1461825720567{margin-bottom: 30px !important;}.vc_custom_1461825802086{margin-bottom: 30px !important;}.vc_custom_1461826245672{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1461826253301{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1461826260840{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}'),(919,3572,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(920,3572,'_wp_page_template','default'),(921,3572,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(922,3572,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(923,3572,'_wp_page_template','default'),(924,3572,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(925,3572,'_wpb_vc_js_status','true'),(926,3572,'_wpb_shortcodes_custom_css','.vc_custom_1461042996245{margin-bottom: 50px !important;}.vc_custom_1461043002253{margin-bottom: 50px !important;}.vc_custom_1461043323292{margin-bottom: 50px !important;}.vc_custom_1461043323292{margin-bottom: 50px !important;}.vc_custom_1461043002253{margin-bottom: 50px !important;}.vc_custom_1461043002253{margin-bottom: 50px !important;}.vc_custom_1461043002253{margin-bottom: 50px !important;}.vc_custom_1461043002253{margin-bottom: 50px !important;}.vc_custom_1461825611999{margin-bottom: 30px !important;}.vc_custom_1461825618713{margin-bottom: 30px !important;}.vc_custom_1461825669612{margin-bottom: 30px !important;}.vc_custom_1461825677300{margin-bottom: 30px !important;}.vc_custom_1461825689076{margin-bottom: 30px !important;}.vc_custom_1461043356111{margin-bottom: 30px !important;}.vc_custom_1461825698594{margin-bottom: 60px !important;}.vc_custom_1461825707665{margin-bottom: 30px !important;}.vc_custom_1461825720567{margin-bottom: 30px !important;}.vc_custom_1461825802086{margin-bottom: 30px !important;}.vc_custom_1461826245672{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1461826253301{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1461826260840{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}'),(927,3588,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(928,3588,'_wpb_shortcodes_custom_css','.vc_custom_1461049629662{margin-bottom: 50px !important;}.vc_custom_1461049636858{margin-bottom: 50px !important;}.vc_custom_1461049636858{margin-bottom: 50px !important;}.vc_custom_1461049636858{margin-bottom: 50px !important;}.vc_custom_1461049636858{margin-bottom: 50px !important;}.vc_custom_1461049636858{margin-b\nottom: 50px !important;}.vc_custom_1461049636858{margin-bottom: 50px !important;}.vc_custom_1461052624676{margin-bottom: 50px !important;}.vc_custom_1461052643627{margin-bottom: 50px !important;}.vc_custom_1461052663638{margin-bottom: 50px !important;}.vc_custom_1461052682923{margin-bottom: 50px !important;}.vc_custom_1461052694237{margin-bottom: 50px !important;}.vc_custom_1461052709656{margin-bottom: 50px !important;}'),(929,3588,'_wpb_shortcodes_custom_css','.vc_custom_1461049629662{margin-bottom: 50px !important;}.vc_custom_1461049636858{margin-bottom: 50px !important;}.vc_custom_1461049636858{margin-bottom: 50px !important;}.vc_custom_1461049636858{margin-bottom: 50px !important;}.vc_custom_1461049636858{margin-bottom: 50px !important;}.vc_custom_1461049636858{margin-b\nottom: 50px !important;}.vc_custom_1461049636858{margin-bottom: 50px !important;}.vc_custom_1461052624676{margin-bottom: 50px !important;}.vc_custom_1461052643627{margin-bottom: 50px !important;}.vc_custom_1461052663638{margin-bottom: 50px !important;}.vc_custom_1461052682923{margin-bottom: 50px !important;}.vc_custom_1461052694237{margin-bottom: 50px !important;}.vc_custom_1461052709656{margin-bottom: 50px !important;}'),(930,3588,'_wpb_vc_js_status','true'),(931,3588,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(932,3588,'_wp_page_template','default'),(933,3588,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(934,3588,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(935,3588,'_wpb_shortcodes_custom_css','.vc_custom_1461049629662{margin-bottom: 50px !important;}.vc_custom_1461049636858{margin-bottom: 50px !important;}.vc_custom_1461049636858{margin-bottom: 50px !important;}.vc_custom_1461049636858{margin-bottom: 50px !important;}.vc_custom_1461049636858{margin-bottom: 50px !important;}.vc_custom_1461049636858{margin-b\nottom: 50px !important;}.vc_custom_1461049636858{margin-bottom: 50px !important;}.vc_custom_1461052624676{margin-bottom: 50px !important;}.vc_custom_1461052643627{margin-bottom: 50px !important;}.vc_custom_1461052663638{margin-bottom: 50px !important;}.vc_custom_1461052682923{margin-bottom: 50px !important;}.vc_custom_1461052694237{margin-bottom: 50px !important;}.vc_custom_1461052709656{margin-bottom: 50px !important;}'),(936,3588,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(937,3588,'_wp_page_template','default'),(938,3588,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(939,3588,'_wpb_vc_js_status','true'),(940,3588,'_wpb_shortcodes_custom_css','.vc_custom_1461049629662{margin-bottom: 50px !important;}.vc_custom_1461049636858{margin-bottom: 50px !important;}.vc_custom_1461049636858{margin-bottom: 50px !important;}.vc_custom_1461049636858{margin-bottom: 50px !important;}.vc_custom_1461049636858{margin-bottom: 50px !important;}.vc_custom_1461049636858{margin-b\nottom: 50px !important;}.vc_custom_1461049636858{margin-bottom: 50px !important;}.vc_custom_1461052624676{margin-bottom: 50px !important;}.vc_custom_1461052643627{margin-bottom: 50px !important;}.vc_custom_1461052663638{margin-bottom: 50px !important;}.vc_custom_1461052682923{margin-bottom: 50px !important;}.vc_custom_1461052694237{margin-bottom: 50px !important;}.vc_custom_1461052709656{margin-bottom: 50px !important;}'),(941,3588,'_edit_last','1'),(942,3588,'slide_template','default'),(943,3612,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(944,3612,'_wpb_vc_js_status','true'),(945,3612,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(946,3612,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(947,3612,'_wp_page_template','default'),(948,3612,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(949,3612,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(950,3612,'_wp_page_template','default'),(951,3612,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(952,3612,'_wpb_vc_js_status','true'),(953,3619,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(954,3619,'_wpb_shortcodes_custom_css','.vc_custom_1461056926161{margin-bottom: 50px !important;}.vc_custom_1461825505268{margin-bottom: 30px !important;}.vc_custom_1461825518286{margin-bottom: 30px !important;}'),(955,3619,'_wpb_shortcodes_custom_css','.vc_custom_1461056926161{margin-bottom: 50px !important;}.vc_custom_1461825505268{margin-bottom: 30px !important;}.vc_custom_1461825518286{margin-bottom: 30px !important;}'),(956,3619,'_wpb_vc_js_status','true'),(957,3619,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(958,3619,'_wp_page_template','default'),(959,3619,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(960,3619,'_wpb_shortcodes_custom_css','.vc_custom_1461056926161{margin-bottom: 50px !important;}.vc_custom_1461825505268{margin-bottom: 30px !important;}.vc_custom_1461825518286{margin-bottom: 30px !important;}'),(961,3619,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(962,3619,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(963,3619,'_wp_page_template','default'),(964,3619,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(965,3619,'_wpb_vc_js_status','true'),(966,3619,'_wpb_shortcodes_custom_css','.vc_custom_1461056926161{margin-bottom: 50px !important;}.vc_custom_1461825505268{margin-bottom: 30px !important;}.vc_custom_1461825518286{margin-bottom: 30px !important;}'),(967,3627,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(968,3627,'_wpb_shortcodes_custom_css','.vc_custom_1461059530554{margin-bottom: 80px !important;}.vc_custom_1461059849034{margin-bottom: 50px !important;}.vc_custom_1461826638956{margin-bottom: 60px !important;}.vc_custom_1461826646217{margin-bottom: 60px !important;}.vc_custom_1461826657121{margin-bottom: 30px !important;}.vc_custom_1461826664691{margin-bottom: 30px !important;}'),(969,3627,'_wpb_shortcodes_custom_css','.vc_custom_1461059530554{margin-bottom: 80px !important;}.vc_custom_1461059849034{margin-bottom: 50px !important;}.vc_custom_1461826638956{margin-bottom: 60px !important;}.vc_custom_1461826646217{margin-bottom: 60px !important;}.vc_custom_1461826657121{margin-bottom: 30px !important;}.vc_custom_1461826664691{margin-bottom: 30px !important;}'),(970,3627,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(971,3627,'_wpb_shortcodes_custom_css','.vc_custom_1461059530554{margin-bottom: 80px !important;}.vc_custom_1461059849034{margin-bottom: 50px !important;}.vc_custom_1461826638956{margin-bottom: 60px !important;}.vc_custom_1461826646217{margin-bottom: 60px !important;}.vc_custom_1461826657121{margin-bottom: 30px !important;}.vc_custom_1461826664691{margin-bottom: 30px !important;}'),(972,3627,'_wpb_vc_js_status','true'),(973,3627,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(974,3627,'_wp_page_template','default'),(975,3627,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(976,3627,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(977,3627,'_wp_page_template','default'),(978,3627,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(979,3627,'_wpb_vc_js_status','true'),(980,3627,'_wpb_shortcodes_custom_css','.vc_custom_1461059530554{margin-bottom: 80px !important;}.vc_custom_1461059849034{margin-bottom: 50px !important;}.vc_custom_1461826638956{margin-bottom: 60px !important;}.vc_custom_1461826646217{margin-bottom: 60px !important;}.vc_custom_1461826657121{margin-bottom: 30px !important;}.vc_custom_1461826664691{margin-bottom: 30px !important;}'),(981,3639,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(982,3639,'_wpb_shortcodes_custom_css','.vc_custom_1461061770956{margin-bottom: 50px !important;}.vc_custom_1461825538722{margin-bottom: 30px !important;}.vc_custom_1461825562515{margin-bottom: 30px !important;}'),(983,3639,'_wpb_shortcodes_custom_css','.vc_custom_1461061770956{margin-bottom: 50px !important;}.vc_custom_1461825538722{margin-bottom: 30px !important;}.vc_custom_1461825562515{margin-bottom: 30px !important;}'),(984,3639,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(985,3639,'_wpb_shortcodes_custom_css','.vc_custom_1461061770956{margin-bottom: 50px !important;}.vc_custom_1461825538722{margin-bottom: 30px !important;}.vc_custom_1461825562515{margin-bottom: 30px !important;}'),(986,3639,'_wpb_vc_js_status','true'),(987,3639,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(988,3639,'_wp_page_template','default'),(989,3639,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(990,3639,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(991,3639,'_wp_page_template','default'),(992,3639,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(993,3639,'_wpb_vc_js_status','true'),(994,3639,'_wpb_shortcodes_custom_css','.vc_custom_1461061770956{margin-bottom: 50px !important;}.vc_custom_1461825538722{margin-bottom: 30px !important;}.vc_custom_1461825562515{margin-bottom: 30px !important;}'),(995,3655,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(996,3655,'_wpb_shortcodes_custom_css','.vc_custom_1461063318347{margin-bottom: 50px !important;}.vc_custom_1461063323091{margin-bottom: 50px !important;}.vc_custom_1461063323091{margin-bottom: 50px !important;}.vc_custom_1461063323091{margin-bottom: 50px !important;}.vc_custom_1461063323091{margin-bottom: 50px !important;}.vc_custom_1461825361480{margin-bottom: 50px !important;}.vc_custom_1461825370147{margin-bottom: 50px !important;}.vc_custom_1461825383688{margin-bottom: 50px !important;}.vc_custom_1461825395650{margin-bottom: 50px !important;}.vc_custom_1461831649198{margin-bottom: 50px !important;}'),(997,3655,'_wpb_shortcodes_custom_css','.vc_custom_1461063318347{margin-bottom: 50px !important;}.vc_custom_1461063323091{margin-bottom: 50px !important;}.vc_custom_1461063323091{margin-bottom: 50px !important;}.vc_custom_1461063323091{margin-bottom: 50px !important;}.vc_custom_1461063323091{margin-bottom: 50px !important;}.vc_custom_1461825361480{margin-bottom: 50px !important;}.vc_custom_1461825370147{margin-bottom: 50px !important;}.vc_custom_1461825383688{margin-bottom: 50px !important;}.vc_custom_1461825395650{margin-bottom: 50px !important;}.vc_custom_1461831649198{margin-bottom: 50px !important;}'),(998,3655,'_wpb_shortcodes_custom_css','.vc_custom_1461063318347{margin-bottom: 50px !important;}.vc_custom_1461063323091{margin-bottom: 50px !important;}.vc_custom_1461063323091{margin-bottom: 50px !important;}.vc_custom_1461063323091{margin-bottom: 50px !important;}.vc_custom_1461063323091{margin-bottom: 50px !important;}.vc_custom_1461825361480{margin-bottom: 50px !important;}.vc_custom_1461825370147{margin-bottom: 50px !important;}.vc_custom_1461825383688{margin-bottom: 50px !important;}.vc_custom_1461825395650{margin-bottom: 50px !important;}.vc_custom_1461831649198{margin-bottom: 50px !important;}'),(999,3655,'_wpb_vc_js_status','true'),(1000,3655,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1001,3655,'_wp_page_template','default'),(1002,3655,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1003,3655,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1004,3655,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1005,3655,'_wp_page_template','default'),(1006,3655,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1007,3655,'_wpb_vc_js_status','true'),(1008,3655,'_wpb_shortcodes_custom_css','.vc_custom_1461063318347{margin-bottom: 50px !important;}.vc_custom_1461063323091{margin-bottom: 50px !important;}.vc_custom_1461063323091{margin-bottom: 50px !important;}.vc_custom_1461063323091{margin-bottom: 50px !important;}.vc_custom_1461063323091{margin-bottom: 50px !important;}.vc_custom_1461825361480{margin-bottom: 50px !important;}.vc_custom_1461825370147{margin-bottom: 50px !important;}.vc_custom_1461825383688{margin-bottom: 50px !important;}.vc_custom_1461825395650{margin-bottom: 50px !important;}.vc_custom_1461831649198{margin-bottom: 50px !important;}'),(1009,3665,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1010,3665,'_wpb_shortcodes_custom_css','.vc_custom_1461065510996{margin-bottom: 50px !important;}.vc_custom_1461065518876{margin-bottom: 50px !important;}.vc_custom_1461065518876{margin-bottom: 50px !important;}.vc_custom_1461065518876{margin-bottom: 50px !important;}.vc_custom_1461065518876{margin-bottom: 50px !important;}.vc_custom_1461828547398{margin-bottom: 30px !important;}.vc_custom_1461828561219{margin-bottom: 30px !important;}.vc_custom_1461828569104{margin-bottom: 30px !important;}.vc_custom_1461828578209{margin-bottom: 30px !important;}.vc_custom_1461828588255{margin-bottom: 30px !important;}'),(1011,3665,'_wpb_shortcodes_custom_css','.vc_custom_1461065510996{margin-bottom: 50px !important;}.vc_custom_1461065518876{margin-bottom: 50px !important;}.vc_custom_1461065518876{margin-bottom: 50px !important;}.vc_custom_1461065518876{margin-bottom: 50px !important;}.vc_custom_1461065518876{margin-bottom: 50px !important;}.vc_custom_1461828547398{margin-bottom: 30px !important;}.vc_custom_1461828561219{margin-bottom: 30px !important;}.vc_custom_1461828569104{margin-bottom: 30px !important;}.vc_custom_1461828578209{margin-bottom: 30px !important;}.vc_custom_1461828588255{margin-bottom: 30px !important;}'),(1012,3665,'_wpb_vc_js_status','true'),(1013,3665,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1014,3665,'_wp_page_template','default'),(1015,3665,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1016,3665,'_wpb_shortcodes_custom_css','.vc_custom_1461065510996{margin-bottom: 50px !important;}.vc_custom_1461065518876{margin-bottom: 50px !important;}.vc_custom_1461065518876{margin-bottom: 50px !important;}.vc_custom_1461065518876{margin-bottom: 50px !important;}.vc_custom_1461065518876{margin-bottom: 50px !important;}.vc_custom_1461828547398{margin-bottom: 30px !important;}.vc_custom_1461828561219{margin-bottom: 30px !important;}.vc_custom_1461828569104{margin-bottom: 30px !important;}.vc_custom_1461828578209{margin-bottom: 30px !important;}.vc_custom_1461828588255{margin-bottom: 30px !important;}'),(1017,3665,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1018,3665,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1019,3665,'_wp_page_template','default'),(1020,3665,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1021,3665,'_wpb_vc_js_status','true'),(1022,3665,'_wpb_shortcodes_custom_css','.vc_custom_1461065510996{margin-bottom: 50px !important;}.vc_custom_1461065518876{margin-bottom: 50px !important;}.vc_custom_1461065518876{margin-bottom: 50px !important;}.vc_custom_1461065518876{margin-bottom: 50px !important;}.vc_custom_1461065518876{margin-bottom: 50px !important;}.vc_custom_1461828547398{margin-bottom: 30px !important;}.vc_custom_1461828561219{margin-bottom: 30px !important;}.vc_custom_1461828569104{margin-bottom: 30px !important;}.vc_custom_1461828578209{margin-bottom: 30px !important;}.vc_custom_1461828588255{margin-bottom: 30px !important;}'),(1023,3672,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1024,3672,'_wpb_shortcodes_custom_css','.vc_custom_1460713347113{margin-bottom: 0px !important;}.vc_custom_1461750463940{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}.vc_custom_1460710001474{margin-bottom: 10px !important;}.vc_custom_1460710024394{margin-bottom: 50px !important;}.vc_custom_1460711480298{margin-bottom: 10px !important;}.vc_custom_1460711487538{margin-bottom: 50px !important;}.vc_custom_1460712089576{margin-bottom: 10px !important;}.vc_custom_1460712101593{margin-bottom: 50px !important;}.vc_custom_1460713342577{margin-bottom: 0px !important;}'),(1025,3672,'_wpb_shortcodes_custom_css','.vc_custom_1460713347113{margin-bottom: 0px !important;}.vc_custom_1461750463940{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}.vc_custom_1460710001474{margin-bottom: 10px !important;}.vc_custom_1460710024394{margin-bottom: 50px !important;}.vc_custom_1460711480298{margin-bottom: 10px !important;}.vc_custom_1460711487538{margin-bottom: 50px !important;}.vc_custom_1460712089576{margin-bottom: 10px !important;}.vc_custom_1460712101593{margin-bottom: 50px !important;}.vc_custom_1460713342577{margin-bottom: 0px !important;}'),(1026,3672,'_wpb_shortcodes_custom_css','.vc_custom_1460713347113{margin-bottom: 0px !important;}.vc_custom_1461750463940{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}.vc_custom_1460710001474{margin-bottom: 10px !important;}.vc_custom_1460710024394{margin-bottom: 50px !important;}.vc_custom_1460711480298{margin-bottom: 10px !important;}.vc_custom_1460711487538{margin-bottom: 50px !important;}.vc_custom_1460712089576{margin-bottom: 10px !important;}.vc_custom_1460712101593{margin-bottom: 50px !important;}.vc_custom_1460713342577{margin-bottom: 0px !important;}'),(1027,3672,'_wpb_vc_js_status','true'),(1028,3672,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1029,3672,'_wp_page_template','default'),(1030,3672,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1031,3672,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1032,3672,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1033,3672,'_wp_page_template','default'),(1034,3672,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1035,3672,'_wpb_vc_js_status','true'),(1036,3672,'_wpb_shortcodes_custom_css','.vc_custom_1460713347113{margin-bottom: 0px !important;}.vc_custom_1461750463940{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}.vc_custom_1460710001474{margin-bottom: 10px !important;}.vc_custom_1460710024394{margin-bottom: 50px !important;}.vc_custom_1460711480298{margin-bottom: 10px !important;}.vc_custom_1460711487538{margin-bottom: 50px !important;}.vc_custom_1460712089576{margin-bottom: 10px !important;}.vc_custom_1460712101593{margin-bottom: 50px !important;}.vc_custom_1460713342577{margin-bottom: 0px !important;}'),(1037,3675,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1038,3675,'_wpb_shortcodes_custom_css','.vc_custom_1460713347113{margin-bottom: 0px !important;}.vc_custom_1460953517139{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}.vc_custom_1460710001474{margin-bottom: 10px !important;}.vc_custom_1460710024394{margin-bottom: 50px !important;}.vc_custom_1460711480298{margin-bottom: 10px !important;}.vc_custom_1460711487538{margin-bottom: 50px !important;}.vc_custom_1460712089576{margin-bottom: 10px !important;}.vc_custom_1460712101593{margin-bottom: 50px !important;}.vc_custom_1460713342577{margin-bottom: 0px !important;}'),(1039,3675,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:8:\"template\";s:4:\"3676\";}'),(1040,3675,'_wp_page_template','default'),(1041,3675,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1042,3675,'_wpb_vc_js_status','true'),(1043,3675,'_wpb_shortcodes_custom_css','.vc_custom_1460713347113{margin-bottom: 0px !important;}.vc_custom_1460953517139{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}.vc_custom_1460710001474{margin-bottom: 10px !important;}.vc_custom_1460710024394{margin-bottom: 50px !important;}.vc_custom_1460711480298{margin-bottom: 10px !important;}.vc_custom_1460711487538{margin-bottom: 50px !important;}.vc_custom_1460712089576{margin-bottom: 10px !important;}.vc_custom_1460712101593{margin-bottom: 50px !important;}.vc_custom_1460713342577{margin-bottom: 0px !important;}'),(1044,3675,'_wpb_shortcodes_custom_css','.vc_custom_1460713347113{margin-bottom: 0px !important;}.vc_custom_1460953517139{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}.vc_custom_1460710001474{margin-bottom: 10px !important;}.vc_custom_1460710024394{margin-bottom: 50px !important;}.vc_custom_1460711480298{margin-bottom: 10px !important;}.vc_custom_1460711487538{margin-bottom: 50px !important;}.vc_custom_1460712089576{margin-bottom: 10px !important;}.vc_custom_1460712101593{margin-bottom: 50px !important;}.vc_custom_1460713342577{margin-bottom: 0px !important;}'),(1045,3675,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1046,3675,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1047,3675,'_wp_page_template','default'),(1048,3675,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:8:\"template\";s:4:\"3676\";}'),(1049,3675,'_wpb_vc_js_status','true'),(1050,3675,'_wpb_shortcodes_custom_css','.vc_custom_1460713347113{margin-bottom: 0px !important;}.vc_custom_1460953517139{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}.vc_custom_1460710001474{margin-bottom: 10px !important;}.vc_custom_1460710024394{margin-bottom: 50px !important;}.vc_custom_1460711480298{margin-bottom: 10px !important;}.vc_custom_1460711487538{margin-bottom: 50px !important;}.vc_custom_1460712089576{margin-bottom: 10px !important;}.vc_custom_1460712101593{margin-bottom: 50px !important;}.vc_custom_1460713342577{margin-bottom: 0px !important;}'),(1051,3679,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1052,3679,'_wpb_shortcodes_custom_css','.vc_custom_1460713347113{margin-bottom: 0px !important;}.vc_custom_1460953517139{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}.vc_custom_1460710001474{margin-bottom: 10px !important;}.vc_custom_1460710024394{margin-bottom: 50px !important;}.vc_custom_1460711480298{margin-bottom: 10px !important;}.vc_custom_1460711487538{margin-bottom: 50px !important;}.vc_custom_1460712089576{margin-bottom: 10px !important;}.vc_custom_1460712101593{margin-bottom: 50px !important;}.vc_custom_1460713342577{margin-bottom: 0px !important;}'),(1053,3679,'_wpb_shortcodes_custom_css','.vc_custom_1460713347113{margin-bottom: 0px !important;}.vc_custom_1460953517139{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}.vc_custom_1460710001474{margin-bottom: 10px !important;}.vc_custom_1460710024394{margin-bottom: 50px !important;}.vc_custom_1460711480298{margin-bottom: 10px !important;}.vc_custom_1460711487538{margin-bottom: 50px !important;}.vc_custom_1460712089576{margin-bottom: 10px !important;}.vc_custom_1460712101593{margin-bottom: 50px !important;}.vc_custom_1460713342577{margin-bottom: 0px !important;}'),(1054,3679,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1055,3679,'_wpb_shortcodes_custom_css','.vc_custom_1460713347113{margin-bottom: 0px !important;}.vc_custom_1460953517139{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}.vc_custom_1460710001474{margin-bottom: 10px !important;}.vc_custom_1460710024394{margin-bottom: 50px !important;}.vc_custom_1460711480298{margin-bottom: 10px !important;}.vc_custom_1460711487538{margin-bottom: 50px !important;}.vc_custom_1460712089576{margin-bottom: 10px !important;}.vc_custom_1460712101593{margin-bottom: 50px !important;}.vc_custom_1460713342577{margin-bottom: 0px !important;}'),(1056,3679,'_wpb_vc_js_status','true'),(1057,3679,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:8:\"template\";s:4:\"3680\";}'),(1058,3679,'_wp_page_template','default'),(1059,3679,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1060,3679,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1061,3679,'_wp_page_template','default'),(1062,3679,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:8:\"template\";s:4:\"3680\";}'),(1063,3679,'_wpb_vc_js_status','true'),(1064,3679,'_wpb_shortcodes_custom_css','.vc_custom_1460713347113{margin-bottom: 0px !important;}.vc_custom_1460953517139{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}.vc_custom_1460710001474{margin-bottom: 10px !important;}.vc_custom_1460710024394{margin-bottom: 50px !important;}.vc_custom_1460711480298{margin-bottom: 10px !important;}.vc_custom_1460711487538{margin-bottom: 50px !important;}.vc_custom_1460712089576{margin-bottom: 10px !important;}.vc_custom_1460712101593{margin-bottom: 50px !important;}.vc_custom_1460713342577{margin-bottom: 0px !important;}'),(1065,3714,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1066,3714,'_wpb_shortcodes_custom_css','.vc_custom_1461826788409{padding-top: 0px !important;padding-bottom: 10px !important;}.vc_custom_1461826793890{padding-top: 0px !important;padding-bottom: 10px !important;}.vc_custom_1461826803480{padding-top: 0px !important;padding-bottom: 10px !important;}.vc_custom_1461828101803{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1461828113547{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1461828124252{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1461826849838{padding-top: 0px !important;padding-bottom: 10px !important;}.vc_custom_1461826857945{padding-top: 0px !important;padding-bottom: 10px !important;}.vc_custom_1461826864530{padding-top: 0px !important;padding-bottom: 10px !important;}.vc_custom_1461828176108{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1461828198473{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1461828211380{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1461826875666{padding-top: 30px !important;padding-bottom: 10px !important;}.vc_custom_1461826881821{padding-top: 30px !important;padding-bottom: 10px !important;}.vc_custom_1461826890805{padding-top: 30px !important;padding-bottom: 10px !important;}.vc_custom_1461068296455{margin-bottom: 50px !important;}.vc_custom_1459504153997{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1459504158954{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1460093993071{margin-bottom: 0px !important;padding-left: 40px !important;background-color: #3498db !important;}.vc_custom_1459503685982{margin-top: 0px !important;margin-bottom: 0px !important;}.vc_custom_1459504575863{margin-bottom: 0px !im\nportant;padding-left: 40px !important;}.vc_custom_1459503685982{margin-top: 0px !important;margin-bottom: 0px !important;}.vc_custom_1459504769615{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1459504657624{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1459506397571{margin-bottom: 0px !important;}.vc_custom_1459503685982{margin-top: 0px !important;margin-bottom: 0px !important;}.vc_custom_1459506403466{margin-bottom: 0px !important;}.vc_custom_1459503685982{margin-top: 0px !important;margin-bottom: 0px !important;}'),(1067,3714,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1068,3714,'_wp_page_template','default'),(1069,3714,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1070,3714,'_wpb_shortcodes_custom_css','.vc_custom_1461826788409{padding-top: 0px !important;padding-bottom: 10px !important;}.vc_custom_1461826793890{padding-top: 0px !important;padding-bottom: 10px !important;}.vc_custom_1461826803480{padding-top: 0px !important;padding-bottom: 10px !important;}.vc_custom_1461828101803{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1461828113547{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1461828124252{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1461826849838{padding-top: 0px !important;padding-bottom: 10px !important;}.vc_custom_1461826857945{padding-top: 0px !important;padding-bottom: 10px !important;}.vc_custom_1461826864530{padding-top: 0px !important;padding-bottom: 10px !important;}.vc_custom_1461828176108{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1461828198473{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1461828211380{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1461826875666{padding-top: 30px !important;padding-bottom: 10px !important;}.vc_custom_1461826881821{padding-top: 30px !important;padding-bottom: 10px !important;}.vc_custom_1461826890805{padding-top: 30px !important;padding-bottom: 10px !important;}.vc_custom_1461068296455{margin-bottom: 50px !important;}.vc_custom_1459504153997{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1459504158954{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1460093993071{margin-bottom: 0px !important;padding-left: 40px !important;background-color: #3498db !important;}.vc_custom_1459503685982{margin-top: 0px !important;margin-bottom: 0px !important;}.vc_custom_1459504575863{margin-bottom: 0px !im\nportant;padding-left: 40px !important;}.vc_custom_1459503685982{margin-top: 0px !important;margin-bottom: 0px !important;}.vc_custom_1459504769615{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1459504657624{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1459506397571{margin-bottom: 0px !important;}.vc_custom_1459503685982{margin-top: 0px !important;margin-bottom: 0px !important;}.vc_custom_1459506403466{margin-bottom: 0px !important;}.vc_custom_1459503685982{margin-top: 0px !important;margin-bottom: 0px !important;}'),(1071,3714,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1072,3714,'_wpb_vc_js_status','true'),(1073,3714,'_wpb_shortcodes_custom_css','.vc_custom_1461826788409{padding-top: 0px !important;padding-bottom: 10px !important;}.vc_custom_1461826793890{padding-top: 0px !important;padding-bottom: 10px !important;}.vc_custom_1461826803480{padding-top: 0px !important;padding-bottom: 10px !important;}.vc_custom_1461828101803{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1461828113547{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1461828124252{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1461826849838{padding-top: 0px !important;padding-bottom: 10px !important;}.vc_custom_1461826857945{padding-top: 0px !important;padding-bottom: 10px !important;}.vc_custom_1461826864530{padding-top: 0px !important;padding-bottom: 10px !important;}.vc_custom_1461828176108{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1461828198473{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1461828211380{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1461826875666{padding-top: 30px !important;padding-bottom: 10px !important;}.vc_custom_1461826881821{padding-top: 30px !important;padding-bottom: 10px !important;}.vc_custom_1461826890805{padding-top: 30px !important;padding-bottom: 10px !important;}.vc_custom_1461068296455{margin-bottom: 50px !important;}.vc_custom_1459504153997{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1459504158954{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1460093993071{margin-bottom: 0px !important;padding-left: 40px !important;background-color: #3498db !important;}.vc_custom_1459503685982{margin-top: 0px !important;margin-bottom: 0px !important;}.vc_custom_1459504575863{margin-bottom: 0px !important;padding-left: 40px !important;}.vc_custom_1459503685982{margin-top: 0px !important;margin-bottom: 0px !important;}.vc_custom_1459504769615{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1459504657624{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1459506397571{margin-bottom: 0px !important;}.vc_custom_1459503685982{margin-top: 0px !important;margin-bottom: 0px !important;}.vc_custom_1459506403466{margin-bottom: 0px !important;}.vc_custom_1459503685982{margin-top: 0px !important;margin-bottom: 0px !important;}'),(1074,3714,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1075,3714,'_wp_page_template','default'),(1076,3714,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1077,3714,'_wpb_vc_js_status','true'),(1078,3714,'_wpb_shortcodes_custom_css','.vc_custom_1461826788409{padding-top: 0px !important;padding-bottom: 10px !important;}.vc_custom_1461826793890{padding-top: 0px !important;padding-bottom: 10px !important;}.vc_custom_1461826803480{padding-top: 0px !important;padding-bottom: 10px !important;}.vc_custom_1461828101803{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1461828113547{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1461828124252{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1461826849838{padding-top: 0px !important;padding-bottom: 10px !important;}.vc_custom_1461826857945{padding-top: 0px !important;padding-bottom: 10px !important;}.vc_custom_1461826864530{padding-top: 0px !important;padding-bottom: 10px !important;}.vc_custom_1461828176108{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1461828198473{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1461828211380{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1461826875666{padding-top: 30px !important;padding-bottom: 10px !important;}.vc_custom_1461826881821{padding-top: 30px !important;padding-bottom: 10px !important;}.vc_custom_1461826890805{padding-top: 30px !important;padding-bottom: 10px !important;}.vc_custom_1461068296455{margin-bottom: 50px !important;}.vc_custom_1459504153997{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1459504158954{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1460093993071{margin-bottom: 0px !important;padding-left: 40px !important;background-color: #3498db !important;}.vc_custom_1459503685982{margin-top: 0px !important;margin-bottom: 0px !important;}.vc_custom_1459504575863{margin-bottom: 0px !important;padding-left: 40px !important;}.vc_custom_1459503685982{margin-top: 0px !important;margin-bottom: 0px !important;}.vc_custom_1459504769615{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1459504657624{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1459506397571{margin-bottom: 0px !important;}.vc_custom_1459503685982{margin-top: 0px !important;margin-bottom: 0px !important;}.vc_custom_1459506403466{margin-bottom: 0px !important;}.vc_custom_1459503685982{margin-top: 0px !important;margin-bottom: 0px !important;}'),(1079,3717,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1080,3717,'_wpb_shortcodes_custom_css','.vc_custom_1461829033257{margin-bottom: 30px !important;}.vc_custom_1461829339832{margin-bottom: 30px !important;}.vc_custom_1461830014512{margin-bottom: 30px !important;}.vc_custom_1461829042231{margin-bottom: 30px !important;}.vc_custom_1461829052991{margin-bottom: 30px !important;}.vc_custom_1461829064049{margin-bottom: 30px !important;}.vc_custom_1461829072948{margin-bottom: 30px !important;}'),(1081,3717,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1082,3717,'_wp_page_template','default'),(1083,3717,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1084,3717,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1085,3717,'_wpb_shortcodes_custom_css','.vc_custom_1461829033257{margin-bottom: 30px !important;}.vc_custom_1461829339832{margin-bottom: 30px !important;}.vc_custom_1461830014512{margin-bottom: 30px !important;}.vc_custom_1461829042231{margin-bottom: 30px !important;}.vc_custom_1461829052991{margin-bottom: 30px !important;}.vc_custom_1461829064049{margin-bottom: 30px !important;}.vc_custom_1461829072948{margin-bottom: 30px !important;}'),(1086,3717,'_wpb_shortcodes_custom_css','.vc_custom_1461829033257{margin-bottom: 30px !important;}.vc_custom_1461829339832{margin-bottom: 30px !important;}.vc_custom_1461830014512{margin-bottom: 30px !important;}.vc_custom_1461829042231{margin-bottom: 30px !important;}.vc_custom_1461829052991{margin-bottom: 30px !important;}.vc_custom_1461829064049{margin-bottom: 30px !important;}.vc_custom_1461829072948{margin-bottom: 30px !important;}'),(1087,3717,'_wpb_vc_js_status','true'),(1088,3717,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1089,3717,'_wp_page_template','default'),(1090,3717,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1091,3717,'_wpb_vc_js_status','true'),(1092,3717,'_wpb_shortcodes_custom_css','.vc_custom_1461829033257{margin-bottom: 30px !important;}.vc_custom_1461829339832{margin-bottom: 30px !important;}.vc_custom_1461830014512{margin-bottom: 30px !important;}.vc_custom_1461829042231{margin-bottom: 30px !important;}.vc_custom_1461829052991{margin-bottom: 30px !important;}.vc_custom_1461829064049{margin-bottom: 30px !important;}.vc_custom_1461829072948{margin-bottom: 30px !important;}'),(1093,3723,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1094,3723,'_wpb_shortcodes_custom_css','.vc_custom_1461070259360{margin-bottom: 50px !important;}.vc_custom_1461070264768{margin-bottom: 50px !important;}.vc_custom_1461070269994{margin-bottom: 50px !important;}'),(1095,3723,'_wpb_shortcodes_custom_css','.vc_custom_1461070259360{margin-bottom: 50px !important;}.vc_custom_1461070264768{margin-bottom: 50px !important;}.vc_custom_1461070269994{margin-bottom: 50px !important;}'),(1096,3723,'_wpb_vc_js_status','true'),(1097,3723,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1098,3723,'_wp_page_template','default'),(1099,3723,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1100,3723,'_wpb_shortcodes_custom_css','.vc_custom_1461070259360{margin-bottom: 50px !important;}.vc_custom_1461070264768{margin-bottom: 50px !important;}.vc_custom_1461070269994{margin-bottom: 50px !important;}'),(1101,3723,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1102,3723,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1103,3723,'_wp_page_template','default'),(1104,3723,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1105,3723,'_wpb_vc_js_status','true'),(1106,3723,'_wpb_shortcodes_custom_css','.vc_custom_1461070259360{margin-bottom: 50px !important;}.vc_custom_1461070264768{margin-bottom: 50px !important;}.vc_custom_1461070269994{margin-bottom: 50px !important;}'),(1107,3727,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1108,3727,'_wpb_shortcodes_custom_css','.vc_custom_1461127087857{margin-bottom: 50px !important;}.vc_custom_1461127093125{margin-bottom: 50px !important;}.vc_custom_1461127101935{margin-bottom: 50px !important;background-color: #f6f6f6 !important;}.vc_custom_1461127109666{margin-bottom: 50px !important;background-color: #f6f6f6 !important;}.vc_custom_1461127117628{margin-bottom: 50px !important;}.vc_custom_1459944656616{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;background-color: rgba(249,249,249,0.8) !important;*background-color: rgb(249,249,249) !important;}.vc_custom_1461127050980{margin-bottom: 50px !important;}.vc_custom_1461127080165{margin-bottom: 50px !important;}.vc_custom_1459938930647{background-color: #cebb2f !important;}.vc_custom_1459942199050{background-color: #56990f !important;}.vc_custom_1459942212619{background-color: #821865 !important;}.vc_custom_1459942269448{background-color: #1b843e !important;}.vc_custom_1459938930647{background-color: #cebb2f !important;}.vc_custom_1459942199050{background-color: #56990f !important;}.vc_custom_1459942212619{background-color: #821865 !important;}.vc_custom_1459942269448{background-color: #1b843e !important;}.vc_custom_1461127203561{margin-bottom: 0px !important;}.vc_custom_1459943192119{margin-bottom: 0px !important;}.vc_custom_1459943284704{border-right-width: 1px !important;border-bottom-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1459943737680{border-right-width: 1px !important;border-bottom-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1459943742873{border-right-width: 1px !important;border-bottom-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1459944310259{border-bottom-width: 1px !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1459943297060{border-right-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;}.vc_custom_1459943696568{border-right-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;}.vc_custom_1459944245436{border-right-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;}.vc_custom_1459945702747{padding-top: 35px !important;}.vc_custom_1459944858241{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1461127196571{margin-bottom: 0px !important;}.vc_custom_1459945395133{margin-bottom: 0px !important;}.vc_custom_1459943284704{border-right-width: 1px !important;border-bottom-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1459943737680{border-right-width: 1px !important;border-bottom-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1459943742873{border-right-width: 1px !important;border-bottom-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1459944310259{border-bottom-width: 1px !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1459943297060{border-right-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;}.vc_custom_1459943696568{border-right-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;}.vc_custom_1459944245436{border-right-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;}.vc_custom_1459945709514{padding-top: 35px !important;}'),(1109,3727,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1110,3727,'_wp_page_template','default'),(1111,3727,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1112,3727,'_wpb_vc_js_status','true'),(1113,3727,'_wpb_shortcodes_custom_css','.vc_custom_1461127087857{margin-bottom: 50px !important;}.vc_custom_1461127093125{margin-bottom: 50px !important;}.vc_custom_1461127101935{margin-bottom: 50px !important;background-color: #f6f6f6 !important;}.vc_custom_1461127109666{margin-bottom: 50px !important;background-color: #f6f6f6 !important;}.vc_custom_1461127117628{margin-bottom: 50px !important;}.vc_custom_1459944656616{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;background-color: rgba(249,249,249,0.8) !important;*background-color: rgb(249,249,249) !important;}.vc_custom_1461127050980{margin-bottom: 50px !important;}.vc_custom_1461127080165{margin-bottom: 50px !important;}.vc_custom_1459938930647{background-color: #cebb2f !important;}.vc_custom_1459942199050{background-color: #56990f !important;}.vc_custom_1459942212619{background-color: #821865 !important;}.vc_custom_1459942269448{background-color: #1b843e !important;}.vc_custom_1459938930647{background-color: #cebb2f !important;}.vc_custom_1459942199050{background-color: #56990f !important;}.vc_custom_1459942212619{background-color: #821865 !important;}.vc_custom_1459942269448{background-color: #1b843e !important;}.vc_custom_1461127203561{margin-bottom: 0px !important;}.vc_custom_1459943192119{margin-bottom: 0px !important;}.vc_custom_1459943284704{border-right-width: 1px !important;border-bottom-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1459943737680{border-right-width: 1px !important;border-bottom-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1459943742873{border-right-width: 1px !important;border-bottom-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1459944310259{border-bottom-width: 1px !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1459943297060{border-right-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;}.vc_custom_1459943696568{border-right-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;}.vc_custom_1459944245436{border-right-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;}.vc_custom_1459945702747{padding-top: 35px !important;}.vc_custom_1459944858241{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1461127196571{margin-bottom: 0px !important;}.vc_custom_1459945395133{margin-bottom: 0px !important;}.vc_custom_1459943284704{border-right-width: 1px !important;border-bottom-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1459943737680{border-right-width: 1px !important;border-bottom-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1459943742873{border-right-width: 1px !important;border-bottom-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1459944310259{border-bottom-width: 1px !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1459943297060{border-right-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;}.vc_custom_1459943696568{border-right-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;}.vc_custom_1459944245436{border-right-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;}.vc_custom_1459945709514{padding-top: 35px !important;}'),(1114,3727,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1115,3727,'_wpb_shortcodes_custom_css','.vc_custom_1461127087857{margin-bottom: 50px !important;}.vc_custom_1461127093125{margin-bottom: 50px !important;}.vc_custom_1461127101935{margin-bottom: 50px !important;background-color: #f6f6f6 !important;}.vc_custom_1461127109666{margin-bottom: 50px !important;background-color: #f6f6f6 !important;}.vc_custom_1461127117628{margin-bottom: 50px !important;}.vc_custom_1459944656616{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;background-color: rgba(249,249,249,0.8) !important;*background-color: rgb(249,249,249) !important;}.vc_custom_1461127050980{margin-bottom: 50px !important;}.vc_custom_1461127080165{margin-bottom: 50px !important;}.vc_custom_1459938930647{background-color: #cebb2f !important;}.vc_custom_1459942199050{background-color: #56990f !important;}.vc_custom_1459942212619{background-color: #821865 !important;}.vc_custom_1459942269448{background-color: #1b843e !important;}.vc_custom_1459938930647{background-color: #cebb2f !important;}.vc_custom_1459942199050{background-color: #56990f !important;}.vc_custom_1459942212619{background-color: #821865 !important;}.vc_custom_1459942269448{background-color: #1b843e !important;}.vc_custom_1461127203561{margin-bottom: 0px !important;}.vc_custom_1459943192119{margin-bottom: 0px !important;}.vc_custom_1459943284704{border-right-width: 1px !important;border-bottom-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1459943737680{border-right-width: 1px !important;border-bottom-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1459943742873{border-right-width: 1px !important;border-bottom-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1459944310259{border-bottom-width: 1px !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1459943297060{border-right-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;}.vc_custom_1459943696568{border-right-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;}.vc_custom_1459944245436{border-right-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;}.vc_custom_1459945702747{padding-top: 35px !important;}.vc_custom_1459944858241{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1461127196571{margin-bottom: 0px !important;}.vc_custom_1459945395133{margin-bottom: 0px !important;}.vc_custom_1459943284704{border-right-width: 1px !important;border-bottom-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1459943737680{border-right-width: 1px !important;border-bottom-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1459943742873{border-right-width: 1px !important;border-bottom-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1459944310259{border-bottom-width: 1px !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1459943297060{border-right-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;}.vc_custom_1459943696568{border-right-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;}.vc_custom_1459944245436{border-right-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;}.vc_custom_1459945709514{padding-top: 35px !important;}'),(1116,3727,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1117,3727,'_wp_page_template','default'),(1118,3727,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1119,3727,'_wpb_vc_js_status','true'),(1120,3727,'_wpb_shortcodes_custom_css','.vc_custom_1461127087857{margin-bottom: 50px !important;}.vc_custom_1461127093125{margin-bottom: 50px !important;}.vc_custom_1461127101935{margin-bottom: 50px !important;background-color: #f6f6f6 !important;}.vc_custom_1461127109666{margin-bottom: 50px !important;background-color: #f6f6f6 !important;}.vc_custom_1461127117628{margin-bottom: 50px !important;}.vc_custom_1459944656616{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;background-color: rgba(249,249,249,0.8) !important;*background-color: rgb(249,249,249) !important;}.vc_custom_1461127050980{margin-bottom: 50px !important;}.vc_custom_1461127080165{margin-bottom: 50px !important;}.vc_custom_1459938930647{background-color: #cebb2f !important;}.vc_custom_1459942199050{background-color: #56990f !important;}.vc_custom_1459942212619{background-color: #821865 !important;}.vc_custom_1459942269448{background-color: #1b843e !important;}.vc_custom_1459938930647{background-color: #cebb2f !important;}.vc_custom_1459942199050{background-color: #56990f !important;}.vc_custom_1459942212619{background-color: #821865 !important;}.vc_custom_1459942269448{background-color: #1b843e !important;}.vc_custom_1461127203561{margin-bottom: 0px !important;}.vc_custom_1459943192119{margin-bottom: 0px !important;}.vc_custom_1459943284704{border-right-width: 1px !important;border-bottom-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1459943737680{border-right-width: 1px !important;border-bottom-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1459943742873{border-right-width: 1px !important;border-bottom-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1459944310259{border-bottom-width: 1px !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1459943297060{border-right-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;}.vc_custom_1459943696568{border-right-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;}.vc_custom_1459944245436{border-right-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;}.vc_custom_1459945702747{padding-top: 35px !important;}.vc_custom_1459944858241{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1461127196571{margin-bottom: 0px !important;}.vc_custom_1459945395133{margin-bottom: 0px !important;}.vc_custom_1459943284704{border-right-width: 1px !important;border-bottom-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1459943737680{border-right-width: 1px !important;border-bottom-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1459943742873{border-right-width: 1px !important;border-bottom-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1459944310259{border-bottom-width: 1px !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1459943297060{border-right-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;}.vc_custom_1459943696568{border-right-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;}.vc_custom_1459944245436{border-right-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;}.vc_custom_1459945709514{padding-top: 35px !important;}'),(1121,3739,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1122,3739,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1123,3739,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1124,3739,'_wp_page_template','default'),(1125,3739,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1126,3739,'_wpb_vc_js_status','false'),(1127,3739,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1128,3739,'_wp_page_template','default'),(1129,3739,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1130,3739,'_wpb_vc_js_status','false'),(1131,3747,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1132,3747,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1133,3747,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1134,3747,'_wp_page_template','default'),(1135,3747,'_tpl_default_settings','a:1:{s:6:\"layout\";s:17:\"with-left-sidebar\";}'),(1136,3747,'_wpb_vc_js_status','false'),(1137,3747,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1138,3747,'_wp_page_template','default'),(1139,3747,'_tpl_default_settings','a:1:{s:6:\"layout\";s:17:\"with-left-sidebar\";}'),(1140,3747,'_wpb_vc_js_status','false'),(1141,3750,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1142,3750,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1143,3750,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1144,3750,'_wp_page_template','default'),(1145,3750,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"with-right-sidebar\";}'),(1146,3750,'_wpb_vc_js_status','false'),(1147,3750,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1148,3750,'_wp_page_template','default'),(1149,3750,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"with-right-sidebar\";}'),(1150,3750,'_wpb_vc_js_status','false'),(1151,3752,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1152,3752,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1153,3752,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1154,3752,'_wp_page_template','default'),(1155,3752,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1156,3752,'_wpb_vc_js_status','false'),(1157,3752,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1158,3752,'_wp_page_template','default'),(1159,3752,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1160,3752,'_wpb_vc_js_status','false'),(1161,3767,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1162,3767,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1163,3767,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1164,3767,'_wp_page_template','default'),(1165,3767,'_tpl_default_settings','a:1:{s:6:\"layout\";s:17:\"with-left-sidebar\";}'),(1166,3767,'_wpb_vc_js_status','false'),(1167,3767,'slide_template','default'),(1168,3767,'_edit_last','1'),(1169,3767,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1170,3767,'_wp_page_template','default'),(1171,3767,'_tpl_default_settings','a:1:{s:6:\"layout\";s:17:\"with-left-sidebar\";}'),(1172,3767,'_wpb_vc_js_status','false'),(1173,3769,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1174,3769,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1175,3769,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1176,3769,'_wp_page_template','default'),(1177,3769,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"with-right-sidebar\";}'),(1178,3769,'_wpb_vc_js_status','false'),(1179,3769,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1180,3769,'_wp_page_template','default'),(1181,3769,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"with-right-sidebar\";}'),(1182,3769,'_wpb_vc_js_status','false'),(1183,3771,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1184,3771,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1185,3771,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1186,3771,'_wp_page_template','default'),(1187,3771,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1188,3771,'_wpb_vc_js_status','false'),(1189,3771,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1190,3771,'_wp_page_template','default'),(1191,3771,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1192,3771,'_wpb_vc_js_status','false'),(1193,3774,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1194,3774,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1195,3774,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1196,3774,'_wp_page_template','default'),(1197,3774,'_tpl_default_settings','a:1:{s:6:\"layout\";s:17:\"with-left-sidebar\";}'),(1198,3774,'_wpb_vc_js_status','false'),(1199,3774,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1200,3774,'_wp_page_template','default'),(1201,3774,'_tpl_default_settings','a:1:{s:6:\"layout\";s:17:\"with-left-sidebar\";}'),(1202,3774,'_wpb_vc_js_status','false'),(1203,3776,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1204,3776,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1205,3776,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1206,3776,'_wp_page_template','default'),(1207,3776,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"with-right-sidebar\";}'),(1208,3776,'_wpb_vc_js_status','false'),(1209,3776,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1210,3776,'_wp_page_template','default'),(1211,3776,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"with-right-sidebar\";}'),(1212,3776,'_wpb_vc_js_status','false'),(1213,3778,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1214,3778,'_wpb_shortcodes_custom_css','.vc_custom_1460973526570{margin-bottom: 30px !important;}'),(1215,3778,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1216,3778,'_wpb_shortcodes_custom_css','.vc_custom_1460973526570{margin-bottom: 30px !important;}'),(1217,3778,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1218,3778,'_wp_page_template','default'),(1219,3778,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1220,3778,'_wpb_vc_js_status','true'),(1221,3778,'_wpb_shortcodes_custom_css','.vc_custom_1460973526570{margin-bottom: 30px !important;}'),(1222,3778,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1223,3778,'_wp_page_template','default'),(1224,3778,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1225,3778,'_wpb_vc_js_status','true'),(1226,3778,'_wpb_shortcodes_custom_css','.vc_custom_1460973526570{margin-bottom: 30px !important;}'),(1227,3780,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1228,3780,'_wpb_shortcodes_custom_css','.vc_custom_1460973526570{margin-bottom: 30px !important;}'),(1229,3780,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1230,3780,'_wpb_shortcodes_custom_css','.vc_custom_1460973526570{margin-bottom: 30px !important;}'),(1231,3780,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1232,3780,'_wp_page_template','default'),(1233,3780,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1234,3780,'_wpb_vc_js_status','true'),(1235,3780,'_wpb_shortcodes_custom_css','.vc_custom_1460973526570{margin-bottom: 30px !important;}'),(1236,3780,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1237,3780,'_wp_page_template','default'),(1238,3780,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1239,3780,'_wpb_vc_js_status','true'),(1240,3780,'_wpb_shortcodes_custom_css','.vc_custom_1460973526570{margin-bottom: 30px !important;}'),(1241,3792,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1242,3792,'_wpb_shortcodes_custom_css','.vc_custom_1460973526570{margin-bottom: 30px !important;}'),(1243,3792,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1244,3792,'_wpb_shortcodes_custom_css','.vc_custom_1460973526570{margin-bottom: 30px !important;}'),(1245,3792,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1246,3792,'_wp_page_template','default'),(1247,3792,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1248,3792,'_wpb_vc_js_status','true'),(1249,3792,'_wpb_shortcodes_custom_css','.vc_custom_1460973526570{margin-bottom: 30px !important;}'),(1250,3792,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1251,3792,'_wp_page_template','default'),(1252,3792,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1253,3792,'_wpb_vc_js_status','true'),(1254,3792,'_wpb_shortcodes_custom_css','.vc_custom_1460973526570{margin-bottom: 30px !important;}'),(1255,3795,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1256,3795,'_wpb_shortcodes_custom_css','.vc_custom_1460973526570{margin-bottom: 30px !important;}'),(1257,3795,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1258,3795,'_wpb_shortcodes_custom_css','.vc_custom_1460973526570{margin-bottom: 30px !important;}'),(1259,3795,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1260,3795,'_wp_page_template','default'),(1261,3795,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1262,3795,'_wpb_vc_js_status','true'),(1263,3795,'_wpb_shortcodes_custom_css','.vc_custom_1460973526570{margin-bottom: 30px !important;}'),(1264,3795,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1265,3795,'_wp_page_template','default'),(1266,3795,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1267,3795,'_wpb_vc_js_status','true'),(1268,3795,'_wpb_shortcodes_custom_css','.vc_custom_1460973526570{margin-bottom: 30px !important;}'),(1269,3800,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1270,3800,'_wpb_shortcodes_custom_css','.vc_custom_1460973526570{margin-bottom: 30px !important;}'),(1271,3800,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1272,3800,'_wpb_shortcodes_custom_css','.vc_custom_1460973526570{margin-bottom: 30px !important;}'),(1273,3800,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1274,3800,'_wp_page_template','default'),(1275,3800,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1276,3800,'_wpb_vc_js_status','true'),(1277,3800,'_wpb_shortcodes_custom_css','.vc_custom_1460973526570{margin-bottom: 30px !important;}'),(1278,3800,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1279,3800,'_wp_page_template','default'),(1280,3800,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1281,3800,'_wpb_vc_js_status','true'),(1282,3800,'_wpb_shortcodes_custom_css','.vc_custom_1460973526570{margin-bottom: 30px !important;}'),(1283,3807,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1284,3807,'_wpb_shortcodes_custom_css','.vc_custom_1485873452622{margin-top: -30px !important;}.vc_custom_1485823076158{margin-top: 10px !important;margin-bottom: 10px !important;}.vc_custom_1486929571283{margin-top: 10px !important;margin-bottom: 10px !important;}.vc_custom_1486929490718{margin-top: 10px !important;margin-bottom: 10px !important;}'),(1285,3807,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1286,3807,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1287,3807,'_wp_page_template','default'),(1288,3807,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:26:\"disable_breadcrumb_section\";s:4:\"true\";}'),(1289,3807,'_wpb_vc_js_status','true'),(1290,3807,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1291,3807,'_wp_page_template','default'),(1292,3807,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:26:\"disable_breadcrumb_section\";s:4:\"true\";}'),(1293,3807,'_wpb_vc_js_status','true'),(1294,3807,'_wpb_shortcodes_custom_css','.vc_custom_1485873452622{margin-top: -30px !important;}.vc_custom_1485823076158{margin-top: 10px !important;margin-bottom: 10px !important;}.vc_custom_1486929571283{margin-top: 10px !important;margin-bottom: 10px !important;}.vc_custom_1486929490718{margin-top: 10px !important;margin-bottom: 10px !important;}'),(1295,3807,'slide_template','default'),(1296,3807,'_edit_last','1'),(1297,3809,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1298,3809,'_wpb_shortcodes_custom_css','.vc_custom_1485874355598{margin-top: -30px !important;}'),(1299,3809,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1300,3809,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1301,3809,'_wp_page_template','default'),(1302,3809,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:26:\"disable_breadcrumb_section\";s:4:\"true\";}'),(1303,3809,'_wpb_vc_js_status','true'),(1304,3809,'slide_template','default'),(1305,3809,'_edit_last','1'),(1306,3809,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1307,3809,'_wp_page_template','default'),(1308,3809,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:26:\"disable_breadcrumb_section\";s:4:\"true\";}'),(1309,3809,'_wpb_vc_js_status','true'),(1310,3809,'_wpb_shortcodes_custom_css','.vc_custom_1485874355598{margin-top: -30px !important;}'),(1311,3811,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1312,3811,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1313,3811,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1314,3811,'_wp_page_template','default'),(1315,3811,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1316,3811,'_wpb_vc_js_status','false'),(1317,3811,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1318,3811,'_wp_page_template','default'),(1319,3811,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1320,3811,'_wpb_vc_js_status','false'),(1321,3813,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1322,3813,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1323,3813,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1324,3813,'_wp_page_template','default'),(1325,3813,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:26:\"disable_breadcrumb_section\";s:4:\"true\";}'),(1326,3813,'_wpb_vc_js_status','false'),(1327,3813,'slide_template','default'),(1328,3813,'_edit_last','1'),(1329,3813,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1330,3813,'_wp_page_template','default'),(1331,3813,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:26:\"disable_breadcrumb_section\";s:4:\"true\";}'),(1332,3813,'_wpb_vc_js_status','false'),(1333,3815,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1334,3815,'_wpb_shortcodes_custom_css','.vc_custom_1485873676328{margin-top: -30px !important;}'),(1335,3815,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1336,3815,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1337,3815,'_wp_page_template','default'),(1338,3815,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:26:\"disable_breadcrumb_section\";s:4:\"true\";}'),(1339,3815,'_wpb_vc_js_status','true'),(1340,3815,'_wpb_shortcodes_custom_css','.vc_custom_1485873676328{margin-top: -30px !important;}'),(1341,3815,'slide_template','default'),(1342,3815,'_edit_last','1'),(1343,3815,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1344,3815,'_wp_page_template','default'),(1345,3815,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:26:\"disable_breadcrumb_section\";s:4:\"true\";}'),(1346,3815,'_wpb_vc_js_status','true'),(1347,3817,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1348,3817,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1349,3817,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1350,3817,'_wp_page_template','default'),(1351,3817,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1352,3817,'_wpb_vc_js_status','false'),(1353,3817,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1354,3817,'_wp_page_template','default'),(1355,3817,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1356,3817,'_wpb_vc_js_status','false'),(1357,3819,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1358,3819,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1359,3819,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1360,3819,'_wp_page_template','default'),(1361,3819,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1362,3819,'_wpb_vc_js_status','false'),(1363,3819,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1364,3819,'_wp_page_template','default'),(1365,3819,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1366,3819,'_wpb_vc_js_status','false'),(1367,3821,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1368,3821,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1369,3821,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1370,3821,'_wp_page_template','default'),(1371,3821,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1372,3821,'_wpb_vc_js_status','false'),(1373,3823,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1374,3823,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1375,3823,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1376,3823,'_wp_page_template','default'),(1377,3823,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1378,3823,'_wpb_vc_js_status','false'),(1379,3823,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1380,3823,'_wp_page_template','default'),(1381,3823,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1382,3823,'_wpb_vc_js_status','false'),(1383,3825,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1384,3825,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1385,3825,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1386,3825,'_wp_page_template','default'),(1387,3825,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1388,3825,'_wpb_vc_js_status','false'),(1389,3825,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1390,3825,'_wp_page_template','default'),(1391,3825,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1392,3825,'_wpb_vc_js_status','false'),(1393,3875,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1394,3875,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1395,3875,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1396,3875,'_wp_page_template','tpl-comingsoon.php'),(1397,3875,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1398,3875,'_wpb_vc_js_status','false'),(1399,3875,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1400,3875,'_wp_page_template','tpl-comingsoon.php'),(1401,3875,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1402,3875,'_wpb_vc_js_status','false'),(1403,3894,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1404,3894,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1405,3894,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1406,3894,'_wp_page_template','default'),(1407,3894,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1408,3894,'_wpb_vc_js_status','false'),(1409,3901,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1410,3901,'_wpb_shortcodes_custom_css','.vc_custom_1484626786439{margin-top: -10px !important;margin-bottom: 30px !important;}.vc_custom_1483694358647{margin-top: 10px !important;margin-bottom: 80px !important;}.vc_custom_1483694349349{margin-bottom: 90px !important;}.vc_custom_1485221164964{margin-bottom: 45px !important;margin-left: 30px !important;padding-top: 300px !important;padding-right: 0px !important;padding-bottom: 200px !important;padding-left: 0px !important;background-image: url(http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/NAQ_4015b.jpg?id=5265) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1483689567953{margin-bottom: 20px !important;}.vc_custom_1486440544251{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://www.artlanta.com/deanostudios/wp-content/uploads/2016/03/CAY_6646-e1484805872436.jpg?id=5179) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1484872472605{margin-top: -20px !important;}.vc_custom_1484871747477{margin-bottom: 0px !important;}.vc_custom_1486234227740{margin-top: 30px !important;margin-bottom: 35px !important;}.vc_custom_1482948377264{margin-bottom: 20px !important;}.vc_custom_1461567667480{margin-top: 10px !important;}.vc_custom_1486232205581{margin-right: 5% !important;margin-left: 5% !important;}.vc_custom_1483689157202{margin-bottom: 5px !important;}'),(1411,3901,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1412,3901,'_wp_page_template','default'),(1413,3901,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:26:\"disable_breadcrumb_section\";s:4:\"true\";}'),(1414,3901,'_wpb_vc_js_status','true'),(1415,3901,'_wpb_shortcodes_custom_css','.vc_custom_1484626786439{margin-top: -10px !important;margin-bottom: 30px !important;}.vc_custom_1483694358647{margin-top: 10px !important;margin-bottom: 80px !important;}.vc_custom_1483694349349{margin-bottom: 90px !important;}.vc_custom_1485221164964{margin-bottom: 45px !important;margin-left: 30px !important;padding-top: 300px !important;padding-right: 0px !important;padding-bottom: 200px !important;padding-left: 0px !important;background-image: url(http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/NAQ_4015b.jpg?id=5265) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1483689567953{margin-bottom: 20px !important;}.vc_custom_1486440544251{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://www.artlanta.com/deanostudios/wp-content/uploads/2016/03/CAY_6646-e1484805872436.jpg?id=5179) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1484872472605{margin-top: -20px !important;}.vc_custom_1484871747477{margin-bottom: 0px !important;}.vc_custom_1486234227740{margin-top: 30px !important;margin-bottom: 35px !important;}.vc_custom_1482948377264{margin-bottom: 20px !important;}.vc_custom_1461567667480{margin-top: 10px !important;}.vc_custom_1486232205581{margin-right: 5% !important;margin-left: 5% !important;}.vc_custom_1483689157202{margin-bottom: 5px !important;}'),(1416,3901,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1417,3901,'_wpb_shortcodes_custom_css','.vc_custom_1484626786439{margin-top: -10px !important;margin-bottom: 30px !important;}.vc_custom_1483694358647{margin-top: 10px !important;margin-bottom: 80px !important;}.vc_custom_1483694349349{margin-bottom: 90px !important;}.vc_custom_1485221164964{margin-bottom: 45px !important;margin-left: 30px !important;padding-top: 300px !important;padding-right: 0px !important;padding-bottom: 200px !important;padding-left: 0px !important;background-image: url(http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/NAQ_4015b.jpg?id=5265) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1483689567953{margin-bottom: 20px !important;}.vc_custom_1486440544251{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://www.artlanta.com/deanostudios/wp-content/uploads/2016/03/CAY_6646-e1484805872436.jpg?id=5179) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1484872472605{margin-top: -20px !important;}.vc_custom_1484871747477{margin-bottom: 0px !important;}.vc_custom_1486234227740{margin-top: 30px !important;margin-bottom: 35px !important;}.vc_custom_1482948377264{margin-bottom: 20px !important;}.vc_custom_1461567667480{margin-top: 10px !important;}.vc_custom_1486232205581{margin-right: 5% !important;margin-left: 5% !important;}.vc_custom_1483689157202{margin-bottom: 5px !important;}'),(1418,3901,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1419,3901,'_wp_page_template','default'),(1420,3901,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:26:\"disable_breadcrumb_section\";s:4:\"true\";}'),(1421,3901,'_wpb_vc_js_status','true'),(1422,3901,'_wpb_shortcodes_custom_css','.vc_custom_1484626786439{margin-top: -10px !important;margin-bottom: 30px !important;}.vc_custom_1483694358647{margin-top: 10px !important;margin-bottom: 80px !important;}.vc_custom_1483694349349{margin-bottom: 90px !important;}.vc_custom_1485221164964{margin-bottom: 45px !important;margin-left: 30px !important;padding-top: 300px !important;padding-right: 0px !important;padding-bottom: 200px !important;padding-left: 0px !important;background-image: url(http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/NAQ_4015b.jpg?id=5265) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1483689567953{margin-bottom: 20px !important;}.vc_custom_1486440544251{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://www.artlanta.com/deanostudios/wp-content/uploads/2016/03/CAY_6646-e1484805872436.jpg?id=5179) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1484872472605{margin-top: -20px !important;}.vc_custom_1484871747477{margin-bottom: 0px !important;}.vc_custom_1486234227740{margin-top: 30px !important;margin-bottom: 35px !important;}.vc_custom_1482948377264{margin-bottom: 20px !important;}.vc_custom_1461567667480{margin-top: 10px !important;}.vc_custom_1486232205581{margin-right: 5% !important;margin-left: 5% !important;}.vc_custom_1483689157202{margin-bottom: 5px !important;}'),(1423,3901,'_edit_last','1'),(1424,3901,'slide_template','default'),(1425,3901,'_oembed_295f1eadf952dc859d386d1a8bcbcaa3','{{unknown}}'),(1426,3970,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1427,3970,'_wpb_shortcodes_custom_css','.vc_custom_1484626517248{margin-bottom: 30px !important;}.vc_custom_1484872642957{margin-bottom: 30px !important;}'),(1428,3970,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1429,3970,'_wp_page_template','tpl-plain.php'),(1430,3970,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:26:\"disable_breadcrumb_section\";s:4:\"true\";}'),(1431,3970,'_wpb_vc_js_status','true'),(1432,3970,'_wpb_shortcodes_custom_css','.vc_custom_1484626517248{margin-bottom: 30px !important;}.vc_custom_1484872642957{margin-bottom: 30px !important;}'),(1433,3970,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1434,3970,'_wpb_shortcodes_custom_css','.vc_custom_1484626517248{margin-bottom: 30px !important;}.vc_custom_1484872642957{margin-bottom: 30px !important;}'),(1435,3970,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1436,3970,'_wp_page_template','tpl-plain.php'),(1437,3970,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:26:\"disable_breadcrumb_section\";s:4:\"true\";}'),(1438,3970,'_wpb_vc_js_status','true'),(1439,3970,'_wpb_shortcodes_custom_css','.vc_custom_1484626517248{margin-bottom: 30px !important;}.vc_custom_1484872642957{margin-bottom: 30px !important;}'),(1440,3970,'slide_template','default'),(1441,3970,'_edit_last','1'),(1442,4026,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1443,4026,'_wpb_shortcodes_custom_css','.vc_custom_1461930335179{margin-top: 110px !important;}.vc_custom_1461751381480{margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/04/home2-bg.jpg?id=4038) !important;}.vc_custom_1461671082107{margin-bottom: 80px !important;}.vc_custom_1461672600908{margin-right: 0px !important;margin-bottom: 60px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1461751442732{margin-bottom: 50px !important;}.vc_custom_1461819154103{margin-bottom: 0px !important;}.vc_custom_1461819309703{margin: 0px !important;border-width: 0px !important;padding: 0px !important;}.vc_custom_1461840272404{margin-bottom: 60px !important;}.vc_custom_1460952828694{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}.vc_custom_1461660329930{padding-right: 50px !important;}.vc_custom_1461660376508{padding-left: 70px !important;}.vc_custom_1461655406267{margin-bottom: 35px !important;}.vc_custom_1461660278341{margin-bottom: 45px !important;}.vc_custom_1461751539805{margin-bottom: 0px !important;}.vc_custom_1461751547285{margin-bottom: 0px !important;}.vc_custom_1461751553581{margin-bottom: 0px !important;}.vc_custom_1461751559282{margin-bottom: 0px !important;}.vc_custom_1461836571403{padding-top: 20px !important;padding-right: 180px !important;}.vc_custom_1461836745872{margin-top: 25px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1461661779727{margin-top: 20px !important;}.vc_custom_1461662934836{margin-bottom: 10px !important;}.vc_custom_1461662940038{margin-bottom: 10px !important;}.vc_custom_1461662946740{margin-bottom: 10px !important;}.vc_custom_1461662955536{margin-bottom: 10px !important;}.vc_custom_1461663020665{margin-bottom: 30px !important;}.vc_custom_1461664899901{margin-bottom: 100px !important;}.vc_custom_1461665461636{margin-bottom: 30px !important;}.vc_custom_1461926333719{padding-top: 0px !important;}.vc_custom_1461926438119{margin-left: 30px !important;padding-top: 140px !important;padding-right: 30px !important;padding-bottom: 140px !important;padding-left: 30px !important;background-color: #000000 !important;}.vc_custom_1461672489849{margin-top: 50px !important;margin-right: 20px !important;}.vc_custom_1461672502094{margin-top: 50px !important;}.vc_custom_1461819407185{margin-bottom: 50px !important;}.vc_custom_1461673218803{padding-top: 35px !important;padding-right: 80px !important;padding-bottom: 35px !important;padding-left: 80px !important;}.vc_custom_1461673226264{padding-top: 35px !important;padding-right: 80px !important;padding-bottom: 35px !important;padding-left: 80px !important;}.vc_custom_1461819750359{padding-top: 65px !important;padding-right: 75px !important;padding-bottom: 65px !important;padding-left: 0px !important;}.vc_custom_1461819182484{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1461819535529{margin-bottom: 40px !important;}.vc_custom_1461819254083{margin: 0px !important;border-width: 0px !important;padding: 0px !important;}.vc_custom_1461819175020{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1461819802386{padding-top: 65px !important;padding-right: 0px !important;padding-bottom: 65px !important;padding-left: 75px !important;}.vc_custom_1461819967383{margin-bottom: 40px !important;}.vc_custom_1461820910938{padding-top: 30px !important;}.vc_custom_1461909555085{margin-top: 25px !important;margin-bottom: 40px !important;}.vc_custom_1461820890550{margin-bottom: 50px !important;}.vc_custom_1460110345846{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;padding-top: 20px !important;padding-bottom: 20px !important;border-left-color: rgba(0,0,0,0.5) !important;border-left-style: solid !important;border-right-color: rgba(0,0,0,0.5) !important;border-right-style: solid !important;border-top-color: rgba(0,0,0,0.5) !important;border-top-style: solid !important;border-bottom-color: rgba(0,0,0,0.5) !important;border-bottom-style: solid !important;}.vc_custom_1460110351721{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 20px !important;padding-bottom: 20px !important;border-right-color: rgba(0,0,0,0.5) !important;border-right-style: solid !important;border-top-color: rgba(0,0,0,0.5) !important;border-top-style: solid !important;border-bottom-color: rgba(0,0,0,0.5) !important;border-bottom-style: solid !important;}.vc_custom_1460110395152{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 20px !important;padding-bottom: 20px !important;border-right-color: rgba(0,0,0,0.5) !important;border-right-style: solid !important;border-top-color: rgba(0,0,0,0.5) !important;border-top-style: solid !important;border-bottom-color: rgba(0,0,0,0.5) !important;border-bottom-style: solid !important;}.vc_custom_1460110390970{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 20px !important;padding-bottom: 20px !important;border-right-color: rgba(0,0,0,0.5) !important;border-right-style: solid !important;border-top-color: rgba(0,0,0,0.5) !important;border-top-style: solid !important;border-bottom-color: rgba(0,0,0,0.5) !important;border-bottom-style: solid !important;}.vc_custom_1460110401399{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 20px !important;padding-bottom: 20px !important;border-right-color: rgba(0,0,0,0.5) !important;border-right-style: solid !important;border-top-color: rgba(0,0,0,0.5) !important;border-top-style: solid !important;border-bottom-color: rgba(0,0,0,0.5) !important;border-bottom-style: solid !important;}.vc_custom_1460110496633{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 20px !important;padding-bottom: 20px !important;border-right-color: rgba(0,0,0,0.5) !important;border-right-style: solid !important;border-top-color: rgba(0,0,0,0.5) !important;border-top-style: solid !important;border-bottom-color: rgba(0,0,0,0.5) !important;border-bottom-style: solid !important;}.vc_custom_1460109257213{margin-bottom: 0px !important;}.vc_custom_1460109261821{margin-bottom: 0px !important;}.vc_custom_1460109266272{margin-bottom: 0px !important;}.vc_custom_1460109274182{margin-bottom: 0px !important;}.vc_custom_1460109278658{margin-bottom: 0px !important;}.vc_custom_1460109283465{margin-bottom: 0px !important;}'),(1444,4026,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1445,4026,'_wp_page_template','tpl-plain.php'),(1446,4026,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1447,4026,'_wpb_vc_js_status','true'),(1448,4026,'_wpb_shortcodes_custom_css','.vc_custom_1461930335179{margin-top: 110px !important;}.vc_custom_1461751381480{margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/04/home2-bg.jpg?id=4038) !important;}.vc_custom_1461671082107{margin-bottom: 80px !important;}.vc_custom_1461672600908{margin-right: 0px !important;margin-bottom: 60px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1461751442732{margin-bottom: 50px !important;}.vc_custom_1461819154103{margin-bottom: 0px !important;}.vc_custom_1461819309703{margin: 0px !important;border-width: 0px !important;padding: 0px !important;}.vc_custom_1461840272404{margin-bottom: 60px !important;}.vc_custom_1460952828694{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}.vc_custom_1461660329930{padding-right: 50px !important;}.vc_custom_1461660376508{padding-left: 70px !important;}.vc_custom_1461655406267{margin-bottom: 35px !important;}.vc_custom_1461660278341{margin-bottom: 45px !important;}.vc_custom_1461751539805{margin-bottom: 0px !important;}.vc_custom_1461751547285{margin-bottom: 0px !important;}.vc_custom_1461751553581{margin-bottom: 0px !important;}.vc_custom_1461751559282{margin-bottom: 0px !important;}.vc_custom_1461836571403{padding-top: 20px !important;padding-right: 180px !important;}.vc_custom_1461836745872{margin-top: 25px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1461661779727{margin-top: 20px !important;}.vc_custom_1461662934836{margin-bottom: 10px !important;}.vc_custom_1461662940038{margin-bottom: 10px !important;}.vc_custom_1461662946740{margin-bottom: 10px !important;}.vc_custom_1461662955536{margin-bottom: 10px !important;}.vc_custom_1461663020665{margin-bottom: 30px !important;}.vc_custom_1461664899901{margin-bottom: 100px !important;}.vc_custom_1461665461636{margin-bottom: 30px !important;}.vc_custom_1461926333719{padding-top: 0px !important;}.vc_custom_1461926438119{margin-left: 30px !important;padding-top: 140px !important;padding-right: 30px !important;padding-bottom: 140px !important;padding-left: 30px !important;background-color: #000000 !important;}.vc_custom_1461672489849{margin-top: 50px !important;margin-right: 20px !important;}.vc_custom_1461672502094{margin-top: 50px !important;}.vc_custom_1461819407185{margin-bottom: 50px !important;}.vc_custom_1461673218803{padding-top: 35px !important;padding-right: 80px !important;padding-bottom: 35px !important;padding-left: 80px !important;}.vc_custom_1461673226264{padding-top: 35px !important;padding-right: 80px !important;padding-bottom: 35px !important;padding-left: 80px !important;}.vc_custom_1461819750359{padding-top: 65px !important;padding-right: 75px !important;padding-bottom: 65px !important;padding-left: 0px !important;}.vc_custom_1461819182484{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1461819535529{margin-bottom: 40px !important;}.vc_custom_1461819254083{margin: 0px !important;border-width: 0px !important;padding: 0px !important;}.vc_custom_1461819175020{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1461819802386{padding-top: 65px !important;padding-right: 0px !important;padding-bottom: 65px !important;padding-left: 75px !important;}.vc_custom_1461819967383{margin-bottom: 40px !important;}.vc_custom_1461820910938{padding-top: 30px !important;}.vc_custom_1461909555085{margin-top: 25px !important;margin-bottom: 40px !important;}.vc_custom_1461820890550{margin-bottom: 50px !important;}.vc_custom_1460110345846{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;padding-top: 20px !important;padding-bottom: 20px !important;border-left-color: rgba(0,0,0,0.5) !important;border-left-style: solid !important;border-right-color: rgba(0,0,0,0.5) !important;border-right-style: solid !important;border-top-color: rgba(0,0,0,0.5) !important;border-top-style: solid !important;border-bottom-color: rgba(0,0,0,0.5) !important;border-bottom-style: solid !important;}.vc_custom_1460110351721{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 20px !important;padding-bottom: 20px !important;border-right-color: rgba(0,0,0,0.5) !important;border-right-style: solid !important;border-top-color: rgba(0,0,0,0.5) !important;border-top-style: solid !important;border-bottom-color: rgba(0,0,0,0.5) !important;border-bottom-style: solid !important;}.vc_custom_1460110395152{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 20px !important;padding-bottom: 20px !important;border-right-color: rgba(0,0,0,0.5) !important;border-right-style: solid !important;border-top-color: rgba(0,0,0,0.5) !important;border-top-style: solid !important;border-bottom-color: rgba(0,0,0,0.5) !important;border-bottom-style: solid !important;}.vc_custom_1460110390970{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 20px !important;padding-bottom: 20px !important;border-right-color: rgba(0,0,0,0.5) !important;border-right-style: solid !important;border-top-color: rgba(0,0,0,0.5) !important;border-top-style: solid !important;border-bottom-color: rgba(0,0,0,0.5) !important;border-bottom-style: solid !important;}.vc_custom_1460110401399{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 20px !important;padding-bottom: 20px !important;border-right-color: rgba(0,0,0,0.5) !important;border-right-style: solid !important;border-top-color: rgba(0,0,0,0.5) !important;border-top-style: solid !important;border-bottom-color: rgba(0,0,0,0.5) !important;border-bottom-style: solid !important;}.vc_custom_1460110496633{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 20px !important;padding-bottom: 20px !important;border-right-color: rgba(0,0,0,0.5) !important;border-right-style: solid !important;border-top-color: rgba(0,0,0,0.5) !important;border-top-style: solid !important;border-bottom-color: rgba(0,0,0,0.5) !important;border-bottom-style: solid !important;}.vc_custom_1460109257213{margin-bottom: 0px !important;}.vc_custom_1460109261821{margin-bottom: 0px !important;}.vc_custom_1460109266272{margin-bottom: 0px !important;}.vc_custom_1460109274182{margin-bottom: 0px !important;}.vc_custom_1460109278658{margin-bottom: 0px !important;}.vc_custom_1460109283465{margin-bottom: 0px !important;}'),(1449,4026,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1450,4026,'_wpb_shortcodes_custom_css','.vc_custom_1461930335179{margin-top: 110px !important;}.vc_custom_1461751381480{margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/04/home2-bg.jpg?id=4038) !important;}.vc_custom_1461671082107{margin-bottom: 80px !important;}.vc_custom_1461672600908{margin-right: 0px !important;margin-bottom: 60px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1461751442732{margin-bottom: 50px !important;}.vc_custom_1461819154103{margin-bottom: 0px !important;}.vc_custom_1461819309703{margin: 0px !important;border-width: 0px !important;padding: 0px !important;}.vc_custom_1461840272404{margin-bottom: 60px !important;}.vc_custom_1460952828694{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}.vc_custom_1461660329930{padding-right: 50px !important;}.vc_custom_1461660376508{padding-left: 70px !important;}.vc_custom_1461655406267{margin-bottom: 35px !important;}.vc_custom_1461660278341{margin-bottom: 45px !important;}.vc_custom_1461751539805{margin-bottom: 0px !important;}.vc_custom_1461751547285{margin-bottom: 0px !important;}.vc_custom_1461751553581{margin-bottom: 0px !important;}.vc_custom_1461751559282{margin-bottom: 0px !important;}.vc_custom_1461836571403{padding-top: 20px !important;padding-right: 180px !important;}.vc_custom_1461836745872{margin-top: 25px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1461661779727{margin-top: 20px !important;}.vc_custom_1461662934836{margin-bottom: 10px !important;}.vc_custom_1461662940038{margin-bottom: 10px !important;}.vc_custom_1461662946740{margin-bottom: 10px !important;}.vc_custom_1461662955536{margin-bottom: 10px !important;}.vc_custom_1461663020665{margin-bottom: 30px !important;}.vc_custom_1461664899901{margin-bottom: 100px !important;}.vc_custom_1461665461636{margin-bottom: 30px !important;}.vc_custom_1461926333719{padding-top: 0px !important;}.vc_custom_1461926438119{margin-left: 30px !important;padding-top: 140px !important;padding-right: 30px !important;padding-bottom: 140px !important;padding-left: 30px !important;background-color: #000000 !important;}.vc_custom_1461672489849{margin-top: 50px !important;margin-right: 20px !important;}.vc_custom_1461672502094{margin-top: 50px !important;}.vc_custom_1461819407185{margin-bottom: 50px !important;}.vc_custom_1461673218803{padding-top: 35px !important;padding-right: 80px !important;padding-bottom: 35px !important;padding-left: 80px !important;}.vc_custom_1461673226264{padding-top: 35px !important;padding-right: 80px !important;padding-bottom: 35px !important;padding-left: 80px !important;}.vc_custom_1461819750359{padding-top: 65px !important;padding-right: 75px !important;padding-bottom: 65px !important;padding-left: 0px !important;}.vc_custom_1461819182484{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1461819535529{margin-bottom: 40px !important;}.vc_custom_1461819254083{margin: 0px !important;border-width: 0px !important;padding: 0px !important;}.vc_custom_1461819175020{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1461819802386{padding-top: 65px !important;padding-right: 0px !important;padding-bottom: 65px !important;padding-left: 75px !important;}.vc_custom_1461819967383{margin-bottom: 40px !important;}.vc_custom_1461820910938{padding-top: 30px !important;}.vc_custom_1461909555085{margin-top: 25px !important;margin-bottom: 40px !important;}.vc_custom_1461820890550{margin-bottom: 50px !important;}.vc_custom_1460110345846{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;padding-top: 20px !important;padding-bottom: 20px !important;border-left-color: rgba(0,0,0,0.5) !important;border-left-style: solid !important;border-right-color: rgba(0,0,0,0.5) !important;border-right-style: solid !important;border-top-color: rgba(0,0,0,0.5) !important;border-top-style: solid !important;border-bottom-color: rgba(0,0,0,0.5) !important;border-bottom-style: solid !important;}.vc_custom_1460110351721{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 20px !important;padding-bottom: 20px !important;border-right-color: rgba(0,0,0,0.5) !important;border-right-style: solid !important;border-top-color: rgba(0,0,0,0.5) !important;border-top-style: solid !important;border-bottom-color: rgba(0,0,0,0.5) !important;border-bottom-style: solid !important;}.vc_custom_1460110395152{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 20px !important;padding-bottom: 20px !important;border-right-color: rgba(0,0,0,0.5) !important;border-right-style: solid !important;border-top-color: rgba(0,0,0,0.5) !important;border-top-style: solid !important;border-bottom-color: rgba(0,0,0,0.5) !important;border-bottom-style: solid !important;}.vc_custom_1460110390970{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 20px !important;padding-bottom: 20px !important;border-right-color: rgba(0,0,0,0.5) !important;border-right-style: solid !important;border-top-color: rgba(0,0,0,0.5) !important;border-top-style: solid !important;border-bottom-color: rgba(0,0,0,0.5) !important;border-bottom-style: solid !important;}.vc_custom_1460110401399{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 20px !important;padding-bottom: 20px !important;border-right-color: rgba(0,0,0,0.5) !important;border-right-style: solid !important;border-top-color: rgba(0,0,0,0.5) !important;border-top-style: solid !important;border-bottom-color: rgba(0,0,0,0.5) !important;border-bottom-style: solid !important;}.vc_custom_1460110496633{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 20px !important;padding-bottom: 20px !important;border-right-color: rgba(0,0,0,0.5) !important;border-right-style: solid !important;border-top-color: rgba(0,0,0,0.5) !important;border-top-style: solid !important;border-bottom-color: rgba(0,0,0,0.5) !important;border-bottom-style: solid !important;}.vc_custom_1460109257213{margin-bottom: 0px !important;}.vc_custom_1460109261821{margin-bottom: 0px !important;}.vc_custom_1460109266272{margin-bottom: 0px !important;}.vc_custom_1460109274182{margin-bottom: 0px !important;}.vc_custom_1460109278658{margin-bottom: 0px !important;}.vc_custom_1460109283465{margin-bottom: 0px !important;}'),(1451,4026,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1452,4026,'_wp_page_template','tpl-plain.php'),(1453,4026,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(1454,4026,'_wpb_vc_js_status','true'),(1455,4026,'_wpb_shortcodes_custom_css','.vc_custom_1461930335179{margin-top: 110px !important;}.vc_custom_1461751381480{margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/04/home2-bg.jpg?id=4038) !important;}.vc_custom_1461671082107{margin-bottom: 80px !important;}.vc_custom_1461672600908{margin-right: 0px !important;margin-bottom: 60px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1461751442732{margin-bottom: 50px !important;}.vc_custom_1461819154103{margin-bottom: 0px !important;}.vc_custom_1461819309703{margin: 0px !important;border-width: 0px !important;padding: 0px !important;}.vc_custom_1461840272404{margin-bottom: 60px !important;}.vc_custom_1460952828694{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}.vc_custom_1461660329930{padding-right: 50px !important;}.vc_custom_1461660376508{padding-left: 70px !important;}.vc_custom_1461655406267{margin-bottom: 35px !important;}.vc_custom_1461660278341{margin-bottom: 45px !important;}.vc_custom_1461751539805{margin-bottom: 0px !important;}.vc_custom_1461751547285{margin-bottom: 0px !important;}.vc_custom_1461751553581{margin-bottom: 0px !important;}.vc_custom_1461751559282{margin-bottom: 0px !important;}.vc_custom_1461836571403{padding-top: 20px !important;padding-right: 180px !important;}.vc_custom_1461836745872{margin-top: 25px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1461661779727{margin-top: 20px !important;}.vc_custom_1461662934836{margin-bottom: 10px !important;}.vc_custom_1461662940038{margin-bottom: 10px !important;}.vc_custom_1461662946740{margin-bottom: 10px !important;}.vc_custom_1461662955536{margin-bottom: 10px !important;}.vc_custom_1461663020665{margin-bottom: 30px !important;}.vc_custom_1461664899901{margin-bottom: 100px !important;}.vc_custom_1461665461636{margin-bottom: 30px !important;}.vc_custom_1461926333719{padding-top: 0px !important;}.vc_custom_1461926438119{margin-left: 30px !important;padding-top: 140px !important;padding-right: 30px !important;padding-bottom: 140px !important;padding-left: 30px !important;background-color: #000000 !important;}.vc_custom_1461672489849{margin-top: 50px !important;margin-right: 20px !important;}.vc_custom_1461672502094{margin-top: 50px !important;}.vc_custom_1461819407185{margin-bottom: 50px !important;}.vc_custom_1461673218803{padding-top: 35px !important;padding-right: 80px !important;padding-bottom: 35px !important;padding-left: 80px !important;}.vc_custom_1461673226264{padding-top: 35px !important;padding-right: 80px !important;padding-bottom: 35px !important;padding-left: 80px !important;}.vc_custom_1461819750359{padding-top: 65px !important;padding-right: 75px !important;padding-bottom: 65px !important;padding-left: 0px !important;}.vc_custom_1461819182484{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1461819535529{margin-bottom: 40px !important;}.vc_custom_1461819254083{margin: 0px !important;border-width: 0px !important;padding: 0px !important;}.vc_custom_1461819175020{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1461819802386{padding-top: 65px !important;padding-right: 0px !important;padding-bottom: 65px !important;padding-left: 75px !important;}.vc_custom_1461819967383{margin-bottom: 40px !important;}.vc_custom_1461820910938{padding-top: 30px !important;}.vc_custom_1461909555085{margin-top: 25px !important;margin-bottom: 40px !important;}.vc_custom_1461820890550{margin-bottom: 50px !important;}.vc_custom_1460110345846{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;padding-top: 20px !important;padding-bottom: 20px !important;border-left-color: rgba(0,0,0,0.5) !important;border-left-style: solid !important;border-right-color: rgba(0,0,0,0.5) !important;border-right-style: solid !important;border-top-color: rgba(0,0,0,0.5) !important;border-top-style: solid !important;border-bottom-color: rgba(0,0,0,0.5) !important;border-bottom-style: solid !important;}.vc_custom_1460110351721{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 20px !important;padding-bottom: 20px !important;border-right-color: rgba(0,0,0,0.5) !important;border-right-style: solid !important;border-top-color: rgba(0,0,0,0.5) !important;border-top-style: solid !important;border-bottom-color: rgba(0,0,0,0.5) !important;border-bottom-style: solid !important;}.vc_custom_1460110395152{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 20px !important;padding-bottom: 20px !important;border-right-color: rgba(0,0,0,0.5) !important;border-right-style: solid !important;border-top-color: rgba(0,0,0,0.5) !important;border-top-style: solid !important;border-bottom-color: rgba(0,0,0,0.5) !important;border-bottom-style: solid !important;}.vc_custom_1460110390970{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 20px !important;padding-bottom: 20px !important;border-right-color: rgba(0,0,0,0.5) !important;border-right-style: solid !important;border-top-color: rgba(0,0,0,0.5) !important;border-top-style: solid !important;border-bottom-color: rgba(0,0,0,0.5) !important;border-bottom-style: solid !important;}.vc_custom_1460110401399{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 20px !important;padding-bottom: 20px !important;border-right-color: rgba(0,0,0,0.5) !important;border-right-style: solid !important;border-top-color: rgba(0,0,0,0.5) !important;border-top-style: solid !important;border-bottom-color: rgba(0,0,0,0.5) !important;border-bottom-style: solid !important;}.vc_custom_1460110496633{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 20px !important;padding-bottom: 20px !important;border-right-color: rgba(0,0,0,0.5) !important;border-right-style: solid !important;border-top-color: rgba(0,0,0,0.5) !important;border-top-style: solid !important;border-bottom-color: rgba(0,0,0,0.5) !important;border-bottom-style: solid !important;}.vc_custom_1460109257213{margin-bottom: 0px !important;}.vc_custom_1460109261821{margin-bottom: 0px !important;}.vc_custom_1460109266272{margin-bottom: 0px !important;}.vc_custom_1460109274182{margin-bottom: 0px !important;}.vc_custom_1460109278658{margin-bottom: 0px !important;}.vc_custom_1460109283465{margin-bottom: 0px !important;}'),(1456,4514,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1457,4514,'_wpb_shortcodes_custom_css','.vc_custom_1460713347113{margin-bottom: 0px !important;}.vc_custom_1460953517139{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}.vc_custom_1460710001474{margin-bottom: 10px !important;}.vc_custom_1460710024394{margin-bottom: 50px !important;}.vc_custom_1460711480298{margin-bottom: 10px !important;}.vc_custom_1460711487538{margin-bottom: 50px !important;}.vc_custom_1460712089576{margin-bottom: 10px !important;}.vc_custom_1460712101593{margin-bottom: 50px !important;}.vc_custom_1460713342577{margin-bottom: 0px !important;}'),(1458,4514,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1459,4514,'_wpb_shortcodes_custom_css','.vc_custom_1460713347113{margin-bottom: 0px !important;}.vc_custom_1460953517139{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}.vc_custom_1460710001474{margin-bottom: 10px !important;}.vc_custom_1460710024394{margin-bottom: 50px !important;}.vc_custom_1460711480298{margin-bottom: 10px !important;}.vc_custom_1460711487538{margin-bottom: 50px !important;}.vc_custom_1460712089576{margin-bottom: 10px !important;}.vc_custom_1460712101593{margin-bottom: 50px !important;}.vc_custom_1460713342577{margin-bottom: 0px !important;}'),(1460,4514,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:8:\"template\";s:4:\"4248\";}'),(1461,4514,'_wp_page_template','default'),(1462,4514,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1463,4514,'_wpb_shortcodes_custom_css','.vc_custom_1460713347113{margin-bottom: 0px !important;}.vc_custom_1460953517139{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}.vc_custom_1460710001474{margin-bottom: 10px !important;}.vc_custom_1460710024394{margin-bottom: 50px !important;}.vc_custom_1460711480298{margin-bottom: 10px !important;}.vc_custom_1460711487538{margin-bottom: 50px !important;}.vc_custom_1460712089576{margin-bottom: 10px !important;}.vc_custom_1460712101593{margin-bottom: 50px !important;}.vc_custom_1460713342577{margin-bottom: 0px !important;}'),(1464,4514,'_wpb_vc_js_status','true'),(1465,4514,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1466,4514,'_wp_page_template','default'),(1467,4514,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:8:\"template\";s:4:\"4248\";}'),(1468,4514,'_wpb_vc_js_status','true'),(1469,4514,'_wpb_shortcodes_custom_css','.vc_custom_1460713347113{margin-bottom: 0px !important;}.vc_custom_1460953517139{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}.vc_custom_1460710001474{margin-bottom: 10px !important;}.vc_custom_1460710024394{margin-bottom: 50px !important;}.vc_custom_1460711480298{margin-bottom: 10px !important;}.vc_custom_1460711487538{margin-bottom: 50px !important;}.vc_custom_1460712089576{margin-bottom: 10px !important;}.vc_custom_1460712101593{margin-bottom: 50px !important;}.vc_custom_1460713342577{margin-bottom: 0px !important;}'),(1470,4515,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1471,4515,'_wpb_shortcodes_custom_css','.vc_custom_1460713347113{margin-bottom: 0px !important;}.vc_custom_1460953517139{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}.vc_custom_1460710001474{margin-bottom: 10px !important;}.vc_custom_1460710024394{margin-bottom: 50px !important;}.vc_custom_1460711480298{margin-bottom: 10px !important;}.vc_custom_1460711487538{margin-bottom: 50px !important;}.vc_custom_1460712089576{margin-bottom: 10px !important;}.vc_custom_1460712101593{margin-bottom: 50px !important;}.vc_custom_1460713342577{margin-bottom: 0px !important;}'),(1472,4515,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1473,4515,'_wp_page_template','default'),(1474,4515,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:8:\"template\";s:4:\"4249\";}'),(1475,4515,'_wpb_vc_js_status','true'),(1476,4515,'_wpb_shortcodes_custom_css','.vc_custom_1460713347113{margin-bottom: 0px !important;}.vc_custom_1460953517139{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}.vc_custom_1460710001474{margin-bottom: 10px !important;}.vc_custom_1460710024394{margin-bottom: 50px !important;}.vc_custom_1460711480298{margin-bottom: 10px !important;}.vc_custom_1460711487538{margin-bottom: 50px !important;}.vc_custom_1460712089576{margin-bottom: 10px !important;}.vc_custom_1460712101593{margin-bottom: 50px !important;}.vc_custom_1460713342577{margin-bottom: 0px !important;}'),(1477,4515,'_wpb_shortcodes_custom_css','.vc_custom_1460713347113{margin-bottom: 0px !important;}.vc_custom_1460953517139{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}.vc_custom_1460710001474{margin-bottom: 10px !important;}.vc_custom_1460710024394{margin-bottom: 50px !important;}.vc_custom_1460711480298{margin-bottom: 10px !important;}.vc_custom_1460711487538{margin-bottom: 50px !important;}.vc_custom_1460712089576{margin-bottom: 10px !important;}.vc_custom_1460712101593{margin-bottom: 50px !important;}.vc_custom_1460713342577{margin-bottom: 0px !important;}'),(1478,4515,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1479,4515,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1480,4515,'_wp_page_template','default'),(1481,4515,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:8:\"template\";s:4:\"4249\";}'),(1482,4515,'_wpb_vc_js_status','true'),(1483,4515,'_wpb_shortcodes_custom_css','.vc_custom_1460713347113{margin-bottom: 0px !important;}.vc_custom_1460953517139{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}.vc_custom_1460710001474{margin-bottom: 10px !important;}.vc_custom_1460710024394{margin-bottom: 50px !important;}.vc_custom_1460711480298{margin-bottom: 10px !important;}.vc_custom_1460711487538{margin-bottom: 50px !important;}.vc_custom_1460712089576{margin-bottom: 10px !important;}.vc_custom_1460712101593{margin-bottom: 50px !important;}.vc_custom_1460713342577{margin-bottom: 0px !important;}'),(1484,4516,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1485,4516,'_wpb_shortcodes_custom_css','.vc_custom_1460713347113{margin-bottom: 0px !important;}.vc_custom_1460953517139{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}.vc_custom_1460710001474{margin-bottom: 10px !important;}.vc_custom_1460710024394{margin-bottom: 50px !important;}.vc_custom_1460711480298{margin-bottom: 10px !important;}.vc_custom_1460711487538{margin-bottom: 50px !important;}.vc_custom_1460712089576{margin-bottom: 10px !important;}.vc_custom_1460712101593{margin-bottom: 50px !important;}.vc_custom_1460713342577{margin-bottom: 0px !important;}'),(1486,4516,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1487,4516,'_wpb_shortcodes_custom_css','.vc_custom_1460713347113{margin-bottom: 0px !important;}.vc_custom_1460953517139{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}.vc_custom_1460710001474{margin-bottom: 10px !important;}.vc_custom_1460710024394{margin-bottom: 50px !important;}.vc_custom_1460711480298{margin-bottom: 10px !important;}.vc_custom_1460711487538{margin-bottom: 50px !important;}.vc_custom_1460712089576{margin-bottom: 10px !important;}.vc_custom_1460712101593{margin-bottom: 50px !important;}.vc_custom_1460713342577{margin-bottom: 0px !important;}'),(1488,4516,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:8:\"template\";s:4:\"4250\";}'),(1489,4516,'_wp_page_template','default'),(1490,4516,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1491,4516,'_wpb_vc_js_status','true'),(1492,4516,'_wpb_shortcodes_custom_css','.vc_custom_1460713347113{margin-bottom: 0px !important;}.vc_custom_1460953517139{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}.vc_custom_1460710001474{margin-bottom: 10px !important;}.vc_custom_1460710024394{margin-bottom: 50px !important;}.vc_custom_1460711480298{margin-bottom: 10px !important;}.vc_custom_1460711487538{margin-bottom: 50px !important;}.vc_custom_1460712089576{margin-bottom: 10px !important;}.vc_custom_1460712101593{margin-bottom: 50px !important;}.vc_custom_1460713342577{margin-bottom: 0px !important;}'),(1493,4516,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1494,4516,'_wp_page_template','default'),(1495,4516,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:8:\"template\";s:4:\"4250\";}'),(1496,4516,'_wpb_vc_js_status','true'),(1497,4516,'_wpb_shortcodes_custom_css','.vc_custom_1460713347113{margin-bottom: 0px !important;}.vc_custom_1460953517139{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}.vc_custom_1460710001474{margin-bottom: 10px !important;}.vc_custom_1460710024394{margin-bottom: 50px !important;}.vc_custom_1460711480298{margin-bottom: 10px !important;}.vc_custom_1460711487538{margin-bottom: 50px !important;}.vc_custom_1460712089576{margin-bottom: 10px !important;}.vc_custom_1460712101593{margin-bottom: 50px !important;}.vc_custom_1460713342577{margin-bottom: 0px !important;}'),(1498,5501,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1499,5501,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1500,5501,'_edit_last','1'),(1501,5501,'_wp_page_template','tpl-plain.php'),(1502,5501,'slide_template','default'),(1503,5501,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:26:\"disable_breadcrumb_section\";s:4:\"true\";}'),(1504,5501,'_wpb_vc_js_status','true'),(1505,5508,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1506,5508,'_edit_last','1'),(1507,5508,'_wp_page_template','tpl-plain.php'),(1508,5508,'slide_template','default'),(1509,5508,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:26:\"disable_breadcrumb_section\";s:4:\"true\";}'),(1510,5508,'_wpb_vc_js_status','true'),(1511,5508,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1512,5609,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1513,5609,'_wpb_vc_js_status','true'),(1514,5609,'_tpl_default_settings','a:6:{s:6:\"layout\";s:18:\"content-full-width\";s:26:\"disable_breadcrumb_section\";s:4:\"true\";s:21:\"portfolio-post-layout\";s:10:\"one-column\";s:23:\"portfolio-post-per-page\";s:2:\"-1\";s:5:\"space\";s:4:\"true\";s:20:\"portfolio-categories\";a:1:{i:0;s:2:\"83\";}}'),(1515,5609,'slide_template','default'),(1516,5609,'_wp_page_template','tpl-portfolio.php'),(1517,5609,'_edit_last','1'),(1518,5609,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1519,5641,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1520,5641,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1521,5641,'_edit_last','1'),(1522,5641,'_wp_page_template','tpl-portfolio.php'),(1523,5641,'slide_template','default'),(1524,5641,'_tpl_default_settings','a:7:{s:6:\"layout\";s:18:\"content-full-width\";s:26:\"disable_breadcrumb_section\";s:4:\"true\";s:21:\"portfolio-post-layout\";s:15:\"one-half-column\";s:23:\"portfolio-post-per-page\";s:2:\"-1\";s:5:\"space\";s:4:\"true\";s:8:\"loadmore\";s:4:\"true\";s:20:\"portfolio-categories\";a:1:{i:0;s:3:\"109\";}}'),(1525,5641,'_wpb_vc_js_status','true'),(1526,5696,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1527,5696,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1528,5696,'_edit_last','1'),(1529,5696,'_wp_page_template','tpl-plain.php'),(1530,5696,'slide_template','default'),(1531,5696,'_tpl_default_settings','a:2:{s:6:\"layout\";s:18:\"content-full-width\";s:26:\"disable_breadcrumb_section\";s:4:\"true\";}'),(1532,5696,'_wpb_vc_js_status','true'),(1535,5455,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1536,5455,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1537,5455,'_edit_last','3'),(1538,5455,'_thumbnail_id','5466'),(1539,5455,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:35:\"Medium | Large | X-Large | XX-Large\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(1540,5455,'_visibility','visible'),(1541,5455,'total_sales','8'),(1542,5455,'_downloadable','no'),(1543,5455,'_virtual','no'),(1544,5455,'_tax_status','taxable'),(1545,5455,'_tax_class',''),(1546,5455,'_purchase_note',''),(1547,5455,'_featured','no'),(1548,5455,'_weight',''),(1549,5455,'_length',''),(1550,5455,'_width',''),(1551,5455,'_height',''),(1552,5455,'_sku',''),(1553,5455,'_regular_price',''),(1554,5455,'_sale_price',''),(1555,5455,'_sale_price_dates_from',''),(1556,5455,'_sale_price_dates_to',''),(1557,5455,'_sold_individually',''),(1558,5455,'_manage_stock','no'),(1559,5455,'_backorders','no'),(1560,5455,'_stock',NULL),(1561,5455,'_upsell_ids','a:0:{}'),(1562,5455,'_crosssell_ids','a:0:{}'),(1563,5455,'_min_variation_price','25'),(1564,5455,'_max_variation_price','25'),(1565,5455,'_min_price_variation_id','6561'),(1566,5455,'_max_price_variation_id','6561'),(1567,5455,'_min_variation_regular_price','25'),(1568,5455,'_max_variation_regular_price','25'),(1569,5455,'_min_regular_price_variation_id','6561'),(1570,5455,'_max_regular_price_variation_id','6561'),(1571,5455,'_min_variation_sale_price',NULL),(1572,5455,'_max_variation_sale_price',NULL),(1573,5455,'_min_sale_price_variation_id',NULL),(1574,5455,'_max_sale_price_variation_id',NULL),(1577,5455,'_stock_status','instock'),(1578,5455,'_product_version','3.0.8'),(1579,5455,'_product_image_gallery',''),(1580,5455,'slide_template','default'),(1581,5455,'_wc_review_count','0'),(1582,5455,'_default_attributes','a:0:{}'),(1583,5468,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1584,5468,'_default_attributes','a:0:{}'),(1585,5468,'total_sales','3'),(1586,5468,'_sku',''),(1587,5468,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1588,5468,'_edit_last','3'),(1589,5468,'_thumbnail_id','5473'),(1590,5468,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:35:\"Medium | Large | X-Large | XX-Large\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(1591,5468,'_visibility','visible'),(1592,5468,'_downloadable','no'),(1593,5468,'_virtual','no'),(1594,5468,'_tax_status','taxable'),(1595,5468,'_tax_class',''),(1596,5468,'_purchase_note',''),(1597,5468,'_featured','no'),(1598,5468,'_weight',''),(1599,5468,'_length',''),(1600,5468,'_width',''),(1601,5468,'_height',''),(1602,5468,'_regular_price',''),(1603,5468,'_sale_price',''),(1604,5468,'_sale_price_dates_from',''),(1605,5468,'_sale_price_dates_to',''),(1606,5468,'_sold_individually',''),(1607,5468,'_manage_stock','no'),(1608,5468,'_backorders','no'),(1609,5468,'_stock',NULL),(1610,5468,'_upsell_ids','a:0:{}'),(1611,5468,'_crosssell_ids','a:0:{}'),(1612,5468,'_min_variation_price','25'),(1613,5468,'_max_variation_price','25'),(1614,5468,'_min_price_variation_id','6604'),(1615,5468,'_max_price_variation_id','6604'),(1616,5468,'_min_variation_regular_price','25'),(1617,5468,'_max_variation_regular_price','25'),(1618,5468,'_min_regular_price_variation_id','6604'),(1619,5468,'_max_regular_price_variation_id','6604'),(1620,5468,'_min_variation_sale_price',NULL),(1621,5468,'_max_variation_sale_price',NULL),(1622,5468,'_min_sale_price_variation_id',NULL),(1623,5468,'_max_sale_price_variation_id',NULL),(1626,5468,'_stock_status','instock'),(1627,5468,'_product_version','3.0.8'),(1628,5468,'_product_image_gallery',''),(1629,5468,'slide_template','default'),(1630,5475,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1631,5475,'_min_variation_sale_price',NULL),(1632,5475,'_virtual','no'),(1633,5475,'_tax_status','taxable'),(1634,5475,'_tax_class',''),(1635,5475,'_purchase_note',''),(1636,5475,'_featured','no'),(1637,5475,'_weight',''),(1638,5475,'_length',''),(1639,5475,'_width',''),(1640,5475,'_height',''),(1641,5475,'_regular_price',''),(1642,5475,'_sale_price',''),(1643,5475,'_sale_price_dates_from',''),(1644,5475,'_sale_price_dates_to',''),(1645,5475,'_sold_individually',''),(1646,5475,'_manage_stock','no'),(1647,5475,'_backorders','no'),(1648,5475,'_stock',''),(1649,5475,'_upsell_ids','a:0:{}'),(1650,5475,'_crosssell_ids','a:0:{}'),(1651,5475,'_min_variation_price','25'),(1652,5475,'_max_variation_price','25'),(1653,5475,'_min_price_variation_id','6616'),(1654,5475,'_max_price_variation_id','6616'),(1655,5475,'_min_variation_regular_price','25'),(1656,5475,'_max_variation_regular_price','25'),(1657,5475,'_min_regular_price_variation_id','6616'),(1658,5475,'_max_regular_price_variation_id','6616'),(1659,5475,'_downloadable','no'),(1660,5475,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1661,5475,'_edit_last','1'),(1662,5475,'_thumbnail_id','5483'),(1663,5475,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:35:\"Medium | Large | X-Large | XX-Large\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(1664,5475,'_visibility','visible'),(1665,5475,'_max_variation_sale_price',NULL),(1666,5475,'_min_sale_price_variation_id',NULL),(1667,5475,'_max_sale_price_variation_id',NULL),(1669,5475,'_stock_status','instock'),(1670,5475,'_product_version','2.6.14'),(1671,5475,'_product_image_gallery',''),(1672,5475,'slide_template','default'),(1673,5475,'total_sales','2'),(1674,5475,'_sku',''),(1675,5475,'_wc_average_rating','0'),(1676,5475,'_wc_rating_count','a:0:{}'),(1678,5475,'_default_attributes','a:0:{}'),(1679,5484,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1680,5484,'total_sales','3'),(1681,5484,'_sku',''),(1682,5484,'_min_variation_sale_price',NULL),(1683,5484,'_virtual','no'),(1684,5484,'_tax_status','taxable'),(1685,5484,'_tax_class',''),(1686,5484,'_purchase_note',''),(1687,5484,'_featured','no'),(1688,5484,'_weight',''),(1689,5484,'_length',''),(1690,5484,'_width',''),(1691,5484,'_height',''),(1692,5484,'_regular_price',''),(1693,5484,'_sale_price',''),(1694,5484,'_sale_price_dates_from',''),(1695,5484,'_sale_price_dates_to',''),(1696,5484,'_sold_individually',''),(1697,5484,'_manage_stock','no'),(1698,5484,'_backorders','no'),(1699,5484,'_stock',''),(1700,5484,'_upsell_ids','a:0:{}'),(1701,5484,'_crosssell_ids','a:0:{}'),(1702,5484,'_min_variation_price','25'),(1703,5484,'_max_variation_price','25'),(1704,5484,'_min_price_variation_id','6619'),(1705,5484,'_max_price_variation_id','6619'),(1706,5484,'_min_variation_regular_price','25'),(1707,5484,'_max_variation_regular_price','25'),(1708,5484,'_min_regular_price_variation_id','6619'),(1709,5484,'_max_regular_price_variation_id','6619'),(1710,5484,'_downloadable','no'),(1711,5484,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1712,5484,'_edit_last','1'),(1713,5484,'slide_template','default'),(1714,5484,'_visibility','visible'),(1715,5484,'_max_variation_sale_price',NULL),(1716,5484,'_min_sale_price_variation_id',NULL),(1717,5484,'_max_sale_price_variation_id',NULL),(1720,5484,'_thumbnail_id','5481'),(1721,5484,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:35:\"Medium | Large | X-Large | XX-Large\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(1722,5484,'_product_version','2.6.14'),(1723,5484,'_stock_status','instock'),(1724,5484,'_product_image_gallery',''),(1725,5484,'_wc_average_rating','0'),(1726,5484,'_wc_rating_count','a:0:{}'),(1727,5484,'_default_attributes','a:0:{}'),(1728,5489,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1729,5489,'_min_variation_sale_price',NULL),(1730,5489,'_virtual','no'),(1731,5489,'_tax_status','taxable'),(1732,5489,'_tax_class',''),(1733,5489,'_purchase_note',''),(1734,5489,'_featured','no'),(1735,5489,'_weight',''),(1736,5489,'_length',''),(1737,5489,'_width',''),(1738,5489,'_height',''),(1739,5489,'_regular_price',''),(1740,5489,'_sale_price',''),(1741,5489,'_sale_price_dates_from',''),(1742,5489,'_sale_price_dates_to',''),(1743,5489,'_sold_individually',''),(1744,5489,'_manage_stock','no'),(1745,5489,'_backorders','no'),(1746,5489,'_stock',''),(1747,5489,'_upsell_ids','a:0:{}'),(1748,5489,'_crosssell_ids','a:0:{}'),(1749,5489,'_min_variation_price','25'),(1750,5489,'_max_variation_price','25'),(1751,5489,'_min_price_variation_id','6612'),(1752,5489,'_max_price_variation_id','6612'),(1753,5489,'_min_variation_regular_price','25'),(1754,5489,'_max_variation_regular_price','25'),(1755,5489,'_min_regular_price_variation_id','6612'),(1756,5489,'_max_regular_price_variation_id','6612'),(1757,5489,'_downloadable','no'),(1758,5489,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1759,5489,'_edit_last','1'),(1760,5489,'slide_template','default'),(1761,5489,'_visibility','visible'),(1762,5489,'_max_variation_sale_price',NULL),(1763,5489,'_min_sale_price_variation_id',NULL),(1764,5489,'_max_sale_price_variation_id',NULL),(1766,5489,'_thumbnail_id','5482'),(1767,5489,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:32:\"Small | Medium | Large | X-Large\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(1768,5489,'_product_version','2.6.14'),(1769,5489,'_stock_status','instock'),(1770,5489,'_product_image_gallery',''),(1771,5489,'total_sales','1'),(1772,5489,'_sku',''),(1773,5489,'Size','Small|Medium|Large'),(1774,5489,'_wc_average_rating','0'),(1775,5489,'_wc_rating_count','a:0:{}'),(1777,5489,'_default_attributes','a:0:{}'),(1778,5495,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1779,5495,'_stock_status','instock'),(1780,5495,'_product_image_gallery',''),(1781,5495,'Size','Small|Medium|Large'),(1782,5495,'_min_variation_price','25'),(1783,5495,'_max_variation_price','25'),(1784,5495,'_min_price_variation_id','6608'),(1785,5495,'_max_price_variation_id','6608'),(1786,5495,'_min_variation_regular_price','25'),(1787,5495,'_max_variation_regular_price','25'),(1788,5495,'_tax_status','taxable'),(1789,5495,'_virtual','no'),(1790,5495,'_min_variation_sale_price',NULL),(1791,5495,'_tax_class',''),(1792,5495,'_purchase_note',''),(1793,5495,'_featured','no'),(1794,5495,'_weight',''),(1795,5495,'_length',''),(1796,5495,'_width',''),(1797,5495,'_height',''),(1798,5495,'_regular_price',''),(1799,5495,'_sale_price',''),(1800,5495,'_sale_price_dates_from',''),(1801,5495,'_sale_price_dates_to',''),(1802,5495,'_sold_individually',''),(1803,5495,'_default_attributes','a:0:{}'),(1804,5495,'_min_regular_price_variation_id','6608'),(1805,5495,'_max_regular_price_variation_id','6608'),(1806,5495,'_downloadable','no'),(1807,5495,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1808,5495,'_edit_last','1'),(1809,5495,'slide_template','default'),(1810,5495,'_visibility','visible'),(1811,5495,'_max_variation_sale_price',NULL),(1812,5495,'_min_sale_price_variation_id',NULL),(1813,5495,'_max_sale_price_variation_id',NULL),(1816,5495,'_thumbnail_id','5480'),(1817,5495,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:32:\"Small | Medium | Large | X-Large\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(1818,5495,'_manage_stock','no'),(1819,5495,'_backorders','no'),(1820,5495,'_stock',''),(1821,5495,'_upsell_ids','a:0:{}'),(1822,5495,'_crosssell_ids','a:0:{}'),(1823,5495,'total_sales','1'),(1824,5495,'_sku',''),(1825,5495,'_product_version','2.6.14'),(1826,5495,'_wc_average_rating','0'),(1827,5495,'_wc_rating_count','a:0:{}'),(1828,5706,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1829,5706,'_wp_old_slug','ship-your-idea-2'),(1830,5706,'slide_template','default'),(1831,5706,'_edit_last','1'),(1832,5706,'_visibility','visible'),(1833,5706,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1834,5706,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1835,5706,'_crosssell_ids','a:0:{}'),(1836,5706,'_default_attributes','a:0:{}'),(1837,5706,'_max_variation_sale_price',''),(1838,5706,'_min_variation_sale_price',''),(1839,5706,'_max_variation_regular_price','300'),(1840,5706,'_min_variation_regular_price','250'),(1841,5706,'_sold_individually',''),(1842,5706,'_stock',''),(1843,5706,'_backorders','no'),(1844,5706,'_manage_stock','no'),(1845,5706,'_min_variation_price','250'),(1846,5706,'_max_variation_price','300'),(1847,5706,'_product_version','2.6.14'),(1848,5706,'_max_sale_price_variation_id',''),(1849,5706,'_min_sale_price_variation_id',''),(1850,5706,'_max_regular_price_variation_id','5708'),(1851,5706,'_min_regular_price_variation_id','5707'),(1852,5706,'_virtual','no'),(1853,5706,'_downloadable','no'),(1854,5706,'_stock_status','instock'),(1855,5706,'_visibility','visible'),(1856,5706,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1857,5706,'_product_version','2.6.14'),(1858,5706,'_max_sale_price_variation_id',''),(1859,5706,'_min_sale_price_variation_id',''),(1860,5706,'_max_regular_price_variation_id','5708'),(1861,5706,'_min_regular_price_variation_id','5707'),(1862,5706,'_max_price_variation_id','5708'),(1863,5706,'_crosssell_ids','a:0:{}'),(1864,5706,'_upsell_ids','a:0:{}'),(1865,5706,'_min_price_variation_id','5707'),(1866,5706,'_max_price_variation_id','5708'),(1867,5706,'_min_price_variation_id','5707'),(1868,5706,'_price','300'),(1869,5706,'_sale_price_dates_to',''),(1870,5706,'_sale_price_dates_from',''),(1871,5706,'_product_image_gallery',''),(1872,5706,'_height',''),(1873,5706,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:17:\"16 x 20 | 18 x 24\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(1874,5706,'_length',''),(1875,5706,'_width',''),(1876,5706,'_weight',''),(1877,5706,'_purchase_note',''),(1878,5706,'_featured','no'),(1879,5706,'_tax_class',''),(1880,5706,'_tax_status','taxable'),(1881,5706,'_regular_price','300'),(1882,5706,'_sale_price',''),(1883,5706,'_upsell_ids','a:0:{}'),(1884,5706,'_thumbnail_id','5773'),(1885,5706,'_wp_old_slug','tiger-shark-giclee-print'),(1886,5706,'_sale_price_dates_to',''),(1887,5706,'_default_attributes','a:0:{}'),(1888,5706,'_max_variation_sale_price',''),(1889,5706,'_min_variation_sale_price',''),(1890,5706,'_max_variation_regular_price','300'),(1891,5706,'_min_variation_regular_price','250'),(1892,5706,'_min_variation_price','250'),(1893,5706,'_max_variation_price','300'),(1894,5706,'_backorders','no'),(1895,5706,'_manage_stock','no'),(1896,5706,'_stock',''),(1897,5706,'_stock_status','instock'),(1898,5706,'_downloadable','no'),(1899,5706,'_virtual','no'),(1900,5706,'_product_image_gallery',''),(1901,5706,'_regular_price','300'),(1902,5706,'_sale_price',''),(1903,5706,'_tax_status','taxable'),(1904,5706,'_tax_class',''),(1905,5706,'_purchase_note',''),(1906,5706,'_featured','no'),(1907,5706,'_weight',''),(1908,5706,'_length',''),(1909,5706,'_width',''),(1910,5706,'_height',''),(1911,5706,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:17:\"16 x 20 | 18 x 24\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(1912,5706,'_sale_price_dates_from',''),(1913,5706,'_sold_individually',''),(1914,5706,'_price','300'),(1915,5706,'total_sales','0'),(1916,5706,'_sku',''),(1917,5762,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1918,5762,'_sku',''),(1919,5762,'_sale_price_dates_to',''),(1920,5762,'_default_attributes','a:0:{}'),(1921,5762,'_max_variation_sale_price',''),(1922,5762,'_min_variation_sale_price',''),(1923,5762,'_max_variation_regular_price','300'),(1924,5762,'_min_variation_regular_price','250'),(1925,5762,'_min_variation_price','250'),(1926,5762,'_max_variation_price','300'),(1927,5762,'_backorders','no'),(1928,5762,'_manage_stock','no'),(1929,5762,'_stock',NULL),(1930,5762,'_stock_status','instock'),(1931,5762,'_downloadable','no'),(1932,5762,'_virtual','no'),(1933,5762,'_product_image_gallery',''),(1934,5762,'_regular_price','300'),(1935,5762,'_sale_price',''),(1936,5762,'_tax_status','taxable'),(1937,5762,'_tax_class',''),(1938,5762,'_stock_status','instock'),(1939,5762,'total_sales','0'),(1940,5762,'_min_variation_price','250'),(1941,5762,'_max_variation_price','300'),(1942,5762,'_product_version','3.0.8'),(1943,5762,'_max_sale_price_variation_id',''),(1944,5762,'_min_sale_price_variation_id',''),(1945,5762,'_max_regular_price_variation_id','5764'),(1946,5762,'_min_regular_price_variation_id','5763'),(1947,5762,'_virtual','no'),(1948,5762,'_wp_old_slug','tiger-shark-giclee-print'),(1949,5762,'_min_variation_regular_price','250'),(1950,5762,'_max_variation_regular_price','300'),(1951,5762,'_purchase_note',''),(1952,5762,'_featured','no'),(1953,5762,'_weight',''),(1954,5762,'_length',''),(1955,5762,'_width',''),(1956,5762,'_height',''),(1957,5762,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:17:\"16 x 20 | 18 x 24\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(1958,5762,'_sale_price_dates_from',''),(1959,5762,'_sold_individually',''),(1960,5762,'_price','300'),(1961,5762,'_visibility','visible'),(1962,5762,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1963,5762,'_product_version','3.0.8'),(1964,5762,'_max_sale_price_variation_id',''),(1965,5762,'_min_sale_price_variation_id',''),(1966,5762,'_max_regular_price_variation_id','5764'),(1967,5762,'_min_regular_price_variation_id','5763'),(1968,5762,'_max_price_variation_id','5764'),(1969,5762,'_crosssell_ids','a:0:{}'),(1970,5762,'_upsell_ids','a:0:{}'),(1971,5762,'_min_price_variation_id','5763'),(1972,5762,'_max_price_variation_id','5764'),(1973,5762,'_min_price_variation_id','5763'),(1974,5762,'_price','300'),(1975,5762,'_sale_price_dates_to',''),(1976,5762,'_sale_price_dates_from',''),(1977,5762,'_product_image_gallery',''),(1978,5762,'_height',''),(1979,5762,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:17:\"16 x 20 | 18 x 24\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(1980,5762,'_length',''),(1981,5762,'_width',''),(1982,5762,'_weight',''),(1983,5762,'_purchase_note',''),(1984,5762,'_featured','no'),(1985,5762,'_tax_class',''),(1986,5762,'_tax_status','taxable'),(1987,5762,'_downloadable','no'),(1988,5762,'_upsell_ids','a:0:{}'),(1989,5762,'_thumbnail_id','5772'),(1990,5762,'_backorders','no'),(1991,5762,'_manage_stock','no'),(1992,5762,'_regular_price','300'),(1993,5762,'_sale_price',''),(1994,5762,'_sold_individually',''),(1995,5762,'_stock',NULL),(1996,5762,'_min_variation_sale_price',''),(1997,5762,'_max_variation_sale_price',''),(1998,5762,'_default_attributes','a:0:{}'),(1999,5762,'_crosssell_ids','a:0:{}'),(2000,5762,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2001,5762,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2002,5762,'_visibility','visible'),(2003,5762,'_edit_last','3'),(2004,5762,'slide_template','default'),(2005,5762,'_wp_old_slug','ship-your-idea-2'),(2006,5765,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2007,5765,'slide_template','default'),(2008,5765,'_wp_old_slug','ship-your-idea-2'),(2009,5765,'_edit_last','3'),(2010,5765,'_visibility','visible'),(2011,5765,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2012,5765,'_min_regular_price_variation_id','5766'),(2013,5765,'_max_regular_price_variation_id','5767'),(2014,5765,'_stock',NULL),(2015,5765,'_stock_status','instock'),(2016,5765,'_downloadable','no'),(2017,5765,'_virtual','no'),(2018,5765,'_product_image_gallery',''),(2019,5765,'_regular_price','250'),(2020,5765,'_sale_price',''),(2021,5765,'_tax_status','taxable'),(2022,5765,'_tax_class',''),(2023,5765,'_stock_status','instock'),(2024,5765,'_min_variation_price','250'),(2025,5765,'_max_variation_price','300'),(2026,5765,'_product_version','3.0.8'),(2027,5765,'_max_sale_price_variation_id',''),(2028,5765,'_min_sale_price_variation_id',''),(2029,5765,'_backorders','no'),(2030,5765,'_manage_stock','no'),(2031,5765,'_max_variation_price','300'),(2032,5765,'_min_variation_price','250'),(2033,5765,'_min_variation_regular_price','250'),(2034,5765,'_max_variation_regular_price','300'),(2035,5765,'_min_variation_sale_price',''),(2036,5765,'_max_variation_sale_price',''),(2037,5765,'_default_attributes','a:0:{}'),(2038,5765,'_sale_price_dates_to',''),(2039,5765,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2040,5765,'_crosssell_ids','a:0:{}'),(2041,5765,'_weight',''),(2042,5765,'_purchase_note',''),(2043,5765,'_featured','no'),(2044,5765,'_tax_class',''),(2045,5765,'_tax_status','taxable'),(2046,5765,'_downloadable','no'),(2047,5765,'_upsell_ids','a:0:{}'),(2048,5765,'_backorders','no'),(2049,5765,'_manage_stock','no'),(2050,5765,'_regular_price','250'),(2051,5765,'_sale_price',''),(2052,5765,'_sold_individually',''),(2053,5765,'_stock',NULL),(2054,5765,'_min_variation_sale_price',''),(2055,5765,'_max_variation_sale_price',''),(2056,5765,'_default_attributes','a:0:{}'),(2057,5765,'_length',''),(2058,5765,'_width',''),(2059,5765,'_max_variation_regular_price','300'),(2060,5765,'_purchase_note',''),(2061,5765,'_featured','no'),(2062,5765,'_weight',''),(2063,5765,'_length',''),(2064,5765,'_width',''),(2065,5765,'_height',''),(2066,5765,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:17:\"16 x 20 | 18 x 24\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(2067,5765,'_sale_price_dates_from',''),(2068,5765,'_sold_individually',''),(2069,5765,'_price','250'),(2070,5765,'_visibility','visible'),(2071,5765,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2072,5765,'_product_version','3.0.8'),(2073,5765,'_max_sale_price_variation_id',''),(2074,5765,'_min_sale_price_variation_id',''),(2075,5765,'_max_regular_price_variation_id','5767'),(2076,5765,'_min_regular_price_variation_id','5766'),(2077,5765,'_max_price_variation_id','5767'),(2078,5765,'_crosssell_ids','a:0:{}'),(2079,5765,'_upsell_ids','a:0:{}'),(2080,5765,'_min_price_variation_id','5766'),(2081,5765,'_max_price_variation_id','5767'),(2082,5765,'_min_price_variation_id','5766'),(2083,5765,'_price','250'),(2084,5765,'_sale_price_dates_to',''),(2085,5765,'_sale_price_dates_from',''),(2086,5765,'_product_image_gallery',''),(2087,5765,'_height',''),(2088,5765,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:17:\"16 x 20 | 18 x 24\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(2089,5765,'_min_variation_regular_price','250'),(2090,5765,'_virtual','no'),(2091,5765,'_thumbnail_id','5769'),(2092,5765,'total_sales','0'),(2093,5765,'_sku',''),(2094,5765,'_wp_old_slug','tiger-shark-giclee-print'),(2184,5778,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2185,5778,'slide_template','default'),(2186,5778,'_wp_old_slug','ship-your-idea-2'),(2187,5778,'_edit_last','1'),(2188,5778,'_visibility','visible'),(2189,5778,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2190,5778,'_min_regular_price_variation_id','5779'),(2191,5778,'_max_regular_price_variation_id','5780'),(2192,5778,'_stock',''),(2193,5778,'_stock_status','instock'),(2194,5778,'_downloadable','no'),(2195,5778,'_virtual','no'),(2196,5778,'_product_image_gallery',''),(2197,5778,'_regular_price','250'),(2198,5778,'_sale_price',''),(2199,5778,'_tax_status','taxable'),(2200,5778,'_tax_class',''),(2201,5778,'_stock_status','instock'),(2202,5778,'_min_variation_price','250'),(2203,5778,'_max_variation_price','300'),(2204,5778,'_product_version','2.6.14'),(2205,5778,'_max_sale_price_variation_id',''),(2206,5778,'_min_sale_price_variation_id',''),(2207,5778,'_backorders','no'),(2208,5778,'_manage_stock','no'),(2209,5778,'_max_variation_price','300'),(2210,5778,'_min_variation_price','250'),(2211,5778,'_min_variation_regular_price','250'),(2212,5778,'_max_variation_regular_price','300'),(2213,5778,'_min_variation_sale_price',''),(2214,5778,'_max_variation_sale_price',''),(2215,5778,'_default_attributes','a:0:{}'),(2216,5778,'_sale_price_dates_to',''),(2217,5778,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2218,5778,'_crosssell_ids','a:0:{}'),(2219,5778,'_weight',''),(2220,5778,'_purchase_note',''),(2221,5778,'_featured','no'),(2222,5778,'_tax_class',''),(2223,5778,'_tax_status','taxable'),(2224,5778,'_downloadable','no'),(2225,5778,'_upsell_ids','a:0:{}'),(2226,5778,'_backorders','no'),(2227,5778,'_manage_stock','no'),(2228,5778,'_regular_price','250'),(2229,5778,'_sale_price',''),(2230,5778,'_sold_individually',''),(2231,5778,'_stock',''),(2232,5778,'_min_variation_sale_price',''),(2233,5778,'_max_variation_sale_price',''),(2234,5778,'_default_attributes','a:0:{}'),(2235,5778,'_length',''),(2236,5778,'_width',''),(2237,5778,'_max_variation_regular_price','300'),(2238,5778,'_purchase_note',''),(2239,5778,'_featured','no'),(2240,5778,'_weight',''),(2241,5778,'_length',''),(2242,5778,'_width',''),(2243,5778,'_height',''),(2244,5778,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:17:\"16 x 20 | 18 x 24\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(2245,5778,'_sale_price_dates_from',''),(2246,5778,'_sold_individually',''),(2247,5778,'_price','250'),(2248,5778,'_visibility','visible'),(2249,5778,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2250,5778,'_product_version','2.6.14'),(2251,5778,'_max_sale_price_variation_id',''),(2252,5778,'_min_sale_price_variation_id',''),(2253,5778,'_max_regular_price_variation_id','5780'),(2254,5778,'_min_regular_price_variation_id','5779'),(2255,5778,'_max_price_variation_id','5780'),(2256,5778,'_crosssell_ids','a:0:{}'),(2257,5778,'_upsell_ids','a:0:{}'),(2258,5778,'_min_price_variation_id','5779'),(2259,5778,'_max_price_variation_id','5780'),(2260,5778,'_min_price_variation_id','5779'),(2261,5778,'_price','250'),(2262,5778,'_sale_price_dates_to',''),(2263,5778,'_sale_price_dates_from',''),(2264,5778,'_product_image_gallery',''),(2265,5778,'_height',''),(2266,5778,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:17:\"16 x 20 | 18 x 24\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(2267,5778,'_min_variation_regular_price','250'),(2268,5778,'_virtual','no'),(2269,5778,'_thumbnail_id','5781'),(2270,5778,'_wp_old_slug','tiger-shark-giclee-print'),(2271,5778,'total_sales','1'),(2272,5778,'_sku',''),(2273,5782,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2274,5782,'slide_template','default'),(2275,5782,'_wp_old_slug','ship-your-idea-2'),(2276,5782,'_edit_last','1'),(2277,5782,'_visibility','visible'),(2278,5782,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2279,5782,'_min_regular_price_variation_id','5783'),(2280,5782,'_max_regular_price_variation_id','5784'),(2281,5782,'_stock',''),(2282,5782,'_stock_status','instock'),(2283,5782,'_downloadable','no'),(2284,5782,'_virtual','no'),(2285,5782,'_product_image_gallery',''),(2286,5782,'_regular_price','250'),(2287,5782,'_sale_price',''),(2288,5782,'_tax_status','taxable'),(2289,5782,'_tax_class',''),(2290,5782,'_stock_status','instock'),(2291,5782,'_min_variation_price','250'),(2292,5782,'_max_variation_price','300'),(2293,5782,'_product_version','2.6.14'),(2294,5782,'_max_sale_price_variation_id',''),(2295,5782,'_min_sale_price_variation_id',''),(2296,5782,'_backorders','no'),(2297,5782,'_manage_stock','no'),(2298,5782,'_max_variation_price','300'),(2299,5782,'_min_variation_price','250'),(2300,5782,'_min_variation_regular_price','250'),(2301,5782,'_max_variation_regular_price','300'),(2302,5782,'_min_variation_sale_price',''),(2303,5782,'_max_variation_sale_price',''),(2304,5782,'_default_attributes','a:0:{}'),(2305,5782,'_sale_price_dates_to',''),(2306,5782,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2307,5782,'_crosssell_ids','a:0:{}'),(2308,5782,'_weight',''),(2309,5782,'_purchase_note',''),(2310,5782,'_featured','no'),(2311,5782,'_tax_class',''),(2312,5782,'_tax_status','taxable'),(2313,5782,'_downloadable','no'),(2314,5782,'_upsell_ids','a:0:{}'),(2315,5782,'_backorders','no'),(2316,5782,'_manage_stock','no'),(2317,5782,'_regular_price','250'),(2318,5782,'_sale_price',''),(2319,5782,'_sold_individually',''),(2320,5782,'_stock',''),(2321,5782,'_min_variation_sale_price',''),(2322,5782,'_max_variation_sale_price',''),(2323,5782,'_default_attributes','a:0:{}'),(2324,5782,'_length',''),(2325,5782,'_width',''),(2326,5782,'_max_variation_regular_price','300'),(2327,5782,'_purchase_note',''),(2328,5782,'_featured','no'),(2329,5782,'_weight',''),(2330,5782,'_length',''),(2331,5782,'_width',''),(2332,5782,'_height',''),(2333,5782,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:17:\"16 x 20 | 18 x 24\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(2334,5782,'_sale_price_dates_from',''),(2335,5782,'_sold_individually',''),(2336,5782,'_price','250'),(2337,5782,'_visibility','visible'),(2338,5782,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2339,5782,'_product_version','2.6.14'),(2340,5782,'_max_sale_price_variation_id',''),(2341,5782,'_min_sale_price_variation_id',''),(2342,5782,'_max_regular_price_variation_id','5784'),(2343,5782,'_min_regular_price_variation_id','5783'),(2344,5782,'_max_price_variation_id','5784'),(2345,5782,'_crosssell_ids','a:0:{}'),(2346,5782,'_upsell_ids','a:0:{}'),(2347,5782,'_min_price_variation_id','5783'),(2348,5782,'_max_price_variation_id','5784'),(2349,5782,'_min_price_variation_id','5783'),(2350,5782,'_price','250'),(2351,5782,'_sale_price_dates_to',''),(2352,5782,'_sale_price_dates_from',''),(2353,5782,'_product_image_gallery',''),(2354,5782,'_height',''),(2355,5782,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:17:\"16 x 20 | 18 x 24\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(2356,5782,'_min_variation_regular_price','250'),(2357,5782,'_virtual','no'),(2358,5782,'_thumbnail_id','6683'),(2359,5782,'_wp_old_slug','tiger-shark-giclee-print'),(2360,5782,'total_sales','0'),(2361,5782,'_sku',''),(2451,5790,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2452,5790,'slide_template','default'),(2453,5790,'_wp_old_slug','ship-your-idea-2'),(2454,5790,'_edit_last','1'),(2455,5790,'_visibility','visible'),(2456,5790,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2457,5790,'_min_regular_price_variation_id','5791'),(2458,5790,'_max_regular_price_variation_id','5792'),(2459,5790,'_stock',''),(2460,5790,'_stock_status','instock'),(2461,5790,'_downloadable','no'),(2462,5790,'_virtual','no'),(2463,5790,'_product_image_gallery',''),(2464,5790,'_regular_price','250'),(2465,5790,'_sale_price',''),(2466,5790,'_tax_status','taxable'),(2467,5790,'_tax_class',''),(2468,5790,'_stock_status','instock'),(2469,5790,'_min_variation_price','250'),(2470,5790,'_max_variation_price','300'),(2471,5790,'_product_version','2.6.14'),(2472,5790,'_max_sale_price_variation_id',''),(2473,5790,'_min_sale_price_variation_id',''),(2474,5790,'_backorders','no'),(2475,5790,'_manage_stock','no'),(2476,5790,'_max_variation_price','300'),(2477,5790,'_min_variation_price','250'),(2478,5790,'_min_variation_regular_price','250'),(2479,5790,'_max_variation_regular_price','300'),(2480,5790,'_min_variation_sale_price',''),(2481,5790,'_max_variation_sale_price',''),(2482,5790,'_default_attributes','a:0:{}'),(2483,5790,'_sale_price_dates_to',''),(2484,5790,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2485,5790,'_crosssell_ids','a:0:{}'),(2486,5790,'_weight',''),(2487,5790,'_purchase_note',''),(2488,5790,'_featured','no'),(2489,5790,'_tax_class',''),(2490,5790,'_tax_status','taxable'),(2491,5790,'_downloadable','no'),(2492,5790,'_upsell_ids','a:0:{}'),(2493,5790,'_backorders','no'),(2494,5790,'_manage_stock','no'),(2495,5790,'_regular_price','250'),(2496,5790,'_sale_price',''),(2497,5790,'_sold_individually',''),(2498,5790,'_stock',''),(2499,5790,'_min_variation_sale_price',''),(2500,5790,'_max_variation_sale_price',''),(2501,5790,'_default_attributes','a:0:{}'),(2502,5790,'_length',''),(2503,5790,'_width',''),(2504,5790,'_max_variation_regular_price','300'),(2505,5790,'_purchase_note',''),(2506,5790,'_featured','no'),(2507,5790,'_weight',''),(2508,5790,'_length',''),(2509,5790,'_width',''),(2510,5790,'_height',''),(2511,5790,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:17:\"16 x 20 | 18 x 24\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(2512,5790,'_sale_price_dates_from',''),(2513,5790,'_sold_individually',''),(2514,5790,'_price','250'),(2515,5790,'_visibility','visible'),(2516,5790,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2517,5790,'_product_version','2.6.14'),(2518,5790,'_max_sale_price_variation_id',''),(2519,5790,'_min_sale_price_variation_id',''),(2520,5790,'_max_regular_price_variation_id','5792'),(2521,5790,'_min_regular_price_variation_id','5791'),(2522,5790,'_max_price_variation_id','5792'),(2523,5790,'_crosssell_ids','a:0:{}'),(2524,5790,'_upsell_ids','a:0:{}'),(2525,5790,'_min_price_variation_id','5791'),(2526,5790,'_max_price_variation_id','5792'),(2527,5790,'_min_price_variation_id','5791'),(2528,5790,'_price','250'),(2529,5790,'_sale_price_dates_to',''),(2530,5790,'_sale_price_dates_from',''),(2531,5790,'_product_image_gallery',''),(2532,5790,'_height',''),(2533,5790,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:17:\"16 x 20 | 18 x 24\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(2534,5790,'_min_variation_regular_price','250'),(2535,5790,'_virtual','no'),(2536,5790,'_thumbnail_id','6685'),(2537,5790,'_wp_old_slug','tiger-shark-giclee-print'),(2538,5790,'total_sales','0'),(2539,5790,'_sku',''),(2540,5797,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2541,5797,'slide_template','default'),(2542,5797,'_wp_old_slug','ship-your-idea-2'),(2543,5797,'_edit_last','1'),(2544,5797,'_visibility','visible'),(2545,5797,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2546,5797,'_min_regular_price_variation_id','5798'),(2547,5797,'_max_regular_price_variation_id','5799'),(2548,5797,'_stock',''),(2549,5797,'_stock_status','instock'),(2550,5797,'_downloadable','no'),(2551,5797,'_virtual','no'),(2552,5797,'_product_image_gallery',''),(2553,5797,'_regular_price','250'),(2554,5797,'_sale_price',''),(2555,5797,'_tax_status','taxable'),(2556,5797,'_tax_class',''),(2557,5797,'_stock_status','instock'),(2558,5797,'_min_variation_price','250'),(2559,5797,'_max_variation_price','300'),(2560,5797,'_product_version','2.6.14'),(2561,5797,'_max_sale_price_variation_id',''),(2562,5797,'_min_sale_price_variation_id',''),(2563,5797,'_backorders','no'),(2564,5797,'_manage_stock','no'),(2565,5797,'_max_variation_price','300'),(2566,5797,'_min_variation_price','250'),(2567,5797,'_min_variation_regular_price','250'),(2568,5797,'_max_variation_regular_price','300'),(2569,5797,'_min_variation_sale_price',''),(2570,5797,'_max_variation_sale_price',''),(2571,5797,'_default_attributes','a:0:{}'),(2572,5797,'_sale_price_dates_to',''),(2573,5797,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2574,5797,'_crosssell_ids','a:0:{}'),(2575,5797,'_weight',''),(2576,5797,'_purchase_note',''),(2577,5797,'_featured','no'),(2578,5797,'_tax_class',''),(2579,5797,'_tax_status','taxable'),(2580,5797,'_downloadable','no'),(2581,5797,'_upsell_ids','a:0:{}'),(2582,5797,'_backorders','no'),(2583,5797,'_manage_stock','no'),(2584,5797,'_regular_price','250'),(2585,5797,'_sale_price',''),(2586,5797,'_sold_individually',''),(2587,5797,'_stock',''),(2588,5797,'_min_variation_sale_price',''),(2589,5797,'_max_variation_sale_price',''),(2590,5797,'_default_attributes','a:0:{}'),(2591,5797,'_length',''),(2592,5797,'_width',''),(2593,5797,'_max_variation_regular_price','300'),(2594,5797,'_purchase_note',''),(2595,5797,'_featured','no'),(2596,5797,'_weight',''),(2597,5797,'_length',''),(2598,5797,'_width',''),(2599,5797,'_height',''),(2600,5797,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:17:\"16 x 20 | 18 x 24\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(2601,5797,'_sale_price_dates_from',''),(2602,5797,'_sold_individually',''),(2603,5797,'_price','250'),(2604,5797,'_visibility','visible'),(2605,5797,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2606,5797,'_product_version','2.6.14'),(2607,5797,'_max_sale_price_variation_id',''),(2608,5797,'_min_sale_price_variation_id',''),(2609,5797,'_max_regular_price_variation_id','5799'),(2610,5797,'_min_regular_price_variation_id','5798'),(2611,5797,'_max_price_variation_id','5799'),(2612,5797,'_crosssell_ids','a:0:{}'),(2613,5797,'_upsell_ids','a:0:{}'),(2614,5797,'_min_price_variation_id','5798'),(2615,5797,'_max_price_variation_id','5799'),(2616,5797,'_min_price_variation_id','5798'),(2617,5797,'_price','250'),(2618,5797,'_sale_price_dates_to',''),(2619,5797,'_sale_price_dates_from',''),(2620,5797,'_product_image_gallery',''),(2621,5797,'_height',''),(2622,5797,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:17:\"16 x 20 | 18 x 24\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(2623,5797,'_min_variation_regular_price','250'),(2624,5797,'_virtual','no'),(2625,5797,'_thumbnail_id','6682'),(2626,5797,'_wp_old_slug','tiger-shark-giclee-print'),(2627,5797,'total_sales','0'),(2628,5797,'_sku',''),(2629,5800,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2630,5800,'slide_template','default'),(2631,5800,'_wp_old_slug','ship-your-idea-2'),(2632,5800,'_edit_last','3'),(2633,5800,'_visibility','visible'),(2634,5800,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2635,5800,'_min_regular_price_variation_id','6641'),(2636,5800,'_max_regular_price_variation_id','6640'),(2637,5800,'_stock',NULL),(2638,5800,'_stock_status','instock'),(2639,5800,'_downloadable','no'),(2640,5800,'_virtual','no'),(2641,5800,'_product_image_gallery',''),(2642,5800,'_regular_price',''),(2643,5800,'_sale_price',''),(2644,5800,'_tax_status','taxable'),(2645,5800,'_tax_class',''),(2646,5800,'_stock_status','instock'),(2647,5800,'_min_variation_price','350'),(2648,5800,'_max_variation_price','775'),(2649,5800,'_product_version','3.0.8'),(2650,5800,'_max_sale_price_variation_id',NULL),(2651,5800,'_min_sale_price_variation_id',NULL),(2652,5800,'_backorders','no'),(2653,5800,'_manage_stock','no'),(2654,5800,'_max_variation_price','775'),(2655,5800,'_min_variation_price','350'),(2656,5800,'_min_variation_regular_price','350'),(2657,5800,'_max_variation_regular_price','775'),(2658,5800,'_min_variation_sale_price',NULL),(2659,5800,'_max_variation_sale_price',NULL),(2660,5800,'_default_attributes','a:0:{}'),(2661,5800,'_sale_price_dates_to',''),(2662,5800,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2663,5800,'_crosssell_ids','a:0:{}'),(2664,5800,'_weight',''),(2665,5800,'_purchase_note',''),(2666,5800,'_featured','no'),(2667,5800,'_tax_class',''),(2668,5800,'_tax_status','taxable'),(2669,5800,'_downloadable','no'),(2670,5800,'_upsell_ids','a:0:{}'),(2671,5800,'_backorders','no'),(2672,5800,'_manage_stock','no'),(2673,5800,'_regular_price',''),(2674,5800,'_sale_price',''),(2675,5800,'_sold_individually',''),(2676,5800,'_stock',NULL),(2677,5800,'_min_variation_sale_price',NULL),(2678,5800,'_max_variation_sale_price',NULL),(2679,5800,'_default_attributes','a:0:{}'),(2680,5800,'_length',''),(2681,5800,'_width',''),(2682,5800,'_max_variation_regular_price','775'),(2683,5800,'_purchase_note',''),(2684,5800,'_featured','no'),(2685,5800,'_weight',''),(2686,5800,'_length',''),(2687,5800,'_width',''),(2688,5800,'_height',''),(2689,5800,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:19:\"24 x 30 | 37 x 46.5\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(2690,5800,'_sale_price_dates_from',''),(2691,5800,'_sold_individually',''),(2693,5800,'_visibility','visible'),(2694,5800,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2695,5800,'_product_version','3.0.8'),(2696,5800,'_max_sale_price_variation_id',NULL),(2697,5800,'_min_sale_price_variation_id',NULL),(2698,5800,'_max_regular_price_variation_id','6640'),(2699,5800,'_min_regular_price_variation_id','6641'),(2700,5800,'_max_price_variation_id','6640'),(2701,5800,'_crosssell_ids','a:0:{}'),(2702,5800,'_upsell_ids','a:0:{}'),(2703,5800,'_min_price_variation_id','6641'),(2704,5800,'_max_price_variation_id','6640'),(2705,5800,'_min_price_variation_id','6641'),(2707,5800,'_sale_price_dates_to',''),(2708,5800,'_sale_price_dates_from',''),(2709,5800,'_product_image_gallery',''),(2710,5800,'_height',''),(2711,5800,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:19:\"24 x 30 | 37 x 46.5\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(2712,5800,'_min_variation_regular_price','350'),(2713,5800,'_virtual','no'),(2714,5800,'_thumbnail_id','6678'),(2715,5800,'_wp_old_slug','tiger-shark-giclee-print'),(2716,5800,'total_sales','0'),(2717,5800,'_sku',''),(2718,5843,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2719,5843,'_max_price_variation_id','6696'),(2720,5843,'_min_variation_regular_price','175'),(2721,5843,'_min_price_variation_id','6700'),(2722,5843,'_min_variation_price','175'),(2723,5843,'_max_variation_price','900'),(2724,5843,'_max_variation_regular_price','900'),(2725,5843,'_min_regular_price_variation_id','6700'),(2726,5843,'_max_regular_price_variation_id','6696'),(2727,5843,'_min_variation_sale_price',NULL),(2728,5843,'_max_variation_sale_price',NULL),(2729,5843,'_min_sale_price_variation_id',NULL),(2730,5843,'_max_sale_price_variation_id',NULL),(2732,5843,'_stock_status','instock'),(2733,5843,'_product_version','3.0.8'),(2734,5843,'_product_image_gallery',''),(2735,5843,'slide_template','default'),(2736,5843,'_regular_price',''),(2737,5843,'_sale_price_dates_to',''),(2738,5843,'_sold_individually',''),(2739,5843,'_manage_stock','no'),(2740,5843,'_crosssell_ids','a:0:{}'),(2742,5843,'_sale_price',''),(2743,5843,'_sale_price_dates_from',''),(2744,5843,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(2745,5843,'_visibility','visible'),(2746,5843,'_thumbnail_id','7438'),(2747,5843,'total_sales','1'),(2748,5843,'_downloadable','no'),(2749,5843,'_virtual','no'),(2750,5843,'_tax_status','taxable'),(2751,5843,'_tax_class',''),(2752,5843,'_length',''),(2753,5843,'_width',''),(2754,5843,'_height',''),(2755,5843,'_sku',''),(2756,5843,'_wc_review_count','0'),(2757,5843,'_backorders','no'),(2758,5843,'_stock',NULL),(2759,5843,'_upsell_ids','a:0:{}'),(2760,5843,'_purchase_note',''),(2761,5843,'_featured','no'),(2762,5843,'_weight',''),(2763,5843,'_default_attributes','a:0:{}'),(2764,5843,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2765,5843,'_edit_last','3'),(2766,5880,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2767,5880,'_tax_class',''),(2768,5880,'_purchase_note',''),(2769,5880,'_featured','no'),(2770,5880,'_weight',''),(2771,5880,'_length',''),(2772,5880,'_regular_price',''),(2773,5880,'_sale_price',''),(2774,5880,'_sale_price_dates_from',''),(2775,5880,'_sale_price_dates_to',''),(2776,5880,'_sold_individually',''),(2777,5880,'_manage_stock','no'),(2778,5880,'_width',''),(2779,5880,'_height',''),(2780,5880,'_min_variation_price','25'),(2781,5880,'_max_variation_price','25'),(2782,5880,'_min_price_variation_id','6553'),(2783,5880,'_virtual','no'),(2784,5880,'_tax_status','taxable'),(2785,5880,'_min_variation_sale_price',NULL),(2786,5880,'_sku',''),(2787,5880,'_backorders','no'),(2788,5880,'_stock',''),(2789,5880,'_upsell_ids','a:0:{}'),(2790,5880,'_crosssell_ids','a:0:{}'),(2792,5880,'_thumbnail_id','6550'),(2793,5880,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:32:\"Small | Medium | Large | X-Large\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(2794,5880,'slide_template','default'),(2795,5880,'_visibility','visible'),(2796,5880,'_max_variation_sale_price',NULL),(2797,5880,'_edit_last','1'),(2798,5880,'_stock_status','instock'),(2799,5880,'_product_image_gallery',''),(2800,5880,'Size','Small|Medium|Large'),(2802,5880,'_default_attributes','a:0:{}'),(2803,5880,'_product_version','2.6.14'),(2804,5880,'_min_sale_price_variation_id',NULL),(2805,5880,'_max_sale_price_variation_id',NULL),(2806,5880,'_max_regular_price_variation_id','6553'),(2807,5880,'_downloadable','no'),(2808,5880,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2809,5880,'_max_variation_regular_price','25'),(2810,5880,'_min_regular_price_variation_id','6553'),(2811,5880,'_max_price_variation_id','6553'),(2812,5880,'_min_variation_regular_price','25'),(2813,5880,'total_sales','1'),(2814,5887,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2815,5887,'_tax_class',''),(2816,5887,'_purchase_note',''),(2817,5887,'_featured','no'),(2818,5887,'_weight',''),(2819,5887,'_length',''),(2820,5887,'_regular_price',''),(2821,5887,'_sale_price',''),(2822,5887,'_sale_price_dates_from',''),(2823,5887,'_sale_price_dates_to',''),(2824,5887,'_sold_individually',''),(2825,5887,'_manage_stock','no'),(2826,5887,'_width',''),(2827,5887,'_height',''),(2828,5887,'_min_variation_price','25'),(2829,5887,'_max_variation_price','25'),(2830,5887,'_min_price_variation_id','6559'),(2831,5887,'_virtual','no'),(2832,5887,'_tax_status','taxable'),(2833,5887,'_min_variation_sale_price',NULL),(2834,5887,'_backorders','no'),(2835,5887,'_stock',''),(2836,5887,'_upsell_ids','a:0:{}'),(2837,5887,'_crosssell_ids','a:0:{}'),(2839,5887,'_thumbnail_id','6551'),(2840,5887,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:32:\"Small | Medium | Large | X-Large\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(2841,5887,'slide_template','default'),(2842,5887,'_visibility','visible'),(2843,5887,'_max_variation_sale_price',NULL),(2844,5887,'_edit_last','1'),(2845,5887,'_stock_status','instock'),(2846,5887,'_product_image_gallery',''),(2847,5887,'Size','Small|Medium|Large'),(2849,5887,'_default_attributes','a:0:{}'),(2850,5887,'_product_version','2.6.14'),(2851,5887,'_min_sale_price_variation_id',NULL),(2852,5887,'_max_sale_price_variation_id',NULL),(2853,5887,'_max_regular_price_variation_id','6559'),(2854,5887,'_downloadable','no'),(2855,5887,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2856,5887,'_max_variation_regular_price','25'),(2857,5887,'_min_regular_price_variation_id','6559'),(2858,5887,'_max_price_variation_id','6559'),(2859,5887,'_min_variation_regular_price','25'),(2860,5887,'total_sales','1'),(2861,5887,'_sku',''),(2862,5892,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2863,5892,'_crosssell_ids','a:0:{}'),(2865,5892,'_sale_price',''),(2866,5892,'_sale_price_dates_from',''),(2867,5892,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(2868,5892,'_virtual','no'),(2869,5892,'_tax_status','taxable'),(2870,5892,'_tax_class',''),(2871,5892,'_length',''),(2872,5892,'_width',''),(2873,5892,'_height',''),(2874,5892,'_backorders','no'),(2875,5892,'_stock',''),(2876,5892,'_weight',''),(2877,5892,'_default_attributes','a:0:{}'),(2878,5892,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2879,5892,'_edit_last','1'),(2880,5892,'_visibility','visible'),(2881,5892,'_thumbnail_id','6759'),(2882,5892,'_downloadable','no'),(2883,5892,'_min_variation_sale_price',NULL),(2884,5892,'_max_variation_sale_price',NULL),(2885,5892,'_sale_price_dates_to',''),(2886,5892,'_sold_individually',''),(2887,5892,'_manage_stock','no'),(2888,5892,'slide_template','default'),(2889,5892,'_regular_price',''),(2890,5892,'_stock_status','instock'),(2891,5892,'_product_version','3.0.8'),(2892,5892,'_product_image_gallery',''),(2893,5892,'_max_variation_regular_price','350'),(2894,5892,'_min_regular_price_variation_id','6758'),(2895,5892,'_max_regular_price_variation_id','6756'),(2896,5892,'_min_sale_price_variation_id',NULL),(2897,5892,'_max_sale_price_variation_id',NULL),(2899,5892,'_min_price_variation_id','6758'),(2900,5892,'_min_variation_price','150'),(2901,5892,'_max_variation_price','350'),(2902,5892,'_max_price_variation_id','6756'),(2903,5892,'_min_variation_regular_price','150'),(2904,5892,'_upsell_ids','a:0:{}'),(2905,5892,'_purchase_note',''),(2906,5892,'_featured','no'),(2907,5892,'_sku',''),(2908,5892,'total_sales','0'),(2909,5892,'_wp_old_slug','hawksbill-turtle-canvas-print'),(2910,5907,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2911,5907,'_crosssell_ids','a:0:{}'),(2913,5907,'_sale_price',''),(2914,5907,'_sale_price_dates_from',''),(2915,5907,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(2916,5907,'_virtual','no'),(2917,5907,'_tax_status','taxable'),(2918,5907,'_tax_class',''),(2919,5907,'_length',''),(2920,5907,'_width',''),(2921,5907,'_height',''),(2922,5907,'_backorders','no'),(2923,5907,'_stock',''),(2924,5907,'_weight',''),(2925,5907,'_default_attributes','a:0:{}'),(2926,5907,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2927,5907,'_edit_last','1'),(2928,5907,'_visibility','visible'),(2929,5907,'_thumbnail_id','6788'),(2930,5907,'_downloadable','no'),(2931,5907,'_min_variation_sale_price',NULL),(2932,5907,'_max_variation_sale_price',NULL),(2933,5907,'_sale_price_dates_to',''),(2934,5907,'_sold_individually',''),(2935,5907,'_manage_stock','no'),(2936,5907,'slide_template','default'),(2937,5907,'_regular_price',''),(2938,5907,'_stock_status','instock'),(2939,5907,'_product_version','3.0.8'),(2940,5907,'_product_image_gallery',''),(2941,5907,'_max_variation_regular_price','350'),(2942,5907,'_min_regular_price_variation_id','6777'),(2943,5907,'_max_regular_price_variation_id','6775'),(2944,5907,'_min_sale_price_variation_id',NULL),(2945,5907,'_max_sale_price_variation_id',NULL),(2947,5907,'_min_price_variation_id','6777'),(2948,5907,'_min_variation_price','150'),(2949,5907,'_max_variation_price','350'),(2950,5907,'_max_price_variation_id','6775'),(2951,5907,'_min_variation_regular_price','150'),(2952,5907,'_upsell_ids','a:0:{}'),(2953,5907,'_purchase_note',''),(2954,5907,'_featured','no'),(2955,5907,'total_sales','0'),(2956,5907,'_sku',''),(2957,5911,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2958,5911,'total_sales','0'),(2959,5911,'_sku',''),(2960,5911,'_crosssell_ids','a:0:{}'),(2962,5911,'_sale_price',''),(2963,5911,'_sale_price_dates_from',''),(2964,5911,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(2965,5911,'_virtual','no'),(2966,5911,'_tax_status','taxable'),(2967,5911,'_tax_class',''),(2968,5911,'_length',''),(2969,5911,'_width',''),(2970,5911,'_height',''),(2971,5911,'_backorders','no'),(2972,5911,'_stock',''),(2973,5911,'_weight',''),(2974,5911,'_default_attributes','a:0:{}'),(2975,5911,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2976,5911,'_edit_last','1'),(2977,5911,'_visibility','visible'),(2978,5911,'_thumbnail_id','6668'),(2979,5911,'_downloadable','no'),(2980,5911,'_min_variation_sale_price',NULL),(2981,5911,'_max_variation_sale_price',NULL),(2982,5911,'_sale_price_dates_to',''),(2983,5911,'_sold_individually',''),(2984,5911,'_manage_stock','no'),(2985,5911,'slide_template','default'),(2986,5911,'_regular_price',''),(2987,5911,'_stock_status','instock'),(2988,5911,'_product_version','3.0.8'),(2989,5911,'_product_image_gallery',''),(2990,5911,'_max_variation_regular_price','350'),(2991,5911,'_min_regular_price_variation_id','6816'),(2992,5911,'_max_regular_price_variation_id','6814'),(2993,5911,'_min_sale_price_variation_id',NULL),(2994,5911,'_max_sale_price_variation_id',NULL),(2996,5911,'_min_price_variation_id','6816'),(2997,5911,'_min_variation_price','150'),(2998,5911,'_max_variation_price','350'),(2999,5911,'_max_price_variation_id','6814'),(3000,5911,'_min_variation_regular_price','150'),(3001,5911,'_upsell_ids','a:0:{}'),(3002,5911,'_purchase_note',''),(3003,5911,'_featured','no'),(3004,5911,'_wp_old_slug','hawksbill-turtle-with-sponge-canvas-print'),(3005,5917,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3006,5917,'_min_regular_price_variation_id','6720'),(3007,5917,'_max_variation_regular_price','900'),(3008,5917,'_max_variation_price','900'),(3009,5917,'_min_variation_price','175'),(3010,5917,'_min_price_variation_id','6720'),(3011,5917,'_min_variation_regular_price','175'),(3012,5917,'_max_price_variation_id','6716'),(3013,5917,'_max_regular_price_variation_id','6716'),(3014,5917,'_min_variation_sale_price',NULL),(3015,5917,'_max_variation_sale_price',NULL),(3016,5917,'_min_sale_price_variation_id',NULL),(3017,5917,'_max_sale_price_variation_id',NULL),(3019,5917,'_stock_status','instock'),(3020,5917,'_product_version','3.0.8'),(3021,5917,'_product_image_gallery',''),(3022,5917,'slide_template','default'),(3023,5917,'_regular_price',''),(3024,5917,'_sale_price_dates_to',''),(3025,5917,'_sold_individually',''),(3026,5917,'_manage_stock','no'),(3027,5917,'_crosssell_ids','a:0:{}'),(3029,5917,'_sale_price',''),(3030,5917,'_sale_price_dates_from',''),(3031,5917,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(3032,5917,'_visibility','visible'),(3033,5917,'_thumbnail_id','6593'),(3034,5917,'_downloadable','no'),(3035,5917,'_virtual','no'),(3036,5917,'_tax_status','taxable'),(3037,5917,'_tax_class',''),(3038,5917,'_length',''),(3039,5917,'_width',''),(3040,5917,'_height',''),(3041,5917,'_backorders','no'),(3042,5917,'_stock',''),(3043,5917,'_upsell_ids','a:0:{}'),(3044,5917,'_purchase_note',''),(3045,5917,'_featured','no'),(3046,5917,'_weight',''),(3047,5917,'_default_attributes','a:0:{}'),(3048,5917,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3049,5917,'_edit_last','1'),(3050,5917,'total_sales','0'),(3051,5917,'_sku',''),(3052,5924,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3053,5924,'_min_regular_price_variation_id','6725'),(3054,5924,'_max_variation_regular_price','900'),(3055,5924,'_max_variation_price','900'),(3056,5924,'_min_variation_price','175'),(3057,5924,'_min_price_variation_id','6725'),(3058,5924,'_min_variation_regular_price','175'),(3059,5924,'_max_price_variation_id','6721'),(3060,5924,'_max_regular_price_variation_id','6721'),(3061,5924,'_min_variation_sale_price',NULL),(3062,5924,'_max_variation_sale_price',NULL),(3063,5924,'_min_sale_price_variation_id',NULL),(3064,5924,'_max_sale_price_variation_id',NULL),(3066,5924,'_stock_status','instock'),(3067,5924,'_product_version','3.0.8'),(3068,5924,'_product_image_gallery',''),(3069,5924,'slide_template','default'),(3070,5924,'_regular_price',''),(3071,5924,'_sale_price_dates_to',''),(3072,5924,'_sold_individually',''),(3073,5924,'_manage_stock','no'),(3074,5924,'_crosssell_ids','a:0:{}'),(3076,5924,'_sale_price',''),(3077,5924,'_sale_price_dates_from',''),(3078,5924,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(3079,5924,'_visibility','visible'),(3080,5924,'_thumbnail_id','6592'),(3081,5924,'_downloadable','no'),(3082,5924,'_virtual','no'),(3083,5924,'_tax_status','taxable'),(3084,5924,'_tax_class',''),(3085,5924,'_length',''),(3086,5924,'_width',''),(3087,5924,'_height',''),(3088,5924,'_backorders','no'),(3089,5924,'_stock',NULL),(3090,5924,'_upsell_ids','a:0:{}'),(3091,5924,'_purchase_note',''),(3092,5924,'_featured','no'),(3093,5924,'_weight',''),(3094,5924,'_default_attributes','a:0:{}'),(3095,5924,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3096,5924,'_edit_last','3'),(3097,5924,'total_sales','0'),(3098,5924,'_sku',''),(3099,5931,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3100,5931,'_min_regular_price_variation_id','6745'),(3101,5931,'_max_variation_regular_price','900'),(3102,5931,'_max_variation_price','900'),(3103,5931,'_min_variation_price','175'),(3104,5931,'_min_price_variation_id','6745'),(3105,5931,'_min_variation_regular_price','175'),(3106,5931,'_max_price_variation_id','6741'),(3107,5931,'_max_regular_price_variation_id','6741'),(3108,5931,'_min_variation_sale_price',NULL),(3109,5931,'_max_variation_sale_price',NULL),(3110,5931,'_min_sale_price_variation_id',NULL),(3111,5931,'_max_sale_price_variation_id',NULL),(3113,5931,'_stock_status','instock'),(3114,5931,'_product_version','3.0.8'),(3115,5931,'_product_image_gallery',''),(3116,5931,'slide_template','default'),(3117,5931,'_regular_price',''),(3118,5931,'_sale_price_dates_to',''),(3119,5931,'_sold_individually',''),(3120,5931,'_manage_stock','no'),(3121,5931,'_crosssell_ids','a:0:{}'),(3123,5931,'_sale_price',''),(3124,5931,'_sale_price_dates_from',''),(3125,5931,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(3126,5931,'_visibility','visible'),(3127,5931,'_thumbnail_id','6594'),(3128,5931,'_downloadable','no'),(3129,5931,'_virtual','no'),(3130,5931,'_tax_status','taxable'),(3131,5931,'_tax_class',''),(3132,5931,'_length',''),(3133,5931,'_width',''),(3134,5931,'_height',''),(3135,5931,'_backorders','no'),(3136,5931,'_stock',''),(3137,5931,'_upsell_ids','a:0:{}'),(3138,5931,'_purchase_note',''),(3139,5931,'_featured','no'),(3140,5931,'_weight',''),(3141,5931,'_default_attributes','a:0:{}'),(3142,5931,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3143,5931,'_edit_last','1'),(3144,5931,'total_sales','0'),(3145,5931,'_sku',''),(3146,5938,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3147,5938,'_min_regular_price_variation_id','6740'),(3148,5938,'_max_variation_regular_price','900'),(3149,5938,'_max_variation_price','900'),(3150,5938,'_min_variation_price','175'),(3151,5938,'_min_price_variation_id','6740'),(3152,5938,'_min_variation_regular_price','175'),(3153,5938,'_max_price_variation_id','6736'),(3154,5938,'_max_regular_price_variation_id','6736'),(3155,5938,'_min_variation_sale_price',NULL),(3156,5938,'_max_variation_sale_price',NULL),(3157,5938,'_min_sale_price_variation_id',NULL),(3158,5938,'_max_sale_price_variation_id',NULL),(3160,5938,'_stock_status','instock'),(3161,5938,'_product_version','3.0.8'),(3162,5938,'_product_image_gallery',''),(3163,5938,'slide_template','default'),(3164,5938,'_regular_price',''),(3165,5938,'_sale_price_dates_to',''),(3166,5938,'_sold_individually',''),(3167,5938,'_manage_stock','no'),(3168,5938,'_crosssell_ids','a:0:{}'),(3170,5938,'_sale_price',''),(3171,5938,'_sale_price_dates_from',''),(3172,5938,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(3173,5938,'_visibility','visible'),(3174,5938,'_thumbnail_id','6595'),(3175,5938,'_downloadable','no'),(3176,5938,'_virtual','no'),(3177,5938,'_tax_status','taxable'),(3178,5938,'_tax_class',''),(3179,5938,'_length',''),(3180,5938,'_width',''),(3181,5938,'_height',''),(3182,5938,'_backorders','no'),(3183,5938,'_stock',''),(3184,5938,'_upsell_ids','a:0:{}'),(3185,5938,'_purchase_note',''),(3186,5938,'_featured','no'),(3187,5938,'_weight',''),(3188,5938,'_default_attributes','a:0:{}'),(3189,5938,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3190,5938,'_edit_last','1'),(3191,5938,'total_sales','0'),(3192,5938,'_sku',''),(3193,5982,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3194,5982,'_min_regular_price_variation_id','6735'),(3195,5982,'_max_variation_regular_price','900'),(3196,5982,'_max_variation_price','900'),(3197,5982,'_min_variation_price','175'),(3198,5982,'_min_price_variation_id','6735'),(3199,5982,'_min_variation_regular_price','175'),(3200,5982,'_max_price_variation_id','6731'),(3201,5982,'_max_regular_price_variation_id','6731'),(3202,5982,'_min_variation_sale_price',NULL),(3203,5982,'_max_variation_sale_price',NULL),(3204,5982,'_min_sale_price_variation_id',NULL),(3205,5982,'_max_sale_price_variation_id',NULL),(3207,5982,'_stock_status','instock'),(3208,5982,'_product_version','3.0.8'),(3209,5982,'_product_image_gallery',''),(3210,5982,'slide_template','default'),(3211,5982,'_regular_price',''),(3212,5982,'_sale_price_dates_to',''),(3213,5982,'_sold_individually',''),(3214,5982,'_manage_stock','no'),(3215,5982,'_crosssell_ids','a:0:{}'),(3217,5982,'_sale_price',''),(3218,5982,'_sale_price_dates_from',''),(3219,5982,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(3220,5982,'_visibility','visible'),(3221,5982,'_thumbnail_id','6596'),(3222,5982,'_downloadable','no'),(3223,5982,'_virtual','no'),(3224,5982,'_tax_status','taxable'),(3225,5982,'_tax_class',''),(3226,5982,'_length',''),(3227,5982,'_width',''),(3228,5982,'_height',''),(3229,5982,'_backorders','no'),(3230,5982,'_stock',''),(3231,5982,'_upsell_ids','a:0:{}'),(3232,5982,'_purchase_note',''),(3233,5982,'_featured','no'),(3234,5982,'_weight',''),(3235,5982,'_default_attributes','a:0:{}'),(3236,5982,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3237,5982,'_edit_last','1'),(3238,5982,'total_sales','0'),(3239,5982,'_sku',''),(3240,5982,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(3241,5982,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(3242,5982,'_wp_old_slug','hawksbill-turtle-canvas-print'),(3243,5994,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3244,5994,'_min_regular_price_variation_id','6755'),(3245,5994,'_max_variation_regular_price','900'),(3246,5994,'_max_variation_price','900'),(3247,5994,'_min_variation_price','175'),(3248,5994,'_min_price_variation_id','6755'),(3249,5994,'_min_variation_regular_price','175'),(3250,5994,'_max_price_variation_id','6751'),(3251,5994,'_max_regular_price_variation_id','6751'),(3252,5994,'_min_variation_sale_price',NULL),(3253,5994,'_max_variation_sale_price',NULL),(3254,5994,'_min_sale_price_variation_id',NULL),(3255,5994,'_max_sale_price_variation_id',NULL),(3257,5994,'_stock_status','instock'),(3258,5994,'_product_version','3.0.8'),(3259,5994,'_product_image_gallery',''),(3260,5994,'slide_template','default'),(3261,5994,'_regular_price',''),(3262,5994,'_sale_price_dates_to',''),(3263,5994,'_sold_individually',''),(3264,5994,'_manage_stock','no'),(3265,5994,'_crosssell_ids','a:0:{}'),(3267,5994,'_sale_price',''),(3268,5994,'_sale_price_dates_from',''),(3269,5994,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(3270,5994,'_visibility','visible'),(3271,5994,'_thumbnail_id','6597'),(3272,5994,'_downloadable','no'),(3273,5994,'_virtual','no'),(3274,5994,'_tax_status','taxable'),(3275,5994,'_tax_class',''),(3276,5994,'_length',''),(3277,5994,'_width',''),(3278,5994,'_height',''),(3279,5994,'_backorders','no'),(3280,5994,'_stock',''),(3281,5994,'_upsell_ids','a:0:{}'),(3282,5994,'_purchase_note',''),(3283,5994,'_featured','no'),(3284,5994,'_weight',''),(3285,5994,'_default_attributes','a:0:{}'),(3286,5994,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3287,5994,'_edit_last','1'),(3288,5994,'total_sales','0'),(3289,5994,'_sku',''),(3290,6001,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3291,6001,'_min_regular_price_variation_id','6764'),(3292,6001,'_max_variation_regular_price','900'),(3293,6001,'_max_variation_price','900'),(3294,6001,'_min_variation_price','175'),(3295,6001,'_min_price_variation_id','6764'),(3296,6001,'_min_variation_regular_price','175'),(3297,6001,'_max_price_variation_id','6760'),(3298,6001,'_max_regular_price_variation_id','6760'),(3299,6001,'_min_variation_sale_price',NULL),(3300,6001,'_max_variation_sale_price',NULL),(3301,6001,'_min_sale_price_variation_id',NULL),(3302,6001,'_max_sale_price_variation_id',NULL),(3304,6001,'_stock_status','instock'),(3305,6001,'_product_version','3.0.8'),(3306,6001,'_product_image_gallery',''),(3307,6001,'slide_template','default'),(3308,6001,'_regular_price',''),(3309,6001,'_sale_price_dates_to',''),(3310,6001,'_sold_individually',''),(3311,6001,'_manage_stock','no'),(3312,6001,'_crosssell_ids','a:0:{}'),(3314,6001,'_sale_price',''),(3315,6001,'_sale_price_dates_from',''),(3316,6001,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(3317,6001,'_visibility','visible'),(3318,6001,'_thumbnail_id','6598'),(3319,6001,'_downloadable','no'),(3320,6001,'_virtual','no'),(3321,6001,'_tax_status','taxable'),(3322,6001,'_tax_class',''),(3323,6001,'_length',''),(3324,6001,'_width',''),(3325,6001,'_height',''),(3326,6001,'_backorders','no'),(3327,6001,'_stock',''),(3328,6001,'_upsell_ids','a:0:{}'),(3329,6001,'_purchase_note',''),(3330,6001,'_featured','no'),(3331,6001,'_weight',''),(3332,6001,'_default_attributes','a:0:{}'),(3333,6001,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3334,6001,'_edit_last','1'),(3335,6001,'total_sales','0'),(3336,6001,'_sku',''),(3337,6009,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3338,6009,'_min_regular_price_variation_id','6774'),(3339,6009,'_max_variation_regular_price','900'),(3340,6009,'_max_variation_price','900'),(3341,6009,'_min_variation_price','175'),(3342,6009,'_min_price_variation_id','6774'),(3343,6009,'_min_variation_regular_price','175'),(3344,6009,'_max_price_variation_id','6770'),(3345,6009,'_max_regular_price_variation_id','6770'),(3346,6009,'_min_variation_sale_price',NULL),(3347,6009,'_max_variation_sale_price',NULL),(3348,6009,'_min_sale_price_variation_id',NULL),(3349,6009,'_max_sale_price_variation_id',NULL),(3351,6009,'_stock_status','instock'),(3352,6009,'_product_version','3.0.8'),(3353,6009,'_product_image_gallery',''),(3354,6009,'slide_template','default'),(3355,6009,'_regular_price',''),(3356,6009,'_sale_price_dates_to',''),(3357,6009,'_sold_individually',''),(3358,6009,'_manage_stock','no'),(3359,6009,'_crosssell_ids','a:0:{}'),(3361,6009,'_sale_price',''),(3362,6009,'_sale_price_dates_from',''),(3363,6009,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(3364,6009,'_visibility','visible'),(3365,6009,'_thumbnail_id','6606'),(3366,6009,'_downloadable','no'),(3367,6009,'_virtual','no'),(3368,6009,'_tax_status','taxable'),(3369,6009,'_tax_class',''),(3370,6009,'_length',''),(3371,6009,'_width',''),(3372,6009,'_height',''),(3373,6009,'_backorders','no'),(3374,6009,'_stock',''),(3375,6009,'_upsell_ids','a:0:{}'),(3376,6009,'_purchase_note',''),(3377,6009,'_featured','no'),(3378,6009,'_weight',''),(3379,6009,'_default_attributes','a:0:{}'),(3380,6009,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3381,6009,'_edit_last','1'),(3382,6009,'total_sales','0'),(3383,6009,'_sku',''),(3384,6009,'_wp_old_slug','hawksbill-turtle-flight-canvas-print'),(3385,6016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3386,6016,'_min_regular_price_variation_id','6769'),(3387,6016,'_max_variation_regular_price','900'),(3388,6016,'_max_variation_price','900'),(3389,6016,'_min_variation_price','175'),(3390,6016,'_min_price_variation_id','6769'),(3391,6016,'_min_variation_regular_price','175'),(3392,6016,'_max_price_variation_id','6765'),(3393,6016,'_max_regular_price_variation_id','6765'),(3394,6016,'_min_variation_sale_price',NULL),(3395,6016,'_max_variation_sale_price',NULL),(3396,6016,'_min_sale_price_variation_id',NULL),(3397,6016,'_max_sale_price_variation_id',NULL),(3399,6016,'_stock_status','instock'),(3400,6016,'_product_version','3.0.8'),(3401,6016,'_product_image_gallery',''),(3402,6016,'slide_template','default'),(3403,6016,'_regular_price',''),(3404,6016,'_sale_price_dates_to',''),(3405,6016,'_sold_individually',''),(3406,6016,'_manage_stock','no'),(3407,6016,'_crosssell_ids','a:0:{}'),(3409,6016,'_sale_price',''),(3410,6016,'_sale_price_dates_from',''),(3411,6016,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(3412,6016,'_visibility','visible'),(3413,6016,'_thumbnail_id','6599'),(3414,6016,'_downloadable','no'),(3415,6016,'_virtual','no'),(3416,6016,'_tax_status','taxable'),(3417,6016,'_tax_class',''),(3418,6016,'_length',''),(3419,6016,'_width',''),(3420,6016,'_height',''),(3421,6016,'_backorders','no'),(3422,6016,'_stock',''),(3423,6016,'_upsell_ids','a:0:{}'),(3424,6016,'_purchase_note',''),(3425,6016,'_featured','no'),(3426,6016,'_weight',''),(3427,6016,'_default_attributes','a:0:{}'),(3428,6016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3429,6016,'_edit_last','1'),(3430,6016,'total_sales','0'),(3431,6016,'_sku',''),(3432,6023,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3433,6023,'_min_regular_price_variation_id','6787'),(3434,6023,'_max_variation_regular_price','900'),(3435,6023,'_max_variation_price','900'),(3436,6023,'_min_variation_price','175'),(3437,6023,'_min_price_variation_id','6787'),(3438,6023,'_min_variation_regular_price','175'),(3439,6023,'_max_price_variation_id','6783'),(3440,6023,'_max_regular_price_variation_id','6783'),(3441,6023,'_min_variation_sale_price',NULL),(3442,6023,'_max_variation_sale_price',NULL),(3443,6023,'_min_sale_price_variation_id',NULL),(3444,6023,'_max_sale_price_variation_id',NULL),(3446,6023,'_stock_status','instock'),(3447,6023,'_product_version','3.0.8'),(3448,6023,'_product_image_gallery',''),(3449,6023,'slide_template','default'),(3450,6023,'_regular_price',''),(3451,6023,'_sale_price_dates_to',''),(3452,6023,'_sold_individually',''),(3453,6023,'_manage_stock','no'),(3454,6023,'_crosssell_ids','a:0:{}'),(3456,6023,'_sale_price',''),(3457,6023,'_sale_price_dates_from',''),(3458,6023,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(3459,6023,'_visibility','visible'),(3460,6023,'_thumbnail_id','6600'),(3461,6023,'_downloadable','no'),(3462,6023,'_virtual','no'),(3463,6023,'_tax_status','taxable'),(3464,6023,'_tax_class',''),(3465,6023,'_length',''),(3466,6023,'_width',''),(3467,6023,'_height',''),(3468,6023,'_backorders','no'),(3469,6023,'_stock',''),(3470,6023,'_upsell_ids','a:0:{}'),(3471,6023,'_purchase_note',''),(3472,6023,'_featured','no'),(3473,6023,'_weight',''),(3474,6023,'_default_attributes','a:0:{}'),(3475,6023,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3476,6023,'_edit_last','1'),(3477,6023,'total_sales','0'),(3478,6023,'_sku',''),(3479,6023,'_wp_old_slug','hawksbill-turtle-in-coral-canvas-print'),(3480,6030,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3481,6030,'_min_regular_price_variation_id','6782'),(3482,6030,'_max_variation_regular_price','900'),(3483,6030,'_max_variation_price','900'),(3484,6030,'_min_variation_price','175'),(3485,6030,'_min_price_variation_id','6782'),(3486,6030,'_min_variation_regular_price','175'),(3487,6030,'_max_price_variation_id','6778'),(3488,6030,'_max_regular_price_variation_id','6778'),(3489,6030,'_min_variation_sale_price',NULL),(3490,6030,'_max_variation_sale_price',NULL),(3491,6030,'_min_sale_price_variation_id',NULL),(3492,6030,'_max_sale_price_variation_id',NULL),(3494,6030,'_stock_status','instock'),(3495,6030,'_product_version','3.0.8'),(3496,6030,'_product_image_gallery',''),(3497,6030,'slide_template','default'),(3498,6030,'_regular_price',''),(3499,6030,'_sale_price_dates_to',''),(3500,6030,'_sold_individually',''),(3501,6030,'_manage_stock','no'),(3502,6030,'_crosssell_ids','a:0:{}'),(3504,6030,'_sale_price',''),(3505,6030,'_sale_price_dates_from',''),(3506,6030,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(3507,6030,'_visibility','visible'),(3508,6030,'_thumbnail_id','6601'),(3509,6030,'_downloadable','no'),(3510,6030,'_virtual','no'),(3511,6030,'_tax_status','taxable'),(3512,6030,'_tax_class',''),(3513,6030,'_length',''),(3514,6030,'_width',''),(3515,6030,'_height',''),(3516,6030,'_backorders','no'),(3517,6030,'_stock',''),(3518,6030,'_upsell_ids','a:0:{}'),(3519,6030,'_purchase_note',''),(3520,6030,'_featured','no'),(3521,6030,'_weight',''),(3522,6030,'_default_attributes','a:0:{}'),(3523,6030,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3524,6030,'_edit_last','1'),(3525,6030,'total_sales','0'),(3526,6030,'_sku',''),(3527,6037,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3528,6037,'_crosssell_ids','a:0:{}'),(3529,6037,'_sale_price',''),(3530,6037,'_sale_price_dates_from',''),(3531,6037,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(3532,6037,'_virtual','no'),(3533,6037,'_tax_status','taxable'),(3534,6037,'_tax_class',''),(3535,6037,'_length',''),(3536,6037,'_width',''),(3537,6037,'_height',''),(3538,6037,'_backorders','no'),(3539,6037,'_stock',''),(3540,6037,'_weight',''),(3541,6037,'_default_attributes','a:0:{}'),(3542,6037,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3543,6037,'_edit_last','1'),(3544,6037,'_visibility','visible'),(3545,6037,'_thumbnail_id','6623'),(3546,6037,'_downloadable','no'),(3547,6037,'_min_variation_sale_price',NULL),(3548,6037,'_max_variation_sale_price',NULL),(3549,6037,'_sale_price_dates_to',''),(3550,6037,'_sold_individually',''),(3551,6037,'_manage_stock','no'),(3552,6037,'slide_template','default'),(3553,6037,'_regular_price',''),(3554,6037,'_stock_status','instock'),(3555,6037,'_product_version','3.0.8'),(3556,6037,'_product_image_gallery',''),(3557,6037,'_max_variation_regular_price','900'),(3558,6037,'_min_regular_price_variation_id','6803'),(3559,6037,'_max_regular_price_variation_id','6799'),(3560,6037,'_min_sale_price_variation_id',NULL),(3561,6037,'_max_sale_price_variation_id',NULL),(3562,6037,'_min_price_variation_id','6803'),(3563,6037,'_min_variation_price','175'),(3564,6037,'_max_variation_price','900'),(3565,6037,'_max_price_variation_id','6799'),(3566,6037,'_min_variation_regular_price','175'),(3567,6037,'_upsell_ids','a:0:{}'),(3568,6037,'_purchase_note',''),(3569,6037,'_featured','no'),(3570,6037,'total_sales','0'),(3571,6037,'_sku',''),(3574,6042,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3575,6042,'_crosssell_ids','a:0:{}'),(3577,6042,'_sale_price',''),(3578,6042,'_sale_price_dates_from',''),(3579,6042,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(3580,6042,'_virtual','no'),(3581,6042,'_tax_status','taxable'),(3582,6042,'_tax_class',''),(3583,6042,'_length',''),(3584,6042,'_width',''),(3585,6042,'_height',''),(3586,6042,'_backorders','no'),(3587,6042,'_stock',''),(3588,6042,'_weight',''),(3589,6042,'_default_attributes','a:0:{}'),(3590,6042,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3591,6042,'_edit_last','1'),(3592,6042,'_visibility','visible'),(3593,6042,'_thumbnail_id','6624'),(3594,6042,'_downloadable','no'),(3595,6042,'_min_variation_sale_price',NULL),(3596,6042,'_max_variation_sale_price',NULL),(3597,6042,'_sale_price_dates_to',''),(3598,6042,'_sold_individually',''),(3599,6042,'_manage_stock','no'),(3600,6042,'slide_template','default'),(3601,6042,'_regular_price',''),(3602,6042,'_stock_status','instock'),(3603,6042,'_product_version','3.0.8'),(3604,6042,'_product_image_gallery',''),(3605,6042,'_max_variation_regular_price','900'),(3606,6042,'_min_regular_price_variation_id','6798'),(3607,6042,'_max_regular_price_variation_id','6794'),(3608,6042,'_min_sale_price_variation_id',NULL),(3609,6042,'_max_sale_price_variation_id',NULL),(3611,6042,'_min_price_variation_id','6798'),(3612,6042,'_min_variation_price','175'),(3613,6042,'_max_variation_price','900'),(3614,6042,'_max_price_variation_id','6794'),(3615,6042,'_min_variation_regular_price','175'),(3616,6042,'_upsell_ids','a:0:{}'),(3617,6042,'_purchase_note',''),(3618,6042,'_featured','no'),(3619,6042,'total_sales','0'),(3620,6042,'_sku',''),(3621,6047,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3622,6047,'_crosssell_ids','a:0:{}'),(3624,6047,'_sale_price',''),(3625,6047,'_sale_price_dates_from',''),(3626,6047,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(3627,6047,'_virtual','no'),(3628,6047,'_tax_status','taxable'),(3629,6047,'_tax_class',''),(3630,6047,'_length',''),(3631,6047,'_width',''),(3632,6047,'_height',''),(3633,6047,'_backorders','no'),(3634,6047,'_stock',''),(3635,6047,'_weight',''),(3636,6047,'_default_attributes','a:0:{}'),(3637,6047,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3638,6047,'_edit_last','1'),(3639,6047,'_visibility','visible'),(3640,6047,'_thumbnail_id','6625'),(3641,6047,'_downloadable','no'),(3642,6047,'_min_variation_sale_price',NULL),(3643,6047,'_max_variation_sale_price',NULL),(3644,6047,'_sale_price_dates_to',''),(3645,6047,'_sold_individually',''),(3646,6047,'_manage_stock','no'),(3647,6047,'slide_template','default'),(3648,6047,'_regular_price',''),(3649,6047,'_stock_status','instock'),(3650,6047,'_product_version','3.0.8'),(3651,6047,'_product_image_gallery',''),(3652,6047,'_max_variation_regular_price','900'),(3653,6047,'_min_regular_price_variation_id','6793'),(3654,6047,'_max_regular_price_variation_id','6789'),(3655,6047,'_min_sale_price_variation_id',NULL),(3656,6047,'_max_sale_price_variation_id',NULL),(3658,6047,'_min_price_variation_id','6793'),(3659,6047,'_min_variation_price','175'),(3660,6047,'_max_variation_price','900'),(3661,6047,'_max_price_variation_id','6789'),(3662,6047,'_min_variation_regular_price','175'),(3663,6047,'_upsell_ids','a:0:{}'),(3664,6047,'_purchase_note',''),(3665,6047,'_featured','no'),(3666,6047,'total_sales','0'),(3667,6047,'_sku',''),(3668,6052,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3669,6052,'_min_regular_price_variation_id','6750'),(3670,6052,'_max_variation_regular_price','900'),(3671,6052,'_max_variation_price','900'),(3672,6052,'_min_variation_price','175'),(3673,6052,'_min_price_variation_id','6750'),(3674,6052,'_min_variation_regular_price','175'),(3675,6052,'_max_price_variation_id','6746'),(3676,6052,'_max_regular_price_variation_id','6746'),(3677,6052,'_min_variation_sale_price',NULL),(3678,6052,'_max_variation_sale_price',NULL),(3679,6052,'_min_sale_price_variation_id',NULL),(3680,6052,'_max_sale_price_variation_id',NULL),(3682,6052,'_stock_status','instock'),(3683,6052,'_product_version','3.0.8'),(3684,6052,'_product_image_gallery',''),(3685,6052,'slide_template','default'),(3686,6052,'_regular_price',''),(3687,6052,'_sale_price_dates_to',''),(3688,6052,'_sold_individually',''),(3689,6052,'_manage_stock','no'),(3690,6052,'_crosssell_ids','a:0:{}'),(3692,6052,'_sale_price',''),(3693,6052,'_sale_price_dates_from',''),(3694,6052,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(3695,6052,'_visibility','visible'),(3696,6052,'_thumbnail_id','6626'),(3697,6052,'_downloadable','no'),(3698,6052,'_virtual','no'),(3699,6052,'_tax_status','taxable'),(3700,6052,'_tax_class',''),(3701,6052,'_length',''),(3702,6052,'_width',''),(3703,6052,'_height',''),(3704,6052,'_backorders','no'),(3705,6052,'_stock',''),(3706,6052,'_upsell_ids','a:0:{}'),(3707,6052,'_purchase_note',''),(3708,6052,'_featured','no'),(3709,6052,'_weight',''),(3710,6052,'_default_attributes','a:0:{}'),(3711,6052,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3712,6052,'_edit_last','1'),(3713,6052,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(3714,6052,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(3715,6052,'total_sales','0'),(3716,6052,'_sku',''),(3717,6065,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3718,6065,'_min_regular_price_variation_id','6813'),(3719,6065,'_max_variation_regular_price','900'),(3720,6065,'_max_variation_price','900'),(3721,6065,'_min_variation_price','175'),(3722,6065,'_min_price_variation_id','6813'),(3723,6065,'_min_variation_regular_price','175'),(3724,6065,'_max_price_variation_id','6806'),(3725,6065,'_max_regular_price_variation_id','6806'),(3726,6065,'_min_variation_sale_price',NULL),(3727,6065,'_max_variation_sale_price',NULL),(3728,6065,'_min_sale_price_variation_id',NULL),(3729,6065,'_max_sale_price_variation_id',NULL),(3731,6065,'_stock_status','instock'),(3732,6065,'_product_version','3.0.8'),(3733,6065,'_product_image_gallery',''),(3734,6065,'slide_template','default'),(3735,6065,'_regular_price',''),(3736,6065,'_sale_price_dates_to',''),(3737,6065,'_sold_individually',''),(3738,6065,'_manage_stock','no'),(3739,6065,'_crosssell_ids','a:0:{}'),(3741,6065,'_sale_price',''),(3742,6065,'_sale_price_dates_from',''),(3743,6065,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(3744,6065,'_visibility','visible'),(3745,6065,'_thumbnail_id','6627'),(3746,6065,'_downloadable','no'),(3747,6065,'_virtual','no'),(3748,6065,'_tax_status','taxable'),(3749,6065,'_tax_class',''),(3750,6065,'_length',''),(3751,6065,'_width',''),(3752,6065,'_height',''),(3753,6065,'_backorders','no'),(3754,6065,'_stock',''),(3755,6065,'_upsell_ids','a:0:{}'),(3756,6065,'_purchase_note',''),(3757,6065,'_featured','no'),(3758,6065,'_weight',''),(3759,6065,'_default_attributes','a:0:{}'),(3760,6065,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3761,6065,'_edit_last','1'),(3762,6065,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(3763,6065,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(3764,6065,'total_sales','1'),(3765,6065,'_sku',''),(3766,6072,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3767,6072,'_min_regular_price_variation_id','6811'),(3768,6072,'_max_variation_regular_price','900'),(3769,6072,'_max_variation_price','900'),(3770,6072,'_min_variation_price','175'),(3771,6072,'_min_price_variation_id','6811'),(3772,6072,'_min_variation_regular_price','175'),(3773,6072,'_max_price_variation_id','6804'),(3774,6072,'_max_regular_price_variation_id','6804'),(3775,6072,'_min_variation_sale_price',NULL),(3776,6072,'_max_variation_sale_price',NULL),(3777,6072,'_min_sale_price_variation_id',NULL),(3778,6072,'_max_sale_price_variation_id',NULL),(3780,6072,'_stock_status','instock'),(3781,6072,'_product_version','3.0.8'),(3782,6072,'_product_image_gallery',''),(3783,6072,'slide_template','default'),(3784,6072,'_regular_price',''),(3785,6072,'_sale_price_dates_to',''),(3786,6072,'_sold_individually',''),(3787,6072,'_manage_stock','no'),(3788,6072,'_crosssell_ids','a:0:{}'),(3790,6072,'_sale_price',''),(3791,6072,'_sale_price_dates_from',''),(3792,6072,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(3793,6072,'_visibility','visible'),(3794,6072,'_thumbnail_id','6629'),(3795,6072,'_downloadable','no'),(3796,6072,'_virtual','no'),(3797,6072,'_tax_status','taxable'),(3798,6072,'_tax_class',''),(3799,6072,'_length',''),(3800,6072,'_width',''),(3801,6072,'_height',''),(3802,6072,'_backorders','no'),(3803,6072,'_stock',''),(3804,6072,'_upsell_ids','a:0:{}'),(3805,6072,'_purchase_note',''),(3806,6072,'_featured','no'),(3807,6072,'_weight',''),(3808,6072,'_default_attributes','a:0:{}'),(3809,6072,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3810,6072,'_edit_last','1'),(3811,6072,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(3812,6072,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(3813,6072,'total_sales','0'),(3814,6072,'_sku',''),(3815,6079,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3816,6079,'_min_regular_price_variation_id','6833'),(3817,6079,'_max_variation_regular_price','900'),(3818,6079,'_max_variation_price','900'),(3819,6079,'_min_variation_price','175'),(3820,6079,'_min_price_variation_id','6833'),(3821,6079,'_min_variation_regular_price','175'),(3822,6079,'_max_price_variation_id','6829'),(3823,6079,'_max_regular_price_variation_id','6829'),(3824,6079,'_min_variation_sale_price',NULL),(3825,6079,'_max_variation_sale_price',NULL),(3826,6079,'_min_sale_price_variation_id',NULL),(3827,6079,'_max_sale_price_variation_id',NULL),(3829,6079,'_stock_status','instock'),(3830,6079,'_product_version','3.0.8'),(3831,6079,'_product_image_gallery',''),(3832,6079,'slide_template','default'),(3833,6079,'_regular_price',''),(3834,6079,'_sale_price_dates_to',''),(3835,6079,'_sold_individually',''),(3836,6079,'_manage_stock','no'),(3837,6079,'_crosssell_ids','a:0:{}'),(3839,6079,'_sale_price',''),(3840,6079,'_sale_price_dates_from',''),(3841,6079,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(3842,6079,'_visibility','visible'),(3843,6079,'_thumbnail_id','6630'),(3844,6079,'_downloadable','no'),(3845,6079,'_virtual','no'),(3846,6079,'_tax_status','taxable'),(3847,6079,'_tax_class',''),(3848,6079,'_length',''),(3849,6079,'_width',''),(3850,6079,'_height',''),(3851,6079,'_backorders','no'),(3852,6079,'_stock',''),(3853,6079,'_upsell_ids','a:0:{}'),(3854,6079,'_purchase_note',''),(3855,6079,'_featured','no'),(3856,6079,'_weight',''),(3857,6079,'_default_attributes','a:0:{}'),(3858,6079,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3859,6079,'_edit_last','1'),(3860,6079,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(3861,6079,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(3862,6079,'total_sales','0'),(3863,6079,'_sku',''),(3864,6086,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3865,6086,'_min_regular_price_variation_id','6828'),(3866,6086,'_max_variation_regular_price','900'),(3867,6086,'_max_variation_price','900'),(3868,6086,'_min_variation_price','175'),(3869,6086,'_min_price_variation_id','6828'),(3870,6086,'_min_variation_regular_price','175'),(3871,6086,'_max_price_variation_id','6824'),(3872,6086,'_max_regular_price_variation_id','6824'),(3873,6086,'_min_variation_sale_price',NULL),(3874,6086,'_max_variation_sale_price',NULL),(3875,6086,'_min_sale_price_variation_id',NULL),(3876,6086,'_max_sale_price_variation_id',NULL),(3878,6086,'_stock_status','instock'),(3879,6086,'_product_version','3.0.8'),(3880,6086,'_product_image_gallery',''),(3881,6086,'slide_template','default'),(3882,6086,'_regular_price',''),(3883,6086,'_sale_price_dates_to',''),(3884,6086,'_sold_individually',''),(3885,6086,'_manage_stock','no'),(3886,6086,'_crosssell_ids','a:0:{}'),(3888,6086,'_sale_price',''),(3889,6086,'_sale_price_dates_from',''),(3890,6086,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(3891,6086,'_visibility','visible'),(3892,6086,'_thumbnail_id','6631'),(3893,6086,'_downloadable','no'),(3894,6086,'_virtual','no'),(3895,6086,'_tax_status','taxable'),(3896,6086,'_tax_class',''),(3897,6086,'_length',''),(3898,6086,'_width',''),(3899,6086,'_height',''),(3900,6086,'_backorders','no'),(3901,6086,'_stock',''),(3902,6086,'_upsell_ids','a:0:{}'),(3903,6086,'_purchase_note',''),(3904,6086,'_featured','no'),(3905,6086,'_weight',''),(3906,6086,'_default_attributes','a:0:{}'),(3907,6086,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3908,6086,'_edit_last','1'),(3909,6086,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(3910,6086,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(3911,6086,'total_sales','0'),(3912,6086,'_sku',''),(3913,6093,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3914,6093,'_min_regular_price_variation_id','6707'),(3915,6093,'_max_variation_regular_price','900'),(3916,6093,'_max_variation_price','900'),(3917,6093,'_min_variation_price','175'),(3918,6093,'_min_price_variation_id','6707'),(3919,6093,'_min_variation_regular_price','175'),(3920,6093,'_max_price_variation_id','6701'),(3921,6093,'_max_regular_price_variation_id','6701'),(3922,6093,'_min_variation_sale_price',NULL),(3923,6093,'_max_variation_sale_price',NULL),(3924,6093,'_min_sale_price_variation_id',NULL),(3925,6093,'_max_sale_price_variation_id',NULL),(3927,6093,'_stock_status','instock'),(3928,6093,'_product_version','3.0.8'),(3929,6093,'_product_image_gallery',''),(3930,6093,'slide_template','default'),(3931,6093,'_regular_price',''),(3932,6093,'_sale_price_dates_to',''),(3933,6093,'_sold_individually',''),(3934,6093,'_manage_stock','no'),(3935,6093,'_crosssell_ids','a:0:{}'),(3937,6093,'_sale_price',''),(3938,6093,'_sale_price_dates_from',''),(3939,6093,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(3940,6093,'_visibility','visible'),(3941,6093,'_thumbnail_id','6632'),(3942,6093,'_downloadable','no'),(3943,6093,'_virtual','no'),(3944,6093,'_tax_status','taxable'),(3945,6093,'_tax_class',''),(3946,6093,'_length',''),(3947,6093,'_width',''),(3948,6093,'_height',''),(3949,6093,'_backorders','no'),(3950,6093,'_stock',''),(3951,6093,'_upsell_ids','a:0:{}'),(3952,6093,'_purchase_note',''),(3953,6093,'_featured','no'),(3954,6093,'_weight',''),(3955,6093,'_default_attributes','a:0:{}'),(3956,6093,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3957,6093,'_edit_last','1'),(3958,6093,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(3959,6093,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(3960,6093,'total_sales','0'),(3961,6093,'_sku',''),(3962,6101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3963,6101,'_min_regular_price_variation_id','6695'),(3964,6101,'_max_variation_regular_price','900'),(3965,6101,'_max_variation_price','900'),(3966,6101,'_min_variation_price','175'),(3967,6101,'_min_price_variation_id','6695'),(3968,6101,'_min_variation_regular_price','175'),(3969,6101,'_max_price_variation_id','6691'),(3970,6101,'_max_regular_price_variation_id','6691'),(3971,6101,'_min_variation_sale_price',NULL),(3972,6101,'_max_variation_sale_price',NULL),(3973,6101,'_min_sale_price_variation_id',NULL),(3974,6101,'_max_sale_price_variation_id',NULL),(3976,6101,'_stock_status','instock'),(3977,6101,'_product_version','3.0.8'),(3978,6101,'_product_image_gallery',''),(3979,6101,'slide_template','default'),(3980,6101,'_regular_price',''),(3981,6101,'_sale_price_dates_to',''),(3982,6101,'_sold_individually',''),(3983,6101,'_manage_stock','no'),(3984,6101,'_crosssell_ids','a:0:{}'),(3986,6101,'_sale_price',''),(3987,6101,'_sale_price_dates_from',''),(3988,6101,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(3989,6101,'_visibility','visible'),(3990,6101,'_thumbnail_id','6633'),(3991,6101,'_downloadable','no'),(3992,6101,'_virtual','no'),(3993,6101,'_tax_status','taxable'),(3994,6101,'_tax_class',''),(3995,6101,'_length',''),(3996,6101,'_width',''),(3997,6101,'_height',''),(3998,6101,'_backorders','no'),(3999,6101,'_stock',''),(4000,6101,'_upsell_ids','a:0:{}'),(4001,6101,'_purchase_note',''),(4002,6101,'_featured','no'),(4003,6101,'_weight',''),(4004,6101,'_default_attributes','a:0:{}'),(4005,6101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4006,6101,'_edit_last','1'),(4007,6101,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(4008,6101,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(4009,6101,'total_sales','1'),(4010,6101,'_sku',''),(4011,6110,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4012,6110,'_min_regular_price_variation_id','6690'),(4013,6110,'_max_variation_regular_price','900'),(4014,6110,'_max_variation_price','900'),(4015,6110,'_min_variation_price','175'),(4016,6110,'_min_price_variation_id','6690'),(4017,6110,'_min_variation_regular_price','175'),(4018,6110,'_max_price_variation_id','6686'),(4019,6110,'_max_regular_price_variation_id','6686'),(4020,6110,'_min_variation_sale_price',NULL),(4021,6110,'_max_variation_sale_price',NULL),(4022,6110,'_min_sale_price_variation_id',NULL),(4023,6110,'_max_sale_price_variation_id',NULL),(4025,6110,'_stock_status','instock'),(4026,6110,'_product_version','3.0.8'),(4027,6110,'_product_image_gallery',''),(4028,6110,'slide_template','default'),(4029,6110,'_regular_price',''),(4030,6110,'_sale_price_dates_to',''),(4031,6110,'_sold_individually',''),(4032,6110,'_manage_stock','no'),(4033,6110,'_crosssell_ids','a:0:{}'),(4035,6110,'_sale_price',''),(4036,6110,'_sale_price_dates_from',''),(4037,6110,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(4038,6110,'_visibility','visible'),(4039,6110,'_thumbnail_id','6634'),(4040,6110,'_downloadable','no'),(4041,6110,'_virtual','no'),(4042,6110,'_tax_status','taxable'),(4043,6110,'_tax_class',''),(4044,6110,'_length',''),(4045,6110,'_width',''),(4046,6110,'_height',''),(4047,6110,'_backorders','no'),(4048,6110,'_stock',''),(4049,6110,'_upsell_ids','a:0:{}'),(4050,6110,'_purchase_note',''),(4051,6110,'_featured','no'),(4052,6110,'_weight',''),(4053,6110,'_default_attributes','a:0:{}'),(4054,6110,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4055,6110,'_edit_last','1'),(4056,6110,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(4057,6110,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(4058,6110,'total_sales','1'),(4059,6110,'_sku',''),(4060,6117,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4061,6117,'_min_regular_price_variation_id','6823'),(4062,6117,'_max_variation_regular_price','900'),(4063,6117,'_max_variation_price','900'),(4064,6117,'_min_variation_price','175'),(4065,6117,'_min_price_variation_id','6823'),(4066,6117,'_min_variation_regular_price','175'),(4067,6117,'_max_price_variation_id','6819'),(4068,6117,'_max_regular_price_variation_id','6819'),(4069,6117,'_min_variation_sale_price',NULL),(4070,6117,'_max_variation_sale_price',NULL),(4071,6117,'_min_sale_price_variation_id',NULL),(4072,6117,'_max_sale_price_variation_id',NULL),(4074,6117,'_stock_status','instock'),(4075,6117,'_product_version','3.0.8'),(4076,6117,'_product_image_gallery',''),(4077,6117,'slide_template','default'),(4078,6117,'_regular_price',''),(4079,6117,'_sale_price_dates_to',''),(4080,6117,'_sold_individually',''),(4081,6117,'_manage_stock','no'),(4082,6117,'_crosssell_ids','a:0:{}'),(4084,6117,'_sale_price',''),(4085,6117,'_sale_price_dates_from',''),(4086,6117,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(4087,6117,'_visibility','visible'),(4088,6117,'_thumbnail_id','6635'),(4089,6117,'_downloadable','no'),(4090,6117,'_virtual','no'),(4091,6117,'_tax_status','taxable'),(4092,6117,'_tax_class',''),(4093,6117,'_length',''),(4094,6117,'_width',''),(4095,6117,'_height',''),(4096,6117,'_backorders','no'),(4097,6117,'_stock',''),(4098,6117,'_upsell_ids','a:0:{}'),(4099,6117,'_purchase_note',''),(4100,6117,'_featured','no'),(4101,6117,'_weight',''),(4102,6117,'_default_attributes','a:0:{}'),(4103,6117,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4104,6117,'_edit_last','1'),(4105,6117,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(4106,6117,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(4107,6117,'total_sales','0'),(4108,6117,'_sku',''),(4109,6125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4110,6125,'_min_regular_price_variation_id','6843'),(4111,6125,'_max_variation_regular_price','900'),(4112,6125,'_max_variation_price','900'),(4113,6125,'_min_variation_price','175'),(4114,6125,'_min_price_variation_id','6843'),(4115,6125,'_min_variation_regular_price','175'),(4116,6125,'_max_price_variation_id','6839'),(4117,6125,'_max_regular_price_variation_id','6839'),(4118,6125,'_min_variation_sale_price',NULL),(4119,6125,'_max_variation_sale_price',NULL),(4120,6125,'_min_sale_price_variation_id',NULL),(4121,6125,'_max_sale_price_variation_id',NULL),(4123,6125,'_stock_status','instock'),(4124,6125,'_product_version','3.0.8'),(4125,6125,'_product_image_gallery',''),(4126,6125,'slide_template','default'),(4127,6125,'_regular_price',''),(4128,6125,'_sale_price_dates_to',''),(4129,6125,'_sold_individually',''),(4130,6125,'_manage_stock','no'),(4131,6125,'_crosssell_ids','a:0:{}'),(4133,6125,'_sale_price',''),(4134,6125,'_sale_price_dates_from',''),(4135,6125,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(4136,6125,'_visibility','visible'),(4137,6125,'_thumbnail_id','6636'),(4138,6125,'_downloadable','no'),(4139,6125,'_virtual','no'),(4140,6125,'_tax_status','taxable'),(4141,6125,'_tax_class',''),(4142,6125,'_length',''),(4143,6125,'_width',''),(4144,6125,'_height',''),(4145,6125,'_backorders','no'),(4146,6125,'_stock',''),(4147,6125,'_upsell_ids','a:0:{}'),(4148,6125,'_purchase_note',''),(4149,6125,'_featured','no'),(4150,6125,'_weight',''),(4151,6125,'_default_attributes','a:0:{}'),(4152,6125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4153,6125,'_edit_last','1'),(4154,6125,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(4155,6125,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(4156,6125,'total_sales','0'),(4157,6125,'_sku',''),(4158,6132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4159,6132,'_min_regular_price_variation_id','6710'),(4160,6132,'_max_variation_regular_price','900'),(4161,6132,'_max_variation_price','900'),(4162,6132,'_min_variation_price','175'),(4163,6132,'_min_price_variation_id','6710'),(4164,6132,'_min_variation_regular_price','175'),(4165,6132,'_max_price_variation_id','6704'),(4166,6132,'_max_regular_price_variation_id','6704'),(4167,6132,'_min_variation_sale_price',NULL),(4168,6132,'_max_variation_sale_price',NULL),(4169,6132,'_min_sale_price_variation_id',NULL),(4170,6132,'_max_sale_price_variation_id',NULL),(4172,6132,'_stock_status','instock'),(4173,6132,'_product_version','3.0.8'),(4174,6132,'_product_image_gallery',''),(4175,6132,'slide_template','default'),(4176,6132,'_regular_price',''),(4177,6132,'_sale_price_dates_to',''),(4178,6132,'_sold_individually',''),(4179,6132,'_manage_stock','no'),(4180,6132,'_crosssell_ids','a:0:{}'),(4182,6132,'_sale_price',''),(4183,6132,'_sale_price_dates_from',''),(4184,6132,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(4185,6132,'_visibility','visible'),(4186,6132,'_thumbnail_id','6637'),(4187,6132,'_downloadable','no'),(4188,6132,'_virtual','no'),(4189,6132,'_tax_status','taxable'),(4190,6132,'_tax_class',''),(4191,6132,'_length',''),(4192,6132,'_width',''),(4193,6132,'_height',''),(4194,6132,'_backorders','no'),(4195,6132,'_stock',''),(4196,6132,'_upsell_ids','a:0:{}'),(4197,6132,'_purchase_note',''),(4198,6132,'_featured','no'),(4199,6132,'_weight',''),(4200,6132,'_default_attributes','a:0:{}'),(4201,6132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4202,6132,'_edit_last','1'),(4203,6132,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(4204,6132,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(4205,6132,'total_sales','0'),(4206,6132,'_sku',''),(4207,6139,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4208,6139,'_min_regular_price_variation_id','6838'),(4209,6139,'_max_variation_regular_price','900'),(4210,6139,'_max_variation_price','900'),(4211,6139,'_min_variation_price','175'),(4212,6139,'_min_price_variation_id','6838'),(4213,6139,'_min_variation_regular_price','175'),(4214,6139,'_max_price_variation_id','6834'),(4215,6139,'_max_regular_price_variation_id','6834'),(4216,6139,'_min_variation_sale_price',NULL),(4217,6139,'_max_variation_sale_price',NULL),(4218,6139,'_min_sale_price_variation_id',NULL),(4219,6139,'_max_sale_price_variation_id',NULL),(4221,6139,'_stock_status','instock'),(4222,6139,'_product_version','3.0.8'),(4223,6139,'_product_image_gallery',''),(4224,6139,'slide_template','default'),(4225,6139,'_regular_price',''),(4226,6139,'_sale_price_dates_to',''),(4227,6139,'_sold_individually',''),(4228,6139,'_manage_stock','no'),(4229,6139,'_crosssell_ids','a:0:{}'),(4231,6139,'_sale_price',''),(4232,6139,'_sale_price_dates_from',''),(4233,6139,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(4234,6139,'_visibility','visible'),(4235,6139,'_thumbnail_id','6638'),(4236,6139,'_downloadable','no'),(4237,6139,'_virtual','no'),(4238,6139,'_tax_status','taxable'),(4239,6139,'_tax_class',''),(4240,6139,'_length',''),(4241,6139,'_width',''),(4242,6139,'_height',''),(4243,6139,'_backorders','no'),(4244,6139,'_stock',''),(4245,6139,'_upsell_ids','a:0:{}'),(4246,6139,'_purchase_note',''),(4247,6139,'_featured','no'),(4248,6139,'_weight',''),(4249,6139,'_default_attributes','a:0:{}'),(4250,6139,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4251,6139,'_edit_last','1'),(4252,6139,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(4253,6139,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(4254,6139,'total_sales','0'),(4255,6139,'_sku',''),(4256,6146,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4257,6146,'_min_regular_price_variation_id','6848'),(4258,6146,'_max_variation_regular_price','900'),(4259,6146,'_max_variation_price','900'),(4260,6146,'_min_variation_price','175'),(4261,6146,'_min_price_variation_id','6848'),(4262,6146,'_min_variation_regular_price','175'),(4263,6146,'_max_price_variation_id','6844'),(4264,6146,'_max_regular_price_variation_id','6844'),(4265,6146,'_min_variation_sale_price',NULL),(4266,6146,'_max_variation_sale_price',NULL),(4267,6146,'_min_sale_price_variation_id',NULL),(4268,6146,'_max_sale_price_variation_id',NULL),(4270,6146,'_stock_status','instock'),(4271,6146,'_product_version','3.0.8'),(4272,6146,'_product_image_gallery',''),(4273,6146,'slide_template','default'),(4274,6146,'_regular_price',''),(4275,6146,'_sale_price_dates_to',''),(4276,6146,'_sold_individually',''),(4277,6146,'_manage_stock','no'),(4278,6146,'_crosssell_ids','a:0:{}'),(4280,6146,'_sale_price',''),(4281,6146,'_sale_price_dates_from',''),(4282,6146,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(4283,6146,'_visibility','visible'),(4284,6146,'_thumbnail_id','6639'),(4285,6146,'_downloadable','no'),(4286,6146,'_virtual','no'),(4287,6146,'_tax_status','taxable'),(4288,6146,'_tax_class',''),(4289,6146,'_length',''),(4290,6146,'_width',''),(4291,6146,'_height',''),(4292,6146,'_backorders','no'),(4293,6146,'_stock',''),(4294,6146,'_upsell_ids','a:0:{}'),(4295,6146,'_purchase_note',''),(4296,6146,'_featured','no'),(4297,6146,'_weight',''),(4298,6146,'_default_attributes','a:0:{}'),(4299,6146,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4300,6146,'_edit_last','1'),(4301,6146,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(4302,6146,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(4303,6146,'total_sales','0'),(4304,6146,'_sku',''),(4305,6153,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4306,6153,'_min_regular_price_variation_id','6863'),(4307,6153,'_max_variation_regular_price','900'),(4308,6153,'_max_variation_price','900'),(4309,6153,'_min_variation_price','175'),(4310,6153,'_min_price_variation_id','6863'),(4311,6153,'_min_variation_regular_price','175'),(4312,6153,'_max_price_variation_id','6859'),(4313,6153,'_max_regular_price_variation_id','6859'),(4314,6153,'_min_variation_sale_price',NULL),(4315,6153,'_max_variation_sale_price',NULL),(4316,6153,'_min_sale_price_variation_id',NULL),(4317,6153,'_max_sale_price_variation_id',NULL),(4319,6153,'_stock_status','instock'),(4320,6153,'_product_version','3.0.8'),(4321,6153,'_product_image_gallery',''),(4322,6153,'slide_template','default'),(4323,6153,'_regular_price',''),(4324,6153,'_sale_price_dates_to',''),(4325,6153,'_sold_individually',''),(4326,6153,'_manage_stock','no'),(4327,6153,'_crosssell_ids','a:0:{}'),(4329,6153,'_sale_price',''),(4330,6153,'_sale_price_dates_from',''),(4331,6153,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(4332,6153,'_visibility','visible'),(4333,6153,'_thumbnail_id','6642'),(4334,6153,'_downloadable','no'),(4335,6153,'_virtual','no'),(4336,6153,'_tax_status','taxable'),(4337,6153,'_tax_class',''),(4338,6153,'_length',''),(4339,6153,'_width',''),(4340,6153,'_height',''),(4341,6153,'_backorders','no'),(4342,6153,'_stock',''),(4343,6153,'_upsell_ids','a:0:{}'),(4344,6153,'_purchase_note',''),(4345,6153,'_featured','no'),(4346,6153,'_weight',''),(4347,6153,'_default_attributes','a:0:{}'),(4348,6153,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4349,6153,'_edit_last','1'),(4350,6153,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(4351,6153,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(4352,6153,'total_sales','0'),(4353,6153,'_sku',''),(4354,6165,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4355,6165,'_min_regular_price_variation_id','6878'),(4356,6165,'_max_variation_regular_price','900'),(4357,6165,'_max_variation_price','900'),(4358,6165,'_min_variation_price','175'),(4359,6165,'_min_price_variation_id','6878'),(4360,6165,'_min_variation_regular_price','175'),(4361,6165,'_max_price_variation_id','6874'),(4362,6165,'_max_regular_price_variation_id','6874'),(4363,6165,'_min_variation_sale_price',NULL),(4364,6165,'_max_variation_sale_price',NULL),(4365,6165,'_min_sale_price_variation_id',NULL),(4366,6165,'_max_sale_price_variation_id',NULL),(4368,6165,'_stock_status','instock'),(4369,6165,'_product_version','3.0.8'),(4370,6165,'_product_image_gallery',''),(4371,6165,'slide_template','default'),(4372,6165,'_regular_price',''),(4373,6165,'_sale_price_dates_to',''),(4374,6165,'_sold_individually',''),(4375,6165,'_manage_stock','no'),(4376,6165,'_crosssell_ids','a:0:{}'),(4378,6165,'_sale_price',''),(4379,6165,'_sale_price_dates_from',''),(4380,6165,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(4381,6165,'_visibility','visible'),(4382,6165,'_downloadable','no'),(4383,6165,'_virtual','no'),(4384,6165,'_tax_status','taxable'),(4385,6165,'_tax_class',''),(4386,6165,'_length',''),(4387,6165,'_width',''),(4388,6165,'_height',''),(4389,6165,'_backorders','no'),(4390,6165,'_stock',''),(4391,6165,'_upsell_ids','a:0:{}'),(4392,6165,'_purchase_note',''),(4393,6165,'_featured','no'),(4394,6165,'_weight',''),(4395,6165,'_default_attributes','a:0:{}'),(4396,6165,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4397,6165,'_edit_last','1'),(4398,6165,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(4399,6165,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(4400,6165,'total_sales','0'),(4401,6165,'_sku',''),(4402,6165,'_thumbnail_id','6647'),(4403,6171,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4404,6171,'_min_regular_price_variation_id','6853'),(4405,6171,'_max_variation_regular_price','900'),(4406,6171,'_max_variation_price','900'),(4407,6171,'_min_variation_price','175'),(4408,6171,'_min_price_variation_id','6853'),(4409,6171,'_min_variation_regular_price','175'),(4410,6171,'_max_price_variation_id','6849'),(4411,6171,'_max_regular_price_variation_id','6849'),(4412,6171,'_min_variation_sale_price',NULL),(4413,6171,'_max_variation_sale_price',NULL),(4414,6171,'_min_sale_price_variation_id',NULL),(4415,6171,'_max_sale_price_variation_id',NULL),(4417,6171,'_stock_status','instock'),(4418,6171,'_product_version','3.0.8'),(4419,6171,'_product_image_gallery',''),(4420,6171,'slide_template','default'),(4421,6171,'_regular_price',''),(4422,6171,'_sale_price_dates_to',''),(4423,6171,'_sold_individually',''),(4424,6171,'_manage_stock','no'),(4425,6171,'_crosssell_ids','a:0:{}'),(4427,6171,'_sale_price',''),(4428,6171,'_sale_price_dates_from',''),(4429,6171,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(4430,6171,'_visibility','visible'),(4431,6171,'_thumbnail_id','6643'),(4432,6171,'_downloadable','no'),(4433,6171,'_virtual','no'),(4434,6171,'_tax_status','taxable'),(4435,6171,'_tax_class',''),(4436,6171,'_length',''),(4437,6171,'_width',''),(4438,6171,'_height',''),(4439,6171,'_backorders','no'),(4440,6171,'_stock',''),(4441,6171,'_upsell_ids','a:0:{}'),(4442,6171,'_purchase_note',''),(4443,6171,'_featured','no'),(4444,6171,'_weight',''),(4445,6171,'_default_attributes','a:0:{}'),(4446,6171,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4447,6171,'_edit_last','1'),(4448,6171,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(4449,6171,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(4450,6171,'total_sales','0'),(4451,6171,'_sku',''),(4452,6181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4453,6181,'_min_regular_price_variation_id','6888'),(4454,6181,'_max_variation_regular_price','900'),(4455,6181,'_max_variation_price','900'),(4456,6181,'_min_variation_price','175'),(4457,6181,'_min_price_variation_id','6888'),(4458,6181,'_min_variation_regular_price','175'),(4459,6181,'_max_price_variation_id','6884'),(4460,6181,'_max_regular_price_variation_id','6884'),(4461,6181,'_min_variation_sale_price',NULL),(4462,6181,'_max_variation_sale_price',NULL),(4463,6181,'_min_sale_price_variation_id',NULL),(4464,6181,'_max_sale_price_variation_id',NULL),(4466,6181,'_stock_status','instock'),(4467,6181,'_product_version','3.0.8'),(4468,6181,'_product_image_gallery',''),(4469,6181,'slide_template','default'),(4470,6181,'_regular_price',''),(4471,6181,'_sale_price_dates_to',''),(4472,6181,'_sold_individually',''),(4473,6181,'_manage_stock','no'),(4474,6181,'_crosssell_ids','a:0:{}'),(4476,6181,'_sale_price',''),(4477,6181,'_sale_price_dates_from',''),(4478,6181,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(4479,6181,'_visibility','visible'),(4480,6181,'_thumbnail_id','6649'),(4481,6181,'_downloadable','no'),(4482,6181,'_virtual','no'),(4483,6181,'_tax_status','taxable'),(4484,6181,'_tax_class',''),(4485,6181,'_length',''),(4486,6181,'_width',''),(4487,6181,'_height',''),(4488,6181,'_backorders','no'),(4489,6181,'_stock',''),(4490,6181,'_upsell_ids','a:0:{}'),(4491,6181,'_purchase_note',''),(4492,6181,'_featured','no'),(4493,6181,'_weight',''),(4494,6181,'_default_attributes','a:0:{}'),(4495,6181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4496,6181,'_edit_last','1'),(4497,6181,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(4498,6181,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(4499,6181,'total_sales','1'),(4500,6181,'_sku',''),(4501,6187,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4502,6187,'_min_regular_price_variation_id','6858'),(4503,6187,'_max_variation_regular_price','900'),(4504,6187,'_max_variation_price','900'),(4505,6187,'_min_variation_price','175'),(4506,6187,'_min_price_variation_id','6858'),(4507,6187,'_min_variation_regular_price','175'),(4508,6187,'_max_price_variation_id','6854'),(4509,6187,'_max_regular_price_variation_id','6854'),(4510,6187,'_min_variation_sale_price',NULL),(4511,6187,'_max_variation_sale_price',NULL),(4512,6187,'_min_sale_price_variation_id',NULL),(4513,6187,'_max_sale_price_variation_id',NULL),(4515,6187,'_stock_status','instock'),(4516,6187,'_product_version','3.0.8'),(4517,6187,'_product_image_gallery',''),(4518,6187,'slide_template','default'),(4519,6187,'_regular_price',''),(4520,6187,'_sale_price_dates_to',''),(4521,6187,'_sold_individually',''),(4522,6187,'_manage_stock','no'),(4523,6187,'_crosssell_ids','a:0:{}'),(4525,6187,'_sale_price',''),(4526,6187,'_sale_price_dates_from',''),(4527,6187,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(4528,6187,'_visibility','visible'),(4529,6187,'_downloadable','no'),(4530,6187,'_virtual','no'),(4531,6187,'_tax_status','taxable'),(4532,6187,'_tax_class',''),(4533,6187,'_length',''),(4534,6187,'_width',''),(4535,6187,'_height',''),(4536,6187,'_backorders','no'),(4537,6187,'_stock',''),(4538,6187,'_upsell_ids','a:0:{}'),(4539,6187,'_purchase_note',''),(4540,6187,'_featured','no'),(4541,6187,'_weight',''),(4542,6187,'_default_attributes','a:0:{}'),(4543,6187,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4544,6187,'_edit_last','1'),(4545,6187,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(4546,6187,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(4547,6187,'total_sales','0'),(4548,6187,'_sku',''),(4549,6187,'_thumbnail_id','6644'),(4550,6196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4551,6196,'_min_regular_price_variation_id','6893'),(4552,6196,'_max_variation_regular_price','900'),(4553,6196,'_max_variation_price','900'),(4554,6196,'_min_variation_price','175'),(4555,6196,'_min_price_variation_id','6893'),(4556,6196,'_min_variation_regular_price','175'),(4557,6196,'_max_price_variation_id','6889'),(4558,6196,'_max_regular_price_variation_id','6889'),(4559,6196,'_min_variation_sale_price',NULL),(4560,6196,'_max_variation_sale_price',NULL),(4561,6196,'_min_sale_price_variation_id',NULL),(4562,6196,'_max_sale_price_variation_id',NULL),(4564,6196,'_stock_status','instock'),(4565,6196,'_product_version','3.0.8'),(4566,6196,'_product_image_gallery',''),(4567,6196,'slide_template','default'),(4568,6196,'_regular_price',''),(4569,6196,'_sale_price_dates_to',''),(4570,6196,'_sold_individually',''),(4571,6196,'_manage_stock','no'),(4572,6196,'_crosssell_ids','a:0:{}'),(4574,6196,'_sale_price',''),(4575,6196,'_sale_price_dates_from',''),(4576,6196,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(4577,6196,'_visibility','visible'),(4578,6196,'_thumbnail_id','6650'),(4579,6196,'_downloadable','no'),(4580,6196,'_virtual','no'),(4581,6196,'_tax_status','taxable'),(4582,6196,'_tax_class',''),(4583,6196,'_length',''),(4584,6196,'_width',''),(4585,6196,'_height',''),(4586,6196,'_backorders','no'),(4587,6196,'_stock',''),(4588,6196,'_upsell_ids','a:0:{}'),(4589,6196,'_purchase_note',''),(4590,6196,'_featured','no'),(4591,6196,'_weight',''),(4592,6196,'_default_attributes','a:0:{}'),(4593,6196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4594,6196,'_edit_last','1'),(4595,6196,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(4596,6196,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(4597,6196,'total_sales','0'),(4598,6196,'_sku',''),(4599,6202,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4600,6202,'_min_regular_price_variation_id','6868'),(4601,6202,'_max_variation_regular_price','900'),(4602,6202,'_max_variation_price','900'),(4603,6202,'_min_variation_price','175'),(4604,6202,'_min_price_variation_id','6868'),(4605,6202,'_min_variation_regular_price','175'),(4606,6202,'_max_price_variation_id','6864'),(4607,6202,'_max_regular_price_variation_id','6864'),(4608,6202,'_min_variation_sale_price',NULL),(4609,6202,'_max_variation_sale_price',NULL),(4610,6202,'_min_sale_price_variation_id',NULL),(4611,6202,'_max_sale_price_variation_id',NULL),(4613,6202,'_stock_status','instock'),(4614,6202,'_product_version','3.0.8'),(4615,6202,'_product_image_gallery',''),(4616,6202,'slide_template','default'),(4617,6202,'_regular_price',''),(4618,6202,'_sale_price_dates_to',''),(4619,6202,'_sold_individually',''),(4620,6202,'_manage_stock','no'),(4621,6202,'_crosssell_ids','a:0:{}'),(4623,6202,'_sale_price',''),(4624,6202,'_sale_price_dates_from',''),(4625,6202,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(4626,6202,'_visibility','visible'),(4627,6202,'_thumbnail_id','6645'),(4628,6202,'_downloadable','no'),(4629,6202,'_virtual','no'),(4630,6202,'_tax_status','taxable'),(4631,6202,'_tax_class',''),(4632,6202,'_length',''),(4633,6202,'_width',''),(4634,6202,'_height',''),(4635,6202,'_backorders','no'),(4636,6202,'_stock',''),(4637,6202,'_upsell_ids','a:0:{}'),(4638,6202,'_purchase_note',''),(4639,6202,'_featured','no'),(4640,6202,'_weight',''),(4641,6202,'_default_attributes','a:0:{}'),(4642,6202,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4643,6202,'_edit_last','1'),(4644,6202,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(4645,6202,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(4646,6202,'total_sales','0'),(4647,6202,'_sku',''),(4648,6211,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4649,6211,'_min_regular_price_variation_id','6873'),(4650,6211,'_max_variation_regular_price','900'),(4651,6211,'_max_variation_price','900'),(4652,6211,'_min_variation_price','175'),(4653,6211,'_min_price_variation_id','6873'),(4654,6211,'_min_variation_regular_price','175'),(4655,6211,'_max_price_variation_id','6869'),(4656,6211,'_max_regular_price_variation_id','6869'),(4657,6211,'_min_variation_sale_price',NULL),(4658,6211,'_max_variation_sale_price',NULL),(4659,6211,'_min_sale_price_variation_id',NULL),(4660,6211,'_max_sale_price_variation_id',NULL),(4662,6211,'_stock_status','instock'),(4663,6211,'_product_version','3.0.8'),(4664,6211,'_product_image_gallery',''),(4665,6211,'slide_template','default'),(4666,6211,'_regular_price',''),(4667,6211,'_sale_price_dates_to',''),(4668,6211,'_sold_individually',''),(4669,6211,'_manage_stock','no'),(4670,6211,'_crosssell_ids','a:0:{}'),(4672,6211,'_sale_price',''),(4673,6211,'_sale_price_dates_from',''),(4674,6211,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(4675,6211,'_visibility','visible'),(4676,6211,'_thumbnail_id','6646'),(4677,6211,'_downloadable','no'),(4678,6211,'_virtual','no'),(4679,6211,'_tax_status','taxable'),(4680,6211,'_tax_class',''),(4681,6211,'_length',''),(4682,6211,'_width',''),(4683,6211,'_height',''),(4684,6211,'_backorders','no'),(4685,6211,'_stock',''),(4686,6211,'_upsell_ids','a:0:{}'),(4687,6211,'_purchase_note',''),(4688,6211,'_featured','no'),(4689,6211,'_weight',''),(4690,6211,'_default_attributes','a:0:{}'),(4691,6211,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4692,6211,'_edit_last','1'),(4693,6211,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(4694,6211,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(4695,6211,'total_sales','0'),(4696,6211,'_sku',''),(4697,6224,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4698,6224,'_min_regular_price_variation_id','6730'),(4699,6224,'_max_variation_regular_price','900'),(4700,6224,'_max_variation_price','900'),(4701,6224,'_min_variation_price','175'),(4702,6224,'_min_price_variation_id','6730'),(4703,6224,'_min_variation_regular_price','175'),(4704,6224,'_max_price_variation_id','6726'),(4705,6224,'_max_regular_price_variation_id','6726'),(4706,6224,'_min_variation_sale_price',NULL),(4707,6224,'_max_variation_sale_price',NULL),(4708,6224,'_min_sale_price_variation_id',NULL),(4709,6224,'_max_sale_price_variation_id',NULL),(4711,6224,'_stock_status','instock'),(4712,6224,'_product_version','3.0.8'),(4713,6224,'_product_image_gallery',''),(4714,6224,'slide_template','default'),(4715,6224,'_regular_price',''),(4716,6224,'_sale_price_dates_to',''),(4717,6224,'_sold_individually',''),(4718,6224,'_manage_stock','no'),(4719,6224,'_crosssell_ids','a:0:{}'),(4721,6224,'_sale_price',''),(4722,6224,'_sale_price_dates_from',''),(4723,6224,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(4724,6224,'_visibility','visible'),(4725,6224,'_thumbnail_id','6651'),(4726,6224,'_downloadable','no'),(4727,6224,'_virtual','no'),(4728,6224,'_tax_status','taxable'),(4729,6224,'_tax_class',''),(4730,6224,'_length',''),(4731,6224,'_width',''),(4732,6224,'_height',''),(4733,6224,'_backorders','no'),(4734,6224,'_stock',''),(4735,6224,'_upsell_ids','a:0:{}'),(4736,6224,'_purchase_note',''),(4737,6224,'_featured','no'),(4738,6224,'_weight',''),(4739,6224,'_default_attributes','a:0:{}'),(4740,6224,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4741,6224,'_edit_last','1'),(4742,6224,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(4743,6224,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(4744,6224,'total_sales','0'),(4745,6224,'_sku',''),(4746,6230,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4747,6230,'_min_regular_price_variation_id','6883'),(4748,6230,'_max_variation_regular_price','900'),(4749,6230,'_max_variation_price','900'),(4750,6230,'_min_variation_price','175'),(4751,6230,'_min_price_variation_id','6883'),(4752,6230,'_min_variation_regular_price','175'),(4753,6230,'_max_price_variation_id','6879'),(4754,6230,'_max_regular_price_variation_id','6879'),(4755,6230,'_min_variation_sale_price',NULL),(4756,6230,'_max_variation_sale_price',NULL),(4757,6230,'_min_sale_price_variation_id',NULL),(4758,6230,'_max_sale_price_variation_id',NULL),(4760,6230,'_stock_status','instock'),(4761,6230,'_product_version','3.0.8'),(4762,6230,'_product_image_gallery',''),(4763,6230,'slide_template','default'),(4764,6230,'_regular_price',''),(4765,6230,'_sale_price_dates_to',''),(4766,6230,'_sold_individually',''),(4767,6230,'_manage_stock','no'),(4768,6230,'_crosssell_ids','a:0:{}'),(4770,6230,'_sale_price',''),(4771,6230,'_sale_price_dates_from',''),(4772,6230,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(4773,6230,'_visibility','visible'),(4774,6230,'_thumbnail_id','6648'),(4775,6230,'_downloadable','no'),(4776,6230,'_virtual','no'),(4777,6230,'_tax_status','taxable'),(4778,6230,'_tax_class',''),(4779,6230,'_length',''),(4780,6230,'_width',''),(4781,6230,'_height',''),(4782,6230,'_backorders','no'),(4783,6230,'_stock',''),(4784,6230,'_upsell_ids','a:0:{}'),(4785,6230,'_purchase_note',''),(4786,6230,'_featured','no'),(4787,6230,'_weight',''),(4788,6230,'_default_attributes','a:0:{}'),(4789,6230,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4790,6230,'_edit_last','1'),(4791,6230,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(4792,6230,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(4793,6230,'total_sales','0'),(4794,6230,'_sku',''),(4795,6240,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4796,6240,'_min_regular_price_variation_id','6913'),(4797,6240,'_max_variation_regular_price','900'),(4798,6240,'_max_variation_price','900'),(4799,6240,'_min_variation_price','175'),(4800,6240,'_min_price_variation_id','6913'),(4801,6240,'_min_variation_regular_price','175'),(4802,6240,'_max_price_variation_id','6909'),(4803,6240,'_max_regular_price_variation_id','6909'),(4804,6240,'_min_variation_sale_price',NULL),(4805,6240,'_max_variation_sale_price',NULL),(4806,6240,'_min_sale_price_variation_id',NULL),(4807,6240,'_max_sale_price_variation_id',NULL),(4809,6240,'_stock_status','instock'),(4810,6240,'_product_version','3.0.8'),(4811,6240,'_product_image_gallery',''),(4812,6240,'slide_template','default'),(4813,6240,'_regular_price',''),(4814,6240,'_sale_price_dates_to',''),(4815,6240,'_sold_individually',''),(4816,6240,'_manage_stock','no'),(4817,6240,'_crosssell_ids','a:0:{}'),(4819,6240,'_sale_price',''),(4820,6240,'_sale_price_dates_from',''),(4821,6240,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(4822,6240,'_visibility','visible'),(4823,6240,'_thumbnail_id','6652'),(4824,6240,'_downloadable','no'),(4825,6240,'_virtual','no'),(4826,6240,'_tax_status','taxable'),(4827,6240,'_tax_class',''),(4828,6240,'_length',''),(4829,6240,'_width',''),(4830,6240,'_height',''),(4831,6240,'_backorders','no'),(4832,6240,'_stock',''),(4833,6240,'_upsell_ids','a:0:{}'),(4834,6240,'_purchase_note',''),(4835,6240,'_featured','no'),(4836,6240,'_weight',''),(4837,6240,'_default_attributes','a:0:{}'),(4838,6240,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4839,6240,'_edit_last','1'),(4840,6240,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(4841,6240,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(4842,6240,'total_sales','0'),(4843,6240,'_sku',''),(5276,6246,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5277,6246,'_min_regular_price_variation_id','6923'),(5278,6246,'_max_variation_regular_price','900'),(5279,6246,'_max_variation_price','900'),(5280,6246,'_min_variation_price','175'),(5281,6246,'_min_price_variation_id','6923'),(5282,6246,'_min_variation_regular_price','175'),(5283,6246,'_max_price_variation_id','6919'),(5284,6246,'_max_regular_price_variation_id','6919'),(5285,6246,'_min_variation_sale_price',NULL),(5286,6246,'_max_variation_sale_price',NULL),(5287,6246,'_min_sale_price_variation_id',NULL),(5288,6246,'_max_sale_price_variation_id',NULL),(5290,6246,'_stock_status','instock'),(5291,6246,'_product_version','3.0.8'),(5292,6246,'_product_image_gallery',''),(5293,6246,'slide_template','default'),(5294,6246,'_regular_price',''),(5295,6246,'_sale_price_dates_to',''),(5296,6246,'_sold_individually',''),(5297,6246,'_manage_stock','no'),(5298,6246,'_crosssell_ids','a:0:{}'),(5300,6246,'_sale_price',''),(5301,6246,'_sale_price_dates_from',''),(5302,6246,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(5303,6246,'_visibility','visible'),(5304,6246,'_thumbnail_id','6653'),(5305,6246,'_downloadable','no'),(5306,6246,'_virtual','no'),(5307,6246,'_tax_status','taxable'),(5308,6246,'_tax_class',''),(5309,6246,'_length',''),(5310,6246,'_width',''),(5311,6246,'_height',''),(5312,6246,'_backorders','no'),(5313,6246,'_stock',''),(5314,6246,'_upsell_ids','a:0:{}'),(5315,6246,'_purchase_note',''),(5316,6246,'_featured','no'),(5317,6246,'_weight',''),(5318,6246,'_default_attributes','a:0:{}'),(5319,6246,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5320,6246,'_edit_last','1'),(5321,6246,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(5322,6246,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(5323,6246,'total_sales','0'),(5324,6246,'_sku',''),(5325,6252,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5326,6252,'_min_regular_price_variation_id','6933'),(5327,6252,'_max_variation_regular_price','900'),(5328,6252,'_max_variation_price','900'),(5329,6252,'_min_variation_price','175'),(5330,6252,'_min_price_variation_id','6933'),(5331,6252,'_min_variation_regular_price','175'),(5332,6252,'_max_price_variation_id','6929'),(5333,6252,'_max_regular_price_variation_id','6929'),(5334,6252,'_min_variation_sale_price',NULL),(5335,6252,'_max_variation_sale_price',NULL),(5336,6252,'_min_sale_price_variation_id',NULL),(5337,6252,'_max_sale_price_variation_id',NULL),(5339,6252,'_stock_status','instock'),(5340,6252,'_product_version','3.0.8'),(5341,6252,'_product_image_gallery',''),(5342,6252,'slide_template','default'),(5343,6252,'_regular_price',''),(5344,6252,'_sale_price_dates_to',''),(5345,6252,'_sold_individually',''),(5346,6252,'_manage_stock','no'),(5347,6252,'_crosssell_ids','a:0:{}'),(5349,6252,'_sale_price',''),(5350,6252,'_sale_price_dates_from',''),(5351,6252,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(5352,6252,'_visibility','visible'),(5353,6252,'_thumbnail_id','6654'),(5354,6252,'_downloadable','no'),(5355,6252,'_virtual','no'),(5356,6252,'_tax_status','taxable'),(5357,6252,'_tax_class',''),(5358,6252,'_length',''),(5359,6252,'_width',''),(5360,6252,'_height',''),(5361,6252,'_backorders','no'),(5362,6252,'_stock',''),(5363,6252,'_upsell_ids','a:0:{}'),(5364,6252,'_purchase_note',''),(5365,6252,'_featured','no'),(5366,6252,'_weight',''),(5367,6252,'_default_attributes','a:0:{}'),(5368,6252,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5369,6252,'_edit_last','1'),(5370,6252,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(5371,6252,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(5372,6252,'total_sales','0'),(5373,6252,'_sku',''),(5374,6258,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5375,6258,'_min_regular_price_variation_id','6898'),(5376,6258,'_max_variation_regular_price','900'),(5377,6258,'_max_variation_price','900'),(5378,6258,'_min_variation_price','175'),(5379,6258,'_min_price_variation_id','6898'),(5380,6258,'_min_variation_regular_price','175'),(5381,6258,'_max_price_variation_id','6894'),(5382,6258,'_max_regular_price_variation_id','6894'),(5383,6258,'_min_variation_sale_price',NULL),(5384,6258,'_max_variation_sale_price',NULL),(5385,6258,'_min_sale_price_variation_id',NULL),(5386,6258,'_max_sale_price_variation_id',NULL),(5388,6258,'_stock_status','instock'),(5389,6258,'_product_version','3.0.8'),(5390,6258,'_product_image_gallery',''),(5391,6258,'slide_template','default'),(5392,6258,'_regular_price',''),(5393,6258,'_sale_price_dates_to',''),(5394,6258,'_sold_individually',''),(5395,6258,'_manage_stock','no'),(5396,6258,'_crosssell_ids','a:0:{}'),(5398,6258,'_sale_price',''),(5399,6258,'_sale_price_dates_from',''),(5400,6258,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(5401,6258,'_visibility','visible'),(5402,6258,'_thumbnail_id','6655'),(5403,6258,'_downloadable','no'),(5404,6258,'_virtual','no'),(5405,6258,'_tax_status','taxable'),(5406,6258,'_tax_class',''),(5407,6258,'_length',''),(5408,6258,'_width',''),(5409,6258,'_height',''),(5410,6258,'_backorders','no'),(5411,6258,'_stock',''),(5412,6258,'_upsell_ids','a:0:{}'),(5413,6258,'_purchase_note',''),(5414,6258,'_featured','no'),(5415,6258,'_weight',''),(5416,6258,'_default_attributes','a:0:{}'),(5417,6258,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5418,6258,'_edit_last','1'),(5419,6258,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(5420,6258,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(5421,6258,'total_sales','0'),(5422,6258,'_sku',''),(5423,6264,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5424,6264,'_min_regular_price_variation_id','6938'),(5425,6264,'_max_variation_regular_price','900'),(5426,6264,'_max_variation_price','900'),(5427,6264,'_min_variation_price','175'),(5428,6264,'_min_price_variation_id','6938'),(5429,6264,'_min_variation_regular_price','175'),(5430,6264,'_max_price_variation_id','6934'),(5431,6264,'_max_regular_price_variation_id','6934'),(5432,6264,'_min_variation_sale_price',NULL),(5433,6264,'_max_variation_sale_price',NULL),(5434,6264,'_min_sale_price_variation_id',NULL),(5435,6264,'_max_sale_price_variation_id',NULL),(5437,6264,'_stock_status','instock'),(5438,6264,'_product_version','3.0.8'),(5439,6264,'_product_image_gallery',''),(5440,6264,'slide_template','default'),(5441,6264,'_regular_price',''),(5442,6264,'_sale_price_dates_to',''),(5443,6264,'_sold_individually',''),(5444,6264,'_manage_stock','no'),(5445,6264,'_crosssell_ids','a:0:{}'),(5447,6264,'_sale_price',''),(5448,6264,'_sale_price_dates_from',''),(5449,6264,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(5450,6264,'_visibility','visible'),(5451,6264,'_downloadable','no'),(5452,6264,'_virtual','no'),(5453,6264,'_tax_status','taxable'),(5454,6264,'_tax_class',''),(5455,6264,'_length',''),(5456,6264,'_width',''),(5457,6264,'_height',''),(5458,6264,'_backorders','no'),(5459,6264,'_stock',''),(5460,6264,'_upsell_ids','a:0:{}'),(5461,6264,'_purchase_note',''),(5462,6264,'_featured','no'),(5463,6264,'_weight',''),(5464,6264,'_default_attributes','a:0:{}'),(5465,6264,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5466,6264,'_edit_last','1'),(5467,6264,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(5468,6264,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(5469,6264,'total_sales','0'),(5470,6264,'_sku',''),(5471,6264,'_thumbnail_id','6656'),(5472,6270,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5473,6270,'_min_regular_price_variation_id','6928'),(5474,6270,'_max_variation_regular_price','900'),(5475,6270,'_max_variation_price','900'),(5476,6270,'_min_variation_price','175'),(5477,6270,'_min_price_variation_id','6928'),(5478,6270,'_min_variation_regular_price','175'),(5479,6270,'_max_price_variation_id','6924'),(5480,6270,'_max_regular_price_variation_id','6924'),(5481,6270,'_min_variation_sale_price',NULL),(5482,6270,'_max_variation_sale_price',NULL),(5483,6270,'_min_sale_price_variation_id',NULL),(5484,6270,'_max_sale_price_variation_id',NULL),(5486,6270,'_stock_status','instock'),(5487,6270,'_product_version','3.0.8'),(5488,6270,'_product_image_gallery',''),(5489,6270,'slide_template','default'),(5490,6270,'_regular_price',''),(5491,6270,'_sale_price_dates_to',''),(5492,6270,'_sold_individually',''),(5493,6270,'_manage_stock','no'),(5494,6270,'_crosssell_ids','a:0:{}'),(5496,6270,'_sale_price',''),(5497,6270,'_sale_price_dates_from',''),(5498,6270,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(5499,6270,'_visibility','visible'),(5500,6270,'_thumbnail_id','6657'),(5501,6270,'_downloadable','no'),(5502,6270,'_virtual','no'),(5503,6270,'_tax_status','taxable'),(5504,6270,'_tax_class',''),(5505,6270,'_length',''),(5506,6270,'_width',''),(5507,6270,'_height',''),(5508,6270,'_backorders','no'),(5509,6270,'_stock',''),(5510,6270,'_upsell_ids','a:0:{}'),(5511,6270,'_purchase_note',''),(5512,6270,'_featured','no'),(5513,6270,'_weight',''),(5514,6270,'_default_attributes','a:0:{}'),(5515,6270,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5516,6270,'_edit_last','1'),(5517,6270,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(5518,6270,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(5519,6270,'total_sales','0'),(5520,6270,'_sku',''),(5521,6276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5522,6276,'_min_regular_price_variation_id','6953'),(5523,6276,'_max_variation_regular_price','900'),(5524,6276,'_max_variation_price','900'),(5525,6276,'_min_variation_price','175'),(5526,6276,'_min_price_variation_id','6953'),(5527,6276,'_min_variation_regular_price','175'),(5528,6276,'_max_price_variation_id','6949'),(5529,6276,'_max_regular_price_variation_id','6949'),(5530,6276,'_min_variation_sale_price',NULL),(5531,6276,'_max_variation_sale_price',NULL),(5532,6276,'_min_sale_price_variation_id',NULL),(5533,6276,'_max_sale_price_variation_id',NULL),(5535,6276,'_stock_status','instock'),(5536,6276,'_product_version','3.0.8'),(5537,6276,'_product_image_gallery',''),(5538,6276,'slide_template','default'),(5539,6276,'_regular_price',''),(5540,6276,'_sale_price_dates_to',''),(5541,6276,'_sold_individually',''),(5542,6276,'_manage_stock','no'),(5543,6276,'_crosssell_ids','a:0:{}'),(5545,6276,'_sale_price',''),(5546,6276,'_sale_price_dates_from',''),(5547,6276,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(5548,6276,'_visibility','visible'),(5549,6276,'_thumbnail_id','6658'),(5550,6276,'_downloadable','no'),(5551,6276,'_virtual','no'),(5552,6276,'_tax_status','taxable'),(5553,6276,'_tax_class',''),(5554,6276,'_length',''),(5555,6276,'_width',''),(5556,6276,'_height',''),(5557,6276,'_backorders','no'),(5558,6276,'_stock',''),(5559,6276,'_upsell_ids','a:0:{}'),(5560,6276,'_purchase_note',''),(5561,6276,'_featured','no'),(5562,6276,'_weight',''),(5563,6276,'_default_attributes','a:0:{}'),(5564,6276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5565,6276,'_edit_last','1'),(5566,6276,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(5567,6276,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(5568,6276,'total_sales','0'),(5569,6276,'_sku',''),(5570,6282,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5571,6282,'_min_regular_price_variation_id','6943'),(5572,6282,'_max_variation_regular_price','900'),(5573,6282,'_max_variation_price','900'),(5574,6282,'_min_variation_price','175'),(5575,6282,'_min_price_variation_id','6943'),(5576,6282,'_min_variation_regular_price','175'),(5577,6282,'_max_price_variation_id','6939'),(5578,6282,'_max_regular_price_variation_id','6939'),(5579,6282,'_min_variation_sale_price',NULL),(5580,6282,'_max_variation_sale_price',NULL),(5581,6282,'_min_sale_price_variation_id',NULL),(5582,6282,'_max_sale_price_variation_id',NULL),(5584,6282,'_stock_status','instock'),(5585,6282,'_product_version','3.0.8'),(5586,6282,'_product_image_gallery',''),(5587,6282,'slide_template','default'),(5588,6282,'_regular_price',''),(5589,6282,'_sale_price_dates_to',''),(5590,6282,'_sold_individually',''),(5591,6282,'_manage_stock','no'),(5592,6282,'_crosssell_ids','a:0:{}'),(5594,6282,'_sale_price',''),(5595,6282,'_sale_price_dates_from',''),(5596,6282,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(5597,6282,'_visibility','visible'),(5598,6282,'_thumbnail_id','6659'),(5599,6282,'_downloadable','no'),(5600,6282,'_virtual','no'),(5601,6282,'_tax_status','taxable'),(5602,6282,'_tax_class',''),(5603,6282,'_length',''),(5604,6282,'_width',''),(5605,6282,'_height',''),(5606,6282,'_backorders','no'),(5607,6282,'_stock',''),(5608,6282,'_upsell_ids','a:0:{}'),(5609,6282,'_purchase_note',''),(5610,6282,'_featured','no'),(5611,6282,'_weight',''),(5612,6282,'_default_attributes','a:0:{}'),(5613,6282,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5614,6282,'_edit_last','1'),(5615,6282,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(5616,6282,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(5617,6282,'total_sales','0'),(5618,6282,'_sku',''),(5619,6288,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5620,6288,'_min_regular_price_variation_id','6908'),(5621,6288,'_max_variation_regular_price','900'),(5622,6288,'_max_variation_price','900'),(5623,6288,'_min_variation_price','175'),(5624,6288,'_min_price_variation_id','6908'),(5625,6288,'_min_variation_regular_price','175'),(5626,6288,'_max_price_variation_id','6904'),(5627,6288,'_max_regular_price_variation_id','6904'),(5628,6288,'_min_variation_sale_price',NULL),(5629,6288,'_max_variation_sale_price',NULL),(5630,6288,'_min_sale_price_variation_id',NULL),(5631,6288,'_max_sale_price_variation_id',NULL),(5633,6288,'_stock_status','instock'),(5634,6288,'_product_version','3.0.8'),(5635,6288,'_product_image_gallery',''),(5636,6288,'slide_template','default'),(5637,6288,'_regular_price',''),(5638,6288,'_sale_price_dates_to',''),(5639,6288,'_sold_individually',''),(5640,6288,'_manage_stock','no'),(5641,6288,'_crosssell_ids','a:0:{}'),(5643,6288,'_sale_price',''),(5644,6288,'_sale_price_dates_from',''),(5645,6288,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(5646,6288,'_visibility','visible'),(5647,6288,'_thumbnail_id','6660'),(5648,6288,'_downloadable','no'),(5649,6288,'_virtual','no'),(5650,6288,'_tax_status','taxable'),(5651,6288,'_tax_class',''),(5652,6288,'_length',''),(5653,6288,'_width',''),(5654,6288,'_height',''),(5655,6288,'_backorders','no'),(5656,6288,'_stock',''),(5657,6288,'_upsell_ids','a:0:{}'),(5658,6288,'_purchase_note',''),(5659,6288,'_featured','no'),(5660,6288,'_weight',''),(5661,6288,'_default_attributes','a:0:{}'),(5662,6288,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5663,6288,'_edit_last','1'),(5664,6288,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(5665,6288,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(5666,6288,'total_sales','0'),(5667,6288,'_sku',''),(5668,6294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5669,6294,'_min_regular_price_variation_id','6903'),(5670,6294,'_max_variation_regular_price','900'),(5671,6294,'_max_variation_price','900'),(5672,6294,'_min_variation_price','175'),(5673,6294,'_min_price_variation_id','6903'),(5674,6294,'_min_variation_regular_price','175'),(5675,6294,'_max_price_variation_id','6899'),(5676,6294,'_max_regular_price_variation_id','6899'),(5677,6294,'_min_variation_sale_price',NULL),(5678,6294,'_max_variation_sale_price',NULL),(5679,6294,'_min_sale_price_variation_id',NULL),(5680,6294,'_max_sale_price_variation_id',NULL),(5682,6294,'_stock_status','instock'),(5683,6294,'_product_version','3.0.8'),(5684,6294,'_product_image_gallery',''),(5685,6294,'slide_template','default'),(5686,6294,'_regular_price',''),(5687,6294,'_sale_price_dates_to',''),(5688,6294,'_sold_individually',''),(5689,6294,'_manage_stock','no'),(5690,6294,'_crosssell_ids','a:0:{}'),(5692,6294,'_sale_price',''),(5693,6294,'_sale_price_dates_from',''),(5694,6294,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(5695,6294,'_visibility','visible'),(5696,6294,'_thumbnail_id','6661'),(5697,6294,'_downloadable','no'),(5698,6294,'_virtual','no'),(5699,6294,'_tax_status','taxable'),(5700,6294,'_tax_class',''),(5701,6294,'_length',''),(5702,6294,'_width',''),(5703,6294,'_height',''),(5704,6294,'_backorders','no'),(5705,6294,'_stock',''),(5706,6294,'_upsell_ids','a:0:{}'),(5707,6294,'_purchase_note',''),(5708,6294,'_featured','no'),(5709,6294,'_weight',''),(5710,6294,'_default_attributes','a:0:{}'),(5711,6294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5712,6294,'_edit_last','1'),(5713,6294,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(5714,6294,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(5715,6294,'total_sales','0'),(5716,6294,'_sku',''),(5717,6301,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5718,6301,'_min_regular_price_variation_id','6918'),(5719,6301,'_max_variation_regular_price','900'),(5720,6301,'_max_variation_price','900'),(5721,6301,'_min_variation_price','175'),(5722,6301,'_min_price_variation_id','6918'),(5723,6301,'_min_variation_regular_price','175'),(5724,6301,'_max_price_variation_id','6914'),(5725,6301,'_max_regular_price_variation_id','6914'),(5726,6301,'_min_variation_sale_price',NULL),(5727,6301,'_max_variation_sale_price',NULL),(5728,6301,'_min_sale_price_variation_id',NULL),(5729,6301,'_max_sale_price_variation_id',NULL),(5731,6301,'_stock_status','instock'),(5732,6301,'_product_version','3.0.8'),(5733,6301,'_product_image_gallery',''),(5734,6301,'slide_template','default'),(5735,6301,'_regular_price',''),(5736,6301,'_sale_price_dates_to',''),(5737,6301,'_sold_individually',''),(5738,6301,'_manage_stock','no'),(5739,6301,'_crosssell_ids','a:0:{}'),(5741,6301,'_sale_price',''),(5742,6301,'_sale_price_dates_from',''),(5743,6301,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(5744,6301,'_visibility','visible'),(5745,6301,'_thumbnail_id','6662'),(5746,6301,'_downloadable','no'),(5747,6301,'_virtual','no'),(5748,6301,'_tax_status','taxable'),(5749,6301,'_tax_class',''),(5750,6301,'_length',''),(5751,6301,'_width',''),(5752,6301,'_height',''),(5753,6301,'_backorders','no'),(5754,6301,'_stock',''),(5755,6301,'_upsell_ids','a:0:{}'),(5756,6301,'_purchase_note',''),(5757,6301,'_featured','no'),(5758,6301,'_weight',''),(5759,6301,'_default_attributes','a:0:{}'),(5760,6301,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5761,6301,'_edit_last','1'),(5762,6301,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(5763,6301,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(5764,6301,'total_sales','0'),(5765,6301,'_sku',''),(5766,6307,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5767,6307,'_min_regular_price_variation_id','6948'),(5768,6307,'_max_variation_regular_price','900'),(5769,6307,'_max_variation_price','900'),(5770,6307,'_min_variation_price','175'),(5771,6307,'_min_price_variation_id','6948'),(5772,6307,'_min_variation_regular_price','175'),(5773,6307,'_max_price_variation_id','6944'),(5774,6307,'_max_regular_price_variation_id','6944'),(5775,6307,'_min_variation_sale_price',NULL),(5776,6307,'_max_variation_sale_price',NULL),(5777,6307,'_min_sale_price_variation_id',NULL),(5778,6307,'_max_sale_price_variation_id',NULL),(5780,6307,'_stock_status','instock'),(5781,6307,'_product_version','3.0.8'),(5782,6307,'_product_image_gallery',''),(5783,6307,'slide_template','default'),(5784,6307,'_regular_price',''),(5785,6307,'_sale_price_dates_to',''),(5786,6307,'_sold_individually',''),(5787,6307,'_manage_stock','no'),(5788,6307,'_crosssell_ids','a:0:{}'),(5790,6307,'_sale_price',''),(5791,6307,'_sale_price_dates_from',''),(5792,6307,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(5793,6307,'_visibility','visible'),(5794,6307,'_thumbnail_id','6663'),(5795,6307,'_downloadable','no'),(5796,6307,'_virtual','no'),(5797,6307,'_tax_status','taxable'),(5798,6307,'_tax_class',''),(5799,6307,'_length',''),(5800,6307,'_width',''),(5801,6307,'_height',''),(5802,6307,'_backorders','no'),(5803,6307,'_stock',''),(5804,6307,'_upsell_ids','a:0:{}'),(5805,6307,'_purchase_note',''),(5806,6307,'_featured','no'),(5807,6307,'_weight',''),(5808,6307,'_default_attributes','a:0:{}'),(5809,6307,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5810,6307,'_edit_last','1'),(5811,6307,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(5812,6307,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(5813,6307,'total_sales','1'),(5814,6307,'_sku',''),(5815,6313,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5816,6313,'_min_regular_price_variation_id','6715'),(5817,6313,'_max_variation_regular_price','900'),(5818,6313,'_max_variation_price','900'),(5819,6313,'_min_variation_price','175'),(5820,6313,'_min_price_variation_id','6715'),(5821,6313,'_min_variation_regular_price','175'),(5822,6313,'_max_price_variation_id','6711'),(5823,6313,'_max_regular_price_variation_id','6711'),(5824,6313,'_min_variation_sale_price',NULL),(5825,6313,'_max_variation_sale_price',NULL),(5826,6313,'_min_sale_price_variation_id',NULL),(5827,6313,'_max_sale_price_variation_id',NULL),(5829,6313,'_stock_status','instock'),(5830,6313,'_product_version','3.0.8'),(5831,6313,'_product_image_gallery',''),(5832,6313,'slide_template','default'),(5833,6313,'_regular_price',''),(5834,6313,'_sale_price_dates_to',''),(5835,6313,'_sold_individually',''),(5836,6313,'_manage_stock','no'),(5837,6313,'_crosssell_ids','a:0:{}'),(5839,6313,'_sale_price',''),(5840,6313,'_sale_price_dates_from',''),(5841,6313,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(5842,6313,'_visibility','visible'),(5843,6313,'_downloadable','no'),(5844,6313,'_virtual','no'),(5845,6313,'_tax_status','taxable'),(5846,6313,'_tax_class',''),(5847,6313,'_length',''),(5848,6313,'_width',''),(5849,6313,'_height',''),(5850,6313,'_backorders','no'),(5851,6313,'_stock',NULL),(5852,6313,'_upsell_ids','a:0:{}'),(5853,6313,'_purchase_note',''),(5854,6313,'_featured','no'),(5855,6313,'_weight',''),(5856,6313,'_default_attributes','a:0:{}'),(5857,6313,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5858,6313,'_edit_last','3'),(5859,6313,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(5860,6313,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(5861,6313,'total_sales','0'),(5862,6313,'_sku',''),(5864,6319,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5865,6319,'_min_regular_price_variation_id','6963'),(5866,6319,'_max_variation_regular_price','900'),(5867,6319,'_max_variation_price','900'),(5868,6319,'_min_variation_price','175'),(5869,6319,'_min_price_variation_id','6963'),(5870,6319,'_min_variation_regular_price','175'),(5871,6319,'_max_price_variation_id','6959'),(5872,6319,'_max_regular_price_variation_id','6959'),(5873,6319,'_min_variation_sale_price',NULL),(5874,6319,'_max_variation_sale_price',NULL),(5875,6319,'_min_sale_price_variation_id',NULL),(5876,6319,'_max_sale_price_variation_id',NULL),(5878,6319,'_stock_status','instock'),(5879,6319,'_product_version','3.0.8'),(5880,6319,'_product_image_gallery',''),(5881,6319,'slide_template','default'),(5882,6319,'_regular_price',''),(5883,6319,'_sale_price_dates_to',''),(5884,6319,'_sold_individually',''),(5885,6319,'_manage_stock','no'),(5886,6319,'_crosssell_ids','a:0:{}'),(5888,6319,'_sale_price',''),(5889,6319,'_sale_price_dates_from',''),(5890,6319,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(5891,6319,'_visibility','visible'),(5892,6319,'_thumbnail_id','6665'),(5893,6319,'_downloadable','no'),(5894,6319,'_virtual','no'),(5895,6319,'_tax_status','taxable'),(5896,6319,'_tax_class',''),(5897,6319,'_length',''),(5898,6319,'_width',''),(5899,6319,'_height',''),(5900,6319,'_backorders','no'),(5901,6319,'_stock',NULL),(5902,6319,'_upsell_ids','a:0:{}'),(5903,6319,'_purchase_note',''),(5904,6319,'_featured','no'),(5905,6319,'_weight',''),(5906,6319,'_default_attributes','a:0:{}'),(5907,6319,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5908,6319,'_edit_last','3'),(5909,6319,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(5910,6319,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(5911,6319,'total_sales','0'),(5912,6319,'_sku',''),(5913,6325,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5914,6325,'_min_regular_price_variation_id','6958'),(5915,6325,'_max_variation_regular_price','900'),(5916,6325,'_max_variation_price','900'),(5917,6325,'_min_variation_price','175'),(5918,6325,'_min_price_variation_id','6958'),(5919,6325,'_min_variation_regular_price','175'),(5920,6325,'_max_price_variation_id','6954'),(5921,6325,'_max_regular_price_variation_id','6954'),(5922,6325,'_min_variation_sale_price',NULL),(5923,6325,'_max_variation_sale_price',NULL),(5924,6325,'_min_sale_price_variation_id',NULL),(5925,6325,'_max_sale_price_variation_id',NULL),(5927,6325,'_stock_status','instock'),(5928,6325,'_product_version','3.0.8'),(5929,6325,'_product_image_gallery',''),(5930,6325,'slide_template','default'),(5931,6325,'_regular_price',''),(5932,6325,'_sale_price_dates_to',''),(5933,6325,'_sold_individually',''),(5934,6325,'_manage_stock','no'),(5935,6325,'_crosssell_ids','a:0:{}'),(5937,6325,'_sale_price',''),(5938,6325,'_sale_price_dates_from',''),(5939,6325,'_product_attributes','a:1:{s:15:\"pa_photo-prints\";a:6:{s:4:\"name\";s:15:\"pa_photo-prints\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(5940,6325,'_visibility','visible'),(5941,6325,'_thumbnail_id','6666'),(5942,6325,'_downloadable','no'),(5943,6325,'_virtual','no'),(5944,6325,'_tax_status','taxable'),(5945,6325,'_tax_class',''),(5946,6325,'_length',''),(5947,6325,'_width',''),(5948,6325,'_height',''),(5949,6325,'_backorders','no'),(5950,6325,'_stock',NULL),(5951,6325,'_upsell_ids','a:0:{}'),(5952,6325,'_purchase_note',''),(5953,6325,'_featured','no'),(5954,6325,'_weight',''),(5955,6325,'_default_attributes','a:0:{}'),(5956,6325,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5957,6325,'_edit_last','3'),(5958,6325,'_wp_old_slug','green-sea-turtle-6-canvas-print-copy'),(5959,6325,'_wp_old_slug','green-sea-turtle-canvas-print-2'),(5960,6325,'total_sales','0'),(5961,6325,'_sku',''),(9049,3307,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9050,3307,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9051,3307,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9052,3307,'_sku',''),(9053,3307,'_weight',''),(9054,3307,'_length',''),(9055,3307,'_width',''),(9056,3307,'_height',''),(9057,3307,'_stock',''),(9058,3307,'_virtual','no'),(9059,3307,'_downloadable','no'),(9060,3307,'_regular_price','20'),(9061,3307,'_sale_price',''),(9062,3307,'_sale_price_dates_from',''),(9063,3307,'_sale_price_dates_to',''),(9064,3307,'_price','20'),(9065,3307,'_tax_class',''),(9066,3307,'_download_limit',''),(9067,3307,'_download_expiry',''),(9068,3307,'_file_paths',''),(9069,3307,'attribute_pa_color','black'),(9070,3307,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9071,3307,'_sku',''),(9072,3307,'_weight',''),(9073,3307,'_length',''),(9074,3307,'_width',''),(9075,3307,'_height',''),(9076,3307,'_stock',''),(9077,3307,'_virtual','no'),(9078,3307,'_downloadable','no'),(9079,3307,'_regular_price','20'),(9080,3307,'_sale_price',''),(9081,3307,'_sale_price_dates_from',''),(9082,3307,'_sale_price_dates_to',''),(9083,3307,'_price','20'),(9084,3307,'_tax_class',''),(9085,3307,'_download_limit',''),(9086,3307,'_download_expiry',''),(9087,3307,'_file_paths',''),(9088,3307,'attribute_pa_color','black'),(9089,3308,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9090,3308,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9091,3308,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9092,3308,'_sku',''),(9093,3308,'_weight',''),(9094,3308,'_length',''),(9095,3308,'_width',''),(9096,3308,'_height',''),(9097,3308,'_stock',''),(9098,3308,'_thumbnail_id','27'),(9099,3308,'_virtual','no'),(9100,3308,'_downloadable','no'),(9101,3308,'_regular_price','20'),(9102,3308,'_sale_price',''),(9103,3308,'_sale_price_dates_from',''),(9104,3308,'_sale_price_dates_to',''),(9105,3308,'_price','20'),(9106,3308,'_tax_class',''),(9107,3308,'_download_limit',''),(9108,3308,'_download_expiry',''),(9109,3308,'_file_paths',''),(9110,3308,'attribute_pa_color','green'),(9111,3308,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9112,3308,'_sku',''),(9113,3308,'_weight',''),(9114,3308,'_length',''),(9115,3308,'_width',''),(9116,3308,'_height',''),(9117,3308,'_stock',''),(9118,3308,'_thumbnail_id','27'),(9119,3308,'_virtual','no'),(9120,3308,'_downloadable','no'),(9121,3308,'_regular_price','20'),(9122,3308,'_sale_price',''),(9123,3308,'_sale_price_dates_from',''),(9124,3308,'_sale_price_dates_to',''),(9125,3308,'_price','20'),(9126,3308,'_tax_class',''),(9127,3308,'_download_limit',''),(9128,3308,'_download_expiry',''),(9129,3308,'_file_paths',''),(9130,3308,'attribute_pa_color','green'),(9131,3309,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9132,3309,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9133,3309,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9134,3309,'_sku',''),(9135,3309,'_weight',''),(9136,3309,'_length',''),(9137,3309,'_width',''),(9138,3309,'_height',''),(9139,3309,'_thumbnail_id','43'),(9140,3309,'_virtual','no'),(9141,3309,'_downloadable','no'),(9142,3309,'_regular_price','150'),(9143,3309,'_sale_price',''),(9144,3309,'_sale_price_dates_from',''),(9145,3309,'_sale_price_dates_to',''),(9146,3309,'_price','150'),(9147,3309,'_tax_class',''),(9148,3309,'_download_limit',''),(9149,3309,'_download_expiry',''),(9150,3309,'_file_paths',''),(9151,3309,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9152,3309,'_sku',''),(9153,3309,'_weight',''),(9154,3309,'_length',''),(9155,3309,'_width',''),(9156,3309,'_height',''),(9157,3309,'_stock_status','instock'),(9158,3309,'_thumbnail_id','43'),(9159,3309,'_virtual','no'),(9160,3309,'_downloadable','no'),(9161,3309,'_regular_price','150'),(9162,3309,'_sale_price',''),(9163,3309,'_sale_price_dates_from',''),(9164,3309,'_sale_price_dates_to',''),(9165,3309,'_price','150'),(9166,3309,'_tax_class',''),(9167,3309,'_download_limit',''),(9168,3309,'_download_expiry',''),(9169,3309,'_file_paths',''),(9170,3309,'attribute_size','12x15 - 3/4 Ratio'),(9171,3309,'_manage_stock','no'),(9172,3309,'_downloadable_files',''),(9173,3309,'_variation_description',''),(9174,3310,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9175,3310,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9176,3310,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9177,3310,'_sku',''),(9178,3310,'_weight',''),(9179,3310,'_length',''),(9180,3310,'_width',''),(9181,3310,'_height',''),(9182,3310,'_thumbnail_id','46'),(9183,3310,'_virtual','no'),(9184,3310,'_downloadable','no'),(9185,3310,'_regular_price','250'),(9186,3310,'_sale_price',''),(9187,3310,'_sale_price_dates_from',''),(9188,3310,'_sale_price_dates_to',''),(9189,3310,'_price','250'),(9190,3310,'_tax_class',''),(9191,3310,'_download_limit',''),(9192,3310,'_download_expiry',''),(9193,3310,'_file_paths',''),(9194,3310,'_manage_stock','no'),(9195,3310,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9196,3310,'_sku',''),(9197,3310,'_weight',''),(9198,3310,'_length',''),(9199,3310,'_width',''),(9200,3310,'_height',''),(9201,3310,'_stock_status','instock'),(9202,3310,'_thumbnail_id','46'),(9203,3310,'_virtual','no'),(9204,3310,'_downloadable','no'),(9205,3310,'_regular_price','250'),(9206,3310,'_sale_price',''),(9207,3310,'_sale_price_dates_from',''),(9208,3310,'_sale_price_dates_to',''),(9209,3310,'_price','250'),(9210,3310,'_tax_class',''),(9211,3310,'_download_limit',''),(9212,3310,'_download_expiry',''),(9213,3310,'_file_paths',''),(9214,3310,'_downloadable_files',''),(9215,3310,'_variation_description',''),(9216,3310,'attribute_size','18x24 - 3/4 Ratio'),(9217,5262,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9218,5262,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9219,5262,'_sku',''),(9220,5262,'_thumbnail_id','0'),(9221,5262,'_virtual','no'),(9222,5262,'_downloadable','no'),(9223,5262,'_weight',''),(9224,5262,'_length',''),(9225,5262,'_width',''),(9226,5262,'_height',''),(9227,5262,'_manage_stock','no'),(9228,5262,'_stock_status','instock'),(9229,5262,'_regular_price','350.00'),(9230,5262,'_sale_price',''),(9231,5262,'_sale_price_dates_from',''),(9232,5262,'_sale_price_dates_to',''),(9233,5262,'_price','350.00'),(9234,5262,'_download_limit',''),(9235,5262,'_download_expiry',''),(9236,5262,'_downloadable_files',''),(9237,5262,'_variation_description',''),(9238,5262,'attribute_size','24x30 - 4x5 Ratio'),(9239,5367,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9240,5367,'_download_limit',''),(9241,5367,'_price','350.00'),(9242,5367,'_sale_price_dates_to',''),(9243,5367,'_sale_price',''),(9244,5367,'_sale_price_dates_from',''),(9245,5367,'_regular_price','350.00'),(9246,5367,'_stock_status','instock'),(9247,5367,'_height',''),(9248,5367,'_manage_stock','no'),(9249,5367,'_length',''),(9250,5367,'_width',''),(9251,5367,'_weight',''),(9252,5367,'_virtual','no'),(9253,5367,'_downloadable','no'),(9254,5367,'_thumbnail_id','0'),(9255,5367,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9256,5367,'_variation_description',''),(9257,5367,'attribute_size','24x30 - 4x5 Ratio'),(9258,5367,'_downloadable_files',''),(9259,5367,'_download_expiry',''),(9260,5368,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9261,5368,'_download_expiry',''),(9262,5368,'_file_paths',''),(9263,5368,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9264,5368,'_sale_price_dates_to',''),(9265,5368,'_price','150'),(9266,5368,'_sale_price',''),(9267,5368,'_sale_price_dates_from',''),(9268,5368,'_downloadable','no'),(9269,5368,'_regular_price','150'),(9270,5368,'_tax_class',''),(9271,5368,'_download_limit',''),(9272,5368,'_weight',''),(9273,5368,'_length',''),(9274,5368,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9275,5368,'_virtual','no'),(9276,5368,'_weight',''),(9277,5368,'_length',''),(9278,5368,'_width',''),(9279,5368,'_height',''),(9280,5368,'_thumbnail_id','43'),(9281,5368,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9282,5368,'_stock_status','instock'),(9283,5368,'_width',''),(9284,5368,'_height',''),(9285,5368,'_thumbnail_id','43'),(9286,5368,'_virtual','no'),(9287,5368,'_downloadable','no'),(9288,5368,'_regular_price','150'),(9289,5368,'_sale_price',''),(9290,5368,'_sale_price_dates_from',''),(9291,5368,'_sale_price_dates_to',''),(9292,5368,'_price','150'),(9293,5368,'_tax_class',''),(9294,5368,'_download_limit',''),(9295,5368,'_download_expiry',''),(9296,5368,'_file_paths',''),(9297,5368,'attribute_size','12x15 - 3/4 Ratio'),(9298,5368,'_manage_stock','no'),(9299,5368,'_downloadable_files',''),(9300,5368,'_variation_description',''),(9301,5369,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9302,5369,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9303,5369,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9304,5369,'_weight',''),(9305,5369,'_length',''),(9306,5369,'_width',''),(9307,5369,'_height',''),(9308,5369,'_thumbnail_id','46'),(9309,5369,'_virtual','no'),(9310,5369,'_downloadable','no'),(9311,5369,'_regular_price','250'),(9312,5369,'_sale_price',''),(9313,5369,'_sale_price_dates_from',''),(9314,5369,'_sale_price_dates_to',''),(9315,5369,'_price','250'),(9316,5369,'_tax_class',''),(9317,5369,'_download_limit',''),(9318,5369,'_download_expiry',''),(9319,5369,'_file_paths',''),(9320,5369,'_manage_stock','no'),(9321,5369,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9322,5369,'_weight',''),(9323,5369,'_length',''),(9324,5369,'_width',''),(9325,5369,'_height',''),(9326,5369,'_stock_status','instock'),(9327,5369,'_thumbnail_id','46'),(9328,5369,'_virtual','no'),(9329,5369,'_downloadable','no'),(9330,5369,'_regular_price','250'),(9331,5369,'_sale_price',''),(9332,5369,'_sale_price_dates_from',''),(9333,5369,'_sale_price_dates_to',''),(9334,5369,'_price','250'),(9335,5369,'_tax_class',''),(9336,5369,'_download_limit',''),(9337,5369,'_download_expiry',''),(9338,5369,'_file_paths',''),(9339,5369,'_downloadable_files',''),(9340,5369,'_variation_description',''),(9341,5369,'attribute_size','18x24 - 3/4 Ratio'),(9342,5371,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9343,5371,'_download_limit',''),(9344,5371,'_price','350.00'),(9345,5371,'_sale_price_dates_to',''),(9346,5371,'_sale_price',''),(9347,5371,'_sale_price_dates_from',''),(9348,5371,'_regular_price','350.00'),(9349,5371,'_stock_status','instock'),(9350,5371,'_height',''),(9351,5371,'_manage_stock','no'),(9352,5371,'_length',''),(9353,5371,'_width',''),(9354,5371,'_weight',''),(9355,5371,'_virtual','no'),(9356,5371,'_downloadable','no'),(9357,5371,'_thumbnail_id','0'),(9358,5371,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9359,5371,'_variation_description',''),(9360,5371,'attribute_size','24x30 - 4x5 Ratio'),(9361,5371,'_downloadable_files',''),(9362,5371,'_download_expiry',''),(9363,5372,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9364,5372,'_download_expiry',''),(9365,5372,'_file_paths',''),(9366,5372,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9367,5372,'_sale_price_dates_to',''),(9368,5372,'_price','150'),(9369,5372,'_sale_price',''),(9370,5372,'_sale_price_dates_from',''),(9371,5372,'_downloadable','no'),(9372,5372,'_regular_price','150'),(9373,5372,'_tax_class',''),(9374,5372,'_download_limit',''),(9375,5372,'_weight',''),(9376,5372,'_length',''),(9377,5372,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9378,5372,'_virtual','no'),(9379,5372,'_weight',''),(9380,5372,'_length',''),(9381,5372,'_width',''),(9382,5372,'_height',''),(9383,5372,'_thumbnail_id','43'),(9384,5372,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9385,5372,'_stock_status','instock'),(9386,5372,'_width',''),(9387,5372,'_height',''),(9388,5372,'_thumbnail_id','43'),(9389,5372,'_virtual','no'),(9390,5372,'_downloadable','no'),(9391,5372,'_regular_price','150'),(9392,5372,'_sale_price',''),(9393,5372,'_sale_price_dates_from',''),(9394,5372,'_sale_price_dates_to',''),(9395,5372,'_price','150'),(9396,5372,'_tax_class',''),(9397,5372,'_download_limit',''),(9398,5372,'_download_expiry',''),(9399,5372,'_file_paths',''),(9400,5372,'attribute_size','12x15 - 3/4 Ratio'),(9401,5372,'_manage_stock','no'),(9402,5372,'_downloadable_files',''),(9403,5372,'_variation_description',''),(9404,5373,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9405,5373,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9406,5373,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9407,5373,'_weight',''),(9408,5373,'_length',''),(9409,5373,'_width',''),(9410,5373,'_height',''),(9411,5373,'_thumbnail_id','46'),(9412,5373,'_virtual','no'),(9413,5373,'_downloadable','no'),(9414,5373,'_regular_price','250'),(9415,5373,'_sale_price',''),(9416,5373,'_sale_price_dates_from',''),(9417,5373,'_sale_price_dates_to',''),(9418,5373,'_price','250'),(9419,5373,'_tax_class',''),(9420,5373,'_download_limit',''),(9421,5373,'_download_expiry',''),(9422,5373,'_file_paths',''),(9423,5373,'_manage_stock','no'),(9424,5373,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9425,5373,'_weight',''),(9426,5373,'_length',''),(9427,5373,'_width',''),(9428,5373,'_height',''),(9429,5373,'_stock_status','instock'),(9430,5373,'_thumbnail_id','46'),(9431,5373,'_virtual','no'),(9432,5373,'_downloadable','no'),(9433,5373,'_regular_price','250'),(9434,5373,'_sale_price',''),(9435,5373,'_sale_price_dates_from',''),(9436,5373,'_sale_price_dates_to',''),(9437,5373,'_price','250'),(9438,5373,'_tax_class',''),(9439,5373,'_download_limit',''),(9440,5373,'_download_expiry',''),(9441,5373,'_file_paths',''),(9442,5373,'_downloadable_files',''),(9443,5373,'_variation_description',''),(9444,5373,'attribute_size','18x24 - 3/4 Ratio'),(9445,5375,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9446,5375,'_download_limit',''),(9447,5375,'_price','350.00'),(9448,5375,'_sale_price_dates_to',''),(9449,5375,'_sale_price',''),(9450,5375,'_sale_price_dates_from',''),(9451,5375,'_regular_price','350.00'),(9452,5375,'_stock_status','instock'),(9453,5375,'_height',''),(9454,5375,'_manage_stock','no'),(9455,5375,'_length',''),(9456,5375,'_width',''),(9457,5375,'_weight',''),(9458,5375,'_virtual','no'),(9459,5375,'_downloadable','no'),(9460,5375,'_thumbnail_id','0'),(9461,5375,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9462,5375,'_variation_description',''),(9463,5375,'attribute_size','24x30 - 4x5 Ratio'),(9464,5375,'_downloadable_files',''),(9465,5375,'_download_expiry',''),(9466,5376,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9467,5376,'_download_expiry',''),(9468,5376,'_file_paths',''),(9469,5376,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9470,5376,'_sale_price_dates_to',''),(9471,5376,'_price','150'),(9472,5376,'_sale_price',''),(9473,5376,'_sale_price_dates_from',''),(9474,5376,'_downloadable','no'),(9475,5376,'_regular_price','150'),(9476,5376,'_tax_class',''),(9477,5376,'_download_limit',''),(9478,5376,'_weight',''),(9479,5376,'_length',''),(9480,5376,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9481,5376,'_virtual','no'),(9482,5376,'_weight',''),(9483,5376,'_length',''),(9484,5376,'_width',''),(9485,5376,'_height',''),(9486,5376,'_thumbnail_id','43'),(9487,5376,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9488,5376,'_stock_status','instock'),(9489,5376,'_width',''),(9490,5376,'_height',''),(9491,5376,'_thumbnail_id','43'),(9492,5376,'_virtual','no'),(9493,5376,'_downloadable','no'),(9494,5376,'_regular_price','150'),(9495,5376,'_sale_price',''),(9496,5376,'_sale_price_dates_from',''),(9497,5376,'_sale_price_dates_to',''),(9498,5376,'_price','150'),(9499,5376,'_tax_class',''),(9500,5376,'_download_limit',''),(9501,5376,'_download_expiry',''),(9502,5376,'_file_paths',''),(9503,5376,'attribute_size','12x15 - 3/4 Ratio'),(9504,5376,'_manage_stock','no'),(9505,5376,'_downloadable_files',''),(9506,5376,'_variation_description',''),(9507,5377,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9508,5377,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9509,5377,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9510,5377,'_weight',''),(9511,5377,'_length',''),(9512,5377,'_width',''),(9513,5377,'_height',''),(9514,5377,'_thumbnail_id','46'),(9515,5377,'_virtual','no'),(9516,5377,'_downloadable','no'),(9517,5377,'_regular_price','250'),(9518,5377,'_sale_price',''),(9519,5377,'_sale_price_dates_from',''),(9520,5377,'_sale_price_dates_to',''),(9521,5377,'_price','250'),(9522,5377,'_tax_class',''),(9523,5377,'_download_limit',''),(9524,5377,'_download_expiry',''),(9525,5377,'_file_paths',''),(9526,5377,'_manage_stock','no'),(9527,5377,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9528,5377,'_weight',''),(9529,5377,'_length',''),(9530,5377,'_width',''),(9531,5377,'_height',''),(9532,5377,'_stock_status','instock'),(9533,5377,'_thumbnail_id','46'),(9534,5377,'_virtual','no'),(9535,5377,'_downloadable','no'),(9536,5377,'_regular_price','250'),(9537,5377,'_sale_price',''),(9538,5377,'_sale_price_dates_from',''),(9539,5377,'_sale_price_dates_to',''),(9540,5377,'_price','250'),(9541,5377,'_tax_class',''),(9542,5377,'_download_limit',''),(9543,5377,'_download_expiry',''),(9544,5377,'_file_paths',''),(9545,5377,'_downloadable_files',''),(9546,5377,'_variation_description',''),(9547,5377,'attribute_size','18x24 - 3/4 Ratio'),(9548,5380,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9549,5380,'_download_limit',''),(9550,5380,'_price','350.00'),(9551,5380,'_sale_price_dates_to',''),(9552,5380,'_sale_price',''),(9553,5380,'_sale_price_dates_from',''),(9554,5380,'_regular_price','350.00'),(9555,5380,'_stock_status','instock'),(9556,5380,'_height',''),(9557,5380,'_manage_stock','no'),(9558,5380,'_length',''),(9559,5380,'_width',''),(9560,5380,'_weight',''),(9561,5380,'_virtual','no'),(9562,5380,'_downloadable','no'),(9563,5380,'_thumbnail_id','0'),(9564,5380,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9565,5380,'_variation_description',''),(9566,5380,'attribute_size','24x30 - 4x5 Ratio'),(9567,5380,'_downloadable_files',''),(9568,5380,'_download_expiry',''),(9569,5381,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9570,5381,'_download_expiry',''),(9571,5381,'_file_paths',''),(9572,5381,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9573,5381,'_sale_price_dates_to',''),(9574,5381,'_price','150'),(9575,5381,'_sale_price',''),(9576,5381,'_sale_price_dates_from',''),(9577,5381,'_downloadable','no'),(9578,5381,'_regular_price','150'),(9579,5381,'_tax_class',''),(9580,5381,'_download_limit',''),(9581,5381,'_weight',''),(9582,5381,'_length',''),(9583,5381,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9584,5381,'_virtual','no'),(9585,5381,'_weight',''),(9586,5381,'_length',''),(9587,5381,'_width',''),(9588,5381,'_height',''),(9589,5381,'_thumbnail_id','43'),(9590,5381,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9591,5381,'_stock_status','instock'),(9592,5381,'_width',''),(9593,5381,'_height',''),(9594,5381,'_thumbnail_id','43'),(9595,5381,'_virtual','no'),(9596,5381,'_downloadable','no'),(9597,5381,'_regular_price','150'),(9598,5381,'_sale_price',''),(9599,5381,'_sale_price_dates_from',''),(9600,5381,'_sale_price_dates_to',''),(9601,5381,'_price','150'),(9602,5381,'_tax_class',''),(9603,5381,'_download_limit',''),(9604,5381,'_download_expiry',''),(9605,5381,'_file_paths',''),(9606,5381,'attribute_size','12x15 - 3/4 Ratio'),(9607,5381,'_manage_stock','no'),(9608,5381,'_downloadable_files',''),(9609,5381,'_variation_description',''),(9610,5382,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9611,5382,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9612,5382,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9613,5382,'_weight',''),(9614,5382,'_length',''),(9615,5382,'_width',''),(9616,5382,'_height',''),(9617,5382,'_thumbnail_id','46'),(9618,5382,'_virtual','no'),(9619,5382,'_downloadable','no'),(9620,5382,'_regular_price','250'),(9621,5382,'_sale_price',''),(9622,5382,'_sale_price_dates_from',''),(9623,5382,'_sale_price_dates_to',''),(9624,5382,'_price','250'),(9625,5382,'_tax_class',''),(9626,5382,'_download_limit',''),(9627,5382,'_download_expiry',''),(9628,5382,'_file_paths',''),(9629,5382,'_manage_stock','no'),(9630,5382,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9631,5382,'_weight',''),(9632,5382,'_length',''),(9633,5382,'_width',''),(9634,5382,'_height',''),(9635,5382,'_stock_status','instock'),(9636,5382,'_thumbnail_id','46'),(9637,5382,'_virtual','no'),(9638,5382,'_downloadable','no'),(9639,5382,'_regular_price','250'),(9640,5382,'_sale_price',''),(9641,5382,'_sale_price_dates_from',''),(9642,5382,'_sale_price_dates_to',''),(9643,5382,'_price','250'),(9644,5382,'_tax_class',''),(9645,5382,'_download_limit',''),(9646,5382,'_download_expiry',''),(9647,5382,'_file_paths',''),(9648,5382,'_downloadable_files',''),(9649,5382,'_variation_description',''),(9650,5382,'attribute_size','18x24 - 3/4 Ratio'),(9651,5385,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9652,5385,'_download_limit',''),(9653,5385,'_price','350.00'),(9654,5385,'_sale_price_dates_to',''),(9655,5385,'_sale_price',''),(9656,5385,'_sale_price_dates_from',''),(9657,5385,'_regular_price','350.00'),(9658,5385,'_stock_status','instock'),(9659,5385,'_height',''),(9660,5385,'_manage_stock','no'),(9661,5385,'_length',''),(9662,5385,'_width',''),(9663,5385,'_weight',''),(9664,5385,'_virtual','no'),(9665,5385,'_downloadable','no'),(9666,5385,'_thumbnail_id','0'),(9667,5385,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9668,5385,'_variation_description',''),(9669,5385,'attribute_size','24x30 - 4x5 Ratio'),(9670,5385,'_downloadable_files',''),(9671,5385,'_download_expiry',''),(9672,5386,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9673,5386,'_download_expiry',''),(9674,5386,'_file_paths',''),(9675,5386,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9676,5386,'_sale_price_dates_to',''),(9677,5386,'_price','150'),(9678,5386,'_sale_price',''),(9679,5386,'_sale_price_dates_from',''),(9680,5386,'_downloadable','no'),(9681,5386,'_regular_price','150'),(9682,5386,'_tax_class',''),(9683,5386,'_download_limit',''),(9684,5386,'_weight',''),(9685,5386,'_length',''),(9686,5386,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9687,5386,'_virtual','no'),(9688,5386,'_weight',''),(9689,5386,'_length',''),(9690,5386,'_width',''),(9691,5386,'_height',''),(9692,5386,'_thumbnail_id','43'),(9693,5386,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9694,5386,'_stock_status','instock'),(9695,5386,'_width',''),(9696,5386,'_height',''),(9697,5386,'_thumbnail_id','43'),(9698,5386,'_virtual','no'),(9699,5386,'_downloadable','no'),(9700,5386,'_regular_price','150'),(9701,5386,'_sale_price',''),(9702,5386,'_sale_price_dates_from',''),(9703,5386,'_sale_price_dates_to',''),(9704,5386,'_price','150'),(9705,5386,'_tax_class',''),(9706,5386,'_download_limit',''),(9707,5386,'_download_expiry',''),(9708,5386,'_file_paths',''),(9709,5386,'attribute_size','12x15 - 3/4 Ratio'),(9710,5386,'_manage_stock','no'),(9711,5386,'_downloadable_files',''),(9712,5386,'_variation_description',''),(9713,5387,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9714,5387,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9715,5387,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9716,5387,'_weight',''),(9717,5387,'_length',''),(9718,5387,'_width',''),(9719,5387,'_height',''),(9720,5387,'_thumbnail_id','46'),(9721,5387,'_virtual','no'),(9722,5387,'_downloadable','no'),(9723,5387,'_regular_price','250'),(9724,5387,'_sale_price',''),(9725,5387,'_sale_price_dates_from',''),(9726,5387,'_sale_price_dates_to',''),(9727,5387,'_price','250'),(9728,5387,'_tax_class',''),(9729,5387,'_download_limit',''),(9730,5387,'_download_expiry',''),(9731,5387,'_file_paths',''),(9732,5387,'_manage_stock','no'),(9733,5387,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9734,5387,'_weight',''),(9735,5387,'_length',''),(9736,5387,'_width',''),(9737,5387,'_height',''),(9738,5387,'_stock_status','instock'),(9739,5387,'_thumbnail_id','46'),(9740,5387,'_virtual','no'),(9741,5387,'_downloadable','no'),(9742,5387,'_regular_price','250'),(9743,5387,'_sale_price',''),(9744,5387,'_sale_price_dates_from',''),(9745,5387,'_sale_price_dates_to',''),(9746,5387,'_price','250'),(9747,5387,'_tax_class',''),(9748,5387,'_download_limit',''),(9749,5387,'_download_expiry',''),(9750,5387,'_file_paths',''),(9751,5387,'_downloadable_files',''),(9752,5387,'_variation_description',''),(9753,5387,'attribute_size','18x24 - 3/4 Ratio'),(9754,5390,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9755,5390,'_download_limit',''),(9756,5390,'_price','350.00'),(9757,5390,'_sale_price_dates_to',''),(9758,5390,'_sale_price',''),(9759,5390,'_sale_price_dates_from',''),(9760,5390,'_regular_price','350.00'),(9761,5390,'_stock_status','instock'),(9762,5390,'_height',''),(9763,5390,'_manage_stock','no'),(9764,5390,'_length',''),(9765,5390,'_width',''),(9766,5390,'_weight',''),(9767,5390,'_virtual','no'),(9768,5390,'_downloadable','no'),(9769,5390,'_thumbnail_id','0'),(9770,5390,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9771,5390,'_variation_description',''),(9772,5390,'attribute_size','24x30 - 4x5 Ratio'),(9773,5390,'_downloadable_files',''),(9774,5390,'_download_expiry',''),(9775,5391,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9776,5391,'_download_expiry',''),(9777,5391,'_file_paths',''),(9778,5391,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9779,5391,'_sale_price_dates_to',''),(9780,5391,'_price','150'),(9781,5391,'_sale_price',''),(9782,5391,'_sale_price_dates_from',''),(9783,5391,'_downloadable','no'),(9784,5391,'_regular_price','150'),(9785,5391,'_tax_class',''),(9786,5391,'_download_limit',''),(9787,5391,'_weight',''),(9788,5391,'_length',''),(9789,5391,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9790,5391,'_virtual','no'),(9791,5391,'_weight',''),(9792,5391,'_length',''),(9793,5391,'_width',''),(9794,5391,'_height',''),(9795,5391,'_thumbnail_id','43'),(9796,5391,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9797,5391,'_stock_status','instock'),(9798,5391,'_width',''),(9799,5391,'_height',''),(9800,5391,'_thumbnail_id','43'),(9801,5391,'_virtual','no'),(9802,5391,'_downloadable','no'),(9803,5391,'_regular_price','150'),(9804,5391,'_sale_price',''),(9805,5391,'_sale_price_dates_from',''),(9806,5391,'_sale_price_dates_to',''),(9807,5391,'_price','150'),(9808,5391,'_tax_class',''),(9809,5391,'_download_limit',''),(9810,5391,'_download_expiry',''),(9811,5391,'_file_paths',''),(9812,5391,'attribute_size','12x15 - 3/4 Ratio'),(9813,5391,'_manage_stock','no'),(9814,5391,'_downloadable_files',''),(9815,5391,'_variation_description',''),(9816,5392,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9817,5392,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9818,5392,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9819,5392,'_weight',''),(9820,5392,'_length',''),(9821,5392,'_width',''),(9822,5392,'_height',''),(9823,5392,'_thumbnail_id','46'),(9824,5392,'_virtual','no'),(9825,5392,'_downloadable','no'),(9826,5392,'_regular_price','250'),(9827,5392,'_sale_price',''),(9828,5392,'_sale_price_dates_from',''),(9829,5392,'_sale_price_dates_to',''),(9830,5392,'_price','250'),(9831,5392,'_tax_class',''),(9832,5392,'_download_limit',''),(9833,5392,'_download_expiry',''),(9834,5392,'_file_paths',''),(9835,5392,'_manage_stock','no'),(9836,5392,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9837,5392,'_weight',''),(9838,5392,'_length',''),(9839,5392,'_width',''),(9840,5392,'_height',''),(9841,5392,'_stock_status','instock'),(9842,5392,'_thumbnail_id','46'),(9843,5392,'_virtual','no'),(9844,5392,'_downloadable','no'),(9845,5392,'_regular_price','250'),(9846,5392,'_sale_price',''),(9847,5392,'_sale_price_dates_from',''),(9848,5392,'_sale_price_dates_to',''),(9849,5392,'_price','250'),(9850,5392,'_tax_class',''),(9851,5392,'_download_limit',''),(9852,5392,'_download_expiry',''),(9853,5392,'_file_paths',''),(9854,5392,'_downloadable_files',''),(9855,5392,'_variation_description',''),(9856,5392,'attribute_size','18x24 - 3/4 Ratio'),(9857,5395,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9858,5395,'_download_limit',''),(9859,5395,'_price','350.00'),(9860,5395,'_sale_price_dates_to',''),(9861,5395,'_sale_price',''),(9862,5395,'_sale_price_dates_from',''),(9863,5395,'_regular_price','350.00'),(9864,5395,'_stock_status','instock'),(9865,5395,'_height',''),(9866,5395,'_manage_stock','no'),(9867,5395,'_length',''),(9868,5395,'_width',''),(9869,5395,'_weight',''),(9870,5395,'_virtual','no'),(9871,5395,'_downloadable','no'),(9872,5395,'_thumbnail_id','0'),(9873,5395,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9874,5395,'_variation_description',''),(9875,5395,'attribute_size','24x30 - 4x5 Ratio'),(9876,5395,'_downloadable_files',''),(9877,5395,'_download_expiry',''),(9878,5396,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9879,5396,'_download_expiry',''),(9880,5396,'_file_paths',''),(9881,5396,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9882,5396,'_sale_price_dates_to',''),(9883,5396,'_price','150'),(9884,5396,'_sale_price',''),(9885,5396,'_sale_price_dates_from',''),(9886,5396,'_downloadable','no'),(9887,5396,'_regular_price','150'),(9888,5396,'_tax_class',''),(9889,5396,'_download_limit',''),(9890,5396,'_weight',''),(9891,5396,'_length',''),(9892,5396,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9893,5396,'_virtual','no'),(9894,5396,'_weight',''),(9895,5396,'_length',''),(9896,5396,'_width',''),(9897,5396,'_height',''),(9898,5396,'_thumbnail_id','43'),(9899,5396,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9900,5396,'_stock_status','instock'),(9901,5396,'_width',''),(9902,5396,'_height',''),(9903,5396,'_thumbnail_id','43'),(9904,5396,'_virtual','no'),(9905,5396,'_downloadable','no'),(9906,5396,'_regular_price','150'),(9907,5396,'_sale_price',''),(9908,5396,'_sale_price_dates_from',''),(9909,5396,'_sale_price_dates_to',''),(9910,5396,'_price','150'),(9911,5396,'_tax_class',''),(9912,5396,'_download_limit',''),(9913,5396,'_download_expiry',''),(9914,5396,'_file_paths',''),(9915,5396,'attribute_size','12x15 - 3/4 Ratio'),(9916,5396,'_manage_stock','no'),(9917,5396,'_downloadable_files',''),(9918,5396,'_variation_description',''),(9919,5397,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9920,5397,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9921,5397,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9922,5397,'_weight',''),(9923,5397,'_length',''),(9924,5397,'_width',''),(9925,5397,'_height',''),(9926,5397,'_thumbnail_id','46'),(9927,5397,'_virtual','no'),(9928,5397,'_downloadable','no'),(9929,5397,'_regular_price','250'),(9930,5397,'_sale_price',''),(9931,5397,'_sale_price_dates_from',''),(9932,5397,'_sale_price_dates_to',''),(9933,5397,'_price','250'),(9934,5397,'_tax_class',''),(9935,5397,'_download_limit',''),(9936,5397,'_download_expiry',''),(9937,5397,'_file_paths',''),(9938,5397,'_manage_stock','no'),(9939,5397,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9940,5397,'_weight',''),(9941,5397,'_length',''),(9942,5397,'_width',''),(9943,5397,'_height',''),(9944,5397,'_stock_status','instock'),(9945,5397,'_thumbnail_id','46'),(9946,5397,'_virtual','no'),(9947,5397,'_downloadable','no'),(9948,5397,'_regular_price','250'),(9949,5397,'_sale_price',''),(9950,5397,'_sale_price_dates_from',''),(9951,5397,'_sale_price_dates_to',''),(9952,5397,'_price','250'),(9953,5397,'_tax_class',''),(9954,5397,'_download_limit',''),(9955,5397,'_download_expiry',''),(9956,5397,'_file_paths',''),(9957,5397,'_downloadable_files',''),(9958,5397,'_variation_description',''),(9959,5397,'attribute_size','18x24 - 3/4 Ratio'),(9960,5400,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9961,5400,'_download_limit',''),(9962,5400,'_price','350.00'),(9963,5400,'_sale_price_dates_to',''),(9964,5400,'_sale_price',''),(9965,5400,'_sale_price_dates_from',''),(9966,5400,'_regular_price','350.00'),(9967,5400,'_stock_status','instock'),(9968,5400,'_height',''),(9969,5400,'_manage_stock','no'),(9970,5400,'_length',''),(9971,5400,'_width',''),(9972,5400,'_weight',''),(9973,5400,'_virtual','no'),(9974,5400,'_downloadable','no'),(9975,5400,'_thumbnail_id','0'),(9976,5400,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9977,5400,'_variation_description',''),(9978,5400,'attribute_size','24x30 - 4x5 Ratio'),(9979,5400,'_downloadable_files',''),(9980,5400,'_download_expiry',''),(9981,5401,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9982,5401,'_download_expiry',''),(9983,5401,'_file_paths',''),(9984,5401,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9985,5401,'_sale_price_dates_to',''),(9986,5401,'_price','150'),(9987,5401,'_sale_price',''),(9988,5401,'_sale_price_dates_from',''),(9989,5401,'_downloadable','no'),(9990,5401,'_regular_price','150'),(9991,5401,'_tax_class',''),(9992,5401,'_download_limit',''),(9993,5401,'_weight',''),(9994,5401,'_length',''),(9995,5401,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9996,5401,'_virtual','no'),(9997,5401,'_weight',''),(9998,5401,'_length',''),(9999,5401,'_width',''),(10000,5401,'_height',''),(10001,5401,'_thumbnail_id','43'),(10002,5401,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10003,5401,'_stock_status','instock'),(10004,5401,'_width',''),(10005,5401,'_height',''),(10006,5401,'_thumbnail_id','43'),(10007,5401,'_virtual','no'),(10008,5401,'_downloadable','no'),(10009,5401,'_regular_price','150'),(10010,5401,'_sale_price',''),(10011,5401,'_sale_price_dates_from',''),(10012,5401,'_sale_price_dates_to',''),(10013,5401,'_price','150'),(10014,5401,'_tax_class',''),(10015,5401,'_download_limit',''),(10016,5401,'_download_expiry',''),(10017,5401,'_file_paths',''),(10018,5401,'attribute_size','12x15 - 3/4 Ratio'),(10019,5401,'_manage_stock','no'),(10020,5401,'_downloadable_files',''),(10021,5401,'_variation_description',''),(10022,5402,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10023,5402,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10024,5402,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10025,5402,'_weight',''),(10026,5402,'_length',''),(10027,5402,'_width',''),(10028,5402,'_height',''),(10029,5402,'_thumbnail_id','46'),(10030,5402,'_virtual','no'),(10031,5402,'_downloadable','no'),(10032,5402,'_regular_price','250'),(10033,5402,'_sale_price',''),(10034,5402,'_sale_price_dates_from',''),(10035,5402,'_sale_price_dates_to',''),(10036,5402,'_price','250'),(10037,5402,'_tax_class',''),(10038,5402,'_download_limit',''),(10039,5402,'_download_expiry',''),(10040,5402,'_file_paths',''),(10041,5402,'_manage_stock','no'),(10042,5402,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10043,5402,'_weight',''),(10044,5402,'_length',''),(10045,5402,'_width',''),(10046,5402,'_height',''),(10047,5402,'_stock_status','instock'),(10048,5402,'_thumbnail_id','46'),(10049,5402,'_virtual','no'),(10050,5402,'_downloadable','no'),(10051,5402,'_regular_price','250'),(10052,5402,'_sale_price',''),(10053,5402,'_sale_price_dates_from',''),(10054,5402,'_sale_price_dates_to',''),(10055,5402,'_price','250'),(10056,5402,'_tax_class',''),(10057,5402,'_download_limit',''),(10058,5402,'_download_expiry',''),(10059,5402,'_file_paths',''),(10060,5402,'_downloadable_files',''),(10061,5402,'_variation_description',''),(10062,5402,'attribute_size','18x24 - 3/4 Ratio'),(10063,5405,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10064,5405,'_download_limit',''),(10065,5405,'_price','350.00'),(10066,5405,'_sale_price_dates_to',''),(10067,5405,'_sale_price',''),(10068,5405,'_sale_price_dates_from',''),(10069,5405,'_regular_price','350.00'),(10070,5405,'_stock_status','instock'),(10071,5405,'_height',''),(10072,5405,'_manage_stock','no'),(10073,5405,'_length',''),(10074,5405,'_width',''),(10075,5405,'_weight',''),(10076,5405,'_virtual','no'),(10077,5405,'_downloadable','no'),(10078,5405,'_thumbnail_id','0'),(10079,5405,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10080,5405,'_variation_description',''),(10081,5405,'attribute_size','24x30 - 4x5 Ratio'),(10082,5405,'_downloadable_files',''),(10083,5405,'_download_expiry',''),(10084,5406,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10085,5406,'_download_expiry',''),(10086,5406,'_file_paths',''),(10087,5406,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10088,5406,'_sale_price_dates_to',''),(10089,5406,'_price','150'),(10090,5406,'_sale_price',''),(10091,5406,'_sale_price_dates_from',''),(10092,5406,'_downloadable','no'),(10093,5406,'_regular_price','150'),(10094,5406,'_tax_class',''),(10095,5406,'_download_limit',''),(10096,5406,'_weight',''),(10097,5406,'_length',''),(10098,5406,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10099,5406,'_virtual','no'),(10100,5406,'_weight',''),(10101,5406,'_length',''),(10102,5406,'_width',''),(10103,5406,'_height',''),(10104,5406,'_thumbnail_id','43'),(10105,5406,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10106,5406,'_stock_status','instock'),(10107,5406,'_width',''),(10108,5406,'_height',''),(10109,5406,'_thumbnail_id','43'),(10110,5406,'_virtual','no'),(10111,5406,'_downloadable','no'),(10112,5406,'_regular_price','150'),(10113,5406,'_sale_price',''),(10114,5406,'_sale_price_dates_from',''),(10115,5406,'_sale_price_dates_to',''),(10116,5406,'_price','150'),(10117,5406,'_tax_class',''),(10118,5406,'_download_limit',''),(10119,5406,'_download_expiry',''),(10120,5406,'_file_paths',''),(10121,5406,'attribute_size','12x15 - 3/4 Ratio'),(10122,5406,'_manage_stock','no'),(10123,5406,'_downloadable_files',''),(10124,5406,'_variation_description',''),(10125,5407,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10126,5407,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10127,5407,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10128,5407,'_weight',''),(10129,5407,'_length',''),(10130,5407,'_width',''),(10131,5407,'_height',''),(10132,5407,'_thumbnail_id','46'),(10133,5407,'_virtual','no'),(10134,5407,'_downloadable','no'),(10135,5407,'_regular_price','250'),(10136,5407,'_sale_price',''),(10137,5407,'_sale_price_dates_from',''),(10138,5407,'_sale_price_dates_to',''),(10139,5407,'_price','250'),(10140,5407,'_tax_class',''),(10141,5407,'_download_limit',''),(10142,5407,'_download_expiry',''),(10143,5407,'_file_paths',''),(10144,5407,'_manage_stock','no'),(10145,5407,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10146,5407,'_weight',''),(10147,5407,'_length',''),(10148,5407,'_width',''),(10149,5407,'_height',''),(10150,5407,'_stock_status','instock'),(10151,5407,'_thumbnail_id','46'),(10152,5407,'_virtual','no'),(10153,5407,'_downloadable','no'),(10154,5407,'_regular_price','250'),(10155,5407,'_sale_price',''),(10156,5407,'_sale_price_dates_from',''),(10157,5407,'_sale_price_dates_to',''),(10158,5407,'_price','250'),(10159,5407,'_tax_class',''),(10160,5407,'_download_limit',''),(10161,5407,'_download_expiry',''),(10162,5407,'_file_paths',''),(10163,5407,'_downloadable_files',''),(10164,5407,'_variation_description',''),(10165,5407,'attribute_size','18x24 - 3/4 Ratio'),(10166,5410,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10167,5410,'_download_limit',''),(10168,5410,'_price','350.00'),(10169,5410,'_sale_price_dates_to',''),(10170,5410,'_sale_price',''),(10171,5410,'_sale_price_dates_from',''),(10172,5410,'_regular_price','350.00'),(10173,5410,'_stock_status','instock'),(10174,5410,'_height',''),(10175,5410,'_manage_stock','no'),(10176,5410,'_length',''),(10177,5410,'_width',''),(10178,5410,'_weight',''),(10179,5410,'_virtual','no'),(10180,5410,'_downloadable','no'),(10181,5410,'_thumbnail_id','0'),(10182,5410,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10183,5410,'_variation_description',''),(10184,5410,'attribute_size','24x30 - 4x5 Ratio'),(10185,5410,'_downloadable_files',''),(10186,5410,'_download_expiry',''),(10187,5411,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10188,5411,'_download_expiry',''),(10189,5411,'_file_paths',''),(10190,5411,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10191,5411,'_sale_price_dates_to',''),(10192,5411,'_price','150'),(10193,5411,'_sale_price',''),(10194,5411,'_sale_price_dates_from',''),(10195,5411,'_downloadable','no'),(10196,5411,'_regular_price','150'),(10197,5411,'_tax_class',''),(10198,5411,'_download_limit',''),(10199,5411,'_weight',''),(10200,5411,'_length',''),(10201,5411,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10202,5411,'_virtual','no'),(10203,5411,'_weight',''),(10204,5411,'_length',''),(10205,5411,'_width',''),(10206,5411,'_height',''),(10207,5411,'_thumbnail_id','43'),(10208,5411,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10209,5411,'_stock_status','instock'),(10210,5411,'_width',''),(10211,5411,'_height',''),(10212,5411,'_thumbnail_id','43'),(10213,5411,'_virtual','no'),(10214,5411,'_downloadable','no'),(10215,5411,'_regular_price','150'),(10216,5411,'_sale_price',''),(10217,5411,'_sale_price_dates_from',''),(10218,5411,'_sale_price_dates_to',''),(10219,5411,'_price','150'),(10220,5411,'_tax_class',''),(10221,5411,'_download_limit',''),(10222,5411,'_download_expiry',''),(10223,5411,'_file_paths',''),(10224,5411,'attribute_size','12x15 - 3/4 Ratio'),(10225,5411,'_manage_stock','no'),(10226,5411,'_downloadable_files',''),(10227,5411,'_variation_description',''),(10228,5412,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10229,5412,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10230,5412,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10231,5412,'_weight',''),(10232,5412,'_length',''),(10233,5412,'_width',''),(10234,5412,'_height',''),(10235,5412,'_thumbnail_id','46'),(10236,5412,'_virtual','no'),(10237,5412,'_downloadable','no'),(10238,5412,'_regular_price','250'),(10239,5412,'_sale_price',''),(10240,5412,'_sale_price_dates_from',''),(10241,5412,'_sale_price_dates_to',''),(10242,5412,'_price','250'),(10243,5412,'_tax_class',''),(10244,5412,'_download_limit',''),(10245,5412,'_download_expiry',''),(10246,5412,'_file_paths',''),(10247,5412,'_manage_stock','no'),(10248,5412,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10249,5412,'_weight',''),(10250,5412,'_length',''),(10251,5412,'_width',''),(10252,5412,'_height',''),(10253,5412,'_stock_status','instock'),(10254,5412,'_thumbnail_id','46'),(10255,5412,'_virtual','no'),(10256,5412,'_downloadable','no'),(10257,5412,'_regular_price','250'),(10258,5412,'_sale_price',''),(10259,5412,'_sale_price_dates_from',''),(10260,5412,'_sale_price_dates_to',''),(10261,5412,'_price','250'),(10262,5412,'_tax_class',''),(10263,5412,'_download_limit',''),(10264,5412,'_download_expiry',''),(10265,5412,'_file_paths',''),(10266,5412,'_downloadable_files',''),(10267,5412,'_variation_description',''),(10268,5412,'attribute_size','18x24 - 3/4 Ratio'),(10269,5415,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10270,5415,'_download_limit',''),(10271,5415,'_price','350.00'),(10272,5415,'_sale_price_dates_to',''),(10273,5415,'_sale_price',''),(10274,5415,'_sale_price_dates_from',''),(10275,5415,'_regular_price','350.00'),(10276,5415,'_stock_status','instock'),(10277,5415,'_height',''),(10278,5415,'_manage_stock','no'),(10279,5415,'_length',''),(10280,5415,'_width',''),(10281,5415,'_weight',''),(10282,5415,'_virtual','no'),(10283,5415,'_downloadable','no'),(10284,5415,'_thumbnail_id','0'),(10285,5415,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10286,5415,'_variation_description',''),(10287,5415,'attribute_size','24x30 - 4x5 Ratio'),(10288,5415,'_downloadable_files',''),(10289,5415,'_download_expiry',''),(10290,5416,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10291,5416,'_download_expiry',''),(10292,5416,'_file_paths',''),(10293,5416,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10294,5416,'_sale_price_dates_to',''),(10295,5416,'_price','150'),(10296,5416,'_sale_price',''),(10297,5416,'_sale_price_dates_from',''),(10298,5416,'_downloadable','no'),(10299,5416,'_regular_price','150'),(10300,5416,'_tax_class',''),(10301,5416,'_download_limit',''),(10302,5416,'_weight',''),(10303,5416,'_length',''),(10304,5416,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10305,5416,'_virtual','no'),(10306,5416,'_weight',''),(10307,5416,'_length',''),(10308,5416,'_width',''),(10309,5416,'_height',''),(10310,5416,'_thumbnail_id','43'),(10311,5416,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10312,5416,'_stock_status','instock'),(10313,5416,'_width',''),(10314,5416,'_height',''),(10315,5416,'_thumbnail_id','43'),(10316,5416,'_virtual','no'),(10317,5416,'_downloadable','no'),(10318,5416,'_regular_price','150'),(10319,5416,'_sale_price',''),(10320,5416,'_sale_price_dates_from',''),(10321,5416,'_sale_price_dates_to',''),(10322,5416,'_price','150'),(10323,5416,'_tax_class',''),(10324,5416,'_download_limit',''),(10325,5416,'_download_expiry',''),(10326,5416,'_file_paths',''),(10327,5416,'attribute_size','12x15 - 3/4 Ratio'),(10328,5416,'_manage_stock','no'),(10329,5416,'_downloadable_files',''),(10330,5416,'_variation_description',''),(10331,5417,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10332,5417,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10333,5417,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10334,5417,'_weight',''),(10335,5417,'_length',''),(10336,5417,'_width',''),(10337,5417,'_height',''),(10338,5417,'_thumbnail_id','46'),(10339,5417,'_virtual','no'),(10340,5417,'_downloadable','no'),(10341,5417,'_regular_price','250'),(10342,5417,'_sale_price',''),(10343,5417,'_sale_price_dates_from',''),(10344,5417,'_sale_price_dates_to',''),(10345,5417,'_price','250'),(10346,5417,'_tax_class',''),(10347,5417,'_download_limit',''),(10348,5417,'_download_expiry',''),(10349,5417,'_file_paths',''),(10350,5417,'_manage_stock','no'),(10351,5417,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10352,5417,'_weight',''),(10353,5417,'_length',''),(10354,5417,'_width',''),(10355,5417,'_height',''),(10356,5417,'_stock_status','instock'),(10357,5417,'_thumbnail_id','46'),(10358,5417,'_virtual','no'),(10359,5417,'_downloadable','no'),(10360,5417,'_regular_price','250'),(10361,5417,'_sale_price',''),(10362,5417,'_sale_price_dates_from',''),(10363,5417,'_sale_price_dates_to',''),(10364,5417,'_price','250'),(10365,5417,'_tax_class',''),(10366,5417,'_download_limit',''),(10367,5417,'_download_expiry',''),(10368,5417,'_file_paths',''),(10369,5417,'_downloadable_files',''),(10370,5417,'_variation_description',''),(10371,5417,'attribute_size','18x24 - 3/4 Ratio'),(10372,5420,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10373,5420,'_download_expiry',''),(10374,5420,'_file_paths',''),(10375,5420,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10376,5420,'_sale_price_dates_to',''),(10377,5420,'_price','150'),(10378,5420,'_sale_price',''),(10379,5420,'_sale_price_dates_from',''),(10380,5420,'_downloadable','no'),(10381,5420,'_regular_price','150'),(10382,5420,'_tax_class',''),(10383,5420,'_download_limit',''),(10384,5420,'_weight',''),(10385,5420,'_length',''),(10386,5420,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10387,5420,'_virtual','no'),(10388,5420,'_weight',''),(10389,5420,'_length',''),(10390,5420,'_width',''),(10391,5420,'_height',''),(10392,5420,'_thumbnail_id','43'),(10393,5420,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10394,5420,'_stock_status','instock'),(10395,5420,'_width',''),(10396,5420,'_height',''),(10397,5420,'_thumbnail_id','43'),(10398,5420,'_virtual','no'),(10399,5420,'_downloadable','no'),(10400,5420,'_regular_price','150'),(10401,5420,'_sale_price',''),(10402,5420,'_sale_price_dates_from',''),(10403,5420,'_sale_price_dates_to',''),(10404,5420,'_price','150'),(10405,5420,'_tax_class',''),(10406,5420,'_download_limit',''),(10407,5420,'_download_expiry',''),(10408,5420,'_file_paths',''),(10409,5420,'attribute_size','12x15 - 3/4 Ratio'),(10410,5420,'_manage_stock','no'),(10411,5420,'_downloadable_files',''),(10412,5420,'_variation_description',''),(10413,5421,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10414,5421,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10415,5421,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10416,5421,'_weight',''),(10417,5421,'_length',''),(10418,5421,'_width',''),(10419,5421,'_height',''),(10420,5421,'_thumbnail_id','46'),(10421,5421,'_virtual','no'),(10422,5421,'_downloadable','no'),(10423,5421,'_regular_price','250'),(10424,5421,'_sale_price',''),(10425,5421,'_sale_price_dates_from',''),(10426,5421,'_sale_price_dates_to',''),(10427,5421,'_price','250'),(10428,5421,'_tax_class',''),(10429,5421,'_download_limit',''),(10430,5421,'_download_expiry',''),(10431,5421,'_file_paths',''),(10432,5421,'_manage_stock','no'),(10433,5421,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10434,5421,'_weight',''),(10435,5421,'_length',''),(10436,5421,'_width',''),(10437,5421,'_height',''),(10438,5421,'_stock_status','instock'),(10439,5421,'_thumbnail_id','46'),(10440,5421,'_virtual','no'),(10441,5421,'_downloadable','no'),(10442,5421,'_regular_price','250'),(10443,5421,'_sale_price',''),(10444,5421,'_sale_price_dates_from',''),(10445,5421,'_sale_price_dates_to',''),(10446,5421,'_price','250'),(10447,5421,'_tax_class',''),(10448,5421,'_download_limit',''),(10449,5421,'_download_expiry',''),(10450,5421,'_file_paths',''),(10451,5421,'_downloadable_files',''),(10452,5421,'_variation_description',''),(10453,5421,'attribute_size','18x24 - 3/4 Ratio'),(10454,5422,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10455,5422,'_download_limit',''),(10456,5422,'_price','350.00'),(10457,5422,'_sale_price_dates_to',''),(10458,5422,'_sale_price',''),(10459,5422,'_sale_price_dates_from',''),(10460,5422,'_regular_price','350.00'),(10461,5422,'_stock_status','instock'),(10462,5422,'_height',''),(10463,5422,'_manage_stock','no'),(10464,5422,'_length',''),(10465,5422,'_width',''),(10466,5422,'_weight',''),(10467,5422,'_virtual','no'),(10468,5422,'_downloadable','no'),(10469,5422,'_thumbnail_id','0'),(10470,5422,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10471,5422,'_variation_description',''),(10472,5422,'attribute_size','24x30 - 4x5 Ratio'),(10473,5422,'_downloadable_files',''),(10474,5422,'_download_expiry',''),(10475,5426,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10476,5426,'_download_expiry',''),(10477,5426,'_file_paths',''),(10478,5426,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10479,5426,'_sale_price_dates_to',''),(10480,5426,'_price','150'),(10481,5426,'_sale_price',''),(10482,5426,'_sale_price_dates_from',''),(10483,5426,'_downloadable','no'),(10484,5426,'_regular_price','150'),(10485,5426,'_tax_class',''),(10486,5426,'_download_limit',''),(10487,5426,'_weight',''),(10488,5426,'_length',''),(10489,5426,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10490,5426,'_virtual','no'),(10491,5426,'_weight',''),(10492,5426,'_length',''),(10493,5426,'_width',''),(10494,5426,'_height',''),(10495,5426,'_thumbnail_id','43'),(10496,5426,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10497,5426,'_stock_status','instock'),(10498,5426,'_width',''),(10499,5426,'_height',''),(10500,5426,'_thumbnail_id','43'),(10501,5426,'_virtual','no'),(10502,5426,'_downloadable','no'),(10503,5426,'_regular_price','150'),(10504,5426,'_sale_price',''),(10505,5426,'_sale_price_dates_from',''),(10506,5426,'_sale_price_dates_to',''),(10507,5426,'_price','150'),(10508,5426,'_tax_class',''),(10509,5426,'_download_limit',''),(10510,5426,'_download_expiry',''),(10511,5426,'_file_paths',''),(10512,5426,'attribute_size','12x15 - 3/4 Ratio'),(10513,5426,'_manage_stock','no'),(10514,5426,'_downloadable_files',''),(10515,5426,'_variation_description',''),(10516,5427,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10517,5427,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10518,5427,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10519,5427,'_weight',''),(10520,5427,'_length',''),(10521,5427,'_width',''),(10522,5427,'_height',''),(10523,5427,'_thumbnail_id','46'),(10524,5427,'_virtual','no'),(10525,5427,'_downloadable','no'),(10526,5427,'_regular_price','250'),(10527,5427,'_sale_price',''),(10528,5427,'_sale_price_dates_from',''),(10529,5427,'_sale_price_dates_to',''),(10530,5427,'_price','250'),(10531,5427,'_tax_class',''),(10532,5427,'_download_limit',''),(10533,5427,'_download_expiry',''),(10534,5427,'_file_paths',''),(10535,5427,'_manage_stock','no'),(10536,5427,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10537,5427,'_weight',''),(10538,5427,'_length',''),(10539,5427,'_width',''),(10540,5427,'_height',''),(10541,5427,'_stock_status','instock'),(10542,5427,'_thumbnail_id','46'),(10543,5427,'_virtual','no'),(10544,5427,'_downloadable','no'),(10545,5427,'_regular_price','250'),(10546,5427,'_sale_price',''),(10547,5427,'_sale_price_dates_from',''),(10548,5427,'_sale_price_dates_to',''),(10549,5427,'_price','250'),(10550,5427,'_tax_class',''),(10551,5427,'_download_limit',''),(10552,5427,'_download_expiry',''),(10553,5427,'_file_paths',''),(10554,5427,'_downloadable_files',''),(10555,5427,'_variation_description',''),(10556,5427,'attribute_size','18x24 - 3/4 Ratio'),(10557,5428,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10558,5428,'_download_limit',''),(10559,5428,'_price','350.00'),(10560,5428,'_sale_price_dates_to',''),(10561,5428,'_sale_price',''),(10562,5428,'_sale_price_dates_from',''),(10563,5428,'_regular_price','350.00'),(10564,5428,'_stock_status','instock'),(10565,5428,'_height',''),(10566,5428,'_manage_stock','no'),(10567,5428,'_length',''),(10568,5428,'_width',''),(10569,5428,'_weight',''),(10570,5428,'_virtual','no'),(10571,5428,'_downloadable','no'),(10572,5428,'_thumbnail_id','0'),(10573,5428,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10574,5428,'_variation_description',''),(10575,5428,'attribute_size','24x30 - 4x5 Ratio'),(10576,5428,'_downloadable_files',''),(10577,5428,'_download_expiry',''),(10578,5430,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10579,5430,'_download_expiry',''),(10580,5430,'_file_paths',''),(10581,5430,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10582,5430,'_sale_price_dates_to',''),(10583,5430,'_price','150'),(10584,5430,'_sale_price',''),(10585,5430,'_sale_price_dates_from',''),(10586,5430,'_downloadable','no'),(10587,5430,'_regular_price','150'),(10588,5430,'_tax_class',''),(10589,5430,'_download_limit',''),(10590,5430,'_weight',''),(10591,5430,'_length',''),(10592,5430,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10593,5430,'_virtual','no'),(10594,5430,'_weight',''),(10595,5430,'_length',''),(10596,5430,'_width',''),(10597,5430,'_height',''),(10598,5430,'_thumbnail_id','43'),(10599,5430,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10600,5430,'_stock_status','instock'),(10601,5430,'_width',''),(10602,5430,'_height',''),(10603,5430,'_thumbnail_id','43'),(10604,5430,'_virtual','no'),(10605,5430,'_downloadable','no'),(10606,5430,'_regular_price','150'),(10607,5430,'_sale_price',''),(10608,5430,'_sale_price_dates_from',''),(10609,5430,'_sale_price_dates_to',''),(10610,5430,'_price','150'),(10611,5430,'_tax_class',''),(10612,5430,'_download_limit',''),(10613,5430,'_download_expiry',''),(10614,5430,'_file_paths',''),(10615,5430,'attribute_size','12x15 - 3/4 Ratio'),(10616,5430,'_manage_stock','no'),(10617,5430,'_downloadable_files',''),(10618,5430,'_variation_description',''),(10619,5431,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10620,5431,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10621,5431,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10622,5431,'_weight',''),(10623,5431,'_length',''),(10624,5431,'_width',''),(10625,5431,'_height',''),(10626,5431,'_thumbnail_id','46'),(10627,5431,'_virtual','no'),(10628,5431,'_downloadable','no'),(10629,5431,'_regular_price','250'),(10630,5431,'_sale_price',''),(10631,5431,'_sale_price_dates_from',''),(10632,5431,'_sale_price_dates_to',''),(10633,5431,'_price','250'),(10634,5431,'_tax_class',''),(10635,5431,'_download_limit',''),(10636,5431,'_download_expiry',''),(10637,5431,'_file_paths',''),(10638,5431,'_manage_stock','no'),(10639,5431,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10640,5431,'_weight',''),(10641,5431,'_length',''),(10642,5431,'_width',''),(10643,5431,'_height',''),(10644,5431,'_stock_status','instock'),(10645,5431,'_thumbnail_id','46'),(10646,5431,'_virtual','no'),(10647,5431,'_downloadable','no'),(10648,5431,'_regular_price','250'),(10649,5431,'_sale_price',''),(10650,5431,'_sale_price_dates_from',''),(10651,5431,'_sale_price_dates_to',''),(10652,5431,'_price','250'),(10653,5431,'_tax_class',''),(10654,5431,'_download_limit',''),(10655,5431,'_download_expiry',''),(10656,5431,'_file_paths',''),(10657,5431,'_downloadable_files',''),(10658,5431,'_variation_description',''),(10659,5431,'attribute_size','18x24 - 3/4 Ratio'),(10660,5432,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10661,5432,'_download_limit',''),(10662,5432,'_price','350.00'),(10663,5432,'_sale_price_dates_to',''),(10664,5432,'_sale_price',''),(10665,5432,'_sale_price_dates_from',''),(10666,5432,'_regular_price','350.00'),(10667,5432,'_stock_status','instock'),(10668,5432,'_height',''),(10669,5432,'_manage_stock','no'),(10670,5432,'_length',''),(10671,5432,'_width',''),(10672,5432,'_weight',''),(10673,5432,'_virtual','no'),(10674,5432,'_downloadable','no'),(10675,5432,'_thumbnail_id','0'),(10676,5432,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10677,5432,'_variation_description',''),(10678,5432,'attribute_size','24x30 - 4x5 Ratio'),(10679,5432,'_downloadable_files',''),(10680,5432,'_download_expiry',''),(10681,6327,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10682,6327,'_download_expiry',''),(10683,6327,'_file_paths',''),(10684,6327,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10685,6327,'_sale_price_dates_to',''),(10686,6327,'_price','150'),(10687,6327,'_sale_price',''),(10688,6327,'_sale_price_dates_from',''),(10689,6327,'_downloadable','no'),(10690,6327,'_regular_price','150'),(10691,6327,'_tax_class',''),(10692,6327,'_download_limit',''),(10693,6327,'_weight',''),(10694,6327,'_length',''),(10695,6327,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10696,6327,'_virtual','no'),(10697,6327,'_weight',''),(10698,6327,'_length',''),(10699,6327,'_width',''),(10700,6327,'_height',''),(10701,6327,'_thumbnail_id','43'),(10702,6327,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10703,6327,'_stock_status','instock'),(10704,6327,'_width',''),(10705,6327,'_height',''),(10706,6327,'_thumbnail_id','43'),(10707,6327,'_virtual','no'),(10708,6327,'_downloadable','no'),(10709,6327,'_regular_price','150'),(10710,6327,'_sale_price',''),(10711,6327,'_sale_price_dates_from',''),(10712,6327,'_sale_price_dates_to',''),(10713,6327,'_price','150'),(10714,6327,'_tax_class',''),(10715,6327,'_download_limit',''),(10716,6327,'_download_expiry',''),(10717,6327,'_file_paths',''),(10718,6327,'attribute_size','12x15 - 3/4 Ratio'),(10719,6327,'_manage_stock','no'),(10720,6327,'_downloadable_files',''),(10721,6327,'_variation_description',''),(10722,5436,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10723,5436,'_tax_class',''),(10724,5436,'_download_limit',''),(10725,5436,'_download_expiry',''),(10726,5436,'_file_paths',''),(10727,5436,'_manage_stock','no'),(10728,5436,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10729,5436,'_weight',''),(10730,5436,'_length',''),(10731,5436,'_width',''),(10732,5436,'_height',''),(10733,5436,'_stock_status','instock'),(10734,5436,'_thumbnail_id','46'),(10735,5436,'_virtual','no'),(10736,5436,'_downloadable','no'),(10737,5436,'_regular_price','250'),(10738,5436,'_sale_price',''),(10739,5436,'_sale_price_dates_from',''),(10740,5436,'_sale_price_dates_to',''),(10741,5436,'_price','250'),(10742,5436,'_tax_class',''),(10743,5436,'_download_limit',''),(10744,5436,'_download_expiry',''),(10745,5436,'_file_paths',''),(10746,5436,'_downloadable_files',''),(10747,5436,'_variation_description',''),(10748,5436,'attribute_size','18x24 - 3/4 Ratio'),(10749,5436,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10750,5436,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10751,5436,'_weight',''),(10752,5436,'_length',''),(10753,5436,'_width',''),(10754,5436,'_height',''),(10755,5436,'_thumbnail_id','46'),(10756,5436,'_virtual','no'),(10757,5436,'_downloadable','no'),(10758,5436,'_regular_price','250'),(10759,5436,'_sale_price',''),(10760,5436,'_sale_price_dates_from',''),(10761,5436,'_sale_price_dates_to',''),(10762,5436,'_price','250'),(10763,5437,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10764,5437,'_download_limit',''),(10765,5437,'_price','350.00'),(10766,5437,'_sale_price_dates_to',''),(10767,5437,'_sale_price',''),(10768,5437,'_sale_price_dates_from',''),(10769,5437,'_regular_price','350.00'),(10770,5437,'_stock_status','instock'),(10771,5437,'_height',''),(10772,5437,'_manage_stock','no'),(10773,5437,'_length',''),(10774,5437,'_width',''),(10775,5437,'_weight',''),(10776,5437,'_virtual','no'),(10777,5437,'_downloadable','no'),(10778,5437,'_thumbnail_id','0'),(10779,5437,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10780,5437,'_variation_description',''),(10781,5437,'attribute_size','24x30 - 4x5 Ratio'),(10782,5437,'_downloadable_files',''),(10783,5437,'_download_expiry',''),(10784,5440,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10785,5440,'_download_expiry',''),(10786,5440,'_file_paths',''),(10787,5440,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10788,5440,'_sale_price_dates_to',''),(10789,5440,'_price','150'),(10790,5440,'_sale_price',''),(10791,5440,'_sale_price_dates_from',''),(10792,5440,'_downloadable','no'),(10793,5440,'_regular_price','150'),(10794,5440,'_tax_class',''),(10795,5440,'_download_limit',''),(10796,5440,'_weight',''),(10797,5440,'_length',''),(10798,5440,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10799,5440,'_virtual','no'),(10800,5440,'_weight',''),(10801,5440,'_length',''),(10802,5440,'_width',''),(10803,5440,'_height',''),(10804,5440,'_thumbnail_id','43'),(10805,5440,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10806,5440,'_stock_status','instock'),(10807,5440,'_width',''),(10808,5440,'_height',''),(10809,5440,'_thumbnail_id','43'),(10810,5440,'_virtual','no'),(10811,5440,'_downloadable','no'),(10812,5440,'_regular_price','150'),(10813,5440,'_sale_price',''),(10814,5440,'_sale_price_dates_from',''),(10815,5440,'_sale_price_dates_to',''),(10816,5440,'_price','150'),(10817,5440,'_tax_class',''),(10818,5440,'_download_limit',''),(10819,5440,'_download_expiry',''),(10820,5440,'_file_paths',''),(10821,5440,'attribute_size','12x15 - 3/4 Ratio'),(10822,5440,'_manage_stock','no'),(10823,5440,'_downloadable_files',''),(10824,5440,'_variation_description',''),(10825,5441,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10826,5441,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10827,5441,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10828,5441,'_weight',''),(10829,5441,'_length',''),(10830,5441,'_width',''),(10831,5441,'_height',''),(10832,5441,'_thumbnail_id','46'),(10833,5441,'_virtual','no'),(10834,5441,'_downloadable','no'),(10835,5441,'_regular_price','250'),(10836,5441,'_sale_price',''),(10837,5441,'_sale_price_dates_from',''),(10838,5441,'_sale_price_dates_to',''),(10839,5441,'_price','250'),(10840,5441,'_tax_class',''),(10841,5441,'_download_limit',''),(10842,5441,'_download_expiry',''),(10843,5441,'_file_paths',''),(10844,5441,'_manage_stock','no'),(10845,5441,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10846,5441,'_weight',''),(10847,5441,'_length',''),(10848,5441,'_width',''),(10849,5441,'_height',''),(10850,5441,'_stock_status','instock'),(10851,5441,'_thumbnail_id','46'),(10852,5441,'_virtual','no'),(10853,5441,'_downloadable','no'),(10854,5441,'_regular_price','250'),(10855,5441,'_sale_price',''),(10856,5441,'_sale_price_dates_from',''),(10857,5441,'_sale_price_dates_to',''),(10858,5441,'_price','250'),(10859,5441,'_tax_class',''),(10860,5441,'_download_limit',''),(10861,5441,'_download_expiry',''),(10862,5441,'_file_paths',''),(10863,5441,'_downloadable_files',''),(10864,5441,'_variation_description',''),(10865,5441,'attribute_size','18x24 - 3/4 Ratio'),(10866,5442,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10867,5442,'_download_limit',''),(10868,5442,'_price','350.00'),(10869,5442,'_sale_price_dates_to',''),(10870,5442,'_sale_price',''),(10871,5442,'_sale_price_dates_from',''),(10872,5442,'_regular_price','350.00'),(10873,5442,'_stock_status','instock'),(10874,5442,'_height',''),(10875,5442,'_manage_stock','no'),(10876,5442,'_length',''),(10877,5442,'_width',''),(10878,5442,'_weight',''),(10879,5442,'_virtual','no'),(10880,5442,'_downloadable','no'),(10881,5442,'_thumbnail_id','0'),(10882,5442,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10883,5442,'_variation_description',''),(10884,5442,'attribute_size','24x30 - 4x5 Ratio'),(10885,5442,'_downloadable_files',''),(10886,5442,'_download_expiry',''),(10887,5462,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10888,5462,'_length',''),(10889,5462,'_width',''),(10890,5462,'_height',''),(10891,5462,'_manage_stock','no'),(10892,5462,'_regular_price','25.00'),(10893,5462,'_sale_price',''),(10894,5462,'_sale_price_dates_from',''),(10895,5462,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10896,5462,'attribute_size','XX-Large'),(10897,5462,'_stock_status','instock'),(10898,5462,'_sale_price_dates_to',''),(10899,5462,'_price','25.00'),(10900,5462,'_download_limit',''),(10901,5462,'_download_expiry',''),(10902,5462,'_downloadable_files',''),(10903,5462,'_variation_description',''),(10904,5462,'_sku',''),(10905,5462,'_thumbnail_id','0'),(10906,5462,'_virtual','no'),(10907,5462,'_downloadable','no'),(10908,5462,'_weight',''),(10909,5463,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10910,5463,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10911,5463,'attribute_size','X-Large'),(10912,5463,'_stock_status','instock'),(10913,5463,'_sku',''),(10914,5463,'_thumbnail_id','0'),(10915,5463,'_virtual','no'),(10916,5463,'_downloadable','no'),(10917,5463,'_weight',''),(10918,5463,'_length',''),(10919,5463,'_width',''),(10920,5463,'_height',''),(10921,5463,'_manage_stock','no'),(10922,5463,'_regular_price','25.00'),(10923,5463,'_sale_price',''),(10924,5463,'_sale_price_dates_from',''),(10925,5463,'_sale_price_dates_to',''),(10926,5463,'_price','25.00'),(10927,5463,'_download_limit',''),(10928,5463,'_download_expiry',''),(10929,5463,'_downloadable_files',''),(10930,5463,'_variation_description',''),(10931,5464,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10932,5464,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10933,5464,'attribute_size','Large'),(10934,5464,'_stock_status','instock'),(10935,5464,'_sku',''),(10936,5464,'_thumbnail_id','0'),(10937,5464,'_virtual','no'),(10938,5464,'_downloadable','no'),(10939,5464,'_weight',''),(10940,5464,'_length',''),(10941,5464,'_width',''),(10942,5464,'_height',''),(10943,5464,'_manage_stock','no'),(10944,5464,'_regular_price','25.00'),(10945,5464,'_sale_price',''),(10946,5464,'_sale_price_dates_from',''),(10947,5464,'_sale_price_dates_to',''),(10948,5464,'_price','25.00'),(10949,5464,'_download_limit',''),(10950,5464,'_download_expiry',''),(10951,5464,'_downloadable_files',''),(10952,5464,'_variation_description',''),(10953,5465,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10954,5465,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10955,5465,'attribute_size','Medium'),(10956,5465,'_stock_status','instock'),(10957,5465,'_sku',''),(10958,5465,'_thumbnail_id','0'),(10959,5465,'_virtual','no'),(10960,5465,'_downloadable','no'),(10961,5465,'_weight',''),(10962,5465,'_length',''),(10963,5465,'_width',''),(10964,5465,'_height',''),(10965,5465,'_manage_stock','no'),(10966,5465,'_regular_price','25.00'),(10967,5465,'_sale_price',''),(10968,5465,'_sale_price_dates_from',''),(10969,5465,'_sale_price_dates_to',''),(10970,5465,'_price','25.00'),(10971,5465,'_download_limit',''),(10972,5465,'_download_expiry',''),(10973,5465,'_downloadable_files',''),(10974,5465,'_variation_description',''),(10975,5469,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10976,5469,'_sale_price_dates_from',''),(10977,5469,'_sale_price_dates_to',''),(10978,5469,'_price','25.00'),(10979,5469,'_download_limit',''),(10980,5469,'_download_expiry',''),(10981,5469,'_downloadable_files',''),(10982,5469,'_variation_description',''),(10983,5469,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10984,5469,'attribute_size','XX-Large'),(10985,5469,'_stock_status','instock'),(10986,5469,'_regular_price','25.00'),(10987,5469,'_sale_price',''),(10988,5469,'_sku',''),(10989,5469,'_thumbnail_id','0'),(10990,5469,'_virtual','no'),(10991,5469,'_downloadable','no'),(10992,5469,'_weight',''),(10993,5469,'_length',''),(10994,5469,'_width',''),(10995,5469,'_height',''),(10996,5469,'_manage_stock','no'),(10997,5470,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10998,5470,'attribute_size','X-Large'),(10999,5470,'_stock_status','instock'),(11000,5470,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11001,5470,'_thumbnail_id','0'),(11002,5470,'_virtual','no'),(11003,5470,'_downloadable','no'),(11004,5470,'_weight',''),(11005,5470,'_length',''),(11006,5470,'_width',''),(11007,5470,'_height',''),(11008,5470,'_manage_stock','no'),(11009,5470,'_regular_price','25.00'),(11010,5470,'_sale_price',''),(11011,5470,'_sale_price_dates_from',''),(11012,5470,'_sale_price_dates_to',''),(11013,5470,'_price','25.00'),(11014,5470,'_download_limit',''),(11015,5470,'_download_expiry',''),(11016,5470,'_downloadable_files',''),(11017,5470,'_variation_description',''),(11018,5470,'_sku',''),(11019,5471,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11020,5471,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11021,5471,'attribute_size','Large'),(11022,5471,'_stock_status','instock'),(11023,5471,'_height',''),(11024,5471,'_manage_stock','no'),(11025,5471,'_length',''),(11026,5471,'_width',''),(11027,5471,'_sale_price',''),(11028,5471,'_sale_price_dates_from',''),(11029,5471,'_sale_price_dates_to',''),(11030,5471,'_price','25.00'),(11031,5471,'_download_limit',''),(11032,5471,'_download_expiry',''),(11033,5471,'_regular_price','25.00'),(11034,5471,'_sku',''),(11035,5471,'_thumbnail_id','0'),(11036,5471,'_virtual','no'),(11037,5471,'_downloadable','no'),(11038,5471,'_weight',''),(11039,5471,'_downloadable_files',''),(11040,5471,'_variation_description',''),(11041,5472,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11042,5472,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11043,5472,'attribute_size','Medium'),(11044,5472,'_stock_status','instock'),(11045,5472,'_variation_description',''),(11046,5472,'_downloadable','no'),(11047,5472,'_weight',''),(11048,5472,'_length',''),(11049,5472,'_width',''),(11050,5472,'_height',''),(11051,5472,'_manage_stock','no'),(11052,5472,'_regular_price','25.00'),(11053,5472,'_sale_price',''),(11054,5472,'_sale_price_dates_from',''),(11055,5472,'_sale_price_dates_to',''),(11056,5472,'_price','25.00'),(11057,5472,'_download_limit',''),(11058,5472,'_download_expiry',''),(11059,5472,'_downloadable_files',''),(11060,5472,'_sku',''),(11061,5472,'_thumbnail_id','0'),(11062,5472,'_virtual','no'),(11063,5476,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11064,5476,'attribute_size','X-Large'),(11065,5476,'_stock_status','instock'),(11066,5476,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11067,5476,'_sku',''),(11068,5476,'_thumbnail_id','0'),(11069,5476,'_virtual','no'),(11070,5476,'_downloadable','no'),(11071,5476,'_weight',''),(11072,5476,'_length',''),(11073,5476,'_width',''),(11074,5476,'_height',''),(11075,5476,'_manage_stock','no'),(11076,5476,'_regular_price','25.00'),(11077,5476,'_sale_price',''),(11078,5476,'_sale_price_dates_from',''),(11079,5476,'_sale_price_dates_to',''),(11080,5476,'_price','25.00'),(11081,5476,'_download_limit',''),(11082,5476,'_download_expiry',''),(11083,5476,'_downloadable_files',''),(11084,5476,'_variation_description',''),(11085,5477,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11086,5477,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11087,5477,'attribute_size','XX-Large'),(11088,5477,'_stock_status','instock'),(11089,5477,'_sku',''),(11090,5477,'_thumbnail_id','0'),(11091,5477,'_virtual','no'),(11092,5477,'_downloadable','no'),(11093,5477,'_weight',''),(11094,5477,'_length',''),(11095,5477,'_width',''),(11096,5477,'_height',''),(11097,5477,'_manage_stock','no'),(11098,5477,'_regular_price','25.00'),(11099,5477,'_sale_price',''),(11100,5477,'_sale_price_dates_from',''),(11101,5477,'_sale_price_dates_to',''),(11102,5477,'_price','25.00'),(11103,5477,'_download_limit',''),(11104,5477,'_download_expiry',''),(11105,5477,'_downloadable_files',''),(11106,5477,'_variation_description',''),(11107,5478,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11108,5478,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11109,5478,'attribute_size','Medium'),(11110,5478,'_stock_status','instock'),(11111,5478,'_sku',''),(11112,5478,'_thumbnail_id','0'),(11113,5478,'_virtual','no'),(11114,5478,'_downloadable','no'),(11115,5478,'_weight',''),(11116,5478,'_length',''),(11117,5478,'_width',''),(11118,5478,'_height',''),(11119,5478,'_manage_stock','no'),(11120,5478,'_regular_price','25.00'),(11121,5478,'_sale_price',''),(11122,5478,'_sale_price_dates_from',''),(11123,5478,'_sale_price_dates_to',''),(11124,5478,'_price','25.00'),(11125,5478,'_download_limit',''),(11126,5478,'_download_expiry',''),(11127,5478,'_downloadable_files',''),(11128,5478,'_variation_description',''),(11129,5479,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11130,5479,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11131,5479,'attribute_size','Large'),(11132,5479,'_stock_status','instock'),(11133,5479,'_sku',''),(11134,5479,'_thumbnail_id','0'),(11135,5479,'_virtual','no'),(11136,5479,'_downloadable','no'),(11137,5479,'_weight',''),(11138,5479,'_length',''),(11139,5479,'_width',''),(11140,5479,'_height',''),(11141,5479,'_manage_stock','no'),(11142,5479,'_regular_price','25.00'),(11143,5479,'_sale_price',''),(11144,5479,'_sale_price_dates_from',''),(11145,5479,'_sale_price_dates_to',''),(11146,5479,'_price','25.00'),(11147,5479,'_download_limit',''),(11148,5479,'_download_expiry',''),(11149,5479,'_downloadable_files',''),(11150,5479,'_variation_description',''),(11151,5485,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11152,5485,'_downloadable','no'),(11153,5485,'attribute_size','X-Large'),(11154,5485,'_stock_status','instock'),(11155,5485,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11156,5485,'_sku',''),(11157,5485,'_thumbnail_id','0'),(11158,5485,'_virtual','no'),(11159,5485,'_weight',''),(11160,5485,'_length',''),(11161,5485,'_width',''),(11162,5485,'_height',''),(11163,5485,'_manage_stock','no'),(11164,5485,'_regular_price','25.00'),(11165,5485,'_sale_price',''),(11166,5485,'_sale_price_dates_from',''),(11167,5485,'_sale_price_dates_to',''),(11168,5485,'_price','25.00'),(11169,5485,'_download_limit',''),(11170,5485,'_download_expiry',''),(11171,5485,'_downloadable_files',''),(11172,5485,'_variation_description',''),(11173,5486,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11174,5486,'_sale_price_dates_to',''),(11175,5486,'_price','25.00'),(11176,5486,'_download_limit',''),(11177,5486,'_download_expiry',''),(11178,5486,'_downloadable_files',''),(11179,5486,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11180,5486,'attribute_size','XX-Large'),(11181,5486,'_stock_status','instock'),(11182,5486,'_sale_price_dates_from',''),(11183,5486,'_weight',''),(11184,5486,'_length',''),(11185,5486,'_width',''),(11186,5486,'_height',''),(11187,5486,'_manage_stock','no'),(11188,5486,'_regular_price','25.00'),(11189,5486,'_sale_price',''),(11190,5486,'_sku',''),(11191,5486,'_thumbnail_id','0'),(11192,5486,'_virtual','no'),(11193,5486,'_downloadable','no'),(11194,5486,'_variation_description',''),(11195,5487,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11196,5487,'_sku',''),(11197,5487,'_thumbnail_id','0'),(11198,5487,'_virtual','no'),(11199,5487,'_downloadable','no'),(11200,5487,'_weight',''),(11201,5487,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11202,5487,'attribute_size','Medium'),(11203,5487,'_stock_status','instock'),(11204,5487,'_regular_price','25.00'),(11205,5487,'_sale_price',''),(11206,5487,'_sale_price_dates_from',''),(11207,5487,'_sale_price_dates_to',''),(11208,5487,'_price','25.00'),(11209,5487,'_download_limit',''),(11210,5487,'_download_expiry',''),(11211,5487,'_downloadable_files',''),(11212,5487,'_variation_description',''),(11213,5487,'_length',''),(11214,5487,'_width',''),(11215,5487,'_height',''),(11216,5487,'_manage_stock','no'),(11217,5488,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11218,5488,'_sku',''),(11219,5488,'_thumbnail_id','0'),(11220,5488,'_virtual','no'),(11221,5488,'_downloadable','no'),(11222,5488,'_weight',''),(11223,5488,'_length',''),(11224,5488,'_width',''),(11225,5488,'_height',''),(11226,5488,'_manage_stock','no'),(11227,5488,'_regular_price','25.00'),(11228,5488,'_sale_price',''),(11229,5488,'_sale_price_dates_from',''),(11230,5488,'_sale_price_dates_to',''),(11231,5488,'_price','25.00'),(11232,5488,'_download_limit',''),(11233,5488,'_download_expiry',''),(11234,5488,'_downloadable_files',''),(11235,5488,'_variation_description',''),(11236,5488,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11237,5488,'attribute_size','Large'),(11238,5488,'_stock_status','instock'),(11239,5490,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11240,5490,'attribute_size','X-Large'),(11241,5490,'_stock_status','instock'),(11242,5490,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11243,5490,'_sku',''),(11244,5490,'_thumbnail_id','0'),(11245,5490,'_virtual','no'),(11246,5490,'_downloadable','no'),(11247,5490,'_weight',''),(11248,5490,'_length',''),(11249,5490,'_width',''),(11250,5490,'_height',''),(11251,5490,'_manage_stock','no'),(11252,5490,'_regular_price','25.00'),(11253,5490,'_sale_price',''),(11254,5490,'_sale_price_dates_from',''),(11255,5490,'_sale_price_dates_to',''),(11256,5490,'_price','25.00'),(11257,5490,'_download_limit',''),(11258,5490,'_download_expiry',''),(11259,5490,'_downloadable_files',''),(11260,5490,'_variation_description',''),(11261,5492,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11262,5492,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11263,5492,'attribute_size','Medium'),(11264,5492,'_stock_status','instock'),(11265,5492,'_sku',''),(11266,5492,'_thumbnail_id','0'),(11267,5492,'_virtual','no'),(11268,5492,'_downloadable','no'),(11269,5492,'_weight',''),(11270,5492,'_length',''),(11271,5492,'_width',''),(11272,5492,'_height',''),(11273,5492,'_manage_stock','no'),(11274,5492,'_regular_price','25.00'),(11275,5492,'_sale_price',''),(11276,5492,'_sale_price_dates_from',''),(11277,5492,'_sale_price_dates_to',''),(11278,5492,'_price','25.00'),(11279,5492,'_download_limit',''),(11280,5492,'_download_expiry',''),(11281,5492,'_downloadable_files',''),(11282,5492,'_variation_description',''),(11283,5493,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11284,5493,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11285,5493,'attribute_size','Large'),(11286,5493,'_stock_status','instock'),(11287,5493,'_sku',''),(11288,5493,'_thumbnail_id','0'),(11289,5493,'_virtual','no'),(11290,5493,'_downloadable','no'),(11291,5493,'_weight',''),(11292,5493,'_length',''),(11293,5493,'_width',''),(11294,5493,'_height',''),(11295,5493,'_manage_stock','no'),(11296,5493,'_regular_price','25.00'),(11297,5493,'_sale_price',''),(11298,5493,'_sale_price_dates_from',''),(11299,5493,'_sale_price_dates_to',''),(11300,5493,'_price','25.00'),(11301,5493,'_download_limit',''),(11302,5493,'_download_expiry',''),(11303,5493,'_downloadable_files',''),(11304,5493,'_variation_description',''),(11305,5494,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11306,5494,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11307,5494,'attribute_size','Small'),(11308,5494,'_stock_status','instock'),(11309,5494,'_sku',''),(11310,5494,'_thumbnail_id','0'),(11311,5494,'_virtual','no'),(11312,5494,'_downloadable','no'),(11313,5494,'_weight',''),(11314,5494,'_length',''),(11315,5494,'_width',''),(11316,5494,'_height',''),(11317,5494,'_manage_stock','no'),(11318,5494,'_regular_price','25.00'),(11319,5494,'_sale_price',''),(11320,5494,'_sale_price_dates_from',''),(11321,5494,'_sale_price_dates_to',''),(11322,5494,'_price','25.00'),(11323,5494,'_download_limit',''),(11324,5494,'_download_expiry',''),(11325,5494,'_downloadable_files',''),(11326,5494,'_variation_description',''),(11327,5496,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11328,5496,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11329,5496,'attribute_size','Small'),(11330,5496,'_stock_status','instock'),(11331,5496,'_sku',''),(11332,5496,'_thumbnail_id','0'),(11333,5496,'_virtual','no'),(11334,5496,'_downloadable','no'),(11335,5496,'_weight',''),(11336,5496,'_length',''),(11337,5496,'_width',''),(11338,5496,'_height',''),(11339,5496,'_manage_stock','no'),(11340,5496,'_regular_price','25.00'),(11341,5496,'_sale_price',''),(11342,5496,'_sale_price_dates_from',''),(11343,5496,'_sale_price_dates_to',''),(11344,5496,'_price','25.00'),(11345,5496,'_download_limit',''),(11346,5496,'_download_expiry',''),(11347,5496,'_downloadable_files',''),(11348,5496,'_variation_description',''),(11349,5497,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11350,5497,'attribute_size','X-Large'),(11351,5497,'_stock_status','instock'),(11352,5497,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11353,5497,'_sku',''),(11354,5497,'_thumbnail_id','0'),(11355,5497,'_virtual','no'),(11356,5497,'_downloadable','no'),(11357,5497,'_weight',''),(11358,5497,'_length',''),(11359,5497,'_width',''),(11360,5497,'_height',''),(11361,5497,'_manage_stock','no'),(11362,5497,'_regular_price','25.00'),(11363,5497,'_sale_price',''),(11364,5497,'_sale_price_dates_from',''),(11365,5497,'_sale_price_dates_to',''),(11366,5497,'_price','25.00'),(11367,5497,'_download_limit',''),(11368,5497,'_download_expiry',''),(11369,5497,'_downloadable_files',''),(11370,5497,'_variation_description',''),(11371,5498,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11372,5498,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11373,5498,'attribute_size','Medium'),(11374,5498,'_thumbnail_id','0'),(11375,5498,'_virtual','no'),(11376,5498,'_downloadable','no'),(11377,5498,'_weight',''),(11378,5498,'_length',''),(11379,5498,'_width',''),(11380,5498,'_height',''),(11381,5498,'_manage_stock','no'),(11382,5498,'_regular_price','25.00'),(11383,5498,'_sale_price',''),(11384,5498,'_sale_price_dates_from',''),(11385,5498,'_sale_price_dates_to',''),(11386,5498,'_price','25.00'),(11387,5498,'_download_limit',''),(11388,5498,'_download_expiry',''),(11389,5498,'_downloadable_files',''),(11390,5498,'_variation_description',''),(11391,5498,'_sku',''),(11392,5498,'_stock_status','instock'),(11393,5499,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11394,5499,'_downloadable','no'),(11395,5499,'_virtual','no'),(11396,5499,'_thumbnail_id','0'),(11397,5499,'_weight',''),(11398,5499,'_length',''),(11399,5499,'_width',''),(11400,5499,'_height',''),(11401,5499,'_manage_stock','no'),(11402,5499,'_regular_price','25.00'),(11403,5499,'_sale_price',''),(11404,5499,'_sale_price_dates_from',''),(11405,5499,'_sale_price_dates_to',''),(11406,5499,'_price','25.00'),(11407,5499,'_download_limit',''),(11408,5499,'_download_expiry',''),(11409,5499,'_downloadable_files',''),(11410,5499,'_variation_description',''),(11411,5499,'_sku',''),(11412,5499,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11413,5499,'attribute_size','Large'),(11414,5499,'_stock_status','instock'),(11415,5519,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11416,5519,'_download_limit',''),(11417,5519,'_price','350.00'),(11418,5519,'_sale_price_dates_to',''),(11419,5519,'_sale_price',''),(11420,5519,'_sale_price_dates_from',''),(11421,5519,'_regular_price','350.00'),(11422,5519,'_stock_status','instock'),(11423,5519,'_height',''),(11424,5519,'_manage_stock','no'),(11425,5519,'_length',''),(11426,5519,'_width',''),(11427,5519,'_weight',''),(11428,5519,'_virtual','no'),(11429,5519,'_downloadable','no'),(11430,5519,'_thumbnail_id','0'),(11431,5519,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11432,5519,'_variation_description',''),(11433,5519,'attribute_size','24x30 - 4x5 Ratio'),(11434,5519,'_downloadable_files',''),(11435,5519,'_download_expiry',''),(11436,5520,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11437,5520,'_download_expiry',''),(11438,5520,'_file_paths',''),(11439,5520,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11440,5520,'_sale_price_dates_to',''),(11441,5520,'_price','150'),(11442,5520,'_sale_price',''),(11443,5520,'_sale_price_dates_from',''),(11444,5520,'_downloadable','no'),(11445,5520,'_regular_price','150'),(11446,5520,'_tax_class',''),(11447,5520,'_download_limit',''),(11448,5520,'_weight',''),(11449,5520,'_length',''),(11450,5520,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11451,5520,'_virtual','no'),(11452,5520,'_weight',''),(11453,5520,'_length',''),(11454,5520,'_width',''),(11455,5520,'_height',''),(11456,5520,'_thumbnail_id','43'),(11457,5520,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11458,5520,'_stock_status','instock'),(11459,5520,'_width',''),(11460,5520,'_height',''),(11461,5520,'_thumbnail_id','43'),(11462,5520,'_virtual','no'),(11463,5520,'_downloadable','no'),(11464,5520,'_regular_price','150'),(11465,5520,'_sale_price',''),(11466,5520,'_sale_price_dates_from',''),(11467,5520,'_sale_price_dates_to',''),(11468,5520,'_price','150'),(11469,5520,'_tax_class',''),(11470,5520,'_download_limit',''),(11471,5520,'_download_expiry',''),(11472,5520,'_file_paths',''),(11473,5520,'attribute_size','12x15 - 3/4 Ratio'),(11474,5520,'_manage_stock','no'),(11475,5520,'_downloadable_files',''),(11476,5520,'_variation_description',''),(11477,5521,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11478,5521,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11479,5521,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11480,5521,'_weight',''),(11481,5521,'_length',''),(11482,5521,'_width',''),(11483,5521,'_height',''),(11484,5521,'_thumbnail_id','46'),(11485,5521,'_virtual','no'),(11486,5521,'_downloadable','no'),(11487,5521,'_regular_price','250'),(11488,5521,'_sale_price',''),(11489,5521,'_sale_price_dates_from',''),(11490,5521,'_sale_price_dates_to',''),(11491,5521,'_price','250'),(11492,5521,'_tax_class',''),(11493,5521,'_download_limit',''),(11494,5521,'_download_expiry',''),(11495,5521,'_file_paths',''),(11496,5521,'_manage_stock','no'),(11497,5521,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11498,5521,'_weight',''),(11499,5521,'_length',''),(11500,5521,'_width',''),(11501,5521,'_height',''),(11502,5521,'_stock_status','instock'),(11503,5521,'_thumbnail_id','46'),(11504,5521,'_virtual','no'),(11505,5521,'_downloadable','no'),(11506,5521,'_regular_price','250'),(11507,5521,'_sale_price',''),(11508,5521,'_sale_price_dates_from',''),(11509,5521,'_sale_price_dates_to',''),(11510,5521,'_price','250'),(11511,5521,'_tax_class',''),(11512,5521,'_download_limit',''),(11513,5521,'_download_expiry',''),(11514,5521,'_file_paths',''),(11515,5521,'_downloadable_files',''),(11516,5521,'_variation_description',''),(11517,5521,'attribute_size','18x24 - 3/4 Ratio'),(11518,5526,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11519,5526,'_download_expiry',''),(11520,5526,'_file_paths',''),(11521,5526,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11522,5526,'_sale_price_dates_to',''),(11523,5526,'_price','150'),(11524,5526,'_sale_price',''),(11525,5526,'_sale_price_dates_from',''),(11526,5526,'_downloadable','no'),(11527,5526,'_regular_price','150'),(11528,5526,'_tax_class',''),(11529,5526,'_download_limit',''),(11530,5526,'_weight',''),(11531,5526,'_length',''),(11532,5526,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11533,5526,'_virtual','no'),(11534,5526,'_weight',''),(11535,5526,'_length',''),(11536,5526,'_width',''),(11537,5526,'_height',''),(11538,5526,'_thumbnail_id','43'),(11539,5526,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11540,5526,'_stock_status','instock'),(11541,5526,'_width',''),(11542,5526,'_height',''),(11543,5526,'_thumbnail_id','43'),(11544,5526,'_virtual','no'),(11545,5526,'_downloadable','no'),(11546,5526,'_regular_price','150'),(11547,5526,'_sale_price',''),(11548,5526,'_sale_price_dates_from',''),(11549,5526,'_sale_price_dates_to',''),(11550,5526,'_price','150'),(11551,5526,'_tax_class',''),(11552,5526,'_download_limit',''),(11553,5526,'_download_expiry',''),(11554,5526,'_file_paths',''),(11555,5526,'attribute_size','12x15 - 3/4 Ratio'),(11556,5526,'_manage_stock','no'),(11557,5526,'_downloadable_files',''),(11558,5526,'_variation_description',''),(11559,5527,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11560,5527,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11561,5527,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11562,5527,'_weight',''),(11563,5527,'_length',''),(11564,5527,'_width',''),(11565,5527,'_height',''),(11566,5527,'_thumbnail_id','46'),(11567,5527,'_virtual','no'),(11568,5527,'_downloadable','no'),(11569,5527,'_regular_price','250'),(11570,5527,'_sale_price',''),(11571,5527,'_sale_price_dates_from',''),(11572,5527,'_sale_price_dates_to',''),(11573,5527,'_price','250'),(11574,5527,'_tax_class',''),(11575,5527,'_download_limit',''),(11576,5527,'_download_expiry',''),(11577,5527,'_file_paths',''),(11578,5527,'_manage_stock','no'),(11579,5527,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11580,5527,'_weight',''),(11581,5527,'_length',''),(11582,5527,'_width',''),(11583,5527,'_height',''),(11584,5527,'_stock_status','instock'),(11585,5527,'_thumbnail_id','46'),(11586,5527,'_virtual','no'),(11587,5527,'_downloadable','no'),(11588,5527,'_regular_price','250'),(11589,5527,'_sale_price',''),(11590,5527,'_sale_price_dates_from',''),(11591,5527,'_sale_price_dates_to',''),(11592,5527,'_price','250'),(11593,5527,'_tax_class',''),(11594,5527,'_download_limit',''),(11595,5527,'_download_expiry',''),(11596,5527,'_file_paths',''),(11597,5527,'_downloadable_files',''),(11598,5527,'_variation_description',''),(11599,5527,'attribute_size','18x24 - 3/4 Ratio'),(11600,5528,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11601,5528,'_download_limit',''),(11602,5528,'_price','350.00'),(11603,5528,'_sale_price_dates_to',''),(11604,5528,'_sale_price',''),(11605,5528,'_sale_price_dates_from',''),(11606,5528,'_regular_price','350.00'),(11607,5528,'_stock_status','instock'),(11608,5528,'_height',''),(11609,5528,'_manage_stock','no'),(11610,5528,'_length',''),(11611,5528,'_width',''),(11612,5528,'_weight',''),(11613,5528,'_virtual','no'),(11614,5528,'_downloadable','no'),(11615,5528,'_thumbnail_id','0'),(11616,5528,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11617,5528,'_variation_description',''),(11618,5528,'attribute_size','24x30 - 4x5 Ratio'),(11619,5528,'_downloadable_files',''),(11620,5528,'_download_expiry',''),(11621,5530,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11622,5530,'_download_expiry',''),(11623,5530,'_file_paths',''),(11624,5530,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11625,5530,'_sale_price_dates_to',''),(11626,5530,'_price','150'),(11627,5530,'_sale_price',''),(11628,5530,'_sale_price_dates_from',''),(11629,5530,'_downloadable','no'),(11630,5530,'_regular_price','150'),(11631,5530,'_tax_class',''),(11632,5530,'_download_limit',''),(11633,5530,'_weight',''),(11634,5530,'_length',''),(11635,5530,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11636,5530,'_virtual','no'),(11637,5530,'_weight',''),(11638,5530,'_length',''),(11639,5530,'_width',''),(11640,5530,'_height',''),(11641,5530,'_thumbnail_id','43'),(11642,5530,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11643,5530,'_stock_status','instock'),(11644,5530,'_width',''),(11645,5530,'_height',''),(11646,5530,'_thumbnail_id','43'),(11647,5530,'_virtual','no'),(11648,5530,'_downloadable','no'),(11649,5530,'_regular_price','150'),(11650,5530,'_sale_price',''),(11651,5530,'_sale_price_dates_from',''),(11652,5530,'_sale_price_dates_to',''),(11653,5530,'_price','150'),(11654,5530,'_tax_class',''),(11655,5530,'_download_limit',''),(11656,5530,'_download_expiry',''),(11657,5530,'_file_paths',''),(11658,5530,'attribute_size','12x15 - 3/4 Ratio'),(11659,5530,'_manage_stock','no'),(11660,5530,'_downloadable_files',''),(11661,5530,'_variation_description',''),(11662,5531,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11663,5531,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11664,5531,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11665,5531,'_weight',''),(11666,5531,'_length',''),(11667,5531,'_width',''),(11668,5531,'_height',''),(11669,5531,'_thumbnail_id','46'),(11670,5531,'_virtual','no'),(11671,5531,'_downloadable','no'),(11672,5531,'_regular_price','250'),(11673,5531,'_sale_price',''),(11674,5531,'_sale_price_dates_from',''),(11675,5531,'_sale_price_dates_to',''),(11676,5531,'_price','250'),(11677,5531,'_tax_class',''),(11678,5531,'_download_limit',''),(11679,5531,'_download_expiry',''),(11680,5531,'_file_paths',''),(11681,5531,'_manage_stock','no'),(11682,5531,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11683,5531,'_weight',''),(11684,5531,'_length',''),(11685,5531,'_width',''),(11686,5531,'_height',''),(11687,5531,'_stock_status','instock'),(11688,5531,'_thumbnail_id','46'),(11689,5531,'_virtual','no'),(11690,5531,'_downloadable','no'),(11691,5531,'_regular_price','250'),(11692,5531,'_sale_price',''),(11693,5531,'_sale_price_dates_from',''),(11694,5531,'_sale_price_dates_to',''),(11695,5531,'_price','250'),(11696,5531,'_tax_class',''),(11697,5531,'_download_limit',''),(11698,5531,'_download_expiry',''),(11699,5531,'_file_paths',''),(11700,5531,'_downloadable_files',''),(11701,5531,'_variation_description',''),(11702,5531,'attribute_size','18x24 - 3/4 Ratio'),(11703,5532,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11704,5532,'_download_limit',''),(11705,5532,'_price','350.00'),(11706,5532,'_sale_price_dates_to',''),(11707,5532,'_sale_price',''),(11708,5532,'_sale_price_dates_from',''),(11709,5532,'_regular_price','350.00'),(11710,5532,'_stock_status','instock'),(11711,5532,'_height',''),(11712,5532,'_manage_stock','no'),(11713,5532,'_length',''),(11714,5532,'_width',''),(11715,5532,'_weight',''),(11716,5532,'_virtual','no'),(11717,5532,'_downloadable','no'),(11718,5532,'_thumbnail_id','0'),(11719,5532,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11720,5532,'_variation_description',''),(11721,5532,'attribute_size','24x30 - 4x5 Ratio'),(11722,5532,'_downloadable_files',''),(11723,5532,'_download_expiry',''),(11724,5535,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11725,5535,'_download_expiry',''),(11726,5535,'_file_paths',''),(11727,5535,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11728,5535,'_sale_price_dates_to',''),(11729,5535,'_price','150'),(11730,5535,'_sale_price',''),(11731,5535,'_sale_price_dates_from',''),(11732,5535,'_downloadable','no'),(11733,5535,'_regular_price','150'),(11734,5535,'_tax_class',''),(11735,5535,'_download_limit',''),(11736,5535,'_weight',''),(11737,5535,'_length',''),(11738,5535,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11739,5535,'_virtual','no'),(11740,5535,'_weight',''),(11741,5535,'_length',''),(11742,5535,'_width',''),(11743,5535,'_height',''),(11744,5535,'_thumbnail_id','43'),(11745,5535,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11746,5535,'_stock_status','instock'),(11747,5535,'_width',''),(11748,5535,'_height',''),(11749,5535,'_thumbnail_id','43'),(11750,5535,'_virtual','no'),(11751,5535,'_downloadable','no'),(11752,5535,'_regular_price','150'),(11753,5535,'_sale_price',''),(11754,5535,'_sale_price_dates_from',''),(11755,5535,'_sale_price_dates_to',''),(11756,5535,'_price','150'),(11757,5535,'_tax_class',''),(11758,5535,'_download_limit',''),(11759,5535,'_download_expiry',''),(11760,5535,'_file_paths',''),(11761,5535,'attribute_size','12x15 - 3/4 Ratio'),(11762,5535,'_manage_stock','no'),(11763,5535,'_downloadable_files',''),(11764,5535,'_variation_description',''),(11765,5536,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11766,5536,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11767,5536,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11768,5536,'_weight',''),(11769,5536,'_length',''),(11770,5536,'_width',''),(11771,5536,'_height',''),(11772,5536,'_thumbnail_id','46'),(11773,5536,'_virtual','no'),(11774,5536,'_downloadable','no'),(11775,5536,'_regular_price','250'),(11776,5536,'_sale_price',''),(11777,5536,'_sale_price_dates_from',''),(11778,5536,'_sale_price_dates_to',''),(11779,5536,'_price','250'),(11780,5536,'_tax_class',''),(11781,5536,'_download_limit',''),(11782,5536,'_download_expiry',''),(11783,5536,'_file_paths',''),(11784,5536,'_manage_stock','no'),(11785,5536,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11786,5536,'_weight',''),(11787,5536,'_length',''),(11788,5536,'_width',''),(11789,5536,'_height',''),(11790,5536,'_stock_status','instock'),(11791,5536,'_thumbnail_id','46'),(11792,5536,'_virtual','no'),(11793,5536,'_downloadable','no'),(11794,5536,'_regular_price','250'),(11795,5536,'_sale_price',''),(11796,5536,'_sale_price_dates_from',''),(11797,5536,'_sale_price_dates_to',''),(11798,5536,'_price','250'),(11799,5536,'_tax_class',''),(11800,5536,'_download_limit',''),(11801,5536,'_download_expiry',''),(11802,5536,'_file_paths',''),(11803,5536,'_downloadable_files',''),(11804,5536,'_variation_description',''),(11805,5536,'attribute_size','18x24 - 3/4 Ratio'),(11806,5537,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11807,5537,'_download_limit',''),(11808,5537,'_price','350.00'),(11809,5537,'_sale_price_dates_to',''),(11810,5537,'_sale_price',''),(11811,5537,'_sale_price_dates_from',''),(11812,5537,'_regular_price','350.00'),(11813,5537,'_stock_status','instock'),(11814,5537,'_height',''),(11815,5537,'_manage_stock','no'),(11816,5537,'_length',''),(11817,5537,'_width',''),(11818,5537,'_weight',''),(11819,5537,'_virtual','no'),(11820,5537,'_downloadable','no'),(11821,5537,'_thumbnail_id','0'),(11822,5537,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11823,5537,'_variation_description',''),(11824,5537,'attribute_size','24x30 - 4x5 Ratio'),(11825,5537,'_downloadable_files',''),(11826,5537,'_download_expiry',''),(11827,5540,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11828,5540,'_download_expiry',''),(11829,5540,'_file_paths',''),(11830,5540,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11831,5540,'_sale_price_dates_to',''),(11832,5540,'_price','150'),(11833,5540,'_sale_price',''),(11834,5540,'_sale_price_dates_from',''),(11835,5540,'_downloadable','no'),(11836,5540,'_regular_price','150'),(11837,5540,'_tax_class',''),(11838,5540,'_download_limit',''),(11839,5540,'_weight',''),(11840,5540,'_length',''),(11841,5540,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11842,5540,'_virtual','no'),(11843,5540,'_weight',''),(11844,5540,'_length',''),(11845,5540,'_width',''),(11846,5540,'_height',''),(11847,5540,'_thumbnail_id','43'),(11848,5540,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11849,5540,'_stock_status','instock'),(11850,5540,'_width',''),(11851,5540,'_height',''),(11852,5540,'_thumbnail_id','43'),(11853,5540,'_virtual','no'),(11854,5540,'_downloadable','no'),(11855,5540,'_regular_price','150'),(11856,5540,'_sale_price',''),(11857,5540,'_sale_price_dates_from',''),(11858,5540,'_sale_price_dates_to',''),(11859,5540,'_price','150'),(11860,5540,'_tax_class',''),(11861,5540,'_download_limit',''),(11862,5540,'_download_expiry',''),(11863,5540,'_file_paths',''),(11864,5540,'attribute_size','12x15 - 3/4 Ratio'),(11865,5540,'_manage_stock','no'),(11866,5540,'_downloadable_files',''),(11867,5540,'_variation_description',''),(11868,5541,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11869,5541,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11870,5541,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11871,5541,'_weight',''),(11872,5541,'_length',''),(11873,5541,'_width',''),(11874,5541,'_height',''),(11875,5541,'_thumbnail_id','46'),(11876,5541,'_virtual','no'),(11877,5541,'_downloadable','no'),(11878,5541,'_regular_price','250'),(11879,5541,'_sale_price',''),(11880,5541,'_sale_price_dates_from',''),(11881,5541,'_sale_price_dates_to',''),(11882,5541,'_price','250'),(11883,5541,'_tax_class',''),(11884,5541,'_download_limit',''),(11885,5541,'_download_expiry',''),(11886,5541,'_file_paths',''),(11887,5541,'_manage_stock','no'),(11888,5541,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11889,5541,'_weight',''),(11890,5541,'_length',''),(11891,5541,'_width',''),(11892,5541,'_height',''),(11893,5541,'_stock_status','instock'),(11894,5541,'_thumbnail_id','46'),(11895,5541,'_virtual','no'),(11896,5541,'_downloadable','no'),(11897,5541,'_regular_price','250'),(11898,5541,'_sale_price',''),(11899,5541,'_sale_price_dates_from',''),(11900,5541,'_sale_price_dates_to',''),(11901,5541,'_price','250'),(11902,5541,'_tax_class',''),(11903,5541,'_download_limit',''),(11904,5541,'_download_expiry',''),(11905,5541,'_file_paths',''),(11906,5541,'_downloadable_files',''),(11907,5541,'_variation_description',''),(11908,5541,'attribute_size','18x24 - 3/4 Ratio'),(11909,5542,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11910,5542,'_download_limit',''),(11911,5542,'_price','350.00'),(11912,5542,'_sale_price_dates_to',''),(11913,5542,'_sale_price',''),(11914,5542,'_sale_price_dates_from',''),(11915,5542,'_regular_price','350.00'),(11916,5542,'_stock_status','instock'),(11917,5542,'_height',''),(11918,5542,'_manage_stock','no'),(11919,5542,'_length',''),(11920,5542,'_width',''),(11921,5542,'_weight',''),(11922,5542,'_virtual','no'),(11923,5542,'_downloadable','no'),(11924,5542,'_thumbnail_id','0'),(11925,5542,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11926,5542,'_variation_description',''),(11927,5542,'attribute_size','24x30 - 4x5 Ratio'),(11928,5542,'_downloadable_files',''),(11929,5542,'_download_expiry',''),(11930,5545,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11931,5545,'_download_expiry',''),(11932,5545,'_file_paths',''),(11933,5545,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11934,5545,'_sale_price_dates_to',''),(11935,5545,'_price','150'),(11936,5545,'_sale_price',''),(11937,5545,'_sale_price_dates_from',''),(11938,5545,'_downloadable','no'),(11939,5545,'_regular_price','150'),(11940,5545,'_tax_class',''),(11941,5545,'_download_limit',''),(11942,5545,'_weight',''),(11943,5545,'_length',''),(11944,5545,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11945,5545,'_virtual','no'),(11946,5545,'_weight',''),(11947,5545,'_length',''),(11948,5545,'_width',''),(11949,5545,'_height',''),(11950,5545,'_thumbnail_id','43'),(11951,5545,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11952,5545,'_stock_status','instock'),(11953,5545,'_width',''),(11954,5545,'_height',''),(11955,5545,'_thumbnail_id','43'),(11956,5545,'_virtual','no'),(11957,5545,'_downloadable','no'),(11958,5545,'_regular_price','150'),(11959,5545,'_sale_price',''),(11960,5545,'_sale_price_dates_from',''),(11961,5545,'_sale_price_dates_to',''),(11962,5545,'_price','150'),(11963,5545,'_tax_class',''),(11964,5545,'_download_limit',''),(11965,5545,'_download_expiry',''),(11966,5545,'_file_paths',''),(11967,5545,'attribute_size','12x15 - 3/4 Ratio'),(11968,5545,'_manage_stock','no'),(11969,5545,'_downloadable_files',''),(11970,5545,'_variation_description',''),(11971,5546,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11972,5546,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11973,5546,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11974,5546,'_weight',''),(11975,5546,'_length',''),(11976,5546,'_width',''),(11977,5546,'_height',''),(11978,5546,'_thumbnail_id','46'),(11979,5546,'_virtual','no'),(11980,5546,'_downloadable','no'),(11981,5546,'_regular_price','250'),(11982,5546,'_sale_price',''),(11983,5546,'_sale_price_dates_from',''),(11984,5546,'_sale_price_dates_to',''),(11985,5546,'_price','250'),(11986,5546,'_tax_class',''),(11987,5546,'_download_limit',''),(11988,5546,'_download_expiry',''),(11989,5546,'_file_paths',''),(11990,5546,'_manage_stock','no'),(11991,5546,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11992,5546,'_weight',''),(11993,5546,'_length',''),(11994,5546,'_width',''),(11995,5546,'_height',''),(11996,5546,'_stock_status','instock'),(11997,5546,'_thumbnail_id','46'),(11998,5546,'_virtual','no'),(11999,5546,'_downloadable','no'),(12000,5546,'_regular_price','250'),(12001,5546,'_sale_price',''),(12002,5546,'_sale_price_dates_from',''),(12003,5546,'_sale_price_dates_to',''),(12004,5546,'_price','250'),(12005,5546,'_tax_class',''),(12006,5546,'_download_limit',''),(12007,5546,'_download_expiry',''),(12008,5546,'_file_paths',''),(12009,5546,'_downloadable_files',''),(12010,5546,'_variation_description',''),(12011,5546,'attribute_size','18x24 - 3/4 Ratio'),(12012,5547,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12013,5547,'_download_limit',''),(12014,5547,'_price','350.00'),(12015,5547,'_sale_price_dates_to',''),(12016,5547,'_sale_price',''),(12017,5547,'_sale_price_dates_from',''),(12018,5547,'_regular_price','350.00'),(12019,5547,'_stock_status','instock'),(12020,5547,'_height',''),(12021,5547,'_manage_stock','no'),(12022,5547,'_length',''),(12023,5547,'_width',''),(12024,5547,'_weight',''),(12025,5547,'_virtual','no'),(12026,5547,'_downloadable','no'),(12027,5547,'_thumbnail_id','0'),(12028,5547,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12029,5547,'_variation_description',''),(12030,5547,'attribute_size','24x30 - 4x5 Ratio'),(12031,5547,'_downloadable_files',''),(12032,5547,'_download_expiry',''),(12033,5550,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12034,5550,'_download_expiry',''),(12035,5550,'_file_paths',''),(12036,5550,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12037,5550,'_sale_price_dates_to',''),(12038,5550,'_price','150'),(12039,5550,'_sale_price',''),(12040,5550,'_sale_price_dates_from',''),(12041,5550,'_downloadable','no'),(12042,5550,'_regular_price','150'),(12043,5550,'_tax_class',''),(12044,5550,'_download_limit',''),(12045,5550,'_weight',''),(12046,5550,'_length',''),(12047,5550,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12048,5550,'_virtual','no'),(12049,5550,'_weight',''),(12050,5550,'_length',''),(12051,5550,'_width',''),(12052,5550,'_height',''),(12053,5550,'_thumbnail_id','43'),(12054,5550,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12055,5550,'_stock_status','instock'),(12056,5550,'_width',''),(12057,5550,'_height',''),(12058,5550,'_thumbnail_id','43'),(12059,5550,'_virtual','no'),(12060,5550,'_downloadable','no'),(12061,5550,'_regular_price','150'),(12062,5550,'_sale_price',''),(12063,5550,'_sale_price_dates_from',''),(12064,5550,'_sale_price_dates_to',''),(12065,5550,'_price','150'),(12066,5550,'_tax_class',''),(12067,5550,'_download_limit',''),(12068,5550,'_download_expiry',''),(12069,5550,'_file_paths',''),(12070,5550,'attribute_size','12x15 - 3/4 Ratio'),(12071,5550,'_manage_stock','no'),(12072,5550,'_downloadable_files',''),(12073,5550,'_variation_description',''),(12074,5551,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12075,5551,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12076,5551,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12077,5551,'_weight',''),(12078,5551,'_length',''),(12079,5551,'_width',''),(12080,5551,'_height',''),(12081,5551,'_thumbnail_id','46'),(12082,5551,'_virtual','no'),(12083,5551,'_downloadable','no'),(12084,5551,'_regular_price','250'),(12085,5551,'_sale_price',''),(12086,5551,'_sale_price_dates_from',''),(12087,5551,'_sale_price_dates_to',''),(12088,5551,'_price','250'),(12089,5551,'_tax_class',''),(12090,5551,'_download_limit',''),(12091,5551,'_download_expiry',''),(12092,5551,'_file_paths',''),(12093,5551,'_manage_stock','no'),(12094,5551,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12095,5551,'_weight',''),(12096,5551,'_length',''),(12097,5551,'_width',''),(12098,5551,'_height',''),(12099,5551,'_stock_status','instock'),(12100,5551,'_thumbnail_id','46'),(12101,5551,'_virtual','no'),(12102,5551,'_downloadable','no'),(12103,5551,'_regular_price','250'),(12104,5551,'_sale_price',''),(12105,5551,'_sale_price_dates_from',''),(12106,5551,'_sale_price_dates_to',''),(12107,5551,'_price','250'),(12108,5551,'_tax_class',''),(12109,5551,'_download_limit',''),(12110,5551,'_download_expiry',''),(12111,5551,'_file_paths',''),(12112,5551,'_downloadable_files',''),(12113,5551,'_variation_description',''),(12114,5551,'attribute_size','18x24 - 3/4 Ratio'),(12115,5552,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12116,5552,'_download_limit',''),(12117,5552,'_price','350.00'),(12118,5552,'_sale_price_dates_to',''),(12119,5552,'_sale_price',''),(12120,5552,'_sale_price_dates_from',''),(12121,5552,'_regular_price','350.00'),(12122,5552,'_stock_status','instock'),(12123,5552,'_height',''),(12124,5552,'_manage_stock','no'),(12125,5552,'_length',''),(12126,5552,'_width',''),(12127,5552,'_weight',''),(12128,5552,'_virtual','no'),(12129,5552,'_downloadable','no'),(12130,5552,'_thumbnail_id','0'),(12131,5552,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12132,5552,'_variation_description',''),(12133,5552,'attribute_size','24x30 - 4x5 Ratio'),(12134,5552,'_downloadable_files',''),(12135,5552,'_download_expiry',''),(12136,5556,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12137,5556,'_download_expiry',''),(12138,5556,'_file_paths',''),(12139,5556,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12140,5556,'_sale_price_dates_to',''),(12141,5556,'_price','150'),(12142,5556,'_sale_price',''),(12143,5556,'_sale_price_dates_from',''),(12144,5556,'_downloadable','no'),(12145,5556,'_regular_price','150'),(12146,5556,'_tax_class',''),(12147,5556,'_download_limit',''),(12148,5556,'_weight',''),(12149,5556,'_length',''),(12150,5556,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12151,5556,'_virtual','no'),(12152,5556,'_weight',''),(12153,5556,'_length',''),(12154,5556,'_width',''),(12155,5556,'_height',''),(12156,5556,'_thumbnail_id','43'),(12157,5556,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12158,5556,'_stock_status','instock'),(12159,5556,'_width',''),(12160,5556,'_height',''),(12161,5556,'_thumbnail_id','43'),(12162,5556,'_virtual','no'),(12163,5556,'_downloadable','no'),(12164,5556,'_regular_price','150'),(12165,5556,'_sale_price',''),(12166,5556,'_sale_price_dates_from',''),(12167,5556,'_sale_price_dates_to',''),(12168,5556,'_price','150'),(12169,5556,'_tax_class',''),(12170,5556,'_download_limit',''),(12171,5556,'_download_expiry',''),(12172,5556,'_file_paths',''),(12173,5556,'attribute_size','12x15 - 3/4 Ratio'),(12174,5556,'_manage_stock','no'),(12175,5556,'_downloadable_files',''),(12176,5556,'_variation_description',''),(12177,5557,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12178,5557,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12179,5557,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12180,5557,'_weight',''),(12181,5557,'_length',''),(12182,5557,'_width',''),(12183,5557,'_height',''),(12184,5557,'_thumbnail_id','46'),(12185,5557,'_virtual','no'),(12186,5557,'_downloadable','no'),(12187,5557,'_regular_price','250'),(12188,5557,'_sale_price',''),(12189,5557,'_sale_price_dates_from',''),(12190,5557,'_sale_price_dates_to',''),(12191,5557,'_price','250'),(12192,5557,'_tax_class',''),(12193,5557,'_download_limit',''),(12194,5557,'_download_expiry',''),(12195,5557,'_file_paths',''),(12196,5557,'_manage_stock','no'),(12197,5557,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12198,5557,'_weight',''),(12199,5557,'_length',''),(12200,5557,'_width',''),(12201,5557,'_height',''),(12202,5557,'_stock_status','instock'),(12203,5557,'_thumbnail_id','46'),(12204,5557,'_virtual','no'),(12205,5557,'_downloadable','no'),(12206,5557,'_regular_price','250'),(12207,5557,'_sale_price',''),(12208,5557,'_sale_price_dates_from',''),(12209,5557,'_sale_price_dates_to',''),(12210,5557,'_price','250'),(12211,5557,'_tax_class',''),(12212,5557,'_download_limit',''),(12213,5557,'_download_expiry',''),(12214,5557,'_file_paths',''),(12215,5557,'_downloadable_files',''),(12216,5557,'_variation_description',''),(12217,5557,'attribute_size','18x24 - 3/4 Ratio'),(12218,5558,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12219,5558,'_download_limit',''),(12220,5558,'_price','350.00'),(12221,5558,'_sale_price_dates_to',''),(12222,5558,'_sale_price',''),(12223,5558,'_sale_price_dates_from',''),(12224,5558,'_regular_price','350.00'),(12225,5558,'_stock_status','instock'),(12226,5558,'_height',''),(12227,5558,'_manage_stock','no'),(12228,5558,'_length',''),(12229,5558,'_width',''),(12230,5558,'_weight',''),(12231,5558,'_virtual','no'),(12232,5558,'_downloadable','no'),(12233,5558,'_thumbnail_id','0'),(12234,5558,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12235,5558,'_variation_description',''),(12236,5558,'attribute_size','24x30 - 4x5 Ratio'),(12237,5558,'_downloadable_files',''),(12238,5558,'_download_expiry',''),(12239,5703,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12240,5703,'_download_expiry',''),(12241,5703,'_file_paths',''),(12242,5703,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12243,5703,'_sale_price_dates_to',''),(12244,5703,'_price','150'),(12245,5703,'_sale_price',''),(12246,5703,'_sale_price_dates_from',''),(12247,5703,'_downloadable','no'),(12248,5703,'_regular_price','150'),(12249,5703,'_tax_class',''),(12250,5703,'_download_limit',''),(12251,5703,'_weight',''),(12252,5703,'_length',''),(12253,5703,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12254,5703,'_virtual','no'),(12255,5703,'_weight',''),(12256,5703,'_length',''),(12257,5703,'_width',''),(12258,5703,'_height',''),(12259,5703,'_thumbnail_id','43'),(12260,5703,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12261,5703,'_stock_status','instock'),(12262,5703,'_width',''),(12263,5703,'_height',''),(12264,5703,'_thumbnail_id','43'),(12265,5703,'_virtual','no'),(12266,5703,'_downloadable','no'),(12267,5703,'_regular_price','150'),(12268,5703,'_sale_price',''),(12269,5703,'_sale_price_dates_from',''),(12270,5703,'_sale_price_dates_to',''),(12271,5703,'_price','150'),(12272,5703,'_tax_class',''),(12273,5703,'_download_limit',''),(12274,5703,'_download_expiry',''),(12275,5703,'_file_paths',''),(12276,5703,'attribute_size','12x15 - 3/4 Ratio'),(12277,5703,'_manage_stock','no'),(12278,5703,'_downloadable_files',''),(12279,5703,'_variation_description',''),(12280,5704,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12281,5704,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12282,5704,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12283,5704,'_weight',''),(12284,5704,'_length',''),(12285,5704,'_width',''),(12286,5704,'_height',''),(12287,5704,'_thumbnail_id','46'),(12288,5704,'_virtual','no'),(12289,5704,'_downloadable','no'),(12290,5704,'_regular_price','250'),(12291,5704,'_sale_price',''),(12292,5704,'_sale_price_dates_from',''),(12293,5704,'_sale_price_dates_to',''),(12294,5704,'_price','250'),(12295,5704,'_tax_class',''),(12296,5704,'_download_limit',''),(12297,5704,'_download_expiry',''),(12298,5704,'_file_paths',''),(12299,5704,'_manage_stock','no'),(12300,5704,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12301,5704,'_weight',''),(12302,5704,'_length',''),(12303,5704,'_width',''),(12304,5704,'_height',''),(12305,5704,'_stock_status','instock'),(12306,5704,'_thumbnail_id','46'),(12307,5704,'_virtual','no'),(12308,5704,'_downloadable','no'),(12309,5704,'_regular_price','250'),(12310,5704,'_sale_price',''),(12311,5704,'_sale_price_dates_from',''),(12312,5704,'_sale_price_dates_to',''),(12313,5704,'_price','250'),(12314,5704,'_tax_class',''),(12315,5704,'_download_limit',''),(12316,5704,'_download_expiry',''),(12317,5704,'_file_paths',''),(12318,5704,'_downloadable_files',''),(12319,5704,'_variation_description',''),(12320,5704,'attribute_size','18x24 - 3/4 Ratio'),(12321,5705,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12322,5705,'_download_limit',''),(12323,5705,'_price','350.00'),(12324,5705,'_sale_price_dates_to',''),(12325,5705,'_sale_price',''),(12326,5705,'_sale_price_dates_from',''),(12327,5705,'_regular_price','350.00'),(12328,5705,'_stock_status','instock'),(12329,5705,'_height',''),(12330,5705,'_manage_stock','no'),(12331,5705,'_length',''),(12332,5705,'_width',''),(12333,5705,'_weight',''),(12334,5705,'_virtual','no'),(12335,5705,'_downloadable','no'),(12336,5705,'_thumbnail_id','0'),(12337,5705,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12338,5705,'_variation_description',''),(12339,5705,'attribute_size','24x30 - 4x5 Ratio'),(12340,5705,'_downloadable_files',''),(12341,5705,'_download_expiry',''),(12342,5707,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12343,5707,'_download_expiry',''),(12344,5707,'_file_paths',''),(12345,5707,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12346,5707,'_sale_price_dates_to',''),(12347,5707,'_price','250'),(12348,5707,'_sale_price',''),(12349,5707,'_sale_price_dates_from',''),(12350,5707,'_downloadable','no'),(12351,5707,'_regular_price','250'),(12352,5707,'_download_limit',''),(12353,5707,'_weight',''),(12354,5707,'_length',''),(12355,5707,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12356,5707,'_virtual','no'),(12357,5707,'_weight',''),(12358,5707,'_length',''),(12359,5707,'_width',''),(12360,5707,'_height',''),(12361,5707,'_thumbnail_id','43'),(12362,5707,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12363,5707,'_stock_status','instock'),(12364,5707,'_width',''),(12365,5707,'_height',''),(12366,5707,'_thumbnail_id','43'),(12367,5707,'_virtual','no'),(12368,5707,'_downloadable','no'),(12369,5707,'_regular_price','250'),(12370,5707,'_sale_price',''),(12371,5707,'_sale_price_dates_from',''),(12372,5707,'_sale_price_dates_to',''),(12373,5707,'_price','250'),(12374,5707,'_download_limit',''),(12375,5707,'_download_expiry',''),(12376,5707,'_file_paths',''),(12377,5707,'attribute_size','16 x 20'),(12378,5707,'_manage_stock','no'),(12379,5707,'_downloadable_files',''),(12380,5707,'_variation_description','16 x 20'),(12381,5707,'_sku',''),(12382,5708,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12383,5708,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12384,5708,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12385,5708,'_weight',''),(12386,5708,'_length',''),(12387,5708,'_width',''),(12388,5708,'_height',''),(12389,5708,'_thumbnail_id','46'),(12390,5708,'_virtual','no'),(12391,5708,'_downloadable','no'),(12392,5708,'_regular_price','300'),(12393,5708,'_sale_price',''),(12394,5708,'_sale_price_dates_from',''),(12395,5708,'_sale_price_dates_to',''),(12396,5708,'_price','300'),(12397,5708,'_tax_class',''),(12398,5708,'_download_limit',''),(12399,5708,'_download_expiry',''),(12400,5708,'_file_paths',''),(12401,5708,'_manage_stock','no'),(12402,5708,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12403,5708,'_weight',''),(12404,5708,'_length',''),(12405,5708,'_width',''),(12406,5708,'_height',''),(12407,5708,'_stock_status','instock'),(12408,5708,'_thumbnail_id','46'),(12409,5708,'_virtual','no'),(12410,5708,'_downloadable','no'),(12411,5708,'_regular_price','300'),(12412,5708,'_sale_price',''),(12413,5708,'_sale_price_dates_from',''),(12414,5708,'_sale_price_dates_to',''),(12415,5708,'_price','300'),(12416,5708,'_tax_class',''),(12417,5708,'_download_limit',''),(12418,5708,'_download_expiry',''),(12419,5708,'_file_paths',''),(12420,5708,'_downloadable_files',''),(12421,5708,'_variation_description','18 x 24'),(12422,5708,'attribute_size','18 x 24'),(12423,5708,'_sku',''),(12424,5763,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12425,5763,'_download_limit',''),(12426,5763,'_weight',''),(12427,5763,'_length',''),(12428,5763,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12429,5763,'_virtual','no'),(12430,5763,'_weight',''),(12431,5763,'_length',''),(12432,5763,'_width',''),(12433,5763,'_height',''),(12434,5763,'_thumbnail_id','43'),(12435,5763,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12436,5763,'_stock_status','instock'),(12437,5763,'_width',''),(12438,5763,'_height',''),(12439,5763,'_thumbnail_id','43'),(12440,5763,'_sale_price_dates_to',''),(12441,5763,'_price','250'),(12442,5763,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12443,5763,'_virtual','no'),(12444,5763,'_downloadable','no'),(12445,5763,'_regular_price','250'),(12446,5763,'_sale_price',''),(12447,5763,'_sale_price_dates_from',''),(12448,5763,'_sale_price_dates_to',''),(12449,5763,'_download_expiry',''),(12450,5763,'_sale_price',''),(12451,5763,'_sale_price_dates_from',''),(12452,5763,'_downloadable','no'),(12453,5763,'_regular_price','250'),(12454,5763,'_tax_class',''),(12455,5763,'_file_paths',''),(12456,5763,'_price','250'),(12457,5763,'_tax_class',''),(12458,5763,'_download_limit',''),(12459,5763,'_download_expiry',''),(12460,5763,'_file_paths',''),(12461,5763,'attribute_size','16 x 20'),(12462,5763,'_manage_stock','no'),(12463,5763,'_downloadable_files',''),(12464,5763,'_variation_description','16 x 20'),(12465,5763,'_sku',''),(12466,5764,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12467,5764,'_download_expiry',''),(12468,5764,'_file_paths',''),(12469,5764,'_downloadable_files',''),(12470,5764,'_variation_description','18 x 24'),(12471,5764,'attribute_size','18 x 24'),(12472,5764,'_file_paths',''),(12473,5764,'_manage_stock','no'),(12474,5764,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12475,5764,'_weight',''),(12476,5764,'_length',''),(12477,5764,'_width',''),(12478,5764,'_height',''),(12479,5764,'_tax_class',''),(12480,5764,'_download_limit',''),(12481,5764,'_sale_price_dates_to',''),(12482,5764,'_price','300'),(12483,5764,'_sale_price_dates_from',''),(12484,5764,'_sale_price',''),(12485,5764,'_downloadable','no'),(12486,5764,'_regular_price','300'),(12487,5764,'_virtual','no'),(12488,5764,'_thumbnail_id','46'),(12489,5764,'_stock_status','instock'),(12490,5764,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12491,5764,'_download_limit',''),(12492,5764,'_download_expiry',''),(12493,5764,'_weight',''),(12494,5764,'_length',''),(12495,5764,'_width',''),(12496,5764,'_height',''),(12497,5764,'_thumbnail_id','46'),(12498,5764,'_virtual','no'),(12499,5764,'_downloadable','no'),(12500,5764,'_regular_price','300'),(12501,5764,'_sale_price',''),(12502,5764,'_sale_price_dates_from',''),(12503,5764,'_sale_price_dates_to',''),(12504,5764,'_price','300'),(12505,5764,'_tax_class',''),(12506,5764,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12507,5764,'_sku',''),(12508,5766,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12509,5766,'_virtual','no'),(12510,5766,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12511,5766,'_price','250'),(12512,5766,'_download_limit',''),(12513,5766,'_weight',''),(12514,5766,'_length',''),(12515,5766,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12516,5766,'_virtual','no'),(12517,5766,'_weight',''),(12518,5766,'_length',''),(12519,5766,'_width',''),(12520,5766,'_height',''),(12521,5766,'_thumbnail_id','43'),(12522,5766,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12523,5766,'_stock_status','instock'),(12524,5766,'_width',''),(12525,5766,'_height',''),(12526,5766,'_thumbnail_id','43'),(12527,5766,'_sale_price_dates_to',''),(12528,5766,'_regular_price','250'),(12529,5766,'_downloadable','no'),(12530,5766,'_sale_price',''),(12531,5766,'_sale_price_dates_from',''),(12532,5766,'_sale_price_dates_to',''),(12533,5766,'_download_expiry',''),(12534,5766,'_sale_price',''),(12535,5766,'_sale_price_dates_from',''),(12536,5766,'_downloadable','no'),(12537,5766,'_regular_price','250'),(12538,5766,'_tax_class',''),(12539,5766,'_file_paths',''),(12540,5766,'_price','250'),(12541,5766,'_tax_class',''),(12542,5766,'_download_limit',''),(12543,5766,'_download_expiry',''),(12544,5766,'_file_paths',''),(12545,5766,'attribute_size','16 x 20'),(12546,5766,'_manage_stock','no'),(12547,5766,'_downloadable_files',''),(12548,5766,'_variation_description','16 x 20'),(12549,5766,'_sku',''),(12550,5767,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12551,5767,'_download_expiry',''),(12552,5767,'_file_paths',''),(12553,5767,'_downloadable_files',''),(12554,5767,'_variation_description','18 x 24'),(12555,5767,'attribute_size','18 x 24'),(12556,5767,'_file_paths',''),(12557,5767,'_manage_stock','no'),(12558,5767,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12559,5767,'_weight',''),(12560,5767,'_length',''),(12561,5767,'_width',''),(12562,5767,'_height',''),(12563,5767,'_tax_class',''),(12564,5767,'_download_limit',''),(12565,5767,'_sale_price_dates_to',''),(12566,5767,'_price','300'),(12567,5767,'_sale_price_dates_from',''),(12568,5767,'_sale_price',''),(12569,5767,'_downloadable','no'),(12570,5767,'_regular_price','300'),(12571,5767,'_virtual','no'),(12572,5767,'_thumbnail_id','46'),(12573,5767,'_stock_status','instock'),(12574,5767,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12575,5767,'_download_limit',''),(12576,5767,'_download_expiry',''),(12577,5767,'_weight',''),(12578,5767,'_length',''),(12579,5767,'_width',''),(12580,5767,'_height',''),(12581,5767,'_price','300'),(12582,5767,'_tax_class',''),(12583,5767,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12584,5767,'_sale_price_dates_to',''),(12585,5767,'_thumbnail_id','46'),(12586,5767,'_virtual','no'),(12587,5767,'_downloadable','no'),(12588,5767,'_regular_price','300'),(12589,5767,'_sale_price',''),(12590,5767,'_sale_price_dates_from',''),(12591,5767,'_sku',''),(12592,5775,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12593,5775,'_sku',''),(12594,5775,'_virtual','no'),(12595,5775,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12596,5775,'_price','250'),(12597,5775,'_download_limit',''),(12598,5775,'_weight',''),(12599,5775,'_length',''),(12600,5775,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12601,5775,'_virtual','no'),(12602,5775,'_weight',''),(12603,5775,'_length',''),(12604,5775,'_width',''),(12605,5775,'_height',''),(12606,5775,'_thumbnail_id','43'),(12607,5775,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12608,5775,'_stock_status','instock'),(12609,5775,'_width',''),(12610,5775,'_height',''),(12611,5775,'_thumbnail_id','43'),(12612,5775,'_sale_price_dates_to',''),(12613,5775,'_regular_price','250'),(12614,5775,'_downloadable','no'),(12615,5775,'_sale_price',''),(12616,5775,'_sale_price_dates_from',''),(12617,5775,'_sale_price_dates_to',''),(12618,5775,'_download_expiry',''),(12619,5775,'_sale_price',''),(12620,5775,'_sale_price_dates_from',''),(12621,5775,'_downloadable','no'),(12622,5775,'_regular_price','250'),(12623,5775,'_tax_class',''),(12624,5775,'_file_paths',''),(12625,5775,'_price','250'),(12626,5775,'_tax_class',''),(12627,5775,'_download_limit',''),(12628,5775,'_download_expiry',''),(12629,5775,'_file_paths',''),(12630,5775,'attribute_size','16 x 20'),(12631,5775,'_manage_stock','no'),(12632,5775,'_downloadable_files',''),(12633,5775,'_variation_description','16 x 20'),(12634,5776,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12635,5776,'_sku',''),(12636,5776,'_download_expiry',''),(12637,5776,'_file_paths',''),(12638,5776,'_downloadable_files',''),(12639,5776,'_variation_description','18 x 24'),(12640,5776,'attribute_size','18 x 24'),(12641,5776,'_file_paths',''),(12642,5776,'_manage_stock','no'),(12643,5776,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12644,5776,'_weight',''),(12645,5776,'_length',''),(12646,5776,'_width',''),(12647,5776,'_height',''),(12648,5776,'_tax_class',''),(12649,5776,'_download_limit',''),(12650,5776,'_sale_price_dates_to',''),(12651,5776,'_price','300'),(12652,5776,'_sale_price_dates_from',''),(12653,5776,'_sale_price',''),(12654,5776,'_downloadable','no'),(12655,5776,'_regular_price','300'),(12656,5776,'_virtual','no'),(12657,5776,'_thumbnail_id','46'),(12658,5776,'_stock_status','instock'),(12659,5776,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12660,5776,'_download_limit',''),(12661,5776,'_download_expiry',''),(12662,5776,'_weight',''),(12663,5776,'_length',''),(12664,5776,'_width',''),(12665,5776,'_height',''),(12666,5776,'_price','300'),(12667,5776,'_tax_class',''),(12668,5776,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12669,5776,'_sale_price_dates_to',''),(12670,5776,'_thumbnail_id','46'),(12671,5776,'_virtual','no'),(12672,5776,'_downloadable','no'),(12673,5776,'_regular_price','300'),(12674,5776,'_sale_price',''),(12675,5776,'_sale_price_dates_from',''),(12676,5779,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12677,5779,'_sku',''),(12678,5779,'_virtual','no'),(12679,5779,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12680,5779,'_price','250'),(12681,5779,'_download_limit',''),(12682,5779,'_weight',''),(12683,5779,'_length',''),(12684,5779,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12685,5779,'_virtual','no'),(12686,5779,'_weight',''),(12687,5779,'_length',''),(12688,5779,'_width',''),(12689,5779,'_height',''),(12690,5779,'_thumbnail_id','43'),(12691,5779,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12692,5779,'_stock_status','instock'),(12693,5779,'_width',''),(12694,5779,'_height',''),(12695,5779,'_thumbnail_id','43'),(12696,5779,'_sale_price_dates_to',''),(12697,5779,'_regular_price','250'),(12698,5779,'_downloadable','no'),(12699,5779,'_sale_price',''),(12700,5779,'_sale_price_dates_from',''),(12701,5779,'_sale_price_dates_to',''),(12702,5779,'_download_expiry',''),(12703,5779,'_sale_price',''),(12704,5779,'_sale_price_dates_from',''),(12705,5779,'_downloadable','no'),(12706,5779,'_regular_price','250'),(12707,5779,'_tax_class',''),(12708,5779,'_file_paths',''),(12709,5779,'_price','250'),(12710,5779,'_tax_class',''),(12711,5779,'_download_limit',''),(12712,5779,'_download_expiry',''),(12713,5779,'_file_paths',''),(12714,5779,'attribute_size','16 x 20'),(12715,5779,'_manage_stock','no'),(12716,5779,'_downloadable_files',''),(12717,5779,'_variation_description','16 x 20'),(12718,5780,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12719,5780,'_sku',''),(12720,5780,'_download_expiry',''),(12721,5780,'_file_paths',''),(12722,5780,'_downloadable_files',''),(12723,5780,'_variation_description','18 x 24'),(12724,5780,'attribute_size','18 x 24'),(12725,5780,'_file_paths',''),(12726,5780,'_manage_stock','no'),(12727,5780,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12728,5780,'_weight',''),(12729,5780,'_length',''),(12730,5780,'_width',''),(12731,5780,'_height',''),(12732,5780,'_tax_class',''),(12733,5780,'_download_limit',''),(12734,5780,'_sale_price_dates_to',''),(12735,5780,'_price','300'),(12736,5780,'_sale_price_dates_from',''),(12737,5780,'_sale_price',''),(12738,5780,'_downloadable','no'),(12739,5780,'_regular_price','300'),(12740,5780,'_virtual','no'),(12741,5780,'_thumbnail_id','46'),(12742,5780,'_stock_status','instock'),(12743,5780,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12744,5780,'_download_limit',''),(12745,5780,'_download_expiry',''),(12746,5780,'_weight',''),(12747,5780,'_length',''),(12748,5780,'_width',''),(12749,5780,'_height',''),(12750,5780,'_price','300'),(12751,5780,'_tax_class',''),(12752,5780,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12753,5780,'_sale_price_dates_to',''),(12754,5780,'_thumbnail_id','46'),(12755,5780,'_virtual','no'),(12756,5780,'_downloadable','no'),(12757,5780,'_regular_price','300'),(12758,5780,'_sale_price',''),(12759,5780,'_sale_price_dates_from',''),(12760,5783,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12761,5783,'_sku',''),(12762,5783,'_virtual','no'),(12763,5783,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12764,5783,'_price','250'),(12765,5783,'_download_limit',''),(12766,5783,'_weight',''),(12767,5783,'_length',''),(12768,5783,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12769,5783,'_virtual','no'),(12770,5783,'_weight',''),(12771,5783,'_length',''),(12772,5783,'_width',''),(12773,5783,'_height',''),(12774,5783,'_thumbnail_id','43'),(12775,5783,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12776,5783,'_stock_status','instock'),(12777,5783,'_width',''),(12778,5783,'_height',''),(12779,5783,'_thumbnail_id','43'),(12780,5783,'_sale_price_dates_to',''),(12781,5783,'_regular_price','250'),(12782,5783,'_downloadable','no'),(12783,5783,'_sale_price',''),(12784,5783,'_sale_price_dates_from',''),(12785,5783,'_sale_price_dates_to',''),(12786,5783,'_download_expiry',''),(12787,5783,'_sale_price',''),(12788,5783,'_sale_price_dates_from',''),(12789,5783,'_downloadable','no'),(12790,5783,'_regular_price','250'),(12791,5783,'_tax_class',''),(12792,5783,'_file_paths',''),(12793,5783,'_price','250'),(12794,5783,'_tax_class',''),(12795,5783,'_download_limit',''),(12796,5783,'_download_expiry',''),(12797,5783,'_file_paths',''),(12798,5783,'attribute_size','16 x 20'),(12799,5783,'_manage_stock','no'),(12800,5783,'_downloadable_files',''),(12801,5783,'_variation_description','16 x 20'),(12802,5784,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12803,5784,'_sku',''),(12804,5784,'_download_expiry',''),(12805,5784,'_file_paths',''),(12806,5784,'_downloadable_files',''),(12807,5784,'_variation_description','18 x 24'),(12808,5784,'attribute_size','18 x 24'),(12809,5784,'_file_paths',''),(12810,5784,'_manage_stock','no'),(12811,5784,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12812,5784,'_weight',''),(12813,5784,'_length',''),(12814,5784,'_width',''),(12815,5784,'_height',''),(12816,5784,'_tax_class',''),(12817,5784,'_download_limit',''),(12818,5784,'_sale_price_dates_to',''),(12819,5784,'_price','300'),(12820,5784,'_sale_price_dates_from',''),(12821,5784,'_sale_price',''),(12822,5784,'_downloadable','no'),(12823,5784,'_regular_price','300'),(12824,5784,'_virtual','no'),(12825,5784,'_thumbnail_id','46'),(12826,5784,'_stock_status','instock'),(12827,5784,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12828,5784,'_download_limit',''),(12829,5784,'_download_expiry',''),(12830,5784,'_weight',''),(12831,5784,'_length',''),(12832,5784,'_width',''),(12833,5784,'_height',''),(12834,5784,'_price','300'),(12835,5784,'_tax_class',''),(12836,5784,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12837,5784,'_sale_price_dates_to',''),(12838,5784,'_thumbnail_id','46'),(12839,5784,'_virtual','no'),(12840,5784,'_downloadable','no'),(12841,5784,'_regular_price','300'),(12842,5784,'_sale_price',''),(12843,5784,'_sale_price_dates_from',''),(12844,5787,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12845,5787,'_sku',''),(12846,5787,'_virtual','no'),(12847,5787,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12848,5787,'_price','250'),(12849,5787,'_download_limit',''),(12850,5787,'_weight',''),(12851,5787,'_length',''),(12852,5787,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12853,5787,'_virtual','no'),(12854,5787,'_weight',''),(12855,5787,'_length',''),(12856,5787,'_width',''),(12857,5787,'_height',''),(12858,5787,'_thumbnail_id','43'),(12859,5787,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12860,5787,'_stock_status','instock'),(12861,5787,'_width',''),(12862,5787,'_height',''),(12863,5787,'_thumbnail_id','43'),(12864,5787,'_sale_price_dates_to',''),(12865,5787,'_regular_price','250'),(12866,5787,'_downloadable','no'),(12867,5787,'_sale_price',''),(12868,5787,'_sale_price_dates_from',''),(12869,5787,'_sale_price_dates_to',''),(12870,5787,'_download_expiry',''),(12871,5787,'_sale_price',''),(12872,5787,'_sale_price_dates_from',''),(12873,5787,'_downloadable','no'),(12874,5787,'_regular_price','250'),(12875,5787,'_tax_class',''),(12876,5787,'_file_paths',''),(12877,5787,'_price','250'),(12878,5787,'_tax_class',''),(12879,5787,'_download_limit',''),(12880,5787,'_download_expiry',''),(12881,5787,'_file_paths',''),(12882,5787,'attribute_size','16 x 20'),(12883,5787,'_manage_stock','no'),(12884,5787,'_downloadable_files',''),(12885,5787,'_variation_description','16 x 20'),(12886,5788,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12887,5788,'_sku',''),(12888,5788,'_download_expiry',''),(12889,5788,'_file_paths',''),(12890,5788,'_downloadable_files',''),(12891,5788,'_variation_description','18 x 24'),(12892,5788,'attribute_size','18 x 24'),(12893,5788,'_file_paths',''),(12894,5788,'_manage_stock','no'),(12895,5788,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12896,5788,'_weight',''),(12897,5788,'_length',''),(12898,5788,'_width',''),(12899,5788,'_height',''),(12900,5788,'_tax_class',''),(12901,5788,'_download_limit',''),(12902,5788,'_sale_price_dates_to',''),(12903,5788,'_price','300'),(12904,5788,'_sale_price_dates_from',''),(12905,5788,'_sale_price',''),(12906,5788,'_downloadable','no'),(12907,5788,'_regular_price','300'),(12908,5788,'_virtual','no'),(12909,5788,'_thumbnail_id','46'),(12910,5788,'_stock_status','instock'),(12911,5788,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12912,5788,'_download_limit',''),(12913,5788,'_download_expiry',''),(12914,5788,'_weight',''),(12915,5788,'_length',''),(12916,5788,'_width',''),(12917,5788,'_height',''),(12918,5788,'_price','300'),(12919,5788,'_tax_class',''),(12920,5788,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12921,5788,'_sale_price_dates_to',''),(12922,5788,'_thumbnail_id','46'),(12923,5788,'_virtual','no'),(12924,5788,'_downloadable','no'),(12925,5788,'_regular_price','300'),(12926,5788,'_sale_price',''),(12927,5788,'_sale_price_dates_from',''),(12928,5791,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12929,5791,'_sku',''),(12930,5791,'_virtual','no'),(12931,5791,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12932,5791,'_price','250'),(12933,5791,'_download_limit',''),(12934,5791,'_weight',''),(12935,5791,'_length',''),(12936,5791,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12937,5791,'_virtual','no'),(12938,5791,'_weight',''),(12939,5791,'_length',''),(12940,5791,'_width',''),(12941,5791,'_height',''),(12942,5791,'_thumbnail_id','43'),(12943,5791,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12944,5791,'_stock_status','instock'),(12945,5791,'_width',''),(12946,5791,'_height',''),(12947,5791,'_thumbnail_id','43'),(12948,5791,'_sale_price_dates_to',''),(12949,5791,'_regular_price','250'),(12950,5791,'_downloadable','no'),(12951,5791,'_sale_price',''),(12952,5791,'_sale_price_dates_from',''),(12953,5791,'_sale_price_dates_to',''),(12954,5791,'_download_expiry',''),(12955,5791,'_sale_price',''),(12956,5791,'_sale_price_dates_from',''),(12957,5791,'_downloadable','no'),(12958,5791,'_regular_price','250'),(12959,5791,'_tax_class',''),(12960,5791,'_file_paths',''),(12961,5791,'_price','250'),(12962,5791,'_tax_class',''),(12963,5791,'_download_limit',''),(12964,5791,'_download_expiry',''),(12965,5791,'_file_paths',''),(12966,5791,'attribute_size','16 x 20'),(12967,5791,'_manage_stock','no'),(12968,5791,'_downloadable_files',''),(12969,5791,'_variation_description','16 x 20'),(12970,5792,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12971,5792,'_sku',''),(12972,5792,'_download_expiry',''),(12973,5792,'_file_paths',''),(12974,5792,'_downloadable_files',''),(12975,5792,'_variation_description','18 x 24'),(12976,5792,'attribute_size','18 x 24'),(12977,5792,'_file_paths',''),(12978,5792,'_manage_stock','no'),(12979,5792,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12980,5792,'_weight',''),(12981,5792,'_length',''),(12982,5792,'_width',''),(12983,5792,'_height',''),(12984,5792,'_tax_class',''),(12985,5792,'_download_limit',''),(12986,5792,'_sale_price_dates_to',''),(12987,5792,'_price','300'),(12988,5792,'_sale_price_dates_from',''),(12989,5792,'_sale_price',''),(12990,5792,'_downloadable','no'),(12991,5792,'_regular_price','300'),(12992,5792,'_virtual','no'),(12993,5792,'_thumbnail_id','46'),(12994,5792,'_stock_status','instock'),(12995,5792,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12996,5792,'_download_limit',''),(12997,5792,'_download_expiry',''),(12998,5792,'_weight',''),(12999,5792,'_length',''),(13000,5792,'_width',''),(13001,5792,'_height',''),(13002,5792,'_price','300'),(13003,5792,'_tax_class',''),(13004,5792,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13005,5792,'_sale_price_dates_to',''),(13006,5792,'_thumbnail_id','46'),(13007,5792,'_virtual','no'),(13008,5792,'_downloadable','no'),(13009,5792,'_regular_price','300'),(13010,5792,'_sale_price',''),(13011,5792,'_sale_price_dates_from',''),(13012,5798,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13013,5798,'_sku',''),(13014,5798,'_virtual','no'),(13015,5798,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13016,5798,'_price','250'),(13017,5798,'_download_limit',''),(13018,5798,'_weight',''),(13019,5798,'_length',''),(13020,5798,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13021,5798,'_virtual','no'),(13022,5798,'_weight',''),(13023,5798,'_length',''),(13024,5798,'_width',''),(13025,5798,'_height',''),(13026,5798,'_thumbnail_id','0'),(13027,5798,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13028,5798,'_stock_status','instock'),(13029,5798,'_width',''),(13030,5798,'_height',''),(13031,5798,'_thumbnail_id','0'),(13032,5798,'_sale_price_dates_to',''),(13033,5798,'_regular_price','250'),(13034,5798,'_downloadable','no'),(13035,5798,'_sale_price',''),(13036,5798,'_sale_price_dates_from',''),(13037,5798,'_sale_price_dates_to',''),(13038,5798,'_download_expiry',''),(13039,5798,'_sale_price',''),(13040,5798,'_sale_price_dates_from',''),(13041,5798,'_downloadable','no'),(13042,5798,'_regular_price','250'),(13043,5798,'_tax_class',''),(13044,5798,'_file_paths',''),(13045,5798,'_price','250'),(13046,5798,'_tax_class',''),(13047,5798,'_download_limit',''),(13048,5798,'_download_expiry',''),(13049,5798,'_file_paths',''),(13050,5798,'attribute_size','16 x 20'),(13051,5798,'_manage_stock','no'),(13052,5798,'_downloadable_files',''),(13053,5798,'_variation_description','16 x 20'),(13054,5799,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13055,5799,'_sku',''),(13056,5799,'_download_expiry',''),(13057,5799,'_file_paths',''),(13058,5799,'_downloadable_files',''),(13059,5799,'_variation_description','18 x 24'),(13060,5799,'attribute_size','18 x 24'),(13061,5799,'_file_paths',''),(13062,5799,'_manage_stock','no'),(13063,5799,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13064,5799,'_weight',''),(13065,5799,'_length',''),(13066,5799,'_width',''),(13067,5799,'_height',''),(13068,5799,'_tax_class',''),(13069,5799,'_download_limit',''),(13070,5799,'_sale_price_dates_to',''),(13071,5799,'_price','300'),(13072,5799,'_sale_price_dates_from',''),(13073,5799,'_sale_price',''),(13074,5799,'_downloadable','no'),(13075,5799,'_regular_price','300'),(13076,5799,'_virtual','no'),(13077,5799,'_thumbnail_id','0'),(13078,5799,'_stock_status','instock'),(13079,5799,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13080,5799,'_download_limit',''),(13081,5799,'_download_expiry',''),(13082,5799,'_weight',''),(13083,5799,'_length',''),(13084,5799,'_width',''),(13085,5799,'_height',''),(13086,5799,'_price','300'),(13087,5799,'_tax_class',''),(13088,5799,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13089,5799,'_sale_price_dates_to',''),(13090,5799,'_thumbnail_id','0'),(13091,5799,'_virtual','no'),(13092,5799,'_downloadable','no'),(13093,5799,'_regular_price','300'),(13094,5799,'_sale_price',''),(13095,5799,'_sale_price_dates_from',''),(13096,5801,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13097,5801,'_sku',''),(13098,5801,'_virtual','no'),(13099,5801,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13100,5801,'_price','350'),(13101,5801,'_download_limit',''),(13102,5801,'_weight',''),(13103,5801,'_length',''),(13104,5801,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13105,5801,'_virtual','no'),(13106,5801,'_weight',''),(13107,5801,'_length',''),(13108,5801,'_width',''),(13109,5801,'_height',''),(13110,5801,'_thumbnail_id','43'),(13111,5801,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13112,5801,'_stock_status','instock'),(13113,5801,'_width',''),(13114,5801,'_height',''),(13115,5801,'_thumbnail_id','43'),(13116,5801,'_sale_price_dates_to',''),(13117,5801,'_regular_price','350'),(13118,5801,'_downloadable','no'),(13119,5801,'_sale_price',''),(13120,5801,'_sale_price_dates_from',''),(13121,5801,'_sale_price_dates_to',''),(13122,5801,'_download_expiry',''),(13123,5801,'_sale_price',''),(13124,5801,'_sale_price_dates_from',''),(13125,5801,'_downloadable','no'),(13126,5801,'_regular_price','350'),(13127,5801,'_tax_class',''),(13128,5801,'_file_paths',''),(13129,5801,'_price','350'),(13130,5801,'_tax_class',''),(13131,5801,'_download_limit',''),(13132,5801,'_download_expiry',''),(13133,5801,'_file_paths',''),(13134,5801,'attribute_size','24 x 30'),(13135,5801,'_manage_stock','no'),(13136,5801,'_downloadable_files',''),(13137,5801,'_variation_description','16 x 20'),(13138,5802,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13139,5802,'_sku',''),(13140,5802,'_download_expiry',''),(13141,5802,'_file_paths',''),(13142,5802,'_downloadable_files',''),(13143,5802,'_variation_description','18 x 24'),(13144,5802,'attribute_size','37 x 46.5'),(13145,5802,'_file_paths',''),(13146,5802,'_manage_stock','no'),(13147,5802,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13148,5802,'_weight',''),(13149,5802,'_length',''),(13150,5802,'_width',''),(13151,5802,'_height',''),(13152,5802,'_tax_class',''),(13153,5802,'_download_limit',''),(13154,5802,'_sale_price_dates_to',''),(13155,5802,'_price','775'),(13156,5802,'_sale_price_dates_from',''),(13157,5802,'_sale_price',''),(13158,5802,'_downloadable','no'),(13159,5802,'_regular_price','775'),(13160,5802,'_virtual','no'),(13161,5802,'_thumbnail_id','46'),(13162,5802,'_stock_status','instock'),(13163,5802,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13164,5802,'_download_limit',''),(13165,5802,'_download_expiry',''),(13166,5802,'_weight',''),(13167,5802,'_length',''),(13168,5802,'_width',''),(13169,5802,'_height',''),(13170,5802,'_price','775'),(13171,5802,'_tax_class',''),(13172,5802,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13173,5802,'_sale_price_dates_to',''),(13174,5802,'_thumbnail_id','46'),(13175,5802,'_virtual','no'),(13176,5802,'_downloadable','no'),(13177,5802,'_regular_price','775'),(13178,5802,'_sale_price',''),(13179,5802,'_sale_price_dates_from',''),(13180,5848,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13181,5848,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13182,5848,'attribute_pa_photo-prints','e'),(13183,5848,'_sku',''),(13184,5848,'_thumbnail_id','0'),(13185,5848,'_virtual','no'),(13186,5848,'_downloadable','no'),(13187,5848,'_weight',''),(13188,5848,'_length',''),(13189,5848,'_width',''),(13190,5848,'_height',''),(13191,5848,'_manage_stock','no'),(13192,5848,'_regular_price','900'),(13193,5848,'_sale_price',''),(13194,5848,'_sale_price_dates_from',''),(13195,5848,'_sale_price_dates_to',''),(13196,5848,'_price','900'),(13197,5848,'_download_limit',''),(13198,5848,'_download_expiry',''),(13199,5848,'_downloadable_files',''),(13200,5848,'_variation_description','36 x 54'),(13201,5848,'_stock_status','instock'),(13202,5849,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13203,5849,'_stock_status','instock'),(13204,5849,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13205,5849,'attribute_pa_photo-prints','d'),(13206,5849,'_download_limit',''),(13207,5849,'_price','500'),(13208,5849,'_download_expiry',''),(13209,5849,'_downloadable_files',''),(13210,5849,'_variation_description','30 x 45'),(13211,5849,'_width',''),(13212,5849,'_height',''),(13213,5849,'_manage_stock','no'),(13214,5849,'_regular_price','500'),(13215,5849,'_sale_price',''),(13216,5849,'_sale_price_dates_from',''),(13217,5849,'_sale_price_dates_to',''),(13218,5849,'_length',''),(13219,5849,'_weight',''),(13220,5849,'_sku',''),(13221,5849,'_thumbnail_id','0'),(13222,5849,'_virtual','no'),(13223,5849,'_downloadable','no'),(13224,5850,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13225,5850,'_price','400'),(13226,5850,'_download_limit',''),(13227,5850,'_height',''),(13228,5850,'_manage_stock','no'),(13229,5850,'_regular_price','400'),(13230,5850,'_width',''),(13231,5850,'_weight',''),(13232,5850,'_length',''),(13233,5850,'_sku',''),(13234,5850,'_sale_price',''),(13235,5850,'_sale_price_dates_from',''),(13236,5850,'_sale_price_dates_to',''),(13237,5850,'_thumbnail_id','0'),(13238,5850,'_virtual','no'),(13239,5850,'_downloadable','no'),(13240,5850,'attribute_pa_photo-prints','c'),(13241,5850,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13242,5850,'_stock_status','instock'),(13243,5850,'_download_expiry',''),(13244,5850,'_downloadable_files',''),(13245,5850,'_variation_description','24 x 36'),(13246,5851,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13247,5851,'_sku',''),(13248,5851,'_thumbnail_id','0'),(13249,5851,'_virtual','no'),(13250,5851,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13251,5851,'_weight',''),(13252,5851,'_length',''),(13253,5851,'_stock_status','instock'),(13254,5851,'_downloadable','no'),(13255,5851,'_width',''),(13256,5851,'_height',''),(13257,5851,'_manage_stock','no'),(13258,5851,'_regular_price','300'),(13259,5851,'_sale_price',''),(13260,5851,'_sale_price_dates_from',''),(13261,5851,'_sale_price_dates_to',''),(13262,5851,'_price','300'),(13263,5851,'_download_limit',''),(13264,5851,'_download_expiry',''),(13265,5851,'_downloadable_files',''),(13266,5851,'_variation_description','20 x 30'),(13267,5851,'attribute_pa_photo-prints','b'),(13268,5852,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13269,5852,'_stock_status','instock'),(13270,5852,'_variation_description','12 x 18'),(13271,5852,'_sku',''),(13272,5852,'_downloadable_files',''),(13273,5852,'_download_expiry',''),(13274,5852,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13275,5852,'attribute_pa_photo-prints','a'),(13276,5852,'_manage_stock','no'),(13277,5852,'_regular_price','175'),(13278,5852,'_sale_price',''),(13279,5852,'_sale_price_dates_from',''),(13280,5852,'_sale_price_dates_to',''),(13281,5852,'_price','175'),(13282,5852,'_download_limit',''),(13283,5852,'_height',''),(13284,5852,'_width',''),(13285,5852,'_thumbnail_id','0'),(13286,5852,'_virtual','no'),(13287,5852,'_downloadable','no'),(13288,5852,'_weight',''),(13289,5852,'_length',''),(13290,5881,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13291,5881,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13292,5881,'_manage_stock','no'),(13293,5881,'_regular_price','25.00'),(13294,5881,'_sale_price',''),(13295,5881,'_weight',''),(13296,5881,'_length',''),(13297,5881,'_width',''),(13298,5881,'_height',''),(13299,5881,'_virtual','no'),(13300,5881,'_downloadable','no'),(13301,5881,'attribute_size','Small'),(13302,5881,'_stock_status','instock'),(13303,5881,'_thumbnail_id','0'),(13304,5881,'_sale_price_dates_from',''),(13305,5881,'_sale_price_dates_to',''),(13306,5881,'_price','25.00'),(13307,5881,'_download_limit',''),(13308,5881,'_download_expiry',''),(13309,5881,'_downloadable_files',''),(13310,5881,'_variation_description',''),(13311,5882,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13312,5882,'_variation_description',''),(13313,5882,'_regular_price','25.00'),(13314,5882,'_sale_price',''),(13315,5882,'_sale_price_dates_from',''),(13316,5882,'_sale_price_dates_to',''),(13317,5882,'_price','25.00'),(13318,5882,'_weight',''),(13319,5882,'_length',''),(13320,5882,'_width',''),(13321,5882,'_height',''),(13322,5882,'_manage_stock','no'),(13323,5882,'_stock_status','instock'),(13324,5882,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13325,5882,'_thumbnail_id','0'),(13326,5882,'_virtual','no'),(13327,5882,'_downloadable','no'),(13328,5882,'_download_limit',''),(13329,5882,'_download_expiry',''),(13330,5882,'_downloadable_files',''),(13331,5882,'attribute_size','X-Large'),(13332,5883,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13333,5883,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13334,5883,'attribute_size','Medium'),(13335,5883,'_stock_status','instock'),(13336,5883,'_weight',''),(13337,5883,'_length',''),(13338,5883,'_width',''),(13339,5883,'_manage_stock','no'),(13340,5883,'_regular_price','25.00'),(13341,5883,'_sale_price',''),(13342,5883,'_thumbnail_id','0'),(13343,5883,'_virtual','no'),(13344,5883,'_downloadable','no'),(13345,5883,'_height',''),(13346,5883,'_sale_price_dates_from',''),(13347,5883,'_sale_price_dates_to',''),(13348,5883,'_price','25.00'),(13349,5883,'_download_limit',''),(13350,5883,'_download_expiry',''),(13351,5883,'_downloadable_files',''),(13352,5883,'_variation_description',''),(13353,5884,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13354,5884,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13355,5884,'attribute_size','Large'),(13356,5884,'_stock_status','instock'),(13357,5884,'_thumbnail_id','0'),(13358,5884,'_virtual','no'),(13359,5884,'_downloadable','no'),(13360,5884,'_weight',''),(13361,5884,'_length',''),(13362,5884,'_width',''),(13363,5884,'_height',''),(13364,5884,'_manage_stock','no'),(13365,5884,'_regular_price','25.00'),(13366,5884,'_sale_price',''),(13367,5884,'_sale_price_dates_from',''),(13368,5884,'_sale_price_dates_to',''),(13369,5884,'_price','25.00'),(13370,5884,'_download_limit',''),(13371,5884,'_download_expiry',''),(13372,5884,'_downloadable_files',''),(13373,5884,'_variation_description',''),(13374,5888,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13375,5888,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13376,5888,'_manage_stock','no'),(13377,5888,'_regular_price','25.00'),(13378,5888,'_sale_price',''),(13379,5888,'_weight',''),(13380,5888,'_length',''),(13381,5888,'_width',''),(13382,5888,'_height',''),(13383,5888,'_virtual','no'),(13384,5888,'_downloadable','no'),(13385,5888,'attribute_size','Small'),(13386,5888,'_stock_status','instock'),(13387,5888,'_thumbnail_id','0'),(13388,5888,'_sale_price_dates_from',''),(13389,5888,'_sale_price_dates_to',''),(13390,5888,'_price','25.00'),(13391,5888,'_download_limit',''),(13392,5888,'_download_expiry',''),(13393,5888,'_downloadable_files',''),(13394,5888,'_variation_description',''),(13395,5889,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13396,5889,'_variation_description',''),(13397,5889,'_regular_price','25.00'),(13398,5889,'_sale_price',''),(13399,5889,'_sale_price_dates_from',''),(13400,5889,'_sale_price_dates_to',''),(13401,5889,'_price','25.00'),(13402,5889,'_weight',''),(13403,5889,'_length',''),(13404,5889,'_width',''),(13405,5889,'_height',''),(13406,5889,'_manage_stock','no'),(13407,5889,'_stock_status','instock'),(13408,5889,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13409,5889,'_thumbnail_id','0'),(13410,5889,'_virtual','no'),(13411,5889,'_downloadable','no'),(13412,5889,'_download_limit',''),(13413,5889,'_download_expiry',''),(13414,5889,'_downloadable_files',''),(13415,5889,'attribute_size','X-Large'),(13416,5890,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13417,5890,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13418,5890,'attribute_size','Medium'),(13419,5890,'_stock_status','instock'),(13420,5890,'_weight',''),(13421,5890,'_length',''),(13422,5890,'_width',''),(13423,5890,'_manage_stock','no'),(13424,5890,'_regular_price','25.00'),(13425,5890,'_sale_price',''),(13426,5890,'_thumbnail_id','0'),(13427,5890,'_virtual','no'),(13428,5890,'_downloadable','no'),(13429,5890,'_height',''),(13430,5890,'_sale_price_dates_from',''),(13431,5890,'_sale_price_dates_to',''),(13432,5890,'_price','25.00'),(13433,5890,'_download_limit',''),(13434,5890,'_download_expiry',''),(13435,5890,'_downloadable_files',''),(13436,5890,'_variation_description',''),(13437,5891,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13438,5891,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13439,5891,'attribute_size','Large'),(13440,5891,'_stock_status','instock'),(13441,5891,'_thumbnail_id','0'),(13442,5891,'_virtual','no'),(13443,5891,'_downloadable','no'),(13444,5891,'_weight',''),(13445,5891,'_length',''),(13446,5891,'_width',''),(13447,5891,'_height',''),(13448,5891,'_manage_stock','no'),(13449,5891,'_regular_price','25.00'),(13450,5891,'_sale_price',''),(13451,5891,'_sale_price_dates_from',''),(13452,5891,'_sale_price_dates_to',''),(13453,5891,'_price','25.00'),(13454,5891,'_download_limit',''),(13455,5891,'_download_expiry',''),(13456,5891,'_downloadable_files',''),(13457,5891,'_variation_description',''),(13458,5895,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13459,5895,'_sale_price_dates_to',''),(13460,5895,'_thumbnail_id','0'),(13461,5895,'_virtual','no'),(13462,5895,'_downloadable','no'),(13463,5895,'_width',''),(13464,5895,'_weight',''),(13465,5895,'_length',''),(13466,5895,'_sale_price',''),(13467,5895,'_sale_price_dates_from',''),(13468,5895,'_price','350'),(13469,5895,'_download_limit',''),(13470,5895,'_height',''),(13471,5895,'_manage_stock','no'),(13472,5895,'_regular_price','350'),(13473,5895,'_download_expiry',''),(13474,5895,'_downloadable_files',''),(13475,5895,'attribute_pa_photo-prints','c'),(13476,5895,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13477,5895,'_stock_status','instock'),(13478,5895,'_variation_description','24 x 30'),(13479,5895,'_sku',''),(13480,5896,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13481,5896,'_weight',''),(13482,5896,'_length',''),(13483,5896,'_stock_status','instock'),(13484,5896,'_downloadable','no'),(13485,5896,'_width',''),(13486,5896,'_height',''),(13487,5896,'_manage_stock','no'),(13488,5896,'_regular_price','200'),(13489,5896,'_sale_price',''),(13490,5896,'_sale_price_dates_from',''),(13491,5896,'_sale_price_dates_to',''),(13492,5896,'_price','200'),(13493,5896,'_download_limit',''),(13494,5896,'_download_expiry',''),(13495,5896,'_downloadable_files',''),(13496,5896,'_variation_description','16 x 20'),(13497,5896,'_thumbnail_id','0'),(13498,5896,'_virtual','no'),(13499,5896,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13500,5896,'attribute_pa_photo-prints','b'),(13501,5896,'_sku',''),(13502,5897,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13503,5897,'_virtual','no'),(13504,5897,'_downloadable','no'),(13505,5897,'_height',''),(13506,5897,'_width',''),(13507,5897,'_thumbnail_id','0'),(13508,5897,'_weight',''),(13509,5897,'_length',''),(13510,5897,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13511,5897,'attribute_pa_photo-prints','a'),(13512,5897,'_downloadable_files',''),(13513,5897,'_download_expiry',''),(13514,5897,'_stock_status','instock'),(13515,5897,'_variation_description','12 x 15'),(13516,5897,'_manage_stock','no'),(13517,5897,'_regular_price','150'),(13518,5897,'_sale_price',''),(13519,5897,'_sale_price_dates_from',''),(13520,5897,'_sale_price_dates_to',''),(13521,5897,'_price','150'),(13522,5897,'_download_limit',''),(13523,5908,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13524,5908,'_sale_price_dates_to',''),(13525,5908,'_thumbnail_id','0'),(13526,5908,'_virtual','no'),(13527,5908,'_downloadable','no'),(13528,5908,'_width',''),(13529,5908,'_weight',''),(13530,5908,'_length',''),(13531,5908,'_sale_price',''),(13532,5908,'_sale_price_dates_from',''),(13533,5908,'_price','350'),(13534,5908,'_download_limit',''),(13535,5908,'_height',''),(13536,5908,'_manage_stock','no'),(13537,5908,'_regular_price','350'),(13538,5908,'_download_expiry',''),(13539,5908,'_downloadable_files',''),(13540,5908,'attribute_pa_photo-prints','c'),(13541,5908,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13542,5908,'_stock_status','instock'),(13543,5908,'_variation_description','24 x 30'),(13544,5909,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13545,5909,'_weight',''),(13546,5909,'_length',''),(13547,5909,'_stock_status','instock'),(13548,5909,'_downloadable','no'),(13549,5909,'_width',''),(13550,5909,'_height',''),(13551,5909,'_manage_stock','no'),(13552,5909,'_regular_price','200'),(13553,5909,'_sale_price',''),(13554,5909,'_sale_price_dates_from',''),(13555,5909,'_sale_price_dates_to',''),(13556,5909,'_price','200'),(13557,5909,'_download_limit',''),(13558,5909,'_download_expiry',''),(13559,5909,'_downloadable_files',''),(13560,5909,'_variation_description','16 x 20'),(13561,5909,'_thumbnail_id','0'),(13562,5909,'_virtual','no'),(13563,5909,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13564,5909,'attribute_pa_photo-prints','b'),(13565,5910,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13566,5910,'_virtual','no'),(13567,5910,'_downloadable','no'),(13568,5910,'_height',''),(13569,5910,'_width',''),(13570,5910,'_thumbnail_id','0'),(13571,5910,'_weight',''),(13572,5910,'_length',''),(13573,5910,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13574,5910,'attribute_pa_photo-prints','a'),(13575,5910,'_downloadable_files',''),(13576,5910,'_download_expiry',''),(13577,5910,'_stock_status','instock'),(13578,5910,'_variation_description','12 x 15'),(13579,5910,'_manage_stock','no'),(13580,5910,'_regular_price','150'),(13581,5910,'_sale_price',''),(13582,5910,'_sale_price_dates_from',''),(13583,5910,'_sale_price_dates_to',''),(13584,5910,'_price','150'),(13585,5910,'_download_limit',''),(13586,5912,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13587,5912,'_sale_price_dates_to',''),(13588,5912,'_thumbnail_id','0'),(13589,5912,'_virtual','no'),(13590,5912,'_downloadable','no'),(13591,5912,'_width',''),(13592,5912,'_weight',''),(13593,5912,'_length',''),(13594,5912,'_sale_price',''),(13595,5912,'_sale_price_dates_from',''),(13596,5912,'_price','350'),(13597,5912,'_download_limit',''),(13598,5912,'_height',''),(13599,5912,'_manage_stock','no'),(13600,5912,'_regular_price','350'),(13601,5912,'_download_expiry',''),(13602,5912,'_downloadable_files',''),(13603,5912,'attribute_pa_photo-prints','c'),(13604,5912,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13605,5912,'_stock_status','instock'),(13606,5912,'_variation_description','24 x 30'),(13607,5913,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13608,5913,'_weight',''),(13609,5913,'_length',''),(13610,5913,'_stock_status','instock'),(13611,5913,'_downloadable','no'),(13612,5913,'_width',''),(13613,5913,'_height',''),(13614,5913,'_manage_stock','no'),(13615,5913,'_regular_price','200'),(13616,5913,'_sale_price',''),(13617,5913,'_sale_price_dates_from',''),(13618,5913,'_sale_price_dates_to',''),(13619,5913,'_price','200'),(13620,5913,'_download_limit',''),(13621,5913,'_download_expiry',''),(13622,5913,'_downloadable_files',''),(13623,5913,'_variation_description','16 x 20'),(13624,5913,'_thumbnail_id','0'),(13625,5913,'_virtual','no'),(13626,5913,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13627,5913,'attribute_pa_photo-prints','b'),(13628,5914,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13629,5914,'_virtual','no'),(13630,5914,'_downloadable','no'),(13631,5914,'_height',''),(13632,5914,'_width',''),(13633,5914,'_thumbnail_id','0'),(13634,5914,'_weight',''),(13635,5914,'_length',''),(13636,5914,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13637,5914,'attribute_pa_photo-prints','a'),(13638,5914,'_downloadable_files',''),(13639,5914,'_download_expiry',''),(13640,5914,'_stock_status','instock'),(13641,5914,'_variation_description','12 x 15'),(13642,5914,'_manage_stock','no'),(13643,5914,'_regular_price','150'),(13644,5914,'_sale_price',''),(13645,5914,'_sale_price_dates_from',''),(13646,5914,'_sale_price_dates_to',''),(13647,5914,'_price','150'),(13648,5914,'_download_limit',''),(13649,5918,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13650,5918,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13651,5918,'attribute_pa_photo-prints','e'),(13652,5918,'_thumbnail_id','0'),(13653,5918,'_virtual','no'),(13654,5918,'_downloadable','no'),(13655,5918,'_weight',''),(13656,5918,'_length',''),(13657,5918,'_width',''),(13658,5918,'_height',''),(13659,5918,'_manage_stock','no'),(13660,5918,'_regular_price','900'),(13661,5918,'_sale_price',''),(13662,5918,'_sale_price_dates_from',''),(13663,5918,'_sale_price_dates_to',''),(13664,5918,'_price','900'),(13665,5918,'_download_limit',''),(13666,5918,'_download_expiry',''),(13667,5918,'_downloadable_files',''),(13668,5918,'_variation_description','36 x 54'),(13669,5918,'_stock_status','instock'),(13670,5919,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13671,5919,'_stock_status','instock'),(13672,5919,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13673,5919,'attribute_pa_photo-prints','d'),(13674,5919,'_download_limit',''),(13675,5919,'_price','500'),(13676,5919,'_download_expiry',''),(13677,5919,'_downloadable_files',''),(13678,5919,'_variation_description','30 x 45'),(13679,5919,'_width',''),(13680,5919,'_height',''),(13681,5919,'_manage_stock','no'),(13682,5919,'_regular_price','500'),(13683,5919,'_sale_price',''),(13684,5919,'_sale_price_dates_from',''),(13685,5919,'_sale_price_dates_to',''),(13686,5919,'_length',''),(13687,5919,'_weight',''),(13688,5919,'_thumbnail_id','0'),(13689,5919,'_virtual','no'),(13690,5919,'_downloadable','no'),(13691,5920,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13692,5920,'_price','400'),(13693,5920,'_download_limit',''),(13694,5920,'_height',''),(13695,5920,'_manage_stock','no'),(13696,5920,'_regular_price','400'),(13697,5920,'_width',''),(13698,5920,'_weight',''),(13699,5920,'_length',''),(13700,5920,'_sale_price',''),(13701,5920,'_sale_price_dates_from',''),(13702,5920,'_sale_price_dates_to',''),(13703,5920,'_thumbnail_id','0'),(13704,5920,'_virtual','no'),(13705,5920,'_downloadable','no'),(13706,5920,'attribute_pa_photo-prints','c'),(13707,5920,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13708,5920,'_stock_status','instock'),(13709,5920,'_download_expiry',''),(13710,5920,'_downloadable_files',''),(13711,5920,'_variation_description','24 x 36'),(13712,5921,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13713,5921,'_thumbnail_id','0'),(13714,5921,'_virtual','no'),(13715,5921,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13716,5921,'_weight',''),(13717,5921,'_length',''),(13718,5921,'_stock_status','instock'),(13719,5921,'_downloadable','no'),(13720,5921,'_width',''),(13721,5921,'_height',''),(13722,5921,'_manage_stock','no'),(13723,5921,'_regular_price','300'),(13724,5921,'_sale_price',''),(13725,5921,'_sale_price_dates_from',''),(13726,5921,'_sale_price_dates_to',''),(13727,5921,'_price','300'),(13728,5921,'_download_limit',''),(13729,5921,'_download_expiry',''),(13730,5921,'_downloadable_files',''),(13731,5921,'_variation_description','20 x 30'),(13732,5921,'attribute_pa_photo-prints','b'),(13733,5922,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13734,5922,'_stock_status','instock'),(13735,5922,'_variation_description','12 x 18'),(13736,5922,'_downloadable_files',''),(13737,5922,'_download_expiry',''),(13738,5922,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13739,5922,'attribute_pa_photo-prints','a'),(13740,5922,'_manage_stock','no'),(13741,5922,'_regular_price','175'),(13742,5922,'_sale_price',''),(13743,5922,'_sale_price_dates_from',''),(13744,5922,'_sale_price_dates_to',''),(13745,5922,'_price','175'),(13746,5922,'_download_limit',''),(13747,5922,'_height',''),(13748,5922,'_width',''),(13749,5922,'_thumbnail_id','0'),(13750,5922,'_virtual','no'),(13751,5922,'_downloadable','no'),(13752,5922,'_weight',''),(13753,5922,'_length',''),(13754,5925,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13755,5925,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13756,5925,'attribute_pa_photo-prints','e'),(13757,5925,'_thumbnail_id','0'),(13758,5925,'_virtual','no'),(13759,5925,'_downloadable','no'),(13760,5925,'_weight',''),(13761,5925,'_length',''),(13762,5925,'_width',''),(13763,5925,'_height',''),(13764,5925,'_manage_stock','no'),(13765,5925,'_regular_price','900'),(13766,5925,'_sale_price',''),(13767,5925,'_sale_price_dates_from',''),(13768,5925,'_sale_price_dates_to',''),(13769,5925,'_price','900'),(13770,5925,'_download_limit',''),(13771,5925,'_download_expiry',''),(13772,5925,'_downloadable_files',''),(13773,5925,'_variation_description','36 x 54'),(13774,5925,'_stock_status','instock'),(13775,5926,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13776,5926,'_stock_status','instock'),(13777,5926,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13778,5926,'attribute_pa_photo-prints','d'),(13779,5926,'_download_limit',''),(13780,5926,'_price','500'),(13781,5926,'_download_expiry',''),(13782,5926,'_downloadable_files',''),(13783,5926,'_variation_description','30 x 45'),(13784,5926,'_width',''),(13785,5926,'_height',''),(13786,5926,'_manage_stock','no'),(13787,5926,'_regular_price','500'),(13788,5926,'_sale_price',''),(13789,5926,'_sale_price_dates_from',''),(13790,5926,'_sale_price_dates_to',''),(13791,5926,'_length',''),(13792,5926,'_weight',''),(13793,5926,'_thumbnail_id','0'),(13794,5926,'_virtual','no'),(13795,5926,'_downloadable','no'),(13796,5927,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13797,5927,'_price','400'),(13798,5927,'_download_limit',''),(13799,5927,'_height',''),(13800,5927,'_manage_stock','no'),(13801,5927,'_regular_price','400'),(13802,5927,'_width',''),(13803,5927,'_weight',''),(13804,5927,'_length',''),(13805,5927,'_sale_price',''),(13806,5927,'_sale_price_dates_from',''),(13807,5927,'_sale_price_dates_to',''),(13808,5927,'_thumbnail_id','0'),(13809,5927,'_virtual','no'),(13810,5927,'_downloadable','no'),(13811,5927,'attribute_pa_photo-prints','c'),(13812,5927,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13813,5927,'_stock_status','instock'),(13814,5927,'_download_expiry',''),(13815,5927,'_downloadable_files',''),(13816,5927,'_variation_description','24 x 36'),(13817,5928,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13818,5928,'_thumbnail_id','0'),(13819,5928,'_virtual','no'),(13820,5928,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13821,5928,'_weight',''),(13822,5928,'_length',''),(13823,5928,'_stock_status','instock'),(13824,5928,'_downloadable','no'),(13825,5928,'_width',''),(13826,5928,'_height',''),(13827,5928,'_manage_stock','no'),(13828,5928,'_regular_price','300'),(13829,5928,'_sale_price',''),(13830,5928,'_sale_price_dates_from',''),(13831,5928,'_sale_price_dates_to',''),(13832,5928,'_price','300'),(13833,5928,'_download_limit',''),(13834,5928,'_download_expiry',''),(13835,5928,'_downloadable_files',''),(13836,5928,'_variation_description','20 x 30'),(13837,5928,'attribute_pa_photo-prints','b'),(13838,5929,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13839,5929,'_stock_status','instock'),(13840,5929,'_variation_description','12 x 18'),(13841,5929,'_downloadable_files',''),(13842,5929,'_download_expiry',''),(13843,5929,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13844,5929,'attribute_pa_photo-prints','a'),(13845,5929,'_manage_stock','no'),(13846,5929,'_regular_price','175'),(13847,5929,'_sale_price',''),(13848,5929,'_sale_price_dates_from',''),(13849,5929,'_sale_price_dates_to',''),(13850,5929,'_price','175'),(13851,5929,'_download_limit',''),(13852,5929,'_height',''),(13853,5929,'_width',''),(13854,5929,'_thumbnail_id','0'),(13855,5929,'_virtual','no'),(13856,5929,'_downloadable','no'),(13857,5929,'_weight',''),(13858,5929,'_length',''),(13859,5932,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13860,5932,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13861,5932,'attribute_pa_photo-prints','e'),(13862,5932,'_thumbnail_id','0'),(13863,5932,'_virtual','no'),(13864,5932,'_downloadable','no'),(13865,5932,'_weight',''),(13866,5932,'_length',''),(13867,5932,'_width',''),(13868,5932,'_height',''),(13869,5932,'_manage_stock','no'),(13870,5932,'_regular_price','900'),(13871,5932,'_sale_price',''),(13872,5932,'_sale_price_dates_from',''),(13873,5932,'_sale_price_dates_to',''),(13874,5932,'_price','900'),(13875,5932,'_download_limit',''),(13876,5932,'_download_expiry',''),(13877,5932,'_downloadable_files',''),(13878,5932,'_variation_description','36 x 54'),(13879,5932,'_stock_status','instock'),(13880,5933,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13881,5933,'_stock_status','instock'),(13882,5933,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13883,5933,'attribute_pa_photo-prints','d'),(13884,5933,'_download_limit',''),(13885,5933,'_price','500'),(13886,5933,'_download_expiry',''),(13887,5933,'_downloadable_files',''),(13888,5933,'_variation_description','30 x 45'),(13889,5933,'_width',''),(13890,5933,'_height',''),(13891,5933,'_manage_stock','no'),(13892,5933,'_regular_price','500'),(13893,5933,'_sale_price',''),(13894,5933,'_sale_price_dates_from',''),(13895,5933,'_sale_price_dates_to',''),(13896,5933,'_length',''),(13897,5933,'_weight',''),(13898,5933,'_thumbnail_id','0'),(13899,5933,'_virtual','no'),(13900,5933,'_downloadable','no'),(13901,5934,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13902,5934,'_price','400'),(13903,5934,'_download_limit',''),(13904,5934,'_height',''),(13905,5934,'_manage_stock','no'),(13906,5934,'_regular_price','400'),(13907,5934,'_width',''),(13908,5934,'_weight',''),(13909,5934,'_length',''),(13910,5934,'_sale_price',''),(13911,5934,'_sale_price_dates_from',''),(13912,5934,'_sale_price_dates_to',''),(13913,5934,'_thumbnail_id','0'),(13914,5934,'_virtual','no'),(13915,5934,'_downloadable','no'),(13916,5934,'attribute_pa_photo-prints','c'),(13917,5934,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13918,5934,'_stock_status','instock'),(13919,5934,'_download_expiry',''),(13920,5934,'_downloadable_files',''),(13921,5934,'_variation_description','24 x 36'),(13922,5935,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13923,5935,'_thumbnail_id','0'),(13924,5935,'_virtual','no'),(13925,5935,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13926,5935,'_weight',''),(13927,5935,'_length',''),(13928,5935,'_stock_status','instock'),(13929,5935,'_downloadable','no'),(13930,5935,'_width',''),(13931,5935,'_height',''),(13932,5935,'_manage_stock','no'),(13933,5935,'_regular_price','300'),(13934,5935,'_sale_price',''),(13935,5935,'_sale_price_dates_from',''),(13936,5935,'_sale_price_dates_to',''),(13937,5935,'_price','300'),(13938,5935,'_download_limit',''),(13939,5935,'_download_expiry',''),(13940,5935,'_downloadable_files',''),(13941,5935,'_variation_description','20 x 30'),(13942,5935,'attribute_pa_photo-prints','b'),(13943,5936,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13944,5936,'_stock_status','instock'),(13945,5936,'_variation_description','12 x 18'),(13946,5936,'_downloadable_files',''),(13947,5936,'_download_expiry',''),(13948,5936,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13949,5936,'attribute_pa_photo-prints','a'),(13950,5936,'_manage_stock','no'),(13951,5936,'_regular_price','175'),(13952,5936,'_sale_price',''),(13953,5936,'_sale_price_dates_from',''),(13954,5936,'_sale_price_dates_to',''),(13955,5936,'_price','175'),(13956,5936,'_download_limit',''),(13957,5936,'_height',''),(13958,5936,'_width',''),(13959,5936,'_thumbnail_id','0'),(13960,5936,'_virtual','no'),(13961,5936,'_downloadable','no'),(13962,5936,'_weight',''),(13963,5936,'_length',''),(13964,5939,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13965,5939,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13966,5939,'attribute_pa_photo-prints','e'),(13967,5939,'_thumbnail_id','0'),(13968,5939,'_virtual','no'),(13969,5939,'_downloadable','no'),(13970,5939,'_weight',''),(13971,5939,'_length',''),(13972,5939,'_width',''),(13973,5939,'_height',''),(13974,5939,'_manage_stock','no'),(13975,5939,'_regular_price','900'),(13976,5939,'_sale_price',''),(13977,5939,'_sale_price_dates_from',''),(13978,5939,'_sale_price_dates_to',''),(13979,5939,'_price','900'),(13980,5939,'_download_limit',''),(13981,5939,'_download_expiry',''),(13982,5939,'_downloadable_files',''),(13983,5939,'_variation_description','36 x 54'),(13984,5939,'_stock_status','instock'),(13985,5940,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13986,5940,'_stock_status','instock'),(13987,5940,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13988,5940,'attribute_pa_photo-prints','d'),(13989,5940,'_download_limit',''),(13990,5940,'_price','500'),(13991,5940,'_download_expiry',''),(13992,5940,'_downloadable_files',''),(13993,5940,'_variation_description','30 x 45'),(13994,5940,'_width',''),(13995,5940,'_height',''),(13996,5940,'_manage_stock','no'),(13997,5940,'_regular_price','500'),(13998,5940,'_sale_price',''),(13999,5940,'_sale_price_dates_from',''),(14000,5940,'_sale_price_dates_to',''),(14001,5940,'_length',''),(14002,5940,'_weight',''),(14003,5940,'_thumbnail_id','0'),(14004,5940,'_virtual','no'),(14005,5940,'_downloadable','no'),(14006,5941,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14007,5941,'_price','400'),(14008,5941,'_download_limit',''),(14009,5941,'_height',''),(14010,5941,'_manage_stock','no'),(14011,5941,'_regular_price','400'),(14012,5941,'_width',''),(14013,5941,'_weight',''),(14014,5941,'_length',''),(14015,5941,'_sale_price',''),(14016,5941,'_sale_price_dates_from',''),(14017,5941,'_sale_price_dates_to',''),(14018,5941,'_thumbnail_id','0'),(14019,5941,'_virtual','no'),(14020,5941,'_downloadable','no'),(14021,5941,'attribute_pa_photo-prints','c'),(14022,5941,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14023,5941,'_stock_status','instock'),(14024,5941,'_download_expiry',''),(14025,5941,'_downloadable_files',''),(14026,5941,'_variation_description','24 x 36'),(14027,5942,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14028,5942,'_thumbnail_id','0'),(14029,5942,'_virtual','no'),(14030,5942,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14031,5942,'_weight',''),(14032,5942,'_length',''),(14033,5942,'_stock_status','instock'),(14034,5942,'_downloadable','no'),(14035,5942,'_width',''),(14036,5942,'_height',''),(14037,5942,'_manage_stock','no'),(14038,5942,'_regular_price','300'),(14039,5942,'_sale_price',''),(14040,5942,'_sale_price_dates_from',''),(14041,5942,'_sale_price_dates_to',''),(14042,5942,'_price','300'),(14043,5942,'_download_limit',''),(14044,5942,'_download_expiry',''),(14045,5942,'_downloadable_files',''),(14046,5942,'_variation_description','20 x 30'),(14047,5942,'attribute_pa_photo-prints','b'),(14048,5943,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14049,5943,'_stock_status','instock'),(14050,5943,'_variation_description','12 x 18'),(14051,5943,'_downloadable_files',''),(14052,5943,'_download_expiry',''),(14053,5943,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14054,5943,'attribute_pa_photo-prints','a'),(14055,5943,'_manage_stock','no'),(14056,5943,'_regular_price','175'),(14057,5943,'_sale_price',''),(14058,5943,'_sale_price_dates_from',''),(14059,5943,'_sale_price_dates_to',''),(14060,5943,'_price','175'),(14061,5943,'_download_limit',''),(14062,5943,'_height',''),(14063,5943,'_width',''),(14064,5943,'_thumbnail_id','0'),(14065,5943,'_virtual','no'),(14066,5943,'_downloadable','no'),(14067,5943,'_weight',''),(14068,5943,'_length',''),(14069,5983,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14070,5983,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14071,5983,'attribute_pa_photo-prints','e'),(14072,5983,'_thumbnail_id','0'),(14073,5983,'_virtual','no'),(14074,5983,'_downloadable','no'),(14075,5983,'_weight',''),(14076,5983,'_length',''),(14077,5983,'_width',''),(14078,5983,'_height',''),(14079,5983,'_manage_stock','no'),(14080,5983,'_regular_price','900'),(14081,5983,'_sale_price',''),(14082,5983,'_sale_price_dates_from',''),(14083,5983,'_sale_price_dates_to',''),(14084,5983,'_price','900'),(14085,5983,'_download_limit',''),(14086,5983,'_download_expiry',''),(14087,5983,'_downloadable_files',''),(14088,5983,'_variation_description','36 x 54'),(14089,5983,'_stock_status','instock'),(14090,5984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14091,5984,'_stock_status','instock'),(14092,5984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14093,5984,'attribute_pa_photo-prints','d'),(14094,5984,'_download_limit',''),(14095,5984,'_price','500'),(14096,5984,'_download_expiry',''),(14097,5984,'_downloadable_files',''),(14098,5984,'_variation_description','30 x 45'),(14099,5984,'_width',''),(14100,5984,'_height',''),(14101,5984,'_manage_stock','no'),(14102,5984,'_regular_price','500'),(14103,5984,'_sale_price',''),(14104,5984,'_sale_price_dates_from',''),(14105,5984,'_sale_price_dates_to',''),(14106,5984,'_length',''),(14107,5984,'_weight',''),(14108,5984,'_thumbnail_id','0'),(14109,5984,'_virtual','no'),(14110,5984,'_downloadable','no'),(14111,5985,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14112,5985,'_price','400'),(14113,5985,'_download_limit',''),(14114,5985,'_height',''),(14115,5985,'_manage_stock','no'),(14116,5985,'_regular_price','400'),(14117,5985,'_width',''),(14118,5985,'_weight',''),(14119,5985,'_length',''),(14120,5985,'_sale_price',''),(14121,5985,'_sale_price_dates_from',''),(14122,5985,'_sale_price_dates_to',''),(14123,5985,'_thumbnail_id','0'),(14124,5985,'_virtual','no'),(14125,5985,'_downloadable','no'),(14126,5985,'attribute_pa_photo-prints','c'),(14127,5985,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14128,5985,'_stock_status','instock'),(14129,5985,'_download_expiry',''),(14130,5985,'_downloadable_files',''),(14131,5985,'_variation_description','24 x 36'),(14132,5986,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14133,5986,'_thumbnail_id','0'),(14134,5986,'_virtual','no'),(14135,5986,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14136,5986,'_weight',''),(14137,5986,'_length',''),(14138,5986,'_stock_status','instock'),(14139,5986,'_downloadable','no'),(14140,5986,'_width',''),(14141,5986,'_height',''),(14142,5986,'_manage_stock','no'),(14143,5986,'_regular_price','300'),(14144,5986,'_sale_price',''),(14145,5986,'_sale_price_dates_from',''),(14146,5986,'_sale_price_dates_to',''),(14147,5986,'_price','300'),(14148,5986,'_download_limit',''),(14149,5986,'_download_expiry',''),(14150,5986,'_downloadable_files',''),(14151,5986,'_variation_description','20 x 30'),(14152,5986,'attribute_pa_photo-prints','b'),(14153,5987,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14154,5987,'_stock_status','instock'),(14155,5987,'_variation_description','12 x 18'),(14156,5987,'_downloadable_files',''),(14157,5987,'_download_expiry',''),(14158,5987,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14159,5987,'attribute_pa_photo-prints','a'),(14160,5987,'_manage_stock','no'),(14161,5987,'_regular_price','175'),(14162,5987,'_sale_price',''),(14163,5987,'_sale_price_dates_from',''),(14164,5987,'_sale_price_dates_to',''),(14165,5987,'_price','175'),(14166,5987,'_download_limit',''),(14167,5987,'_height',''),(14168,5987,'_width',''),(14169,5987,'_thumbnail_id','0'),(14170,5987,'_virtual','no'),(14171,5987,'_downloadable','no'),(14172,5987,'_weight',''),(14173,5987,'_length',''),(14174,5995,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14175,5995,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14176,5995,'attribute_pa_photo-prints','e'),(14177,5995,'_thumbnail_id','0'),(14178,5995,'_virtual','no'),(14179,5995,'_downloadable','no'),(14180,5995,'_weight',''),(14181,5995,'_length',''),(14182,5995,'_width',''),(14183,5995,'_height',''),(14184,5995,'_manage_stock','no'),(14185,5995,'_regular_price','900'),(14186,5995,'_sale_price',''),(14187,5995,'_sale_price_dates_from',''),(14188,5995,'_sale_price_dates_to',''),(14189,5995,'_price','900'),(14190,5995,'_download_limit',''),(14191,5995,'_download_expiry',''),(14192,5995,'_downloadable_files',''),(14193,5995,'_variation_description','36 x 54'),(14194,5995,'_stock_status','instock'),(14195,5996,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14196,5996,'_stock_status','instock'),(14197,5996,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14198,5996,'attribute_pa_photo-prints','d'),(14199,5996,'_download_limit',''),(14200,5996,'_price','500'),(14201,5996,'_download_expiry',''),(14202,5996,'_downloadable_files',''),(14203,5996,'_variation_description','30 x 45'),(14204,5996,'_width',''),(14205,5996,'_height',''),(14206,5996,'_manage_stock','no'),(14207,5996,'_regular_price','500'),(14208,5996,'_sale_price',''),(14209,5996,'_sale_price_dates_from',''),(14210,5996,'_sale_price_dates_to',''),(14211,5996,'_length',''),(14212,5996,'_weight',''),(14213,5996,'_thumbnail_id','0'),(14214,5996,'_virtual','no'),(14215,5996,'_downloadable','no'),(14216,5997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14217,5997,'_price','400'),(14218,5997,'_download_limit',''),(14219,5997,'_height',''),(14220,5997,'_manage_stock','no'),(14221,5997,'_regular_price','400'),(14222,5997,'_width',''),(14223,5997,'_weight',''),(14224,5997,'_length',''),(14225,5997,'_sale_price',''),(14226,5997,'_sale_price_dates_from',''),(14227,5997,'_sale_price_dates_to',''),(14228,5997,'_thumbnail_id','0'),(14229,5997,'_virtual','no'),(14230,5997,'_downloadable','no'),(14231,5997,'attribute_pa_photo-prints','c'),(14232,5997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14233,5997,'_stock_status','instock'),(14234,5997,'_download_expiry',''),(14235,5997,'_downloadable_files',''),(14236,5997,'_variation_description','24 x 36'),(14237,5998,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14238,5998,'_thumbnail_id','0'),(14239,5998,'_virtual','no'),(14240,5998,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14241,5998,'_weight',''),(14242,5998,'_length',''),(14243,5998,'_stock_status','instock'),(14244,5998,'_downloadable','no'),(14245,5998,'_width',''),(14246,5998,'_height',''),(14247,5998,'_manage_stock','no'),(14248,5998,'_regular_price','300'),(14249,5998,'_sale_price',''),(14250,5998,'_sale_price_dates_from',''),(14251,5998,'_sale_price_dates_to',''),(14252,5998,'_price','300'),(14253,5998,'_download_limit',''),(14254,5998,'_download_expiry',''),(14255,5998,'_downloadable_files',''),(14256,5998,'_variation_description','20 x 30'),(14257,5998,'attribute_pa_photo-prints','b'),(14258,5999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14259,5999,'_stock_status','instock'),(14260,5999,'_variation_description','12 x 18'),(14261,5999,'_downloadable_files',''),(14262,5999,'_download_expiry',''),(14263,5999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14264,5999,'attribute_pa_photo-prints','a'),(14265,5999,'_manage_stock','no'),(14266,5999,'_regular_price','175'),(14267,5999,'_sale_price',''),(14268,5999,'_sale_price_dates_from',''),(14269,5999,'_sale_price_dates_to',''),(14270,5999,'_price','175'),(14271,5999,'_download_limit',''),(14272,5999,'_height',''),(14273,5999,'_width',''),(14274,5999,'_thumbnail_id','0'),(14275,5999,'_virtual','no'),(14276,5999,'_downloadable','no'),(14277,5999,'_weight',''),(14278,5999,'_length',''),(14279,6002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14280,6002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14281,6002,'attribute_pa_photo-prints','e'),(14282,6002,'_thumbnail_id','0'),(14283,6002,'_virtual','no'),(14284,6002,'_downloadable','no'),(14285,6002,'_weight',''),(14286,6002,'_length',''),(14287,6002,'_width',''),(14288,6002,'_height',''),(14289,6002,'_manage_stock','no'),(14290,6002,'_regular_price','900'),(14291,6002,'_sale_price',''),(14292,6002,'_sale_price_dates_from',''),(14293,6002,'_sale_price_dates_to',''),(14294,6002,'_price','900'),(14295,6002,'_download_limit',''),(14296,6002,'_download_expiry',''),(14297,6002,'_downloadable_files',''),(14298,6002,'_variation_description','36 x 54'),(14299,6002,'_stock_status','instock'),(14300,6003,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14301,6003,'_stock_status','instock'),(14302,6003,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14303,6003,'attribute_pa_photo-prints','d'),(14304,6003,'_download_limit',''),(14305,6003,'_price','500'),(14306,6003,'_download_expiry',''),(14307,6003,'_downloadable_files',''),(14308,6003,'_variation_description','30 x 45'),(14309,6003,'_width',''),(14310,6003,'_height',''),(14311,6003,'_manage_stock','no'),(14312,6003,'_regular_price','500'),(14313,6003,'_sale_price',''),(14314,6003,'_sale_price_dates_from',''),(14315,6003,'_sale_price_dates_to',''),(14316,6003,'_length',''),(14317,6003,'_weight',''),(14318,6003,'_thumbnail_id','0'),(14319,6003,'_virtual','no'),(14320,6003,'_downloadable','no'),(14321,6004,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14322,6004,'_price','400'),(14323,6004,'_download_limit',''),(14324,6004,'_height',''),(14325,6004,'_manage_stock','no'),(14326,6004,'_regular_price','400'),(14327,6004,'_width',''),(14328,6004,'_weight',''),(14329,6004,'_length',''),(14330,6004,'_sale_price',''),(14331,6004,'_sale_price_dates_from',''),(14332,6004,'_sale_price_dates_to',''),(14333,6004,'_thumbnail_id','0'),(14334,6004,'_virtual','no'),(14335,6004,'_downloadable','no'),(14336,6004,'attribute_pa_photo-prints','c'),(14337,6004,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14338,6004,'_stock_status','instock'),(14339,6004,'_download_expiry',''),(14340,6004,'_downloadable_files',''),(14341,6004,'_variation_description','24 x 36'),(14342,6005,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14343,6005,'_thumbnail_id','0'),(14344,6005,'_virtual','no'),(14345,6005,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14346,6005,'_weight',''),(14347,6005,'_length',''),(14348,6005,'_stock_status','instock'),(14349,6005,'_downloadable','no'),(14350,6005,'_width',''),(14351,6005,'_height',''),(14352,6005,'_manage_stock','no'),(14353,6005,'_regular_price','300'),(14354,6005,'_sale_price',''),(14355,6005,'_sale_price_dates_from',''),(14356,6005,'_sale_price_dates_to',''),(14357,6005,'_price','300'),(14358,6005,'_download_limit',''),(14359,6005,'_download_expiry',''),(14360,6005,'_downloadable_files',''),(14361,6005,'_variation_description','20 x 30'),(14362,6005,'attribute_pa_photo-prints','b'),(14363,6006,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14364,6006,'_stock_status','instock'),(14365,6006,'_variation_description','12 x 18'),(14366,6006,'_downloadable_files',''),(14367,6006,'_download_expiry',''),(14368,6006,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14369,6006,'attribute_pa_photo-prints','a'),(14370,6006,'_manage_stock','no'),(14371,6006,'_regular_price','175'),(14372,6006,'_sale_price',''),(14373,6006,'_sale_price_dates_from',''),(14374,6006,'_sale_price_dates_to',''),(14375,6006,'_price','175'),(14376,6006,'_download_limit',''),(14377,6006,'_height',''),(14378,6006,'_width',''),(14379,6006,'_thumbnail_id','0'),(14380,6006,'_virtual','no'),(14381,6006,'_downloadable','no'),(14382,6006,'_weight',''),(14383,6006,'_length',''),(14384,6010,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14385,6010,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14386,6010,'attribute_pa_photo-prints','e'),(14387,6010,'_thumbnail_id','0'),(14388,6010,'_virtual','no'),(14389,6010,'_downloadable','no'),(14390,6010,'_weight',''),(14391,6010,'_length',''),(14392,6010,'_width',''),(14393,6010,'_height',''),(14394,6010,'_manage_stock','no'),(14395,6010,'_regular_price','900'),(14396,6010,'_sale_price',''),(14397,6010,'_sale_price_dates_from',''),(14398,6010,'_sale_price_dates_to',''),(14399,6010,'_price','900'),(14400,6010,'_download_limit',''),(14401,6010,'_download_expiry',''),(14402,6010,'_downloadable_files',''),(14403,6010,'_variation_description','36 x 54'),(14404,6010,'_stock_status','instock'),(14405,6011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14406,6011,'_stock_status','instock'),(14407,6011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14408,6011,'attribute_pa_photo-prints','d'),(14409,6011,'_download_limit',''),(14410,6011,'_price','500'),(14411,6011,'_download_expiry',''),(14412,6011,'_downloadable_files',''),(14413,6011,'_variation_description','30 x 45'),(14414,6011,'_width',''),(14415,6011,'_height',''),(14416,6011,'_manage_stock','no'),(14417,6011,'_regular_price','500'),(14418,6011,'_sale_price',''),(14419,6011,'_sale_price_dates_from',''),(14420,6011,'_sale_price_dates_to',''),(14421,6011,'_length',''),(14422,6011,'_weight',''),(14423,6011,'_thumbnail_id','0'),(14424,6011,'_virtual','no'),(14425,6011,'_downloadable','no'),(14426,6012,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14427,6012,'_price','400'),(14428,6012,'_download_limit',''),(14429,6012,'_height',''),(14430,6012,'_manage_stock','no'),(14431,6012,'_regular_price','400'),(14432,6012,'_width',''),(14433,6012,'_weight',''),(14434,6012,'_length',''),(14435,6012,'_sale_price',''),(14436,6012,'_sale_price_dates_from',''),(14437,6012,'_sale_price_dates_to',''),(14438,6012,'_thumbnail_id','0'),(14439,6012,'_virtual','no'),(14440,6012,'_downloadable','no'),(14441,6012,'attribute_pa_photo-prints','c'),(14442,6012,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14443,6012,'_stock_status','instock'),(14444,6012,'_download_expiry',''),(14445,6012,'_downloadable_files',''),(14446,6012,'_variation_description','24 x 36'),(14447,6013,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14448,6013,'_thumbnail_id','0'),(14449,6013,'_virtual','no'),(14450,6013,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14451,6013,'_weight',''),(14452,6013,'_length',''),(14453,6013,'_stock_status','instock'),(14454,6013,'_downloadable','no'),(14455,6013,'_width',''),(14456,6013,'_height',''),(14457,6013,'_manage_stock','no'),(14458,6013,'_regular_price','300'),(14459,6013,'_sale_price',''),(14460,6013,'_sale_price_dates_from',''),(14461,6013,'_sale_price_dates_to',''),(14462,6013,'_price','300'),(14463,6013,'_download_limit',''),(14464,6013,'_download_expiry',''),(14465,6013,'_downloadable_files',''),(14466,6013,'_variation_description','20 x 30'),(14467,6013,'attribute_pa_photo-prints','b'),(14468,6014,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14469,6014,'_stock_status','instock'),(14470,6014,'_variation_description','12 x 18'),(14471,6014,'_downloadable_files',''),(14472,6014,'_download_expiry',''),(14473,6014,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14474,6014,'attribute_pa_photo-prints','a'),(14475,6014,'_manage_stock','no'),(14476,6014,'_regular_price','175'),(14477,6014,'_sale_price',''),(14478,6014,'_sale_price_dates_from',''),(14479,6014,'_sale_price_dates_to',''),(14480,6014,'_price','175'),(14481,6014,'_download_limit',''),(14482,6014,'_height',''),(14483,6014,'_width',''),(14484,6014,'_thumbnail_id','0'),(14485,6014,'_virtual','no'),(14486,6014,'_downloadable','no'),(14487,6014,'_weight',''),(14488,6014,'_length',''),(14489,6017,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14490,6017,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14491,6017,'attribute_pa_photo-prints','e'),(14492,6017,'_thumbnail_id','0'),(14493,6017,'_virtual','no'),(14494,6017,'_downloadable','no'),(14495,6017,'_weight',''),(14496,6017,'_length',''),(14497,6017,'_width',''),(14498,6017,'_height',''),(14499,6017,'_manage_stock','no'),(14500,6017,'_regular_price','900'),(14501,6017,'_sale_price',''),(14502,6017,'_sale_price_dates_from',''),(14503,6017,'_sale_price_dates_to',''),(14504,6017,'_price','900'),(14505,6017,'_download_limit',''),(14506,6017,'_download_expiry',''),(14507,6017,'_downloadable_files',''),(14508,6017,'_variation_description','36 x 54'),(14509,6017,'_stock_status','instock'),(14510,6018,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14511,6018,'_stock_status','instock'),(14512,6018,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14513,6018,'attribute_pa_photo-prints','d'),(14514,6018,'_download_limit',''),(14515,6018,'_price','500'),(14516,6018,'_download_expiry',''),(14517,6018,'_downloadable_files',''),(14518,6018,'_variation_description','30 x 45'),(14519,6018,'_width',''),(14520,6018,'_height',''),(14521,6018,'_manage_stock','no'),(14522,6018,'_regular_price','500'),(14523,6018,'_sale_price',''),(14524,6018,'_sale_price_dates_from',''),(14525,6018,'_sale_price_dates_to',''),(14526,6018,'_length',''),(14527,6018,'_weight',''),(14528,6018,'_thumbnail_id','0'),(14529,6018,'_virtual','no'),(14530,6018,'_downloadable','no'),(14531,6019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14532,6019,'_price','400'),(14533,6019,'_download_limit',''),(14534,6019,'_height',''),(14535,6019,'_manage_stock','no'),(14536,6019,'_regular_price','400'),(14537,6019,'_width',''),(14538,6019,'_weight',''),(14539,6019,'_length',''),(14540,6019,'_sale_price',''),(14541,6019,'_sale_price_dates_from',''),(14542,6019,'_sale_price_dates_to',''),(14543,6019,'_thumbnail_id','0'),(14544,6019,'_virtual','no'),(14545,6019,'_downloadable','no'),(14546,6019,'attribute_pa_photo-prints','c'),(14547,6019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14548,6019,'_stock_status','instock'),(14549,6019,'_download_expiry',''),(14550,6019,'_downloadable_files',''),(14551,6019,'_variation_description','24 x 36'),(14552,6020,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14553,6020,'_thumbnail_id','0'),(14554,6020,'_virtual','no'),(14555,6020,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14556,6020,'_weight',''),(14557,6020,'_length',''),(14558,6020,'_stock_status','instock'),(14559,6020,'_downloadable','no'),(14560,6020,'_width',''),(14561,6020,'_height',''),(14562,6020,'_manage_stock','no'),(14563,6020,'_regular_price','300'),(14564,6020,'_sale_price',''),(14565,6020,'_sale_price_dates_from',''),(14566,6020,'_sale_price_dates_to',''),(14567,6020,'_price','300'),(14568,6020,'_download_limit',''),(14569,6020,'_download_expiry',''),(14570,6020,'_downloadable_files',''),(14571,6020,'_variation_description','20 x 30'),(14572,6020,'attribute_pa_photo-prints','b'),(14573,6021,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14574,6021,'_stock_status','instock'),(14575,6021,'_variation_description','12 x 18'),(14576,6021,'_downloadable_files',''),(14577,6021,'_download_expiry',''),(14578,6021,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14579,6021,'attribute_pa_photo-prints','a'),(14580,6021,'_manage_stock','no'),(14581,6021,'_regular_price','175'),(14582,6021,'_sale_price',''),(14583,6021,'_sale_price_dates_from',''),(14584,6021,'_sale_price_dates_to',''),(14585,6021,'_price','175'),(14586,6021,'_download_limit',''),(14587,6021,'_height',''),(14588,6021,'_width',''),(14589,6021,'_thumbnail_id','0'),(14590,6021,'_virtual','no'),(14591,6021,'_downloadable','no'),(14592,6021,'_weight',''),(14593,6021,'_length',''),(14594,6024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14595,6024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14596,6024,'attribute_pa_photo-prints','e'),(14597,6024,'_thumbnail_id','0'),(14598,6024,'_virtual','no'),(14599,6024,'_downloadable','no'),(14600,6024,'_weight',''),(14601,6024,'_length',''),(14602,6024,'_width',''),(14603,6024,'_height',''),(14604,6024,'_manage_stock','no'),(14605,6024,'_regular_price','900'),(14606,6024,'_sale_price',''),(14607,6024,'_sale_price_dates_from',''),(14608,6024,'_sale_price_dates_to',''),(14609,6024,'_price','900'),(14610,6024,'_download_limit',''),(14611,6024,'_download_expiry',''),(14612,6024,'_downloadable_files',''),(14613,6024,'_variation_description','36 x 54'),(14614,6024,'_stock_status','instock'),(14615,6025,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14616,6025,'_stock_status','instock'),(14617,6025,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14618,6025,'attribute_pa_photo-prints','d'),(14619,6025,'_download_limit',''),(14620,6025,'_price','500'),(14621,6025,'_download_expiry',''),(14622,6025,'_downloadable_files',''),(14623,6025,'_variation_description','30 x 45'),(14624,6025,'_width',''),(14625,6025,'_height',''),(14626,6025,'_manage_stock','no'),(14627,6025,'_regular_price','500'),(14628,6025,'_sale_price',''),(14629,6025,'_sale_price_dates_from',''),(14630,6025,'_sale_price_dates_to',''),(14631,6025,'_length',''),(14632,6025,'_weight',''),(14633,6025,'_thumbnail_id','0'),(14634,6025,'_virtual','no'),(14635,6025,'_downloadable','no'),(14636,6026,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14637,6026,'_price','400'),(14638,6026,'_download_limit',''),(14639,6026,'_height',''),(14640,6026,'_manage_stock','no'),(14641,6026,'_regular_price','400'),(14642,6026,'_width',''),(14643,6026,'_weight',''),(14644,6026,'_length',''),(14645,6026,'_sale_price',''),(14646,6026,'_sale_price_dates_from',''),(14647,6026,'_sale_price_dates_to',''),(14648,6026,'_thumbnail_id','0'),(14649,6026,'_virtual','no'),(14650,6026,'_downloadable','no'),(14651,6026,'attribute_pa_photo-prints','c'),(14652,6026,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14653,6026,'_stock_status','instock'),(14654,6026,'_download_expiry',''),(14655,6026,'_downloadable_files',''),(14656,6026,'_variation_description','24 x 36'),(14657,6027,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14658,6027,'_thumbnail_id','0'),(14659,6027,'_virtual','no'),(14660,6027,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14661,6027,'_weight',''),(14662,6027,'_length',''),(14663,6027,'_stock_status','instock'),(14664,6027,'_downloadable','no'),(14665,6027,'_width',''),(14666,6027,'_height',''),(14667,6027,'_manage_stock','no'),(14668,6027,'_regular_price','300'),(14669,6027,'_sale_price',''),(14670,6027,'_sale_price_dates_from',''),(14671,6027,'_sale_price_dates_to',''),(14672,6027,'_price','300'),(14673,6027,'_download_limit',''),(14674,6027,'_download_expiry',''),(14675,6027,'_downloadable_files',''),(14676,6027,'_variation_description','20 x 30'),(14677,6027,'attribute_pa_photo-prints','b'),(14678,6028,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14679,6028,'_stock_status','instock'),(14680,6028,'_variation_description','12 x 18'),(14681,6028,'_downloadable_files',''),(14682,6028,'_download_expiry',''),(14683,6028,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14684,6028,'attribute_pa_photo-prints','a'),(14685,6028,'_manage_stock','no'),(14686,6028,'_regular_price','175'),(14687,6028,'_sale_price',''),(14688,6028,'_sale_price_dates_from',''),(14689,6028,'_sale_price_dates_to',''),(14690,6028,'_price','175'),(14691,6028,'_download_limit',''),(14692,6028,'_height',''),(14693,6028,'_width',''),(14694,6028,'_thumbnail_id','0'),(14695,6028,'_virtual','no'),(14696,6028,'_downloadable','no'),(14697,6028,'_weight',''),(14698,6028,'_length',''),(14699,6031,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14700,6031,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14701,6031,'attribute_pa_photo-prints','e'),(14702,6031,'_thumbnail_id','0'),(14703,6031,'_virtual','no'),(14704,6031,'_downloadable','no'),(14705,6031,'_weight',''),(14706,6031,'_length',''),(14707,6031,'_width',''),(14708,6031,'_height',''),(14709,6031,'_manage_stock','no'),(14710,6031,'_regular_price','900'),(14711,6031,'_sale_price',''),(14712,6031,'_sale_price_dates_from',''),(14713,6031,'_sale_price_dates_to',''),(14714,6031,'_price','900'),(14715,6031,'_download_limit',''),(14716,6031,'_download_expiry',''),(14717,6031,'_downloadable_files',''),(14718,6031,'_variation_description','36 x 54'),(14719,6031,'_stock_status','instock'),(14720,6032,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14721,6032,'_stock_status','instock'),(14722,6032,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14723,6032,'attribute_pa_photo-prints','d'),(14724,6032,'_download_limit',''),(14725,6032,'_price','500'),(14726,6032,'_download_expiry',''),(14727,6032,'_downloadable_files',''),(14728,6032,'_variation_description','30 x 45'),(14729,6032,'_width',''),(14730,6032,'_height',''),(14731,6032,'_manage_stock','no'),(14732,6032,'_regular_price','500'),(14733,6032,'_sale_price',''),(14734,6032,'_sale_price_dates_from',''),(14735,6032,'_sale_price_dates_to',''),(14736,6032,'_length',''),(14737,6032,'_weight',''),(14738,6032,'_thumbnail_id','0'),(14739,6032,'_virtual','no'),(14740,6032,'_downloadable','no'),(14741,6033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14742,6033,'_price','400'),(14743,6033,'_download_limit',''),(14744,6033,'_height',''),(14745,6033,'_manage_stock','no'),(14746,6033,'_regular_price','400'),(14747,6033,'_width',''),(14748,6033,'_weight',''),(14749,6033,'_length',''),(14750,6033,'_sale_price',''),(14751,6033,'_sale_price_dates_from',''),(14752,6033,'_sale_price_dates_to',''),(14753,6033,'_thumbnail_id','0'),(14754,6033,'_virtual','no'),(14755,6033,'_downloadable','no'),(14756,6033,'attribute_pa_photo-prints','c'),(14757,6033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14758,6033,'_stock_status','instock'),(14759,6033,'_download_expiry',''),(14760,6033,'_downloadable_files',''),(14761,6033,'_variation_description','24 x 36'),(14762,6034,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14763,6034,'_thumbnail_id','0'),(14764,6034,'_virtual','no'),(14765,6034,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14766,6034,'_weight',''),(14767,6034,'_length',''),(14768,6034,'_stock_status','instock'),(14769,6034,'_downloadable','no'),(14770,6034,'_width',''),(14771,6034,'_height',''),(14772,6034,'_manage_stock','no'),(14773,6034,'_regular_price','300'),(14774,6034,'_sale_price',''),(14775,6034,'_sale_price_dates_from',''),(14776,6034,'_sale_price_dates_to',''),(14777,6034,'_price','300'),(14778,6034,'_download_limit',''),(14779,6034,'_download_expiry',''),(14780,6034,'_downloadable_files',''),(14781,6034,'_variation_description','20 x 30'),(14782,6034,'attribute_pa_photo-prints','b'),(14783,6035,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14784,6035,'_stock_status','instock'),(14785,6035,'_variation_description','12 x 18'),(14786,6035,'_downloadable_files',''),(14787,6035,'_download_expiry',''),(14788,6035,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14789,6035,'attribute_pa_photo-prints','a'),(14790,6035,'_manage_stock','no'),(14791,6035,'_regular_price','175'),(14792,6035,'_sale_price',''),(14793,6035,'_sale_price_dates_from',''),(14794,6035,'_sale_price_dates_to',''),(14795,6035,'_price','175'),(14796,6035,'_download_limit',''),(14797,6035,'_height',''),(14798,6035,'_width',''),(14799,6035,'_thumbnail_id','0'),(14800,6035,'_virtual','no'),(14801,6035,'_downloadable','no'),(14802,6035,'_weight',''),(14803,6035,'_length',''),(14804,6038,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14805,6038,'_sale_price_dates_to',''),(14806,6038,'_thumbnail_id','0'),(14807,6038,'_virtual','no'),(14808,6038,'_downloadable','no'),(14809,6038,'_width',''),(14810,6038,'_weight',''),(14811,6038,'_length',''),(14812,6038,'_sale_price',''),(14813,6038,'_sale_price_dates_from',''),(14814,6038,'_price','400'),(14815,6038,'_download_limit',''),(14816,6038,'_height',''),(14817,6038,'_manage_stock','no'),(14818,6038,'_regular_price','400'),(14819,6038,'_download_expiry',''),(14820,6038,'_downloadable_files',''),(14821,6038,'attribute_pa_photo-prints','c'),(14822,6038,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14823,6038,'_stock_status','instock'),(14824,6038,'_variation_description','24 x 36'),(14825,6038,'_sku',''),(14826,6039,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14827,6039,'_weight',''),(14828,6039,'_length',''),(14829,6039,'_stock_status','instock'),(14830,6039,'_downloadable','no'),(14831,6039,'_width',''),(14832,6039,'_height',''),(14833,6039,'_manage_stock','no'),(14834,6039,'_regular_price','300'),(14835,6039,'_sale_price',''),(14836,6039,'_sale_price_dates_from',''),(14837,6039,'_sale_price_dates_to',''),(14838,6039,'_price','300'),(14839,6039,'_download_limit',''),(14840,6039,'_download_expiry',''),(14841,6039,'_downloadable_files',''),(14842,6039,'_variation_description','20 x 30'),(14843,6039,'_thumbnail_id','0'),(14844,6039,'_virtual','no'),(14845,6039,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14846,6039,'attribute_pa_photo-prints','b'),(14847,6039,'_sku',''),(14848,6040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14849,6040,'_virtual','no'),(14850,6040,'_downloadable','no'),(14851,6040,'_height',''),(14852,6040,'_width',''),(14853,6040,'_thumbnail_id','0'),(14854,6040,'_weight',''),(14855,6040,'_length',''),(14856,6040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14857,6040,'attribute_pa_photo-prints','a'),(14858,6040,'_downloadable_files',''),(14859,6040,'_download_expiry',''),(14860,6040,'_stock_status','instock'),(14861,6040,'_variation_description','12 x 18'),(14862,6040,'_manage_stock','no'),(14863,6040,'_regular_price','175'),(14864,6040,'_sale_price',''),(14865,6040,'_sale_price_dates_from',''),(14866,6040,'_sale_price_dates_to',''),(14867,6040,'_price','175'),(14868,6040,'_download_limit',''),(14869,6040,'_sku',''),(14870,6043,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14871,6043,'_virtual','no'),(14872,6043,'_downloadable','no'),(14873,6043,'_height',''),(14874,6043,'_width',''),(14875,6043,'_thumbnail_id','0'),(14876,6043,'_weight',''),(14877,6043,'_length',''),(14878,6043,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14879,6043,'attribute_pa_photo-prints','a'),(14880,6043,'_downloadable_files',''),(14881,6043,'_download_expiry',''),(14882,6043,'_stock_status','instock'),(14883,6043,'_variation_description','12 x 18'),(14884,6043,'_manage_stock','no'),(14885,6043,'_regular_price','175'),(14886,6043,'_sale_price',''),(14887,6043,'_sale_price_dates_from',''),(14888,6043,'_sale_price_dates_to',''),(14889,6043,'_price','175'),(14890,6043,'_download_limit',''),(14891,6043,'_sku',''),(14892,6044,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14893,6044,'_sale_price_dates_to',''),(14894,6044,'_thumbnail_id','0'),(14895,6044,'_virtual','no'),(14896,6044,'_downloadable','no'),(14897,6044,'_width',''),(14898,6044,'_weight',''),(14899,6044,'_length',''),(14900,6044,'_sale_price',''),(14901,6044,'_sale_price_dates_from',''),(14902,6044,'_price','400'),(14903,6044,'_download_limit',''),(14904,6044,'_height',''),(14905,6044,'_manage_stock','no'),(14906,6044,'_regular_price','400'),(14907,6044,'_download_expiry',''),(14908,6044,'_downloadable_files',''),(14909,6044,'attribute_pa_photo-prints','c'),(14910,6044,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14911,6044,'_stock_status','instock'),(14912,6044,'_variation_description','24 x 36'),(14913,6044,'_sku',''),(14914,6045,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14915,6045,'_weight',''),(14916,6045,'_length',''),(14917,6045,'_stock_status','instock'),(14918,6045,'_downloadable','no'),(14919,6045,'_width',''),(14920,6045,'_height',''),(14921,6045,'_manage_stock','no'),(14922,6045,'_regular_price','300'),(14923,6045,'_sale_price',''),(14924,6045,'_sale_price_dates_from',''),(14925,6045,'_sale_price_dates_to',''),(14926,6045,'_price','300'),(14927,6045,'_download_limit',''),(14928,6045,'_download_expiry',''),(14929,6045,'_downloadable_files',''),(14930,6045,'_variation_description','20 x 30'),(14931,6045,'_thumbnail_id','0'),(14932,6045,'_virtual','no'),(14933,6045,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14934,6045,'attribute_pa_photo-prints','b'),(14935,6045,'_sku',''),(14936,6048,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14937,6048,'_virtual','no'),(14938,6048,'_downloadable','no'),(14939,6048,'_height',''),(14940,6048,'_width',''),(14941,6048,'_thumbnail_id','0'),(14942,6048,'_weight',''),(14943,6048,'_length',''),(14944,6048,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14945,6048,'attribute_pa_photo-prints','a'),(14946,6048,'_downloadable_files',''),(14947,6048,'_download_expiry',''),(14948,6048,'_stock_status','instock'),(14949,6048,'_variation_description','12 x 18'),(14950,6048,'_manage_stock','no'),(14951,6048,'_regular_price','175'),(14952,6048,'_sale_price',''),(14953,6048,'_sale_price_dates_from',''),(14954,6048,'_sale_price_dates_to',''),(14955,6048,'_price','175'),(14956,6048,'_download_limit',''),(14957,6048,'_sku',''),(14958,6049,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14959,6049,'_sale_price_dates_to',''),(14960,6049,'_thumbnail_id','0'),(14961,6049,'_virtual','no'),(14962,6049,'_downloadable','no'),(14963,6049,'_width',''),(14964,6049,'_weight',''),(14965,6049,'_length',''),(14966,6049,'_sale_price',''),(14967,6049,'_sale_price_dates_from',''),(14968,6049,'_price','400'),(14969,6049,'_download_limit',''),(14970,6049,'_height',''),(14971,6049,'_manage_stock','no'),(14972,6049,'_regular_price','400'),(14973,6049,'_download_expiry',''),(14974,6049,'_downloadable_files',''),(14975,6049,'attribute_pa_photo-prints','c'),(14976,6049,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14977,6049,'_stock_status','instock'),(14978,6049,'_variation_description','24 x 36'),(14979,6049,'_sku',''),(14980,6050,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14981,6050,'_weight',''),(14982,6050,'_length',''),(14983,6050,'_stock_status','instock'),(14984,6050,'_downloadable','no'),(14985,6050,'_width',''),(14986,6050,'_height',''),(14987,6050,'_manage_stock','no'),(14988,6050,'_regular_price','300'),(14989,6050,'_sale_price',''),(14990,6050,'_sale_price_dates_from',''),(14991,6050,'_sale_price_dates_to',''),(14992,6050,'_price','300'),(14993,6050,'_download_limit',''),(14994,6050,'_download_expiry',''),(14995,6050,'_downloadable_files',''),(14996,6050,'_variation_description','20 x 30'),(14997,6050,'_thumbnail_id','0'),(14998,6050,'_virtual','no'),(14999,6050,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15000,6050,'attribute_pa_photo-prints','b'),(15001,6050,'_sku',''),(15002,6053,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15003,6053,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15004,6053,'attribute_pa_photo-prints','e'),(15005,6053,'_thumbnail_id','0'),(15006,6053,'_virtual','no'),(15007,6053,'_downloadable','no'),(15008,6053,'_weight',''),(15009,6053,'_length',''),(15010,6053,'_width',''),(15011,6053,'_height',''),(15012,6053,'_manage_stock','no'),(15013,6053,'_regular_price','900'),(15014,6053,'_sale_price',''),(15015,6053,'_sale_price_dates_from',''),(15016,6053,'_sale_price_dates_to',''),(15017,6053,'_price','900'),(15018,6053,'_download_limit',''),(15019,6053,'_download_expiry',''),(15020,6053,'_downloadable_files',''),(15021,6053,'_variation_description','36 x 54'),(15022,6053,'_stock_status','instock'),(15023,6054,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15024,6054,'_stock_status','instock'),(15025,6054,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15026,6054,'attribute_pa_photo-prints','d'),(15027,6054,'_download_limit',''),(15028,6054,'_price','500'),(15029,6054,'_download_expiry',''),(15030,6054,'_downloadable_files',''),(15031,6054,'_variation_description','30 x 45'),(15032,6054,'_width',''),(15033,6054,'_height',''),(15034,6054,'_manage_stock','no'),(15035,6054,'_regular_price','500'),(15036,6054,'_sale_price',''),(15037,6054,'_sale_price_dates_from',''),(15038,6054,'_sale_price_dates_to',''),(15039,6054,'_length',''),(15040,6054,'_weight',''),(15041,6054,'_thumbnail_id','0'),(15042,6054,'_virtual','no'),(15043,6054,'_downloadable','no'),(15044,6055,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15045,6055,'_price','400'),(15046,6055,'_download_limit',''),(15047,6055,'_height',''),(15048,6055,'_manage_stock','no'),(15049,6055,'_regular_price','400'),(15050,6055,'_width',''),(15051,6055,'_weight',''),(15052,6055,'_length',''),(15053,6055,'_sale_price',''),(15054,6055,'_sale_price_dates_from',''),(15055,6055,'_sale_price_dates_to',''),(15056,6055,'_thumbnail_id','0'),(15057,6055,'_virtual','no'),(15058,6055,'_downloadable','no'),(15059,6055,'attribute_pa_photo-prints','c'),(15060,6055,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15061,6055,'_stock_status','instock'),(15062,6055,'_download_expiry',''),(15063,6055,'_downloadable_files',''),(15064,6055,'_variation_description','24 x 36'),(15065,6056,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15066,6056,'_thumbnail_id','0'),(15067,6056,'_virtual','no'),(15068,6056,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15069,6056,'_weight',''),(15070,6056,'_length',''),(15071,6056,'_stock_status','instock'),(15072,6056,'_downloadable','no'),(15073,6056,'_width',''),(15074,6056,'_height',''),(15075,6056,'_manage_stock','no'),(15076,6056,'_regular_price','300'),(15077,6056,'_sale_price',''),(15078,6056,'_sale_price_dates_from',''),(15079,6056,'_sale_price_dates_to',''),(15080,6056,'_price','300'),(15081,6056,'_download_limit',''),(15082,6056,'_download_expiry',''),(15083,6056,'_downloadable_files',''),(15084,6056,'_variation_description','20 x 30'),(15085,6056,'attribute_pa_photo-prints','b'),(15086,6057,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15087,6057,'_stock_status','instock'),(15088,6057,'_variation_description','12 x 18'),(15089,6057,'_downloadable_files',''),(15090,6057,'_download_expiry',''),(15091,6057,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15092,6057,'attribute_pa_photo-prints','a'),(15093,6057,'_manage_stock','no'),(15094,6057,'_regular_price','175'),(15095,6057,'_sale_price',''),(15096,6057,'_sale_price_dates_from',''),(15097,6057,'_sale_price_dates_to',''),(15098,6057,'_price','175'),(15099,6057,'_download_limit',''),(15100,6057,'_height',''),(15101,6057,'_width',''),(15102,6057,'_thumbnail_id','0'),(15103,6057,'_virtual','no'),(15104,6057,'_downloadable','no'),(15105,6057,'_weight',''),(15106,6057,'_length',''),(15107,6059,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15108,6059,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15109,6059,'attribute_pa_photo-prints','e'),(15110,6059,'_stock_status','instock'),(15111,6059,'_sku',''),(15112,6059,'_thumbnail_id','0'),(15113,6059,'_virtual','no'),(15114,6059,'_downloadable','no'),(15115,6059,'_weight',''),(15116,6059,'_length',''),(15117,6059,'_width',''),(15118,6059,'_height',''),(15119,6059,'_manage_stock','no'),(15120,6059,'_regular_price','900'),(15121,6059,'_sale_price',''),(15122,6059,'_sale_price_dates_from',''),(15123,6059,'_sale_price_dates_to',''),(15124,6059,'_price','900'),(15125,6059,'_download_limit',''),(15126,6059,'_download_expiry',''),(15127,6059,'_downloadable_files',''),(15128,6059,'_variation_description','36 x 54'),(15129,6060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15130,6060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15131,6060,'attribute_pa_photo-prints','d'),(15132,6060,'_stock_status','instock'),(15133,6060,'_sku',''),(15134,6060,'_thumbnail_id','0'),(15135,6060,'_virtual','no'),(15136,6060,'_downloadable','no'),(15137,6060,'_weight',''),(15138,6060,'_length',''),(15139,6060,'_width',''),(15140,6060,'_height',''),(15141,6060,'_manage_stock','no'),(15142,6060,'_regular_price','500'),(15143,6060,'_sale_price',''),(15144,6060,'_sale_price_dates_from',''),(15145,6060,'_sale_price_dates_to',''),(15146,6060,'_price','500'),(15147,6060,'_download_limit',''),(15148,6060,'_download_expiry',''),(15149,6060,'_downloadable_files',''),(15150,6060,'_variation_description','30 x 45'),(15151,6061,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15152,6061,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15153,6061,'attribute_pa_photo-prints','e'),(15154,6061,'_stock_status','instock'),(15155,6061,'_sku',''),(15156,6061,'_thumbnail_id','0'),(15157,6061,'_virtual','no'),(15158,6061,'_downloadable','no'),(15159,6061,'_weight',''),(15160,6061,'_length',''),(15161,6061,'_width',''),(15162,6061,'_height',''),(15163,6061,'_manage_stock','no'),(15164,6061,'_regular_price','900'),(15165,6061,'_sale_price',''),(15166,6061,'_sale_price_dates_from',''),(15167,6061,'_sale_price_dates_to',''),(15168,6061,'_price','900'),(15169,6061,'_download_limit',''),(15170,6061,'_download_expiry',''),(15171,6061,'_downloadable_files',''),(15172,6061,'_variation_description','36 x 54'),(15173,6062,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15174,6062,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15175,6062,'attribute_pa_photo-prints','d'),(15176,6062,'_stock_status','instock'),(15177,6062,'_sku',''),(15178,6062,'_thumbnail_id','0'),(15179,6062,'_virtual','no'),(15180,6062,'_downloadable','no'),(15181,6062,'_weight',''),(15182,6062,'_length',''),(15183,6062,'_width',''),(15184,6062,'_height',''),(15185,6062,'_manage_stock','no'),(15186,6062,'_regular_price','500'),(15187,6062,'_sale_price',''),(15188,6062,'_sale_price_dates_from',''),(15189,6062,'_sale_price_dates_to',''),(15190,6062,'_price','500'),(15191,6062,'_download_limit',''),(15192,6062,'_download_expiry',''),(15193,6062,'_downloadable_files',''),(15194,6062,'_variation_description','30 x 45'),(15195,6063,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15196,6063,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15197,6063,'attribute_pa_photo-prints','e'),(15198,6063,'_stock_status','instock'),(15199,6063,'_sku',''),(15200,6063,'_thumbnail_id','0'),(15201,6063,'_virtual','no'),(15202,6063,'_downloadable','no'),(15203,6063,'_weight',''),(15204,6063,'_length',''),(15205,6063,'_width',''),(15206,6063,'_height',''),(15207,6063,'_manage_stock','no'),(15208,6063,'_regular_price','900'),(15209,6063,'_sale_price',''),(15210,6063,'_sale_price_dates_from',''),(15211,6063,'_sale_price_dates_to',''),(15212,6063,'_price','900'),(15213,6063,'_download_limit',''),(15214,6063,'_download_expiry',''),(15215,6063,'_downloadable_files',''),(15216,6063,'_variation_description','36 x 54'),(15217,6064,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15218,6064,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15219,6064,'attribute_pa_photo-prints','d'),(15220,6064,'_stock_status','instock'),(15221,6064,'_sku',''),(15222,6064,'_thumbnail_id','0'),(15223,6064,'_virtual','no'),(15224,6064,'_downloadable','no'),(15225,6064,'_weight',''),(15226,6064,'_length',''),(15227,6064,'_width',''),(15228,6064,'_height',''),(15229,6064,'_manage_stock','no'),(15230,6064,'_regular_price','500'),(15231,6064,'_sale_price',''),(15232,6064,'_sale_price_dates_from',''),(15233,6064,'_sale_price_dates_to',''),(15234,6064,'_price','500'),(15235,6064,'_download_limit',''),(15236,6064,'_download_expiry',''),(15237,6064,'_downloadable_files',''),(15238,6064,'_variation_description','30 x 45'),(15239,6066,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15240,6066,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15241,6066,'attribute_pa_photo-prints','e'),(15242,6066,'_thumbnail_id','0'),(15243,6066,'_virtual','no'),(15244,6066,'_downloadable','no'),(15245,6066,'_weight',''),(15246,6066,'_length',''),(15247,6066,'_width',''),(15248,6066,'_height',''),(15249,6066,'_manage_stock','no'),(15250,6066,'_regular_price','900'),(15251,6066,'_sale_price',''),(15252,6066,'_sale_price_dates_from',''),(15253,6066,'_sale_price_dates_to',''),(15254,6066,'_price','900'),(15255,6066,'_download_limit',''),(15256,6066,'_download_expiry',''),(15257,6066,'_downloadable_files',''),(15258,6066,'_variation_description','36 x 54'),(15259,6066,'_stock_status','instock'),(15260,6067,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15261,6067,'_stock_status','instock'),(15262,6067,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15263,6067,'attribute_pa_photo-prints','d'),(15264,6067,'_download_limit',''),(15265,6067,'_price','500'),(15266,6067,'_download_expiry',''),(15267,6067,'_downloadable_files',''),(15268,6067,'_variation_description','30 x 45'),(15269,6067,'_width',''),(15270,6067,'_height',''),(15271,6067,'_manage_stock','no'),(15272,6067,'_regular_price','500'),(15273,6067,'_sale_price',''),(15274,6067,'_sale_price_dates_from',''),(15275,6067,'_sale_price_dates_to',''),(15276,6067,'_length',''),(15277,6067,'_weight',''),(15278,6067,'_thumbnail_id','0'),(15279,6067,'_virtual','no'),(15280,6067,'_downloadable','no'),(15281,6068,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15282,6068,'_price','400'),(15283,6068,'_download_limit',''),(15284,6068,'_height',''),(15285,6068,'_manage_stock','no'),(15286,6068,'_regular_price','400'),(15287,6068,'_width',''),(15288,6068,'_weight',''),(15289,6068,'_length',''),(15290,6068,'_sale_price',''),(15291,6068,'_sale_price_dates_from',''),(15292,6068,'_sale_price_dates_to',''),(15293,6068,'_thumbnail_id','0'),(15294,6068,'_virtual','no'),(15295,6068,'_downloadable','no'),(15296,6068,'attribute_pa_photo-prints','c'),(15297,6068,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15298,6068,'_stock_status','instock'),(15299,6068,'_download_expiry',''),(15300,6068,'_downloadable_files',''),(15301,6068,'_variation_description','24 x 36'),(15302,6069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15303,6069,'_thumbnail_id','0'),(15304,6069,'_virtual','no'),(15305,6069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15306,6069,'_weight',''),(15307,6069,'_length',''),(15308,6069,'_stock_status','instock'),(15309,6069,'_downloadable','no'),(15310,6069,'_width',''),(15311,6069,'_height',''),(15312,6069,'_manage_stock','no'),(15313,6069,'_regular_price','300'),(15314,6069,'_sale_price',''),(15315,6069,'_sale_price_dates_from',''),(15316,6069,'_sale_price_dates_to',''),(15317,6069,'_price','300'),(15318,6069,'_download_limit',''),(15319,6069,'_download_expiry',''),(15320,6069,'_downloadable_files',''),(15321,6069,'_variation_description','20 x 30'),(15322,6069,'attribute_pa_photo-prints','b'),(15323,6070,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15324,6070,'_stock_status','instock'),(15325,6070,'_variation_description','12 x 18'),(15326,6070,'_downloadable_files',''),(15327,6070,'_download_expiry',''),(15328,6070,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15329,6070,'attribute_pa_photo-prints','a'),(15330,6070,'_manage_stock','no'),(15331,6070,'_regular_price','175'),(15332,6070,'_sale_price',''),(15333,6070,'_sale_price_dates_from',''),(15334,6070,'_sale_price_dates_to',''),(15335,6070,'_price','175'),(15336,6070,'_download_limit',''),(15337,6070,'_height',''),(15338,6070,'_width',''),(15339,6070,'_thumbnail_id','0'),(15340,6070,'_virtual','no'),(15341,6070,'_downloadable','no'),(15342,6070,'_weight',''),(15343,6070,'_length',''),(15344,6073,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15345,6073,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15346,6073,'attribute_pa_photo-prints','e'),(15347,6073,'_thumbnail_id','0'),(15348,6073,'_virtual','no'),(15349,6073,'_downloadable','no'),(15350,6073,'_weight',''),(15351,6073,'_length',''),(15352,6073,'_width',''),(15353,6073,'_height',''),(15354,6073,'_manage_stock','no'),(15355,6073,'_regular_price','900'),(15356,6073,'_sale_price',''),(15357,6073,'_sale_price_dates_from',''),(15358,6073,'_sale_price_dates_to',''),(15359,6073,'_price','900'),(15360,6073,'_download_limit',''),(15361,6073,'_download_expiry',''),(15362,6073,'_downloadable_files',''),(15363,6073,'_variation_description','36 x 54'),(15364,6073,'_stock_status','instock'),(15365,6074,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15366,6074,'_stock_status','instock'),(15367,6074,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15368,6074,'attribute_pa_photo-prints','d'),(15369,6074,'_download_limit',''),(15370,6074,'_price','500'),(15371,6074,'_download_expiry',''),(15372,6074,'_downloadable_files',''),(15373,6074,'_variation_description','30 x 45'),(15374,6074,'_width',''),(15375,6074,'_height',''),(15376,6074,'_manage_stock','no'),(15377,6074,'_regular_price','500'),(15378,6074,'_sale_price',''),(15379,6074,'_sale_price_dates_from',''),(15380,6074,'_sale_price_dates_to',''),(15381,6074,'_length',''),(15382,6074,'_weight',''),(15383,6074,'_thumbnail_id','0'),(15384,6074,'_virtual','no'),(15385,6074,'_downloadable','no'),(15386,6075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15387,6075,'_price','400'),(15388,6075,'_download_limit',''),(15389,6075,'_height',''),(15390,6075,'_manage_stock','no'),(15391,6075,'_regular_price','400'),(15392,6075,'_width',''),(15393,6075,'_weight',''),(15394,6075,'_length',''),(15395,6075,'_sale_price',''),(15396,6075,'_sale_price_dates_from',''),(15397,6075,'_sale_price_dates_to',''),(15398,6075,'_thumbnail_id','0'),(15399,6075,'_virtual','no'),(15400,6075,'_downloadable','no'),(15401,6075,'attribute_pa_photo-prints','c'),(15402,6075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15403,6075,'_stock_status','instock'),(15404,6075,'_download_expiry',''),(15405,6075,'_downloadable_files',''),(15406,6075,'_variation_description','24 x 36'),(15407,6076,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15408,6076,'_thumbnail_id','0'),(15409,6076,'_virtual','no'),(15410,6076,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15411,6076,'_weight',''),(15412,6076,'_length',''),(15413,6076,'_stock_status','instock'),(15414,6076,'_downloadable','no'),(15415,6076,'_width',''),(15416,6076,'_height',''),(15417,6076,'_manage_stock','no'),(15418,6076,'_regular_price','300'),(15419,6076,'_sale_price',''),(15420,6076,'_sale_price_dates_from',''),(15421,6076,'_sale_price_dates_to',''),(15422,6076,'_price','300'),(15423,6076,'_download_limit',''),(15424,6076,'_download_expiry',''),(15425,6076,'_downloadable_files',''),(15426,6076,'_variation_description','20 x 30'),(15427,6076,'attribute_pa_photo-prints','b'),(15428,6077,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15429,6077,'_stock_status','instock'),(15430,6077,'_variation_description','12 x 18'),(15431,6077,'_downloadable_files',''),(15432,6077,'_download_expiry',''),(15433,6077,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15434,6077,'attribute_pa_photo-prints','a'),(15435,6077,'_manage_stock','no'),(15436,6077,'_regular_price','175'),(15437,6077,'_sale_price',''),(15438,6077,'_sale_price_dates_from',''),(15439,6077,'_sale_price_dates_to',''),(15440,6077,'_price','175'),(15441,6077,'_download_limit',''),(15442,6077,'_height',''),(15443,6077,'_width',''),(15444,6077,'_thumbnail_id','0'),(15445,6077,'_virtual','no'),(15446,6077,'_downloadable','no'),(15447,6077,'_weight',''),(15448,6077,'_length',''),(15449,6080,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15450,6080,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15451,6080,'attribute_pa_photo-prints','e'),(15452,6080,'_thumbnail_id','0'),(15453,6080,'_virtual','no'),(15454,6080,'_downloadable','no'),(15455,6080,'_weight',''),(15456,6080,'_length',''),(15457,6080,'_width',''),(15458,6080,'_height',''),(15459,6080,'_manage_stock','no'),(15460,6080,'_regular_price','900'),(15461,6080,'_sale_price',''),(15462,6080,'_sale_price_dates_from',''),(15463,6080,'_sale_price_dates_to',''),(15464,6080,'_price','900'),(15465,6080,'_download_limit',''),(15466,6080,'_download_expiry',''),(15467,6080,'_downloadable_files',''),(15468,6080,'_variation_description','36 x 54'),(15469,6080,'_stock_status','instock'),(15470,6081,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15471,6081,'_stock_status','instock'),(15472,6081,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15473,6081,'attribute_pa_photo-prints','d'),(15474,6081,'_download_limit',''),(15475,6081,'_price','500'),(15476,6081,'_download_expiry',''),(15477,6081,'_downloadable_files',''),(15478,6081,'_variation_description','30 x 45'),(15479,6081,'_width',''),(15480,6081,'_height',''),(15481,6081,'_manage_stock','no'),(15482,6081,'_regular_price','500'),(15483,6081,'_sale_price',''),(15484,6081,'_sale_price_dates_from',''),(15485,6081,'_sale_price_dates_to',''),(15486,6081,'_length',''),(15487,6081,'_weight',''),(15488,6081,'_thumbnail_id','0'),(15489,6081,'_virtual','no'),(15490,6081,'_downloadable','no'),(15491,6082,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15492,6082,'_price','400'),(15493,6082,'_download_limit',''),(15494,6082,'_height',''),(15495,6082,'_manage_stock','no'),(15496,6082,'_regular_price','400'),(15497,6082,'_width',''),(15498,6082,'_weight',''),(15499,6082,'_length',''),(15500,6082,'_sale_price',''),(15501,6082,'_sale_price_dates_from',''),(15502,6082,'_sale_price_dates_to',''),(15503,6082,'_thumbnail_id','0'),(15504,6082,'_virtual','no'),(15505,6082,'_downloadable','no'),(15506,6082,'attribute_pa_photo-prints','c'),(15507,6082,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15508,6082,'_stock_status','instock'),(15509,6082,'_download_expiry',''),(15510,6082,'_downloadable_files',''),(15511,6082,'_variation_description','24 x 36'),(15512,6083,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15513,6083,'_thumbnail_id','0'),(15514,6083,'_virtual','no'),(15515,6083,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15516,6083,'_weight',''),(15517,6083,'_length',''),(15518,6083,'_stock_status','instock'),(15519,6083,'_downloadable','no'),(15520,6083,'_width',''),(15521,6083,'_height',''),(15522,6083,'_manage_stock','no'),(15523,6083,'_regular_price','300'),(15524,6083,'_sale_price',''),(15525,6083,'_sale_price_dates_from',''),(15526,6083,'_sale_price_dates_to',''),(15527,6083,'_price','300'),(15528,6083,'_download_limit',''),(15529,6083,'_download_expiry',''),(15530,6083,'_downloadable_files',''),(15531,6083,'_variation_description','20 x 30'),(15532,6083,'attribute_pa_photo-prints','b'),(15533,6084,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15534,6084,'_stock_status','instock'),(15535,6084,'_variation_description','12 x 18'),(15536,6084,'_downloadable_files',''),(15537,6084,'_download_expiry',''),(15538,6084,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15539,6084,'attribute_pa_photo-prints','a'),(15540,6084,'_manage_stock','no'),(15541,6084,'_regular_price','175'),(15542,6084,'_sale_price',''),(15543,6084,'_sale_price_dates_from',''),(15544,6084,'_sale_price_dates_to',''),(15545,6084,'_price','175'),(15546,6084,'_download_limit',''),(15547,6084,'_height',''),(15548,6084,'_width',''),(15549,6084,'_thumbnail_id','0'),(15550,6084,'_virtual','no'),(15551,6084,'_downloadable','no'),(15552,6084,'_weight',''),(15553,6084,'_length',''),(15554,6087,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15555,6087,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15556,6087,'attribute_pa_photo-prints','e'),(15557,6087,'_thumbnail_id','0'),(15558,6087,'_virtual','no'),(15559,6087,'_downloadable','no'),(15560,6087,'_weight',''),(15561,6087,'_length',''),(15562,6087,'_width',''),(15563,6087,'_height',''),(15564,6087,'_manage_stock','no'),(15565,6087,'_regular_price','900'),(15566,6087,'_sale_price',''),(15567,6087,'_sale_price_dates_from',''),(15568,6087,'_sale_price_dates_to',''),(15569,6087,'_price','900'),(15570,6087,'_download_limit',''),(15571,6087,'_download_expiry',''),(15572,6087,'_downloadable_files',''),(15573,6087,'_variation_description','36 x 54'),(15574,6087,'_stock_status','instock'),(15575,6088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15576,6088,'_stock_status','instock'),(15577,6088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15578,6088,'attribute_pa_photo-prints','d'),(15579,6088,'_download_limit',''),(15580,6088,'_price','500'),(15581,6088,'_download_expiry',''),(15582,6088,'_downloadable_files',''),(15583,6088,'_variation_description','30 x 45'),(15584,6088,'_width',''),(15585,6088,'_height',''),(15586,6088,'_manage_stock','no'),(15587,6088,'_regular_price','500'),(15588,6088,'_sale_price',''),(15589,6088,'_sale_price_dates_from',''),(15590,6088,'_sale_price_dates_to',''),(15591,6088,'_length',''),(15592,6088,'_weight',''),(15593,6088,'_thumbnail_id','0'),(15594,6088,'_virtual','no'),(15595,6088,'_downloadable','no'),(15596,6089,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15597,6089,'_price','400'),(15598,6089,'_download_limit',''),(15599,6089,'_height',''),(15600,6089,'_manage_stock','no'),(15601,6089,'_regular_price','400'),(15602,6089,'_width',''),(15603,6089,'_weight',''),(15604,6089,'_length',''),(15605,6089,'_sale_price',''),(15606,6089,'_sale_price_dates_from',''),(15607,6089,'_sale_price_dates_to',''),(15608,6089,'_thumbnail_id','0'),(15609,6089,'_virtual','no'),(15610,6089,'_downloadable','no'),(15611,6089,'attribute_pa_photo-prints','c'),(15612,6089,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15613,6089,'_stock_status','instock'),(15614,6089,'_download_expiry',''),(15615,6089,'_downloadable_files',''),(15616,6089,'_variation_description','24 x 36'),(15617,6090,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15618,6090,'_thumbnail_id','0'),(15619,6090,'_virtual','no'),(15620,6090,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15621,6090,'_weight',''),(15622,6090,'_length',''),(15623,6090,'_stock_status','instock'),(15624,6090,'_downloadable','no'),(15625,6090,'_width',''),(15626,6090,'_height',''),(15627,6090,'_manage_stock','no'),(15628,6090,'_regular_price','300'),(15629,6090,'_sale_price',''),(15630,6090,'_sale_price_dates_from',''),(15631,6090,'_sale_price_dates_to',''),(15632,6090,'_price','300'),(15633,6090,'_download_limit',''),(15634,6090,'_download_expiry',''),(15635,6090,'_downloadable_files',''),(15636,6090,'_variation_description','20 x 30'),(15637,6090,'attribute_pa_photo-prints','b'),(15638,6091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15639,6091,'_stock_status','instock'),(15640,6091,'_variation_description','12 x 18'),(15641,6091,'_downloadable_files',''),(15642,6091,'_download_expiry',''),(15643,6091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15644,6091,'attribute_pa_photo-prints','a'),(15645,6091,'_manage_stock','no'),(15646,6091,'_regular_price','175'),(15647,6091,'_sale_price',''),(15648,6091,'_sale_price_dates_from',''),(15649,6091,'_sale_price_dates_to',''),(15650,6091,'_price','175'),(15651,6091,'_download_limit',''),(15652,6091,'_height',''),(15653,6091,'_width',''),(15654,6091,'_thumbnail_id','0'),(15655,6091,'_virtual','no'),(15656,6091,'_downloadable','no'),(15657,6091,'_weight',''),(15658,6091,'_length',''),(15659,6094,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15660,6094,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15661,6094,'attribute_pa_photo-prints','e'),(15662,6094,'_thumbnail_id','0'),(15663,6094,'_virtual','no'),(15664,6094,'_downloadable','no'),(15665,6094,'_weight',''),(15666,6094,'_length',''),(15667,6094,'_width',''),(15668,6094,'_height',''),(15669,6094,'_manage_stock','no'),(15670,6094,'_regular_price','900'),(15671,6094,'_sale_price',''),(15672,6094,'_sale_price_dates_from',''),(15673,6094,'_sale_price_dates_to',''),(15674,6094,'_price','900'),(15675,6094,'_download_limit',''),(15676,6094,'_download_expiry',''),(15677,6094,'_downloadable_files',''),(15678,6094,'_variation_description','36 x 54'),(15679,6094,'_stock_status','instock'),(15680,6095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15681,6095,'_stock_status','instock'),(15682,6095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15683,6095,'attribute_pa_photo-prints','d'),(15684,6095,'_download_limit',''),(15685,6095,'_price','500'),(15686,6095,'_download_expiry',''),(15687,6095,'_downloadable_files',''),(15688,6095,'_variation_description','30 x 45'),(15689,6095,'_width',''),(15690,6095,'_height',''),(15691,6095,'_manage_stock','no'),(15692,6095,'_regular_price','500'),(15693,6095,'_sale_price',''),(15694,6095,'_sale_price_dates_from',''),(15695,6095,'_sale_price_dates_to',''),(15696,6095,'_length',''),(15697,6095,'_weight',''),(15698,6095,'_thumbnail_id','0'),(15699,6095,'_virtual','no'),(15700,6095,'_downloadable','no'),(15701,6096,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15702,6096,'_price','400'),(15703,6096,'_download_limit',''),(15704,6096,'_height',''),(15705,6096,'_manage_stock','no'),(15706,6096,'_regular_price','400'),(15707,6096,'_width',''),(15708,6096,'_weight',''),(15709,6096,'_length',''),(15710,6096,'_sale_price',''),(15711,6096,'_sale_price_dates_from',''),(15712,6096,'_sale_price_dates_to',''),(15713,6096,'_thumbnail_id','0'),(15714,6096,'_virtual','no'),(15715,6096,'_downloadable','no'),(15716,6096,'attribute_pa_photo-prints','c'),(15717,6096,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15718,6096,'_stock_status','instock'),(15719,6096,'_download_expiry',''),(15720,6096,'_downloadable_files',''),(15721,6096,'_variation_description','24 x 36'),(15722,6097,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15723,6097,'_thumbnail_id','0'),(15724,6097,'_virtual','no'),(15725,6097,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15726,6097,'_weight',''),(15727,6097,'_length',''),(15728,6097,'_stock_status','instock'),(15729,6097,'_downloadable','no'),(15730,6097,'_width',''),(15731,6097,'_height',''),(15732,6097,'_manage_stock','no'),(15733,6097,'_regular_price','300'),(15734,6097,'_sale_price',''),(15735,6097,'_sale_price_dates_from',''),(15736,6097,'_sale_price_dates_to',''),(15737,6097,'_price','300'),(15738,6097,'_download_limit',''),(15739,6097,'_download_expiry',''),(15740,6097,'_downloadable_files',''),(15741,6097,'_variation_description','20 x 30'),(15742,6097,'attribute_pa_photo-prints','b'),(15743,6098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15744,6098,'_stock_status','instock'),(15745,6098,'_variation_description','12 x 18'),(15746,6098,'_downloadable_files',''),(15747,6098,'_download_expiry',''),(15748,6098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15749,6098,'attribute_pa_photo-prints','a'),(15750,6098,'_manage_stock','no'),(15751,6098,'_regular_price','175'),(15752,6098,'_sale_price',''),(15753,6098,'_sale_price_dates_from',''),(15754,6098,'_sale_price_dates_to',''),(15755,6098,'_price','175'),(15756,6098,'_download_limit',''),(15757,6098,'_height',''),(15758,6098,'_width',''),(15759,6098,'_thumbnail_id','0'),(15760,6098,'_virtual','no'),(15761,6098,'_downloadable','no'),(15762,6098,'_weight',''),(15763,6098,'_length',''),(15764,6102,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15765,6102,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15766,6102,'attribute_pa_photo-prints','e'),(15767,6102,'_thumbnail_id','0'),(15768,6102,'_virtual','no'),(15769,6102,'_downloadable','no'),(15770,6102,'_weight',''),(15771,6102,'_length',''),(15772,6102,'_width',''),(15773,6102,'_height',''),(15774,6102,'_manage_stock','no'),(15775,6102,'_regular_price','900'),(15776,6102,'_sale_price',''),(15777,6102,'_sale_price_dates_from',''),(15778,6102,'_sale_price_dates_to',''),(15779,6102,'_price','900'),(15780,6102,'_download_limit',''),(15781,6102,'_download_expiry',''),(15782,6102,'_downloadable_files',''),(15783,6102,'_variation_description','36 x 54'),(15784,6102,'_stock_status','instock'),(15785,6103,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15786,6103,'_stock_status','instock'),(15787,6103,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15788,6103,'attribute_pa_photo-prints','d'),(15789,6103,'_download_limit',''),(15790,6103,'_price','500'),(15791,6103,'_download_expiry',''),(15792,6103,'_downloadable_files',''),(15793,6103,'_variation_description','30 x 45'),(15794,6103,'_width',''),(15795,6103,'_height',''),(15796,6103,'_manage_stock','no'),(15797,6103,'_regular_price','500'),(15798,6103,'_sale_price',''),(15799,6103,'_sale_price_dates_from',''),(15800,6103,'_sale_price_dates_to',''),(15801,6103,'_length',''),(15802,6103,'_weight',''),(15803,6103,'_thumbnail_id','0'),(15804,6103,'_virtual','no'),(15805,6103,'_downloadable','no'),(15806,6104,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15807,6104,'_price','400'),(15808,6104,'_download_limit',''),(15809,6104,'_height',''),(15810,6104,'_manage_stock','no'),(15811,6104,'_regular_price','400'),(15812,6104,'_width',''),(15813,6104,'_weight',''),(15814,6104,'_length',''),(15815,6104,'_sale_price',''),(15816,6104,'_sale_price_dates_from',''),(15817,6104,'_sale_price_dates_to',''),(15818,6104,'_thumbnail_id','0'),(15819,6104,'_virtual','no'),(15820,6104,'_downloadable','no'),(15821,6104,'attribute_pa_photo-prints','c'),(15822,6104,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15823,6104,'_stock_status','instock'),(15824,6104,'_download_expiry',''),(15825,6104,'_downloadable_files',''),(15826,6104,'_variation_description','24 x 36'),(15827,6105,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15828,6105,'_thumbnail_id','0'),(15829,6105,'_virtual','no'),(15830,6105,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15831,6105,'_weight',''),(15832,6105,'_length',''),(15833,6105,'_stock_status','instock'),(15834,6105,'_downloadable','no'),(15835,6105,'_width',''),(15836,6105,'_height',''),(15837,6105,'_manage_stock','no'),(15838,6105,'_regular_price','300'),(15839,6105,'_sale_price',''),(15840,6105,'_sale_price_dates_from',''),(15841,6105,'_sale_price_dates_to',''),(15842,6105,'_price','300'),(15843,6105,'_download_limit',''),(15844,6105,'_download_expiry',''),(15845,6105,'_downloadable_files',''),(15846,6105,'_variation_description','20 x 30'),(15847,6105,'attribute_pa_photo-prints','b'),(15848,6106,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15849,6106,'_stock_status','instock'),(15850,6106,'_variation_description','12 x 18'),(15851,6106,'_downloadable_files',''),(15852,6106,'_download_expiry',''),(15853,6106,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15854,6106,'attribute_pa_photo-prints','a'),(15855,6106,'_manage_stock','no'),(15856,6106,'_regular_price','175'),(15857,6106,'_sale_price',''),(15858,6106,'_sale_price_dates_from',''),(15859,6106,'_sale_price_dates_to',''),(15860,6106,'_price','175'),(15861,6106,'_download_limit',''),(15862,6106,'_height',''),(15863,6106,'_width',''),(15864,6106,'_thumbnail_id','0'),(15865,6106,'_virtual','no'),(15866,6106,'_downloadable','no'),(15867,6106,'_weight',''),(15868,6106,'_length',''),(15869,6111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15870,6111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15871,6111,'attribute_pa_photo-prints','e'),(15872,6111,'_thumbnail_id','0'),(15873,6111,'_virtual','no'),(15874,6111,'_downloadable','no'),(15875,6111,'_weight',''),(15876,6111,'_length',''),(15877,6111,'_width',''),(15878,6111,'_height',''),(15879,6111,'_manage_stock','no'),(15880,6111,'_regular_price','900'),(15881,6111,'_sale_price',''),(15882,6111,'_sale_price_dates_from',''),(15883,6111,'_sale_price_dates_to',''),(15884,6111,'_price','900'),(15885,6111,'_download_limit',''),(15886,6111,'_download_expiry',''),(15887,6111,'_downloadable_files',''),(15888,6111,'_variation_description','36 x 54'),(15889,6111,'_stock_status','instock'),(15890,6112,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15891,6112,'_stock_status','instock'),(15892,6112,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15893,6112,'attribute_pa_photo-prints','d'),(15894,6112,'_download_limit',''),(15895,6112,'_price','500'),(15896,6112,'_download_expiry',''),(15897,6112,'_downloadable_files',''),(15898,6112,'_variation_description','30 x 45'),(15899,6112,'_width',''),(15900,6112,'_height',''),(15901,6112,'_manage_stock','no'),(15902,6112,'_regular_price','500'),(15903,6112,'_sale_price',''),(15904,6112,'_sale_price_dates_from',''),(15905,6112,'_sale_price_dates_to',''),(15906,6112,'_length',''),(15907,6112,'_weight',''),(15908,6112,'_thumbnail_id','0'),(15909,6112,'_virtual','no'),(15910,6112,'_downloadable','no'),(15911,6113,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15912,6113,'_price','400'),(15913,6113,'_download_limit',''),(15914,6113,'_height',''),(15915,6113,'_manage_stock','no'),(15916,6113,'_regular_price','400'),(15917,6113,'_width',''),(15918,6113,'_weight',''),(15919,6113,'_length',''),(15920,6113,'_sale_price',''),(15921,6113,'_sale_price_dates_from',''),(15922,6113,'_sale_price_dates_to',''),(15923,6113,'_thumbnail_id','0'),(15924,6113,'_virtual','no'),(15925,6113,'_downloadable','no'),(15926,6113,'attribute_pa_photo-prints','c'),(15927,6113,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15928,6113,'_stock_status','instock'),(15929,6113,'_download_expiry',''),(15930,6113,'_downloadable_files',''),(15931,6113,'_variation_description','24 x 36'),(15932,6114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15933,6114,'_thumbnail_id','0'),(15934,6114,'_virtual','no'),(15935,6114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15936,6114,'_weight',''),(15937,6114,'_length',''),(15938,6114,'_stock_status','instock'),(15939,6114,'_downloadable','no'),(15940,6114,'_width',''),(15941,6114,'_height',''),(15942,6114,'_manage_stock','no'),(15943,6114,'_regular_price','300'),(15944,6114,'_sale_price',''),(15945,6114,'_sale_price_dates_from',''),(15946,6114,'_sale_price_dates_to',''),(15947,6114,'_price','300'),(15948,6114,'_download_limit',''),(15949,6114,'_download_expiry',''),(15950,6114,'_downloadable_files',''),(15951,6114,'_variation_description','20 x 30'),(15952,6114,'attribute_pa_photo-prints','b'),(15953,6115,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15954,6115,'_stock_status','instock'),(15955,6115,'_variation_description','12 x 18'),(15956,6115,'_downloadable_files',''),(15957,6115,'_download_expiry',''),(15958,6115,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15959,6115,'attribute_pa_photo-prints','a'),(15960,6115,'_manage_stock','no'),(15961,6115,'_regular_price','175'),(15962,6115,'_sale_price',''),(15963,6115,'_sale_price_dates_from',''),(15964,6115,'_sale_price_dates_to',''),(15965,6115,'_price','175'),(15966,6115,'_download_limit',''),(15967,6115,'_height',''),(15968,6115,'_width',''),(15969,6115,'_thumbnail_id','0'),(15970,6115,'_virtual','no'),(15971,6115,'_downloadable','no'),(15972,6115,'_weight',''),(15973,6115,'_length',''),(15974,6118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15975,6118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15976,6118,'attribute_pa_photo-prints','e'),(15977,6118,'_thumbnail_id','0'),(15978,6118,'_virtual','no'),(15979,6118,'_downloadable','no'),(15980,6118,'_weight',''),(15981,6118,'_length',''),(15982,6118,'_width',''),(15983,6118,'_height',''),(15984,6118,'_manage_stock','no'),(15985,6118,'_regular_price','900'),(15986,6118,'_sale_price',''),(15987,6118,'_sale_price_dates_from',''),(15988,6118,'_sale_price_dates_to',''),(15989,6118,'_price','900'),(15990,6118,'_download_limit',''),(15991,6118,'_download_expiry',''),(15992,6118,'_downloadable_files',''),(15993,6118,'_variation_description','36 x 54'),(15994,6118,'_stock_status','instock'),(15995,6119,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15996,6119,'_stock_status','instock'),(15997,6119,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15998,6119,'attribute_pa_photo-prints','d'),(15999,6119,'_download_limit',''),(16000,6119,'_price','500'),(16001,6119,'_download_expiry',''),(16002,6119,'_downloadable_files',''),(16003,6119,'_variation_description','30 x 45'),(16004,6119,'_width',''),(16005,6119,'_height',''),(16006,6119,'_manage_stock','no'),(16007,6119,'_regular_price','500'),(16008,6119,'_sale_price',''),(16009,6119,'_sale_price_dates_from',''),(16010,6119,'_sale_price_dates_to',''),(16011,6119,'_length',''),(16012,6119,'_weight',''),(16013,6119,'_thumbnail_id','0'),(16014,6119,'_virtual','no'),(16015,6119,'_downloadable','no'),(16016,6120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16017,6120,'_price','400'),(16018,6120,'_download_limit',''),(16019,6120,'_height',''),(16020,6120,'_manage_stock','no'),(16021,6120,'_regular_price','400'),(16022,6120,'_width',''),(16023,6120,'_weight',''),(16024,6120,'_length',''),(16025,6120,'_sale_price',''),(16026,6120,'_sale_price_dates_from',''),(16027,6120,'_sale_price_dates_to',''),(16028,6120,'_thumbnail_id','0'),(16029,6120,'_virtual','no'),(16030,6120,'_downloadable','no'),(16031,6120,'attribute_pa_photo-prints','c'),(16032,6120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16033,6120,'_stock_status','instock'),(16034,6120,'_download_expiry',''),(16035,6120,'_downloadable_files',''),(16036,6120,'_variation_description','24 x 36'),(16037,6121,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16038,6121,'_thumbnail_id','0'),(16039,6121,'_virtual','no'),(16040,6121,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16041,6121,'_weight',''),(16042,6121,'_length',''),(16043,6121,'_stock_status','instock'),(16044,6121,'_downloadable','no'),(16045,6121,'_width',''),(16046,6121,'_height',''),(16047,6121,'_manage_stock','no'),(16048,6121,'_regular_price','300'),(16049,6121,'_sale_price',''),(16050,6121,'_sale_price_dates_from',''),(16051,6121,'_sale_price_dates_to',''),(16052,6121,'_price','300'),(16053,6121,'_download_limit',''),(16054,6121,'_download_expiry',''),(16055,6121,'_downloadable_files',''),(16056,6121,'_variation_description','20 x 30'),(16057,6121,'attribute_pa_photo-prints','b'),(16058,6122,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16059,6122,'_stock_status','instock'),(16060,6122,'_variation_description','12 x 18'),(16061,6122,'_downloadable_files',''),(16062,6122,'_download_expiry',''),(16063,6122,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16064,6122,'attribute_pa_photo-prints','a'),(16065,6122,'_manage_stock','no'),(16066,6122,'_regular_price','175'),(16067,6122,'_sale_price',''),(16068,6122,'_sale_price_dates_from',''),(16069,6122,'_sale_price_dates_to',''),(16070,6122,'_price','175'),(16071,6122,'_download_limit',''),(16072,6122,'_height',''),(16073,6122,'_width',''),(16074,6122,'_thumbnail_id','0'),(16075,6122,'_virtual','no'),(16076,6122,'_downloadable','no'),(16077,6122,'_weight',''),(16078,6122,'_length',''),(16079,6126,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16080,6126,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16081,6126,'attribute_pa_photo-prints','e'),(16082,6126,'_thumbnail_id','0'),(16083,6126,'_virtual','no'),(16084,6126,'_downloadable','no'),(16085,6126,'_weight',''),(16086,6126,'_length',''),(16087,6126,'_width',''),(16088,6126,'_height',''),(16089,6126,'_manage_stock','no'),(16090,6126,'_regular_price','900'),(16091,6126,'_sale_price',''),(16092,6126,'_sale_price_dates_from',''),(16093,6126,'_sale_price_dates_to',''),(16094,6126,'_price','900'),(16095,6126,'_download_limit',''),(16096,6126,'_download_expiry',''),(16097,6126,'_downloadable_files',''),(16098,6126,'_variation_description','36 x 54'),(16099,6126,'_stock_status','instock'),(16100,6127,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16101,6127,'_stock_status','instock'),(16102,6127,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16103,6127,'attribute_pa_photo-prints','d'),(16104,6127,'_download_limit',''),(16105,6127,'_price','500'),(16106,6127,'_download_expiry',''),(16107,6127,'_downloadable_files',''),(16108,6127,'_variation_description','30 x 45'),(16109,6127,'_width',''),(16110,6127,'_height',''),(16111,6127,'_manage_stock','no'),(16112,6127,'_regular_price','500'),(16113,6127,'_sale_price',''),(16114,6127,'_sale_price_dates_from',''),(16115,6127,'_sale_price_dates_to',''),(16116,6127,'_length',''),(16117,6127,'_weight',''),(16118,6127,'_thumbnail_id','0'),(16119,6127,'_virtual','no'),(16120,6127,'_downloadable','no'),(16121,6128,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16122,6128,'_price','400'),(16123,6128,'_download_limit',''),(16124,6128,'_height',''),(16125,6128,'_manage_stock','no'),(16126,6128,'_regular_price','400'),(16127,6128,'_width',''),(16128,6128,'_weight',''),(16129,6128,'_length',''),(16130,6128,'_sale_price',''),(16131,6128,'_sale_price_dates_from',''),(16132,6128,'_sale_price_dates_to',''),(16133,6128,'_thumbnail_id','0'),(16134,6128,'_virtual','no'),(16135,6128,'_downloadable','no'),(16136,6128,'attribute_pa_photo-prints','c'),(16137,6128,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16138,6128,'_stock_status','instock'),(16139,6128,'_download_expiry',''),(16140,6128,'_downloadable_files',''),(16141,6128,'_variation_description','24 x 36'),(16142,6129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16143,6129,'_thumbnail_id','0'),(16144,6129,'_virtual','no'),(16145,6129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16146,6129,'_weight',''),(16147,6129,'_length',''),(16148,6129,'_stock_status','instock'),(16149,6129,'_downloadable','no'),(16150,6129,'_width',''),(16151,6129,'_height',''),(16152,6129,'_manage_stock','no'),(16153,6129,'_regular_price','300'),(16154,6129,'_sale_price',''),(16155,6129,'_sale_price_dates_from',''),(16156,6129,'_sale_price_dates_to',''),(16157,6129,'_price','300'),(16158,6129,'_download_limit',''),(16159,6129,'_download_expiry',''),(16160,6129,'_downloadable_files',''),(16161,6129,'_variation_description','20 x 30'),(16162,6129,'attribute_pa_photo-prints','b'),(16163,6130,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16164,6130,'_stock_status','instock'),(16165,6130,'_variation_description','12 x 18'),(16166,6130,'_downloadable_files',''),(16167,6130,'_download_expiry',''),(16168,6130,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16169,6130,'attribute_pa_photo-prints','a'),(16170,6130,'_manage_stock','no'),(16171,6130,'_regular_price','175'),(16172,6130,'_sale_price',''),(16173,6130,'_sale_price_dates_from',''),(16174,6130,'_sale_price_dates_to',''),(16175,6130,'_price','175'),(16176,6130,'_download_limit',''),(16177,6130,'_height',''),(16178,6130,'_width',''),(16179,6130,'_thumbnail_id','0'),(16180,6130,'_virtual','no'),(16181,6130,'_downloadable','no'),(16182,6130,'_weight',''),(16183,6130,'_length',''),(16184,6133,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16185,6133,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16186,6133,'attribute_pa_photo-prints','e'),(16187,6133,'_thumbnail_id','0'),(16188,6133,'_virtual','no'),(16189,6133,'_downloadable','no'),(16190,6133,'_weight',''),(16191,6133,'_length',''),(16192,6133,'_width',''),(16193,6133,'_height',''),(16194,6133,'_manage_stock','no'),(16195,6133,'_regular_price','900'),(16196,6133,'_sale_price',''),(16197,6133,'_sale_price_dates_from',''),(16198,6133,'_sale_price_dates_to',''),(16199,6133,'_price','900'),(16200,6133,'_download_limit',''),(16201,6133,'_download_expiry',''),(16202,6133,'_downloadable_files',''),(16203,6133,'_variation_description','36 x 54'),(16204,6133,'_stock_status','instock'),(16205,6134,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16206,6134,'_stock_status','instock'),(16207,6134,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16208,6134,'attribute_pa_photo-prints','d'),(16209,6134,'_download_limit',''),(16210,6134,'_price','500'),(16211,6134,'_download_expiry',''),(16212,6134,'_downloadable_files',''),(16213,6134,'_variation_description','30 x 45'),(16214,6134,'_width',''),(16215,6134,'_height',''),(16216,6134,'_manage_stock','no'),(16217,6134,'_regular_price','500'),(16218,6134,'_sale_price',''),(16219,6134,'_sale_price_dates_from',''),(16220,6134,'_sale_price_dates_to',''),(16221,6134,'_length',''),(16222,6134,'_weight',''),(16223,6134,'_thumbnail_id','0'),(16224,6134,'_virtual','no'),(16225,6134,'_downloadable','no'),(16226,6135,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16227,6135,'_price','400'),(16228,6135,'_download_limit',''),(16229,6135,'_height',''),(16230,6135,'_manage_stock','no'),(16231,6135,'_regular_price','400'),(16232,6135,'_width',''),(16233,6135,'_weight',''),(16234,6135,'_length',''),(16235,6135,'_sale_price',''),(16236,6135,'_sale_price_dates_from',''),(16237,6135,'_sale_price_dates_to',''),(16238,6135,'_thumbnail_id','0'),(16239,6135,'_virtual','no'),(16240,6135,'_downloadable','no'),(16241,6135,'attribute_pa_photo-prints','c'),(16242,6135,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16243,6135,'_stock_status','instock'),(16244,6135,'_download_expiry',''),(16245,6135,'_downloadable_files',''),(16246,6135,'_variation_description','24 x 36'),(16247,6136,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16248,6136,'_thumbnail_id','0'),(16249,6136,'_virtual','no'),(16250,6136,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16251,6136,'_weight',''),(16252,6136,'_length',''),(16253,6136,'_stock_status','instock'),(16254,6136,'_downloadable','no'),(16255,6136,'_width',''),(16256,6136,'_height',''),(16257,6136,'_manage_stock','no'),(16258,6136,'_regular_price','300'),(16259,6136,'_sale_price',''),(16260,6136,'_sale_price_dates_from',''),(16261,6136,'_sale_price_dates_to',''),(16262,6136,'_price','300'),(16263,6136,'_download_limit',''),(16264,6136,'_download_expiry',''),(16265,6136,'_downloadable_files',''),(16266,6136,'_variation_description','20 x 30'),(16267,6136,'attribute_pa_photo-prints','b'),(16268,6137,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16269,6137,'_stock_status','instock'),(16270,6137,'_variation_description','12 x 18'),(16271,6137,'_downloadable_files',''),(16272,6137,'_download_expiry',''),(16273,6137,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16274,6137,'attribute_pa_photo-prints','a'),(16275,6137,'_manage_stock','no'),(16276,6137,'_regular_price','175'),(16277,6137,'_sale_price',''),(16278,6137,'_sale_price_dates_from',''),(16279,6137,'_sale_price_dates_to',''),(16280,6137,'_price','175'),(16281,6137,'_download_limit',''),(16282,6137,'_height',''),(16283,6137,'_width',''),(16284,6137,'_thumbnail_id','0'),(16285,6137,'_virtual','no'),(16286,6137,'_downloadable','no'),(16287,6137,'_weight',''),(16288,6137,'_length',''),(16289,6140,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16290,6140,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16291,6140,'attribute_pa_photo-prints','e'),(16292,6140,'_thumbnail_id','0'),(16293,6140,'_virtual','no'),(16294,6140,'_downloadable','no'),(16295,6140,'_weight',''),(16296,6140,'_length',''),(16297,6140,'_width',''),(16298,6140,'_height',''),(16299,6140,'_manage_stock','no'),(16300,6140,'_regular_price','900'),(16301,6140,'_sale_price',''),(16302,6140,'_sale_price_dates_from',''),(16303,6140,'_sale_price_dates_to',''),(16304,6140,'_price','900'),(16305,6140,'_download_limit',''),(16306,6140,'_download_expiry',''),(16307,6140,'_downloadable_files',''),(16308,6140,'_variation_description','36 x 54'),(16309,6140,'_stock_status','instock'),(16310,6141,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16311,6141,'_stock_status','instock'),(16312,6141,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16313,6141,'attribute_pa_photo-prints','d'),(16314,6141,'_download_limit',''),(16315,6141,'_price','500'),(16316,6141,'_download_expiry',''),(16317,6141,'_downloadable_files',''),(16318,6141,'_variation_description','30 x 45'),(16319,6141,'_width',''),(16320,6141,'_height',''),(16321,6141,'_manage_stock','no'),(16322,6141,'_regular_price','500'),(16323,6141,'_sale_price',''),(16324,6141,'_sale_price_dates_from',''),(16325,6141,'_sale_price_dates_to',''),(16326,6141,'_length',''),(16327,6141,'_weight',''),(16328,6141,'_thumbnail_id','0'),(16329,6141,'_virtual','no'),(16330,6141,'_downloadable','no'),(16331,6142,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16332,6142,'_price','400'),(16333,6142,'_download_limit',''),(16334,6142,'_height',''),(16335,6142,'_manage_stock','no'),(16336,6142,'_regular_price','400'),(16337,6142,'_width',''),(16338,6142,'_weight',''),(16339,6142,'_length',''),(16340,6142,'_sale_price',''),(16341,6142,'_sale_price_dates_from',''),(16342,6142,'_sale_price_dates_to',''),(16343,6142,'_thumbnail_id','0'),(16344,6142,'_virtual','no'),(16345,6142,'_downloadable','no'),(16346,6142,'attribute_pa_photo-prints','c'),(16347,6142,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16348,6142,'_stock_status','instock'),(16349,6142,'_download_expiry',''),(16350,6142,'_downloadable_files',''),(16351,6142,'_variation_description','24 x 36'),(16352,6143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16353,6143,'_thumbnail_id','0'),(16354,6143,'_virtual','no'),(16355,6143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16356,6143,'_weight',''),(16357,6143,'_length',''),(16358,6143,'_stock_status','instock'),(16359,6143,'_downloadable','no'),(16360,6143,'_width',''),(16361,6143,'_height',''),(16362,6143,'_manage_stock','no'),(16363,6143,'_regular_price','300'),(16364,6143,'_sale_price',''),(16365,6143,'_sale_price_dates_from',''),(16366,6143,'_sale_price_dates_to',''),(16367,6143,'_price','300'),(16368,6143,'_download_limit',''),(16369,6143,'_download_expiry',''),(16370,6143,'_downloadable_files',''),(16371,6143,'_variation_description','20 x 30'),(16372,6143,'attribute_pa_photo-prints','b'),(16373,6144,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16374,6144,'_stock_status','instock'),(16375,6144,'_variation_description','12 x 18'),(16376,6144,'_downloadable_files',''),(16377,6144,'_download_expiry',''),(16378,6144,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16379,6144,'attribute_pa_photo-prints','a'),(16380,6144,'_manage_stock','no'),(16381,6144,'_regular_price','175'),(16382,6144,'_sale_price',''),(16383,6144,'_sale_price_dates_from',''),(16384,6144,'_sale_price_dates_to',''),(16385,6144,'_price','175'),(16386,6144,'_download_limit',''),(16387,6144,'_height',''),(16388,6144,'_width',''),(16389,6144,'_thumbnail_id','0'),(16390,6144,'_virtual','no'),(16391,6144,'_downloadable','no'),(16392,6144,'_weight',''),(16393,6144,'_length',''),(16394,6147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16395,6147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16396,6147,'attribute_pa_photo-prints','e'),(16397,6147,'_thumbnail_id','0'),(16398,6147,'_virtual','no'),(16399,6147,'_downloadable','no'),(16400,6147,'_weight',''),(16401,6147,'_length',''),(16402,6147,'_width',''),(16403,6147,'_height',''),(16404,6147,'_manage_stock','no'),(16405,6147,'_regular_price','900'),(16406,6147,'_sale_price',''),(16407,6147,'_sale_price_dates_from',''),(16408,6147,'_sale_price_dates_to',''),(16409,6147,'_price','900'),(16410,6147,'_download_limit',''),(16411,6147,'_download_expiry',''),(16412,6147,'_downloadable_files',''),(16413,6147,'_variation_description','36 x 54'),(16414,6147,'_stock_status','instock'),(16415,6148,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16416,6148,'_stock_status','instock'),(16417,6148,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16418,6148,'attribute_pa_photo-prints','d'),(16419,6148,'_download_limit',''),(16420,6148,'_price','500'),(16421,6148,'_download_expiry',''),(16422,6148,'_downloadable_files',''),(16423,6148,'_variation_description','30 x 45'),(16424,6148,'_width',''),(16425,6148,'_height',''),(16426,6148,'_manage_stock','no'),(16427,6148,'_regular_price','500'),(16428,6148,'_sale_price',''),(16429,6148,'_sale_price_dates_from',''),(16430,6148,'_sale_price_dates_to',''),(16431,6148,'_length',''),(16432,6148,'_weight',''),(16433,6148,'_thumbnail_id','0'),(16434,6148,'_virtual','no'),(16435,6148,'_downloadable','no'),(16436,6149,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16437,6149,'_price','400'),(16438,6149,'_download_limit',''),(16439,6149,'_height',''),(16440,6149,'_manage_stock','no'),(16441,6149,'_regular_price','400'),(16442,6149,'_width',''),(16443,6149,'_weight',''),(16444,6149,'_length',''),(16445,6149,'_sale_price',''),(16446,6149,'_sale_price_dates_from',''),(16447,6149,'_sale_price_dates_to',''),(16448,6149,'_thumbnail_id','0'),(16449,6149,'_virtual','no'),(16450,6149,'_downloadable','no'),(16451,6149,'attribute_pa_photo-prints','c'),(16452,6149,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16453,6149,'_stock_status','instock'),(16454,6149,'_download_expiry',''),(16455,6149,'_downloadable_files',''),(16456,6149,'_variation_description','24 x 36'),(16457,6150,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16458,6150,'_thumbnail_id','0'),(16459,6150,'_virtual','no'),(16460,6150,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16461,6150,'_weight',''),(16462,6150,'_length',''),(16463,6150,'_stock_status','instock'),(16464,6150,'_downloadable','no'),(16465,6150,'_width',''),(16466,6150,'_height',''),(16467,6150,'_manage_stock','no'),(16468,6150,'_regular_price','300'),(16469,6150,'_sale_price',''),(16470,6150,'_sale_price_dates_from',''),(16471,6150,'_sale_price_dates_to',''),(16472,6150,'_price','300'),(16473,6150,'_download_limit',''),(16474,6150,'_download_expiry',''),(16475,6150,'_downloadable_files',''),(16476,6150,'_variation_description','20 x 30'),(16477,6150,'attribute_pa_photo-prints','b'),(16478,6151,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16479,6151,'_stock_status','instock'),(16480,6151,'_variation_description','12 x 18'),(16481,6151,'_downloadable_files',''),(16482,6151,'_download_expiry',''),(16483,6151,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16484,6151,'attribute_pa_photo-prints','a'),(16485,6151,'_manage_stock','no'),(16486,6151,'_regular_price','175'),(16487,6151,'_sale_price',''),(16488,6151,'_sale_price_dates_from',''),(16489,6151,'_sale_price_dates_to',''),(16490,6151,'_price','175'),(16491,6151,'_download_limit',''),(16492,6151,'_height',''),(16493,6151,'_width',''),(16494,6151,'_thumbnail_id','0'),(16495,6151,'_virtual','no'),(16496,6151,'_downloadable','no'),(16497,6151,'_weight',''),(16498,6151,'_length',''),(16499,6154,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16500,6154,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16501,6154,'attribute_pa_photo-prints','e'),(16502,6154,'_thumbnail_id','0'),(16503,6154,'_virtual','no'),(16504,6154,'_downloadable','no'),(16505,6154,'_weight',''),(16506,6154,'_length',''),(16507,6154,'_width',''),(16508,6154,'_height',''),(16509,6154,'_manage_stock','no'),(16510,6154,'_regular_price','900'),(16511,6154,'_sale_price',''),(16512,6154,'_sale_price_dates_from',''),(16513,6154,'_sale_price_dates_to',''),(16514,6154,'_price','900'),(16515,6154,'_download_limit',''),(16516,6154,'_download_expiry',''),(16517,6154,'_downloadable_files',''),(16518,6154,'_variation_description','36 x 54'),(16519,6154,'_stock_status','instock'),(16520,6155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16521,6155,'_stock_status','instock'),(16522,6155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16523,6155,'attribute_pa_photo-prints','d'),(16524,6155,'_download_limit',''),(16525,6155,'_price','500'),(16526,6155,'_download_expiry',''),(16527,6155,'_downloadable_files',''),(16528,6155,'_variation_description','30 x 45'),(16529,6155,'_width',''),(16530,6155,'_height',''),(16531,6155,'_manage_stock','no'),(16532,6155,'_regular_price','500'),(16533,6155,'_sale_price',''),(16534,6155,'_sale_price_dates_from',''),(16535,6155,'_sale_price_dates_to',''),(16536,6155,'_length',''),(16537,6155,'_weight',''),(16538,6155,'_thumbnail_id','0'),(16539,6155,'_virtual','no'),(16540,6155,'_downloadable','no'),(16541,6156,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16542,6156,'_price','400'),(16543,6156,'_download_limit',''),(16544,6156,'_height',''),(16545,6156,'_manage_stock','no'),(16546,6156,'_regular_price','400'),(16547,6156,'_width',''),(16548,6156,'_weight',''),(16549,6156,'_length',''),(16550,6156,'_sale_price',''),(16551,6156,'_sale_price_dates_from',''),(16552,6156,'_sale_price_dates_to',''),(16553,6156,'_thumbnail_id','0'),(16554,6156,'_virtual','no'),(16555,6156,'_downloadable','no'),(16556,6156,'attribute_pa_photo-prints','c'),(16557,6156,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16558,6156,'_stock_status','instock'),(16559,6156,'_download_expiry',''),(16560,6156,'_downloadable_files',''),(16561,6156,'_variation_description','24 x 36'),(16562,6157,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16563,6157,'_thumbnail_id','0'),(16564,6157,'_virtual','no'),(16565,6157,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16566,6157,'_weight',''),(16567,6157,'_length',''),(16568,6157,'_stock_status','instock'),(16569,6157,'_downloadable','no'),(16570,6157,'_width',''),(16571,6157,'_height',''),(16572,6157,'_manage_stock','no'),(16573,6157,'_regular_price','300'),(16574,6157,'_sale_price',''),(16575,6157,'_sale_price_dates_from',''),(16576,6157,'_sale_price_dates_to',''),(16577,6157,'_price','300'),(16578,6157,'_download_limit',''),(16579,6157,'_download_expiry',''),(16580,6157,'_downloadable_files',''),(16581,6157,'_variation_description','20 x 30'),(16582,6157,'attribute_pa_photo-prints','b'),(16583,6158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16584,6158,'_stock_status','instock'),(16585,6158,'_variation_description','12 x 18'),(16586,6158,'_downloadable_files',''),(16587,6158,'_download_expiry',''),(16588,6158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16589,6158,'attribute_pa_photo-prints','a'),(16590,6158,'_manage_stock','no'),(16591,6158,'_regular_price','175'),(16592,6158,'_sale_price',''),(16593,6158,'_sale_price_dates_from',''),(16594,6158,'_sale_price_dates_to',''),(16595,6158,'_price','175'),(16596,6158,'_download_limit',''),(16597,6158,'_height',''),(16598,6158,'_width',''),(16599,6158,'_thumbnail_id','0'),(16600,6158,'_virtual','no'),(16601,6158,'_downloadable','no'),(16602,6158,'_weight',''),(16603,6158,'_length',''),(16604,6166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16605,6166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16606,6166,'attribute_pa_photo-prints','e'),(16607,6166,'_thumbnail_id','0'),(16608,6166,'_virtual','no'),(16609,6166,'_downloadable','no'),(16610,6166,'_weight',''),(16611,6166,'_length',''),(16612,6166,'_width',''),(16613,6166,'_height',''),(16614,6166,'_manage_stock','no'),(16615,6166,'_regular_price','900'),(16616,6166,'_sale_price',''),(16617,6166,'_sale_price_dates_from',''),(16618,6166,'_sale_price_dates_to',''),(16619,6166,'_price','900'),(16620,6166,'_download_limit',''),(16621,6166,'_download_expiry',''),(16622,6166,'_downloadable_files',''),(16623,6166,'_variation_description','36 x 54'),(16624,6166,'_stock_status','instock'),(16625,6167,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16626,6167,'_stock_status','instock'),(16627,6167,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16628,6167,'attribute_pa_photo-prints','d'),(16629,6167,'_download_limit',''),(16630,6167,'_price','500'),(16631,6167,'_download_expiry',''),(16632,6167,'_downloadable_files',''),(16633,6167,'_variation_description','30 x 45'),(16634,6167,'_width',''),(16635,6167,'_height',''),(16636,6167,'_manage_stock','no'),(16637,6167,'_regular_price','500'),(16638,6167,'_sale_price',''),(16639,6167,'_sale_price_dates_from',''),(16640,6167,'_sale_price_dates_to',''),(16641,6167,'_length',''),(16642,6167,'_weight',''),(16643,6167,'_thumbnail_id','0'),(16644,6167,'_virtual','no'),(16645,6167,'_downloadable','no'),(16646,6168,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16647,6168,'_price','400'),(16648,6168,'_download_limit',''),(16649,6168,'_height',''),(16650,6168,'_manage_stock','no'),(16651,6168,'_regular_price','400'),(16652,6168,'_width',''),(16653,6168,'_weight',''),(16654,6168,'_length',''),(16655,6168,'_sale_price',''),(16656,6168,'_sale_price_dates_from',''),(16657,6168,'_sale_price_dates_to',''),(16658,6168,'_thumbnail_id','0'),(16659,6168,'_virtual','no'),(16660,6168,'_downloadable','no'),(16661,6168,'attribute_pa_photo-prints','c'),(16662,6168,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16663,6168,'_stock_status','instock'),(16664,6168,'_download_expiry',''),(16665,6168,'_downloadable_files',''),(16666,6168,'_variation_description','24 x 36'),(16667,6169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16668,6169,'_thumbnail_id','0'),(16669,6169,'_virtual','no'),(16670,6169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16671,6169,'_weight',''),(16672,6169,'_length',''),(16673,6169,'_stock_status','instock'),(16674,6169,'_downloadable','no'),(16675,6169,'_width',''),(16676,6169,'_height',''),(16677,6169,'_manage_stock','no'),(16678,6169,'_regular_price','300'),(16679,6169,'_sale_price',''),(16680,6169,'_sale_price_dates_from',''),(16681,6169,'_sale_price_dates_to',''),(16682,6169,'_price','300'),(16683,6169,'_download_limit',''),(16684,6169,'_download_expiry',''),(16685,6169,'_downloadable_files',''),(16686,6169,'_variation_description','20 x 30'),(16687,6169,'attribute_pa_photo-prints','b'),(16688,6170,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16689,6170,'_stock_status','instock'),(16690,6170,'_variation_description','12 x 18'),(16691,6170,'_downloadable_files',''),(16692,6170,'_download_expiry',''),(16693,6170,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16694,6170,'attribute_pa_photo-prints','a'),(16695,6170,'_manage_stock','no'),(16696,6170,'_regular_price','175'),(16697,6170,'_sale_price',''),(16698,6170,'_sale_price_dates_from',''),(16699,6170,'_sale_price_dates_to',''),(16700,6170,'_price','175'),(16701,6170,'_download_limit',''),(16702,6170,'_height',''),(16703,6170,'_width',''),(16704,6170,'_thumbnail_id','0'),(16705,6170,'_virtual','no'),(16706,6170,'_downloadable','no'),(16707,6170,'_weight',''),(16708,6170,'_length',''),(16709,6172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16710,6172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16711,6172,'attribute_pa_photo-prints','e'),(16712,6172,'_thumbnail_id','0'),(16713,6172,'_virtual','no'),(16714,6172,'_downloadable','no'),(16715,6172,'_weight',''),(16716,6172,'_length',''),(16717,6172,'_width',''),(16718,6172,'_height',''),(16719,6172,'_manage_stock','no'),(16720,6172,'_regular_price','900'),(16721,6172,'_sale_price',''),(16722,6172,'_sale_price_dates_from',''),(16723,6172,'_sale_price_dates_to',''),(16724,6172,'_price','900'),(16725,6172,'_download_limit',''),(16726,6172,'_download_expiry',''),(16727,6172,'_downloadable_files',''),(16728,6172,'_variation_description','36 x 54'),(16729,6172,'_stock_status','instock'),(16730,6173,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16731,6173,'_stock_status','instock'),(16732,6173,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16733,6173,'attribute_pa_photo-prints','d'),(16734,6173,'_download_limit',''),(16735,6173,'_price','500'),(16736,6173,'_download_expiry',''),(16737,6173,'_downloadable_files',''),(16738,6173,'_variation_description','30 x 45'),(16739,6173,'_width',''),(16740,6173,'_height',''),(16741,6173,'_manage_stock','no'),(16742,6173,'_regular_price','500'),(16743,6173,'_sale_price',''),(16744,6173,'_sale_price_dates_from',''),(16745,6173,'_sale_price_dates_to',''),(16746,6173,'_length',''),(16747,6173,'_weight',''),(16748,6173,'_thumbnail_id','0'),(16749,6173,'_virtual','no'),(16750,6173,'_downloadable','no'),(16751,6174,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16752,6174,'_price','400'),(16753,6174,'_download_limit',''),(16754,6174,'_height',''),(16755,6174,'_manage_stock','no'),(16756,6174,'_regular_price','400'),(16757,6174,'_width',''),(16758,6174,'_weight',''),(16759,6174,'_length',''),(16760,6174,'_sale_price',''),(16761,6174,'_sale_price_dates_from',''),(16762,6174,'_sale_price_dates_to',''),(16763,6174,'_thumbnail_id','0'),(16764,6174,'_virtual','no'),(16765,6174,'_downloadable','no'),(16766,6174,'attribute_pa_photo-prints','c'),(16767,6174,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16768,6174,'_stock_status','instock'),(16769,6174,'_download_expiry',''),(16770,6174,'_downloadable_files',''),(16771,6174,'_variation_description','24 x 36'),(16772,6175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16773,6175,'_thumbnail_id','0'),(16774,6175,'_virtual','no'),(16775,6175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16776,6175,'_weight',''),(16777,6175,'_length',''),(16778,6175,'_stock_status','instock'),(16779,6175,'_downloadable','no'),(16780,6175,'_width',''),(16781,6175,'_height',''),(16782,6175,'_manage_stock','no'),(16783,6175,'_regular_price','300'),(16784,6175,'_sale_price',''),(16785,6175,'_sale_price_dates_from',''),(16786,6175,'_sale_price_dates_to',''),(16787,6175,'_price','300'),(16788,6175,'_download_limit',''),(16789,6175,'_download_expiry',''),(16790,6175,'_downloadable_files',''),(16791,6175,'_variation_description','20 x 30'),(16792,6175,'attribute_pa_photo-prints','b'),(16793,6176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16794,6176,'_stock_status','instock'),(16795,6176,'_variation_description','12 x 18'),(16796,6176,'_downloadable_files',''),(16797,6176,'_download_expiry',''),(16798,6176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16799,6176,'attribute_pa_photo-prints','a'),(16800,6176,'_manage_stock','no'),(16801,6176,'_regular_price','175'),(16802,6176,'_sale_price',''),(16803,6176,'_sale_price_dates_from',''),(16804,6176,'_sale_price_dates_to',''),(16805,6176,'_price','175'),(16806,6176,'_download_limit',''),(16807,6176,'_height',''),(16808,6176,'_width',''),(16809,6176,'_thumbnail_id','0'),(16810,6176,'_virtual','no'),(16811,6176,'_downloadable','no'),(16812,6176,'_weight',''),(16813,6176,'_length',''),(16814,6182,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16815,6182,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16816,6182,'attribute_pa_photo-prints','e'),(16817,6182,'_thumbnail_id','0'),(16818,6182,'_virtual','no'),(16819,6182,'_downloadable','no'),(16820,6182,'_weight',''),(16821,6182,'_length',''),(16822,6182,'_width',''),(16823,6182,'_height',''),(16824,6182,'_manage_stock','no'),(16825,6182,'_regular_price','900'),(16826,6182,'_sale_price',''),(16827,6182,'_sale_price_dates_from',''),(16828,6182,'_sale_price_dates_to',''),(16829,6182,'_price','900'),(16830,6182,'_download_limit',''),(16831,6182,'_download_expiry',''),(16832,6182,'_downloadable_files',''),(16833,6182,'_variation_description','36 x 54'),(16834,6182,'_stock_status','instock'),(16835,6183,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16836,6183,'_stock_status','instock'),(16837,6183,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16838,6183,'attribute_pa_photo-prints','d'),(16839,6183,'_download_limit',''),(16840,6183,'_price','500'),(16841,6183,'_download_expiry',''),(16842,6183,'_downloadable_files',''),(16843,6183,'_variation_description','30 x 45'),(16844,6183,'_width',''),(16845,6183,'_height',''),(16846,6183,'_manage_stock','no'),(16847,6183,'_regular_price','500'),(16848,6183,'_sale_price',''),(16849,6183,'_sale_price_dates_from',''),(16850,6183,'_sale_price_dates_to',''),(16851,6183,'_length',''),(16852,6183,'_weight',''),(16853,6183,'_thumbnail_id','0'),(16854,6183,'_virtual','no'),(16855,6183,'_downloadable','no'),(16856,6184,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16857,6184,'_price','400'),(16858,6184,'_download_limit',''),(16859,6184,'_height',''),(16860,6184,'_manage_stock','no'),(16861,6184,'_regular_price','400'),(16862,6184,'_width',''),(16863,6184,'_weight',''),(16864,6184,'_length',''),(16865,6184,'_sale_price',''),(16866,6184,'_sale_price_dates_from',''),(16867,6184,'_sale_price_dates_to',''),(16868,6184,'_thumbnail_id','0'),(16869,6184,'_virtual','no'),(16870,6184,'_downloadable','no'),(16871,6184,'attribute_pa_photo-prints','c'),(16872,6184,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16873,6184,'_stock_status','instock'),(16874,6184,'_download_expiry',''),(16875,6184,'_downloadable_files',''),(16876,6184,'_variation_description','24 x 36'),(16877,6185,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16878,6185,'_thumbnail_id','0'),(16879,6185,'_virtual','no'),(16880,6185,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16881,6185,'_weight',''),(16882,6185,'_length',''),(16883,6185,'_stock_status','instock'),(16884,6185,'_downloadable','no'),(16885,6185,'_width',''),(16886,6185,'_height',''),(16887,6185,'_manage_stock','no'),(16888,6185,'_regular_price','300'),(16889,6185,'_sale_price',''),(16890,6185,'_sale_price_dates_from',''),(16891,6185,'_sale_price_dates_to',''),(16892,6185,'_price','300'),(16893,6185,'_download_limit',''),(16894,6185,'_download_expiry',''),(16895,6185,'_downloadable_files',''),(16896,6185,'_variation_description','20 x 30'),(16897,6185,'attribute_pa_photo-prints','b'),(16898,6186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16899,6186,'_stock_status','instock'),(16900,6186,'_variation_description','12 x 18'),(16901,6186,'_downloadable_files',''),(16902,6186,'_download_expiry',''),(16903,6186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16904,6186,'attribute_pa_photo-prints','a'),(16905,6186,'_manage_stock','no'),(16906,6186,'_regular_price','175'),(16907,6186,'_sale_price',''),(16908,6186,'_sale_price_dates_from',''),(16909,6186,'_sale_price_dates_to',''),(16910,6186,'_price','175'),(16911,6186,'_download_limit',''),(16912,6186,'_height',''),(16913,6186,'_width',''),(16914,6186,'_thumbnail_id','0'),(16915,6186,'_virtual','no'),(16916,6186,'_downloadable','no'),(16917,6186,'_weight',''),(16918,6186,'_length',''),(16919,6188,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16920,6188,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16921,6188,'attribute_pa_photo-prints','e'),(16922,6188,'_thumbnail_id','0'),(16923,6188,'_virtual','no'),(16924,6188,'_downloadable','no'),(16925,6188,'_weight',''),(16926,6188,'_length',''),(16927,6188,'_width',''),(16928,6188,'_height',''),(16929,6188,'_manage_stock','no'),(16930,6188,'_regular_price','900'),(16931,6188,'_sale_price',''),(16932,6188,'_sale_price_dates_from',''),(16933,6188,'_sale_price_dates_to',''),(16934,6188,'_price','900'),(16935,6188,'_download_limit',''),(16936,6188,'_download_expiry',''),(16937,6188,'_downloadable_files',''),(16938,6188,'_variation_description','36 x 54'),(16939,6188,'_stock_status','instock'),(16940,6189,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16941,6189,'_stock_status','instock'),(16942,6189,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16943,6189,'attribute_pa_photo-prints','d'),(16944,6189,'_download_limit',''),(16945,6189,'_price','500'),(16946,6189,'_download_expiry',''),(16947,6189,'_downloadable_files',''),(16948,6189,'_variation_description','30 x 45'),(16949,6189,'_width',''),(16950,6189,'_height',''),(16951,6189,'_manage_stock','no'),(16952,6189,'_regular_price','500'),(16953,6189,'_sale_price',''),(16954,6189,'_sale_price_dates_from',''),(16955,6189,'_sale_price_dates_to',''),(16956,6189,'_length',''),(16957,6189,'_weight',''),(16958,6189,'_thumbnail_id','0'),(16959,6189,'_virtual','no'),(16960,6189,'_downloadable','no'),(16961,6190,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16962,6190,'_price','400'),(16963,6190,'_download_limit',''),(16964,6190,'_height',''),(16965,6190,'_manage_stock','no'),(16966,6190,'_regular_price','400'),(16967,6190,'_width',''),(16968,6190,'_weight',''),(16969,6190,'_length',''),(16970,6190,'_sale_price',''),(16971,6190,'_sale_price_dates_from',''),(16972,6190,'_sale_price_dates_to',''),(16973,6190,'_thumbnail_id','0'),(16974,6190,'_virtual','no'),(16975,6190,'_downloadable','no'),(16976,6190,'attribute_pa_photo-prints','c'),(16977,6190,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16978,6190,'_stock_status','instock'),(16979,6190,'_download_expiry',''),(16980,6190,'_downloadable_files',''),(16981,6190,'_variation_description','24 x 36'),(16982,6191,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16983,6191,'_thumbnail_id','0'),(16984,6191,'_virtual','no'),(16985,6191,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16986,6191,'_weight',''),(16987,6191,'_length',''),(16988,6191,'_stock_status','instock'),(16989,6191,'_downloadable','no'),(16990,6191,'_width',''),(16991,6191,'_height',''),(16992,6191,'_manage_stock','no'),(16993,6191,'_regular_price','300'),(16994,6191,'_sale_price',''),(16995,6191,'_sale_price_dates_from',''),(16996,6191,'_sale_price_dates_to',''),(16997,6191,'_price','300'),(16998,6191,'_download_limit',''),(16999,6191,'_download_expiry',''),(17000,6191,'_downloadable_files',''),(17001,6191,'_variation_description','20 x 30'),(17002,6191,'attribute_pa_photo-prints','b'),(17003,6192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17004,6192,'_stock_status','instock'),(17005,6192,'_variation_description','12 x 18'),(17006,6192,'_downloadable_files',''),(17007,6192,'_download_expiry',''),(17008,6192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17009,6192,'attribute_pa_photo-prints','a'),(17010,6192,'_manage_stock','no'),(17011,6192,'_regular_price','175'),(17012,6192,'_sale_price',''),(17013,6192,'_sale_price_dates_from',''),(17014,6192,'_sale_price_dates_to',''),(17015,6192,'_price','175'),(17016,6192,'_download_limit',''),(17017,6192,'_height',''),(17018,6192,'_width',''),(17019,6192,'_thumbnail_id','0'),(17020,6192,'_virtual','no'),(17021,6192,'_downloadable','no'),(17022,6192,'_weight',''),(17023,6192,'_length',''),(17024,6197,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17025,6197,'_stock_status','instock'),(17026,6197,'_variation_description','12 x 18'),(17027,6197,'_downloadable_files',''),(17028,6197,'_download_expiry',''),(17029,6197,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17030,6197,'attribute_pa_photo-prints','a'),(17031,6197,'_manage_stock','no'),(17032,6197,'_regular_price','175'),(17033,6197,'_sale_price',''),(17034,6197,'_sale_price_dates_from',''),(17035,6197,'_sale_price_dates_to',''),(17036,6197,'_price','175'),(17037,6197,'_download_limit',''),(17038,6197,'_height',''),(17039,6197,'_width',''),(17040,6197,'_thumbnail_id','0'),(17041,6197,'_virtual','no'),(17042,6197,'_downloadable','no'),(17043,6197,'_weight',''),(17044,6197,'_length',''),(17045,6198,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17046,6198,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17047,6198,'attribute_pa_photo-prints','e'),(17048,6198,'_thumbnail_id','0'),(17049,6198,'_virtual','no'),(17050,6198,'_downloadable','no'),(17051,6198,'_weight',''),(17052,6198,'_length',''),(17053,6198,'_width',''),(17054,6198,'_height',''),(17055,6198,'_manage_stock','no'),(17056,6198,'_regular_price','900'),(17057,6198,'_sale_price',''),(17058,6198,'_sale_price_dates_from',''),(17059,6198,'_sale_price_dates_to',''),(17060,6198,'_price','900'),(17061,6198,'_download_limit',''),(17062,6198,'_download_expiry',''),(17063,6198,'_downloadable_files',''),(17064,6198,'_variation_description','36 x 54'),(17065,6198,'_stock_status','instock'),(17066,6199,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17067,6199,'_stock_status','instock'),(17068,6199,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17069,6199,'attribute_pa_photo-prints','d'),(17070,6199,'_download_limit',''),(17071,6199,'_price','500'),(17072,6199,'_download_expiry',''),(17073,6199,'_downloadable_files',''),(17074,6199,'_variation_description','30 x 45'),(17075,6199,'_width',''),(17076,6199,'_height',''),(17077,6199,'_manage_stock','no'),(17078,6199,'_regular_price','500'),(17079,6199,'_sale_price',''),(17080,6199,'_sale_price_dates_from',''),(17081,6199,'_sale_price_dates_to',''),(17082,6199,'_length',''),(17083,6199,'_weight',''),(17084,6199,'_thumbnail_id','0'),(17085,6199,'_virtual','no'),(17086,6199,'_downloadable','no'),(17087,6200,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17088,6200,'_price','400'),(17089,6200,'_download_limit',''),(17090,6200,'_height',''),(17091,6200,'_manage_stock','no'),(17092,6200,'_regular_price','400'),(17093,6200,'_width',''),(17094,6200,'_weight',''),(17095,6200,'_length',''),(17096,6200,'_sale_price',''),(17097,6200,'_sale_price_dates_from',''),(17098,6200,'_sale_price_dates_to',''),(17099,6200,'_thumbnail_id','0'),(17100,6200,'_virtual','no'),(17101,6200,'_downloadable','no'),(17102,6200,'attribute_pa_photo-prints','c'),(17103,6200,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17104,6200,'_stock_status','instock'),(17105,6200,'_download_expiry',''),(17106,6200,'_downloadable_files',''),(17107,6200,'_variation_description','24 x 36'),(17108,6201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17109,6201,'_thumbnail_id','0'),(17110,6201,'_virtual','no'),(17111,6201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17112,6201,'_weight',''),(17113,6201,'_length',''),(17114,6201,'_stock_status','instock'),(17115,6201,'_downloadable','no'),(17116,6201,'_width',''),(17117,6201,'_height',''),(17118,6201,'_manage_stock','no'),(17119,6201,'_regular_price','300'),(17120,6201,'_sale_price',''),(17121,6201,'_sale_price_dates_from',''),(17122,6201,'_sale_price_dates_to',''),(17123,6201,'_price','300'),(17124,6201,'_download_limit',''),(17125,6201,'_download_expiry',''),(17126,6201,'_downloadable_files',''),(17127,6201,'_variation_description','20 x 30'),(17128,6201,'attribute_pa_photo-prints','b'),(17129,6203,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17130,6203,'_stock_status','instock'),(17131,6203,'_variation_description','12 x 18'),(17132,6203,'_downloadable_files',''),(17133,6203,'_download_expiry',''),(17134,6203,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17135,6203,'attribute_pa_photo-prints','a'),(17136,6203,'_manage_stock','no'),(17137,6203,'_regular_price','175'),(17138,6203,'_sale_price',''),(17139,6203,'_sale_price_dates_from',''),(17140,6203,'_sale_price_dates_to',''),(17141,6203,'_price','175'),(17142,6203,'_download_limit',''),(17143,6203,'_height',''),(17144,6203,'_width',''),(17145,6203,'_thumbnail_id','0'),(17146,6203,'_virtual','no'),(17147,6203,'_downloadable','no'),(17148,6203,'_weight',''),(17149,6203,'_length',''),(17150,6204,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17151,6204,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17152,6204,'attribute_pa_photo-prints','e'),(17153,6204,'_thumbnail_id','0'),(17154,6204,'_virtual','no'),(17155,6204,'_downloadable','no'),(17156,6204,'_weight',''),(17157,6204,'_length',''),(17158,6204,'_width',''),(17159,6204,'_height',''),(17160,6204,'_manage_stock','no'),(17161,6204,'_regular_price','900'),(17162,6204,'_sale_price',''),(17163,6204,'_sale_price_dates_from',''),(17164,6204,'_sale_price_dates_to',''),(17165,6204,'_price','900'),(17166,6204,'_download_limit',''),(17167,6204,'_download_expiry',''),(17168,6204,'_downloadable_files',''),(17169,6204,'_variation_description','36 x 54'),(17170,6204,'_stock_status','instock'),(17171,6205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17172,6205,'_stock_status','instock'),(17173,6205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17174,6205,'attribute_pa_photo-prints','d'),(17175,6205,'_download_limit',''),(17176,6205,'_price','500'),(17177,6205,'_download_expiry',''),(17178,6205,'_downloadable_files',''),(17179,6205,'_variation_description','30 x 45'),(17180,6205,'_width',''),(17181,6205,'_height',''),(17182,6205,'_manage_stock','no'),(17183,6205,'_regular_price','500'),(17184,6205,'_sale_price',''),(17185,6205,'_sale_price_dates_from',''),(17186,6205,'_sale_price_dates_to',''),(17187,6205,'_length',''),(17188,6205,'_weight',''),(17189,6205,'_thumbnail_id','0'),(17190,6205,'_virtual','no'),(17191,6205,'_downloadable','no'),(17192,6206,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17193,6206,'_price','400'),(17194,6206,'_download_limit',''),(17195,6206,'_height',''),(17196,6206,'_manage_stock','no'),(17197,6206,'_regular_price','400'),(17198,6206,'_width',''),(17199,6206,'_weight',''),(17200,6206,'_length',''),(17201,6206,'_sale_price',''),(17202,6206,'_sale_price_dates_from',''),(17203,6206,'_sale_price_dates_to',''),(17204,6206,'_thumbnail_id','0'),(17205,6206,'_virtual','no'),(17206,6206,'_downloadable','no'),(17207,6206,'attribute_pa_photo-prints','c'),(17208,6206,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17209,6206,'_stock_status','instock'),(17210,6206,'_download_expiry',''),(17211,6206,'_downloadable_files',''),(17212,6206,'_variation_description','24 x 36'),(17213,6207,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17214,6207,'_thumbnail_id','0'),(17215,6207,'_virtual','no'),(17216,6207,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17217,6207,'_weight',''),(17218,6207,'_length',''),(17219,6207,'_stock_status','instock'),(17220,6207,'_downloadable','no'),(17221,6207,'_width',''),(17222,6207,'_height',''),(17223,6207,'_manage_stock','no'),(17224,6207,'_regular_price','300'),(17225,6207,'_sale_price',''),(17226,6207,'_sale_price_dates_from',''),(17227,6207,'_sale_price_dates_to',''),(17228,6207,'_price','300'),(17229,6207,'_download_limit',''),(17230,6207,'_download_expiry',''),(17231,6207,'_downloadable_files',''),(17232,6207,'_variation_description','20 x 30'),(17233,6207,'attribute_pa_photo-prints','b'),(17234,6212,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17235,6212,'_stock_status','instock'),(17236,6212,'_variation_description','12 x 18'),(17237,6212,'_downloadable_files',''),(17238,6212,'_download_expiry',''),(17239,6212,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17240,6212,'attribute_pa_photo-prints','a'),(17241,6212,'_manage_stock','no'),(17242,6212,'_regular_price','175'),(17243,6212,'_sale_price',''),(17244,6212,'_sale_price_dates_from',''),(17245,6212,'_sale_price_dates_to',''),(17246,6212,'_price','175'),(17247,6212,'_download_limit',''),(17248,6212,'_height',''),(17249,6212,'_width',''),(17250,6212,'_thumbnail_id','0'),(17251,6212,'_virtual','no'),(17252,6212,'_downloadable','no'),(17253,6212,'_weight',''),(17254,6212,'_length',''),(17255,6213,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17256,6213,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17257,6213,'attribute_pa_photo-prints','e'),(17258,6213,'_thumbnail_id','0'),(17259,6213,'_virtual','no'),(17260,6213,'_downloadable','no'),(17261,6213,'_weight',''),(17262,6213,'_length',''),(17263,6213,'_width',''),(17264,6213,'_height',''),(17265,6213,'_manage_stock','no'),(17266,6213,'_regular_price','900'),(17267,6213,'_sale_price',''),(17268,6213,'_sale_price_dates_from',''),(17269,6213,'_sale_price_dates_to',''),(17270,6213,'_price','900'),(17271,6213,'_download_limit',''),(17272,6213,'_download_expiry',''),(17273,6213,'_downloadable_files',''),(17274,6213,'_variation_description','36 x 54'),(17275,6213,'_stock_status','instock'),(17276,6214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17277,6214,'_stock_status','instock'),(17278,6214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17279,6214,'attribute_pa_photo-prints','d'),(17280,6214,'_download_limit',''),(17281,6214,'_price','500'),(17282,6214,'_download_expiry',''),(17283,6214,'_downloadable_files',''),(17284,6214,'_variation_description','30 x 45'),(17285,6214,'_width',''),(17286,6214,'_height',''),(17287,6214,'_manage_stock','no'),(17288,6214,'_regular_price','500'),(17289,6214,'_sale_price',''),(17290,6214,'_sale_price_dates_from',''),(17291,6214,'_sale_price_dates_to',''),(17292,6214,'_length',''),(17293,6214,'_weight',''),(17294,6214,'_thumbnail_id','0'),(17295,6214,'_virtual','no'),(17296,6214,'_downloadable','no'),(17297,6215,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17298,6215,'_price','400'),(17299,6215,'_download_limit',''),(17300,6215,'_height',''),(17301,6215,'_manage_stock','no'),(17302,6215,'_regular_price','400'),(17303,6215,'_width',''),(17304,6215,'_weight',''),(17305,6215,'_length',''),(17306,6215,'_sale_price',''),(17307,6215,'_sale_price_dates_from',''),(17308,6215,'_sale_price_dates_to',''),(17309,6215,'_thumbnail_id','0'),(17310,6215,'_virtual','no'),(17311,6215,'_downloadable','no'),(17312,6215,'attribute_pa_photo-prints','c'),(17313,6215,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17314,6215,'_stock_status','instock'),(17315,6215,'_download_expiry',''),(17316,6215,'_downloadable_files',''),(17317,6215,'_variation_description','24 x 36'),(17318,6216,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17319,6216,'_thumbnail_id','0'),(17320,6216,'_virtual','no'),(17321,6216,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17322,6216,'_weight',''),(17323,6216,'_length',''),(17324,6216,'_stock_status','instock'),(17325,6216,'_downloadable','no'),(17326,6216,'_width',''),(17327,6216,'_height',''),(17328,6216,'_manage_stock','no'),(17329,6216,'_regular_price','300'),(17330,6216,'_sale_price',''),(17331,6216,'_sale_price_dates_from',''),(17332,6216,'_sale_price_dates_to',''),(17333,6216,'_price','300'),(17334,6216,'_download_limit',''),(17335,6216,'_download_expiry',''),(17336,6216,'_downloadable_files',''),(17337,6216,'_variation_description','20 x 30'),(17338,6216,'attribute_pa_photo-prints','b'),(17339,6225,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17340,6225,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17341,6225,'attribute_pa_photo-prints','e'),(17342,6225,'_thumbnail_id','0'),(17343,6225,'_virtual','no'),(17344,6225,'_downloadable','no'),(17345,6225,'_weight',''),(17346,6225,'_length',''),(17347,6225,'_width',''),(17348,6225,'_height',''),(17349,6225,'_manage_stock','no'),(17350,6225,'_regular_price','900'),(17351,6225,'_sale_price',''),(17352,6225,'_sale_price_dates_from',''),(17353,6225,'_sale_price_dates_to',''),(17354,6225,'_price','900'),(17355,6225,'_download_limit',''),(17356,6225,'_download_expiry',''),(17357,6225,'_downloadable_files',''),(17358,6225,'_variation_description','36 x 54'),(17359,6225,'_stock_status','instock'),(17360,6226,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17361,6226,'_stock_status','instock'),(17362,6226,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17363,6226,'attribute_pa_photo-prints','d'),(17364,6226,'_download_limit',''),(17365,6226,'_price','500'),(17366,6226,'_download_expiry',''),(17367,6226,'_downloadable_files',''),(17368,6226,'_variation_description','30 x 45'),(17369,6226,'_width',''),(17370,6226,'_height',''),(17371,6226,'_manage_stock','no'),(17372,6226,'_regular_price','500'),(17373,6226,'_sale_price',''),(17374,6226,'_sale_price_dates_from',''),(17375,6226,'_sale_price_dates_to',''),(17376,6226,'_length',''),(17377,6226,'_weight',''),(17378,6226,'_thumbnail_id','0'),(17379,6226,'_virtual','no'),(17380,6226,'_downloadable','no'),(17381,6227,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17382,6227,'_price','400'),(17383,6227,'_download_limit',''),(17384,6227,'_height',''),(17385,6227,'_manage_stock','no'),(17386,6227,'_regular_price','400'),(17387,6227,'_width',''),(17388,6227,'_weight',''),(17389,6227,'_length',''),(17390,6227,'_sale_price',''),(17391,6227,'_sale_price_dates_from',''),(17392,6227,'_sale_price_dates_to',''),(17393,6227,'_thumbnail_id','0'),(17394,6227,'_virtual','no'),(17395,6227,'_downloadable','no'),(17396,6227,'attribute_pa_photo-prints','c'),(17397,6227,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17398,6227,'_stock_status','instock'),(17399,6227,'_download_expiry',''),(17400,6227,'_downloadable_files',''),(17401,6227,'_variation_description','24 x 36'),(17402,6228,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17403,6228,'_thumbnail_id','0'),(17404,6228,'_virtual','no'),(17405,6228,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17406,6228,'_weight',''),(17407,6228,'_length',''),(17408,6228,'_stock_status','instock'),(17409,6228,'_downloadable','no'),(17410,6228,'_width',''),(17411,6228,'_height',''),(17412,6228,'_manage_stock','no'),(17413,6228,'_regular_price','300'),(17414,6228,'_sale_price',''),(17415,6228,'_sale_price_dates_from',''),(17416,6228,'_sale_price_dates_to',''),(17417,6228,'_price','300'),(17418,6228,'_download_limit',''),(17419,6228,'_download_expiry',''),(17420,6228,'_downloadable_files',''),(17421,6228,'_variation_description','20 x 30'),(17422,6228,'attribute_pa_photo-prints','b'),(17423,6229,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17424,6229,'_stock_status','instock'),(17425,6229,'_variation_description','12 x 18'),(17426,6229,'_downloadable_files',''),(17427,6229,'_download_expiry',''),(17428,6229,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17429,6229,'attribute_pa_photo-prints','a'),(17430,6229,'_manage_stock','no'),(17431,6229,'_regular_price','175'),(17432,6229,'_sale_price',''),(17433,6229,'_sale_price_dates_from',''),(17434,6229,'_sale_price_dates_to',''),(17435,6229,'_price','175'),(17436,6229,'_download_limit',''),(17437,6229,'_height',''),(17438,6229,'_width',''),(17439,6229,'_thumbnail_id','0'),(17440,6229,'_virtual','no'),(17441,6229,'_downloadable','no'),(17442,6229,'_weight',''),(17443,6229,'_length',''),(17444,6231,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17445,6231,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17446,6231,'attribute_pa_photo-prints','e'),(17447,6231,'_thumbnail_id','0'),(17448,6231,'_virtual','no'),(17449,6231,'_downloadable','no'),(17450,6231,'_weight',''),(17451,6231,'_length',''),(17452,6231,'_width',''),(17453,6231,'_height',''),(17454,6231,'_manage_stock','no'),(17455,6231,'_regular_price','900'),(17456,6231,'_sale_price',''),(17457,6231,'_sale_price_dates_from',''),(17458,6231,'_sale_price_dates_to',''),(17459,6231,'_price','900'),(17460,6231,'_download_limit',''),(17461,6231,'_download_expiry',''),(17462,6231,'_downloadable_files',''),(17463,6231,'_variation_description','36 x 54'),(17464,6231,'_stock_status','instock'),(17465,6232,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17466,6232,'_stock_status','instock'),(17467,6232,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17468,6232,'attribute_pa_photo-prints','d'),(17469,6232,'_download_limit',''),(17470,6232,'_price','500'),(17471,6232,'_download_expiry',''),(17472,6232,'_downloadable_files',''),(17473,6232,'_variation_description','30 x 45'),(17474,6232,'_width',''),(17475,6232,'_height',''),(17476,6232,'_manage_stock','no'),(17477,6232,'_regular_price','500'),(17478,6232,'_sale_price',''),(17479,6232,'_sale_price_dates_from',''),(17480,6232,'_sale_price_dates_to',''),(17481,6232,'_length',''),(17482,6232,'_weight',''),(17483,6232,'_thumbnail_id','0'),(17484,6232,'_virtual','no'),(17485,6232,'_downloadable','no'),(17486,6233,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17487,6233,'_price','400'),(17488,6233,'_download_limit',''),(17489,6233,'_height',''),(17490,6233,'_manage_stock','no'),(17491,6233,'_regular_price','400'),(17492,6233,'_width',''),(17493,6233,'_weight',''),(17494,6233,'_length',''),(17495,6233,'_sale_price',''),(17496,6233,'_sale_price_dates_from',''),(17497,6233,'_sale_price_dates_to',''),(17498,6233,'_thumbnail_id','0'),(17499,6233,'_virtual','no'),(17500,6233,'_downloadable','no'),(17501,6233,'attribute_pa_photo-prints','c'),(17502,6233,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17503,6233,'_stock_status','instock'),(17504,6233,'_download_expiry',''),(17505,6233,'_downloadable_files',''),(17506,6233,'_variation_description','24 x 36'),(17507,6234,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17508,6234,'_thumbnail_id','0'),(17509,6234,'_virtual','no'),(17510,6234,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17511,6234,'_weight',''),(17512,6234,'_length',''),(17513,6234,'_stock_status','instock'),(17514,6234,'_downloadable','no'),(17515,6234,'_width',''),(17516,6234,'_height',''),(17517,6234,'_manage_stock','no'),(17518,6234,'_regular_price','300'),(17519,6234,'_sale_price',''),(17520,6234,'_sale_price_dates_from',''),(17521,6234,'_sale_price_dates_to',''),(17522,6234,'_price','300'),(17523,6234,'_download_limit',''),(17524,6234,'_download_expiry',''),(17525,6234,'_downloadable_files',''),(17526,6234,'_variation_description','20 x 30'),(17527,6234,'attribute_pa_photo-prints','b'),(17528,6235,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17529,6235,'_stock_status','instock'),(17530,6235,'_variation_description','12 x 18'),(17531,6235,'_downloadable_files',''),(17532,6235,'_download_expiry',''),(17533,6235,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17534,6235,'attribute_pa_photo-prints','a'),(17535,6235,'_manage_stock','no'),(17536,6235,'_regular_price','175'),(17537,6235,'_sale_price',''),(17538,6235,'_sale_price_dates_from',''),(17539,6235,'_sale_price_dates_to',''),(17540,6235,'_price','175'),(17541,6235,'_download_limit',''),(17542,6235,'_height',''),(17543,6235,'_width',''),(17544,6235,'_thumbnail_id','0'),(17545,6235,'_virtual','no'),(17546,6235,'_downloadable','no'),(17547,6235,'_weight',''),(17548,6235,'_length',''),(17549,6241,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17550,6241,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17551,6241,'attribute_pa_photo-prints','e'),(17552,6241,'_thumbnail_id','0'),(17553,6241,'_virtual','no'),(17554,6241,'_downloadable','no'),(17555,6241,'_weight',''),(17556,6241,'_length',''),(17557,6241,'_width',''),(17558,6241,'_height',''),(17559,6241,'_manage_stock','no'),(17560,6241,'_regular_price','900'),(17561,6241,'_sale_price',''),(17562,6241,'_sale_price_dates_from',''),(17563,6241,'_sale_price_dates_to',''),(17564,6241,'_price','900'),(17565,6241,'_download_limit',''),(17566,6241,'_download_expiry',''),(17567,6241,'_downloadable_files',''),(17568,6241,'_variation_description','36 x 54'),(17569,6241,'_stock_status','instock'),(17570,6242,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17571,6242,'_stock_status','instock'),(17572,6242,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17573,6242,'attribute_pa_photo-prints','d'),(17574,6242,'_download_limit',''),(17575,6242,'_price','500'),(17576,6242,'_download_expiry',''),(17577,6242,'_downloadable_files',''),(17578,6242,'_variation_description','30 x 45'),(17579,6242,'_width',''),(17580,6242,'_height',''),(17581,6242,'_manage_stock','no'),(17582,6242,'_regular_price','500'),(17583,6242,'_sale_price',''),(17584,6242,'_sale_price_dates_from',''),(17585,6242,'_sale_price_dates_to',''),(17586,6242,'_length',''),(17587,6242,'_weight',''),(17588,6242,'_thumbnail_id','0'),(17589,6242,'_virtual','no'),(17590,6242,'_downloadable','no'),(17591,6243,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17592,6243,'_price','400'),(17593,6243,'_download_limit',''),(17594,6243,'_height',''),(17595,6243,'_manage_stock','no'),(17596,6243,'_regular_price','400'),(17597,6243,'_width',''),(17598,6243,'_weight',''),(17599,6243,'_length',''),(17600,6243,'_sale_price',''),(17601,6243,'_sale_price_dates_from',''),(17602,6243,'_sale_price_dates_to',''),(17603,6243,'_thumbnail_id','0'),(17604,6243,'_virtual','no'),(17605,6243,'_downloadable','no'),(17606,6243,'attribute_pa_photo-prints','c'),(17607,6243,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17608,6243,'_stock_status','instock'),(17609,6243,'_download_expiry',''),(17610,6243,'_downloadable_files',''),(17611,6243,'_variation_description','24 x 36'),(17612,6244,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17613,6244,'_thumbnail_id','0'),(17614,6244,'_virtual','no'),(17615,6244,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17616,6244,'_weight',''),(17617,6244,'_length',''),(17618,6244,'_stock_status','instock'),(17619,6244,'_downloadable','no'),(17620,6244,'_width',''),(17621,6244,'_height',''),(17622,6244,'_manage_stock','no'),(17623,6244,'_regular_price','300'),(17624,6244,'_sale_price',''),(17625,6244,'_sale_price_dates_from',''),(17626,6244,'_sale_price_dates_to',''),(17627,6244,'_price','300'),(17628,6244,'_download_limit',''),(17629,6244,'_download_expiry',''),(17630,6244,'_downloadable_files',''),(17631,6244,'_variation_description','20 x 30'),(17632,6244,'attribute_pa_photo-prints','b'),(17633,6245,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17634,6245,'_stock_status','instock'),(17635,6245,'_variation_description','12 x 18'),(17636,6245,'_downloadable_files',''),(17637,6245,'_download_expiry',''),(17638,6245,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17639,6245,'attribute_pa_photo-prints','a'),(17640,6245,'_manage_stock','no'),(17641,6245,'_regular_price','175'),(17642,6245,'_sale_price',''),(17643,6245,'_sale_price_dates_from',''),(17644,6245,'_sale_price_dates_to',''),(17645,6245,'_price','175'),(17646,6245,'_download_limit',''),(17647,6245,'_height',''),(17648,6245,'_width',''),(17649,6245,'_thumbnail_id','0'),(17650,6245,'_virtual','no'),(17651,6245,'_downloadable','no'),(17652,6245,'_weight',''),(17653,6245,'_length',''),(17654,6247,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17655,6247,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17656,6247,'attribute_pa_photo-prints','e'),(17657,6247,'_thumbnail_id','0'),(17658,6247,'_virtual','no'),(17659,6247,'_downloadable','no'),(17660,6247,'_weight',''),(17661,6247,'_length',''),(17662,6247,'_width',''),(17663,6247,'_height',''),(17664,6247,'_manage_stock','no'),(17665,6247,'_regular_price','900'),(17666,6247,'_sale_price',''),(17667,6247,'_sale_price_dates_from',''),(17668,6247,'_sale_price_dates_to',''),(17669,6247,'_price','900'),(17670,6247,'_download_limit',''),(17671,6247,'_download_expiry',''),(17672,6247,'_downloadable_files',''),(17673,6247,'_variation_description','36 x 54'),(17674,6247,'_stock_status','instock'),(17675,6248,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17676,6248,'_stock_status','instock'),(17677,6248,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17678,6248,'attribute_pa_photo-prints','d'),(17679,6248,'_download_limit',''),(17680,6248,'_price','500'),(17681,6248,'_download_expiry',''),(17682,6248,'_downloadable_files',''),(17683,6248,'_variation_description','30 x 45'),(17684,6248,'_width',''),(17685,6248,'_height',''),(17686,6248,'_manage_stock','no'),(17687,6248,'_regular_price','500'),(17688,6248,'_sale_price',''),(17689,6248,'_sale_price_dates_from',''),(17690,6248,'_sale_price_dates_to',''),(17691,6248,'_length',''),(17692,6248,'_weight',''),(17693,6248,'_thumbnail_id','0'),(17694,6248,'_virtual','no'),(17695,6248,'_downloadable','no'),(17696,6249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17697,6249,'_price','400'),(17698,6249,'_download_limit',''),(17699,6249,'_height',''),(17700,6249,'_manage_stock','no'),(17701,6249,'_regular_price','400'),(17702,6249,'_width',''),(17703,6249,'_weight',''),(17704,6249,'_length',''),(17705,6249,'_sale_price',''),(17706,6249,'_sale_price_dates_from',''),(17707,6249,'_sale_price_dates_to',''),(17708,6249,'_thumbnail_id','0'),(17709,6249,'_virtual','no'),(17710,6249,'_downloadable','no'),(17711,6249,'attribute_pa_photo-prints','c'),(17712,6249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17713,6249,'_stock_status','instock'),(17714,6249,'_download_expiry',''),(17715,6249,'_downloadable_files',''),(17716,6249,'_variation_description','24 x 36'),(17717,6250,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17718,6250,'_thumbnail_id','0'),(17719,6250,'_virtual','no'),(17720,6250,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17721,6250,'_weight',''),(17722,6250,'_length',''),(17723,6250,'_stock_status','instock'),(17724,6250,'_downloadable','no'),(17725,6250,'_width',''),(17726,6250,'_height',''),(17727,6250,'_manage_stock','no'),(17728,6250,'_regular_price','300'),(17729,6250,'_sale_price',''),(17730,6250,'_sale_price_dates_from',''),(17731,6250,'_sale_price_dates_to',''),(17732,6250,'_price','300'),(17733,6250,'_download_limit',''),(17734,6250,'_download_expiry',''),(17735,6250,'_downloadable_files',''),(17736,6250,'_variation_description','20 x 30'),(17737,6250,'attribute_pa_photo-prints','b'),(17738,6251,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17739,6251,'_stock_status','instock'),(17740,6251,'_variation_description','12 x 18'),(17741,6251,'_downloadable_files',''),(17742,6251,'_download_expiry',''),(17743,6251,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17744,6251,'attribute_pa_photo-prints','a'),(17745,6251,'_manage_stock','no'),(17746,6251,'_regular_price','175'),(17747,6251,'_sale_price',''),(17748,6251,'_sale_price_dates_from',''),(17749,6251,'_sale_price_dates_to',''),(17750,6251,'_price','175'),(17751,6251,'_download_limit',''),(17752,6251,'_height',''),(17753,6251,'_width',''),(17754,6251,'_thumbnail_id','0'),(17755,6251,'_virtual','no'),(17756,6251,'_downloadable','no'),(17757,6251,'_weight',''),(17758,6251,'_length',''),(17759,6253,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17760,6253,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17761,6253,'attribute_pa_photo-prints','e'),(17762,6253,'_thumbnail_id','0'),(17763,6253,'_virtual','no'),(17764,6253,'_downloadable','no'),(17765,6253,'_weight',''),(17766,6253,'_length',''),(17767,6253,'_width',''),(17768,6253,'_height',''),(17769,6253,'_manage_stock','no'),(17770,6253,'_regular_price','900'),(17771,6253,'_sale_price',''),(17772,6253,'_sale_price_dates_from',''),(17773,6253,'_sale_price_dates_to',''),(17774,6253,'_price','900'),(17775,6253,'_download_limit',''),(17776,6253,'_download_expiry',''),(17777,6253,'_downloadable_files',''),(17778,6253,'_variation_description','36 x 54'),(17779,6253,'_stock_status','instock'),(17780,6254,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17781,6254,'_stock_status','instock'),(17782,6254,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17783,6254,'attribute_pa_photo-prints','d'),(17784,6254,'_download_limit',''),(17785,6254,'_price','500'),(17786,6254,'_download_expiry',''),(17787,6254,'_downloadable_files',''),(17788,6254,'_variation_description','30 x 45'),(17789,6254,'_width',''),(17790,6254,'_height',''),(17791,6254,'_manage_stock','no'),(17792,6254,'_regular_price','500'),(17793,6254,'_sale_price',''),(17794,6254,'_sale_price_dates_from',''),(17795,6254,'_sale_price_dates_to',''),(17796,6254,'_length',''),(17797,6254,'_weight',''),(17798,6254,'_thumbnail_id','0'),(17799,6254,'_virtual','no'),(17800,6254,'_downloadable','no'),(17801,6255,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17802,6255,'_price','400'),(17803,6255,'_download_limit',''),(17804,6255,'_height',''),(17805,6255,'_manage_stock','no'),(17806,6255,'_regular_price','400'),(17807,6255,'_width',''),(17808,6255,'_weight',''),(17809,6255,'_length',''),(17810,6255,'_sale_price',''),(17811,6255,'_sale_price_dates_from',''),(17812,6255,'_sale_price_dates_to',''),(17813,6255,'_thumbnail_id','0'),(17814,6255,'_virtual','no'),(17815,6255,'_downloadable','no'),(17816,6255,'attribute_pa_photo-prints','c'),(17817,6255,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17818,6255,'_stock_status','instock'),(17819,6255,'_download_expiry',''),(17820,6255,'_downloadable_files',''),(17821,6255,'_variation_description','24 x 36'),(17822,6256,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17823,6256,'_thumbnail_id','0'),(17824,6256,'_virtual','no'),(17825,6256,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17826,6256,'_weight',''),(17827,6256,'_length',''),(17828,6256,'_stock_status','instock'),(17829,6256,'_downloadable','no'),(17830,6256,'_width',''),(17831,6256,'_height',''),(17832,6256,'_manage_stock','no'),(17833,6256,'_regular_price','300'),(17834,6256,'_sale_price',''),(17835,6256,'_sale_price_dates_from',''),(17836,6256,'_sale_price_dates_to',''),(17837,6256,'_price','300'),(17838,6256,'_download_limit',''),(17839,6256,'_download_expiry',''),(17840,6256,'_downloadable_files',''),(17841,6256,'_variation_description','20 x 30'),(17842,6256,'attribute_pa_photo-prints','b'),(17843,6257,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17844,6257,'_stock_status','instock'),(17845,6257,'_variation_description','12 x 18'),(17846,6257,'_downloadable_files',''),(17847,6257,'_download_expiry',''),(17848,6257,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17849,6257,'attribute_pa_photo-prints','a'),(17850,6257,'_manage_stock','no'),(17851,6257,'_regular_price','175'),(17852,6257,'_sale_price',''),(17853,6257,'_sale_price_dates_from',''),(17854,6257,'_sale_price_dates_to',''),(17855,6257,'_price','175'),(17856,6257,'_download_limit',''),(17857,6257,'_height',''),(17858,6257,'_width',''),(17859,6257,'_thumbnail_id','0'),(17860,6257,'_virtual','no'),(17861,6257,'_downloadable','no'),(17862,6257,'_weight',''),(17863,6257,'_length',''),(17864,6259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17865,6259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17866,6259,'attribute_pa_photo-prints','e'),(17867,6259,'_thumbnail_id','0'),(17868,6259,'_virtual','no'),(17869,6259,'_downloadable','no'),(17870,6259,'_weight',''),(17871,6259,'_length',''),(17872,6259,'_width',''),(17873,6259,'_height',''),(17874,6259,'_manage_stock','no'),(17875,6259,'_regular_price','900'),(17876,6259,'_sale_price',''),(17877,6259,'_sale_price_dates_from',''),(17878,6259,'_sale_price_dates_to',''),(17879,6259,'_price','900'),(17880,6259,'_download_limit',''),(17881,6259,'_download_expiry',''),(17882,6259,'_downloadable_files',''),(17883,6259,'_variation_description','36 x 54'),(17884,6259,'_stock_status','instock'),(17885,6260,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17886,6260,'_stock_status','instock'),(17887,6260,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17888,6260,'attribute_pa_photo-prints','d'),(17889,6260,'_download_limit',''),(17890,6260,'_price','500'),(17891,6260,'_download_expiry',''),(17892,6260,'_downloadable_files',''),(17893,6260,'_variation_description','30 x 45'),(17894,6260,'_width',''),(17895,6260,'_height',''),(17896,6260,'_manage_stock','no'),(17897,6260,'_regular_price','500'),(17898,6260,'_sale_price',''),(17899,6260,'_sale_price_dates_from',''),(17900,6260,'_sale_price_dates_to',''),(17901,6260,'_length',''),(17902,6260,'_weight',''),(17903,6260,'_thumbnail_id','0'),(17904,6260,'_virtual','no'),(17905,6260,'_downloadable','no'),(17906,6261,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17907,6261,'_price','400'),(17908,6261,'_download_limit',''),(17909,6261,'_height',''),(17910,6261,'_manage_stock','no'),(17911,6261,'_regular_price','400'),(17912,6261,'_width',''),(17913,6261,'_weight',''),(17914,6261,'_length',''),(17915,6261,'_sale_price',''),(17916,6261,'_sale_price_dates_from',''),(17917,6261,'_sale_price_dates_to',''),(17918,6261,'_thumbnail_id','0'),(17919,6261,'_virtual','no'),(17920,6261,'_downloadable','no'),(17921,6261,'attribute_pa_photo-prints','c'),(17922,6261,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17923,6261,'_stock_status','instock'),(17924,6261,'_download_expiry',''),(17925,6261,'_downloadable_files',''),(17926,6261,'_variation_description','24 x 36'),(17927,6262,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17928,6262,'_thumbnail_id','0'),(17929,6262,'_virtual','no'),(17930,6262,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17931,6262,'_weight',''),(17932,6262,'_length',''),(17933,6262,'_stock_status','instock'),(17934,6262,'_downloadable','no'),(17935,6262,'_width',''),(17936,6262,'_height',''),(17937,6262,'_manage_stock','no'),(17938,6262,'_regular_price','300'),(17939,6262,'_sale_price',''),(17940,6262,'_sale_price_dates_from',''),(17941,6262,'_sale_price_dates_to',''),(17942,6262,'_price','300'),(17943,6262,'_download_limit',''),(17944,6262,'_download_expiry',''),(17945,6262,'_downloadable_files',''),(17946,6262,'_variation_description','20 x 30'),(17947,6262,'attribute_pa_photo-prints','b'),(17948,6263,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17949,6263,'_stock_status','instock'),(17950,6263,'_variation_description','12 x 18'),(17951,6263,'_downloadable_files',''),(17952,6263,'_download_expiry',''),(17953,6263,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17954,6263,'attribute_pa_photo-prints','a'),(17955,6263,'_manage_stock','no'),(17956,6263,'_regular_price','175'),(17957,6263,'_sale_price',''),(17958,6263,'_sale_price_dates_from',''),(17959,6263,'_sale_price_dates_to',''),(17960,6263,'_price','175'),(17961,6263,'_download_limit',''),(17962,6263,'_height',''),(17963,6263,'_width',''),(17964,6263,'_thumbnail_id','0'),(17965,6263,'_virtual','no'),(17966,6263,'_downloadable','no'),(17967,6263,'_weight',''),(17968,6263,'_length',''),(17969,6265,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17970,6265,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17971,6265,'attribute_pa_photo-prints','e'),(17972,6265,'_thumbnail_id','0'),(17973,6265,'_virtual','no'),(17974,6265,'_downloadable','no'),(17975,6265,'_weight',''),(17976,6265,'_length',''),(17977,6265,'_width',''),(17978,6265,'_height',''),(17979,6265,'_manage_stock','no'),(17980,6265,'_regular_price','900'),(17981,6265,'_sale_price',''),(17982,6265,'_sale_price_dates_from',''),(17983,6265,'_sale_price_dates_to',''),(17984,6265,'_price','900'),(17985,6265,'_download_limit',''),(17986,6265,'_download_expiry',''),(17987,6265,'_downloadable_files',''),(17988,6265,'_variation_description','36 x 54'),(17989,6265,'_stock_status','instock'),(17990,6266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17991,6266,'_stock_status','instock'),(17992,6266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17993,6266,'attribute_pa_photo-prints','d'),(17994,6266,'_download_limit',''),(17995,6266,'_price','500'),(17996,6266,'_download_expiry',''),(17997,6266,'_downloadable_files',''),(17998,6266,'_variation_description','30 x 45'),(17999,6266,'_width',''),(18000,6266,'_height',''),(18001,6266,'_manage_stock','no'),(18002,6266,'_regular_price','500'),(18003,6266,'_sale_price',''),(18004,6266,'_sale_price_dates_from',''),(18005,6266,'_sale_price_dates_to',''),(18006,6266,'_length',''),(18007,6266,'_weight',''),(18008,6266,'_thumbnail_id','0'),(18009,6266,'_virtual','no'),(18010,6266,'_downloadable','no'),(18011,6267,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18012,6267,'_price','400'),(18013,6267,'_download_limit',''),(18014,6267,'_height',''),(18015,6267,'_manage_stock','no'),(18016,6267,'_regular_price','400'),(18017,6267,'_width',''),(18018,6267,'_weight',''),(18019,6267,'_length',''),(18020,6267,'_sale_price',''),(18021,6267,'_sale_price_dates_from',''),(18022,6267,'_sale_price_dates_to',''),(18023,6267,'_thumbnail_id','0'),(18024,6267,'_virtual','no'),(18025,6267,'_downloadable','no'),(18026,6267,'attribute_pa_photo-prints','c'),(18027,6267,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18028,6267,'_stock_status','instock'),(18029,6267,'_download_expiry',''),(18030,6267,'_downloadable_files',''),(18031,6267,'_variation_description','24 x 36'),(18032,6268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18033,6268,'_thumbnail_id','0'),(18034,6268,'_virtual','no'),(18035,6268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18036,6268,'_weight',''),(18037,6268,'_length',''),(18038,6268,'_stock_status','instock'),(18039,6268,'_downloadable','no'),(18040,6268,'_width',''),(18041,6268,'_height',''),(18042,6268,'_manage_stock','no'),(18043,6268,'_regular_price','300'),(18044,6268,'_sale_price',''),(18045,6268,'_sale_price_dates_from',''),(18046,6268,'_sale_price_dates_to',''),(18047,6268,'_price','300'),(18048,6268,'_download_limit',''),(18049,6268,'_download_expiry',''),(18050,6268,'_downloadable_files',''),(18051,6268,'_variation_description','20 x 30'),(18052,6268,'attribute_pa_photo-prints','b'),(18053,6269,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18054,6269,'_stock_status','instock'),(18055,6269,'_variation_description','12 x 18'),(18056,6269,'_downloadable_files',''),(18057,6269,'_download_expiry',''),(18058,6269,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18059,6269,'attribute_pa_photo-prints','a'),(18060,6269,'_manage_stock','no'),(18061,6269,'_regular_price','175'),(18062,6269,'_sale_price',''),(18063,6269,'_sale_price_dates_from',''),(18064,6269,'_sale_price_dates_to',''),(18065,6269,'_price','175'),(18066,6269,'_download_limit',''),(18067,6269,'_height',''),(18068,6269,'_width',''),(18069,6269,'_thumbnail_id','0'),(18070,6269,'_virtual','no'),(18071,6269,'_downloadable','no'),(18072,6269,'_weight',''),(18073,6269,'_length',''),(18074,6271,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18075,6271,'_stock_status','instock'),(18076,6271,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18077,6271,'attribute_pa_photo-prints','d'),(18078,6271,'_download_limit',''),(18079,6271,'_price','500'),(18080,6271,'_download_expiry',''),(18081,6271,'_downloadable_files',''),(18082,6271,'_variation_description','30 x 45'),(18083,6271,'_width',''),(18084,6271,'_height',''),(18085,6271,'_manage_stock','no'),(18086,6271,'_regular_price','500'),(18087,6271,'_sale_price',''),(18088,6271,'_sale_price_dates_from',''),(18089,6271,'_sale_price_dates_to',''),(18090,6271,'_length',''),(18091,6271,'_weight',''),(18092,6271,'_thumbnail_id','0'),(18093,6271,'_virtual','no'),(18094,6271,'_downloadable','no'),(18095,6272,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18096,6272,'_price','400'),(18097,6272,'_download_limit',''),(18098,6272,'_height',''),(18099,6272,'_manage_stock','no'),(18100,6272,'_regular_price','400'),(18101,6272,'_width',''),(18102,6272,'_weight',''),(18103,6272,'_length',''),(18104,6272,'_sale_price',''),(18105,6272,'_sale_price_dates_from',''),(18106,6272,'_sale_price_dates_to',''),(18107,6272,'_thumbnail_id','0'),(18108,6272,'_virtual','no'),(18109,6272,'_downloadable','no'),(18110,6272,'attribute_pa_photo-prints','c'),(18111,6272,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18112,6272,'_stock_status','instock'),(18113,6272,'_download_expiry',''),(18114,6272,'_downloadable_files',''),(18115,6272,'_variation_description','24 x 36'),(18116,6273,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18117,6273,'_thumbnail_id','0'),(18118,6273,'_virtual','no'),(18119,6273,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18120,6273,'_weight',''),(18121,6273,'_length',''),(18122,6273,'_stock_status','instock'),(18123,6273,'_downloadable','no'),(18124,6273,'_width',''),(18125,6273,'_height',''),(18126,6273,'_manage_stock','no'),(18127,6273,'_regular_price','300'),(18128,6273,'_sale_price',''),(18129,6273,'_sale_price_dates_from',''),(18130,6273,'_sale_price_dates_to',''),(18131,6273,'_price','300'),(18132,6273,'_download_limit',''),(18133,6273,'_download_expiry',''),(18134,6273,'_downloadable_files',''),(18135,6273,'_variation_description','20 x 30'),(18136,6273,'attribute_pa_photo-prints','b'),(18137,6274,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18138,6274,'_stock_status','instock'),(18139,6274,'_variation_description','12 x 18'),(18140,6274,'_downloadable_files',''),(18141,6274,'_download_expiry',''),(18142,6274,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18143,6274,'attribute_pa_photo-prints','a'),(18144,6274,'_manage_stock','no'),(18145,6274,'_regular_price','175'),(18146,6274,'_sale_price',''),(18147,6274,'_sale_price_dates_from',''),(18148,6274,'_sale_price_dates_to',''),(18149,6274,'_price','175'),(18150,6274,'_download_limit',''),(18151,6274,'_height',''),(18152,6274,'_width',''),(18153,6274,'_thumbnail_id','0'),(18154,6274,'_virtual','no'),(18155,6274,'_downloadable','no'),(18156,6274,'_weight',''),(18157,6274,'_length',''),(18158,6275,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18159,6275,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18160,6275,'attribute_pa_photo-prints','e'),(18161,6275,'_thumbnail_id','0'),(18162,6275,'_virtual','no'),(18163,6275,'_downloadable','no'),(18164,6275,'_weight',''),(18165,6275,'_length',''),(18166,6275,'_width',''),(18167,6275,'_height',''),(18168,6275,'_manage_stock','no'),(18169,6275,'_regular_price','900'),(18170,6275,'_sale_price',''),(18171,6275,'_sale_price_dates_from',''),(18172,6275,'_sale_price_dates_to',''),(18173,6275,'_price','900'),(18174,6275,'_download_limit',''),(18175,6275,'_download_expiry',''),(18176,6275,'_downloadable_files',''),(18177,6275,'_variation_description','36 x 54'),(18178,6275,'_stock_status','instock'),(18179,6277,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18180,6277,'_stock_status','instock'),(18181,6277,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18182,6277,'attribute_pa_photo-prints','d'),(18183,6277,'_download_limit',''),(18184,6277,'_price','500'),(18185,6277,'_download_expiry',''),(18186,6277,'_downloadable_files',''),(18187,6277,'_variation_description','30 x 45'),(18188,6277,'_width',''),(18189,6277,'_height',''),(18190,6277,'_manage_stock','no'),(18191,6277,'_regular_price','500'),(18192,6277,'_sale_price',''),(18193,6277,'_sale_price_dates_from',''),(18194,6277,'_sale_price_dates_to',''),(18195,6277,'_length',''),(18196,6277,'_weight',''),(18197,6277,'_thumbnail_id','0'),(18198,6277,'_virtual','no'),(18199,6277,'_downloadable','no'),(18200,6278,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18201,6278,'_price','400'),(18202,6278,'_download_limit',''),(18203,6278,'_height',''),(18204,6278,'_manage_stock','no'),(18205,6278,'_regular_price','400'),(18206,6278,'_width',''),(18207,6278,'_weight',''),(18208,6278,'_length',''),(18209,6278,'_sale_price',''),(18210,6278,'_sale_price_dates_from',''),(18211,6278,'_sale_price_dates_to',''),(18212,6278,'_thumbnail_id','0'),(18213,6278,'_virtual','no'),(18214,6278,'_downloadable','no'),(18215,6278,'attribute_pa_photo-prints','c'),(18216,6278,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18217,6278,'_stock_status','instock'),(18218,6278,'_download_expiry',''),(18219,6278,'_downloadable_files',''),(18220,6278,'_variation_description','24 x 36'),(18221,6279,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18222,6279,'_thumbnail_id','0'),(18223,6279,'_virtual','no'),(18224,6279,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18225,6279,'_weight',''),(18226,6279,'_length',''),(18227,6279,'_stock_status','instock'),(18228,6279,'_downloadable','no'),(18229,6279,'_width',''),(18230,6279,'_height',''),(18231,6279,'_manage_stock','no'),(18232,6279,'_regular_price','300'),(18233,6279,'_sale_price',''),(18234,6279,'_sale_price_dates_from',''),(18235,6279,'_sale_price_dates_to',''),(18236,6279,'_price','300'),(18237,6279,'_download_limit',''),(18238,6279,'_download_expiry',''),(18239,6279,'_downloadable_files',''),(18240,6279,'_variation_description','20 x 30'),(18241,6279,'attribute_pa_photo-prints','b'),(18242,6280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18243,6280,'_stock_status','instock'),(18244,6280,'_variation_description','12 x 18'),(18245,6280,'_downloadable_files',''),(18246,6280,'_download_expiry',''),(18247,6280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18248,6280,'attribute_pa_photo-prints','a'),(18249,6280,'_manage_stock','no'),(18250,6280,'_regular_price','175'),(18251,6280,'_sale_price',''),(18252,6280,'_sale_price_dates_from',''),(18253,6280,'_sale_price_dates_to',''),(18254,6280,'_price','175'),(18255,6280,'_download_limit',''),(18256,6280,'_height',''),(18257,6280,'_width',''),(18258,6280,'_thumbnail_id','0'),(18259,6280,'_virtual','no'),(18260,6280,'_downloadable','no'),(18261,6280,'_weight',''),(18262,6280,'_length',''),(18263,6281,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18264,6281,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18265,6281,'attribute_pa_photo-prints','e'),(18266,6281,'_thumbnail_id','0'),(18267,6281,'_virtual','no'),(18268,6281,'_downloadable','no'),(18269,6281,'_weight',''),(18270,6281,'_length',''),(18271,6281,'_width',''),(18272,6281,'_height',''),(18273,6281,'_manage_stock','no'),(18274,6281,'_regular_price','900'),(18275,6281,'_sale_price',''),(18276,6281,'_sale_price_dates_from',''),(18277,6281,'_sale_price_dates_to',''),(18278,6281,'_price','900'),(18279,6281,'_download_limit',''),(18280,6281,'_download_expiry',''),(18281,6281,'_downloadable_files',''),(18282,6281,'_variation_description','36 x 54'),(18283,6281,'_stock_status','instock'),(18284,6283,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18285,6283,'_stock_status','instock'),(18286,6283,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18287,6283,'attribute_pa_photo-prints','d'),(18288,6283,'_download_limit',''),(18289,6283,'_price','500'),(18290,6283,'_download_expiry',''),(18291,6283,'_downloadable_files',''),(18292,6283,'_variation_description','30 x 45'),(18293,6283,'_width',''),(18294,6283,'_height',''),(18295,6283,'_manage_stock','no'),(18296,6283,'_regular_price','500'),(18297,6283,'_sale_price',''),(18298,6283,'_sale_price_dates_from',''),(18299,6283,'_sale_price_dates_to',''),(18300,6283,'_length',''),(18301,6283,'_weight',''),(18302,6283,'_thumbnail_id','0'),(18303,6283,'_virtual','no'),(18304,6283,'_downloadable','no'),(18305,6284,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18306,6284,'_price','400'),(18307,6284,'_download_limit',''),(18308,6284,'_height',''),(18309,6284,'_manage_stock','no'),(18310,6284,'_regular_price','400'),(18311,6284,'_width',''),(18312,6284,'_weight',''),(18313,6284,'_length',''),(18314,6284,'_sale_price',''),(18315,6284,'_sale_price_dates_from',''),(18316,6284,'_sale_price_dates_to',''),(18317,6284,'_thumbnail_id','0'),(18318,6284,'_virtual','no'),(18319,6284,'_downloadable','no'),(18320,6284,'attribute_pa_photo-prints','c'),(18321,6284,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18322,6284,'_stock_status','instock'),(18323,6284,'_download_expiry',''),(18324,6284,'_downloadable_files',''),(18325,6284,'_variation_description','24 x 36'),(18326,6285,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18327,6285,'_thumbnail_id','0'),(18328,6285,'_virtual','no'),(18329,6285,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18330,6285,'_weight',''),(18331,6285,'_length',''),(18332,6285,'_stock_status','instock'),(18333,6285,'_downloadable','no'),(18334,6285,'_width',''),(18335,6285,'_height',''),(18336,6285,'_manage_stock','no'),(18337,6285,'_regular_price','300'),(18338,6285,'_sale_price',''),(18339,6285,'_sale_price_dates_from',''),(18340,6285,'_sale_price_dates_to',''),(18341,6285,'_price','300'),(18342,6285,'_download_limit',''),(18343,6285,'_download_expiry',''),(18344,6285,'_downloadable_files',''),(18345,6285,'_variation_description','20 x 30'),(18346,6285,'attribute_pa_photo-prints','b'),(18347,6286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18348,6286,'_stock_status','instock'),(18349,6286,'_variation_description','12 x 18'),(18350,6286,'_downloadable_files',''),(18351,6286,'_download_expiry',''),(18352,6286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18353,6286,'attribute_pa_photo-prints','a'),(18354,6286,'_manage_stock','no'),(18355,6286,'_regular_price','175'),(18356,6286,'_sale_price',''),(18357,6286,'_sale_price_dates_from',''),(18358,6286,'_sale_price_dates_to',''),(18359,6286,'_price','175'),(18360,6286,'_download_limit',''),(18361,6286,'_height',''),(18362,6286,'_width',''),(18363,6286,'_thumbnail_id','0'),(18364,6286,'_virtual','no'),(18365,6286,'_downloadable','no'),(18366,6286,'_weight',''),(18367,6286,'_length',''),(18368,6287,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18369,6287,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18370,6287,'attribute_pa_photo-prints','e'),(18371,6287,'_thumbnail_id','0'),(18372,6287,'_virtual','no'),(18373,6287,'_downloadable','no'),(18374,6287,'_weight',''),(18375,6287,'_length',''),(18376,6287,'_width',''),(18377,6287,'_height',''),(18378,6287,'_manage_stock','no'),(18379,6287,'_regular_price','900'),(18380,6287,'_sale_price',''),(18381,6287,'_sale_price_dates_from',''),(18382,6287,'_sale_price_dates_to',''),(18383,6287,'_price','900'),(18384,6287,'_download_limit',''),(18385,6287,'_download_expiry',''),(18386,6287,'_downloadable_files',''),(18387,6287,'_variation_description','36 x 54'),(18388,6287,'_stock_status','instock'),(18389,6289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18390,6289,'_stock_status','instock'),(18391,6289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18392,6289,'attribute_pa_photo-prints','d'),(18393,6289,'_download_limit',''),(18394,6289,'_price','500'),(18395,6289,'_download_expiry',''),(18396,6289,'_downloadable_files',''),(18397,6289,'_variation_description','30 x 45'),(18398,6289,'_width',''),(18399,6289,'_height',''),(18400,6289,'_manage_stock','no'),(18401,6289,'_regular_price','500'),(18402,6289,'_sale_price',''),(18403,6289,'_sale_price_dates_from',''),(18404,6289,'_sale_price_dates_to',''),(18405,6289,'_length',''),(18406,6289,'_weight',''),(18407,6289,'_thumbnail_id','0'),(18408,6289,'_virtual','no'),(18409,6289,'_downloadable','no'),(18410,6290,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18411,6290,'_price','400'),(18412,6290,'_download_limit',''),(18413,6290,'_height',''),(18414,6290,'_manage_stock','no'),(18415,6290,'_regular_price','400'),(18416,6290,'_width',''),(18417,6290,'_weight',''),(18418,6290,'_length',''),(18419,6290,'_sale_price',''),(18420,6290,'_sale_price_dates_from',''),(18421,6290,'_sale_price_dates_to',''),(18422,6290,'_thumbnail_id','0'),(18423,6290,'_virtual','no'),(18424,6290,'_downloadable','no'),(18425,6290,'attribute_pa_photo-prints','c'),(18426,6290,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18427,6290,'_stock_status','instock'),(18428,6290,'_download_expiry',''),(18429,6290,'_downloadable_files',''),(18430,6290,'_variation_description','24 x 36'),(18431,6291,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18432,6291,'_thumbnail_id','0'),(18433,6291,'_virtual','no'),(18434,6291,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18435,6291,'_weight',''),(18436,6291,'_length',''),(18437,6291,'_stock_status','instock'),(18438,6291,'_downloadable','no'),(18439,6291,'_width',''),(18440,6291,'_height',''),(18441,6291,'_manage_stock','no'),(18442,6291,'_regular_price','300'),(18443,6291,'_sale_price',''),(18444,6291,'_sale_price_dates_from',''),(18445,6291,'_sale_price_dates_to',''),(18446,6291,'_price','300'),(18447,6291,'_download_limit',''),(18448,6291,'_download_expiry',''),(18449,6291,'_downloadable_files',''),(18450,6291,'_variation_description','20 x 30'),(18451,6291,'attribute_pa_photo-prints','b'),(18452,6292,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18453,6292,'_stock_status','instock'),(18454,6292,'_variation_description','12 x 18'),(18455,6292,'_downloadable_files',''),(18456,6292,'_download_expiry',''),(18457,6292,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18458,6292,'attribute_pa_photo-prints','a'),(18459,6292,'_manage_stock','no'),(18460,6292,'_regular_price','175'),(18461,6292,'_sale_price',''),(18462,6292,'_sale_price_dates_from',''),(18463,6292,'_sale_price_dates_to',''),(18464,6292,'_price','175'),(18465,6292,'_download_limit',''),(18466,6292,'_height',''),(18467,6292,'_width',''),(18468,6292,'_thumbnail_id','0'),(18469,6292,'_virtual','no'),(18470,6292,'_downloadable','no'),(18471,6292,'_weight',''),(18472,6292,'_length',''),(18473,6293,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18474,6293,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18475,6293,'attribute_pa_photo-prints','e'),(18476,6293,'_thumbnail_id','0'),(18477,6293,'_virtual','no'),(18478,6293,'_downloadable','no'),(18479,6293,'_weight',''),(18480,6293,'_length',''),(18481,6293,'_width',''),(18482,6293,'_height',''),(18483,6293,'_manage_stock','no'),(18484,6293,'_regular_price','900'),(18485,6293,'_sale_price',''),(18486,6293,'_sale_price_dates_from',''),(18487,6293,'_sale_price_dates_to',''),(18488,6293,'_price','900'),(18489,6293,'_download_limit',''),(18490,6293,'_download_expiry',''),(18491,6293,'_downloadable_files',''),(18492,6293,'_variation_description','36 x 54'),(18493,6293,'_stock_status','instock'),(18494,6295,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18495,6295,'_stock_status','instock'),(18496,6295,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18497,6295,'attribute_pa_photo-prints','d'),(18498,6295,'_download_limit',''),(18499,6295,'_price','500'),(18500,6295,'_download_expiry',''),(18501,6295,'_downloadable_files',''),(18502,6295,'_variation_description','30 x 45'),(18503,6295,'_width',''),(18504,6295,'_height',''),(18505,6295,'_manage_stock','no'),(18506,6295,'_regular_price','500'),(18507,6295,'_sale_price',''),(18508,6295,'_sale_price_dates_from',''),(18509,6295,'_sale_price_dates_to',''),(18510,6295,'_length',''),(18511,6295,'_weight',''),(18512,6295,'_thumbnail_id','0'),(18513,6295,'_virtual','no'),(18514,6295,'_downloadable','no'),(18515,6296,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18516,6296,'_price','400'),(18517,6296,'_download_limit',''),(18518,6296,'_height',''),(18519,6296,'_manage_stock','no'),(18520,6296,'_regular_price','400'),(18521,6296,'_width',''),(18522,6296,'_weight',''),(18523,6296,'_length',''),(18524,6296,'_sale_price',''),(18525,6296,'_sale_price_dates_from',''),(18526,6296,'_sale_price_dates_to',''),(18527,6296,'_thumbnail_id','0'),(18528,6296,'_virtual','no'),(18529,6296,'_downloadable','no'),(18530,6296,'attribute_pa_photo-prints','c'),(18531,6296,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18532,6296,'_stock_status','instock'),(18533,6296,'_download_expiry',''),(18534,6296,'_downloadable_files',''),(18535,6296,'_variation_description','24 x 36'),(18536,6297,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18537,6297,'_thumbnail_id','0'),(18538,6297,'_virtual','no'),(18539,6297,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18540,6297,'_weight',''),(18541,6297,'_length',''),(18542,6297,'_stock_status','instock'),(18543,6297,'_downloadable','no'),(18544,6297,'_width',''),(18545,6297,'_height',''),(18546,6297,'_manage_stock','no'),(18547,6297,'_regular_price','300'),(18548,6297,'_sale_price',''),(18549,6297,'_sale_price_dates_from',''),(18550,6297,'_sale_price_dates_to',''),(18551,6297,'_price','300'),(18552,6297,'_download_limit',''),(18553,6297,'_download_expiry',''),(18554,6297,'_downloadable_files',''),(18555,6297,'_variation_description','20 x 30'),(18556,6297,'attribute_pa_photo-prints','b'),(18557,6298,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18558,6298,'_stock_status','instock'),(18559,6298,'_variation_description','12 x 18'),(18560,6298,'_downloadable_files',''),(18561,6298,'_download_expiry',''),(18562,6298,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18563,6298,'attribute_pa_photo-prints','a'),(18564,6298,'_manage_stock','no'),(18565,6298,'_regular_price','175'),(18566,6298,'_sale_price',''),(18567,6298,'_sale_price_dates_from',''),(18568,6298,'_sale_price_dates_to',''),(18569,6298,'_price','175'),(18570,6298,'_download_limit',''),(18571,6298,'_height',''),(18572,6298,'_width',''),(18573,6298,'_thumbnail_id','0'),(18574,6298,'_virtual','no'),(18575,6298,'_downloadable','no'),(18576,6298,'_weight',''),(18577,6298,'_length',''),(18578,6299,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18579,6299,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18580,6299,'attribute_pa_photo-prints','e'),(18581,6299,'_thumbnail_id','0'),(18582,6299,'_virtual','no'),(18583,6299,'_downloadable','no'),(18584,6299,'_weight',''),(18585,6299,'_length',''),(18586,6299,'_width',''),(18587,6299,'_height',''),(18588,6299,'_manage_stock','no'),(18589,6299,'_regular_price','900'),(18590,6299,'_sale_price',''),(18591,6299,'_sale_price_dates_from',''),(18592,6299,'_sale_price_dates_to',''),(18593,6299,'_price','900'),(18594,6299,'_download_limit',''),(18595,6299,'_download_expiry',''),(18596,6299,'_downloadable_files',''),(18597,6299,'_variation_description','36 x 54'),(18598,6299,'_stock_status','instock'),(18599,6302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18600,6302,'_stock_status','instock'),(18601,6302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18602,6302,'attribute_pa_photo-prints','d'),(18603,6302,'_download_limit',''),(18604,6302,'_price','500'),(18605,6302,'_download_expiry',''),(18606,6302,'_downloadable_files',''),(18607,6302,'_variation_description','30 x 45'),(18608,6302,'_width',''),(18609,6302,'_height',''),(18610,6302,'_manage_stock','no'),(18611,6302,'_regular_price','500'),(18612,6302,'_sale_price',''),(18613,6302,'_sale_price_dates_from',''),(18614,6302,'_sale_price_dates_to',''),(18615,6302,'_length',''),(18616,6302,'_weight',''),(18617,6302,'_thumbnail_id','0'),(18618,6302,'_virtual','no'),(18619,6302,'_downloadable','no'),(18620,6303,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18621,6303,'_price','400'),(18622,6303,'_download_limit',''),(18623,6303,'_height',''),(18624,6303,'_manage_stock','no'),(18625,6303,'_regular_price','400'),(18626,6303,'_width',''),(18627,6303,'_weight',''),(18628,6303,'_length',''),(18629,6303,'_sale_price',''),(18630,6303,'_sale_price_dates_from',''),(18631,6303,'_sale_price_dates_to',''),(18632,6303,'_thumbnail_id','0'),(18633,6303,'_virtual','no'),(18634,6303,'_downloadable','no'),(18635,6303,'attribute_pa_photo-prints','c'),(18636,6303,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18637,6303,'_stock_status','instock'),(18638,6303,'_download_expiry',''),(18639,6303,'_downloadable_files',''),(18640,6303,'_variation_description','24 x 36'),(18641,6304,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18642,6304,'_thumbnail_id','0'),(18643,6304,'_virtual','no'),(18644,6304,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18645,6304,'_weight',''),(18646,6304,'_length',''),(18647,6304,'_stock_status','instock'),(18648,6304,'_downloadable','no'),(18649,6304,'_width',''),(18650,6304,'_height',''),(18651,6304,'_manage_stock','no'),(18652,6304,'_regular_price','300'),(18653,6304,'_sale_price',''),(18654,6304,'_sale_price_dates_from',''),(18655,6304,'_sale_price_dates_to',''),(18656,6304,'_price','300'),(18657,6304,'_download_limit',''),(18658,6304,'_download_expiry',''),(18659,6304,'_downloadable_files',''),(18660,6304,'_variation_description','20 x 30'),(18661,6304,'attribute_pa_photo-prints','b'),(18662,6305,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18663,6305,'_stock_status','instock'),(18664,6305,'_variation_description','12 x 18'),(18665,6305,'_downloadable_files',''),(18666,6305,'_download_expiry',''),(18667,6305,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18668,6305,'attribute_pa_photo-prints','a'),(18669,6305,'_manage_stock','no'),(18670,6305,'_regular_price','175'),(18671,6305,'_sale_price',''),(18672,6305,'_sale_price_dates_from',''),(18673,6305,'_sale_price_dates_to',''),(18674,6305,'_price','175'),(18675,6305,'_download_limit',''),(18676,6305,'_height',''),(18677,6305,'_width',''),(18678,6305,'_thumbnail_id','0'),(18679,6305,'_virtual','no'),(18680,6305,'_downloadable','no'),(18681,6305,'_weight',''),(18682,6305,'_length',''),(18683,6306,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18684,6306,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18685,6306,'attribute_pa_photo-prints','e'),(18686,6306,'_thumbnail_id','0'),(18687,6306,'_virtual','no'),(18688,6306,'_downloadable','no'),(18689,6306,'_weight',''),(18690,6306,'_length',''),(18691,6306,'_width',''),(18692,6306,'_height',''),(18693,6306,'_manage_stock','no'),(18694,6306,'_regular_price','900'),(18695,6306,'_sale_price',''),(18696,6306,'_sale_price_dates_from',''),(18697,6306,'_sale_price_dates_to',''),(18698,6306,'_price','900'),(18699,6306,'_download_limit',''),(18700,6306,'_download_expiry',''),(18701,6306,'_downloadable_files',''),(18702,6306,'_variation_description','36 x 54'),(18703,6306,'_stock_status','instock'),(18704,6308,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18705,6308,'_stock_status','instock'),(18706,6308,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18707,6308,'attribute_pa_photo-prints','d'),(18708,6308,'_download_limit',''),(18709,6308,'_price','500'),(18710,6308,'_download_expiry',''),(18711,6308,'_downloadable_files',''),(18712,6308,'_variation_description','30 x 45'),(18713,6308,'_width',''),(18714,6308,'_height',''),(18715,6308,'_manage_stock','no'),(18716,6308,'_regular_price','500'),(18717,6308,'_sale_price',''),(18718,6308,'_sale_price_dates_from',''),(18719,6308,'_sale_price_dates_to',''),(18720,6308,'_length',''),(18721,6308,'_weight',''),(18722,6308,'_thumbnail_id','0'),(18723,6308,'_virtual','no'),(18724,6308,'_downloadable','no'),(18725,6309,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18726,6309,'_price','400'),(18727,6309,'_download_limit',''),(18728,6309,'_height',''),(18729,6309,'_manage_stock','no'),(18730,6309,'_regular_price','400'),(18731,6309,'_width',''),(18732,6309,'_weight',''),(18733,6309,'_length',''),(18734,6309,'_sale_price',''),(18735,6309,'_sale_price_dates_from',''),(18736,6309,'_sale_price_dates_to',''),(18737,6309,'_thumbnail_id','0'),(18738,6309,'_virtual','no'),(18739,6309,'_downloadable','no'),(18740,6309,'attribute_pa_photo-prints','c'),(18741,6309,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18742,6309,'_stock_status','instock'),(18743,6309,'_download_expiry',''),(18744,6309,'_downloadable_files',''),(18745,6309,'_variation_description','24 x 36'),(18746,6310,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18747,6310,'_thumbnail_id','0'),(18748,6310,'_virtual','no'),(18749,6310,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18750,6310,'_weight',''),(18751,6310,'_length',''),(18752,6310,'_stock_status','instock'),(18753,6310,'_downloadable','no'),(18754,6310,'_width',''),(18755,6310,'_height',''),(18756,6310,'_manage_stock','no'),(18757,6310,'_regular_price','300'),(18758,6310,'_sale_price',''),(18759,6310,'_sale_price_dates_from',''),(18760,6310,'_sale_price_dates_to',''),(18761,6310,'_price','300'),(18762,6310,'_download_limit',''),(18763,6310,'_download_expiry',''),(18764,6310,'_downloadable_files',''),(18765,6310,'_variation_description','20 x 30'),(18766,6310,'attribute_pa_photo-prints','b'),(18767,6311,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18768,6311,'_stock_status','instock'),(18769,6311,'_variation_description','12 x 18'),(18770,6311,'_downloadable_files',''),(18771,6311,'_download_expiry',''),(18772,6311,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18773,6311,'attribute_pa_photo-prints','a'),(18774,6311,'_manage_stock','no'),(18775,6311,'_regular_price','175'),(18776,6311,'_sale_price',''),(18777,6311,'_sale_price_dates_from',''),(18778,6311,'_sale_price_dates_to',''),(18779,6311,'_price','175'),(18780,6311,'_download_limit',''),(18781,6311,'_height',''),(18782,6311,'_width',''),(18783,6311,'_thumbnail_id','0'),(18784,6311,'_virtual','no'),(18785,6311,'_downloadable','no'),(18786,6311,'_weight',''),(18787,6311,'_length',''),(18788,6312,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18789,6312,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18790,6312,'attribute_pa_photo-prints','e'),(18791,6312,'_thumbnail_id','0'),(18792,6312,'_virtual','no'),(18793,6312,'_downloadable','no'),(18794,6312,'_weight',''),(18795,6312,'_length',''),(18796,6312,'_width',''),(18797,6312,'_height',''),(18798,6312,'_manage_stock','no'),(18799,6312,'_regular_price','900'),(18800,6312,'_sale_price',''),(18801,6312,'_sale_price_dates_from',''),(18802,6312,'_sale_price_dates_to',''),(18803,6312,'_price','900'),(18804,6312,'_download_limit',''),(18805,6312,'_download_expiry',''),(18806,6312,'_downloadable_files',''),(18807,6312,'_variation_description','36 x 54'),(18808,6312,'_stock_status','instock'),(18809,6314,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18810,6314,'_stock_status','instock'),(18811,6314,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18812,6314,'attribute_pa_photo-prints','d'),(18813,6314,'_download_limit',''),(18814,6314,'_price','500'),(18815,6314,'_download_expiry',''),(18816,6314,'_downloadable_files',''),(18817,6314,'_variation_description','30 x 45'),(18818,6314,'_width',''),(18819,6314,'_height',''),(18820,6314,'_manage_stock','no'),(18821,6314,'_regular_price','500'),(18822,6314,'_sale_price',''),(18823,6314,'_sale_price_dates_from',''),(18824,6314,'_sale_price_dates_to',''),(18825,6314,'_length',''),(18826,6314,'_weight',''),(18827,6314,'_thumbnail_id','0'),(18828,6314,'_virtual','no'),(18829,6314,'_downloadable','no'),(18830,6315,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18831,6315,'_price','400'),(18832,6315,'_download_limit',''),(18833,6315,'_height',''),(18834,6315,'_manage_stock','no'),(18835,6315,'_regular_price','400'),(18836,6315,'_width',''),(18837,6315,'_weight',''),(18838,6315,'_length',''),(18839,6315,'_sale_price',''),(18840,6315,'_sale_price_dates_from',''),(18841,6315,'_sale_price_dates_to',''),(18842,6315,'_thumbnail_id','0'),(18843,6315,'_virtual','no'),(18844,6315,'_downloadable','no'),(18845,6315,'attribute_pa_photo-prints','c'),(18846,6315,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18847,6315,'_stock_status','instock'),(18848,6315,'_download_expiry',''),(18849,6315,'_downloadable_files',''),(18850,6315,'_variation_description','24 x 36'),(18851,6316,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18852,6316,'_thumbnail_id','0'),(18853,6316,'_virtual','no'),(18854,6316,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18855,6316,'_weight',''),(18856,6316,'_length',''),(18857,6316,'_stock_status','instock'),(18858,6316,'_downloadable','no'),(18859,6316,'_width',''),(18860,6316,'_height',''),(18861,6316,'_manage_stock','no'),(18862,6316,'_regular_price','300'),(18863,6316,'_sale_price',''),(18864,6316,'_sale_price_dates_from',''),(18865,6316,'_sale_price_dates_to',''),(18866,6316,'_price','300'),(18867,6316,'_download_limit',''),(18868,6316,'_download_expiry',''),(18869,6316,'_downloadable_files',''),(18870,6316,'_variation_description','20 x 30'),(18871,6316,'attribute_pa_photo-prints','b'),(18872,6317,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18873,6317,'_stock_status','instock'),(18874,6317,'_variation_description','12 x 18'),(18875,6317,'_downloadable_files',''),(18876,6317,'_download_expiry',''),(18877,6317,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18878,6317,'attribute_pa_photo-prints','a'),(18879,6317,'_manage_stock','no'),(18880,6317,'_regular_price','175'),(18881,6317,'_sale_price',''),(18882,6317,'_sale_price_dates_from',''),(18883,6317,'_sale_price_dates_to',''),(18884,6317,'_price','175'),(18885,6317,'_download_limit',''),(18886,6317,'_height',''),(18887,6317,'_width',''),(18888,6317,'_thumbnail_id','0'),(18889,6317,'_virtual','no'),(18890,6317,'_downloadable','no'),(18891,6317,'_weight',''),(18892,6317,'_length',''),(18893,6318,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18894,6318,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18895,6318,'attribute_pa_photo-prints','e'),(18896,6318,'_thumbnail_id','0'),(18897,6318,'_virtual','no'),(18898,6318,'_downloadable','no'),(18899,6318,'_weight',''),(18900,6318,'_length',''),(18901,6318,'_width',''),(18902,6318,'_height',''),(18903,6318,'_manage_stock','no'),(18904,6318,'_regular_price','900'),(18905,6318,'_sale_price',''),(18906,6318,'_sale_price_dates_from',''),(18907,6318,'_sale_price_dates_to',''),(18908,6318,'_price','900'),(18909,6318,'_download_limit',''),(18910,6318,'_download_expiry',''),(18911,6318,'_downloadable_files',''),(18912,6318,'_variation_description','36 x 54'),(18913,6318,'_stock_status','instock'),(18914,6320,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18915,6320,'_stock_status','instock'),(18916,6320,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18917,6320,'attribute_pa_photo-prints','d'),(18918,6320,'_download_limit',''),(18919,6320,'_price','500'),(18920,6320,'_download_expiry',''),(18921,6320,'_downloadable_files',''),(18922,6320,'_variation_description','30 x 45'),(18923,6320,'_width',''),(18924,6320,'_height',''),(18925,6320,'_manage_stock','no'),(18926,6320,'_regular_price','500'),(18927,6320,'_sale_price',''),(18928,6320,'_sale_price_dates_from',''),(18929,6320,'_sale_price_dates_to',''),(18930,6320,'_length',''),(18931,6320,'_weight',''),(18932,6320,'_thumbnail_id','0'),(18933,6320,'_virtual','no'),(18934,6320,'_downloadable','no'),(18935,6321,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18936,6321,'_price','400'),(18937,6321,'_download_limit',''),(18938,6321,'_height',''),(18939,6321,'_manage_stock','no'),(18940,6321,'_regular_price','400'),(18941,6321,'_width',''),(18942,6321,'_weight',''),(18943,6321,'_length',''),(18944,6321,'_sale_price',''),(18945,6321,'_sale_price_dates_from',''),(18946,6321,'_sale_price_dates_to',''),(18947,6321,'_thumbnail_id','0'),(18948,6321,'_virtual','no'),(18949,6321,'_downloadable','no'),(18950,6321,'attribute_pa_photo-prints','c'),(18951,6321,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18952,6321,'_stock_status','instock'),(18953,6321,'_download_expiry',''),(18954,6321,'_downloadable_files',''),(18955,6321,'_variation_description','24 x 36'),(18956,6322,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18957,6322,'_thumbnail_id','0'),(18958,6322,'_virtual','no'),(18959,6322,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18960,6322,'_weight',''),(18961,6322,'_length',''),(18962,6322,'_stock_status','instock'),(18963,6322,'_downloadable','no'),(18964,6322,'_width',''),(18965,6322,'_height',''),(18966,6322,'_manage_stock','no'),(18967,6322,'_regular_price','300'),(18968,6322,'_sale_price',''),(18969,6322,'_sale_price_dates_from',''),(18970,6322,'_sale_price_dates_to',''),(18971,6322,'_price','300'),(18972,6322,'_download_limit',''),(18973,6322,'_download_expiry',''),(18974,6322,'_downloadable_files',''),(18975,6322,'_variation_description','20 x 30'),(18976,6322,'attribute_pa_photo-prints','b'),(18977,6323,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18978,6323,'_stock_status','instock'),(18979,6323,'_variation_description','12 x 18'),(18980,6323,'_downloadable_files',''),(18981,6323,'_download_expiry',''),(18982,6323,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18983,6323,'attribute_pa_photo-prints','a'),(18984,6323,'_manage_stock','no'),(18985,6323,'_regular_price','175'),(18986,6323,'_sale_price',''),(18987,6323,'_sale_price_dates_from',''),(18988,6323,'_sale_price_dates_to',''),(18989,6323,'_price','175'),(18990,6323,'_download_limit',''),(18991,6323,'_height',''),(18992,6323,'_width',''),(18993,6323,'_thumbnail_id','0'),(18994,6323,'_virtual','no'),(18995,6323,'_downloadable','no'),(18996,6323,'_weight',''),(18997,6323,'_length',''),(18998,6324,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(18999,6324,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19000,6324,'attribute_pa_photo-prints','e'),(19001,6324,'_thumbnail_id','0'),(19002,6324,'_virtual','no'),(19003,6324,'_downloadable','no'),(19004,6324,'_weight',''),(19005,6324,'_length',''),(19006,6324,'_width',''),(19007,6324,'_height',''),(19008,6324,'_manage_stock','no'),(19009,6324,'_regular_price','900'),(19010,6324,'_sale_price',''),(19011,6324,'_sale_price_dates_from',''),(19012,6324,'_sale_price_dates_to',''),(19013,6324,'_price','900'),(19014,6324,'_download_limit',''),(19015,6324,'_download_expiry',''),(19016,6324,'_downloadable_files',''),(19017,6324,'_variation_description','36 x 54'),(19018,6324,'_stock_status','instock'),(19019,6328,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19020,6328,'_stock_status','instock'),(19021,6328,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19022,6328,'attribute_pa_photo-prints','d'),(19023,6328,'_download_limit',''),(19024,6328,'_price','500'),(19025,6328,'_download_expiry',''),(19026,6328,'_downloadable_files',''),(19027,6328,'_variation_description','30 x 45'),(19028,6328,'_width',''),(19029,6328,'_height',''),(19030,6328,'_manage_stock','no'),(19031,6328,'_regular_price','500'),(19032,6328,'_sale_price',''),(19033,6328,'_sale_price_dates_from',''),(19034,6328,'_sale_price_dates_to',''),(19035,6328,'_length',''),(19036,6328,'_weight',''),(19037,6328,'_thumbnail_id','0'),(19038,6328,'_virtual','no'),(19039,6328,'_downloadable','no'),(19040,6329,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19041,6329,'_price','400'),(19042,6329,'_download_limit',''),(19043,6329,'_height',''),(19044,6329,'_manage_stock','no'),(19045,6329,'_regular_price','400'),(19046,6329,'_width',''),(19047,6329,'_weight',''),(19048,6329,'_length',''),(19049,6329,'_sale_price',''),(19050,6329,'_sale_price_dates_from',''),(19051,6329,'_sale_price_dates_to',''),(19052,6329,'_thumbnail_id','0'),(19053,6329,'_virtual','no'),(19054,6329,'_downloadable','no'),(19055,6329,'attribute_pa_photo-prints','c'),(19056,6329,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19057,6329,'_stock_status','instock'),(19058,6329,'_download_expiry',''),(19059,6329,'_downloadable_files',''),(19060,6329,'_variation_description','24 x 36'),(19061,6330,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19062,6330,'_thumbnail_id','0'),(19063,6330,'_virtual','no'),(19064,6330,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19065,6330,'_weight',''),(19066,6330,'_length',''),(19067,6330,'_stock_status','instock'),(19068,6330,'_downloadable','no'),(19069,6330,'_width',''),(19070,6330,'_height',''),(19071,6330,'_manage_stock','no'),(19072,6330,'_regular_price','300'),(19073,6330,'_sale_price',''),(19074,6330,'_sale_price_dates_from',''),(19075,6330,'_sale_price_dates_to',''),(19076,6330,'_price','300'),(19077,6330,'_download_limit',''),(19078,6330,'_download_expiry',''),(19079,6330,'_downloadable_files',''),(19080,6330,'_variation_description','20 x 30'),(19081,6330,'attribute_pa_photo-prints','b'),(19082,6331,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19083,6331,'_stock_status','instock'),(19084,6331,'_variation_description','12 x 18'),(19085,6331,'_downloadable_files',''),(19086,6331,'_download_expiry',''),(19087,6331,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19088,6331,'attribute_pa_photo-prints','a'),(19089,6331,'_manage_stock','no'),(19090,6331,'_regular_price','175'),(19091,6331,'_sale_price',''),(19092,6331,'_sale_price_dates_from',''),(19093,6331,'_sale_price_dates_to',''),(19094,6331,'_price','175'),(19095,6331,'_download_limit',''),(19096,6331,'_height',''),(19097,6331,'_width',''),(19098,6331,'_thumbnail_id','0'),(19099,6331,'_virtual','no'),(19100,6331,'_downloadable','no'),(19101,6331,'_weight',''),(19102,6331,'_length',''),(19103,6332,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19104,6332,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19105,6332,'attribute_pa_photo-prints','e'),(19106,6332,'_thumbnail_id','0'),(19107,6332,'_virtual','no'),(19108,6332,'_downloadable','no'),(19109,6332,'_weight',''),(19110,6332,'_length',''),(19111,6332,'_width',''),(19112,6332,'_height',''),(19113,6332,'_manage_stock','no'),(19114,6332,'_regular_price','900'),(19115,6332,'_sale_price',''),(19116,6332,'_sale_price_dates_from',''),(19117,6332,'_sale_price_dates_to',''),(19118,6332,'_price','900'),(19119,6332,'_download_limit',''),(19120,6332,'_download_expiry',''),(19121,6332,'_downloadable_files',''),(19122,6332,'_variation_description','36 x 54'),(19123,6332,'_stock_status','instock'),(19128,5162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19129,5162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19130,5162,'slide_template','default'),(19131,5162,'_portfolio_settings','a:14:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:17:\"show-social-share\";s:4:\"true\";s:20:\"socialshare-facebook\";s:4:\"true\";s:21:\"socialshare-delicious\";s:4:\"true\";s:16:\"socialshare-digg\";s:4:\"true\";s:23:\"socialshare-stumbleupon\";s:4:\"true\";s:19:\"socialshare-twitter\";s:4:\"true\";s:22:\"socialshare-googleplus\";s:4:\"true\";s:20:\"socialshare-linkedin\";s:4:\"true\";s:21:\"socialshare-pinterest\";s:4:\"true\";s:5:\"items\";a:1:{i:0;s:66:\"http://deanostudios.com/wp-content/uploads/2017/02/IMG_5686d-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:74:\"http://deanostudios.com/wp-content/uploads/2017/02/IMG_5686d-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:11:\"img_5686d-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6586\";}}'),(19132,5162,'_edit_last','1'),(19133,5167,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19134,5167,'slide_template','default'),(19135,5167,'_portfolio_settings','a:14:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:17:\"show-social-share\";s:4:\"true\";s:20:\"socialshare-facebook\";s:4:\"true\";s:21:\"socialshare-delicious\";s:4:\"true\";s:16:\"socialshare-digg\";s:4:\"true\";s:23:\"socialshare-stumbleupon\";s:4:\"true\";s:19:\"socialshare-twitter\";s:4:\"true\";s:22:\"socialshare-googleplus\";s:4:\"true\";s:20:\"socialshare-linkedin\";s:4:\"true\";s:21:\"socialshare-pinterest\";s:4:\"true\";s:5:\"items\";a:1:{i:0;s:80:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/CAMPANELLA-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:88:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/CAMPANELLA-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:12:\"campanella-1\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5156\";}}'),(19136,5167,'_edit_last','1'),(19137,5167,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19138,5190,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19139,5190,'slide_template','default'),(19140,5190,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:89:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/CRYSTALS-DOLPHIN-BABY.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:97:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/CRYSTALS-DOLPHIN-BABY-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:21:\"crystals-dolphin-baby\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5157\";}}'),(19141,5190,'_edit_last','1'),(19142,5190,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19143,5191,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19144,5191,'slide_template',''),(19145,5191,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:76:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/GUNTER-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:84:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/GUNTER-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"gunter-1\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5158\";}}'),(19146,5191,'_edit_last','1'),(19147,5191,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19148,5192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19149,5192,'slide_template',''),(19150,5192,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:77:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_0898b.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:85:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_0898b-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:9:\"img_0898b\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5159\";}}'),(19151,5192,'_edit_last','1'),(19152,5192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19153,5193,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19154,5193,'slide_template','default'),(19155,5193,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:76:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_1633.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:84:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_1633-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"img_1633\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5160\";}}'),(19156,5193,'_edit_last','1'),(19157,5193,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19158,5194,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19159,5194,'slide_template','default'),(19160,5194,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:76:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_1720.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:84:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_1720-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"img_1720\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5161\";}}'),(19161,5194,'_edit_last','1'),(19162,5194,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19163,5195,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19164,5195,'slide_template','default'),(19165,5195,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:76:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_2274.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:84:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_2274-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"img_2274\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5163\";}}'),(19166,5195,'_edit_last','1'),(19167,5195,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19168,5196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19169,5196,'slide_template','default'),(19170,5196,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:76:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_2769.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:84:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_2769-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"img_2769\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5164\";}}'),(19171,5196,'_edit_last','1'),(19172,5196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19173,5197,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19174,5197,'_edit_last','1'),(19175,5197,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:76:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_3097.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:84:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_3097-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"img_3097\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5165\";}}'),(19176,5197,'slide_template','default'),(19177,5197,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19178,5198,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19179,5198,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19180,5198,'slide_template','default'),(19181,5198,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:76:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_3828.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:84:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_3828-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"img_3828\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5166\";}}'),(19182,5198,'_edit_last','1'),(19183,5199,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19184,5199,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19185,5199,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:76:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_4040.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:84:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_4040-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"img_4040\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5168\";}}'),(19186,5199,'slide_template','default'),(19187,5199,'_edit_last','1'),(19188,5200,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19189,5200,'slide_template','default'),(19190,5200,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:77:\"http://deanostudios.com/wp-content/uploads/2017/02/DEANO-COOK-MAHI-MAHI-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:85:\"http://deanostudios.com/wp-content/uploads/2017/02/DEANO-COOK-MAHI-MAHI-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:22:\"deano-cook-mahi-mahi-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6590\";}}'),(19191,5200,'_edit_last','1'),(19192,5200,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19193,5201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19194,5201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19195,5201,'_edit_last','1'),(19196,5201,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:76:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2016/03/CAY_6646.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:84:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2016/03/CAY_6646-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"cay_6646\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5179\";}}'),(19197,5201,'slide_template','default'),(19198,5203,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19199,5203,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19200,5203,'_edit_last','1'),(19201,5203,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:89:\"http://deanostudios.com/wp-content/uploads/2017/02/White-Shark-Guadalupe-2-9-09_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:97:\"http://deanostudios.com/wp-content/uploads/2017/02/White-Shark-Guadalupe-2-9-09_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:32:\"white-shark-guadalupe-2-9-09_2x3\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6591\";}}'),(19202,5203,'slide_template','default'),(19203,5205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19204,5205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19205,5205,'_edit_last','1'),(19206,5205,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:76:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/DSC_1678.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:84:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/DSC_1678-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"dsc_1678\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5182\";}}'),(19207,5205,'slide_template','default'),(19208,5208,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19209,5208,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19210,5208,'_edit_last','1'),(19211,5208,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:80:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/GW10205final.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:88:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/GW10205final-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:13:\"_gw10205final\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5206\";}}'),(19212,5208,'slide_template','default'),(19213,5210,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19214,5210,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19215,5210,'_edit_last','1'),(19216,5210,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:77:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/CAY_6292b.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:85:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/CAY_6292b-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:9:\"cay_6292b\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5207\";}}'),(19217,5210,'slide_template','default'),(19218,5211,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19219,5211,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19220,5211,'_edit_last','1'),(19221,5211,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:77:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/CAY_6442b.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:85:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/CAY_6442b-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:9:\"cay_6442b\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5209\";}}'),(19222,5211,'slide_template','default'),(19223,5212,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19224,5212,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19225,5212,'_edit_last','1'),(19226,5212,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:91:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_4959-e1484804843888.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:84:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_4959-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"img_4959\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5172\";}}'),(19227,5212,'slide_template','default'),(19228,5214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19229,5214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19230,5214,'_edit_last','1'),(19231,5214,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:91:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_5412-e1484804877728.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:84:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_5412-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"img_5412\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5173\";}}'),(19232,5214,'slide_template','default'),(19233,5215,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19234,5215,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19235,5215,'_edit_last','1'),(19236,5215,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:91:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_6851-e1484804908872.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:84:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_6851-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"img_6851\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5174\";}}'),(19237,5215,'slide_template','default'),(19238,5216,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19239,5216,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19240,5216,'_edit_last','1'),(19241,5216,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:86:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/LUTHER-COX-DIVER-2.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:94:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/LUTHER-COX-DIVER-2-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:18:\"luther-cox-diver-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5175\";}}'),(19242,5216,'slide_template','default'),(19243,5217,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19244,5217,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19245,5217,'_edit_last','1'),(19246,5217,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:91:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/CAY_6636-e1484806787302.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:84:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/CAY_6636-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"cay_6636\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5213\";}}'),(19247,5217,'slide_template','default'),(19248,5616,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19249,5616,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:81:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/CLOSER-LOOKtn.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:89:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/CLOSER-LOOKtn-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:13:\"closer-looktn\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5657\";}}'),(19250,5616,'slide_template','default'),(19251,5616,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19252,5616,'_edit_last','1'),(19253,5634,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19254,5634,'slide_template','default'),(19255,5634,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:87:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/Dolphin-FINAL-sm-sq.png\";}s:15:\"items_thumbnail\";a:1:{i:0;s:95:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/Dolphin-FINAL-sm-sq-150x150.png\";}s:10:\"items_name\";a:1:{i:0;s:19:\"dolphin-final-sm-sq\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5770\";}}'),(19256,5634,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19257,5634,'_edit_last','1'),(19263,5636,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19264,5636,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19265,5636,'_edit_last','1'),(19266,5636,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:89:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/Hawksbill-SeaTurtle-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:97:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/Hawksbill-SeaTurtle-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:21:\"hawksbill-seaturtle-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5627\";}}'),(19267,5636,'slide_template','default'),(19268,5637,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19269,5637,'slide_template','default'),(19270,5637,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19271,5637,'_edit_last','1'),(19272,5637,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:2:{i:0;s:103:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn.jpg\";i:1;s:102:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/LOGGERHEAD-SEATURTLE-FINAL-PHOTO-1.jpg\";}s:15:\"items_thumbnail\";a:2:{i:0;s:111:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn-150x150.jpg\";i:1;s:110:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/LOGGERHEAD-SEATURTLE-FINAL-PHOTO-1-150x150.jpg\";}s:10:\"items_name\";a:2:{i:0;s:35:\"loggerhead-seaturtle-final-photo-tn\";i:1;s:34:\"loggerhead-seaturtle-final-photo-2\";}s:8:\"items_id\";a:2:{i:0;s:4:\"5638\";i:1;s:4:\"5628\";}}'),(19278,5651,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19279,5651,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19280,5651,'_edit_last','1'),(19281,5651,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:83:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/SHARK-STUDY-1-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:91:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/SHARK-STUDY-1-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:15:\"shark-study-1-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5630\";}}'),(19282,5651,'slide_template','default'),(19283,5652,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19284,5652,'slide_template','default'),(19285,5652,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19286,5652,'_edit_last','1'),(19287,5652,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:81:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/SHARK-STUDY-2.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:89:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/SHARK-STUDY-2-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:13:\"shark-study-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5631\";}}'),(19288,5653,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19289,5653,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19290,5653,'_edit_last','1'),(19291,5653,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:85:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/TigersharkBeach-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:93:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/TigersharkBeach-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:17:\"tigersharkbeach-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5632\";}}'),(19292,5653,'slide_template','default'),(19293,5654,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19294,5654,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19295,5654,'_edit_last','1'),(19296,5654,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:83:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/TORTUGA-DEL-MAR.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:91:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/TORTUGA-DEL-MAR-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:15:\"tortuga-del-mar\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5633\";}}'),(19297,5654,'slide_template','default'),(19298,6335,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19299,6335,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19300,6335,'_edit_last','1'),(19301,6335,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:64:\"http://deanostudios.com/wp-content/uploads/2017/02/MG_3284-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:72:\"http://deanostudios.com/wp-content/uploads/2017/02/MG_3284-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:7:\"mg_3284\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6974\";}}'),(19302,6335,'slide_template','default'),(19303,6333,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19304,6333,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19305,6333,'_edit_last','1'),(19306,6333,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:85:\"http://deanostudios.com/wp-content/uploads/2017/02/120820-113903-0163final-copy-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:93:\"http://deanostudios.com/wp-content/uploads/2017/02/120820-113903-0163final-copy-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:28:\"120820-113903-0163final-copy\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6975\";}}'),(19307,6333,'slide_template','default'),(19308,6336,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19309,6336,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19310,6336,'_edit_last','1'),(19311,6336,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:77:\"http://deanostudios.com/wp-content/uploads/2017/02/Bimini-Blue-7-13_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:85:\"http://deanostudios.com/wp-content/uploads/2017/02/Bimini-Blue-7-13_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:22:\"bimini-blue-7-13_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6976\";}}'),(19312,6336,'slide_template','default'),(19313,6340,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19314,6340,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19315,6340,'_edit_last','1'),(19316,6340,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:84:\"http://deanostudios.com/wp-content/uploads/2017/02/Bottlenose-Dolphin-8-12_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:92:\"http://deanostudios.com/wp-content/uploads/2017/02/Bottlenose-Dolphin-8-12_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:29:\"bottlenose-dolphin-8-12_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6977\";}}'),(19317,6340,'slide_template','default'),(19318,6346,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19319,6346,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19320,6346,'_edit_last','1'),(19321,6346,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:65:\"http://deanostudios.com/wp-content/uploads/2017/02/CAY_7791-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:73:\"http://deanostudios.com/wp-content/uploads/2017/02/CAY_7791-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"cay_7791\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6978\";}}'),(19322,6346,'slide_template','default'),(19323,6352,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19324,6352,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19325,6352,'_edit_last','1'),(19326,6352,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:66:\"http://deanostudios.com/wp-content/uploads/2017/02/DSC_1564b-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:74:\"http://deanostudios.com/wp-content/uploads/2017/02/DSC_1564b-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:9:\"dsc_1564b\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6979\";}}'),(19327,6352,'slide_template','default'),(19328,6361,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19329,6361,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19330,6361,'_edit_last','1'),(19331,6361,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:74:\"http://deanostudios.com/wp-content/uploads/2017/02/DSC_1573no-divers-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:82:\"http://deanostudios.com/wp-content/uploads/2017/02/DSC_1573no-divers-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:17:\"dsc_1573no-divers\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6980\";}}'),(19332,6361,'slide_template','default'),(19333,6363,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19334,6363,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19335,6363,'_edit_last','1'),(19336,6363,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:65:\"http://deanostudios.com/wp-content/uploads/2017/02/DSC_7280-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:73:\"http://deanostudios.com/wp-content/uploads/2017/02/DSC_7280-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:10:\"dsc_7280-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6983\";}}'),(19337,6363,'slide_template','default'),(19338,6364,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19339,6364,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19340,6364,'_edit_last','1'),(19341,6364,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:78:\"http://deanostudios.com/wp-content/uploads/2017/02/Gazing-Reef-10-12_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:86:\"http://deanostudios.com/wp-content/uploads/2017/02/Gazing-Reef-10-12_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:23:\"gazing-reef-10-12_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6981\";}}'),(19342,6364,'slide_template','default'),(19343,6365,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19344,6365,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19345,6365,'_edit_last','1'),(19346,6365,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:81:\"http://deanostudios.com/wp-content/uploads/2017/02/GreenSea-Turtle-6-13_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:89:\"http://deanostudios.com/wp-content/uploads/2017/02/GreenSea-Turtle-6-13_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:26:\"greensea-turtle-6-13_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6982\";}}'),(19347,6365,'slide_template','default'),(19348,6367,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19349,6367,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19350,6367,'_edit_last','1'),(19351,6367,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:82:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-6-13_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:90:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-6-13_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:27:\"hawksbill-turtle-6-13_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6985\";}}'),(19352,6367,'slide_template','default'),(19353,6368,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19354,6368,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19355,6368,'_edit_last','1'),(19356,6368,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:84:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-2-6-13_4x5-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:92:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-2-6-13_4x5-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:27:\"hawksbill-turtle-2-6-13_4x5\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6984\";}}'),(19357,6368,'slide_template','default'),(19358,6369,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19359,6369,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19360,6369,'_edit_last','1'),(19361,6369,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:97:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-eating-Sponge-06-07_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:105:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-eating-Sponge-06-07_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:42:\"hawksbill-turtle-eating-sponge-06-07_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6986\";}}'),(19362,6369,'slide_template','default'),(19363,6370,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19364,6370,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19365,6370,'_edit_last','1'),(19366,6370,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:82:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-Flight-2-9.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:90:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-Flight-2-9-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:27:\"hawksbill-turtle-flight-2-9\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6993\";}}'),(19367,6370,'slide_template','default'),(19368,6371,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19369,6371,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19370,6371,'_edit_last','1'),(19371,6371,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:91:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-Flight-3-6-13_2x3-2.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:99:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-Flight-3-6-13_2x3-2-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:36:\"hawksbill-turtle-flight-3-6-13_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6988\";}}'),(19372,6371,'slide_template','default'),(19373,6372,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19374,6372,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19375,6372,'_edit_last','1'),(19376,6372,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:93:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-in-Coral-2-6-12_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:101:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-in-Coral-2-6-12_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:38:\"hawksbill-turtle-in-coral-2-6-12_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6989\";}}'),(19377,6372,'slide_template','default'),(19378,6373,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19379,6373,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19380,6373,'_edit_last','1'),(19381,6373,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:83:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-in-Coral-16.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:91:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-in-Coral-16-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:28:\"hawksbill-turtle-in-coral-16\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6994\";}}'),(19382,6373,'slide_template','default'),(19383,6375,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19384,6375,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19385,6375,'_edit_last','1'),(19386,6375,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:92:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-in-flight-6-13_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:100:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-in-flight-6-13_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:37:\"hawksbill-turtle-in-flight-6-13_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6990\";}}'),(19387,6375,'slide_template','default'),(19388,6380,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19389,6380,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19390,6380,'_edit_last','1'),(19391,6380,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:90:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-Sitting-6-13_4x5-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:98:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-Sitting-6-13_4x5-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:35:\"hawksbill-turtle-sitting-6-13_4x5-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6991\";}}'),(19392,6380,'slide_template','default'),(19393,6387,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19394,6387,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19395,6387,'_edit_last','1'),(19396,6387,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:97:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:105:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:42:\"hawksbill-turtle-with-sponge-1-06-07_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6995\";}}'),(19397,6387,'slide_template','default'),(19398,6394,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19399,6394,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19400,6394,'_edit_last','1'),(19401,6394,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:97:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:105:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:42:\"hawksbill-turtle-with-sponge-2-06-07_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6999\";}}'),(19402,6394,'slide_template','default'),(19403,6404,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19404,6404,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19405,6404,'_edit_last','1'),(19406,6404,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:97:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:105:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:42:\"hawksbill-turtle-with-sponge-3-06-07_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7000\";}}'),(19407,6404,'slide_template','default'),(19408,6420,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19409,6420,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19410,6420,'_edit_last','1'),(19411,6420,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:83:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbills-Turtle-6-13_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:91:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbills-Turtle-6-13_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:28:\"hawksbills-turtle-6-13_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7001\";}}'),(19412,6420,'slide_template','default'),(19413,6421,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19414,6421,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19415,6421,'_edit_last','1'),(19416,6421,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:93:\"http://deanostudios.com/wp-content/uploads/2017/02/Lemon-and-Reef-@-Charcarious-Cut_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:101:\"http://deanostudios.com/wp-content/uploads/2017/02/Lemon-and-Reef-@-Charcarious-Cut_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:36:\"lemon-and-reef-charcarious-cut_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7002\";}}'),(19417,6421,'slide_template','default'),(19418,6422,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19419,6422,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19420,6422,'_edit_last','1'),(19421,6422,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:76:\"http://deanostudios.com/wp-content/uploads/2017/02/Lemon-Bite-8-12_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:84:\"http://deanostudios.com/wp-content/uploads/2017/02/Lemon-Bite-8-12_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:21:\"lemon-bite-8-12_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7003\";}}'),(19422,6422,'slide_template','default'),(19423,6423,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19424,6423,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19425,6423,'_edit_last','1'),(19426,6423,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:92:\"http://deanostudios.com/wp-content/uploads/2017/02/Lemon-Shark-Chrome-Surface-8-07_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:100:\"http://deanostudios.com/wp-content/uploads/2017/02/Lemon-Shark-Chrome-Surface-8-07_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:37:\"lemon-shark-chrome-surface-8-07_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7004\";}}'),(19427,6423,'slide_template','default'),(19428,6424,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19429,6424,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19430,6424,'_edit_last','1'),(19431,6424,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:93:\"http://deanostudios.com/wp-content/uploads/2017/02/LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:101:\"http://deanostudios.com/wp-content/uploads/2017/02/LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:38:\"lemon-shark-cleaned-by-ramoras-2_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7005\";}}'),(19432,6424,'slide_template','default'),(19433,6425,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19434,6425,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19435,6425,'_edit_last','1'),(19436,6425,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:91:\"http://deanostudios.com/wp-content/uploads/2017/02/Lemon-Shark-over-the-Reef-8-12_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:99:\"http://deanostudios.com/wp-content/uploads/2017/02/Lemon-Shark-over-the-Reef-8-12_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:36:\"lemon-shark-over-the-reef-8-12_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7006\";}}'),(19437,6425,'slide_template','default'),(19438,6426,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19439,6426,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19440,6426,'_edit_last','1'),(19441,6426,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:89:\"http://deanostudios.com/wp-content/uploads/2017/02/Lemon-Shark-Quicksilver-8-12_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:97:\"http://deanostudios.com/wp-content/uploads/2017/02/Lemon-Shark-Quicksilver-8-12_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:34:\"lemon-shark-quicksilver-8-12_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7007\";}}'),(19442,6426,'slide_template','default'),(19443,6427,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19444,6427,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19445,6427,'_edit_last','1'),(19446,6427,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:85:\"http://deanostudios.com/wp-content/uploads/2017/02/LEMON-SHARK-SUNSET-final_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:93:\"http://deanostudios.com/wp-content/uploads/2017/02/LEMON-SHARK-SUNSET-final_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:30:\"lemon-shark-sunset-final_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7008\";}}'),(19447,6427,'slide_template','default'),(19448,6428,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19449,6428,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19450,6428,'_edit_last','1'),(19451,6428,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:92:\"http://deanostudios.com/wp-content/uploads/2017/02/LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:100:\"http://deanostudios.com/wp-content/uploads/2017/02/LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:35:\"lemon-snap-1-deano-cookfinalb_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7009\";}}'),(19452,6428,'slide_template','default'),(19453,6429,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19454,6429,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19455,6429,'_edit_last','1'),(19456,6429,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:81:\"http://deanostudios.com/wp-content/uploads/2017/02/MANATEE-MOTHER-CHILD_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:89:\"http://deanostudios.com/wp-content/uploads/2017/02/MANATEE-MOTHER-CHILD_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:26:\"manatee-mother-child_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7010\";}}'),(19457,6429,'slide_template','default'),(19458,6430,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19459,6430,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19460,6430,'_edit_last','1'),(19461,6430,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:97:\"http://deanostudios.com/wp-content/uploads/2017/02/REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:105:\"http://deanostudios.com/wp-content/uploads/2017/02/REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:40:\"reef-shark-charcarious-cut-2007web_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7011\";}}'),(19462,6430,'slide_template','default'),(19463,6431,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19464,6431,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19465,6431,'_edit_last','1'),(19466,6431,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:87:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-90-Degrees-8-07_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:95:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-90-Degrees-8-07_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:32:\"reef-shark-90-degrees-8-07_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7012\";}}'),(19467,6431,'slide_template','default'),(19468,6432,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19469,6432,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19470,6432,'_edit_last','1'),(19471,6432,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:92:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-and-Brain-Coral-8-07_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:100:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-and-Brain-Coral-8-07_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:37:\"reef-shark-and-brain-coral-8-07_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7013\";}}'),(19472,6432,'slide_template','default'),(19473,6433,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19474,6433,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19475,6433,'_edit_last','1'),(19476,6433,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:86:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-over-Reef-8-07_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:94:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-over-Reef-8-07_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:31:\"reef-shark-over-reef-8-07_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7014\";}}'),(19477,6433,'slide_template','default'),(19478,6434,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19479,6434,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19480,6434,'_edit_last','1'),(19481,6434,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:82:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-over-Reefs_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:90:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-over-Reefs_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:27:\"reef-shark-over-reefs_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7015\";}}'),(19482,6434,'slide_template','default'),(19483,6435,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19484,6435,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19485,6435,'_edit_last','1'),(19486,6435,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:81:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-Scar-8-07_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:89:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-Scar-8-07_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:26:\"reef-shark-scar-8-07_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7016\";}}'),(19487,6435,'slide_template','default'),(19488,6436,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19489,6436,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19490,6436,'_edit_last','1'),(19491,6436,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:89:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-Surface-Cut-10-12_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:97:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-Surface-Cut-10-12_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:34:\"reef-shark-surface-cut-10-12_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7017\";}}'),(19492,6436,'slide_template','default'),(19493,6437,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19494,6437,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19495,6437,'_edit_last','1'),(19496,6437,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:86:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-Wave-Cove-2012_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:94:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-Wave-Cove-2012_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:31:\"reef-shark-wave-cove-2012_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7018\";}}'),(19497,6437,'slide_template','default'),(19498,6438,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19499,6438,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19500,6438,'_edit_last','1'),(19501,6438,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:88:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Squids-_-Caymen-1-6-12_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:96:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Squids-_-Caymen-1-6-12_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:33:\"reef-squids-_-caymen-1-6-12_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7019\";}}'),(19502,6438,'slide_template','default'),(19503,6439,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19504,6439,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19505,6439,'_edit_last','1'),(19506,6439,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:88:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Squids-_-Caymen-2-6-17_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:96:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Squids-_-Caymen-2-6-17_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:33:\"reef-squids-_-caymen-2-6-17_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7020\";}}'),(19507,6439,'slide_template','default'),(19508,6440,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19509,6440,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19510,6440,'_edit_last','1'),(19511,6440,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:88:\"http://deanostudios.com/wp-content/uploads/2017/02/Reflecting-Reef-Shark-11-11_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:96:\"http://deanostudios.com/wp-content/uploads/2017/02/Reflecting-Reef-Shark-11-11_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:33:\"reflecting-reef-shark-11-11_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7021\";}}'),(19512,6440,'slide_template','default'),(19513,6441,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19514,6441,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19515,6441,'_edit_last','1'),(19516,6441,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:92:\"http://deanostudios.com/wp-content/uploads/2017/02/Spotted-Bottlenose-Dolphin-8-12_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:100:\"http://deanostudios.com/wp-content/uploads/2017/02/Spotted-Bottlenose-Dolphin-8-12_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:37:\"spotted-bottlenose-dolphin-8-12_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7022\";}}'),(19517,6441,'slide_template','default'),(19518,6442,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19519,6442,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19520,6442,'_edit_last','1'),(19521,6442,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:75:\"http://deanostudios.com/wp-content/uploads/2017/02/Swim-Fast-8-07_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:83:\"http://deanostudios.com/wp-content/uploads/2017/02/Swim-Fast-8-07_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:20:\"swim-fast-8-07_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7023\";}}'),(19522,6442,'slide_template','default'),(19523,6443,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19524,6443,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19525,6443,'_edit_last','1'),(19526,6443,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:77:\"http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Beach-8-07_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:85:\"http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Beach-8-07_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:22:\"tiger-beach-8-07_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7024\";}}'),(19527,6443,'slide_template','default'),(19528,6444,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19529,6444,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19530,6444,'_edit_last','1'),(19531,6444,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:86:\"http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-_-Emma-1-8-12_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:94:\"http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-_-Emma-1-8-12_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:31:\"tiger-shark-_-emma-1-8-12_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7025\";}}'),(19532,6444,'slide_template','default'),(19533,6445,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19534,6445,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19535,6445,'_edit_last','1'),(19536,6445,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:86:\"http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-_-Emma-2-8-13_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:94:\"http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-_-Emma-2-8-13_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:31:\"tiger-shark-_-emma-2-8-13_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7026\";}}'),(19537,6445,'slide_template','default'),(19538,6446,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19539,6446,'_edit_last','1'),(19540,6446,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19541,6446,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:82:\"http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-and-Cobia_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:90:\"http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-and-Cobia_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:27:\"tiger-shark-and-cobia_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7027\";}}'),(19542,6446,'slide_template','default'),(19543,6449,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19544,6449,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19545,6449,'_edit_last','1'),(19546,6449,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:84:\"http://deanostudios.com/wp-content/uploads/2017/02/TIGER-SHARK-IN-SUNLIGHT_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:92:\"http://deanostudios.com/wp-content/uploads/2017/02/TIGER-SHARK-IN-SUNLIGHT_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:29:\"tiger-shark-in-sunlight_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7028\";}}'),(19547,6449,'slide_template','default'),(19548,6450,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19549,6450,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19550,6450,'_edit_last','1'),(19551,6450,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:99:\"http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-2.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:107:\"http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-2-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:44:\"tiger-shark-lurking-_-tiger-beach-8-07_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7029\";}}'),(19552,6450,'slide_template','default'),(19553,6452,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19554,6452,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19555,6452,'_edit_last','1'),(19556,6452,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:86:\"http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-Serenity-8-07_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:94:\"http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-Serenity-8-07_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:31:\"tiger-shark-serenity-8-07_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7030\";}}'),(19557,6452,'slide_template','default'),(19558,6453,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19559,6453,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19560,6453,'_edit_last','1'),(19561,6453,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:85:\"http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-Stalker-8-07_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:93:\"http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-Stalker-8-07_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:30:\"tiger-shark-stalker-8-07_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7031\";}}'),(19562,6453,'slide_template','default'),(19563,6454,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19564,6454,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19565,6454,'_edit_last','1'),(19566,6454,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:79:\"http://deanostudios.com/wp-content/uploads/2017/02/TIGER-SHARK-1-2007_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:87:\"http://deanostudios.com/wp-content/uploads/2017/02/TIGER-SHARK-1-2007_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:24:\"tiger-shark-1-2007_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6973\";}}'),(19567,6454,'slide_template','default'),(19568,6455,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19569,6455,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19570,6455,'_edit_last','1'),(19571,6455,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:80:\"http://deanostudios.com/wp-content/uploads/2017/02/TIGER-SHARK-5-2007-_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:88:\"http://deanostudios.com/wp-content/uploads/2017/02/TIGER-SHARK-5-2007-_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:25:\"tiger-shark-5-2007-_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6972\";}}'),(19572,6455,'slide_template','default'),(19573,6456,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19574,6456,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19575,6456,'_edit_last','1'),(19576,6456,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:87:\"http://deanostudios.com/wp-content/uploads/2017/02/TIGER-SHARK-CLOSE-UP-2007-_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:95:\"http://deanostudios.com/wp-content/uploads/2017/02/TIGER-SHARK-CLOSE-UP-2007-_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:32:\"tiger-shark-close-up-2007-_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6971\";}}'),(19577,6456,'slide_template','default'),(19578,6457,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19579,6457,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19580,6457,'_edit_last','1'),(19581,6457,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:76:\"http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Tail-8-12_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:84:\"http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Tail-8-12_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:21:\"tiger-tail-8-12_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6970\";}}'),(19582,6457,'slide_template','default'),(19583,6458,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19584,6458,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19585,6458,'_edit_last','1'),(19586,6458,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:65:\"http://deanostudios.com/wp-content/uploads/2017/02/VI1_0829-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:73:\"http://deanostudios.com/wp-content/uploads/2017/02/VI1_0829-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"vi1_0829\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6968\";}}'),(19587,6458,'slide_template','default'),(19588,6459,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19589,6459,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19590,6459,'_edit_last','1'),(19591,6459,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:66:\"http://deanostudios.com/wp-content/uploads/2017/02/VI1_3650b-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:74:\"http://deanostudios.com/wp-content/uploads/2017/02/VI1_3650b-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:9:\"vi1_3650b\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6969\";}}'),(19592,6459,'slide_template','default'),(19593,6460,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19594,6460,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19595,6460,'_edit_last','1'),(19596,6460,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:66:\"http://deanostudios.com/wp-content/uploads/2017/02/VI1_3713A-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:74:\"http://deanostudios.com/wp-content/uploads/2017/02/VI1_3713A-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:9:\"vi1_3713a\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6967\";}}'),(19597,6460,'slide_template','default'),(19598,6461,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19599,6461,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19600,6461,'_edit_last','1'),(19601,6461,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:65:\"http://deanostudios.com/wp-content/uploads/2017/02/VI1_4347-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:73:\"http://deanostudios.com/wp-content/uploads/2017/02/VI1_4347-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"vi1_4347\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6966\";}}'),(19602,6461,'slide_template','default'),(19603,6462,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19604,6462,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19605,6462,'_edit_last','1'),(19606,6462,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:66:\"http://deanostudios.com/wp-content/uploads/2017/02/VI1_9567b-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:74:\"http://deanostudios.com/wp-content/uploads/2017/02/VI1_9567b-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:9:\"vi1_9567b\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6964\";}}'),(19607,6462,'slide_template','default'),(19608,6463,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19609,6463,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19610,6463,'_edit_last','1'),(19611,6463,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:89:\"http://deanostudios.com/wp-content/uploads/2017/02/White-Shark-Guadalupe-3-9-09_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:97:\"http://deanostudios.com/wp-content/uploads/2017/02/White-Shark-Guadalupe-3-9-09_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:34:\"white-shark-guadalupe-3-9-09_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6681\";}}'),(19612,6463,'slide_template','default'),(19613,6466,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19614,6466,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19615,6466,'_edit_last','1'),(19616,6466,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:67:\"http://deanostudios.com/wp-content/uploads/2017/02/CHASTAIN-2-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:75:\"http://deanostudios.com/wp-content/uploads/2017/02/CHASTAIN-2-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:10:\"chastain-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6587\";}}'),(19617,6466,'slide_template','default'),(19618,6470,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19619,6470,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19620,6470,'_edit_last','1'),(19621,6470,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:65:\"http://deanostudios.com/wp-content/uploads/2017/02/IMG_4102-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:73:\"http://deanostudios.com/wp-content/uploads/2017/02/IMG_4102-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"img_4102\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6589\";}}'),(19622,6470,'slide_template','default'),(19623,6471,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19624,6471,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19625,6471,'_edit_last','1'),(19626,6471,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:65:\"http://deanostudios.com/wp-content/uploads/2017/02/IMG_6655-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:73:\"http://deanostudios.com/wp-content/uploads/2017/02/IMG_6655-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"img_6655\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6672\";}}'),(19627,6471,'slide_template','default'),(19740,6472,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19741,6472,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19742,6472,'_edit_last','1'),(19743,6472,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:65:\"http://deanostudios.com/wp-content/uploads/2017/02/IMG_3696-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:73:\"http://deanostudios.com/wp-content/uploads/2017/02/IMG_3696-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"img_3696\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6673\";}}'),(19744,6472,'slide_template','default'),(19745,6473,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19746,6473,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19747,6473,'_edit_last','1'),(19748,6473,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:65:\"http://deanostudios.com/wp-content/uploads/2017/02/NB10011b-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:73:\"http://deanostudios.com/wp-content/uploads/2017/02/NB10011b-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"nb10011b\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6676\";}}'),(19749,6473,'slide_template','default'),(19750,6474,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19751,6474,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19752,6474,'_edit_last','1'),(19753,6474,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:109:\"http://deanostudios.com/wp-content/uploads/2017/02/amazing-detailed-turtle-tattoo-on-ribs-by-Deano-Cook-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:117:\"http://deanostudios.com/wp-content/uploads/2017/02/amazing-detailed-turtle-tattoo-on-ribs-by-Deano-Cook-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:52:\"amazing-detailed-turtle-tattoo-on-ribs-by-deano-cook\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6680\";}}'),(19754,6474,'slide_template','default'),(19755,6476,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19756,6476,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19757,6476,'_edit_last','1'),(19758,6476,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:73:\"http://deanostudios.com/wp-content/uploads/2017/02/OKEEFEb-DEANO-COOK.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:81:\"http://deanostudios.com/wp-content/uploads/2017/02/OKEEFEb-DEANO-COOK-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:18:\"okeefeb-deano-cook\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6582\";}}'),(19759,6476,'slide_template','default'),(19760,6478,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19761,6478,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19762,6478,'_edit_last','1'),(19763,6478,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:74:\"http://deanostudios.com/wp-content/uploads/2017/02/OSPREY-DEANO-COOK-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:82:\"http://deanostudios.com/wp-content/uploads/2017/02/OSPREY-DEANO-COOK-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:19:\"osprey-deano-cook-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6679\";}}'),(19764,6478,'slide_template','default'),(19765,6480,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19766,6480,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19767,6480,'_edit_last','1'),(19768,6480,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:70:\"http://deanostudios.com/wp-content/uploads/2017/02/STACY-ROSE-2b-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:78:\"http://deanostudios.com/wp-content/uploads/2017/02/STACY-ROSE-2b-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:13:\"stacy-rose-2b\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6675\";}}'),(19769,6480,'slide_template','default'),(19796,8,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19797,8,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19798,8,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19799,8,'_dt_enable_builder','0'),(19800,8,'_template_general_settings','a:5:{s:23:\"enable-general-settings\";s:4:\"true\";s:20:\"template-site-layout\";s:4:\"wide\";s:22:\"template-layout-bgtype\";s:7:\"bg-none\";s:31:\"template-layout-pattern-bgcolor\";s:1:\"#\";s:30:\"template-layout-custom-bgcolor\";s:1:\"#\";}'),(19801,8,'_template_color_settings','a:53:{s:18:\"color-body-bgcolor\";s:1:\"#\";s:23:\"color-content-textcolor\";s:1:\"#\";s:23:\"color-content-linkcolor\";s:1:\"#\";s:24:\"color-content-linkhcolor\";s:1:\"#\";s:20:\"color-topbar-bgcolor\";s:1:\"#\";s:22:\"color-topbar-textcolor\";s:1:\"#\";s:22:\"color-topbar-linkcolor\";s:1:\"#\";s:23:\"color-topbar-linkhcolor\";s:1:\"#\";s:24:\"color-topbar-bordercolor\";s:1:\"#\";s:24:\"color-breadcrumb-bgcolor\";s:1:\"#\";s:26:\"color-breadcrumb-textcolor\";s:1:\"#\";s:26:\"color-breadcrumb-linkcolor\";s:1:\"#\";s:27:\"color-breadcrumb-linkhcolor\";s:1:\"#\";s:28:\"color-breadcrumb-bordercolor\";s:1:\"#\";s:20:\"color-header-bgcolor\";s:1:\"#\";s:22:\"color-header-menucolor\";s:1:\"#\";s:27:\"color-header-menuhovercolor\";s:1:\"#\";s:28:\"color-header-menubordercolor\";s:1:\"#\";s:37:\"color-header-menusecondarybordercolor\";s:1:\"#\";s:22:\"color-megamenu-bgcolor\";s:1:\"#\";s:19:\"color-submenu-color\";s:1:\"#\";s:24:\"color-submenu-hovercolor\";s:1:\"#\";s:23:\"color-submenu-textcolor\";s:1:\"#\";s:25:\"color-submenu-bordercolor\";s:1:\"#\";s:34:\"color-submenu-secondarybordercolor\";s:1:\"#\";s:26:\"color-submenu-hoverbgcolor\";s:1:\"#\";s:29:\"color-submenu-leftbordercolor\";s:1:\"#\";s:34:\"color-megamenu-titleunderlinecolor\";s:1:\"#\";s:27:\"color-megamenu-titlebgcolor\";s:1:\"#\";s:25:\"color-megamenu-titlecolor\";s:1:\"#\";s:20:\"color-footer-bgcolor\";s:1:\"#\";s:22:\"color-footer-textcolor\";s:1:\"#\";s:22:\"color-footer-linkcolor\";s:1:\"#\";s:23:\"color-footer-linkhcolor\";s:1:\"#\";s:24:\"color-footer-iconbgcolor\";s:1:\"#\";s:22:\"color-footer-iconcolor\";s:1:\"#\";s:25:\"color-footer-headingcolor\";s:1:\"#\";s:23:\"color-copyright-bgcolor\";s:1:\"#\";s:25:\"color-copyright-textcolor\";s:1:\"#\";s:25:\"color-copyright-linkcolor\";s:1:\"#\";s:26:\"color-copyright-linkhcolor\";s:1:\"#\";s:22:\"color-theme-firstcolor\";s:1:\"#\";s:23:\"color-theme-secondcolor\";s:1:\"#\";s:22:\"color-theme-thirdcolor\";s:1:\"#\";s:23:\"color-theme-fourthcolor\";s:1:\"#\";s:22:\"color-theme-fifthcolor\";s:1:\"#\";s:22:\"color-theme-sixthcolor\";s:1:\"#\";s:21:\"color-heading-h1color\";s:1:\"#\";s:21:\"color-heading-h2color\";s:1:\"#\";s:21:\"color-heading-h3color\";s:1:\"#\";s:21:\"color-heading-h4color\";s:1:\"#\";s:21:\"color-heading-h5color\";s:1:\"#\";s:21:\"color-heading-h6color\";s:1:\"#\";}'),(19802,8,'_template_font_settings','a:0:{}'),(19803,8,'_template_topbar_settings','a:0:{}'),(19804,8,'_template_header_settings','a:4:{s:22:\"enable-header-settings\";s:4:\"true\";s:11:\"header-type\";s:7:\"header3\";s:16:\"enable-menuicons\";s:4:\"true\";s:23:\"enable-headeroverslider\";s:4:\"true\";}'),(19805,8,'_template_breadcrumb_settings','a:4:{s:20:\"breadcrumb-delimiter\";s:7:\"default\";s:15:\"breadcrumb-type\";s:5:\"type1\";s:28:\"breadcrumb-bg-image-position\";s:4:\"none\";s:26:\"breadcrumb-bg-image-repeat\";s:9:\"no-repeat\";}'),(19806,8,'_template_footer_settings','a:3:{s:11:\"footer-type\";s:5:\"type1\";s:24:\"footer-bg-image-position\";s:4:\"none\";s:22:\"footer-bg-image-repeat\";s:9:\"no-repeat\";}'),(19807,8,'_template_font_settings','a:0:{}'),(19808,8,'_template_topbar_settings','a:0:{}'),(19809,8,'_template_header_settings','a:4:{s:22:\"enable-header-settings\";s:4:\"true\";s:11:\"header-type\";s:7:\"header3\";s:16:\"enable-menuicons\";s:4:\"true\";s:23:\"enable-headeroverslider\";s:4:\"true\";}'),(19810,8,'_template_breadcrumb_settings','a:4:{s:20:\"breadcrumb-delimiter\";s:7:\"default\";s:15:\"breadcrumb-type\";s:5:\"type1\";s:28:\"breadcrumb-bg-image-position\";s:4:\"none\";s:26:\"breadcrumb-bg-image-repeat\";s:9:\"no-repeat\";}'),(19811,8,'_template_footer_settings','a:3:{s:11:\"footer-type\";s:5:\"type1\";s:24:\"footer-bg-image-position\";s:4:\"none\";s:22:\"footer-bg-image-repeat\";s:9:\"no-repeat\";}'),(19812,8,'_template_general_settings','a:5:{s:23:\"enable-general-settings\";s:4:\"true\";s:20:\"template-site-layout\";s:4:\"wide\";s:22:\"template-layout-bgtype\";s:7:\"bg-none\";s:31:\"template-layout-pattern-bgcolor\";s:1:\"#\";s:30:\"template-layout-custom-bgcolor\";s:1:\"#\";}'),(19813,8,'_dt_enable_builder','0'),(19814,8,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19815,8,'_template_color_settings','a:53:{s:18:\"color-body-bgcolor\";s:1:\"#\";s:23:\"color-content-textcolor\";s:1:\"#\";s:23:\"color-content-linkcolor\";s:1:\"#\";s:24:\"color-content-linkhcolor\";s:1:\"#\";s:20:\"color-topbar-bgcolor\";s:1:\"#\";s:22:\"color-topbar-textcolor\";s:1:\"#\";s:22:\"color-topbar-linkcolor\";s:1:\"#\";s:23:\"color-topbar-linkhcolor\";s:1:\"#\";s:24:\"color-topbar-bordercolor\";s:1:\"#\";s:24:\"color-breadcrumb-bgcolor\";s:1:\"#\";s:26:\"color-breadcrumb-textcolor\";s:1:\"#\";s:26:\"color-breadcrumb-linkcolor\";s:1:\"#\";s:27:\"color-breadcrumb-linkhcolor\";s:1:\"#\";s:28:\"color-breadcrumb-bordercolor\";s:1:\"#\";s:20:\"color-header-bgcolor\";s:1:\"#\";s:22:\"color-header-menucolor\";s:1:\"#\";s:27:\"color-header-menuhovercolor\";s:1:\"#\";s:28:\"color-header-menubordercolor\";s:1:\"#\";s:37:\"color-header-menusecondarybordercolor\";s:1:\"#\";s:22:\"color-megamenu-bgcolor\";s:1:\"#\";s:19:\"color-submenu-color\";s:1:\"#\";s:24:\"color-submenu-hovercolor\";s:1:\"#\";s:23:\"color-submenu-textcolor\";s:1:\"#\";s:25:\"color-submenu-bordercolor\";s:1:\"#\";s:34:\"color-submenu-secondarybordercolor\";s:1:\"#\";s:26:\"color-submenu-hoverbgcolor\";s:1:\"#\";s:29:\"color-submenu-leftbordercolor\";s:1:\"#\";s:34:\"color-megamenu-titleunderlinecolor\";s:1:\"#\";s:27:\"color-megamenu-titlebgcolor\";s:1:\"#\";s:25:\"color-megamenu-titlecolor\";s:1:\"#\";s:20:\"color-footer-bgcolor\";s:1:\"#\";s:22:\"color-footer-textcolor\";s:1:\"#\";s:22:\"color-footer-linkcolor\";s:1:\"#\";s:23:\"color-footer-linkhcolor\";s:1:\"#\";s:24:\"color-footer-iconbgcolor\";s:1:\"#\";s:22:\"color-footer-iconcolor\";s:1:\"#\";s:25:\"color-footer-headingcolor\";s:1:\"#\";s:23:\"color-copyright-bgcolor\";s:1:\"#\";s:25:\"color-copyright-textcolor\";s:1:\"#\";s:25:\"color-copyright-linkcolor\";s:1:\"#\";s:26:\"color-copyright-linkhcolor\";s:1:\"#\";s:22:\"color-theme-firstcolor\";s:1:\"#\";s:23:\"color-theme-secondcolor\";s:1:\"#\";s:22:\"color-theme-thirdcolor\";s:1:\"#\";s:23:\"color-theme-fourthcolor\";s:1:\"#\";s:22:\"color-theme-fifthcolor\";s:1:\"#\";s:22:\"color-theme-sixthcolor\";s:1:\"#\";s:21:\"color-heading-h1color\";s:1:\"#\";s:21:\"color-heading-h2color\";s:1:\"#\";s:21:\"color-heading-h3color\";s:1:\"#\";s:21:\"color-heading-h4color\";s:1:\"#\";s:21:\"color-heading-h5color\";s:1:\"#\";s:21:\"color-heading-h6color\";s:1:\"#\";}'),(19816,3676,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19817,3676,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19818,3676,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19819,3676,'_template_general_settings','a:2:{s:23:\"enable-general-settings\";s:4:\"true\";s:20:\"template-header-type\";s:7:\"header2\";}'),(19820,3676,'_template_color_settings','a:53:{s:18:\"color-body-bgcolor\";s:1:\"#\";s:23:\"color-content-textcolor\";s:1:\"#\";s:23:\"color-content-linkcolor\";s:1:\"#\";s:24:\"color-content-linkhcolor\";s:1:\"#\";s:20:\"color-topbar-bgcolor\";s:1:\"#\";s:22:\"color-topbar-textcolor\";s:1:\"#\";s:22:\"color-topbar-linkcolor\";s:1:\"#\";s:23:\"color-topbar-linkhcolor\";s:1:\"#\";s:24:\"color-topbar-bordercolor\";s:1:\"#\";s:24:\"color-breadcrumb-bgcolor\";s:1:\"#\";s:26:\"color-breadcrumb-textcolor\";s:1:\"#\";s:26:\"color-breadcrumb-linkcolor\";s:1:\"#\";s:27:\"color-breadcrumb-linkhcolor\";s:1:\"#\";s:28:\"color-breadcrumb-bordercolor\";s:1:\"#\";s:20:\"color-header-bgcolor\";s:1:\"#\";s:22:\"color-header-menucolor\";s:1:\"#\";s:27:\"color-header-menuhovercolor\";s:1:\"#\";s:28:\"color-header-menubordercolor\";s:1:\"#\";s:37:\"color-header-menusecondarybordercolor\";s:1:\"#\";s:22:\"color-megamenu-bgcolor\";s:1:\"#\";s:19:\"color-submenu-color\";s:1:\"#\";s:24:\"color-submenu-hovercolor\";s:1:\"#\";s:23:\"color-submenu-textcolor\";s:1:\"#\";s:25:\"color-submenu-bordercolor\";s:1:\"#\";s:34:\"color-submenu-secondarybordercolor\";s:1:\"#\";s:26:\"color-submenu-hoverbgcolor\";s:1:\"#\";s:29:\"color-submenu-leftbordercolor\";s:1:\"#\";s:34:\"color-megamenu-titleunderlinecolor\";s:1:\"#\";s:27:\"color-megamenu-titlebgcolor\";s:1:\"#\";s:25:\"color-megamenu-titlecolor\";s:1:\"#\";s:20:\"color-footer-bgcolor\";s:1:\"#\";s:22:\"color-footer-textcolor\";s:1:\"#\";s:22:\"color-footer-linkcolor\";s:1:\"#\";s:23:\"color-footer-linkhcolor\";s:1:\"#\";s:24:\"color-footer-iconbgcolor\";s:1:\"#\";s:22:\"color-footer-iconcolor\";s:1:\"#\";s:25:\"color-footer-headingcolor\";s:1:\"#\";s:23:\"color-copyright-bgcolor\";s:1:\"#\";s:25:\"color-copyright-textcolor\";s:1:\"#\";s:25:\"color-copyright-linkcolor\";s:1:\"#\";s:26:\"color-copyright-linkhcolor\";s:1:\"#\";s:22:\"color-theme-firstcolor\";s:1:\"#\";s:23:\"color-theme-secondcolor\";s:1:\"#\";s:22:\"color-theme-thirdcolor\";s:1:\"#\";s:23:\"color-theme-fourthcolor\";s:1:\"#\";s:22:\"color-theme-fifthcolor\";s:1:\"#\";s:22:\"color-theme-sixthcolor\";s:1:\"#\";s:21:\"color-heading-h1color\";s:1:\"#\";s:21:\"color-heading-h2color\";s:1:\"#\";s:21:\"color-heading-h3color\";s:1:\"#\";s:21:\"color-heading-h4color\";s:1:\"#\";s:21:\"color-heading-h5color\";s:1:\"#\";s:21:\"color-heading-h6color\";s:1:\"#\";}'),(19821,3676,'_template_font_settings','a:0:{}'),(19822,3676,'_template_topbar_settings','a:0:{}'),(19823,3676,'_template_header_settings','a:1:{s:11:\"header-type\";s:7:\"default\";}'),(19824,3676,'_template_breadcrumb_settings','a:4:{s:20:\"breadcrumb-delimiter\";s:7:\"default\";s:15:\"breadcrumb-type\";s:5:\"type1\";s:28:\"breadcrumb-bg-image-position\";s:4:\"none\";s:26:\"breadcrumb-bg-image-repeat\";s:9:\"no-repeat\";}'),(19825,3676,'_template_footer_settings','a:3:{s:11:\"footer-type\";s:5:\"type1\";s:24:\"footer-bg-image-position\";s:4:\"none\";s:22:\"footer-bg-image-repeat\";s:9:\"no-repeat\";}'),(19826,3676,'_template_footer_settings','a:3:{s:11:\"footer-type\";s:5:\"type1\";s:24:\"footer-bg-image-position\";s:4:\"none\";s:22:\"footer-bg-image-repeat\";s:9:\"no-repeat\";}'),(19827,3676,'_template_color_settings','a:53:{s:18:\"color-body-bgcolor\";s:1:\"#\";s:23:\"color-content-textcolor\";s:1:\"#\";s:23:\"color-content-linkcolor\";s:1:\"#\";s:24:\"color-content-linkhcolor\";s:1:\"#\";s:20:\"color-topbar-bgcolor\";s:1:\"#\";s:22:\"color-topbar-textcolor\";s:1:\"#\";s:22:\"color-topbar-linkcolor\";s:1:\"#\";s:23:\"color-topbar-linkhcolor\";s:1:\"#\";s:24:\"color-topbar-bordercolor\";s:1:\"#\";s:24:\"color-breadcrumb-bgcolor\";s:1:\"#\";s:26:\"color-breadcrumb-textcolor\";s:1:\"#\";s:26:\"color-breadcrumb-linkcolor\";s:1:\"#\";s:27:\"color-breadcrumb-linkhcolor\";s:1:\"#\";s:28:\"color-breadcrumb-bordercolor\";s:1:\"#\";s:20:\"color-header-bgcolor\";s:1:\"#\";s:22:\"color-header-menucolor\";s:1:\"#\";s:27:\"color-header-menuhovercolor\";s:1:\"#\";s:28:\"color-header-menubordercolor\";s:1:\"#\";s:37:\"color-header-menusecondarybordercolor\";s:1:\"#\";s:22:\"color-megamenu-bgcolor\";s:1:\"#\";s:19:\"color-submenu-color\";s:1:\"#\";s:24:\"color-submenu-hovercolor\";s:1:\"#\";s:23:\"color-submenu-textcolor\";s:1:\"#\";s:25:\"color-submenu-bordercolor\";s:1:\"#\";s:34:\"color-submenu-secondarybordercolor\";s:1:\"#\";s:26:\"color-submenu-hoverbgcolor\";s:1:\"#\";s:29:\"color-submenu-leftbordercolor\";s:1:\"#\";s:34:\"color-megamenu-titleunderlinecolor\";s:1:\"#\";s:27:\"color-megamenu-titlebgcolor\";s:1:\"#\";s:25:\"color-megamenu-titlecolor\";s:1:\"#\";s:20:\"color-footer-bgcolor\";s:1:\"#\";s:22:\"color-footer-textcolor\";s:1:\"#\";s:22:\"color-footer-linkcolor\";s:1:\"#\";s:23:\"color-footer-linkhcolor\";s:1:\"#\";s:24:\"color-footer-iconbgcolor\";s:1:\"#\";s:22:\"color-footer-iconcolor\";s:1:\"#\";s:25:\"color-footer-headingcolor\";s:1:\"#\";s:23:\"color-copyright-bgcolor\";s:1:\"#\";s:25:\"color-copyright-textcolor\";s:1:\"#\";s:25:\"color-copyright-linkcolor\";s:1:\"#\";s:26:\"color-copyright-linkhcolor\";s:1:\"#\";s:22:\"color-theme-firstcolor\";s:1:\"#\";s:23:\"color-theme-secondcolor\";s:1:\"#\";s:22:\"color-theme-thirdcolor\";s:1:\"#\";s:23:\"color-theme-fourthcolor\";s:1:\"#\";s:22:\"color-theme-fifthcolor\";s:1:\"#\";s:22:\"color-theme-sixthcolor\";s:1:\"#\";s:21:\"color-heading-h1color\";s:1:\"#\";s:21:\"color-heading-h2color\";s:1:\"#\";s:21:\"color-heading-h3color\";s:1:\"#\";s:21:\"color-heading-h4color\";s:1:\"#\";s:21:\"color-heading-h5color\";s:1:\"#\";s:21:\"color-heading-h6color\";s:1:\"#\";}'),(19828,3676,'_template_general_settings','a:2:{s:23:\"enable-general-settings\";s:4:\"true\";s:20:\"template-header-type\";s:7:\"header2\";}'),(19829,3676,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19830,3676,'_template_font_settings','a:0:{}'),(19831,3676,'_template_topbar_settings','a:0:{}'),(19832,3676,'_template_header_settings','a:1:{s:11:\"header-type\";s:7:\"default\";}'),(19833,3676,'_template_breadcrumb_settings','a:4:{s:20:\"breadcrumb-delimiter\";s:7:\"default\";s:15:\"breadcrumb-type\";s:5:\"type1\";s:28:\"breadcrumb-bg-image-position\";s:4:\"none\";s:26:\"breadcrumb-bg-image-repeat\";s:9:\"no-repeat\";}'),(19834,3680,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19835,3680,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19836,3680,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19837,3680,'_template_general_settings','a:4:{s:23:\"enable-general-settings\";s:4:\"true\";s:13:\"template-logo\";s:86:\"http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/04/logo-dark.png\";s:20:\"template-retina-logo\";s:89:\"http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/04/logo-dark@2x.png\";s:20:\"template-header-type\";s:7:\"header3\";}'); INSERT INTO `wp_postmeta` VALUES (19838,3680,'_template_color_settings','a:53:{s:18:\"color-body-bgcolor\";s:1:\"#\";s:23:\"color-content-textcolor\";s:1:\"#\";s:23:\"color-content-linkcolor\";s:1:\"#\";s:24:\"color-content-linkhcolor\";s:1:\"#\";s:20:\"color-topbar-bgcolor\";s:1:\"#\";s:22:\"color-topbar-textcolor\";s:1:\"#\";s:22:\"color-topbar-linkcolor\";s:1:\"#\";s:23:\"color-topbar-linkhcolor\";s:1:\"#\";s:24:\"color-topbar-bordercolor\";s:1:\"#\";s:24:\"color-breadcrumb-bgcolor\";s:1:\"#\";s:26:\"color-breadcrumb-textcolor\";s:1:\"#\";s:26:\"color-breadcrumb-linkcolor\";s:1:\"#\";s:27:\"color-breadcrumb-linkhcolor\";s:1:\"#\";s:28:\"color-breadcrumb-bordercolor\";s:1:\"#\";s:20:\"color-header-bgcolor\";s:1:\"#\";s:22:\"color-header-menucolor\";s:1:\"#\";s:27:\"color-header-menuhovercolor\";s:1:\"#\";s:28:\"color-header-menubordercolor\";s:1:\"#\";s:37:\"color-header-menusecondarybordercolor\";s:1:\"#\";s:22:\"color-megamenu-bgcolor\";s:1:\"#\";s:19:\"color-submenu-color\";s:1:\"#\";s:24:\"color-submenu-hovercolor\";s:1:\"#\";s:23:\"color-submenu-textcolor\";s:1:\"#\";s:25:\"color-submenu-bordercolor\";s:1:\"#\";s:34:\"color-submenu-secondarybordercolor\";s:1:\"#\";s:26:\"color-submenu-hoverbgcolor\";s:1:\"#\";s:29:\"color-submenu-leftbordercolor\";s:1:\"#\";s:34:\"color-megamenu-titleunderlinecolor\";s:1:\"#\";s:27:\"color-megamenu-titlebgcolor\";s:1:\"#\";s:25:\"color-megamenu-titlecolor\";s:1:\"#\";s:20:\"color-footer-bgcolor\";s:1:\"#\";s:22:\"color-footer-textcolor\";s:1:\"#\";s:22:\"color-footer-linkcolor\";s:1:\"#\";s:23:\"color-footer-linkhcolor\";s:1:\"#\";s:24:\"color-footer-iconbgcolor\";s:1:\"#\";s:22:\"color-footer-iconcolor\";s:1:\"#\";s:25:\"color-footer-headingcolor\";s:1:\"#\";s:23:\"color-copyright-bgcolor\";s:1:\"#\";s:25:\"color-copyright-textcolor\";s:1:\"#\";s:25:\"color-copyright-linkcolor\";s:1:\"#\";s:26:\"color-copyright-linkhcolor\";s:1:\"#\";s:22:\"color-theme-firstcolor\";s:1:\"#\";s:23:\"color-theme-secondcolor\";s:1:\"#\";s:22:\"color-theme-thirdcolor\";s:1:\"#\";s:23:\"color-theme-fourthcolor\";s:1:\"#\";s:22:\"color-theme-fifthcolor\";s:1:\"#\";s:22:\"color-theme-sixthcolor\";s:1:\"#\";s:21:\"color-heading-h1color\";s:1:\"#\";s:21:\"color-heading-h2color\";s:1:\"#\";s:21:\"color-heading-h3color\";s:1:\"#\";s:21:\"color-heading-h4color\";s:1:\"#\";s:21:\"color-heading-h5color\";s:1:\"#\";s:21:\"color-heading-h6color\";s:1:\"#\";}'),(19839,3680,'_template_font_settings','a:0:{}'),(19840,3680,'_template_topbar_settings','a:0:{}'),(19841,3680,'_template_header_settings','a:1:{s:11:\"header-type\";s:7:\"default\";}'),(19842,3680,'_template_breadcrumb_settings','a:4:{s:20:\"breadcrumb-delimiter\";s:7:\"default\";s:15:\"breadcrumb-type\";s:5:\"type1\";s:28:\"breadcrumb-bg-image-position\";s:4:\"none\";s:26:\"breadcrumb-bg-image-repeat\";s:9:\"no-repeat\";}'),(19843,3680,'_template_footer_settings','a:3:{s:11:\"footer-type\";s:5:\"type1\";s:24:\"footer-bg-image-position\";s:4:\"none\";s:22:\"footer-bg-image-repeat\";s:9:\"no-repeat\";}'),(19844,3680,'_template_font_settings','a:0:{}'),(19845,3680,'_template_topbar_settings','a:0:{}'),(19846,3680,'_template_header_settings','a:1:{s:11:\"header-type\";s:7:\"default\";}'),(19847,3680,'_template_breadcrumb_settings','a:4:{s:20:\"breadcrumb-delimiter\";s:7:\"default\";s:15:\"breadcrumb-type\";s:5:\"type1\";s:28:\"breadcrumb-bg-image-position\";s:4:\"none\";s:26:\"breadcrumb-bg-image-repeat\";s:9:\"no-repeat\";}'),(19848,3680,'_template_footer_settings','a:3:{s:11:\"footer-type\";s:5:\"type1\";s:24:\"footer-bg-image-position\";s:4:\"none\";s:22:\"footer-bg-image-repeat\";s:9:\"no-repeat\";}'),(19849,3680,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19850,3680,'_template_general_settings','a:4:{s:23:\"enable-general-settings\";s:4:\"true\";s:13:\"template-logo\";s:86:\"http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/04/logo-dark.png\";s:20:\"template-retina-logo\";s:89:\"http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/04/logo-dark@2x.png\";s:20:\"template-header-type\";s:7:\"header3\";}'),(19851,3680,'_template_color_settings','a:53:{s:18:\"color-body-bgcolor\";s:1:\"#\";s:23:\"color-content-textcolor\";s:1:\"#\";s:23:\"color-content-linkcolor\";s:1:\"#\";s:24:\"color-content-linkhcolor\";s:1:\"#\";s:20:\"color-topbar-bgcolor\";s:1:\"#\";s:22:\"color-topbar-textcolor\";s:1:\"#\";s:22:\"color-topbar-linkcolor\";s:1:\"#\";s:23:\"color-topbar-linkhcolor\";s:1:\"#\";s:24:\"color-topbar-bordercolor\";s:1:\"#\";s:24:\"color-breadcrumb-bgcolor\";s:1:\"#\";s:26:\"color-breadcrumb-textcolor\";s:1:\"#\";s:26:\"color-breadcrumb-linkcolor\";s:1:\"#\";s:27:\"color-breadcrumb-linkhcolor\";s:1:\"#\";s:28:\"color-breadcrumb-bordercolor\";s:1:\"#\";s:20:\"color-header-bgcolor\";s:1:\"#\";s:22:\"color-header-menucolor\";s:1:\"#\";s:27:\"color-header-menuhovercolor\";s:1:\"#\";s:28:\"color-header-menubordercolor\";s:1:\"#\";s:37:\"color-header-menusecondarybordercolor\";s:1:\"#\";s:22:\"color-megamenu-bgcolor\";s:1:\"#\";s:19:\"color-submenu-color\";s:1:\"#\";s:24:\"color-submenu-hovercolor\";s:1:\"#\";s:23:\"color-submenu-textcolor\";s:1:\"#\";s:25:\"color-submenu-bordercolor\";s:1:\"#\";s:34:\"color-submenu-secondarybordercolor\";s:1:\"#\";s:26:\"color-submenu-hoverbgcolor\";s:1:\"#\";s:29:\"color-submenu-leftbordercolor\";s:1:\"#\";s:34:\"color-megamenu-titleunderlinecolor\";s:1:\"#\";s:27:\"color-megamenu-titlebgcolor\";s:1:\"#\";s:25:\"color-megamenu-titlecolor\";s:1:\"#\";s:20:\"color-footer-bgcolor\";s:1:\"#\";s:22:\"color-footer-textcolor\";s:1:\"#\";s:22:\"color-footer-linkcolor\";s:1:\"#\";s:23:\"color-footer-linkhcolor\";s:1:\"#\";s:24:\"color-footer-iconbgcolor\";s:1:\"#\";s:22:\"color-footer-iconcolor\";s:1:\"#\";s:25:\"color-footer-headingcolor\";s:1:\"#\";s:23:\"color-copyright-bgcolor\";s:1:\"#\";s:25:\"color-copyright-textcolor\";s:1:\"#\";s:25:\"color-copyright-linkcolor\";s:1:\"#\";s:26:\"color-copyright-linkhcolor\";s:1:\"#\";s:22:\"color-theme-firstcolor\";s:1:\"#\";s:23:\"color-theme-secondcolor\";s:1:\"#\";s:22:\"color-theme-thirdcolor\";s:1:\"#\";s:23:\"color-theme-fourthcolor\";s:1:\"#\";s:22:\"color-theme-fifthcolor\";s:1:\"#\";s:22:\"color-theme-sixthcolor\";s:1:\"#\";s:21:\"color-heading-h1color\";s:1:\"#\";s:21:\"color-heading-h2color\";s:1:\"#\";s:21:\"color-heading-h3color\";s:1:\"#\";s:21:\"color-heading-h4color\";s:1:\"#\";s:21:\"color-heading-h5color\";s:1:\"#\";s:21:\"color-heading-h6color\";s:1:\"#\";}'),(19852,4248,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19853,4248,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19854,4248,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19855,4248,'_template_general_settings','a:2:{s:23:\"enable-general-settings\";s:4:\"true\";s:20:\"template-header-type\";s:7:\"header4\";}'),(19856,4248,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19857,4248,'_template_general_settings','a:2:{s:23:\"enable-general-settings\";s:4:\"true\";s:20:\"template-header-type\";s:7:\"header4\";}'),(19858,4249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19859,4249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19860,4249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19861,4249,'_template_general_settings','a:2:{s:23:\"enable-general-settings\";s:4:\"true\";s:20:\"template-header-type\";s:7:\"header5\";}'),(19862,4249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19863,4249,'_template_general_settings','a:2:{s:23:\"enable-general-settings\";s:4:\"true\";s:20:\"template-header-type\";s:7:\"header5\";}'),(19864,4250,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19865,4250,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19866,4250,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19867,4250,'_template_general_settings','a:2:{s:23:\"enable-general-settings\";s:4:\"true\";s:20:\"template-header-type\";s:7:\"header6\";}'),(19868,4250,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19869,4250,'_template_general_settings','a:2:{s:23:\"enable-general-settings\";s:4:\"true\";s:20:\"template-header-type\";s:7:\"header6\";}'),(19872,6483,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19873,6483,'_form','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]'),(19874,6483,'_mail','a:8:{s:7:\"subject\";s:30:\"Deano Studios \"[your-subject]\"\";s:6:\"sender\";s:35:\"[your-name] <ashmarie@artlanta.com>\";s:4:\"body\";s:187:\"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 Deano Studios (http://www.artlanta.com/deanostudios)\";s:9:\"recipient\";s:21:\"ashmarie@artlanta.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(19875,6483,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"Deano Studios \"[your-subject]\"\";s:6:\"sender\";s:37:\"Deano Studios <ashmarie@artlanta.com>\";s:4:\"body\";s:129:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Deano Studios (http://www.artlanta.com/deanostudios)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:31:\"Reply-To: ashmarie@artlanta.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(19876,6483,'_messages','a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),(19877,6483,'_additional_settings',''),(19878,6483,'_locale','en'),(19879,28,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19880,28,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19881,28,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19882,28,'_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>'),(19883,28,'_mail','a:8:{s:7:\"subject\";s:26:\"foreal_vc \"[your-subject]\"\";s:6:\"sender\";s:39:\"[your-name] <santhosh@iamdesigning.com>\";s:4:\"body\";s:192:\"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 foreal_vc (http://wedesignthemes.com/themes/dummy-foreal)\";s:9:\"recipient\";s:25:\"santhosh@iamdesigning.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(19884,28,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:26:\"foreal_vc \"[your-subject]\"\";s:6:\"sender\";s:37:\"foreal_vc <santhosh@iamdesigning.com>\";s:4:\"body\";s:134:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on foreal_vc (http://wedesignthemes.com/themes/dummy-foreal)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:35:\"Reply-To: santhosh@iamdesigning.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(19885,28,'_messages','a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),(19886,28,'_additional_settings',''),(19887,28,'_locale','en_US'),(19888,28,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19889,28,'_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>'),(19890,28,'_mail','a:8:{s:7:\"subject\";s:26:\"foreal_vc \"[your-subject]\"\";s:6:\"sender\";s:39:\"[your-name] <santhosh@iamdesigning.com>\";s:4:\"body\";s:192:\"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 foreal_vc (http://wedesignthemes.com/themes/dummy-foreal)\";s:9:\"recipient\";s:25:\"santhosh@iamdesigning.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(19891,28,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:26:\"foreal_vc \"[your-subject]\"\";s:6:\"sender\";s:37:\"foreal_vc <santhosh@iamdesigning.com>\";s:4:\"body\";s:134:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on foreal_vc (http://wedesignthemes.com/themes/dummy-foreal)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:35:\"Reply-To: santhosh@iamdesigning.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(19892,28,'_messages','a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),(19893,28,'_additional_settings',''),(19894,28,'_locale','en_US'),(19895,141,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19896,141,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19897,141,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19898,141,'_form','<p class=\"column dt-sc-one-half first contact-form\"><i class=\"fa fa-user\"> </i>\n [text* your-name placeholder \"Enter Name\"] </p>\n\n<p class=\"column dt-sc-one-half contact-form\"><i class=\"fa fa-envelope-o\"> </i>\n [email* your-email placeholder \"Enter email\"] </p>\n\n<p class=\"contact-form-textarea\"><i class=\"fa fa-file-text-o\"> </i>\n[textarea your-message placeholder \"Enter Message\"] </p>\n\n<p>[submit \"Send\"]</p>'),(19899,141,'_mail','a:8:{s:7:\"subject\";s:26:\"foreal_vc \"[your-subject]\"\";s:6:\"sender\";s:39:\"[your-name] <santhosh@iamdesigning.com>\";s:4:\"body\";s:192:\"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 foreal_vc (http://wedesignthemes.com/themes/dummy-foreal)\";s:9:\"recipient\";s:25:\"santhosh@iamdesigning.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(19900,141,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:26:\"foreal_vc \"[your-subject]\"\";s:6:\"sender\";s:37:\"foreal_vc <santhosh@iamdesigning.com>\";s:4:\"body\";s:134:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on foreal_vc (http://wedesignthemes.com/themes/dummy-foreal)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:35:\"Reply-To: santhosh@iamdesigning.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(19901,141,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(19902,141,'_additional_settings',''),(19903,141,'_locale','en_US'),(19904,141,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19905,141,'_form','<p class=\"column dt-sc-one-half first contact-form\"><i class=\"fa fa-user\"> </i>\n [text* your-name placeholder \"Enter Name\"] </p>\n\n<p class=\"column dt-sc-one-half contact-form\"><i class=\"fa fa-envelope-o\"> </i>\n [email* your-email placeholder \"Enter email\"] </p>\n\n<p class=\"contact-form-textarea\"><i class=\"fa fa-file-text-o\"> </i>\n[textarea your-message placeholder \"Enter Message\"] </p>\n\n<p>[submit \"Send\"]</p>'),(19906,141,'_mail','a:8:{s:7:\"subject\";s:26:\"foreal_vc \"[your-subject]\"\";s:6:\"sender\";s:39:\"[your-name] <santhosh@iamdesigning.com>\";s:4:\"body\";s:192:\"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 foreal_vc (http://wedesignthemes.com/themes/dummy-foreal)\";s:9:\"recipient\";s:25:\"santhosh@iamdesigning.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(19907,141,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:26:\"foreal_vc \"[your-subject]\"\";s:6:\"sender\";s:37:\"foreal_vc <santhosh@iamdesigning.com>\";s:4:\"body\";s:134:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on foreal_vc (http://wedesignthemes.com/themes/dummy-foreal)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:35:\"Reply-To: santhosh@iamdesigning.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(19908,141,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(19909,141,'_additional_settings',''),(19910,141,'_locale','en_US'),(19911,3158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19912,3158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19913,3158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19914,3158,'_form','<div class=\"column dt-sc-one-half first\"><p><span class=\"fa fa-user\"> </span>[text* your-name placeholder \"Enter Name\"]</p></div>\n<div class=\"column dt-sc-one-half\"><p><span class=\"fa fa-envelope-o\"> </span>[email* your-email placeholder \"Enter email\"]</p></div>\n<div class=\"column dt-sc-one-column\"><p><span class=\"fa fa-file-text-o\"> </span>[textarea your-message placeholder \"Enter Message\"]</p></div><br/>\n<div class=\"column dt-sc-one-half first\"><p>[file upload filetypes:gif|png|jpg|jpeg|pdf limit:16mb][file upload2 filetypes:gif|png|jpg|jpeg|pdf limit:16mb]</p></div><div class=\"column dt-sc-one-half\"><p>[file upload3 filetypes:gif|png|jpg|jpeg|pdf limit:16mb][file upload4 filetypes:gif|png|jpg|jpeg|pdf limit:16mb]</p></div>\n<p class=\"form-submit\">[submit \"Send\"]</p>'),(19915,3158,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:26:\"Deano Cook Website Inquiry\";s:6:\"sender\";s:32:\"Deano Cook <deano@deanocook.com>\";s:9:\"recipient\";s:19:\"deanocook@gmail.com\";s:4:\"body\";s:100:\"From: [your-name] [your-email]\n\nMessage:\n[your-message]\n\n---\nThis e-mail was sent from DeanoCook.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:35:\"[upload][upload2][upload3][upload4]\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(19916,3158,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:23:\"Foreal \"[your-subject]\"\";s:6:\"sender\";s:33:\"Foreal <gowtham@iamdesigning.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:131:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Foreal (http://wedesignthemes.com/themes/dummy-foreal)\";s:18:\"additional_headers\";s:34:\"Reply-To: gowtham@iamdesigning.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(19917,3158,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(19918,3158,'_additional_settings',''),(19919,3158,'_locale','en_US'),(19920,3158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19921,3158,'_form','<div class=\"column dt-sc-one-half first\"><p><span class=\"fa fa-user\"> </span>[text* your-name placeholder \"Enter Name\"]</p></div>\n<div class=\"column dt-sc-one-half\"><p><span class=\"fa fa-envelope-o\"> </span>[email* your-email placeholder \"Enter email\"]</p></div>\n<div class=\"column dt-sc-one-column\"><p><span class=\"fa fa-file-text-o\"> </span>[textarea your-message placeholder \"Enter Message\"]</p></div><br/>\n<div class=\"column dt-sc-one-half first\"><p>[file upload filetypes:gif|png|jpg|jpeg|pdf limit:16mb][file upload2 filetypes:gif|png|jpg|jpeg|pdf limit:16mb]</p></div><div class=\"column dt-sc-one-half\"><p>[file upload3 filetypes:gif|png|jpg|jpeg|pdf limit:16mb][file upload4 filetypes:gif|png|jpg|jpeg|pdf limit:16mb]</p></div>\n<p class=\"form-submit\">[submit \"Send\"]</p>'),(19922,3158,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:26:\"Deano Cook Website Inquiry\";s:6:\"sender\";s:32:\"Deano Cook <deano@deanocook.com>\";s:9:\"recipient\";s:19:\"deanocook@gmail.com\";s:4:\"body\";s:100:\"From: [your-name] [your-email]\n\nMessage:\n[your-message]\n\n---\nThis e-mail was sent from DeanoCook.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:35:\"[upload][upload2][upload3][upload4]\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(19923,3158,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:23:\"Foreal \"[your-subject]\"\";s:6:\"sender\";s:33:\"Foreal <gowtham@iamdesigning.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:131:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Foreal (http://wedesignthemes.com/themes/dummy-foreal)\";s:18:\"additional_headers\";s:34:\"Reply-To: gowtham@iamdesigning.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(19924,3158,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(19925,3158,'_additional_settings',''),(19926,3158,'_locale','en_US'),(19929,6485,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19930,6485,'_menu_item_type','custom'),(19931,6485,'_menu_item_menu_item_parent','0'),(19932,6485,'_menu_item_object_id','6485'),(19933,6485,'_menu_item_object','custom'),(19934,6485,'_menu_item_target',''),(19935,6485,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(19936,6485,'_menu_item_xfn',''),(19937,6485,'_menu_item_url','http://deanostudios.com'),(19939,6485,'_dt-use-as-megamenu',''),(19940,6485,'_dt-expand-all-submenus',''),(19941,6485,'_dt-disable-text',''),(19942,6485,'_dt-disable-link',''),(19943,6485,'_dt-fullwidth',''),(19944,6485,'_dt-columns','2'),(19945,6485,'_dt-custom-content',''),(19946,6485,'_dt-fill-columns',''),(19947,6485,'_dt-menu-icon',''),(19948,6485,'_dt-menu-widget',''),(19949,6486,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19950,6486,'_menu_item_type','post_type'),(19951,6486,'_menu_item_menu_item_parent','0'),(19952,6486,'_menu_item_object_id','3901'),(19953,6486,'_menu_item_object','page'),(19954,6486,'_menu_item_target',''),(19955,6486,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(19956,6486,'_menu_item_xfn',''),(19957,6486,'_menu_item_url',''),(19959,6486,'_dt-use-as-megamenu',''),(19960,6486,'_dt-expand-all-submenus',''),(19961,6486,'_dt-disable-text',''),(19962,6486,'_dt-disable-link',''),(19963,6486,'_dt-fullwidth',''),(19964,6486,'_dt-columns','2'),(19965,6486,'_dt-custom-content',''),(19966,6486,'_dt-fill-columns',''),(19967,6486,'_dt-menu-icon',''),(19968,6486,'_dt-menu-widget',''),(19969,6487,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19970,6487,'_menu_item_type','post_type'),(19971,6487,'_menu_item_menu_item_parent','0'),(19972,6487,'_menu_item_object_id','3970'),(19973,6487,'_menu_item_object','page'),(19974,6487,'_menu_item_target',''),(19975,6487,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(19976,6487,'_menu_item_xfn',''),(19977,6487,'_menu_item_url',''),(19979,6487,'_dt-use-as-megamenu',''),(19980,6487,'_dt-expand-all-submenus',''),(19981,6487,'_dt-disable-text',''),(19982,6487,'_dt-disable-link',''),(19983,6487,'_dt-fullwidth',''),(19984,6487,'_dt-columns','2'),(19985,6487,'_dt-custom-content',''),(19986,6487,'_dt-fill-columns',''),(19987,6487,'_dt-menu-icon',''),(19988,6487,'_dt-menu-widget',''),(19989,6488,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19990,6488,'_menu_item_type','custom'),(19991,6488,'_menu_item_menu_item_parent','0'),(19992,6488,'_menu_item_object_id','6488'),(19993,6488,'_menu_item_object','custom'),(19994,6488,'_menu_item_target',''),(19995,6488,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(19996,6488,'_menu_item_xfn',''),(19997,6488,'_menu_item_url','#'),(19999,6488,'_dt-use-as-megamenu',''),(20000,6488,'_dt-expand-all-submenus',''),(20001,6488,'_dt-disable-text',''),(20002,6488,'_dt-disable-link',''),(20003,6488,'_dt-fullwidth',''),(20004,6488,'_dt-columns','2'),(20005,6488,'_dt-custom-content',''),(20006,6488,'_dt-fill-columns',''),(20007,6488,'_dt-menu-icon',''),(20008,6488,'_dt-menu-widget',''),(20009,6489,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20010,6489,'_menu_item_type','post_type'),(20011,6489,'_menu_item_menu_item_parent','6488'),(20012,6489,'_menu_item_object_id','5641'),(20013,6489,'_menu_item_object','page'),(20014,6489,'_menu_item_target',''),(20015,6489,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(20016,6489,'_menu_item_xfn',''),(20017,6489,'_menu_item_url',''),(20019,6489,'_dt-use-as-megamenu',''),(20020,6489,'_dt-expand-all-submenus',''),(20021,6489,'_dt-disable-text',''),(20022,6489,'_dt-disable-link',''),(20023,6489,'_dt-fullwidth',''),(20024,6489,'_dt-columns','2'),(20025,6489,'_dt-custom-content',''),(20026,6489,'_dt-fill-columns',''),(20027,6489,'_dt-menu-icon',''),(20028,6489,'_dt-menu-widget',''),(20029,6490,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20030,6490,'_menu_item_type','post_type'),(20031,6490,'_menu_item_menu_item_parent','6488'),(20032,6490,'_menu_item_object_id','5609'),(20033,6490,'_menu_item_object','page'),(20034,6490,'_menu_item_target',''),(20035,6490,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(20036,6490,'_menu_item_xfn',''),(20037,6490,'_menu_item_url',''),(20039,6490,'_dt-use-as-megamenu',''),(20040,6490,'_dt-expand-all-submenus',''),(20041,6490,'_dt-disable-text',''),(20042,6490,'_dt-disable-link',''),(20043,6490,'_dt-fullwidth',''),(20044,6490,'_dt-columns','2'),(20045,6490,'_dt-custom-content',''),(20046,6490,'_dt-fill-columns',''),(20047,6490,'_dt-menu-icon',''),(20048,6490,'_dt-menu-widget',''),(20049,6491,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20050,6491,'_menu_item_type','post_type'),(20051,6491,'_menu_item_menu_item_parent','6488'),(20052,6491,'_menu_item_object_id','3389'),(20053,6491,'_menu_item_object','page'),(20054,6491,'_menu_item_target',''),(20055,6491,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(20056,6491,'_menu_item_xfn',''),(20057,6491,'_menu_item_url',''),(20059,6491,'_dt-use-as-megamenu',''),(20060,6491,'_dt-expand-all-submenus',''),(20061,6491,'_dt-disable-text',''),(20062,6491,'_dt-disable-link',''),(20063,6491,'_dt-fullwidth',''),(20064,6491,'_dt-columns','2'),(20065,6491,'_dt-custom-content',''),(20066,6491,'_dt-fill-columns',''),(20067,6491,'_dt-menu-icon',''),(20068,6491,'_dt-menu-widget',''),(20069,6492,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20070,6492,'_menu_item_type','post_type'),(20071,6492,'_menu_item_menu_item_parent','6495'),(20072,6492,'_menu_item_object_id','3815'),(20073,6492,'_menu_item_object','page'),(20074,6492,'_menu_item_target',''),(20075,6492,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(20076,6492,'_menu_item_xfn',''),(20077,6492,'_menu_item_url',''),(20079,6492,'_dt-use-as-megamenu',''),(20080,6492,'_dt-expand-all-submenus',''),(20081,6492,'_dt-disable-text',''),(20082,6492,'_dt-disable-link',''),(20083,6492,'_dt-fullwidth',''),(20084,6492,'_dt-columns',''),(20085,6492,'_dt-custom-content',''),(20086,6492,'_dt-fill-columns',''),(20087,6492,'_dt-menu-icon',''),(20088,6492,'_dt-menu-widget',''),(20089,6493,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20090,6493,'_menu_item_type','post_type'),(20091,6493,'_menu_item_menu_item_parent','6495'),(20092,6493,'_menu_item_object_id','5501'),(20093,6493,'_menu_item_object','page'),(20094,6493,'_menu_item_target',''),(20095,6493,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(20096,6493,'_menu_item_xfn',''),(20097,6493,'_menu_item_url',''),(20099,6493,'_dt-use-as-megamenu',''),(20100,6493,'_dt-expand-all-submenus',''),(20101,6493,'_dt-disable-text',''),(20102,6493,'_dt-disable-link',''),(20103,6493,'_dt-fullwidth',''),(20104,6493,'_dt-columns',''),(20105,6493,'_dt-custom-content',''),(20106,6493,'_dt-fill-columns',''),(20107,6493,'_dt-menu-icon',''),(20108,6493,'_dt-menu-widget',''),(20129,6495,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20130,6495,'_menu_item_type','custom'),(20131,6495,'_menu_item_menu_item_parent','0'),(20132,6495,'_menu_item_object_id','6495'),(20133,6495,'_menu_item_object','custom'),(20134,6495,'_menu_item_target',''),(20135,6495,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(20136,6495,'_menu_item_xfn',''),(20137,6495,'_menu_item_url','#'),(20139,6495,'_dt-use-as-megamenu',''),(20140,6495,'_dt-expand-all-submenus',''),(20141,6495,'_dt-disable-text',''),(20142,6495,'_dt-disable-link',''),(20143,6495,'_dt-fullwidth',''),(20144,6495,'_dt-columns','2'),(20145,6495,'_dt-custom-content',''),(20146,6495,'_dt-fill-columns',''),(20147,6495,'_dt-menu-icon',''),(20148,6495,'_dt-menu-widget',''),(20149,6496,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20150,6496,'_menu_item_type','post_type'),(20151,6496,'_menu_item_menu_item_parent','6495'),(20152,6496,'_menu_item_object_id','5696'),(20153,6496,'_menu_item_object','page'),(20154,6496,'_menu_item_target',''),(20155,6496,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(20156,6496,'_menu_item_xfn',''),(20157,6496,'_menu_item_url',''),(20159,6496,'_dt-use-as-megamenu',''),(20160,6496,'_dt-expand-all-submenus',''),(20161,6496,'_dt-disable-text',''),(20162,6496,'_dt-disable-link',''),(20163,6496,'_dt-fullwidth',''),(20164,6496,'_dt-columns',''),(20165,6496,'_dt-custom-content',''),(20166,6496,'_dt-fill-columns',''),(20167,6496,'_dt-menu-icon',''),(20168,6496,'_dt-menu-widget',''),(20169,6497,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20170,6497,'_menu_item_type','post_type'),(20171,6497,'_menu_item_menu_item_parent','6495'),(20172,6497,'_menu_item_object_id','5508'),(20173,6497,'_menu_item_object','page'),(20174,6497,'_menu_item_target',''),(20175,6497,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(20176,6497,'_menu_item_xfn',''),(20177,6497,'_menu_item_url',''),(20179,6497,'_dt-use-as-megamenu',''),(20180,6497,'_dt-expand-all-submenus',''),(20181,6497,'_dt-disable-text',''),(20182,6497,'_dt-disable-link',''),(20183,6497,'_dt-fullwidth',''),(20184,6497,'_dt-columns',''),(20185,6497,'_dt-custom-content',''),(20186,6497,'_dt-fill-columns',''),(20187,6497,'_dt-menu-icon',''),(20188,6497,'_dt-menu-widget',''),(20189,6498,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20190,6498,'_menu_item_type','post_type'),(20191,6498,'_menu_item_menu_item_parent','6495'),(20192,6498,'_menu_item_object_id','5'),(20193,6498,'_menu_item_object','page'),(20194,6498,'_menu_item_target',''),(20195,6498,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(20196,6498,'_menu_item_xfn',''),(20197,6498,'_menu_item_url',''),(20199,6498,'_dt-use-as-megamenu',''),(20200,6498,'_dt-expand-all-submenus',''),(20201,6498,'_dt-disable-text',''),(20202,6498,'_dt-disable-link',''),(20203,6498,'_dt-fullwidth',''),(20204,6498,'_dt-columns',''),(20205,6498,'_dt-custom-content',''),(20206,6498,'_dt-fill-columns',''),(20207,6498,'_dt-menu-icon',''),(20208,6498,'_dt-menu-widget',''),(20209,6499,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20210,6499,'_menu_item_type','post_type'),(20211,6499,'_menu_item_menu_item_parent','6495'),(20212,6499,'_menu_item_object_id','3807'),(20213,6499,'_menu_item_object','page'),(20214,6499,'_menu_item_target',''),(20215,6499,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(20216,6499,'_menu_item_xfn',''),(20217,6499,'_menu_item_url',''),(20219,6499,'_dt-use-as-megamenu',''),(20220,6499,'_dt-expand-all-submenus',''),(20221,6499,'_dt-disable-text',''),(20222,6499,'_dt-disable-link',''),(20223,6499,'_dt-fullwidth',''),(20224,6499,'_dt-columns',''),(20225,6499,'_dt-custom-content',''),(20226,6499,'_dt-fill-columns',''),(20227,6499,'_dt-menu-icon',''),(20228,6499,'_dt-menu-widget',''),(20229,6500,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20230,6500,'_menu_item_type','post_type'),(20231,6500,'_menu_item_menu_item_parent','0'),(20232,6500,'_menu_item_object_id','127'),(20233,6500,'_menu_item_object','page'),(20234,6500,'_menu_item_target',''),(20235,6500,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(20236,6500,'_menu_item_xfn',''),(20237,6500,'_menu_item_url',''),(20239,6500,'_dt-use-as-megamenu',''),(20240,6500,'_dt-expand-all-submenus',''),(20241,6500,'_dt-disable-text',''),(20242,6500,'_dt-disable-link',''),(20243,6500,'_dt-fullwidth',''),(20244,6500,'_dt-columns',''),(20245,6500,'_dt-custom-content',''),(20246,6500,'_dt-fill-columns',''),(20247,6500,'_dt-menu-icon',''),(20248,6500,'_dt-menu-widget',''),(20251,4855,'_wp_attachment_image_alt','Deano Cook Lemon Shark Sunset'),(20252,4865,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20253,4866,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20254,4867,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20255,4868,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20256,4869,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20257,4870,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20258,4871,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20259,4872,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20260,4873,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20261,4874,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20262,4875,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20263,4876,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20264,4877,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20265,4952,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20266,4953,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20267,4954,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20268,4955,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20269,4957,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20270,4958,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20271,4959,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20272,4960,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20273,4962,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20274,4963,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20275,4964,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20276,4966,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20277,4967,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20278,4969,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20279,4970,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20280,4971,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20281,4972,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20282,4973,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20283,5159,'_edit_last','1'),(20284,5160,'_edit_last','1'),(20285,5160,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_1633.jpg\";}}'),(20286,5161,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_1720.jpg\";}}'),(20287,5163,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_2274.jpg\";}}'),(20288,5164,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_2769.jpg\";}}'),(20289,5165,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_3097.jpg\";}}'),(20290,5166,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2762;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_3828.jpg\";}}'),(20291,5170,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2713;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_4163.jpg\";}}'),(20292,5172,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2746;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_4959.jpg\";}}'),(20293,5173,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2702;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_5412.jpg\";}}'),(20294,5174,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3016;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_6851.jpg\";}}'),(20295,5177,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:12:\"RREZ8647.jpg\";}}'),(20296,5179,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3925;s:6:\"height\";i:2615;s:4:\"file\";s:12:\"CAY_6646.jpg\";}}'),(20297,5182,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3600;s:6:\"height\";i:2400;s:4:\"file\";s:12:\"DSC_1678.jpg\";}}'),(20298,5206,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:4:\"file\";s:16:\"GW10205final.jpg\";}}'),(20299,5209,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4578;s:6:\"height\";i:3052;s:4:\"file\";s:13:\"CAY_6442b.jpg\";}}'),(20300,5213,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4800;s:6:\"height\";i:3200;s:4:\"file\";s:12:\"CAY_6636.jpg\";}}'),(20301,5263,'_wp_attachment_backup_sizes','a:5:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:4:\"file\";s:28:\"LEMON-SNAP-1-DEANO-COOK-.jpg\";}s:18:\"full-1484876916783\";a:3:{s:5:\"width\";i:2700;s:6:\"height\";i:1807;s:4:\"file\";s:43:\"LEMON-SNAP-1-DEANO-COOK--e1484876895257.jpg\";}s:18:\"full-1484877005337\";a:3:{s:5:\"width\";i:2700;s:6:\"height\";i:1807;s:4:\"file\";s:43:\"LEMON-SNAP-1-DEANO-COOK--e1484876916783.jpg\";}s:18:\"full-1484877162687\";a:3:{s:5:\"width\";i:2000;s:6:\"height\";i:1339;s:4:\"file\";s:43:\"LEMON-SNAP-1-DEANO-COOK--e1484877005337.jpg\";}s:18:\"full-1484877310796\";a:3:{s:5:\"width\";i:1700;s:6:\"height\";i:1138;s:4:\"file\";s:43:\"LEMON-SNAP-1-DEANO-COOK--e1484877162687.jpg\";}}'),(20302,5265,'_edit_last','1'),(20303,5265,'_wp_attachment_backup_sizes','a:6:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4288;s:6:\"height\";i:2848;s:4:\"file\";s:13:\"NAQ_4015b.jpg\";}s:18:\"full-1484876970227\";a:3:{s:5:\"width\";i:3000;s:6:\"height\";i:1993;s:4:\"file\";s:28:\"NAQ_4015b-e1484876949234.jpg\";}s:18:\"full-1484876993962\";a:3:{s:5:\"width\";i:3000;s:6:\"height\";i:1993;s:4:\"file\";s:28:\"NAQ_4015b-e1484876970227.jpg\";}s:18:\"full-1484877106800\";a:3:{s:5:\"width\";i:2500;s:6:\"height\";i:1660;s:4:\"file\";s:28:\"NAQ_4015b-e1484876993962.jpg\";}s:18:\"full-1484877138178\";a:3:{s:5:\"width\";i:2000;s:6:\"height\";i:1328;s:4:\"file\";s:28:\"NAQ_4015b-e1484877106800.jpg\";}s:18:\"full-1484877297871\";a:3:{s:5:\"width\";i:1700;s:6:\"height\";i:1129;s:4:\"file\";s:28:\"NAQ_4015b-e1484877138178.jpg\";}}'),(20304,5438,'_wp_attached_file','2017/01/TS30158-1.jpg'),(20305,5438,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3275;s:6:\"height\";i:2183;s:4:\"file\";s:21:\"2017/01/TS30158-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"TS30158-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"TS30158-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"TS30158-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"TS30158-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"TS30158-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"TS30158-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"TS30158-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:22:\"TS30158-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:19:\"TS30158-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:21:\"TS30158-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"TS30158-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:21:\"TS30158-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1187216927\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20306,5445,'_wp_attached_file','2017/01/deanocook-pic-1.jpg'),(20307,5445,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1203;s:4:\"file\";s:27:\"2017/01/deanocook-pic-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"deanocook-pic-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"deanocook-pic-1-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"deanocook-pic-1-768x342.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"deanocook-pic-1-1024x456.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"deanocook-pic-1-180x80.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"deanocook-pic-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"deanocook-pic-1-1000x446.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:446;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:28:\"deanocook-pic-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:25:\"deanocook-pic-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:27:\"deanocook-pic-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:25:\"deanocook-pic-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:27:\"deanocook-pic-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:10:\"Eddie Tapp\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20308,5446,'_wp_attached_file','2017/01/deanocook-s-1.jpg'),(20309,5446,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:891;s:4:\"file\";s:25:\"2017/01/deanocook-s-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"deanocook-s-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"deanocook-s-1-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"deanocook-s-1-768x342.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"deanocook-s-1-1024x456.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"deanocook-s-1-180x80.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"deanocook-s-1-1000x891.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:891;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"deanocook-s-1-1000x446.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:446;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:26:\"deanocook-s-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:23:\"deanocook-s-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:25:\"deanocook-s-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:23:\"deanocook-s-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:25:\"deanocook-s-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:10:\"Eddie Tapp\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20310,5447,'_wp_attached_file','2017/01/deanocook-l-1.jpg'),(20311,5447,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2890;s:6:\"height\";i:1203;s:4:\"file\";s:25:\"2017/01/deanocook-l-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"deanocook-l-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"deanocook-l-1-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"deanocook-l-1-768x320.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"deanocook-l-1-1024x426.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"deanocook-l-1-180x75.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"deanocook-l-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"deanocook-l-1-1000x416.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:26:\"deanocook-l-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:23:\"deanocook-l-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:25:\"deanocook-l-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:23:\"deanocook-l-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:25:\"deanocook-l-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:10:\"Eddie Tapp\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20312,5466,'_wp_attached_file','2017/02/cvcblackfinal-1.jpg'),(20313,5466,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2017/02/cvcblackfinal-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"cvcblackfinal-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"cvcblackfinal-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"cvcblackfinal-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:25:\"cvcblackfinal-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:27:\"cvcblackfinal-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:25:\"cvcblackfinal-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20314,5473,'_wp_attached_file','2017/02/cvcgreyfinal-1.jpg'),(20315,5473,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:26:\"2017/02/cvcgreyfinal-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"cvcgreyfinal-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"cvcgreyfinal-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"cvcgreyfinal-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:24:\"cvcgreyfinal-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:26:\"cvcgreyfinal-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:24:\"cvcgreyfinal-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20316,5480,'_wp_attached_file','2017/02/wvneckgrey-1.jpg'),(20317,5480,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:24:\"2017/02/wvneckgrey-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"wvneckgrey-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"wvneckgrey-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"wvneckgrey-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:22:\"wvneckgrey-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:24:\"wvneckgrey-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:22:\"wvneckgrey-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20318,5481,'_wp_attached_file','2017/02/mvneckblack-1.jpg'),(20319,5481,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2017/02/mvneckblack-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"mvneckblack-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"mvneckblack-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"mvneckblack-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:23:\"mvneckblack-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:25:\"mvneckblack-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:23:\"mvneckblack-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20320,5482,'_wp_attached_file','2017/02/wvneckblack-1.jpg'),(20321,5482,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2017/02/wvneckblack-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wvneckblack-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"wvneckblack-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"wvneckblack-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:23:\"wvneckblack-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:25:\"wvneckblack-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:23:\"wvneckblack-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20322,5483,'_wp_attached_file','2017/02/mvneckgrey-1.jpg'),(20323,5483,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:24:\"2017/02/mvneckgrey-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"mvneckgrey-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"mvneckgrey-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"mvneckgrey-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:22:\"mvneckgrey-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:24:\"mvneckgrey-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:22:\"mvneckgrey-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20324,5522,'_wp_attached_file','2017/02/FK10270-1.jpg'),(20325,5522,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3493;s:6:\"height\";i:2329;s:4:\"file\";s:21:\"2017/02/FK10270-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"FK10270-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"FK10270-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"FK10270-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"FK10270-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"FK10270-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"FK10270-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"FK10270-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:22:\"FK10270-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:19:\"FK10270-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:21:\"FK10270-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"FK10270-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:21:\"FK10270-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1278115140\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20326,5523,'_wp_attached_file','2017/02/NB10243-1.jpg'),(20327,5523,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2966;s:6:\"height\";i:1977;s:4:\"file\";s:21:\"2017/02/NB10243-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"NB10243-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"NB10243-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"NB10243-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"NB10243-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"NB10243-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"NB10243-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"NB10243-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:22:\"NB10243-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:19:\"NB10243-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:21:\"NB10243-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"NB10243-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:21:\"NB10243-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1181616403\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20328,5533,'_wp_attached_file','2017/02/TS40011-1.jpg'),(20329,5533,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:2400;s:4:\"file\";s:21:\"2017/02/TS40011-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"TS40011-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"TS40011-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"TS40011-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"TS40011-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"TS40011-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"TS40011-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"TS40011-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:22:\"TS40011-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:19:\"TS40011-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:21:\"TS40011-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"TS40011-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:21:\"TS40011-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1187298045\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20330,5538,'_wp_attached_file','2017/02/LEMON-SNAP-1-DEANO-COOKfinalb-1-1.jpg'),(20331,5538,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:4:\"file\";s:45:\"2017/02/LEMON-SNAP-1-DEANO-COOKfinalb-1-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"LEMON-SNAP-1-DEANO-COOKfinalb-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"LEMON-SNAP-1-DEANO-COOKfinalb-1-1-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"LEMON-SNAP-1-DEANO-COOKfinalb-1-1-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"LEMON-SNAP-1-DEANO-COOKfinalb-1-1-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"LEMON-SNAP-1-DEANO-COOKfinalb-1-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:47:\"LEMON-SNAP-1-DEANO-COOKfinalb-1-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"LEMON-SNAP-1-DEANO-COOKfinalb-1-1-1000x669.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:669;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:46:\"LEMON-SNAP-1-DEANO-COOKfinalb-1-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:43:\"LEMON-SNAP-1-DEANO-COOKfinalb-1-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:45:\"LEMON-SNAP-1-DEANO-COOKfinalb-1-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"LEMON-SNAP-1-DEANO-COOKfinalb-1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:45:\"LEMON-SNAP-1-DEANO-COOKfinalb-1-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1187174662\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20332,5543,'_wp_attached_file','2017/02/LEMON-SHARK-SUNSET-final-1.jpg'),(20333,5543,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:4:\"file\";s:38:\"2017/02/LEMON-SHARK-SUNSET-final-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"LEMON-SHARK-SUNSET-final-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"LEMON-SHARK-SUNSET-final-1-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"LEMON-SHARK-SUNSET-final-1-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"LEMON-SHARK-SUNSET-final-1-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"LEMON-SHARK-SUNSET-final-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"LEMON-SHARK-SUNSET-final-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"LEMON-SHARK-SUNSET-final-1-1000x669.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:669;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:39:\"LEMON-SHARK-SUNSET-final-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:36:\"LEMON-SHARK-SUNSET-final-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:38:\"LEMON-SHARK-SUNSET-final-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:36:\"LEMON-SHARK-SUNSET-final-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:38:\"LEMON-SHARK-SUNSET-final-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1187136000\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20334,5548,'_wp_attached_file','2017/02/LEMON-SHARK-CLEANED-BY-RAMORAS-2-1.jpg'),(20335,5548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:2400;s:4:\"file\";s:46:\"2017/02/LEMON-SHARK-CLEANED-BY-RAMORAS-2-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:47:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:47:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:44:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:46:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:44:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:46:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1187154826\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20336,5553,'_wp_attached_file','2017/02/DSC_8573-1.jpg'),(20337,5553,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4288;s:6:\"height\";i:2848;s:4:\"file\";s:22:\"2017/02/DSC_8573-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_8573-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"DSC_8573-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"DSC_8573-1-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"DSC_8573-1-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_8573-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"DSC_8573-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"DSC_8573-1-1000x664.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:23:\"DSC_8573-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"DSC_8573-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"DSC_8573-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"DSC_8573-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"DSC_8573-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1345708076\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"12\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20338,5559,'_wp_attached_file','2017/02/TIGER-SHARK-5-2007-copy-1.jpg'),(20339,5559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:2400;s:4:\"file\";s:37:\"2017/02/TIGER-SHARK-5-2007-copy-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"TIGER-SHARK-5-2007-copy-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"TIGER-SHARK-5-2007-copy-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"TIGER-SHARK-5-2007-copy-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"TIGER-SHARK-5-2007-copy-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"TIGER-SHARK-5-2007-copy-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"TIGER-SHARK-5-2007-copy-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"TIGER-SHARK-5-2007-copy-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:38:\"TIGER-SHARK-5-2007-copy-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:35:\"TIGER-SHARK-5-2007-copy-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:37:\"TIGER-SHARK-5-2007-copy-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"TIGER-SHARK-5-2007-copy-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:37:\"TIGER-SHARK-5-2007-copy-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1187155249\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20340,5560,'_wp_attached_file','2017/02/VI1_2425-1.jpg'),(20341,5560,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3848;s:6:\"height\";i:2566;s:4:\"file\";s:22:\"2017/02/VI1_2425-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"VI1_2425-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"VI1_2425-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"VI1_2425-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"VI1_2425-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"VI1_2425-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"VI1_2425-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"VI1_2425-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:23:\"VI1_2425-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"VI1_2425-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"VI1_2425-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"VI1_2425-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"VI1_2425-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1376932814\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"10.5\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20342,5582,'_wp_attached_file','2016/04/IMG_4915-1.jpg'),(20343,5582,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:22:\"2016/04/IMG_4915-1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_4915-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IMG_4915-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"IMG_4915-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_4915-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"IMG_4915-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"IMG_4915-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:23:\"IMG_4915-1-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_4915-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"IMG_4915-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_4915-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"IMG_4915-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20344,5586,'_wp_attached_file','2016/04/double-1.png'),(20345,5586,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:551;s:6:\"height\";i:369;s:4:\"file\";s:20:\"2016/04/double-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"double-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"double-1-300x201.png\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"double-1-180x121.png\";s:5:\"width\";i:180;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:18:\"double-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:18:\"double-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20346,5595,'_wp_attached_file','2016/04/deanojilliantatpoollow-1.jpg'),(20347,5595,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1062;s:6:\"height\";i:1600;s:4:\"file\";s:36:\"2016/04/deanojilliantatpoollow-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"deanojilliantatpoollow-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"deanojilliantatpoollow-1-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"deanojilliantatpoollow-1-768x1157.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"deanojilliantatpoollow-1-680x1024.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"deanojilliantatpoollow-1-119x180.jpg\";s:5:\"width\";i:119;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:38:\"deanojilliantatpoollow-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"deanojilliantatpoollow-1-1000x1507.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:37:\"deanojilliantatpoollow-1-1062x767.jpg\";s:5:\"width\";i:1062;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:34:\"deanojilliantatpoollow-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:36:\"deanojilliantatpoollow-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:34:\"deanojilliantatpoollow-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:36:\"deanojilliantatpoollow-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20348,5597,'_wp_attached_file','2016/04/IMG_5735-1.jpg'),(20349,5597,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:22:\"2016/04/IMG_5735-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_5735-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IMG_5735-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"IMG_5735-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"IMG_5735-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_5735-1-180x135.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"IMG_5735-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"IMG_5735-1-1000x750.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:23:\"IMG_5735-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_5735-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"IMG_5735-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_5735-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"IMG_5735-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 5s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1421856886\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20350,5622,'_wp_attached_file','2017/02/TigersharkBeach-2.jpg'),(20351,5622,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:576;s:6:\"height\";i:768;s:4:\"file\";s:29:\"2017/02/TigersharkBeach-2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"TigersharkBeach-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"TigersharkBeach-2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"TigersharkBeach-2-135x180.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:29:\"TigersharkBeach-2-576x767.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:27:\"TigersharkBeach-2-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:29:\"TigersharkBeach-2-576x400.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:27:\"TigersharkBeach-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:29:\"TigersharkBeach-2-576x600.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Model Super8k\";s:7:\"caption\";s:101:\"TigersharkBeach, 2/3/09, 12:23 PM, 8C, 7390x9575 (329+0), 108%, Custom, 1/30 s, R67.6, G34.6, B52.2\";s:17:\"created_timestamp\";s:10:\"1233663792\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20352,5624,'_wp_attached_file','2017/02/CLOSER-LOOK-1.jpg'),(20353,5624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1800;s:4:\"file\";s:25:\"2017/02/CLOSER-LOOK-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"CLOSER-LOOK-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"CLOSER-LOOK-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"CLOSER-LOOK-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"CLOSER-LOOK-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"CLOSER-LOOK-1-180x135.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"CLOSER-LOOK-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"CLOSER-LOOK-1-1000x750.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:26:\"CLOSER-LOOK-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:23:\"CLOSER-LOOK-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:25:\"CLOSER-LOOK-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:23:\"CLOSER-LOOK-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:25:\"CLOSER-LOOK-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20354,5625,'_wp_attached_file','2017/02/Dolphin-FINAL-1.jpg'),(20355,5625,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:3000;s:4:\"file\";s:27:\"2017/02/Dolphin-FINAL-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Dolphin-FINAL-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Dolphin-FINAL-1-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Dolphin-FINAL-1-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Dolphin-FINAL-1-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"Dolphin-FINAL-1-144x180.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"Dolphin-FINAL-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"Dolphin-FINAL-1-1000x1250.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:28:\"Dolphin-FINAL-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:25:\"Dolphin-FINAL-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:27:\"Dolphin-FINAL-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:25:\"Dolphin-FINAL-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:27:\"Dolphin-FINAL-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20356,5626,'_wp_attached_file','2017/02/GEARHEAD-GIRL-1.jpg'),(20357,5626,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6415;s:6:\"height\";i:8565;s:4:\"file\";s:27:\"2017/02/GEARHEAD-GIRL-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"GEARHEAD-GIRL-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"GEARHEAD-GIRL-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"GEARHEAD-GIRL-1-768x1025.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"GEARHEAD-GIRL-1-767x1024.jpg\";s:5:\"width\";i:767;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"GEARHEAD-GIRL-1-135x180.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"GEARHEAD-GIRL-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"GEARHEAD-GIRL-1-1000x1335.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:28:\"GEARHEAD-GIRL-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:25:\"GEARHEAD-GIRL-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:27:\"GEARHEAD-GIRL-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:25:\"GEARHEAD-GIRL-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:27:\"GEARHEAD-GIRL-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20358,5627,'_wp_attached_file','2017/02/Hawksbill-SeaTurtle-1-1.jpg'),(20361,4855,'_wp_attachment_image_alt','Deano Cook Lemon Shark Sunset'),(20362,4865,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20363,4866,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20364,4867,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20365,4868,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20366,4869,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20367,4870,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20368,4871,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20369,4872,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20370,4873,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20371,4874,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20372,4875,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20373,4876,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20374,4877,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20375,4952,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20376,4953,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20377,4954,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20378,4955,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20379,4957,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20380,4958,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20381,4959,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20382,4960,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20383,4962,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20384,4963,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20385,4964,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20386,4966,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20387,4967,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20388,4969,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20389,4970,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20390,4971,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20391,4972,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20392,4973,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20393,5159,'_edit_last','1'),(20394,5160,'_edit_last','1'),(20395,5160,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_1633.jpg\";}}'),(20396,5161,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_1720.jpg\";}}'),(20397,5163,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_2274.jpg\";}}'),(20398,5164,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_2769.jpg\";}}'),(20399,5165,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_3097.jpg\";}}'),(20400,5166,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2762;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_3828.jpg\";}}'),(20401,5170,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2713;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_4163.jpg\";}}'),(20402,5172,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2746;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_4959.jpg\";}}'),(20403,5173,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2702;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_5412.jpg\";}}'),(20404,5174,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3016;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_6851.jpg\";}}'),(20405,5177,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:12:\"RREZ8647.jpg\";}}'),(20406,5179,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3925;s:6:\"height\";i:2615;s:4:\"file\";s:12:\"CAY_6646.jpg\";}}'),(20407,5182,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3600;s:6:\"height\";i:2400;s:4:\"file\";s:12:\"DSC_1678.jpg\";}}'),(20408,5206,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:4:\"file\";s:16:\"GW10205final.jpg\";}}'),(20409,5209,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4578;s:6:\"height\";i:3052;s:4:\"file\";s:13:\"CAY_6442b.jpg\";}}'),(20410,5213,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4800;s:6:\"height\";i:3200;s:4:\"file\";s:12:\"CAY_6636.jpg\";}}'),(20411,5263,'_wp_attachment_backup_sizes','a:5:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:4:\"file\";s:28:\"LEMON-SNAP-1-DEANO-COOK-.jpg\";}s:18:\"full-1484876916783\";a:3:{s:5:\"width\";i:2700;s:6:\"height\";i:1807;s:4:\"file\";s:43:\"LEMON-SNAP-1-DEANO-COOK--e1484876895257.jpg\";}s:18:\"full-1484877005337\";a:3:{s:5:\"width\";i:2700;s:6:\"height\";i:1807;s:4:\"file\";s:43:\"LEMON-SNAP-1-DEANO-COOK--e1484876916783.jpg\";}s:18:\"full-1484877162687\";a:3:{s:5:\"width\";i:2000;s:6:\"height\";i:1339;s:4:\"file\";s:43:\"LEMON-SNAP-1-DEANO-COOK--e1484877005337.jpg\";}s:18:\"full-1484877310796\";a:3:{s:5:\"width\";i:1700;s:6:\"height\";i:1138;s:4:\"file\";s:43:\"LEMON-SNAP-1-DEANO-COOK--e1484877162687.jpg\";}}'),(20412,5265,'_edit_last','1'),(20413,5265,'_wp_attachment_backup_sizes','a:6:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4288;s:6:\"height\";i:2848;s:4:\"file\";s:13:\"NAQ_4015b.jpg\";}s:18:\"full-1484876970227\";a:3:{s:5:\"width\";i:3000;s:6:\"height\";i:1993;s:4:\"file\";s:28:\"NAQ_4015b-e1484876949234.jpg\";}s:18:\"full-1484876993962\";a:3:{s:5:\"width\";i:3000;s:6:\"height\";i:1993;s:4:\"file\";s:28:\"NAQ_4015b-e1484876970227.jpg\";}s:18:\"full-1484877106800\";a:3:{s:5:\"width\";i:2500;s:6:\"height\";i:1660;s:4:\"file\";s:28:\"NAQ_4015b-e1484876993962.jpg\";}s:18:\"full-1484877138178\";a:3:{s:5:\"width\";i:2000;s:6:\"height\";i:1328;s:4:\"file\";s:28:\"NAQ_4015b-e1484877106800.jpg\";}s:18:\"full-1484877297871\";a:3:{s:5:\"width\";i:1700;s:6:\"height\";i:1129;s:4:\"file\";s:28:\"NAQ_4015b-e1484877138178.jpg\";}}'),(20414,5628,'_wp_attached_file','2017/02/LOGGERHEAD-SEATURTLE-FINAL-PHOTO-1-1.jpg'),(20415,5628,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2400;s:4:\"file\";s:48:\"2017/02/LOGGERHEAD-SEATURTLE-FINAL-PHOTO-1-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-1-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-1-1-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-1-1-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-1-1-180x144.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:50:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-1-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:49:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-1-1-1000x800.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:49:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-1-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:46:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-1-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:48:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-1-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:46:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:48:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-1-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20416,5629,'_wp_attached_file','2017/02/SEALY-GIRL-LOW-RES-LITHO-FILE-1.jpg'),(20417,5629,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5586;s:6:\"height\";i:7359;s:4:\"file\";s:43:\"2017/02/SEALY-GIRL-LOW-RES-LITHO-FILE-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"SEALY-GIRL-LOW-RES-LITHO-FILE-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"SEALY-GIRL-LOW-RES-LITHO-FILE-1-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"SEALY-GIRL-LOW-RES-LITHO-FILE-1-768x1012.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1012;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"SEALY-GIRL-LOW-RES-LITHO-FILE-1-777x1024.jpg\";s:5:\"width\";i:777;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"SEALY-GIRL-LOW-RES-LITHO-FILE-1-137x180.jpg\";s:5:\"width\";i:137;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"SEALY-GIRL-LOW-RES-LITHO-FILE-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"SEALY-GIRL-LOW-RES-LITHO-FILE-1-1000x1317.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1317;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:44:\"SEALY-GIRL-LOW-RES-LITHO-FILE-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:41:\"SEALY-GIRL-LOW-RES-LITHO-FILE-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:43:\"SEALY-GIRL-LOW-RES-LITHO-FILE-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"SEALY-GIRL-LOW-RES-LITHO-FILE-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:43:\"SEALY-GIRL-LOW-RES-LITHO-FILE-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20418,5630,'_wp_attached_file','2017/02/SHARK-STUDY-1-1-1.jpg'),(20419,5630,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2820;s:6:\"height\";i:2256;s:4:\"file\";s:29:\"2017/02/SHARK-STUDY-1-1-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"SHARK-STUDY-1-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"SHARK-STUDY-1-1-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"SHARK-STUDY-1-1-1-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"SHARK-STUDY-1-1-1-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"SHARK-STUDY-1-1-1-180x144.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"SHARK-STUDY-1-1-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"SHARK-STUDY-1-1-1-1000x800.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:30:\"SHARK-STUDY-1-1-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:27:\"SHARK-STUDY-1-1-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:29:\"SHARK-STUDY-1-1-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:27:\"SHARK-STUDY-1-1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:29:\"SHARK-STUDY-1-1-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20420,5631,'_wp_attached_file','2017/02/SHARK-STUDY-2-1.jpg'),(20421,6110,'_wc_rating_count','a:0:{}'),(20422,6110,'_wc_review_count','0'),(20423,6110,'_wc_average_rating','0'),(20426,4855,'_wp_attachment_image_alt','Deano Cook Lemon Shark Sunset'),(20427,4865,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20428,4866,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20429,4867,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20430,4868,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20431,4869,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20432,4870,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20433,4871,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20434,4872,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20435,4873,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20436,4874,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20437,4875,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20438,4876,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20439,4877,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20440,4952,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20441,4953,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20442,4954,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20443,4955,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20444,4957,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20445,4958,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20446,4959,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20447,4960,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20448,4962,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20449,4963,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20450,4964,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20451,4966,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20452,4967,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20453,4969,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20454,4970,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20455,4971,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20456,4972,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20457,4973,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20458,5159,'_edit_last','1'),(20459,5160,'_edit_last','1'),(20460,5160,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_1633.jpg\";}}'),(20461,5161,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_1720.jpg\";}}'),(20462,5163,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_2274.jpg\";}}'),(20463,5164,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_2769.jpg\";}}'),(20464,5165,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_3097.jpg\";}}'),(20465,5166,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2762;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_3828.jpg\";}}'),(20466,5170,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2713;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_4163.jpg\";}}'),(20467,5172,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2746;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_4959.jpg\";}}'),(20468,5173,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2702;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_5412.jpg\";}}'),(20469,5174,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3016;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_6851.jpg\";}}'),(20470,5177,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:12:\"RREZ8647.jpg\";}}'),(20471,5179,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3925;s:6:\"height\";i:2615;s:4:\"file\";s:12:\"CAY_6646.jpg\";}}'),(20472,5182,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3600;s:6:\"height\";i:2400;s:4:\"file\";s:12:\"DSC_1678.jpg\";}}'),(20473,5206,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:4:\"file\";s:16:\"GW10205final.jpg\";}}'),(20474,5209,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4578;s:6:\"height\";i:3052;s:4:\"file\";s:13:\"CAY_6442b.jpg\";}}'),(20475,5213,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4800;s:6:\"height\";i:3200;s:4:\"file\";s:12:\"CAY_6636.jpg\";}}'),(20476,5263,'_wp_attachment_backup_sizes','a:5:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:4:\"file\";s:28:\"LEMON-SNAP-1-DEANO-COOK-.jpg\";}s:18:\"full-1484876916783\";a:3:{s:5:\"width\";i:2700;s:6:\"height\";i:1807;s:4:\"file\";s:43:\"LEMON-SNAP-1-DEANO-COOK--e1484876895257.jpg\";}s:18:\"full-1484877005337\";a:3:{s:5:\"width\";i:2700;s:6:\"height\";i:1807;s:4:\"file\";s:43:\"LEMON-SNAP-1-DEANO-COOK--e1484876916783.jpg\";}s:18:\"full-1484877162687\";a:3:{s:5:\"width\";i:2000;s:6:\"height\";i:1339;s:4:\"file\";s:43:\"LEMON-SNAP-1-DEANO-COOK--e1484877005337.jpg\";}s:18:\"full-1484877310796\";a:3:{s:5:\"width\";i:1700;s:6:\"height\";i:1138;s:4:\"file\";s:43:\"LEMON-SNAP-1-DEANO-COOK--e1484877162687.jpg\";}}'),(20477,5265,'_edit_last','1'),(20478,5265,'_wp_attachment_backup_sizes','a:6:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4288;s:6:\"height\";i:2848;s:4:\"file\";s:13:\"NAQ_4015b.jpg\";}s:18:\"full-1484876970227\";a:3:{s:5:\"width\";i:3000;s:6:\"height\";i:1993;s:4:\"file\";s:28:\"NAQ_4015b-e1484876949234.jpg\";}s:18:\"full-1484876993962\";a:3:{s:5:\"width\";i:3000;s:6:\"height\";i:1993;s:4:\"file\";s:28:\"NAQ_4015b-e1484876970227.jpg\";}s:18:\"full-1484877106800\";a:3:{s:5:\"width\";i:2500;s:6:\"height\";i:1660;s:4:\"file\";s:28:\"NAQ_4015b-e1484876993962.jpg\";}s:18:\"full-1484877138178\";a:3:{s:5:\"width\";i:2000;s:6:\"height\";i:1328;s:4:\"file\";s:28:\"NAQ_4015b-e1484877106800.jpg\";}s:18:\"full-1484877297871\";a:3:{s:5:\"width\";i:1700;s:6:\"height\";i:1129;s:4:\"file\";s:28:\"NAQ_4015b-e1484877138178.jpg\";}}'),(20479,5632,'_wp_attached_file','2017/02/TigersharkBeach-1-1.jpg'),(20480,5632,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:576;s:6:\"height\";i:768;s:4:\"file\";s:31:\"2017/02/TigersharkBeach-1-1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"TigersharkBeach-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"TigersharkBeach-1-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"TigersharkBeach-1-1-135x180.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:31:\"TigersharkBeach-1-1-576x767.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:29:\"TigersharkBeach-1-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:31:\"TigersharkBeach-1-1-576x400.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:29:\"TigersharkBeach-1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:31:\"TigersharkBeach-1-1-576x600.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20481,5633,'_wp_attached_file','2017/02/TORTUGA-DEL-MAR-1.jpg'),(20482,5633,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3992;s:6:\"height\";i:3194;s:4:\"file\";s:29:\"2017/02/TORTUGA-DEL-MAR-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"TORTUGA-DEL-MAR-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"TORTUGA-DEL-MAR-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"TORTUGA-DEL-MAR-1-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"TORTUGA-DEL-MAR-1-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"TORTUGA-DEL-MAR-1-180x144.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"TORTUGA-DEL-MAR-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"TORTUGA-DEL-MAR-1-1000x800.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:30:\"TORTUGA-DEL-MAR-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:27:\"TORTUGA-DEL-MAR-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:29:\"TORTUGA-DEL-MAR-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:27:\"TORTUGA-DEL-MAR-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:29:\"TORTUGA-DEL-MAR-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20483,5638,'_wp_attached_file','2017/02/LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn-1.jpg'),(20484,5638,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:960;s:4:\"file\";s:49:\"2017/02/LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn-1-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn-1-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn-1-180x144.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:50:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn-1-1000x960.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn-1-1000x800.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:50:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:47:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:49:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:47:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:49:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20485,5655,'_wp_attached_file','2017/02/SEALY-GIRL-tn-1.jpg'),(20486,5655,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1317;s:4:\"file\";s:27:\"2017/02/SEALY-GIRL-tn-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"SEALY-GIRL-tn-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"SEALY-GIRL-tn-1-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"SEALY-GIRL-tn-1-768x1011.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1011;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"SEALY-GIRL-tn-1-778x1024.jpg\";s:5:\"width\";i:778;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"SEALY-GIRL-tn-1-137x180.jpg\";s:5:\"width\";i:137;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"SEALY-GIRL-tn-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"SEALY-GIRL-tn-1-1000x1317.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1317;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:28:\"SEALY-GIRL-tn-1-1000x767.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:25:\"SEALY-GIRL-tn-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:27:\"SEALY-GIRL-tn-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:25:\"SEALY-GIRL-tn-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:27:\"SEALY-GIRL-tn-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20487,5656,'_wp_attached_file','2017/02/GEARHEAD-GIRL-tn-1.jpg'),(20488,5656,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1335;s:4:\"file\";s:30:\"2017/02/GEARHEAD-GIRL-tn-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"GEARHEAD-GIRL-tn-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"GEARHEAD-GIRL-tn-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"GEARHEAD-GIRL-tn-1-768x1025.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"GEARHEAD-GIRL-tn-1-767x1024.jpg\";s:5:\"width\";i:767;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"GEARHEAD-GIRL-tn-1-135x180.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"GEARHEAD-GIRL-tn-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"GEARHEAD-GIRL-tn-1-1000x1335.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:31:\"GEARHEAD-GIRL-tn-1-1000x767.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:28:\"GEARHEAD-GIRL-tn-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:30:\"GEARHEAD-GIRL-tn-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:28:\"GEARHEAD-GIRL-tn-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:30:\"GEARHEAD-GIRL-tn-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20489,5657,'_wp_attached_file','2017/02/CLOSER-LOOKtn-2.jpg'),(20490,5657,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:750;s:4:\"file\";s:27:\"2017/02/CLOSER-LOOKtn-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"CLOSER-LOOKtn-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"CLOSER-LOOKtn-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"CLOSER-LOOKtn-2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"CLOSER-LOOKtn-2-180x135.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"CLOSER-LOOKtn-2-1000x750.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"CLOSER-LOOKtn-2-1000x750.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:25:\"CLOSER-LOOKtn-2-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:27:\"CLOSER-LOOKtn-2-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:25:\"CLOSER-LOOKtn-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:27:\"CLOSER-LOOKtn-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20491,5658,'_wp_attached_file','2017/02/Dolphin-FINAL-tn-1.jpg'),(20492,5658,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1250;s:4:\"file\";s:30:\"2017/02/Dolphin-FINAL-tn-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Dolphin-FINAL-tn-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Dolphin-FINAL-tn-1-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Dolphin-FINAL-tn-1-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Dolphin-FINAL-tn-1-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Dolphin-FINAL-tn-1-144x180.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"Dolphin-FINAL-tn-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"Dolphin-FINAL-tn-1-1000x1250.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:31:\"Dolphin-FINAL-tn-1-1000x767.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:28:\"Dolphin-FINAL-tn-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:30:\"Dolphin-FINAL-tn-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:28:\"Dolphin-FINAL-tn-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:30:\"Dolphin-FINAL-tn-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20493,5660,'_wp_attached_file','2016/04/IMG_1681-1.jpg'),(20494,5660,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3024;s:6:\"height\";i:3024;s:4:\"file\";s:22:\"2016/04/IMG_1681-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_1681-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IMG_1681-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"IMG_1681-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"IMG_1681-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_1681-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"IMG_1681-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"IMG_1681-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:23:\"IMG_1681-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_1681-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"IMG_1681-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_1681-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"IMG_1681-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20495,5661,'_wp_attached_file','2016/04/IMG_3018-1.jpg'),(20496,5661,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:22:\"2016/04/IMG_3018-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_3018-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IMG_3018-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"IMG_3018-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"IMG_3018-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_3018-1-135x180.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"IMG_3018-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"IMG_3018-1-1000x1333.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:23:\"IMG_3018-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_3018-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"IMG_3018-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_3018-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"IMG_3018-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20497,5662,'_wp_attached_file','2016/04/IMG_3095-2.jpg'),(20498,5662,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:22:\"2016/04/IMG_3095-2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_3095-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IMG_3095-2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"IMG_3095-2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"IMG_3095-2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_3095-2-135x180.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"IMG_3095-2-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"IMG_3095-2-1000x1333.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:23:\"IMG_3095-2-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_3095-2-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"IMG_3095-2-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_3095-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"IMG_3095-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20499,5663,'_wp_attached_file','2016/04/IMG_3687-2.jpg'),(20500,5663,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:22:\"2016/04/IMG_3687-2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_3687-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IMG_3687-2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"IMG_3687-2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"IMG_3687-2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_3687-2-135x180.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"IMG_3687-2-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"IMG_3687-2-1000x1333.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:23:\"IMG_3687-2-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_3687-2-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"IMG_3687-2-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_3687-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"IMG_3687-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20501,5664,'_wp_attached_file','2016/04/IMG_3774-1.jpg'),(20502,5664,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2448;s:6:\"height\";i:3264;s:4:\"file\";s:22:\"2016/04/IMG_3774-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_3774-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IMG_3774-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"IMG_3774-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"IMG_3774-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_3774-1-135x180.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"IMG_3774-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"IMG_3774-1-1000x1333.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:23:\"IMG_3774-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_3774-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"IMG_3774-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_3774-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"IMG_3774-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20503,5665,'_wp_attached_file','2016/04/IMG_3809-1.jpg'),(20504,5665,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:22:\"2016/04/IMG_3809-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_3809-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IMG_3809-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"IMG_3809-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"IMG_3809-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_3809-1-135x180.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"IMG_3809-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"IMG_3809-1-1000x1333.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:23:\"IMG_3809-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_3809-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"IMG_3809-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_3809-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"IMG_3809-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20505,5667,'_wp_attached_file','2016/04/IMG_4009b-1.jpg'),(20506,5667,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2400;s:4:\"file\";s:23:\"2016/04/IMG_4009b-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"IMG_4009b-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"IMG_4009b-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"IMG_4009b-1-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"IMG_4009b-1-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"IMG_4009b-1-180x144.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"IMG_4009b-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"IMG_4009b-1-1000x800.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:24:\"IMG_4009b-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:21:\"IMG_4009b-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:23:\"IMG_4009b-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:21:\"IMG_4009b-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:23:\"IMG_4009b-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20507,5668,'_wp_attached_file','2016/04/IMG_4959-1.jpg'),(20508,5668,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2746;s:6:\"height\";i:3264;s:4:\"file\";s:22:\"2016/04/IMG_4959-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_4959-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IMG_4959-1-252x300.jpg\";s:5:\"width\";i:252;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"IMG_4959-1-768x913.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:913;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"IMG_4959-1-861x1024.jpg\";s:5:\"width\";i:861;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_4959-1-151x180.jpg\";s:5:\"width\";i:151;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"IMG_4959-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"IMG_4959-1-1000x1189.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:23:\"IMG_4959-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_4959-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"IMG_4959-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_4959-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"IMG_4959-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20509,5669,'_wp_attached_file','2016/04/IMG_5367-2.jpg'),(20510,5669,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2250;s:6:\"height\";i:3000;s:4:\"file\";s:22:\"2016/04/IMG_5367-2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_5367-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IMG_5367-2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"IMG_5367-2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"IMG_5367-2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_5367-2-135x180.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"IMG_5367-2-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"IMG_5367-2-1000x1333.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:23:\"IMG_5367-2-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_5367-2-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"IMG_5367-2-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_5367-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"IMG_5367-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20511,5670,'_wp_attached_file','2016/04/IMG_5633-1.jpg'),(20512,5670,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:22:\"2016/04/IMG_5633-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_5633-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IMG_5633-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"IMG_5633-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"IMG_5633-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_5633-1-135x180.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"IMG_5633-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"IMG_5633-1-1000x1333.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:23:\"IMG_5633-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_5633-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"IMG_5633-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_5633-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"IMG_5633-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20513,5712,'_wp_attached_file','2016/03/DAN-1.jpg'),(20514,5712,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:269;s:6:\"height\";i:144;s:4:\"file\";s:17:\"2016/03/DAN-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"DAN-1-150x144.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"DAN-1-180x96.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:15:\"DAN-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:15:\"DAN-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20515,5713,'_wp_attached_file','2016/03/Oceanartist-1.jpg'),(20516,5713,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:269;s:6:\"height\";i:144;s:4:\"file\";s:25:\"2016/03/Oceanartist-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Oceanartist-1-150x144.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"Oceanartist-1-180x96.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:23:\"Oceanartist-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:23:\"Oceanartist-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20517,5714,'_wp_attached_file','2016/03/PADI-1.jpg'),(20518,5714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:269;s:6:\"height\";i:144;s:4:\"file\";s:18:\"2016/03/PADI-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"PADI-1-150x144.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"PADI-1-180x96.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:16:\"PADI-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:16:\"PADI-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20519,5716,'_wp_attached_file','2016/03/Psycho-1.jpg'),(20520,5716,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:269;s:6:\"height\";i:144;s:4:\"file\";s:20:\"2016/03/Psycho-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Psycho-1-150x144.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"Psycho-1-180x96.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:18:\"Psycho-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:18:\"Psycho-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20521,5721,'_wp_attached_file','2016/03/FKIrons-1.jpg'),(20522,5721,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:269;s:6:\"height\";i:144;s:4:\"file\";s:21:\"2016/03/FKIrons-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"FKIrons-1-150x144.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"FKIrons-1-180x96.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:19:\"FKIrons-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"FKIrons-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20523,5722,'_wp_attached_file','2016/03/Fusion-1.jpg'),(20524,5722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:269;s:6:\"height\";i:144;s:4:\"file\";s:20:\"2016/03/Fusion-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Fusion-1-150x144.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"Fusion-1-180x96.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:18:\"Fusion-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:18:\"Fusion-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20525,5723,'_wp_attached_file','2016/03/H2Ocean-1.jpg'),(20526,5723,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:269;s:6:\"height\";i:144;s:4:\"file\";s:21:\"2016/03/H2Ocean-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"H2Ocean-1-150x144.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"H2Ocean-1-180x96.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:19:\"H2Ocean-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"H2Ocean-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20527,5724,'_wp_attached_file','2016/03/KingPin-1.jpg'),(20528,5724,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:269;s:6:\"height\";i:144;s:4:\"file\";s:21:\"2016/03/KingPin-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"KingPin-1-150x144.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"KingPin-1-180x96.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:19:\"KingPin-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"KingPin-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20529,5725,'_wp_attached_file','2016/03/Pelagic-1.jpg'),(20530,5725,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:269;s:6:\"height\";i:144;s:4:\"file\";s:21:\"2016/03/Pelagic-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Pelagic-1-150x144.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"Pelagic-1-180x96.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:19:\"Pelagic-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"Pelagic-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20531,5729,'_wp_attached_file','2016/03/Atomic-1.jpg'),(20532,5729,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:269;s:6:\"height\";i:144;s:4:\"file\";s:20:\"2016/03/Atomic-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Atomic-1-150x144.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"Atomic-1-180x96.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:18:\"Atomic-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:18:\"Atomic-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20533,5730,'_wp_attached_file','2016/03/Nikon-1.jpg'),(20534,5730,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:269;s:6:\"height\";i:144;s:4:\"file\";s:19:\"2016/03/Nikon-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Nikon-1-150x144.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"Nikon-1-180x96.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:17:\"Nikon-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:17:\"Nikon-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20535,5731,'_wp_attached_file','2016/03/ScubaPro-1.jpg'),(20536,5731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:269;s:6:\"height\";i:144;s:4:\"file\";s:22:\"2016/03/ScubaPro-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"ScubaPro-1-150x144.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"ScubaPro-1-180x96.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"ScubaPro-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"ScubaPro-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20537,5732,'_wp_attached_file','2016/03/SeaandSea-1.jpg'),(20538,5732,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:269;s:6:\"height\";i:144;s:4:\"file\";s:23:\"2016/03/SeaandSea-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"SeaandSea-1-150x144.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"SeaandSea-1-180x96.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:21:\"SeaandSea-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:21:\"SeaandSea-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20539,5769,'_wp_attached_file','2017/02/Dolphin-FINAL-sq-1.png'),(20540,5769,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:3000;s:4:\"file\";s:30:\"2017/02/Dolphin-FINAL-sq-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Dolphin-FINAL-sq-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Dolphin-FINAL-sq-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Dolphin-FINAL-sq-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Dolphin-FINAL-sq-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Dolphin-FINAL-sq-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"Dolphin-FINAL-sq-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"Dolphin-FINAL-sq-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:31:\"Dolphin-FINAL-sq-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:28:\"Dolphin-FINAL-sq-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:30:\"Dolphin-FINAL-sq-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:28:\"Dolphin-FINAL-sq-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:30:\"Dolphin-FINAL-sq-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20541,5770,'_wp_attached_file','2017/02/Dolphin-FINAL-sm-sq-1.png'),(20542,5770,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:900;s:4:\"file\";s:33:\"2017/02/Dolphin-FINAL-sm-sq-1.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Dolphin-FINAL-sm-sq-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Dolphin-FINAL-sm-sq-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Dolphin-FINAL-sm-sq-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"Dolphin-FINAL-sm-sq-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:33:\"Dolphin-FINAL-sm-sq-1-900x767.png\";s:5:\"width\";i:900;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:31:\"Dolphin-FINAL-sm-sq-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:33:\"Dolphin-FINAL-sm-sq-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:31:\"Dolphin-FINAL-sm-sq-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:33:\"Dolphin-FINAL-sm-sq-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20543,5771,'_wp_attached_file','2017/02/CLOSER-LOOKtn-1-1.jpg'),(20544,5771,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:750;s:4:\"file\";s:29:\"2017/02/CLOSER-LOOKtn-1-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"CLOSER-LOOKtn-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"CLOSER-LOOKtn-1-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"CLOSER-LOOKtn-1-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"CLOSER-LOOKtn-1-1-180x135.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"CLOSER-LOOKtn-1-1-1000x750.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"CLOSER-LOOKtn-1-1-1000x750.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:27:\"CLOSER-LOOKtn-1-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:29:\"CLOSER-LOOKtn-1-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:27:\"CLOSER-LOOKtn-1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:29:\"CLOSER-LOOKtn-1-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20545,5772,'_wp_attached_file','2017/02/CLOSER-LOOK-tn-1.png'),(20546,5772,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:900;s:4:\"file\";s:28:\"2017/02/CLOSER-LOOK-tn-1.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"CLOSER-LOOK-tn-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"CLOSER-LOOK-tn-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"CLOSER-LOOK-tn-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"CLOSER-LOOK-tn-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:28:\"CLOSER-LOOK-tn-1-900x767.png\";s:5:\"width\";i:900;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:26:\"CLOSER-LOOK-tn-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:28:\"CLOSER-LOOK-tn-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:26:\"CLOSER-LOOK-tn-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:28:\"CLOSER-LOOK-tn-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20547,5773,'_wp_attached_file','2017/02/TigersharkBeach-tn-1.png'),(20548,5773,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:768;s:4:\"file\";s:32:\"2017/02/TigersharkBeach-tn-1.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"TigersharkBeach-tn-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"TigersharkBeach-tn-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"TigersharkBeach-tn-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"TigersharkBeach-tn-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:32:\"TigersharkBeach-tn-1-768x767.png\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:30:\"TigersharkBeach-tn-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:32:\"TigersharkBeach-tn-1-768x400.png\";s:5:\"width\";i:768;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:30:\"TigersharkBeach-tn-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:32:\"TigersharkBeach-tn-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20549,5777,'_wp_attached_file','2017/02/GEARHEAD-GIRL-tn-1.png'),(20550,5777,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:30:\"2017/02/GEARHEAD-GIRL-tn-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"GEARHEAD-GIRL-tn-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"GEARHEAD-GIRL-tn-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"GEARHEAD-GIRL-tn-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"GEARHEAD-GIRL-tn-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"GEARHEAD-GIRL-tn-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"GEARHEAD-GIRL-tn-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"GEARHEAD-GIRL-tn-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:31:\"GEARHEAD-GIRL-tn-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:28:\"GEARHEAD-GIRL-tn-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:30:\"GEARHEAD-GIRL-tn-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:28:\"GEARHEAD-GIRL-tn-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:30:\"GEARHEAD-GIRL-tn-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20551,5781,'_wp_attached_file','2017/02/Hawksbill-SeaTurtle-tn-1.png'),(20552,4511,'_oembed_bad0ff1307b04e8c799d008ea68ea769','<iframe width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/wWpS1vHTGlk?feature=oembed&wmode=opaque\" frameborder=\"0\" allowfullscreen></iframe>'),(20553,4511,'_oembed_time_bad0ff1307b04e8c799d008ea68ea769','1487077665'),(20554,5641,'_edit_lock','1487077821:1'),(20555,6504,'fw_options','a:0:{}'),(20556,3389,'_edit_lock','1487077895:1'),(20557,6505,'fw_options','a:0:{}'),(20558,5609,'_edit_lock','1487077989:1'),(20559,6506,'fw_options','a:0:{}'),(20562,4855,'_wp_attachment_image_alt','Deano Cook Lemon Shark Sunset'),(20563,4865,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20564,4866,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20565,4867,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20566,4868,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20567,4869,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20568,4870,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20569,4871,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20570,4872,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20571,4873,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20572,4874,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20573,4875,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20574,4876,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20575,4877,'_wp_attachment_image_alt','Wyland Destin Wall – ‘Marine Life of the Gulf’'),(20576,4952,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20577,4953,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20578,4954,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20579,4955,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20580,4957,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20581,4958,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20582,4959,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20583,4960,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20584,4962,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20585,4963,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20586,4964,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20587,4966,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20588,4967,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20589,4969,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20590,4970,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20591,4971,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20592,4972,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20593,4973,'_wp_attachment_image_alt','Wyland New Bedford Wall – ‘Great Whales of New Bedford’'),(20594,5159,'_edit_last','1'),(20595,5160,'_edit_last','1'),(20596,5160,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_1633.jpg\";}}'),(20597,5161,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_1720.jpg\";}}'),(20598,5163,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_2274.jpg\";}}'),(20599,5164,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_2769.jpg\";}}'),(20600,5165,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_3097.jpg\";}}'),(20601,5166,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2762;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_3828.jpg\";}}'),(20602,5170,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2713;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_4163.jpg\";}}'),(20603,5172,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2746;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_4959.jpg\";}}'),(20604,5173,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2702;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_5412.jpg\";}}'),(20605,5174,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3016;s:6:\"height\";i:3264;s:4:\"file\";s:12:\"IMG_6851.jpg\";}}'),(20606,5177,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:12:\"RREZ8647.jpg\";}}'),(20607,5179,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3925;s:6:\"height\";i:2615;s:4:\"file\";s:12:\"CAY_6646.jpg\";}}'),(20608,5182,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3600;s:6:\"height\";i:2400;s:4:\"file\";s:12:\"DSC_1678.jpg\";}}'),(20609,5206,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:4:\"file\";s:16:\"GW10205final.jpg\";}}'),(20610,5209,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4578;s:6:\"height\";i:3052;s:4:\"file\";s:13:\"CAY_6442b.jpg\";}}'),(20611,5213,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4800;s:6:\"height\";i:3200;s:4:\"file\";s:12:\"CAY_6636.jpg\";}}'),(20612,5263,'_wp_attachment_backup_sizes','a:5:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:4:\"file\";s:28:\"LEMON-SNAP-1-DEANO-COOK-.jpg\";}s:18:\"full-1484876916783\";a:3:{s:5:\"width\";i:2700;s:6:\"height\";i:1807;s:4:\"file\";s:43:\"LEMON-SNAP-1-DEANO-COOK--e1484876895257.jpg\";}s:18:\"full-1484877005337\";a:3:{s:5:\"width\";i:2700;s:6:\"height\";i:1807;s:4:\"file\";s:43:\"LEMON-SNAP-1-DEANO-COOK--e1484876916783.jpg\";}s:18:\"full-1484877162687\";a:3:{s:5:\"width\";i:2000;s:6:\"height\";i:1339;s:4:\"file\";s:43:\"LEMON-SNAP-1-DEANO-COOK--e1484877005337.jpg\";}s:18:\"full-1484877310796\";a:3:{s:5:\"width\";i:1700;s:6:\"height\";i:1138;s:4:\"file\";s:43:\"LEMON-SNAP-1-DEANO-COOK--e1484877162687.jpg\";}}'),(20613,5265,'_edit_last','1'),(20614,5265,'_wp_attachment_backup_sizes','a:6:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4288;s:6:\"height\";i:2848;s:4:\"file\";s:13:\"NAQ_4015b.jpg\";}s:18:\"full-1484876970227\";a:3:{s:5:\"width\";i:3000;s:6:\"height\";i:1993;s:4:\"file\";s:28:\"NAQ_4015b-e1484876949234.jpg\";}s:18:\"full-1484876993962\";a:3:{s:5:\"width\";i:3000;s:6:\"height\";i:1993;s:4:\"file\";s:28:\"NAQ_4015b-e1484876970227.jpg\";}s:18:\"full-1484877106800\";a:3:{s:5:\"width\";i:2500;s:6:\"height\";i:1660;s:4:\"file\";s:28:\"NAQ_4015b-e1484876993962.jpg\";}s:18:\"full-1484877138178\";a:3:{s:5:\"width\";i:2000;s:6:\"height\";i:1328;s:4:\"file\";s:28:\"NAQ_4015b-e1484877106800.jpg\";}s:18:\"full-1484877297871\";a:3:{s:5:\"width\";i:1700;s:6:\"height\";i:1129;s:4:\"file\";s:28:\"NAQ_4015b-e1484877138178.jpg\";}}'),(20615,5800,'_wc_rating_count','a:0:{}'),(20616,5800,'_wc_review_count','0'),(20617,5800,'_wc_average_rating','0'),(20618,5800,'_edit_lock','1590028512:3'),(20619,3901,'_edit_lock','1491085087:3'),(20620,6508,'_wp_attached_file','revslider/homepage/deanocook-l.jpg'),(20621,6508,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2890;s:6:\"height\";i:1203;s:4:\"file\";s:34:\"revslider/homepage/deanocook-l.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"deanocook-l-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"deanocook-l-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"deanocook-l-768x320.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"deanocook-l-1024x426.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"deanocook-l-180x75.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"deanocook-l-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"deanocook-l-1000x416.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:24:\"deanocook-l-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:21:\"deanocook-l-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:23:\"deanocook-l-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:21:\"deanocook-l-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:23:\"deanocook-l-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:10:\"Eddie Tapp\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20622,4511,'_edit_lock','1602512481:3'),(20623,6509,'_wp_attached_file','2016/03/tattoo-home-dc-1.jpg'),(20624,6509,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:28:\"2016/03/tattoo-home-dc-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"tattoo-home-dc-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"tattoo-home-dc-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:26:\"tattoo-home-dc-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:26:\"tattoo-home-dc-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20625,6510,'_wp_attached_file','2016/03/paintings-home-dc-1.jpg'),(20626,6510,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2016/03/paintings-home-dc-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"paintings-home-dc-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"paintings-home-dc-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:29:\"paintings-home-dc-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:29:\"paintings-home-dc-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20628,6512,'fw_options','a:0:{}'),(20629,6513,'_wp_attached_file','2016/03/paints-home-1.png'),(20630,6513,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:25:\"2016/03/paints-home-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"paints-home-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"paints-home-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:23:\"paints-home-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:23:\"paints-home-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20631,6514,'fw_options','a:0:{}'),(20632,6515,'_wp_attached_file','2016/03/apparel-home-dc-1.jpg'),(20633,6515,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2016/03/apparel-home-dc-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"apparel-home-dc-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"apparel-home-dc-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:27:\"apparel-home-dc-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:27:\"apparel-home-dc-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20634,6516,'fw_options','a:0:{}'),(20635,6517,'_wp_attached_file','2016/03/AlertDiverGraphic.png'),(20636,6517,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:659;s:4:\"file\";s:29:\"2016/03/AlertDiverGraphic.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"AlertDiverGraphic-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"AlertDiverGraphic-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"AlertDiverGraphic-768x433.png\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"AlertDiverGraphic-1024x577.png\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"AlertDiverGraphic-180x101.png\";s:5:\"width\";i:180;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"AlertDiverGraphic-1000x659.png\";s:5:\"width\";i:1000;s:6:\"height\";i:659;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"AlertDiverGraphic-1000x563.png\";s:5:\"width\";i:1000;s:6:\"height\";i:563;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:30:\"AlertDiverGraphic-1170x659.png\";s:5:\"width\";i:1170;s:6:\"height\";i:659;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:27:\"AlertDiverGraphic-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:29:\"AlertDiverGraphic-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:27:\"AlertDiverGraphic-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:29:\"AlertDiverGraphic-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20637,6518,'_wp_attached_file','2016/03/Alert-Diver-Magazine.pdf'),(20638,6519,'fw_options','a:0:{}'),(20639,6520,'_wp_attached_file','2016/03/Shark-Armor-1.jpg'),(20640,6520,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:269;s:6:\"height\";i:144;s:4:\"file\";s:25:\"2016/03/Shark-Armor-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Shark-Armor-1-150x144.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"Shark-Armor-1-180x96.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:23:\"Shark-Armor-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:23:\"Shark-Armor-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20641,6521,'fw_options','a:0:{}'),(20642,6522,'fw_options','a:0:{}'),(20643,3970,'_edit_lock','1491008368:3'),(20644,6523,'_wp_attached_file','2016/04/CAMPANELLA-1-683x1024-1.jpg'),(20645,6523,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:35:\"2016/04/CAMPANELLA-1-683x1024-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"CAMPANELLA-1-683x1024-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"CAMPANELLA-1-683x1024-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"CAMPANELLA-1-683x1024-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"CAMPANELLA-1-683x1024-1-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"CAMPANELLA-1-683x1024-1-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:35:\"CAMPANELLA-1-683x1024-1-683x767.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:33:\"CAMPANELLA-1-683x1024-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:35:\"CAMPANELLA-1-683x1024-1-683x400.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:33:\"CAMPANELLA-1-683x1024-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:35:\"CAMPANELLA-1-683x1024-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1101031653\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20646,6524,'_wp_attached_file','2016/04/IMG_0898b-683x1024-1.jpg'),(20647,6524,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:32:\"2016/04/IMG_0898b-683x1024-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"IMG_0898b-683x1024-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"IMG_0898b-683x1024-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"IMG_0898b-683x1024-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"IMG_0898b-683x1024-1-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"IMG_0898b-683x1024-1-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:32:\"IMG_0898b-683x1024-1-683x767.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:30:\"IMG_0898b-683x1024-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:32:\"IMG_0898b-683x1024-1-683x400.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:30:\"IMG_0898b-683x1024-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:32:\"IMG_0898b-683x1024-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20648,6525,'_wp_attached_file','2016/04/IMG_1681B-683x1024-1.jpg'),(20649,6525,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:32:\"2016/04/IMG_1681B-683x1024-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"IMG_1681B-683x1024-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"IMG_1681B-683x1024-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"IMG_1681B-683x1024-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"IMG_1681B-683x1024-1-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"IMG_1681B-683x1024-1-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:32:\"IMG_1681B-683x1024-1-683x767.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:30:\"IMG_1681B-683x1024-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:32:\"IMG_1681B-683x1024-1-683x400.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:30:\"IMG_1681B-683x1024-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:32:\"IMG_1681B-683x1024-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20650,6526,'_wp_attached_file','2016/04/IMG_3095-1-683x1024-1.jpg'),(20651,6526,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:33:\"2016/04/IMG_3095-1-683x1024-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"IMG_3095-1-683x1024-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"IMG_3095-1-683x1024-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"IMG_3095-1-683x1024-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"IMG_3095-1-683x1024-1-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"IMG_3095-1-683x1024-1-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:33:\"IMG_3095-1-683x1024-1-683x767.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:31:\"IMG_3095-1-683x1024-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:33:\"IMG_3095-1-683x1024-1-683x400.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:31:\"IMG_3095-1-683x1024-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:33:\"IMG_3095-1-683x1024-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20652,6527,'_wp_attached_file','2016/04/IMG_3687-1-683x1024-1.jpg'),(20653,6527,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:33:\"2016/04/IMG_3687-1-683x1024-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"IMG_3687-1-683x1024-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"IMG_3687-1-683x1024-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"IMG_3687-1-683x1024-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"IMG_3687-1-683x1024-1-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"IMG_3687-1-683x1024-1-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:33:\"IMG_3687-1-683x1024-1-683x767.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:31:\"IMG_3687-1-683x1024-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:33:\"IMG_3687-1-683x1024-1-683x400.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:31:\"IMG_3687-1-683x1024-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:33:\"IMG_3687-1-683x1024-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20654,6528,'_wp_attached_file','2016/04/IMG_3768-683x1024-1.jpg'),(20655,6528,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:31:\"2016/04/IMG_3768-683x1024-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_3768-683x1024-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG_3768-683x1024-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG_3768-683x1024-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_3768-683x1024-1-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"IMG_3768-683x1024-1-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:31:\"IMG_3768-683x1024-1-683x767.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:29:\"IMG_3768-683x1024-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:31:\"IMG_3768-683x1024-1-683x400.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:29:\"IMG_3768-683x1024-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:31:\"IMG_3768-683x1024-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20656,6529,'_wp_attached_file','2016/04/IMG_4138b-683x1024-1.jpg'),(20657,6529,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:32:\"2016/04/IMG_4138b-683x1024-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"IMG_4138b-683x1024-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"IMG_4138b-683x1024-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"IMG_4138b-683x1024-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"IMG_4138b-683x1024-1-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"IMG_4138b-683x1024-1-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:32:\"IMG_4138b-683x1024-1-683x767.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:30:\"IMG_4138b-683x1024-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:32:\"IMG_4138b-683x1024-1-683x400.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:30:\"IMG_4138b-683x1024-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:32:\"IMG_4138b-683x1024-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20658,6530,'_wp_attached_file','2016/04/IMG_5367-1-683x1024-1.jpg'),(20659,6530,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:33:\"2016/04/IMG_5367-1-683x1024-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"IMG_5367-1-683x1024-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"IMG_5367-1-683x1024-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"IMG_5367-1-683x1024-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"IMG_5367-1-683x1024-1-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"IMG_5367-1-683x1024-1-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:33:\"IMG_5367-1-683x1024-1-683x767.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:31:\"IMG_5367-1-683x1024-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:33:\"IMG_5367-1-683x1024-1-683x400.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:31:\"IMG_5367-1-683x1024-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:33:\"IMG_5367-1-683x1024-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20660,6531,'_wp_attached_file','2016/04/IMG_5621-683x1024-1.jpg'),(20661,6531,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:31:\"2016/04/IMG_5621-683x1024-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_5621-683x1024-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG_5621-683x1024-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG_5621-683x1024-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_5621-683x1024-1-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"IMG_5621-683x1024-1-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:31:\"IMG_5621-683x1024-1-683x767.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:29:\"IMG_5621-683x1024-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:31:\"IMG_5621-683x1024-1-683x400.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:29:\"IMG_5621-683x1024-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:31:\"IMG_5621-683x1024-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20662,6532,'_wp_attached_file','2016/04/THARP-PROGRESS-683x1024-1.jpg'),(20663,6532,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:37:\"2016/04/THARP-PROGRESS-683x1024-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"THARP-PROGRESS-683x1024-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"THARP-PROGRESS-683x1024-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"THARP-PROGRESS-683x1024-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"THARP-PROGRESS-683x1024-1-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:38:\"THARP-PROGRESS-683x1024-1-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:37:\"THARP-PROGRESS-683x1024-1-683x767.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:35:\"THARP-PROGRESS-683x1024-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:37:\"THARP-PROGRESS-683x1024-1-683x400.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"THARP-PROGRESS-683x1024-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:37:\"THARP-PROGRESS-683x1024-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20664,6533,'fw_options','a:0:{}'),(20665,6534,'fw_options','a:0:{}'),(20666,6535,'_wp_attached_file','2016/04/DSC_0001-1-1024x686-1.png'),(20667,6535,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:686;s:4:\"file\";s:33:\"2016/04/DSC_0001-1-1024x686-1.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"DSC_0001-1-1024x686-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"DSC_0001-1-1024x686-1-300x201.png\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"DSC_0001-1-1024x686-1-768x515.png\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"DSC_0001-1-1024x686-1-1024x686.png\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"DSC_0001-1-1024x686-1-180x121.png\";s:5:\"width\";i:180;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"DSC_0001-1-1024x686-1-1000x686.png\";s:5:\"width\";i:1000;s:6:\"height\";i:686;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"DSC_0001-1-1024x686-1-1000x670.png\";s:5:\"width\";i:1000;s:6:\"height\";i:670;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:31:\"DSC_0001-1-1024x686-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:33:\"DSC_0001-1-1024x686-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:31:\"DSC_0001-1-1024x686-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:33:\"DSC_0001-1-1024x686-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20668,6536,'_wp_attached_file','2016/04/DSC_0002-1024x686-1.png'),(20669,6536,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:686;s:4:\"file\";s:31:\"2016/04/DSC_0002-1024x686-1.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"DSC_0002-1024x686-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"DSC_0002-1024x686-1-300x201.png\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"DSC_0002-1024x686-1-768x515.png\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"DSC_0002-1024x686-1-1024x686.png\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"DSC_0002-1024x686-1-180x121.png\";s:5:\"width\";i:180;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"DSC_0002-1024x686-1-1000x686.png\";s:5:\"width\";i:1000;s:6:\"height\";i:686;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"DSC_0002-1024x686-1-1000x670.png\";s:5:\"width\";i:1000;s:6:\"height\";i:670;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:29:\"DSC_0002-1024x686-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:31:\"DSC_0002-1024x686-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:29:\"DSC_0002-1024x686-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:31:\"DSC_0002-1024x686-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20670,6537,'_wp_attached_file','2016/04/DSC_0003-1024x686-1.png'),(20671,6537,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:686;s:4:\"file\";s:31:\"2016/04/DSC_0003-1024x686-1.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"DSC_0003-1024x686-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"DSC_0003-1024x686-1-300x201.png\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"DSC_0003-1024x686-1-768x515.png\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"DSC_0003-1024x686-1-1024x686.png\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"DSC_0003-1024x686-1-180x121.png\";s:5:\"width\";i:180;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"DSC_0003-1024x686-1-1000x686.png\";s:5:\"width\";i:1000;s:6:\"height\";i:686;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"DSC_0003-1024x686-1-1000x670.png\";s:5:\"width\";i:1000;s:6:\"height\";i:670;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:29:\"DSC_0003-1024x686-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:31:\"DSC_0003-1024x686-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:29:\"DSC_0003-1024x686-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:31:\"DSC_0003-1024x686-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20672,6538,'_wp_attached_file','2016/04/DSC_0005-1024x686-1.png'),(20673,6538,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:686;s:4:\"file\";s:31:\"2016/04/DSC_0005-1024x686-1.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"DSC_0005-1024x686-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"DSC_0005-1024x686-1-300x201.png\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"DSC_0005-1024x686-1-768x515.png\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"DSC_0005-1024x686-1-1024x686.png\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"DSC_0005-1024x686-1-180x121.png\";s:5:\"width\";i:180;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"DSC_0005-1024x686-1-1000x686.png\";s:5:\"width\";i:1000;s:6:\"height\";i:686;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"DSC_0005-1024x686-1-1000x670.png\";s:5:\"width\";i:1000;s:6:\"height\";i:670;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:29:\"DSC_0005-1024x686-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:31:\"DSC_0005-1024x686-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:29:\"DSC_0005-1024x686-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:31:\"DSC_0005-1024x686-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20674,6539,'_wp_attached_file','2016/04/DSC_0006-1024x686-1.png'),(20675,6539,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:686;s:4:\"file\";s:31:\"2016/04/DSC_0006-1024x686-1.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"DSC_0006-1024x686-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"DSC_0006-1024x686-1-300x201.png\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"DSC_0006-1024x686-1-768x515.png\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"DSC_0006-1024x686-1-1024x686.png\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"DSC_0006-1024x686-1-180x121.png\";s:5:\"width\";i:180;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"DSC_0006-1024x686-1-1000x686.png\";s:5:\"width\";i:1000;s:6:\"height\";i:686;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"DSC_0006-1024x686-1-1000x670.png\";s:5:\"width\";i:1000;s:6:\"height\";i:670;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:29:\"DSC_0006-1024x686-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:31:\"DSC_0006-1024x686-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:29:\"DSC_0006-1024x686-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:31:\"DSC_0006-1024x686-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20676,6540,'_wp_attached_file','2016/04/DSC_0007-1024x686-1.png'),(20677,6540,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:686;s:4:\"file\";s:31:\"2016/04/DSC_0007-1024x686-1.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"DSC_0007-1024x686-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"DSC_0007-1024x686-1-300x201.png\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"DSC_0007-1024x686-1-768x515.png\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"DSC_0007-1024x686-1-1024x686.png\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"DSC_0007-1024x686-1-180x121.png\";s:5:\"width\";i:180;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"DSC_0007-1024x686-1-1000x686.png\";s:5:\"width\";i:1000;s:6:\"height\";i:686;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"DSC_0007-1024x686-1-1000x670.png\";s:5:\"width\";i:1000;s:6:\"height\";i:670;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:29:\"DSC_0007-1024x686-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:31:\"DSC_0007-1024x686-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:29:\"DSC_0007-1024x686-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:31:\"DSC_0007-1024x686-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20678,6541,'_wp_attached_file','2016/04/DSC_0007-1.png'),(20679,6541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:686;s:4:\"file\";s:22:\"2016/04/DSC_0007-1.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0007-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"DSC_0007-1-300x201.png\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"DSC_0007-1-768x515.png\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"DSC_0007-1-1024x686.png\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0007-1-180x121.png\";s:5:\"width\";i:180;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"DSC_0007-1-1000x686.png\";s:5:\"width\";i:1000;s:6:\"height\";i:686;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"DSC_0007-1-1000x670.png\";s:5:\"width\";i:1000;s:6:\"height\";i:670;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"DSC_0007-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"DSC_0007-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"DSC_0007-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"DSC_0007-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20680,6542,'_wp_attached_file','2016/04/DSC_0010-1024x683-1.png'),(20681,6542,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:31:\"2016/04/DSC_0010-1024x683-1.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"DSC_0010-1024x683-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"DSC_0010-1024x683-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"DSC_0010-1024x683-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"DSC_0010-1024x683-1-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"DSC_0010-1024x683-1-180x120.png\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"DSC_0010-1024x683-1-1000x683.png\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"DSC_0010-1024x683-1-1000x667.png\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:29:\"DSC_0010-1024x683-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:31:\"DSC_0010-1024x683-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:29:\"DSC_0010-1024x683-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:31:\"DSC_0010-1024x683-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20682,6543,'_wp_attached_file','2016/04/DSC_0016-1024x686-1.png'),(20683,6543,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:686;s:4:\"file\";s:31:\"2016/04/DSC_0016-1024x686-1.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"DSC_0016-1024x686-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"DSC_0016-1024x686-1-300x201.png\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"DSC_0016-1024x686-1-768x515.png\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"DSC_0016-1024x686-1-1024x686.png\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"DSC_0016-1024x686-1-180x121.png\";s:5:\"width\";i:180;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"DSC_0016-1024x686-1-1000x686.png\";s:5:\"width\";i:1000;s:6:\"height\";i:686;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"DSC_0016-1024x686-1-1000x670.png\";s:5:\"width\";i:1000;s:6:\"height\";i:670;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:29:\"DSC_0016-1024x686-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:31:\"DSC_0016-1024x686-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:29:\"DSC_0016-1024x686-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:31:\"DSC_0016-1024x686-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20684,6544,'fw_options','a:0:{}'),(20685,127,'_edit_lock','1534436447:3'),(20686,6545,'fw_options','a:0:{}'),(20687,6546,'fw_options','a:0:{}'),(20688,6547,'fw_options','a:0:{}'),(20689,6548,'fw_options','a:0:{}'),(20690,6549,'fw_options','a:0:{}'),(20692,5880,'_edit_lock','1493585406:3'),(20693,5887,'_edit_lock','1493585369:3'),(20694,6550,'_wp_attached_file','2017/02/Women-Crew-Neck_CVCWomenBLack-1.jpg'),(20695,6550,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:43:\"2017/02/Women-Crew-Neck_CVCWomenBLack-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Women-Crew-Neck_CVCWomenBLack-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Women-Crew-Neck_CVCWomenBLack-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"Women-Crew-Neck_CVCWomenBLack-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:41:\"Women-Crew-Neck_CVCWomenBLack-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:43:\"Women-Crew-Neck_CVCWomenBLack-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"Women-Crew-Neck_CVCWomenBLack-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20696,6551,'_wp_attached_file','2017/02/Women-Crew-Neck_CVCWomenGrey-1.jpg'),(20697,6551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:42:\"2017/02/Women-Crew-Neck_CVCWomenGrey-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Women-Crew-Neck_CVCWomenGrey-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Women-Crew-Neck_CVCWomenGrey-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"Women-Crew-Neck_CVCWomenGrey-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:40:\"Women-Crew-Neck_CVCWomenGrey-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:42:\"Women-Crew-Neck_CVCWomenGrey-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:40:\"Women-Crew-Neck_CVCWomenGrey-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20698,6552,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20699,6552,'attribute_size','X-Large'),(20700,6552,'_stock_status','instock'),(20701,6553,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20702,6553,'attribute_size','Large'),(20703,6553,'_stock_status','instock'),(20704,6554,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20705,6554,'attribute_size','Medium'),(20706,6554,'_stock_status','instock'),(20707,6555,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20708,6555,'attribute_size','Small'),(20709,6555,'_stock_status','instock'),(20710,6556,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20711,6556,'attribute_size','X-Large'),(20712,6556,'_stock_status','instock'),(20713,6557,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20714,6557,'attribute_size','Large'),(20715,6557,'_stock_status','instock'),(20716,6558,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20717,6558,'attribute_size','Medium'),(20718,6558,'_stock_status','instock'),(20719,6559,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20720,6559,'attribute_size','Small'),(20721,6559,'_stock_status','instock'),(20722,6555,'_sku',''),(20723,6555,'_thumbnail_id','0'),(20724,6555,'_virtual','no'),(20725,6555,'_downloadable','no'),(20726,6555,'_weight',''),(20727,6555,'_length',''),(20728,6555,'_width',''),(20729,6555,'_height',''),(20730,6555,'_manage_stock','no'),(20731,6555,'_regular_price','25'),(20732,6555,'_sale_price',''),(20733,6555,'_sale_price_dates_from',''),(20734,6555,'_sale_price_dates_to',''),(20735,6555,'_price','25'),(20736,6555,'_download_limit',''),(20737,6555,'_download_expiry',''),(20738,6555,'_downloadable_files',''),(20739,6555,'_variation_description',''),(20740,6554,'_sku',''),(20741,6554,'_thumbnail_id','0'),(20742,6554,'_virtual','no'),(20743,6554,'_downloadable','no'),(20744,6554,'_weight',''),(20745,6554,'_length',''),(20746,6554,'_width',''),(20747,6554,'_height',''),(20748,6554,'_manage_stock','no'),(20749,6554,'_regular_price','25'),(20750,6554,'_sale_price',''),(20751,6554,'_sale_price_dates_from',''),(20752,6554,'_sale_price_dates_to',''),(20753,6554,'_price','25'),(20754,6554,'_download_limit',''),(20755,6554,'_download_expiry',''),(20756,6554,'_downloadable_files',''),(20757,6554,'_variation_description',''),(20758,6553,'_sku',''),(20759,6553,'_thumbnail_id','0'),(20760,6553,'_virtual','no'),(20761,6553,'_downloadable','no'),(20762,6553,'_weight',''),(20763,6553,'_length',''),(20764,6553,'_width',''),(20765,6553,'_height',''),(20766,6553,'_manage_stock','no'),(20767,6553,'_regular_price','25'),(20768,6553,'_sale_price',''),(20769,6553,'_sale_price_dates_from',''),(20770,6553,'_sale_price_dates_to',''),(20771,6553,'_price','25'),(20772,6553,'_download_limit',''),(20773,6553,'_download_expiry',''),(20774,6553,'_downloadable_files',''),(20775,6553,'_variation_description',''),(20776,6552,'_sku',''),(20777,6552,'_thumbnail_id','0'),(20778,6552,'_virtual','no'),(20779,6552,'_downloadable','no'),(20780,6552,'_weight',''),(20781,6552,'_length',''),(20782,6552,'_width',''),(20783,6552,'_height',''),(20784,6552,'_manage_stock','no'),(20785,6552,'_regular_price','25'),(20786,6552,'_sale_price',''),(20787,6552,'_sale_price_dates_from',''),(20788,6552,'_sale_price_dates_to',''),(20789,6552,'_price','25'),(20790,6552,'_download_limit',''),(20791,6552,'_download_expiry',''),(20792,6552,'_downloadable_files',''),(20793,6552,'_variation_description',''),(20798,6559,'_sku',''),(20799,6559,'_thumbnail_id','0'),(20800,6559,'_virtual','no'),(20801,6559,'_downloadable','no'),(20802,6559,'_weight',''),(20803,6559,'_length',''),(20804,6559,'_width',''),(20805,6559,'_height',''),(20806,6559,'_manage_stock','no'),(20807,6559,'_regular_price','25'),(20808,6559,'_sale_price',''),(20809,6559,'_sale_price_dates_from',''),(20810,6559,'_sale_price_dates_to',''),(20811,6559,'_price','25'),(20812,6559,'_download_limit',''),(20813,6559,'_download_expiry',''),(20814,6559,'_downloadable_files',''),(20815,6559,'_variation_description',''),(20816,6558,'_sku',''),(20817,6558,'_thumbnail_id','0'),(20818,6558,'_virtual','no'),(20819,6558,'_downloadable','no'),(20820,6558,'_weight',''),(20821,6558,'_length',''),(20822,6558,'_width',''),(20823,6558,'_height',''),(20824,6558,'_manage_stock','no'),(20825,6558,'_regular_price','25'),(20826,6558,'_sale_price',''),(20827,6558,'_sale_price_dates_from',''),(20828,6558,'_sale_price_dates_to',''),(20829,6558,'_price','25'),(20830,6558,'_download_limit',''),(20831,6558,'_download_expiry',''),(20832,6558,'_downloadable_files',''),(20833,6558,'_variation_description',''),(20834,6557,'_sku',''),(20835,6557,'_thumbnail_id','0'),(20836,6557,'_virtual','no'),(20837,6557,'_downloadable','no'),(20838,6557,'_weight',''),(20839,6557,'_length',''),(20840,6557,'_width',''),(20841,6557,'_height',''),(20842,6557,'_manage_stock','no'),(20843,6557,'_regular_price','25'),(20844,6557,'_sale_price',''),(20845,6557,'_sale_price_dates_from',''),(20846,6557,'_sale_price_dates_to',''),(20847,6557,'_price','25'),(20848,6557,'_download_limit',''),(20849,6557,'_download_expiry',''),(20850,6557,'_downloadable_files',''),(20851,6557,'_variation_description',''),(20852,6556,'_sku',''),(20853,6556,'_thumbnail_id','0'),(20854,6556,'_virtual','no'),(20855,6556,'_downloadable','no'),(20856,6556,'_weight',''),(20857,6556,'_length',''),(20858,6556,'_width',''),(20859,6556,'_height',''),(20860,6556,'_manage_stock','no'),(20861,6556,'_regular_price','25'),(20862,6556,'_sale_price',''),(20863,6556,'_sale_price_dates_from',''),(20864,6556,'_sale_price_dates_to',''),(20865,6556,'_price','25'),(20866,6556,'_download_limit',''),(20867,6556,'_download_expiry',''),(20868,6556,'_downloadable_files',''),(20869,6556,'_variation_description',''),(20872,5455,'_edit_lock','1523732879:3'),(20875,6560,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20876,6560,'attribute_size','XX-Large'),(20877,6560,'_stock_status','instock'),(20878,6561,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20879,6561,'attribute_size','X-Large'),(20880,6561,'_stock_status','instock'),(20881,6562,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20882,6562,'attribute_size','Large'),(20883,6562,'_stock_status','instock'),(20884,6563,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20885,6563,'attribute_size','Medium'),(20886,6563,'_stock_status','instock'),(20887,6563,'_sku',''),(20888,6563,'_thumbnail_id','0'),(20889,6563,'_virtual','no'),(20890,6563,'_downloadable','no'),(20891,6563,'_weight',''),(20892,6563,'_length',''),(20893,6563,'_width',''),(20894,6563,'_height',''),(20895,6563,'_manage_stock','no'),(20896,6563,'_regular_price','25'),(20897,6563,'_sale_price',''),(20898,6563,'_sale_price_dates_from',''),(20899,6563,'_sale_price_dates_to',''),(20900,6563,'_price','25'),(20901,6563,'_download_limit',''),(20902,6563,'_download_expiry',''),(20903,6563,'_downloadable_files',''),(20904,6563,'_variation_description',''),(20905,6562,'_sku',''),(20906,6562,'_thumbnail_id','0'),(20907,6562,'_virtual','no'),(20908,6562,'_downloadable','no'),(20909,6562,'_weight',''),(20910,6562,'_length',''),(20911,6562,'_width',''),(20912,6562,'_height',''),(20913,6562,'_manage_stock','no'),(20914,6562,'_regular_price','25'),(20915,6562,'_sale_price',''),(20916,6562,'_sale_price_dates_from',''),(20917,6562,'_sale_price_dates_to',''),(20918,6562,'_price','25'),(20919,6562,'_download_limit',''),(20920,6562,'_download_expiry',''),(20921,6562,'_downloadable_files',''),(20922,6562,'_variation_description',''),(20923,6561,'_sku',''),(20924,6561,'_thumbnail_id','0'),(20925,6561,'_virtual','no'),(20926,6561,'_downloadable','no'),(20927,6561,'_weight',''),(20928,6561,'_length',''),(20929,6561,'_width',''),(20930,6561,'_height',''),(20931,6561,'_manage_stock','no'),(20932,6561,'_regular_price','25'),(20933,6561,'_sale_price',''),(20934,6561,'_sale_price_dates_from',''),(20935,6561,'_sale_price_dates_to',''),(20936,6561,'_price','25'),(20937,6561,'_download_limit',''),(20938,6561,'_download_expiry',''),(20939,6561,'_downloadable_files',''),(20940,6561,'_variation_description',''),(20941,6560,'_sku',''),(20942,6560,'_thumbnail_id','0'),(20943,6560,'_virtual','no'),(20944,6560,'_downloadable','no'),(20945,6560,'_weight',''),(20946,6560,'_length',''),(20947,6560,'_width',''),(20948,6560,'_height',''),(20949,6560,'_manage_stock','no'),(20950,6560,'_regular_price','25'),(20951,6560,'_sale_price',''),(20952,6560,'_sale_price_dates_from',''),(20953,6560,'_sale_price_dates_to',''),(20954,6560,'_price','25'),(20955,6560,'_download_limit',''),(20956,6560,'_download_expiry',''),(20957,6560,'_downloadable_files',''),(20958,6560,'_variation_description',''),(20961,5455,'_price','25'),(20962,5455,'_price','25'),(20963,5887,'_price','25'),(20964,5887,'_price','25'),(20965,5880,'_price','25'),(20966,5880,'_price','25'),(20975,5162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20976,5162,'slide_template','default'),(20977,5162,'_portfolio_settings','a:14:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:17:\"show-social-share\";s:4:\"true\";s:20:\"socialshare-facebook\";s:4:\"true\";s:21:\"socialshare-delicious\";s:4:\"true\";s:16:\"socialshare-digg\";s:4:\"true\";s:23:\"socialshare-stumbleupon\";s:4:\"true\";s:19:\"socialshare-twitter\";s:4:\"true\";s:22:\"socialshare-googleplus\";s:4:\"true\";s:20:\"socialshare-linkedin\";s:4:\"true\";s:21:\"socialshare-pinterest\";s:4:\"true\";s:5:\"items\";a:1:{i:0;s:66:\"http://deanostudios.com/wp-content/uploads/2017/02/IMG_5686d-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:74:\"http://deanostudios.com/wp-content/uploads/2017/02/IMG_5686d-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:11:\"img_5686d-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6586\";}}'),(20978,5162,'_edit_last','1'),(20979,5167,'slide_template','default'),(20980,5167,'_portfolio_settings','a:14:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:17:\"show-social-share\";s:4:\"true\";s:20:\"socialshare-facebook\";s:4:\"true\";s:21:\"socialshare-delicious\";s:4:\"true\";s:16:\"socialshare-digg\";s:4:\"true\";s:23:\"socialshare-stumbleupon\";s:4:\"true\";s:19:\"socialshare-twitter\";s:4:\"true\";s:22:\"socialshare-googleplus\";s:4:\"true\";s:20:\"socialshare-linkedin\";s:4:\"true\";s:21:\"socialshare-pinterest\";s:4:\"true\";s:5:\"items\";a:1:{i:0;s:80:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/CAMPANELLA-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:88:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/CAMPANELLA-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:12:\"campanella-1\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5156\";}}'),(20981,5167,'_edit_last','1'),(20982,5167,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20983,5190,'slide_template','default'),(20984,5190,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:89:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/CRYSTALS-DOLPHIN-BABY.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:97:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/CRYSTALS-DOLPHIN-BABY-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:21:\"crystals-dolphin-baby\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5157\";}}'),(20985,5190,'_edit_last','1'),(20986,5190,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20987,5191,'slide_template',''),(20988,5191,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:76:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/GUNTER-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:84:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/GUNTER-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"gunter-1\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5158\";}}'),(20989,5191,'_edit_last','1'),(20990,5191,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20991,5192,'slide_template',''),(20992,5192,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:77:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_0898b.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:85:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_0898b-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:9:\"img_0898b\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5159\";}}'),(20993,5192,'_edit_last','1'),(20994,5192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20995,5193,'slide_template','default'),(20996,5193,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:76:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_1633.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:84:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_1633-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"img_1633\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5160\";}}'),(20997,5193,'_edit_last','1'),(20998,5193,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20999,5194,'slide_template','default'),(21000,5194,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:76:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_1720.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:84:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_1720-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"img_1720\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5161\";}}'),(21001,5194,'_edit_last','1'),(21002,5194,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21003,5195,'slide_template','default'),(21004,5195,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:76:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_2274.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:84:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_2274-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"img_2274\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5163\";}}'),(21005,5195,'_edit_last','1'),(21006,5195,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21007,5196,'slide_template','default'),(21008,5196,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:76:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_2769.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:84:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_2769-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"img_2769\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5164\";}}'),(21009,5196,'_edit_last','1'),(21010,5196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21011,5197,'_edit_last','1'),(21012,5197,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:76:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_3097.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:84:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_3097-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"img_3097\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5165\";}}'),(21013,5197,'slide_template','default'),(21014,5197,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21015,5198,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21016,5198,'slide_template','default'),(21017,5198,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:96:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/DEANO-COOK-J.HURST_SEATURTLE.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:104:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/DEANO-COOK-J.HURST_SEATURTLE-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:28:\"deano-cook-j-hurst_seaturtle\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6528\";}}'),(21018,5198,'_edit_last','1'),(21019,5199,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21020,5199,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:76:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_4040.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:84:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_4040-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"img_4040\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5168\";}}'),(21021,5199,'slide_template','default'),(21022,5199,'_edit_last','1'),(21023,5200,'slide_template','default'),(21024,5200,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:77:\"http://deanostudios.com/wp-content/uploads/2017/02/DEANO-COOK-MAHI-MAHI-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:85:\"http://deanostudios.com/wp-content/uploads/2017/02/DEANO-COOK-MAHI-MAHI-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:22:\"deano-cook-mahi-mahi-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6590\";}}'),(21025,5200,'_edit_last','1'),(21026,5200,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21027,5201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21028,5201,'_edit_last','1'),(21029,5201,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:76:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2016/03/CAY_6646.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:84:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2016/03/CAY_6646-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"cay_6646\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5179\";}}'),(21030,5201,'slide_template','default'),(21031,5203,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21032,5203,'_edit_last','1'),(21033,5203,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:89:\"http://deanostudios.com/wp-content/uploads/2017/02/White-Shark-Guadalupe-2-9-09_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:97:\"http://deanostudios.com/wp-content/uploads/2017/02/White-Shark-Guadalupe-2-9-09_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:32:\"white-shark-guadalupe-2-9-09_2x3\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6591\";}}'),(21034,5203,'slide_template','default'),(21035,5205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21036,5205,'_edit_last','1'),(21037,5205,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:76:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/DSC_1678.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:84:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/DSC_1678-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"dsc_1678\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5182\";}}'),(21038,5205,'slide_template','default'),(21039,5208,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21040,5208,'_edit_last','1'),(21041,5208,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:80:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/GW10205final.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:88:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/GW10205final-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:13:\"_gw10205final\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5206\";}}'),(21042,5208,'slide_template','default'),(21043,5210,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21044,5210,'_edit_last','1'),(21045,5210,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:77:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/CAY_6292b.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:85:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/CAY_6292b-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:9:\"cay_6292b\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5207\";}}'),(21046,5210,'slide_template','default'),(21047,5211,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21048,5211,'_edit_last','1'),(21049,5211,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:77:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/CAY_6442b.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:85:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/CAY_6442b-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:9:\"cay_6442b\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5209\";}}'),(21050,5211,'slide_template','default'),(21051,5212,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21052,5212,'_edit_last','1'),(21053,5212,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:91:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_4959-e1484804843888.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:84:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_4959-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"img_4959\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5172\";}}'),(21054,5212,'slide_template','default'),(21055,5214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21056,5214,'_edit_last','1'),(21057,5214,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:91:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_5412-e1484804877728.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:84:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_5412-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"img_5412\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5173\";}}'),(21058,5214,'slide_template','default'),(21059,5215,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21060,5215,'_edit_last','1'),(21061,5215,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:91:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_6851-e1484804908872.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:84:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/IMG_6851-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"img_6851\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5174\";}}'),(21062,5215,'slide_template','default'),(21063,5216,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21064,5216,'_edit_last','1'),(21065,5216,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:86:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/LUTHER-COX-DIVER-2.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:94:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/LUTHER-COX-DIVER-2-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:18:\"luther-cox-diver-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5175\";}}'),(21066,5216,'slide_template','default'),(21067,5217,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21068,5217,'_edit_last','1'),(21069,5217,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:91:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/CAY_6636-e1484806787302.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:84:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/CAY_6636-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"cay_6636\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5213\";}}'),(21070,5217,'slide_template','default'),(21071,5616,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:81:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/CLOSER-LOOKtn.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:89:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/CLOSER-LOOKtn-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:13:\"closer-looktn\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5657\";}}'),(21072,5616,'slide_template','default'),(21073,5616,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21074,5616,'_edit_last','1'),(21075,5634,'slide_template','default'),(21076,5634,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:87:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/Dolphin-FINAL-sm-sq.png\";}s:15:\"items_thumbnail\";a:1:{i:0;s:95:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/Dolphin-FINAL-sm-sq-150x150.png\";}s:10:\"items_name\";a:1:{i:0;s:19:\"dolphin-final-sm-sq\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5770\";}}'),(21077,5634,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21078,5634,'_edit_last','1'),(21079,5636,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21080,5636,'_edit_last','1'),(21081,5636,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:89:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/Hawksbill-SeaTurtle-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:97:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/Hawksbill-SeaTurtle-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:21:\"hawksbill-seaturtle-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5627\";}}'),(21082,5636,'slide_template','default'),(21083,5637,'slide_template','default'),(21084,5637,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21085,5637,'_edit_last','1'),(21086,5637,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:2:{i:0;s:103:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn.jpg\";i:1;s:102:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/LOGGERHEAD-SEATURTLE-FINAL-PHOTO-1.jpg\";}s:15:\"items_thumbnail\";a:2:{i:0;s:111:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn-150x150.jpg\";i:1;s:110:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/LOGGERHEAD-SEATURTLE-FINAL-PHOTO-1-150x150.jpg\";}s:10:\"items_name\";a:2:{i:0;s:35:\"loggerhead-seaturtle-final-photo-tn\";i:1;s:34:\"loggerhead-seaturtle-final-photo-2\";}s:8:\"items_id\";a:2:{i:0;s:4:\"5638\";i:1;s:4:\"5628\";}}'),(21087,5651,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21088,5651,'_edit_last','1'),(21089,5651,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:83:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/SHARK-STUDY-1-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:91:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/SHARK-STUDY-1-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:15:\"shark-study-1-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5630\";}}'),(21090,5651,'slide_template','default'),(21091,5652,'slide_template','default'),(21092,5652,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21093,5652,'_edit_last','1'),(21094,5652,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:81:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/SHARK-STUDY-2.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:89:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/SHARK-STUDY-2-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:13:\"shark-study-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5631\";}}'),(21095,5653,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21096,5653,'_edit_last','1'),(21097,5653,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:85:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/TigersharkBeach-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:93:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/TigersharkBeach-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:17:\"tigersharkbeach-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5632\";}}'),(21098,5653,'slide_template','default'),(21099,5654,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21100,5654,'_edit_last','1'),(21101,5654,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:83:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/TORTUGA-DEL-MAR.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:91:\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/02/TORTUGA-DEL-MAR-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:15:\"tortuga-del-mar\";}s:8:\"items_id\";a:1:{i:0;s:4:\"5633\";}}'),(21102,5654,'slide_template','default'),(21103,6335,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21104,6335,'_edit_last','1'),(21105,6335,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:64:\"http://deanostudios.com/wp-content/uploads/2017/02/MG_3284-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:72:\"http://deanostudios.com/wp-content/uploads/2017/02/MG_3284-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:7:\"mg_3284\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6974\";}}'),(21106,6335,'slide_template','default'),(21107,6333,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21108,6333,'_edit_last','1'),(21109,6333,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:85:\"http://deanostudios.com/wp-content/uploads/2017/02/120820-113903-0163final-copy-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:93:\"http://deanostudios.com/wp-content/uploads/2017/02/120820-113903-0163final-copy-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:28:\"120820-113903-0163final-copy\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6975\";}}'),(21110,6333,'slide_template','default'),(21111,6336,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21112,6336,'_edit_last','1'),(21113,6336,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:77:\"http://deanostudios.com/wp-content/uploads/2017/02/Bimini-Blue-7-13_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:85:\"http://deanostudios.com/wp-content/uploads/2017/02/Bimini-Blue-7-13_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:22:\"bimini-blue-7-13_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6976\";}}'),(21114,6336,'slide_template','default'),(21115,6340,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21116,6340,'_edit_last','1'),(21117,6340,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:84:\"http://deanostudios.com/wp-content/uploads/2017/02/Bottlenose-Dolphin-8-12_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:92:\"http://deanostudios.com/wp-content/uploads/2017/02/Bottlenose-Dolphin-8-12_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:29:\"bottlenose-dolphin-8-12_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6977\";}}'),(21118,6340,'slide_template','default'),(21119,6346,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21120,6346,'_edit_last','1'),(21121,6346,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:65:\"http://deanostudios.com/wp-content/uploads/2017/02/CAY_7791-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:73:\"http://deanostudios.com/wp-content/uploads/2017/02/CAY_7791-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"cay_7791\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6978\";}}'),(21122,6346,'slide_template','default'),(21123,6352,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21124,6352,'_edit_last','1'),(21125,6352,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:66:\"http://deanostudios.com/wp-content/uploads/2017/02/DSC_1564b-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:74:\"http://deanostudios.com/wp-content/uploads/2017/02/DSC_1564b-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:9:\"dsc_1564b\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6979\";}}'),(21126,6352,'slide_template','default'),(21127,6361,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21128,6361,'_edit_last','1'),(21129,6361,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:74:\"http://deanostudios.com/wp-content/uploads/2017/02/DSC_1573no-divers-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:82:\"http://deanostudios.com/wp-content/uploads/2017/02/DSC_1573no-divers-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:17:\"dsc_1573no-divers\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6980\";}}'),(21130,6361,'slide_template','default'),(21131,6363,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21132,6363,'_edit_last','1'),(21133,6363,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:65:\"http://deanostudios.com/wp-content/uploads/2017/02/DSC_7280-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:73:\"http://deanostudios.com/wp-content/uploads/2017/02/DSC_7280-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:10:\"dsc_7280-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6983\";}}'),(21134,6363,'slide_template','default'),(21135,6364,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21136,6364,'_edit_last','1'),(21137,6364,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:78:\"http://deanostudios.com/wp-content/uploads/2017/02/Gazing-Reef-10-12_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:86:\"http://deanostudios.com/wp-content/uploads/2017/02/Gazing-Reef-10-12_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:23:\"gazing-reef-10-12_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6981\";}}'),(21138,6364,'slide_template','default'),(21139,6365,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21140,6365,'_edit_last','1'),(21141,6365,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:81:\"http://deanostudios.com/wp-content/uploads/2017/02/GreenSea-Turtle-6-13_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:89:\"http://deanostudios.com/wp-content/uploads/2017/02/GreenSea-Turtle-6-13_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:26:\"greensea-turtle-6-13_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6982\";}}'),(21142,6365,'slide_template','default'),(21143,6367,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21144,6367,'_edit_last','1'),(21145,6367,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:82:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-6-13_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:90:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-6-13_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:27:\"hawksbill-turtle-6-13_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6985\";}}'),(21146,6367,'slide_template','default'),(21147,6368,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21148,6368,'_edit_last','1'),(21149,6368,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:84:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-2-6-13_4x5-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:92:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-2-6-13_4x5-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:27:\"hawksbill-turtle-2-6-13_4x5\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6984\";}}'),(21150,6368,'slide_template','default'),(21151,6369,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21152,6369,'_edit_last','1'),(21153,6369,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:97:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-eating-Sponge-06-07_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:105:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-eating-Sponge-06-07_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:42:\"hawksbill-turtle-eating-sponge-06-07_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6986\";}}'),(21154,6369,'slide_template','default'),(21155,6370,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21156,6370,'_edit_last','1'),(21157,6370,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:82:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-Flight-2-9.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:90:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-Flight-2-9-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:27:\"hawksbill-turtle-flight-2-9\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6993\";}}'),(21158,6370,'slide_template','default'),(21159,6371,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21160,6371,'_edit_last','1'),(21161,6371,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:91:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-Flight-3-6-13_2x3-2.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:99:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-Flight-3-6-13_2x3-2-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:36:\"hawksbill-turtle-flight-3-6-13_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6988\";}}'),(21162,6371,'slide_template','default'),(21163,6372,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21164,6372,'_edit_last','1'),(21165,6372,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:93:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-in-Coral-2-6-12_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:101:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-in-Coral-2-6-12_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:38:\"hawksbill-turtle-in-coral-2-6-12_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6989\";}}'),(21166,6372,'slide_template','default'),(21167,6373,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21168,6373,'_edit_last','1'),(21169,6373,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:83:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-in-Coral-16.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:91:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-in-Coral-16-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:28:\"hawksbill-turtle-in-coral-16\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6994\";}}'),(21170,6373,'slide_template','default'),(21171,6375,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21172,6375,'_edit_last','1'),(21173,6375,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:92:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-in-flight-6-13_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:100:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-in-flight-6-13_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:37:\"hawksbill-turtle-in-flight-6-13_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6990\";}}'),(21174,6375,'slide_template','default'),(21175,6380,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21176,6380,'_edit_last','1'),(21177,6380,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:90:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-Sitting-6-13_4x5-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:98:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-Sitting-6-13_4x5-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:35:\"hawksbill-turtle-sitting-6-13_4x5-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6991\";}}'),(21178,6380,'slide_template','default'),(21179,6387,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21180,6387,'_edit_last','1'),(21181,6387,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:97:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:105:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:42:\"hawksbill-turtle-with-sponge-1-06-07_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6995\";}}'),(21182,6387,'slide_template','default'),(21183,6394,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21184,6394,'_edit_last','1'),(21185,6394,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:97:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:105:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:42:\"hawksbill-turtle-with-sponge-2-06-07_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6999\";}}'),(21186,6394,'slide_template','default'),(21187,6404,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21188,6404,'_edit_last','1'),(21189,6404,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:97:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:105:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:42:\"hawksbill-turtle-with-sponge-3-06-07_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7000\";}}'),(21190,6404,'slide_template','default'),(21191,6420,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21192,6420,'_edit_last','1'),(21193,6420,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:83:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbills-Turtle-6-13_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:91:\"http://deanostudios.com/wp-content/uploads/2017/02/Hawksbills-Turtle-6-13_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:28:\"hawksbills-turtle-6-13_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7001\";}}'),(21194,6420,'slide_template','default'),(21195,6421,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21196,6421,'_edit_last','1'),(21197,6421,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:93:\"http://deanostudios.com/wp-content/uploads/2017/02/Lemon-and-Reef-@-Charcarious-Cut_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:101:\"http://deanostudios.com/wp-content/uploads/2017/02/Lemon-and-Reef-@-Charcarious-Cut_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:36:\"lemon-and-reef-charcarious-cut_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7002\";}}'),(21198,6421,'slide_template','default'),(21199,6422,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21200,6422,'_edit_last','1'),(21201,6422,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:76:\"http://deanostudios.com/wp-content/uploads/2017/02/Lemon-Bite-8-12_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:84:\"http://deanostudios.com/wp-content/uploads/2017/02/Lemon-Bite-8-12_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:21:\"lemon-bite-8-12_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7003\";}}'),(21202,6422,'slide_template','default'),(21203,6423,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21204,6423,'_edit_last','1'),(21205,6423,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:92:\"http://deanostudios.com/wp-content/uploads/2017/02/Lemon-Shark-Chrome-Surface-8-07_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:100:\"http://deanostudios.com/wp-content/uploads/2017/02/Lemon-Shark-Chrome-Surface-8-07_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:37:\"lemon-shark-chrome-surface-8-07_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7004\";}}'),(21206,6423,'slide_template','default'),(21207,6424,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21208,6424,'_edit_last','1'),(21209,6424,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:93:\"http://deanostudios.com/wp-content/uploads/2017/02/LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:101:\"http://deanostudios.com/wp-content/uploads/2017/02/LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:38:\"lemon-shark-cleaned-by-ramoras-2_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7005\";}}'),(21210,6424,'slide_template','default'),(21211,6425,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21212,6425,'_edit_last','1'),(21213,6425,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:91:\"http://deanostudios.com/wp-content/uploads/2017/02/Lemon-Shark-over-the-Reef-8-12_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:99:\"http://deanostudios.com/wp-content/uploads/2017/02/Lemon-Shark-over-the-Reef-8-12_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:36:\"lemon-shark-over-the-reef-8-12_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7006\";}}'),(21214,6425,'slide_template','default'),(21215,6426,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21216,6426,'_edit_last','1'),(21217,6426,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:89:\"http://deanostudios.com/wp-content/uploads/2017/02/Lemon-Shark-Quicksilver-8-12_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:97:\"http://deanostudios.com/wp-content/uploads/2017/02/Lemon-Shark-Quicksilver-8-12_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:34:\"lemon-shark-quicksilver-8-12_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7007\";}}'),(21218,6426,'slide_template','default'),(21219,6427,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21220,6427,'_edit_last','1'),(21221,6427,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:85:\"http://deanostudios.com/wp-content/uploads/2017/02/LEMON-SHARK-SUNSET-final_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:93:\"http://deanostudios.com/wp-content/uploads/2017/02/LEMON-SHARK-SUNSET-final_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:30:\"lemon-shark-sunset-final_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7008\";}}'),(21222,6427,'slide_template','default'),(21223,6428,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21224,6428,'_edit_last','1'),(21225,6428,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:92:\"http://deanostudios.com/wp-content/uploads/2017/02/LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:100:\"http://deanostudios.com/wp-content/uploads/2017/02/LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:35:\"lemon-snap-1-deano-cookfinalb_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7009\";}}'),(21226,6428,'slide_template','default'),(21227,6429,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21228,6429,'_edit_last','1'),(21229,6429,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:81:\"http://deanostudios.com/wp-content/uploads/2017/02/MANATEE-MOTHER-CHILD_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:89:\"http://deanostudios.com/wp-content/uploads/2017/02/MANATEE-MOTHER-CHILD_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:26:\"manatee-mother-child_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7010\";}}'),(21230,6429,'slide_template','default'),(21231,6430,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21232,6430,'_edit_last','1'),(21233,6430,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:97:\"http://deanostudios.com/wp-content/uploads/2017/02/REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:105:\"http://deanostudios.com/wp-content/uploads/2017/02/REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:40:\"reef-shark-charcarious-cut-2007web_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7011\";}}'),(21234,6430,'slide_template','default'),(21235,6431,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21236,6431,'_edit_last','1'),(21237,6431,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:87:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-90-Degrees-8-07_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:95:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-90-Degrees-8-07_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:32:\"reef-shark-90-degrees-8-07_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7012\";}}'),(21238,6431,'slide_template','default'),(21239,6432,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21240,6432,'_edit_last','1'),(21241,6432,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:92:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-and-Brain-Coral-8-07_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:100:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-and-Brain-Coral-8-07_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:37:\"reef-shark-and-brain-coral-8-07_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7013\";}}'),(21242,6432,'slide_template','default'),(21243,6433,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21244,6433,'_edit_last','1'),(21245,6433,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:86:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-over-Reef-8-07_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:94:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-over-Reef-8-07_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:31:\"reef-shark-over-reef-8-07_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7014\";}}'),(21246,6433,'slide_template','default'),(21247,6434,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21248,6434,'_edit_last','1'),(21249,6434,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:82:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-over-Reefs_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:90:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-over-Reefs_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:27:\"reef-shark-over-reefs_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7015\";}}'),(21250,6434,'slide_template','default'),(21251,6435,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21252,6435,'_edit_last','1'),(21253,6435,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:81:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-Scar-8-07_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:89:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-Scar-8-07_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:26:\"reef-shark-scar-8-07_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7016\";}}'),(21254,6435,'slide_template','default'),(21255,6436,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21256,6436,'_edit_last','1'),(21257,6436,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:89:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-Surface-Cut-10-12_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:97:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-Surface-Cut-10-12_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:34:\"reef-shark-surface-cut-10-12_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7017\";}}'),(21258,6436,'slide_template','default'),(21259,6437,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21260,6437,'_edit_last','1'),(21261,6437,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:86:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-Wave-Cove-2012_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:94:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-Wave-Cove-2012_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:31:\"reef-shark-wave-cove-2012_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7018\";}}'),(21262,6437,'slide_template','default'),(21263,6438,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21264,6438,'_edit_last','1'),(21265,6438,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:88:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Squids-_-Caymen-1-6-12_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:96:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Squids-_-Caymen-1-6-12_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:33:\"reef-squids-_-caymen-1-6-12_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7019\";}}'),(21266,6438,'slide_template','default'),(21267,6439,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21268,6439,'_edit_last','1'),(21269,6439,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:88:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Squids-_-Caymen-2-6-17_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:96:\"http://deanostudios.com/wp-content/uploads/2017/02/Reef-Squids-_-Caymen-2-6-17_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:33:\"reef-squids-_-caymen-2-6-17_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7020\";}}'),(21270,6439,'slide_template','default'),(21271,6440,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21272,6440,'_edit_last','1'),(21273,6440,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:88:\"http://deanostudios.com/wp-content/uploads/2017/02/Reflecting-Reef-Shark-11-11_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:96:\"http://deanostudios.com/wp-content/uploads/2017/02/Reflecting-Reef-Shark-11-11_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:33:\"reflecting-reef-shark-11-11_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7021\";}}'),(21274,6440,'slide_template','default'),(21275,6441,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21276,6441,'_edit_last','1'),(21277,6441,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:92:\"http://deanostudios.com/wp-content/uploads/2017/02/Spotted-Bottlenose-Dolphin-8-12_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:100:\"http://deanostudios.com/wp-content/uploads/2017/02/Spotted-Bottlenose-Dolphin-8-12_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:37:\"spotted-bottlenose-dolphin-8-12_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7022\";}}'),(21278,6441,'slide_template','default'),(21279,6442,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21280,6442,'_edit_last','1'),(21281,6442,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:75:\"http://deanostudios.com/wp-content/uploads/2017/02/Swim-Fast-8-07_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:83:\"http://deanostudios.com/wp-content/uploads/2017/02/Swim-Fast-8-07_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:20:\"swim-fast-8-07_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7023\";}}'),(21282,6442,'slide_template','default'),(21283,6443,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21284,6443,'_edit_last','1'),(21285,6443,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:77:\"http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Beach-8-07_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:85:\"http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Beach-8-07_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:22:\"tiger-beach-8-07_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7024\";}}'),(21286,6443,'slide_template','default'),(21287,6444,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21288,6444,'_edit_last','1'),(21289,6444,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:86:\"http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-_-Emma-1-8-12_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:94:\"http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-_-Emma-1-8-12_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:31:\"tiger-shark-_-emma-1-8-12_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7025\";}}'),(21290,6444,'slide_template','default'),(21291,6445,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21292,6445,'_edit_last','1'),(21293,6445,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:86:\"http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-_-Emma-2-8-13_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:94:\"http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-_-Emma-2-8-13_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:31:\"tiger-shark-_-emma-2-8-13_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7026\";}}'),(21294,6445,'slide_template','default'),(21295,6446,'_edit_last','1'),(21296,6446,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21297,6446,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:82:\"http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-and-Cobia_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:90:\"http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-and-Cobia_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:27:\"tiger-shark-and-cobia_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7027\";}}'),(21298,6446,'slide_template','default'),(21299,6449,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21300,6449,'_edit_last','1'),(21301,6449,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:84:\"http://deanostudios.com/wp-content/uploads/2017/02/TIGER-SHARK-IN-SUNLIGHT_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:92:\"http://deanostudios.com/wp-content/uploads/2017/02/TIGER-SHARK-IN-SUNLIGHT_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:29:\"tiger-shark-in-sunlight_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7028\";}}'),(21302,6449,'slide_template','default'),(21303,6450,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21304,6450,'_edit_last','1'),(21305,6450,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:99:\"http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-2.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:107:\"http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-2-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:44:\"tiger-shark-lurking-_-tiger-beach-8-07_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7029\";}}'),(21306,6450,'slide_template','default'),(21307,6452,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21308,6452,'_edit_last','1'),(21309,6452,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:86:\"http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-Serenity-8-07_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:94:\"http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-Serenity-8-07_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:31:\"tiger-shark-serenity-8-07_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7030\";}}'),(21310,6452,'slide_template','default'),(21311,6453,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21312,6453,'_edit_last','1'),(21313,6453,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:85:\"http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-Stalker-8-07_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:93:\"http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-Stalker-8-07_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:30:\"tiger-shark-stalker-8-07_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"7031\";}}'),(21314,6453,'slide_template','default'),(21315,6454,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21316,6454,'_edit_last','1'),(21317,6454,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:79:\"http://deanostudios.com/wp-content/uploads/2017/02/TIGER-SHARK-1-2007_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:87:\"http://deanostudios.com/wp-content/uploads/2017/02/TIGER-SHARK-1-2007_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:24:\"tiger-shark-1-2007_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6973\";}}'),(21318,6454,'slide_template','default'),(21319,6455,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21320,6455,'_edit_last','1'),(21321,6455,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:80:\"http://deanostudios.com/wp-content/uploads/2017/02/TIGER-SHARK-5-2007-_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:88:\"http://deanostudios.com/wp-content/uploads/2017/02/TIGER-SHARK-5-2007-_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:25:\"tiger-shark-5-2007-_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6972\";}}'),(21322,6455,'slide_template','default'),(21323,6456,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21324,6456,'_edit_last','1'),(21325,6456,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:87:\"http://deanostudios.com/wp-content/uploads/2017/02/TIGER-SHARK-CLOSE-UP-2007-_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:95:\"http://deanostudios.com/wp-content/uploads/2017/02/TIGER-SHARK-CLOSE-UP-2007-_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:32:\"tiger-shark-close-up-2007-_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6971\";}}'),(21326,6456,'slide_template','default'),(21327,6457,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21328,6457,'_edit_last','1'),(21329,6457,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:76:\"http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Tail-8-12_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:84:\"http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Tail-8-12_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:21:\"tiger-tail-8-12_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6970\";}}'),(21330,6457,'slide_template','default'),(21331,6458,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21332,6458,'_edit_last','1'),(21333,6458,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:65:\"http://deanostudios.com/wp-content/uploads/2017/02/VI1_0829-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:73:\"http://deanostudios.com/wp-content/uploads/2017/02/VI1_0829-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"vi1_0829\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6968\";}}'),(21334,6458,'slide_template','default'),(21335,6459,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21336,6459,'_edit_last','1'),(21337,6459,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:66:\"http://deanostudios.com/wp-content/uploads/2017/02/VI1_3650b-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:74:\"http://deanostudios.com/wp-content/uploads/2017/02/VI1_3650b-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:9:\"vi1_3650b\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6969\";}}'),(21338,6459,'slide_template','default'),(21339,6460,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21340,6460,'_edit_last','1'),(21341,6460,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:66:\"http://deanostudios.com/wp-content/uploads/2017/02/VI1_3713A-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:74:\"http://deanostudios.com/wp-content/uploads/2017/02/VI1_3713A-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:9:\"vi1_3713a\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6967\";}}'),(21342,6460,'slide_template','default'),(21343,6461,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21344,6461,'_edit_last','1'),(21345,6461,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:65:\"http://deanostudios.com/wp-content/uploads/2017/02/VI1_4347-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:73:\"http://deanostudios.com/wp-content/uploads/2017/02/VI1_4347-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"vi1_4347\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6966\";}}'),(21346,6461,'slide_template','default'),(21347,6462,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21348,6462,'_edit_last','1'),(21349,6462,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:66:\"http://deanostudios.com/wp-content/uploads/2017/02/VI1_9567b-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:74:\"http://deanostudios.com/wp-content/uploads/2017/02/VI1_9567b-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:9:\"vi1_9567b\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6964\";}}'),(21350,6462,'slide_template','default'),(21351,6463,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21352,6463,'_edit_last','1'),(21353,6463,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:89:\"http://deanostudios.com/wp-content/uploads/2017/02/White-Shark-Guadalupe-3-9-09_2x3-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:97:\"http://deanostudios.com/wp-content/uploads/2017/02/White-Shark-Guadalupe-3-9-09_2x3-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:34:\"white-shark-guadalupe-3-9-09_2x3-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6681\";}}'),(21354,6463,'slide_template','default'),(21355,6466,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21356,6466,'_edit_last','1'),(21357,6466,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:67:\"http://deanostudios.com/wp-content/uploads/2017/02/CHASTAIN-2-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:75:\"http://deanostudios.com/wp-content/uploads/2017/02/CHASTAIN-2-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:10:\"chastain-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6587\";}}'),(21358,6466,'slide_template','default'),(21359,6470,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21360,6470,'_edit_last','1'),(21361,6470,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:65:\"http://deanostudios.com/wp-content/uploads/2017/02/IMG_4102-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:73:\"http://deanostudios.com/wp-content/uploads/2017/02/IMG_4102-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"img_4102\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6589\";}}'),(21362,6470,'slide_template','default'),(21363,6471,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21364,6471,'_edit_last','1'),(21365,6471,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:65:\"http://deanostudios.com/wp-content/uploads/2017/02/IMG_6655-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:73:\"http://deanostudios.com/wp-content/uploads/2017/02/IMG_6655-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"img_6655\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6672\";}}'),(21366,6471,'slide_template','default'),(21367,6472,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21368,6472,'_edit_last','1'),(21369,6472,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:65:\"http://deanostudios.com/wp-content/uploads/2017/02/IMG_3696-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:73:\"http://deanostudios.com/wp-content/uploads/2017/02/IMG_3696-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"img_3696\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6673\";}}'),(21370,6472,'slide_template','default'),(21371,6473,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21372,6473,'_edit_last','1'),(21373,6473,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:65:\"http://deanostudios.com/wp-content/uploads/2017/02/NB10011b-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:73:\"http://deanostudios.com/wp-content/uploads/2017/02/NB10011b-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:8:\"nb10011b\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6676\";}}'),(21374,6473,'slide_template','default'),(21438,6474,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21439,6474,'_edit_last','1'),(21440,6474,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:109:\"http://deanostudios.com/wp-content/uploads/2017/02/amazing-detailed-turtle-tattoo-on-ribs-by-Deano-Cook-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:117:\"http://deanostudios.com/wp-content/uploads/2017/02/amazing-detailed-turtle-tattoo-on-ribs-by-Deano-Cook-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:52:\"amazing-detailed-turtle-tattoo-on-ribs-by-deano-cook\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6680\";}}'),(21441,6474,'slide_template','default'),(21442,6476,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21443,6476,'_edit_last','1'),(21444,6476,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:73:\"http://deanostudios.com/wp-content/uploads/2017/02/OKEEFEb-DEANO-COOK.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:81:\"http://deanostudios.com/wp-content/uploads/2017/02/OKEEFEb-DEANO-COOK-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:18:\"okeefeb-deano-cook\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6582\";}}'),(21445,6476,'slide_template','default'),(21446,6478,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21447,6478,'_edit_last','1'),(21448,6478,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:74:\"http://deanostudios.com/wp-content/uploads/2017/02/OSPREY-DEANO-COOK-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:82:\"http://deanostudios.com/wp-content/uploads/2017/02/OSPREY-DEANO-COOK-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:19:\"osprey-deano-cook-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6679\";}}'),(21449,6478,'slide_template','default'),(21450,6480,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21451,6480,'_edit_last','1'),(21452,6480,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:70:\"http://deanostudios.com/wp-content/uploads/2017/02/STACY-ROSE-2b-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:78:\"http://deanostudios.com/wp-content/uploads/2017/02/STACY-ROSE-2b-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:13:\"stacy-rose-2b\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6675\";}}'),(21453,6480,'slide_template','default'),(21454,6565,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21455,6565,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21456,6565,'_edit_last','1'),(21457,6565,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:74:\"http://deanostudios.com/wp-content/uploads/2017/02/PT10018b-DEANO-COOK.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:82:\"http://deanostudios.com/wp-content/uploads/2017/02/PT10018b-DEANO-COOK-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:19:\"pt10018b-deano-cook\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6584\";}}'),(21458,6565,'slide_template','default'),(21459,6566,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21460,6566,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21461,6566,'_edit_last','1'),(21462,6566,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:75:\"http://deanostudios.com/wp-content/uploads/2017/02/IMG_9107c-DEANO-COOK.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:83:\"http://deanostudios.com/wp-content/uploads/2017/02/IMG_9107c-DEANO-COOK-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:20:\"img_9107c-deano-cook\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6581\";}}'),(21463,6566,'slide_template','default'),(21464,6567,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21465,6567,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21466,6567,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:75:\"http://deanostudios.com/wp-content/uploads/2017/02/IMG_5985b-DEANO-COOK.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:83:\"http://deanostudios.com/wp-content/uploads/2017/02/IMG_5985b-DEANO-COOK-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:20:\"img_5985b-deano-cook\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6578\";}}'),(21467,6567,'slide_template','default'),(21468,6567,'_edit_last','1'),(21469,6568,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21470,6568,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:64:\"http://deanostudios.com/wp-content/uploads/2017/02/IMG_8463b.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:72:\"http://deanostudios.com/wp-content/uploads/2017/02/IMG_8463b-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:9:\"img_8463b\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6580\";}}'),(21471,6568,'slide_template','default'),(21472,6568,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21473,6568,'_edit_last','1'),(21474,6569,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21475,6569,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21476,6569,'_edit_last','1'),(21477,6569,'slide_template','default'),(21478,6569,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:69:\"http://deanostudios.com/wp-content/uploads/2017/02/5shot-1desat-1.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:77:\"http://deanostudios.com/wp-content/uploads/2017/02/5shot-1desat-1-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:14:\"5shot-1desat-2\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6588\";}}'),(21479,6570,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21480,6570,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21481,6570,'_edit_last','1'),(21482,6570,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:81:\"http://deanostudios.com/wp-content/uploads/2017/02/THARP-PROGRESSb-DEANO-COOK.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:89:\"http://deanostudios.com/wp-content/uploads/2017/02/THARP-PROGRESSb-DEANO-COOK-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:26:\"tharp-progressb-deano-cook\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6583\";}}'),(21483,6570,'slide_template','default'),(21484,6571,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21485,6571,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21486,6571,'_edit_last','1'),(21487,6571,'_portfolio_settings','a:5:{s:6:\"layout\";s:27:\"single-portfloio-layout-one\";s:5:\"items\";a:1:{i:0;s:74:\"http://deanostudios.com/wp-content/uploads/2017/02/IMG_8157-DEANO-COOK.jpg\";}s:15:\"items_thumbnail\";a:1:{i:0;s:82:\"http://deanostudios.com/wp-content/uploads/2017/02/IMG_8157-DEANO-COOK-150x150.jpg\";}s:10:\"items_name\";a:1:{i:0;s:19:\"img_8157-deano-cook\";}s:8:\"items_id\";a:1:{i:0;s:4:\"6579\";}}'),(21488,6571,'slide_template','default'),(21559,6571,'_edit_lock','1487553705:1'),(21560,6572,'_wp_attached_file','2017/02/5shot-1desat.jpg'),(21561,6572,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2300;s:6:\"height\";i:1095;s:4:\"file\";s:24:\"2017/02/5shot-1desat.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"5shot-1desat-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"5shot-1desat-300x143.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"5shot-1desat-768x366.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"5shot-1desat-1024x488.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"5shot-1desat-180x86.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"5shot-1desat-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"5shot-1desat-1000x476.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:25:\"5shot-1desat-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:22:\"5shot-1desat-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:24:\"5shot-1desat-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:22:\"5shot-1desat-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:24:\"5shot-1desat-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21562,6573,'_wp_attached_file','2017/02/DEANO-COOK-J.HURST_SEATURTLE.jpg'),(21563,6573,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2588;s:4:\"file\";s:40:\"2017/02/DEANO-COOK-J.HURST_SEATURTLE.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"DEANO-COOK-J.HURST_SEATURTLE-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"DEANO-COOK-J.HURST_SEATURTLE-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"DEANO-COOK-J.HURST_SEATURTLE-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"DEANO-COOK-J.HURST_SEATURTLE-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"DEANO-COOK-J.HURST_SEATURTLE-139x180.jpg\";s:5:\"width\";i:139;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"DEANO-COOK-J.HURST_SEATURTLE-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"DEANO-COOK-J.HURST_SEATURTLE-1000x1294.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:41:\"DEANO-COOK-J.HURST_SEATURTLE-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:38:\"DEANO-COOK-J.HURST_SEATURTLE-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:40:\"DEANO-COOK-J.HURST_SEATURTLE-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:38:\"DEANO-COOK-J.HURST_SEATURTLE-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:40:\"DEANO-COOK-J.HURST_SEATURTLE-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21564,6574,'_wp_attached_file','2017/02/DEANO-COOK-MAHI-MAHI.jpg'),(21565,6574,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2588;s:4:\"file\";s:32:\"2017/02/DEANO-COOK-MAHI-MAHI.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"DEANO-COOK-MAHI-MAHI-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"DEANO-COOK-MAHI-MAHI-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"DEANO-COOK-MAHI-MAHI-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"DEANO-COOK-MAHI-MAHI-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"DEANO-COOK-MAHI-MAHI-139x180.jpg\";s:5:\"width\";i:139;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"DEANO-COOK-MAHI-MAHI-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"DEANO-COOK-MAHI-MAHI-1000x1294.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:33:\"DEANO-COOK-MAHI-MAHI-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:30:\"DEANO-COOK-MAHI-MAHI-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:32:\"DEANO-COOK-MAHI-MAHI-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:30:\"DEANO-COOK-MAHI-MAHI-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:32:\"DEANO-COOK-MAHI-MAHI-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21566,6575,'_wp_attached_file','2017/02/DSC_1678-e1484805885314.jpg'),(21567,6575,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2000;s:4:\"file\";s:35:\"2017/02/DSC_1678-e1484805885314.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"DSC_1678-e1484805885314-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"DSC_1678-e1484805885314-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"DSC_1678-e1484805885314-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"DSC_1678-e1484805885314-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"DSC_1678-e1484805885314-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:37:\"DSC_1678-e1484805885314-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"DSC_1678-e1484805885314-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:36:\"DSC_1678-e1484805885314-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:33:\"DSC_1678-e1484805885314-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:35:\"DSC_1678-e1484805885314-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:33:\"DSC_1678-e1484805885314-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:35:\"DSC_1678-e1484805885314-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1350828827\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21568,6576,'_wp_attached_file','2017/02/IMG_4009b.jpg'),(21569,6576,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1600;s:4:\"file\";s:21:\"2017/02/IMG_4009b.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_4009b-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"IMG_4009b-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_4009b-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"IMG_4009b-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_4009b-180x144.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"IMG_4009b-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"IMG_4009b-1000x800.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:22:\"IMG_4009b-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:19:\"IMG_4009b-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:21:\"IMG_4009b-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"IMG_4009b-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:21:\"IMG_4009b-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21570,6577,'_wp_attached_file','2017/02/IMG_5686d.jpg'),(21571,6577,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1678;s:6:\"height\";i:2237;s:4:\"file\";s:21:\"2017/02/IMG_5686d.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_5686d-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"IMG_5686d-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"IMG_5686d-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"IMG_5686d-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_5686d-135x180.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"IMG_5686d-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"IMG_5686d-1000x1333.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:22:\"IMG_5686d-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:19:\"IMG_5686d-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:21:\"IMG_5686d-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"IMG_5686d-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:21:\"IMG_5686d-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21572,6578,'_wp_attached_file','2017/02/IMG_5985b-DEANO-COOK.jpg'),(21573,6578,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2416;s:4:\"file\";s:32:\"2017/02/IMG_5985b-DEANO-COOK.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"IMG_5985b-DEANO-COOK-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"IMG_5985b-DEANO-COOK-248x300.jpg\";s:5:\"width\";i:248;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"IMG_5985b-DEANO-COOK-768x928.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"IMG_5985b-DEANO-COOK-848x1024.jpg\";s:5:\"width\";i:848;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"IMG_5985b-DEANO-COOK-149x180.jpg\";s:5:\"width\";i:149;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"IMG_5985b-DEANO-COOK-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"IMG_5985b-DEANO-COOK-1000x1208.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:33:\"IMG_5985b-DEANO-COOK-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:30:\"IMG_5985b-DEANO-COOK-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:32:\"IMG_5985b-DEANO-COOK-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:30:\"IMG_5985b-DEANO-COOK-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:32:\"IMG_5985b-DEANO-COOK-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21574,6579,'_wp_attached_file','2017/02/IMG_8157-DEANO-COOK.jpg'),(21575,6579,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1500;s:4:\"file\";s:31:\"2017/02/IMG_8157-DEANO-COOK.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_8157-DEANO-COOK-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG_8157-DEANO-COOK-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"IMG_8157-DEANO-COOK-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG_8157-DEANO-COOK-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_8157-DEANO-COOK-180x135.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"IMG_8157-DEANO-COOK-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"IMG_8157-DEANO-COOK-1000x750.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:32:\"IMG_8157-DEANO-COOK-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:29:\"IMG_8157-DEANO-COOK-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:31:\"IMG_8157-DEANO-COOK-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:29:\"IMG_8157-DEANO-COOK-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:31:\"IMG_8157-DEANO-COOK-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21576,6580,'_wp_attached_file','2017/02/IMG_8463b.jpg'),(21577,6580,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2417;s:4:\"file\";s:21:\"2017/02/IMG_8463b.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_8463b-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"IMG_8463b-248x300.jpg\";s:5:\"width\";i:248;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_8463b-768x928.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"IMG_8463b-847x1024.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_8463b-149x180.jpg\";s:5:\"width\";i:149;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"IMG_8463b-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"IMG_8463b-1000x1209.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:22:\"IMG_8463b-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:19:\"IMG_8463b-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:21:\"IMG_8463b-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"IMG_8463b-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:21:\"IMG_8463b-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21578,6581,'_wp_attached_file','2017/02/IMG_9107c-DEANO-COOK.jpg'),(21579,6581,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1533;s:6:\"height\";i:1150;s:4:\"file\";s:32:\"2017/02/IMG_9107c-DEANO-COOK.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"IMG_9107c-DEANO-COOK-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"IMG_9107c-DEANO-COOK-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"IMG_9107c-DEANO-COOK-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"IMG_9107c-DEANO-COOK-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"IMG_9107c-DEANO-COOK-180x135.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"IMG_9107c-DEANO-COOK-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"IMG_9107c-DEANO-COOK-1000x750.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:33:\"IMG_9107c-DEANO-COOK-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:30:\"IMG_9107c-DEANO-COOK-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:32:\"IMG_9107c-DEANO-COOK-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:30:\"IMG_9107c-DEANO-COOK-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:32:\"IMG_9107c-DEANO-COOK-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21580,6582,'_wp_attached_file','2017/02/OKEEFEb-DEANO-COOK.jpg'),(21581,6582,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:3008;s:4:\"file\";s:30:\"2017/02/OKEEFEb-DEANO-COOK.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"OKEEFEb-DEANO-COOK-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"OKEEFEb-DEANO-COOK-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"OKEEFEb-DEANO-COOK-768x1155.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"OKEEFEb-DEANO-COOK-681x1024.jpg\";s:5:\"width\";i:681;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"OKEEFEb-DEANO-COOK-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"OKEEFEb-DEANO-COOK-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"OKEEFEb-DEANO-COOK-1000x1504.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:31:\"OKEEFEb-DEANO-COOK-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:28:\"OKEEFEb-DEANO-COOK-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:30:\"OKEEFEb-DEANO-COOK-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:28:\"OKEEFEb-DEANO-COOK-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:30:\"OKEEFEb-DEANO-COOK-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21582,6583,'_wp_attached_file','2017/02/THARP-PROGRESSb-DEANO-COOK.jpg'),(21583,6583,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:3000;s:4:\"file\";s:38:\"2017/02/THARP-PROGRESSb-DEANO-COOK.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"THARP-PROGRESSb-DEANO-COOK-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"THARP-PROGRESSb-DEANO-COOK-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"THARP-PROGRESSb-DEANO-COOK-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"THARP-PROGRESSb-DEANO-COOK-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"THARP-PROGRESSb-DEANO-COOK-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"THARP-PROGRESSb-DEANO-COOK-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"THARP-PROGRESSb-DEANO-COOK-1000x1500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:39:\"THARP-PROGRESSb-DEANO-COOK-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:36:\"THARP-PROGRESSb-DEANO-COOK-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:38:\"THARP-PROGRESSb-DEANO-COOK-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:36:\"THARP-PROGRESSb-DEANO-COOK-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:38:\"THARP-PROGRESSb-DEANO-COOK-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21584,6584,'_wp_attached_file','2017/02/PT10018b-DEANO-COOK.jpg'),(21585,6584,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1500;s:4:\"file\";s:31:\"2017/02/PT10018b-DEANO-COOK.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"PT10018b-DEANO-COOK-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"PT10018b-DEANO-COOK-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"PT10018b-DEANO-COOK-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"PT10018b-DEANO-COOK-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"PT10018b-DEANO-COOK-180x135.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"PT10018b-DEANO-COOK-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"PT10018b-DEANO-COOK-1000x750.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:32:\"PT10018b-DEANO-COOK-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:29:\"PT10018b-DEANO-COOK-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:31:\"PT10018b-DEANO-COOK-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:29:\"PT10018b-DEANO-COOK-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:31:\"PT10018b-DEANO-COOK-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21586,6466,'_edit_lock','1487376856:1'),(21587,6566,'_edit_lock','1487376337:1'),(21588,6570,'_edit_lock','1487376447:1'),(21589,5162,'_edit_lock','1487376729:1'),(21592,6586,'_wp_attached_file','2017/02/IMG_5686d-1.jpg'),(21593,6586,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1678;s:6:\"height\";i:2237;s:4:\"file\";s:23:\"2017/02/IMG_5686d-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"IMG_5686d-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"IMG_5686d-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"IMG_5686d-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"IMG_5686d-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"IMG_5686d-1-135x180.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"IMG_5686d-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"IMG_5686d-1-1000x1333.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:24:\"IMG_5686d-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:21:\"IMG_5686d-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:23:\"IMG_5686d-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:21:\"IMG_5686d-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:23:\"IMG_5686d-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21594,6587,'_wp_attached_file','2017/02/CHASTAIN-2-1.jpg'),(21595,6587,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1843;s:6:\"height\";i:2990;s:4:\"file\";s:24:\"2017/02/CHASTAIN-2-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"CHASTAIN-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"CHASTAIN-2-1-185x300.jpg\";s:5:\"width\";i:185;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"CHASTAIN-2-1-768x1246.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"CHASTAIN-2-1-631x1024.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"CHASTAIN-2-1-111x180.jpg\";s:5:\"width\";i:111;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"CHASTAIN-2-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"CHASTAIN-2-1-1000x1622.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1622;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:25:\"CHASTAIN-2-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:22:\"CHASTAIN-2-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:24:\"CHASTAIN-2-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:22:\"CHASTAIN-2-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:24:\"CHASTAIN-2-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21596,6470,'_edit_lock','1487377030:1'),(21597,6588,'_wp_attached_file','2017/02/5shot-1desat-1.jpg'),(21598,6588,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2300;s:6:\"height\";i:1095;s:4:\"file\";s:26:\"2017/02/5shot-1desat-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"5shot-1desat-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"5shot-1desat-1-300x143.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"5shot-1desat-1-768x366.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"5shot-1desat-1-1024x488.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"5shot-1desat-1-180x86.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"5shot-1desat-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"5shot-1desat-1-1000x476.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:27:\"5shot-1desat-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:24:\"5shot-1desat-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:26:\"5shot-1desat-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:24:\"5shot-1desat-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:26:\"5shot-1desat-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21599,6589,'_wp_attached_file','2017/02/IMG_4102-1.jpg'),(21600,6589,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1531;s:6:\"height\";i:2687;s:4:\"file\";s:22:\"2017/02/IMG_4102-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_4102-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IMG_4102-1-171x300.jpg\";s:5:\"width\";i:171;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"IMG_4102-1-768x1348.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1348;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"IMG_4102-1-583x1024.jpg\";s:5:\"width\";i:583;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_4102-1-103x180.jpg\";s:5:\"width\";i:103;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"IMG_4102-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"IMG_4102-1-1000x1755.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1755;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:23:\"IMG_4102-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_4102-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"IMG_4102-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_4102-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"IMG_4102-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21601,5200,'_edit_lock','1487377230:1'),(21602,6590,'_wp_attached_file','2017/02/DEANO-COOK-MAHI-MAHI-1.jpg'),(21603,6590,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2588;s:4:\"file\";s:34:\"2017/02/DEANO-COOK-MAHI-MAHI-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"DEANO-COOK-MAHI-MAHI-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"DEANO-COOK-MAHI-MAHI-1-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"DEANO-COOK-MAHI-MAHI-1-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"DEANO-COOK-MAHI-MAHI-1-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"DEANO-COOK-MAHI-MAHI-1-139x180.jpg\";s:5:\"width\";i:139;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"DEANO-COOK-MAHI-MAHI-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"DEANO-COOK-MAHI-MAHI-1-1000x1294.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:35:\"DEANO-COOK-MAHI-MAHI-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:32:\"DEANO-COOK-MAHI-MAHI-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:34:\"DEANO-COOK-MAHI-MAHI-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:32:\"DEANO-COOK-MAHI-MAHI-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:34:\"DEANO-COOK-MAHI-MAHI-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21604,6569,'_edit_lock','1487377313:1'),(21605,5203,'_edit_lock','1487377474:1'),(21606,6591,'_wp_attached_file','2017/02/White-Shark-Guadalupe-2-9-09_2x3-1.jpg'),(21607,6591,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1335;s:6:\"height\";i:2000;s:4:\"file\";s:46:\"2017/02/White-Shark-Guadalupe-2-9-09_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"White-Shark-Guadalupe-2-9-09_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"White-Shark-Guadalupe-2-9-09_2x3-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"White-Shark-Guadalupe-2-9-09_2x3-1-768x1151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"White-Shark-Guadalupe-2-9-09_2x3-1-684x1024.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"White-Shark-Guadalupe-2-9-09_2x3-1-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"White-Shark-Guadalupe-2-9-09_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"White-Shark-Guadalupe-2-9-09_2x3-1-1000x1498.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:47:\"White-Shark-Guadalupe-2-9-09_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:44:\"White-Shark-Guadalupe-2-9-09_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:46:\"White-Shark-Guadalupe-2-9-09_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:44:\"White-Shark-Guadalupe-2-9-09_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:46:\"White-Shark-Guadalupe-2-9-09_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21608,6592,'_wp_attached_file','2017/02/Bimini-Blue-7-13_2x3-1.png'),(21609,6592,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:34:\"2017/02/Bimini-Blue-7-13_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Bimini-Blue-7-13_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Bimini-Blue-7-13_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Bimini-Blue-7-13_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Bimini-Blue-7-13_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"Bimini-Blue-7-13_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"Bimini-Blue-7-13_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"Bimini-Blue-7-13_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:35:\"Bimini-Blue-7-13_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:32:\"Bimini-Blue-7-13_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:34:\"Bimini-Blue-7-13_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:32:\"Bimini-Blue-7-13_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:34:\"Bimini-Blue-7-13_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21610,6593,'_wp_attached_file','2017/02/Bottlenose-Dolphin-8-12_2x3-1.png'),(21611,6593,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:41:\"2017/02/Bottlenose-Dolphin-8-12_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Bottlenose-Dolphin-8-12_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Bottlenose-Dolphin-8-12_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Bottlenose-Dolphin-8-12_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Bottlenose-Dolphin-8-12_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"Bottlenose-Dolphin-8-12_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:43:\"Bottlenose-Dolphin-8-12_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"Bottlenose-Dolphin-8-12_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:42:\"Bottlenose-Dolphin-8-12_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:39:\"Bottlenose-Dolphin-8-12_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:41:\"Bottlenose-Dolphin-8-12_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:39:\"Bottlenose-Dolphin-8-12_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:41:\"Bottlenose-Dolphin-8-12_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21612,6594,'_wp_attached_file','2017/02/Gazing-Reef-10-12_2x3-1.png'),(21613,6594,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:35:\"2017/02/Gazing-Reef-10-12_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Gazing-Reef-10-12_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Gazing-Reef-10-12_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Gazing-Reef-10-12_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Gazing-Reef-10-12_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"Gazing-Reef-10-12_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:37:\"Gazing-Reef-10-12_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"Gazing-Reef-10-12_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:36:\"Gazing-Reef-10-12_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:33:\"Gazing-Reef-10-12_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:35:\"Gazing-Reef-10-12_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:33:\"Gazing-Reef-10-12_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:35:\"Gazing-Reef-10-12_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21614,6595,'_wp_attached_file','2017/02/GreenSea-Turtle-6-13_2x3-1.png'),(21615,6595,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:38:\"2017/02/GreenSea-Turtle-6-13_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"GreenSea-Turtle-6-13_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"GreenSea-Turtle-6-13_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"GreenSea-Turtle-6-13_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"GreenSea-Turtle-6-13_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"GreenSea-Turtle-6-13_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"GreenSea-Turtle-6-13_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"GreenSea-Turtle-6-13_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:39:\"GreenSea-Turtle-6-13_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:36:\"GreenSea-Turtle-6-13_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:38:\"GreenSea-Turtle-6-13_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:36:\"GreenSea-Turtle-6-13_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:38:\"GreenSea-Turtle-6-13_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21616,6596,'_wp_attached_file','2017/02/Hawksbill-Turtle-6-13_2x3-1.png'),(21617,6596,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:39:\"2017/02/Hawksbill-Turtle-6-13_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Hawksbill-Turtle-6-13_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Hawksbill-Turtle-6-13_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Hawksbill-Turtle-6-13_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Hawksbill-Turtle-6-13_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"Hawksbill-Turtle-6-13_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"Hawksbill-Turtle-6-13_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"Hawksbill-Turtle-6-13_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:40:\"Hawksbill-Turtle-6-13_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:37:\"Hawksbill-Turtle-6-13_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:39:\"Hawksbill-Turtle-6-13_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"Hawksbill-Turtle-6-13_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:39:\"Hawksbill-Turtle-6-13_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21618,6597,'_wp_attached_file','2017/02/Hawksbill-Turtle-eating-Sponge-06-07_2x3-1.png'),(21619,6597,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:54:\"2017/02/Hawksbill-Turtle-eating-Sponge-06-07_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-eating-Sponge-06-07_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-eating-Sponge-06-07_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-eating-Sponge-06-07_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Hawksbill-Turtle-eating-Sponge-06-07_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-eating-Sponge-06-07_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"Hawksbill-Turtle-eating-Sponge-06-07_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"Hawksbill-Turtle-eating-Sponge-06-07_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:55:\"Hawksbill-Turtle-eating-Sponge-06-07_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:52:\"Hawksbill-Turtle-eating-Sponge-06-07_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-eating-Sponge-06-07_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:52:\"Hawksbill-Turtle-eating-Sponge-06-07_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-eating-Sponge-06-07_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21620,6476,'_edit_lock','1487552883:1'),(21621,6598,'_wp_attached_file','2017/02/Hawksbill-Turtle-Flight-2-11-11_2x3-1.png'),(21622,6598,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:49:\"2017/02/Hawksbill-Turtle-Flight-2-11-11_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Hawksbill-Turtle-Flight-2-11-11_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Hawksbill-Turtle-Flight-2-11-11_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Hawksbill-Turtle-Flight-2-11-11_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"Hawksbill-Turtle-Flight-2-11-11_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"Hawksbill-Turtle-Flight-2-11-11_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:51:\"Hawksbill-Turtle-Flight-2-11-11_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:51:\"Hawksbill-Turtle-Flight-2-11-11_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:50:\"Hawksbill-Turtle-Flight-2-11-11_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:47:\"Hawksbill-Turtle-Flight-2-11-11_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:49:\"Hawksbill-Turtle-Flight-2-11-11_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:47:\"Hawksbill-Turtle-Flight-2-11-11_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:49:\"Hawksbill-Turtle-Flight-2-11-11_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21623,6599,'_wp_attached_file','2017/02/Hawksbill-Turtle-Flight-3-6-13_2x3-1.png'),(21624,6599,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:48:\"2017/02/Hawksbill-Turtle-Flight-3-6-13_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Hawksbill-Turtle-Flight-3-6-13_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Hawksbill-Turtle-Flight-3-6-13_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Hawksbill-Turtle-Flight-3-6-13_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Hawksbill-Turtle-Flight-3-6-13_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"Hawksbill-Turtle-Flight-3-6-13_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:50:\"Hawksbill-Turtle-Flight-3-6-13_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"Hawksbill-Turtle-Flight-3-6-13_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:49:\"Hawksbill-Turtle-Flight-3-6-13_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:46:\"Hawksbill-Turtle-Flight-3-6-13_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:48:\"Hawksbill-Turtle-Flight-3-6-13_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:46:\"Hawksbill-Turtle-Flight-3-6-13_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:48:\"Hawksbill-Turtle-Flight-3-6-13_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21625,5468,'_edit_lock','1523732313:3'),(21626,6600,'_wp_attached_file','2017/02/Hawksbill-Turtle-in-Coral-6-13_2x3-1.png'),(21627,6600,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:48:\"2017/02/Hawksbill-Turtle-in-Coral-6-13_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Hawksbill-Turtle-in-Coral-6-13_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Hawksbill-Turtle-in-Coral-6-13_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Hawksbill-Turtle-in-Coral-6-13_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Hawksbill-Turtle-in-Coral-6-13_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"Hawksbill-Turtle-in-Coral-6-13_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:50:\"Hawksbill-Turtle-in-Coral-6-13_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"Hawksbill-Turtle-in-Coral-6-13_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:49:\"Hawksbill-Turtle-in-Coral-6-13_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:46:\"Hawksbill-Turtle-in-Coral-6-13_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:48:\"Hawksbill-Turtle-in-Coral-6-13_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:46:\"Hawksbill-Turtle-in-Coral-6-13_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:48:\"Hawksbill-Turtle-in-Coral-6-13_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21628,5484,'_edit_lock','1493585329:3'),(21629,5475,'_edit_lock','1487553181:1'),(21630,5489,'_edit_lock','1487553311:1'),(21631,5495,'_edit_lock','1487553004:1'),(21632,6601,'_wp_attached_file','2017/02/Hawksbill-Turtle-in-Coral-2-6-12_2x3-1.png'),(21633,6601,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:50:\"2017/02/Hawksbill-Turtle-in-Coral-2-6-12_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Hawksbill-Turtle-in-Coral-2-6-12_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Hawksbill-Turtle-in-Coral-2-6-12_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Hawksbill-Turtle-in-Coral-2-6-12_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"Hawksbill-Turtle-in-Coral-2-6-12_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"Hawksbill-Turtle-in-Coral-2-6-12_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:52:\"Hawksbill-Turtle-in-Coral-2-6-12_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:52:\"Hawksbill-Turtle-in-Coral-2-6-12_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:51:\"Hawksbill-Turtle-in-Coral-2-6-12_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:48:\"Hawksbill-Turtle-in-Coral-2-6-12_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:50:\"Hawksbill-Turtle-in-Coral-2-6-12_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:48:\"Hawksbill-Turtle-in-Coral-2-6-12_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:50:\"Hawksbill-Turtle-in-Coral-2-6-12_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21634,6602,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21635,6602,'attribute_size','XX-Large'),(21636,6602,'_stock_status','instock'),(21637,6603,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21638,6603,'attribute_size','X-Large'),(21639,6603,'_stock_status','instock'),(21640,6604,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21641,6604,'attribute_size','Large'),(21642,6604,'_stock_status','instock'),(21643,6605,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21644,6605,'attribute_size','Medium'),(21645,6605,'_stock_status','instock'),(21646,6606,'_wp_attached_file','2017/02/Hawksbill-Turtle-in-flight-6-13_2x3-1.png'),(21647,6606,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:49:\"2017/02/Hawksbill-Turtle-in-flight-6-13_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Hawksbill-Turtle-in-flight-6-13_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Hawksbill-Turtle-in-flight-6-13_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Hawksbill-Turtle-in-flight-6-13_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"Hawksbill-Turtle-in-flight-6-13_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"Hawksbill-Turtle-in-flight-6-13_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:51:\"Hawksbill-Turtle-in-flight-6-13_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:51:\"Hawksbill-Turtle-in-flight-6-13_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:50:\"Hawksbill-Turtle-in-flight-6-13_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:47:\"Hawksbill-Turtle-in-flight-6-13_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:49:\"Hawksbill-Turtle-in-flight-6-13_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:47:\"Hawksbill-Turtle-in-flight-6-13_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:49:\"Hawksbill-Turtle-in-flight-6-13_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21648,6607,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21649,6607,'attribute_size','X-Large'),(21650,6607,'_stock_status','instock'),(21651,6608,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21652,6608,'attribute_size','Large'),(21653,6608,'_stock_status','instock'),(21654,6609,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21655,6609,'attribute_size','Medium'),(21656,6609,'_stock_status','instock'),(21657,6610,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21658,6610,'attribute_size','Small'),(21659,6610,'_stock_status','instock'),(21660,6611,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21661,6611,'attribute_size','X-Large'),(21662,6611,'_stock_status','instock'),(21663,6612,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21664,6612,'attribute_size','Large'),(21665,6612,'_stock_status','instock'),(21666,6613,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21667,6613,'attribute_size','Medium'),(21668,6613,'_stock_status','instock'),(21669,6614,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21670,6614,'attribute_size','Small'),(21671,6614,'_stock_status','instock'),(21672,6615,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21673,6615,'attribute_size','XX-Large'),(21674,6615,'_stock_status','instock'),(21675,6616,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21676,6616,'attribute_size','X-Large'),(21677,6616,'_stock_status','instock'),(21678,6617,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21679,6617,'attribute_size','Large'),(21680,6617,'_stock_status','instock'),(21681,6618,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21682,6618,'attribute_size','Medium'),(21683,6618,'_stock_status','instock'),(21684,6619,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21685,6619,'attribute_size','XX-Large'),(21686,6619,'_stock_status','instock'),(21687,6620,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21688,6620,'attribute_size','X-Large'),(21689,6620,'_stock_status','instock'),(21690,6621,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21691,6621,'attribute_size','Large'),(21692,6621,'_stock_status','instock'),(21693,6622,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21694,6622,'attribute_size','Medium'),(21695,6622,'_stock_status','instock'),(21696,6623,'_wp_attached_file','2017/02/Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1.png'),(21697,6605,'_sku',''),(21698,6605,'_thumbnail_id','0'),(21699,6605,'_virtual','no'),(21700,6605,'_downloadable','no'),(21701,6605,'_weight',''),(21702,6605,'_length',''),(21703,6605,'_width',''),(21704,6605,'_height',''),(21705,6605,'_manage_stock','no'),(21706,6605,'_regular_price','25'),(21707,6605,'_sale_price',''),(21708,6605,'_sale_price_dates_from',''),(21709,6605,'_sale_price_dates_to',''),(21710,6605,'_price','25'),(21711,6605,'_download_limit',''),(21712,6605,'_download_expiry',''),(21713,6605,'_downloadable_files',''),(21714,6605,'_variation_description',''),(21715,6604,'_sku',''),(21716,6604,'_thumbnail_id','0'),(21717,6604,'_virtual','no'),(21718,6604,'_downloadable','no'),(21719,6604,'_weight',''),(21720,6604,'_length',''),(21721,6604,'_width',''),(21722,6604,'_height',''),(21723,6604,'_manage_stock','no'),(21724,6604,'_regular_price','25'),(21725,6604,'_sale_price',''),(21726,6604,'_sale_price_dates_from',''),(21727,6604,'_sale_price_dates_to',''),(21728,6604,'_price','25'),(21729,6604,'_download_limit',''),(21730,6604,'_download_expiry',''),(21731,6604,'_downloadable_files',''),(21732,6604,'_variation_description',''),(21733,6603,'_sku',''),(21734,6603,'_thumbnail_id','0'),(21735,6603,'_virtual','no'),(21736,6603,'_downloadable','no'),(21737,6603,'_weight',''),(21738,6603,'_length',''),(21739,6603,'_width',''),(21740,6603,'_height',''),(21741,6603,'_manage_stock','no'),(21742,6603,'_regular_price','25'),(21743,6603,'_sale_price',''),(21744,6603,'_sale_price_dates_from',''),(21745,6603,'_sale_price_dates_to',''),(21746,6603,'_price','25'),(21747,6603,'_download_limit',''),(21748,6603,'_download_expiry',''),(21749,6603,'_downloadable_files',''),(21750,6603,'_variation_description',''),(21751,6602,'_sku',''),(21752,6602,'_thumbnail_id','0'),(21753,6602,'_virtual','no'),(21754,6602,'_downloadable','no'),(21755,6602,'_weight',''),(21756,6602,'_length',''),(21757,6602,'_width',''),(21758,6602,'_height',''),(21759,6602,'_manage_stock','no'),(21760,6602,'_regular_price','25'),(21761,6602,'_sale_price',''),(21762,6602,'_sale_price_dates_from',''),(21763,6602,'_sale_price_dates_to',''),(21764,6602,'_price','25'),(21765,6602,'_download_limit',''),(21766,6602,'_download_expiry',''),(21767,6602,'_downloadable_files',''),(21768,6602,'_variation_description',''),(21771,6623,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:54:\"2017/02/Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:55:\"Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:52:\"Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:52:\"Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21772,5468,'_price','25'),(21773,5468,'_price','25'),(21774,6624,'_wp_attached_file','2017/02/Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1.png'),(21775,6624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:54:\"2017/02/Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:55:\"Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:52:\"Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:52:\"Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21776,6610,'_sku',''),(21777,6610,'_thumbnail_id','0'),(21778,6610,'_virtual','no'),(21779,6610,'_downloadable','no'),(21780,6610,'_weight',''),(21781,6610,'_length',''),(21782,6610,'_width',''),(21783,6610,'_height',''),(21784,6610,'_manage_stock','no'),(21785,6610,'_regular_price','25'),(21786,6610,'_sale_price',''),(21787,6610,'_sale_price_dates_from',''),(21788,6610,'_sale_price_dates_to',''),(21789,6610,'_price','25'),(21790,6610,'_download_limit',''),(21791,6610,'_download_expiry',''),(21792,6610,'_downloadable_files',''),(21793,6610,'_variation_description',''),(21794,6609,'_sku',''),(21795,6609,'_thumbnail_id','0'),(21796,6609,'_virtual','no'),(21797,6609,'_downloadable','no'),(21798,6609,'_weight',''),(21799,6609,'_length',''),(21800,6609,'_width',''),(21801,6609,'_height',''),(21802,6609,'_manage_stock','no'),(21803,6609,'_regular_price','25'),(21804,6609,'_sale_price',''),(21805,6609,'_sale_price_dates_from',''),(21806,6609,'_sale_price_dates_to',''),(21807,6609,'_price','25'),(21808,6609,'_download_limit',''),(21809,6609,'_download_expiry',''),(21810,6609,'_downloadable_files',''),(21811,6609,'_variation_description',''),(21812,6608,'_sku',''),(21813,6608,'_thumbnail_id','0'),(21814,6608,'_virtual','no'),(21815,6608,'_downloadable','no'),(21816,6608,'_weight',''),(21817,6608,'_length',''),(21818,6608,'_width',''),(21819,6608,'_height',''),(21820,6608,'_manage_stock','no'),(21821,6608,'_regular_price','25'),(21822,6608,'_sale_price',''),(21823,6608,'_sale_price_dates_from',''),(21824,6608,'_sale_price_dates_to',''),(21825,6608,'_price','25'),(21826,6608,'_download_limit',''),(21827,6608,'_download_expiry',''),(21828,6608,'_downloadable_files',''),(21829,6608,'_variation_description',''),(21830,6607,'_sku',''),(21831,6607,'_thumbnail_id','0'),(21832,6607,'_virtual','no'),(21833,6607,'_downloadable','no'),(21834,6607,'_weight',''),(21835,6607,'_length',''),(21836,6607,'_width',''),(21837,6607,'_height',''),(21838,6607,'_manage_stock','no'),(21839,6607,'_regular_price','25'),(21840,6607,'_sale_price',''),(21841,6607,'_sale_price_dates_from',''),(21842,6607,'_sale_price_dates_to',''),(21843,6607,'_price','25'),(21844,6607,'_download_limit',''),(21845,6607,'_download_expiry',''),(21846,6607,'_downloadable_files',''),(21847,6607,'_variation_description',''),(21850,6618,'_sku',''),(21851,6618,'_thumbnail_id','0'),(21852,6618,'_virtual','no'),(21853,6618,'_downloadable','no'),(21854,6618,'_weight',''),(21855,6618,'_length',''),(21856,6618,'_width',''),(21857,6618,'_height',''),(21858,6618,'_manage_stock','no'),(21859,6618,'_regular_price','25'),(21860,6618,'_sale_price',''),(21861,6618,'_sale_price_dates_from',''),(21862,6618,'_sale_price_dates_to',''),(21863,6618,'_price','25'),(21864,6618,'_download_limit',''),(21865,6618,'_download_expiry',''),(21866,6618,'_downloadable_files',''),(21867,6618,'_variation_description',''),(21868,6617,'_sku',''),(21869,6617,'_thumbnail_id','0'),(21870,6617,'_virtual','no'),(21871,6617,'_downloadable','no'),(21872,6617,'_weight',''),(21873,6617,'_length',''),(21874,6617,'_width',''),(21875,6617,'_height',''),(21876,6617,'_manage_stock','no'),(21877,6617,'_regular_price','25'),(21878,6617,'_sale_price',''),(21879,6617,'_sale_price_dates_from',''),(21880,6617,'_sale_price_dates_to',''),(21881,6617,'_price','25'),(21882,6617,'_download_limit',''),(21883,6617,'_download_expiry',''),(21884,6617,'_downloadable_files',''),(21885,6617,'_variation_description',''),(21886,6616,'_sku',''),(21887,6616,'_thumbnail_id','0'),(21888,6616,'_virtual','no'),(21889,6616,'_downloadable','no'),(21890,6616,'_weight',''),(21891,6616,'_length',''),(21892,6616,'_width',''),(21893,6616,'_height',''),(21894,6616,'_manage_stock','no'),(21895,6616,'_regular_price','25'),(21896,6616,'_sale_price',''),(21897,6616,'_sale_price_dates_from',''),(21898,6616,'_sale_price_dates_to',''),(21899,6616,'_price','25'),(21900,6616,'_download_limit',''),(21901,6616,'_download_expiry',''),(21902,6616,'_downloadable_files',''),(21903,6616,'_variation_description',''),(21904,6615,'_sku',''),(21905,6615,'_thumbnail_id','0'),(21906,6615,'_virtual','no'),(21907,6615,'_downloadable','no'),(21908,6615,'_weight',''),(21909,6615,'_length',''),(21910,6615,'_width',''),(21911,6615,'_height',''),(21912,6615,'_manage_stock','no'),(21913,6615,'_regular_price','25'),(21914,6615,'_sale_price',''),(21915,6615,'_sale_price_dates_from',''),(21916,6615,'_sale_price_dates_to',''),(21917,6615,'_price','25'),(21918,6615,'_download_limit',''),(21919,6615,'_download_expiry',''),(21920,6615,'_downloadable_files',''),(21921,6615,'_variation_description',''),(21924,5495,'_price','25'),(21925,5495,'_price','25'),(21926,6625,'_wp_attached_file','2017/02/Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1.png'),(21927,6625,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:54:\"2017/02/Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:55:\"Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:52:\"Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:52:\"Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21930,6622,'_sku',''),(21931,6622,'_thumbnail_id','0'),(21932,6622,'_virtual','no'),(21933,6622,'_downloadable','no'),(21934,6622,'_weight',''),(21935,6622,'_length',''),(21936,6622,'_width',''),(21937,6622,'_height',''),(21938,6622,'_manage_stock','no'),(21939,6622,'_regular_price','25'),(21940,6622,'_sale_price',''),(21941,6622,'_sale_price_dates_from',''),(21942,6622,'_sale_price_dates_to',''),(21943,6622,'_price','25'),(21944,6622,'_download_limit',''),(21945,6622,'_download_expiry',''),(21946,6622,'_downloadable_files',''),(21947,6622,'_variation_description',''),(21948,6621,'_sku',''),(21949,6621,'_thumbnail_id','0'),(21950,6621,'_virtual','no'),(21951,6621,'_downloadable','no'),(21952,6621,'_weight',''),(21953,6621,'_length',''),(21954,6621,'_width',''),(21955,6621,'_height',''),(21956,6621,'_manage_stock','no'),(21957,6621,'_regular_price','25'),(21958,6621,'_sale_price',''),(21959,6621,'_sale_price_dates_from',''),(21960,6621,'_sale_price_dates_to',''),(21961,6621,'_price','25'),(21962,6621,'_download_limit',''),(21963,6621,'_download_expiry',''),(21964,6621,'_downloadable_files',''),(21965,6621,'_variation_description',''),(21966,6620,'_sku',''),(21967,6620,'_thumbnail_id','0'),(21968,6620,'_virtual','no'),(21969,6620,'_downloadable','no'),(21970,6620,'_weight',''),(21971,6620,'_length',''),(21972,6620,'_width',''),(21973,6620,'_height',''),(21974,6620,'_manage_stock','no'),(21975,6620,'_regular_price','25'),(21976,6620,'_sale_price',''),(21977,6620,'_sale_price_dates_from',''),(21978,6620,'_sale_price_dates_to',''),(21979,6620,'_price','25'),(21980,6620,'_download_limit',''),(21981,6620,'_download_expiry',''),(21982,6620,'_downloadable_files',''),(21983,6620,'_variation_description',''),(21984,6619,'_sku',''),(21985,6619,'_thumbnail_id','0'),(21986,6619,'_virtual','no'),(21987,6619,'_downloadable','no'),(21988,6619,'_weight',''),(21989,6619,'_length',''),(21990,6619,'_width',''),(21991,6619,'_height',''),(21992,6619,'_manage_stock','no'),(21993,6619,'_regular_price','25'),(21994,6619,'_sale_price',''),(21995,6619,'_sale_price_dates_from',''),(21996,6619,'_sale_price_dates_to',''),(21997,6619,'_price','25'),(21998,6619,'_download_limit',''),(21999,6619,'_download_expiry',''),(22000,6619,'_downloadable_files',''),(22001,6619,'_variation_description',''),(22004,6626,'_wp_attached_file','2017/02/Hawksbills-Turtle-6-13_2x3-1.png'),(22005,6626,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:40:\"2017/02/Hawksbills-Turtle-6-13_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Hawksbills-Turtle-6-13_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Hawksbills-Turtle-6-13_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Hawksbills-Turtle-6-13_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Hawksbills-Turtle-6-13_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"Hawksbills-Turtle-6-13_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"Hawksbills-Turtle-6-13_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"Hawksbills-Turtle-6-13_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:41:\"Hawksbills-Turtle-6-13_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:38:\"Hawksbills-Turtle-6-13_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:40:\"Hawksbills-Turtle-6-13_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:38:\"Hawksbills-Turtle-6-13_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:40:\"Hawksbills-Turtle-6-13_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22006,5475,'_price','25'),(22007,5475,'_price','25'),(22012,6568,'_edit_lock','1487553301:1'),(22015,6627,'_wp_attached_file','2017/02/Lemon-and-Reef-@-Charcarious-Cut_2x3-1.png'),(22016,6627,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:50:\"2017/02/Lemon-and-Reef-@-Charcarious-Cut_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Lemon-and-Reef-@-Charcarious-Cut_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Lemon-and-Reef-@-Charcarious-Cut_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Lemon-and-Reef-@-Charcarious-Cut_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"Lemon-and-Reef-@-Charcarious-Cut_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"Lemon-and-Reef-@-Charcarious-Cut_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:52:\"Lemon-and-Reef-@-Charcarious-Cut_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:52:\"Lemon-and-Reef-@-Charcarious-Cut_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:51:\"Lemon-and-Reef-@-Charcarious-Cut_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:48:\"Lemon-and-Reef-@-Charcarious-Cut_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:50:\"Lemon-and-Reef-@-Charcarious-Cut_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:48:\"Lemon-and-Reef-@-Charcarious-Cut_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:50:\"Lemon-and-Reef-@-Charcarious-Cut_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22017,5484,'_price','25'),(22018,5484,'_price','25'),(22019,6628,'_wp_attached_file','2017/02/Lemon-Bite-8-12_2x3-1.png'),(22020,6628,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:33:\"2017/02/Lemon-Bite-8-12_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Lemon-Bite-8-12_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Lemon-Bite-8-12_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Lemon-Bite-8-12_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Lemon-Bite-8-12_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"Lemon-Bite-8-12_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"Lemon-Bite-8-12_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"Lemon-Bite-8-12_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:34:\"Lemon-Bite-8-12_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:31:\"Lemon-Bite-8-12_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:33:\"Lemon-Bite-8-12_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:31:\"Lemon-Bite-8-12_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:33:\"Lemon-Bite-8-12_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22021,6629,'_wp_attached_file','2017/02/Lemon-Shark-Chrome-Surface-8-07_2x3-1.png'),(22022,6629,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:49:\"2017/02/Lemon-Shark-Chrome-Surface-8-07_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Lemon-Shark-Chrome-Surface-8-07_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Lemon-Shark-Chrome-Surface-8-07_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Lemon-Shark-Chrome-Surface-8-07_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"Lemon-Shark-Chrome-Surface-8-07_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"Lemon-Shark-Chrome-Surface-8-07_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:51:\"Lemon-Shark-Chrome-Surface-8-07_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:51:\"Lemon-Shark-Chrome-Surface-8-07_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:50:\"Lemon-Shark-Chrome-Surface-8-07_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:47:\"Lemon-Shark-Chrome-Surface-8-07_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:49:\"Lemon-Shark-Chrome-Surface-8-07_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:47:\"Lemon-Shark-Chrome-Surface-8-07_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:49:\"Lemon-Shark-Chrome-Surface-8-07_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22023,6614,'_sku',''),(22024,6614,'_thumbnail_id','0'),(22025,6614,'_virtual','no'),(22026,6614,'_downloadable','no'),(22027,6614,'_weight',''),(22028,6614,'_length',''),(22029,6614,'_width',''),(22030,6614,'_height',''),(22031,6614,'_manage_stock','no'),(22032,6614,'_regular_price','25'),(22033,6614,'_sale_price',''),(22034,6614,'_sale_price_dates_from',''),(22035,6614,'_sale_price_dates_to',''),(22036,6614,'_price','25'),(22037,6614,'_download_limit',''),(22038,6614,'_download_expiry',''),(22039,6614,'_downloadable_files',''),(22040,6614,'_variation_description',''),(22041,6613,'_sku',''),(22042,6613,'_thumbnail_id','0'),(22043,6613,'_virtual','no'),(22044,6613,'_downloadable','no'),(22045,6613,'_weight',''),(22046,6613,'_length',''),(22047,6613,'_width',''),(22048,6613,'_height',''),(22049,6613,'_manage_stock','no'),(22050,6613,'_regular_price','25'),(22051,6613,'_sale_price',''),(22052,6613,'_sale_price_dates_from',''),(22053,6613,'_sale_price_dates_to',''),(22054,6613,'_price','25'),(22055,6613,'_download_limit',''),(22056,6613,'_download_expiry',''),(22057,6613,'_downloadable_files',''),(22058,6613,'_variation_description',''),(22059,6612,'_sku',''),(22060,6612,'_thumbnail_id','0'),(22061,6612,'_virtual','no'),(22062,6612,'_downloadable','no'),(22063,6612,'_weight',''),(22064,6612,'_length',''),(22065,6612,'_width',''),(22066,6612,'_height',''),(22067,6612,'_manage_stock','no'),(22068,6612,'_regular_price','25'),(22069,6612,'_sale_price',''),(22070,6612,'_sale_price_dates_from',''),(22071,6612,'_sale_price_dates_to',''),(22072,6612,'_price','25'),(22073,6612,'_download_limit',''),(22074,6612,'_download_expiry',''),(22075,6612,'_downloadable_files',''),(22076,6612,'_variation_description',''),(22077,6611,'_sku',''),(22078,6611,'_thumbnail_id','0'),(22079,6611,'_virtual','no'),(22080,6611,'_downloadable','no'),(22081,6611,'_weight',''),(22082,6611,'_length',''),(22083,6611,'_width',''),(22084,6611,'_height',''),(22085,6611,'_manage_stock','no'),(22086,6611,'_regular_price','25'),(22087,6611,'_sale_price',''),(22088,6611,'_sale_price_dates_from',''),(22089,6611,'_sale_price_dates_to',''),(22090,6611,'_price','25'),(22091,6611,'_download_limit',''),(22092,6611,'_download_expiry',''),(22093,6611,'_downloadable_files',''),(22094,6611,'_variation_description',''),(22097,5489,'_price','25'),(22098,5489,'_price','25'),(22099,6630,'_wp_attached_file','2017/02/LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1.png'),(22100,6630,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:50:\"2017/02/LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:52:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:52:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:51:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:48:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:50:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:48:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:50:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22101,6631,'_wp_attached_file','2017/02/Lemon-Shark-over-the-Reef-8-12_2x3-1.png'),(22102,6631,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:48:\"2017/02/Lemon-Shark-over-the-Reef-8-12_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Lemon-Shark-over-the-Reef-8-12_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Lemon-Shark-over-the-Reef-8-12_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Lemon-Shark-over-the-Reef-8-12_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Lemon-Shark-over-the-Reef-8-12_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"Lemon-Shark-over-the-Reef-8-12_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:50:\"Lemon-Shark-over-the-Reef-8-12_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"Lemon-Shark-over-the-Reef-8-12_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:49:\"Lemon-Shark-over-the-Reef-8-12_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:46:\"Lemon-Shark-over-the-Reef-8-12_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:48:\"Lemon-Shark-over-the-Reef-8-12_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:46:\"Lemon-Shark-over-the-Reef-8-12_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:48:\"Lemon-Shark-over-the-Reef-8-12_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22103,6632,'_wp_attached_file','2017/02/Lemon-Shark-Quicksilver-8-12_2x3-1.png'),(22104,6632,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:46:\"2017/02/Lemon-Shark-Quicksilver-8-12_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Lemon-Shark-Quicksilver-8-12_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Lemon-Shark-Quicksilver-8-12_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Lemon-Shark-Quicksilver-8-12_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Lemon-Shark-Quicksilver-8-12_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"Lemon-Shark-Quicksilver-8-12_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"Lemon-Shark-Quicksilver-8-12_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"Lemon-Shark-Quicksilver-8-12_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:47:\"Lemon-Shark-Quicksilver-8-12_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:44:\"Lemon-Shark-Quicksilver-8-12_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:46:\"Lemon-Shark-Quicksilver-8-12_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:44:\"Lemon-Shark-Quicksilver-8-12_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:46:\"Lemon-Shark-Quicksilver-8-12_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22105,6633,'_wp_attached_file','2017/02/LEMON-SHARK-SUNSET-final_2x3-1.png'),(22106,6633,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:42:\"2017/02/LEMON-SHARK-SUNSET-final_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"LEMON-SHARK-SUNSET-final_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"LEMON-SHARK-SUNSET-final_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"LEMON-SHARK-SUNSET-final_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"LEMON-SHARK-SUNSET-final_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"LEMON-SHARK-SUNSET-final_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"LEMON-SHARK-SUNSET-final_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"LEMON-SHARK-SUNSET-final_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:43:\"LEMON-SHARK-SUNSET-final_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:40:\"LEMON-SHARK-SUNSET-final_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:42:\"LEMON-SHARK-SUNSET-final_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:40:\"LEMON-SHARK-SUNSET-final_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:42:\"LEMON-SHARK-SUNSET-final_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22107,6634,'_wp_attached_file','2017/02/LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1.png'),(22108,6634,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:49:\"2017/02/LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:51:\"LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:51:\"LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:50:\"LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:47:\"LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:49:\"LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:47:\"LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:49:\"LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22109,6635,'_wp_attached_file','2017/02/MANATEE-MOTHER-CHILD_2x3-1.png'),(22110,6635,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:38:\"2017/02/MANATEE-MOTHER-CHILD_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"MANATEE-MOTHER-CHILD_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"MANATEE-MOTHER-CHILD_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"MANATEE-MOTHER-CHILD_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"MANATEE-MOTHER-CHILD_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"MANATEE-MOTHER-CHILD_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"MANATEE-MOTHER-CHILD_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"MANATEE-MOTHER-CHILD_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:39:\"MANATEE-MOTHER-CHILD_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:36:\"MANATEE-MOTHER-CHILD_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:38:\"MANATEE-MOTHER-CHILD_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:36:\"MANATEE-MOTHER-CHILD_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:38:\"MANATEE-MOTHER-CHILD_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22111,6636,'_wp_attached_file','2017/02/REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1.png'),(22112,6636,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1291;s:6:\"height\";i:1291;s:4:\"file\";s:54:\"2017/02/REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:54:\"REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:55:\"REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:52:\"REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:54:\"REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:52:\"REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:54:\"REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22113,6637,'_wp_attached_file','2017/02/Reef-Shark-90-Degrees-8-07_2x3-1.png'),(22114,6637,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:44:\"2017/02/Reef-Shark-90-Degrees-8-07_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Reef-Shark-90-Degrees-8-07_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Reef-Shark-90-Degrees-8-07_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Reef-Shark-90-Degrees-8-07_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Reef-Shark-90-Degrees-8-07_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"Reef-Shark-90-Degrees-8-07_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:46:\"Reef-Shark-90-Degrees-8-07_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"Reef-Shark-90-Degrees-8-07_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:45:\"Reef-Shark-90-Degrees-8-07_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:42:\"Reef-Shark-90-Degrees-8-07_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:44:\"Reef-Shark-90-Degrees-8-07_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:42:\"Reef-Shark-90-Degrees-8-07_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:44:\"Reef-Shark-90-Degrees-8-07_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22115,6638,'_wp_attached_file','2017/02/Reef-Shark-and-Brain-Coral-8-07_2x3-1.png'),(22116,6638,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:49:\"2017/02/Reef-Shark-and-Brain-Coral-8-07_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Reef-Shark-and-Brain-Coral-8-07_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Reef-Shark-and-Brain-Coral-8-07_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Reef-Shark-and-Brain-Coral-8-07_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"Reef-Shark-and-Brain-Coral-8-07_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"Reef-Shark-and-Brain-Coral-8-07_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:51:\"Reef-Shark-and-Brain-Coral-8-07_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:51:\"Reef-Shark-and-Brain-Coral-8-07_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:50:\"Reef-Shark-and-Brain-Coral-8-07_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:47:\"Reef-Shark-and-Brain-Coral-8-07_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:49:\"Reef-Shark-and-Brain-Coral-8-07_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:47:\"Reef-Shark-and-Brain-Coral-8-07_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:49:\"Reef-Shark-and-Brain-Coral-8-07_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22117,6639,'_wp_attached_file','2017/02/Reef-Shark-over-Reef-8-07_2x3-1.png'),(22118,6640,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22119,6640,'attribute_size','37 x 46.5'),(22120,6640,'_stock_status','instock'),(22121,6641,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22122,6641,'attribute_size','24 x 30'),(22123,6641,'_stock_status','instock'),(22124,6639,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:43:\"2017/02/Reef-Shark-over-Reef-8-07_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Reef-Shark-over-Reef-8-07_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Reef-Shark-over-Reef-8-07_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Reef-Shark-over-Reef-8-07_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Reef-Shark-over-Reef-8-07_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"Reef-Shark-over-Reef-8-07_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Reef-Shark-over-Reef-8-07_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Reef-Shark-over-Reef-8-07_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:44:\"Reef-Shark-over-Reef-8-07_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:41:\"Reef-Shark-over-Reef-8-07_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:43:\"Reef-Shark-over-Reef-8-07_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"Reef-Shark-over-Reef-8-07_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:43:\"Reef-Shark-over-Reef-8-07_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22125,6567,'_edit_lock','1487554444:1'),(22126,6642,'_wp_attached_file','2017/02/Reef-Shark-over-Reefs_2x3-1.png'),(22127,6642,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:39:\"2017/02/Reef-Shark-over-Reefs_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Reef-Shark-over-Reefs_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Reef-Shark-over-Reefs_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Reef-Shark-over-Reefs_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Reef-Shark-over-Reefs_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"Reef-Shark-over-Reefs_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"Reef-Shark-over-Reefs_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"Reef-Shark-over-Reefs_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:40:\"Reef-Shark-over-Reefs_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:37:\"Reef-Shark-over-Reefs_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:39:\"Reef-Shark-over-Reefs_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"Reef-Shark-over-Reefs_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:39:\"Reef-Shark-over-Reefs_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22128,6641,'_sku',''),(22129,6641,'_thumbnail_id','0'),(22130,6641,'_virtual','no'),(22131,6641,'_downloadable','no'),(22132,6641,'_weight',''),(22133,6641,'_length',''),(22134,6641,'_width',''),(22135,6641,'_height',''),(22136,6641,'_manage_stock','no'),(22137,6641,'_regular_price','350'),(22138,6641,'_sale_price',''),(22139,6641,'_sale_price_dates_from',''),(22140,6641,'_sale_price_dates_to',''),(22141,6641,'_price','350'),(22142,6641,'_download_limit',''),(22143,6641,'_download_expiry',''),(22144,6641,'_downloadable_files',''),(22145,6641,'_variation_description','24\" x 30\"'),(22146,6640,'_sku',''),(22147,6640,'_thumbnail_id','0'),(22148,6640,'_virtual','no'),(22149,6640,'_downloadable','no'),(22150,6640,'_weight',''),(22151,6640,'_length',''),(22152,6640,'_width',''),(22153,6640,'_height',''),(22154,6640,'_manage_stock','no'),(22155,6640,'_regular_price','775'),(22156,6640,'_sale_price',''),(22157,6640,'_sale_price_dates_from',''),(22158,6640,'_sale_price_dates_to',''),(22159,6640,'_price','775'),(22160,6640,'_download_limit',''),(22161,6640,'_download_expiry',''),(22162,6640,'_downloadable_files',''),(22163,6640,'_variation_description','37\" x 46.5\"'),(22166,6643,'_wp_attached_file','2017/02/Reef-Shark-Scar-8-07_2x3-1.png'),(22167,6643,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:38:\"2017/02/Reef-Shark-Scar-8-07_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Reef-Shark-Scar-8-07_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Reef-Shark-Scar-8-07_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Reef-Shark-Scar-8-07_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Reef-Shark-Scar-8-07_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"Reef-Shark-Scar-8-07_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"Reef-Shark-Scar-8-07_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"Reef-Shark-Scar-8-07_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:39:\"Reef-Shark-Scar-8-07_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:36:\"Reef-Shark-Scar-8-07_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:38:\"Reef-Shark-Scar-8-07_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:36:\"Reef-Shark-Scar-8-07_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:38:\"Reef-Shark-Scar-8-07_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22168,6644,'_wp_attached_file','2017/02/Reef-Shark-Surface-Cut-10-12_2x3-2.png'),(22169,6644,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:46:\"2017/02/Reef-Shark-Surface-Cut-10-12_2x3-2.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Reef-Shark-Surface-Cut-10-12_2x3-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Reef-Shark-Surface-Cut-10-12_2x3-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Reef-Shark-Surface-Cut-10-12_2x3-2-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Reef-Shark-Surface-Cut-10-12_2x3-2-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"Reef-Shark-Surface-Cut-10-12_2x3-2-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"Reef-Shark-Surface-Cut-10-12_2x3-2-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"Reef-Shark-Surface-Cut-10-12_2x3-2-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:47:\"Reef-Shark-Surface-Cut-10-12_2x3-2-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:44:\"Reef-Shark-Surface-Cut-10-12_2x3-2-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:46:\"Reef-Shark-Surface-Cut-10-12_2x3-2-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:44:\"Reef-Shark-Surface-Cut-10-12_2x3-2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:46:\"Reef-Shark-Surface-Cut-10-12_2x3-2-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22170,6645,'_wp_attached_file','2017/02/Reef-Shark-Trio-Cove-10-12_2x3-1.png'),(22171,6645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:44:\"2017/02/Reef-Shark-Trio-Cove-10-12_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Reef-Shark-Trio-Cove-10-12_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Reef-Shark-Trio-Cove-10-12_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Reef-Shark-Trio-Cove-10-12_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Reef-Shark-Trio-Cove-10-12_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"Reef-Shark-Trio-Cove-10-12_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:46:\"Reef-Shark-Trio-Cove-10-12_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"Reef-Shark-Trio-Cove-10-12_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:45:\"Reef-Shark-Trio-Cove-10-12_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:42:\"Reef-Shark-Trio-Cove-10-12_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:44:\"Reef-Shark-Trio-Cove-10-12_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:42:\"Reef-Shark-Trio-Cove-10-12_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:44:\"Reef-Shark-Trio-Cove-10-12_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22172,6646,'_wp_attached_file','2017/02/Reef-Shark-Wave-Cove-2012_2x3-1.png'),(22173,6646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:43:\"2017/02/Reef-Shark-Wave-Cove-2012_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Reef-Shark-Wave-Cove-2012_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Reef-Shark-Wave-Cove-2012_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Reef-Shark-Wave-Cove-2012_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Reef-Shark-Wave-Cove-2012_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"Reef-Shark-Wave-Cove-2012_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Reef-Shark-Wave-Cove-2012_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Reef-Shark-Wave-Cove-2012_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:44:\"Reef-Shark-Wave-Cove-2012_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:41:\"Reef-Shark-Wave-Cove-2012_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:43:\"Reef-Shark-Wave-Cove-2012_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"Reef-Shark-Wave-Cove-2012_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:43:\"Reef-Shark-Wave-Cove-2012_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22174,6647,'_wp_attached_file','2017/02/Reef-Squids-_-Caymen-1-6-12_2x3-2.png'),(22175,6647,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:45:\"2017/02/Reef-Squids-_-Caymen-1-6-12_2x3-2.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Reef-Squids-_-Caymen-1-6-12_2x3-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Reef-Squids-_-Caymen-1-6-12_2x3-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Reef-Squids-_-Caymen-1-6-12_2x3-2-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Reef-Squids-_-Caymen-1-6-12_2x3-2-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Reef-Squids-_-Caymen-1-6-12_2x3-2-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:47:\"Reef-Squids-_-Caymen-1-6-12_2x3-2-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:47:\"Reef-Squids-_-Caymen-1-6-12_2x3-2-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:46:\"Reef-Squids-_-Caymen-1-6-12_2x3-2-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:43:\"Reef-Squids-_-Caymen-1-6-12_2x3-2-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:45:\"Reef-Squids-_-Caymen-1-6-12_2x3-2-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"Reef-Squids-_-Caymen-1-6-12_2x3-2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:45:\"Reef-Squids-_-Caymen-1-6-12_2x3-2-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22176,6648,'_wp_attached_file','2017/02/Reef-Squids-_-Caymen-2-6-17_2x3-3.png'),(22177,6648,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:45:\"2017/02/Reef-Squids-_-Caymen-2-6-17_2x3-3.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Reef-Squids-_-Caymen-2-6-17_2x3-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Reef-Squids-_-Caymen-2-6-17_2x3-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Reef-Squids-_-Caymen-2-6-17_2x3-3-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Reef-Squids-_-Caymen-2-6-17_2x3-3-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Reef-Squids-_-Caymen-2-6-17_2x3-3-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:47:\"Reef-Squids-_-Caymen-2-6-17_2x3-3-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:47:\"Reef-Squids-_-Caymen-2-6-17_2x3-3-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:46:\"Reef-Squids-_-Caymen-2-6-17_2x3-3-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:43:\"Reef-Squids-_-Caymen-2-6-17_2x3-3-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:45:\"Reef-Squids-_-Caymen-2-6-17_2x3-3-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"Reef-Squids-_-Caymen-2-6-17_2x3-3-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:45:\"Reef-Squids-_-Caymen-2-6-17_2x3-3-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22178,6649,'_wp_attached_file','2017/02/Reflecting-Reef-Shark-11-11_2x3-1.png'),(22179,6649,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:45:\"2017/02/Reflecting-Reef-Shark-11-11_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Reflecting-Reef-Shark-11-11_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Reflecting-Reef-Shark-11-11_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Reflecting-Reef-Shark-11-11_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Reflecting-Reef-Shark-11-11_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Reflecting-Reef-Shark-11-11_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:47:\"Reflecting-Reef-Shark-11-11_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:47:\"Reflecting-Reef-Shark-11-11_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:46:\"Reflecting-Reef-Shark-11-11_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:43:\"Reflecting-Reef-Shark-11-11_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:45:\"Reflecting-Reef-Shark-11-11_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"Reflecting-Reef-Shark-11-11_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:45:\"Reflecting-Reef-Shark-11-11_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22180,6565,'_edit_lock','1487555094:1'),(22181,6650,'_wp_attached_file','2017/02/Spotted-Bottlenose-Dolphin-8-12_2x3-1.png'),(22182,6650,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:49:\"2017/02/Spotted-Bottlenose-Dolphin-8-12_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Spotted-Bottlenose-Dolphin-8-12_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Spotted-Bottlenose-Dolphin-8-12_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Spotted-Bottlenose-Dolphin-8-12_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"Spotted-Bottlenose-Dolphin-8-12_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"Spotted-Bottlenose-Dolphin-8-12_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:51:\"Spotted-Bottlenose-Dolphin-8-12_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:51:\"Spotted-Bottlenose-Dolphin-8-12_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:50:\"Spotted-Bottlenose-Dolphin-8-12_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:47:\"Spotted-Bottlenose-Dolphin-8-12_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:49:\"Spotted-Bottlenose-Dolphin-8-12_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:47:\"Spotted-Bottlenose-Dolphin-8-12_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:49:\"Spotted-Bottlenose-Dolphin-8-12_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22183,5199,'_edit_lock','1487557192:1'),(22184,6651,'_wp_attached_file','2017/02/Swim-Fast-8-07_2x3-1.png'),(22185,6651,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:32:\"2017/02/Swim-Fast-8-07_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Swim-Fast-8-07_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Swim-Fast-8-07_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Swim-Fast-8-07_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Swim-Fast-8-07_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"Swim-Fast-8-07_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"Swim-Fast-8-07_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"Swim-Fast-8-07_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:33:\"Swim-Fast-8-07_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:30:\"Swim-Fast-8-07_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:32:\"Swim-Fast-8-07_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:30:\"Swim-Fast-8-07_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:32:\"Swim-Fast-8-07_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22186,6652,'_wp_attached_file','2017/02/Tiger-Beach-8-07_2x3-1.png'),(22187,6652,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:34:\"2017/02/Tiger-Beach-8-07_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Tiger-Beach-8-07_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Tiger-Beach-8-07_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Tiger-Beach-8-07_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Tiger-Beach-8-07_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"Tiger-Beach-8-07_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"Tiger-Beach-8-07_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"Tiger-Beach-8-07_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:35:\"Tiger-Beach-8-07_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:32:\"Tiger-Beach-8-07_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:34:\"Tiger-Beach-8-07_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:32:\"Tiger-Beach-8-07_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:34:\"Tiger-Beach-8-07_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22188,6653,'_wp_attached_file','2017/02/Tiger-Shark-_-Emma-1-8-12_2x3-1.png'),(22189,6653,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:43:\"2017/02/Tiger-Shark-_-Emma-1-8-12_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-_-Emma-1-8-12_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-_-Emma-1-8-12_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-_-Emma-1-8-12_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Tiger-Shark-_-Emma-1-8-12_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-_-Emma-1-8-12_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Tiger-Shark-_-Emma-1-8-12_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Tiger-Shark-_-Emma-1-8-12_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:44:\"Tiger-Shark-_-Emma-1-8-12_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:41:\"Tiger-Shark-_-Emma-1-8-12_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-_-Emma-1-8-12_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"Tiger-Shark-_-Emma-1-8-12_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-_-Emma-1-8-12_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22190,6654,'_wp_attached_file','2017/02/Tiger-Shark-_-Emma-2-8-13_2x3-1.png'),(22191,6654,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:43:\"2017/02/Tiger-Shark-_-Emma-2-8-13_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-_-Emma-2-8-13_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-_-Emma-2-8-13_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-_-Emma-2-8-13_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Tiger-Shark-_-Emma-2-8-13_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-_-Emma-2-8-13_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Tiger-Shark-_-Emma-2-8-13_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Tiger-Shark-_-Emma-2-8-13_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:44:\"Tiger-Shark-_-Emma-2-8-13_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:41:\"Tiger-Shark-_-Emma-2-8-13_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-_-Emma-2-8-13_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"Tiger-Shark-_-Emma-2-8-13_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-_-Emma-2-8-13_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22192,6655,'_wp_attached_file','2017/02/Tiger-Shark-and-Cobia_2x3-1.png'),(22193,6655,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:39:\"2017/02/Tiger-Shark-and-Cobia_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Tiger-Shark-and-Cobia_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Tiger-Shark-and-Cobia_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Tiger-Shark-and-Cobia_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Tiger-Shark-and-Cobia_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"Tiger-Shark-and-Cobia_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"Tiger-Shark-and-Cobia_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"Tiger-Shark-and-Cobia_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:40:\"Tiger-Shark-and-Cobia_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:37:\"Tiger-Shark-and-Cobia_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:39:\"Tiger-Shark-and-Cobia_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"Tiger-Shark-and-Cobia_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:39:\"Tiger-Shark-and-Cobia_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22194,6656,'_wp_attached_file','2017/02/TIGER-SHARK-IN-SUNLIGHT_2x3-1.png'),(22195,6656,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:41:\"2017/02/TIGER-SHARK-IN-SUNLIGHT_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"TIGER-SHARK-IN-SUNLIGHT_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"TIGER-SHARK-IN-SUNLIGHT_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"TIGER-SHARK-IN-SUNLIGHT_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"TIGER-SHARK-IN-SUNLIGHT_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"TIGER-SHARK-IN-SUNLIGHT_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:43:\"TIGER-SHARK-IN-SUNLIGHT_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"TIGER-SHARK-IN-SUNLIGHT_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:42:\"TIGER-SHARK-IN-SUNLIGHT_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:39:\"TIGER-SHARK-IN-SUNLIGHT_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:41:\"TIGER-SHARK-IN-SUNLIGHT_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:39:\"TIGER-SHARK-IN-SUNLIGHT_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:41:\"TIGER-SHARK-IN-SUNLIGHT_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22196,6657,'_wp_attached_file','2017/02/Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-1.png'),(22197,6657,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:56:\"2017/02/Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:58:\"Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:58:\"Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:57:\"Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:54:\"Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:56:\"Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:54:\"Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:56:\"Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22198,6658,'_wp_attached_file','2017/02/Tiger-Shark-Serenity-8-07_2x3-1.png'),(22199,6658,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:43:\"2017/02/Tiger-Shark-Serenity-8-07_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-Serenity-8-07_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-Serenity-8-07_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-Serenity-8-07_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Tiger-Shark-Serenity-8-07_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-Serenity-8-07_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Tiger-Shark-Serenity-8-07_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Tiger-Shark-Serenity-8-07_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:44:\"Tiger-Shark-Serenity-8-07_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:41:\"Tiger-Shark-Serenity-8-07_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-Serenity-8-07_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"Tiger-Shark-Serenity-8-07_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-Serenity-8-07_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22200,6659,'_wp_attached_file','2017/02/Tiger-Shark-Stalker-8-07_2x3-1.png'),(22201,6659,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:42:\"2017/02/Tiger-Shark-Stalker-8-07_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Tiger-Shark-Stalker-8-07_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Tiger-Shark-Stalker-8-07_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Tiger-Shark-Stalker-8-07_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Tiger-Shark-Stalker-8-07_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"Tiger-Shark-Stalker-8-07_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"Tiger-Shark-Stalker-8-07_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"Tiger-Shark-Stalker-8-07_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-Stalker-8-07_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:40:\"Tiger-Shark-Stalker-8-07_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:42:\"Tiger-Shark-Stalker-8-07_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:40:\"Tiger-Shark-Stalker-8-07_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:42:\"Tiger-Shark-Stalker-8-07_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22202,6660,'_wp_attached_file','2017/02/TIGER-SHARK-1-2007_2x3-1.png'),(22203,6660,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:36:\"2017/02/TIGER-SHARK-1-2007_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"TIGER-SHARK-1-2007_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"TIGER-SHARK-1-2007_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"TIGER-SHARK-1-2007_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"TIGER-SHARK-1-2007_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"TIGER-SHARK-1-2007_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:38:\"TIGER-SHARK-1-2007_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"TIGER-SHARK-1-2007_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:37:\"TIGER-SHARK-1-2007_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:34:\"TIGER-SHARK-1-2007_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:36:\"TIGER-SHARK-1-2007_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:34:\"TIGER-SHARK-1-2007_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:36:\"TIGER-SHARK-1-2007_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22204,6661,'_wp_attached_file','2017/02/TIGER-SHARK-5-2007-_2x3-1.png'),(22205,6661,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:37:\"2017/02/TIGER-SHARK-5-2007-_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"TIGER-SHARK-5-2007-_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"TIGER-SHARK-5-2007-_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"TIGER-SHARK-5-2007-_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"TIGER-SHARK-5-2007-_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"TIGER-SHARK-5-2007-_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"TIGER-SHARK-5-2007-_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"TIGER-SHARK-5-2007-_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:38:\"TIGER-SHARK-5-2007-_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:35:\"TIGER-SHARK-5-2007-_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:37:\"TIGER-SHARK-5-2007-_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"TIGER-SHARK-5-2007-_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:37:\"TIGER-SHARK-5-2007-_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22206,6662,'_wp_attached_file','2017/02/TIGER-SHARK-CLOSE-UP-2007-_2x3-1.png'),(22207,6662,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:44:\"2017/02/TIGER-SHARK-CLOSE-UP-2007-_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"TIGER-SHARK-CLOSE-UP-2007-_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"TIGER-SHARK-CLOSE-UP-2007-_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"TIGER-SHARK-CLOSE-UP-2007-_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"TIGER-SHARK-CLOSE-UP-2007-_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"TIGER-SHARK-CLOSE-UP-2007-_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:46:\"TIGER-SHARK-CLOSE-UP-2007-_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"TIGER-SHARK-CLOSE-UP-2007-_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:45:\"TIGER-SHARK-CLOSE-UP-2007-_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:42:\"TIGER-SHARK-CLOSE-UP-2007-_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:44:\"TIGER-SHARK-CLOSE-UP-2007-_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:42:\"TIGER-SHARK-CLOSE-UP-2007-_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:44:\"TIGER-SHARK-CLOSE-UP-2007-_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22208,6663,'_wp_attached_file','2017/02/Tiger-Tail-8-12_2x3-1.png'),(22209,6663,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:33:\"2017/02/Tiger-Tail-8-12_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Tiger-Tail-8-12_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Tiger-Tail-8-12_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Tiger-Tail-8-12_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Tiger-Tail-8-12_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"Tiger-Tail-8-12_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"Tiger-Tail-8-12_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"Tiger-Tail-8-12_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:34:\"Tiger-Tail-8-12_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:31:\"Tiger-Tail-8-12_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:33:\"Tiger-Tail-8-12_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:31:\"Tiger-Tail-8-12_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:33:\"Tiger-Tail-8-12_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22210,6664,'_wp_attached_file','2017/02/White-Shark-Guadalupe-1-9-09_2x3-1.png'),(22211,6664,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:46:\"2017/02/White-Shark-Guadalupe-1-9-09_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"White-Shark-Guadalupe-1-9-09_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"White-Shark-Guadalupe-1-9-09_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"White-Shark-Guadalupe-1-9-09_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"White-Shark-Guadalupe-1-9-09_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"White-Shark-Guadalupe-1-9-09_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"White-Shark-Guadalupe-1-9-09_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"White-Shark-Guadalupe-1-9-09_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:47:\"White-Shark-Guadalupe-1-9-09_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:44:\"White-Shark-Guadalupe-1-9-09_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:46:\"White-Shark-Guadalupe-1-9-09_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:44:\"White-Shark-Guadalupe-1-9-09_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:46:\"White-Shark-Guadalupe-1-9-09_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22212,6665,'_wp_attached_file','2017/02/White-Shark-Guadalupe-2-9-09_2x3-1.png'),(22213,6665,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:46:\"2017/02/White-Shark-Guadalupe-2-9-09_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"White-Shark-Guadalupe-2-9-09_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"White-Shark-Guadalupe-2-9-09_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"White-Shark-Guadalupe-2-9-09_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"White-Shark-Guadalupe-2-9-09_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"White-Shark-Guadalupe-2-9-09_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"White-Shark-Guadalupe-2-9-09_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"White-Shark-Guadalupe-2-9-09_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:47:\"White-Shark-Guadalupe-2-9-09_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:44:\"White-Shark-Guadalupe-2-9-09_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:46:\"White-Shark-Guadalupe-2-9-09_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:44:\"White-Shark-Guadalupe-2-9-09_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:46:\"White-Shark-Guadalupe-2-9-09_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22214,6666,'_wp_attached_file','2017/02/White-Shark-Guadalupe-3-9-09_2x3-1.png'),(22215,6666,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:46:\"2017/02/White-Shark-Guadalupe-3-9-09_2x3-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"White-Shark-Guadalupe-3-9-09_2x3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"White-Shark-Guadalupe-3-9-09_2x3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"White-Shark-Guadalupe-3-9-09_2x3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"White-Shark-Guadalupe-3-9-09_2x3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"White-Shark-Guadalupe-3-9-09_2x3-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"White-Shark-Guadalupe-3-9-09_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"White-Shark-Guadalupe-3-9-09_2x3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:47:\"White-Shark-Guadalupe-3-9-09_2x3-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:44:\"White-Shark-Guadalupe-3-9-09_2x3-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:46:\"White-Shark-Guadalupe-3-9-09_2x3-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:44:\"White-Shark-Guadalupe-3-9-09_2x3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:46:\"White-Shark-Guadalupe-3-9-09_2x3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22217,6668,'_wp_attached_file','2017/02/Hawksbill-Turtle-with-Sponge-4-06-07_4x5-1.png'),(22218,6668,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:54:\"2017/02/Hawksbill-Turtle-with-Sponge-4-06-07_4x5-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-4-06-07_4x5-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-4-06-07_4x5-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-4-06-07_4x5-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Hawksbill-Turtle-with-Sponge-4-06-07_4x5-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-4-06-07_4x5-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"Hawksbill-Turtle-with-Sponge-4-06-07_4x5-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"Hawksbill-Turtle-with-Sponge-4-06-07_4x5-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:55:\"Hawksbill-Turtle-with-Sponge-4-06-07_4x5-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:52:\"Hawksbill-Turtle-with-Sponge-4-06-07_4x5-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-4-06-07_4x5-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:52:\"Hawksbill-Turtle-with-Sponge-4-06-07_4x5-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-4-06-07_4x5-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22219,6669,'_wp_attached_file','2017/02/Hawksbill-Turtle-with-Sponge-4-06-07_4x5-2.png'),(22220,6669,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"file\";s:54:\"2017/02/Hawksbill-Turtle-with-Sponge-4-06-07_4x5-2.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-4-06-07_4x5-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-4-06-07_4x5-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-4-06-07_4x5-2-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Hawksbill-Turtle-with-Sponge-4-06-07_4x5-2-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-4-06-07_4x5-2-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"Hawksbill-Turtle-with-Sponge-4-06-07_4x5-2-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"Hawksbill-Turtle-with-Sponge-4-06-07_4x5-2-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:55:\"Hawksbill-Turtle-with-Sponge-4-06-07_4x5-2-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:52:\"Hawksbill-Turtle-with-Sponge-4-06-07_4x5-2-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-4-06-07_4x5-2-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:52:\"Hawksbill-Turtle-with-Sponge-4-06-07_4x5-2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-4-06-07_4x5-2-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22221,6670,'_wp_attached_file','2017/02/IMG_4009b-1.jpg'),(22222,6670,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1600;s:4:\"file\";s:23:\"2017/02/IMG_4009b-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"IMG_4009b-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"IMG_4009b-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"IMG_4009b-1-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"IMG_4009b-1-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"IMG_4009b-1-180x144.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"IMG_4009b-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"IMG_4009b-1-1000x800.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:24:\"IMG_4009b-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:21:\"IMG_4009b-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:23:\"IMG_4009b-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:21:\"IMG_4009b-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:23:\"IMG_4009b-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22223,6671,'_wp_attached_file','2017/02/DEANO-COOK-J.HURST_SEATURTLE-1.jpg'),(22224,6671,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2588;s:4:\"file\";s:42:\"2017/02/DEANO-COOK-J.HURST_SEATURTLE-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"DEANO-COOK-J.HURST_SEATURTLE-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"DEANO-COOK-J.HURST_SEATURTLE-1-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"DEANO-COOK-J.HURST_SEATURTLE-1-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"DEANO-COOK-J.HURST_SEATURTLE-1-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"DEANO-COOK-J.HURST_SEATURTLE-1-139x180.jpg\";s:5:\"width\";i:139;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"DEANO-COOK-J.HURST_SEATURTLE-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"DEANO-COOK-J.HURST_SEATURTLE-1-1000x1294.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:43:\"DEANO-COOK-J.HURST_SEATURTLE-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:40:\"DEANO-COOK-J.HURST_SEATURTLE-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:42:\"DEANO-COOK-J.HURST_SEATURTLE-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:40:\"DEANO-COOK-J.HURST_SEATURTLE-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:42:\"DEANO-COOK-J.HURST_SEATURTLE-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22225,6672,'_wp_attached_file','2017/02/IMG_6655-1.jpg'),(22226,6672,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1500;s:4:\"file\";s:22:\"2017/02/IMG_6655-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_6655-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IMG_6655-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"IMG_6655-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"IMG_6655-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_6655-1-180x135.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"IMG_6655-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"IMG_6655-1-1000x750.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:23:\"IMG_6655-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_6655-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"IMG_6655-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_6655-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"IMG_6655-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22227,6673,'_wp_attached_file','2017/02/IMG_3696-1.jpg'),(22228,6673,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2667;s:4:\"file\";s:22:\"2017/02/IMG_3696-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_3696-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IMG_3696-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"IMG_3696-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"IMG_3696-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_3696-1-135x180.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"IMG_3696-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"IMG_3696-1-1000x1334.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1334;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:23:\"IMG_3696-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_3696-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"IMG_3696-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_3696-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"IMG_3696-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22229,6674,'_wp_attached_file','2017/02/IMG_8463b-1.jpg'),(22230,6674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2417;s:4:\"file\";s:23:\"2017/02/IMG_8463b-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"IMG_8463b-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"IMG_8463b-1-248x300.jpg\";s:5:\"width\";i:248;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"IMG_8463b-1-768x928.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"IMG_8463b-1-847x1024.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"IMG_8463b-1-149x180.jpg\";s:5:\"width\";i:149;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"IMG_8463b-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"IMG_8463b-1-1000x1209.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:24:\"IMG_8463b-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:21:\"IMG_8463b-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:23:\"IMG_8463b-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:21:\"IMG_8463b-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:23:\"IMG_8463b-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22231,6675,'_wp_attached_file','2017/02/STACY-ROSE-2b-1.jpg'),(22232,6675,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:2400;s:4:\"file\";s:27:\"2017/02/STACY-ROSE-2b-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"STACY-ROSE-2b-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"STACY-ROSE-2b-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"STACY-ROSE-2b-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"STACY-ROSE-2b-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"STACY-ROSE-2b-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"STACY-ROSE-2b-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"STACY-ROSE-2b-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:28:\"STACY-ROSE-2b-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:25:\"STACY-ROSE-2b-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:27:\"STACY-ROSE-2b-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:25:\"STACY-ROSE-2b-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:27:\"STACY-ROSE-2b-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1148512835\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22233,6676,'_wp_attached_file','2017/02/NB10011b-1.jpg'),(22234,6676,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:22:\"2017/02/NB10011b-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"NB10011b-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"NB10011b-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"NB10011b-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"NB10011b-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"NB10011b-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"NB10011b-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"NB10011b-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:23:\"NB10011b-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"NB10011b-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"NB10011b-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"NB10011b-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"NB10011b-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22235,6677,'_wp_attached_file','2017/02/OKEEFEb-DEANO-COOK-1.jpg'),(22236,6677,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:3008;s:4:\"file\";s:32:\"2017/02/OKEEFEb-DEANO-COOK-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"OKEEFEb-DEANO-COOK-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"OKEEFEb-DEANO-COOK-1-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"OKEEFEb-DEANO-COOK-1-768x1155.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"OKEEFEb-DEANO-COOK-1-681x1024.jpg\";s:5:\"width\";i:681;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"OKEEFEb-DEANO-COOK-1-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"OKEEFEb-DEANO-COOK-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"OKEEFEb-DEANO-COOK-1-1000x1504.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:33:\"OKEEFEb-DEANO-COOK-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:30:\"OKEEFEb-DEANO-COOK-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:32:\"OKEEFEb-DEANO-COOK-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:30:\"OKEEFEb-DEANO-COOK-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:32:\"OKEEFEb-DEANO-COOK-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22237,6678,'_wp_attached_file','2017/02/TORTUGA-DEL-MAR-tn-1000x1000-1.png'),(22238,6678,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:42:\"2017/02/TORTUGA-DEL-MAR-tn-1000x1000-1.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"TORTUGA-DEL-MAR-tn-1000x1000-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"TORTUGA-DEL-MAR-tn-1000x1000-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"TORTUGA-DEL-MAR-tn-1000x1000-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"TORTUGA-DEL-MAR-tn-1000x1000-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"TORTUGA-DEL-MAR-tn-1000x1000-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:43:\"TORTUGA-DEL-MAR-tn-1000x1000-1-1000x767.png\";s:5:\"width\";i:1000;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:40:\"TORTUGA-DEL-MAR-tn-1000x1000-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:42:\"TORTUGA-DEL-MAR-tn-1000x1000-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:40:\"TORTUGA-DEL-MAR-tn-1000x1000-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:42:\"TORTUGA-DEL-MAR-tn-1000x1000-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22239,6480,'_edit_lock','1487557391:1'),(22240,6478,'_edit_lock','1487557606:1'),(22241,6473,'_edit_lock','1487557606:1'),(22242,6474,'_edit_lock','1487557612:1'),(22243,6471,'_edit_lock','1487557634:1'),(22244,6679,'_wp_attached_file','2017/02/OSPREY-DEANO-COOK-1.jpg'),(22245,6679,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1163;s:6:\"height\";i:1744;s:4:\"file\";s:31:\"2017/02/OSPREY-DEANO-COOK-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"OSPREY-DEANO-COOK-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"OSPREY-DEANO-COOK-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"OSPREY-DEANO-COOK-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"OSPREY-DEANO-COOK-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"OSPREY-DEANO-COOK-1-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"OSPREY-DEANO-COOK-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"OSPREY-DEANO-COOK-1-1000x1500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:32:\"OSPREY-DEANO-COOK-1-1163x767.jpg\";s:5:\"width\";i:1163;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:29:\"OSPREY-DEANO-COOK-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:31:\"OSPREY-DEANO-COOK-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:29:\"OSPREY-DEANO-COOK-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:31:\"OSPREY-DEANO-COOK-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22246,6680,'_wp_attached_file','2017/02/amazing-detailed-turtle-tattoo-on-ribs-by-Deano-Cook-1.jpg'),(22247,6680,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1201;s:4:\"file\";s:66:\"2017/02/amazing-detailed-turtle-tattoo-on-ribs-by-Deano-Cook-1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"amazing-detailed-turtle-tattoo-on-ribs-by-Deano-Cook-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:66:\"amazing-detailed-turtle-tattoo-on-ribs-by-Deano-Cook-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:67:\"amazing-detailed-turtle-tattoo-on-ribs-by-Deano-Cook-1-768x1153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:67:\"amazing-detailed-turtle-tattoo-on-ribs-by-Deano-Cook-1-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:66:\"amazing-detailed-turtle-tattoo-on-ribs-by-Deano-Cook-1-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:67:\"amazing-detailed-turtle-tattoo-on-ribs-by-Deano-Cook-1-800x1000.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:66:\"amazing-detailed-turtle-tattoo-on-ribs-by-Deano-Cook-1-800x767.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:64:\"amazing-detailed-turtle-tattoo-on-ribs-by-Deano-Cook-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:66:\"amazing-detailed-turtle-tattoo-on-ribs-by-Deano-Cook-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:64:\"amazing-detailed-turtle-tattoo-on-ribs-by-Deano-Cook-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:66:\"amazing-detailed-turtle-tattoo-on-ribs-by-Deano-Cook-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22248,5781,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:36:\"2017/02/Hawksbill-SeaTurtle-tn-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Hawksbill-SeaTurtle-tn-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Hawksbill-SeaTurtle-tn-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Hawksbill-SeaTurtle-tn-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Hawksbill-SeaTurtle-tn-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"Hawksbill-SeaTurtle-tn-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:38:\"Hawksbill-SeaTurtle-tn-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"Hawksbill-SeaTurtle-tn-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:37:\"Hawksbill-SeaTurtle-tn-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:34:\"Hawksbill-SeaTurtle-tn-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:36:\"Hawksbill-SeaTurtle-tn-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:34:\"Hawksbill-SeaTurtle-tn-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:36:\"Hawksbill-SeaTurtle-tn-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22249,6472,'_edit_lock','1487557812:1'),(22250,6463,'_edit_lock','1487558335:1'),(22251,6681,'_wp_attached_file','2017/02/White-Shark-Guadalupe-3-9-09_2x3-1.jpg'),(22252,6681,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:46:\"2017/02/White-Shark-Guadalupe-3-9-09_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"White-Shark-Guadalupe-3-9-09_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"White-Shark-Guadalupe-3-9-09_2x3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"White-Shark-Guadalupe-3-9-09_2x3-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"White-Shark-Guadalupe-3-9-09_2x3-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"White-Shark-Guadalupe-3-9-09_2x3-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"White-Shark-Guadalupe-3-9-09_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:47:\"White-Shark-Guadalupe-3-9-09_2x3-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:47:\"White-Shark-Guadalupe-3-9-09_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:44:\"White-Shark-Guadalupe-3-9-09_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:46:\"White-Shark-Guadalupe-3-9-09_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:44:\"White-Shark-Guadalupe-3-9-09_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:46:\"White-Shark-Guadalupe-3-9-09_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22254,5782,'_edit_lock','1487559418:1'),(22255,5790,'_edit_lock','1487559894:1'),(22256,5797,'_edit_lock','1487559105:1'),(22257,6682,'_wp_attached_file','2017/02/SHARK-STUDY-2-tn-1.png'),(22258,6682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:30:\"2017/02/SHARK-STUDY-2-tn-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"SHARK-STUDY-2-tn-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"SHARK-STUDY-2-tn-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"SHARK-STUDY-2-tn-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"SHARK-STUDY-2-tn-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"SHARK-STUDY-2-tn-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"SHARK-STUDY-2-tn-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"SHARK-STUDY-2-tn-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:31:\"SHARK-STUDY-2-tn-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:28:\"SHARK-STUDY-2-tn-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:30:\"SHARK-STUDY-2-tn-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:28:\"SHARK-STUDY-2-tn-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:30:\"SHARK-STUDY-2-tn-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22261,5800,'_price','350'),(22262,5800,'_price','775'),(22263,6683,'_wp_attached_file','2017/02/LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn-1.png'),(22264,6683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:49:\"2017/02/LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:51:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:51:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:50:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:47:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:49:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:47:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:49:\"LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22265,5631,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:7359;s:6:\"height\";i:5519;s:4:\"file\";s:27:\"2017/02/SHARK-STUDY-2-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"SHARK-STUDY-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"SHARK-STUDY-2-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"SHARK-STUDY-2-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"SHARK-STUDY-2-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"SHARK-STUDY-2-1-180x135.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"SHARK-STUDY-2-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"SHARK-STUDY-2-1-1000x750.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:28:\"SHARK-STUDY-2-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:25:\"SHARK-STUDY-2-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:27:\"SHARK-STUDY-2-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:25:\"SHARK-STUDY-2-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:27:\"SHARK-STUDY-2-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22266,5627,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1920;s:4:\"file\";s:35:\"2017/02/Hawksbill-SeaTurtle-1-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Hawksbill-SeaTurtle-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Hawksbill-SeaTurtle-1-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Hawksbill-SeaTurtle-1-1-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Hawksbill-SeaTurtle-1-1-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"Hawksbill-SeaTurtle-1-1-180x144.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:37:\"Hawksbill-SeaTurtle-1-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"Hawksbill-SeaTurtle-1-1-1000x800.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:36:\"Hawksbill-SeaTurtle-1-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:33:\"Hawksbill-SeaTurtle-1-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:35:\"Hawksbill-SeaTurtle-1-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:33:\"Hawksbill-SeaTurtle-1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:35:\"Hawksbill-SeaTurtle-1-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22267,6684,'fw_options','a:0:{}'),(22268,6685,'_wp_attached_file','2017/02/SHARK-STUDY-1-tn-1.png'),(22269,6685,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:30:\"2017/02/SHARK-STUDY-1-tn-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"SHARK-STUDY-1-tn-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"SHARK-STUDY-1-tn-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"SHARK-STUDY-1-tn-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"SHARK-STUDY-1-tn-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"SHARK-STUDY-1-tn-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"SHARK-STUDY-1-tn-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"SHARK-STUDY-1-tn-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:31:\"SHARK-STUDY-1-tn-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:28:\"SHARK-STUDY-1-tn-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:30:\"SHARK-STUDY-1-tn-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:28:\"SHARK-STUDY-1-tn-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:30:\"SHARK-STUDY-1-tn-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22276,6101,'_edit_lock','1487560341:1'),(22277,6110,'_edit_lock','1487560477:1'),(22278,5843,'_edit_lock','1589760681:3'),(22279,6686,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22280,6686,'attribute_pa_photo-prints','e'),(22281,6686,'_stock_status','instock'),(22282,6687,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22283,6687,'attribute_pa_photo-prints','d'),(22284,6687,'_stock_status','instock'),(22285,6688,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22286,6688,'attribute_pa_photo-prints','c'),(22287,6688,'_stock_status','instock'),(22288,6689,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22289,6689,'attribute_pa_photo-prints','b'),(22290,6689,'_stock_status','instock'),(22291,6690,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22292,6690,'attribute_pa_photo-prints','a'),(22293,6690,'_stock_status','instock'),(22294,6691,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22295,6691,'attribute_pa_photo-prints','e'),(22296,6691,'_stock_status','instock'),(22297,6692,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22298,6692,'attribute_pa_photo-prints','d'),(22299,6692,'_stock_status','instock'),(22300,6693,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22301,6693,'attribute_pa_photo-prints','c'),(22302,6693,'_stock_status','instock'),(22303,6694,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22304,6694,'attribute_pa_photo-prints','b'),(22305,6694,'_stock_status','instock'),(22306,6695,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22307,6695,'attribute_pa_photo-prints','a'),(22308,6695,'_stock_status','instock'),(22309,6696,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22310,6696,'attribute_pa_photo-prints','e'),(22311,6696,'_stock_status','instock'),(22312,6697,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22313,6697,'attribute_pa_photo-prints','d'),(22314,6697,'_stock_status','instock'),(22315,6698,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22316,6698,'attribute_pa_photo-prints','c'),(22317,6698,'_stock_status','instock'),(22318,6699,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22319,6699,'attribute_pa_photo-prints','b'),(22320,6699,'_stock_status','instock'),(22321,6700,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22322,6700,'attribute_pa_photo-prints','a'),(22323,6700,'_stock_status','instock'),(22324,6690,'_sku',''),(22325,6690,'_thumbnail_id','0'),(22326,6690,'_virtual','no'),(22327,6690,'_downloadable','no'),(22328,6690,'_weight',''),(22329,6690,'_length',''),(22330,6690,'_width',''),(22331,6690,'_height',''),(22332,6690,'_manage_stock','no'),(22333,6690,'_regular_price','175'),(22334,6690,'_sale_price',''),(22335,6690,'_sale_price_dates_from',''),(22336,6690,'_sale_price_dates_to',''),(22337,6690,'_price','175'),(22338,6690,'_download_limit',''),(22339,6690,'_download_expiry',''),(22340,6690,'_downloadable_files',''),(22341,6690,'_variation_description','12\" x 18\"'),(22342,6689,'_sku',''),(22343,6689,'_thumbnail_id','0'),(22344,6689,'_virtual','no'),(22345,6689,'_downloadable','no'),(22346,6689,'_weight',''),(22347,6689,'_length',''),(22348,6689,'_width',''),(22349,6689,'_height',''),(22350,6689,'_manage_stock','no'),(22351,6689,'_regular_price','240.00'),(22352,6689,'_sale_price',''),(22353,6689,'_sale_price_dates_from',''),(22354,6689,'_sale_price_dates_to',''),(22355,6689,'_price','240.00'),(22356,6689,'_download_limit',''),(22357,6689,'_download_expiry',''),(22358,6689,'_downloadable_files',''),(22359,6689,'_variation_description','16\" x 24\"'),(22360,6688,'_sku',''),(22361,6688,'_thumbnail_id','0'),(22362,6688,'_virtual','no'),(22363,6688,'_downloadable','no'),(22364,6695,'_sku',''),(22365,6688,'_weight',''),(22366,6695,'_thumbnail_id','0'),(22367,6695,'_virtual','no'),(22368,6688,'_length',''),(22369,6688,'_width',''),(22370,6695,'_downloadable','no'),(22371,6688,'_height',''),(22372,6695,'_weight',''),(22373,6688,'_manage_stock','no'),(22374,6695,'_length',''),(22375,6695,'_width',''),(22376,6688,'_regular_price','300.00'),(22377,6695,'_height',''),(22378,6688,'_sale_price',''),(22379,6695,'_manage_stock','no'),(22380,6688,'_sale_price_dates_from',''),(22381,6688,'_sale_price_dates_to',''),(22382,6695,'_regular_price','175'),(22383,6688,'_price','300.00'),(22384,6695,'_sale_price',''),(22385,6688,'_download_limit',''),(22386,6695,'_sale_price_dates_from',''),(22387,6688,'_download_expiry',''),(22388,6695,'_sale_price_dates_to',''),(22389,6688,'_downloadable_files',''),(22390,6695,'_price','175'),(22391,6688,'_variation_description','20\" x 30\"'),(22392,6695,'_download_limit',''),(22393,6695,'_download_expiry',''),(22394,6695,'_downloadable_files',''),(22395,6687,'_sku',''),(22396,6695,'_variation_description','12\" x 18\"'),(22397,6687,'_thumbnail_id','0'),(22398,6687,'_virtual','no'),(22399,6687,'_downloadable','no'),(22400,6687,'_weight',''),(22401,6687,'_length',''),(22402,6694,'_sku',''),(22403,6687,'_width',''),(22404,6694,'_thumbnail_id','0'),(22405,6687,'_height',''),(22406,6694,'_virtual','no'),(22407,6687,'_manage_stock','no'),(22408,6694,'_downloadable','no'),(22409,6694,'_weight',''),(22410,6687,'_regular_price','400.00'),(22411,6694,'_length',''),(22412,6687,'_sale_price',''),(22413,6694,'_width',''),(22414,6687,'_sale_price_dates_from',''),(22415,6694,'_height',''),(22416,6687,'_sale_price_dates_to',''),(22417,6694,'_manage_stock','no'),(22418,6687,'_price','400.00'),(22419,6687,'_download_limit',''),(22420,6694,'_regular_price','240.00'),(22421,6687,'_download_expiry',''),(22422,6694,'_sale_price',''),(22423,6687,'_downloadable_files',''),(22424,6694,'_sale_price_dates_from',''),(22425,6687,'_variation_description','24\" x 36\"'),(22426,6694,'_sale_price_dates_to',''),(22427,6694,'_price','240.00'),(22428,6686,'_sku',''),(22429,6694,'_download_limit',''),(22430,6686,'_thumbnail_id','0'),(22431,6694,'_download_expiry',''),(22432,6686,'_virtual','no'),(22433,6694,'_downloadable_files',''),(22434,6686,'_downloadable','no'),(22435,6694,'_variation_description','16\" x 24\"'),(22436,6686,'_weight',''),(22437,6686,'_length',''),(22438,6686,'_width',''),(22439,6693,'_sku',''),(22440,6686,'_height',''),(22441,6693,'_thumbnail_id','0'),(22442,6686,'_manage_stock','no'),(22443,6693,'_virtual','no'),(22444,6693,'_downloadable','no'),(22445,6686,'_regular_price','500.00'),(22446,6693,'_weight',''),(22447,6686,'_sale_price',''),(22448,6693,'_length',''),(22449,6686,'_sale_price_dates_from',''),(22450,6693,'_width',''),(22451,6686,'_sale_price_dates_to',''),(22452,6693,'_height',''),(22453,6686,'_price','500.00'),(22454,6693,'_manage_stock','no'),(22455,6686,'_download_limit',''),(22456,6686,'_download_expiry',''),(22457,6693,'_regular_price','300.00'),(22458,6686,'_downloadable_files',''),(22459,6693,'_sale_price',''),(22460,6686,'_variation_description','30\" x 45\"'),(22461,6693,'_sale_price_dates_from',''),(22462,6693,'_sale_price_dates_to',''),(22463,6693,'_price','300.00'),(22464,6693,'_download_limit',''),(22465,6693,'_download_expiry',''),(22466,6693,'_downloadable_files',''),(22467,6693,'_variation_description','20\" x 30\"'),(22468,6692,'_sku',''),(22469,6692,'_thumbnail_id','0'),(22470,6692,'_virtual','no'),(22471,6692,'_downloadable','no'),(22473,6692,'_weight',''),(22475,6692,'_length',''),(22476,6692,'_width',''),(22477,6692,'_height',''),(22478,6692,'_manage_stock','no'),(22479,6692,'_regular_price','400.00'),(22480,6692,'_sale_price',''),(22481,6692,'_sale_price_dates_from',''),(22482,6692,'_sale_price_dates_to',''),(22483,6692,'_price','400.00'),(22484,6692,'_download_limit',''),(22485,6692,'_download_expiry',''),(22486,6692,'_downloadable_files',''),(22487,6692,'_variation_description','24\" x 36\"'),(22488,6691,'_sku',''),(22489,6691,'_thumbnail_id','0'),(22490,6691,'_virtual','no'),(22491,6691,'_downloadable','no'),(22492,6691,'_weight',''),(22493,6691,'_length',''),(22494,6691,'_width',''),(22495,6691,'_height',''),(22496,6691,'_manage_stock','no'),(22497,6691,'_regular_price','500.00'),(22498,6691,'_sale_price',''),(22499,6691,'_sale_price_dates_from',''),(22500,6691,'_sale_price_dates_to',''),(22501,6691,'_price','500.00'),(22502,6691,'_download_limit',''),(22503,6691,'_download_expiry',''),(22504,6691,'_downloadable_files',''),(22505,6691,'_variation_description','30\" x 45\"'),(22510,6700,'_sku',''),(22511,6700,'_thumbnail_id','0'),(22512,6700,'_virtual','no'),(22513,6700,'_downloadable','no'),(22514,6700,'_weight',''),(22515,6700,'_length',''),(22516,6700,'_width',''),(22517,6700,'_height',''),(22518,6700,'_manage_stock','no'),(22519,6700,'_regular_price','175'),(22520,6700,'_sale_price',''),(22521,6700,'_sale_price_dates_from',''),(22522,6700,'_sale_price_dates_to',''),(22523,6700,'_price','175'),(22524,6700,'_download_limit',''),(22525,6700,'_download_expiry',''),(22526,6700,'_downloadable_files',''),(22527,6700,'_variation_description','12\" x 18\"'),(22528,6699,'_sku',''),(22529,6699,'_thumbnail_id','0'),(22530,6699,'_virtual','no'),(22531,6699,'_downloadable','no'),(22532,6699,'_weight',''),(22533,6699,'_length',''),(22534,6699,'_width',''),(22535,6699,'_height',''),(22536,6699,'_manage_stock','no'),(22537,6699,'_regular_price','240.00'),(22538,6699,'_sale_price',''),(22539,6699,'_sale_price_dates_from',''),(22540,6699,'_sale_price_dates_to',''),(22541,6699,'_price','240.00'),(22542,6699,'_download_limit',''),(22543,6699,'_download_expiry',''),(22544,6699,'_downloadable_files',''),(22545,6699,'_variation_description','16\" x 24\"'),(22546,6698,'_sku',''),(22547,6698,'_thumbnail_id','0'),(22548,6698,'_virtual','no'),(22549,6698,'_downloadable','no'),(22550,6698,'_weight',''),(22551,6698,'_length',''),(22552,6698,'_width',''),(22553,6698,'_height',''),(22554,6698,'_manage_stock','no'),(22555,6698,'_regular_price','300.00'),(22556,6698,'_sale_price',''),(22557,6698,'_sale_price_dates_from',''),(22558,6698,'_sale_price_dates_to',''),(22559,6698,'_price','300.00'),(22560,6698,'_download_limit',''),(22561,6698,'_download_expiry',''),(22562,6698,'_downloadable_files',''),(22563,6698,'_variation_description','20\" x 30\"'),(22564,6697,'_sku',''),(22565,6697,'_thumbnail_id','0'),(22566,6697,'_virtual','no'),(22567,6697,'_downloadable','no'),(22568,6697,'_weight',''),(22569,6697,'_length',''),(22570,6697,'_width',''),(22571,6697,'_height',''),(22572,6697,'_manage_stock','no'),(22573,6697,'_regular_price','400.00'),(22574,6697,'_sale_price',''),(22575,6697,'_sale_price_dates_from',''),(22576,6697,'_sale_price_dates_to',''),(22577,6697,'_price','400.00'),(22578,6697,'_download_limit',''),(22579,6697,'_download_expiry',''),(22580,6697,'_downloadable_files',''),(22581,6697,'_variation_description','24\" x 36\"'),(22582,6696,'_sku',''),(22583,6696,'_thumbnail_id','0'),(22584,6696,'_virtual','no'),(22585,6696,'_downloadable','no'),(22586,6696,'_weight',''),(22587,6696,'_length',''),(22588,6696,'_width',''),(22589,6696,'_height',''),(22590,6696,'_manage_stock','no'),(22591,6696,'_regular_price','500'),(22592,6696,'_sale_price',''),(22593,6696,'_sale_price_dates_from',''),(22594,6696,'_sale_price_dates_to',''),(22595,6696,'_price','500'),(22596,6696,'_download_limit',''),(22597,6696,'_download_expiry',''),(22598,6696,'_downloadable_files',''),(22599,6696,'_variation_description','30\" x 45\"'),(22608,6093,'_edit_lock','1487560951:1'),(22609,6132,'_edit_lock','1487560912:1'),(22610,6313,'_edit_lock','1589766953:3'),(22611,6701,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22612,6701,'attribute_pa_photo-prints','e'),(22613,6701,'_stock_status','instock'),(22614,6702,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22615,6702,'attribute_pa_photo-prints','d'),(22616,6702,'_stock_status','instock'),(22617,6703,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22618,6703,'attribute_pa_photo-prints','c'),(22619,6703,'_stock_status','instock'),(22620,6704,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22621,6704,'attribute_pa_photo-prints','e'),(22622,6704,'_stock_status','instock'),(22623,6705,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22624,6705,'attribute_pa_photo-prints','b'),(22625,6705,'_stock_status','instock'),(22626,6706,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22627,6706,'attribute_pa_photo-prints','d'),(22628,6706,'_stock_status','instock'),(22629,6707,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22630,6707,'attribute_pa_photo-prints','a'),(22631,6707,'_stock_status','instock'),(22632,6708,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22633,6708,'attribute_pa_photo-prints','c'),(22634,6708,'_stock_status','instock'),(22635,6709,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22636,6709,'attribute_pa_photo-prints','b'),(22637,6709,'_stock_status','instock'),(22638,6710,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22639,6710,'attribute_pa_photo-prints','a'),(22640,6710,'_stock_status','instock'),(22641,6711,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22642,6711,'attribute_pa_photo-prints','e'),(22643,6711,'_stock_status','instock'),(22644,6712,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22645,6712,'attribute_pa_photo-prints','d'),(22646,6712,'_stock_status','instock'),(22647,6713,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22648,6713,'attribute_pa_photo-prints','c'),(22649,6713,'_stock_status','instock'),(22650,6714,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22651,6714,'attribute_pa_photo-prints','b'),(22652,6714,'_stock_status','instock'),(22653,6715,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22654,6715,'attribute_pa_photo-prints','a'),(22655,6715,'_stock_status','instock'),(22656,6715,'_sku',''),(22657,6715,'_thumbnail_id','0'),(22658,6715,'_virtual','no'),(22659,6715,'_downloadable','no'),(22660,6715,'_weight',''),(22661,6715,'_length',''),(22662,6715,'_width',''),(22663,6715,'_height',''),(22664,6715,'_manage_stock','no'),(22665,6715,'_regular_price','175'),(22666,6715,'_sale_price',''),(22667,6715,'_sale_price_dates_from',''),(22668,6715,'_sale_price_dates_to',''),(22669,6715,'_price','175'),(22670,6715,'_download_limit',''),(22671,6715,'_download_expiry',''),(22672,6715,'_downloadable_files',''),(22673,6715,'_variation_description','12\" x 18\"'),(22674,6714,'_sku',''),(22675,6714,'_thumbnail_id','0'),(22676,6714,'_virtual','no'),(22677,6714,'_downloadable','no'),(22678,6714,'_weight',''),(22679,6714,'_length',''),(22680,6714,'_width',''),(22681,6714,'_height',''),(22682,6714,'_manage_stock','no'),(22683,6714,'_regular_price','240.00'),(22684,6714,'_sale_price',''),(22685,6714,'_sale_price_dates_from',''),(22686,6714,'_sale_price_dates_to',''),(22687,6714,'_price','240.00'),(22688,6714,'_download_limit',''),(22689,6714,'_download_expiry',''),(22690,6714,'_downloadable_files',''),(22691,6714,'_variation_description','16\" x 24\"'),(22692,6713,'_sku',''),(22693,6713,'_thumbnail_id','0'),(22694,6713,'_virtual','no'),(22695,6713,'_downloadable','no'),(22696,6713,'_weight',''),(22697,6713,'_length',''),(22698,6713,'_width',''),(22699,6713,'_height',''),(22700,6713,'_manage_stock','no'),(22701,6713,'_regular_price','300'),(22702,6713,'_sale_price',''),(22703,6713,'_sale_price_dates_from',''),(22704,6713,'_sale_price_dates_to',''),(22705,6713,'_price','300'),(22706,6713,'_download_limit',''),(22707,6713,'_download_expiry',''),(22708,6713,'_downloadable_files',''),(22709,6713,'_variation_description','20\" x 30\"'),(22710,6712,'_sku',''),(22711,6712,'_thumbnail_id','0'),(22712,6712,'_virtual','no'),(22713,6712,'_downloadable','no'),(22714,6712,'_weight',''),(22715,6712,'_length',''),(22716,6712,'_width',''),(22717,6712,'_height',''),(22718,6712,'_manage_stock','no'),(22719,6712,'_regular_price','400.00'),(22720,6712,'_sale_price',''),(22721,6712,'_sale_price_dates_from',''),(22722,6712,'_sale_price_dates_to',''),(22723,6712,'_price','400.00'),(22724,6712,'_download_limit',''),(22725,6712,'_download_expiry',''),(22726,6712,'_downloadable_files',''),(22727,6712,'_variation_description','24\" x 36\"'),(22728,6711,'_sku',''),(22729,6711,'_thumbnail_id','0'),(22730,6711,'_virtual','no'),(22731,6711,'_downloadable','no'),(22732,6711,'_weight',''),(22733,6711,'_length',''),(22734,6711,'_width',''),(22735,6711,'_height',''),(22736,6711,'_manage_stock','no'),(22737,6711,'_regular_price','500'),(22738,6711,'_sale_price',''),(22739,6711,'_sale_price_dates_from',''),(22740,6711,'_sale_price_dates_to',''),(22741,6711,'_price','500'),(22742,6711,'_download_limit',''),(22743,6711,'_download_expiry',''),(22744,6711,'_downloadable_files',''),(22745,6711,'_variation_description','30\" x 45\"'),(22748,6707,'_sku',''),(22749,6707,'_thumbnail_id','0'),(22750,6707,'_virtual','no'),(22751,6707,'_downloadable','no'),(22752,6707,'_weight',''),(22753,6707,'_length',''),(22754,6707,'_width',''),(22755,6707,'_height',''),(22756,6707,'_manage_stock','no'),(22757,6707,'_regular_price','175'),(22758,6707,'_sale_price',''),(22759,6707,'_sale_price_dates_from',''),(22760,6707,'_sale_price_dates_to',''),(22761,6707,'_price','175'),(22762,6707,'_download_limit',''),(22763,6707,'_download_expiry',''),(22764,6707,'_downloadable_files',''),(22765,6707,'_variation_description','12\" x 18\"'),(22766,6705,'_sku',''),(22767,6705,'_thumbnail_id','0'),(22768,6705,'_virtual','no'),(22769,6705,'_downloadable','no'),(22770,6705,'_weight',''),(22771,6705,'_length',''),(22772,6705,'_width',''),(22773,6705,'_height',''),(22774,6705,'_manage_stock','no'),(22775,6705,'_regular_price','240.00'),(22776,6705,'_sale_price',''),(22777,6705,'_sale_price_dates_from',''),(22778,6705,'_sale_price_dates_to',''),(22779,6705,'_price','240.00'),(22780,6705,'_download_limit',''),(22781,6705,'_download_expiry',''),(22782,6705,'_downloadable_files',''),(22783,6705,'_variation_description','16\" x 24\"'),(22784,6703,'_sku',''),(22785,6703,'_thumbnail_id','0'),(22786,6703,'_virtual','no'),(22787,6703,'_downloadable','no'),(22788,6703,'_weight',''),(22789,6703,'_length',''),(22790,6703,'_width',''),(22791,6703,'_height',''),(22792,6703,'_manage_stock','no'),(22793,6703,'_regular_price','300.00'),(22794,6703,'_sale_price',''),(22795,6703,'_sale_price_dates_from',''),(22796,6703,'_sale_price_dates_to',''),(22797,6703,'_price','300.00'),(22798,6703,'_download_limit',''),(22799,6703,'_download_expiry',''),(22800,6703,'_downloadable_files',''),(22801,6703,'_variation_description','20\" x 30\"'),(22802,6702,'_sku',''),(22803,6702,'_thumbnail_id','0'),(22804,6702,'_virtual','no'),(22805,6702,'_downloadable','no'),(22806,6702,'_weight',''),(22807,6702,'_length',''),(22808,6702,'_width',''),(22809,6702,'_height',''),(22810,6702,'_manage_stock','no'),(22811,6702,'_regular_price','400.00'),(22812,6702,'_sale_price',''),(22813,6702,'_sale_price_dates_from',''),(22814,6702,'_sale_price_dates_to',''),(22815,6702,'_price','400.00'),(22816,6702,'_download_limit',''),(22817,6702,'_download_expiry',''),(22818,6702,'_downloadable_files',''),(22819,6702,'_variation_description','24\" x 36\"'),(22820,6701,'_sku',''),(22821,6701,'_thumbnail_id','0'),(22822,6701,'_virtual','no'),(22823,6701,'_downloadable','no'),(22824,6701,'_weight',''),(22825,6701,'_length',''),(22826,6701,'_width',''),(22827,6701,'_height',''),(22828,6701,'_manage_stock','no'),(22829,6701,'_regular_price','500.00'),(22830,6701,'_sale_price',''),(22831,6701,'_sale_price_dates_from',''),(22832,6701,'_sale_price_dates_to',''),(22833,6701,'_price','500.00'),(22834,6701,'_download_limit',''),(22835,6701,'_download_expiry',''),(22836,6701,'_downloadable_files',''),(22837,6701,'_variation_description','30\" x 45\"'),(22842,6710,'_sku',''),(22843,6710,'_thumbnail_id','0'),(22844,6710,'_virtual','no'),(22845,6710,'_downloadable','no'),(22846,6710,'_weight',''),(22847,6710,'_length',''),(22848,6710,'_width',''),(22849,6710,'_height',''),(22850,6710,'_manage_stock','no'),(22851,6710,'_regular_price','175'),(22852,6710,'_sale_price',''),(22853,6710,'_sale_price_dates_from',''),(22854,6710,'_sale_price_dates_to',''),(22855,6710,'_price','175'),(22856,6710,'_download_limit',''),(22857,6710,'_download_expiry',''),(22858,6710,'_downloadable_files',''),(22859,6710,'_variation_description','12\" x 18\"'),(22860,6709,'_sku',''),(22861,6709,'_thumbnail_id','0'),(22862,6709,'_virtual','no'),(22863,6709,'_downloadable','no'),(22864,6709,'_weight',''),(22865,6709,'_length',''),(22866,6709,'_width',''),(22867,6709,'_height',''),(22868,6709,'_manage_stock','no'),(22869,6709,'_regular_price','240.00'),(22870,6709,'_sale_price',''),(22871,6709,'_sale_price_dates_from',''),(22872,6709,'_sale_price_dates_to',''),(22873,6709,'_price','240.00'),(22874,6709,'_download_limit',''),(22875,6709,'_download_expiry',''),(22876,6709,'_downloadable_files',''),(22877,6709,'_variation_description','16\" x 24\"'),(22878,6708,'_sku',''),(22879,6708,'_thumbnail_id','0'),(22880,6708,'_virtual','no'),(22881,6708,'_downloadable','no'),(22882,6708,'_weight',''),(22883,6708,'_length',''),(22884,6708,'_width',''),(22885,6708,'_height',''),(22886,6708,'_manage_stock','no'),(22887,6708,'_regular_price','300.00'),(22888,6708,'_sale_price',''),(22889,6708,'_sale_price_dates_from',''),(22890,6708,'_sale_price_dates_to',''),(22891,6708,'_price','300.00'),(22892,6708,'_download_limit',''),(22893,6708,'_download_expiry',''),(22894,6708,'_downloadable_files',''),(22895,6708,'_variation_description','20\" x 30\"'),(22896,6706,'_sku',''),(22897,6706,'_thumbnail_id','0'),(22898,6706,'_virtual','no'),(22899,6706,'_downloadable','no'),(22900,6706,'_weight',''),(22901,6706,'_length',''),(22902,6706,'_width',''),(22903,6706,'_height',''),(22904,6706,'_manage_stock','no'),(22905,6706,'_regular_price','400.00'),(22906,6706,'_sale_price',''),(22907,6706,'_sale_price_dates_from',''),(22908,6706,'_sale_price_dates_to',''),(22909,6706,'_price','400.00'),(22910,6706,'_download_limit',''),(22911,6706,'_download_expiry',''),(22912,6706,'_downloadable_files',''),(22913,6706,'_variation_description','24\" x 36\"'),(22914,6704,'_sku',''),(22915,6704,'_thumbnail_id','0'),(22916,6704,'_virtual','no'),(22917,6704,'_downloadable','no'),(22918,6704,'_weight',''),(22919,6704,'_length',''),(22920,6704,'_width',''),(22921,6704,'_height',''),(22922,6704,'_manage_stock','no'),(22923,6704,'_regular_price','500.00'),(22924,6704,'_sale_price',''),(22925,6704,'_sale_price_dates_from',''),(22926,6704,'_sale_price_dates_to',''),(22927,6704,'_price','500.00'),(22928,6704,'_download_limit',''),(22929,6704,'_download_expiry',''),(22930,6704,'_downloadable_files',''),(22931,6704,'_variation_description','30\" x 45\"'),(22938,6313,'_thumbnail_id','6664'),(22941,5924,'_edit_lock','1589776786:3'),(22942,5917,'_edit_lock','1589771439:3'),(22943,6224,'_edit_lock','1487561294:1'),(22944,6716,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22945,6716,'attribute_pa_photo-prints','e'),(22946,6716,'_stock_status','instock'),(22947,6717,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22948,6717,'attribute_pa_photo-prints','d'),(22949,6717,'_stock_status','instock'),(22950,6718,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22951,6718,'attribute_pa_photo-prints','c'),(22952,6718,'_stock_status','instock'),(22953,6719,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22954,6719,'attribute_pa_photo-prints','b'),(22955,6719,'_stock_status','instock'),(22956,6720,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22957,6720,'attribute_pa_photo-prints','a'),(22958,6720,'_stock_status','instock'),(22959,6721,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22960,6721,'attribute_pa_photo-prints','e'),(22961,6721,'_stock_status','instock'),(22962,6722,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22963,6722,'attribute_pa_photo-prints','d'),(22964,6722,'_stock_status','instock'),(22965,6723,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22966,6723,'attribute_pa_photo-prints','c'),(22967,6723,'_stock_status','instock'),(22968,6724,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22969,6724,'attribute_pa_photo-prints','b'),(22970,6724,'_stock_status','instock'),(22971,6725,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22972,6725,'attribute_pa_photo-prints','a'),(22973,6725,'_stock_status','instock'),(22974,6726,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22975,6726,'attribute_pa_photo-prints','e'),(22976,6726,'_stock_status','instock'),(22977,6727,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22978,6727,'attribute_pa_photo-prints','d'),(22979,6727,'_stock_status','instock'),(22980,6728,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22981,6728,'attribute_pa_photo-prints','c'),(22982,6728,'_stock_status','instock'),(22983,6729,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22984,6729,'attribute_pa_photo-prints','b'),(22985,6729,'_stock_status','instock'),(22986,6730,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22987,6730,'attribute_pa_photo-prints','a'),(22988,6730,'_stock_status','instock'),(22989,6730,'_sku',''),(22990,6730,'_thumbnail_id','0'),(22991,6730,'_virtual','no'),(22992,6730,'_downloadable','no'),(22993,6730,'_weight',''),(22994,6730,'_length',''),(22995,6730,'_width',''),(22996,6730,'_height',''),(22997,6730,'_manage_stock','no'),(22998,6730,'_regular_price','175'),(22999,6730,'_sale_price',''),(23000,6730,'_sale_price_dates_from',''),(23001,6730,'_sale_price_dates_to',''),(23002,6730,'_price','175'),(23003,6730,'_download_limit',''),(23004,6730,'_download_expiry',''),(23005,6730,'_downloadable_files',''),(23006,6730,'_variation_description','12\" x 18\"'),(23007,6729,'_sku',''),(23008,6729,'_thumbnail_id','0'),(23009,6729,'_virtual','no'),(23010,6729,'_downloadable','no'),(23011,6729,'_weight',''),(23012,6729,'_length',''),(23013,6729,'_width',''),(23014,6729,'_height',''),(23015,6729,'_manage_stock','no'),(23016,6729,'_regular_price','240.00'),(23017,6729,'_sale_price',''),(23018,6729,'_sale_price_dates_from',''),(23019,6729,'_sale_price_dates_to',''),(23020,6729,'_price','240.00'),(23021,6729,'_download_limit',''),(23022,6729,'_download_expiry',''),(23023,6729,'_downloadable_files',''),(23024,6729,'_variation_description','16\" x 24\"'),(23025,6728,'_sku',''),(23026,6728,'_thumbnail_id','0'),(23027,6728,'_virtual','no'),(23028,6728,'_downloadable','no'),(23029,6728,'_weight',''),(23030,6728,'_length',''),(23031,6728,'_width',''),(23032,6728,'_height',''),(23033,6728,'_manage_stock','no'),(23034,6728,'_regular_price','300.00'),(23035,6728,'_sale_price',''),(23036,6728,'_sale_price_dates_from',''),(23037,6728,'_sale_price_dates_to',''),(23038,6728,'_price','300.00'),(23039,6728,'_download_limit',''),(23040,6728,'_download_expiry',''),(23041,6728,'_downloadable_files',''),(23042,6728,'_variation_description','20\" x 30\"'),(23043,6727,'_sku',''),(23044,6727,'_thumbnail_id','0'),(23045,6727,'_virtual','no'),(23046,6727,'_downloadable','no'),(23047,6727,'_weight',''),(23048,6727,'_length',''),(23049,6727,'_width',''),(23050,6727,'_height',''),(23051,6727,'_manage_stock','no'),(23052,6727,'_regular_price','400.00'),(23053,6727,'_sale_price',''),(23054,6727,'_sale_price_dates_from',''),(23055,6727,'_sale_price_dates_to',''),(23056,6727,'_price','400.00'),(23057,6727,'_download_limit',''),(23058,6727,'_download_expiry',''),(23059,6727,'_downloadable_files',''),(23060,6727,'_variation_description','24\" x 36\"'),(23061,6726,'_sku',''),(23062,6726,'_thumbnail_id','0'),(23063,6726,'_virtual','no'),(23064,6726,'_downloadable','no'),(23065,6726,'_weight',''),(23066,6726,'_length',''),(23067,6726,'_width',''),(23068,6726,'_height',''),(23069,6726,'_manage_stock','no'),(23070,6726,'_regular_price','500.00'),(23071,6726,'_sale_price',''),(23072,6726,'_sale_price_dates_from',''),(23073,6726,'_sale_price_dates_to',''),(23074,6726,'_price','500.00'),(23075,6726,'_download_limit',''),(23076,6726,'_download_expiry',''),(23077,6726,'_downloadable_files',''),(23078,6726,'_variation_description','30\" x 45\"'),(23081,6725,'_sku',''),(23083,6725,'_virtual','no'),(23084,6725,'_downloadable','no'),(23085,6725,'_weight',''),(23086,6725,'_length',''),(23087,6725,'_width',''),(23088,6725,'_height',''),(23089,6725,'_manage_stock','no'),(23090,6725,'_regular_price','175'),(23091,6725,'_sale_price',''),(23092,6725,'_sale_price_dates_from',''),(23093,6725,'_sale_price_dates_to',''),(23094,6725,'_price','175'),(23095,6725,'_download_limit',''),(23096,6725,'_download_expiry',''),(23097,6725,'_downloadable_files',''),(23098,6725,'_variation_description','12\" x 18\"'),(23099,6724,'_sku',''),(23101,6724,'_virtual','no'),(23102,6724,'_downloadable','no'),(23103,6724,'_weight',''),(23104,6724,'_length',''),(23105,6724,'_width',''),(23106,6724,'_height',''),(23107,6724,'_manage_stock','no'),(23108,6724,'_regular_price','240.00'),(23109,6724,'_sale_price',''),(23110,6724,'_sale_price_dates_from',''),(23111,6724,'_sale_price_dates_to',''),(23112,6724,'_price','240.00'),(23113,6724,'_download_limit',''),(23114,6724,'_download_expiry',''),(23115,6724,'_downloadable_files',''),(23116,6724,'_variation_description','16\" x 24\"'),(23117,6723,'_sku',''),(23119,6723,'_virtual','no'),(23120,6723,'_downloadable','no'),(23121,6723,'_weight',''),(23122,6723,'_length',''),(23123,6723,'_width',''),(23124,6723,'_height',''),(23125,6723,'_manage_stock','no'),(23126,6723,'_regular_price','300.00'),(23127,6723,'_sale_price',''),(23128,6723,'_sale_price_dates_from',''),(23129,6723,'_sale_price_dates_to',''),(23130,6723,'_price','300.00'),(23131,6723,'_download_limit',''),(23132,6723,'_download_expiry',''),(23133,6723,'_downloadable_files',''),(23134,6723,'_variation_description','20\" x 30\"'),(23135,6722,'_sku',''),(23137,6722,'_virtual','no'),(23138,6722,'_downloadable','no'),(23139,6722,'_weight',''),(23140,6722,'_length',''),(23141,6722,'_width',''),(23142,6722,'_height',''),(23143,6722,'_manage_stock','no'),(23144,6722,'_regular_price','400.00'),(23145,6722,'_sale_price',''),(23146,6722,'_sale_price_dates_from',''),(23147,6722,'_sale_price_dates_to',''),(23148,6722,'_price','400.00'),(23149,6722,'_download_limit',''),(23150,6722,'_download_expiry',''),(23151,6722,'_downloadable_files',''),(23152,6722,'_variation_description','24\" x 36\"'),(23153,6721,'_sku',''),(23155,6721,'_virtual','no'),(23156,6721,'_downloadable','no'),(23157,6721,'_weight',''),(23158,6721,'_length',''),(23159,6721,'_width',''),(23160,6721,'_height',''),(23161,6721,'_manage_stock','no'),(23162,6721,'_regular_price','500.00'),(23163,6721,'_sale_price',''),(23164,6721,'_sale_price_dates_from',''),(23165,6721,'_sale_price_dates_to',''),(23166,6721,'_price','500.00'),(23167,6721,'_download_limit',''),(23168,6721,'_download_expiry',''),(23169,6721,'_downloadable_files',''),(23170,6721,'_variation_description','30\" x 45\"'),(23173,6720,'_sku',''),(23175,6720,'_virtual','no'),(23176,6720,'_downloadable','no'),(23177,6720,'_weight',''),(23178,6720,'_length',''),(23179,6720,'_width',''),(23180,6720,'_height',''),(23181,6720,'_manage_stock','no'),(23182,6720,'_regular_price','175'),(23183,6720,'_sale_price',''),(23184,6720,'_sale_price_dates_from',''),(23185,6720,'_sale_price_dates_to',''),(23186,6720,'_price','175'),(23187,6720,'_download_limit',''),(23188,6720,'_download_expiry',''),(23189,6720,'_downloadable_files',''),(23190,6720,'_variation_description','12\" x 18\"'),(23191,6719,'_sku',''),(23193,6719,'_virtual','no'),(23194,6719,'_downloadable','no'),(23195,6719,'_weight',''),(23196,6719,'_length',''),(23197,6719,'_width',''),(23198,6719,'_height',''),(23199,6719,'_manage_stock','no'),(23200,6719,'_regular_price','240.00'),(23201,6719,'_sale_price',''),(23202,6719,'_sale_price_dates_from',''),(23203,6719,'_sale_price_dates_to',''),(23204,6719,'_price','240.00'),(23205,6719,'_download_limit',''),(23206,6719,'_download_expiry',''),(23207,6719,'_downloadable_files',''),(23208,6719,'_variation_description','16\" x 24\"'),(23209,6718,'_sku',''),(23211,6718,'_virtual','no'),(23212,6718,'_downloadable','no'),(23213,6718,'_weight',''),(23214,6718,'_length',''),(23215,6718,'_width',''),(23216,6718,'_height',''),(23217,6718,'_manage_stock','no'),(23218,6718,'_regular_price','300.00'),(23219,6718,'_sale_price',''),(23220,6718,'_sale_price_dates_from',''),(23221,6718,'_sale_price_dates_to',''),(23222,6718,'_price','300.00'),(23223,6718,'_download_limit',''),(23224,6718,'_download_expiry',''),(23225,6718,'_downloadable_files',''),(23226,6718,'_variation_description','20\" x 30\"'),(23227,6717,'_sku',''),(23229,6717,'_virtual','no'),(23230,6717,'_downloadable','no'),(23231,6717,'_weight',''),(23232,6717,'_length',''),(23233,6717,'_width',''),(23234,6717,'_height',''),(23235,6717,'_manage_stock','no'),(23236,6717,'_regular_price','400.00'),(23237,6717,'_sale_price',''),(23238,6717,'_sale_price_dates_from',''),(23239,6717,'_sale_price_dates_to',''),(23240,6717,'_price','400.00'),(23241,6717,'_download_limit',''),(23242,6717,'_download_expiry',''),(23243,6717,'_downloadable_files',''),(23244,6717,'_variation_description','24\" x 36\"'),(23245,6716,'_sku',''),(23247,6716,'_virtual','no'),(23248,6716,'_downloadable','no'),(23249,6716,'_weight',''),(23250,6716,'_length',''),(23251,6716,'_width',''),(23252,6716,'_height',''),(23253,6716,'_manage_stock','no'),(23254,6716,'_regular_price','500.00'),(23255,6716,'_sale_price',''),(23256,6716,'_sale_price_dates_from',''),(23257,6716,'_sale_price_dates_to',''),(23258,6716,'_price','500.00'),(23259,6716,'_download_limit',''),(23260,6716,'_download_expiry',''),(23261,6716,'_downloadable_files',''),(23262,6716,'_variation_description','30\" x 45\"'),(23271,5982,'_edit_lock','1487561751:1'),(23272,5938,'_edit_lock','1487561822:1'),(23273,6731,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23274,6731,'attribute_pa_photo-prints','e'),(23275,6731,'_stock_status','instock'),(23276,6732,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23277,6732,'attribute_pa_photo-prints','d'),(23278,6732,'_stock_status','instock'),(23279,6733,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23280,6733,'attribute_pa_photo-prints','c'),(23281,6733,'_stock_status','instock'),(23282,6734,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23283,6734,'attribute_pa_photo-prints','b'),(23284,6734,'_stock_status','instock'),(23285,6735,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23286,6735,'attribute_pa_photo-prints','a'),(23287,6735,'_stock_status','instock'),(23288,5931,'_edit_lock','1487561824:1'),(23289,6736,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23290,6736,'attribute_pa_photo-prints','e'),(23291,6736,'_stock_status','instock'),(23292,6737,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23293,6737,'attribute_pa_photo-prints','d'),(23294,6737,'_stock_status','instock'),(23295,6738,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23296,6738,'attribute_pa_photo-prints','c'),(23297,6738,'_stock_status','instock'),(23298,6739,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23299,6739,'attribute_pa_photo-prints','b'),(23300,6739,'_stock_status','instock'),(23301,6740,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23302,6740,'attribute_pa_photo-prints','a'),(23303,6740,'_stock_status','instock'),(23304,6741,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23305,6741,'attribute_pa_photo-prints','e'),(23306,6741,'_stock_status','instock'),(23307,6742,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23308,6742,'attribute_pa_photo-prints','d'),(23309,6742,'_stock_status','instock'),(23310,6743,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23311,6743,'attribute_pa_photo-prints','c'),(23312,6743,'_stock_status','instock'),(23313,6744,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23314,6744,'attribute_pa_photo-prints','b'),(23315,6744,'_stock_status','instock'),(23316,6745,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23317,6745,'attribute_pa_photo-prints','a'),(23318,6745,'_stock_status','instock'),(23319,6735,'_sku',''),(23320,6735,'_thumbnail_id','0'),(23321,6735,'_virtual','no'),(23322,6735,'_downloadable','no'),(23323,6735,'_weight',''),(23324,6735,'_length',''),(23325,6735,'_width',''),(23326,6735,'_height',''),(23327,6735,'_manage_stock','no'),(23328,6735,'_regular_price','175'),(23329,6735,'_sale_price',''),(23330,6735,'_sale_price_dates_from',''),(23331,6735,'_sale_price_dates_to',''),(23332,6735,'_price','175'),(23333,6735,'_download_limit',''),(23334,6735,'_download_expiry',''),(23335,6735,'_downloadable_files',''),(23336,6735,'_variation_description','12\" x 18\"'),(23337,6734,'_sku',''),(23338,6734,'_thumbnail_id','0'),(23339,6734,'_virtual','no'),(23340,6734,'_downloadable','no'),(23341,6734,'_weight',''),(23342,6734,'_length',''),(23343,6734,'_width',''),(23344,6734,'_height',''),(23345,6734,'_manage_stock','no'),(23346,6734,'_regular_price','240.00'),(23347,6734,'_sale_price',''),(23348,6734,'_sale_price_dates_from',''),(23349,6734,'_sale_price_dates_to',''),(23350,6734,'_price','240.00'),(23351,6734,'_download_limit',''),(23352,6734,'_download_expiry',''),(23353,6734,'_downloadable_files',''),(23354,6734,'_variation_description','16\" x 24\"'),(23355,6733,'_sku',''),(23356,6733,'_thumbnail_id','0'),(23357,6733,'_virtual','no'),(23358,6733,'_downloadable','no'),(23359,6733,'_weight',''),(23360,6733,'_length',''),(23361,6733,'_width',''),(23362,6733,'_height',''),(23363,6733,'_manage_stock','no'),(23364,6733,'_regular_price','300.00'),(23365,6733,'_sale_price',''),(23366,6733,'_sale_price_dates_from',''),(23367,6733,'_sale_price_dates_to',''),(23368,6733,'_price','300.00'),(23369,6733,'_download_limit',''),(23370,6733,'_download_expiry',''),(23371,6733,'_downloadable_files',''),(23372,6733,'_variation_description','20\" x 30\"'),(23373,6732,'_sku',''),(23374,6732,'_thumbnail_id','0'),(23375,6732,'_virtual','no'),(23376,6732,'_downloadable','no'),(23377,6732,'_weight',''),(23378,6732,'_length',''),(23379,6732,'_width',''),(23380,6732,'_height',''),(23381,6732,'_manage_stock','no'),(23382,6732,'_regular_price','400.00'),(23383,6732,'_sale_price',''),(23384,6732,'_sale_price_dates_from',''),(23385,6732,'_sale_price_dates_to',''),(23386,6732,'_price','400.00'),(23387,6732,'_download_limit',''),(23388,6732,'_download_expiry',''),(23389,6732,'_downloadable_files',''),(23390,6732,'_variation_description','24\" x 36\"'),(23391,6731,'_sku',''),(23392,6731,'_thumbnail_id','0'),(23393,6731,'_virtual','no'),(23394,6731,'_downloadable','no'),(23395,6731,'_weight',''),(23396,6731,'_length',''),(23397,6731,'_width',''),(23398,6731,'_height',''),(23399,6731,'_manage_stock','no'),(23400,6731,'_regular_price','500.00'),(23401,6731,'_sale_price',''),(23402,6731,'_sale_price_dates_from',''),(23403,6731,'_sale_price_dates_to',''),(23404,6731,'_price','500.00'),(23405,6731,'_download_limit',''),(23406,6731,'_download_expiry',''),(23407,6731,'_downloadable_files',''),(23408,6731,'_variation_description','30\" x 45\"'),(23411,6740,'_sku',''),(23412,6740,'_thumbnail_id','0'),(23413,6740,'_virtual','no'),(23414,6740,'_downloadable','no'),(23415,6740,'_weight',''),(23416,6740,'_length',''),(23417,6740,'_width',''),(23418,6740,'_height',''),(23419,6740,'_manage_stock','no'),(23420,6740,'_regular_price','175'),(23421,6740,'_sale_price',''),(23422,6740,'_sale_price_dates_from',''),(23423,6740,'_sale_price_dates_to',''),(23424,6740,'_price','175'),(23425,6740,'_download_limit',''),(23426,6740,'_download_expiry',''),(23427,6740,'_downloadable_files',''),(23428,6740,'_variation_description','12\" x 18\"'),(23429,6739,'_sku',''),(23430,6739,'_thumbnail_id','0'),(23431,6739,'_virtual','no'),(23432,6739,'_downloadable','no'),(23433,6739,'_weight',''),(23434,6739,'_length',''),(23435,6739,'_width',''),(23436,6739,'_height',''),(23437,6739,'_manage_stock','no'),(23438,6739,'_regular_price','240.00'),(23439,6739,'_sale_price',''),(23440,6739,'_sale_price_dates_from',''),(23441,6739,'_sale_price_dates_to',''),(23442,6739,'_price','240.00'),(23443,6739,'_download_limit',''),(23444,6739,'_download_expiry',''),(23445,6739,'_downloadable_files',''),(23446,6739,'_variation_description','16\" x 24\"'),(23447,6738,'_sku',''),(23448,6738,'_thumbnail_id','0'),(23449,6738,'_virtual','no'),(23450,6738,'_downloadable','no'),(23451,6738,'_weight',''),(23452,6738,'_length',''),(23453,6738,'_width',''),(23454,6738,'_height',''),(23455,6738,'_manage_stock','no'),(23456,6738,'_regular_price','300.00'),(23457,6738,'_sale_price',''),(23458,6738,'_sale_price_dates_from',''),(23459,6738,'_sale_price_dates_to',''),(23460,6738,'_price','300.00'),(23461,6738,'_download_limit',''),(23462,6738,'_download_expiry',''),(23463,6738,'_downloadable_files',''),(23464,6738,'_variation_description','20\" x 30\"'),(23465,6737,'_sku',''),(23466,6737,'_thumbnail_id','0'),(23467,6737,'_virtual','no'),(23468,6737,'_downloadable','no'),(23469,6737,'_weight',''),(23470,6737,'_length',''),(23471,6737,'_width',''),(23472,6737,'_height',''),(23473,6737,'_manage_stock','no'),(23474,6737,'_regular_price','400.00'),(23475,6737,'_sale_price',''),(23476,6737,'_sale_price_dates_from',''),(23477,6737,'_sale_price_dates_to',''),(23478,6737,'_price','400.00'),(23479,6737,'_download_limit',''),(23480,6737,'_download_expiry',''),(23481,6737,'_downloadable_files',''),(23482,6737,'_variation_description','24\" x 36\"'),(23483,6736,'_sku',''),(23484,6736,'_thumbnail_id','0'),(23485,6736,'_virtual','no'),(23486,6736,'_downloadable','no'),(23487,6736,'_weight',''),(23488,6736,'_length',''),(23489,6736,'_width',''),(23490,6736,'_height',''),(23491,6736,'_manage_stock','no'),(23492,6736,'_regular_price','500.00'),(23493,6736,'_sale_price',''),(23494,6736,'_sale_price_dates_from',''),(23495,6736,'_sale_price_dates_to',''),(23496,6736,'_price','500.00'),(23497,6736,'_download_limit',''),(23498,6736,'_download_expiry',''),(23499,6736,'_downloadable_files',''),(23500,6736,'_variation_description','30\" x 45\"'),(23503,6745,'_sku',''),(23504,6745,'_thumbnail_id','0'),(23505,6745,'_virtual','no'),(23506,6745,'_downloadable','no'),(23507,6745,'_weight',''),(23508,6745,'_length',''),(23509,6745,'_width',''),(23510,6745,'_height',''),(23511,6745,'_manage_stock','no'),(23512,6745,'_regular_price','175'),(23513,6745,'_sale_price',''),(23514,6745,'_sale_price_dates_from',''),(23515,6745,'_sale_price_dates_to',''),(23516,6745,'_price','175'),(23517,6745,'_download_limit',''),(23518,6745,'_download_expiry',''),(23519,6745,'_downloadable_files',''),(23520,6745,'_variation_description','12\" x 18\"'),(23521,6744,'_sku',''),(23522,6744,'_thumbnail_id','0'),(23523,6744,'_virtual','no'),(23524,6744,'_downloadable','no'),(23525,6744,'_weight',''),(23526,6744,'_length',''),(23527,6744,'_width',''),(23528,6744,'_height',''),(23529,6744,'_manage_stock','no'),(23530,6744,'_regular_price','240.00'),(23531,6744,'_sale_price',''),(23532,6744,'_sale_price_dates_from',''),(23533,6744,'_sale_price_dates_to',''),(23534,6744,'_price','240.00'),(23535,6744,'_download_limit',''),(23536,6744,'_download_expiry',''),(23537,6744,'_downloadable_files',''),(23538,6744,'_variation_description','16\" x 24\"'),(23539,6743,'_sku',''),(23540,6743,'_thumbnail_id','0'),(23541,6743,'_virtual','no'),(23542,6743,'_downloadable','no'),(23543,6743,'_weight',''),(23544,6743,'_length',''),(23545,6743,'_width',''),(23546,6743,'_height',''),(23547,6743,'_manage_stock','no'),(23548,6743,'_regular_price','300.00'),(23549,6743,'_sale_price',''),(23550,6743,'_sale_price_dates_from',''),(23551,6743,'_sale_price_dates_to',''),(23552,6743,'_price','300.00'),(23553,6743,'_download_limit',''),(23554,6743,'_download_expiry',''),(23555,6743,'_downloadable_files',''),(23556,6743,'_variation_description','20\" x 30\"'),(23557,6742,'_sku',''),(23558,6742,'_thumbnail_id','0'),(23559,6742,'_virtual','no'),(23560,6742,'_downloadable','no'),(23561,6742,'_weight',''),(23562,6742,'_length',''),(23563,6742,'_width',''),(23564,6742,'_height',''),(23565,6742,'_manage_stock','no'),(23566,6742,'_regular_price','400.00'),(23567,6742,'_sale_price',''),(23568,6742,'_sale_price_dates_from',''),(23569,6742,'_sale_price_dates_to',''),(23570,6742,'_price','400.00'),(23571,6742,'_download_limit',''),(23572,6742,'_download_expiry',''),(23573,6742,'_downloadable_files',''),(23574,6742,'_variation_description','24\" x 36\"'),(23575,6741,'_sku',''),(23576,6741,'_thumbnail_id','0'),(23577,6741,'_virtual','no'),(23578,6741,'_downloadable','no'),(23579,6741,'_weight',''),(23580,6741,'_length',''),(23581,6741,'_width',''),(23582,6741,'_height',''),(23583,6741,'_manage_stock','no'),(23584,6741,'_regular_price','500.00'),(23585,6741,'_sale_price',''),(23586,6741,'_sale_price_dates_from',''),(23587,6741,'_sale_price_dates_to',''),(23588,6741,'_price','500.00'),(23589,6741,'_download_limit',''),(23590,6741,'_download_expiry',''),(23591,6741,'_downloadable_files',''),(23592,6741,'_variation_description','30\" x 45\"'),(23601,6052,'_edit_lock','1487562424:1'),(23602,5994,'_edit_lock','1487562217:1'),(23603,5892,'_edit_lock','1487562407:1'),(23604,6746,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23605,6746,'attribute_pa_photo-prints','e'),(23606,6746,'_stock_status','instock'),(23607,6747,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23608,6747,'attribute_pa_photo-prints','d'),(23609,6747,'_stock_status','instock'),(23610,6748,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23611,6748,'attribute_pa_photo-prints','c'),(23612,6748,'_stock_status','instock'),(23613,6749,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23614,6749,'attribute_pa_photo-prints','b'),(23615,6749,'_stock_status','instock'),(23616,6750,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23617,6750,'attribute_pa_photo-prints','a'),(23618,6750,'_stock_status','instock'),(23619,6751,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23620,6751,'attribute_pa_photo-prints','e'),(23621,6751,'_stock_status','instock'),(23622,6752,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23623,6752,'attribute_pa_photo-prints','d'),(23624,6752,'_stock_status','instock'),(23625,6753,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23626,6753,'attribute_pa_photo-prints','c'),(23627,6753,'_stock_status','instock'),(23628,6754,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23629,6754,'attribute_pa_photo-prints','b'),(23630,6754,'_stock_status','instock'),(23631,6755,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23632,6755,'attribute_pa_photo-prints','a'),(23633,6755,'_stock_status','instock'),(23634,6750,'_sku',''),(23635,6750,'_thumbnail_id','0'),(23636,6750,'_virtual','no'),(23637,6750,'_downloadable','no'),(23638,6750,'_weight',''),(23639,6750,'_length',''),(23640,6750,'_width',''),(23641,6750,'_height',''),(23642,6750,'_manage_stock','no'),(23643,6750,'_regular_price','175'),(23644,6750,'_sale_price',''),(23645,6750,'_sale_price_dates_from',''),(23646,6750,'_sale_price_dates_to',''),(23647,6750,'_price','175'),(23648,6750,'_download_limit',''),(23649,6750,'_download_expiry',''),(23650,6750,'_downloadable_files',''),(23651,6750,'_variation_description','12\" x 18\"'),(23652,6749,'_sku',''),(23653,6749,'_thumbnail_id','0'),(23654,6749,'_virtual','no'),(23655,6749,'_downloadable','no'),(23656,6749,'_weight',''),(23657,6749,'_length',''),(23658,6749,'_width',''),(23659,6749,'_height',''),(23660,6749,'_manage_stock','no'),(23661,6749,'_regular_price','240.00'),(23662,6749,'_sale_price',''),(23663,6749,'_sale_price_dates_from',''),(23664,6749,'_sale_price_dates_to',''),(23665,6749,'_price','240.00'),(23666,6749,'_download_limit',''),(23667,6749,'_download_expiry',''),(23668,6749,'_downloadable_files',''),(23669,6749,'_variation_description','16\" x 24\"'),(23670,6748,'_sku',''),(23671,6748,'_thumbnail_id','0'),(23672,6748,'_virtual','no'),(23673,6748,'_downloadable','no'),(23674,6748,'_weight',''),(23675,6748,'_length',''),(23676,6748,'_width',''),(23677,6748,'_height',''),(23678,6748,'_manage_stock','no'),(23679,6748,'_regular_price','300.00'),(23680,6748,'_sale_price',''),(23681,6748,'_sale_price_dates_from',''),(23682,6748,'_sale_price_dates_to',''),(23683,6748,'_price','300.00'),(23684,6748,'_download_limit',''),(23685,6748,'_download_expiry',''),(23686,6748,'_downloadable_files',''),(23687,6748,'_variation_description','20\" x 30\"'),(23688,6747,'_sku',''),(23689,6747,'_thumbnail_id','0'),(23690,6747,'_virtual','no'),(23691,6747,'_downloadable','no'),(23692,6747,'_weight',''),(23693,6747,'_length',''),(23694,6747,'_width',''),(23695,6747,'_height',''),(23696,6747,'_manage_stock','no'),(23697,6747,'_regular_price','400.00'),(23698,6747,'_sale_price',''),(23699,6747,'_sale_price_dates_from',''),(23700,6747,'_sale_price_dates_to',''),(23701,6747,'_price','400.00'),(23702,6747,'_download_limit',''),(23703,6747,'_download_expiry',''),(23704,6747,'_downloadable_files',''),(23705,6747,'_variation_description','24\" x 36\"'),(23706,6746,'_sku',''),(23707,6746,'_thumbnail_id','0'),(23708,6746,'_virtual','no'),(23709,6746,'_downloadable','no'),(23710,6746,'_weight',''),(23711,6746,'_length',''),(23712,6746,'_width',''),(23713,6746,'_height',''),(23714,6746,'_manage_stock','no'),(23715,6746,'_regular_price','500.00'),(23716,6746,'_sale_price',''),(23717,6746,'_sale_price_dates_from',''),(23718,6746,'_sale_price_dates_to',''),(23719,6746,'_price','500.00'),(23720,6746,'_download_limit',''),(23721,6746,'_download_expiry',''),(23722,6746,'_downloadable_files',''),(23723,6746,'_variation_description','30\" x 45\"'),(23726,6755,'_sku',''),(23727,6755,'_thumbnail_id','0'),(23728,6755,'_virtual','no'),(23729,6755,'_downloadable','no'),(23730,6755,'_weight',''),(23731,6755,'_length',''),(23732,6755,'_width',''),(23733,6755,'_height',''),(23734,6755,'_manage_stock','no'),(23735,6755,'_regular_price','175'),(23736,6755,'_sale_price',''),(23737,6755,'_sale_price_dates_from',''),(23738,6755,'_sale_price_dates_to',''),(23739,6755,'_price','175'),(23740,6755,'_download_limit',''),(23741,6755,'_download_expiry',''),(23742,6755,'_downloadable_files',''),(23743,6755,'_variation_description','12\" x 18\"'),(23744,6754,'_sku',''),(23745,6754,'_thumbnail_id','0'),(23746,6754,'_virtual','no'),(23747,6754,'_downloadable','no'),(23748,6754,'_weight',''),(23749,6754,'_length',''),(23750,6754,'_width',''),(23751,6754,'_height',''),(23752,6754,'_manage_stock','no'),(23753,6754,'_regular_price','240.00'),(23754,6754,'_sale_price',''),(23755,6754,'_sale_price_dates_from',''),(23756,6754,'_sale_price_dates_to',''),(23757,6754,'_price','240.00'),(23758,6754,'_download_limit',''),(23759,6754,'_download_expiry',''),(23760,6754,'_downloadable_files',''),(23761,6754,'_variation_description','16\" x 24\"'),(23762,6753,'_sku',''),(23763,6753,'_thumbnail_id','0'),(23764,6753,'_virtual','no'),(23765,6753,'_downloadable','no'),(23766,6753,'_weight',''),(23767,6753,'_length',''),(23768,6753,'_width',''),(23769,6753,'_height',''),(23770,6753,'_manage_stock','no'),(23771,6753,'_regular_price','300.00'),(23772,6753,'_sale_price',''),(23773,6753,'_sale_price_dates_from',''),(23774,6753,'_sale_price_dates_to',''),(23775,6753,'_price','300.00'),(23776,6753,'_download_limit',''),(23777,6753,'_download_expiry',''),(23778,6753,'_downloadable_files',''),(23779,6753,'_variation_description','20\" x 30\"'),(23780,6752,'_sku',''),(23781,6752,'_thumbnail_id','0'),(23782,6752,'_virtual','no'),(23783,6752,'_downloadable','no'),(23784,6752,'_weight',''),(23785,6752,'_length',''),(23786,6752,'_width',''),(23787,6752,'_height',''),(23788,6752,'_manage_stock','no'),(23789,6752,'_regular_price','400.00'),(23790,6752,'_sale_price',''),(23791,6752,'_sale_price_dates_from',''),(23792,6752,'_sale_price_dates_to',''),(23793,6752,'_price','400.00'),(23794,6752,'_download_limit',''),(23795,6752,'_download_expiry',''),(23796,6752,'_downloadable_files',''),(23797,6752,'_variation_description','24\" x 36\"'),(23798,6751,'_sku',''),(23799,6751,'_thumbnail_id','0'),(23800,6751,'_virtual','no'),(23801,6751,'_downloadable','no'),(23802,6751,'_weight',''),(23803,6751,'_length',''),(23804,6751,'_width',''),(23805,6751,'_height',''),(23806,6751,'_manage_stock','no'),(23807,6751,'_regular_price','500.00'),(23808,6751,'_sale_price',''),(23809,6751,'_sale_price_dates_from',''),(23810,6751,'_sale_price_dates_to',''),(23811,6751,'_price','500.00'),(23812,6751,'_download_limit',''),(23813,6751,'_download_expiry',''),(23814,6751,'_downloadable_files',''),(23815,6751,'_variation_description','30\" x 45\"'),(23820,6756,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23821,6756,'attribute_pa_photo-prints','c'),(23822,6756,'_stock_status','instock'),(23823,6757,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23824,6757,'attribute_pa_photo-prints','b'),(23825,6757,'_stock_status','instock'),(23826,6758,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23827,6758,'attribute_pa_photo-prints','a'),(23828,6758,'_stock_status','instock'),(23829,6758,'_sku',''),(23830,6758,'_thumbnail_id','0'),(23831,6758,'_virtual','no'),(23832,6758,'_downloadable','no'),(23833,6758,'_weight',''),(23834,6758,'_length',''),(23835,6758,'_width',''),(23836,6758,'_height',''),(23837,6758,'_manage_stock','no'),(23838,6758,'_regular_price','150'),(23839,6758,'_sale_price',''),(23840,6758,'_sale_price_dates_from',''),(23841,6758,'_sale_price_dates_to',''),(23842,6758,'_price','150'),(23843,6758,'_download_limit',''),(23844,6758,'_download_expiry',''),(23845,6758,'_downloadable_files',''),(23846,6758,'_variation_description','12\" x 15\"'),(23847,6757,'_sku',''),(23848,6757,'_thumbnail_id','0'),(23849,6757,'_virtual','no'),(23850,6757,'_downloadable','no'),(23851,6757,'_weight',''),(23852,6757,'_length',''),(23853,6757,'_width',''),(23854,6757,'_height',''),(23855,6757,'_manage_stock','no'),(23856,6757,'_regular_price','240.00'),(23857,6757,'_sale_price',''),(23858,6757,'_sale_price_dates_from',''),(23859,6757,'_sale_price_dates_to',''),(23860,6757,'_price','240.00'),(23861,6757,'_download_limit',''),(23862,6757,'_download_expiry',''),(23863,6757,'_downloadable_files',''),(23864,6757,'_variation_description','16\" x 24\"'),(23865,6756,'_sku',''),(23866,6756,'_thumbnail_id','0'),(23867,6756,'_virtual','no'),(23868,6756,'_downloadable','no'),(23869,6756,'_weight',''),(23870,6756,'_length',''),(23871,6756,'_width',''),(23872,6756,'_height',''),(23873,6756,'_manage_stock','no'),(23874,6756,'_regular_price','300.00'),(23875,6756,'_sale_price',''),(23876,6756,'_sale_price_dates_from',''),(23877,6756,'_sale_price_dates_to',''),(23878,6756,'_price','300.00'),(23879,6756,'_download_limit',''),(23880,6756,'_download_expiry',''),(23881,6756,'_downloadable_files',''),(23882,6756,'_variation_description','20\" x 30\"'),(23889,6759,'_wp_attached_file','2017/02/Hawksbill-Turtle-2-6-13_4x5-1-1.png'),(23890,6759,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:43:\"2017/02/Hawksbill-Turtle-2-6-13_4x5-1-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Hawksbill-Turtle-2-6-13_4x5-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Hawksbill-Turtle-2-6-13_4x5-1-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Hawksbill-Turtle-2-6-13_4x5-1-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Hawksbill-Turtle-2-6-13_4x5-1-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"Hawksbill-Turtle-2-6-13_4x5-1-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Hawksbill-Turtle-2-6-13_4x5-1-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Hawksbill-Turtle-2-6-13_4x5-1-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:44:\"Hawksbill-Turtle-2-6-13_4x5-1-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:41:\"Hawksbill-Turtle-2-6-13_4x5-1-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:43:\"Hawksbill-Turtle-2-6-13_4x5-1-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"Hawksbill-Turtle-2-6-13_4x5-1-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:43:\"Hawksbill-Turtle-2-6-13_4x5-1-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23895,6001,'_edit_lock','1487562874:1'),(23896,6016,'_edit_lock','1487562785:1'),(23897,6009,'_edit_lock','1487562850:1'),(23898,6760,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23899,6760,'attribute_pa_photo-prints','e'),(23900,6760,'_stock_status','instock'),(23901,6761,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23902,6761,'attribute_pa_photo-prints','d'),(23903,6761,'_stock_status','instock'),(23904,6762,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23905,6762,'attribute_pa_photo-prints','c'),(23906,6762,'_stock_status','instock'),(23907,6763,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23908,6763,'attribute_pa_photo-prints','b'),(23909,6763,'_stock_status','instock'),(23910,6764,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23911,6764,'attribute_pa_photo-prints','a'),(23912,6764,'_stock_status','instock'),(23913,6765,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23914,6765,'attribute_pa_photo-prints','e'),(23915,6765,'_stock_status','instock'),(23916,6766,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23917,6766,'attribute_pa_photo-prints','d'),(23918,6766,'_stock_status','instock'),(23919,6767,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23920,6767,'attribute_pa_photo-prints','c'),(23921,6767,'_stock_status','instock'),(23922,6768,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23923,6768,'attribute_pa_photo-prints','b'),(23924,6768,'_stock_status','instock'),(23925,6769,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23926,6769,'attribute_pa_photo-prints','a'),(23927,6769,'_stock_status','instock'),(23928,6770,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23929,6770,'attribute_pa_photo-prints','e'),(23930,6770,'_stock_status','instock'),(23931,6771,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23932,6771,'attribute_pa_photo-prints','d'),(23933,6771,'_stock_status','instock'),(23934,6772,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23935,6772,'attribute_pa_photo-prints','c'),(23936,6772,'_stock_status','instock'),(23937,6773,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23938,6773,'attribute_pa_photo-prints','b'),(23939,6773,'_stock_status','instock'),(23940,6774,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23941,6774,'attribute_pa_photo-prints','a'),(23942,6774,'_stock_status','instock'),(23943,6769,'_sku',''),(23944,6769,'_thumbnail_id','0'),(23945,6769,'_virtual','no'),(23946,6769,'_downloadable','no'),(23947,6769,'_weight',''),(23948,6769,'_length',''),(23949,6769,'_width',''),(23950,6769,'_height',''),(23951,6769,'_manage_stock','no'),(23952,6769,'_regular_price','175'),(23953,6769,'_sale_price',''),(23954,6769,'_sale_price_dates_from',''),(23955,6769,'_sale_price_dates_to',''),(23956,6769,'_price','175'),(23957,6769,'_download_limit',''),(23958,6769,'_download_expiry',''),(23959,6769,'_downloadable_files',''),(23960,6769,'_variation_description','12\" x 18\"'),(23961,6768,'_sku',''),(23962,6768,'_thumbnail_id','0'),(23963,6768,'_virtual','no'),(23964,6768,'_downloadable','no'),(23965,6768,'_weight',''),(23966,6768,'_length',''),(23967,6768,'_width',''),(23968,6768,'_height',''),(23969,6768,'_manage_stock','no'),(23970,6768,'_regular_price','240.00'),(23971,6768,'_sale_price',''),(23972,6768,'_sale_price_dates_from',''),(23973,6768,'_sale_price_dates_to',''),(23974,6768,'_price','240.00'),(23975,6768,'_download_limit',''),(23976,6768,'_download_expiry',''),(23977,6768,'_downloadable_files',''),(23978,6768,'_variation_description','16\" x 24\"'),(23979,6767,'_sku',''),(23980,6767,'_thumbnail_id','0'),(23981,6767,'_virtual','no'),(23982,6767,'_downloadable','no'),(23983,6767,'_weight',''),(23984,6767,'_length',''),(23985,6767,'_width',''),(23986,6767,'_height',''),(23987,6767,'_manage_stock','no'),(23988,6767,'_regular_price','300.00'),(23989,6767,'_sale_price',''),(23990,6767,'_sale_price_dates_from',''),(23991,6767,'_sale_price_dates_to',''),(23992,6767,'_price','300.00'),(23993,6767,'_download_limit',''),(23994,6767,'_download_expiry',''),(23995,6767,'_downloadable_files',''),(23996,6767,'_variation_description','20\" x 30\"'),(23997,6766,'_sku',''),(23998,6766,'_thumbnail_id','0'),(23999,6766,'_virtual','no'),(24000,6766,'_downloadable','no'),(24001,6766,'_weight',''),(24002,6766,'_length',''),(24003,6766,'_width',''),(24004,6766,'_height',''),(24005,6766,'_manage_stock','no'),(24006,6766,'_regular_price','400.00'),(24007,6766,'_sale_price',''),(24008,6766,'_sale_price_dates_from',''),(24009,6766,'_sale_price_dates_to',''),(24010,6766,'_price','400.00'),(24011,6766,'_download_limit',''),(24012,6766,'_download_expiry',''),(24013,6766,'_downloadable_files',''),(24014,6766,'_variation_description','24\" x 36\"'),(24015,6765,'_sku',''),(24016,6765,'_thumbnail_id','0'),(24017,6765,'_virtual','no'),(24018,6765,'_downloadable','no'),(24019,6765,'_weight',''),(24020,6765,'_length',''),(24021,6765,'_width',''),(24022,6765,'_height',''),(24023,6765,'_manage_stock','no'),(24024,6765,'_regular_price','500.00'),(24025,6765,'_sale_price',''),(24026,6765,'_sale_price_dates_from',''),(24027,6765,'_sale_price_dates_to',''),(24028,6765,'_price','500.00'),(24029,6765,'_download_limit',''),(24030,6765,'_download_expiry',''),(24031,6765,'_downloadable_files',''),(24032,6765,'_variation_description','30\" x 45\"'),(24035,6764,'_sku',''),(24036,6764,'_thumbnail_id','0'),(24037,6764,'_virtual','no'),(24038,6764,'_downloadable','no'),(24039,6764,'_weight',''),(24040,6764,'_length',''),(24041,6764,'_width',''),(24042,6764,'_height',''),(24043,6764,'_manage_stock','no'),(24044,6764,'_regular_price','175'),(24045,6764,'_sale_price',''),(24046,6764,'_sale_price_dates_from',''),(24047,6764,'_sale_price_dates_to',''),(24048,6764,'_price','175'),(24049,6764,'_download_limit',''),(24050,6764,'_download_expiry',''),(24051,6764,'_downloadable_files',''),(24052,6764,'_variation_description','12\" x 18\"'),(24053,6763,'_sku',''),(24054,6763,'_thumbnail_id','0'),(24055,6763,'_virtual','no'),(24056,6763,'_downloadable','no'),(24057,6763,'_weight',''),(24058,6763,'_length',''),(24059,6763,'_width',''),(24060,6763,'_height',''),(24061,6763,'_manage_stock','no'),(24062,6763,'_regular_price','240.00'),(24063,6763,'_sale_price',''),(24064,6763,'_sale_price_dates_from',''),(24065,6763,'_sale_price_dates_to',''),(24066,6763,'_price','240.00'),(24067,6763,'_download_limit',''),(24068,6763,'_download_expiry',''),(24069,6763,'_downloadable_files',''),(24070,6763,'_variation_description','16\" x 24\"'),(24071,6762,'_sku',''),(24072,6762,'_thumbnail_id','0'),(24073,6762,'_virtual','no'),(24074,6762,'_downloadable','no'),(24075,6762,'_weight',''),(24076,6762,'_length',''),(24077,6762,'_width',''),(24078,6762,'_height',''),(24079,6762,'_manage_stock','no'),(24080,6762,'_regular_price','300.00'),(24081,6762,'_sale_price',''),(24082,6762,'_sale_price_dates_from',''),(24083,6762,'_sale_price_dates_to',''),(24084,6762,'_price','300.00'),(24085,6762,'_download_limit',''),(24086,6762,'_download_expiry',''),(24087,6762,'_downloadable_files',''),(24088,6762,'_variation_description','20\" x 30\"'),(24089,6761,'_sku',''),(24090,6761,'_thumbnail_id','0'),(24091,6761,'_virtual','no'),(24092,6761,'_downloadable','no'),(24093,6761,'_weight',''),(24094,6761,'_length',''),(24095,6761,'_width',''),(24096,6761,'_height',''),(24097,6761,'_manage_stock','no'),(24098,6761,'_regular_price','400.00'),(24099,6761,'_sale_price',''),(24100,6761,'_sale_price_dates_from',''),(24101,6761,'_sale_price_dates_to',''),(24102,6761,'_price','400.00'),(24103,6761,'_download_limit',''),(24104,6761,'_download_expiry',''),(24105,6761,'_downloadable_files',''),(24106,6761,'_variation_description','24\" x 36\"'),(24107,6760,'_sku',''),(24108,6760,'_thumbnail_id','0'),(24109,6760,'_virtual','no'),(24110,6760,'_downloadable','no'),(24111,6760,'_weight',''),(24112,6760,'_length',''),(24113,6760,'_width',''),(24114,6760,'_height',''),(24115,6760,'_manage_stock','no'),(24116,6760,'_regular_price','500.00'),(24117,6760,'_sale_price',''),(24118,6760,'_sale_price_dates_from',''),(24119,6760,'_sale_price_dates_to',''),(24120,6760,'_price','500.00'),(24121,6760,'_download_limit',''),(24122,6760,'_download_expiry',''),(24123,6760,'_downloadable_files',''),(24124,6760,'_variation_description','30\" x 45\"'),(24127,6774,'_sku',''),(24128,6774,'_thumbnail_id','0'),(24129,6774,'_virtual','no'),(24130,6774,'_downloadable','no'),(24131,6774,'_weight',''),(24132,6774,'_length',''),(24133,6774,'_width',''),(24134,6774,'_height',''),(24135,6774,'_manage_stock','no'),(24136,6774,'_regular_price','175'),(24137,6774,'_sale_price',''),(24138,6774,'_sale_price_dates_from',''),(24139,6774,'_sale_price_dates_to',''),(24140,6774,'_price','175'),(24141,6774,'_download_limit',''),(24142,6774,'_download_expiry',''),(24143,6774,'_downloadable_files',''),(24144,6774,'_variation_description','12\" x 18\"'),(24145,6773,'_sku',''),(24146,6773,'_thumbnail_id','0'),(24147,6773,'_virtual','no'),(24148,6773,'_downloadable','no'),(24149,6773,'_weight',''),(24150,6773,'_length',''),(24151,6773,'_width',''),(24152,6773,'_height',''),(24153,6773,'_manage_stock','no'),(24154,6773,'_regular_price','240.00'),(24155,6773,'_sale_price',''),(24156,6773,'_sale_price_dates_from',''),(24157,6773,'_sale_price_dates_to',''),(24158,6773,'_price','240.00'),(24159,6773,'_download_limit',''),(24160,6773,'_download_expiry',''),(24161,6773,'_downloadable_files',''),(24162,6773,'_variation_description','16\" x 24\"'),(24163,6772,'_sku',''),(24164,6772,'_thumbnail_id','0'),(24165,6772,'_virtual','no'),(24166,6772,'_downloadable','no'),(24167,6772,'_weight',''),(24168,6772,'_length',''),(24169,6772,'_width',''),(24170,6772,'_height',''),(24171,6772,'_manage_stock','no'),(24172,6772,'_regular_price','300.00'),(24173,6772,'_sale_price',''),(24174,6772,'_sale_price_dates_from',''),(24175,6772,'_sale_price_dates_to',''),(24176,6772,'_price','300.00'),(24177,6772,'_download_limit',''),(24178,6772,'_download_expiry',''),(24179,6772,'_downloadable_files',''),(24180,6772,'_variation_description','20\" x 30\"'),(24181,6771,'_sku',''),(24182,6771,'_thumbnail_id','0'),(24183,6771,'_virtual','no'),(24184,6771,'_downloadable','no'),(24185,6771,'_weight',''),(24186,6771,'_length',''),(24187,6771,'_width',''),(24188,6771,'_height',''),(24189,6771,'_manage_stock','no'),(24190,6771,'_regular_price','400.00'),(24191,6771,'_sale_price',''),(24192,6771,'_sale_price_dates_from',''),(24193,6771,'_sale_price_dates_to',''),(24194,6771,'_price','400.00'),(24195,6771,'_download_limit',''),(24196,6771,'_download_expiry',''),(24197,6771,'_downloadable_files',''),(24198,6771,'_variation_description','24\" x 36\"'),(24199,6770,'_sku',''),(24200,6770,'_thumbnail_id','0'),(24201,6770,'_virtual','no'),(24202,6770,'_downloadable','no'),(24203,6770,'_weight',''),(24204,6770,'_length',''),(24205,6770,'_width',''),(24206,6770,'_height',''),(24207,6770,'_manage_stock','no'),(24208,6770,'_regular_price','500.00'),(24209,6770,'_sale_price',''),(24210,6770,'_sale_price_dates_from',''),(24211,6770,'_sale_price_dates_to',''),(24212,6770,'_price','500.00'),(24213,6770,'_download_limit',''),(24214,6770,'_download_expiry',''),(24215,6770,'_downloadable_files',''),(24216,6770,'_variation_description','30\" x 45\"'),(24227,6023,'_edit_lock','1487563256:1'),(24228,5907,'_edit_lock','1589772160:3'),(24229,6030,'_edit_lock','1487563212:1'),(24230,6775,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24231,6775,'attribute_pa_photo-prints','c'),(24232,6775,'_stock_status','instock'),(24233,6776,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24234,6776,'attribute_pa_photo-prints','b'),(24235,6776,'_stock_status','instock'),(24236,6777,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24237,6777,'attribute_pa_photo-prints','a'),(24238,6777,'_stock_status','instock'),(24239,6778,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24240,6778,'attribute_pa_photo-prints','e'),(24241,6778,'_stock_status','instock'),(24242,6779,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24243,6779,'attribute_pa_photo-prints','d'),(24244,6779,'_stock_status','instock'),(24245,6780,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24246,6780,'attribute_pa_photo-prints','c'),(24247,6780,'_stock_status','instock'),(24248,6781,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24249,6781,'attribute_pa_photo-prints','b'),(24250,6781,'_stock_status','instock'),(24251,6782,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24252,6782,'attribute_pa_photo-prints','a'),(24253,6782,'_stock_status','instock'),(24254,6783,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24255,6783,'attribute_pa_photo-prints','e'),(24256,6783,'_stock_status','instock'),(24257,6784,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24258,6784,'attribute_pa_photo-prints','d'),(24259,6784,'_stock_status','instock'),(24260,6785,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24261,6785,'attribute_pa_photo-prints','c'),(24262,6785,'_stock_status','instock'),(24263,6786,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24264,6786,'attribute_pa_photo-prints','b'),(24265,6786,'_stock_status','instock'),(24266,6787,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24267,6787,'attribute_pa_photo-prints','a'),(24268,6787,'_stock_status','instock'),(24269,6788,'_wp_attached_file','2017/02/Hawksbill-Turtle-Sitting-6-13_4x5-1.png'),(24270,6788,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"file\";s:47:\"2017/02/Hawksbill-Turtle-Sitting-6-13_4x5-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Hawksbill-Turtle-Sitting-6-13_4x5-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Hawksbill-Turtle-Sitting-6-13_4x5-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Hawksbill-Turtle-Sitting-6-13_4x5-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Hawksbill-Turtle-Sitting-6-13_4x5-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:47:\"Hawksbill-Turtle-Sitting-6-13_4x5-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:49:\"Hawksbill-Turtle-Sitting-6-13_4x5-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:49:\"Hawksbill-Turtle-Sitting-6-13_4x5-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:48:\"Hawksbill-Turtle-Sitting-6-13_4x5-1-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:45:\"Hawksbill-Turtle-Sitting-6-13_4x5-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:47:\"Hawksbill-Turtle-Sitting-6-13_4x5-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:45:\"Hawksbill-Turtle-Sitting-6-13_4x5-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:47:\"Hawksbill-Turtle-Sitting-6-13_4x5-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24271,6782,'_sku',''),(24272,6782,'_thumbnail_id','0'),(24273,6782,'_virtual','no'),(24274,6782,'_downloadable','no'),(24275,6782,'_weight',''),(24276,6782,'_length',''),(24277,6782,'_width',''),(24278,6782,'_height',''),(24279,6782,'_manage_stock','no'),(24280,6782,'_regular_price','175'),(24281,6782,'_sale_price',''),(24282,6782,'_sale_price_dates_from',''),(24283,6782,'_sale_price_dates_to',''),(24284,6782,'_price','175'),(24285,6782,'_download_limit',''),(24286,6782,'_download_expiry',''),(24287,6782,'_downloadable_files',''),(24288,6782,'_variation_description','12\" x 18\"'),(24289,6781,'_sku',''),(24290,6781,'_thumbnail_id','0'),(24291,6781,'_virtual','no'),(24292,6781,'_downloadable','no'),(24293,6781,'_weight',''),(24294,6781,'_length',''),(24295,6781,'_width',''),(24296,6781,'_height',''),(24297,6781,'_manage_stock','no'),(24298,6781,'_regular_price','240.00'),(24299,6781,'_sale_price',''),(24300,6781,'_sale_price_dates_from',''),(24301,6781,'_sale_price_dates_to',''),(24302,6781,'_price','240.00'),(24303,6781,'_download_limit',''),(24304,6781,'_download_expiry',''),(24305,6781,'_downloadable_files',''),(24306,6781,'_variation_description','16\" x 24\"'),(24307,6780,'_sku',''),(24308,6780,'_thumbnail_id','0'),(24309,6780,'_virtual','no'),(24310,6780,'_downloadable','no'),(24311,6780,'_weight',''),(24312,6780,'_length',''),(24313,6780,'_width',''),(24314,6780,'_height',''),(24315,6780,'_manage_stock','no'),(24316,6780,'_regular_price','300.00'),(24317,6780,'_sale_price',''),(24318,6780,'_sale_price_dates_from',''),(24319,6780,'_sale_price_dates_to',''),(24320,6780,'_price','300.00'),(24321,6780,'_download_limit',''),(24322,6780,'_download_expiry',''),(24323,6780,'_downloadable_files',''),(24324,6780,'_variation_description','20\" x 30\"'),(24325,6779,'_sku',''),(24326,6779,'_thumbnail_id','0'),(24327,6779,'_virtual','no'),(24328,6779,'_downloadable','no'),(24329,6779,'_weight',''),(24330,6779,'_length',''),(24331,6779,'_width',''),(24332,6779,'_height',''),(24333,6779,'_manage_stock','no'),(24334,6779,'_regular_price','400.00'),(24335,6779,'_sale_price',''),(24336,6779,'_sale_price_dates_from',''),(24337,6779,'_sale_price_dates_to',''),(24338,6779,'_price','400.00'),(24339,6779,'_download_limit',''),(24340,6779,'_download_expiry',''),(24341,6779,'_downloadable_files',''),(24342,6779,'_variation_description','24\" x 36\"'),(24343,6778,'_sku',''),(24344,6778,'_thumbnail_id','0'),(24345,6778,'_virtual','no'),(24346,6778,'_downloadable','no'),(24347,6778,'_weight',''),(24348,6778,'_length',''),(24349,6778,'_width',''),(24350,6778,'_height',''),(24351,6778,'_manage_stock','no'),(24352,6778,'_regular_price','500.00'),(24353,6778,'_sale_price',''),(24354,6778,'_sale_price_dates_from',''),(24355,6778,'_sale_price_dates_to',''),(24356,6778,'_price','500.00'),(24357,6778,'_download_limit',''),(24358,6778,'_download_expiry',''),(24359,6778,'_downloadable_files',''),(24360,6778,'_variation_description','30\" x 45\"'),(24363,6787,'_sku',''),(24364,6787,'_thumbnail_id','0'),(24365,6787,'_virtual','no'),(24366,6787,'_downloadable','no'),(24367,6787,'_weight',''),(24368,6787,'_length',''),(24369,6787,'_width',''),(24370,6787,'_height',''),(24371,6787,'_manage_stock','no'),(24372,6787,'_regular_price','175'),(24373,6787,'_sale_price',''),(24374,6787,'_sale_price_dates_from',''),(24375,6787,'_sale_price_dates_to',''),(24376,6787,'_price','175'),(24377,6787,'_download_limit',''),(24378,6787,'_download_expiry',''),(24379,6787,'_downloadable_files',''),(24380,6787,'_variation_description','12\" x 18\"'),(24381,6786,'_sku',''),(24382,6786,'_thumbnail_id','0'),(24383,6786,'_virtual','no'),(24384,6786,'_downloadable','no'),(24385,6786,'_weight',''),(24386,6786,'_length',''),(24387,6786,'_width',''),(24388,6786,'_height',''),(24389,6786,'_manage_stock','no'),(24390,6786,'_regular_price','240.00'),(24391,6786,'_sale_price',''),(24392,6786,'_sale_price_dates_from',''),(24393,6786,'_sale_price_dates_to',''),(24394,6786,'_price','240.00'),(24395,6786,'_download_limit',''),(24396,6786,'_download_expiry',''),(24397,6786,'_downloadable_files',''),(24398,6786,'_variation_description','16\" x 24\"'),(24399,6785,'_sku',''),(24400,6785,'_thumbnail_id','0'),(24401,6785,'_virtual','no'),(24402,6785,'_downloadable','no'),(24403,6785,'_weight',''),(24404,6785,'_length',''),(24405,6785,'_width',''),(24406,6785,'_height',''),(24407,6785,'_manage_stock','no'),(24408,6785,'_regular_price','300.00'),(24409,6785,'_sale_price',''),(24410,6785,'_sale_price_dates_from',''),(24411,6785,'_sale_price_dates_to',''),(24412,6785,'_price','300.00'),(24413,6785,'_download_limit',''),(24414,6785,'_download_expiry',''),(24415,6785,'_downloadable_files',''),(24416,6785,'_variation_description','20\" x 30\"'),(24417,6784,'_sku',''),(24418,6784,'_thumbnail_id','0'),(24419,6784,'_virtual','no'),(24420,6784,'_downloadable','no'),(24421,6784,'_weight',''),(24422,6784,'_length',''),(24423,6784,'_width',''),(24424,6784,'_height',''),(24425,6784,'_manage_stock','no'),(24426,6784,'_regular_price','400.00'),(24427,6784,'_sale_price',''),(24428,6784,'_sale_price_dates_from',''),(24429,6784,'_sale_price_dates_to',''),(24430,6784,'_price','400.00'),(24431,6784,'_download_limit',''),(24432,6784,'_download_expiry',''),(24433,6784,'_downloadable_files',''),(24434,6784,'_variation_description','24\" x 36\"'),(24435,6783,'_sku',''),(24436,6783,'_thumbnail_id','0'),(24437,6783,'_virtual','no'),(24438,6783,'_downloadable','no'),(24439,6783,'_weight',''),(24440,6783,'_length',''),(24441,6783,'_width',''),(24442,6783,'_height',''),(24443,6783,'_manage_stock','no'),(24444,6783,'_regular_price','500.00'),(24445,6783,'_sale_price',''),(24446,6783,'_sale_price_dates_from',''),(24447,6783,'_sale_price_dates_to',''),(24448,6783,'_price','500.00'),(24449,6783,'_download_limit',''),(24450,6783,'_download_expiry',''),(24451,6783,'_downloadable_files',''),(24452,6783,'_variation_description','30\" x 45\"'),(24455,6777,'_sku',''),(24456,6777,'_thumbnail_id','0'),(24457,6777,'_virtual','no'),(24458,6777,'_downloadable','no'),(24459,6777,'_weight',''),(24460,6777,'_length',''),(24461,6777,'_width',''),(24462,6777,'_height',''),(24463,6777,'_manage_stock','no'),(24464,6777,'_regular_price','150'),(24465,6777,'_sale_price',''),(24466,6777,'_sale_price_dates_from',''),(24467,6777,'_sale_price_dates_to',''),(24468,6777,'_price','150'),(24469,6777,'_download_limit',''),(24470,6777,'_download_expiry',''),(24471,6777,'_downloadable_files',''),(24472,6777,'_variation_description','12\" x 15\"'),(24473,6776,'_sku',''),(24474,6776,'_thumbnail_id','0'),(24475,6776,'_virtual','no'),(24476,6776,'_downloadable','no'),(24477,6776,'_weight',''),(24478,6776,'_length',''),(24479,6776,'_width',''),(24480,6776,'_height',''),(24481,6776,'_manage_stock','no'),(24482,6776,'_regular_price','240.00'),(24483,6776,'_sale_price',''),(24484,6776,'_sale_price_dates_from',''),(24485,6776,'_sale_price_dates_to',''),(24486,6776,'_price','240.00'),(24487,6776,'_download_limit',''),(24488,6776,'_download_expiry',''),(24489,6776,'_downloadable_files',''),(24490,6776,'_variation_description','16\" x 24\"'),(24491,6775,'_sku',''),(24492,6775,'_thumbnail_id','0'),(24493,6775,'_virtual','no'),(24494,6775,'_downloadable','no'),(24495,6775,'_weight',''),(24496,6775,'_length',''),(24497,6775,'_width',''),(24498,6775,'_height',''),(24499,6775,'_manage_stock','no'),(24500,6775,'_regular_price','300.00'),(24501,6775,'_sale_price',''),(24502,6775,'_sale_price_dates_from',''),(24503,6775,'_sale_price_dates_to',''),(24504,6775,'_price','300.00'),(24505,6775,'_download_limit',''),(24506,6775,'_download_expiry',''),(24507,6775,'_downloadable_files',''),(24508,6775,'_variation_description','20\" x 30\"'),(24519,6042,'_edit_lock','1487563775:1'),(24520,6037,'_edit_lock','1487563726:1'),(24521,6047,'_edit_lock','1487563628:1'),(24522,6789,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24523,6789,'attribute_pa_photo-prints','e'),(24524,6789,'_stock_status','instock'),(24525,6790,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24526,6790,'attribute_pa_photo-prints','d'),(24527,6790,'_stock_status','instock'),(24528,6791,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24529,6791,'attribute_pa_photo-prints','c'),(24530,6791,'_stock_status','instock'),(24531,6792,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24532,6792,'attribute_pa_photo-prints','b'),(24533,6792,'_stock_status','instock'),(24534,6793,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24535,6793,'attribute_pa_photo-prints','a'),(24536,6793,'_stock_status','instock'),(24537,6794,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24538,6794,'attribute_pa_photo-prints','e'),(24539,6794,'_stock_status','instock'),(24540,6795,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24541,6795,'attribute_pa_photo-prints','d'),(24542,6795,'_stock_status','instock'),(24543,6796,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24544,6796,'attribute_pa_photo-prints','c'),(24545,6796,'_stock_status','instock'),(24546,6797,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24547,6797,'attribute_pa_photo-prints','b'),(24548,6797,'_stock_status','instock'),(24549,6798,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24550,6798,'attribute_pa_photo-prints','a'),(24551,6798,'_stock_status','instock'),(24552,6799,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24553,6799,'attribute_pa_photo-prints','e'),(24554,6799,'_stock_status','instock'),(24555,6800,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24556,6800,'attribute_pa_photo-prints','d'),(24557,6800,'_stock_status','instock'),(24558,6801,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24559,6801,'attribute_pa_photo-prints','c'),(24560,6801,'_stock_status','instock'),(24561,6802,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24562,6802,'attribute_pa_photo-prints','b'),(24563,6802,'_stock_status','instock'),(24564,6803,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24565,6803,'attribute_pa_photo-prints','a'),(24566,6803,'_stock_status','instock'),(24567,6793,'_sku',''),(24568,6793,'_thumbnail_id','0'),(24569,6793,'_virtual','no'),(24570,6793,'_downloadable','no'),(24571,6793,'_weight',''),(24572,6793,'_length',''),(24573,6793,'_width',''),(24574,6793,'_height',''),(24575,6793,'_manage_stock','no'),(24576,6793,'_regular_price','175'),(24577,6793,'_sale_price',''),(24578,6793,'_sale_price_dates_from',''),(24579,6793,'_sale_price_dates_to',''),(24580,6793,'_price','175'),(24581,6793,'_download_limit',''),(24582,6793,'_download_expiry',''),(24583,6793,'_downloadable_files',''),(24584,6793,'_variation_description','12\" x 18\"'),(24585,6792,'_sku',''),(24586,6792,'_thumbnail_id','0'),(24587,6792,'_virtual','no'),(24588,6792,'_downloadable','no'),(24589,6792,'_weight',''),(24590,6792,'_length',''),(24591,6792,'_width',''),(24592,6792,'_height',''),(24593,6792,'_manage_stock','no'),(24594,6792,'_regular_price','240.00'),(24595,6792,'_sale_price',''),(24596,6792,'_sale_price_dates_from',''),(24597,6792,'_sale_price_dates_to',''),(24598,6792,'_price','240.00'),(24599,6792,'_download_limit',''),(24600,6792,'_download_expiry',''),(24601,6792,'_downloadable_files',''),(24602,6792,'_variation_description','16\" x 24\"'),(24603,6791,'_sku',''),(24604,6791,'_thumbnail_id','0'),(24605,6791,'_virtual','no'),(24606,6791,'_downloadable','no'),(24607,6791,'_weight',''),(24608,6791,'_length',''),(24609,6791,'_width',''),(24610,6791,'_height',''),(24611,6791,'_manage_stock','no'),(24612,6791,'_regular_price','300.00'),(24613,6791,'_sale_price',''),(24614,6791,'_sale_price_dates_from',''),(24615,6791,'_sale_price_dates_to',''),(24616,6791,'_price','300.00'),(24617,6791,'_download_limit',''),(24618,6791,'_download_expiry',''),(24619,6791,'_downloadable_files',''),(24620,6791,'_variation_description','20\" x 30\"'),(24621,6790,'_sku',''),(24622,6790,'_thumbnail_id','0'),(24623,6790,'_virtual','no'),(24624,6790,'_downloadable','no'),(24625,6790,'_weight',''),(24626,6790,'_length',''),(24627,6790,'_width',''),(24628,6790,'_height',''),(24629,6790,'_manage_stock','no'),(24630,6790,'_regular_price','400.00'),(24631,6790,'_sale_price',''),(24632,6790,'_sale_price_dates_from',''),(24633,6790,'_sale_price_dates_to',''),(24634,6790,'_price','400.00'),(24635,6790,'_download_limit',''),(24636,6790,'_download_expiry',''),(24637,6790,'_downloadable_files',''),(24638,6790,'_variation_description','24\" x 36\"'),(24639,6789,'_sku',''),(24640,6789,'_thumbnail_id','0'),(24641,6789,'_virtual','no'),(24642,6789,'_downloadable','no'),(24643,6789,'_weight',''),(24644,6789,'_length',''),(24645,6789,'_width',''),(24646,6789,'_height',''),(24647,6789,'_manage_stock','no'),(24648,6789,'_regular_price','500.00'),(24649,6789,'_sale_price',''),(24650,6789,'_sale_price_dates_from',''),(24651,6789,'_sale_price_dates_to',''),(24652,6789,'_price','500.00'),(24653,6789,'_download_limit',''),(24654,6789,'_download_expiry',''),(24655,6789,'_downloadable_files',''),(24656,6789,'_variation_description','30\" x 45\"'),(24659,6798,'_sku',''),(24660,6798,'_thumbnail_id','0'),(24661,6798,'_virtual','no'),(24662,6798,'_downloadable','no'),(24663,6798,'_weight',''),(24664,6798,'_length',''),(24665,6798,'_width',''),(24666,6798,'_height',''),(24667,6798,'_manage_stock','no'),(24668,6798,'_regular_price','175'),(24669,6798,'_sale_price',''),(24670,6798,'_sale_price_dates_from',''),(24671,6798,'_sale_price_dates_to',''),(24672,6798,'_price','175'),(24673,6798,'_download_limit',''),(24674,6798,'_download_expiry',''),(24675,6798,'_downloadable_files',''),(24676,6798,'_variation_description','12\" x 18\"'),(24677,6797,'_sku',''),(24678,6797,'_thumbnail_id','0'),(24679,6797,'_virtual','no'),(24680,6797,'_downloadable','no'),(24681,6797,'_weight',''),(24682,6797,'_length',''),(24683,6797,'_width',''),(24684,6797,'_height',''),(24685,6797,'_manage_stock','no'),(24686,6797,'_regular_price','240.00'),(24687,6797,'_sale_price',''),(24688,6797,'_sale_price_dates_from',''),(24689,6797,'_sale_price_dates_to',''),(24690,6797,'_price','240.00'),(24691,6797,'_download_limit',''),(24692,6797,'_download_expiry',''),(24693,6797,'_downloadable_files',''),(24694,6797,'_variation_description','16\" x 24\"'),(24695,6796,'_sku',''),(24696,6796,'_thumbnail_id','0'),(24697,6796,'_virtual','no'),(24698,6796,'_downloadable','no'),(24699,6796,'_weight',''),(24700,6796,'_length',''),(24701,6796,'_width',''),(24702,6796,'_height',''),(24703,6796,'_manage_stock','no'),(24704,6796,'_regular_price','300.00'),(24705,6796,'_sale_price',''),(24706,6796,'_sale_price_dates_from',''),(24707,6796,'_sale_price_dates_to',''),(24708,6796,'_price','300.00'),(24709,6796,'_download_limit',''),(24710,6796,'_download_expiry',''),(24711,6796,'_downloadable_files',''),(24712,6796,'_variation_description','20\" x 30\"'),(24713,6795,'_sku',''),(24714,6795,'_thumbnail_id','0'),(24715,6795,'_virtual','no'),(24716,6795,'_downloadable','no'),(24717,6795,'_weight',''),(24718,6795,'_length',''),(24719,6795,'_width',''),(24720,6795,'_height',''),(24721,6795,'_manage_stock','no'),(24722,6795,'_regular_price','400.00'),(24723,6795,'_sale_price',''),(24724,6795,'_sale_price_dates_from',''),(24725,6795,'_sale_price_dates_to',''),(24726,6795,'_price','400.00'),(24727,6795,'_download_limit',''),(24728,6795,'_download_expiry',''),(24729,6795,'_downloadable_files',''),(24730,6795,'_variation_description','24\" x 36\"'),(24731,6794,'_sku',''),(24732,6794,'_thumbnail_id','0'),(24733,6794,'_virtual','no'),(24734,6794,'_downloadable','no'),(24735,6794,'_weight',''),(24736,6794,'_length',''),(24737,6794,'_width',''),(24738,6794,'_height',''),(24739,6794,'_manage_stock','no'),(24740,6794,'_regular_price','500.00'),(24741,6794,'_sale_price',''),(24742,6794,'_sale_price_dates_from',''),(24743,6794,'_sale_price_dates_to',''),(24744,6794,'_price','500.00'),(24745,6794,'_download_limit',''),(24746,6794,'_download_expiry',''),(24747,6794,'_downloadable_files',''),(24748,6794,'_variation_description','30\" x 45\"'),(24751,6803,'_sku',''),(24752,6803,'_thumbnail_id','0'),(24753,6803,'_virtual','no'),(24754,6803,'_downloadable','no'),(24755,6803,'_weight',''),(24756,6803,'_length',''),(24757,6803,'_width',''),(24758,6803,'_height',''),(24759,6803,'_manage_stock','no'),(24760,6803,'_regular_price','175'),(24761,6803,'_sale_price',''),(24762,6803,'_sale_price_dates_from',''),(24763,6803,'_sale_price_dates_to',''),(24764,6803,'_price','175'),(24765,6803,'_download_limit',''),(24766,6803,'_download_expiry',''),(24767,6803,'_downloadable_files',''),(24768,6803,'_variation_description','12\" x 18\"'),(24769,6802,'_sku',''),(24770,6802,'_thumbnail_id','0'),(24771,6802,'_virtual','no'),(24772,6802,'_downloadable','no'),(24773,6802,'_weight',''),(24774,6802,'_length',''),(24775,6802,'_width',''),(24776,6802,'_height',''),(24777,6802,'_manage_stock','no'),(24778,6802,'_regular_price','240.00'),(24779,6802,'_sale_price',''),(24780,6802,'_sale_price_dates_from',''),(24781,6802,'_sale_price_dates_to',''),(24782,6802,'_price','240.00'),(24783,6802,'_download_limit',''),(24784,6802,'_download_expiry',''),(24785,6802,'_downloadable_files',''),(24786,6802,'_variation_description','16\" x 24\"'),(24787,6801,'_sku',''),(24788,6801,'_thumbnail_id','0'),(24789,6801,'_virtual','no'),(24790,6801,'_downloadable','no'),(24791,6801,'_weight',''),(24792,6801,'_length',''),(24793,6801,'_width',''),(24794,6801,'_height',''),(24795,6801,'_manage_stock','no'),(24796,6801,'_regular_price','300.00'),(24797,6801,'_sale_price',''),(24798,6801,'_sale_price_dates_from',''),(24799,6801,'_sale_price_dates_to',''),(24800,6801,'_price','300.00'),(24801,6801,'_download_limit',''),(24802,6801,'_download_expiry',''),(24803,6801,'_downloadable_files',''),(24804,6801,'_variation_description','20\" x 30\"'),(24805,6800,'_sku',''),(24806,6800,'_thumbnail_id','0'),(24807,6800,'_virtual','no'),(24808,6800,'_downloadable','no'),(24809,6800,'_weight',''),(24810,6800,'_length',''),(24811,6800,'_width',''),(24812,6800,'_height',''),(24813,6800,'_manage_stock','no'),(24814,6800,'_regular_price','400.00'),(24815,6800,'_sale_price',''),(24816,6800,'_sale_price_dates_from',''),(24817,6800,'_sale_price_dates_to',''),(24818,6800,'_price','400.00'),(24819,6800,'_download_limit',''),(24820,6800,'_download_expiry',''),(24821,6800,'_downloadable_files',''),(24822,6800,'_variation_description','24\" x 36\"'),(24823,6799,'_sku',''),(24824,6799,'_thumbnail_id','0'),(24825,6799,'_virtual','no'),(24826,6799,'_downloadable','no'),(24827,6799,'_weight',''),(24828,6799,'_length',''),(24829,6799,'_width',''),(24830,6799,'_height',''),(24831,6799,'_manage_stock','no'),(24832,6799,'_regular_price','500.00'),(24833,6799,'_sale_price',''),(24834,6799,'_sale_price_dates_from',''),(24835,6799,'_sale_price_dates_to',''),(24836,6799,'_price','500.00'),(24837,6799,'_download_limit',''),(24838,6799,'_download_expiry',''),(24839,6799,'_downloadable_files',''),(24840,6799,'_variation_description','30\" x 45\"'),(24847,5911,'_edit_lock','1487564067:1'),(24848,6065,'_edit_lock','1487564215:1'),(24849,6072,'_edit_lock','1487564230:1'),(24852,6804,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24853,6804,'attribute_pa_photo-prints','e'),(24854,6804,'_stock_status','instock'),(24855,6805,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24856,6805,'attribute_pa_photo-prints','d'),(24857,6805,'_stock_status','instock'),(24858,6806,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24859,6806,'attribute_pa_photo-prints','e'),(24860,6806,'_stock_status','instock'),(24861,6807,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24862,6807,'attribute_pa_photo-prints','c'),(24863,6807,'_stock_status','instock'),(24864,6808,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24865,6808,'attribute_pa_photo-prints','d'),(24866,6808,'_stock_status','instock'),(24867,6809,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24868,6809,'attribute_pa_photo-prints','b'),(24869,6809,'_stock_status','instock'),(24870,6810,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24871,6810,'attribute_pa_photo-prints','c'),(24872,6810,'_stock_status','instock'),(24873,6811,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24874,6811,'attribute_pa_photo-prints','a'),(24875,6811,'_stock_status','instock'),(24876,6812,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24877,6812,'attribute_pa_photo-prints','b'),(24878,6812,'_stock_status','instock'),(24879,6813,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24880,6813,'attribute_pa_photo-prints','a'),(24881,6813,'_stock_status','instock'),(24882,6814,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24883,6814,'attribute_pa_photo-prints','c'),(24884,6814,'_stock_status','instock'),(24885,6815,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24886,6815,'attribute_pa_photo-prints','b'),(24887,6815,'_stock_status','instock'),(24888,6816,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24889,6816,'attribute_pa_photo-prints','a'),(24890,6816,'_stock_status','instock'),(24891,6816,'_sku',''),(24892,6816,'_thumbnail_id','0'),(24893,6816,'_virtual','no'),(24894,6816,'_downloadable','no'),(24895,6816,'_weight',''),(24896,6816,'_length',''),(24897,6816,'_width',''),(24898,6816,'_height',''),(24899,6816,'_manage_stock','no'),(24900,6816,'_regular_price','150'),(24901,6816,'_sale_price',''),(24902,6816,'_sale_price_dates_from',''),(24903,6816,'_sale_price_dates_to',''),(24904,6816,'_price','150'),(24905,6816,'_download_limit',''),(24906,6816,'_download_expiry',''),(24907,6816,'_downloadable_files',''),(24908,6816,'_variation_description','12\" x 15\"'),(24909,6815,'_sku',''),(24910,6815,'_thumbnail_id','0'),(24911,6815,'_virtual','no'),(24912,6815,'_downloadable','no'),(24913,6815,'_weight',''),(24914,6815,'_length',''),(24915,6815,'_width',''),(24916,6815,'_height',''),(24917,6815,'_manage_stock','no'),(24918,6815,'_regular_price','240.00'),(24919,6815,'_sale_price',''),(24920,6815,'_sale_price_dates_from',''),(24921,6815,'_sale_price_dates_to',''),(24922,6815,'_price','240.00'),(24923,6815,'_download_limit',''),(24924,6815,'_download_expiry',''),(24925,6815,'_downloadable_files',''),(24926,6815,'_variation_description','16\" x 24\"'),(24927,6814,'_sku',''),(24928,6814,'_thumbnail_id','0'),(24929,6814,'_virtual','no'),(24930,6814,'_downloadable','no'),(24931,6814,'_weight',''),(24932,6814,'_length',''),(24933,6814,'_width',''),(24934,6814,'_height',''),(24935,6814,'_manage_stock','no'),(24936,6814,'_regular_price','300.00'),(24937,6814,'_sale_price',''),(24938,6814,'_sale_price_dates_from',''),(24939,6814,'_sale_price_dates_to',''),(24940,6814,'_price','300.00'),(24941,6814,'_download_limit',''),(24942,6814,'_download_expiry',''),(24943,6814,'_downloadable_files',''),(24944,6814,'_variation_description','20\" x 30\"'),(24947,6811,'_sku',''),(24948,6811,'_thumbnail_id','0'),(24949,6811,'_virtual','no'),(24950,6811,'_downloadable','no'),(24951,6811,'_weight',''),(24952,6811,'_length',''),(24953,6811,'_width',''),(24954,6811,'_height',''),(24955,6811,'_manage_stock','no'),(24956,6811,'_regular_price','175'),(24957,6811,'_sale_price',''),(24958,6811,'_sale_price_dates_from',''),(24959,6811,'_sale_price_dates_to',''),(24960,6811,'_price','175'),(24961,6811,'_download_limit',''),(24962,6811,'_download_expiry',''),(24963,6811,'_downloadable_files',''),(24964,6811,'_variation_description','12\" x 18\"'),(24965,6809,'_sku',''),(24966,6809,'_thumbnail_id','0'),(24967,6809,'_virtual','no'),(24968,6809,'_downloadable','no'),(24969,6809,'_weight',''),(24970,6809,'_length',''),(24971,6809,'_width',''),(24972,6809,'_height',''),(24973,6809,'_manage_stock','no'),(24974,6809,'_regular_price','240.00'),(24975,6809,'_sale_price',''),(24976,6809,'_sale_price_dates_from',''),(24977,6809,'_sale_price_dates_to',''),(24978,6809,'_price','240.00'),(24979,6809,'_download_limit',''),(24980,6809,'_download_expiry',''),(24981,6809,'_downloadable_files',''),(24982,6809,'_variation_description','16\" x 24\"'),(24983,6807,'_sku',''),(24984,6807,'_thumbnail_id','0'),(24985,6807,'_virtual','no'),(24986,6807,'_downloadable','no'),(24987,6807,'_weight',''),(24988,6807,'_length',''),(24989,6807,'_width',''),(24990,6807,'_height',''),(24991,6807,'_manage_stock','no'),(24992,6807,'_regular_price','300.00'),(24993,6807,'_sale_price',''),(24994,6807,'_sale_price_dates_from',''),(24995,6807,'_sale_price_dates_to',''),(24996,6807,'_price','300.00'),(24997,6807,'_download_limit',''),(24998,6807,'_download_expiry',''),(24999,6807,'_downloadable_files',''),(25000,6807,'_variation_description','20\" x 30\"'),(25001,6805,'_sku',''),(25002,6805,'_thumbnail_id','0'),(25003,6805,'_virtual','no'),(25004,6805,'_downloadable','no'),(25005,6805,'_weight',''),(25006,6805,'_length',''),(25007,6805,'_width',''),(25008,6805,'_height',''),(25009,6805,'_manage_stock','no'),(25010,6805,'_regular_price','400.00'),(25011,6805,'_sale_price',''),(25012,6805,'_sale_price_dates_from',''),(25013,6805,'_sale_price_dates_to',''),(25014,6805,'_price','400.00'),(25015,6805,'_download_limit',''),(25016,6805,'_download_expiry',''),(25017,6805,'_downloadable_files',''),(25018,6805,'_variation_description','24\" x 36\"'),(25019,6804,'_sku',''),(25020,6804,'_thumbnail_id','0'),(25021,6804,'_virtual','no'),(25022,6804,'_downloadable','no'),(25023,6804,'_weight',''),(25024,6804,'_length',''),(25025,6804,'_width',''),(25026,6804,'_height',''),(25027,6804,'_manage_stock','no'),(25028,6804,'_regular_price','500.00'),(25029,6804,'_sale_price',''),(25030,6804,'_sale_price_dates_from',''),(25031,6804,'_sale_price_dates_to',''),(25032,6804,'_price','500.00'),(25033,6804,'_download_limit',''),(25034,6804,'_download_expiry',''),(25035,6804,'_downloadable_files',''),(25036,6804,'_variation_description','30\" x 45\"'),(25039,6813,'_sku',''),(25040,6813,'_thumbnail_id','0'),(25041,6813,'_virtual','no'),(25042,6813,'_downloadable','no'),(25043,6813,'_weight',''),(25044,6813,'_length',''),(25045,6813,'_width',''),(25046,6813,'_height',''),(25047,6813,'_manage_stock','no'),(25048,6813,'_regular_price','175'),(25049,6813,'_sale_price',''),(25050,6813,'_sale_price_dates_from',''),(25051,6813,'_sale_price_dates_to',''),(25052,6813,'_price','175'),(25053,6813,'_download_limit',''),(25054,6813,'_download_expiry',''),(25055,6813,'_downloadable_files',''),(25056,6813,'_variation_description','12\" x 18\"'),(25057,6812,'_sku',''),(25058,6812,'_thumbnail_id','0'),(25059,6812,'_virtual','no'),(25060,6812,'_downloadable','no'),(25061,6812,'_weight',''),(25062,6812,'_length',''),(25063,6812,'_width',''),(25064,6812,'_height',''),(25065,6812,'_manage_stock','no'),(25066,6812,'_regular_price','240.00'),(25067,6812,'_sale_price',''),(25068,6812,'_sale_price_dates_from',''),(25069,6812,'_sale_price_dates_to',''),(25070,6812,'_price','240.00'),(25071,6812,'_download_limit',''),(25072,6812,'_download_expiry',''),(25073,6812,'_downloadable_files',''),(25074,6812,'_variation_description','16\" x 24\"'),(25075,6810,'_sku',''),(25076,6810,'_thumbnail_id','0'),(25077,6810,'_virtual','no'),(25078,6810,'_downloadable','no'),(25079,6810,'_weight',''),(25080,6810,'_length',''),(25081,6810,'_width',''),(25082,6810,'_height',''),(25083,6810,'_manage_stock','no'),(25084,6810,'_regular_price','300.00'),(25085,6810,'_sale_price',''),(25086,6810,'_sale_price_dates_from',''),(25087,6810,'_sale_price_dates_to',''),(25088,6810,'_price','300.00'),(25089,6810,'_download_limit',''),(25090,6810,'_download_expiry',''),(25091,6810,'_downloadable_files',''),(25092,6810,'_variation_description','20\" x 30\"'),(25093,6808,'_sku',''),(25094,6808,'_thumbnail_id','0'),(25095,6808,'_virtual','no'),(25096,6808,'_downloadable','no'),(25097,6808,'_weight',''),(25098,6808,'_length',''),(25099,6808,'_width',''),(25100,6808,'_height',''),(25101,6808,'_manage_stock','no'),(25102,6808,'_regular_price','400.00'),(25103,6808,'_sale_price',''),(25104,6808,'_sale_price_dates_from',''),(25105,6808,'_sale_price_dates_to',''),(25106,6808,'_price','400.00'),(25107,6808,'_download_limit',''),(25108,6808,'_download_expiry',''),(25109,6808,'_downloadable_files',''),(25110,6808,'_variation_description','24\" x 36\"'),(25111,6806,'_sku',''),(25112,6806,'_thumbnail_id','0'),(25113,6806,'_virtual','no'),(25114,6806,'_downloadable','no'),(25115,6806,'_weight',''),(25116,6806,'_length',''),(25117,6806,'_width',''),(25118,6806,'_height',''),(25119,6806,'_manage_stock','no'),(25120,6806,'_regular_price','500.00'),(25121,6806,'_sale_price',''),(25122,6806,'_sale_price_dates_from',''),(25123,6806,'_sale_price_dates_to',''),(25124,6806,'_price','500.00'),(25125,6806,'_download_limit',''),(25126,6806,'_download_expiry',''),(25127,6806,'_downloadable_files',''),(25128,6806,'_variation_description','30\" x 45\"'),(25141,6117,'_edit_lock','1487564596:1'),(25142,6086,'_edit_lock','1487564561:1'),(25143,6817,'fw_options','a:0:{}'),(25144,6079,'_edit_lock','1487564728:1'),(25145,6818,'fw_options','a:0:{}'),(25146,6819,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25147,6819,'attribute_pa_photo-prints','e'),(25148,6819,'_stock_status','instock'),(25149,6820,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25150,6820,'attribute_pa_photo-prints','d'),(25151,6820,'_stock_status','instock'),(25152,6821,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25153,6821,'attribute_pa_photo-prints','c'),(25154,6821,'_stock_status','instock'),(25155,6822,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25156,6822,'attribute_pa_photo-prints','b'),(25157,6822,'_stock_status','instock'),(25158,6823,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25159,6823,'attribute_pa_photo-prints','a'),(25160,6823,'_stock_status','instock'),(25161,6824,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25162,6824,'attribute_pa_photo-prints','e'),(25163,6824,'_stock_status','instock'),(25164,6825,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25165,6825,'attribute_pa_photo-prints','d'),(25166,6825,'_stock_status','instock'),(25167,6826,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25168,6826,'attribute_pa_photo-prints','c'),(25169,6826,'_stock_status','instock'),(25170,6827,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25171,6827,'attribute_pa_photo-prints','b'),(25172,6827,'_stock_status','instock'),(25173,6828,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25174,6828,'attribute_pa_photo-prints','a'),(25175,6828,'_stock_status','instock'),(25176,6829,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25177,6829,'attribute_pa_photo-prints','e'),(25178,6829,'_stock_status','instock'),(25179,6830,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25180,6830,'attribute_pa_photo-prints','d'),(25181,6830,'_stock_status','instock'),(25182,6831,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25183,6831,'attribute_pa_photo-prints','c'),(25184,6831,'_stock_status','instock'),(25185,6832,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25186,6832,'attribute_pa_photo-prints','b'),(25187,6832,'_stock_status','instock'),(25188,6833,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25189,6833,'attribute_pa_photo-prints','a'),(25190,6833,'_stock_status','instock'),(25191,6823,'_sku',''),(25192,6823,'_thumbnail_id','0'),(25193,6823,'_virtual','no'),(25194,6823,'_downloadable','no'),(25195,6823,'_weight',''),(25196,6823,'_length',''),(25197,6823,'_width',''),(25198,6823,'_height',''),(25199,6823,'_manage_stock','no'),(25200,6823,'_regular_price','175'),(25201,6823,'_sale_price',''),(25202,6823,'_sale_price_dates_from',''),(25203,6823,'_sale_price_dates_to',''),(25204,6823,'_price','175'),(25205,6823,'_download_limit',''),(25206,6823,'_download_expiry',''),(25207,6823,'_downloadable_files',''),(25208,6823,'_variation_description','12\" x 18\"'),(25209,6822,'_sku',''),(25210,6822,'_thumbnail_id','0'),(25211,6822,'_virtual','no'),(25212,6822,'_downloadable','no'),(25213,6822,'_weight',''),(25214,6822,'_length',''),(25215,6822,'_width',''),(25216,6822,'_height',''),(25217,6822,'_manage_stock','no'),(25218,6822,'_regular_price','240.00'),(25219,6822,'_sale_price',''),(25220,6822,'_sale_price_dates_from',''),(25221,6822,'_sale_price_dates_to',''),(25222,6822,'_price','240.00'),(25223,6822,'_download_limit',''),(25224,6822,'_download_expiry',''),(25225,6822,'_downloadable_files',''),(25226,6822,'_variation_description','16\" x 24\"'),(25227,6821,'_sku',''),(25228,6821,'_thumbnail_id','0'),(25229,6821,'_virtual','no'),(25230,6821,'_downloadable','no'),(25231,6821,'_weight',''),(25232,6821,'_length',''),(25233,6821,'_width',''),(25234,6821,'_height',''),(25235,6821,'_manage_stock','no'),(25236,6821,'_regular_price','300.00'),(25237,6821,'_sale_price',''),(25238,6821,'_sale_price_dates_from',''),(25239,6821,'_sale_price_dates_to',''),(25240,6821,'_price','300.00'),(25241,6821,'_download_limit',''),(25242,6821,'_download_expiry',''),(25243,6821,'_downloadable_files',''),(25244,6821,'_variation_description','20\" x 30\"'),(25245,6820,'_sku',''),(25246,6820,'_thumbnail_id','0'),(25247,6820,'_virtual','no'),(25248,6820,'_downloadable','no'),(25249,6820,'_weight',''),(25250,6820,'_length',''),(25251,6820,'_width',''),(25252,6820,'_height',''),(25253,6820,'_manage_stock','no'),(25254,6820,'_regular_price','400.00'),(25255,6820,'_sale_price',''),(25256,6820,'_sale_price_dates_from',''),(25257,6820,'_sale_price_dates_to',''),(25258,6820,'_price','400.00'),(25259,6820,'_download_limit',''),(25260,6820,'_download_expiry',''),(25261,6820,'_downloadable_files',''),(25262,6820,'_variation_description','24\" x 36\"'),(25263,6819,'_sku',''),(25264,6819,'_thumbnail_id','0'),(25265,6819,'_virtual','no'),(25266,6819,'_downloadable','no'),(25267,6819,'_weight',''),(25268,6819,'_length',''),(25269,6819,'_width',''),(25270,6819,'_height',''),(25271,6819,'_manage_stock','no'),(25272,6819,'_regular_price','500.00'),(25273,6819,'_sale_price',''),(25274,6819,'_sale_price_dates_from',''),(25275,6819,'_sale_price_dates_to',''),(25276,6819,'_price','500.00'),(25277,6819,'_download_limit',''),(25278,6819,'_download_expiry',''),(25279,6819,'_downloadable_files',''),(25280,6819,'_variation_description','30\" x 45\"'),(25283,6828,'_sku',''),(25284,6828,'_thumbnail_id','0'),(25285,6828,'_virtual','no'),(25286,6828,'_downloadable','no'),(25287,6828,'_weight',''),(25288,6828,'_length',''),(25289,6828,'_width',''),(25290,6828,'_height',''),(25291,6828,'_manage_stock','no'),(25292,6828,'_regular_price','175'),(25293,6828,'_sale_price',''),(25294,6828,'_sale_price_dates_from',''),(25295,6828,'_sale_price_dates_to',''),(25296,6828,'_price','175'),(25297,6828,'_download_limit',''),(25298,6828,'_download_expiry',''),(25299,6828,'_downloadable_files',''),(25300,6828,'_variation_description','12\" x 18\"'),(25301,6827,'_sku',''),(25302,6827,'_thumbnail_id','0'),(25303,6827,'_virtual','no'),(25304,6827,'_downloadable','no'),(25305,6827,'_weight',''),(25306,6827,'_length',''),(25307,6827,'_width',''),(25308,6827,'_height',''),(25309,6827,'_manage_stock','no'),(25310,6827,'_regular_price','240.00'),(25311,6827,'_sale_price',''),(25312,6827,'_sale_price_dates_from',''),(25313,6827,'_sale_price_dates_to',''),(25314,6827,'_price','240.00'),(25315,6827,'_download_limit',''),(25316,6827,'_download_expiry',''),(25317,6827,'_downloadable_files',''),(25318,6827,'_variation_description','16\" x 24\"'),(25319,6826,'_sku',''),(25320,6826,'_thumbnail_id','0'),(25321,6826,'_virtual','no'),(25322,6826,'_downloadable','no'),(25323,6826,'_weight',''),(25324,6826,'_length',''),(25325,6826,'_width',''),(25326,6826,'_height',''),(25327,6826,'_manage_stock','no'),(25328,6826,'_regular_price','300.00'),(25329,6826,'_sale_price',''),(25330,6826,'_sale_price_dates_from',''),(25331,6826,'_sale_price_dates_to',''),(25332,6826,'_price','300.00'),(25333,6826,'_download_limit',''),(25334,6826,'_download_expiry',''),(25335,6826,'_downloadable_files',''),(25336,6826,'_variation_description','20\" x 30\"'),(25337,6825,'_sku',''),(25338,6825,'_thumbnail_id','0'),(25339,6825,'_virtual','no'),(25340,6825,'_downloadable','no'),(25341,6825,'_weight',''),(25342,6825,'_length',''),(25343,6825,'_width',''),(25344,6825,'_height',''),(25345,6825,'_manage_stock','no'),(25346,6825,'_regular_price','400.00'),(25347,6825,'_sale_price',''),(25348,6825,'_sale_price_dates_from',''),(25349,6825,'_sale_price_dates_to',''),(25350,6825,'_price','400.00'),(25351,6825,'_download_limit',''),(25352,6825,'_download_expiry',''),(25353,6825,'_downloadable_files',''),(25354,6825,'_variation_description','24\" x 36\"'),(25355,6824,'_sku',''),(25356,6824,'_thumbnail_id','0'),(25357,6824,'_virtual','no'),(25358,6824,'_downloadable','no'),(25359,6824,'_weight',''),(25360,6824,'_length',''),(25361,6824,'_width',''),(25362,6824,'_height',''),(25363,6824,'_manage_stock','no'),(25364,6824,'_regular_price','500.00'),(25365,6824,'_sale_price',''),(25366,6824,'_sale_price_dates_from',''),(25367,6824,'_sale_price_dates_to',''),(25368,6824,'_price','500.00'),(25369,6824,'_download_limit',''),(25370,6824,'_download_expiry',''),(25371,6824,'_downloadable_files',''),(25372,6824,'_variation_description','30\" x 45\"'),(25375,6833,'_sku',''),(25376,6833,'_thumbnail_id','0'),(25377,6833,'_virtual','no'),(25378,6833,'_downloadable','no'),(25379,6833,'_weight',''),(25380,6833,'_length',''),(25381,6833,'_width',''),(25382,6833,'_height',''),(25383,6833,'_manage_stock','no'),(25384,6833,'_regular_price','175'),(25385,6833,'_sale_price',''),(25386,6833,'_sale_price_dates_from',''),(25387,6833,'_sale_price_dates_to',''),(25388,6833,'_price','175'),(25389,6833,'_download_limit',''),(25390,6833,'_download_expiry',''),(25391,6833,'_downloadable_files',''),(25392,6833,'_variation_description','12\" x 18\"'),(25393,6832,'_sku',''),(25394,6832,'_thumbnail_id','0'),(25395,6832,'_virtual','no'),(25396,6832,'_downloadable','no'),(25397,6832,'_weight',''),(25398,6832,'_length',''),(25399,6832,'_width',''),(25400,6832,'_height',''),(25401,6832,'_manage_stock','no'),(25402,6832,'_regular_price','240.00'),(25403,6832,'_sale_price',''),(25404,6832,'_sale_price_dates_from',''),(25405,6832,'_sale_price_dates_to',''),(25406,6832,'_price','240.00'),(25407,6832,'_download_limit',''),(25408,6832,'_download_expiry',''),(25409,6832,'_downloadable_files',''),(25410,6832,'_variation_description','16\" x 24\"'),(25411,6831,'_sku',''),(25412,6831,'_thumbnail_id','0'),(25413,6831,'_virtual','no'),(25414,6831,'_downloadable','no'),(25415,6831,'_weight',''),(25416,6831,'_length',''),(25417,6831,'_width',''),(25418,6831,'_height',''),(25419,6831,'_manage_stock','no'),(25420,6831,'_regular_price','300.00'),(25421,6831,'_sale_price',''),(25422,6831,'_sale_price_dates_from',''),(25423,6831,'_sale_price_dates_to',''),(25424,6831,'_price','300.00'),(25425,6831,'_download_limit',''),(25426,6831,'_download_expiry',''),(25427,6831,'_downloadable_files',''),(25428,6831,'_variation_description','20\" x 30\"'),(25429,6830,'_sku',''),(25430,6830,'_thumbnail_id','0'),(25431,6830,'_virtual','no'),(25432,6830,'_downloadable','no'),(25433,6830,'_weight',''),(25434,6830,'_length',''),(25435,6830,'_width',''),(25436,6830,'_height',''),(25437,6830,'_manage_stock','no'),(25438,6830,'_regular_price','400.00'),(25439,6830,'_sale_price',''),(25440,6830,'_sale_price_dates_from',''),(25441,6830,'_sale_price_dates_to',''),(25442,6830,'_price','400.00'),(25443,6830,'_download_limit',''),(25444,6830,'_download_expiry',''),(25445,6830,'_downloadable_files',''),(25446,6830,'_variation_description','24\" x 36\"'),(25447,6829,'_sku',''),(25448,6829,'_thumbnail_id','0'),(25449,6829,'_virtual','no'),(25450,6829,'_downloadable','no'),(25451,6829,'_weight',''),(25452,6829,'_length',''),(25453,6829,'_width',''),(25454,6829,'_height',''),(25455,6829,'_manage_stock','no'),(25456,6829,'_regular_price','500.00'),(25457,6829,'_sale_price',''),(25458,6829,'_sale_price_dates_from',''),(25459,6829,'_sale_price_dates_to',''),(25460,6829,'_price','500.00'),(25461,6829,'_download_limit',''),(25462,6829,'_download_expiry',''),(25463,6829,'_downloadable_files',''),(25464,6829,'_variation_description','30\" x 45\"'),(25477,6139,'_edit_lock','1487564892:1'),(25478,6125,'_edit_lock','1487565130:1'),(25479,6146,'_edit_lock','1487565155:1'),(25480,6834,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25481,6834,'attribute_pa_photo-prints','e'),(25482,6834,'_stock_status','instock'),(25483,6835,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25484,6835,'attribute_pa_photo-prints','d'),(25485,6835,'_stock_status','instock'),(25486,6836,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25487,6836,'attribute_pa_photo-prints','c'),(25488,6836,'_stock_status','instock'),(25489,6837,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25490,6837,'attribute_pa_photo-prints','b'),(25491,6837,'_stock_status','instock'),(25492,6838,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25493,6838,'attribute_pa_photo-prints','a'),(25494,6838,'_stock_status','instock'),(25495,6839,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25496,6839,'attribute_pa_photo-prints','e'),(25497,6839,'_stock_status','instock'),(25498,6840,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25499,6840,'attribute_pa_photo-prints','d'),(25500,6840,'_stock_status','instock'),(25501,6841,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25502,6841,'attribute_pa_photo-prints','c'),(25503,6841,'_stock_status','instock'),(25504,6842,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25505,6842,'attribute_pa_photo-prints','b'),(25506,6842,'_stock_status','instock'),(25507,6843,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25508,6843,'attribute_pa_photo-prints','a'),(25509,6843,'_stock_status','instock'),(25510,6838,'_sku',''),(25511,6838,'_thumbnail_id','0'),(25512,6838,'_virtual','no'),(25513,6838,'_downloadable','no'),(25514,6838,'_weight',''),(25515,6838,'_length',''),(25516,6838,'_width',''),(25517,6838,'_height',''),(25518,6838,'_manage_stock','no'),(25519,6838,'_regular_price','175'),(25520,6838,'_sale_price',''),(25521,6838,'_sale_price_dates_from',''),(25522,6838,'_sale_price_dates_to',''),(25523,6838,'_price','175'),(25524,6838,'_download_limit',''),(25525,6838,'_download_expiry',''),(25526,6838,'_downloadable_files',''),(25527,6838,'_variation_description','12\" x 18\"'),(25528,6837,'_sku',''),(25529,6837,'_thumbnail_id','0'),(25530,6837,'_virtual','no'),(25531,6837,'_downloadable','no'),(25532,6837,'_weight',''),(25533,6837,'_length',''),(25534,6837,'_width',''),(25535,6837,'_height',''),(25536,6837,'_manage_stock','no'),(25537,6837,'_regular_price','240.00'),(25538,6837,'_sale_price',''),(25539,6837,'_sale_price_dates_from',''),(25540,6837,'_sale_price_dates_to',''),(25541,6837,'_price','240.00'),(25542,6837,'_download_limit',''),(25543,6837,'_download_expiry',''),(25544,6837,'_downloadable_files',''),(25545,6837,'_variation_description','16\" x 24\"'),(25546,6836,'_sku',''),(25547,6836,'_thumbnail_id','0'),(25548,6836,'_virtual','no'),(25549,6836,'_downloadable','no'),(25550,6836,'_weight',''),(25551,6836,'_length',''),(25552,6836,'_width',''),(25553,6836,'_height',''),(25554,6836,'_manage_stock','no'),(25555,6836,'_regular_price','300.00'),(25556,6836,'_sale_price',''),(25557,6836,'_sale_price_dates_from',''),(25558,6836,'_sale_price_dates_to',''),(25559,6836,'_price','300.00'),(25560,6836,'_download_limit',''),(25561,6836,'_download_expiry',''),(25562,6836,'_downloadable_files',''),(25563,6836,'_variation_description','20\" x 30\"'),(25564,6835,'_sku',''),(25565,6835,'_thumbnail_id','0'),(25566,6835,'_virtual','no'),(25567,6835,'_downloadable','no'),(25568,6835,'_weight',''),(25569,6835,'_length',''),(25570,6835,'_width',''),(25571,6835,'_height',''),(25572,6835,'_manage_stock','no'),(25573,6835,'_regular_price','400.00'),(25574,6835,'_sale_price',''),(25575,6835,'_sale_price_dates_from',''),(25576,6835,'_sale_price_dates_to',''),(25577,6835,'_price','400.00'),(25578,6835,'_download_limit',''),(25579,6835,'_download_expiry',''),(25580,6835,'_downloadable_files',''),(25581,6835,'_variation_description','24\" x 36\"'),(25582,6834,'_sku',''),(25583,6834,'_thumbnail_id','0'),(25584,6834,'_virtual','no'),(25585,6834,'_downloadable','no'),(25586,6834,'_weight',''),(25587,6834,'_length',''),(25588,6834,'_width',''),(25589,6834,'_height',''),(25590,6834,'_manage_stock','no'),(25591,6834,'_regular_price','500.00'),(25592,6834,'_sale_price',''),(25593,6834,'_sale_price_dates_from',''),(25594,6834,'_sale_price_dates_to',''),(25595,6834,'_price','500.00'),(25596,6834,'_download_limit',''),(25597,6834,'_download_expiry',''),(25598,6834,'_downloadable_files',''),(25599,6834,'_variation_description','30\" x 45\"'),(25602,6844,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25603,6844,'attribute_pa_photo-prints','e'),(25604,6844,'_stock_status','instock'),(25605,6845,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25606,6845,'attribute_pa_photo-prints','d'),(25607,6845,'_stock_status','instock'),(25608,6846,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25609,6846,'attribute_pa_photo-prints','c'),(25610,6846,'_stock_status','instock'),(25611,6847,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25612,6847,'attribute_pa_photo-prints','b'),(25613,6847,'_stock_status','instock'),(25614,6848,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25615,6848,'attribute_pa_photo-prints','a'),(25616,6848,'_stock_status','instock'),(25623,6843,'_sku',''),(25624,6843,'_thumbnail_id','0'),(25625,6843,'_virtual','no'),(25626,6843,'_downloadable','no'),(25627,6843,'_weight',''),(25628,6843,'_length',''),(25629,6843,'_width',''),(25630,6843,'_height',''),(25631,6843,'_manage_stock','no'),(25632,6843,'_regular_price','175'),(25633,6843,'_sale_price',''),(25634,6843,'_sale_price_dates_from',''),(25635,6843,'_sale_price_dates_to',''),(25636,6843,'_price','175'),(25637,6843,'_download_limit',''),(25638,6843,'_download_expiry',''),(25639,6843,'_downloadable_files',''),(25640,6843,'_variation_description','12\" x 18\"'),(25641,6842,'_sku',''),(25642,6842,'_thumbnail_id','0'),(25643,6842,'_virtual','no'),(25644,6842,'_downloadable','no'),(25645,6842,'_weight',''),(25646,6842,'_length',''),(25647,6842,'_width',''),(25648,6842,'_height',''),(25649,6842,'_manage_stock','no'),(25650,6842,'_regular_price','240.00'),(25651,6842,'_sale_price',''),(25652,6842,'_sale_price_dates_from',''),(25653,6842,'_sale_price_dates_to',''),(25654,6842,'_price','240.00'),(25655,6842,'_download_limit',''),(25656,6842,'_download_expiry',''),(25657,6842,'_downloadable_files',''),(25658,6842,'_variation_description','16\" x 24\"'),(25659,6841,'_sku',''),(25660,6841,'_thumbnail_id','0'),(25661,6841,'_virtual','no'),(25662,6841,'_downloadable','no'),(25663,6841,'_weight',''),(25664,6841,'_length',''),(25665,6841,'_width',''),(25666,6841,'_height',''),(25667,6841,'_manage_stock','no'),(25668,6841,'_regular_price','300.00'),(25669,6841,'_sale_price',''),(25670,6841,'_sale_price_dates_from',''),(25671,6841,'_sale_price_dates_to',''),(25672,6841,'_price','300.00'),(25673,6841,'_download_limit',''),(25674,6841,'_download_expiry',''),(25675,6841,'_downloadable_files',''),(25676,6841,'_variation_description','20\" x 30\"'),(25677,6840,'_sku',''),(25678,6840,'_thumbnail_id','0'),(25679,6840,'_virtual','no'),(25680,6840,'_downloadable','no'),(25681,6840,'_weight',''),(25682,6840,'_length',''),(25683,6840,'_width',''),(25684,6840,'_height',''),(25685,6840,'_manage_stock','no'),(25686,6840,'_regular_price','400.00'),(25687,6840,'_sale_price',''),(25688,6840,'_sale_price_dates_from',''),(25689,6840,'_sale_price_dates_to',''),(25690,6840,'_price','400.00'),(25691,6840,'_download_limit',''),(25692,6840,'_download_expiry',''),(25693,6840,'_downloadable_files',''),(25694,6840,'_variation_description','24\" x 36\"'),(25695,6839,'_sku',''),(25696,6839,'_thumbnail_id','0'),(25697,6839,'_virtual','no'),(25698,6839,'_downloadable','no'),(25699,6839,'_weight',''),(25700,6839,'_length',''),(25701,6839,'_width',''),(25702,6839,'_height',''),(25703,6839,'_manage_stock','no'),(25704,6839,'_regular_price','500.00'),(25705,6839,'_sale_price',''),(25706,6839,'_sale_price_dates_from',''),(25707,6839,'_sale_price_dates_to',''),(25708,6839,'_price','500.00'),(25709,6839,'_download_limit',''),(25710,6839,'_download_expiry',''),(25711,6839,'_downloadable_files',''),(25712,6839,'_variation_description','30\" x 45\"'),(25715,6848,'_sku',''),(25716,6848,'_thumbnail_id','0'),(25717,6848,'_virtual','no'),(25718,6848,'_downloadable','no'),(25719,6848,'_weight',''),(25720,6848,'_length',''),(25721,6848,'_width',''),(25722,6848,'_height',''),(25723,6848,'_manage_stock','no'),(25724,6848,'_regular_price','175'),(25725,6848,'_sale_price',''),(25726,6848,'_sale_price_dates_from',''),(25727,6848,'_sale_price_dates_to',''),(25728,6848,'_price','175'),(25729,6848,'_download_limit',''),(25730,6848,'_download_expiry',''),(25731,6848,'_downloadable_files',''),(25732,6848,'_variation_description','12\" x 18\"'),(25733,6847,'_sku',''),(25734,6847,'_thumbnail_id','0'),(25735,6847,'_virtual','no'),(25736,6847,'_downloadable','no'),(25737,6847,'_weight',''),(25738,6847,'_length',''),(25739,6847,'_width',''),(25740,6847,'_height',''),(25741,6847,'_manage_stock','no'),(25742,6847,'_regular_price','240.00'),(25743,6847,'_sale_price',''),(25744,6847,'_sale_price_dates_from',''),(25745,6847,'_sale_price_dates_to',''),(25746,6847,'_price','240.00'),(25747,6847,'_download_limit',''),(25748,6847,'_download_expiry',''),(25749,6847,'_downloadable_files',''),(25750,6847,'_variation_description','16\" x 24\"'),(25751,6846,'_sku',''),(25752,6846,'_thumbnail_id','0'),(25753,6846,'_virtual','no'),(25754,6846,'_downloadable','no'),(25755,6846,'_weight',''),(25756,6846,'_length',''),(25757,6846,'_width',''),(25758,6846,'_height',''),(25759,6846,'_manage_stock','no'),(25760,6846,'_regular_price','300.00'),(25761,6846,'_sale_price',''),(25762,6846,'_sale_price_dates_from',''),(25763,6846,'_sale_price_dates_to',''),(25764,6846,'_price','300.00'),(25765,6846,'_download_limit',''),(25766,6846,'_download_expiry',''),(25767,6846,'_downloadable_files',''),(25768,6846,'_variation_description','20\" x 30\"'),(25769,6845,'_sku',''),(25770,6845,'_thumbnail_id','0'),(25771,6845,'_virtual','no'),(25772,6845,'_downloadable','no'),(25773,6845,'_weight',''),(25774,6845,'_length',''),(25775,6845,'_width',''),(25776,6845,'_height',''),(25777,6845,'_manage_stock','no'),(25778,6845,'_regular_price','400.00'),(25779,6845,'_sale_price',''),(25780,6845,'_sale_price_dates_from',''),(25781,6845,'_sale_price_dates_to',''),(25782,6845,'_price','400.00'),(25783,6845,'_download_limit',''),(25784,6845,'_download_expiry',''),(25785,6845,'_downloadable_files',''),(25786,6845,'_variation_description','24\" x 36\"'),(25787,6844,'_sku',''),(25788,6844,'_thumbnail_id','0'),(25789,6844,'_virtual','no'),(25790,6844,'_downloadable','no'),(25791,6844,'_weight',''),(25792,6844,'_length',''),(25793,6844,'_width',''),(25794,6844,'_height',''),(25795,6844,'_manage_stock','no'),(25796,6844,'_regular_price','500.00'),(25797,6844,'_sale_price',''),(25798,6844,'_sale_price_dates_from',''),(25799,6844,'_sale_price_dates_to',''),(25800,6844,'_price','500.00'),(25801,6844,'_download_limit',''),(25802,6844,'_download_expiry',''),(25803,6844,'_downloadable_files',''),(25804,6844,'_variation_description','30\" x 45\"'),(25811,6153,'_edit_lock','1487565724:1'),(25812,6171,'_edit_lock','1487565662:1'),(25813,6187,'_edit_lock','1487565537:1'),(25814,6849,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25815,6849,'attribute_pa_photo-prints','e'),(25816,6849,'_stock_status','instock'),(25817,6850,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25818,6850,'attribute_pa_photo-prints','d'),(25819,6850,'_stock_status','instock'),(25820,6851,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25821,6851,'attribute_pa_photo-prints','c'),(25822,6851,'_stock_status','instock'),(25823,6852,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25824,6852,'attribute_pa_photo-prints','b'),(25825,6852,'_stock_status','instock'),(25826,6853,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25827,6853,'attribute_pa_photo-prints','a'),(25828,6853,'_stock_status','instock'),(25829,6854,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25830,6854,'attribute_pa_photo-prints','e'),(25831,6854,'_stock_status','instock'),(25832,6855,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25833,6855,'attribute_pa_photo-prints','d'),(25834,6855,'_stock_status','instock'),(25835,6856,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25836,6856,'attribute_pa_photo-prints','c'),(25837,6856,'_stock_status','instock'),(25838,6857,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25839,6857,'attribute_pa_photo-prints','b'),(25840,6857,'_stock_status','instock'),(25841,6858,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25842,6858,'attribute_pa_photo-prints','a'),(25843,6858,'_stock_status','instock'),(25844,6859,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25845,6859,'attribute_pa_photo-prints','e'),(25846,6859,'_stock_status','instock'),(25847,6860,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25848,6860,'attribute_pa_photo-prints','d'),(25849,6860,'_stock_status','instock'),(25850,6861,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25851,6861,'attribute_pa_photo-prints','c'),(25852,6861,'_stock_status','instock'),(25853,6862,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25854,6862,'attribute_pa_photo-prints','b'),(25855,6862,'_stock_status','instock'),(25856,6863,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(25857,6863,'attribute_pa_photo-prints','a'),(25858,6863,'_stock_status','instock'),(25859,6853,'_sku',''),(25860,6853,'_thumbnail_id','0'),(25861,6853,'_virtual','no'),(25862,6853,'_downloadable','no'),(25863,6853,'_weight',''),(25864,6853,'_length',''),(25865,6853,'_width',''),(25866,6853,'_height',''),(25867,6853,'_manage_stock','no'),(25868,6853,'_regular_price','175'),(25869,6853,'_sale_price',''),(25870,6853,'_sale_price_dates_from',''),(25871,6853,'_sale_price_dates_to',''),(25872,6853,'_price','175'),(25873,6853,'_download_limit',''),(25874,6853,'_download_expiry',''),(25875,6853,'_downloadable_files',''),(25876,6853,'_variation_description','12\" x 18\"'),(25877,6852,'_sku',''),(25878,6852,'_thumbnail_id','0'),(25879,6852,'_virtual','no'),(25880,6852,'_downloadable','no'),(25881,6852,'_weight',''),(25882,6852,'_length',''),(25883,6852,'_width',''),(25884,6852,'_height',''),(25885,6852,'_manage_stock','no'),(25886,6852,'_regular_price','240.00'),(25887,6852,'_sale_price',''),(25888,6852,'_sale_price_dates_from',''),(25889,6852,'_sale_price_dates_to',''),(25890,6852,'_price','240.00'),(25891,6852,'_download_limit',''),(25892,6852,'_download_expiry',''),(25893,6852,'_downloadable_files',''),(25894,6852,'_variation_description','16\" x 24\"'),(25895,6851,'_sku',''),(25896,6851,'_thumbnail_id','0'),(25897,6851,'_virtual','no'),(25898,6851,'_downloadable','no'),(25899,6851,'_weight',''),(25900,6851,'_length',''),(25901,6851,'_width',''),(25902,6851,'_height',''),(25903,6851,'_manage_stock','no'),(25904,6851,'_regular_price','300.00'),(25905,6851,'_sale_price',''),(25906,6851,'_sale_price_dates_from',''),(25907,6851,'_sale_price_dates_to',''),(25908,6851,'_price','300.00'),(25909,6851,'_download_limit',''),(25910,6851,'_download_expiry',''),(25911,6851,'_downloadable_files',''),(25912,6851,'_variation_description','20\" x 30\"'),(25913,6850,'_sku',''),(25914,6850,'_thumbnail_id','0'),(25915,6850,'_virtual','no'),(25916,6850,'_downloadable','no'),(25917,6850,'_weight',''),(25918,6850,'_length',''),(25919,6850,'_width',''),(25920,6850,'_height',''),(25921,6850,'_manage_stock','no'),(25922,6850,'_regular_price','400.00'),(25923,6850,'_sale_price',''),(25924,6850,'_sale_price_dates_from',''),(25925,6850,'_sale_price_dates_to',''),(25926,6850,'_price','400.00'),(25927,6850,'_download_limit',''),(25928,6850,'_download_expiry',''),(25929,6850,'_downloadable_files',''),(25930,6850,'_variation_description','24\" x 36\"'),(25931,6849,'_sku',''),(25932,6849,'_thumbnail_id','0'),(25933,6849,'_virtual','no'),(25934,6849,'_downloadable','no'),(25935,6849,'_weight',''),(25936,6849,'_length',''),(25937,6849,'_width',''),(25938,6849,'_height',''),(25939,6849,'_manage_stock','no'),(25940,6849,'_regular_price','500.00'),(25941,6849,'_sale_price',''),(25942,6849,'_sale_price_dates_from',''),(25943,6849,'_sale_price_dates_to',''),(25944,6849,'_price','500.00'),(25945,6849,'_download_limit',''),(25946,6849,'_download_expiry',''),(25947,6849,'_downloadable_files',''),(25948,6849,'_variation_description','30\" x 45\"'),(25953,6858,'_sku',''),(25954,6858,'_thumbnail_id','0'),(25955,6858,'_virtual','no'),(25956,6858,'_downloadable','no'),(25957,6858,'_weight',''),(25958,6858,'_length',''),(25959,6858,'_width',''),(25960,6858,'_height',''),(25961,6858,'_manage_stock','no'),(25962,6858,'_regular_price','175'),(25963,6858,'_sale_price',''),(25964,6858,'_sale_price_dates_from',''),(25965,6858,'_sale_price_dates_to',''),(25966,6858,'_price','175'),(25967,6858,'_download_limit',''),(25968,6858,'_download_expiry',''),(25969,6858,'_downloadable_files',''),(25970,6858,'_variation_description','12\" x 18\"'),(25971,6857,'_sku',''),(25972,6857,'_thumbnail_id','0'),(25973,6857,'_virtual','no'),(25974,6857,'_downloadable','no'),(25975,6857,'_weight',''),(25976,6857,'_length',''),(25977,6857,'_width',''),(25978,6857,'_height',''),(25979,6857,'_manage_stock','no'),(25980,6857,'_regular_price','240.00'),(25981,6857,'_sale_price',''),(25982,6857,'_sale_price_dates_from',''),(25983,6857,'_sale_price_dates_to',''),(25984,6857,'_price','240.00'),(25985,6857,'_download_limit',''),(25986,6857,'_download_expiry',''),(25987,6857,'_downloadable_files',''),(25988,6857,'_variation_description','16\" x 24\"'),(25989,6856,'_sku',''),(25990,6856,'_thumbnail_id','0'),(25991,6856,'_virtual','no'),(25992,6856,'_downloadable','no'),(25993,6856,'_weight',''),(25994,6856,'_length',''),(25995,6856,'_width',''),(25996,6856,'_height',''),(25997,6856,'_manage_stock','no'),(25998,6856,'_regular_price','300.00'),(25999,6856,'_sale_price',''),(26000,6856,'_sale_price_dates_from',''),(26001,6856,'_sale_price_dates_to',''),(26002,6856,'_price','300.00'),(26003,6856,'_download_limit',''),(26004,6856,'_download_expiry',''),(26005,6856,'_downloadable_files',''),(26006,6856,'_variation_description','20\" x 30\"'),(26007,6855,'_sku',''),(26008,6855,'_thumbnail_id','0'),(26009,6855,'_virtual','no'),(26010,6855,'_downloadable','no'),(26011,6855,'_weight',''),(26012,6855,'_length',''),(26013,6855,'_width',''),(26014,6855,'_height',''),(26015,6855,'_manage_stock','no'),(26016,6855,'_regular_price','400.00'),(26017,6855,'_sale_price',''),(26018,6855,'_sale_price_dates_from',''),(26019,6855,'_sale_price_dates_to',''),(26020,6855,'_price','400.00'),(26021,6855,'_download_limit',''),(26022,6855,'_download_expiry',''),(26023,6855,'_downloadable_files',''),(26024,6855,'_variation_description','24\" x 36\"'),(26025,6854,'_sku',''),(26026,6854,'_thumbnail_id','0'),(26027,6854,'_virtual','no'),(26028,6854,'_downloadable','no'),(26029,6854,'_weight',''),(26030,6854,'_length',''),(26031,6854,'_width',''),(26032,6854,'_height',''),(26033,6854,'_manage_stock','no'),(26034,6854,'_regular_price','500.00'),(26035,6854,'_sale_price',''),(26036,6854,'_sale_price_dates_from',''),(26037,6854,'_sale_price_dates_to',''),(26038,6854,'_price','500.00'),(26039,6854,'_download_limit',''),(26040,6854,'_download_expiry',''),(26041,6854,'_downloadable_files',''),(26042,6854,'_variation_description','30\" x 45\"'),(26047,6863,'_sku',''),(26048,6863,'_thumbnail_id','0'),(26049,6863,'_virtual','no'),(26050,6863,'_downloadable','no'),(26051,6863,'_weight',''),(26052,6863,'_length',''),(26053,6863,'_width',''),(26054,6863,'_height',''),(26055,6863,'_manage_stock','no'),(26056,6863,'_regular_price','175'),(26057,6863,'_sale_price',''),(26058,6863,'_sale_price_dates_from',''),(26059,6863,'_sale_price_dates_to',''),(26060,6863,'_price','175'),(26061,6863,'_download_limit',''),(26062,6863,'_download_expiry',''),(26063,6863,'_downloadable_files',''),(26064,6863,'_variation_description','12\" x 18\"'),(26065,6862,'_sku',''),(26066,6862,'_thumbnail_id','0'),(26067,6862,'_virtual','no'),(26068,6862,'_downloadable','no'),(26069,6862,'_weight',''),(26070,6862,'_length',''),(26071,6862,'_width',''),(26072,6862,'_height',''),(26073,6862,'_manage_stock','no'),(26074,6862,'_regular_price','240.00'),(26075,6862,'_sale_price',''),(26076,6862,'_sale_price_dates_from',''),(26077,6862,'_sale_price_dates_to',''),(26078,6862,'_price','240.00'),(26079,6862,'_download_limit',''),(26080,6862,'_download_expiry',''),(26081,6862,'_downloadable_files',''),(26082,6862,'_variation_description','16\" x 24\"'),(26083,6861,'_sku',''),(26084,6861,'_thumbnail_id','0'),(26085,6861,'_virtual','no'),(26086,6861,'_downloadable','no'),(26087,6861,'_weight',''),(26088,6861,'_length',''),(26089,6861,'_width',''),(26090,6861,'_height',''),(26091,6861,'_manage_stock','no'),(26092,6861,'_regular_price','300.00'),(26093,6861,'_sale_price',''),(26094,6861,'_sale_price_dates_from',''),(26095,6861,'_sale_price_dates_to',''),(26096,6861,'_price','300.00'),(26097,6861,'_download_limit',''),(26098,6861,'_download_expiry',''),(26099,6861,'_downloadable_files',''),(26100,6861,'_variation_description','20\" x 30\"'),(26101,6860,'_sku',''),(26102,6860,'_thumbnail_id','0'),(26103,6860,'_virtual','no'),(26104,6860,'_downloadable','no'),(26105,6860,'_weight',''),(26106,6860,'_length',''),(26107,6860,'_width',''),(26108,6860,'_height',''),(26109,6860,'_manage_stock','no'),(26110,6860,'_regular_price','400.00'),(26111,6860,'_sale_price',''),(26112,6860,'_sale_price_dates_from',''),(26113,6860,'_sale_price_dates_to',''),(26114,6860,'_price','400.00'),(26115,6860,'_download_limit',''),(26116,6860,'_download_expiry',''),(26117,6860,'_downloadable_files',''),(26118,6860,'_variation_description','24\" x 36\"'),(26119,6859,'_sku',''),(26120,6859,'_thumbnail_id','0'),(26121,6859,'_virtual','no'),(26122,6859,'_downloadable','no'),(26123,6859,'_weight',''),(26124,6859,'_length',''),(26125,6859,'_width',''),(26126,6859,'_height',''),(26127,6859,'_manage_stock','no'),(26128,6859,'_regular_price','500.00'),(26129,6859,'_sale_price',''),(26130,6859,'_sale_price_dates_from',''),(26131,6859,'_sale_price_dates_to',''),(26132,6859,'_price','500.00'),(26133,6859,'_download_limit',''),(26134,6859,'_download_expiry',''),(26135,6859,'_downloadable_files',''),(26136,6859,'_variation_description','30\" x 45\"'),(26141,6211,'_edit_lock','1487565990:1'),(26142,6202,'_edit_lock','1487565964:1'),(26145,6165,'_edit_lock','1487566022:1'),(26148,6864,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26149,6864,'attribute_pa_photo-prints','e'),(26150,6864,'_stock_status','instock'),(26151,6865,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26152,6865,'attribute_pa_photo-prints','d'),(26153,6865,'_stock_status','instock'),(26154,6866,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26155,6866,'attribute_pa_photo-prints','c'),(26156,6866,'_stock_status','instock'),(26157,6867,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26158,6867,'attribute_pa_photo-prints','b'),(26159,6867,'_stock_status','instock'),(26160,6868,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26161,6868,'attribute_pa_photo-prints','a'),(26162,6868,'_stock_status','instock'),(26163,6869,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26164,6869,'attribute_pa_photo-prints','e'),(26165,6869,'_stock_status','instock'),(26166,6870,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26167,6870,'attribute_pa_photo-prints','d'),(26168,6870,'_stock_status','instock'),(26169,6871,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26170,6871,'attribute_pa_photo-prints','c'),(26171,6871,'_stock_status','instock'),(26172,6872,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26173,6872,'attribute_pa_photo-prints','b'),(26174,6872,'_stock_status','instock'),(26175,6873,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26176,6873,'attribute_pa_photo-prints','a'),(26177,6873,'_stock_status','instock'),(26178,6874,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26179,6874,'attribute_pa_photo-prints','e'),(26180,6874,'_stock_status','instock'),(26181,6875,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26182,6875,'attribute_pa_photo-prints','d'),(26183,6875,'_stock_status','instock'),(26184,6876,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26185,6876,'attribute_pa_photo-prints','c'),(26186,6876,'_stock_status','instock'),(26187,6877,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26188,6877,'attribute_pa_photo-prints','b'),(26189,6877,'_stock_status','instock'),(26190,6878,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26191,6878,'attribute_pa_photo-prints','a'),(26192,6878,'_stock_status','instock'),(26193,6868,'_sku',''),(26194,6868,'_thumbnail_id','0'),(26195,6868,'_virtual','no'),(26196,6868,'_downloadable','no'),(26197,6868,'_weight',''),(26198,6868,'_length',''),(26199,6868,'_width',''),(26200,6868,'_height',''),(26201,6868,'_manage_stock','no'),(26202,6868,'_regular_price','175'),(26203,6868,'_sale_price',''),(26204,6868,'_sale_price_dates_from',''),(26205,6868,'_sale_price_dates_to',''),(26206,6868,'_price','175'),(26207,6868,'_download_limit',''),(26208,6868,'_download_expiry',''),(26209,6868,'_downloadable_files',''),(26210,6868,'_variation_description','12\" x 18\"'),(26211,6867,'_sku',''),(26212,6867,'_thumbnail_id','0'),(26213,6867,'_virtual','no'),(26214,6867,'_downloadable','no'),(26215,6867,'_weight',''),(26216,6867,'_length',''),(26217,6867,'_width',''),(26218,6867,'_height',''),(26219,6867,'_manage_stock','no'),(26220,6867,'_regular_price','240.00'),(26221,6867,'_sale_price',''),(26222,6867,'_sale_price_dates_from',''),(26223,6867,'_sale_price_dates_to',''),(26224,6867,'_price','240.00'),(26225,6867,'_download_limit',''),(26226,6867,'_download_expiry',''),(26227,6867,'_downloadable_files',''),(26228,6867,'_variation_description','16\" x 24\"'),(26229,6866,'_sku',''),(26230,6866,'_thumbnail_id','0'),(26231,6866,'_virtual','no'),(26232,6866,'_downloadable','no'),(26233,6866,'_weight',''),(26234,6866,'_length',''),(26235,6866,'_width',''),(26236,6866,'_height',''),(26237,6866,'_manage_stock','no'),(26238,6866,'_regular_price','300.00'),(26239,6866,'_sale_price',''),(26240,6866,'_sale_price_dates_from',''),(26241,6866,'_sale_price_dates_to',''),(26242,6866,'_price','300.00'),(26243,6866,'_download_limit',''),(26244,6866,'_download_expiry',''),(26245,6866,'_downloadable_files',''),(26246,6866,'_variation_description','20\" x 30\"'),(26247,6865,'_sku',''),(26248,6865,'_thumbnail_id','0'),(26249,6865,'_virtual','no'),(26250,6865,'_downloadable','no'),(26251,6865,'_weight',''),(26252,6865,'_length',''),(26253,6865,'_width',''),(26254,6865,'_height',''),(26255,6865,'_manage_stock','no'),(26256,6865,'_regular_price','400.00'),(26257,6865,'_sale_price',''),(26258,6865,'_sale_price_dates_from',''),(26259,6865,'_sale_price_dates_to',''),(26260,6865,'_price','400.00'),(26261,6865,'_download_limit',''),(26262,6865,'_download_expiry',''),(26263,6865,'_downloadable_files',''),(26264,6865,'_variation_description','24\" x 36\"'),(26265,6864,'_sku',''),(26266,6864,'_thumbnail_id','0'),(26267,6864,'_virtual','no'),(26268,6864,'_downloadable','no'),(26269,6864,'_weight',''),(26270,6864,'_length',''),(26271,6864,'_width',''),(26272,6864,'_height',''),(26273,6864,'_manage_stock','no'),(26274,6864,'_regular_price','500.00'),(26275,6864,'_sale_price',''),(26276,6864,'_sale_price_dates_from',''),(26277,6864,'_sale_price_dates_to',''),(26278,6864,'_price','500.00'),(26279,6864,'_download_limit',''),(26280,6864,'_download_expiry',''),(26281,6864,'_downloadable_files',''),(26282,6864,'_variation_description','30\" x 45\"'),(26285,6873,'_sku',''),(26286,6873,'_thumbnail_id','0'),(26287,6873,'_virtual','no'),(26288,6873,'_downloadable','no'),(26289,6873,'_weight',''),(26290,6873,'_length',''),(26291,6873,'_width',''),(26292,6873,'_height',''),(26293,6873,'_manage_stock','no'),(26294,6873,'_regular_price','175'),(26295,6873,'_sale_price',''),(26296,6873,'_sale_price_dates_from',''),(26297,6873,'_sale_price_dates_to',''),(26298,6873,'_price','175'),(26299,6873,'_download_limit',''),(26300,6873,'_download_expiry',''),(26301,6873,'_downloadable_files',''),(26302,6873,'_variation_description','12\" x 18\"'),(26303,6872,'_sku',''),(26304,6872,'_thumbnail_id','0'),(26305,6872,'_virtual','no'),(26306,6872,'_downloadable','no'),(26307,6872,'_weight',''),(26308,6872,'_length',''),(26309,6872,'_width',''),(26310,6872,'_height',''),(26311,6872,'_manage_stock','no'),(26312,6872,'_regular_price','240.00'),(26313,6872,'_sale_price',''),(26314,6872,'_sale_price_dates_from',''),(26315,6872,'_sale_price_dates_to',''),(26316,6872,'_price','240.00'),(26317,6872,'_download_limit',''),(26318,6872,'_download_expiry',''),(26319,6872,'_downloadable_files',''),(26320,6872,'_variation_description','16\" x 24\"'),(26321,6871,'_sku',''),(26322,6871,'_thumbnail_id','0'),(26323,6871,'_virtual','no'),(26324,6871,'_downloadable','no'),(26325,6871,'_weight',''),(26326,6871,'_length',''),(26327,6871,'_width',''),(26328,6871,'_height',''),(26329,6871,'_manage_stock','no'),(26330,6871,'_regular_price','300.00'),(26331,6871,'_sale_price',''),(26332,6871,'_sale_price_dates_from',''),(26333,6871,'_sale_price_dates_to',''),(26334,6871,'_price','300.00'),(26335,6871,'_download_limit',''),(26336,6871,'_download_expiry',''),(26337,6871,'_downloadable_files',''),(26338,6871,'_variation_description','20\" x 30\"'),(26339,6870,'_sku',''),(26340,6870,'_thumbnail_id','0'),(26341,6870,'_virtual','no'),(26342,6870,'_downloadable','no'),(26343,6870,'_weight',''),(26344,6870,'_length',''),(26345,6870,'_width',''),(26346,6870,'_height',''),(26347,6870,'_manage_stock','no'),(26348,6870,'_regular_price','400.00'),(26349,6870,'_sale_price',''),(26350,6870,'_sale_price_dates_from',''),(26351,6870,'_sale_price_dates_to',''),(26352,6870,'_price','400.00'),(26353,6870,'_download_limit',''),(26354,6870,'_download_expiry',''),(26355,6870,'_downloadable_files',''),(26356,6870,'_variation_description','24\" x 36\"'),(26357,6869,'_sku',''),(26358,6869,'_thumbnail_id','0'),(26359,6869,'_virtual','no'),(26360,6869,'_downloadable','no'),(26361,6869,'_weight',''),(26362,6869,'_length',''),(26363,6869,'_width',''),(26364,6869,'_height',''),(26365,6869,'_manage_stock','no'),(26366,6869,'_regular_price','500.00'),(26367,6869,'_sale_price',''),(26368,6869,'_sale_price_dates_from',''),(26369,6869,'_sale_price_dates_to',''),(26370,6869,'_price','500.00'),(26371,6869,'_download_limit',''),(26372,6869,'_download_expiry',''),(26373,6869,'_downloadable_files',''),(26374,6869,'_variation_description','30\" x 45\"'),(26377,6878,'_sku',''),(26378,6878,'_thumbnail_id','0'),(26379,6878,'_virtual','no'),(26380,6878,'_downloadable','no'),(26381,6878,'_weight',''),(26382,6878,'_length',''),(26383,6878,'_width',''),(26384,6878,'_height',''),(26385,6878,'_manage_stock','no'),(26386,6878,'_regular_price','175'),(26387,6878,'_sale_price',''),(26388,6878,'_sale_price_dates_from',''),(26389,6878,'_sale_price_dates_to',''),(26390,6878,'_price','175'),(26391,6878,'_download_limit',''),(26392,6878,'_download_expiry',''),(26393,6878,'_downloadable_files',''),(26394,6878,'_variation_description','12\" x 18\"'),(26395,6877,'_sku',''),(26396,6877,'_thumbnail_id','0'),(26397,6877,'_virtual','no'),(26398,6877,'_downloadable','no'),(26399,6877,'_weight',''),(26400,6877,'_length',''),(26401,6877,'_width',''),(26402,6877,'_height',''),(26403,6877,'_manage_stock','no'),(26404,6877,'_regular_price','240.00'),(26405,6877,'_sale_price',''),(26406,6877,'_sale_price_dates_from',''),(26407,6877,'_sale_price_dates_to',''),(26408,6877,'_price','240.00'),(26409,6877,'_download_limit',''),(26410,6877,'_download_expiry',''),(26411,6877,'_downloadable_files',''),(26412,6877,'_variation_description','16\" x 24\"'),(26413,6876,'_sku',''),(26414,6876,'_thumbnail_id','0'),(26415,6876,'_virtual','no'),(26416,6876,'_downloadable','no'),(26417,6876,'_weight',''),(26418,6876,'_length',''),(26419,6876,'_width',''),(26420,6876,'_height',''),(26421,6876,'_manage_stock','no'),(26422,6876,'_regular_price','300.00'),(26423,6876,'_sale_price',''),(26424,6876,'_sale_price_dates_from',''),(26425,6876,'_sale_price_dates_to',''),(26426,6876,'_price','300.00'),(26427,6876,'_download_limit',''),(26428,6876,'_download_expiry',''),(26429,6876,'_downloadable_files',''),(26430,6876,'_variation_description','20\" x 30\"'),(26431,6875,'_sku',''),(26432,6875,'_thumbnail_id','0'),(26433,6875,'_virtual','no'),(26434,6875,'_downloadable','no'),(26435,6875,'_weight',''),(26436,6875,'_length',''),(26437,6875,'_width',''),(26438,6875,'_height',''),(26439,6875,'_manage_stock','no'),(26440,6875,'_regular_price','400.00'),(26441,6875,'_sale_price',''),(26442,6875,'_sale_price_dates_from',''),(26443,6875,'_sale_price_dates_to',''),(26444,6875,'_price','400.00'),(26445,6875,'_download_limit',''),(26446,6875,'_download_expiry',''),(26447,6875,'_downloadable_files',''),(26448,6875,'_variation_description','24\" x 36\"'),(26449,6874,'_sku',''),(26450,6874,'_thumbnail_id','0'),(26451,6874,'_virtual','no'),(26452,6874,'_downloadable','no'),(26453,6874,'_weight',''),(26454,6874,'_length',''),(26455,6874,'_width',''),(26456,6874,'_height',''),(26457,6874,'_manage_stock','no'),(26458,6874,'_regular_price','500.00'),(26459,6874,'_sale_price',''),(26460,6874,'_sale_price_dates_from',''),(26461,6874,'_sale_price_dates_to',''),(26462,6874,'_price','500.00'),(26463,6874,'_download_limit',''),(26464,6874,'_download_expiry',''),(26465,6874,'_downloadable_files',''),(26466,6874,'_variation_description','30\" x 45\"'),(26477,6181,'_edit_lock','1487566417:1'),(26478,6230,'_edit_lock','1487566454:1'),(26479,6196,'_edit_lock','1487566748:1'),(26480,6879,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26481,6879,'attribute_pa_photo-prints','e'),(26482,6879,'_stock_status','instock'),(26483,6880,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26484,6880,'attribute_pa_photo-prints','d'),(26485,6880,'_stock_status','instock'),(26486,6881,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26487,6881,'attribute_pa_photo-prints','c'),(26488,6881,'_stock_status','instock'),(26489,6882,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26490,6882,'attribute_pa_photo-prints','b'),(26491,6882,'_stock_status','instock'),(26492,6883,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26493,6883,'attribute_pa_photo-prints','a'),(26494,6883,'_stock_status','instock'),(26495,6884,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26496,6884,'attribute_pa_photo-prints','e'),(26497,6884,'_stock_status','instock'),(26498,6885,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26499,6885,'attribute_pa_photo-prints','d'),(26500,6885,'_stock_status','instock'),(26501,6886,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26502,6886,'attribute_pa_photo-prints','c'),(26503,6886,'_stock_status','instock'),(26504,6887,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26505,6887,'attribute_pa_photo-prints','b'),(26506,6887,'_stock_status','instock'),(26507,6888,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26508,6888,'attribute_pa_photo-prints','a'),(26509,6888,'_stock_status','instock'),(26510,6889,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26511,6889,'attribute_pa_photo-prints','e'),(26512,6889,'_stock_status','instock'),(26513,6890,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26514,6890,'attribute_pa_photo-prints','d'),(26515,6890,'_stock_status','instock'),(26516,6891,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26517,6891,'attribute_pa_photo-prints','c'),(26518,6891,'_stock_status','instock'),(26519,6892,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26520,6892,'attribute_pa_photo-prints','b'),(26521,6892,'_stock_status','instock'),(26522,6893,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26523,6893,'attribute_pa_photo-prints','a'),(26524,6893,'_stock_status','instock'),(26525,6883,'_sku',''),(26526,6883,'_thumbnail_id','0'),(26527,6883,'_virtual','no'),(26528,6883,'_downloadable','no'),(26529,6883,'_weight',''),(26530,6883,'_length',''),(26531,6883,'_width',''),(26532,6883,'_height',''),(26533,6883,'_manage_stock','no'),(26534,6883,'_regular_price','175'),(26535,6883,'_sale_price',''),(26536,6883,'_sale_price_dates_from',''),(26537,6883,'_sale_price_dates_to',''),(26538,6883,'_price','175'),(26539,6883,'_download_limit',''),(26540,6883,'_download_expiry',''),(26541,6883,'_downloadable_files',''),(26542,6883,'_variation_description','12\" x 18\"'),(26543,6882,'_sku',''),(26544,6882,'_thumbnail_id','0'),(26545,6882,'_virtual','no'),(26546,6882,'_downloadable','no'),(26547,6882,'_weight',''),(26548,6882,'_length',''),(26549,6882,'_width',''),(26550,6882,'_height',''),(26551,6882,'_manage_stock','no'),(26552,6882,'_regular_price','240.00'),(26553,6882,'_sale_price',''),(26554,6882,'_sale_price_dates_from',''),(26555,6882,'_sale_price_dates_to',''),(26556,6882,'_price','240.00'),(26557,6882,'_download_limit',''),(26558,6882,'_download_expiry',''),(26559,6882,'_downloadable_files',''),(26560,6882,'_variation_description','16\" x 24\"'),(26561,6881,'_sku',''),(26562,6881,'_thumbnail_id','0'),(26563,6881,'_virtual','no'),(26564,6881,'_downloadable','no'),(26565,6881,'_weight',''),(26566,6881,'_length',''),(26567,6881,'_width',''),(26568,6881,'_height',''),(26569,6881,'_manage_stock','no'),(26570,6881,'_regular_price','300.00'),(26571,6881,'_sale_price',''),(26572,6881,'_sale_price_dates_from',''),(26573,6881,'_sale_price_dates_to',''),(26574,6881,'_price','300.00'),(26575,6881,'_download_limit',''),(26576,6881,'_download_expiry',''),(26577,6881,'_downloadable_files',''),(26578,6881,'_variation_description','20\" x 30\"'),(26579,6880,'_sku',''),(26580,6880,'_thumbnail_id','0'),(26581,6880,'_virtual','no'),(26582,6880,'_downloadable','no'),(26583,6880,'_weight',''),(26584,6880,'_length',''),(26585,6880,'_width',''),(26586,6880,'_height',''),(26587,6880,'_manage_stock','no'),(26588,6880,'_regular_price','400.00'),(26589,6880,'_sale_price',''),(26590,6880,'_sale_price_dates_from',''),(26591,6880,'_sale_price_dates_to',''),(26592,6880,'_price','400.00'),(26593,6880,'_download_limit',''),(26594,6880,'_download_expiry',''),(26595,6880,'_downloadable_files',''),(26596,6880,'_variation_description','24\" x 36\"'),(26597,6879,'_sku',''),(26598,6879,'_thumbnail_id','0'),(26599,6879,'_virtual','no'),(26600,6879,'_downloadable','no'),(26601,6879,'_weight',''),(26602,6879,'_length',''),(26603,6879,'_width',''),(26604,6879,'_height',''),(26605,6879,'_manage_stock','no'),(26606,6879,'_regular_price','500.00'),(26607,6879,'_sale_price',''),(26608,6879,'_sale_price_dates_from',''),(26609,6879,'_sale_price_dates_to',''),(26610,6879,'_price','500.00'),(26611,6879,'_download_limit',''),(26612,6879,'_download_expiry',''),(26613,6879,'_downloadable_files',''),(26614,6879,'_variation_description','30\" x 45\"'),(26617,6888,'_sku',''),(26618,6888,'_thumbnail_id','0'),(26619,6888,'_virtual','no'),(26620,6888,'_downloadable','no'),(26621,6888,'_weight',''),(26622,6888,'_length',''),(26623,6888,'_width',''),(26624,6888,'_height',''),(26625,6888,'_manage_stock','no'),(26626,6888,'_regular_price','175'),(26627,6888,'_sale_price',''),(26628,6888,'_sale_price_dates_from',''),(26629,6888,'_sale_price_dates_to',''),(26630,6888,'_price','175'),(26631,6888,'_download_limit',''),(26632,6888,'_download_expiry',''),(26633,6888,'_downloadable_files',''),(26634,6888,'_variation_description','12\" x 18\"'),(26635,6887,'_sku',''),(26636,6887,'_thumbnail_id','0'),(26637,6887,'_virtual','no'),(26638,6887,'_downloadable','no'),(26639,6887,'_weight',''),(26640,6887,'_length',''),(26641,6887,'_width',''),(26642,6887,'_height',''),(26643,6887,'_manage_stock','no'),(26644,6887,'_regular_price','240.00'),(26645,6887,'_sale_price',''),(26646,6887,'_sale_price_dates_from',''),(26647,6887,'_sale_price_dates_to',''),(26648,6887,'_price','240.00'),(26649,6887,'_download_limit',''),(26650,6887,'_download_expiry',''),(26651,6887,'_downloadable_files',''),(26652,6887,'_variation_description','16\" x 24\"'),(26653,6886,'_sku',''),(26654,6886,'_thumbnail_id','0'),(26655,6886,'_virtual','no'),(26656,6886,'_downloadable','no'),(26657,6886,'_weight',''),(26658,6886,'_length',''),(26659,6886,'_width',''),(26660,6886,'_height',''),(26661,6886,'_manage_stock','no'),(26662,6886,'_regular_price','300.00'),(26663,6886,'_sale_price',''),(26664,6886,'_sale_price_dates_from',''),(26665,6886,'_sale_price_dates_to',''),(26666,6886,'_price','300.00'),(26667,6886,'_download_limit',''),(26668,6886,'_download_expiry',''),(26669,6886,'_downloadable_files',''),(26670,6886,'_variation_description','20\" x 30\"'),(26671,6885,'_sku',''),(26672,6885,'_thumbnail_id','0'),(26673,6885,'_virtual','no'),(26674,6885,'_downloadable','no'),(26675,6885,'_weight',''),(26676,6885,'_length',''),(26677,6885,'_width',''),(26678,6885,'_height',''),(26679,6885,'_manage_stock','no'),(26680,6885,'_regular_price','400.00'),(26681,6885,'_sale_price',''),(26682,6885,'_sale_price_dates_from',''),(26683,6885,'_sale_price_dates_to',''),(26684,6885,'_price','400.00'),(26685,6885,'_download_limit',''),(26686,6885,'_download_expiry',''),(26687,6885,'_downloadable_files',''),(26688,6885,'_variation_description','24\" x 36\"'),(26689,6884,'_sku',''),(26690,6884,'_thumbnail_id','0'),(26691,6884,'_virtual','no'),(26692,6884,'_downloadable','no'),(26693,6884,'_weight',''),(26694,6884,'_length',''),(26695,6884,'_width',''),(26696,6884,'_height',''),(26697,6884,'_manage_stock','no'),(26698,6884,'_regular_price','500.00'),(26699,6884,'_sale_price',''),(26700,6884,'_sale_price_dates_from',''),(26701,6884,'_sale_price_dates_to',''),(26702,6884,'_price','500.00'),(26703,6884,'_download_limit',''),(26704,6884,'_download_expiry',''),(26705,6884,'_downloadable_files',''),(26706,6884,'_variation_description','30\" x 45\"'),(26709,6893,'_sku',''),(26710,6893,'_thumbnail_id','0'),(26711,6893,'_virtual','no'),(26712,6893,'_downloadable','no'),(26713,6893,'_weight',''),(26714,6893,'_length',''),(26715,6893,'_width',''),(26716,6893,'_height',''),(26717,6893,'_manage_stock','no'),(26718,6893,'_regular_price','175'),(26719,6893,'_sale_price',''),(26720,6893,'_sale_price_dates_from',''),(26721,6893,'_sale_price_dates_to',''),(26722,6893,'_price','175'),(26723,6893,'_download_limit',''),(26724,6893,'_download_expiry',''),(26725,6893,'_downloadable_files',''),(26726,6893,'_variation_description','12\" x 18\"'),(26727,6892,'_sku',''),(26728,6892,'_thumbnail_id','0'),(26729,6892,'_virtual','no'),(26730,6892,'_downloadable','no'),(26731,6892,'_weight',''),(26732,6892,'_length',''),(26733,6892,'_width',''),(26734,6892,'_height',''),(26735,6892,'_manage_stock','no'),(26736,6892,'_regular_price','240.00'),(26737,6892,'_sale_price',''),(26738,6892,'_sale_price_dates_from',''),(26739,6892,'_sale_price_dates_to',''),(26740,6892,'_price','240.00'),(26741,6892,'_download_limit',''),(26742,6892,'_download_expiry',''),(26743,6892,'_downloadable_files',''),(26744,6892,'_variation_description','16\" x 24\"'),(26745,6891,'_sku',''),(26746,6891,'_thumbnail_id','0'),(26747,6891,'_virtual','no'),(26748,6891,'_downloadable','no'),(26749,6891,'_weight',''),(26750,6891,'_length',''),(26751,6891,'_width',''),(26752,6891,'_height',''),(26753,6891,'_manage_stock','no'),(26754,6891,'_regular_price','300.00'),(26755,6891,'_sale_price',''),(26756,6891,'_sale_price_dates_from',''),(26757,6891,'_sale_price_dates_to',''),(26758,6891,'_price','300.00'),(26759,6891,'_download_limit',''),(26760,6891,'_download_expiry',''),(26761,6891,'_downloadable_files',''),(26762,6891,'_variation_description','20\" x 30\"'),(26763,6890,'_sku',''),(26764,6890,'_thumbnail_id','0'),(26765,6890,'_virtual','no'),(26766,6890,'_downloadable','no'),(26767,6890,'_weight',''),(26768,6890,'_length',''),(26769,6890,'_width',''),(26770,6890,'_height',''),(26771,6890,'_manage_stock','no'),(26772,6890,'_regular_price','400.00'),(26773,6890,'_sale_price',''),(26774,6890,'_sale_price_dates_from',''),(26775,6890,'_sale_price_dates_to',''),(26776,6890,'_price','400.00'),(26777,6890,'_download_limit',''),(26778,6890,'_download_expiry',''),(26779,6890,'_downloadable_files',''),(26780,6890,'_variation_description','24\" x 36\"'),(26781,6889,'_sku',''),(26782,6889,'_thumbnail_id','0'),(26783,6889,'_virtual','no'),(26784,6889,'_downloadable','no'),(26785,6889,'_weight',''),(26786,6889,'_length',''),(26787,6889,'_width',''),(26788,6889,'_height',''),(26789,6889,'_manage_stock','no'),(26790,6889,'_regular_price','500.00'),(26791,6889,'_sale_price',''),(26792,6889,'_sale_price_dates_from',''),(26793,6889,'_sale_price_dates_to',''),(26794,6889,'_price','500.00'),(26795,6889,'_download_limit',''),(26796,6889,'_download_expiry',''),(26797,6889,'_downloadable_files',''),(26798,6889,'_variation_description','30\" x 45\"'),(26807,6258,'_edit_lock','1487566919:1'),(26808,6294,'_edit_lock','1487566944:1'),(26809,6288,'_edit_lock','1487566953:1'),(26810,6894,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26811,6894,'attribute_pa_photo-prints','e'),(26812,6894,'_stock_status','instock'),(26813,6895,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26814,6895,'attribute_pa_photo-prints','d'),(26815,6895,'_stock_status','instock'),(26816,6896,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26817,6896,'attribute_pa_photo-prints','c'),(26818,6896,'_stock_status','instock'),(26819,6897,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26820,6897,'attribute_pa_photo-prints','b'),(26821,6897,'_stock_status','instock'),(26822,6898,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26823,6898,'attribute_pa_photo-prints','a'),(26824,6898,'_stock_status','instock'),(26825,6899,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26826,6899,'attribute_pa_photo-prints','e'),(26827,6899,'_stock_status','instock'),(26828,6900,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26829,6900,'attribute_pa_photo-prints','d'),(26830,6900,'_stock_status','instock'),(26831,6901,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26832,6901,'attribute_pa_photo-prints','c'),(26833,6901,'_stock_status','instock'),(26834,6902,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26835,6902,'attribute_pa_photo-prints','b'),(26836,6902,'_stock_status','instock'),(26837,6903,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26838,6903,'attribute_pa_photo-prints','a'),(26839,6903,'_stock_status','instock'),(26840,6904,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26841,6904,'attribute_pa_photo-prints','e'),(26842,6904,'_stock_status','instock'),(26843,6905,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26844,6905,'attribute_pa_photo-prints','d'),(26845,6905,'_stock_status','instock'),(26846,6906,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26847,6906,'attribute_pa_photo-prints','c'),(26848,6906,'_stock_status','instock'),(26849,6907,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26850,6907,'attribute_pa_photo-prints','b'),(26851,6907,'_stock_status','instock'),(26852,6908,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26853,6908,'attribute_pa_photo-prints','a'),(26854,6908,'_stock_status','instock'),(26855,6898,'_sku',''),(26856,6898,'_thumbnail_id','0'),(26857,6898,'_virtual','no'),(26858,6898,'_downloadable','no'),(26859,6898,'_weight',''),(26860,6898,'_length',''),(26861,6898,'_width',''),(26862,6898,'_height',''),(26863,6898,'_manage_stock','no'),(26864,6898,'_regular_price','175'),(26865,6898,'_sale_price',''),(26866,6898,'_sale_price_dates_from',''),(26867,6898,'_sale_price_dates_to',''),(26868,6898,'_price','175'),(26869,6898,'_download_limit',''),(26870,6898,'_download_expiry',''),(26871,6898,'_downloadable_files',''),(26872,6898,'_variation_description','12\" x 18\"'),(26873,6897,'_sku',''),(26874,6897,'_thumbnail_id','0'),(26875,6897,'_virtual','no'),(26876,6897,'_downloadable','no'),(26877,6897,'_weight',''),(26878,6897,'_length',''),(26879,6897,'_width',''),(26880,6897,'_height',''),(26881,6897,'_manage_stock','no'),(26882,6897,'_regular_price','240.00'),(26883,6897,'_sale_price',''),(26884,6897,'_sale_price_dates_from',''),(26885,6897,'_sale_price_dates_to',''),(26886,6897,'_price','240.00'),(26887,6897,'_download_limit',''),(26888,6897,'_download_expiry',''),(26889,6897,'_downloadable_files',''),(26890,6897,'_variation_description','16\" x 24\"'),(26891,6896,'_sku',''),(26892,6896,'_thumbnail_id','0'),(26893,6896,'_virtual','no'),(26894,6896,'_downloadable','no'),(26895,6896,'_weight',''),(26896,6896,'_length',''),(26897,6896,'_width',''),(26898,6896,'_height',''),(26899,6896,'_manage_stock','no'),(26900,6896,'_regular_price','300.00'),(26901,6896,'_sale_price',''),(26902,6896,'_sale_price_dates_from',''),(26903,6896,'_sale_price_dates_to',''),(26904,6896,'_price','300.00'),(26905,6896,'_download_limit',''),(26906,6896,'_download_expiry',''),(26907,6896,'_downloadable_files',''),(26908,6896,'_variation_description','20\" x 30\"'),(26909,6895,'_sku',''),(26910,6895,'_thumbnail_id','0'),(26911,6895,'_virtual','no'),(26912,6895,'_downloadable','no'),(26913,6895,'_weight',''),(26914,6895,'_length',''),(26915,6895,'_width',''),(26916,6895,'_height',''),(26917,6895,'_manage_stock','no'),(26918,6895,'_regular_price','400.00'),(26919,6895,'_sale_price',''),(26920,6895,'_sale_price_dates_from',''),(26921,6895,'_sale_price_dates_to',''),(26922,6895,'_price','400.00'),(26923,6895,'_download_limit',''),(26924,6895,'_download_expiry',''),(26925,6895,'_downloadable_files',''),(26926,6895,'_variation_description','24\" x 36\"'),(26927,6894,'_sku',''),(26928,6894,'_thumbnail_id','0'),(26929,6894,'_virtual','no'),(26930,6894,'_downloadable','no'),(26931,6894,'_weight',''),(26932,6894,'_length',''),(26933,6894,'_width',''),(26934,6894,'_height',''),(26935,6894,'_manage_stock','no'),(26936,6894,'_regular_price','500.00'),(26937,6894,'_sale_price',''),(26938,6894,'_sale_price_dates_from',''),(26939,6894,'_sale_price_dates_to',''),(26940,6894,'_price','500.00'),(26941,6894,'_download_limit',''),(26942,6894,'_download_expiry',''),(26943,6894,'_downloadable_files',''),(26944,6894,'_variation_description','30\" x 45\"'),(26947,6903,'_sku',''),(26948,6903,'_thumbnail_id','0'),(26949,6903,'_virtual','no'),(26950,6903,'_downloadable','no'),(26951,6903,'_weight',''),(26952,6903,'_length',''),(26953,6903,'_width',''),(26954,6903,'_height',''),(26955,6903,'_manage_stock','no'),(26956,6903,'_regular_price','175'),(26957,6903,'_sale_price',''),(26958,6903,'_sale_price_dates_from',''),(26959,6903,'_sale_price_dates_to',''),(26960,6903,'_price','175'),(26961,6903,'_download_limit',''),(26962,6903,'_download_expiry',''),(26963,6903,'_downloadable_files',''),(26964,6903,'_variation_description','12\" x 18\"'),(26965,6902,'_sku',''),(26966,6902,'_thumbnail_id','0'),(26967,6902,'_virtual','no'),(26968,6902,'_downloadable','no'),(26969,6902,'_weight',''),(26970,6902,'_length',''),(26971,6902,'_width',''),(26972,6902,'_height',''),(26973,6902,'_manage_stock','no'),(26974,6902,'_regular_price','240.00'),(26975,6902,'_sale_price',''),(26976,6902,'_sale_price_dates_from',''),(26977,6902,'_sale_price_dates_to',''),(26978,6902,'_price','240.00'),(26979,6902,'_download_limit',''),(26980,6902,'_download_expiry',''),(26981,6902,'_downloadable_files',''),(26982,6902,'_variation_description','16\" x 24\"'),(26983,6901,'_sku',''),(26984,6901,'_thumbnail_id','0'),(26985,6901,'_virtual','no'),(26986,6901,'_downloadable','no'),(26987,6901,'_weight',''),(26988,6901,'_length',''),(26989,6901,'_width',''),(26990,6901,'_height',''),(26991,6901,'_manage_stock','no'),(26992,6901,'_regular_price','300.00'),(26993,6901,'_sale_price',''),(26994,6901,'_sale_price_dates_from',''),(26995,6901,'_sale_price_dates_to',''),(26996,6901,'_price','300.00'),(26997,6901,'_download_limit',''),(26998,6901,'_download_expiry',''),(26999,6901,'_downloadable_files',''),(27000,6901,'_variation_description','20\" x 30\"'),(27001,6900,'_sku',''),(27002,6900,'_thumbnail_id','0'),(27003,6900,'_virtual','no'),(27004,6900,'_downloadable','no'),(27005,6900,'_weight',''),(27006,6900,'_length',''),(27007,6900,'_width',''),(27008,6900,'_height',''),(27009,6900,'_manage_stock','no'),(27010,6900,'_regular_price','400.00'),(27011,6900,'_sale_price',''),(27012,6900,'_sale_price_dates_from',''),(27013,6900,'_sale_price_dates_to',''),(27014,6900,'_price','400.00'),(27015,6900,'_download_limit',''),(27016,6900,'_download_expiry',''),(27017,6900,'_downloadable_files',''),(27018,6900,'_variation_description','24\" x 36\"'),(27019,6899,'_sku',''),(27020,6899,'_thumbnail_id','0'),(27021,6899,'_virtual','no'),(27022,6899,'_downloadable','no'),(27023,6899,'_weight',''),(27024,6899,'_length',''),(27025,6899,'_width',''),(27026,6899,'_height',''),(27027,6899,'_manage_stock','no'),(27028,6899,'_regular_price','500.00'),(27029,6899,'_sale_price',''),(27030,6899,'_sale_price_dates_from',''),(27031,6899,'_sale_price_dates_to',''),(27032,6899,'_price','500.00'),(27033,6899,'_download_limit',''),(27034,6899,'_download_expiry',''),(27035,6899,'_downloadable_files',''),(27036,6899,'_variation_description','30\" x 45\"'),(27039,6908,'_sku',''),(27040,6908,'_thumbnail_id','0'),(27041,6908,'_virtual','no'),(27042,6908,'_downloadable','no'),(27043,6908,'_weight',''),(27044,6908,'_length',''),(27045,6908,'_width',''),(27046,6908,'_height',''),(27047,6908,'_manage_stock','no'),(27048,6908,'_regular_price','175'),(27049,6908,'_sale_price',''),(27050,6908,'_sale_price_dates_from',''),(27051,6908,'_sale_price_dates_to',''),(27052,6908,'_price','175'),(27053,6908,'_download_limit',''),(27054,6908,'_download_expiry',''),(27055,6908,'_downloadable_files',''),(27056,6908,'_variation_description','12\" x 18\"'),(27057,6907,'_sku',''),(27058,6907,'_thumbnail_id','0'),(27059,6907,'_virtual','no'),(27060,6907,'_downloadable','no'),(27061,6907,'_weight',''),(27062,6907,'_length',''),(27063,6907,'_width',''),(27064,6907,'_height',''),(27065,6907,'_manage_stock','no'),(27066,6907,'_regular_price','240.00'),(27067,6907,'_sale_price',''),(27068,6907,'_sale_price_dates_from',''),(27069,6907,'_sale_price_dates_to',''),(27070,6907,'_price','240.00'),(27071,6907,'_download_limit',''),(27072,6907,'_download_expiry',''),(27073,6907,'_downloadable_files',''),(27074,6907,'_variation_description','16\" x 24\"'),(27075,6906,'_sku',''),(27076,6906,'_thumbnail_id','0'),(27077,6906,'_virtual','no'),(27078,6906,'_downloadable','no'),(27079,6906,'_weight',''),(27080,6906,'_length',''),(27081,6906,'_width',''),(27082,6906,'_height',''),(27083,6906,'_manage_stock','no'),(27084,6906,'_regular_price','300.00'),(27085,6906,'_sale_price',''),(27086,6906,'_sale_price_dates_from',''),(27087,6906,'_sale_price_dates_to',''),(27088,6906,'_price','300.00'),(27089,6906,'_download_limit',''),(27090,6906,'_download_expiry',''),(27091,6906,'_downloadable_files',''),(27092,6906,'_variation_description','20\" x 30\"'),(27093,6905,'_sku',''),(27094,6905,'_thumbnail_id','0'),(27095,6905,'_virtual','no'),(27096,6905,'_downloadable','no'),(27097,6905,'_weight',''),(27098,6905,'_length',''),(27099,6905,'_width',''),(27100,6905,'_height',''),(27101,6905,'_manage_stock','no'),(27102,6905,'_regular_price','400.00'),(27103,6905,'_sale_price',''),(27104,6905,'_sale_price_dates_from',''),(27105,6905,'_sale_price_dates_to',''),(27106,6905,'_price','400.00'),(27107,6905,'_download_limit',''),(27108,6905,'_download_expiry',''),(27109,6905,'_downloadable_files',''),(27110,6905,'_variation_description','24\" x 36\"'),(27111,6904,'_sku',''),(27112,6904,'_thumbnail_id','0'),(27113,6904,'_virtual','no'),(27114,6904,'_downloadable','no'),(27115,6904,'_weight',''),(27116,6904,'_length',''),(27117,6904,'_width',''),(27118,6904,'_height',''),(27119,6904,'_manage_stock','no'),(27120,6904,'_regular_price','500.00'),(27121,6904,'_sale_price',''),(27122,6904,'_sale_price_dates_from',''),(27123,6904,'_sale_price_dates_to',''),(27124,6904,'_price','500.00'),(27125,6904,'_download_limit',''),(27126,6904,'_download_expiry',''),(27127,6904,'_downloadable_files',''),(27128,6904,'_variation_description','30\" x 45\"'),(27139,6240,'_edit_lock','1487567402:1'),(27140,6301,'_edit_lock','1487567398:1'),(27141,6246,'_edit_lock','1487567360:1'),(27142,6909,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27143,6909,'attribute_pa_photo-prints','e'),(27144,6909,'_stock_status','instock'),(27145,6910,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27146,6910,'attribute_pa_photo-prints','d'),(27147,6910,'_stock_status','instock'),(27148,6911,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27149,6911,'attribute_pa_photo-prints','c'),(27150,6911,'_stock_status','instock'),(27151,6912,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27152,6912,'attribute_pa_photo-prints','b'),(27153,6912,'_stock_status','instock'),(27154,6913,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27155,6913,'attribute_pa_photo-prints','a'),(27156,6913,'_stock_status','instock'),(27157,6914,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27158,6914,'attribute_pa_photo-prints','e'),(27159,6914,'_stock_status','instock'),(27160,6915,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27161,6915,'attribute_pa_photo-prints','d'),(27162,6915,'_stock_status','instock'),(27163,6916,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27164,6916,'attribute_pa_photo-prints','c'),(27165,6916,'_stock_status','instock'),(27166,6917,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27167,6917,'attribute_pa_photo-prints','b'),(27168,6917,'_stock_status','instock'),(27169,6918,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27170,6918,'attribute_pa_photo-prints','a'),(27171,6918,'_stock_status','instock'),(27172,6919,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27173,6919,'attribute_pa_photo-prints','e'),(27174,6919,'_stock_status','instock'),(27175,6920,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27176,6920,'attribute_pa_photo-prints','d'),(27177,6920,'_stock_status','instock'),(27178,6921,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27179,6921,'attribute_pa_photo-prints','c'),(27180,6921,'_stock_status','instock'),(27181,6922,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27182,6922,'attribute_pa_photo-prints','b'),(27183,6922,'_stock_status','instock'),(27184,6923,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27185,6923,'attribute_pa_photo-prints','a'),(27186,6923,'_stock_status','instock'),(27187,6913,'_sku',''),(27188,6913,'_thumbnail_id','0'),(27189,6913,'_virtual','no'),(27190,6913,'_downloadable','no'),(27191,6913,'_weight',''),(27192,6913,'_length',''),(27193,6913,'_width',''),(27194,6913,'_height',''),(27195,6913,'_manage_stock','no'),(27196,6913,'_regular_price','175'),(27197,6913,'_sale_price',''),(27198,6913,'_sale_price_dates_from',''),(27199,6913,'_sale_price_dates_to',''),(27200,6913,'_price','175'),(27201,6913,'_download_limit',''),(27202,6913,'_download_expiry',''),(27203,6913,'_downloadable_files',''),(27204,6913,'_variation_description','12\" x 18\"'),(27205,6912,'_sku',''),(27206,6912,'_thumbnail_id','0'),(27207,6912,'_virtual','no'),(27208,6912,'_downloadable','no'),(27209,6912,'_weight',''),(27210,6912,'_length',''),(27211,6912,'_width',''),(27212,6912,'_height',''),(27213,6912,'_manage_stock','no'),(27214,6912,'_regular_price','240.00'),(27215,6912,'_sale_price',''),(27216,6912,'_sale_price_dates_from',''),(27217,6912,'_sale_price_dates_to',''),(27218,6912,'_price','240.00'),(27219,6912,'_download_limit',''),(27220,6912,'_download_expiry',''),(27221,6912,'_downloadable_files',''),(27222,6912,'_variation_description','16\" x 24\"'),(27223,6911,'_sku',''),(27224,6911,'_thumbnail_id','0'),(27225,6911,'_virtual','no'),(27226,6911,'_downloadable','no'),(27227,6911,'_weight',''),(27228,6911,'_length',''),(27229,6911,'_width',''),(27230,6911,'_height',''),(27231,6911,'_manage_stock','no'),(27232,6911,'_regular_price','300.00'),(27233,6911,'_sale_price',''),(27234,6911,'_sale_price_dates_from',''),(27235,6911,'_sale_price_dates_to',''),(27236,6911,'_price','300.00'),(27237,6911,'_download_limit',''),(27238,6911,'_download_expiry',''),(27239,6911,'_downloadable_files',''),(27240,6911,'_variation_description','20\" x 30\"'),(27241,6910,'_sku',''),(27242,6910,'_thumbnail_id','0'),(27243,6910,'_virtual','no'),(27244,6910,'_downloadable','no'),(27245,6910,'_weight',''),(27246,6910,'_length',''),(27247,6910,'_width',''),(27248,6910,'_height',''),(27249,6910,'_manage_stock','no'),(27250,6910,'_regular_price','400.00'),(27251,6910,'_sale_price',''),(27252,6910,'_sale_price_dates_from',''),(27253,6910,'_sale_price_dates_to',''),(27254,6910,'_price','400.00'),(27255,6910,'_download_limit',''),(27256,6910,'_download_expiry',''),(27257,6910,'_downloadable_files',''),(27258,6910,'_variation_description','24\" x 36\"'),(27259,6909,'_sku',''),(27260,6909,'_thumbnail_id','0'),(27261,6909,'_virtual','no'),(27262,6909,'_downloadable','no'),(27263,6909,'_weight',''),(27264,6909,'_length',''),(27265,6909,'_width',''),(27266,6909,'_height',''),(27267,6909,'_manage_stock','no'),(27268,6909,'_regular_price','500.00'),(27269,6909,'_sale_price',''),(27270,6909,'_sale_price_dates_from',''),(27271,6909,'_sale_price_dates_to',''),(27272,6909,'_price','500.00'),(27273,6909,'_download_limit',''),(27274,6909,'_download_expiry',''),(27275,6909,'_downloadable_files',''),(27276,6909,'_variation_description','30\" x 45\"'),(27279,6918,'_sku',''),(27280,6918,'_thumbnail_id','0'),(27281,6918,'_virtual','no'),(27282,6918,'_downloadable','no'),(27283,6918,'_weight',''),(27284,6918,'_length',''),(27285,6918,'_width',''),(27286,6918,'_height',''),(27287,6918,'_manage_stock','no'),(27288,6918,'_regular_price','175'),(27289,6918,'_sale_price',''),(27290,6918,'_sale_price_dates_from',''),(27291,6918,'_sale_price_dates_to',''),(27292,6918,'_price','175'),(27293,6918,'_download_limit',''),(27294,6918,'_download_expiry',''),(27295,6918,'_downloadable_files',''),(27296,6918,'_variation_description','12\" x 18\"'),(27297,6917,'_sku',''),(27298,6917,'_thumbnail_id','0'),(27299,6917,'_virtual','no'),(27300,6917,'_downloadable','no'),(27301,6917,'_weight',''),(27302,6917,'_length',''),(27303,6917,'_width',''),(27304,6917,'_height',''),(27305,6917,'_manage_stock','no'),(27306,6917,'_regular_price','240.00'),(27307,6917,'_sale_price',''),(27308,6917,'_sale_price_dates_from',''),(27309,6917,'_sale_price_dates_to',''),(27310,6917,'_price','240.00'),(27311,6917,'_download_limit',''),(27312,6917,'_download_expiry',''),(27313,6917,'_downloadable_files',''),(27314,6917,'_variation_description','16\" x 24\"'),(27315,6916,'_sku',''),(27316,6916,'_thumbnail_id','0'),(27317,6916,'_virtual','no'),(27318,6916,'_downloadable','no'),(27319,6916,'_weight',''),(27320,6916,'_length',''),(27321,6916,'_width',''),(27322,6916,'_height',''),(27323,6916,'_manage_stock','no'),(27324,6916,'_regular_price','300.00'),(27325,6916,'_sale_price',''),(27326,6916,'_sale_price_dates_from',''),(27327,6916,'_sale_price_dates_to',''),(27328,6916,'_price','300.00'),(27329,6916,'_download_limit',''),(27330,6916,'_download_expiry',''),(27331,6916,'_downloadable_files',''),(27332,6916,'_variation_description','20\" x 30\"'),(27333,6915,'_sku',''),(27334,6915,'_thumbnail_id','0'),(27335,6915,'_virtual','no'),(27336,6915,'_downloadable','no'),(27337,6915,'_weight',''),(27338,6915,'_length',''),(27339,6915,'_width',''),(27340,6915,'_height',''),(27341,6915,'_manage_stock','no'),(27342,6915,'_regular_price','400.00'),(27343,6915,'_sale_price',''),(27344,6915,'_sale_price_dates_from',''),(27345,6915,'_sale_price_dates_to',''),(27346,6915,'_price','400.00'),(27347,6915,'_download_limit',''),(27348,6915,'_download_expiry',''),(27349,6915,'_downloadable_files',''),(27350,6915,'_variation_description','24\" x 36\"'),(27351,6914,'_sku',''),(27352,6914,'_thumbnail_id','0'),(27353,6914,'_virtual','no'),(27354,6914,'_downloadable','no'),(27355,6914,'_weight',''),(27356,6914,'_length',''),(27357,6914,'_width',''),(27358,6914,'_height',''),(27359,6914,'_manage_stock','no'),(27360,6914,'_regular_price','500.00'),(27361,6914,'_sale_price',''),(27362,6914,'_sale_price_dates_from',''),(27363,6914,'_sale_price_dates_to',''),(27364,6914,'_price','500.00'),(27365,6914,'_download_limit',''),(27366,6914,'_download_expiry',''),(27367,6914,'_downloadable_files',''),(27368,6914,'_variation_description','30\" x 45\"'),(27371,6923,'_sku',''),(27372,6923,'_thumbnail_id','0'),(27373,6923,'_virtual','no'),(27374,6923,'_downloadable','no'),(27375,6923,'_weight',''),(27376,6923,'_length',''),(27377,6923,'_width',''),(27378,6923,'_height',''),(27379,6923,'_manage_stock','no'),(27380,6923,'_regular_price','175'),(27381,6923,'_sale_price',''),(27382,6923,'_sale_price_dates_from',''),(27383,6923,'_sale_price_dates_to',''),(27384,6923,'_price','175'),(27385,6923,'_download_limit',''),(27386,6923,'_download_expiry',''),(27387,6923,'_downloadable_files',''),(27388,6923,'_variation_description','12\" x 18\"'),(27389,6922,'_sku',''),(27390,6922,'_thumbnail_id','0'),(27391,6922,'_virtual','no'),(27392,6922,'_downloadable','no'),(27393,6922,'_weight',''),(27394,6922,'_length',''),(27395,6922,'_width',''),(27396,6922,'_height',''),(27397,6922,'_manage_stock','no'),(27398,6922,'_regular_price','240.00'),(27399,6922,'_sale_price',''),(27400,6922,'_sale_price_dates_from',''),(27401,6922,'_sale_price_dates_to',''),(27402,6922,'_price','240.00'),(27403,6922,'_download_limit',''),(27404,6922,'_download_expiry',''),(27405,6922,'_downloadable_files',''),(27406,6922,'_variation_description','16\" x 24\"'),(27407,6921,'_sku',''),(27408,6921,'_thumbnail_id','0'),(27409,6921,'_virtual','no'),(27410,6921,'_downloadable','no'),(27411,6921,'_weight',''),(27412,6921,'_length',''),(27413,6921,'_width',''),(27414,6921,'_height',''),(27415,6921,'_manage_stock','no'),(27416,6921,'_regular_price','300.00'),(27417,6921,'_sale_price',''),(27418,6921,'_sale_price_dates_from',''),(27419,6921,'_sale_price_dates_to',''),(27420,6921,'_price','300.00'),(27421,6921,'_download_limit',''),(27422,6921,'_download_expiry',''),(27423,6921,'_downloadable_files',''),(27424,6921,'_variation_description','20\" x 30\"'),(27425,6920,'_sku',''),(27426,6920,'_thumbnail_id','0'),(27427,6920,'_virtual','no'),(27428,6920,'_downloadable','no'),(27429,6920,'_weight',''),(27430,6920,'_length',''),(27431,6920,'_width',''),(27432,6920,'_height',''),(27433,6920,'_manage_stock','no'),(27434,6920,'_regular_price','400.00'),(27435,6920,'_sale_price',''),(27436,6920,'_sale_price_dates_from',''),(27437,6920,'_sale_price_dates_to',''),(27438,6920,'_price','400.00'),(27439,6920,'_download_limit',''),(27440,6920,'_download_expiry',''),(27441,6920,'_downloadable_files',''),(27442,6920,'_variation_description','24\" x 36\"'),(27443,6919,'_sku',''),(27444,6919,'_thumbnail_id','0'),(27445,6919,'_virtual','no'),(27446,6919,'_downloadable','no'),(27447,6919,'_weight',''),(27448,6919,'_length',''),(27449,6919,'_width',''),(27450,6919,'_height',''),(27451,6919,'_manage_stock','no'),(27452,6919,'_regular_price','500.00'),(27453,6919,'_sale_price',''),(27454,6919,'_sale_price_dates_from',''),(27455,6919,'_sale_price_dates_to',''),(27456,6919,'_price','500.00'),(27457,6919,'_download_limit',''),(27458,6919,'_download_expiry',''),(27459,6919,'_downloadable_files',''),(27460,6919,'_variation_description','30\" x 45\"'),(27473,6252,'_edit_lock','1487567842:1'),(27474,6264,'_edit_lock','1487567816:1'),(27475,6270,'_edit_lock','1487567835:1'),(27476,6924,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27477,6924,'attribute_pa_photo-prints','e'),(27478,6924,'_stock_status','instock'),(27479,6925,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27480,6925,'attribute_pa_photo-prints','d'),(27481,6925,'_stock_status','instock'),(27482,6926,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27483,6926,'attribute_pa_photo-prints','c'),(27484,6926,'_stock_status','instock'),(27485,6927,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27486,6927,'attribute_pa_photo-prints','b'),(27487,6927,'_stock_status','instock'),(27488,6928,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27489,6928,'attribute_pa_photo-prints','a'),(27490,6928,'_stock_status','instock'),(27491,6929,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27492,6929,'attribute_pa_photo-prints','e'),(27493,6929,'_stock_status','instock'),(27494,6930,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27495,6930,'attribute_pa_photo-prints','d'),(27496,6930,'_stock_status','instock'),(27497,6931,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27498,6931,'attribute_pa_photo-prints','c'),(27499,6931,'_stock_status','instock'),(27500,6932,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27501,6932,'attribute_pa_photo-prints','b'),(27502,6932,'_stock_status','instock'),(27503,6933,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27504,6933,'attribute_pa_photo-prints','a'),(27505,6933,'_stock_status','instock'),(27506,6933,'_sku',''),(27507,6933,'_thumbnail_id','0'),(27508,6933,'_virtual','no'),(27509,6933,'_downloadable','no'),(27510,6933,'_weight',''),(27511,6933,'_length',''),(27512,6933,'_width',''),(27513,6933,'_height',''),(27514,6933,'_manage_stock','no'),(27515,6933,'_regular_price','175'),(27516,6933,'_sale_price',''),(27517,6933,'_sale_price_dates_from',''),(27518,6933,'_sale_price_dates_to',''),(27519,6933,'_price','175'),(27520,6933,'_download_limit',''),(27521,6933,'_download_expiry',''),(27522,6933,'_downloadable_files',''),(27523,6933,'_variation_description','12\" x 18\"'),(27524,6932,'_sku',''),(27525,6932,'_thumbnail_id','0'),(27526,6932,'_virtual','no'),(27527,6932,'_downloadable','no'),(27528,6932,'_weight',''),(27529,6932,'_length',''),(27530,6932,'_width',''),(27531,6932,'_height',''),(27532,6932,'_manage_stock','no'),(27533,6932,'_regular_price','240.00'),(27534,6932,'_sale_price',''),(27535,6932,'_sale_price_dates_from',''),(27536,6932,'_sale_price_dates_to',''),(27537,6932,'_price','240.00'),(27538,6932,'_download_limit',''),(27539,6932,'_download_expiry',''),(27540,6932,'_downloadable_files',''),(27541,6932,'_variation_description','16\" x 24\"'),(27542,6931,'_sku',''),(27543,6931,'_thumbnail_id','0'),(27544,6931,'_virtual','no'),(27545,6931,'_downloadable','no'),(27546,6931,'_weight',''),(27547,6931,'_length',''),(27548,6931,'_width',''),(27549,6931,'_height',''),(27550,6931,'_manage_stock','no'),(27551,6931,'_regular_price','300.00'),(27552,6931,'_sale_price',''),(27553,6931,'_sale_price_dates_from',''),(27554,6931,'_sale_price_dates_to',''),(27555,6931,'_price','300.00'),(27556,6931,'_download_limit',''),(27557,6931,'_download_expiry',''),(27558,6931,'_downloadable_files',''),(27559,6931,'_variation_description','20\" x 30\"'),(27560,6930,'_sku',''),(27561,6930,'_thumbnail_id','0'),(27562,6930,'_virtual','no'),(27563,6930,'_downloadable','no'),(27564,6930,'_weight',''),(27565,6930,'_length',''),(27566,6930,'_width',''),(27567,6930,'_height',''),(27568,6930,'_manage_stock','no'),(27569,6930,'_regular_price','400.00'),(27570,6930,'_sale_price',''),(27571,6930,'_sale_price_dates_from',''),(27572,6930,'_sale_price_dates_to',''),(27573,6930,'_price','400.00'),(27574,6930,'_download_limit',''),(27575,6930,'_download_expiry',''),(27576,6930,'_downloadable_files',''),(27577,6930,'_variation_description','24\" x 36\"'),(27578,6929,'_sku',''),(27579,6929,'_thumbnail_id','0'),(27580,6929,'_virtual','no'),(27581,6929,'_downloadable','no'),(27582,6929,'_weight',''),(27583,6929,'_length',''),(27584,6929,'_width',''),(27585,6929,'_height',''),(27586,6929,'_manage_stock','no'),(27587,6929,'_regular_price','500.00'),(27588,6929,'_sale_price',''),(27589,6929,'_sale_price_dates_from',''),(27590,6929,'_sale_price_dates_to',''),(27591,6929,'_price','500.00'),(27592,6929,'_download_limit',''),(27593,6929,'_download_expiry',''),(27594,6929,'_downloadable_files',''),(27595,6929,'_variation_description','30\" x 45\"'),(27598,6934,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27599,6934,'attribute_pa_photo-prints','e'),(27600,6934,'_stock_status','instock'),(27601,6935,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27602,6935,'attribute_pa_photo-prints','d'),(27603,6935,'_stock_status','instock'),(27604,6936,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27605,6936,'attribute_pa_photo-prints','c'),(27606,6936,'_stock_status','instock'),(27607,6937,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27608,6937,'attribute_pa_photo-prints','b'),(27609,6937,'_stock_status','instock'),(27610,6938,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27611,6938,'attribute_pa_photo-prints','a'),(27612,6938,'_stock_status','instock'),(27613,6928,'_sku',''),(27614,6928,'_thumbnail_id','0'),(27615,6928,'_virtual','no'),(27616,6928,'_downloadable','no'),(27617,6928,'_weight',''),(27618,6928,'_length',''),(27619,6928,'_width',''),(27620,6928,'_height',''),(27621,6928,'_manage_stock','no'),(27622,6928,'_regular_price','175'),(27623,6928,'_sale_price',''),(27624,6928,'_sale_price_dates_from',''),(27625,6928,'_sale_price_dates_to',''),(27626,6928,'_price','175'),(27627,6928,'_download_limit',''),(27628,6928,'_download_expiry',''),(27629,6928,'_downloadable_files',''),(27630,6928,'_variation_description','12\" x 18\"'),(27631,6927,'_sku',''),(27632,6927,'_thumbnail_id','0'),(27633,6927,'_virtual','no'),(27634,6927,'_downloadable','no'),(27635,6927,'_weight',''),(27636,6927,'_length',''),(27637,6927,'_width',''),(27638,6927,'_height',''),(27639,6927,'_manage_stock','no'),(27640,6927,'_regular_price','240.00'),(27641,6927,'_sale_price',''),(27642,6927,'_sale_price_dates_from',''),(27643,6927,'_sale_price_dates_to',''),(27644,6927,'_price','240.00'),(27645,6927,'_download_limit',''),(27646,6927,'_download_expiry',''),(27647,6927,'_downloadable_files',''),(27648,6927,'_variation_description','16\" x 24\"'),(27649,6926,'_sku',''),(27650,6926,'_thumbnail_id','0'),(27651,6926,'_virtual','no'),(27652,6926,'_downloadable','no'),(27653,6926,'_weight',''),(27654,6926,'_length',''),(27655,6926,'_width',''),(27656,6926,'_height',''),(27657,6926,'_manage_stock','no'),(27658,6926,'_regular_price','300.00'),(27659,6926,'_sale_price',''),(27660,6926,'_sale_price_dates_from',''),(27661,6926,'_sale_price_dates_to',''),(27662,6926,'_price','300.00'),(27663,6926,'_download_limit',''),(27664,6926,'_download_expiry',''),(27665,6926,'_downloadable_files',''),(27666,6926,'_variation_description','20\" x 30\"'),(27667,6925,'_sku',''),(27668,6925,'_thumbnail_id','0'),(27669,6925,'_virtual','no'),(27670,6925,'_downloadable','no'),(27671,6925,'_weight',''),(27672,6925,'_length',''),(27673,6925,'_width',''),(27674,6925,'_height',''),(27675,6925,'_manage_stock','no'),(27676,6925,'_regular_price','400.00'),(27677,6925,'_sale_price',''),(27678,6925,'_sale_price_dates_from',''),(27679,6925,'_sale_price_dates_to',''),(27680,6925,'_price','400.00'),(27681,6925,'_download_limit',''),(27682,6925,'_download_expiry',''),(27683,6925,'_downloadable_files',''),(27684,6925,'_variation_description','24\" x 36\"'),(27685,6924,'_sku',''),(27686,6924,'_thumbnail_id','0'),(27687,6924,'_virtual','no'),(27688,6924,'_downloadable','no'),(27689,6924,'_weight',''),(27690,6924,'_length',''),(27691,6924,'_width',''),(27692,6924,'_height',''),(27693,6924,'_manage_stock','no'),(27694,6924,'_regular_price','500.00'),(27695,6924,'_sale_price',''),(27696,6924,'_sale_price_dates_from',''),(27697,6924,'_sale_price_dates_to',''),(27698,6924,'_price','500.00'),(27699,6924,'_download_limit',''),(27700,6924,'_download_expiry',''),(27701,6924,'_downloadable_files',''),(27702,6924,'_variation_description','30\" x 45\"'),(27705,6938,'_sku',''),(27706,6938,'_thumbnail_id','0'),(27707,6938,'_virtual','no'),(27708,6938,'_downloadable','no'),(27709,6938,'_weight',''),(27710,6938,'_length',''),(27711,6938,'_width',''),(27712,6938,'_height',''),(27713,6938,'_manage_stock','no'),(27714,6938,'_regular_price','175'),(27715,6938,'_sale_price',''),(27716,6938,'_sale_price_dates_from',''),(27717,6938,'_sale_price_dates_to',''),(27718,6938,'_price','175'),(27719,6938,'_download_limit',''),(27720,6938,'_download_expiry',''),(27721,6938,'_downloadable_files',''),(27722,6938,'_variation_description','12\" x 18\"'),(27723,6937,'_sku',''),(27724,6937,'_thumbnail_id','0'),(27725,6937,'_virtual','no'),(27726,6937,'_downloadable','no'),(27727,6937,'_weight',''),(27728,6937,'_length',''),(27729,6937,'_width',''),(27730,6937,'_height',''),(27731,6937,'_manage_stock','no'),(27732,6937,'_regular_price','240.00'),(27733,6937,'_sale_price',''),(27734,6937,'_sale_price_dates_from',''),(27735,6937,'_sale_price_dates_to',''),(27736,6937,'_price','240.00'),(27737,6937,'_download_limit',''),(27738,6937,'_download_expiry',''),(27739,6937,'_downloadable_files',''),(27740,6937,'_variation_description','16\" x 24\"'),(27741,6936,'_sku',''),(27742,6936,'_thumbnail_id','0'),(27743,6936,'_virtual','no'),(27744,6936,'_downloadable','no'),(27745,6936,'_weight',''),(27746,6936,'_length',''),(27747,6936,'_width',''),(27748,6936,'_height',''),(27749,6936,'_manage_stock','no'),(27750,6936,'_regular_price','300.00'),(27751,6936,'_sale_price',''),(27752,6936,'_sale_price_dates_from',''),(27753,6936,'_sale_price_dates_to',''),(27754,6936,'_price','300.00'),(27755,6936,'_download_limit',''),(27756,6936,'_download_expiry',''),(27757,6936,'_downloadable_files',''),(27758,6936,'_variation_description','20\" x 30\"'),(27759,6935,'_sku',''),(27760,6935,'_thumbnail_id','0'),(27761,6935,'_virtual','no'),(27762,6935,'_downloadable','no'),(27763,6935,'_weight',''),(27764,6935,'_length',''),(27765,6935,'_width',''),(27766,6935,'_height',''),(27767,6935,'_manage_stock','no'),(27768,6935,'_regular_price','400.00'),(27769,6935,'_sale_price',''),(27770,6935,'_sale_price_dates_from',''),(27771,6935,'_sale_price_dates_to',''),(27772,6935,'_price','400.00'),(27773,6935,'_download_limit',''),(27774,6935,'_download_expiry',''),(27775,6935,'_downloadable_files',''),(27776,6935,'_variation_description','24\" x 36\"'),(27777,6934,'_sku',''),(27778,6934,'_thumbnail_id','0'),(27779,6934,'_virtual','no'),(27780,6934,'_downloadable','no'),(27781,6934,'_weight',''),(27782,6934,'_length',''),(27783,6934,'_width',''),(27784,6934,'_height',''),(27785,6934,'_manage_stock','no'),(27786,6934,'_regular_price','500.00'),(27787,6934,'_sale_price',''),(27788,6934,'_sale_price_dates_from',''),(27789,6934,'_sale_price_dates_to',''),(27790,6934,'_price','500.00'),(27791,6934,'_download_limit',''),(27792,6934,'_download_expiry',''),(27793,6934,'_downloadable_files',''),(27794,6934,'_variation_description','30\" x 45\"'),(27809,6276,'_edit_lock','1487568361:1'),(27810,6282,'_edit_lock','1487568294:1'),(27811,6307,'_edit_lock','1589769241:3'),(27812,6939,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27813,6939,'attribute_pa_photo-prints','e'),(27814,6939,'_stock_status','instock'),(27815,6940,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27816,6940,'attribute_pa_photo-prints','d'),(27817,6940,'_stock_status','instock'),(27818,6941,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27819,6941,'attribute_pa_photo-prints','c'),(27820,6941,'_stock_status','instock'),(27821,6942,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27822,6942,'attribute_pa_photo-prints','b'),(27823,6942,'_stock_status','instock'),(27824,6943,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27825,6943,'attribute_pa_photo-prints','a'),(27826,6943,'_stock_status','instock'),(27827,6944,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27828,6944,'attribute_pa_photo-prints','e'),(27829,6944,'_stock_status','instock'),(27830,6945,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27831,6945,'attribute_pa_photo-prints','d'),(27832,6945,'_stock_status','instock'),(27833,6946,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27834,6946,'attribute_pa_photo-prints','c'),(27835,6946,'_stock_status','instock'),(27836,6947,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27837,6947,'attribute_pa_photo-prints','b'),(27838,6947,'_stock_status','instock'),(27839,6948,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27840,6948,'attribute_pa_photo-prints','a'),(27841,6948,'_stock_status','instock'),(27842,6949,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27843,6949,'attribute_pa_photo-prints','e'),(27844,6949,'_stock_status','instock'),(27845,6950,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27846,6950,'attribute_pa_photo-prints','d'),(27847,6950,'_stock_status','instock'),(27848,6951,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27849,6951,'attribute_pa_photo-prints','c'),(27850,6951,'_stock_status','instock'),(27851,6952,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27852,6952,'attribute_pa_photo-prints','b'),(27853,6952,'_stock_status','instock'),(27854,6953,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27855,6953,'attribute_pa_photo-prints','a'),(27856,6953,'_stock_status','instock'),(27857,6325,'_edit_lock','1589765347:3'),(27858,6319,'_edit_lock','1589766053:3'),(27859,6948,'_sku',''),(27860,6948,'_thumbnail_id','0'),(27861,6948,'_virtual','no'),(27862,6948,'_downloadable','no'),(27863,6948,'_weight',''),(27864,6948,'_length',''),(27865,6948,'_width',''),(27866,6948,'_height',''),(27867,6948,'_manage_stock','no'),(27868,6948,'_regular_price','175'),(27869,6948,'_sale_price',''),(27870,6948,'_sale_price_dates_from',''),(27871,6948,'_sale_price_dates_to',''),(27872,6948,'_price','175'),(27873,6948,'_download_limit',''),(27874,6948,'_download_expiry',''),(27875,6948,'_downloadable_files',''),(27876,6948,'_variation_description','12\" x 18\"'),(27877,6947,'_sku',''),(27878,6947,'_thumbnail_id','0'),(27879,6947,'_virtual','no'),(27880,6947,'_downloadable','no'),(27881,6947,'_weight',''),(27882,6947,'_length',''),(27883,6947,'_width',''),(27884,6947,'_height',''),(27885,6947,'_manage_stock','no'),(27886,6947,'_regular_price','240.00'),(27887,6947,'_sale_price',''),(27888,6947,'_sale_price_dates_from',''),(27889,6947,'_sale_price_dates_to',''),(27890,6947,'_price','240.00'),(27891,6947,'_download_limit',''),(27892,6947,'_download_expiry',''),(27893,6947,'_downloadable_files',''),(27894,6947,'_variation_description','16\" x 24\"'),(27895,6946,'_sku',''),(27896,6946,'_thumbnail_id','0'),(27897,6946,'_virtual','no'),(27898,6946,'_downloadable','no'),(27899,6946,'_weight',''),(27900,6946,'_length',''),(27901,6946,'_width',''),(27902,6946,'_height',''),(27903,6946,'_manage_stock','no'),(27904,6946,'_regular_price','300.00'),(27905,6946,'_sale_price',''),(27906,6946,'_sale_price_dates_from',''),(27907,6946,'_sale_price_dates_to',''),(27908,6946,'_price','300.00'),(27909,6946,'_download_limit',''),(27910,6946,'_download_expiry',''),(27911,6946,'_downloadable_files',''),(27912,6946,'_variation_description','20\" x 30\"'),(27913,6945,'_sku',''),(27914,6945,'_thumbnail_id','0'),(27915,6945,'_virtual','no'),(27916,6945,'_downloadable','no'),(27917,6945,'_weight',''),(27918,6945,'_length',''),(27919,6945,'_width',''),(27920,6945,'_height',''),(27921,6945,'_manage_stock','no'),(27922,6945,'_regular_price','400.00'),(27923,6945,'_sale_price',''),(27924,6945,'_sale_price_dates_from',''),(27925,6945,'_sale_price_dates_to',''),(27926,6945,'_price','400.00'),(27927,6945,'_download_limit',''),(27928,6945,'_download_expiry',''),(27929,6945,'_downloadable_files',''),(27930,6945,'_variation_description','24\" x 36\"'),(27931,6944,'_sku',''),(27932,6944,'_thumbnail_id','0'),(27933,6944,'_virtual','no'),(27934,6944,'_downloadable','no'),(27935,6944,'_weight',''),(27936,6944,'_length',''),(27937,6944,'_width',''),(27938,6944,'_height',''),(27939,6944,'_manage_stock','no'),(27940,6944,'_regular_price','500.00'),(27941,6944,'_sale_price',''),(27942,6944,'_sale_price_dates_from',''),(27943,6944,'_sale_price_dates_to',''),(27944,6944,'_price','500.00'),(27945,6944,'_download_limit',''),(27946,6944,'_download_expiry',''),(27947,6944,'_downloadable_files',''),(27948,6944,'_variation_description','30\" x 45\"'),(27951,6943,'_sku',''),(27952,6943,'_thumbnail_id','0'),(27953,6943,'_virtual','no'),(27954,6943,'_downloadable','no'),(27955,6943,'_weight',''),(27956,6943,'_length',''),(27957,6943,'_width',''),(27958,6943,'_height',''),(27959,6943,'_manage_stock','no'),(27960,6943,'_regular_price','175'),(27961,6943,'_sale_price',''),(27962,6943,'_sale_price_dates_from',''),(27963,6943,'_sale_price_dates_to',''),(27964,6943,'_price','175'),(27965,6943,'_download_limit',''),(27966,6943,'_download_expiry',''),(27967,6943,'_downloadable_files',''),(27968,6943,'_variation_description','12\" x 18\"'),(27969,6942,'_sku',''),(27970,6942,'_thumbnail_id','0'),(27971,6942,'_virtual','no'),(27972,6942,'_downloadable','no'),(27973,6942,'_weight',''),(27974,6942,'_length',''),(27975,6942,'_width',''),(27976,6942,'_height',''),(27977,6942,'_manage_stock','no'),(27978,6942,'_regular_price','240.00'),(27979,6942,'_sale_price',''),(27980,6942,'_sale_price_dates_from',''),(27981,6942,'_sale_price_dates_to',''),(27982,6942,'_price','240.00'),(27983,6942,'_download_limit',''),(27984,6942,'_download_expiry',''),(27985,6942,'_downloadable_files',''),(27986,6942,'_variation_description','16\" x 24\"'),(27987,6941,'_sku',''),(27988,6941,'_thumbnail_id','0'),(27989,6941,'_virtual','no'),(27990,6941,'_downloadable','no'),(27991,6941,'_weight',''),(27992,6941,'_length',''),(27993,6941,'_width',''),(27994,6941,'_height',''),(27995,6941,'_manage_stock','no'),(27996,6941,'_regular_price','300.00'),(27997,6941,'_sale_price',''),(27998,6941,'_sale_price_dates_from',''),(27999,6941,'_sale_price_dates_to',''),(28000,6941,'_price','300.00'),(28001,6941,'_download_limit',''),(28002,6941,'_download_expiry',''),(28003,6941,'_downloadable_files',''),(28004,6941,'_variation_description','20\" x 30\"'),(28005,6940,'_sku',''),(28006,6940,'_thumbnail_id','0'),(28007,6940,'_virtual','no'),(28008,6940,'_downloadable','no'),(28009,6940,'_weight',''),(28010,6940,'_length',''),(28011,6940,'_width',''),(28012,6940,'_height',''),(28013,6940,'_manage_stock','no'),(28014,6940,'_regular_price','400.00'),(28015,6940,'_sale_price',''),(28016,6940,'_sale_price_dates_from',''),(28017,6940,'_sale_price_dates_to',''),(28018,6940,'_price','400.00'),(28019,6940,'_download_limit',''),(28020,6940,'_download_expiry',''),(28021,6940,'_downloadable_files',''),(28022,6940,'_variation_description','24\" x 36\"'),(28023,6939,'_sku',''),(28024,6939,'_thumbnail_id','0'),(28025,6939,'_virtual','no'),(28026,6939,'_downloadable','no'),(28027,6939,'_weight',''),(28028,6939,'_length',''),(28029,6939,'_width',''),(28030,6939,'_height',''),(28031,6939,'_manage_stock','no'),(28032,6939,'_regular_price','500.00'),(28033,6939,'_sale_price',''),(28034,6939,'_sale_price_dates_from',''),(28035,6939,'_sale_price_dates_to',''),(28036,6939,'_price','500.00'),(28037,6939,'_download_limit',''),(28038,6939,'_download_expiry',''),(28039,6939,'_downloadable_files',''),(28040,6939,'_variation_description','30\" x 45\"'),(28043,6953,'_sku',''),(28044,6953,'_thumbnail_id','0'),(28045,6953,'_virtual','no'),(28046,6953,'_downloadable','no'),(28047,6953,'_weight',''),(28048,6953,'_length',''),(28049,6953,'_width',''),(28050,6953,'_height',''),(28051,6953,'_manage_stock','no'),(28052,6953,'_regular_price','175'),(28053,6953,'_sale_price',''),(28054,6953,'_sale_price_dates_from',''),(28055,6953,'_sale_price_dates_to',''),(28056,6953,'_price','175'),(28057,6953,'_download_limit',''),(28058,6953,'_download_expiry',''),(28059,6953,'_downloadable_files',''),(28060,6953,'_variation_description','12\" x 18\"'),(28061,6952,'_sku',''),(28062,6952,'_thumbnail_id','0'),(28063,6952,'_virtual','no'),(28064,6952,'_downloadable','no'),(28065,6952,'_weight',''),(28066,6952,'_length',''),(28067,6952,'_width',''),(28068,6952,'_height',''),(28069,6952,'_manage_stock','no'),(28070,6952,'_regular_price','240.00'),(28071,6952,'_sale_price',''),(28072,6952,'_sale_price_dates_from',''),(28073,6952,'_sale_price_dates_to',''),(28074,6952,'_price','240.00'),(28075,6952,'_download_limit',''),(28076,6952,'_download_expiry',''),(28077,6952,'_downloadable_files',''),(28078,6952,'_variation_description','16\" x 24\"'),(28079,6951,'_sku',''),(28080,6951,'_thumbnail_id','0'),(28081,6951,'_virtual','no'),(28082,6951,'_downloadable','no'),(28083,6951,'_weight',''),(28084,6951,'_length',''),(28085,6951,'_width',''),(28086,6951,'_height',''),(28087,6951,'_manage_stock','no'),(28088,6951,'_regular_price','300.00'),(28089,6951,'_sale_price',''),(28090,6951,'_sale_price_dates_from',''),(28091,6951,'_sale_price_dates_to',''),(28092,6951,'_price','300.00'),(28093,6951,'_download_limit',''),(28094,6951,'_download_expiry',''),(28095,6951,'_downloadable_files',''),(28096,6951,'_variation_description','20\" x 30\"'),(28097,6950,'_sku',''),(28098,6950,'_thumbnail_id','0'),(28099,6950,'_virtual','no'),(28100,6950,'_downloadable','no'),(28101,6950,'_weight',''),(28102,6950,'_length',''),(28103,6950,'_width',''),(28104,6950,'_height',''),(28105,6950,'_manage_stock','no'),(28106,6950,'_regular_price','400.00'),(28107,6950,'_sale_price',''),(28108,6950,'_sale_price_dates_from',''),(28109,6950,'_sale_price_dates_to',''),(28110,6950,'_price','400.00'),(28111,6950,'_download_limit',''),(28112,6950,'_download_expiry',''),(28113,6950,'_downloadable_files',''),(28114,6950,'_variation_description','24\" x 36\"'),(28115,6949,'_sku',''),(28116,6949,'_thumbnail_id','0'),(28117,6949,'_virtual','no'),(28118,6949,'_downloadable','no'),(28119,6949,'_weight',''),(28120,6949,'_length',''),(28121,6949,'_width',''),(28122,6949,'_height',''),(28123,6949,'_manage_stock','no'),(28124,6949,'_regular_price','500.00'),(28125,6949,'_sale_price',''),(28126,6949,'_sale_price_dates_from',''),(28127,6949,'_sale_price_dates_to',''),(28128,6949,'_price','500.00'),(28129,6949,'_download_limit',''),(28130,6949,'_download_expiry',''),(28131,6949,'_downloadable_files',''),(28132,6949,'_variation_description','30\" x 45\"'),(28135,6954,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(28136,6954,'attribute_pa_photo-prints','e'),(28137,6954,'_stock_status','instock'),(28138,6955,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(28139,6955,'attribute_pa_photo-prints','d'),(28140,6955,'_stock_status','instock'),(28141,6956,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(28142,6956,'attribute_pa_photo-prints','c'),(28143,6956,'_stock_status','instock'),(28144,6957,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(28145,6957,'attribute_pa_photo-prints','b'),(28146,6957,'_stock_status','instock'),(28147,6958,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(28148,6958,'attribute_pa_photo-prints','a'),(28149,6958,'_stock_status','instock'),(28150,6959,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(28151,6959,'attribute_pa_photo-prints','e'),(28152,6959,'_stock_status','instock'),(28153,6960,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(28154,6960,'attribute_pa_photo-prints','d'),(28155,6960,'_stock_status','instock'),(28156,6961,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(28157,6961,'attribute_pa_photo-prints','c'),(28158,6961,'_stock_status','instock'),(28159,6962,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(28160,6962,'attribute_pa_photo-prints','b'),(28161,6962,'_stock_status','instock'),(28162,6963,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(28163,6963,'attribute_pa_photo-prints','a'),(28164,6963,'_stock_status','instock'),(28171,6963,'_sku',''),(28172,6963,'_thumbnail_id','0'),(28173,6963,'_virtual','no'),(28174,6963,'_downloadable','no'),(28175,6963,'_weight',''),(28176,6963,'_length',''),(28177,6963,'_width',''),(28178,6963,'_height',''),(28179,6963,'_manage_stock','no'),(28180,6963,'_regular_price','175'),(28181,6963,'_sale_price',''),(28182,6963,'_sale_price_dates_from',''),(28183,6963,'_sale_price_dates_to',''),(28184,6963,'_price','175'),(28185,6963,'_download_limit',''),(28186,6963,'_download_expiry',''),(28187,6963,'_downloadable_files',''),(28188,6963,'_variation_description','12\" x 18\"'),(28189,6962,'_sku',''),(28190,6962,'_thumbnail_id','0'),(28191,6962,'_virtual','no'),(28192,6962,'_downloadable','no'),(28193,6962,'_weight',''),(28194,6962,'_length',''),(28195,6962,'_width',''),(28196,6962,'_height',''),(28197,6962,'_manage_stock','no'),(28198,6962,'_regular_price','240.00'),(28199,6962,'_sale_price',''),(28200,6962,'_sale_price_dates_from',''),(28201,6962,'_sale_price_dates_to',''),(28202,6962,'_price','240.00'),(28203,6962,'_download_limit',''),(28204,6962,'_download_expiry',''),(28205,6962,'_downloadable_files',''),(28206,6962,'_variation_description','16\" x 24\"'),(28207,6961,'_sku',''),(28208,6961,'_thumbnail_id','0'),(28209,6961,'_virtual','no'),(28210,6961,'_downloadable','no'),(28211,6961,'_weight',''),(28212,6961,'_length',''),(28213,6961,'_width',''),(28214,6961,'_height',''),(28215,6961,'_manage_stock','no'),(28216,6961,'_regular_price','300.00'),(28217,6961,'_sale_price',''),(28218,6961,'_sale_price_dates_from',''),(28219,6961,'_sale_price_dates_to',''),(28220,6961,'_price','300.00'),(28221,6961,'_download_limit',''),(28222,6961,'_download_expiry',''),(28223,6961,'_downloadable_files',''),(28224,6961,'_variation_description','20\" x 30\"'),(28225,6960,'_sku',''),(28226,6960,'_thumbnail_id','0'),(28227,6960,'_virtual','no'),(28228,6960,'_downloadable','no'),(28229,6960,'_weight',''),(28230,6960,'_length',''),(28231,6960,'_width',''),(28232,6960,'_height',''),(28233,6960,'_manage_stock','no'),(28234,6960,'_regular_price','400'),(28235,6960,'_sale_price',''),(28236,6960,'_sale_price_dates_from',''),(28237,6960,'_sale_price_dates_to',''),(28238,6960,'_price','400'),(28239,6960,'_download_limit',''),(28240,6960,'_download_expiry',''),(28241,6960,'_downloadable_files',''),(28242,6960,'_variation_description','24\" x 36\"'),(28243,6959,'_sku',''),(28244,6959,'_thumbnail_id','0'),(28245,6959,'_virtual','no'),(28246,6959,'_downloadable','no'),(28247,6959,'_weight',''),(28248,6959,'_length',''),(28249,6959,'_width',''),(28250,6959,'_height',''),(28251,6959,'_manage_stock','no'),(28252,6959,'_regular_price','500'),(28253,6959,'_sale_price',''),(28254,6959,'_sale_price_dates_from',''),(28255,6959,'_sale_price_dates_to',''),(28256,6959,'_price','500'),(28257,6959,'_download_limit',''),(28258,6959,'_download_expiry',''),(28259,6959,'_downloadable_files',''),(28260,6959,'_variation_description','30\" x 45\"'),(28271,6958,'_sku',''),(28272,6958,'_thumbnail_id','0'),(28273,6958,'_virtual','no'),(28274,6958,'_downloadable','no'),(28275,6958,'_weight',''),(28276,6958,'_length',''),(28277,6958,'_width',''),(28278,6958,'_height',''),(28279,6958,'_manage_stock','no'),(28280,6958,'_regular_price','175'),(28281,6958,'_sale_price',''),(28282,6958,'_sale_price_dates_from',''),(28283,6958,'_sale_price_dates_to',''),(28284,6958,'_price','175'),(28285,6958,'_download_limit',''),(28286,6958,'_download_expiry',''),(28287,6958,'_downloadable_files',''),(28288,6958,'_variation_description','12\" x 18\"'),(28289,6957,'_sku',''),(28290,6957,'_thumbnail_id','0'),(28291,6957,'_virtual','no'),(28292,6957,'_downloadable','no'),(28293,6957,'_weight',''),(28294,6957,'_length',''),(28295,6957,'_width',''),(28296,6957,'_height',''),(28297,6957,'_manage_stock','no'),(28298,6957,'_regular_price','240.00'),(28299,6957,'_sale_price',''),(28300,6957,'_sale_price_dates_from',''),(28301,6957,'_sale_price_dates_to',''),(28302,6957,'_price','240.00'),(28303,6957,'_download_limit',''),(28304,6957,'_download_expiry',''),(28305,6957,'_downloadable_files',''),(28306,6957,'_variation_description','16\" x 24\"'),(28307,6956,'_sku',''),(28308,6956,'_thumbnail_id','0'),(28309,6956,'_virtual','no'),(28310,6956,'_downloadable','no'),(28311,6956,'_weight',''),(28312,6956,'_length',''),(28313,6956,'_width',''),(28314,6956,'_height',''),(28315,6956,'_manage_stock','no'),(28316,6956,'_regular_price','300.00'),(28317,6956,'_sale_price',''),(28318,6956,'_sale_price_dates_from',''),(28319,6956,'_sale_price_dates_to',''),(28320,6956,'_price','300.00'),(28321,6956,'_download_limit',''),(28322,6956,'_download_expiry',''),(28323,6956,'_downloadable_files',''),(28324,6956,'_variation_description','20\" x 30\"'),(28325,6955,'_sku',''),(28326,6955,'_thumbnail_id','0'),(28327,6955,'_virtual','no'),(28328,6955,'_downloadable','no'),(28329,6955,'_weight',''),(28330,6955,'_length',''),(28331,6955,'_width',''),(28332,6955,'_height',''),(28333,6955,'_manage_stock','no'),(28334,6955,'_regular_price','400.00'),(28335,6955,'_sale_price',''),(28336,6955,'_sale_price_dates_from',''),(28337,6955,'_sale_price_dates_to',''),(28338,6955,'_price','400.00'),(28339,6955,'_download_limit',''),(28340,6955,'_download_expiry',''),(28341,6955,'_downloadable_files',''),(28342,6955,'_variation_description','24\" x 36\"'),(28343,6954,'_sku',''),(28344,6954,'_thumbnail_id','0'),(28345,6954,'_virtual','no'),(28346,6954,'_downloadable','no'),(28347,6954,'_weight',''),(28348,6954,'_length',''),(28349,6954,'_width',''),(28350,6954,'_height',''),(28351,6954,'_manage_stock','no'),(28352,6954,'_regular_price','500'),(28353,6954,'_sale_price',''),(28354,6954,'_sale_price_dates_from',''),(28355,6954,'_sale_price_dates_to',''),(28356,6954,'_price','500'),(28357,6954,'_download_limit',''),(28358,6954,'_download_expiry',''),(28359,6954,'_downloadable_files',''),(28360,6954,'_variation_description','30\" x 45\"'),(28379,6462,'_edit_lock','1487595272:1'),(28380,6964,'_wp_attached_file','2017/02/VI1_9567b-1.jpg'),(28381,6964,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:23:\"2017/02/VI1_9567b-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"VI1_9567b-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"VI1_9567b-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"VI1_9567b-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"VI1_9567b-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"VI1_9567b-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"VI1_9567b-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"VI1_9567b-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:24:\"VI1_9567b-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:21:\"VI1_9567b-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:23:\"VI1_9567b-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:21:\"VI1_9567b-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:23:\"VI1_9567b-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28382,6965,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(28383,6965,'_edit_last','1'),(28384,6965,'_edit_lock','1487595380:1'),(28385,6965,'discount_type','percent'),(28386,6965,'coupon_amount','10'),(28387,6965,'individual_use','no'),(28388,6965,'product_ids',''),(28389,6965,'exclude_product_ids',''),(28390,6965,'usage_limit',''),(28391,6965,'usage_limit_per_user',''),(28392,6965,'limit_usage_to_x_items',''),(28393,6965,'expiry_date','2017-02-28'),(28394,6965,'free_shipping','no'),(28395,6965,'exclude_sale_items','no'),(28396,6965,'product_categories','a:0:{}'),(28397,6965,'exclude_product_categories','a:0:{}'),(28398,6965,'minimum_amount',''),(28399,6965,'maximum_amount',''),(28400,6965,'customer_email','a:0:{}'),(28401,6965,'slide_template','default'),(28402,6461,'_edit_lock','1487595772:1'),(28403,6460,'_edit_lock','1487595894:1'),(28404,6966,'_wp_attached_file','2017/02/VI1_4347-1.jpg'),(28405,6966,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:22:\"2017/02/VI1_4347-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"VI1_4347-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"VI1_4347-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"VI1_4347-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"VI1_4347-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"VI1_4347-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"VI1_4347-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"VI1_4347-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:23:\"VI1_4347-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"VI1_4347-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"VI1_4347-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"VI1_4347-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"VI1_4347-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28406,6967,'_wp_attached_file','2017/02/VI1_3713A-1.jpg'),(28407,6967,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:23:\"2017/02/VI1_3713A-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"VI1_3713A-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"VI1_3713A-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"VI1_3713A-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"VI1_3713A-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"VI1_3713A-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"VI1_3713A-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"VI1_3713A-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:24:\"VI1_3713A-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:21:\"VI1_3713A-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:23:\"VI1_3713A-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:21:\"VI1_3713A-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:23:\"VI1_3713A-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28408,6459,'_edit_lock','1487596109:1'),(28409,6458,'_edit_lock','1487596035:1'),(28410,6457,'_edit_lock','1487596098:1'),(28411,6968,'_wp_attached_file','2017/02/VI1_0829-1.jpg'),(28412,6968,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:22:\"2017/02/VI1_0829-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"VI1_0829-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"VI1_0829-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"VI1_0829-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"VI1_0829-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"VI1_0829-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"VI1_0829-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"VI1_0829-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:23:\"VI1_0829-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"VI1_0829-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"VI1_0829-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"VI1_0829-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"VI1_0829-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28413,6969,'_wp_attached_file','2017/02/VI1_3650b-1.jpg'),(28414,6969,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:23:\"2017/02/VI1_3650b-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"VI1_3650b-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"VI1_3650b-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"VI1_3650b-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"VI1_3650b-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"VI1_3650b-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"VI1_3650b-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"VI1_3650b-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:24:\"VI1_3650b-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:21:\"VI1_3650b-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:23:\"VI1_3650b-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:21:\"VI1_3650b-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:23:\"VI1_3650b-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28415,6970,'_wp_attached_file','2017/02/Tiger-Tail-8-12_2x3-1.jpg'),(28416,6970,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1335;s:4:\"file\";s:33:\"2017/02/Tiger-Tail-8-12_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Tiger-Tail-8-12_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Tiger-Tail-8-12_2x3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Tiger-Tail-8-12_2x3-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Tiger-Tail-8-12_2x3-1-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"Tiger-Tail-8-12_2x3-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"Tiger-Tail-8-12_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"Tiger-Tail-8-12_2x3-1-1000x668.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:34:\"Tiger-Tail-8-12_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:31:\"Tiger-Tail-8-12_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:33:\"Tiger-Tail-8-12_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:31:\"Tiger-Tail-8-12_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:33:\"Tiger-Tail-8-12_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28417,6456,'_edit_lock','1487596353:1'),(28418,6455,'_edit_lock','1487596470:1'),(28419,6454,'_edit_lock','1487614974:1'),(28420,6971,'_wp_attached_file','2017/02/TIGER-SHARK-CLOSE-UP-2007-_2x3-1.jpg'),(28421,6971,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1335;s:4:\"file\";s:44:\"2017/02/TIGER-SHARK-CLOSE-UP-2007-_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"TIGER-SHARK-CLOSE-UP-2007-_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"TIGER-SHARK-CLOSE-UP-2007-_2x3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"TIGER-SHARK-CLOSE-UP-2007-_2x3-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"TIGER-SHARK-CLOSE-UP-2007-_2x3-1-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"TIGER-SHARK-CLOSE-UP-2007-_2x3-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:46:\"TIGER-SHARK-CLOSE-UP-2007-_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"TIGER-SHARK-CLOSE-UP-2007-_2x3-1-1000x668.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:45:\"TIGER-SHARK-CLOSE-UP-2007-_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:42:\"TIGER-SHARK-CLOSE-UP-2007-_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:44:\"TIGER-SHARK-CLOSE-UP-2007-_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:42:\"TIGER-SHARK-CLOSE-UP-2007-_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:44:\"TIGER-SHARK-CLOSE-UP-2007-_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28422,6972,'_wp_attached_file','2017/02/TIGER-SHARK-5-2007-_2x3-1.jpg'),(28423,6972,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:37:\"2017/02/TIGER-SHARK-5-2007-_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"TIGER-SHARK-5-2007-_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"TIGER-SHARK-5-2007-_2x3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"TIGER-SHARK-5-2007-_2x3-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"TIGER-SHARK-5-2007-_2x3-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"TIGER-SHARK-5-2007-_2x3-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"TIGER-SHARK-5-2007-_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"TIGER-SHARK-5-2007-_2x3-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:38:\"TIGER-SHARK-5-2007-_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:35:\"TIGER-SHARK-5-2007-_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:37:\"TIGER-SHARK-5-2007-_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"TIGER-SHARK-5-2007-_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:37:\"TIGER-SHARK-5-2007-_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28424,6973,'_wp_attached_file','2017/02/TIGER-SHARK-1-2007_2x3-1.jpg'),(28425,6973,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1340;s:4:\"file\";s:36:\"2017/02/TIGER-SHARK-1-2007_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"TIGER-SHARK-1-2007_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"TIGER-SHARK-1-2007_2x3-1-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"TIGER-SHARK-1-2007_2x3-1-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"TIGER-SHARK-1-2007_2x3-1-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"TIGER-SHARK-1-2007_2x3-1-180x121.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:38:\"TIGER-SHARK-1-2007_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"TIGER-SHARK-1-2007_2x3-1-1000x670.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:37:\"TIGER-SHARK-1-2007_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:34:\"TIGER-SHARK-1-2007_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:36:\"TIGER-SHARK-1-2007_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:34:\"TIGER-SHARK-1-2007_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:36:\"TIGER-SHARK-1-2007_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28426,6335,'_edit_lock','1487596671:1'),(28427,6974,'_wp_attached_file','2017/02/MG_3284-1.jpg'),(28428,6974,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:21:\"2017/02/MG_3284-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"MG_3284-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"MG_3284-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"MG_3284-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"MG_3284-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"MG_3284-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"MG_3284-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"MG_3284-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:22:\"MG_3284-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:19:\"MG_3284-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:21:\"MG_3284-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_3284-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:21:\"MG_3284-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28429,6333,'_edit_lock','1487597050:1'),(28430,6975,'_wp_attached_file','2017/02/120820-113903-0163final-copy-1.jpg'),(28431,6975,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:42:\"2017/02/120820-113903-0163final-copy-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"120820-113903-0163final-copy-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"120820-113903-0163final-copy-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"120820-113903-0163final-copy-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"120820-113903-0163final-copy-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"120820-113903-0163final-copy-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"120820-113903-0163final-copy-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"120820-113903-0163final-copy-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:43:\"120820-113903-0163final-copy-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:40:\"120820-113903-0163final-copy-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:42:\"120820-113903-0163final-copy-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:40:\"120820-113903-0163final-copy-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:42:\"120820-113903-0163final-copy-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28432,6336,'_edit_lock','1487597050:1'),(28433,6340,'_edit_lock','1487597205:1'),(28434,6346,'_edit_lock','1487598191:1'),(28435,6361,'_edit_lock','1487598389:1'),(28436,6352,'_edit_lock','1487598245:1'),(28437,6976,'_wp_attached_file','2017/02/Bimini-Blue-7-13_2x3-1.jpg'),(28438,6976,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:34:\"2017/02/Bimini-Blue-7-13_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Bimini-Blue-7-13_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Bimini-Blue-7-13_2x3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Bimini-Blue-7-13_2x3-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Bimini-Blue-7-13_2x3-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"Bimini-Blue-7-13_2x3-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"Bimini-Blue-7-13_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"Bimini-Blue-7-13_2x3-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:35:\"Bimini-Blue-7-13_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:32:\"Bimini-Blue-7-13_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:34:\"Bimini-Blue-7-13_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:32:\"Bimini-Blue-7-13_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:34:\"Bimini-Blue-7-13_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28439,6977,'_wp_attached_file','2017/02/Bottlenose-Dolphin-8-12_2x3-1.jpg'),(28440,6977,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:41:\"2017/02/Bottlenose-Dolphin-8-12_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Bottlenose-Dolphin-8-12_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Bottlenose-Dolphin-8-12_2x3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Bottlenose-Dolphin-8-12_2x3-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Bottlenose-Dolphin-8-12_2x3-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"Bottlenose-Dolphin-8-12_2x3-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:43:\"Bottlenose-Dolphin-8-12_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"Bottlenose-Dolphin-8-12_2x3-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:42:\"Bottlenose-Dolphin-8-12_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:39:\"Bottlenose-Dolphin-8-12_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:41:\"Bottlenose-Dolphin-8-12_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:39:\"Bottlenose-Dolphin-8-12_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:41:\"Bottlenose-Dolphin-8-12_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28441,6978,'_wp_attached_file','2017/02/CAY_7791-1.jpg'),(28442,6978,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1335;s:4:\"file\";s:22:\"2017/02/CAY_7791-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"CAY_7791-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"CAY_7791-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"CAY_7791-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"CAY_7791-1-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"CAY_7791-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"CAY_7791-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"CAY_7791-1-1000x668.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:23:\"CAY_7791-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"CAY_7791-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"CAY_7791-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"CAY_7791-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"CAY_7791-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28443,6979,'_wp_attached_file','2017/02/DSC_1564b-1.jpg'),(28444,6979,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:23:\"2017/02/DSC_1564b-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"DSC_1564b-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"DSC_1564b-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"DSC_1564b-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"DSC_1564b-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"DSC_1564b-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"DSC_1564b-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"DSC_1564b-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:24:\"DSC_1564b-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:21:\"DSC_1564b-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:23:\"DSC_1564b-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:21:\"DSC_1564b-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:23:\"DSC_1564b-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28445,6980,'_wp_attached_file','2017/02/DSC_1573no-divers-1.jpg'),(28446,6980,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1335;s:4:\"file\";s:31:\"2017/02/DSC_1573no-divers-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"DSC_1573no-divers-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"DSC_1573no-divers-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"DSC_1573no-divers-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"DSC_1573no-divers-1-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"DSC_1573no-divers-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"DSC_1573no-divers-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"DSC_1573no-divers-1-1000x668.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:32:\"DSC_1573no-divers-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:29:\"DSC_1573no-divers-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:31:\"DSC_1573no-divers-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:29:\"DSC_1573no-divers-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:31:\"DSC_1573no-divers-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28447,6363,'_edit_lock','1487598659:1'),(28448,6364,'_edit_lock','1487598560:1'),(28449,6365,'_edit_lock','1487598637:1'),(28450,6981,'_wp_attached_file','2017/02/Gazing-Reef-10-12_2x3-1.jpg'),(28451,6981,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1336;s:4:\"file\";s:35:\"2017/02/Gazing-Reef-10-12_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Gazing-Reef-10-12_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Gazing-Reef-10-12_2x3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Gazing-Reef-10-12_2x3-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Gazing-Reef-10-12_2x3-1-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"Gazing-Reef-10-12_2x3-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:37:\"Gazing-Reef-10-12_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"Gazing-Reef-10-12_2x3-1-1000x668.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:36:\"Gazing-Reef-10-12_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:33:\"Gazing-Reef-10-12_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:35:\"Gazing-Reef-10-12_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:33:\"Gazing-Reef-10-12_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:35:\"Gazing-Reef-10-12_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28452,6982,'_wp_attached_file','2017/02/GreenSea-Turtle-6-13_2x3-1.jpg'),(28453,6982,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1335;s:4:\"file\";s:38:\"2017/02/GreenSea-Turtle-6-13_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"GreenSea-Turtle-6-13_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"GreenSea-Turtle-6-13_2x3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"GreenSea-Turtle-6-13_2x3-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"GreenSea-Turtle-6-13_2x3-1-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"GreenSea-Turtle-6-13_2x3-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"GreenSea-Turtle-6-13_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"GreenSea-Turtle-6-13_2x3-1-1000x668.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:39:\"GreenSea-Turtle-6-13_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:36:\"GreenSea-Turtle-6-13_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:38:\"GreenSea-Turtle-6-13_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:36:\"GreenSea-Turtle-6-13_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:38:\"GreenSea-Turtle-6-13_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28454,6983,'_wp_attached_file','2017/02/DSC_7280-1.jpg'),(28455,6983,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1328;s:4:\"file\";s:22:\"2017/02/DSC_7280-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_7280-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"DSC_7280-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"DSC_7280-1-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"DSC_7280-1-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_7280-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"DSC_7280-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"DSC_7280-1-1000x664.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:23:\"DSC_7280-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"DSC_7280-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"DSC_7280-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"DSC_7280-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:22:\"DSC_7280-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28456,6367,'_edit_lock','1487598808:1'),(28457,6368,'_edit_lock','1487598776:1'),(28458,6984,'_wp_attached_file','2017/02/Hawksbill-Turtle-2-6-13_4x5-1.jpg'),(28459,6984,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1442;s:6:\"height\";i:1800;s:4:\"file\";s:41:\"2017/02/Hawksbill-Turtle-2-6-13_4x5-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Hawksbill-Turtle-2-6-13_4x5-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Hawksbill-Turtle-2-6-13_4x5-1-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Hawksbill-Turtle-2-6-13_4x5-1-768x959.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:959;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Hawksbill-Turtle-2-6-13_4x5-1-820x1024.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"Hawksbill-Turtle-2-6-13_4x5-1-144x180.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:43:\"Hawksbill-Turtle-2-6-13_4x5-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"Hawksbill-Turtle-2-6-13_4x5-1-1000x1248.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:42:\"Hawksbill-Turtle-2-6-13_4x5-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:39:\"Hawksbill-Turtle-2-6-13_4x5-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:41:\"Hawksbill-Turtle-2-6-13_4x5-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:39:\"Hawksbill-Turtle-2-6-13_4x5-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:41:\"Hawksbill-Turtle-2-6-13_4x5-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28460,6985,'_wp_attached_file','2017/02/Hawksbill-Turtle-6-13_2x3-1.jpg'),(28461,6985,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:39:\"2017/02/Hawksbill-Turtle-6-13_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Hawksbill-Turtle-6-13_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Hawksbill-Turtle-6-13_2x3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Hawksbill-Turtle-6-13_2x3-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Hawksbill-Turtle-6-13_2x3-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"Hawksbill-Turtle-6-13_2x3-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"Hawksbill-Turtle-6-13_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"Hawksbill-Turtle-6-13_2x3-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:40:\"Hawksbill-Turtle-6-13_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:37:\"Hawksbill-Turtle-6-13_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:39:\"Hawksbill-Turtle-6-13_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"Hawksbill-Turtle-6-13_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:39:\"Hawksbill-Turtle-6-13_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28462,6369,'_edit_lock','1487599196:1'),(28463,6370,'_edit_lock','1487600679:1'),(28464,6371,'_edit_lock','1487599061:1'),(28465,6986,'_wp_attached_file','2017/02/Hawksbill-Turtle-eating-Sponge-06-07_2x3-1.jpg'),(28466,6986,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1340;s:4:\"file\";s:54:\"2017/02/Hawksbill-Turtle-eating-Sponge-06-07_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-eating-Sponge-06-07_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-eating-Sponge-06-07_2x3-1-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-eating-Sponge-06-07_2x3-1-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"Hawksbill-Turtle-eating-Sponge-06-07_2x3-1-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-eating-Sponge-06-07_2x3-1-180x121.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"Hawksbill-Turtle-eating-Sponge-06-07_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:55:\"Hawksbill-Turtle-eating-Sponge-06-07_2x3-1-1000x670.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:55:\"Hawksbill-Turtle-eating-Sponge-06-07_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:52:\"Hawksbill-Turtle-eating-Sponge-06-07_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-eating-Sponge-06-07_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:52:\"Hawksbill-Turtle-eating-Sponge-06-07_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-eating-Sponge-06-07_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28467,6987,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(28468,6988,'_wp_attached_file','2017/02/Hawksbill-Turtle-Flight-3-6-13_2x3-2.jpg'),(28469,6987,'_edit_last','1'),(28470,6987,'_edit_lock','1487599130:1'),(28471,6988,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:48:\"2017/02/Hawksbill-Turtle-Flight-3-6-13_2x3-2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Hawksbill-Turtle-Flight-3-6-13_2x3-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Hawksbill-Turtle-Flight-3-6-13_2x3-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Hawksbill-Turtle-Flight-3-6-13_2x3-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Hawksbill-Turtle-Flight-3-6-13_2x3-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"Hawksbill-Turtle-Flight-3-6-13_2x3-2-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:50:\"Hawksbill-Turtle-Flight-3-6-13_2x3-2-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:49:\"Hawksbill-Turtle-Flight-3-6-13_2x3-2-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:49:\"Hawksbill-Turtle-Flight-3-6-13_2x3-2-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:46:\"Hawksbill-Turtle-Flight-3-6-13_2x3-2-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:48:\"Hawksbill-Turtle-Flight-3-6-13_2x3-2-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:46:\"Hawksbill-Turtle-Flight-3-6-13_2x3-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:48:\"Hawksbill-Turtle-Flight-3-6-13_2x3-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28472,6987,'discount_type','percent'),(28473,6987,'coupon_amount','100'),(28474,6987,'individual_use','no'),(28475,6987,'product_ids',''),(28476,6987,'exclude_product_ids',''),(28477,6987,'usage_limit',''),(28478,6987,'usage_limit_per_user',''),(28479,6987,'limit_usage_to_x_items',''),(28480,6987,'expiry_date','2017-02-28'),(28481,6987,'free_shipping','no'),(28482,6987,'exclude_sale_items','no'),(28483,6987,'product_categories','a:0:{}'),(28484,6987,'exclude_product_categories','a:0:{}'),(28485,6987,'minimum_amount',''),(28486,6987,'maximum_amount',''),(28487,6987,'customer_email','a:0:{}'),(28488,6987,'slide_template','default'),(28489,6372,'_edit_lock','1487599385:1'),(28490,6373,'_edit_lock','1487600877:1'),(28491,6375,'_edit_lock','1487600216:1'),(28492,6380,'_edit_lock','1487600086:1'),(28493,6989,'_wp_attached_file','2017/02/Hawksbill-Turtle-in-Coral-2-6-12_2x3-1.jpg'),(28494,6989,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:50:\"2017/02/Hawksbill-Turtle-in-Coral-2-6-12_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Hawksbill-Turtle-in-Coral-2-6-12_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Hawksbill-Turtle-in-Coral-2-6-12_2x3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Hawksbill-Turtle-in-Coral-2-6-12_2x3-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"Hawksbill-Turtle-in-Coral-2-6-12_2x3-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"Hawksbill-Turtle-in-Coral-2-6-12_2x3-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:52:\"Hawksbill-Turtle-in-Coral-2-6-12_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:51:\"Hawksbill-Turtle-in-Coral-2-6-12_2x3-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:51:\"Hawksbill-Turtle-in-Coral-2-6-12_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:48:\"Hawksbill-Turtle-in-Coral-2-6-12_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:50:\"Hawksbill-Turtle-in-Coral-2-6-12_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:48:\"Hawksbill-Turtle-in-Coral-2-6-12_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:50:\"Hawksbill-Turtle-in-Coral-2-6-12_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28495,6990,'_wp_attached_file','2017/02/Hawksbill-Turtle-in-flight-6-13_2x3-1.jpg'),(28496,6990,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:49:\"2017/02/Hawksbill-Turtle-in-flight-6-13_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Hawksbill-Turtle-in-flight-6-13_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Hawksbill-Turtle-in-flight-6-13_2x3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Hawksbill-Turtle-in-flight-6-13_2x3-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Hawksbill-Turtle-in-flight-6-13_2x3-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"Hawksbill-Turtle-in-flight-6-13_2x3-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:51:\"Hawksbill-Turtle-in-flight-6-13_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"Hawksbill-Turtle-in-flight-6-13_2x3-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:50:\"Hawksbill-Turtle-in-flight-6-13_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:47:\"Hawksbill-Turtle-in-flight-6-13_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:49:\"Hawksbill-Turtle-in-flight-6-13_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:47:\"Hawksbill-Turtle-in-flight-6-13_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:49:\"Hawksbill-Turtle-in-flight-6-13_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28497,6991,'_wp_attached_file','2017/02/Hawksbill-Turtle-Sitting-6-13_4x5-1.jpg'),(28498,6991,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1361;s:6:\"height\";i:1700;s:4:\"file\";s:47:\"2017/02/Hawksbill-Turtle-Sitting-6-13_4x5-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Hawksbill-Turtle-Sitting-6-13_4x5-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Hawksbill-Turtle-Sitting-6-13_4x5-1-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Hawksbill-Turtle-Sitting-6-13_4x5-1-768x959.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:959;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Hawksbill-Turtle-Sitting-6-13_4x5-1-820x1024.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:47:\"Hawksbill-Turtle-Sitting-6-13_4x5-1-144x180.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:49:\"Hawksbill-Turtle-Sitting-6-13_4x5-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:49:\"Hawksbill-Turtle-Sitting-6-13_4x5-1-1000x1249.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1249;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:48:\"Hawksbill-Turtle-Sitting-6-13_4x5-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:45:\"Hawksbill-Turtle-Sitting-6-13_4x5-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:47:\"Hawksbill-Turtle-Sitting-6-13_4x5-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:45:\"Hawksbill-Turtle-Sitting-6-13_4x5-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:47:\"Hawksbill-Turtle-Sitting-6-13_4x5-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28499,6992,'_order_key','wc_order_58aafada0a674'),(28500,6992,'_order_currency','USD'),(28501,6992,'_prices_include_tax','no'),(28502,6992,'_customer_ip_address','216.253.66.2'),(28503,6992,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(28504,6992,'_customer_user','0'),(28505,6992,'_created_via','checkout'),(28506,6992,'_cart_hash','2708c73604a6e6222fa245b20797fd5e'),(28507,6992,'_order_version','2.6.14'),(28508,6992,'_order_shipping','21.9'),(28509,6992,'_billing_first_name','ashley'),(28510,6992,'_billing_last_name','evans'),(28511,6992,'_billing_company',''),(28512,6992,'_billing_email','ashmarie.evans@yahoo.com'),(28513,6992,'_billing_phone','6786683585'),(28514,6992,'_billing_country','US'),(28515,6992,'_billing_address_1','5575 Bright Cross Way'),(28516,6992,'_billing_address_2',''),(28517,6992,'_billing_city','Suawnee'),(28518,6992,'_billing_state','GA'),(28519,6992,'_billing_postcode','30024'),(28520,6992,'_shipping_first_name','ashley'),(28521,6992,'_shipping_last_name','evans'),(28522,6992,'_shipping_company',''),(28523,6992,'_shipping_country','US'),(28524,6992,'_shipping_address_1','5575 Bright Cross Way'),(28525,6992,'_shipping_address_2',''),(28526,6992,'_shipping_city','Suawnee'),(28527,6992,'_shipping_state','GA'),(28528,6992,'_shipping_postcode','30024'),(28529,6992,'_payment_method','paypal'),(28530,6992,'_payment_method_title','PayPal'),(28531,6992,'_cart_discount','275'),(28532,6992,'_cart_discount_tax','19.25'),(28533,6992,'_order_tax','0'),(28534,6992,'_order_shipping_tax','1.533'),(28535,6992,'_order_total','23.43'),(28536,5433,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:3600;s:4:\"file\";s:21:\"2017/01/TS20254-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"TS20254-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"TS20254-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"TS20254-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"TS20254-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"TS20254-1-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"TS20254-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"TS20254-1-1000x1500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:22:\"TS20254-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:19:\"TS20254-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:21:\"TS20254-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"TS20254-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:21:\"TS20254-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1187156462\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28537,6993,'_wp_attached_file','2017/02/Hawksbill-Turtle-Flight-2-9.jpg'),(28538,6993,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:39:\"2017/02/Hawksbill-Turtle-Flight-2-9.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Hawksbill-Turtle-Flight-2-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Hawksbill-Turtle-Flight-2-9-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Hawksbill-Turtle-Flight-2-9-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Hawksbill-Turtle-Flight-2-9-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"Hawksbill-Turtle-Flight-2-9-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"Hawksbill-Turtle-Flight-2-9-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"Hawksbill-Turtle-Flight-2-9-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:40:\"Hawksbill-Turtle-Flight-2-9-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:37:\"Hawksbill-Turtle-Flight-2-9-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:39:\"Hawksbill-Turtle-Flight-2-9-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"Hawksbill-Turtle-Flight-2-9-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:39:\"Hawksbill-Turtle-Flight-2-9-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28539,6994,'_wp_attached_file','2017/02/Hawksbill-Turtle-in-Coral-16.jpg'),(28540,6994,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1335;s:4:\"file\";s:40:\"2017/02/Hawksbill-Turtle-in-Coral-16.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Hawksbill-Turtle-in-Coral-16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Hawksbill-Turtle-in-Coral-16-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Hawksbill-Turtle-in-Coral-16-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Hawksbill-Turtle-in-Coral-16-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"Hawksbill-Turtle-in-Coral-16-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"Hawksbill-Turtle-in-Coral-16-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"Hawksbill-Turtle-in-Coral-16-1000x668.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:41:\"Hawksbill-Turtle-in-Coral-16-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:38:\"Hawksbill-Turtle-in-Coral-16-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:40:\"Hawksbill-Turtle-in-Coral-16-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:38:\"Hawksbill-Turtle-in-Coral-16-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:40:\"Hawksbill-Turtle-in-Coral-16-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28541,6387,'_edit_lock','1487601002:1'),(28542,6995,'_wp_attached_file','2017/02/Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1.jpg'),(28543,6995,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1340;s:4:\"file\";s:54:\"2017/02/Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1-180x121.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:55:\"Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1-1000x670.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:55:\"Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:52:\"Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:52:\"Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28544,6992,'Payer PayPal address','ashmarie.evans@yahoo.com'),(28545,6992,'Payer first name','ashley'),(28546,6992,'Payer last name','evans'),(28547,6992,'Payment type','instant'),(28548,6992,'_download_permissions_granted','1'),(28549,6992,'_recorded_sales','yes'),(28550,6987,'usage_count','1'),(28551,6987,'_used_by','ashmarie.evans@yahoo.com'),(28552,6992,'_recorded_coupon_usage_counts','yes'),(28553,6992,'_paid_date','2017-02-20 14:30:03'),(28554,6992,'_transaction_id','06852269FK0996647'),(28555,6992,'PayPal Transaction Fee','0.98'),(28556,6996,'_refund_amount','23.43'),(28557,6996,'_order_currency','USD'),(28558,6996,'_order_shipping','0'),(28559,6996,'_cart_discount','0'),(28560,6996,'_cart_discount_tax','0'),(28561,6996,'_order_total','-23.43'),(28562,5,'_edit_lock','1487602705:1'),(28563,6997,'fw_options','a:0:{}'),(28564,3807,'_edit_lock','1487602688:1'),(28565,5,'_edit_last','1'),(28566,5,'_wp_page_template','default'),(28567,5,'slide_template','default'),(28568,5,'_tpl_default_settings','a:1:{s:6:\"layout\";s:18:\"content-full-width\";}'),(28569,5,'_wpb_vc_js_status','true'),(28570,6998,'fw_options','a:0:{}'),(28571,6394,'_edit_lock','1487613046:1'),(28572,6404,'_edit_lock','1487613191:1'),(28573,6999,'_wp_attached_file','2017/02/Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1.jpg'),(28574,6999,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1340;s:4:\"file\";s:54:\"2017/02/Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1-180x121.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:55:\"Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1-1000x670.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:55:\"Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:52:\"Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:52:\"Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28575,7000,'_wp_attached_file','2017/02/Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1.jpg'),(28576,7000,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1340;s:6:\"height\";i:2000;s:4:\"file\";s:54:\"2017/02/Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1-768x1146.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1-686x1024.jpg\";s:5:\"width\";i:686;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1-121x180.jpg\";s:5:\"width\";i:121;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1-1000x1493.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:55:\"Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:52:\"Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:52:\"Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:54:\"Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28577,6420,'_edit_lock','1487613124:1'),(28578,6421,'_edit_lock','1487613296:1'),(28579,6422,'_edit_lock','1487613256:1'),(28580,7001,'_wp_attached_file','2017/02/Hawksbills-Turtle-6-13_2x3-1.jpg'),(28581,7001,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:40:\"2017/02/Hawksbills-Turtle-6-13_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Hawksbills-Turtle-6-13_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Hawksbills-Turtle-6-13_2x3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Hawksbills-Turtle-6-13_2x3-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Hawksbills-Turtle-6-13_2x3-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"Hawksbills-Turtle-6-13_2x3-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"Hawksbills-Turtle-6-13_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"Hawksbills-Turtle-6-13_2x3-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:41:\"Hawksbills-Turtle-6-13_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:38:\"Hawksbills-Turtle-6-13_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:40:\"Hawksbills-Turtle-6-13_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:38:\"Hawksbills-Turtle-6-13_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:40:\"Hawksbills-Turtle-6-13_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28582,7002,'_wp_attached_file','2017/02/Lemon-and-Reef-@-Charcarious-Cut_2x3-1.jpg'),(28583,7002,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1340;s:4:\"file\";s:50:\"2017/02/Lemon-and-Reef-@-Charcarious-Cut_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Lemon-and-Reef-@-Charcarious-Cut_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Lemon-and-Reef-@-Charcarious-Cut_2x3-1-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Lemon-and-Reef-@-Charcarious-Cut_2x3-1-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"Lemon-and-Reef-@-Charcarious-Cut_2x3-1-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"Lemon-and-Reef-@-Charcarious-Cut_2x3-1-180x121.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:52:\"Lemon-and-Reef-@-Charcarious-Cut_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:51:\"Lemon-and-Reef-@-Charcarious-Cut_2x3-1-1000x670.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:51:\"Lemon-and-Reef-@-Charcarious-Cut_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:48:\"Lemon-and-Reef-@-Charcarious-Cut_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:50:\"Lemon-and-Reef-@-Charcarious-Cut_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:48:\"Lemon-and-Reef-@-Charcarious-Cut_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:50:\"Lemon-and-Reef-@-Charcarious-Cut_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28584,7003,'_wp_attached_file','2017/02/Lemon-Bite-8-12_2x3-1.jpg'),(28585,7003,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1330;s:4:\"file\";s:33:\"2017/02/Lemon-Bite-8-12_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Lemon-Bite-8-12_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Lemon-Bite-8-12_2x3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Lemon-Bite-8-12_2x3-1-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Lemon-Bite-8-12_2x3-1-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"Lemon-Bite-8-12_2x3-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"Lemon-Bite-8-12_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"Lemon-Bite-8-12_2x3-1-1000x665.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:665;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:34:\"Lemon-Bite-8-12_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:31:\"Lemon-Bite-8-12_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:33:\"Lemon-Bite-8-12_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:31:\"Lemon-Bite-8-12_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:33:\"Lemon-Bite-8-12_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28586,6423,'_edit_lock','1487613405:1'),(28587,6424,'_edit_lock','1487613453:1'),(28588,6425,'_edit_lock','1487613375:1'),(28589,6426,'_edit_lock','1487613478:1'),(28590,7004,'_wp_attached_file','2017/02/Lemon-Shark-Chrome-Surface-8-07_2x3-1.jpg'),(28591,7004,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:49:\"2017/02/Lemon-Shark-Chrome-Surface-8-07_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Lemon-Shark-Chrome-Surface-8-07_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Lemon-Shark-Chrome-Surface-8-07_2x3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Lemon-Shark-Chrome-Surface-8-07_2x3-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Lemon-Shark-Chrome-Surface-8-07_2x3-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"Lemon-Shark-Chrome-Surface-8-07_2x3-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:51:\"Lemon-Shark-Chrome-Surface-8-07_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"Lemon-Shark-Chrome-Surface-8-07_2x3-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:50:\"Lemon-Shark-Chrome-Surface-8-07_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:47:\"Lemon-Shark-Chrome-Surface-8-07_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:49:\"Lemon-Shark-Chrome-Surface-8-07_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:47:\"Lemon-Shark-Chrome-Surface-8-07_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:49:\"Lemon-Shark-Chrome-Surface-8-07_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28592,6427,'_edit_lock','1487613481:1'),(28593,7005,'_wp_attached_file','2017/02/LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1.jpg'),(28594,7005,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:50:\"2017/02/LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:52:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:51:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:51:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:48:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:50:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:48:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:50:\"LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28595,7006,'_wp_attached_file','2017/02/Lemon-Shark-over-the-Reef-8-12_2x3-1.jpg'),(28596,7006,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:48:\"2017/02/Lemon-Shark-over-the-Reef-8-12_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Lemon-Shark-over-the-Reef-8-12_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Lemon-Shark-over-the-Reef-8-12_2x3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Lemon-Shark-over-the-Reef-8-12_2x3-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Lemon-Shark-over-the-Reef-8-12_2x3-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"Lemon-Shark-over-the-Reef-8-12_2x3-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:50:\"Lemon-Shark-over-the-Reef-8-12_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:49:\"Lemon-Shark-over-the-Reef-8-12_2x3-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:49:\"Lemon-Shark-over-the-Reef-8-12_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:46:\"Lemon-Shark-over-the-Reef-8-12_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:48:\"Lemon-Shark-over-the-Reef-8-12_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:46:\"Lemon-Shark-over-the-Reef-8-12_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:48:\"Lemon-Shark-over-the-Reef-8-12_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28597,7007,'_wp_attached_file','2017/02/Lemon-Shark-Quicksilver-8-12_2x3-1.jpg'),(28598,7007,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1330;s:4:\"file\";s:46:\"2017/02/Lemon-Shark-Quicksilver-8-12_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Lemon-Shark-Quicksilver-8-12_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Lemon-Shark-Quicksilver-8-12_2x3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Lemon-Shark-Quicksilver-8-12_2x3-1-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Lemon-Shark-Quicksilver-8-12_2x3-1-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"Lemon-Shark-Quicksilver-8-12_2x3-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"Lemon-Shark-Quicksilver-8-12_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:47:\"Lemon-Shark-Quicksilver-8-12_2x3-1-1000x665.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:665;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:47:\"Lemon-Shark-Quicksilver-8-12_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:44:\"Lemon-Shark-Quicksilver-8-12_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:46:\"Lemon-Shark-Quicksilver-8-12_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:44:\"Lemon-Shark-Quicksilver-8-12_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:46:\"Lemon-Shark-Quicksilver-8-12_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28599,7008,'_wp_attached_file','2017/02/LEMON-SHARK-SUNSET-final_2x3-1.jpg'),(28600,7008,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1340;s:4:\"file\";s:42:\"2017/02/LEMON-SHARK-SUNSET-final_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"LEMON-SHARK-SUNSET-final_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"LEMON-SHARK-SUNSET-final_2x3-1-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"LEMON-SHARK-SUNSET-final_2x3-1-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"LEMON-SHARK-SUNSET-final_2x3-1-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"LEMON-SHARK-SUNSET-final_2x3-1-180x121.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"LEMON-SHARK-SUNSET-final_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"LEMON-SHARK-SUNSET-final_2x3-1-1000x670.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:43:\"LEMON-SHARK-SUNSET-final_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:40:\"LEMON-SHARK-SUNSET-final_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:42:\"LEMON-SHARK-SUNSET-final_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:40:\"LEMON-SHARK-SUNSET-final_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:42:\"LEMON-SHARK-SUNSET-final_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28601,6428,'_edit_lock','1487613700:1'),(28602,6429,'_edit_lock','1487613737:1'),(28603,6430,'_edit_lock','1487613866:1'),(28604,7009,'_wp_attached_file','2017/02/LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1.jpg'),(28605,7009,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1340;s:4:\"file\";s:49:\"2017/02/LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1-180x121.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:51:\"LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1-1000x670.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:50:\"LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:47:\"LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:49:\"LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:47:\"LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:49:\"LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28606,7010,'_wp_attached_file','2017/02/MANATEE-MOTHER-CHILD_2x3-1.jpg'),(28607,7010,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1335;s:4:\"file\";s:38:\"2017/02/MANATEE-MOTHER-CHILD_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"MANATEE-MOTHER-CHILD_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"MANATEE-MOTHER-CHILD_2x3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"MANATEE-MOTHER-CHILD_2x3-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"MANATEE-MOTHER-CHILD_2x3-1-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"MANATEE-MOTHER-CHILD_2x3-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"MANATEE-MOTHER-CHILD_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"MANATEE-MOTHER-CHILD_2x3-1-1000x668.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:39:\"MANATEE-MOTHER-CHILD_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:36:\"MANATEE-MOTHER-CHILD_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:38:\"MANATEE-MOTHER-CHILD_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:36:\"MANATEE-MOTHER-CHILD_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:38:\"MANATEE-MOTHER-CHILD_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28608,7011,'_wp_attached_file','2017/02/REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1.jpg'),(28609,7011,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1291;s:6:\"height\";i:864;s:4:\"file\";s:54:\"2017/02/REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:54:\"REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:55:\"REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1-1000x864.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:55:\"REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1-1000x669.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:669;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:55:\"REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:52:\"REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:54:\"REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:52:\"REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:54:\"REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28610,6431,'_edit_lock','1487613999:1'),(28611,6432,'_edit_lock','1487614007:1'),(28612,6433,'_edit_lock','1487614015:1'),(28613,6434,'_edit_lock','1487614126:1'),(28614,7012,'_wp_attached_file','2017/02/Reef-Shark-90-Degrees-8-07_2x3-1.jpg'),(28615,7012,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:44:\"2017/02/Reef-Shark-90-Degrees-8-07_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Reef-Shark-90-Degrees-8-07_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Reef-Shark-90-Degrees-8-07_2x3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Reef-Shark-90-Degrees-8-07_2x3-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Reef-Shark-90-Degrees-8-07_2x3-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"Reef-Shark-90-Degrees-8-07_2x3-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:46:\"Reef-Shark-90-Degrees-8-07_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Reef-Shark-90-Degrees-8-07_2x3-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:45:\"Reef-Shark-90-Degrees-8-07_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:42:\"Reef-Shark-90-Degrees-8-07_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:44:\"Reef-Shark-90-Degrees-8-07_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:42:\"Reef-Shark-90-Degrees-8-07_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:44:\"Reef-Shark-90-Degrees-8-07_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28616,7013,'_wp_attached_file','2017/02/Reef-Shark-and-Brain-Coral-8-07_2x3-1.jpg'),(28617,7013,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1340;s:6:\"height\";i:2000;s:4:\"file\";s:49:\"2017/02/Reef-Shark-and-Brain-Coral-8-07_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Reef-Shark-and-Brain-Coral-8-07_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Reef-Shark-and-Brain-Coral-8-07_2x3-1-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Reef-Shark-and-Brain-Coral-8-07_2x3-1-768x1146.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Reef-Shark-and-Brain-Coral-8-07_2x3-1-686x1024.jpg\";s:5:\"width\";i:686;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"Reef-Shark-and-Brain-Coral-8-07_2x3-1-121x180.jpg\";s:5:\"width\";i:121;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:51:\"Reef-Shark-and-Brain-Coral-8-07_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:51:\"Reef-Shark-and-Brain-Coral-8-07_2x3-1-1000x1493.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:50:\"Reef-Shark-and-Brain-Coral-8-07_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:47:\"Reef-Shark-and-Brain-Coral-8-07_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:49:\"Reef-Shark-and-Brain-Coral-8-07_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:47:\"Reef-Shark-and-Brain-Coral-8-07_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:49:\"Reef-Shark-and-Brain-Coral-8-07_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28618,7014,'_wp_attached_file','2017/02/Reef-Shark-over-Reef-8-07_2x3-1.jpg'),(28619,7014,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1334;s:6:\"height\";i:2000;s:4:\"file\";s:43:\"2017/02/Reef-Shark-over-Reef-8-07_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Reef-Shark-over-Reef-8-07_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Reef-Shark-over-Reef-8-07_2x3-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Reef-Shark-over-Reef-8-07_2x3-1-768x1151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Reef-Shark-over-Reef-8-07_2x3-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"Reef-Shark-over-Reef-8-07_2x3-1-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Reef-Shark-over-Reef-8-07_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Reef-Shark-over-Reef-8-07_2x3-1-1000x1499.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1499;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:44:\"Reef-Shark-over-Reef-8-07_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:41:\"Reef-Shark-over-Reef-8-07_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:43:\"Reef-Shark-over-Reef-8-07_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"Reef-Shark-over-Reef-8-07_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:43:\"Reef-Shark-over-Reef-8-07_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28620,6435,'_edit_lock','1487614045:1'),(28621,6436,'_edit_lock','1487614184:1'),(28622,7015,'_wp_attached_file','2017/02/Reef-Shark-over-Reefs_2x3-1.jpg'),(28623,7015,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1335;s:6:\"height\";i:2000;s:4:\"file\";s:39:\"2017/02/Reef-Shark-over-Reefs_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Reef-Shark-over-Reefs_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Reef-Shark-over-Reefs_2x3-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Reef-Shark-over-Reefs_2x3-1-768x1151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Reef-Shark-over-Reefs_2x3-1-684x1024.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"Reef-Shark-over-Reefs_2x3-1-120x180.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"Reef-Shark-over-Reefs_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"Reef-Shark-over-Reefs_2x3-1-1000x1498.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:40:\"Reef-Shark-over-Reefs_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:37:\"Reef-Shark-over-Reefs_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:39:\"Reef-Shark-over-Reefs_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"Reef-Shark-over-Reefs_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:39:\"Reef-Shark-over-Reefs_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28624,7016,'_wp_attached_file','2017/02/Reef-Shark-Scar-8-07_2x3-1.jpg'),(28625,7016,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1340;s:4:\"file\";s:38:\"2017/02/Reef-Shark-Scar-8-07_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Reef-Shark-Scar-8-07_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Reef-Shark-Scar-8-07_2x3-1-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Reef-Shark-Scar-8-07_2x3-1-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Reef-Shark-Scar-8-07_2x3-1-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"Reef-Shark-Scar-8-07_2x3-1-180x121.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"Reef-Shark-Scar-8-07_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"Reef-Shark-Scar-8-07_2x3-1-1000x670.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:39:\"Reef-Shark-Scar-8-07_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:36:\"Reef-Shark-Scar-8-07_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:38:\"Reef-Shark-Scar-8-07_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:36:\"Reef-Shark-Scar-8-07_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:38:\"Reef-Shark-Scar-8-07_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28626,7017,'_wp_attached_file','2017/02/Reef-Shark-Surface-Cut-10-12_2x3-1.jpg'),(28627,7017,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1336;s:4:\"file\";s:46:\"2017/02/Reef-Shark-Surface-Cut-10-12_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Reef-Shark-Surface-Cut-10-12_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Reef-Shark-Surface-Cut-10-12_2x3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Reef-Shark-Surface-Cut-10-12_2x3-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Reef-Shark-Surface-Cut-10-12_2x3-1-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"Reef-Shark-Surface-Cut-10-12_2x3-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"Reef-Shark-Surface-Cut-10-12_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:47:\"Reef-Shark-Surface-Cut-10-12_2x3-1-1000x668.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:47:\"Reef-Shark-Surface-Cut-10-12_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:44:\"Reef-Shark-Surface-Cut-10-12_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:46:\"Reef-Shark-Surface-Cut-10-12_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:44:\"Reef-Shark-Surface-Cut-10-12_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:46:\"Reef-Shark-Surface-Cut-10-12_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28628,6437,'_edit_lock','1487614195:1'),(28629,6438,'_edit_lock','1487614235:1'),(28630,6439,'_edit_lock','1487614296:1'),(28631,6440,'_edit_lock','1487614328:1'),(28632,7018,'_wp_attached_file','2017/02/Reef-Shark-Wave-Cove-2012_2x3-1.jpg'),(28633,7018,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1336;s:4:\"file\";s:43:\"2017/02/Reef-Shark-Wave-Cove-2012_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Reef-Shark-Wave-Cove-2012_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Reef-Shark-Wave-Cove-2012_2x3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Reef-Shark-Wave-Cove-2012_2x3-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Reef-Shark-Wave-Cove-2012_2x3-1-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"Reef-Shark-Wave-Cove-2012_2x3-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Reef-Shark-Wave-Cove-2012_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"Reef-Shark-Wave-Cove-2012_2x3-1-1000x668.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:44:\"Reef-Shark-Wave-Cove-2012_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:41:\"Reef-Shark-Wave-Cove-2012_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:43:\"Reef-Shark-Wave-Cove-2012_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"Reef-Shark-Wave-Cove-2012_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:43:\"Reef-Shark-Wave-Cove-2012_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28634,7019,'_wp_attached_file','2017/02/Reef-Squids-_-Caymen-1-6-12_2x3-1.jpg'),(28635,7019,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:45:\"2017/02/Reef-Squids-_-Caymen-1-6-12_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Reef-Squids-_-Caymen-1-6-12_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Reef-Squids-_-Caymen-1-6-12_2x3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Reef-Squids-_-Caymen-1-6-12_2x3-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Reef-Squids-_-Caymen-1-6-12_2x3-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Reef-Squids-_-Caymen-1-6-12_2x3-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:47:\"Reef-Squids-_-Caymen-1-6-12_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"Reef-Squids-_-Caymen-1-6-12_2x3-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:46:\"Reef-Squids-_-Caymen-1-6-12_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:43:\"Reef-Squids-_-Caymen-1-6-12_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:45:\"Reef-Squids-_-Caymen-1-6-12_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"Reef-Squids-_-Caymen-1-6-12_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:45:\"Reef-Squids-_-Caymen-1-6-12_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28636,7020,'_wp_attached_file','2017/02/Reef-Squids-_-Caymen-2-6-17_2x3-1.jpg'),(28637,7020,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:45:\"2017/02/Reef-Squids-_-Caymen-2-6-17_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Reef-Squids-_-Caymen-2-6-17_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Reef-Squids-_-Caymen-2-6-17_2x3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Reef-Squids-_-Caymen-2-6-17_2x3-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Reef-Squids-_-Caymen-2-6-17_2x3-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Reef-Squids-_-Caymen-2-6-17_2x3-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:47:\"Reef-Squids-_-Caymen-2-6-17_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"Reef-Squids-_-Caymen-2-6-17_2x3-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:46:\"Reef-Squids-_-Caymen-2-6-17_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:43:\"Reef-Squids-_-Caymen-2-6-17_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:45:\"Reef-Squids-_-Caymen-2-6-17_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"Reef-Squids-_-Caymen-2-6-17_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:45:\"Reef-Squids-_-Caymen-2-6-17_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28638,7021,'_wp_attached_file','2017/02/Reflecting-Reef-Shark-11-11_2x3-1.jpg'),(28639,7021,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:45:\"2017/02/Reflecting-Reef-Shark-11-11_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Reflecting-Reef-Shark-11-11_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Reflecting-Reef-Shark-11-11_2x3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Reflecting-Reef-Shark-11-11_2x3-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Reflecting-Reef-Shark-11-11_2x3-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Reflecting-Reef-Shark-11-11_2x3-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:47:\"Reflecting-Reef-Shark-11-11_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"Reflecting-Reef-Shark-11-11_2x3-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:46:\"Reflecting-Reef-Shark-11-11_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:43:\"Reflecting-Reef-Shark-11-11_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:45:\"Reflecting-Reef-Shark-11-11_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"Reflecting-Reef-Shark-11-11_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:45:\"Reflecting-Reef-Shark-11-11_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28640,6441,'_edit_lock','1487614463:1'),(28641,6442,'_edit_lock','1487614507:1'),(28642,6443,'_edit_lock','1487614625:1'),(28643,6444,'_edit_lock','1487614561:1'),(28644,7022,'_wp_attached_file','2017/02/Spotted-Bottlenose-Dolphin-8-12_2x3-1.jpg'),(28645,7022,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1335;s:4:\"file\";s:49:\"2017/02/Spotted-Bottlenose-Dolphin-8-12_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Spotted-Bottlenose-Dolphin-8-12_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Spotted-Bottlenose-Dolphin-8-12_2x3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Spotted-Bottlenose-Dolphin-8-12_2x3-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Spotted-Bottlenose-Dolphin-8-12_2x3-1-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"Spotted-Bottlenose-Dolphin-8-12_2x3-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:51:\"Spotted-Bottlenose-Dolphin-8-12_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"Spotted-Bottlenose-Dolphin-8-12_2x3-1-1000x668.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:50:\"Spotted-Bottlenose-Dolphin-8-12_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:47:\"Spotted-Bottlenose-Dolphin-8-12_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:49:\"Spotted-Bottlenose-Dolphin-8-12_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:47:\"Spotted-Bottlenose-Dolphin-8-12_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:49:\"Spotted-Bottlenose-Dolphin-8-12_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28646,7023,'_wp_attached_file','2017/02/Swim-Fast-8-07_2x3-1.jpg'),(28647,7023,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1340;s:4:\"file\";s:32:\"2017/02/Swim-Fast-8-07_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Swim-Fast-8-07_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Swim-Fast-8-07_2x3-1-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Swim-Fast-8-07_2x3-1-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Swim-Fast-8-07_2x3-1-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"Swim-Fast-8-07_2x3-1-180x121.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"Swim-Fast-8-07_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"Swim-Fast-8-07_2x3-1-1000x670.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:33:\"Swim-Fast-8-07_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:30:\"Swim-Fast-8-07_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:32:\"Swim-Fast-8-07_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:30:\"Swim-Fast-8-07_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:32:\"Swim-Fast-8-07_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28648,7024,'_wp_attached_file','2017/02/Tiger-Beach-8-07_2x3-1.jpg'),(28649,7024,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:34:\"2017/02/Tiger-Beach-8-07_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Tiger-Beach-8-07_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Tiger-Beach-8-07_2x3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Tiger-Beach-8-07_2x3-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Tiger-Beach-8-07_2x3-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"Tiger-Beach-8-07_2x3-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"Tiger-Beach-8-07_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"Tiger-Beach-8-07_2x3-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:35:\"Tiger-Beach-8-07_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:32:\"Tiger-Beach-8-07_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:34:\"Tiger-Beach-8-07_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:32:\"Tiger-Beach-8-07_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:34:\"Tiger-Beach-8-07_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28650,7025,'_wp_attached_file','2017/02/Tiger-Shark-_-Emma-1-8-12_2x3-1.jpg'),(28651,7025,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:43:\"2017/02/Tiger-Shark-_-Emma-1-8-12_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-_-Emma-1-8-12_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-_-Emma-1-8-12_2x3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-_-Emma-1-8-12_2x3-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Tiger-Shark-_-Emma-1-8-12_2x3-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-_-Emma-1-8-12_2x3-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Tiger-Shark-_-Emma-1-8-12_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"Tiger-Shark-_-Emma-1-8-12_2x3-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:44:\"Tiger-Shark-_-Emma-1-8-12_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:41:\"Tiger-Shark-_-Emma-1-8-12_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-_-Emma-1-8-12_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"Tiger-Shark-_-Emma-1-8-12_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-_-Emma-1-8-12_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28652,6445,'_edit_lock','1487614634:1'),(28653,6446,'_edit_lock','1487614712:1'),(28654,6449,'_edit_lock','1487614866:1'),(28655,7026,'_wp_attached_file','2017/02/Tiger-Shark-_-Emma-2-8-13_2x3-1.jpg'),(28656,7026,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:43:\"2017/02/Tiger-Shark-_-Emma-2-8-13_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-_-Emma-2-8-13_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-_-Emma-2-8-13_2x3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-_-Emma-2-8-13_2x3-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Tiger-Shark-_-Emma-2-8-13_2x3-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-_-Emma-2-8-13_2x3-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Tiger-Shark-_-Emma-2-8-13_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"Tiger-Shark-_-Emma-2-8-13_2x3-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:44:\"Tiger-Shark-_-Emma-2-8-13_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:41:\"Tiger-Shark-_-Emma-2-8-13_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-_-Emma-2-8-13_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"Tiger-Shark-_-Emma-2-8-13_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-_-Emma-2-8-13_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28657,7027,'_wp_attached_file','2017/02/Tiger-Shark-and-Cobia_2x3-1.jpg'),(28658,7027,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:39:\"2017/02/Tiger-Shark-and-Cobia_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Tiger-Shark-and-Cobia_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Tiger-Shark-and-Cobia_2x3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Tiger-Shark-and-Cobia_2x3-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Tiger-Shark-and-Cobia_2x3-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"Tiger-Shark-and-Cobia_2x3-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"Tiger-Shark-and-Cobia_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"Tiger-Shark-and-Cobia_2x3-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:40:\"Tiger-Shark-and-Cobia_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:37:\"Tiger-Shark-and-Cobia_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:39:\"Tiger-Shark-and-Cobia_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"Tiger-Shark-and-Cobia_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:39:\"Tiger-Shark-and-Cobia_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28659,7028,'_wp_attached_file','2017/02/TIGER-SHARK-IN-SUNLIGHT_2x3-1.jpg'),(28660,7028,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1335;s:4:\"file\";s:41:\"2017/02/TIGER-SHARK-IN-SUNLIGHT_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"TIGER-SHARK-IN-SUNLIGHT_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"TIGER-SHARK-IN-SUNLIGHT_2x3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"TIGER-SHARK-IN-SUNLIGHT_2x3-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"TIGER-SHARK-IN-SUNLIGHT_2x3-1-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"TIGER-SHARK-IN-SUNLIGHT_2x3-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:43:\"TIGER-SHARK-IN-SUNLIGHT_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"TIGER-SHARK-IN-SUNLIGHT_2x3-1-1000x668.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:42:\"TIGER-SHARK-IN-SUNLIGHT_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:39:\"TIGER-SHARK-IN-SUNLIGHT_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:41:\"TIGER-SHARK-IN-SUNLIGHT_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:39:\"TIGER-SHARK-IN-SUNLIGHT_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:41:\"TIGER-SHARK-IN-SUNLIGHT_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28661,6450,'_edit_lock','1487614825:1'),(28662,6452,'_edit_lock','1487614882:1'),(28663,6453,'_edit_lock','1487614930:1'),(28664,7029,'_wp_attached_file','2017/02/Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-2.jpg'),(28665,7029,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:56:\"2017/02/Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-2-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:58:\"Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-2-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:57:\"Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-2-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:57:\"Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-2-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:54:\"Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-2-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:56:\"Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-2-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:54:\"Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:56:\"Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28666,7030,'_wp_attached_file','2017/02/Tiger-Shark-Serenity-8-07_2x3-1.jpg'),(28667,7030,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1340;s:6:\"height\";i:2000;s:4:\"file\";s:43:\"2017/02/Tiger-Shark-Serenity-8-07_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-Serenity-8-07_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-Serenity-8-07_2x3-1-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Tiger-Shark-Serenity-8-07_2x3-1-768x1146.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Tiger-Shark-Serenity-8-07_2x3-1-686x1024.jpg\";s:5:\"width\";i:686;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-Serenity-8-07_2x3-1-121x180.jpg\";s:5:\"width\";i:121;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Tiger-Shark-Serenity-8-07_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Tiger-Shark-Serenity-8-07_2x3-1-1000x1493.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:44:\"Tiger-Shark-Serenity-8-07_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:41:\"Tiger-Shark-Serenity-8-07_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-Serenity-8-07_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"Tiger-Shark-Serenity-8-07_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-Serenity-8-07_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28668,7031,'_wp_attached_file','2017/02/Tiger-Shark-Stalker-8-07_2x3-1.jpg'),(28669,7031,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:42:\"2017/02/Tiger-Shark-Stalker-8-07_2x3-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Tiger-Shark-Stalker-8-07_2x3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Tiger-Shark-Stalker-8-07_2x3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Tiger-Shark-Stalker-8-07_2x3-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-Stalker-8-07_2x3-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"Tiger-Shark-Stalker-8-07_2x3-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"Tiger-Shark-Stalker-8-07_2x3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-Stalker-8-07_2x3-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:43:\"Tiger-Shark-Stalker-8-07_2x3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:40:\"Tiger-Shark-Stalker-8-07_2x3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:42:\"Tiger-Shark-Stalker-8-07_2x3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:40:\"Tiger-Shark-Stalker-8-07_2x3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_magnifier\";a:4:{s:4:\"file\";s:42:\"Tiger-Shark-Stalker-8-07_2x3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28670,6992,'_edit_lock','1487615404:1'),(28671,6992,'_edit_last','1'),(28672,6992,'slide_template','default'),(28673,6992,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(28674,7032,'fw_options','a:0:{}'),(28675,4511,'_oembed_a9f71c742b5e0bae0f0c74b55f3755cb','<iframe width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/FNjidHtVYa8?feature=oembed&wmode=opaque\" frameborder=\"0\" allowfullscreen></iframe>'),(28676,4511,'_oembed_time_a9f71c742b5e0bae0f0c74b55f3755cb','1487616497'),(28677,7033,'_order_key','wc_order_58ab7ccbecbd5'),(28678,7033,'_order_currency','USD'),(28679,7033,'_prices_include_tax','no'),(28680,7033,'_customer_ip_address','99.144.77.237'),(28681,7033,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(28682,7033,'_customer_user','0'),(28683,7033,'_created_via','checkout'),(28684,7033,'_cart_hash','8af8fb52971623f851c9b68399eb1784'),(28685,7033,'_order_version','3.0.7'),(28686,7033,'_order_shipping','15.95'),(28687,7033,'_billing_first_name','LInda'),(28688,7033,'_billing_last_name','Stockett'),(28689,7033,'_billing_company',''),(28690,7033,'_billing_email','alexnlinda2005@yahoo.com'),(28691,7033,'_billing_phone','7862226283'),(28692,7033,'_billing_country','US'),(28693,7033,'_billing_address_1','4500 sw 98 ave'),(28694,7033,'_billing_address_2',''),(28695,7033,'_billing_city','miami'),(28696,7033,'_billing_state','FL'),(28697,7033,'_billing_postcode','33165'),(28698,7033,'_shipping_first_name','LInda'),(28699,7033,'_shipping_last_name','Stockett'),(28700,7033,'_shipping_company',''),(28701,7033,'_shipping_country','US'),(28702,7033,'_shipping_address_1','4500 sw 98 ave'),(28703,7033,'_shipping_address_2',''),(28704,7033,'_shipping_city','miami'),(28705,7033,'_shipping_state','FL'),(28706,7033,'_shipping_postcode','33165'),(28707,7033,'_payment_method','paypal'),(28708,7033,'_payment_method_title','PayPal'),(28709,7033,'_cart_discount','0'),(28710,7033,'_cart_discount_tax','0'),(28711,7033,'_order_tax','0'),(28712,7033,'_order_shipping_tax','0'),(28713,7033,'_order_total','315.95'),(28714,7034,'_order_key','wc_order_58abc215b1687'),(28715,7034,'_order_currency','USD'),(28716,7034,'_prices_include_tax','no'),(28717,7034,'_customer_ip_address','74.120.40.164'),(28718,7034,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(28719,7034,'_customer_user','0'),(28720,7034,'_created_via','checkout'),(28721,7034,'_cart_hash','8af8fb52971623f851c9b68399eb1784'),(28722,7034,'_order_version','2.6.14'),(28723,7034,'_order_shipping','15.95'),(28724,7034,'_billing_first_name','Linda'),(28725,7034,'_billing_last_name','Stockett'),(28726,7034,'_billing_company',''),(28727,7034,'_billing_email','alexnlinda2005@yahoo.com'),(28728,7034,'_billing_phone','7862226283'),(28729,7034,'_billing_country','US'),(28730,7034,'_billing_address_1','4500 S.W. 98 ave'),(28731,7034,'_billing_address_2',''),(28732,7034,'_billing_city','Miami'),(28733,7034,'_billing_state','FL'),(28734,7034,'_billing_postcode','33165'),(28735,7034,'_shipping_first_name','Linda'),(28736,7034,'_shipping_last_name','Stockett'),(28737,7034,'_shipping_company',''),(28738,7034,'_shipping_country','US'),(28739,7034,'_shipping_address_1','4500 S.W. 98 ave'),(28740,7034,'_shipping_address_2',''),(28741,7034,'_shipping_city','Miami'),(28742,7034,'_shipping_state','FL'),(28743,7034,'_shipping_postcode','33165'),(28744,7034,'_payment_method','paypal'),(28745,7034,'_payment_method_title','PayPal'),(28746,7034,'_cart_discount','0'),(28747,7034,'_cart_discount_tax','0'),(28748,7034,'_order_tax','0'),(28749,7034,'_order_shipping_tax','0'),(28750,7034,'_order_total','315.95'),(28751,7034,'Payer PayPal address','lindanalex2005@yahoo.com'),(28752,7034,'Payer first name','linda'),(28753,7034,'Payer last name','stockett'),(28754,7034,'Payment type','instant'),(28755,7034,'_download_permissions_granted','1'),(28756,7034,'PayPal Transaction Fee','9.46'),(28757,7034,'_recorded_sales','yes'),(28758,7034,'_paid_date','2017-02-21 04:30:32'),(28759,7034,'_transaction_id','2TG01444C5197141N'),(28761,7036,'_wp_attached_file','2017/02/DC-Icon.jpg'),(28762,7036,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:166;s:4:\"file\";s:19:\"2017/02/DC-Icon.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"DC-Icon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:17:\"DC-Icon-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:17:\"DC-Icon-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28763,7037,'_wp_attached_file','2017/02/cropped-DC-Icon.jpg'),(28764,7037,'_wp_attachment_context','site-icon'),(28765,7037,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:27:\"2017/02/cropped-DC-Icon.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"cropped-DC-Icon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"cropped-DC-Icon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"cropped-DC-Icon-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:25:\"cropped-DC-Icon-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:27:\"cropped-DC-Icon-512x400.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:25:\"cropped-DC-Icon-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:27:\"cropped-DC-Icon-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:27:\"cropped-DC-Icon-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:27:\"cropped-DC-Icon-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:25:\"cropped-DC-Icon-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28768,7039,'_wp_attached_file','2017/02/DC-logo-bg.png'),(28769,7039,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:186;s:6:\"height\";i:101;s:4:\"file\";s:22:\"2017/02/DC-logo-bg.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DC-logo-bg-150x101.png\";s:5:\"width\";i:150;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"DC-logo-bg-180x98.png\";s:5:\"width\";i:180;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"DC-logo-bg-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"DC-logo-bg-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28770,5769,'_wp_attachment_image_alt','Dolphin'),(28771,5770,'_wp_attachment_image_alt','Dolphin'),(28772,5771,'_wp_attachment_image_alt','CLOSER LOOK'),(28773,5772,'_wp_attachment_image_alt','CLOSER LOOK'),(28774,5773,'_wp_attachment_image_alt','Tiger Shark Beach'),(28775,5777,'_wp_attachment_image_alt','GEARHEAD GIRL'),(28776,5781,'_wp_attachment_image_alt','Hawksbill Sea Turtle'),(28777,6550,'_wp_attachment_image_alt','Women Crew Neck - Black'),(28778,6551,'_wp_attachment_image_alt','Women Crew Neck - Grey'),(28779,6591,'_wp_attachment_image_alt','White Shark Guadalupe 2'),(28780,6592,'_wp_attachment_image_alt','Bimini Blue'),(28781,6593,'_wp_attachment_image_alt','Bottlenose Dolphin'),(28782,6594,'_wp_attachment_image_alt','Gazing Reef'),(28783,6595,'_wp_attachment_image_alt','Green Sea Turtle'),(28784,6596,'_wp_attachment_image_alt','Hawksbill Turtle 1'),(28785,6597,'_wp_attachment_image_alt','Hawksbill Turtle Eating Sponge'),(28786,6598,'_wp_attachment_image_alt','Hawksbill Turtle Flight 2'),(28787,6599,'_wp_attachment_image_alt','Hawksbill Turtle Flight 3'),(28788,6600,'_wp_attachment_image_alt','Hawksbill Turtle in Coral'),(28789,6601,'_wp_attachment_image_alt','Hawksbill Turtle in Coral 2'),(28790,6606,'_wp_attachment_image_alt','Hawksbill Turtle in Flight'),(28791,6623,'_wp_attachment_image_alt','Hawksbill Turtle with Sponge 1'),(28792,6624,'_wp_attachment_image_alt','Hawksbill Turtle with Sponge 2'),(28793,6625,'_wp_attachment_image_alt','Hawksbill Turtle with Sponge 3'),(28794,6626,'_wp_attachment_image_alt','Hawksbills Turtle'),(28795,6627,'_wp_attachment_image_alt','Lemon and Reef'),(28796,6628,'_wp_attachment_image_alt','Lemon Bite'),(28797,6629,'_wp_attachment_image_alt','Lemon Shark Chrome Surface'),(28798,6630,'_wp_attachment_image_alt','LEMON SHARK CLEANED BY RAMORAS'),(28799,6631,'_wp_attachment_image_alt','Lemon Shark Over the Reef'),(28800,6632,'_wp_attachment_image_alt','Lemon Shark Quicksilver'),(28801,6633,'_wp_attachment_image_alt','LEMON SHARK SUNSET'),(28802,6634,'_wp_attachment_image_alt','LEMON SNAP'),(28803,6635,'_wp_attachment_image_alt','MANATEE MOTHER & CHILD'),(28804,6636,'_wp_attachment_image_alt','REEF SHARK'),(28805,6637,'_wp_attachment_image_alt','Reef Shark 90 Degrees'),(28806,6638,'_wp_attachment_image_alt','Reef Shark and Brain Coral'),(28807,6639,'_wp_attachment_image_alt','Reef Shark Over Reef'),(28808,6642,'_wp_attachment_image_alt','Reef Shark Over Reefs'),(28809,6643,'_wp_attachment_image_alt','Reef Shark Scar'),(28810,6644,'_wp_attachment_image_alt','Reef Shark Surface Cut'),(28811,6645,'_wp_attachment_image_alt','Reef Shark Trio Cove'),(28812,6646,'_wp_attachment_image_alt','Reef Shark Wave'),(28813,6647,'_wp_attachment_image_alt','Reef Squids Caymen 1'),(28814,6648,'_wp_attachment_image_alt','Reef Squids Caymen 2'),(28815,6649,'_wp_attachment_image_alt','Reflecting Reef Shark'),(28816,6650,'_wp_attachment_image_alt','Spotted Bottlenose Dolphin'),(28817,6651,'_wp_attachment_image_alt','Swim Fast'),(28818,6652,'_wp_attachment_image_alt','Tiger Beach'),(28819,6653,'_wp_attachment_image_alt','Tiger Shark Emma 1'),(28820,6654,'_wp_attachment_image_alt','Tiger Shark Emma 2'),(28821,6655,'_wp_attachment_image_alt','Tiger Shark and Cobia'),(28822,6656,'_wp_attachment_image_alt','TIGER SHARK IN SUNLIGHT'),(28823,6657,'_wp_attachment_image_alt','Tiger Shark Lurking'),(28824,6658,'_wp_attachment_image_alt','Tiger Shark Serenity'),(28825,6659,'_wp_attachment_image_alt','Tiger Shark Stalker'),(28826,6660,'_wp_attachment_image_alt','TIGER SHARK'),(28827,6661,'_wp_attachment_image_alt','TIGER SHARK 5'),(28828,6662,'_wp_attachment_image_alt','TIGER SHARK CLOSE UP'),(28829,6663,'_wp_attachment_image_alt','Tiger Tail'),(28830,6664,'_wp_attachment_image_alt','White Shark Guadalupe 1'),(28831,6665,'_wp_attachment_image_alt','White Shark Guadalupe 2'),(28832,6666,'_wp_attachment_image_alt','White Shark Guadalupe 3'),(28833,6668,'_wp_attachment_image_alt','Hawksbill Turtle with Sponge 4'),(28834,6669,'_wp_attachment_image_alt','Hawksbill Turtle with Sponge 4'),(28835,6678,'_wp_attachment_image_alt','TORTUGA DEL MAR'),(28836,6681,'_wp_attachment_image_alt','White Shark Guadalupe 3'),(28837,6682,'_wp_attachment_image_alt','SHARK STUDY 2'),(28838,6683,'_wp_attachment_image_alt','LOGGERHEAD SEATURTLE'),(28839,6685,'_wp_attachment_image_alt','SHARK STUDY 1'),(28840,6759,'_wp_attachment_image_alt','Hawksbill Turtle 2'),(28841,6788,'_wp_attachment_image_alt','Hawksbill Turtle Sitting'),(28842,5483,'_wp_attachment_image_alt','Octopus V-Neck T-Shirt Grey – Men’s'),(28843,7040,'_order_key','wc_order_58b81b1d67572'),(28844,7040,'_order_currency','USD'),(28845,7040,'_prices_include_tax','no'),(28846,7040,'_customer_ip_address','64.132.241.134'),(28847,7040,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(28848,7040,'_customer_user','0'),(28849,7040,'_created_via','checkout'),(28850,7040,'_cart_hash','d526574911d11307bec483be178f5269'),(28851,7040,'_order_version','2.6.14'),(28852,7040,'_order_shipping','5.95'),(28853,7040,'_billing_first_name','Heather'),(28854,7040,'_billing_last_name','Overman'),(28855,7040,'_billing_company','Photographic Alchemy'),(28856,7040,'_billing_email','hbo2118@gmail.com'),(28857,7040,'_billing_phone','6785756160'),(28858,7040,'_billing_country','US'),(28859,7040,'_billing_address_1','502 Rokeby Drive'),(28860,7040,'_billing_address_2',''),(28861,7040,'_billing_city','Woodstock'),(28862,7040,'_billing_state','GA'),(28863,7040,'_billing_postcode','30188'),(28864,7040,'_shipping_first_name','Heather'),(28865,7040,'_shipping_last_name','Overman'),(28866,7040,'_shipping_company','Photographic Alchemy'),(28867,7040,'_shipping_country','US'),(28868,7040,'_shipping_address_1','502 Rokeby Drive'),(28869,7040,'_shipping_address_2',''),(28870,7040,'_shipping_city','Woodstock'),(28871,7040,'_shipping_state','GA'),(28872,7040,'_shipping_postcode','30188'),(28873,7040,'_payment_method','paypal'),(28874,7040,'_payment_method_title','PayPal'),(28875,7040,'_cart_discount','0'),(28876,7040,'_cart_discount_tax','0'),(28877,7040,'_order_tax','1.75'),(28878,7040,'_order_shipping_tax','0.4165'),(28879,7040,'_order_total','33.12'),(28880,7040,'_download_permissions_granted','1'),(28881,7040,'Payer PayPal address','hbo2118@gmail.com'),(28882,7040,'Payer first name','Heather'),(28883,7040,'Payer last name','Overman'),(28884,7040,'Payment type','instant'),(28885,7040,'PayPal Transaction Fee','1.26'),(28886,7040,'_recorded_sales','yes'),(28887,7040,'_paid_date','2017-03-02 13:17:05'),(28888,7040,'_transaction_id','36L42210VA846382A'),(28889,7041,'_order_key','wc_order_58bcdb0b14b5b'),(28890,7041,'_order_currency','USD'),(28891,7041,'_prices_include_tax','no'),(28892,7041,'_customer_ip_address','173.50.73.40'),(28893,7041,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),(28894,7041,'_customer_user','2'),(28895,7041,'_created_via','checkout'),(28896,7041,'_cart_hash','96d77c81b34dc10203588ec15d303359'),(28897,7041,'_order_version','2.6.14'),(28898,7041,'_order_shipping','15.95'),(28899,7041,'_billing_first_name','Allison'),(28900,7041,'_billing_last_name','Bischof'),(28901,7041,'_billing_company',''),(28902,7041,'_billing_email','allison.bischof@ymail.com'),(28903,7041,'_billing_phone','7577177425'),(28904,7041,'_billing_country','US'),(28905,7041,'_billing_address_1','332 WHITE DOGWOOD DRIVE'),(28906,7041,'_billing_address_2',''),(28907,7041,'_billing_city','Chesapeake'),(28908,7041,'_billing_state','VA'),(28909,7041,'_billing_postcode','23322'),(28910,7041,'_shipping_first_name','Allison'),(28911,7041,'_shipping_last_name','Bischof'),(28912,7041,'_shipping_company',''),(28913,7041,'_shipping_country','US'),(28914,7041,'_shipping_address_1','332 WHITE DOGWOOD DRIVE'),(28915,7041,'_shipping_address_2',''),(28916,7041,'_shipping_city','Chesapeake'),(28917,7041,'_shipping_state','VA'),(28918,7041,'_shipping_postcode','23322'),(28919,7041,'_payment_method','paypal'),(28920,7041,'_payment_method_title','PayPal'),(28921,7041,'_cart_discount','0'),(28922,7041,'_cart_discount_tax','0'),(28923,7041,'_order_tax','0'),(28924,7041,'_order_shipping_tax','0'),(28925,7041,'_order_total','190.95'),(28926,7041,'Payer PayPal address','allison.bischof@ymail.com'),(28927,7041,'Payer first name','Allison'),(28928,7041,'Payer last name','Bischof'),(28929,7041,'Payment type','instant'),(28930,7041,'_download_permissions_granted','1'),(28931,7041,'PayPal Transaction Fee','5.84'),(28932,7041,'_recorded_sales','yes'),(28933,7041,'_paid_date','2017-03-06 03:59:29'),(28934,7041,'_transaction_id','2HV05010AG523702G'),(28937,87,'_edit_lock','1490962868:3'),(28940,7046,'fw_options','a:0:{}'),(28941,7047,'_wp_attached_file','2017/03/IMG_8586.png'),(28942,7047,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:20:\"2017/03/IMG_8586.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_8586-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_8586-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_8586-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:18:\"IMG_8586-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:20:\"IMG_8586-720x400.png\";s:5:\"width\";i:720;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:18:\"IMG_8586-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28943,7047,'_wp_attachment_is_custom_background','foreal'),(28944,7049,'fw_options','a:0:{}'),(28945,4511,'fw_options','a:0:{}'),(28947,7051,'fw_options','a:0:{}'),(28948,7052,'fw_options','a:0:{}'),(28953,7039,'_wp_attachment_custom_header_last_used_foreal','1491082436'),(28954,7039,'_wp_attachment_is_custom_header','foreal'),(28955,3672,'_edit_lock','1589808787:3'),(28958,7057,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(28959,7057,'_menu_item_type','post_type'),(28960,7057,'_menu_item_menu_item_parent','0'),(28961,7057,'_menu_item_object_id','3970'),(28962,7057,'_menu_item_object','page'),(28963,7057,'_menu_item_target',''),(28964,7057,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(28965,7057,'_menu_item_xfn',''),(28966,7057,'_menu_item_url',''),(28967,7057,'_menu_item_orphaned','1491085059'),(28968,7057,'_dt-use-as-megamenu',''),(28969,7057,'_dt-expand-all-submenus',''),(28970,7057,'_dt-disable-text',''),(28971,7057,'_dt-disable-link',''),(28972,7057,'_dt-fullwidth',''),(28973,7057,'_dt-columns',''),(28974,7057,'_dt-custom-content',''),(28975,7057,'_dt-fill-columns',''),(28976,7057,'_dt-menu-icon',''),(28977,7057,'_dt-menu-widget',''),(28979,7059,'_wp_attached_file','2016/03/apparel-home-dc-2.psd'),(28980,7060,'_wp_attached_file','2016/03/apparel-home-dc-2.png'),(28981,7060,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2016/03/apparel-home-dc-2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"apparel-home-dc-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"apparel-home-dc-2-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:27:\"apparel-home-dc-2-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:27:\"apparel-home-dc-2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28983,7062,'fw_options','a:0:{}'),(28984,7063,'fw_options','a:0:{}'),(28985,7064,'fw_options','a:0:{}'),(28986,5843,'_wc_rating_count','a:0:{}'),(28987,5843,'_wc_average_rating','0'),(28988,6101,'_wc_review_count','0'),(28989,6101,'_wc_rating_count','a:0:{}'),(28990,6101,'_wc_average_rating','0'),(28991,6313,'_wc_review_count','0'),(28992,6313,'_wc_rating_count','a:0:{}'),(28993,6313,'_wc_average_rating','0'),(28994,6093,'_wc_review_count','0'),(28995,6093,'_wc_rating_count','a:0:{}'),(28996,6093,'_wc_average_rating','0'),(28997,6132,'_wc_review_count','0'),(28998,6132,'_wc_rating_count','a:0:{}'),(28999,6132,'_wc_average_rating','0'),(29000,6224,'_wc_review_count','0'),(29001,6224,'_wc_rating_count','a:0:{}'),(29002,6224,'_wc_average_rating','0'),(29003,5924,'_wc_review_count','0'),(29004,5924,'_wc_rating_count','a:0:{}'),(29005,5924,'_wc_average_rating','0'),(29006,5917,'_wc_review_count','0'),(29007,5917,'_wc_rating_count','a:0:{}'),(29008,5917,'_wc_average_rating','0'),(29009,5931,'_wc_review_count','0'),(29010,5931,'_wc_rating_count','a:0:{}'),(29011,5931,'_wc_average_rating','0'),(29012,5938,'_wc_review_count','0'),(29013,5938,'_wc_rating_count','a:0:{}'),(29014,5938,'_wc_average_rating','0'),(29015,5982,'_wc_review_count','0'),(29016,5982,'_wc_rating_count','a:0:{}'),(29017,5982,'_wc_average_rating','0'),(29018,5892,'_wc_review_count','0'),(29019,5892,'_wc_rating_count','a:0:{}'),(29020,5892,'_wc_average_rating','0'),(29021,6052,'_wc_review_count','0'),(29022,6052,'_wc_rating_count','a:0:{}'),(29023,6052,'_wc_average_rating','0'),(29024,5994,'_wc_review_count','0'),(29025,5994,'_wc_rating_count','a:0:{}'),(29026,5994,'_wc_average_rating','0'),(29027,6009,'_wc_review_count','0'),(29028,6009,'_wc_rating_count','a:0:{}'),(29029,6009,'_wc_average_rating','0'),(29030,6001,'_wc_review_count','0'),(29031,6001,'_wc_rating_count','a:0:{}'),(29032,6001,'_wc_average_rating','0'),(29033,6016,'_wc_review_count','0'),(29034,6016,'_wc_rating_count','a:0:{}'),(29035,6016,'_wc_average_rating','0'),(29036,6023,'_wc_review_count','0'),(29037,6023,'_wc_rating_count','a:0:{}'),(29038,6023,'_wc_average_rating','0'),(29039,6030,'_wc_review_count','0'),(29040,6030,'_wc_rating_count','a:0:{}'),(29041,6030,'_wc_average_rating','0'),(29042,5907,'_wc_review_count','0'),(29043,5907,'_wc_rating_count','a:0:{}'),(29044,5907,'_wc_average_rating','0'),(29045,6037,'_wc_review_count','0'),(29046,6037,'_wc_rating_count','a:0:{}'),(29047,6037,'_wc_average_rating','0'),(29048,6042,'_wc_review_count','0'),(29049,6042,'_wc_rating_count','a:0:{}'),(29050,6042,'_wc_average_rating','0'),(29051,6047,'_wc_review_count','0'),(29052,6047,'_wc_rating_count','a:0:{}'),(29053,6047,'_wc_average_rating','0'),(29054,5911,'_wc_review_count','0'),(29055,5911,'_wc_rating_count','a:0:{}'),(29056,5911,'_wc_average_rating','0'),(29057,6065,'_wc_review_count','0'),(29058,6065,'_wc_rating_count','a:0:{}'),(29059,6065,'_wc_average_rating','0'),(29060,6072,'_wc_review_count','0'),(29061,6072,'_wc_rating_count','a:0:{}'),(29062,6072,'_wc_average_rating','0'),(29063,6079,'_wc_review_count','0'),(29064,6079,'_wc_rating_count','a:0:{}'),(29065,6079,'_wc_average_rating','0'),(29066,6086,'_wc_review_count','0'),(29067,6086,'_wc_rating_count','a:0:{}'),(29068,6086,'_wc_average_rating','0'),(29069,6117,'_wc_review_count','0'),(29070,6117,'_wc_rating_count','a:0:{}'),(29071,6117,'_wc_average_rating','0'),(29072,6139,'_wc_review_count','0'),(29073,6139,'_wc_rating_count','a:0:{}'),(29074,6139,'_wc_average_rating','0'),(29075,6125,'_wc_review_count','0'),(29076,6125,'_wc_rating_count','a:0:{}'),(29077,6125,'_wc_average_rating','0'),(29078,6146,'_wc_review_count','0'),(29079,6146,'_wc_rating_count','a:0:{}'),(29080,6146,'_wc_average_rating','0'),(29081,6153,'_wc_review_count','0'),(29082,6153,'_wc_rating_count','a:0:{}'),(29083,6153,'_wc_average_rating','0'),(29084,6171,'_wc_review_count','0'),(29085,6171,'_wc_rating_count','a:0:{}'),(29086,6171,'_wc_average_rating','0'),(29087,6187,'_wc_review_count','0'),(29088,6187,'_wc_rating_count','a:0:{}'),(29089,6187,'_wc_average_rating','0'),(29090,6202,'_wc_review_count','0'),(29091,6202,'_wc_rating_count','a:0:{}'),(29092,6202,'_wc_average_rating','0'),(29093,6211,'_wc_review_count','0'),(29094,6211,'_wc_rating_count','a:0:{}'),(29095,6211,'_wc_average_rating','0'),(29096,6165,'_wc_review_count','0'),(29097,6165,'_wc_rating_count','a:0:{}'),(29098,6165,'_wc_average_rating','0'),(29099,6230,'_wc_review_count','0'),(29100,6230,'_wc_rating_count','a:0:{}'),(29101,6230,'_wc_average_rating','0'),(29102,6181,'_wc_review_count','0'),(29103,6181,'_wc_rating_count','a:0:{}'),(29104,6181,'_wc_average_rating','0'),(29105,6196,'_wc_review_count','0'),(29106,6196,'_wc_rating_count','a:0:{}'),(29107,6196,'_wc_average_rating','0'),(29108,6288,'_wc_review_count','0'),(29109,6288,'_wc_rating_count','a:0:{}'),(29110,6288,'_wc_average_rating','0'),(29111,6294,'_wc_review_count','0'),(29112,6294,'_wc_rating_count','a:0:{}'),(29113,6294,'_wc_average_rating','0'),(29114,6258,'_wc_review_count','0'),(29115,6258,'_wc_rating_count','a:0:{}'),(29116,6258,'_wc_average_rating','0'),(29117,6240,'_wc_review_count','0'),(29118,6240,'_wc_rating_count','a:0:{}'),(29119,6240,'_wc_average_rating','0'),(29120,6301,'_wc_review_count','0'),(29121,6301,'_wc_rating_count','a:0:{}'),(29122,6301,'_wc_average_rating','0'),(29123,6246,'_wc_review_count','0'),(29124,6246,'_wc_rating_count','a:0:{}'),(29125,6246,'_wc_average_rating','0'),(29126,6252,'_wc_review_count','0'),(29127,6252,'_wc_rating_count','a:0:{}'),(29128,6252,'_wc_average_rating','0'),(29129,6264,'_wc_review_count','0'),(29130,6264,'_wc_rating_count','a:0:{}'),(29131,6264,'_wc_average_rating','0'),(29132,6270,'_wc_review_count','0'),(29133,6270,'_wc_rating_count','a:0:{}'),(29134,6270,'_wc_average_rating','0'),(29135,6276,'_wc_review_count','0'),(29136,6276,'_wc_rating_count','a:0:{}'),(29137,6276,'_wc_average_rating','0'),(29138,6282,'_wc_review_count','0'),(29139,6282,'_wc_rating_count','a:0:{}'),(29140,6282,'_wc_average_rating','0'),(29141,6307,'_wc_review_count','0'),(29142,6307,'_wc_rating_count','a:0:{}'),(29143,6307,'_wc_average_rating','0'),(29144,6319,'_wc_review_count','0'),(29145,6319,'_wc_rating_count','a:0:{}'),(29146,6319,'_wc_average_rating','0'),(29147,6325,'_wc_review_count','0'),(29148,6325,'_wc_rating_count','a:0:{}'),(29149,6325,'_wc_average_rating','0'),(29150,5455,'_wc_rating_count','a:0:{}'),(29151,5455,'_wc_average_rating','0'),(29152,5468,'_wc_review_count','0'),(29153,5468,'_wc_rating_count','a:0:{}'),(29154,5468,'_wc_average_rating','0'),(29155,5484,'_wc_review_count','0'),(29156,5475,'_wc_review_count','0'),(29157,5880,'_wc_review_count','0'),(29158,5880,'_wc_rating_count','a:0:{}'),(29159,5880,'_wc_average_rating','0'),(29160,5887,'_wc_review_count','0'),(29161,5887,'_wc_rating_count','a:0:{}'),(29162,5887,'_wc_average_rating','0'),(29163,5489,'_wc_review_count','0'),(29164,5495,'_wc_review_count','0'),(29165,5762,'_wc_review_count','0'),(29166,5762,'_wc_rating_count','a:0:{}'),(29167,5762,'_wc_average_rating','0'),(29168,5765,'_wc_review_count','0'),(29169,5765,'_wc_rating_count','a:0:{}'),(29170,5765,'_wc_average_rating','0'),(29171,5778,'_wc_review_count','0'),(29172,5778,'_wc_rating_count','a:0:{}'),(29173,5778,'_wc_average_rating','0'),(29174,5782,'_wc_review_count','0'),(29175,5782,'_wc_rating_count','a:0:{}'),(29176,5782,'_wc_average_rating','0'),(29177,5797,'_wc_review_count','0'),(29178,5797,'_wc_rating_count','a:0:{}'),(29179,5797,'_wc_average_rating','0'),(29180,5790,'_wc_review_count','0'),(29181,5790,'_wc_rating_count','a:0:{}'),(29182,5790,'_wc_average_rating','0'),(29183,5706,'_wc_review_count','0'),(29184,5706,'_wc_rating_count','a:0:{}'),(29185,5706,'_wc_average_rating','0'),(29186,7065,'_order_key','wc_order_58ef81a43b8be'),(29187,7065,'_customer_user','0'),(29188,7065,'_payment_method','paypal'),(29189,7065,'_payment_method_title','PayPal'),(29190,7065,'_transaction_id','447582021U192552Y'),(29191,7065,'_customer_ip_address','24.178.65.71'),(29192,7065,'_customer_user_agent','mozilla/5.0 (windows nt 6.3; wow64) applewebkit/537.36 (khtml, like gecko) chrome/57.0.2987.133 safari/537.36'),(29193,7065,'_created_via','checkout'),(29194,7065,'_date_completed',''),(29195,7065,'_completed_date',''),(29196,7065,'_date_paid','1492091385'),(29197,7065,'_paid_date','2017-04-13 13:49:45'),(29198,7065,'_cart_hash','73787057d7f4bc275578298bda8c11cc'),(29199,7065,'_billing_first_name','phillip'),(29200,7065,'_billing_last_name','Donehoo'),(29201,7065,'_billing_company',''),(29202,7065,'_billing_address_1','878 booger hollow rd'),(29203,7065,'_billing_address_2',''),(29204,7065,'_billing_city','lindale'),(29205,7065,'_billing_state','GA'),(29206,7065,'_billing_postcode','30147'),(29207,7065,'_billing_country','US'),(29208,7065,'_billing_email','pdonehoo@gmail.com'),(29209,7065,'_billing_phone','706-728-7439'),(29210,7065,'_shipping_first_name','phillip'),(29211,7065,'_shipping_last_name','Donehoo'),(29212,7065,'_shipping_company',''),(29213,7065,'_shipping_address_1','878 booger hollow rd'),(29214,7065,'_shipping_address_2',''),(29215,7065,'_shipping_city','lindale'),(29216,7065,'_shipping_state','GA'),(29217,7065,'_shipping_postcode','30147'),(29218,7065,'_shipping_country','US'),(29219,7065,'_order_currency','USD'),(29220,7065,'_cart_discount','0'),(29221,7065,'_cart_discount_tax','0'),(29222,7065,'_order_shipping','5.95'),(29223,7065,'_order_shipping_tax','0.4165'),(29224,7065,'_order_tax','1.75'),(29225,7065,'_order_total','33.12'),(29226,7065,'_order_version','3.0.1'),(29227,7065,'_prices_include_tax','no'),(29228,7065,'_billing_address_index','phillip Donehoo 878 booger hollow rd lindale GA 30147 US pdonehoo@gmail.com 706-728-7439'),(29229,7065,'_shipping_address_index','phillip Donehoo 878 booger hollow rd lindale GA 30147 US'),(29230,7065,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(29231,7065,'Payer PayPal address','pdonehoo@gmail.com'),(29232,7065,'Payer first name','phillip'),(29233,7065,'Payer last name','Donehoo'),(29234,7065,'Payment type','instant'),(29235,7065,'_paypal_status','completed'),(29236,7065,'_download_permissions_granted','yes'),(29237,7065,'_recorded_sales','yes'),(29238,7065,'_recorded_coupon_usage_counts','yes'),(29239,7065,'_order_stock_reduced','yes'),(29240,7065,'PayPal Transaction Fee','1.26'),(29242,7067,'_order_key','wc_order_590321126837a'),(29243,7067,'_customer_user','0'),(29244,7067,'_payment_method','paypal'),(29245,7067,'_payment_method_title','PayPal'),(29246,7067,'_transaction_id','03W822322Y220315J'),(29247,7067,'_customer_ip_address','67.245.220.199'),(29248,7067,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 10_3_1 like mac os x) applewebkit/603.1.30 (khtml, like gecko) version/10.0 mobile/14e304 safari/602.1'),(29249,7067,'_created_via','checkout'),(29250,7067,'_date_completed',''),(29251,7067,'_completed_date',''),(29252,7067,'_date_paid','1493377414'),(29253,7067,'_paid_date','2017-04-28 11:03:34'),(29254,7067,'_cart_hash','acdd7d655c7af6ebef34447255ee2abb'),(29255,7067,'_billing_first_name','Alyssa'),(29256,7067,'_billing_last_name','Jahrling'),(29257,7067,'_billing_company',''),(29258,7067,'_billing_address_1','113 Shawanga Lodge Rd'),(29259,7067,'_billing_address_2',''),(29260,7067,'_billing_city','Bloomingburg'),(29261,7067,'_billing_state','NY'),(29262,7067,'_billing_postcode','12721'),(29263,7067,'_billing_country','US'),(29264,7067,'_billing_email','awerner106@gmail.com'),(29265,7067,'_billing_phone','8452589676'),(29266,7067,'_shipping_first_name','Alyssa'),(29267,7067,'_shipping_last_name','Jahrling'),(29268,7067,'_shipping_company',''),(29269,7067,'_shipping_address_1','113 Shawanga Lodge Rd'),(29270,7067,'_shipping_address_2',''),(29271,7067,'_shipping_city','Bloomingburg'),(29272,7067,'_shipping_state','NY'),(29273,7067,'_shipping_postcode','12721'),(29274,7067,'_shipping_country','US'),(29275,7067,'_order_currency','USD'),(29276,7067,'_cart_discount','0'),(29277,7067,'_cart_discount_tax','0'),(29278,7067,'_order_shipping','5.95'),(29279,7067,'_order_shipping_tax','0'),(29280,7067,'_order_tax','0'),(29281,7067,'_order_total','30.95'),(29282,7067,'_order_version','3.0.1'),(29283,7067,'_prices_include_tax','no'),(29284,7067,'_billing_address_index','Alyssa Jahrling 113 Shawanga Lodge Rd Bloomingburg NY 12721 US awerner106@gmail.com 8452589676'),(29285,7067,'_shipping_address_index','Alyssa Jahrling 113 Shawanga Lodge Rd Bloomingburg NY 12721 US'),(29286,7067,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(29287,7067,'Payer PayPal address','awerner106@gmail.com'),(29288,7067,'Payer first name','Alyssa'),(29289,7067,'Payer last name','Werner'),(29290,7067,'Payment type','instant'),(29291,7067,'_paypal_status','completed'),(29292,7067,'_download_permissions_granted','yes'),(29293,7067,'_recorded_sales','yes'),(29294,7067,'_recorded_coupon_usage_counts','yes'),(29295,7067,'_order_stock_reduced','yes'),(29296,7067,'PayPal Transaction Fee','1.20'),(29482,7075,'_wp_attached_file','2017/04/IMG_0256.png'),(29483,7075,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2017/04/IMG_0256.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0256-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0256-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0256-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:18:\"IMG_0256-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:20:\"IMG_0256-600x400.png\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:18:\"IMG_0256-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29485,7076,'_order_key','wc_order_59056442e124b'),(29486,7076,'_customer_user','0'),(29487,7076,'_payment_method','paypal'),(29488,7076,'_payment_method_title','PayPal'),(29489,7076,'_transaction_id','0E381250FK459245M'),(29490,7076,'_customer_ip_address','68.134.156.18'),(29491,7076,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 10_3_1 like mac os x) applewebkit/603.1.30 (khtml, like gecko) mobile/14e304 instagram 10.18.0 (iphone8,1; ios 10_3_1; en_us; en-us; scale=2.00; gamut=normal; 750x1334)'),(29492,7076,'_created_via','checkout'),(29493,7076,'_date_completed',''),(29494,7076,'_completed_date',''),(29495,7076,'_date_paid','1493525627'),(29496,7076,'_paid_date','2017-04-30 04:13:47'),(29497,7076,'_cart_hash','8ead849d381ba51053b12217bb8b1082'),(29498,7076,'_billing_first_name','James'),(29499,7076,'_billing_last_name','Meyer'),(29500,7076,'_billing_company',''),(29501,7076,'_billing_address_1','111 New Jersey ave nw'),(29502,7076,'_billing_address_2',''),(29503,7076,'_billing_city','Glen burnie'),(29504,7076,'_billing_state','MD'),(29505,7076,'_billing_postcode','21061'),(29506,7076,'_billing_country','US'),(29507,7076,'_billing_email','shortguy1994@yahoo.com'),(29508,7076,'_billing_phone','4107871796'),(29509,7076,'_shipping_first_name','James'),(29510,7076,'_shipping_last_name','Meyer'),(29511,7076,'_shipping_company',''),(29512,7076,'_shipping_address_1','111 New Jersey ave nw'),(29513,7076,'_shipping_address_2',''),(29514,7076,'_shipping_city','Glen burnie'),(29515,7076,'_shipping_state','MD'),(29516,7076,'_shipping_postcode','21061'),(29517,7076,'_shipping_country','US'),(29518,7076,'_order_currency','USD'),(29519,7076,'_cart_discount','0'),(29520,7076,'_cart_discount_tax','0'),(29521,7076,'_order_shipping','5.95'),(29522,7076,'_order_shipping_tax','0'),(29523,7076,'_order_tax','0'),(29524,7076,'_order_total','30.95'),(29525,7076,'_order_version','3.0.1'),(29526,7076,'_prices_include_tax','no'),(29527,7076,'_billing_address_index','James Meyer 111 New Jersey ave nw Glen burnie MD 21061 US shortguy1994@yahoo.com 4107871796'),(29528,7076,'_shipping_address_index','James Meyer 111 New Jersey ave nw Glen burnie MD 21061 US'),(29529,7076,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(29530,7076,'Payer PayPal address','jmshortguy1994@aol.com'),(29531,7076,'Payer first name','James'),(29532,7076,'Payer last name','Meyer'),(29533,7076,'Payment type','instant'),(29534,7076,'_paypal_status','completed'),(29535,7076,'_download_permissions_granted','yes'),(29536,7076,'_recorded_sales','yes'),(29537,7076,'_recorded_coupon_usage_counts','yes'),(29538,7076,'_order_stock_reduced','yes'),(29539,7076,'PayPal Transaction Fee','1.20'),(29540,7077,'_order_key','wc_order_5905ff6e33d84'),(29541,7077,'_customer_user','0'),(29542,7077,'_payment_method','paypal'),(29543,7077,'_payment_method_title','PayPal'),(29544,7077,'_transaction_id','1UK03531K76707454'),(29545,7077,'_customer_ip_address','108.223.165.110'),(29546,7077,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 10_3_1 like mac os x) applewebkit/603.1.30 (khtml, like gecko) mobile/14e304 instagram 10.18.0 (iphone9,2; ios 10_3_1; en_us; en-us; scale=2.61; gamut=wide; 1080x1920)'),(29547,7077,'_created_via','checkout'),(29548,7077,'_date_completed',''),(29549,7077,'_completed_date',''),(29550,7077,'_date_paid','1493565334'),(29551,7077,'_paid_date','2017-04-30 15:15:34'),(29552,7077,'_cart_hash','860721c8847cd4e46d01e73ab74ea42a'),(29553,7077,'_billing_first_name','Luis'),(29554,7077,'_billing_last_name','Guillen'),(29555,7077,'_billing_company','Palm Beach Ink Tattoos'),(29556,7077,'_billing_address_1','3095 S. Military trail'),(29557,7077,'_billing_address_2','Suite 11'),(29558,7077,'_billing_city','Lake Worth'),(29559,7077,'_billing_state','FL'),(29560,7077,'_billing_postcode','33463'),(29561,7077,'_billing_country','US'),(29562,7077,'_billing_email','ink561@gmail.com'),(29563,7077,'_billing_phone','5612492404'),(29564,7077,'_shipping_first_name','Luis'),(29565,7077,'_shipping_last_name','Guillen'),(29566,7077,'_shipping_company','Palm Beach Ink Tattoos'),(29567,7077,'_shipping_address_1','3095 S. Military trail'),(29568,7077,'_shipping_address_2','Suite 11'),(29569,7077,'_shipping_city','Lake Worth'),(29570,7077,'_shipping_state','FL'),(29571,7077,'_shipping_postcode','33463'),(29572,7077,'_shipping_country','US'),(29573,7077,'_order_currency','USD'),(29574,7077,'_cart_discount','0'),(29575,7077,'_cart_discount_tax','0'),(29576,7077,'_order_shipping','5.95'),(29577,7077,'_order_shipping_tax','0'),(29578,7077,'_order_tax','0'),(29579,7077,'_order_total','30.95'),(29580,7077,'_order_version','3.0.1'),(29581,7077,'_prices_include_tax','no'),(29582,7077,'_billing_address_index','Luis Guillen Palm Beach Ink Tattoos 3095 S. Military trail Suite 11 Lake Worth FL 33463 US ink561@gmail.com 5612492404'),(29583,7077,'_shipping_address_index','Luis Guillen Palm Beach Ink Tattoos 3095 S. Military trail Suite 11 Lake Worth FL 33463 US'),(29584,7077,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(29585,7077,'Payer PayPal address','ink561@gmail.com'),(29586,7077,'Payer first name','LUIS'),(29587,7077,'Payer last name','GUILLEN'),(29588,7077,'Payment type','instant'),(29589,7077,'_paypal_status','completed'),(29590,7077,'_download_permissions_granted','yes'),(29591,7077,'_recorded_sales','yes'),(29592,7077,'_recorded_coupon_usage_counts','yes'),(29593,7077,'_order_stock_reduced','yes'),(29594,7077,'PayPal Transaction Fee','1.20'),(29596,7078,'_order_key','wc_order_5906183a0594b'),(29597,7078,'_customer_user','3'),(29598,7078,'_payment_method','paypal'),(29599,7078,'_payment_method_title','PayPal'),(29600,7078,'_transaction_id',''),(29601,7078,'_customer_ip_address','69.180.44.13'),(29602,7078,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_11_6) applewebkit/603.1.30 (khtml, like gecko) version/10.1 safari/603.1.30'),(29603,7078,'_created_via','checkout'),(29604,7078,'_date_completed',''),(29605,7078,'_completed_date',''),(29606,7078,'_date_paid',''),(29607,7078,'_paid_date',''),(29608,7078,'_cart_hash','bd60549f54e02cf0c426f696d2f94229'),(29609,7078,'_billing_first_name','Rob'),(29610,7078,'_billing_last_name','Thomas'),(29611,7078,'_billing_company',''),(29612,7078,'_billing_address_1','66 Stevenson Pt'),(29613,7078,'_billing_address_2',''),(29614,7078,'_billing_city','Dallas'),(29615,7078,'_billing_state','GA'),(29616,7078,'_billing_postcode','30132'),(29617,7078,'_billing_country','US'),(29618,7078,'_billing_email','robfthomas@me.com'),(29619,7078,'_billing_phone','770-9778287'),(29620,7078,'_shipping_first_name','Rob'),(29621,7078,'_shipping_last_name','Thomas'),(29622,7078,'_shipping_company',''),(29623,7078,'_shipping_address_1','66 Stevenson Pt'),(29624,7078,'_shipping_address_2',''),(29625,7078,'_shipping_city','Dallas'),(29626,7078,'_shipping_state','GA'),(29627,7078,'_shipping_postcode','30132'),(29628,7078,'_shipping_country','US'),(29629,7078,'_order_currency','USD'),(29630,7078,'_cart_discount','0'),(29631,7078,'_cart_discount_tax','0'),(29632,7078,'_order_shipping','5.95'),(29633,7078,'_order_shipping_tax','0.4165'),(29634,7078,'_order_tax','1.75'),(29635,7078,'_order_total','33.12'),(29636,7078,'_order_version','3.0.5'),(29637,7078,'_prices_include_tax','no'),(29638,7078,'_billing_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US robfthomas@me.com 770-9778287'),(29639,7078,'_shipping_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US'),(29640,7078,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(29641,7078,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(29698,7078,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(29699,3815,'_edit_lock','1493577405:3'),(29701,7084,'_order_key','wc_order_59064e74ddf7c'),(29702,7084,'_customer_user','3'),(29703,7084,'_payment_method','paypal'),(29704,7084,'_payment_method_title','PayPal'),(29705,7084,'_transaction_id',''),(29706,7084,'_customer_ip_address','69.180.44.13'),(29707,7084,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_11_6) applewebkit/602.4.8 (khtml, like gecko) version/10.0.3 safari/602.4.8'),(29708,7084,'_created_via','checkout'),(29709,7084,'_date_completed',''),(29710,7084,'_completed_date',''),(29711,7084,'_date_paid',''),(29712,7084,'_paid_date',''),(29713,7084,'_cart_hash','6b14a6958211f6be8c643de1f52b0653'),(29714,7084,'_billing_first_name','Rob'),(29715,7084,'_billing_last_name','Thomas'),(29716,7084,'_billing_company',''),(29717,7084,'_billing_address_1','66 Stevenson Pt'),(29718,7084,'_billing_address_2',''),(29719,7084,'_billing_city','Dallas'),(29720,7084,'_billing_state','GA'),(29721,7084,'_billing_postcode','30132'),(29722,7084,'_billing_country','US'),(29723,7084,'_billing_email','robfthomas@me.com'),(29724,7084,'_billing_phone','770-9778287'),(29725,7084,'_shipping_first_name','Rob'),(29726,7084,'_shipping_last_name','Thomas'),(29727,7084,'_shipping_company',''),(29728,7084,'_shipping_address_1','66 Stevenson Pt'),(29729,7084,'_shipping_address_2',''),(29730,7084,'_shipping_city','Dallas'),(29731,7084,'_shipping_state','GA'),(29732,7084,'_shipping_postcode','30132'),(29733,7084,'_shipping_country','US'),(29734,7084,'_order_currency','USD'),(29735,7084,'_cart_discount','0'),(29736,7084,'_cart_discount_tax','0'),(29737,7084,'_order_shipping','11.9'),(29738,7084,'_order_shipping_tax','0.833'),(29739,7084,'_order_tax','3.5'),(29740,7084,'_order_total','66.23'),(29741,7084,'_order_version','3.0.5'),(29742,7084,'_prices_include_tax','no'),(29743,7084,'_billing_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US robfthomas@me.com 770-9778287'),(29744,7084,'_shipping_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US'),(29745,7084,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(29746,7085,'_order_key','wc_order_590652e2f2bea'),(29747,7085,'_customer_user','3'),(29748,7085,'_payment_method','paypal'),(29749,7085,'_payment_method_title','PayPal'),(29750,7085,'_transaction_id',''),(29751,7085,'_customer_ip_address','69.180.44.13'),(29752,7085,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_11_6) applewebkit/603.1.30 (khtml, like gecko) version/10.1 safari/603.1.30'),(29753,7085,'_created_via','checkout'),(29754,7085,'_date_completed',''),(29755,7085,'_completed_date',''),(29756,7085,'_date_paid',''),(29757,7085,'_paid_date',''),(29758,7085,'_cart_hash','bd60549f54e02cf0c426f696d2f94229'),(29759,7085,'_billing_first_name','Rob'),(29760,7085,'_billing_last_name','Thomas'),(29761,7085,'_billing_company',''),(29762,7085,'_billing_address_1','66 Stevenson Pt'),(29763,7085,'_billing_address_2',''),(29764,7085,'_billing_city','Dallas'),(29765,7085,'_billing_state','GA'),(29766,7085,'_billing_postcode','30132'),(29767,7085,'_billing_country','US'),(29768,7085,'_billing_email','robfthomas@me.com'),(29769,7085,'_billing_phone','770-9778287'),(29770,7085,'_shipping_first_name','Rob'),(29771,7085,'_shipping_last_name','Thomas'),(29772,7085,'_shipping_company',''),(29773,7085,'_shipping_address_1','66 Stevenson Pt'),(29774,7085,'_shipping_address_2',''),(29775,7085,'_shipping_city','Dallas'),(29776,7085,'_shipping_state','GA'),(29777,7085,'_shipping_postcode','30132'),(29778,7085,'_shipping_country','US'),(29779,7085,'_order_currency','USD'),(29780,7085,'_cart_discount','0'),(29781,7085,'_cart_discount_tax','0'),(29782,7085,'_order_shipping','5.95'),(29783,7085,'_order_shipping_tax','0.4165'),(29784,7085,'_order_tax','1.75'),(29785,7085,'_order_total','33.12'),(29786,7085,'_order_version','3.0.5'),(29787,7085,'_prices_include_tax','no'); INSERT INTO `wp_postmeta` VALUES (29788,7085,'_billing_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US robfthomas@me.com 770-9778287'),(29789,7085,'_shipping_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US'),(29790,7085,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(29791,5508,'_edit_lock','1493649900:3'),(29796,7087,'_order_key','wc_order_5906d07e56071'),(29797,7087,'_customer_user','0'),(29798,7087,'_payment_method','paypal'),(29799,7087,'_payment_method_title','PayPal'),(29800,7087,'_transaction_id','2E857893BY144021K'),(29801,7087,'_customer_ip_address','107.138.149.73'),(29802,7087,'_customer_user_agent','mozilla/5.0 (x11; linux x86_64) applewebkit/537.36 (khtml, like gecko) chrome/58.0.3029.81 safari/537.36'),(29803,7087,'_created_via','checkout'),(29804,7087,'_date_completed',''),(29805,7087,'_completed_date',''),(29806,7087,'_date_paid','1493618851'),(29807,7087,'_paid_date','2017-05-01 06:07:31'),(29808,7087,'_cart_hash','549a7d9d7737a75538d738ed4c9ae788'),(29809,7087,'_billing_first_name','Jeremiah'),(29810,7087,'_billing_last_name','Rothschild'),(29811,7087,'_billing_company',''),(29812,7087,'_billing_address_1','2201 Broadway'),(29813,7087,'_billing_address_2','Suite 715'),(29814,7087,'_billing_city','Oakland'),(29815,7087,'_billing_state','CA'),(29816,7087,'_billing_postcode','94612'),(29817,7087,'_billing_country','US'),(29818,7087,'_billing_email','jrothschild@gmail.com'),(29819,7087,'_billing_phone','5053338226'),(29820,7087,'_shipping_first_name','Jeremiah'),(29821,7087,'_shipping_last_name','Rothschild'),(29822,7087,'_shipping_company',''),(29823,7087,'_shipping_address_1','2201 Broadway'),(29824,7087,'_shipping_address_2','Suite 715'),(29825,7087,'_shipping_city','Oakland'),(29826,7087,'_shipping_state','CA'),(29827,7087,'_shipping_postcode','94612'),(29828,7087,'_shipping_country','US'),(29829,7087,'_order_currency','USD'),(29830,7087,'_cart_discount','0'),(29831,7087,'_cart_discount_tax','0'),(29832,7087,'_order_shipping','5.95'),(29833,7087,'_order_shipping_tax','0'),(29834,7087,'_order_tax','0'),(29835,7087,'_order_total','30.95'),(29836,7087,'_order_version','3.0.5'),(29837,7087,'_prices_include_tax','no'),(29838,7087,'_billing_address_index','Jeremiah Rothschild 2201 Broadway Suite 715 Oakland CA 94612 US jrothschild@gmail.com 5053338226'),(29839,7087,'_shipping_address_index','Jeremiah Rothschild 2201 Broadway Suite 715 Oakland CA 94612 US'),(29840,7087,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(29841,7087,'_paypal_status','completed'),(29842,7087,'_download_permissions_granted','yes'),(29843,7087,'_recorded_sales','yes'),(29844,7087,'_recorded_coupon_usage_counts','yes'),(29845,7087,'_order_stock_reduced','yes'),(29846,7087,'PayPal Transaction Fee','1.20'),(29847,7087,'Payer PayPal address','jrothschild@gmail.com'),(29848,7087,'Payer first name','Jeremiah'),(29849,7087,'Payer last name','Rothschild'),(29850,7087,'Payment type','instant'),(29852,7088,'_order_key','wc_order_59071cf8b34c0'),(29853,7088,'_customer_user','3'),(29854,7088,'_payment_method','paypal'),(29855,7088,'_payment_method_title','PayPal'),(29856,7088,'_transaction_id',''),(29857,7088,'_customer_ip_address','69.180.44.13'),(29858,7088,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_11_6) applewebkit/603.1.30 (khtml, like gecko) version/10.1 safari/603.1.30'),(29859,7088,'_created_via','checkout'),(29860,7088,'_date_completed',''),(29861,7088,'_completed_date',''),(29862,7088,'_date_paid',''),(29863,7088,'_paid_date',''),(29864,7088,'_cart_hash','907f78919a1e94eb55642b6eb19b019a'),(29865,7088,'_billing_first_name','Rob'),(29866,7088,'_billing_last_name','Thomas'),(29867,7088,'_billing_company',''),(29868,7088,'_billing_address_1','66 Stevenson Pt'),(29869,7088,'_billing_address_2',''),(29870,7088,'_billing_city','Dallas'),(29871,7088,'_billing_state','GA'),(29872,7088,'_billing_postcode','30132'),(29873,7088,'_billing_country','US'),(29874,7088,'_billing_email','robfthomas@me.com'),(29875,7088,'_billing_phone','770-9778287'),(29876,7088,'_shipping_first_name','Rob'),(29877,7088,'_shipping_last_name','Thomas'),(29878,7088,'_shipping_company',''),(29879,7088,'_shipping_address_1','66 Stevenson Pt'),(29880,7088,'_shipping_address_2',''),(29881,7088,'_shipping_city','Dallas'),(29882,7088,'_shipping_state','GA'),(29883,7088,'_shipping_postcode','30132'),(29884,7088,'_shipping_country','US'),(29885,7088,'_order_currency','USD'),(29886,7088,'_cart_discount','0'),(29887,7088,'_cart_discount_tax','0'),(29888,7088,'_order_shipping','5.95'),(29889,7088,'_order_shipping_tax','0.4165'),(29890,7088,'_order_tax','1.75'),(29891,7088,'_order_total','33.12'),(29892,7088,'_order_version','3.0.5'),(29893,7088,'_prices_include_tax','no'),(29894,7088,'_billing_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US robfthomas@me.com 770-9778287'),(29895,7088,'_shipping_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US'),(29896,7088,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(29897,7089,'_order_key','wc_order_59072b5faf336'),(29898,7089,'_customer_user','3'),(29899,7089,'_payment_method','paypal'),(29900,7089,'_payment_method_title','PayPal'),(29901,7089,'_transaction_id',''),(29902,7089,'_customer_ip_address','69.180.44.13'),(29903,7089,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_11_6) applewebkit/603.1.30 (khtml, like gecko) version/10.1 safari/603.1.30'),(29904,7089,'_created_via','checkout'),(29905,7089,'_date_completed',''),(29906,7089,'_completed_date',''),(29907,7089,'_date_paid',''),(29908,7089,'_paid_date',''),(29909,7089,'_cart_hash','907f78919a1e94eb55642b6eb19b019a'),(29910,7089,'_billing_first_name','Rob'),(29911,7089,'_billing_last_name','Thomas'),(29912,7089,'_billing_company',''),(29913,7089,'_billing_address_1','66 Stevenson Pt'),(29914,7089,'_billing_address_2',''),(29915,7089,'_billing_city','Dallas'),(29916,7089,'_billing_state','GA'),(29917,7089,'_billing_postcode','30132'),(29918,7089,'_billing_country','US'),(29919,7089,'_billing_email','robfthomas@me.com'),(29920,7089,'_billing_phone','770-9778287'),(29921,7089,'_shipping_first_name','Rob'),(29922,7089,'_shipping_last_name','Thomas'),(29923,7089,'_shipping_company',''),(29924,7089,'_shipping_address_1','66 Stevenson Pt'),(29925,7089,'_shipping_address_2',''),(29926,7089,'_shipping_city','Dallas'),(29927,7089,'_shipping_state','GA'),(29928,7089,'_shipping_postcode','30132'),(29929,7089,'_shipping_country','US'),(29930,7089,'_order_currency','USD'),(29931,7089,'_cart_discount','0'),(29932,7089,'_cart_discount_tax','0'),(29933,7089,'_order_shipping','5.95'),(29934,7089,'_order_shipping_tax','0.4165'),(29935,7089,'_order_tax','1.75'),(29936,7089,'_order_total','33.12'),(29937,7089,'_order_version','3.0.5'),(29938,7089,'_prices_include_tax','no'),(29939,7089,'_billing_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US robfthomas@me.com 770-9778287'),(29940,7089,'_shipping_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US'),(29941,7089,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(29942,7090,'_order_key','wc_order_59072bf4d2614'),(29943,7090,'_customer_user','3'),(29944,7090,'_payment_method','paypal'),(29945,7090,'_payment_method_title','PayPal'),(29946,7090,'_transaction_id',''),(29947,7090,'_customer_ip_address','69.180.44.13'),(29948,7090,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_11_6) applewebkit/603.1.30 (khtml, like gecko) version/10.1 safari/603.1.30'),(29949,7090,'_created_via','checkout'),(29950,7090,'_date_completed',''),(29951,7090,'_completed_date',''),(29952,7090,'_date_paid',''),(29953,7090,'_paid_date',''),(29954,7090,'_cart_hash','bd60549f54e02cf0c426f696d2f94229'),(29955,7090,'_billing_first_name','Rob'),(29956,7090,'_billing_last_name','Thomas'),(29957,7090,'_billing_company',''),(29958,7090,'_billing_address_1','66 Stevenson Pt'),(29959,7090,'_billing_address_2',''),(29960,7090,'_billing_city','Dallas'),(29961,7090,'_billing_state','GA'),(29962,7090,'_billing_postcode','30132'),(29963,7090,'_billing_country','US'),(29964,7090,'_billing_email','robfthomas@me.com'),(29965,7090,'_billing_phone','770-9778287'),(29966,7090,'_shipping_first_name','Rob'),(29967,7090,'_shipping_last_name','Thomas'),(29968,7090,'_shipping_company',''),(29969,7090,'_shipping_address_1','66 Stevenson Pt'),(29970,7090,'_shipping_address_2',''),(29971,7090,'_shipping_city','Dallas'),(29972,7090,'_shipping_state','GA'),(29973,7090,'_shipping_postcode','30132'),(29974,7090,'_shipping_country','US'),(29975,7090,'_order_currency','USD'),(29976,7090,'_cart_discount','0'),(29977,7090,'_cart_discount_tax','0'),(29978,7090,'_order_shipping','5.95'),(29979,7090,'_order_shipping_tax','0.4165'),(29980,7090,'_order_tax','1.75'),(29981,7090,'_order_total','33.12'),(29982,7090,'_order_version','3.0.5'),(29983,7090,'_prices_include_tax','no'),(29984,7090,'_billing_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US robfthomas@me.com 770-9778287'),(29985,7090,'_shipping_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US'),(29986,7090,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(29999,7091,'_order_key','wc_order_59072c7b0585f'),(30000,7091,'_customer_user','3'),(30001,7091,'_payment_method','paypal'),(30002,7091,'_payment_method_title','PayPal'),(30003,7091,'_transaction_id',''),(30004,7091,'_customer_ip_address','69.180.44.13'),(30005,7091,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_11_6) applewebkit/603.1.30 (khtml, like gecko) version/10.1 safari/603.1.30'),(30006,7091,'_created_via','checkout'),(30007,7091,'_date_completed',''),(30008,7091,'_completed_date',''),(30009,7091,'_date_paid',''),(30010,7091,'_paid_date',''),(30011,7091,'_cart_hash','f37e7014cc63decdb9bd4d281925daa6'),(30012,7091,'_billing_first_name','Rob'),(30013,7091,'_billing_last_name','Thomas'),(30014,7091,'_billing_company',''),(30015,7091,'_billing_address_1','66 Stevenson Pt'),(30016,7091,'_billing_address_2',''),(30017,7091,'_billing_city','Dallas'),(30018,7091,'_billing_state','GA'),(30019,7091,'_billing_postcode','30132'),(30020,7091,'_billing_country','US'),(30021,7091,'_billing_email','robfthomas@me.com'),(30022,7091,'_billing_phone','770-9778287'),(30023,7091,'_shipping_first_name','Rob'),(30024,7091,'_shipping_last_name','Thomas'),(30025,7091,'_shipping_company',''),(30026,7091,'_shipping_address_1','66 Stevenson Pt'),(30027,7091,'_shipping_address_2',''),(30028,7091,'_shipping_city','Dallas'),(30029,7091,'_shipping_state','GA'),(30030,7091,'_shipping_postcode','30132'),(30031,7091,'_shipping_country','US'),(30032,7091,'_order_currency','USD'),(30033,7091,'_cart_discount','0'),(30034,7091,'_cart_discount_tax','0'),(30035,7091,'_order_shipping','5.95'),(30036,7091,'_order_shipping_tax','0.4165'),(30037,7091,'_order_tax','1.75'),(30038,7091,'_order_total','33.12'),(30039,7091,'_order_version','3.0.5'),(30040,7091,'_prices_include_tax','no'),(30041,7091,'_billing_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US robfthomas@me.com 770-9778287'),(30042,7091,'_shipping_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US'),(30043,7091,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(30050,7092,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(30051,7092,'_sku',''),(30052,7092,'_regular_price',''),(30053,7092,'_sale_price',''),(30054,7092,'_sale_price_dates_from',''),(30055,7092,'_sale_price_dates_to',''),(30056,7092,'total_sales','0'),(30057,7092,'_tax_status','taxable'),(30058,7092,'_tax_class',''),(30059,7092,'_manage_stock','no'),(30060,7092,'_backorders','no'),(30061,7092,'_sold_individually','no'),(30062,7092,'_weight',''),(30063,7092,'_length',''),(30064,7092,'_width',''),(30065,7092,'_height',''),(30066,7092,'_upsell_ids','a:0:{}'),(30067,7092,'_crosssell_ids','a:0:{}'),(30068,7092,'_purchase_note',''),(30069,7092,'_default_attributes','a:0:{}'),(30070,7092,'_virtual','no'),(30071,7092,'_downloadable','no'),(30072,7092,'_product_image_gallery',''),(30073,7092,'_download_limit','-1'),(30074,7092,'_download_expiry','-1'),(30075,7092,'_thumbnail_id','7075'),(30076,7092,'_stock',NULL),(30077,7092,'_stock_status','instock'),(30078,7092,'_wc_average_rating','0'),(30079,7092,'_wc_rating_count','a:0:{}'),(30080,7092,'_wc_review_count','0'),(30081,7092,'_downloadable_files','a:0:{}'),(30082,7092,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:24:\"Medium | Large | X-Large\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(30083,7092,'_product_version','3.0.0'),(30085,7092,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(30086,7092,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(30087,7092,'_min_variation_price','25'),(30088,7092,'_max_variation_price','25'),(30089,7092,'_min_price_variation_id','6561'),(30090,7092,'_max_price_variation_id','6561'),(30091,7092,'_min_variation_regular_price','25'),(30092,7092,'_max_variation_regular_price','25'),(30093,7092,'_min_regular_price_variation_id','6561'),(30094,7092,'_max_regular_price_variation_id','6561'),(30095,7092,'slide_template','default'),(30132,7094,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(30133,7094,'_variation_description',''),(30134,7094,'_sku',''),(30135,7094,'_regular_price','25'),(30136,7094,'_sale_price',''),(30137,7094,'_sale_price_dates_from',''),(30138,7094,'_sale_price_dates_to',''),(30139,7094,'total_sales','0'),(30140,7094,'_tax_status','taxable'),(30141,7094,'_tax_class','parent'),(30142,7094,'_manage_stock','no'),(30143,7094,'_backorders','no'),(30144,7094,'_sold_individually','no'),(30145,7094,'_weight',''),(30146,7094,'_length',''),(30147,7094,'_width',''),(30148,7094,'_height',''),(30149,7094,'_upsell_ids','a:0:{}'),(30150,7094,'_crosssell_ids','a:0:{}'),(30151,7094,'_purchase_note',''),(30152,7094,'_default_attributes','a:0:{}'),(30153,7094,'_virtual','no'),(30154,7094,'_downloadable','no'),(30155,7094,'_product_image_gallery',''),(30156,7094,'_download_limit','-1'),(30157,7094,'_download_expiry','-1'),(30158,7094,'_stock',NULL),(30159,7094,'_stock_status','instock'),(30160,7094,'_wc_average_rating','0'),(30161,7094,'_wc_rating_count','a:0:{}'),(30162,7094,'_wc_review_count','0'),(30163,7094,'_downloadable_files','a:0:{}'),(30164,7094,'attribute_size','X-Large'),(30165,7094,'_price','25'),(30166,7094,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(30167,7094,'_product_version','3.0.5'),(30168,7095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(30169,7095,'_variation_description',''),(30170,7095,'_sku',''),(30171,7095,'_regular_price','25'),(30172,7095,'_sale_price',''),(30173,7095,'_sale_price_dates_from',''),(30174,7095,'_sale_price_dates_to',''),(30175,7095,'total_sales','0'),(30176,7095,'_tax_status','taxable'),(30177,7095,'_tax_class','parent'),(30178,7095,'_manage_stock','no'),(30179,7095,'_backorders','no'),(30180,7095,'_sold_individually','no'),(30181,7095,'_weight',''),(30182,7095,'_length',''),(30183,7095,'_width',''),(30184,7095,'_height',''),(30185,7095,'_upsell_ids','a:0:{}'),(30186,7095,'_crosssell_ids','a:0:{}'),(30187,7095,'_purchase_note',''),(30188,7095,'_default_attributes','a:0:{}'),(30189,7095,'_virtual','no'),(30190,7095,'_downloadable','no'),(30191,7095,'_product_image_gallery',''),(30192,7095,'_download_limit','-1'),(30193,7095,'_download_expiry','-1'),(30194,7095,'_stock',NULL),(30195,7095,'_stock_status','instock'),(30196,7095,'_wc_average_rating','0'),(30197,7095,'_wc_rating_count','a:0:{}'),(30198,7095,'_wc_review_count','0'),(30199,7095,'_downloadable_files','a:0:{}'),(30200,7095,'attribute_size','Large'),(30201,7095,'_price','25'),(30202,7095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(30203,7095,'_product_version','3.0.5'),(30204,7096,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(30205,7096,'_variation_description',''),(30206,7096,'_sku',''),(30207,7096,'_regular_price','25'),(30208,7096,'_sale_price',''),(30209,7096,'_sale_price_dates_from',''),(30210,7096,'_sale_price_dates_to',''),(30211,7096,'total_sales','0'),(30212,7096,'_tax_status','taxable'),(30213,7096,'_tax_class','parent'),(30214,7096,'_manage_stock','no'),(30215,7096,'_backorders','no'),(30216,7096,'_sold_individually','no'),(30217,7096,'_weight',''),(30218,7096,'_length',''),(30219,7096,'_width',''),(30220,7096,'_height',''),(30221,7096,'_upsell_ids','a:0:{}'),(30222,7096,'_crosssell_ids','a:0:{}'),(30223,7096,'_purchase_note',''),(30224,7096,'_default_attributes','a:0:{}'),(30225,7096,'_virtual','no'),(30226,7096,'_downloadable','no'),(30227,7096,'_product_image_gallery',''),(30228,7096,'_download_limit','-1'),(30229,7096,'_download_expiry','-1'),(30230,7096,'_stock',NULL),(30231,7096,'_stock_status','instock'),(30232,7096,'_wc_average_rating','0'),(30233,7096,'_wc_rating_count','a:0:{}'),(30234,7096,'_wc_review_count','0'),(30235,7096,'_downloadable_files','a:0:{}'),(30236,7096,'attribute_size','Medium'),(30237,7096,'_price','25'),(30238,7096,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(30239,7096,'_product_version','3.0.5'),(30240,7092,'_price','25'),(30241,7092,'_edit_lock','1520942626:3'),(30242,7092,'_edit_last','3'),(30243,7097,'_order_key','wc_order_59072e6a086b7'),(30244,7097,'_customer_user','3'),(30245,7097,'_payment_method','paypal'),(30246,7097,'_payment_method_title','PayPal'),(30247,7097,'_transaction_id',''),(30248,7097,'_customer_ip_address','69.180.44.13'),(30249,7097,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_11_6) applewebkit/603.1.30 (khtml, like gecko) version/10.1 safari/603.1.30'),(30250,7097,'_created_via','checkout'),(30251,7097,'_date_completed',''),(30252,7097,'_completed_date',''),(30253,7097,'_date_paid',''),(30254,7097,'_paid_date',''),(30255,7097,'_cart_hash','e750e2f209bfac74483687c85ae2ab31'),(30256,7097,'_billing_first_name','Rob'),(30257,7097,'_billing_last_name','Thomas'),(30258,7097,'_billing_company',''),(30259,7097,'_billing_address_1','66 Stevenson Pt'),(30260,7097,'_billing_address_2',''),(30261,7097,'_billing_city','Dallas'),(30262,7097,'_billing_state','GA'),(30263,7097,'_billing_postcode','30132'),(30264,7097,'_billing_country','US'),(30265,7097,'_billing_email','robfthomas@me.com'),(30266,7097,'_billing_phone','770-9778287'),(30267,7097,'_shipping_first_name','Rob'),(30268,7097,'_shipping_last_name','Thomas'),(30269,7097,'_shipping_company',''),(30270,7097,'_shipping_address_1','66 Stevenson Pt'),(30271,7097,'_shipping_address_2',''),(30272,7097,'_shipping_city','Dallas'),(30273,7097,'_shipping_state','GA'),(30274,7097,'_shipping_postcode','30132'),(30275,7097,'_shipping_country','US'),(30276,7097,'_order_currency','USD'),(30277,7097,'_cart_discount','0'),(30278,7097,'_cart_discount_tax','0'),(30279,7097,'_order_shipping','5.95'),(30280,7097,'_order_shipping_tax','0.4165'),(30281,7097,'_order_tax','1.75'),(30282,7097,'_order_total','33.12'),(30283,7097,'_order_version','3.0.5'),(30284,7097,'_prices_include_tax','no'),(30285,7097,'_billing_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US robfthomas@me.com 770-9778287'),(30286,7097,'_shipping_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US'),(30287,7097,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(30288,7098,'_order_key','wc_order_59072f0a6730d'),(30289,7098,'_customer_user','3'),(30290,7098,'_payment_method','paypal'),(30291,7098,'_payment_method_title','PayPal'),(30292,7098,'_transaction_id',''),(30293,7098,'_customer_ip_address','69.180.44.13'),(30294,7098,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_11_6) applewebkit/603.1.30 (khtml, like gecko) version/10.1 safari/603.1.30'),(30295,7098,'_created_via','checkout'),(30296,7098,'_date_completed',''),(30297,7098,'_completed_date',''),(30298,7098,'_date_paid',''),(30299,7098,'_paid_date',''),(30300,7098,'_cart_hash','e750e2f209bfac74483687c85ae2ab31'),(30301,7098,'_billing_first_name','Rob'),(30302,7098,'_billing_last_name','Thomas'),(30303,7098,'_billing_company',''),(30304,7098,'_billing_address_1','66 Stevenson Pt'),(30305,7098,'_billing_address_2',''),(30306,7098,'_billing_city','Dallas'),(30307,7098,'_billing_state','GA'),(30308,7098,'_billing_postcode','30132'),(30309,7098,'_billing_country','US'),(30310,7098,'_billing_email','robfthomas@me.com'),(30311,7098,'_billing_phone','770-9778287'),(30312,7098,'_shipping_first_name','Rob'),(30313,7098,'_shipping_last_name','Thomas'),(30314,7098,'_shipping_company',''),(30315,7098,'_shipping_address_1','66 Stevenson Pt'),(30316,7098,'_shipping_address_2',''),(30317,7098,'_shipping_city','Dallas'),(30318,7098,'_shipping_state','GA'),(30319,7098,'_shipping_postcode','30132'),(30320,7098,'_shipping_country','US'),(30321,7098,'_order_currency','USD'),(30322,7098,'_cart_discount','0'),(30323,7098,'_cart_discount_tax','0'),(30324,7098,'_order_shipping','5.95'),(30325,7098,'_order_shipping_tax','0.4165'),(30326,7098,'_order_tax','1.75'),(30327,7098,'_order_total','33.12'),(30328,7098,'_order_version','3.0.5'),(30329,7098,'_prices_include_tax','no'),(30330,7098,'_billing_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US robfthomas@me.com 770-9778287'),(30331,7098,'_shipping_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US'),(30332,7098,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(30333,3809,'_edit_lock','1493646219:3'),(30334,7099,'fw_options','a:0:{}'),(30335,7092,'_product_meta_id','None'),(30382,7103,'_max_variation_regular_price','25'),(30383,7103,'_min_regular_price_variation_id','6561'),(30384,7103,'_max_regular_price_variation_id','6561'),(30385,7103,'slide_template','default'),(30386,7103,'_price','25'),(30387,7103,'_edit_lock','1493650680:3'),(30388,7103,'_edit_last','3'),(30389,7103,'_product_meta_id','None'),(30502,7103,'_wc_review_count','0'),(30503,7103,'_wc_rating_count','a:0:{}'),(30504,7103,'_wc_average_rating','0'),(30506,7108,'_order_key','wc_order_59074c809e7dd'),(30507,7108,'_customer_user','3'),(30508,7108,'_payment_method','paypal'),(30509,7108,'_payment_method_title','PayPal'),(30510,7108,'_transaction_id',''),(30511,7108,'_customer_ip_address','69.180.44.13'),(30512,7108,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_11_6) applewebkit/603.1.30 (khtml, like gecko) version/10.1 safari/603.1.30'),(30513,7108,'_created_via','checkout'),(30514,7108,'_date_completed',''),(30515,7108,'_completed_date',''),(30516,7108,'_date_paid',''),(30517,7108,'_paid_date',''),(30518,7108,'_cart_hash','e750e2f209bfac74483687c85ae2ab31'),(30519,7108,'_billing_first_name','Rob'),(30520,7108,'_billing_last_name','Thomas'),(30521,7108,'_billing_company',''),(30522,7108,'_billing_address_1','66 Stevenson Pt'),(30523,7108,'_billing_address_2',''),(30524,7108,'_billing_city','Dallas'),(30525,7108,'_billing_state','GA'),(30526,7108,'_billing_postcode','30132'),(30527,7108,'_billing_country','US'),(30528,7108,'_billing_email','robfthomas@me.com'),(30529,7108,'_billing_phone','770-9778287'),(30530,7108,'_shipping_first_name','Rob'),(30531,7108,'_shipping_last_name','Thomas'),(30532,7108,'_shipping_company',''),(30533,7108,'_shipping_address_1','66 Stevenson Pt'),(30534,7108,'_shipping_address_2',''),(30535,7108,'_shipping_city','Dallas'),(30536,7108,'_shipping_state','GA'),(30537,7108,'_shipping_postcode','30132'),(30538,7108,'_shipping_country','US'),(30539,7108,'_order_currency','USD'),(30540,7108,'_cart_discount','0'),(30541,7108,'_cart_discount_tax','0'),(30542,7108,'_order_shipping','5.95'),(30543,7108,'_order_shipping_tax','0.4165'),(30544,7108,'_order_tax','1.75'),(30545,7108,'_order_total','33.12'),(30546,7108,'_order_version','3.0.0'),(30547,7108,'_prices_include_tax','no'),(30548,7108,'_billing_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US robfthomas@me.com 770-9778287'),(30549,7108,'_shipping_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US'),(30550,7108,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(30551,7103,'_sku',''),(30552,7103,'total_sales','0'),(30576,7103,'_wp_desired_post_slug','octopus-tank-black'),(30577,7109,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(30578,7109,'_sku',''),(30579,7109,'_regular_price',''),(30580,7109,'_sale_price',''),(30581,7109,'_sale_price_dates_from',''),(30582,7109,'_sale_price_dates_to',''),(30583,7109,'total_sales','7'),(30584,7109,'_tax_status','taxable'),(30585,7109,'_tax_class',''),(30586,7109,'_manage_stock','no'),(30587,7109,'_backorders','no'),(30588,7109,'_sold_individually',''),(30589,7109,'_weight',''),(30590,7109,'_length',''),(30591,7109,'_width',''),(30592,7109,'_height',''),(30593,7109,'_upsell_ids','a:0:{}'),(30594,7109,'_crosssell_ids','a:0:{}'),(30595,7109,'_purchase_note',''),(30596,7109,'_default_attributes','a:0:{}'),(30597,7109,'_virtual','no'),(30598,7109,'_downloadable','no'),(30599,7109,'_product_image_gallery',''),(30600,7109,'_download_limit','-1'),(30601,7109,'_download_expiry','-1'),(30602,7109,'_thumbnail_id','7075'),(30603,7109,'_stock',NULL),(30604,7109,'_stock_status','instock'),(30605,7109,'_wc_average_rating','0'),(30606,7109,'_wc_rating_count','a:0:{}'),(30607,7109,'_wc_review_count','0'),(30608,7109,'_downloadable_files','a:0:{}'),(30609,7109,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:24:\"Medium | Large | X-Large\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(30610,7109,'_product_version','3.0.0'),(30612,7110,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(30613,7110,'_variation_description',''),(30614,7110,'_sku',''),(30615,7110,'_regular_price','25'),(30616,7110,'_sale_price',''),(30617,7110,'_sale_price_dates_from',''),(30618,7110,'_sale_price_dates_to',''),(30619,7110,'total_sales','0'),(30620,7110,'_tax_status','taxable'),(30621,7110,'_tax_class','parent'),(30622,7110,'_manage_stock','no'),(30623,7110,'_backorders','no'),(30624,7110,'_sold_individually','no'),(30625,7110,'_weight',''),(30626,7110,'_length',''),(30627,7110,'_width',''),(30628,7110,'_height',''),(30629,7110,'_upsell_ids','a:0:{}'),(30630,7110,'_crosssell_ids','a:0:{}'),(30631,7110,'_purchase_note',''),(30632,7110,'_default_attributes','a:0:{}'),(30633,7110,'_virtual','no'),(30634,7110,'_downloadable','no'),(30635,7110,'_product_image_gallery',''),(30636,7110,'_download_limit','-1'),(30637,7110,'_download_expiry','-1'),(30638,7110,'_stock',NULL),(30639,7110,'_stock_status','instock'),(30640,7110,'_wc_average_rating','0'),(30641,7110,'_wc_rating_count','a:0:{}'),(30642,7110,'_wc_review_count','0'),(30643,7110,'_downloadable_files','a:0:{}'),(30644,7110,'attribute_size','X-Large'),(30645,7110,'_price','25'),(30646,7110,'_product_version','3.0.0'),(30647,7111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(30648,7111,'_variation_description',''),(30649,7111,'_sku',''),(30650,7111,'_regular_price','25'),(30651,7111,'_sale_price',''),(30652,7111,'_sale_price_dates_from',''),(30653,7111,'_sale_price_dates_to',''),(30654,7111,'total_sales','0'),(30655,7111,'_tax_status','taxable'),(30656,7111,'_tax_class','parent'),(30657,7111,'_manage_stock','no'),(30658,7111,'_backorders','no'),(30659,7111,'_sold_individually','no'),(30660,7111,'_weight',''),(30661,7111,'_length',''),(30662,7111,'_width',''),(30663,7111,'_height',''),(30664,7111,'_upsell_ids','a:0:{}'),(30665,7111,'_crosssell_ids','a:0:{}'),(30666,7111,'_purchase_note',''),(30667,7111,'_default_attributes','a:0:{}'),(30668,7111,'_virtual','no'),(30669,7111,'_downloadable','no'),(30670,7111,'_product_image_gallery',''),(30671,7111,'_download_limit','-1'),(30672,7111,'_download_expiry','-1'),(30673,7111,'_stock',NULL),(30674,7111,'_stock_status','instock'),(30675,7111,'_wc_average_rating','0'),(30676,7111,'_wc_rating_count','a:0:{}'),(30677,7111,'_wc_review_count','0'),(30678,7111,'_downloadable_files','a:0:{}'),(30679,7111,'attribute_size','Large'),(30680,7111,'_price','25'),(30681,7111,'_product_version','3.0.0'),(30682,7112,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(30683,7112,'_variation_description',''),(30684,7112,'_sku',''),(30685,7112,'_regular_price','25'),(30686,7112,'_sale_price',''),(30687,7112,'_sale_price_dates_from',''),(30688,7112,'_sale_price_dates_to',''),(30689,7112,'total_sales','0'),(30690,7112,'_tax_status','taxable'),(30691,7112,'_tax_class','parent'),(30692,7112,'_manage_stock','no'),(30693,7112,'_backorders','no'),(30694,7112,'_sold_individually','no'),(30695,7112,'_weight',''),(30696,7112,'_length',''),(30697,7112,'_width',''),(30698,7112,'_height',''),(30699,7112,'_upsell_ids','a:0:{}'),(30700,7112,'_crosssell_ids','a:0:{}'),(30701,7112,'_purchase_note',''),(30702,7112,'_default_attributes','a:0:{}'),(30703,7112,'_virtual','no'),(30704,7112,'_downloadable','no'),(30705,7112,'_product_image_gallery',''),(30706,7112,'_download_limit','-1'),(30707,7112,'_download_expiry','-1'),(30708,7112,'_stock',NULL),(30709,7112,'_stock_status','instock'),(30710,7112,'_wc_average_rating','0'),(30711,7112,'_wc_rating_count','a:0:{}'),(30712,7112,'_wc_review_count','0'),(30713,7112,'_downloadable_files','a:0:{}'),(30714,7112,'attribute_size','Medium'),(30715,7112,'_price','25'),(30716,7112,'_product_version','3.0.0'),(30718,7109,'_edit_lock','1493651686:3'),(30719,7109,'_edit_last','3'),(30720,7109,'_visibility','visible'),(30721,7109,'_featured','no'),(30722,7109,'_min_variation_price','25'),(30723,7109,'_max_variation_price','25'),(30724,7109,'_min_price_variation_id','7110'),(30725,7109,'_max_price_variation_id','7110'),(30726,7109,'_min_variation_regular_price','25'),(30727,7109,'_max_variation_regular_price','25'),(30728,7109,'_min_regular_price_variation_id','7110'),(30729,7109,'_max_regular_price_variation_id','7110'),(30730,7109,'_min_variation_sale_price',NULL),(30731,7109,'_max_variation_sale_price',NULL),(30732,7109,'_min_sale_price_variation_id',NULL),(30733,7109,'_max_sale_price_variation_id',NULL),(30734,7109,'_price','25'),(30735,7109,'_price','25'),(30736,7109,'slide_template','default'),(30737,7113,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(30738,7113,'_regular_price',''),(30739,7113,'_sale_price',''),(30740,7113,'_sale_price_dates_from',''),(30741,7113,'_sale_price_dates_to',''),(30742,7113,'_tax_status','taxable'),(30743,7113,'_tax_class',''),(30744,7113,'_manage_stock','no'),(30745,7113,'_backorders','no'),(30746,7113,'_sold_individually','no'),(30747,7113,'_weight',''),(30748,7113,'_length',''),(30749,7113,'_width',''),(30750,7113,'_height',''),(30751,7113,'_upsell_ids','a:0:{}'),(30752,7113,'_crosssell_ids','a:0:{}'),(30753,7113,'_purchase_note',''),(30754,7113,'_default_attributes','a:0:{}'),(30755,7113,'_virtual','no'),(30756,7113,'_downloadable','no'),(30757,7113,'_product_image_gallery',''),(30758,7113,'_download_limit','-1'),(30759,7113,'_download_expiry','-1'),(30760,7113,'_thumbnail_id','7075'),(30761,7113,'_stock',''),(30762,7113,'_stock_status','instock'),(30763,7113,'_downloadable_files','a:0:{}'),(30764,7113,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:24:\"Medium | Large | X-Large\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(30765,7113,'_product_version','3.0.5'),(30766,7113,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(30767,7113,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(30768,7113,'_min_variation_price','25'),(30769,7113,'_max_variation_price','25'),(30770,7113,'_min_price_variation_id','6561'),(30771,7113,'_max_price_variation_id','6561'),(30772,7113,'_min_variation_regular_price','25'),(30773,7113,'_max_variation_regular_price','25'),(30774,7113,'_min_regular_price_variation_id','6561'),(30775,7113,'_max_regular_price_variation_id','6561'),(30776,7113,'slide_template','default'),(30777,7113,'_price','25'),(30778,7113,'_edit_lock','1520887640:3'),(30779,7113,'_edit_last','3'),(30780,7113,'_product_meta_id','None'),(30800,7114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(30801,7114,'_variation_description',''),(30802,7114,'_regular_price','25'),(30803,7114,'_sale_price',''),(30804,7114,'_sale_price_dates_from',''),(30805,7114,'_sale_price_dates_to',''),(30806,7114,'_tax_status','taxable'),(30807,7114,'_tax_class','parent'),(30808,7114,'_manage_stock','no'),(30809,7114,'_backorders','no'),(30810,7114,'_sold_individually','no'),(30811,7114,'_weight',''),(30812,7114,'_length',''),(30813,7114,'_width',''),(30814,7114,'_height',''),(30815,7114,'_upsell_ids','a:0:{}'),(30816,7114,'_crosssell_ids','a:0:{}'),(30817,7114,'_purchase_note',''),(30818,7114,'_default_attributes','a:0:{}'),(30819,7114,'_virtual','no'),(30820,7114,'_downloadable','no'),(30821,7114,'_product_image_gallery',''),(30822,7114,'_download_limit','-1'),(30823,7114,'_download_expiry','-1'),(30824,7114,'_stock',''),(30825,7114,'_stock_status','instock'),(30826,7114,'_downloadable_files','a:0:{}'),(30827,7114,'attribute_size','X-Large'),(30828,7114,'_price','25'),(30829,7114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(30830,7114,'_product_version','3.0.5'),(30831,7115,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(30832,7115,'_variation_description',''),(30833,7115,'_regular_price','25'),(30834,7115,'_sale_price',''),(30835,7115,'_sale_price_dates_from',''),(30836,7115,'_sale_price_dates_to',''),(30837,7115,'_tax_status','taxable'),(30838,7115,'_tax_class','parent'),(30839,7115,'_manage_stock','no'),(30840,7115,'_backorders','no'),(30841,7115,'_sold_individually','no'),(30842,7115,'_weight',''),(30843,7115,'_length',''),(30844,7115,'_width',''),(30845,7115,'_height',''),(30846,7115,'_upsell_ids','a:0:{}'),(30847,7115,'_crosssell_ids','a:0:{}'),(30848,7115,'_purchase_note',''),(30849,7115,'_default_attributes','a:0:{}'),(30850,7115,'_virtual','no'),(30851,7115,'_downloadable','no'),(30852,7115,'_product_image_gallery',''),(30853,7115,'_download_limit','-1'),(30854,7115,'_download_expiry','-1'),(30855,7115,'_stock',''),(30856,7115,'_stock_status','instock'),(30857,7115,'_downloadable_files','a:0:{}'),(30858,7115,'attribute_size','Large'),(30859,7115,'_price','25'),(30860,7115,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(30861,7115,'_product_version','3.0.5'),(30862,7116,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(30863,7116,'_variation_description',''),(30864,7116,'_regular_price','25'),(30865,7116,'_sale_price',''),(30866,7116,'_sale_price_dates_from',''),(30867,7116,'_sale_price_dates_to',''),(30868,7116,'_tax_status','taxable'),(30869,7116,'_tax_class','parent'),(30870,7116,'_manage_stock','no'),(30871,7116,'_backorders','no'),(30872,7116,'_sold_individually','no'),(30873,7116,'_weight',''),(30874,7116,'_length',''),(30875,7116,'_width',''),(30876,7116,'_height',''),(30877,7116,'_upsell_ids','a:0:{}'),(30878,7116,'_crosssell_ids','a:0:{}'),(30879,7116,'_purchase_note',''),(30880,7116,'_default_attributes','a:0:{}'),(30881,7116,'_virtual','no'),(30882,7116,'_downloadable','no'),(30883,7116,'_product_image_gallery',''),(30884,7116,'_download_limit','-1'),(30885,7116,'_download_expiry','-1'),(30886,7116,'_stock',''),(30887,7116,'_stock_status','instock'),(30888,7116,'_downloadable_files','a:0:{}'),(30889,7116,'attribute_size','Medium'),(30890,7116,'_price','25'),(30891,7116,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(30892,7116,'_product_version','3.0.5'),(30893,7113,'_wc_review_count','0'),(30894,7113,'_wc_rating_count','a:0:{}'),(30895,7113,'_wc_average_rating','0'),(30896,7109,'_wp_old_slug','octopus-tank-black-mens'),(30897,7117,'_order_key','wc_order_5907515801b72'),(30898,7117,'_customer_user','3'),(30899,7117,'_payment_method','paypal'),(30900,7117,'_payment_method_title','PayPal'),(30901,7117,'_transaction_id',''),(30902,7117,'_customer_ip_address','69.180.44.13'),(30903,7117,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_11_6) applewebkit/603.1.30 (khtml, like gecko) version/10.1 safari/603.1.30'),(30904,7117,'_created_via','checkout'),(30905,7117,'_date_completed',''),(30906,7117,'_completed_date',''),(30907,7117,'_date_paid',''),(30908,7117,'_paid_date',''),(30909,7117,'_cart_hash','986449733ac4e9fd7b830e36c2e9c269'),(30910,7117,'_billing_first_name','Rob'),(30911,7117,'_billing_last_name','Thomas'),(30912,7117,'_billing_company',''),(30913,7117,'_billing_address_1','66 Stevenson Pt'),(30914,7117,'_billing_address_2',''),(30915,7117,'_billing_city','Dallas'),(30916,7117,'_billing_state','GA'),(30917,7117,'_billing_postcode','30132'),(30918,7117,'_billing_country','US'),(30919,7117,'_billing_email','robfthomas@me.com'),(30920,7117,'_billing_phone','770-9778287'),(30921,7117,'_shipping_first_name','Rob'),(30922,7117,'_shipping_last_name','Thomas'),(30923,7117,'_shipping_company',''),(30924,7117,'_shipping_address_1','66 Stevenson Pt'),(30925,7117,'_shipping_address_2',''),(30926,7117,'_shipping_city','Dallas'),(30927,7117,'_shipping_state','GA'),(30928,7117,'_shipping_postcode','30132'),(30929,7117,'_shipping_country','US'),(30930,7117,'_order_currency','USD'),(30931,7117,'_cart_discount','0'),(30932,7117,'_cart_discount_tax','0'),(30933,7117,'_order_shipping','5.95'),(30934,7117,'_order_shipping_tax','0.4165'),(30935,7117,'_order_tax','1.75'),(30936,7117,'_order_total','33.12'),(30937,7117,'_order_version','3.0.0'),(30938,7117,'_prices_include_tax','no'),(30939,7117,'_billing_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US robfthomas@me.com 770-9778287'),(30940,7117,'_shipping_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US'),(30941,7117,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(30942,7118,'_order_key','wc_order_5907647402bb6'),(30943,7118,'_customer_user','0'),(30944,7118,'_payment_method','paypal'),(30945,7118,'_payment_method_title','PayPal'),(30946,7118,'_transaction_id',''),(30947,7118,'_customer_ip_address','24.99.172.136'),(30948,7118,'_customer_user_agent','mozilla/5.0 (ipad; cpu os 10_2 like mac os x) applewebkit/602.3.12 (khtml, like gecko) version/10.0 mobile/14c92 safari/602.1'),(30949,7118,'_created_via','checkout'),(30950,7118,'_date_completed',''),(30951,7118,'_completed_date',''),(30952,7118,'_date_paid',''),(30953,7118,'_paid_date',''),(30954,7118,'_cart_hash','ed38d1e5b16c25acd5b3a4d6e8853273'),(30955,7118,'_billing_first_name','Rob'),(30956,7118,'_billing_last_name','Thomas'),(30957,7118,'_billing_company',''),(30958,7118,'_billing_address_1','66 Stevenson Pt'),(30959,7118,'_billing_address_2',''),(30960,7118,'_billing_city','Dallas'),(30961,7118,'_billing_state','GA'),(30962,7118,'_billing_postcode','30132'),(30963,7118,'_billing_country','US'),(30964,7118,'_billing_email','robfthomas@me.com'),(30965,7118,'_billing_phone','770-9778287'),(30966,7118,'_shipping_first_name','Rob'),(30967,7118,'_shipping_last_name','Thomas'),(30968,7118,'_shipping_company',''),(30969,7118,'_shipping_address_1','66 Stevenson Pt'),(30970,7118,'_shipping_address_2',''),(30971,7118,'_shipping_city','Dallas'),(30972,7118,'_shipping_state','GA'),(30973,7118,'_shipping_postcode','30132'),(30974,7118,'_shipping_country','US'),(30975,7118,'_order_currency','USD'),(30976,7118,'_cart_discount','0'),(30977,7118,'_cart_discount_tax','0'),(30978,7118,'_order_shipping','5.95'),(30979,7118,'_order_shipping_tax','0.4165'),(30980,7118,'_order_tax','1.75'),(30981,7118,'_order_total','33.12'),(30982,7118,'_order_version','3.0.0'),(30983,7118,'_prices_include_tax','no'),(30984,7118,'_billing_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US robfthomas@me.com 770-9778287'),(30985,7118,'_shipping_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US'),(30986,7118,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(30987,7119,'_order_key','wc_order_590768494cb34'),(30988,7119,'_customer_user','0'),(30989,7119,'_payment_method','paypal'),(30990,7119,'_payment_method_title','PayPal'),(30991,7119,'_transaction_id','6R452053NH831611D'),(30992,7119,'_customer_ip_address','70.208.73.52'),(30993,7119,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 10_3_1 like mac os x) applewebkit/603.1.30 (khtml, like gecko) version/10.0 mobile/14e304 safari/602.1'),(30994,7119,'_created_via','checkout'),(30995,7119,'_date_completed',''),(30996,7119,'_completed_date',''),(30997,7119,'_date_paid','1493657744'),(30998,7119,'_paid_date','2017-05-01 16:55:44'),(30999,7119,'_cart_hash','4ea6fa1684542e945be26fe4f2cf6825'),(31000,7119,'_billing_first_name','Daniel'),(31001,7119,'_billing_last_name','Pastor'),(31002,7119,'_billing_company',''),(31003,7119,'_billing_address_1','23 drew street'),(31004,7119,'_billing_address_2',''),(31005,7119,'_billing_city','Valley stream'),(31006,7119,'_billing_state','NY'),(31007,7119,'_billing_postcode','11581'),(31008,7119,'_billing_country','US'),(31009,7119,'_billing_email','danielpastor7@yahoo.com'),(31010,7119,'_billing_phone','5165922474'),(31011,7119,'_shipping_first_name','Daniel'),(31012,7119,'_shipping_last_name','Pastor'),(31013,7119,'_shipping_company',''),(31014,7119,'_shipping_address_1','23 drew street'),(31015,7119,'_shipping_address_2',''),(31016,7119,'_shipping_city','Valley stream'),(31017,7119,'_shipping_state','NY'),(31018,7119,'_shipping_postcode','11581'),(31019,7119,'_shipping_country','US'),(31020,7119,'_order_currency','USD'),(31021,7119,'_cart_discount','0'),(31022,7119,'_cart_discount_tax','0'),(31023,7119,'_order_shipping','5.95'),(31024,7119,'_order_shipping_tax','0'),(31025,7119,'_order_tax','0'),(31026,7119,'_order_total','30.95'),(31027,7119,'_order_version','3.0.0'),(31028,7119,'_prices_include_tax','no'),(31029,7119,'_billing_address_index','Daniel Pastor 23 drew street Valley stream NY 11581 US danielpastor7@yahoo.com 5165922474'),(31030,7119,'_shipping_address_index','Daniel Pastor 23 drew street Valley stream NY 11581 US'),(31031,7119,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(31032,7119,'Payer PayPal address','danielpastor7@yahoo.com'),(31033,7119,'Payer first name','Daniel'),(31034,7119,'Payer last name','Pastor'),(31035,7119,'Payment type','instant'),(31036,7119,'_paypal_status','completed'),(31037,7119,'_download_permissions_granted','yes'),(31038,7119,'_recorded_sales','yes'),(31039,7119,'_recorded_coupon_usage_counts','yes'),(31040,7119,'_order_stock_reduced','yes'),(31041,7119,'PayPal Transaction Fee','1.20'),(31042,7120,'_order_key','wc_order_590bb5f6c4422'),(31043,7120,'_customer_user','0'),(31044,7120,'_payment_method','paypal'),(31045,7120,'_payment_method_title','PayPal'),(31046,7120,'_transaction_id','4JA8690513966143M'),(31047,7120,'_customer_ip_address','192.137.109.2'),(31048,7120,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/57.0.2987.133 safari/537.36'),(31049,7120,'_created_via','checkout'),(31050,7120,'_date_completed',''),(31051,7120,'_completed_date',''),(31052,7120,'_date_paid','1493939770'),(31053,7120,'_paid_date','2017-05-04 23:16:10'),(31054,7120,'_cart_hash','02484fe589388694fa4ef33bc02b76be'),(31055,7120,'_billing_first_name','Will'),(31056,7120,'_billing_last_name','Saltz'),(31057,7120,'_billing_company',''),(31058,7120,'_billing_address_1','4104 24th Street'),(31059,7120,'_billing_address_2','#233'),(31060,7120,'_billing_city','San Francisco'),(31061,7120,'_billing_state','CA'),(31062,7120,'_billing_postcode','94114'),(31063,7120,'_billing_country','US'),(31064,7120,'_billing_email','wsaltz@aol.com'),(31065,7120,'_billing_phone','4159947497'),(31066,7120,'_shipping_first_name','Will'),(31067,7120,'_shipping_last_name','Saltz'),(31068,7120,'_shipping_company',''),(31069,7120,'_shipping_address_1','4104 24th Street'),(31070,7120,'_shipping_address_2','#233'),(31071,7120,'_shipping_city','San Francisco'),(31072,7120,'_shipping_state','CA'),(31073,7120,'_shipping_postcode','94114'),(31074,7120,'_shipping_country','US'),(31075,7120,'_order_currency','USD'),(31076,7120,'_cart_discount','0'),(31077,7120,'_cart_discount_tax','0'),(31078,7120,'_order_shipping','5.95'),(31079,7120,'_order_shipping_tax','0'),(31080,7120,'_order_tax','0'),(31081,7120,'_order_total','30.95'),(31082,7120,'_order_version','3.0.0'),(31083,7120,'_prices_include_tax','no'),(31084,7120,'_billing_address_index','Will Saltz 4104 24th Street #233 San Francisco CA 94114 US wsaltz@aol.com 4159947497'),(31085,7120,'_shipping_address_index','Will Saltz 4104 24th Street #233 San Francisco CA 94114 US'),(31086,7120,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(31087,7120,'_paypal_status','completed'),(31088,7120,'Payer PayPal address','wsaltz@aol.com'),(31089,7120,'Payer first name','Will'),(31090,7120,'Payer last name','Saltz'),(31091,7120,'Payment type','instant'),(31092,7120,'_download_permissions_granted','yes'),(31093,7120,'_download_permissions_granted','yes'),(31094,7120,'_recorded_sales','yes'),(31095,7120,'_recorded_sales','yes'),(31096,7120,'_recorded_coupon_usage_counts','yes'),(31097,7120,'_recorded_coupon_usage_counts','yes'),(31098,7120,'_order_stock_reduced','yes'),(31099,7120,'_order_stock_reduced','yes'),(31100,7120,'PayPal Transaction Fee','1.20'),(31101,7120,'PayPal Transaction Fee','1.20'),(31103,5722,'_edit_lock','1495118137:3'),(31105,7123,'fw_options','a:0:{}'),(31107,7125,'fw_options','a:0:{}'),(31108,7126,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(31109,7126,'_wc_review_count','0'),(31110,7126,'_wc_rating_count','a:0:{}'),(31111,7126,'_wc_average_rating','0'),(31112,7126,'_edit_lock','1497986408:3'),(31113,7126,'_edit_last','3'),(31133,4511,'_oembed_6c5b5c351a13d48847936dd529f3ba18','<iframe width=\"525\" height=\"295\" src=\"https://www.youtube.com/embed/FNjidHtVYa8?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(31134,4511,'_oembed_time_6c5b5c351a13d48847936dd529f3ba18','1495476968'),(31135,4511,'_oembed_42999e52eac0eb82c3f514b09602b97f','<iframe width=\"660\" height=\"371\" src=\"https://www.youtube.com/embed/FNjidHtVYa8?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(31136,4511,'_oembed_time_42999e52eac0eb82c3f514b09602b97f','1495479184'),(31137,7132,'_wp_attached_file','2017/05/IMG_9380.jpg'),(31138,7132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:4:\"file\";s:20:\"2017/05/IMG_9380.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_9380-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_9380-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_9380-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"IMG_9380-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_9380-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"IMG_9380-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"IMG_9380-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_9380-825x510.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(31139,7126,'_thumbnail_id','7144'),(31140,7126,'_sku',''),(31141,7126,'_regular_price','565.00'),(31142,7126,'_sale_price',''),(31143,7126,'_sale_price_dates_from',''),(31144,7126,'_sale_price_dates_to',''),(31145,7126,'total_sales','23'),(31146,7126,'_tax_status','none'),(31147,7126,'_tax_class','zero-rate'),(31148,7126,'_manage_stock','yes'),(31149,7126,'_backorders','no'),(31150,7126,'_sold_individually','no'),(31151,7126,'_weight',''),(31152,7126,'_length',''),(31153,7126,'_width',''),(31154,7126,'_height',''),(31155,7126,'_upsell_ids','a:0:{}'),(31156,7126,'_crosssell_ids','a:0:{}'),(31157,7126,'_purchase_note',''),(31158,7126,'_default_attributes','a:0:{}'),(31159,7126,'_virtual','no'),(31160,7126,'_downloadable','no'),(31161,7126,'_product_image_gallery',''),(31162,7126,'_download_limit','-1'),(31163,7126,'_download_expiry','-1'),(31164,7126,'_stock','28'),(31165,7126,'_stock_status','instock'),(31166,7126,'_product_version','3.0.8'),(31167,7126,'_price','565.00'),(31168,7126,'slide_template','default'),(31169,7133,'_order_key','wc_order_592334d3a0f00'),(31170,7133,'_customer_user','3'),(31171,7133,'_payment_method','paypal'),(31172,7133,'_payment_method_title','PayPal'),(31173,7133,'_transaction_id',''),(31174,7133,'_customer_ip_address','24.99.172.136'),(31175,7133,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_12_6) applewebkit/603.3.1 (khtml, like gecko) version/10.1.2 safari/603.3.1'),(31176,7133,'_created_via','checkout'),(31177,7133,'_date_completed',''),(31178,7133,'_completed_date',''),(31179,7133,'_date_paid',''),(31180,7133,'_paid_date',''),(31181,7133,'_cart_hash','28c54561897138ac59c917d9baee5130'),(31182,7133,'_billing_first_name','Rob'),(31183,7133,'_billing_last_name','Thomas'),(31184,7133,'_billing_company',''),(31185,7133,'_billing_address_1','66 Stevenson Pt'),(31186,7133,'_billing_address_2',''),(31187,7133,'_billing_city','Dallas'),(31188,7133,'_billing_state','GA'),(31189,7133,'_billing_postcode','30132'),(31190,7133,'_billing_country','US'),(31191,7133,'_billing_email','robfthomas@me.com'),(31192,7133,'_billing_phone','770-9778287'),(31193,7133,'_shipping_first_name','Rob'),(31194,7133,'_shipping_last_name','Thomas'),(31195,7133,'_shipping_company',''),(31196,7133,'_shipping_address_1','66 Stevenson Pt'),(31197,7133,'_shipping_address_2',''),(31198,7133,'_shipping_city','Dallas'),(31199,7133,'_shipping_state','GA'),(31200,7133,'_shipping_postcode','30132'),(31201,7133,'_shipping_country','US'),(31202,7133,'_order_currency','USD'),(31203,7133,'_cart_discount','0'),(31204,7133,'_cart_discount_tax','0'),(31205,7133,'_order_shipping','0'),(31206,7133,'_order_shipping_tax','0'),(31207,7133,'_order_tax','39.55'),(31208,7133,'_order_total','604.55'),(31209,7133,'_order_version','3.0.7'),(31210,7133,'_prices_include_tax','no'),(31211,7133,'_billing_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US robfthomas@me.com 770-9778287'),(31212,7133,'_shipping_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US'),(31213,7133,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(31214,7134,'_order_key','wc_order_592339dca5baa'),(31215,7134,'_customer_user','3'),(31216,7134,'_payment_method','paypal'),(31217,7134,'_payment_method_title','PayPal'),(31218,7134,'_transaction_id',''),(31219,7134,'_customer_ip_address','24.99.172.136'),(31220,7134,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_12_6) applewebkit/603.3.1 (khtml, like gecko) version/10.1.2 safari/603.3.1'),(31221,7134,'_created_via','checkout'),(31222,7134,'_date_completed',''),(31223,7134,'_completed_date',''),(31224,7134,'_date_paid',''),(31225,7134,'_paid_date',''),(31226,7134,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(31227,7134,'_billing_first_name','Rob'),(31228,7134,'_billing_last_name','Thomas'),(31229,7134,'_billing_company',''),(31230,7134,'_billing_address_1','66 Stevenson Pt'),(31231,7134,'_billing_address_2',''),(31232,7134,'_billing_city','Dallas'),(31233,7134,'_billing_state','GA'),(31234,7134,'_billing_postcode','30132'),(31235,7134,'_billing_country','US'),(31236,7134,'_billing_email','robfthomas@me.com'),(31237,7134,'_billing_phone','770-9778287'),(31238,7134,'_shipping_first_name','Rob'),(31239,7134,'_shipping_last_name','Thomas'),(31240,7134,'_shipping_company',''),(31241,7134,'_shipping_address_1','66 Stevenson Pt'),(31242,7134,'_shipping_address_2',''),(31243,7134,'_shipping_city','Dallas'),(31244,7134,'_shipping_state','GA'),(31245,7134,'_shipping_postcode','30132'),(31246,7134,'_shipping_country','US'),(31247,7134,'_order_currency','USD'),(31248,7134,'_cart_discount','0'),(31249,7134,'_cart_discount_tax','0'),(31250,7134,'_order_shipping','0'),(31251,7134,'_order_shipping_tax','0'),(31252,7134,'_order_tax','0'),(31253,7134,'_order_total','565.00'),(31254,7134,'_order_version','3.0.7'),(31255,7134,'_prices_include_tax','no'),(31256,7134,'_billing_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US robfthomas@me.com 770-9778287'),(31257,7134,'_shipping_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US'),(31258,7134,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(31259,7135,'_wp_attached_file','2017/05/spektraWhite.png'),(31260,7135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:4:\"file\";s:24:\"2017/05/spektraWhite.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"spektraWhite-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"spektraWhite-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"spektraWhite-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"spektraWhite-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"spektraWhite-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"spektraWhite-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"spektraWhite-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:25:\"spektraWhite-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:22:\"spektraWhite-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:24:\"spektraWhite-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:22:\"spektraWhite-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(31261,7137,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(31262,7137,'_menu_item_type','post_type'),(31263,7137,'_menu_item_menu_item_parent','6495'),(31264,7137,'_menu_item_object_id','7126'),(31265,7137,'_menu_item_object','product'),(31266,7137,'_menu_item_target',''),(31267,7137,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(31268,7137,'_menu_item_xfn',''),(31269,7137,'_menu_item_url',''),(31270,7137,'_dt-use-as-megamenu',''),(31271,7137,'_dt-expand-all-submenus',''),(31272,7137,'_dt-disable-text',''),(31273,7137,'_dt-disable-link',''),(31274,7137,'_dt-fullwidth',''),(31275,7137,'_dt-columns',''),(31276,7137,'_dt-custom-content',''),(31277,7137,'_dt-fill-columns',''),(31278,7137,'_dt-menu-icon',''),(31279,7137,'_dt-menu-widget',''),(31283,7139,'_wp_attached_file','2017/05/spektraWhite-1.png'),(31284,7139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:26:\"2017/05/spektraWhite-1.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"spektraWhite-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"spektraWhite-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"spektraWhite-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:24:\"spektraWhite-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:26:\"spektraWhite-1-600x400.png\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:24:\"spektraWhite-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(31285,7140,'_order_key','wc_order_59234bfef3599'),(31286,7140,'_customer_user','4'),(31287,7140,'_payment_method','paypal'),(31288,7140,'_payment_method_title','PayPal'),(31289,7140,'_transaction_id','27K87235RU6782612'),(31290,7140,'_customer_ip_address','73.48.120.85'),(31291,7140,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/58.0.3029.110 safari/537.36'),(31292,7140,'_created_via','checkout'),(31293,7140,'_date_completed',''),(31294,7140,'_completed_date',''),(31295,7140,'_date_paid','1495485500'),(31296,7140,'_paid_date','2017-05-22 20:38:20'),(31297,7140,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(31298,7140,'_billing_first_name','Joey'),(31299,7140,'_billing_last_name','Spindler'),(31300,7140,'_billing_company','Gulf Coast Professional Tattoo Inc.'),(31301,7140,'_billing_address_1','10442 Front Beach Rd.'),(31302,7140,'_billing_address_2',''),(31303,7140,'_billing_city','Panama City Beach'),(31304,7140,'_billing_state','FL'),(31305,7140,'_billing_postcode','32407'),(31306,7140,'_billing_country','US'),(31307,7140,'_billing_email','spindler.joey@gmail.com'),(31308,7140,'_billing_phone','770-853-9076'),(31309,7140,'_shipping_first_name','Joey'),(31310,7140,'_shipping_last_name','Spindler'),(31311,7140,'_shipping_company','Gulf Coast Professional Tattoo Inc.'),(31312,7140,'_shipping_address_1','10442 Front Beach Rd.'),(31313,7140,'_shipping_address_2',''),(31314,7140,'_shipping_city','Panama City Beach'),(31315,7140,'_shipping_state','FL'),(31316,7140,'_shipping_postcode','32407'),(31317,7140,'_shipping_country','US'),(31318,7140,'_order_currency','USD'),(31319,7140,'_cart_discount','0'),(31320,7140,'_cart_discount_tax','0'),(31321,7140,'_order_shipping','0'),(31322,7140,'_order_shipping_tax','0'),(31323,7140,'_order_tax','0'),(31324,7140,'_order_total','565.00'),(31325,7140,'_order_version','3.0.7'),(31326,7140,'_prices_include_tax','no'),(31327,7140,'_billing_address_index','Joey Spindler Gulf Coast Professional Tattoo Inc. 10442 Front Beach Rd. Panama City Beach FL 32407 US spindler.joey@gmail.com 770-853-9076'),(31328,7140,'_shipping_address_index','Joey Spindler Gulf Coast Professional Tattoo Inc. 10442 Front Beach Rd. Panama City Beach FL 32407 US'),(31329,7140,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(31330,7140,'_paypal_status','completed'),(31331,7140,'Payer PayPal address','spindler.joey@gmail.com'),(31332,7140,'Payer first name','Joey'),(31333,7140,'Payer last name','Spindler'),(31334,7140,'Payment type','instant'),(31335,7140,'_download_permissions_granted','yes'),(31336,7140,'_recorded_sales','yes'),(31337,7140,'_recorded_coupon_usage_counts','yes'),(31338,7140,'_recorded_coupon_usage_counts','yes'),(31339,7140,'PayPal Transaction Fee','16.69'),(31340,7140,'PayPal Transaction Fee','16.69'),(31342,7033,'_transaction_id',''),(31343,7033,'_date_completed',''),(31344,7033,'_completed_date',''),(31345,7033,'_date_paid',''),(31346,7033,'_paid_date',''),(31347,7033,'_billing_address_index','LInda Stockett 4500 sw 98 ave miami FL 33165 US alexnlinda2005@yahoo.com 7862226283'),(31348,7033,'_shipping_address_index','LInda Stockett 4500 sw 98 ave miami FL 33165 US'),(31349,7142,'_order_key','wc_order_5923d56e46b7c'),(31350,7142,'_customer_user','0'),(31351,7142,'_payment_method','paypal'),(31352,7142,'_payment_method_title','PayPal'),(31353,7142,'_transaction_id','8447333158300042T'),(31354,7142,'_customer_ip_address','71.195.190.160'),(31355,7142,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/52.0.2743.116 safari/537.36 edge/15.15063'),(31356,7142,'_created_via','checkout'),(31357,7142,'_date_completed',''),(31358,7142,'_completed_date',''),(31359,7142,'_date_paid','1495521268'),(31360,7142,'_paid_date','2017-05-23 06:34:28'),(31361,7142,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(31362,7142,'_billing_first_name','Mark'),(31363,7142,'_billing_last_name','Trull'),(31364,7142,'_billing_company','Otherside Ink'),(31365,7142,'_billing_address_1','1184 Hillcrest Avenue'),(31366,7142,'_billing_address_2',''),(31367,7142,'_billing_city','Tulare'),(31368,7142,'_billing_state','CA'),(31369,7142,'_billing_postcode','93274'),(31370,7142,'_billing_country','US'),(31371,7142,'_billing_email','texasbluesrock@gmail.com'),(31372,7142,'_billing_phone','6612646175'),(31373,7142,'_shipping_first_name','Mark'),(31374,7142,'_shipping_last_name','Trull'),(31375,7142,'_shipping_company','Otherside Ink'),(31376,7142,'_shipping_address_1','1184 Hillcrest Avenue'),(31377,7142,'_shipping_address_2',''),(31378,7142,'_shipping_city','Tulare'),(31379,7142,'_shipping_state','CA'),(31380,7142,'_shipping_postcode','93274'),(31381,7142,'_shipping_country','US'),(31382,7142,'_order_currency','USD'),(31383,7142,'_cart_discount','0'),(31384,7142,'_cart_discount_tax','0'),(31385,7142,'_order_shipping','0'),(31386,7142,'_order_shipping_tax','0'),(31387,7142,'_order_tax','0'),(31388,7142,'_order_total','565.00'),(31389,7142,'_order_version','3.0.7'),(31390,7142,'_prices_include_tax','no'),(31391,7142,'_billing_address_index','Mark Trull Otherside Ink 1184 Hillcrest Avenue Tulare CA 93274 US texasbluesrock@gmail.com 6612646175'),(31392,7142,'_shipping_address_index','Mark Trull Otherside Ink 1184 Hillcrest Avenue Tulare CA 93274 US'),(31393,7142,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(31394,7142,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(31395,7142,'Payer PayPal address','texasbluesrock@gmail.com'),(31396,7142,'_paypal_status','completed'),(31397,7142,'Payer first name','Mark'),(31398,7142,'Payer last name','Trull'),(31399,7142,'Payment type','instant'),(31400,7142,'_download_permissions_granted','yes'),(31401,7142,'_download_permissions_granted','yes'),(31402,7142,'_recorded_sales','yes'),(31403,7142,'_recorded_sales','yes'),(31404,7142,'_recorded_coupon_usage_counts','yes'),(31405,7142,'_order_stock_reduced','yes'),(31406,7142,'PayPal Transaction Fee','16.69'),(31407,7143,'fw_options','a:0:{}'),(31408,7144,'_wp_attached_file','2017/05/SpektraLayout.png'),(31409,7144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2017/05/SpektraLayout.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"SpektraLayout-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"SpektraLayout-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"SpektraLayout-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:23:\"SpektraLayout-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:25:\"SpektraLayout-600x400.png\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:23:\"SpektraLayout-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(31410,7145,'_wp_attached_file','2017/05/Unknown.jpeg'),(31411,7145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:3000;s:4:\"file\";s:20:\"2017/05/Unknown.jpeg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Unknown-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Unknown-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Unknown-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Unknown-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"Unknown-180x180.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"Unknown-1000x1000.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"Unknown-1000x1000.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:21:\"Unknown-1170x767.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:18:\"Unknown-70x70.jpeg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:20:\"Unknown-800x400.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:18:\"Unknown-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(31412,7146,'_wp_attached_file','2017/05/Unknown-1.jpeg'),(31413,7146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:3000;s:4:\"file\";s:22:\"2017/05/Unknown-1.jpeg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Unknown-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Unknown-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Unknown-1-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Unknown-1-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"Unknown-1-180x180.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"Unknown-1-1000x1000.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"Unknown-1-1000x1000.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:23:\"Unknown-1-1170x767.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"Unknown-1-70x70.jpeg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"Unknown-1-800x400.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"Unknown-1-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(31414,7147,'_wp_attached_file','2017/05/bg.jpeg'),(31415,7145,'_wp_attachment_is_custom_background','foreal'),(31416,7147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:3000;s:4:\"file\";s:15:\"2017/05/bg.jpeg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"bg-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"bg-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"bg-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"bg-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"bg-180x180.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"bg-1000x1000.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"bg-1000x1000.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:16:\"bg-1170x767.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:13:\"bg-70x70.jpeg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:15:\"bg-800x400.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:13:\"bg-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(31419,7149,'_wp_attached_file','2017/05/bg.jpg'),(31420,7149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:14:\"2017/05/bg.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"bg-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:12:\"bg-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:14:\"bg-720x400.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:12:\"bg-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(31421,7149,'_wp_attachment_is_custom_background','foreal'),(31426,7152,'_wp_attached_file','2017/05/Header.jpg'),(31427,7152,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:599;s:4:\"file\";s:18:\"2017/05/Header.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Header-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Header-768x319.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:319;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Header-1024x426.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"Header-180x75.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"Header-1000x599.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"Header-1000x416.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:19:\"Header-1170x599.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:16:\"Header-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:18:\"Header-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:16:\"Header-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"Eddie Tapp\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:10:\"Eddie Tapp\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(31433,7156,'_wp_attached_file','2017/05/background.jpg'),(31434,7156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:480;s:4:\"file\";s:22:\"2017/05/background.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"background-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"background-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"background-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"background-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"background-720x400.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"background-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1350828827\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(31435,7157,'fw_options','a:0:{}'),(31436,7158,'_order_key','wc_order_59288face3039'),(31437,7158,'_customer_user','0'),(31438,7158,'_payment_method','paypal'),(31439,7158,'_payment_method_title','PayPal'),(31440,7158,'_transaction_id',''),(31441,7158,'_customer_ip_address','73.55.81.152'),(31442,7158,'_customer_user_agent','mozilla/5.0 (ipad; cpu os 10_0_2 like mac os x) applewebkit/602.1.50 (khtml, like gecko) version/10.0 mobile/14a456 safari/602.1'),(31443,7158,'_created_via','checkout'),(31444,7158,'_date_completed',''),(31445,7158,'_completed_date',''),(31446,7159,'_order_key','wc_order_59288ff4f0f2b'),(31447,7158,'_date_paid',''),(31448,7159,'_customer_user','0'),(31449,7158,'_paid_date',''),(31450,7159,'_payment_method','paypal'),(31451,7159,'_payment_method_title','PayPal'),(31452,7159,'_transaction_id',''),(31453,7159,'_customer_ip_address','73.55.81.152'),(31454,7159,'_customer_user_agent','mozilla/5.0 (ipad; cpu os 10_0_2 like mac os x) applewebkit/602.1.50 (khtml, like gecko) version/10.0 mobile/14a456 safari/602.1'),(31455,7159,'_created_via','checkout'),(31456,7159,'_date_completed',''),(31457,7159,'_completed_date',''),(31458,7160,'_order_key','wc_order_5928904cbf019'),(31459,7160,'_customer_user','0'),(31460,7160,'_payment_method','paypal'),(31461,7160,'_payment_method_title','PayPal'),(31462,7160,'_transaction_id',''),(31463,7160,'_customer_ip_address','73.55.81.152'),(31464,7160,'_customer_user_agent','mozilla/5.0 (ipad; cpu os 10_0_2 like mac os x) applewebkit/602.1.50 (khtml, like gecko) version/10.0 mobile/14a456 safari/602.1'),(31465,7160,'_created_via','checkout'),(31466,7160,'_date_completed',''),(31467,7160,'_completed_date',''),(31468,7160,'_date_paid',''),(31469,7161,'_order_key','wc_order_59289a28d5631'),(31470,7161,'_customer_user','6'),(31471,7161,'_payment_method','paypal'),(31472,7161,'_payment_method_title','PayPal'),(31473,7161,'_transaction_id',''),(31474,7161,'_customer_ip_address','73.55.81.152'),(31475,7161,'_customer_user_agent','mozilla/5.0 (linux; android 7.0; samsung sm-g891a build/nrd90m) applewebkit/537.36 (khtml, like gecko) samsungbrowser/5.4 chrome/51.0.2704.106 mobile safari/537.36'),(31476,7161,'_created_via','checkout'),(31477,7161,'_date_completed',''),(31478,7161,'_completed_date',''),(31479,7161,'_date_paid',''),(31480,7161,'_paid_date',''),(31481,7161,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(31482,7161,'_billing_first_name','Justin'),(31483,7161,'_billing_last_name','Forgea'),(31484,7161,'_billing_company','Mockingbird Tattoo Co.'),(31485,7161,'_billing_address_1','6022 S. Tamiami Tr.'),(31486,7161,'_billing_address_2',''),(31487,7161,'_billing_city','Sarasota'),(31488,7161,'_billing_state','FL'),(31489,7161,'_billing_postcode','34231'),(31490,7161,'_billing_country','US'),(31491,7161,'_billing_email','Stingrayforgea@gmail.com'),(31492,7161,'_billing_phone','(941)266-0387'),(31493,7161,'_shipping_first_name','Justin'),(31494,7161,'_shipping_last_name','Forgea'),(31495,7161,'_shipping_company','Mockingbird Tattoo Co.'),(31496,7161,'_shipping_address_1','6022 S. Tamiami Tr.'),(31497,7161,'_shipping_address_2',''),(31498,7161,'_shipping_city','Sarasota'),(31499,7161,'_shipping_state','FL'),(31500,7161,'_shipping_postcode','34231'),(31501,7161,'_shipping_country','US'),(31502,7161,'_order_currency','USD'),(31503,7162,'_order_key','wc_order_59289a6dbea87'),(31504,7161,'_cart_discount','0'),(31505,7162,'_customer_user','6'),(31506,7161,'_cart_discount_tax','0'),(31507,7162,'_payment_method','paypal'),(31508,7161,'_order_shipping','0'),(31509,7162,'_payment_method_title','PayPal'),(31510,7161,'_order_shipping_tax','0'),(31511,7162,'_transaction_id',''),(31512,7162,'_customer_ip_address','73.55.81.152'),(31513,7162,'_customer_user_agent','mozilla/5.0 (linux; android 7.0; samsung sm-g891a build/nrd90m) applewebkit/537.36 (khtml, like gecko) samsungbrowser/5.4 chrome/51.0.2704.106 mobile safari/537.36'),(31514,7162,'_created_via','checkout'),(31515,7162,'_date_completed',''),(31516,7162,'_completed_date',''),(31517,7162,'_date_paid',''),(31518,7162,'_paid_date',''),(31519,7162,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(31520,7162,'_billing_first_name','Justin'),(31521,7162,'_billing_last_name','Forgea'),(31522,7162,'_billing_company','Mockingbird Tattoo Co.'),(31523,7162,'_billing_address_1','6022 S. Tamiami Tr.'),(31524,7162,'_billing_address_2',''),(31525,7162,'_billing_city','Sarasota'),(31526,7162,'_billing_state','FL'),(31527,7162,'_billing_postcode','34231'),(31528,7163,'_order_key','wc_order_59289ac721c48'),(31529,7163,'_customer_user','6'),(31530,7163,'_payment_method','paypal'),(31531,7163,'_payment_method_title','PayPal'),(31532,7163,'_transaction_id',''),(31533,7163,'_customer_ip_address','73.55.81.152'),(31534,7163,'_customer_user_agent','mozilla/5.0 (ipad; cpu os 10_0_2 like mac os x) applewebkit/602.1.50 (khtml, like gecko) version/10.0 mobile/14a456 safari/602.1'),(31535,7163,'_created_via','checkout'),(31536,7163,'_date_completed',''),(31537,7163,'_completed_date',''),(31538,7164,'_order_key','wc_order_59289b04c43da'),(31539,7164,'_customer_user','6'),(31540,7164,'_payment_method','paypal'),(31541,7164,'_payment_method_title','PayPal'),(31542,7164,'_transaction_id',''),(31543,7164,'_customer_ip_address','73.55.81.152'),(31544,7164,'_customer_user_agent','mozilla/5.0 (linux; android 7.0; samsung sm-g891a build/nrd90m) applewebkit/537.36 (khtml, like gecko) samsungbrowser/5.4 chrome/51.0.2704.106 mobile safari/537.36'),(31545,7164,'_created_via','checkout'),(31546,7164,'_date_completed',''),(31547,7164,'_completed_date',''),(31548,7164,'_date_paid',''),(31549,7164,'_paid_date',''),(31550,7164,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(31551,7164,'_billing_first_name','Justin'),(31552,7164,'_billing_last_name','Forgea'),(31553,7165,'_order_key','wc_order_59289e7fa3923'),(31554,7165,'_customer_user','6'),(31555,7165,'_payment_method','paypal'),(31556,7165,'_payment_method_title','PayPal'),(31557,7166,'_order_key','wc_order_59289f871e053'),(31558,7166,'_customer_user','6'),(31559,7167,'_order_key','wc_order_59289fbfba271'),(31560,7167,'_customer_user','6'),(31561,7167,'_payment_method','paypal'),(31562,7167,'_payment_method_title','PayPal'),(31563,7167,'_transaction_id',''),(31564,7167,'_customer_ip_address','73.55.81.152'),(31565,7168,'_order_key','wc_order_5928a40cca33a'),(31566,7168,'_customer_user','6'),(31567,7168,'_payment_method','paypal'),(31568,7168,'_payment_method_title','PayPal'),(31569,7168,'_transaction_id',''),(31570,7168,'_customer_ip_address','73.55.81.152'),(31571,7168,'_customer_user_agent','mozilla/5.0 (linux; android 7.0; samsung sm-g891a build/nrd90m) applewebkit/537.36 (khtml, like gecko) samsungbrowser/5.4 chrome/51.0.2704.106 mobile safari/537.36'),(31572,7168,'_created_via','checkout'),(31573,7168,'_date_completed',''),(31574,7168,'_completed_date',''),(31575,7168,'_date_paid',''),(31576,7168,'_paid_date',''),(31577,7169,'_order_key','wc_order_5928a48fc8fcb'),(31578,7168,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(31579,7169,'_customer_user','6'),(31580,7168,'_billing_first_name','Justin'),(31581,7169,'_payment_method','paypal'),(31582,7168,'_billing_last_name','Forgea'),(31583,7169,'_payment_method_title','PayPal'),(31584,7168,'_billing_company','Mockingbird Tattoo Co.'),(31585,7169,'_transaction_id',''),(31586,7168,'_billing_address_1','6022 S. Tamiami Tr.'),(31587,7169,'_customer_ip_address','73.55.81.152'),(31588,7168,'_billing_address_2',''),(31589,7168,'_billing_city','Sarasota'),(31590,7168,'_billing_state','FL'),(31591,7168,'_billing_postcode','34231'),(31592,7168,'_billing_country','US'),(31593,7168,'_billing_email','Stingrayforgea@gmail.com'),(31594,7168,'_billing_phone','(941)266-0387'),(31595,7168,'_shipping_first_name','Justin'),(31596,7168,'_shipping_last_name','Forgea'),(31597,7168,'_shipping_company','Mockingbird Tattoo Co.'),(31598,7168,'_shipping_address_1','6022 S. Tamiami Tr.'),(31599,7168,'_shipping_address_2',''),(31600,7168,'_shipping_city','Sarasota'),(31601,7168,'_shipping_state','FL'),(31602,7168,'_shipping_postcode','34231'),(31603,7168,'_shipping_country','US'),(31604,7168,'_order_currency','USD'),(31605,7168,'_cart_discount','0'),(31606,7168,'_cart_discount_tax','0'),(31607,7168,'_order_shipping','0'),(31608,7168,'_order_shipping_tax','0'),(31609,7168,'_order_tax','0'),(31610,7168,'_order_total','565.00'),(31611,7168,'_order_version','3.0.8'),(31612,7168,'_prices_include_tax','no'),(31613,7168,'_billing_address_index','Justin Forgea Mockingbird Tattoo Co. 6022 S. Tamiami Tr. Sarasota FL 34231 US Stingrayforgea@gmail.com (941)266-0387'),(31614,7168,'_shipping_address_index','Justin Forgea Mockingbird Tattoo Co. 6022 S. Tamiami Tr. Sarasota FL 34231 US'),(31615,7168,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(31616,7170,'_order_key','wc_order_5928b0147078d'),(31617,7170,'_customer_user','3'),(31618,7170,'_payment_method','paypal'),(31619,7170,'_payment_method_title','PayPal'),(31620,7170,'_transaction_id',''),(31621,7170,'_customer_ip_address','24.99.172.136'),(31622,7170,'_customer_user_agent','mozilla/5.0 (ipad; cpu os 10_2 like mac os x) applewebkit/602.3.12 (khtml, like gecko) version/10.0 mobile/14c92 safari/602.1'),(31623,7170,'_created_via','checkout'),(31624,7170,'_date_completed',''),(31625,7170,'_completed_date',''),(31626,7170,'_date_paid',''),(31627,7170,'_paid_date',''),(31628,7170,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(31629,7170,'_billing_first_name','Rob'),(31630,7170,'_billing_last_name','Thomas'),(31631,7170,'_billing_company',''),(31632,7170,'_billing_address_1','66 Stevenson Pt'),(31633,7170,'_billing_address_2',''),(31634,7170,'_billing_city','Dallas'),(31635,7170,'_billing_state','GA'),(31636,7170,'_billing_postcode','30132'),(31637,7170,'_billing_country','US'),(31638,7170,'_billing_email','robfthomas@me.com'),(31639,7170,'_billing_phone','770-9778287'),(31640,7170,'_shipping_first_name','Rob'),(31641,7170,'_shipping_last_name','Thomas'),(31642,7170,'_shipping_company',''),(31643,7170,'_shipping_address_1','66 Stevenson Pt'),(31644,7170,'_shipping_address_2',''),(31645,7170,'_shipping_city','Dallas'),(31646,7170,'_shipping_state','GA'),(31647,7170,'_shipping_postcode','30132'),(31648,7170,'_shipping_country','US'),(31649,7170,'_order_currency','USD'),(31650,7170,'_cart_discount','0'),(31651,7170,'_cart_discount_tax','0'),(31652,7170,'_order_shipping','0'),(31653,7170,'_order_shipping_tax','0'),(31654,7170,'_order_tax','0'),(31655,7170,'_order_total','565.00'),(31656,7170,'_order_version','3.0.7'),(31657,7170,'_prices_include_tax','no'),(31658,7170,'_billing_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US robfthomas@me.com 770-9778287'),(31659,7170,'_shipping_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US'),(31660,7170,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(31661,7171,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(31662,7171,'_wc_review_count','0'),(31663,7171,'_wc_rating_count','a:0:{}'),(31664,7171,'_wc_average_rating','0'),(31665,7171,'_edit_lock','1495842017:3'),(31666,7171,'_edit_last','3'),(31667,7172,'_wp_attached_file','2016/03/BlueAd.png'),(31668,7172,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1181;s:6:\"height\";i:188;s:4:\"file\";s:18:\"2016/03/BlueAd.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"BlueAd-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"BlueAd-300x48.png\";s:5:\"width\";i:300;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"BlueAd-768x122.png\";s:5:\"width\";i:768;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"BlueAd-1024x163.png\";s:5:\"width\";i:1024;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"BlueAd-180x29.png\";s:5:\"width\";i:180;s:6:\"height\";i:29;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"BlueAd-1000x188.png\";s:5:\"width\";i:1000;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"BlueAd-1000x159.png\";s:5:\"width\";i:1000;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:19:\"BlueAd-1170x188.png\";s:5:\"width\";i:1170;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:16:\"BlueAd-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:18:\"BlueAd-800x188.png\";s:5:\"width\";i:800;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:16:\"BlueAd-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(31669,7173,'_wp_attached_file','2016/03/BlueAd-1.png'),(31670,7173,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1181;s:6:\"height\";i:188;s:4:\"file\";s:20:\"2016/03/BlueAd-1.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"BlueAd-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"BlueAd-1-300x48.png\";s:5:\"width\";i:300;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"BlueAd-1-768x122.png\";s:5:\"width\";i:768;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"BlueAd-1-1024x163.png\";s:5:\"width\";i:1024;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"BlueAd-1-180x29.png\";s:5:\"width\";i:180;s:6:\"height\";i:29;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"BlueAd-1-1000x188.png\";s:5:\"width\";i:1000;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"BlueAd-1-1000x159.png\";s:5:\"width\";i:1000;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:21:\"BlueAd-1-1170x188.png\";s:5:\"width\";i:1170;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:18:\"BlueAd-1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:20:\"BlueAd-1-800x188.png\";s:5:\"width\";i:800;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:18:\"BlueAd-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(31671,7174,'fw_options','a:0:{}'),(31672,7175,'_wp_attached_file','2016/03/bluead_noback.png'),(31673,7175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1181;s:6:\"height\";i:188;s:4:\"file\";s:25:\"2016/03/bluead_noback.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"bluead_noback-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"bluead_noback-300x48.png\";s:5:\"width\";i:300;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"bluead_noback-768x122.png\";s:5:\"width\";i:768;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"bluead_noback-1024x163.png\";s:5:\"width\";i:1024;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"bluead_noback-180x29.png\";s:5:\"width\";i:180;s:6:\"height\";i:29;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"bluead_noback-1000x188.png\";s:5:\"width\";i:1000;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"bluead_noback-1000x159.png\";s:5:\"width\";i:1000;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:26:\"bluead_noback-1170x188.png\";s:5:\"width\";i:1170;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:23:\"bluead_noback-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:25:\"bluead_noback-800x188.png\";s:5:\"width\";i:800;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:23:\"bluead_noback-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(31674,7176,'fw_options','a:0:{}'),(31676,7178,'fw_options','a:0:{}'),(31677,7179,'fw_options','a:0:{}'),(31678,7180,'fw_options','a:0:{}'),(31679,7181,'fw_options','a:0:{}'),(31680,7182,'fw_options','a:0:{}'),(31682,7184,'_order_key','wc_order_5936eb7a32cdd'),(31683,7184,'_customer_user','0'),(31684,7184,'_payment_method','paypal'),(31685,7184,'_payment_method_title','PayPal'),(31686,7184,'_transaction_id','9XV82707J8749920F'),(31687,7184,'_customer_ip_address','71.218.98.134'),(31688,7184,'_customer_user_agent','mozilla/5.0 (linux; android 7.0; sm-g930t build/nrd90m) applewebkit/537.36 (khtml, like gecko) chrome/58.0.3029.83 mobile safari/537.36'),(31689,7184,'_created_via','checkout'),(31690,7184,'_date_completed',''),(31691,7184,'_completed_date',''),(31692,7184,'_date_paid','1496771574'),(31693,7184,'_paid_date','2017-06-06 17:52:54'),(31694,7184,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(31695,7184,'_billing_first_name','Matt'),(31696,7184,'_billing_last_name','Garner'),(31697,7184,'_billing_company','Mile high tattoo'),(31698,7184,'_billing_address_1','5441. S federal cir'),(31699,7184,'_billing_address_2','Apt c308'),(31700,7184,'_billing_city','Littleton'),(31701,7184,'_billing_state','CO'),(31702,7184,'_billing_postcode','80123'),(31703,7184,'_billing_country','US'),(31704,7184,'_billing_email','mgarner59@yahoo.com'),(31705,7184,'_billing_phone','7202615550'),(31706,7184,'_shipping_first_name','Matt'),(31707,7184,'_shipping_last_name','Garner'),(31708,7184,'_shipping_company','Mile high tattoo'),(31709,7184,'_shipping_address_1','10351 grant street'),(31710,7184,'_shipping_address_2','Unit 10'),(31711,7184,'_shipping_city','Thornton'),(31712,7184,'_shipping_state','CO'),(31713,7184,'_shipping_postcode','80229'),(31714,7184,'_shipping_country','US'),(31715,7184,'_order_currency','USD'),(31716,7184,'_cart_discount','0'),(31717,7184,'_cart_discount_tax','0'),(31718,7184,'_order_shipping','0'),(31719,7184,'_order_shipping_tax','0'),(31720,7184,'_order_tax','0'),(31721,7184,'_order_total','565.00'),(31722,7184,'_order_version','3.0.7'),(31723,7184,'_prices_include_tax','no'),(31724,7184,'_billing_address_index','Matt Garner Mile high tattoo 5441. S federal cir Apt c308 Littleton CO 80123 US mgarner59@yahoo.com 7202615550'),(31725,7184,'_shipping_address_index','Matt Garner Mile high tattoo 10351 grant street Unit 10 Thornton CO 80229 US'),(31726,7184,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(31727,7184,'_paypal_status','completed'),(31728,7184,'_download_permissions_granted','yes'),(31729,7184,'_recorded_sales','yes'),(31730,7184,'_recorded_coupon_usage_counts','yes'),(31731,7184,'_order_stock_reduced','yes'),(31732,7184,'PayPal Transaction Fee','16.69'),(31733,7184,'Payer PayPal address','mgarner59@yahoo.com'),(31734,7184,'Payer first name','Matt'),(31735,7184,'Payer last name','Garner'),(31736,7184,'Payment type','instant'),(31737,7185,'_order_key','wc_order_59372a6100257'),(31738,7185,'_customer_user','7'),(31739,7185,'_payment_method','paypal'),(31740,7185,'_payment_method_title','PayPal'),(31741,7185,'_transaction_id',''),(31742,7185,'_customer_ip_address','174.237.132.68'),(31743,7185,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 9_3_2 like mac os x) applewebkit/601.1.46 (khtml, like gecko) version/9.0 mobile/13f69 safari/601.1'),(31744,7185,'_created_via','checkout'),(31745,7185,'_date_completed',''),(31746,7185,'_completed_date',''),(31747,7185,'_date_paid',''),(31748,7185,'_paid_date',''),(31749,7185,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(31750,7185,'_billing_first_name','Clayton'),(31751,7185,'_billing_last_name','Baker'),(31752,7185,'_billing_company','Inkmasters'),(31753,7185,'_billing_address_1','3273 Cheyenne gardens way'),(31754,7185,'_billing_address_2',''),(31755,7185,'_billing_city','North Las Vegas'),(31756,7185,'_billing_state','NV'),(31757,7185,'_billing_postcode','89032'),(31758,7185,'_billing_country','US'),(31759,7185,'_billing_email','claybaker96@yahoo.con'),(31760,7185,'_billing_phone','5209758624'),(31761,7185,'_shipping_first_name','Clayton'),(31762,7185,'_shipping_last_name','Baker'),(31763,7185,'_shipping_company','Inkmasters'),(31764,7185,'_shipping_address_1','3273 Cheyenne gardens way'),(31765,7185,'_shipping_address_2',''),(31766,7185,'_shipping_city','North Las Vegas'),(31767,7185,'_shipping_state','NV'),(31768,7185,'_shipping_postcode','89032'),(31769,7185,'_shipping_country','US'),(31770,7185,'_order_currency','USD'),(31771,7185,'_cart_discount','0'),(31772,7185,'_cart_discount_tax','0'),(31773,7185,'_order_shipping','0'),(31774,7185,'_order_shipping_tax','0'),(31775,7185,'_order_tax','0'),(31776,7185,'_order_total','565.00'),(31777,7185,'_order_version','3.0.7'),(31778,7185,'_prices_include_tax','no'),(31779,7185,'_billing_address_index','Clayton Baker Inkmasters 3273 Cheyenne gardens way North Las Vegas NV 89032 US claybaker96@yahoo.con 5209758624'),(31780,7185,'_shipping_address_index','Clayton Baker Inkmasters 3273 Cheyenne gardens way North Las Vegas NV 89032 US'),(31781,7185,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(31782,7186,'_order_key','wc_order_59372ca71e38f'),(31783,7186,'_customer_user','7'),(31784,7186,'_payment_method','paypal'),(31785,7186,'_payment_method_title','PayPal'),(31786,7186,'_transaction_id','0JA49307CK2220921'),(31787,7186,'_customer_ip_address','174.237.132.68'),(31788,7186,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 9_3_2 like mac os x) applewebkit/601.1.46 (khtml, like gecko) version/9.0 mobile/13f69 safari/601.1'),(31789,7186,'_created_via','checkout'),(31790,7186,'_date_completed',''),(31791,7186,'_completed_date',''),(31792,7186,'_date_paid','1496788187'),(31793,7186,'_paid_date','2017-06-06 22:29:47'),(31794,7186,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(31795,7186,'_billing_first_name','Clayton'),(31796,7186,'_billing_last_name','Baker'),(31797,7186,'_billing_company','Inkmasters'),(31798,7186,'_billing_address_1','3273 Cheyenne gardens way'),(31799,7186,'_billing_address_2',''),(31800,7186,'_billing_city','North Las Vegas'),(31801,7186,'_billing_state','NV'),(31802,7186,'_billing_postcode','89032'),(31803,7186,'_billing_country','US'),(31804,7186,'_billing_email','claybaker96@yahoo.con'),(31805,7186,'_billing_phone','5209758624'),(31806,7186,'_shipping_first_name','Clayton'),(31807,7186,'_shipping_last_name','Baker'),(31808,7186,'_shipping_company','Inkmasters'),(31809,7186,'_shipping_address_1','3273 Cheyenne gardens way'),(31810,7186,'_shipping_address_2',''),(31811,7186,'_shipping_city','North Las Vegas'),(31812,7186,'_shipping_state','NV'),(31813,7186,'_shipping_postcode','89032'),(31814,7186,'_shipping_country','US'),(31815,7186,'_order_currency','USD'),(31816,7186,'_cart_discount','0'),(31817,7186,'_cart_discount_tax','0'),(31818,7186,'_order_shipping','0'),(31819,7186,'_order_shipping_tax','0'),(31820,7186,'_order_tax','0'),(31821,7186,'_order_total','565.00'),(31822,7186,'_order_version','3.0.7'),(31823,7186,'_prices_include_tax','no'),(31824,7186,'_billing_address_index','Clayton Baker Inkmasters 3273 Cheyenne gardens way North Las Vegas NV 89032 US claybaker96@yahoo.con 5209758624'),(31825,7186,'_shipping_address_index','Clayton Baker Inkmasters 3273 Cheyenne gardens way North Las Vegas NV 89032 US'),(31826,7186,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(31827,7186,'Payer PayPal address','claybaker96@yahoo.com'),(31828,7186,'Payer first name','clayton'),(31829,7186,'Payer last name','baker'),(31830,7186,'Payment type','instant'),(31831,7186,'_paypal_status','completed'),(31832,7186,'_download_permissions_granted','yes'),(31833,7186,'_recorded_sales','yes'),(31834,7186,'_recorded_coupon_usage_counts','yes'),(31835,7186,'_order_stock_reduced','yes'),(31836,7186,'PayPal Transaction Fee','16.69'),(31837,7187,'_order_key','wc_order_5937763d0c9d8'),(31838,7187,'_customer_user','8'),(31839,7187,'_payment_method','paypal'),(31840,7187,'_payment_method_title','PayPal'),(31841,7187,'_transaction_id','2UG883018R566715U'),(31842,7187,'_customer_ip_address','74.89.103.48'),(31843,7187,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 10_3_2 like mac os x) applewebkit/603.2.4 (khtml, like gecko) mobile/14f89 instagram 10.24.0 (iphone9,4; ios 10_3_2; en_us; en; scale=2.61; gamut=wide; 1080x1920)'),(31844,7187,'_created_via','checkout'),(31845,7187,'_date_completed',''),(31846,7187,'_completed_date',''),(31847,7187,'_date_paid','1496807097'),(31848,7187,'_paid_date','2017-06-07 03:44:57'),(31849,7187,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(31850,7187,'_billing_first_name','Josue'),(31851,7187,'_billing_last_name','Velazquez'),(31852,7187,'_billing_company','Master tattoos ink'),(31853,7187,'_billing_address_1','21 monroe st'),(31854,7187,'_billing_address_2','#4'),(31855,7187,'_billing_city','Garfield'),(31856,7187,'_billing_state','NJ'),(31857,7187,'_billing_postcode','07026'),(31858,7187,'_billing_country','US'),(31859,7187,'_billing_email','mastertattoosink@yahoo.com'),(31860,7187,'_billing_phone','8622625828'),(31861,7187,'_shipping_first_name','Josue'),(31862,7187,'_shipping_last_name','Velazquez'),(31863,7187,'_shipping_company','Vintage tattoo'),(31864,7187,'_shipping_address_1','131 Newark Pompton turnpike,pequannock township'),(31865,7187,'_shipping_address_2','131'),(31866,7187,'_shipping_city','Pequannock'),(31867,7187,'_shipping_state','NJ'),(31868,7187,'_shipping_postcode','07440'),(31869,7187,'_shipping_country','US'),(31870,7187,'_order_currency','USD'),(31871,7187,'_cart_discount','0'),(31872,7187,'_cart_discount_tax','0'),(31873,7187,'_order_shipping','0'),(31874,7187,'_order_shipping_tax','0'),(31875,7187,'_order_tax','0'),(31876,7187,'_order_total','565.00'),(31877,7187,'_order_version','3.0.7'),(31878,7187,'_prices_include_tax','no'),(31879,7187,'_billing_address_index','Josue Velazquez Master tattoos ink 21 monroe st #4 Garfield NJ 07026 US mastertattoosink@yahoo.com 8622625828'),(31880,7187,'_shipping_address_index','Josue Velazquez Vintage tattoo 131 Newark Pompton turnpike,pequannock township 131 Pequannock NJ 07440 US'),(31881,7187,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(31882,7187,'_paypal_status','completed'),(31883,7187,'_download_permissions_granted','yes'),(31884,7187,'_recorded_sales','yes'),(31885,7187,'_recorded_coupon_usage_counts','yes'),(31886,7187,'_order_stock_reduced','yes'),(31887,7187,'PayPal Transaction Fee','16.69'),(31888,7187,'Payer PayPal address','josuevelazquez44@yahoo.com'),(31889,7187,'Payer first name','Josue'),(31890,7187,'Payer last name','velazquez'),(31891,7187,'Payment type','instant'),(31892,7188,'_order_key','wc_order_5937c8b18bfdf'),(31893,7188,'_customer_user','0'),(31894,7188,'_payment_method','paypal'),(31895,7188,'_payment_method_title','PayPal'),(31896,7188,'_transaction_id',''),(31897,7188,'_customer_ip_address','166.137.252.47'),(31898,7188,'_customer_user_agent','mozilla/5.0 (linux; android 5.1.1; samsung-sm-n920a build/lmy47x) applewebkit/537.36 (khtml, like gecko) samsungbrowser/4.0 chrome/44.0.2403.133 mobile safari/537.36'),(31899,7188,'_created_via','checkout'),(31900,7188,'_date_completed',''),(31901,7188,'_completed_date',''),(31902,7188,'_date_paid',''),(31903,7188,'_paid_date',''),(31904,7188,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(31905,7188,'_billing_first_name','James'),(31906,7188,'_billing_last_name','Charlton'),(31907,7188,'_billing_company',''),(31908,7188,'_billing_address_1','68 7th Avenue North'),(31909,7188,'_billing_address_2',''),(31910,7188,'_billing_city','Huntington station'),(31911,7188,'_billing_state','NY'),(31912,7188,'_billing_postcode','11746'),(31913,7188,'_billing_country','US'),(31914,7188,'_billing_email','jcharlton1@sva.edu'),(31915,7188,'_billing_phone','6313278632'),(31916,7188,'_shipping_first_name','Houlger'),(31917,7188,'_shipping_last_name','Cruz'),(31918,7188,'_shipping_company','House of Monkey Tattoo'),(31919,7188,'_shipping_address_1','208 N 6th street'),(31920,7188,'_shipping_address_2','1A'),(31921,7188,'_shipping_city','Brooklyn'),(31922,7188,'_shipping_state','NY'),(31923,7188,'_shipping_postcode','11211'),(31924,7188,'_shipping_country','US'),(31925,7188,'_order_currency','USD'),(31926,7188,'_cart_discount','0'),(31927,7188,'_cart_discount_tax','0'),(31928,7188,'_order_shipping','0'),(31929,7188,'_order_shipping_tax','0'),(31930,7188,'_order_tax','0'),(31931,7188,'_order_total','565.00'),(31932,7188,'_order_version','3.0.8'),(31933,7188,'_prices_include_tax','no'),(31934,7188,'_billing_address_index','James Charlton 68 7th Avenue North Huntington station NY 11746 US jcharlton1@sva.edu 6313278632'),(31935,7188,'_shipping_address_index','Houlger Cruz House of Monkey Tattoo 208 N 6th street 1A Brooklyn NY 11211 US'),(31936,7188,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(31937,7189,'_order_key','wc_order_5939c6fed64ce'),(31938,7189,'_customer_user','0'),(31939,7189,'_payment_method','paypal'),(31940,7189,'_payment_method_title','PayPal'),(31941,7189,'_transaction_id','50H73006B0355193N'),(31942,7189,'_customer_ip_address','174.195.129.229'),(31943,7189,'_customer_user_agent','mozilla/5.0 (linux; android 7.0; sm-n920v build/nrd90m) applewebkit/537.36 (khtml, like gecko) chrome/58.0.3029.83 mobile safari/537.36'),(31944,7189,'_created_via','checkout'),(31945,7189,'_date_completed',''),(31946,7189,'_completed_date',''),(31947,7189,'_date_paid','1496958776'),(31948,7189,'_paid_date','2017-06-08 21:52:56'),(31949,7189,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(31950,7189,'_billing_first_name','Joshua'),(31951,7189,'_billing_last_name','Renfro'),(31952,7189,'_billing_company',''),(31953,7189,'_billing_address_1','115 dutchy Humphreys rd'),(31954,7189,'_billing_address_2',''),(31955,7189,'_billing_city','Limestone'),(31956,7189,'_billing_state','TN'),(31957,7189,'_billing_postcode','37681'),(31958,7189,'_billing_country','US'),(31959,7189,'_billing_email','tat2goblin@yahoo.com'),(31960,7189,'_billing_phone','4232022390'),(31961,7189,'_shipping_first_name','Joshua'),(31962,7189,'_shipping_last_name','Renfro'),(31963,7189,'_shipping_company','Studio 13'),(31964,7189,'_shipping_address_1','504 w Oakland ave'),(31965,7189,'_shipping_address_2',''),(31966,7189,'_shipping_city','Johnson city'),(31967,7189,'_shipping_state','TN'),(31968,7189,'_shipping_postcode','37604'),(31969,7189,'_shipping_country','US'),(31970,7189,'_order_currency','USD'),(31971,7189,'_cart_discount','0'),(31972,7189,'_cart_discount_tax','0'),(31973,7189,'_order_shipping','0'),(31974,7189,'_order_shipping_tax','0'),(31975,7189,'_order_tax','0'),(31976,7189,'_order_total','565.00'),(31977,7189,'_order_version','3.0.7'),(31978,7189,'_prices_include_tax','no'),(31979,7189,'_billing_address_index','Joshua Renfro 115 dutchy Humphreys rd Limestone TN 37681 US tat2goblin@yahoo.com 4232022390'),(31980,7189,'_shipping_address_index','Joshua Renfro Studio 13 504 w Oakland ave Johnson city TN 37604 US'),(31981,7189,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(31982,7189,'Payer PayPal address','tat2goblin@yahoo.com'),(31983,7189,'Payer first name','Joshua'),(31984,7189,'Payer last name','Renfro'),(31985,7189,'Payment type','instant'),(31986,7189,'_paypal_status','completed'),(31987,7189,'_download_permissions_granted','yes'),(31988,7189,'_recorded_sales','yes'),(31989,7189,'_recorded_coupon_usage_counts','yes'),(31990,7189,'_order_stock_reduced','yes'),(31991,7189,'PayPal Transaction Fee','16.69'),(31992,7158,'_cart_hash',''),(31993,7158,'_billing_first_name',''),(31994,7158,'_billing_last_name',''),(31995,7158,'_billing_company',''),(31996,7158,'_billing_address_1',''),(31997,7158,'_billing_address_2',''),(31998,7158,'_billing_city',''),(31999,7158,'_billing_state',''),(32000,7158,'_billing_postcode',''),(32001,7158,'_billing_country',''),(32002,7158,'_billing_email',''),(32003,7158,'_billing_phone',''),(32004,7158,'_shipping_first_name',''),(32005,7158,'_shipping_last_name',''),(32006,7158,'_shipping_company',''),(32007,7158,'_shipping_address_1',''),(32008,7158,'_shipping_address_2',''),(32009,7158,'_shipping_city',''),(32010,7158,'_shipping_state',''),(32011,7158,'_shipping_postcode',''),(32012,7158,'_shipping_country',''),(32013,7158,'_order_currency','USD'),(32014,7158,'_cart_discount',''),(32015,7158,'_cart_discount_tax',''),(32016,7158,'_order_shipping',''),(32017,7158,'_order_shipping_tax',''),(32018,7158,'_order_tax',''),(32019,7158,'_order_total','0.00'),(32020,7158,'_order_version','3.0.8'),(32021,7158,'_prices_include_tax','no'),(32022,7158,'_billing_address_index',' '),(32023,7158,'_shipping_address_index',' '),(32024,7159,'_date_paid',''),(32025,7159,'_paid_date',''),(32026,7159,'_cart_hash',''),(32027,7159,'_billing_first_name',''),(32028,7159,'_billing_last_name',''),(32029,7159,'_billing_company',''),(32030,7159,'_billing_address_1',''),(32031,7159,'_billing_address_2',''),(32032,7159,'_billing_city',''),(32033,7159,'_billing_state',''),(32034,7159,'_billing_postcode',''),(32035,7159,'_billing_country',''),(32036,7159,'_billing_email',''),(32037,7159,'_billing_phone',''),(32038,7159,'_shipping_first_name',''),(32039,7159,'_shipping_last_name',''),(32040,7159,'_shipping_company',''),(32041,7159,'_shipping_address_1',''),(32042,7159,'_shipping_address_2',''),(32043,7159,'_shipping_city',''),(32044,7159,'_shipping_state',''),(32045,7159,'_shipping_postcode',''),(32046,7159,'_shipping_country',''),(32047,7159,'_order_currency','USD'),(32048,7159,'_cart_discount',''),(32049,7159,'_cart_discount_tax',''),(32050,7159,'_order_shipping',''),(32051,7159,'_order_shipping_tax',''),(32052,7159,'_order_tax',''),(32053,7159,'_order_total','0.00'),(32054,7159,'_order_version','3.0.8'),(32055,7159,'_prices_include_tax','no'),(32056,7159,'_billing_address_index',' '),(32057,7159,'_shipping_address_index',' '),(32058,7160,'_cart_hash',''),(32059,7160,'_billing_first_name',''),(32060,7160,'_billing_last_name',''),(32061,7160,'_billing_company',''),(32062,7160,'_billing_address_1',''),(32063,7160,'_billing_address_2',''),(32064,7160,'_billing_city',''),(32065,7160,'_billing_state',''),(32066,7160,'_billing_postcode',''),(32067,7160,'_billing_country',''),(32068,7160,'_billing_email',''),(32069,7160,'_billing_phone',''),(32070,7160,'_shipping_first_name',''),(32071,7160,'_shipping_last_name',''),(32072,7160,'_shipping_company',''),(32073,7160,'_shipping_address_1',''),(32074,7160,'_shipping_address_2',''),(32075,7160,'_shipping_city',''),(32076,7160,'_shipping_state',''),(32077,7160,'_shipping_postcode',''),(32078,7160,'_shipping_country',''),(32079,7160,'_order_currency','USD'),(32080,7160,'_cart_discount',''),(32081,7160,'_cart_discount_tax',''),(32082,7160,'_order_shipping',''),(32083,7160,'_order_shipping_tax',''),(32084,7160,'_order_tax',''),(32085,7160,'_order_total','0.00'),(32086,7160,'_order_version','3.0.8'),(32087,7160,'_prices_include_tax','no'),(32088,7160,'_billing_address_index',' '),(32089,7160,'_shipping_address_index',' '),(32090,7161,'_order_tax',''),(32091,7161,'_order_total','0.00'),(32092,7161,'_order_version','3.0.8'),(32093,7161,'_prices_include_tax','no'),(32094,7161,'_billing_address_index','Justin Forgea Mockingbird Tattoo Co. 6022 S. Tamiami Tr. Sarasota FL 34231 US Stingrayforgea@gmail.com (941)266-0387'),(32095,7161,'_shipping_address_index','Justin Forgea Mockingbird Tattoo Co. 6022 S. Tamiami Tr. Sarasota FL 34231 US'),(32096,7162,'_billing_country',''),(32097,7162,'_billing_email','Stingrayforgea@gmail.com'),(32098,7162,'_billing_phone',''),(32099,7162,'_shipping_first_name',''),(32100,7162,'_shipping_last_name',''),(32101,7162,'_shipping_company',''),(32102,7162,'_shipping_address_1',''),(32103,7162,'_shipping_address_2',''),(32104,7162,'_shipping_city',''),(32105,7162,'_shipping_state',''),(32106,7162,'_shipping_postcode',''),(32107,7162,'_shipping_country',''),(32108,7162,'_order_currency','USD'),(32109,7162,'_cart_discount',''),(32110,7162,'_cart_discount_tax',''),(32111,7162,'_order_shipping',''),(32112,7162,'_order_shipping_tax',''),(32113,7162,'_order_tax',''),(32114,7162,'_order_total','0.00'),(32115,7162,'_order_version','3.0.8'),(32116,7162,'_prices_include_tax','no'),(32117,7162,'_billing_address_index','Justin Forgea Mockingbird Tattoo Co. 6022 S. Tamiami Tr. Sarasota FL 34231 Stingrayforgea@gmail.com '),(32118,7162,'_shipping_address_index',' '),(32119,7163,'_date_paid',''),(32120,7163,'_paid_date',''),(32121,7163,'_cart_hash',''),(32122,7163,'_billing_first_name',''),(32123,7163,'_billing_last_name',''),(32124,7163,'_billing_company',''),(32125,7163,'_billing_address_1',''),(32126,7163,'_billing_address_2',''),(32127,7163,'_billing_city',''),(32128,7163,'_billing_state',''),(32129,7163,'_billing_postcode',''),(32130,7163,'_billing_country',''),(32131,7163,'_billing_email','Stingrayforgea@gmail.com'),(32132,7163,'_billing_phone',''),(32133,7163,'_shipping_first_name',''),(32134,7163,'_shipping_last_name',''),(32135,7163,'_shipping_company',''),(32136,7163,'_shipping_address_1',''),(32137,7163,'_shipping_address_2',''),(32138,7163,'_shipping_city',''),(32139,7163,'_shipping_state',''),(32140,7163,'_shipping_postcode',''),(32141,7163,'_shipping_country',''),(32142,7163,'_order_currency','USD'),(32143,7163,'_cart_discount',''),(32144,7163,'_cart_discount_tax',''),(32145,7163,'_order_shipping',''),(32146,7163,'_order_shipping_tax',''),(32147,7163,'_order_tax',''),(32148,7163,'_order_total','0.00'),(32149,7163,'_order_version','3.0.8'),(32150,7163,'_prices_include_tax','no'),(32151,7163,'_billing_address_index',' Stingrayforgea@gmail.com '),(32152,7163,'_shipping_address_index',' '),(32153,7164,'_billing_company',''),(32154,7164,'_billing_address_1',''),(32155,7164,'_billing_address_2',''),(32156,7164,'_billing_city',''),(32157,7164,'_billing_state',''),(32158,7164,'_billing_postcode',''),(32159,7164,'_billing_country',''),(32160,7164,'_billing_email','Stingrayforgea@gmail.com'),(32161,7164,'_billing_phone',''),(32162,7164,'_shipping_first_name',''),(32163,7164,'_shipping_last_name',''),(32164,7164,'_shipping_company',''),(32165,7164,'_shipping_address_1',''),(32166,7164,'_shipping_address_2',''),(32167,7164,'_shipping_city',''),(32168,7164,'_shipping_state',''),(32169,7164,'_shipping_postcode',''),(32170,7164,'_shipping_country',''),(32171,7164,'_order_currency','USD'),(32172,7164,'_cart_discount',''),(32173,7164,'_cart_discount_tax',''),(32174,7164,'_order_shipping',''),(32175,7164,'_order_shipping_tax',''),(32176,7164,'_order_tax',''),(32177,7164,'_order_total','0.00'),(32178,7164,'_order_version','3.0.8'),(32179,7164,'_prices_include_tax','no'),(32180,7164,'_billing_address_index','Justin Forgea Stingrayforgea@gmail.com '),(32181,7164,'_shipping_address_index',' '),(32183,7191,'fw_options','a:0:{}'),(32184,7192,'_order_key','wc_order_594ab916ce8c9'),(32185,7192,'_customer_user','0'),(32186,7192,'_payment_method','paypal'),(32187,7192,'_payment_method_title','PayPal'),(32188,7192,'_transaction_id','16D57649NL683811S'),(32189,7192,'_customer_ip_address','70.195.211.92'),(32190,7192,'_customer_user_agent','mozilla/5.0 (linux; android 6.0.1; sm-n910v build/mmb29m) applewebkit/537.36 (khtml, like gecko) chrome/58.0.3029.83 mobile safari/537.36'),(32191,7192,'_created_via','checkout'),(32192,7192,'_date_completed',''),(32193,7192,'_completed_date',''),(32194,7192,'_date_paid','1498069485'),(32195,7192,'_paid_date','2017-06-21 18:24:45'),(32196,7192,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(32197,7192,'_billing_first_name','Suda J'),(32198,7192,'_billing_last_name','Large'),(32199,7192,'_billing_company','Salvation Tattoo Lounge'),(32200,7192,'_billing_address_1','1922 Tara'),(32201,7192,'_billing_address_2',''),(32202,7192,'_billing_city','Corpus Christi'),(32203,7192,'_billing_state','TX'),(32204,7192,'_billing_postcode','78412'),(32205,7192,'_billing_country','US'),(32206,7192,'_billing_email','jonelarge49@gmail.com'),(32207,7192,'_billing_phone','3614436337'),(32208,7192,'_shipping_first_name','Jon E'),(32209,7192,'_shipping_last_name','Large'),(32210,7192,'_shipping_company','Salvation Tattoo Lounge'),(32211,7192,'_shipping_address_1','4333 Gertie St'),(32212,7192,'_shipping_address_2',''),(32213,7192,'_shipping_city','Corpus Christi'),(32214,7192,'_shipping_state','TX'),(32215,7192,'_shipping_postcode','78412'),(32216,7192,'_shipping_country','US'),(32217,7192,'_order_currency','USD'),(32218,7192,'_cart_discount','0'),(32219,7192,'_cart_discount_tax','0'),(32220,7192,'_order_shipping','0'),(32221,7192,'_order_shipping_tax','0'),(32222,7192,'_order_tax','0'),(32223,7192,'_order_total','565.00'),(32224,7192,'_order_version','3.0.8'),(32225,7192,'_prices_include_tax','no'),(32226,7192,'_billing_address_index','Suda J Large Salvation Tattoo Lounge 1922 Tara Corpus Christi TX 78412 US jonelarge49@gmail.com 3614436337'),(32227,7192,'_shipping_address_index','Jon E Large Salvation Tattoo Lounge 4333 Gertie St Corpus Christi TX 78412 US'),(32228,7192,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(32229,7192,'Payer PayPal address','jonelarge49@gmail.com'),(32230,7192,'Payer first name','Suda J'),(32231,7192,'Payer last name','Large'),(32232,7192,'Payment type','instant'),(32233,7192,'_paypal_status','completed'),(32234,7192,'_download_permissions_granted','yes'),(32235,7192,'_recorded_sales','yes'),(32236,7192,'_recorded_coupon_usage_counts','yes'),(32237,7192,'_order_stock_reduced','yes'),(32238,7192,'PayPal Transaction Fee','16.69'),(32239,5501,'_edit_lock','1498089966:3'),(32240,7193,'_wp_attached_file','2016/03/CoralReefAdjustedNoSigForPrinting-e1498142880687.jpg'),(32241,7193,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:288;s:6:\"height\";i:423;s:4:\"file\";s:60:\"2016/03/CoralReefAdjustedNoSigForPrinting-e1498142880687.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"CoralReefAdjustedNoSigForPrinting-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"CoralReefAdjustedNoSigForPrinting-204x300.jpg\";s:5:\"width\";i:204;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"CoralReefAdjustedNoSigForPrinting-123x180.jpg\";s:5:\"width\";i:123;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:43:\"CoralReefAdjustedNoSigForPrinting-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:45:\"CoralReefAdjustedNoSigForPrinting-288x400.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"CoralReefAdjustedNoSigForPrinting-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Model Super8k\";s:7:\"caption\";s:100:\"CoralReef, 10/4/06, 11:30 AM, 8C, 4742x6806 (1794+3465), 100%, Custom, 1/30 s, R73.9, G44.9, B65.6\";s:17:\"created_timestamp\";s:10:\"1159961449\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"240\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(32242,7194,'fw_options','a:0:{}'),(32243,7195,'fw_options','a:0:{}'),(32244,7196,'fw_options','a:0:{}'),(32245,7197,'fw_options','a:0:{}'),(32246,7198,'fw_options','a:0:{}'),(32247,7199,'fw_options','a:0:{}'),(32248,7200,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(32249,7200,'_wc_review_count','0'),(32250,7200,'_wc_rating_count','a:0:{}'),(32251,7200,'_wc_average_rating','0'),(32252,7200,'_edit_lock','1590026561:3'),(32253,7200,'_edit_last','3'),(32259,7200,'_thumbnail_id','7204'),(32260,7200,'_sku',''),(32261,7200,'_regular_price','500.00'),(32262,7200,'_sale_price',''),(32263,7200,'_sale_price_dates_from',''),(32264,7200,'_sale_price_dates_to',''),(32265,7200,'total_sales','2'),(32266,7200,'_tax_status','none'),(32267,7200,'_tax_class','zero-rate'),(32268,7200,'_manage_stock','no'),(32269,7200,'_backorders','no'),(32270,7200,'_sold_individually','no'),(32271,7200,'_weight',''),(32272,7200,'_length',''),(32273,7200,'_width',''),(32274,7200,'_height',''),(32275,7200,'_upsell_ids','a:0:{}'),(32276,7200,'_crosssell_ids','a:0:{}'),(32277,7200,'_purchase_note',''),(32278,7200,'_default_attributes','a:0:{}'),(32279,7200,'_virtual','no'),(32280,7200,'_downloadable','no'),(32281,7200,'_product_image_gallery',''),(32282,7200,'_download_limit','-1'),(32283,7200,'_download_expiry','-1'),(32284,7200,'_stock',NULL),(32285,7200,'_stock_status','instock'),(32286,7200,'_product_version','3.0.8'),(32287,7200,'_price','500.00'),(32288,7200,'slide_template','default'),(32289,5765,'_edit_lock','1590244223:3'),(32290,7193,'_wp_attachment_backup_sizes','a:4:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:288;s:6:\"height\";i:423;s:4:\"file\";s:37:\"CoralReefAdjustedNoSigForPrinting.jpg\";}s:18:\"full-1498142446214\";a:3:{s:5:\"width\";i:288;s:6:\"height\";i:423;s:4:\"file\";s:52:\"CoralReefAdjustedNoSigForPrinting-e1498142387962.jpg\";}s:18:\"full-1498142478726\";a:3:{s:5:\"width\";i:288;s:6:\"height\";i:423;s:4:\"file\";s:52:\"CoralReefAdjustedNoSigForPrinting-e1498142446214.jpg\";}s:18:\"full-1498142880687\";a:3:{s:5:\"width\";i:288;s:6:\"height\";i:423;s:4:\"file\";s:52:\"CoralReefAdjustedNoSigForPrinting-e1498142478726.jpg\";}}'),(32291,7203,'_wp_attached_file','2017/06/Aquatica_Large.jpg'),(32292,7203,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1700;s:6:\"height\";i:2498;s:4:\"file\";s:26:\"2017/06/Aquatica_Large.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Aquatica_Large-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Aquatica_Large-204x300.jpg\";s:5:\"width\";i:204;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Aquatica_Large-768x1129.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Aquatica_Large-697x1024.jpg\";s:5:\"width\";i:697;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"Aquatica_Large-122x180.jpg\";s:5:\"width\";i:122;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"Aquatica_Large-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"Aquatica_Large-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:27:\"Aquatica_Large-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:24:\"Aquatica_Large-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:26:\"Aquatica_Large-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:24:\"Aquatica_Large-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Model Super8k\";s:7:\"caption\";s:100:\"CoralReef, 10/4/06, 11:30 AM, 8C, 4742x6806 (1794+3465), 100%, Custom, 1/30 s, R73.9, G44.9, B65.6\";s:17:\"created_timestamp\";s:10:\"1159961449\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"240\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(32293,7204,'_wp_attached_file','2017/06/Aquatica_medium.jpg'),(32294,7204,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:648;s:6:\"height\";i:952;s:4:\"file\";s:27:\"2017/06/Aquatica_medium.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Aquatica_medium-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Aquatica_medium-204x300.jpg\";s:5:\"width\";i:204;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:27:\"Aquatica_medium-648x767.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:25:\"Aquatica_medium-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:27:\"Aquatica_medium-648x400.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:25:\"Aquatica_medium-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"Aquatica_medium-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Model Super8k\";s:7:\"caption\";s:100:\"CoralReef, 10/4/06, 11:30 AM, 8C, 4742x6806 (1794+3465), 100%, Custom, 1/30 s, R73.9, G44.9, B65.6\";s:17:\"created_timestamp\";s:10:\"1159961449\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"240\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(32295,7205,'_order_key','wc_order_594bee253c5a9'),(32296,7205,'_customer_user','3'),(32297,7205,'_payment_method','paypal'),(32298,7205,'_payment_method_title','PayPal'),(32299,7205,'_transaction_id',''),(32300,7205,'_customer_ip_address','67.191.139.14'),(32301,7205,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_12_6) applewebkit/603.3.4 (khtml, like gecko) version/10.1.2 safari/603.3.4'),(32302,7205,'_created_via','checkout'),(32303,7205,'_date_completed',''),(32304,7205,'_completed_date',''),(32305,7205,'_date_paid',''),(32306,7205,'_paid_date',''),(32307,7205,'_cart_hash','d8563b133313d2d03c192e989097dec6'),(32308,7205,'_billing_first_name','Rob'),(32309,7205,'_billing_last_name','Thomas'),(32310,7205,'_billing_company',''),(32311,7205,'_billing_address_1','66 Stevenson Pt'),(32312,7205,'_billing_address_2',''),(32313,7205,'_billing_city','Dallas'),(32314,7205,'_billing_state','GA'),(32315,7205,'_billing_postcode','30132'),(32316,7205,'_billing_country','US'),(32317,7205,'_billing_email','robfthomas@me.com'),(32318,7205,'_billing_phone','770-9778287'),(32319,7205,'_shipping_first_name','Rob'),(32320,7205,'_shipping_last_name','Thomas'),(32321,7205,'_shipping_company',''),(32322,7205,'_shipping_address_1','66 Stevenson Pt'),(32323,7205,'_shipping_address_2',''),(32324,7205,'_shipping_city','Dallas'),(32325,7205,'_shipping_state','GA'),(32326,7205,'_shipping_postcode','30132'),(32327,7205,'_shipping_country','US'),(32328,7205,'_order_currency','USD'),(32329,7205,'_cart_discount','0'),(32330,7205,'_cart_discount_tax','0'),(32331,7205,'_order_shipping','50'),(32332,7205,'_order_shipping_tax','3.5'),(32333,7205,'_order_tax','35'),(32334,7205,'_order_total','588.50'),(32335,7205,'_order_version','3.0.8'),(32336,7205,'_prices_include_tax','no'),(32337,7205,'_billing_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US robfthomas@me.com 770-9778287'),(32338,7205,'_shipping_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US'),(32339,7205,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(32341,7207,'fw_options','a:0:{}'),(32342,7208,'_wp_attached_file','2016/03/FullSizeRender-3.jpg'),(32343,7208,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2529;s:6:\"height\";i:3370;s:4:\"file\";s:28:\"2016/03/FullSizeRender-3.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"FullSizeRender-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"FullSizeRender-3-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"FullSizeRender-3-768x1023.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1023;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"FullSizeRender-3-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"FullSizeRender-3-750x1000.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"FullSizeRender-3-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"FullSizeRender-3-750x1000.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:29:\"FullSizeRender-3-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:26:\"FullSizeRender-3-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:28:\"FullSizeRender-3-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:26:\"FullSizeRender-3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 7 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1497980181\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(32344,7209,'fw_options','a:0:{}'),(32345,7210,'fw_options','a:0:{}'),(32346,7211,'fw_options','a:0:{}'),(32347,7212,'_wp_attached_file','2016/03/FullSizeRender-3-1.jpg'),(32348,7212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:288;s:6:\"height\";i:384;s:4:\"file\";s:30:\"2016/03/FullSizeRender-3-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"FullSizeRender-3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"FullSizeRender-3-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:28:\"FullSizeRender-3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:28:\"FullSizeRender-3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 7 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1497980181\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(32349,7213,'_wp_attached_file','2016/03/FullSizeRender-3-2.jpg'),(32350,7213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:288;s:6:\"height\";i:384;s:4:\"file\";s:30:\"2016/03/FullSizeRender-3-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"FullSizeRender-3-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"FullSizeRender-3-2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:28:\"FullSizeRender-3-2-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:28:\"FullSizeRender-3-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 7 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1497980181\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(32351,7208,'_edit_lock','1498151680:3'),(32352,7208,'_edit_last','3'),(32353,7214,'fw_options','a:0:{}'),(32354,7215,'fw_options','a:0:{}'),(32355,7216,'_order_key','wc_order_594c3bc6d9749'),(32356,7216,'_customer_user','0'),(32357,7216,'_payment_method','paypal'),(32358,7216,'_payment_method_title','PayPal'),(32359,7216,'_transaction_id','0RX03923N8853251L'),(32360,7216,'_customer_ip_address','108.26.76.244'),(32361,7216,'_customer_user_agent','mozilla/5.0 (windows nt 6.1; wow64; trident/7.0; rv:11.0) like gecko'),(32362,7216,'_created_via','checkout'),(32363,7216,'_date_completed',''),(32364,7216,'_completed_date',''),(32365,7216,'_date_paid','1498168421'),(32366,7216,'_paid_date','2017-06-22 21:53:41'),(32367,7216,'_cart_hash','7cedb51a1a0a5ecba2edaf63d49d0288'),(32368,7216,'_billing_first_name','Pinar'),(32369,7216,'_billing_last_name','Stephenson'),(32370,7216,'_billing_company',''),(32371,7216,'_billing_address_1','361 Peace Haven Drive'),(32372,7216,'_billing_address_2',''),(32373,7216,'_billing_city','Norfolk'),(32374,7216,'_billing_state','VA'),(32375,7216,'_billing_postcode','23502'),(32376,7216,'_billing_country','US'),(32377,7216,'_billing_email','pmutlu@hotmail.com'),(32378,7216,'_billing_phone','7574500988'),(32379,7216,'_shipping_first_name','Pinar'),(32380,7216,'_shipping_last_name','Stephenson'),(32381,7216,'_shipping_company',''),(32382,7216,'_shipping_address_1','361 Peace Haven Drive'),(32383,7216,'_shipping_address_2',''),(32384,7216,'_shipping_city','Norfolk'),(32385,7216,'_shipping_state','VA'),(32386,7216,'_shipping_postcode','23502'),(32387,7216,'_shipping_country','US'),(32388,7216,'_order_currency','USD'),(32389,7216,'_cart_discount','0'),(32390,7216,'_cart_discount_tax','0'),(32391,7216,'_order_shipping','50'),(32392,7216,'_order_shipping_tax','0'),(32393,7216,'_order_tax','0'),(32394,7216,'_order_total','550.00'),(32395,7216,'_order_version','3.0.8'),(32396,7216,'_prices_include_tax','no'),(32397,7216,'_billing_address_index','Pinar Stephenson 361 Peace Haven Drive Norfolk VA 23502 US pmutlu@hotmail.com 7574500988'),(32398,7216,'_shipping_address_index','Pinar Stephenson 361 Peace Haven Drive Norfolk VA 23502 US'),(32399,7216,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(32400,7216,'Payer PayPal address','pmutlu@verizon.net'),(32401,7216,'Payer first name','Pinar'),(32402,7216,'Payer last name','MutluStephenson'),(32403,7216,'Payment type','instant'),(32404,7216,'_paypal_status','completed'),(32405,7216,'_download_permissions_granted','yes'),(32406,7216,'_recorded_sales','yes'),(32407,7216,'_recorded_coupon_usage_counts','yes'),(32408,7216,'_order_stock_reduced','yes'),(32409,7216,'PayPal Transaction Fee','16.25'),(32410,7217,'_wp_attached_file','2016/03/Sponsored-Artist-Logo-PNG.png'),(32411,7217,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:295;s:6:\"height\";i:295;s:4:\"file\";s:37:\"2016/03/Sponsored-Artist-Logo-PNG.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Sponsored-Artist-Logo-PNG-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:35:\"Sponsored-Artist-Logo-PNG-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"Sponsored-Artist-Logo-PNG-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(32412,7218,'fw_options','a:0:{}'),(32413,7219,'fw_options','a:0:{}'),(32414,7220,'fw_options','a:0:{}'),(32415,7221,'fw_options','a:0:{}'),(32416,7222,'fw_options','a:0:{}'),(32417,7223,'fw_options','a:0:{}'),(32418,7224,'_wp_attached_file','2016/03/helios.png'),(32419,7224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:269;s:6:\"height\";i:144;s:4:\"file\";s:18:\"2016/03/helios.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"helios-150x144.png\";s:5:\"width\";i:150;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:16:\"helios-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:16:\"helios-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(32420,7225,'fw_options','a:0:{}'),(32421,7226,'_order_key','wc_order_59515ecebe80a'),(32422,7226,'_customer_user','0'),(32423,7226,'_payment_method','paypal'),(32424,7226,'_payment_method_title','PayPal'),(32425,7226,'_transaction_id','4LL22832U3267742E'),(32426,7226,'_customer_ip_address','70.198.40.16'),(32427,7226,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 10_3_2 like mac os x) applewebkit/603.2.4 (khtml, like gecko) version/10.0 mobile/14f89 safari/602.1'),(32428,7226,'_created_via','checkout'),(32429,7226,'_date_completed',''),(32430,7226,'_completed_date',''),(32431,7226,'_date_paid','1498505006'),(32432,7226,'_paid_date','2017-06-26 19:23:26'),(32433,7226,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(32434,7226,'_billing_first_name','Gerald'),(32435,7226,'_billing_last_name','Jeffries'),(32436,7226,'_billing_company','Addictions in ink'),(32437,7226,'_billing_address_1','1334 bridgewater ct'),(32438,7226,'_billing_address_2',''),(32439,7226,'_billing_city','Wichita'),(32440,7226,'_billing_state','KS'),(32441,7226,'_billing_postcode','67209'),(32442,7226,'_billing_country','US'),(32443,7226,'_billing_email','gayvorkian@fmail.com'),(32444,7226,'_billing_phone','3167374837'),(32445,7226,'_shipping_first_name','Gerald'),(32446,7226,'_shipping_last_name','Jeffries'),(32447,7226,'_shipping_company','Addictions in ink'),(32448,7226,'_shipping_address_1','1334 bridgewater ct'),(32449,7226,'_shipping_address_2',''),(32450,7226,'_shipping_city','Wichita'),(32451,7226,'_shipping_state','KS'),(32452,7226,'_shipping_postcode','67209'),(32453,7226,'_shipping_country','US'),(32454,7226,'_order_currency','USD'),(32455,7226,'_cart_discount','0'),(32456,7226,'_cart_discount_tax','0'),(32457,7226,'_order_shipping','0'),(32458,7226,'_order_shipping_tax','0'),(32459,7226,'_order_tax','0'),(32460,7226,'_order_total','565.00'),(32461,7226,'_order_version','3.0.8'),(32462,7226,'_prices_include_tax','no'),(32463,7226,'_billing_address_index','Gerald Jeffries Addictions in ink 1334 bridgewater ct Wichita KS 67209 US gayvorkian@fmail.com 3167374837'),(32464,7226,'_shipping_address_index','Gerald Jeffries Addictions in ink 1334 bridgewater ct Wichita KS 67209 US'),(32465,7226,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(32466,7226,'Payer PayPal address','gayvorkian@gmail.com'),(32467,7226,'Payer first name','gerald'),(32468,7226,'Payer last name','jeffries'),(32469,7226,'Payment type','instant'),(32470,7226,'_paypal_status','completed'),(32471,7226,'_download_permissions_granted','yes'),(32472,7226,'_recorded_sales','yes'),(32473,7226,'_recorded_coupon_usage_counts','yes'),(32474,7226,'_order_stock_reduced','yes'),(32475,7226,'PayPal Transaction Fee','16.69'),(32476,7227,'_order_key','wc_order_5962164b5b41f'),(32477,7227,'_customer_user','0'),(32478,7227,'_payment_method','paypal'),(32479,7227,'_payment_method_title','PayPal'),(32480,7227,'_transaction_id','4U7369548P623492C'),(32481,7227,'_customer_ip_address','70.199.1.89'),(32482,7227,'_customer_user_agent','mozilla/5.0 (linux; android 7.0; xt1585 build/ncks25.118-10-6) applewebkit/537.36 (khtml, like gecko) chrome/58.0.3029.83 mobile safari/537.36'),(32483,7227,'_created_via','checkout'),(32484,7227,'_date_completed',''),(32485,7227,'_completed_date',''),(32486,7227,'_date_paid','1499600535'),(32487,7227,'_paid_date','2017-07-09 11:42:15'),(32488,7227,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(32489,7227,'_billing_first_name','Frank'),(32490,7227,'_billing_last_name','Sandoval'),(32491,7227,'_billing_company','Total commitment tattooing'),(32492,7227,'_billing_address_1','1513 scalp Ave'),(32493,7227,'_billing_address_2','Ste 120'),(32494,7227,'_billing_city','Johnstown'),(32495,7227,'_billing_state','PA'),(32496,7227,'_billing_postcode','15904'),(32497,7227,'_billing_country','US'),(32498,7227,'_billing_email','tctattooing@gmail.com'),(32499,7227,'_billing_phone','8146912592'),(32500,7227,'_shipping_first_name','Frank'),(32501,7227,'_shipping_last_name','Sandoval'),(32502,7227,'_shipping_company','Total commitment tattooing'),(32503,7227,'_shipping_address_1','1513 scalp Ave'),(32504,7227,'_shipping_address_2','Ste 120'),(32505,7227,'_shipping_city','Johnstown'),(32506,7227,'_shipping_state','PA'),(32507,7227,'_shipping_postcode','15904'),(32508,7227,'_shipping_country','US'),(32509,7227,'_order_currency','USD'),(32510,7227,'_cart_discount','0'),(32511,7227,'_cart_discount_tax','0'),(32512,7227,'_order_shipping','0'),(32513,7227,'_order_shipping_tax','0'),(32514,7227,'_order_tax','0'),(32515,7227,'_order_total','565.00'),(32516,7227,'_order_version','3.0.8'),(32517,7227,'_prices_include_tax','no'),(32518,7227,'_billing_address_index','Frank Sandoval Total commitment tattooing 1513 scalp Ave Ste 120 Johnstown PA 15904 US tctattooing@gmail.com 8146912592'),(32519,7227,'_shipping_address_index','Frank Sandoval Total commitment tattooing 1513 scalp Ave Ste 120 Johnstown PA 15904 US'),(32520,7227,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(32521,7227,'Payer PayPal address','tctattooing@gmail.com'),(32522,7227,'Payer first name','Frank C'),(32523,7227,'Payer last name','Sandoval Jr'),(32524,7227,'Payment type','instant'),(32525,7227,'_paypal_status','completed'),(32526,7227,'_download_permissions_granted','yes'),(32527,7227,'_recorded_sales','yes'),(32528,7227,'_recorded_coupon_usage_counts','yes'),(32529,7227,'_order_stock_reduced','yes'),(32530,7227,'PayPal Transaction Fee','16.69'),(32531,7228,'_order_key','wc_order_5963a63a4d863'),(32532,7228,'_customer_user','0'),(32533,7228,'_payment_method','paypal'),(32534,7228,'_payment_method_title','PayPal'),(32535,7228,'_transaction_id','5D3849506M1892817'),(32536,7228,'_customer_ip_address','107.72.162.101'),(32537,7228,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 10_2_1 like mac os x) applewebkit/602.4.6 (khtml, like gecko) mobile/14d27 instagram 10.28.0 (iphone9,4; ios 10_2_1; en_us; en-us; scale=2.61; gamut=wide; 1080x1920)'),(32538,7228,'_created_via','checkout'),(32539,7228,'_date_completed',''),(32540,7228,'_completed_date',''),(32541,7228,'_date_paid','1499702894'),(32542,7228,'_paid_date','2017-07-10 16:08:14'),(32543,7228,'_cart_hash','c159e6e757ca06152735d21b20c424ff'),(32544,7228,'_billing_first_name','Ryan'),(32545,7228,'_billing_last_name','Stanford'),(32546,7228,'_billing_company',''),(32547,7228,'_billing_address_1','3114 old Edwards road'),(32548,7228,'_billing_address_2',''),(32549,7228,'_billing_city','Fort pierce'),(32550,7228,'_billing_state','FL'),(32551,7228,'_billing_postcode','34981'),(32552,7228,'_billing_country','US'),(32553,7228,'_billing_email','poisonspyderjk@yahoo.com'),(32554,7228,'_billing_phone','7722161414'),(32555,7228,'_shipping_first_name','Ryan'),(32556,7228,'_shipping_last_name','Stanford'),(32557,7228,'_shipping_company',''),(32558,7228,'_shipping_address_1','3114 old Edwards road'),(32559,7228,'_shipping_address_2',''),(32560,7228,'_shipping_city','Fort pierce'),(32561,7228,'_shipping_state','FL'),(32562,7228,'_shipping_postcode','34981'),(32563,7228,'_shipping_country','US'),(32564,7228,'_order_currency','USD'),(32565,7228,'_cart_discount','0'),(32566,7228,'_cart_discount_tax','0'),(32567,7228,'_order_shipping','5.95'),(32568,7228,'_order_shipping_tax','0'),(32569,7228,'_order_tax','0'),(32570,7228,'_order_total','30.95'),(32571,7228,'_order_version','3.0.8'),(32572,7228,'_prices_include_tax','no'),(32573,7228,'_billing_address_index','Ryan Stanford 3114 old Edwards road Fort pierce FL 34981 US poisonspyderjk@yahoo.com 7722161414'),(32574,7228,'_shipping_address_index','Ryan Stanford 3114 old Edwards road Fort pierce FL 34981 US'),(32575,7228,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(32576,7228,'Payer PayPal address','steeda_stang07@yahoo.com'),(32577,7228,'Payer first name','Ryan TorchRed GT'),(32578,7228,'Payer last name','Stanford'),(32579,7228,'Payment type','instant'),(32580,7228,'_paypal_status','completed'),(32581,7228,'_download_permissions_granted','yes'),(32582,7228,'_recorded_sales','yes'),(32583,7228,'_recorded_coupon_usage_counts','yes'),(32584,7228,'_order_stock_reduced','yes'),(32585,7228,'PayPal Transaction Fee','1.20'),(32586,7229,'_order_key','wc_order_5963ceeb2f430'),(32587,7229,'_customer_user','0'),(32588,7229,'_payment_method','paypal'),(32589,7229,'_payment_method_title','PayPal'),(32590,7229,'_transaction_id','1PG76819JG497273U'),(32591,7229,'_customer_ip_address','98.150.255.163'),(32592,7229,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 10_3_2 like mac os x) applewebkit/603.2.4 (khtml, like gecko) mobile/14f89 [fban/fbios;fbav/100.0.0.43.70;fbbv/64200226;fbdv/iphone9,3;fbmd/iphone;fbsn/ios;fbsv/10.3.2;fbss/2;fbcr/at&t;fbid/phone;fblc/en_us;fbop/5;fbrv/0]'),(32593,7229,'_created_via','checkout'),(32594,7229,'_date_completed',''),(32595,7229,'_completed_date',''),(32596,7229,'_date_paid','1499713300'),(32597,7229,'_paid_date','2017-07-10 19:01:40'),(32598,7229,'_cart_hash','c8450473a828cbb30b5f42a431f517a5'),(32599,7229,'_billing_first_name','James'),(32600,7229,'_billing_last_name','Grant'),(32601,7229,'_billing_company',''),(32602,7229,'_billing_address_1','7660 Fay Avenue'),(32603,7229,'_billing_address_2','Suite H-505'),(32604,7229,'_billing_city','La Jolla'),(32605,7229,'_billing_state','CA'),(32606,7229,'_billing_postcode','92037'),(32607,7229,'_billing_country','US'),(32608,7229,'_billing_email','jamesg@dcplv.com'),(32609,7229,'_billing_phone','8583490468'),(32610,7229,'_shipping_first_name','James'),(32611,7229,'_shipping_last_name','Grant'),(32612,7229,'_shipping_company',''),(32613,7229,'_shipping_address_1','7660 Fay Avenue'),(32614,7229,'_shipping_address_2','Suite H-505'),(32615,7229,'_shipping_city','La Jolla'),(32616,7229,'_shipping_state','CA'),(32617,7229,'_shipping_postcode','92037'),(32618,7229,'_shipping_country','US'),(32619,7229,'_order_currency','USD'),(32620,7229,'_cart_discount','0'),(32621,7229,'_cart_discount_tax','0'),(32622,7229,'_order_shipping','11.9'),(32623,7229,'_order_shipping_tax','0'),(32624,7229,'_order_tax','0'),(32625,7229,'_order_total','61.90'),(32626,7229,'_order_version','3.0.8'),(32627,7229,'_prices_include_tax','no'),(32628,7229,'_billing_address_index','James Grant 7660 Fay Avenue Suite H-505 La Jolla CA 92037 US jamesg@dcplv.com 8583490468'),(32629,7229,'_shipping_address_index','James Grant 7660 Fay Avenue Suite H-505 La Jolla CA 92037 US'),(32630,7229,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(32631,7229,'_paypal_status','completed'),(32632,7229,'_download_permissions_granted','yes'),(32633,7229,'_recorded_sales','yes'),(32634,7229,'_recorded_coupon_usage_counts','yes'),(32635,7229,'_order_stock_reduced','yes'),(32636,7229,'PayPal Transaction Fee','2.10'),(32637,7229,'Payer PayPal address','jamesg@dcplv.com'),(32638,7229,'Payer first name','James'),(32639,7229,'Payer last name','Grant'),(32640,7229,'Payment type','instant'),(32641,7230,'_order_key','wc_order_59672bfb39e0b'),(32642,7230,'_customer_user','0'),(32643,7230,'_payment_method','paypal'),(32644,7230,'_payment_method_title','PayPal'),(32645,7230,'_transaction_id','74N03439H5316711L'),(32646,7230,'_customer_ip_address','66.87.76.162'),(32647,7230,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 10_3_2 like mac os x) applewebkit/603.2.4 (khtml, like gecko) mobile/14f89 instagram 10.26.0 (iphone9,2; ios 10_3_2; en_us; en-us; scale=2.61; gamut=wide; 1080x1920)'),(32648,7230,'_created_via','checkout'),(32649,7230,'_date_completed',''),(32650,7230,'_completed_date',''),(32651,7230,'_date_paid','1499933783'),(32652,7230,'_paid_date','2017-07-13 08:16:23'),(32653,7230,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(32654,7230,'_billing_first_name','Elmer'),(32655,7230,'_billing_last_name','Hernandez'),(32656,7230,'_billing_company','Double minded ink'),(32657,7230,'_billing_address_1','3959 w Irving park'),(32658,7230,'_billing_address_2',''),(32659,7230,'_billing_city','Chicago'),(32660,7230,'_billing_state','IL'),(32661,7230,'_billing_postcode','60618'),(32662,7230,'_billing_country','US'),(32663,7230,'_billing_email','tattooartbytony@gmail.com'),(32664,7230,'_billing_phone','7737268200'),(32665,7230,'_shipping_first_name','Elmer'),(32666,7230,'_shipping_last_name','Hernandez'),(32667,7230,'_shipping_company','Double minded ink'),(32668,7230,'_shipping_address_1','3959 w Irving park'),(32669,7230,'_shipping_address_2',''),(32670,7230,'_shipping_city','Chicago'),(32671,7230,'_shipping_state','IL'),(32672,7230,'_shipping_postcode','60618'),(32673,7230,'_shipping_country','US'),(32674,7230,'_order_currency','USD'),(32675,7230,'_cart_discount','0'),(32676,7230,'_cart_discount_tax','0'),(32677,7230,'_order_shipping','0'),(32678,7230,'_order_shipping_tax','0'),(32679,7230,'_order_tax','0'),(32680,7230,'_order_total','565.00'),(32681,7230,'_order_version','3.0.8'),(32682,7230,'_prices_include_tax','no'),(32683,7230,'_billing_address_index','Elmer Hernandez Double minded ink 3959 w Irving park Chicago IL 60618 US tattooartbytony@gmail.com 7737268200'),(32684,7230,'_shipping_address_index','Elmer Hernandez Double minded ink 3959 w Irving park Chicago IL 60618 US'),(32685,7230,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(32686,7230,'_paypal_status','completed'),(32687,7230,'_download_permissions_granted','yes'),(32688,7230,'_recorded_sales','yes'),(32689,7230,'_recorded_coupon_usage_counts','yes'),(32690,7230,'_order_stock_reduced','yes'),(32691,7230,'PayPal Transaction Fee','16.69'),(32692,7230,'Payer PayPal address','tightartist4u@yahoo.com'),(32693,7230,'Payer first name','elmer'),(32694,7230,'Payer last name','hernandez'),(32695,7230,'Payment type','instant'),(32696,7231,'_order_key','wc_order_59679c643d2c0'),(32697,7231,'_customer_user','0'),(32698,7231,'_payment_method','paypal'),(32699,7231,'_payment_method_title','PayPal'),(32700,7231,'_transaction_id',''),(32701,7231,'_customer_ip_address','107.77.245.3'),(32702,7231,'_customer_user_agent','mozilla/5.0 (linux; android 5.0; samsung-sm-n900a build/lrx21v) applewebkit/537.36 (khtml, like gecko) chrome/57.0.2987.132 mobile safari/537.36'),(32703,7231,'_created_via','checkout'),(32704,7231,'_date_completed',''),(32705,7231,'_completed_date',''),(32706,7231,'_date_paid',''),(32707,7231,'_paid_date',''),(32708,7231,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(32709,7231,'_billing_first_name','Wes'),(32710,7231,'_billing_last_name','Little'),(32711,7231,'_billing_company',''),(32712,7231,'_billing_address_1','9610 N. Sanderson Ln'),(32713,7231,'_billing_address_2',''),(32714,7231,'_billing_city','Texarkana'),(32715,7231,'_billing_state','AR'),(32716,7231,'_billing_postcode','71854'),(32717,7231,'_billing_country','US'),(32718,7231,'_billing_email','weslittle80@gmail.com'),(32719,7231,'_billing_phone','9032808976'),(32720,7231,'_shipping_first_name','Wes'),(32721,7231,'_shipping_last_name','Little'),(32722,7231,'_shipping_company',''),(32723,7231,'_shipping_address_1','9610 N. Sanderson Ln'),(32724,7231,'_shipping_address_2',''),(32725,7231,'_shipping_city','Texarkana'),(32726,7231,'_shipping_state','AR'),(32727,7231,'_shipping_postcode','71854'),(32728,7231,'_shipping_country','US'),(32729,7231,'_order_currency','USD'),(32730,7231,'_cart_discount','0'),(32731,7231,'_cart_discount_tax','0'),(32732,7231,'_order_shipping','0'),(32733,7231,'_order_shipping_tax','0'),(32734,7231,'_order_tax','0'),(32735,7231,'_order_total','565.00'),(32736,7231,'_order_version','3.0.8'),(32737,7231,'_prices_include_tax','no'),(32738,7231,'_billing_address_index','Wes Little 9610 N. Sanderson Ln Texarkana AR 71854 US weslittle80@gmail.com 9032808976'),(32739,7231,'_shipping_address_index','Wes Little 9610 N. Sanderson Ln Texarkana AR 71854 US'),(32740,7231,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(32741,7232,'_order_key','wc_order_5967fbc844227'),(32742,7232,'_customer_user','0'),(32743,7232,'_payment_method','paypal'),(32744,7232,'_payment_method_title','PayPal'),(32745,7232,'_transaction_id','4M509707RP8950210'),(32746,7232,'_customer_ip_address','108.198.205.131'),(32747,7232,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 10_3_2 like mac os x) applewebkit/603.2.4 (khtml, like gecko) mobile/14f89 instagram 10.19.0 (iphone9,2; ios 10_3_2; en_us; en-us; scale=2.88; gamut=wide; 1080x1920)'),(32748,7232,'_created_via','checkout'),(32749,7232,'_date_completed',''),(32750,7232,'_completed_date',''),(32751,7232,'_date_paid','1499986952'),(32752,7232,'_paid_date','2017-07-13 23:02:32'),(32753,7232,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(32754,7232,'_billing_first_name','Matt'),(32755,7232,'_billing_last_name','Stebly'),(32756,7232,'_billing_company',''),(32757,7232,'_billing_address_1','1101 government street'),(32758,7232,'_billing_address_2',''),(32759,7232,'_billing_city','Ocean springs'),(32760,7232,'_billing_state','MS'),(32761,7232,'_billing_postcode','39564'),(32762,7232,'_billing_country','US'),(32763,7232,'_billing_email','mattsteblyart@yahoo.com'),(32764,7232,'_billing_phone','2282151611'),(32765,7232,'_shipping_first_name','Matt'),(32766,7232,'_shipping_last_name','Stebly'),(32767,7232,'_shipping_company',''),(32768,7232,'_shipping_address_1','1101 government street'),(32769,7232,'_shipping_address_2',''),(32770,7232,'_shipping_city','Ocean springs'),(32771,7232,'_shipping_state','MS'),(32772,7232,'_shipping_postcode','39564'),(32773,7232,'_shipping_country','US'),(32774,7232,'_order_currency','USD'),(32775,7232,'_cart_discount','0'),(32776,7232,'_cart_discount_tax','0'),(32777,7232,'_order_shipping','0'),(32778,7232,'_order_shipping_tax','0'),(32779,7232,'_order_tax','0'),(32780,7232,'_order_total','565.00'),(32781,7232,'_order_version','3.0.8'),(32782,7232,'_prices_include_tax','no'),(32783,7232,'_billing_address_index','Matt Stebly 1101 government street Ocean springs MS 39564 US mattsteblyart@yahoo.com 2282151611'),(32784,7232,'_shipping_address_index','Matt Stebly 1101 government street Ocean springs MS 39564 US'),(32785,7232,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(32786,7232,'_paypal_status','completed'),(32787,7232,'_download_permissions_granted','yes'),(32788,7232,'_recorded_sales','yes'),(32789,7232,'_recorded_coupon_usage_counts','yes'),(32790,7232,'_order_stock_reduced','yes'),(32791,7232,'PayPal Transaction Fee','16.69'),(32792,7232,'Payer PayPal address','duesouthtattooexpo@yahoo.com'),(32793,7232,'Payer first name','matt'),(32794,7232,'Payer last name','stebly'),(32795,7232,'Payment type','instant'),(32797,7234,'_order_key','wc_order_597da7af70a92'),(32798,7234,'_customer_user','0'),(32799,7234,'_payment_method','paypal'),(32800,7234,'_payment_method_title','PayPal'),(32801,7234,'_transaction_id','9YD502699W363942R'),(32802,7234,'_customer_ip_address','131.191.122.181'),(32803,7234,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 10_3_3 like mac os x) applewebkit/603.3.8 (khtml, like gecko) mobile/14g60 instagram 10.31.0 (iphone8,4; ios 10_3_3; en_us; en-us; scale=2.00; gamut=normal; 640x1136)'),(32804,7234,'_created_via','checkout'),(32805,7234,'_date_completed',''),(32806,7234,'_completed_date',''),(32807,7234,'_date_paid','1501407741'),(32808,7234,'_paid_date','2017-07-30 09:42:21'),(32809,7234,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(32810,7234,'_billing_first_name','Brett'),(32811,7234,'_billing_last_name','Reid'),(32812,7234,'_billing_company','House of tattoo'),(32813,7234,'_billing_address_1','2703 6 th ave'),(32814,7234,'_billing_address_2',''),(32815,7234,'_billing_city','Tacoma'),(32816,7234,'_billing_state','WA'),(32817,7234,'_billing_postcode','98406'),(32818,7234,'_billing_country','US'),(32819,7234,'_billing_email','tatzaos@gmail.com'),(32820,7234,'_billing_phone','2536662402'),(32821,7234,'_shipping_first_name','Brett'),(32822,7234,'_shipping_last_name','Reid'),(32823,7234,'_shipping_company','House of tattoo'),(32824,7234,'_shipping_address_1','2703 6 th ave'),(32825,7234,'_shipping_address_2',''),(32826,7234,'_shipping_city','Tacoma'),(32827,7234,'_shipping_state','WA'),(32828,7234,'_shipping_postcode','98406'),(32829,7234,'_shipping_country','US'),(32830,7234,'_order_currency','USD'),(32831,7234,'_cart_discount','0'),(32832,7234,'_cart_discount_tax','0'),(32833,7234,'_order_shipping','0'),(32834,7234,'_order_shipping_tax','0'),(32835,7234,'_order_tax','0'),(32836,7234,'_order_total','565.00'),(32837,7234,'_order_version','3.0.8'),(32838,7234,'_prices_include_tax','no'),(32839,7234,'_billing_address_index','Brett Reid House of tattoo 2703 6 th ave Tacoma WA 98406 US tatzaos@gmail.com 2536662402'),(32840,7234,'_shipping_address_index','Brett Reid House of tattoo 2703 6 th ave Tacoma WA 98406 US'),(32841,7234,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(32842,7234,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(32843,7234,'Payer PayPal address','tatzaps@gmail.com'),(32844,7234,'Payer first name','Brett'),(32845,7234,'Payer last name','Reid'),(32846,7234,'Payment type','instant'),(32847,7234,'_paypal_status','completed'),(32848,7234,'_download_permissions_granted','yes'),(32849,7234,'_recorded_sales','yes'),(32850,7234,'_recorded_coupon_usage_counts','yes'),(32851,7234,'_order_stock_reduced','yes'),(32852,7234,'PayPal Transaction Fee','16.69'),(32853,7235,'_order_key','wc_order_5984884576dca'),(32854,7235,'_customer_user','10'),(32855,7235,'_payment_method','paypal'),(32856,7235,'_payment_method_title','PayPal'),(32857,7235,'_transaction_id','2A048883FD580150P'),(32858,7235,'_customer_ip_address','67.191.86.52'),(32859,7235,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 10_3_2 like mac os x) applewebkit/603.2.4 (khtml, like gecko) version/10.0 mobile/14f89 safari/602.1'),(32860,7235,'_created_via','checkout'),(32861,7235,'_date_completed',''),(32862,7235,'_completed_date',''),(32863,7235,'_date_paid','1501857986'),(32864,7235,'_paid_date','2017-08-04 14:46:26'),(32865,7235,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(32866,7235,'_billing_first_name','David'),(32867,7235,'_billing_last_name','Robinowitz'),(32868,7235,'_billing_company','Belovedtattoo'),(32869,7235,'_billing_address_1','113 chatham court'),(32870,7235,'_billing_address_2',''),(32871,7235,'_billing_city','Boynton beach'),(32872,7235,'_billing_state','FL'),(32873,7235,'_billing_postcode','33436'),(32874,7235,'_billing_country','US'),(32875,7235,'_billing_email','belovedtattoo@yahoo.com'),(32876,7235,'_billing_phone','5613067551'),(32877,7235,'_shipping_first_name','David'),(32878,7235,'_shipping_last_name','Robinowitz'),(32879,7235,'_shipping_company','Aces high boynton'),(32880,7235,'_shipping_address_1','4953 le chalet'),(32881,7235,'_shipping_address_2',''),(32882,7235,'_shipping_city','Boynton beach'),(32883,7235,'_shipping_state','FL'),(32884,7235,'_shipping_postcode','33436'),(32885,7235,'_shipping_country','US'),(32886,7235,'_order_currency','USD'),(32887,7235,'_cart_discount','0'),(32888,7235,'_cart_discount_tax','0'),(32889,7235,'_order_shipping','0'),(32890,7235,'_order_shipping_tax','0'),(32891,7235,'_order_tax','0'),(32892,7235,'_order_total','565.00'),(32893,7235,'_order_version','3.0.8'),(32894,7235,'_prices_include_tax','no'),(32895,7235,'_billing_address_index','David Robinowitz Belovedtattoo 113 chatham court Boynton beach FL 33436 US belovedtattoo@yahoo.com 5613067551'),(32896,7235,'_shipping_address_index','David Robinowitz Aces high boynton 4953 le chalet Boynton beach FL 33436 US'),(32897,7235,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(32898,7235,'_paypal_status','completed'),(32899,7235,'_download_permissions_granted','yes'),(32900,7235,'_recorded_sales','yes'),(32901,7235,'_recorded_coupon_usage_counts','yes'),(32902,7235,'_order_stock_reduced','yes'),(32903,7235,'PayPal Transaction Fee','16.69'),(32904,7235,'Payer PayPal address','belovedtattoo@yahoo.com'),(32905,7235,'Payer first name','David'),(32906,7235,'Payer last name','Robinowitz'),(32907,7235,'Payment type','instant'),(32908,7236,'_order_key','wc_order_59a368c98c4a9'),(32909,7236,'_customer_user','0'),(32910,7236,'_payment_method','paypal'),(32911,7236,'_payment_method_title','PayPal'),(32912,7236,'_transaction_id','14403991LN421754W'),(32913,7236,'_customer_ip_address','68.193.138.30'),(32914,7236,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_11_6) applewebkit/537.36 (khtml, like gecko) chrome/60.0.3112.101 safari/537.36'),(32915,7236,'_created_via','checkout'),(32916,7236,'_date_completed',''),(32917,7236,'_completed_date',''),(32918,7236,'_date_paid','1503883472'),(32919,7236,'_paid_date','2017-08-28 01:24:32'),(32920,7236,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(32921,7236,'_billing_first_name','Carlos'),(32922,7236,'_billing_last_name','Cruz'),(32923,7236,'_billing_company','Blackwork Tattoo Sudio'),(32924,7236,'_billing_address_1','69 Newark Pompton Tpke'),(32925,7236,'_billing_address_2','B'),(32926,7236,'_billing_city','Little Falls'),(32927,7236,'_billing_state','NJ'),(32928,7236,'_billing_postcode','07424'),(32929,7236,'_billing_country','US'),(32930,7236,'_billing_email','blackworkstudio@aol.com'),(32931,7236,'_billing_phone','973-812-9500'),(32932,7236,'_shipping_first_name','Carlos'),(32933,7236,'_shipping_last_name','Cruz'),(32934,7236,'_shipping_company','Blackwork Tattoo Sudio'),(32935,7236,'_shipping_address_1','69 Newark Pompton Tpke'),(32936,7236,'_shipping_address_2','B'),(32937,7236,'_shipping_city','Little Falls'),(32938,7236,'_shipping_state','NJ'),(32939,7236,'_shipping_postcode','07424'),(32940,7236,'_shipping_country','US'),(32941,7236,'_order_currency','USD'),(32942,7236,'_cart_discount','0'),(32943,7236,'_cart_discount_tax','0'),(32944,7236,'_order_shipping','0'),(32945,7236,'_order_shipping_tax','0'),(32946,7236,'_order_tax','0'),(32947,7236,'_order_total','565.00'),(32948,7236,'_order_version','3.0.8'),(32949,7236,'_prices_include_tax','no'),(32950,7236,'_billing_address_index','Carlos Cruz Blackwork Tattoo Sudio 69 Newark Pompton Tpke B Little Falls NJ 07424 US blackworkstudio@aol.com 973-812-9500'),(32951,7236,'_shipping_address_index','Carlos Cruz Blackwork Tattoo Sudio 69 Newark Pompton Tpke B Little Falls NJ 07424 US'),(32952,7236,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(32953,7236,'_paypal_status','completed'),(32954,7236,'_download_permissions_granted','yes'),(32955,7236,'_recorded_sales','yes'),(32956,7236,'_recorded_coupon_usage_counts','yes'),(32957,7236,'_order_stock_reduced','yes'),(32958,7236,'PayPal Transaction Fee','16.69'),(32959,7236,'Payer PayPal address','blackworktattoo@aol.com'),(32960,7236,'Payer first name','carlos'),(32961,7236,'Payer last name','cruz'),(32962,7236,'Payment type','instant'),(32963,7237,'_order_key','wc_order_59d56ffd3dde0'),(32964,7237,'_customer_user','11'),(32965,7237,'_payment_method','paypal'),(32966,7237,'_payment_method_title','PayPal'),(32967,7237,'_transaction_id','5R968523R3757203V'),(32968,7237,'_customer_ip_address','72.234.30.217'),(32969,7237,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_11_6) applewebkit/602.4.8 (khtml, like gecko) version/10.0.3 safari/602.4.8'),(32970,7237,'_created_via','checkout'),(32971,7237,'_date_completed',''),(32972,7237,'_completed_date',''),(32973,7237,'_date_paid','1507160096'),(32974,7237,'_paid_date','2017-10-04 23:34:56'),(32975,7237,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(32976,7237,'_billing_first_name','Kevin'),(32977,7237,'_billing_last_name','Farrand'),(32978,7237,'_billing_company','Mid pacific Tattoo'),(32979,7237,'_billing_address_1','57 W Waipuilani rd'),(32980,7237,'_billing_address_2',''),(32981,7237,'_billing_city','Kihei'),(32982,7237,'_billing_state','HI'),(32983,7237,'_billing_postcode','96753'),(32984,7237,'_billing_country','US'),(32985,7237,'_billing_email','kevincreaturez@gmail.com'),(32986,7237,'_billing_phone','585-208-2568'),(32987,7237,'_shipping_first_name','Kevin'),(32988,7237,'_shipping_last_name','Farrand'),(32989,7237,'_shipping_company','Mid pacific Tattoo'),(32990,7237,'_shipping_address_1','57 W Waipuilani rd'),(32991,7237,'_shipping_address_2',''),(32992,7237,'_shipping_city','Kihei'),(32993,7237,'_shipping_state','HI'),(32994,7237,'_shipping_postcode','96753'),(32995,7237,'_shipping_country','US'),(32996,7237,'_order_currency','USD'),(32997,7237,'_cart_discount','0'),(32998,7237,'_cart_discount_tax','0'),(32999,7237,'_order_shipping','0'),(33000,7237,'_order_shipping_tax','0'),(33001,7237,'_order_tax','0'),(33002,7237,'_order_total','565.00'),(33003,7237,'_order_version','3.0.8'),(33004,7237,'_prices_include_tax','no'),(33005,7237,'_billing_address_index','Kevin Farrand Mid pacific Tattoo 57 W Waipuilani rd Kihei HI 96753 US kevincreaturez@gmail.com 585-208-2568'),(33006,7237,'_shipping_address_index','Kevin Farrand Mid pacific Tattoo 57 W Waipuilani rd Kihei HI 96753 US'),(33007,7237,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(33008,7237,'Payer PayPal address','kevincreaturez@gmail.com'),(33009,7237,'Payer first name','Kevin'),(33010,7237,'Payer last name','Farrand'),(33011,7237,'Payment type','instant'),(33012,7237,'_paypal_status','completed'),(33013,7237,'_download_permissions_granted','yes'),(33014,7237,'_recorded_sales','yes'),(33015,7237,'_recorded_coupon_usage_counts','yes'),(33016,7237,'_order_stock_reduced','yes'),(33017,7237,'PayPal Transaction Fee','16.69'),(33018,7238,'_order_key','wc_order_59f06f0080493'),(33019,7238,'_customer_user','0'),(33020,7238,'_payment_method','paypal'),(33021,7238,'_payment_method_title','PayPal'),(33022,7238,'_transaction_id','7W522490TP260205K'),(33023,7238,'_customer_ip_address','107.72.162.126'),(33024,7238,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 11_0_2 like mac os x) applewebkit/604.1.38 (khtml, like gecko) version/11.0 mobile/15a421 safari/604.1'),(33025,7238,'_created_via','checkout'),(33026,7238,'_date_completed',''),(33027,7238,'_completed_date',''),(33028,7238,'_date_paid','1508929423'),(33029,7238,'_paid_date','2017-10-25 11:03:43'),(33030,7238,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(33031,7238,'_billing_first_name','Alexander'),(33032,7238,'_billing_last_name','Brenes'),(33033,7238,'_billing_company','Till the end tattoos'),(33034,7238,'_billing_address_1','11930 sw 186st'),(33035,7238,'_billing_address_2','House'),(33036,7238,'_billing_city','Miami'),(33037,7238,'_billing_state','FL'),(33038,7238,'_billing_postcode','33177'),(33039,7238,'_billing_country','US'),(33040,7238,'_billing_email','kaliftattoos@gmail.com'),(33041,7238,'_billing_phone','7868388519'),(33042,7238,'_shipping_first_name','Alexander'),(33043,7238,'_shipping_last_name','Brenes'),(33044,7238,'_shipping_company','Till the end tattoos'),(33045,7238,'_shipping_address_1','11930 sw 186st'),(33046,7238,'_shipping_address_2','House'),(33047,7238,'_shipping_city','Miami'),(33048,7238,'_shipping_state','FL'),(33049,7238,'_shipping_postcode','33177'),(33050,7238,'_shipping_country','US'),(33051,7238,'_order_currency','USD'),(33052,7238,'_cart_discount','0'),(33053,7238,'_cart_discount_tax','0'),(33054,7238,'_order_shipping','0'),(33055,7238,'_order_shipping_tax','0'),(33056,7238,'_order_tax','0'),(33057,7238,'_order_total','565.00'),(33058,7238,'_order_version','3.0.8'),(33059,7238,'_prices_include_tax','no'),(33060,7238,'_billing_address_index','Alexander Brenes Till the end tattoos 11930 sw 186st House Miami FL 33177 US kaliftattoos@gmail.com 7868388519'),(33061,7238,'_shipping_address_index','Alexander Brenes Till the end tattoos 11930 sw 186st House Miami FL 33177 US'),(33062,7238,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(33063,7238,'Payer PayPal address','kaliftattoos@gmail.com'),(33064,7238,'Payer first name','alexander'),(33065,7238,'Payer last name','brenes'),(33066,7238,'Payment type','instant'),(33067,7238,'_paypal_status','completed'),(33068,7238,'_download_permissions_granted','yes'),(33069,7238,'_recorded_sales','yes'),(33070,7238,'_recorded_coupon_usage_counts','yes'),(33071,7238,'_order_stock_reduced','yes'),(33072,7238,'PayPal Transaction Fee','16.69'),(33073,7239,'_order_key','wc_order_59fce396b5c37'),(33074,7239,'_customer_user','12'),(33075,7239,'_payment_method','paypal'),(33076,7239,'_payment_method_title','PayPal'),(33077,7239,'_transaction_id','70P85500A5036025J'),(33078,7239,'_customer_ip_address','72.76.185.125'),(33079,7239,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_12_6) applewebkit/604.1.38 (khtml, like gecko) version/11.0 safari/604.1.38'),(33080,7239,'_created_via','checkout'),(33081,7239,'_date_completed',''),(33082,7239,'_completed_date',''),(33083,7239,'_date_paid','1509745622'),(33084,7239,'_paid_date','2017-11-03 21:47:02'),(33085,7239,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(33086,7239,'_billing_first_name','Alyshia'),(33087,7239,'_billing_last_name','McGuire'),(33088,7239,'_billing_company',''),(33089,7239,'_billing_address_1','3 McClellan St'),(33090,7239,'_billing_address_2',''),(33091,7239,'_billing_city','Cranford'),(33092,7239,'_billing_state','NJ'),(33093,7239,'_billing_postcode','07016'),(33094,7239,'_billing_country','US'),(33095,7239,'_billing_email','sheefart@gmail.com'),(33096,7239,'_billing_phone','9084632092'),(33097,7239,'_shipping_first_name','Kashif'),(33098,7239,'_shipping_last_name','Brooks'),(33099,7239,'_shipping_company',''),(33100,7239,'_shipping_address_1','3 McClellan St'),(33101,7239,'_shipping_address_2',''),(33102,7239,'_shipping_city','Cranford'),(33103,7239,'_shipping_state','NJ'),(33104,7239,'_shipping_postcode','07016'),(33105,7239,'_shipping_country','US'),(33106,7239,'_order_currency','USD'),(33107,7239,'_cart_discount','0'),(33108,7239,'_cart_discount_tax','0'),(33109,7239,'_order_shipping','0'),(33110,7239,'_order_shipping_tax','0'),(33111,7239,'_order_tax','0'),(33112,7239,'_order_total','565.00'),(33113,7239,'_order_version','3.0.8'),(33114,7239,'_prices_include_tax','no'),(33115,7239,'_billing_address_index','Alyshia McGuire 3 McClellan St Cranford NJ 07016 US sheefart@gmail.com 9084632092'),(33116,7239,'_shipping_address_index','Kashif Brooks 3 McClellan St Cranford NJ 07016 US'),(33117,7239,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(33118,7239,'_paypal_status','completed'),(33119,7239,'_download_permissions_granted','yes'),(33120,7239,'_recorded_sales','yes'),(33121,7239,'_recorded_coupon_usage_counts','yes'),(33122,7239,'_order_stock_reduced','yes'),(33123,7239,'PayPal Transaction Fee','16.69'),(33124,7239,'Payer PayPal address','alynnette@gmail.com'),(33125,7239,'Payer first name','Alyshia'),(33126,7239,'Payer last name','McGuire'),(33127,7239,'Payment type','instant'),(33128,7240,'_order_key','wc_order_59ff771632c89'),(33129,7240,'_customer_user','13'),(33130,7240,'_payment_method','paypal'),(33131,7240,'_payment_method_title','PayPal'),(33132,7240,'_transaction_id',''),(33133,7240,'_customer_ip_address','24.250.194.52'),(33134,7240,'_customer_user_agent','mozilla/5.0 (ipad; cpu os 11_0_2 like mac os x) applewebkit/604.1.38 (khtml, like gecko) version/11.0 mobile/15a421 safari/604.1'),(33135,7240,'_created_via','checkout'),(33136,7240,'_date_completed',''),(33137,7240,'_completed_date',''),(33138,7240,'_date_paid',''),(33139,7240,'_paid_date',''),(33140,7240,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(33141,7240,'_billing_first_name','Saul'),(33142,7240,'_billing_last_name','serrano'),(33143,7240,'_billing_company','Risen Tattoos'),(33144,7240,'_billing_address_1','1850 Se 18 Ave'),(33145,7240,'_billing_address_2','Apt 2105'),(33146,7240,'_billing_city','ocala'),(33147,7240,'_billing_state','FL'),(33148,7240,'_billing_postcode','34471'),(33149,7240,'_billing_country','US'),(33150,7240,'_billing_email','ssgserranosaul@gmail.com'),(33151,7240,'_billing_phone','7868381155'),(33152,7240,'_shipping_first_name','Saul'),(33153,7240,'_shipping_last_name','serrano'),(33154,7240,'_shipping_company','Risen Tattoos'),(33155,7240,'_shipping_address_1','1850 Se 18 Ave'),(33156,7240,'_shipping_address_2','Apt 2105'),(33157,7240,'_shipping_city','ocala'),(33158,7240,'_shipping_state','FL'),(33159,7240,'_shipping_postcode','34471'),(33160,7240,'_shipping_country','US'),(33161,7240,'_order_currency','USD'),(33162,7240,'_cart_discount','0'),(33163,7240,'_cart_discount_tax','0'),(33164,7240,'_order_shipping','0'),(33165,7240,'_order_shipping_tax','0'),(33166,7240,'_order_tax','0'),(33167,7240,'_order_total','565.00'),(33168,7240,'_order_version','3.0.8'),(33169,7240,'_prices_include_tax','no'),(33170,7240,'_billing_address_index','Saul serrano Risen Tattoos 1850 Se 18 Ave Apt 2105 ocala FL 34471 US ssgserranosaul@gmail.com 7868381155'),(33171,7240,'_shipping_address_index','Saul serrano Risen Tattoos 1850 Se 18 Ave Apt 2105 ocala FL 34471 US'),(33172,7240,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(33173,7240,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(33174,7240,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(33175,7240,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(33176,7241,'_order_key','wc_order_5a050763b7acb'),(33177,7241,'_customer_user','13'),(33178,7241,'_payment_method','paypal'),(33179,7241,'_payment_method_title','PayPal'),(33180,7241,'_transaction_id',''),(33181,7241,'_customer_ip_address','24.250.194.52'),(33182,7241,'_customer_user_agent','mozilla/5.0 (ipad; cpu os 11_0_2 like mac os x) applewebkit/604.1.38 (khtml, like gecko) version/11.0 mobile/15a421 safari/604.1'),(33183,7241,'_created_via','checkout'),(33184,7241,'_date_completed',''),(33185,7241,'_completed_date',''),(33186,7241,'_date_paid',''),(33187,7241,'_paid_date',''),(33188,7241,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(33189,7241,'_billing_first_name','Saul'),(33190,7241,'_billing_last_name','serrano'),(33191,7241,'_billing_company','Risen Tattoos'),(33192,7241,'_billing_address_1','1850 Se 18 Ave'),(33193,7241,'_billing_address_2','Apt 2105'),(33194,7241,'_billing_city','ocala'),(33195,7241,'_billing_state','FL'),(33196,7241,'_billing_postcode','34471'),(33197,7241,'_billing_country','US'),(33198,7241,'_billing_email','ssgserranosaul@gmail.com'),(33199,7241,'_billing_phone','7868381155'),(33200,7241,'_shipping_first_name','Saul'),(33201,7241,'_shipping_last_name','serrano'),(33202,7241,'_shipping_company','Risen Tattoos'),(33203,7241,'_shipping_address_1','1850 Se 18 Ave'),(33204,7241,'_shipping_address_2','Apt 2105'),(33205,7241,'_shipping_city','ocala'),(33206,7241,'_shipping_state','FL'),(33207,7241,'_shipping_postcode','34471'),(33208,7241,'_shipping_country','US'),(33209,7241,'_order_currency','USD'),(33210,7241,'_cart_discount','0'),(33211,7241,'_cart_discount_tax','0'),(33212,7241,'_order_shipping','0'),(33213,7241,'_order_shipping_tax','0'),(33214,7241,'_order_tax','0'),(33215,7241,'_order_total','565.00'),(33216,7241,'_order_version','4.5.2'),(33217,7241,'_prices_include_tax','no'),(33218,7241,'_billing_address_index','Saul serrano Risen Tattoos 1850 Se 18 Ave Apt 2105 ocala FL 34471 US ssgserranosaul@gmail.com 7868381155'),(33219,7241,'_shipping_address_index','Saul serrano Risen Tattoos 1850 Se 18 Ave Apt 2105 ocala FL 34471 US'),(33220,7241,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(33221,7242,'_order_key','wc_order_5a1f090442cfd'),(33222,7242,'_customer_user','14'),(33223,7242,'_payment_method','paypal'),(33224,7242,'_payment_method_title','PayPal'),(33225,7242,'_transaction_id',''),(33226,7242,'_customer_ip_address','72.180.28.140'),(33227,7242,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),(33228,7242,'_created_via','checkout'),(33229,7242,'_date_completed',''),(33230,7242,'_completed_date',''),(33231,7242,'_date_paid',''),(33232,7242,'_paid_date',''),(33233,7242,'_cart_hash','62fc610b1db9a90116a40f0fd47319b4'),(33234,7242,'_billing_first_name','Liz'),(33235,7242,'_billing_last_name','Cook'),(33236,7242,'_billing_company','Rebel Muse Tattoo'),(33237,7242,'_billing_address_1','1565 W Main St'),(33238,7242,'_billing_address_2','#419'),(33239,7242,'_billing_city','Lewisville'),(33240,7242,'_billing_state','TX'),(33241,7242,'_billing_postcode','75067'),(33242,7242,'_billing_country','US'),(33243,7242,'_billing_email','lizcooktattoo@hotmail.com'),(33244,7242,'_billing_phone','9724209666'),(33245,7242,'_shipping_first_name','Liz'),(33246,7242,'_shipping_last_name','Cook'),(33247,7242,'_shipping_company','Rebel Muse Tattoo'),(33248,7242,'_shipping_address_1','1565 W Main St'),(33249,7242,'_shipping_address_2','#419'),(33250,7242,'_shipping_city','Lewisville'),(33251,7242,'_shipping_state','TX'),(33252,7242,'_shipping_postcode','75067'),(33253,7242,'_shipping_country','US'),(33254,7242,'_order_currency','USD'),(33255,7242,'_cart_discount','0'),(33256,7242,'_cart_discount_tax','0'),(33257,7242,'_order_shipping','100'),(33258,7242,'_order_shipping_tax','0'),(33259,7242,'_order_tax','0'),(33260,7242,'_order_total','1100.00'),(33261,7242,'_order_version','4.5.2'),(33262,7242,'_prices_include_tax','no'),(33263,7242,'_billing_address_index','Liz Cook Rebel Muse Tattoo 1565 W Main St #419 Lewisville TX 75067 US lizcooktattoo@hotmail.com 9724209666'),(33264,7242,'_shipping_address_index','Liz Cook Rebel Muse Tattoo 1565 W Main St #419 Lewisville TX 75067 US'),(33265,7242,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(33266,7243,'_order_key','wc_order_5a1f095b2bc58'),(33267,7243,'_customer_user','14'),(33268,7243,'_payment_method','paypal'),(33269,7243,'_payment_method_title','PayPal'),(33270,7243,'_transaction_id','6LX08569NS964974C'),(33271,7243,'_customer_ip_address','72.180.28.140'),(33272,7243,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),(33273,7243,'_created_via','checkout'),(33274,7243,'_date_completed',''),(33275,7243,'_completed_date',''),(33276,7243,'_date_paid','1511983557'),(33277,7243,'_paid_date','2017-11-29 19:25:57'),(33278,7243,'_cart_hash','7cedb51a1a0a5ecba2edaf63d49d0288'),(33279,7243,'_billing_first_name','Liz'),(33280,7243,'_billing_last_name','Cook'),(33281,7243,'_billing_company','Rebel Muse Tattoo'),(33282,7243,'_billing_address_1','1565 W Main St'),(33283,7243,'_billing_address_2','#419'),(33284,7243,'_billing_city','Lewisville'),(33285,7243,'_billing_state','TX'),(33286,7243,'_billing_postcode','75067'),(33287,7243,'_billing_country','US'),(33288,7243,'_billing_email','lizcooktattoo@hotmail.com'),(33289,7243,'_billing_phone','9724209666'),(33290,7243,'_shipping_first_name','Liz'),(33291,7243,'_shipping_last_name','Cook'),(33292,7243,'_shipping_company','Rebel Muse Tattoo'),(33293,7243,'_shipping_address_1','1565 W Main St'),(33294,7243,'_shipping_address_2','#419'),(33295,7243,'_shipping_city','Lewisville'),(33296,7243,'_shipping_state','TX'),(33297,7243,'_shipping_postcode','75067'),(33298,7243,'_shipping_country','US'),(33299,7243,'_order_currency','USD'),(33300,7243,'_cart_discount','0'),(33301,7243,'_cart_discount_tax','0'),(33302,7243,'_order_shipping','50'),(33303,7243,'_order_shipping_tax','0'),(33304,7243,'_order_tax','0'),(33305,7243,'_order_total','550.00'),(33306,7243,'_order_version','3.0.8'),(33307,7243,'_prices_include_tax','no'),(33308,7243,'_billing_address_index','Liz Cook Rebel Muse Tattoo 1565 W Main St #419 Lewisville TX 75067 US lizcooktattoo@hotmail.com 9724209666'),(33309,7243,'_shipping_address_index','Liz Cook Rebel Muse Tattoo 1565 W Main St #419 Lewisville TX 75067 US'),(33310,7243,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(33311,7243,'_paypal_status','completed'),(33312,7243,'_download_permissions_granted','yes'),(33313,7243,'_recorded_sales','yes'),(33314,7243,'_recorded_coupon_usage_counts','yes'),(33315,7243,'_order_stock_reduced','yes'),(33316,7243,'PayPal Transaction Fee','16.25'),(33317,7243,'Payer PayPal address','lizcooktattoo@hotmail.com'),(33318,7243,'Payer first name','elizabeth'),(33319,7243,'Payer last name','cook'),(33320,7243,'Payment type','instant'),(33321,7244,'_order_key','wc_order_5a3553e1e2f97'),(33322,7244,'_customer_user','0'),(33323,7244,'_payment_method','paypal'),(33324,7244,'_payment_method_title','PayPal'),(33325,7244,'_transaction_id','58G902348L756900R'),(33326,7244,'_customer_ip_address','70.184.166.34'),(33327,7244,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.84 safari/537.36'),(33328,7244,'_created_via','checkout'),(33329,7244,'_date_completed',''),(33330,7244,'_completed_date',''),(33331,7244,'_date_paid','1513444679'),(33332,7244,'_paid_date','2017-12-16 17:17:59'),(33333,7244,'_cart_hash','3cc0dc1dc07cba3b8bc17008a994492a'),(33334,7244,'_billing_first_name','Logan'),(33335,7244,'_billing_last_name','Sutherland'),(33336,7244,'_billing_company',''),(33337,7244,'_billing_address_1','1515 Waterway Circle'),(33338,7244,'_billing_address_2',''),(33339,7244,'_billing_city','Chesapeake'),(33340,7244,'_billing_state','VA'),(33341,7244,'_billing_postcode','23322'),(33342,7244,'_billing_country','US'),(33343,7244,'_billing_email','logsut@gmail.com'),(33344,7244,'_billing_phone','7575670586'),(33345,7244,'_shipping_first_name','Logan'),(33346,7244,'_shipping_last_name','Sutherland'),(33347,7244,'_shipping_company',''),(33348,7244,'_shipping_address_1','1515 Waterway Circle'),(33349,7244,'_shipping_address_2',''),(33350,7244,'_shipping_city','Chesapeake'),(33351,7244,'_shipping_state','VA'),(33352,7244,'_shipping_postcode','23322'),(33353,7244,'_shipping_country','US'),(33354,7244,'_order_currency','USD'),(33355,7244,'_cart_discount','0'),(33356,7244,'_cart_discount_tax','0'),(33357,7244,'_order_shipping','15.95'),(33358,7244,'_order_shipping_tax','0'),(33359,7244,'_order_tax','0'),(33360,7244,'_order_total','190.95'),(33361,7244,'_order_version','3.0.8'),(33362,7244,'_prices_include_tax','no'),(33363,7244,'_billing_address_index','Logan Sutherland 1515 Waterway Circle Chesapeake VA 23322 US logsut@gmail.com 7575670586'),(33364,7244,'_shipping_address_index','Logan Sutherland 1515 Waterway Circle Chesapeake VA 23322 US'),(33365,7244,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(33366,7244,'Payer PayPal address','logsut@gmail.com'),(33367,7244,'Payer first name','Logan'),(33368,7244,'Payer last name','Sutherland'),(33369,7244,'Payment type','instant'),(33370,7244,'_paypal_status','completed'),(33371,7244,'_download_permissions_granted','yes'),(33372,7244,'_recorded_sales','yes'),(33373,7244,'_recorded_coupon_usage_counts','yes'),(33374,7244,'_order_stock_reduced','yes'),(33375,7244,'PayPal Transaction Fee','5.84'),(33376,7245,'_order_key','wc_order_5a487dd45844e'),(33377,7245,'_customer_user','0'),(33378,7245,'_payment_method','paypal'),(33379,7245,'_payment_method_title','PayPal'),(33380,7245,'_transaction_id','1TK38507XL755481N'),(33381,7245,'_customer_ip_address','174.97.132.236'),(33382,7245,'_customer_user_agent','mozilla/5.0 (linux; android 7.0; sm-g955u build/nrd90m) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.111 mobile safari/537.36'),(33383,7245,'_created_via','checkout'),(33384,7245,'_date_completed',''),(33385,7245,'_completed_date',''),(33386,7245,'_date_paid','1514700360'),(33387,7245,'_paid_date','2017-12-31 06:06:00'),(33388,7245,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(33389,7245,'_billing_first_name','Jocelyn'),(33390,7245,'_billing_last_name','Schmidt'),(33391,7245,'_billing_company','Spectrum'),(33392,7245,'_billing_address_1','312 w college ave'),(33393,7245,'_billing_address_2',''),(33394,7245,'_billing_city','Milwaukee'),(33395,7245,'_billing_state','WI'),(33396,7245,'_billing_postcode','53207'),(33397,7245,'_billing_country','US'),(33398,7245,'_billing_email','schmidtjr88@gmail.com'),(33399,7245,'_billing_phone','4148419645'),(33400,7245,'_shipping_first_name','Jocelyn'),(33401,7245,'_shipping_last_name','Schmidt'),(33402,7245,'_shipping_company','Spectrum'),(33403,7245,'_shipping_address_1','312 w college ave'),(33404,7245,'_shipping_address_2',''),(33405,7245,'_shipping_city','Milwaukee'),(33406,7245,'_shipping_state','WI'),(33407,7245,'_shipping_postcode','53207'),(33408,7245,'_shipping_country','US'),(33409,7245,'_order_currency','USD'),(33410,7245,'_cart_discount','0'),(33411,7245,'_cart_discount_tax','0'),(33412,7245,'_order_shipping','0'),(33413,7245,'_order_shipping_tax','0'),(33414,7245,'_order_tax','0'),(33415,7245,'_order_total','565.00'),(33416,7245,'_order_version','3.0.8'),(33417,7245,'_prices_include_tax','no'),(33418,7245,'_billing_address_index','Jocelyn Schmidt Spectrum 312 w college ave Milwaukee WI 53207 US schmidtjr88@gmail.com 4148419645'),(33419,7245,'_shipping_address_index','Jocelyn Schmidt Spectrum 312 w college ave Milwaukee WI 53207 US'),(33420,7245,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(33421,7245,'Payer PayPal address','schmidtjr88@gmail.com'),(33422,7245,'Payer first name','Jocelyn'),(33423,7245,'Payer last name','Schmidt'),(33424,7245,'Payment type','instant'),(33425,7245,'_paypal_status','completed'),(33426,7245,'_download_permissions_granted','yes'),(33427,7245,'_recorded_sales','yes'),(33428,7245,'_recorded_coupon_usage_counts','yes'),(33429,7245,'_order_stock_reduced','yes'),(33430,7245,'PayPal Transaction Fee','16.69'),(33431,7246,'_order_key','wc_order_5aa61207b70b6'),(33432,7246,'_customer_user','0'),(33433,7246,'_payment_method','paypal'),(33434,7246,'_payment_method_title','PayPal'),(33435,7246,'_transaction_id','386091736S638892K'),(33436,7246,'_customer_ip_address','107.204.122.16'),(33437,7246,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 10_3_3 like mac os x) applewebkit/603.3.8 (khtml, like gecko) mobile/14g60 instagram 35.0.0.8.94 (iphone8,1; ios 10_3_3; en_us; en-us; scale=2.00; gamut=normal; 750x1334)'),(33438,7246,'_created_via','checkout'),(33439,7246,'_date_completed',''),(33440,7246,'_completed_date',''),(33441,7246,'_date_paid','1520833184'),(33442,7246,'_paid_date','2018-03-12 05:39:44'),(33443,7246,'_cart_hash','eed116877387aeee8113c2673cdb6d3d'),(33444,7246,'_billing_first_name','Justin'),(33445,7246,'_billing_last_name','Bentley'),(33446,7246,'_billing_company',''),(33447,7246,'_billing_address_1','13004 Red Eagle Pass'),(33448,7246,'_billing_address_2',''),(33449,7246,'_billing_city','Edmond'),(33450,7246,'_billing_state','OK'),(33451,7246,'_billing_postcode','73013'),(33452,7246,'_billing_country','US'),(33453,7246,'_billing_email','pentexep@yahoo.com'),(33454,7246,'_billing_phone','4055706233'),(33455,7246,'_shipping_first_name','Justin'),(33456,7246,'_shipping_last_name','Bentley'),(33457,7246,'_shipping_company',''),(33458,7246,'_shipping_address_1','13004 Red Eagle Pass'),(33459,7246,'_shipping_address_2',''),(33460,7246,'_shipping_city','Edmond'),(33461,7246,'_shipping_state','OK'),(33462,7246,'_shipping_postcode','73013'),(33463,7246,'_shipping_country','US'),(33464,7246,'_order_currency','USD'),(33465,7246,'_cart_discount','0'),(33466,7246,'_cart_discount_tax','0'),(33467,7246,'_order_shipping','5.95'),(33468,7246,'_order_shipping_tax','0'),(33469,7246,'_order_tax','0'),(33470,7246,'_order_total','30.95'),(33471,7246,'_order_version','3.0.8'),(33472,7246,'_prices_include_tax','no'),(33473,7246,'_billing_address_index','Justin Bentley 13004 Red Eagle Pass Edmond OK 73013 US pentexep@yahoo.com 4055706233'),(33474,7246,'_shipping_address_index','Justin Bentley 13004 Red Eagle Pass Edmond OK 73013 US'),(33475,7246,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(33476,7246,'_paypal_status','completed'),(33477,7246,'Payer PayPal address','filthysmooth101@yahoo.com'),(33478,7246,'Payer first name','Justin'),(33479,7246,'Payer last name','Bentley'),(33480,7246,'Payment type','instant'),(33481,7246,'_download_permissions_granted','yes'),(33482,7246,'_recorded_sales','yes'),(33483,7246,'_recorded_coupon_usage_counts','yes'),(33484,7246,'_order_stock_reduced','yes'),(33485,7246,'PayPal Transaction Fee','1.20'),(33684,7254,'_wp_attached_file','2018/03/0A1815EC-EEF6-4E98-913F-16770D0205BC.jpeg'),(33685,7254,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:1500;s:4:\"file\";s:49:\"2018/03/0A1815EC-EEF6-4E98-913F-16770D0205BC.jpeg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"0A1815EC-EEF6-4E98-913F-16770D0205BC-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"0A1815EC-EEF6-4E98-913F-16770D0205BC-300x125.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"0A1815EC-EEF6-4E98-913F-16770D0205BC-768x320.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"0A1815EC-EEF6-4E98-913F-16770D0205BC-1024x427.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"0A1815EC-EEF6-4E98-913F-16770D0205BC-1000x417.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:417;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:51:\"0A1815EC-EEF6-4E98-913F-16770D0205BC-1000x1000.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"0A1815EC-EEF6-4E98-913F-16770D0205BC-1000x417.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:417;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:50:\"0A1815EC-EEF6-4E98-913F-16770D0205BC-1170x767.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:47:\"0A1815EC-EEF6-4E98-913F-16770D0205BC-70x70.jpeg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:49:\"0A1815EC-EEF6-4E98-913F-16770D0205BC-800x400.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:47:\"0A1815EC-EEF6-4E98-913F-16770D0205BC-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon EOS-1Ds Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1334102400\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(33686,7255,'_wp_attached_file','2018/03/69CD3C28-8129-41C0-9D66-A350B24B2345.jpeg'),(33687,7255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:967;s:6:\"height\";i:1499;s:4:\"file\";s:49:\"2018/03/69CD3C28-8129-41C0-9D66-A350B24B2345.jpeg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"69CD3C28-8129-41C0-9D66-A350B24B2345-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"69CD3C28-8129-41C0-9D66-A350B24B2345-194x300.jpeg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"69CD3C28-8129-41C0-9D66-A350B24B2345-768x1191.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"69CD3C28-8129-41C0-9D66-A350B24B2345-661x1024.jpeg\";s:5:\"width\";i:661;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"69CD3C28-8129-41C0-9D66-A350B24B2345-645x1000.jpeg\";s:5:\"width\";i:645;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:50:\"69CD3C28-8129-41C0-9D66-A350B24B2345-967x1000.jpeg\";s:5:\"width\";i:967;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"69CD3C28-8129-41C0-9D66-A350B24B2345-645x1000.jpeg\";s:5:\"width\";i:645;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:49:\"69CD3C28-8129-41C0-9D66-A350B24B2345-967x767.jpeg\";s:5:\"width\";i:967;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:47:\"69CD3C28-8129-41C0-9D66-A350B24B2345-70x70.jpeg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:49:\"69CD3C28-8129-41C0-9D66-A350B24B2345-800x400.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:47:\"69CD3C28-8129-41C0-9D66-A350B24B2345-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:49:\"69CD3C28-8129-41C0-9D66-A350B24B2345-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon EOS-1Ds Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1334102400\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(33886,7261,'_wp_attached_file','2018/03/ADC6E385-F4BF-4AD8-A5C3-9AFE0AC3022D.jpeg'),(33887,7261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1135;s:6:\"height\";i:1500;s:4:\"file\";s:49:\"2018/03/ADC6E385-F4BF-4AD8-A5C3-9AFE0AC3022D.jpeg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"ADC6E385-F4BF-4AD8-A5C3-9AFE0AC3022D-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"ADC6E385-F4BF-4AD8-A5C3-9AFE0AC3022D-227x300.jpeg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"ADC6E385-F4BF-4AD8-A5C3-9AFE0AC3022D-768x1015.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1015;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"ADC6E385-F4BF-4AD8-A5C3-9AFE0AC3022D-775x1024.jpeg\";s:5:\"width\";i:775;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"ADC6E385-F4BF-4AD8-A5C3-9AFE0AC3022D-757x1000.jpeg\";s:5:\"width\";i:757;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:51:\"ADC6E385-F4BF-4AD8-A5C3-9AFE0AC3022D-1000x1000.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"ADC6E385-F4BF-4AD8-A5C3-9AFE0AC3022D-757x1000.jpeg\";s:5:\"width\";i:757;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:50:\"ADC6E385-F4BF-4AD8-A5C3-9AFE0AC3022D-1135x767.jpeg\";s:5:\"width\";i:1135;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:47:\"ADC6E385-F4BF-4AD8-A5C3-9AFE0AC3022D-70x70.jpeg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:49:\"ADC6E385-F4BF-4AD8-A5C3-9AFE0AC3022D-800x400.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:47:\"ADC6E385-F4BF-4AD8-A5C3-9AFE0AC3022D-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:49:\"ADC6E385-F4BF-4AD8-A5C3-9AFE0AC3022D-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1412652531\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(33888,7262,'_wp_attached_file','2018/03/A1D59C84-6A99-43DD-80BA-31444A80DD95.jpeg'),(33889,7262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1014;s:6:\"height\";i:1500;s:4:\"file\";s:49:\"2018/03/A1D59C84-6A99-43DD-80BA-31444A80DD95.jpeg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"A1D59C84-6A99-43DD-80BA-31444A80DD95-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"A1D59C84-6A99-43DD-80BA-31444A80DD95-203x300.jpeg\";s:5:\"width\";i:203;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"A1D59C84-6A99-43DD-80BA-31444A80DD95-768x1136.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"A1D59C84-6A99-43DD-80BA-31444A80DD95-692x1024.jpeg\";s:5:\"width\";i:692;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"A1D59C84-6A99-43DD-80BA-31444A80DD95-676x1000.jpeg\";s:5:\"width\";i:676;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:51:\"A1D59C84-6A99-43DD-80BA-31444A80DD95-1000x1000.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"A1D59C84-6A99-43DD-80BA-31444A80DD95-676x1000.jpeg\";s:5:\"width\";i:676;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:50:\"A1D59C84-6A99-43DD-80BA-31444A80DD95-1014x767.jpeg\";s:5:\"width\";i:1014;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:47:\"A1D59C84-6A99-43DD-80BA-31444A80DD95-70x70.jpeg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:49:\"A1D59C84-6A99-43DD-80BA-31444A80DD95-800x400.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:47:\"A1D59C84-6A99-43DD-80BA-31444A80DD95-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:49:\"A1D59C84-6A99-43DD-80BA-31444A80DD95-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon EOS-1Ds Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1318291200\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34097,7269,'_order_key','wc_order_5aa6e3bb18446'),(34098,7269,'_customer_user','3'),(34099,7269,'_payment_method','paypal'),(34100,7269,'_payment_method_title','PayPal'),(34101,7269,'_transaction_id',''),(34102,7269,'_customer_ip_address','67.191.139.14'),(34103,7269,'_customer_user_agent','mozilla/5.0 (ipad; cpu os 11_3 like mac os x) applewebkit/605.1.15 (khtml, like gecko) version/11.0 mobile/15e148 safari/604.1'),(34104,7269,'_created_via','checkout'),(34105,7269,'_date_completed',''),(34106,7269,'_completed_date',''),(34107,7269,'_date_paid',''),(34108,7269,'_paid_date',''),(34109,7269,'_cart_hash','3eb211b43acc9e01091c98189c38054e'),(34110,7269,'_billing_first_name','Rob'),(34111,7269,'_billing_last_name','Thomas'),(34112,7269,'_billing_company',''),(34113,7269,'_billing_address_1','66 Stevenson Pt'),(34114,7269,'_billing_address_2',''),(34115,7269,'_billing_city','Dallas'),(34116,7269,'_billing_state','GA'),(34117,7269,'_billing_postcode','30132'),(34118,7269,'_billing_country','US'),(34119,7269,'_billing_email','robfthomas@me.com'),(34120,7269,'_billing_phone','770-9778287'),(34121,7269,'_shipping_first_name','Rob'),(34122,7269,'_shipping_last_name','Thomas'),(34123,7269,'_shipping_company',''),(34124,7269,'_shipping_address_1','66 Stevenson Pt'),(34125,7269,'_shipping_address_2',''),(34126,7269,'_shipping_city','Dallas'),(34127,7269,'_shipping_state','GA'),(34128,7269,'_shipping_postcode','30132'),(34129,7269,'_shipping_country','US'),(34130,7269,'_order_currency','USD'),(34131,7269,'_cart_discount','0'),(34132,7269,'_cart_discount_tax','0'),(34133,7269,'_order_shipping','5.95'),(34134,7269,'_order_shipping_tax','0'),(34135,7269,'_order_tax','1.75'),(34136,7269,'_order_total','32.70'),(34137,7269,'_order_version','3.0.8'),(34138,7269,'_prices_include_tax','no'),(34139,7269,'_billing_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US robfthomas@me.com 770-9778287'),(34140,7269,'_shipping_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US'),(34141,7269,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(34187,7270,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(34188,7270,'_wc_review_count','0'),(34189,7270,'_wc_rating_count','a:0:{}'),(34190,7270,'_wc_average_rating','0'),(34191,7270,'_edit_lock','1522081372:3'),(34192,7270,'_edit_last','3'),(34193,7270,'_sku',''),(34194,7270,'_regular_price',''),(34195,7270,'_sale_price',''),(34196,7270,'_sale_price_dates_from',''),(34197,7270,'_sale_price_dates_to',''),(34198,7270,'total_sales','5'),(34199,7270,'_tax_status','taxable'),(34200,7270,'_tax_class',''),(34201,7270,'_manage_stock','no'),(34202,7270,'_backorders','no'),(34203,7270,'_sold_individually','no'),(34204,7270,'_weight',''),(34205,7270,'_length',''),(34206,7270,'_width',''),(34207,7270,'_height',''),(34208,7270,'_upsell_ids','a:0:{}'),(34209,7270,'_crosssell_ids','a:0:{}'),(34210,7270,'_purchase_note',''),(34211,7270,'_default_attributes','a:0:{}'),(34212,7270,'_virtual','no'),(34213,7270,'_downloadable','no'),(34214,7270,'_product_image_gallery',''),(34215,7270,'_download_limit','-1'),(34216,7270,'_download_expiry','-1'),(34217,7270,'_stock',NULL),(34218,7270,'_stock_status','instock'),(34219,7270,'_product_version','3.0.8'),(34221,7270,'slide_template',''),(34222,7270,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:32:\"Small | Medium | Large | X-Large\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(34223,7271,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(34224,7271,'_variation_description',''),(34225,7271,'_sku',''),(34226,7271,'_regular_price','25.00'),(34227,7271,'_sale_price',''),(34228,7271,'_sale_price_dates_from',''),(34229,7271,'_sale_price_dates_to',''),(34230,7271,'total_sales','0'),(34231,7271,'_tax_status','taxable'),(34232,7271,'_tax_class',''),(34233,7271,'_manage_stock','no'),(34234,7271,'_backorders','no'),(34235,7271,'_sold_individually','no'),(34236,7271,'_weight',''),(34237,7271,'_length',''),(34238,7271,'_width',''),(34239,7271,'_height',''),(34240,7271,'_upsell_ids','a:0:{}'),(34241,7271,'_crosssell_ids','a:0:{}'),(34242,7271,'_purchase_note',''),(34243,7271,'_default_attributes','a:0:{}'),(34244,7271,'_virtual','no'),(34245,7271,'_downloadable','no'),(34246,7271,'_product_image_gallery',''),(34247,7271,'_download_limit','-1'),(34248,7271,'_download_expiry','-1'),(34249,7271,'_stock',NULL),(34250,7271,'_stock_status','instock'),(34251,7271,'_wc_average_rating','0'),(34252,7271,'_wc_rating_count','a:0:{}'),(34253,7271,'_wc_review_count','0'),(34254,7271,'_downloadable_files','a:0:{}'),(34255,7271,'attribute_size','X-Large'),(34256,7271,'_price','25.00'),(34257,7271,'_product_version','3.0.8'),(34258,7272,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(34259,7272,'_variation_description',''),(34260,7272,'_sku',''),(34261,7272,'_regular_price','25.00'),(34262,7272,'_sale_price',''),(34263,7272,'_sale_price_dates_from',''),(34264,7272,'_sale_price_dates_to',''),(34265,7272,'total_sales','0'),(34266,7272,'_tax_status','taxable'),(34267,7272,'_tax_class',''),(34268,7272,'_manage_stock','no'),(34269,7272,'_backorders','no'),(34270,7272,'_sold_individually','no'),(34271,7272,'_weight',''),(34272,7272,'_length',''),(34273,7272,'_width',''),(34274,7272,'_height',''),(34275,7272,'_upsell_ids','a:0:{}'),(34276,7272,'_crosssell_ids','a:0:{}'),(34277,7272,'_purchase_note',''),(34278,7272,'_default_attributes','a:0:{}'),(34279,7272,'_virtual','no'),(34280,7272,'_downloadable','no'),(34281,7272,'_product_image_gallery',''),(34282,7272,'_download_limit','-1'),(34283,7272,'_download_expiry','-1'),(34284,7272,'_stock',NULL),(34285,7272,'_stock_status','instock'),(34286,7272,'_wc_average_rating','0'),(34287,7272,'_wc_rating_count','a:0:{}'),(34288,7272,'_wc_review_count','0'),(34289,7272,'_downloadable_files','a:0:{}'),(34290,7272,'attribute_size','Large'),(34291,7272,'_price','25.00'),(34292,7272,'_product_version','3.0.8'),(34293,7273,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(34294,7273,'_variation_description',''),(34295,7273,'_sku',''),(34296,7273,'_regular_price','25.00'),(34297,7273,'_sale_price',''),(34298,7273,'_sale_price_dates_from',''),(34299,7273,'_sale_price_dates_to',''),(34300,7273,'total_sales','0'),(34301,7273,'_tax_status','taxable'),(34302,7273,'_tax_class',''),(34303,7273,'_manage_stock','no'),(34304,7273,'_backorders','no'),(34305,7273,'_sold_individually','no'),(34306,7273,'_weight',''),(34307,7273,'_length',''),(34308,7273,'_width',''),(34309,7273,'_height',''),(34310,7273,'_upsell_ids','a:0:{}'),(34311,7273,'_crosssell_ids','a:0:{}'),(34312,7273,'_purchase_note',''),(34313,7273,'_default_attributes','a:0:{}'),(34314,7273,'_virtual','no'),(34315,7273,'_downloadable','no'),(34316,7273,'_product_image_gallery',''),(34317,7273,'_download_limit','-1'),(34318,7273,'_download_expiry','-1'),(34319,7273,'_stock',NULL),(34320,7273,'_stock_status','instock'),(34321,7273,'_wc_average_rating','0'),(34322,7273,'_wc_rating_count','a:0:{}'),(34323,7273,'_wc_review_count','0'),(34324,7273,'_downloadable_files','a:0:{}'),(34325,7273,'attribute_size','Medium'),(34326,7273,'_price','25.00'),(34327,7273,'_product_version','3.0.8'),(34329,7270,'_thumbnail_id','7255'),(34330,7274,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(34331,7274,'_wc_review_count','0'),(34332,7274,'_wc_rating_count','a:0:{}'),(34333,7274,'_wc_average_rating','0'),(34334,7274,'_edit_lock','1522082120:3'),(34335,7274,'_edit_last','3'),(34336,7274,'_sku',''),(34337,7274,'_regular_price','25.00'),(34338,7274,'_sale_price',''),(34339,7274,'_sale_price_dates_from',''),(34340,7274,'_sale_price_dates_to',''),(34341,7274,'total_sales','1'),(34342,7274,'_tax_status','taxable'),(34343,7274,'_tax_class',''),(34344,7274,'_manage_stock','no'),(34345,7274,'_backorders','no'),(34346,7274,'_sold_individually','no'),(34347,7274,'_weight',''),(34348,7274,'_length',''),(34349,7274,'_width',''),(34350,7274,'_height',''),(34351,7274,'_upsell_ids','a:0:{}'),(34352,7274,'_crosssell_ids','a:0:{}'),(34353,7274,'_purchase_note',''),(34354,7274,'_default_attributes','a:0:{}'),(34355,7274,'_virtual','no'),(34356,7274,'_downloadable','no'),(34357,7274,'_product_image_gallery',''),(34358,7274,'_download_limit','-1'),(34359,7274,'_download_expiry','-1'),(34360,7274,'_stock',NULL),(34361,7274,'_stock_status','instock'),(34362,7274,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:32:\"Small | Medium | Large | X-Large\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(34363,7274,'_product_version','3.0.8'),(34399,7276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(34400,7276,'_variation_description',''),(34401,7276,'_sku',''),(34402,7276,'_regular_price','25.00'),(34403,7276,'_sale_price',''),(34404,7276,'_sale_price_dates_from',''),(34405,7276,'_sale_price_dates_to',''),(34406,7276,'total_sales','0'),(34407,7276,'_tax_status','taxable'),(34408,7276,'_tax_class',''),(34409,7276,'_manage_stock','no'),(34410,7276,'_backorders','no'),(34411,7276,'_sold_individually','no'),(34412,7276,'_weight',''),(34413,7276,'_length',''),(34414,7276,'_width',''),(34415,7276,'_height',''),(34416,7276,'_upsell_ids','a:0:{}'),(34417,7276,'_crosssell_ids','a:0:{}'),(34418,7276,'_purchase_note',''),(34419,7276,'_default_attributes','a:0:{}'),(34420,7276,'_virtual','no'),(34421,7276,'_downloadable','no'),(34422,7276,'_product_image_gallery',''),(34423,7276,'_download_limit','-1'),(34424,7276,'_download_expiry','-1'),(34425,7276,'_stock',NULL),(34426,7276,'_stock_status','instock'),(34427,7276,'_wc_average_rating','0'),(34428,7276,'_wc_rating_count','a:0:{}'),(34429,7276,'_wc_review_count','0'),(34430,7276,'_downloadable_files','a:0:{}'),(34431,7276,'attribute_size','X-Large'),(34432,7276,'_price','25.00'),(34433,7276,'_product_version','3.0.8'),(34434,7277,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(34435,7277,'_variation_description',''),(34436,7277,'_sku',''),(34437,7277,'_regular_price','25.00'),(34438,7277,'_sale_price',''),(34439,7277,'_sale_price_dates_from',''),(34440,7277,'_sale_price_dates_to',''),(34441,7277,'total_sales','0'),(34442,7277,'_tax_status','taxable'),(34443,7277,'_tax_class',''),(34444,7277,'_manage_stock','no'),(34445,7277,'_backorders','no'),(34446,7277,'_sold_individually','no'),(34447,7277,'_weight',''),(34448,7277,'_length',''),(34449,7277,'_width',''),(34450,7277,'_height',''),(34451,7277,'_upsell_ids','a:0:{}'),(34452,7277,'_crosssell_ids','a:0:{}'),(34453,7277,'_purchase_note',''),(34454,7277,'_default_attributes','a:0:{}'),(34455,7277,'_virtual','no'),(34456,7277,'_downloadable','no'),(34457,7277,'_product_image_gallery',''),(34458,7277,'_download_limit','-1'),(34459,7277,'_download_expiry','-1'),(34460,7277,'_stock',NULL),(34461,7277,'_stock_status','instock'),(34462,7277,'_wc_average_rating','0'),(34463,7277,'_wc_rating_count','a:0:{}'),(34464,7277,'_wc_review_count','0'),(34465,7277,'_downloadable_files','a:0:{}'),(34466,7277,'attribute_size','Large'),(34467,7277,'_price','25.00'),(34468,7277,'_product_version','3.0.8'),(34469,7278,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(34470,7278,'_variation_description',''),(34471,7278,'_sku',''),(34472,7278,'_regular_price','25.00'),(34473,7278,'_sale_price',''),(34474,7278,'_sale_price_dates_from',''),(34475,7278,'_sale_price_dates_to',''),(34476,7278,'total_sales','0'),(34477,7278,'_tax_status','taxable'),(34478,7278,'_tax_class',''),(34479,7278,'_manage_stock','no'),(34480,7278,'_backorders','no'),(34481,7278,'_sold_individually','no'),(34482,7278,'_weight',''),(34483,7278,'_length',''),(34484,7278,'_width',''),(34485,7278,'_height',''),(34486,7278,'_upsell_ids','a:0:{}'),(34487,7278,'_crosssell_ids','a:0:{}'),(34488,7278,'_purchase_note',''),(34489,7278,'_default_attributes','a:0:{}'),(34490,7278,'_virtual','no'),(34491,7278,'_downloadable','no'),(34492,7278,'_product_image_gallery',''),(34493,7278,'_download_limit','-1'),(34494,7278,'_download_expiry','-1'),(34495,7278,'_stock',NULL),(34496,7278,'_stock_status','instock'),(34497,7278,'_wc_average_rating','0'),(34498,7278,'_wc_rating_count','a:0:{}'),(34499,7278,'_wc_review_count','0'),(34500,7278,'_downloadable_files','a:0:{}'),(34501,7278,'attribute_size','Medium'),(34502,7278,'_price','25.00'),(34503,7278,'_product_version','3.0.8'),(34504,7279,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(34505,7279,'_variation_description',''),(34506,7279,'_sku',''),(34507,7279,'_regular_price','25.00'),(34508,7279,'_sale_price',''),(34509,7279,'_sale_price_dates_from',''),(34510,7279,'_sale_price_dates_to',''),(34511,7279,'total_sales','0'),(34512,7279,'_tax_status','taxable'),(34513,7279,'_tax_class',''),(34514,7279,'_manage_stock','no'),(34515,7279,'_backorders','no'),(34516,7279,'_sold_individually','no'),(34517,7279,'_weight',''),(34518,7279,'_length',''),(34519,7279,'_width',''),(34520,7279,'_height',''),(34521,7279,'_upsell_ids','a:0:{}'),(34522,7279,'_crosssell_ids','a:0:{}'),(34523,7279,'_purchase_note',''),(34524,7279,'_default_attributes','a:0:{}'),(34525,7279,'_virtual','no'),(34526,7279,'_downloadable','no'),(34527,7279,'_product_image_gallery',''),(34528,7279,'_download_limit','-1'),(34529,7279,'_download_expiry','-1'),(34530,7279,'_stock',NULL),(34531,7279,'_stock_status','outofstock'),(34532,7279,'_wc_average_rating','0'),(34533,7279,'_wc_rating_count','a:0:{}'),(34534,7279,'_wc_review_count','0'),(34535,7279,'_downloadable_files','a:0:{}'),(34536,7279,'attribute_size','Small'),(34537,7279,'_price','25.00'),(34538,7279,'_product_version','3.0.8'),(34540,7274,'_thumbnail_id','7262'),(34541,7274,'slide_template','default'),(34542,7280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(34543,7280,'_variation_description',''),(34544,7280,'_sku',''),(34545,7280,'_regular_price','25.00'),(34546,7280,'_sale_price',''),(34547,7280,'_sale_price_dates_from',''),(34548,7280,'_sale_price_dates_to',''),(34549,7280,'total_sales','0'),(34550,7280,'_tax_status','taxable'),(34551,7280,'_tax_class',''),(34552,7280,'_manage_stock','no'),(34553,7280,'_backorders','no'),(34554,7280,'_sold_individually','no'),(34555,7280,'_weight',''),(34556,7280,'_length',''),(34557,7280,'_width',''),(34558,7280,'_height',''),(34559,7280,'_upsell_ids','a:0:{}'),(34560,7280,'_crosssell_ids','a:0:{}'),(34561,7280,'_purchase_note',''),(34562,7280,'_default_attributes','a:0:{}'),(34563,7280,'_virtual','no'),(34564,7280,'_downloadable','no'),(34565,7280,'_product_image_gallery',''),(34566,7280,'_download_limit','-1'),(34567,7280,'_download_expiry','-1'),(34568,7280,'_stock',NULL),(34569,7280,'_stock_status','outofstock'),(34570,7280,'_wc_average_rating','0'),(34571,7280,'_wc_rating_count','a:0:{}'),(34572,7280,'_wc_review_count','0'),(34573,7280,'_downloadable_files','a:0:{}'),(34574,7280,'attribute_size','Small'),(34575,7280,'_price','25.00'),(34576,7280,'_product_version','3.0.8'),(34581,7281,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(34582,7281,'_wc_review_count','0'),(34583,7281,'_wc_rating_count','a:0:{}'),(34584,7281,'_wc_average_rating','0'),(34585,7281,'_edit_lock','1521028184:3'),(34586,7281,'_edit_last','3'),(34587,7281,'_sku',''),(34588,7281,'_regular_price',''),(34589,7281,'_sale_price',''),(34590,7281,'_sale_price_dates_from',''),(34591,7281,'_sale_price_dates_to',''),(34592,7281,'total_sales','3'),(34593,7281,'_tax_status','taxable'),(34594,7281,'_tax_class',''),(34595,7281,'_manage_stock','no'),(34596,7281,'_backorders','no'),(34597,7281,'_sold_individually','no'),(34598,7281,'_weight',''),(34599,7281,'_length',''),(34600,7281,'_width',''),(34601,7281,'_height',''),(34602,7281,'_upsell_ids','a:0:{}'),(34603,7281,'_crosssell_ids','a:0:{}'),(34604,7281,'_purchase_note',''),(34605,7281,'_default_attributes','a:0:{}'),(34606,7281,'_virtual','no'),(34607,7281,'_downloadable','no'),(34608,7281,'_product_image_gallery',''),(34609,7281,'_download_limit','-1'),(34610,7281,'_download_expiry','-1'),(34611,7281,'_stock',NULL),(34612,7281,'_stock_status','instock'),(34613,7281,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:32:\"Small | Medium | Large | X-Large\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(34614,7281,'_product_version','3.0.8'),(34616,7282,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(34617,7282,'_variation_description',''),(34618,7282,'_sku',''),(34619,7282,'_regular_price','25.00'),(34620,7282,'_sale_price',''),(34621,7282,'_sale_price_dates_from',''),(34622,7282,'_sale_price_dates_to',''),(34623,7282,'total_sales','0'),(34624,7282,'_tax_status','taxable'),(34625,7282,'_tax_class',''),(34626,7282,'_manage_stock','no'),(34627,7282,'_backorders','no'),(34628,7282,'_sold_individually','no'),(34629,7282,'_weight',''),(34630,7282,'_length',''),(34631,7282,'_width',''),(34632,7282,'_height',''),(34633,7282,'_upsell_ids','a:0:{}'),(34634,7282,'_crosssell_ids','a:0:{}'),(34635,7282,'_purchase_note',''),(34636,7282,'_default_attributes','a:0:{}'),(34637,7282,'_virtual','no'),(34638,7282,'_downloadable','no'),(34639,7282,'_product_image_gallery',''),(34640,7282,'_download_limit','-1'),(34641,7282,'_download_expiry','-1'),(34642,7282,'_stock',NULL),(34643,7282,'_stock_status','instock'),(34644,7282,'_wc_average_rating','0'),(34645,7282,'_wc_rating_count','a:0:{}'),(34646,7282,'_wc_review_count','0'),(34647,7282,'_downloadable_files','a:0:{}'),(34648,7282,'attribute_size','X-Large'),(34649,7282,'_price','25.00'),(34650,7282,'_product_version','3.0.8'),(34651,7283,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(34652,7283,'_variation_description',''),(34653,7283,'_sku',''),(34654,7283,'_regular_price','25.00'),(34655,7283,'_sale_price',''),(34656,7283,'_sale_price_dates_from',''),(34657,7283,'_sale_price_dates_to',''),(34658,7283,'total_sales','0'),(34659,7283,'_tax_status','taxable'),(34660,7283,'_tax_class',''),(34661,7283,'_manage_stock','no'),(34662,7283,'_backorders','no'),(34663,7283,'_sold_individually','no'),(34664,7283,'_weight',''),(34665,7283,'_length',''),(34666,7283,'_width',''),(34667,7283,'_height',''),(34668,7283,'_upsell_ids','a:0:{}'),(34669,7283,'_crosssell_ids','a:0:{}'),(34670,7283,'_purchase_note',''),(34671,7283,'_default_attributes','a:0:{}'),(34672,7283,'_virtual','no'),(34673,7283,'_downloadable','no'),(34674,7283,'_product_image_gallery',''),(34675,7283,'_download_limit','-1'),(34676,7283,'_download_expiry','-1'),(34677,7283,'_stock',NULL),(34678,7283,'_stock_status','instock'),(34679,7283,'_wc_average_rating','0'),(34680,7283,'_wc_rating_count','a:0:{}'),(34681,7283,'_wc_review_count','0'),(34682,7283,'_downloadable_files','a:0:{}'),(34683,7283,'attribute_size','Large'),(34684,7283,'_price','25.00'),(34685,7283,'_product_version','3.0.8'),(34686,7284,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(34687,7284,'_variation_description',''),(34688,7284,'_sku',''),(34689,7284,'_regular_price','25.00'),(34690,7284,'_sale_price',''),(34691,7284,'_sale_price_dates_from',''),(34692,7284,'_sale_price_dates_to',''),(34693,7284,'total_sales','0'),(34694,7284,'_tax_status','taxable'),(34695,7284,'_tax_class',''),(34696,7284,'_manage_stock','no'),(34697,7284,'_backorders','no'),(34698,7284,'_sold_individually','no'),(34699,7284,'_weight',''),(34700,7284,'_length',''),(34701,7284,'_width',''),(34702,7284,'_height',''),(34703,7284,'_upsell_ids','a:0:{}'),(34704,7284,'_crosssell_ids','a:0:{}'),(34705,7284,'_purchase_note',''),(34706,7284,'_default_attributes','a:0:{}'),(34707,7284,'_virtual','no'),(34708,7284,'_downloadable','no'),(34709,7284,'_product_image_gallery',''),(34710,7284,'_download_limit','-1'),(34711,7284,'_download_expiry','-1'),(34712,7284,'_stock',NULL),(34713,7284,'_stock_status','instock'),(34714,7284,'_wc_average_rating','0'),(34715,7284,'_wc_rating_count','a:0:{}'),(34716,7284,'_wc_review_count','0'),(34717,7284,'_downloadable_files','a:0:{}'),(34718,7284,'attribute_size','Medium'),(34719,7284,'_price','25.00'),(34720,7284,'_product_version','3.0.8'),(34721,7285,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(34722,7285,'_variation_description',''),(34723,7285,'_sku',''),(34724,7285,'_regular_price','25.00'),(34725,7285,'_sale_price',''),(34726,7285,'_sale_price_dates_from',''),(34727,7285,'_sale_price_dates_to',''),(34728,7285,'total_sales','0'),(34729,7285,'_tax_status','taxable'),(34730,7285,'_tax_class',''),(34731,7285,'_manage_stock','no'),(34732,7285,'_backorders','no'),(34733,7285,'_sold_individually','no'),(34734,7285,'_weight',''),(34735,7285,'_length',''),(34736,7285,'_width',''),(34737,7285,'_height',''),(34738,7285,'_upsell_ids','a:0:{}'),(34739,7285,'_crosssell_ids','a:0:{}'),(34740,7285,'_purchase_note',''),(34741,7285,'_default_attributes','a:0:{}'),(34742,7285,'_virtual','no'),(34743,7285,'_downloadable','no'),(34744,7285,'_product_image_gallery',''),(34745,7285,'_download_limit','-1'),(34746,7285,'_download_expiry','-1'),(34747,7285,'_stock',NULL),(34748,7285,'_stock_status','instock'),(34749,7285,'_wc_average_rating','0'),(34750,7285,'_wc_rating_count','a:0:{}'),(34751,7285,'_wc_review_count','0'),(34752,7285,'_downloadable_files','a:0:{}'),(34753,7285,'attribute_size','Small'),(34754,7285,'_price','25.00'),(34755,7285,'_product_version','3.0.8'),(34757,7281,'_thumbnail_id','7261'),(34758,7281,'slide_template',''),(34759,7286,'_order_key','wc_order_5aa6ec0c93c90'),(34760,7286,'_customer_user','3'),(34761,7286,'_payment_method','paypal'),(34762,7286,'_payment_method_title','PayPal'),(34763,7286,'_transaction_id',''),(34764,7286,'_customer_ip_address','67.191.139.14'),(34765,7286,'_customer_user_agent','mozilla/5.0 (ipad; cpu os 11_3 like mac os x) applewebkit/605.1.15 (khtml, like gecko) version/11.0 mobile/15e148 safari/604.1'),(34766,7286,'_created_via','checkout'),(34767,7286,'_date_completed',''),(34768,7286,'_completed_date',''),(34769,7286,'_date_paid',''),(34770,7286,'_paid_date',''),(34771,7286,'_cart_hash','3f5361c81106b183cadbd0bc1e10a00a'),(34772,7286,'_billing_first_name','Rob'),(34773,7286,'_billing_last_name','Thomas'),(34774,7286,'_billing_company',''),(34775,7286,'_billing_address_1','66 Stevenson Pt'),(34776,7286,'_billing_address_2',''),(34777,7286,'_billing_city','Dallas'),(34778,7286,'_billing_state','GA'),(34779,7286,'_billing_postcode','30132'),(34780,7286,'_billing_country','US'),(34781,7286,'_billing_email','robfthomas@me.com'),(34782,7286,'_billing_phone','770-9778287'),(34783,7286,'_shipping_first_name','Rob'),(34784,7286,'_shipping_last_name','Thomas'),(34785,7286,'_shipping_company',''),(34786,7286,'_shipping_address_1','66 Stevenson Pt'),(34787,7286,'_shipping_address_2',''),(34788,7286,'_shipping_city','Dallas'),(34789,7286,'_shipping_state','GA'),(34790,7286,'_shipping_postcode','30132'),(34791,7286,'_shipping_country','US'),(34792,7286,'_order_currency','USD'),(34793,7286,'_cart_discount','0'),(34794,7286,'_cart_discount_tax','0'),(34795,7286,'_order_shipping','11.9'),(34796,7286,'_order_shipping_tax','0'),(34797,7286,'_order_tax','3.5'),(34798,7286,'_order_total','65.40'),(34799,7286,'_order_version','3.0.8'),(34800,7286,'_prices_include_tax','no'),(34801,7286,'_billing_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US robfthomas@me.com 770-9778287'),(34802,7286,'_shipping_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US'),(34803,7286,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(34804,7287,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(34805,7287,'_wc_review_count','0'),(34806,7287,'_wc_rating_count','a:0:{}'),(34807,7287,'_wc_average_rating','0'),(34808,7287,'_edit_lock','1523910241:3'),(34809,7287,'_edit_last','3'),(34810,7287,'_sku',''),(34811,7287,'_regular_price',''),(34812,7287,'_sale_price',''),(34813,7287,'_sale_price_dates_from',''),(34814,7287,'_sale_price_dates_to',''),(34815,7287,'total_sales','4'),(34816,7287,'_tax_status','taxable'),(34817,7287,'_tax_class',''),(34818,7287,'_manage_stock','no'),(34819,7287,'_backorders','no'),(34820,7287,'_sold_individually','no'),(34821,7287,'_weight',''),(34822,7287,'_length',''),(34823,7287,'_width',''),(34824,7287,'_height',''),(34825,7287,'_upsell_ids','a:0:{}'),(34826,7287,'_crosssell_ids','a:0:{}'),(34827,7287,'_purchase_note',''),(34828,7287,'_default_attributes','a:0:{}'),(34829,7287,'_virtual','no'),(34830,7287,'_downloadable','no'),(34831,7287,'_product_image_gallery',''),(34832,7287,'_download_limit','-1'),(34833,7287,'_download_expiry','-1'),(34834,7287,'_stock',NULL),(34835,7287,'_stock_status','instock'),(34836,7287,'_product_version','3.0.8'),(34838,7287,'slide_template','default'),(34839,7287,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:37:\"Medium | Large | X- Large | 2X- Large\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(34840,7288,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(34841,7288,'_variation_description',''),(34842,7288,'_sku',''),(34843,7288,'_regular_price','25.00'),(34844,7288,'_sale_price',''),(34845,7288,'_sale_price_dates_from',''),(34846,7288,'_sale_price_dates_to',''),(34847,7288,'total_sales','0'),(34848,7288,'_tax_status','taxable'),(34849,7288,'_tax_class',''),(34850,7288,'_manage_stock','no'),(34851,7288,'_backorders','no'),(34852,7288,'_sold_individually','no'),(34853,7288,'_weight',''),(34854,7288,'_length',''),(34855,7288,'_width',''),(34856,7288,'_height',''),(34857,7288,'_upsell_ids','a:0:{}'),(34858,7288,'_crosssell_ids','a:0:{}'),(34859,7288,'_purchase_note',''),(34860,7288,'_default_attributes','a:0:{}'),(34861,7288,'_virtual','no'),(34862,7288,'_downloadable','no'),(34863,7288,'_product_image_gallery',''),(34864,7288,'_download_limit','-1'),(34865,7288,'_download_expiry','-1'),(34866,7288,'_stock',NULL),(34867,7288,'_stock_status','instock'),(34868,7288,'_wc_average_rating','0'),(34869,7288,'_wc_rating_count','a:0:{}'),(34870,7288,'_wc_review_count','0'),(34871,7288,'_downloadable_files','a:0:{}'),(34872,7288,'attribute_size','2X- Large'),(34873,7288,'_price','25.00'),(34874,7288,'_product_version','3.0.8'),(34875,7289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(34876,7289,'_variation_description',''),(34877,7289,'_sku',''),(34878,7289,'_regular_price','25.00'),(34879,7289,'_sale_price',''),(34880,7289,'_sale_price_dates_from',''),(34881,7289,'_sale_price_dates_to',''),(34882,7289,'total_sales','0'),(34883,7289,'_tax_status','taxable'),(34884,7289,'_tax_class',''),(34885,7289,'_manage_stock','no'),(34886,7289,'_backorders','no'),(34887,7289,'_sold_individually','no'),(34888,7289,'_weight',''),(34889,7289,'_length',''),(34890,7289,'_width',''),(34891,7289,'_height',''),(34892,7289,'_upsell_ids','a:0:{}'),(34893,7289,'_crosssell_ids','a:0:{}'),(34894,7289,'_purchase_note',''),(34895,7289,'_default_attributes','a:0:{}'),(34896,7289,'_virtual','no'),(34897,7289,'_downloadable','no'),(34898,7289,'_product_image_gallery',''),(34899,7289,'_download_limit','-1'),(34900,7289,'_download_expiry','-1'),(34901,7289,'_stock',NULL),(34902,7289,'_stock_status','instock'),(34903,7289,'_wc_average_rating','0'),(34904,7289,'_wc_rating_count','a:0:{}'),(34905,7289,'_wc_review_count','0'),(34906,7289,'_downloadable_files','a:0:{}'),(34907,7289,'attribute_size','X- Large'),(34908,7289,'_price','25.00'),(34909,7289,'_product_version','3.0.8'),(34910,7290,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(34911,7290,'_variation_description',''),(34912,7290,'_sku',''),(34913,7290,'_regular_price','25.00'),(34914,7290,'_sale_price',''),(34915,7290,'_sale_price_dates_from',''),(34916,7290,'_sale_price_dates_to',''),(34917,7290,'total_sales','0'),(34918,7290,'_tax_status','taxable'),(34919,7290,'_tax_class',''),(34920,7290,'_manage_stock','no'),(34921,7290,'_backorders','no'),(34922,7290,'_sold_individually','no'),(34923,7290,'_weight',''),(34924,7290,'_length',''),(34925,7290,'_width',''),(34926,7290,'_height',''),(34927,7290,'_upsell_ids','a:0:{}'),(34928,7290,'_crosssell_ids','a:0:{}'),(34929,7290,'_purchase_note',''),(34930,7290,'_default_attributes','a:0:{}'),(34931,7290,'_virtual','no'),(34932,7290,'_downloadable','no'),(34933,7290,'_product_image_gallery',''),(34934,7290,'_download_limit','-1'),(34935,7290,'_download_expiry','-1'),(34936,7290,'_stock',NULL),(34937,7290,'_stock_status','instock'),(34938,7290,'_wc_average_rating','0'),(34939,7290,'_wc_rating_count','a:0:{}'),(34940,7290,'_wc_review_count','0'),(34941,7290,'_downloadable_files','a:0:{}'),(34942,7290,'attribute_size','Large'),(34943,7290,'_price','25.00'),(34944,7290,'_product_version','3.0.8'),(34945,7291,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(34946,7291,'_variation_description',''),(34947,7291,'_sku',''),(34948,7291,'_regular_price','25.00'),(34949,7291,'_sale_price',''),(34950,7291,'_sale_price_dates_from',''),(34951,7291,'_sale_price_dates_to',''),(34952,7291,'total_sales','0'),(34953,7291,'_tax_status','taxable'),(34954,7291,'_tax_class',''),(34955,7291,'_manage_stock','no'),(34956,7291,'_backorders','no'),(34957,7291,'_sold_individually','no'),(34958,7291,'_weight',''),(34959,7291,'_length',''),(34960,7291,'_width',''),(34961,7291,'_height',''),(34962,7291,'_upsell_ids','a:0:{}'),(34963,7291,'_crosssell_ids','a:0:{}'),(34964,7291,'_purchase_note',''),(34965,7291,'_default_attributes','a:0:{}'),(34966,7291,'_virtual','no'),(34967,7291,'_downloadable','no'),(34968,7291,'_product_image_gallery',''),(34969,7291,'_download_limit','-1'),(34970,7291,'_download_expiry','-1'),(34971,7291,'_stock',NULL),(34972,7291,'_stock_status','instock'),(34973,7291,'_wc_average_rating','0'),(34974,7291,'_wc_rating_count','a:0:{}'),(34975,7291,'_wc_review_count','0'),(34976,7291,'_downloadable_files','a:0:{}'),(34977,7291,'attribute_size','Medium'),(34978,7291,'_price','25.00'),(34979,7291,'_product_version','3.0.8'),(34981,7292,'_wp_attached_file','2018/03/D915FA70-49DA-40D0-8234-C999D46B4C90.png'),(34982,7292,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:48:\"2018/03/D915FA70-49DA-40D0-8234-C999D46B4C90.png\";s:5:\"sizes\";a:2:{s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:46:\"D915FA70-49DA-40D0-8234-C999D46B4C90-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:46:\"D915FA70-49DA-40D0-8234-C999D46B4C90-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34983,7287,'_thumbnail_id','7326'),(34984,7293,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(34985,7293,'_wc_review_count','0'),(34986,7293,'_wc_rating_count','a:0:{}'),(34987,7293,'_wc_average_rating','0'),(34988,7293,'_edit_lock','1522081759:3'),(34989,7293,'_edit_last','3'),(34990,7293,'_sku',''),(34991,7293,'_regular_price',''),(34992,7293,'_sale_price',''),(34993,7293,'_sale_price_dates_from',''),(34994,7293,'_sale_price_dates_to',''),(34995,7293,'total_sales','3'),(34996,7293,'_tax_status','taxable'),(34997,7293,'_tax_class',''),(34998,7293,'_manage_stock','no'),(34999,7293,'_backorders','no'),(35000,7293,'_sold_individually','no'),(35001,7293,'_weight',''),(35002,7293,'_length',''),(35003,7293,'_width',''),(35004,7293,'_height',''),(35005,7293,'_upsell_ids','a:0:{}'),(35006,7293,'_crosssell_ids','a:0:{}'),(35007,7293,'_purchase_note',''),(35008,7293,'_default_attributes','a:0:{}'),(35009,7293,'_virtual','no'),(35010,7293,'_downloadable','no'),(35011,7293,'_product_image_gallery',''),(35012,7293,'_download_limit','-1'),(35013,7293,'_download_expiry','-1'),(35014,7293,'_stock',NULL),(35015,7293,'_stock_status','instock'),(35016,7293,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:45:\"Small | Medium | Large | X- Large | 2 X-Large\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(35017,7293,'_product_version','3.0.8'),(35019,7294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(35020,7294,'_variation_description',''),(35021,7294,'_sku',''),(35022,7294,'_regular_price','25.00'),(35023,7294,'_sale_price',''),(35024,7294,'_sale_price_dates_from',''),(35025,7294,'_sale_price_dates_to',''),(35026,7294,'total_sales','0'),(35027,7294,'_tax_status','taxable'),(35028,7294,'_tax_class',''),(35029,7294,'_manage_stock','no'),(35030,7294,'_backorders','no'),(35031,7294,'_sold_individually','no'),(35032,7294,'_weight',''),(35033,7294,'_length',''),(35034,7294,'_width',''),(35035,7294,'_height',''),(35036,7294,'_upsell_ids','a:0:{}'),(35037,7294,'_crosssell_ids','a:0:{}'),(35038,7294,'_purchase_note',''),(35039,7294,'_default_attributes','a:0:{}'),(35040,7294,'_virtual','no'),(35041,7294,'_downloadable','no'),(35042,7294,'_product_image_gallery',''),(35043,7294,'_download_limit','-1'),(35044,7294,'_download_expiry','-1'),(35045,7294,'_stock',NULL),(35046,7294,'_stock_status','instock'),(35047,7294,'_wc_average_rating','0'),(35048,7294,'_wc_rating_count','a:0:{}'),(35049,7294,'_wc_review_count','0'),(35050,7294,'_downloadable_files','a:0:{}'),(35051,7294,'attribute_size','2 X-Large'),(35052,7294,'_price','25.00'),(35053,7294,'_product_version','3.0.8'),(35054,7295,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(35055,7295,'_variation_description',''),(35056,7295,'_sku',''),(35057,7295,'_regular_price','25.00'),(35058,7295,'_sale_price',''),(35059,7295,'_sale_price_dates_from',''),(35060,7295,'_sale_price_dates_to',''),(35061,7295,'total_sales','0'),(35062,7295,'_tax_status','taxable'),(35063,7295,'_tax_class',''),(35064,7295,'_manage_stock','no'),(35065,7295,'_backorders','no'),(35066,7295,'_sold_individually','no'),(35067,7295,'_weight',''),(35068,7295,'_length',''),(35069,7295,'_width',''),(35070,7295,'_height',''),(35071,7295,'_upsell_ids','a:0:{}'),(35072,7295,'_crosssell_ids','a:0:{}'),(35073,7295,'_purchase_note',''),(35074,7295,'_default_attributes','a:0:{}'),(35075,7295,'_virtual','no'),(35076,7295,'_downloadable','no'),(35077,7295,'_product_image_gallery',''),(35078,7295,'_download_limit','-1'),(35079,7295,'_download_expiry','-1'),(35080,7295,'_stock',NULL),(35081,7295,'_stock_status','instock'),(35082,7295,'_wc_average_rating','0'),(35083,7295,'_wc_rating_count','a:0:{}'),(35084,7295,'_wc_review_count','0'),(35085,7295,'_downloadable_files','a:0:{}'),(35086,7295,'attribute_size','X- Large'),(35087,7295,'_price','25.00'),(35088,7295,'_product_version','3.0.8'),(35089,7296,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(35090,7296,'_variation_description',''),(35091,7296,'_sku',''),(35092,7296,'_regular_price','25.00'),(35093,7296,'_sale_price',''),(35094,7296,'_sale_price_dates_from',''),(35095,7296,'_sale_price_dates_to',''),(35096,7296,'total_sales','0'),(35097,7296,'_tax_status','taxable'),(35098,7296,'_tax_class',''),(35099,7296,'_manage_stock','no'),(35100,7296,'_backorders','no'),(35101,7296,'_sold_individually','no'),(35102,7296,'_weight',''),(35103,7296,'_length',''),(35104,7296,'_width',''),(35105,7296,'_height',''),(35106,7296,'_upsell_ids','a:0:{}'),(35107,7296,'_crosssell_ids','a:0:{}'),(35108,7296,'_purchase_note',''),(35109,7296,'_default_attributes','a:0:{}'),(35110,7296,'_virtual','no'),(35111,7296,'_downloadable','no'),(35112,7296,'_product_image_gallery',''),(35113,7296,'_download_limit','-1'),(35114,7296,'_download_expiry','-1'),(35115,7296,'_stock',NULL),(35116,7296,'_stock_status','instock'),(35117,7296,'_wc_average_rating','0'),(35118,7296,'_wc_rating_count','a:0:{}'),(35119,7296,'_wc_review_count','0'),(35120,7296,'_downloadable_files','a:0:{}'),(35121,7296,'attribute_size','Large'),(35122,7296,'_price','25.00'),(35123,7296,'_product_version','3.0.8'),(35124,7297,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(35125,7297,'_variation_description',''),(35126,7297,'_sku',''),(35127,7297,'_regular_price','25.00'),(35128,7297,'_sale_price',''),(35129,7297,'_sale_price_dates_from',''),(35130,7297,'_sale_price_dates_to',''),(35131,7297,'total_sales','0'),(35132,7297,'_tax_status','taxable'),(35133,7297,'_tax_class',''),(35134,7297,'_manage_stock','no'),(35135,7297,'_backorders','no'),(35136,7297,'_sold_individually','no'),(35137,7297,'_weight',''),(35138,7297,'_length',''),(35139,7297,'_width',''),(35140,7297,'_height',''),(35141,7297,'_upsell_ids','a:0:{}'),(35142,7297,'_crosssell_ids','a:0:{}'),(35143,7297,'_purchase_note',''),(35144,7297,'_default_attributes','a:0:{}'),(35145,7297,'_virtual','no'),(35146,7297,'_downloadable','no'),(35147,7297,'_product_image_gallery',''),(35148,7297,'_download_limit','-1'),(35149,7297,'_download_expiry','-1'),(35150,7297,'_stock',NULL),(35151,7297,'_stock_status','instock'),(35152,7297,'_wc_average_rating','0'),(35153,7297,'_wc_rating_count','a:0:{}'),(35154,7297,'_wc_review_count','0'),(35155,7297,'_downloadable_files','a:0:{}'),(35156,7297,'attribute_size','Medium'),(35157,7297,'_price','25.00'),(35158,7297,'_product_version','3.0.8'),(35160,7293,'_thumbnail_id','7327'),(35161,7293,'slide_template','default'),(35162,7298,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(35163,7298,'_wc_review_count','0'),(35164,7298,'_wc_rating_count','a:0:{}'),(35165,7298,'_wc_average_rating','0'),(35166,7298,'_edit_lock','1525351510:3'),(35167,7298,'_edit_last','3'),(35168,7298,'_sku',''),(35169,7298,'_regular_price',''),(35170,7298,'_sale_price',''),(35171,7298,'_sale_price_dates_from',''),(35172,7298,'_sale_price_dates_to',''),(35173,7298,'total_sales','1'),(35174,7298,'_tax_status','taxable'),(35175,7298,'_tax_class',''),(35176,7298,'_manage_stock','no'),(35177,7298,'_backorders','no'),(35178,7298,'_sold_individually','no'),(35179,7298,'_weight',''),(35180,7298,'_length',''),(35181,7298,'_width',''),(35182,7298,'_height',''),(35183,7298,'_upsell_ids','a:0:{}'),(35184,7298,'_crosssell_ids','a:0:{}'),(35185,7298,'_purchase_note',''),(35186,7298,'_default_attributes','a:0:{}'),(35187,7298,'_virtual','no'),(35188,7298,'_downloadable','no'),(35189,7298,'_product_image_gallery',''),(35190,7298,'_download_limit','-1'),(35191,7298,'_download_expiry','-1'),(35192,7298,'_stock',NULL),(35193,7298,'_stock_status','instock'),(35194,7298,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:22:\"Small | Medium | Large\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(35195,7298,'_product_version','3.0.8'),(35267,7301,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(35268,7301,'_variation_description',''),(35269,7301,'_sku',''),(35270,7301,'_regular_price','25.00'),(35271,7301,'_sale_price',''),(35272,7301,'_sale_price_dates_from',''),(35273,7301,'_sale_price_dates_to',''),(35274,7301,'total_sales','0'),(35275,7301,'_tax_status','taxable'),(35276,7301,'_tax_class',''),(35277,7301,'_manage_stock','no'),(35278,7301,'_backorders','no'),(35279,7301,'_sold_individually','no'),(35280,7301,'_weight',''),(35281,7301,'_length',''),(35282,7301,'_width',''),(35283,7301,'_height',''),(35284,7301,'_upsell_ids','a:0:{}'),(35285,7301,'_crosssell_ids','a:0:{}'),(35286,7301,'_purchase_note',''),(35287,7301,'_default_attributes','a:0:{}'),(35288,7301,'_virtual','no'),(35289,7301,'_downloadable','no'),(35290,7301,'_product_image_gallery',''),(35291,7301,'_download_limit','-1'),(35292,7301,'_download_expiry','-1'),(35293,7301,'_stock',NULL),(35294,7301,'_stock_status','instock'),(35295,7301,'_wc_average_rating','0'),(35296,7301,'_wc_rating_count','a:0:{}'),(35297,7301,'_wc_review_count','0'),(35298,7301,'_downloadable_files','a:0:{}'),(35299,7301,'attribute_size','Large'),(35300,7301,'_price','25.00'),(35301,7301,'_product_version','3.0.8'),(35302,7302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(35303,7302,'_variation_description',''),(35304,7302,'_sku',''),(35305,7302,'_regular_price','25.00'),(35306,7302,'_sale_price',''),(35307,7302,'_sale_price_dates_from',''),(35308,7302,'_sale_price_dates_to',''),(35309,7302,'total_sales','0'),(35310,7302,'_tax_status','taxable'),(35311,7302,'_tax_class',''),(35312,7302,'_manage_stock','no'),(35313,7302,'_backorders','no'),(35314,7302,'_sold_individually','no'),(35315,7302,'_weight',''),(35316,7302,'_length',''),(35317,7302,'_width',''),(35318,7302,'_height',''),(35319,7302,'_upsell_ids','a:0:{}'),(35320,7302,'_crosssell_ids','a:0:{}'),(35321,7302,'_purchase_note',''),(35322,7302,'_default_attributes','a:0:{}'),(35323,7302,'_virtual','no'),(35324,7302,'_downloadable','no'),(35325,7302,'_product_image_gallery',''),(35326,7302,'_download_limit','-1'),(35327,7302,'_download_expiry','-1'),(35328,7302,'_stock',NULL),(35329,7302,'_stock_status','instock'),(35330,7302,'_wc_average_rating','0'),(35331,7302,'_wc_rating_count','a:0:{}'),(35332,7302,'_wc_review_count','0'),(35333,7302,'_downloadable_files','a:0:{}'),(35334,7302,'attribute_size','Medium'),(35335,7302,'_price','25.00'),(35336,7302,'_product_version','3.0.8'),(35338,7298,'_thumbnail_id','7324'),(35339,7298,'slide_template','default'),(35340,7303,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(35341,7303,'_wc_review_count','0'),(35342,7303,'_wc_rating_count','a:0:{}'),(35343,7303,'_wc_average_rating','0'),(35344,7303,'_edit_lock','1525351490:3'),(35345,7303,'_edit_last','3'),(35346,7303,'_sku',''),(35347,7303,'_regular_price',''),(35348,7303,'_sale_price',''),(35349,7303,'_sale_price_dates_from',''),(35350,7303,'_sale_price_dates_to',''),(35351,7303,'total_sales','0'),(35352,7303,'_tax_status','taxable'),(35353,7303,'_tax_class',''),(35354,7303,'_manage_stock','no'),(35355,7303,'_backorders','no'),(35356,7303,'_sold_individually','no'),(35357,7303,'_weight',''),(35358,7303,'_length',''),(35359,7303,'_width',''),(35360,7303,'_height',''),(35361,7303,'_upsell_ids','a:0:{}'),(35362,7303,'_crosssell_ids','a:0:{}'),(35363,7303,'_purchase_note',''),(35364,7303,'_default_attributes','a:0:{}'),(35365,7303,'_virtual','no'),(35366,7303,'_downloadable','no'),(35367,7303,'_product_image_gallery',''),(35368,7303,'_download_limit','-1'),(35369,7303,'_download_expiry','-1'),(35370,7303,'_stock',NULL),(35371,7303,'_stock_status','instock'),(35372,7303,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:22:\"Small | Medium | Large\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(35373,7303,'_product_version','3.0.8'),(35516,7303,'_thumbnail_id','7325'),(35517,7303,'slide_template','default'),(35518,7308,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(35519,7308,'_wc_review_count','0'),(35520,7308,'_wc_rating_count','a:0:{}'),(35521,7308,'_wc_average_rating','0'),(35522,7308,'_edit_lock','1525351028:3'),(35523,7308,'_edit_last','3'),(35524,7308,'_sku',''),(35525,7308,'_regular_price',''),(35526,7308,'_sale_price',''),(35527,7308,'_sale_price_dates_from',''),(35528,7308,'_sale_price_dates_to',''),(35529,7308,'total_sales','3'),(35530,7308,'_tax_status','taxable'),(35531,7308,'_tax_class',''),(35532,7308,'_manage_stock','no'),(35533,7308,'_backorders','no'),(35534,7308,'_sold_individually','no'),(35535,7308,'_weight',''),(35536,7308,'_length',''),(35537,7308,'_width',''),(35538,7308,'_height',''),(35539,7308,'_upsell_ids','a:0:{}'),(35540,7308,'_crosssell_ids','a:0:{}'),(35541,7308,'_purchase_note',''),(35542,7308,'_default_attributes','a:0:{}'),(35543,7308,'_virtual','no'),(35544,7308,'_downloadable','no'),(35545,7308,'_product_image_gallery',''),(35546,7308,'_download_limit','-1'),(35547,7308,'_download_expiry','-1'),(35548,7308,'_stock',NULL),(35549,7308,'_stock_status','instock'),(35550,7308,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:22:\"Small | Medium | Large\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(35551,7308,'_product_version','3.0.8'),(35623,7311,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(35624,7311,'_variation_description',''),(35625,7311,'_sku',''),(35626,7311,'_regular_price','25.00'),(35627,7311,'_sale_price',''),(35628,7311,'_sale_price_dates_from',''),(35629,7311,'_sale_price_dates_to',''),(35630,7311,'total_sales','0'),(35631,7311,'_tax_status','taxable'),(35632,7311,'_tax_class',''),(35633,7311,'_manage_stock','no'),(35634,7311,'_backorders','no'),(35635,7311,'_sold_individually','no'),(35636,7311,'_weight',''),(35637,7311,'_length',''),(35638,7311,'_width',''),(35639,7311,'_height',''),(35640,7311,'_upsell_ids','a:0:{}'),(35641,7311,'_crosssell_ids','a:0:{}'),(35642,7311,'_purchase_note',''),(35643,7311,'_default_attributes','a:0:{}'),(35644,7311,'_virtual','no'),(35645,7311,'_downloadable','no'),(35646,7311,'_product_image_gallery',''),(35647,7311,'_download_limit','-1'),(35648,7311,'_download_expiry','-1'),(35649,7311,'_stock',NULL),(35650,7311,'_stock_status','instock'),(35651,7311,'_wc_average_rating','0'),(35652,7311,'_wc_rating_count','a:0:{}'),(35653,7311,'_wc_review_count','0'),(35654,7311,'_downloadable_files','a:0:{}'),(35655,7311,'attribute_size','Large'),(35656,7311,'_price','25.00'),(35657,7311,'_product_version','3.0.8'),(35658,7312,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(35659,7312,'_variation_description',''),(35660,7312,'_sku',''),(35661,7312,'_regular_price','25.00'),(35662,7312,'_sale_price',''),(35663,7312,'_sale_price_dates_from',''),(35664,7312,'_sale_price_dates_to',''),(35665,7312,'total_sales','0'),(35666,7312,'_tax_status','taxable'),(35667,7312,'_tax_class',''),(35668,7312,'_manage_stock','no'),(35669,7312,'_backorders','no'),(35670,7312,'_sold_individually','no'),(35671,7312,'_weight',''),(35672,7312,'_length',''),(35673,7312,'_width',''),(35674,7312,'_height',''),(35675,7312,'_upsell_ids','a:0:{}'),(35676,7312,'_crosssell_ids','a:0:{}'),(35677,7312,'_purchase_note',''),(35678,7312,'_default_attributes','a:0:{}'),(35679,7312,'_virtual','no'),(35680,7312,'_downloadable','no'),(35681,7312,'_product_image_gallery',''),(35682,7312,'_download_limit','-1'),(35683,7312,'_download_expiry','-1'),(35684,7312,'_stock',NULL),(35685,7312,'_stock_status','instock'),(35686,7312,'_wc_average_rating','0'),(35687,7312,'_wc_rating_count','a:0:{}'),(35688,7312,'_wc_review_count','0'),(35689,7312,'_downloadable_files','a:0:{}'),(35690,7312,'attribute_size','Medium'),(35691,7312,'_price','25.00'),(35692,7312,'_product_version','3.0.8'),(35699,7308,'_thumbnail_id','7320'),(35700,7308,'slide_template','default'),(35710,7281,'_price','25.00'),(35715,7314,'_order_key','wc_order_5aa81ebb70e61'),(35716,7314,'_customer_user','0'),(35717,7314,'_payment_method','paypal'),(35718,7314,'_payment_method_title','PayPal'),(35719,7314,'_transaction_id','9P517466WF9746126'),(35720,7314,'_customer_ip_address','73.82.105.194'),(35721,7314,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_13_3) applewebkit/537.36 (khtml, like gecko) chrome/64.0.3282.186 safari/537.36'),(35722,7314,'_created_via','checkout'),(35723,7314,'_date_completed',''),(35724,7314,'_completed_date',''),(35725,7314,'_date_paid','1520966796'),(35726,7314,'_paid_date','2018-03-13 18:46:36'),(35727,7314,'_cart_hash','3c54ff71048f2aec340b6cfea90a07d0'),(35728,7314,'_billing_first_name','heather'),(35729,7314,'_billing_last_name','Overman'),(35730,7314,'_billing_company','4ocean'),(35731,7314,'_billing_address_1','502 Rokeby Drive'),(35732,7314,'_billing_address_2',''),(35733,7314,'_billing_city','Woodstock'),(35734,7314,'_billing_state','GA'),(35735,7314,'_billing_postcode','30188'),(35736,7314,'_billing_country','US'),(35737,7314,'_billing_email','hbo2118@gmail.com'),(35738,7314,'_billing_phone','6785756160'),(35739,7314,'_shipping_first_name','heather'),(35740,7314,'_shipping_last_name','Overman'),(35741,7314,'_shipping_company','4ocean'),(35742,7314,'_shipping_address_1','502 Rokeby Drive'),(35743,7314,'_shipping_address_2',''),(35744,7314,'_shipping_city','Woodstock'),(35745,7314,'_shipping_state','GA'),(35746,7314,'_shipping_postcode','30188'),(35747,7314,'_shipping_country','US'),(35748,7314,'_order_currency','USD'),(35749,7314,'_cart_discount','0'),(35750,7314,'_cart_discount_tax','0'),(35751,7314,'_order_shipping','0'),(35752,7314,'_order_shipping_tax','0'),(35753,7314,'_order_tax','1.75'),(35754,7314,'_order_total','26.75'),(35755,7314,'_order_version','3.0.8'),(35756,7314,'_prices_include_tax','no'),(35757,7314,'_billing_address_index','heather Overman 4ocean 502 Rokeby Drive Woodstock GA 30188 US hbo2118@gmail.com 6785756160'),(35758,7314,'_shipping_address_index','heather Overman 4ocean 502 Rokeby Drive Woodstock GA 30188 US'),(35759,7314,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(35760,7314,'_paypal_status','completed'),(35761,7314,'Payer PayPal address','hbo2118@gmail.com'),(35762,7314,'Payer first name','Heather'),(35763,7314,'_download_permissions_granted','yes'),(35764,7314,'_recorded_sales','yes'),(35765,7314,'_recorded_coupon_usage_counts','yes'),(35766,7314,'Payer last name','Overman'),(35767,7314,'Payment type','instant'),(35768,7314,'_order_stock_reduced','yes'),(35769,7314,'PayPal Transaction Fee','1.08'),(35770,7315,'_wp_attached_file','2018/03/womensgrewsharkcrew.png'),(35771,7315,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:201;s:6:\"height\";i:251;s:4:\"file\";s:31:\"2018/03/womensgrewsharkcrew.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"womensgrewsharkcrew-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:29:\"womensgrewsharkcrew-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:29:\"womensgrewsharkcrew-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(35772,7316,'_wp_attached_file','2018/03/blacksharkcrrew.png'),(35773,7316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:454;s:4:\"file\";s:27:\"2018/03/blacksharkcrrew.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"blacksharkcrrew-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"blacksharkcrrew-238x300.png\";s:5:\"width\";i:238;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:25:\"blacksharkcrrew-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:27:\"blacksharkcrrew-360x400.png\";s:5:\"width\";i:360;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:25:\"blacksharkcrrew-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(35774,7317,'_wp_attached_file','2018/03/greysharkcrew.png'),(35775,7317,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:360;s:4:\"file\";s:25:\"2018/03/greysharkcrew.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"greysharkcrew-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"greysharkcrew-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:23:\"greysharkcrew-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:23:\"greysharkcrew-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(35776,7318,'_wp_attached_file','2018/03/womensblacksharkCrew.png'),(35777,7318,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:201;s:6:\"height\";i:251;s:4:\"file\";s:32:\"2018/03/womensblacksharkCrew.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"womensblacksharkCrew-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:30:\"womensblacksharkCrew-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:30:\"womensblacksharkCrew-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(35778,7319,'_wp_attached_file','2018/03/mensgreysharkcrew.png'),(35779,7319,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:360;s:4:\"file\";s:29:\"2018/03/mensgreysharkcrew.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"mensgreysharkcrew-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"mensgreysharkcrew-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:27:\"mensgreysharkcrew-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:27:\"mensgreysharkcrew-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(35780,7320,'_wp_attached_file','2018/03/Deano-Cook-Ladies-Black-Shark-Proof2.jpg'),(35781,7320,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1123;s:6:\"height\";i:1500;s:4:\"file\";s:48:\"2018/03/Deano-Cook-Ladies-Black-Shark-Proof2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Deano-Cook-Ladies-Black-Shark-Proof2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Deano-Cook-Ladies-Black-Shark-Proof2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Deano-Cook-Ladies-Black-Shark-Proof2-768x1026.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1026;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Deano-Cook-Ladies-Black-Shark-Proof2-767x1024.jpg\";s:5:\"width\";i:767;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"Deano-Cook-Ladies-Black-Shark-Proof2-749x1000.jpg\";s:5:\"width\";i:749;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:50:\"Deano-Cook-Ladies-Black-Shark-Proof2-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:49:\"Deano-Cook-Ladies-Black-Shark-Proof2-749x1000.jpg\";s:5:\"width\";i:749;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:49:\"Deano-Cook-Ladies-Black-Shark-Proof2-1123x767.jpg\";s:5:\"width\";i:1123;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:46:\"Deano-Cook-Ladies-Black-Shark-Proof2-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:48:\"Deano-Cook-Ladies-Black-Shark-Proof2-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:46:\"Deano-Cook-Ladies-Black-Shark-Proof2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:48:\"Deano-Cook-Ladies-Black-Shark-Proof2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon EOS-1Ds Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1289793967\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(35786,7321,'_order_key','wc_order_5aa82ad0db229'),(35787,7321,'_customer_user','3'),(35788,7321,'_payment_method','paypal'),(35789,7321,'_payment_method_title','PayPal'),(35790,7321,'_transaction_id',''),(35791,7321,'_customer_ip_address','73.43.50.139'),(35792,7321,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_13_3) applewebkit/604.5.6 (khtml, like gecko) version/11.0.3 safari/604.5.6'),(35793,7321,'_created_via','checkout'),(35794,7321,'_date_completed',''),(35795,7321,'_completed_date',''),(35796,7321,'_date_paid',''),(35797,7321,'_paid_date',''),(35798,7321,'_cart_hash','7c0e9cfea855d3e665486562963f79d4'),(35799,7321,'_billing_first_name','Rob'),(35800,7321,'_billing_last_name','Thomas'),(35801,7321,'_billing_company',''),(35802,7321,'_billing_address_1','66 Stevenson Pt'),(35803,7321,'_billing_address_2',''),(35804,7321,'_billing_city','Dallas'),(35805,7321,'_billing_state','GA'),(35806,7321,'_billing_postcode','30132'),(35807,7321,'_billing_country','US'),(35808,7321,'_billing_email','robfthomas@me.com'),(35809,7321,'_billing_phone','770-9778287'),(35810,7321,'_shipping_first_name','Rob'),(35811,7321,'_shipping_last_name','Thomas'),(35812,7321,'_shipping_company',''),(35813,7321,'_shipping_address_1','66 Stevenson Pt'),(35814,7321,'_shipping_address_2',''),(35815,7321,'_shipping_city','Dallas'),(35816,7321,'_shipping_state','GA'),(35817,7321,'_shipping_postcode','30132'),(35818,7321,'_shipping_country','US'),(35819,7321,'_order_currency','USD'),(35820,7321,'_cart_discount','0'),(35821,7321,'_cart_discount_tax','0'),(35822,7321,'_order_shipping','5.95'),(35823,7321,'_order_shipping_tax','0'),(35824,7321,'_order_tax','1.75'),(35825,7321,'_order_total','32.70'),(35826,7321,'_order_version','3.0.8'),(35827,7321,'_prices_include_tax','no'),(35828,7321,'_billing_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US robfthomas@me.com 770-9778287'),(35829,7321,'_shipping_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US'),(35830,7321,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(35831,7322,'_order_key','wc_order_5aa8340733333'),(35832,7322,'_customer_user','15'),(35833,7322,'_payment_method','paypal'),(35834,7322,'_payment_method_title','PayPal'),(35835,7322,'_transaction_id','4BK90968H2150122G'),(35836,7322,'_customer_ip_address','47.185.151.168'),(35837,7322,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 11_2_6 like mac os x) applewebkit/604.5.6 (khtml, like gecko) version/11.0 mobile/15d100 safari/604.1'),(35838,7322,'_created_via','checkout'),(35839,7322,'_date_completed',''),(35840,7322,'_completed_date',''),(35841,7322,'_date_paid','1520972878'),(35842,7322,'_paid_date','2018-03-13 20:27:58'),(35843,7322,'_cart_hash','ddf7e9b0a35e7e4f9ac85cc743043d01'),(35844,7322,'_billing_first_name','Kelly'),(35845,7322,'_billing_last_name','Tyler'),(35846,7322,'_billing_company',''),(35847,7322,'_billing_address_1','2504 Fox Hollow Ct'),(35848,7322,'_billing_address_2',''),(35849,7322,'_billing_city','Flower Mound'),(35850,7322,'_billing_state','TX'),(35851,7322,'_billing_postcode','75028'),(35852,7322,'_billing_country','US'),(35853,7322,'_billing_email','oudivegirl@yahoo.com'),(35854,7322,'_billing_phone','4695853483'),(35855,7322,'_shipping_first_name','Kelly'),(35856,7322,'_shipping_last_name','Tyler'),(35857,7322,'_shipping_company',''),(35858,7322,'_shipping_address_1','2504 Fox Hollow Ct'),(35859,7322,'_shipping_address_2',''),(35860,7322,'_shipping_city','Flower Mound'),(35861,7322,'_shipping_state','TX'),(35862,7322,'_shipping_postcode','75028'),(35863,7322,'_shipping_country','US'),(35864,7322,'_order_currency','USD'),(35865,7322,'_cart_discount','0'),(35866,7322,'_cart_discount_tax','0'),(35867,7322,'_order_shipping','5.95'),(35868,7322,'_order_shipping_tax','0'),(35869,7322,'_order_tax','0'),(35870,7322,'_order_total','30.95'),(35871,7322,'_order_version','3.0.8'),(35872,7322,'_prices_include_tax','no'),(35873,7322,'_billing_address_index','Kelly Tyler 2504 Fox Hollow Ct Flower Mound TX 75028 US oudivegirl@yahoo.com 4695853483'),(35874,7322,'_shipping_address_index','Kelly Tyler 2504 Fox Hollow Ct Flower Mound TX 75028 US'),(35875,7322,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(35876,7322,'Payer PayPal address','oudivegirl@yahoo.com'),(35877,7322,'Payer first name','Kelly'),(35878,7322,'Payer last name','Tyler'),(35879,7322,'Payment type','instant'),(35880,7322,'_paypal_status','completed'),(35881,7322,'_download_permissions_granted','yes'),(35882,7322,'_recorded_sales','yes'),(35883,7322,'_recorded_coupon_usage_counts','yes'),(35884,7322,'_order_stock_reduced','yes'),(35885,7322,'PayPal Transaction Fee','1.20'),(35886,7323,'_order_key','wc_order_5aa84f820e1db'),(35887,7323,'_customer_user','0'),(35888,7323,'_payment_method','paypal'),(35889,7323,'_payment_method_title','PayPal'),(35890,7323,'_transaction_id','4EE604419H100993A'),(35891,7323,'_customer_ip_address','68.198.14.92'),(35892,7323,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 11_2_6 like mac os x) applewebkit/604.5.6 (khtml, like gecko) version/11.0 mobile/15d100 safari/604.1'),(35893,7323,'_created_via','checkout'),(35894,7323,'_date_completed',''),(35895,7323,'_completed_date',''),(35896,7323,'_date_paid','1520979898'),(35897,7323,'_paid_date','2018-03-13 22:24:58'),(35898,7323,'_cart_hash','a8ed15b52fb4fa4f7f68316cecb4d77b'),(35899,7323,'_billing_first_name','John'),(35900,7323,'_billing_last_name','Emmet'),(35901,7323,'_billing_company',''),(35902,7323,'_billing_address_1','99 Newmarket Rd'),(35903,7323,'_billing_address_2',''),(35904,7323,'_billing_city','Garden City'),(35905,7323,'_billing_state','NY'),(35906,7323,'_billing_postcode','11530-1212'),(35907,7323,'_billing_country','US'),(35908,7323,'_billing_email','jemmet81@yahoo.com'),(35909,7323,'_billing_phone','5164143535'),(35910,7323,'_shipping_first_name','John'),(35911,7323,'_shipping_last_name','Emmet'),(35912,7323,'_shipping_company',''),(35913,7323,'_shipping_address_1','99 Newmarket Rd'),(35914,7323,'_shipping_address_2',''),(35915,7323,'_shipping_city','Garden City'),(35916,7323,'_shipping_state','NY'),(35917,7323,'_shipping_postcode','11530-1212'),(35918,7323,'_shipping_country','US'),(35919,7323,'_order_currency','USD'),(35920,7323,'_cart_discount','0'),(35921,7323,'_cart_discount_tax','0'),(35922,7323,'_order_shipping','5.95'),(35923,7323,'_order_shipping_tax','0'),(35924,7323,'_order_tax','0'),(35925,7323,'_order_total','30.95'),(35926,7323,'_order_version','3.0.8'),(35927,7323,'_prices_include_tax','no'),(35928,7323,'_billing_address_index','John Emmet 99 Newmarket Rd Garden City NY 11530-1212 US jemmet81@yahoo.com 5164143535'),(35929,7323,'_shipping_address_index','John Emmet 99 Newmarket Rd Garden City NY 11530-1212 US'),(35930,7323,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(35931,7323,'Payer PayPal address','jemmet81@yahoo.com'),(35932,7323,'Payer first name','john'),(35933,7323,'Payer last name','emmet'),(35934,7323,'Payment type','instant'),(35935,7323,'_paypal_status','completed'),(35936,7323,'_download_permissions_granted','yes'),(35937,7323,'_recorded_sales','yes'),(35938,7323,'_recorded_coupon_usage_counts','yes'),(35939,7323,'_order_stock_reduced','yes'),(35940,7323,'PayPal Transaction Fee','1.20'),(35941,7324,'_wp_attached_file','2018/03/FC5FEABB-4534-42C7-B4B3-543ECB4AF668.jpeg'),(35942,7324,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1500;s:4:\"file\";s:49:\"2018/03/FC5FEABB-4534-42C7-B4B3-543ECB4AF668.jpeg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"FC5FEABB-4534-42C7-B4B3-543ECB4AF668-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"FC5FEABB-4534-42C7-B4B3-543ECB4AF668-300x188.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"FC5FEABB-4534-42C7-B4B3-543ECB4AF668-768x480.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"FC5FEABB-4534-42C7-B4B3-543ECB4AF668-1024x640.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"FC5FEABB-4534-42C7-B4B3-543ECB4AF668-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:51:\"FC5FEABB-4534-42C7-B4B3-543ECB4AF668-1000x1000.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"FC5FEABB-4534-42C7-B4B3-543ECB4AF668-1000x625.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:625;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:50:\"FC5FEABB-4534-42C7-B4B3-543ECB4AF668-1170x767.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:47:\"FC5FEABB-4534-42C7-B4B3-543ECB4AF668-70x70.jpeg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:49:\"FC5FEABB-4534-42C7-B4B3-543ECB4AF668-800x400.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:47:\"FC5FEABB-4534-42C7-B4B3-543ECB4AF668-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:49:\"FC5FEABB-4534-42C7-B4B3-543ECB4AF668-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon EOS-1Ds Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1274832000\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(35943,7325,'_wp_attached_file','2018/03/9E74D029-285B-47E6-BC20-F6704261C577.jpeg'),(35944,7325,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1500;s:4:\"file\";s:49:\"2018/03/9E74D029-285B-47E6-BC20-F6704261C577.jpeg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"9E74D029-285B-47E6-BC20-F6704261C577-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"9E74D029-285B-47E6-BC20-F6704261C577-300x188.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"9E74D029-285B-47E6-BC20-F6704261C577-768x480.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"9E74D029-285B-47E6-BC20-F6704261C577-1024x640.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"9E74D029-285B-47E6-BC20-F6704261C577-1000x625.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:625;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:51:\"9E74D029-285B-47E6-BC20-F6704261C577-1000x1000.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"9E74D029-285B-47E6-BC20-F6704261C577-1000x625.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:625;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:50:\"9E74D029-285B-47E6-BC20-F6704261C577-1170x767.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:47:\"9E74D029-285B-47E6-BC20-F6704261C577-70x70.jpeg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:49:\"9E74D029-285B-47E6-BC20-F6704261C577-800x400.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:47:\"9E74D029-285B-47E6-BC20-F6704261C577-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:49:\"9E74D029-285B-47E6-BC20-F6704261C577-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"13\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon EOS-1Ds Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1304467200\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(35945,7326,'_wp_attached_file','2018/03/CC6873D6-AB10-4CBA-9A81-7C948929A309.jpeg'),(35946,7326,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1410;s:4:\"file\";s:49:\"2018/03/CC6873D6-AB10-4CBA-9A81-7C948929A309.jpeg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"CC6873D6-AB10-4CBA-9A81-7C948929A309-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"CC6873D6-AB10-4CBA-9A81-7C948929A309-300x176.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"CC6873D6-AB10-4CBA-9A81-7C948929A309-768x451.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"CC6873D6-AB10-4CBA-9A81-7C948929A309-1024x602.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"CC6873D6-AB10-4CBA-9A81-7C948929A309-1000x588.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:51:\"CC6873D6-AB10-4CBA-9A81-7C948929A309-1000x1000.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"CC6873D6-AB10-4CBA-9A81-7C948929A309-1000x588.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:50:\"CC6873D6-AB10-4CBA-9A81-7C948929A309-1170x767.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:47:\"CC6873D6-AB10-4CBA-9A81-7C948929A309-70x70.jpeg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:49:\"CC6873D6-AB10-4CBA-9A81-7C948929A309-800x400.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:47:\"CC6873D6-AB10-4CBA-9A81-7C948929A309-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:49:\"CC6873D6-AB10-4CBA-9A81-7C948929A309-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon EOS-1Ds Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1277856000\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(35947,7327,'_wp_attached_file','2018/03/56F3F316-B4F6-4C72-B6ED-E3F93F760686.jpeg'),(35948,7327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1396;s:4:\"file\";s:49:\"2018/03/56F3F316-B4F6-4C72-B6ED-E3F93F760686.jpeg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"56F3F316-B4F6-4C72-B6ED-E3F93F760686-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"56F3F316-B4F6-4C72-B6ED-E3F93F760686-300x175.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"56F3F316-B4F6-4C72-B6ED-E3F93F760686-768x447.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:447;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"56F3F316-B4F6-4C72-B6ED-E3F93F760686-1024x596.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:596;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"56F3F316-B4F6-4C72-B6ED-E3F93F760686-1000x582.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:51:\"56F3F316-B4F6-4C72-B6ED-E3F93F760686-1000x1000.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"56F3F316-B4F6-4C72-B6ED-E3F93F760686-1000x582.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:50:\"56F3F316-B4F6-4C72-B6ED-E3F93F760686-1170x767.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:47:\"56F3F316-B4F6-4C72-B6ED-E3F93F760686-70x70.jpeg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:49:\"56F3F316-B4F6-4C72-B6ED-E3F93F760686-800x400.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:47:\"56F3F316-B4F6-4C72-B6ED-E3F93F760686-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:49:\"56F3F316-B4F6-4C72-B6ED-E3F93F760686-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon EOS-1Ds Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1277856000\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(35949,7328,'_order_key','wc_order_5aa95ec51a49d'),(35950,7328,'_customer_user','16'),(35951,7328,'_payment_method','paypal'),(35952,7328,'_payment_method_title','PayPal'),(35953,7328,'_transaction_id','4VC22507P0376303G'),(35954,7328,'_customer_ip_address','174.60.163.234'),(35955,7328,'_customer_user_agent','mozilla/5.0 (linux; android 7.0; lgl64vl build/nrd90u; wv) applewebkit/537.36 (khtml, like gecko) version/4.0 chrome/65.0.3325.109 mobile safari/537.36 [fb_iab/orca-android;fbav/156.0.0.16.94;]'),(35956,7328,'_created_via','checkout'),(35957,7328,'_date_completed',''),(35958,7328,'_completed_date',''),(35959,7328,'_date_paid','1521049367'),(35960,7328,'_paid_date','2018-03-14 17:42:47'),(35961,7328,'_cart_hash','007776c27537ee373e20d3936f053a7f'),(35962,7328,'_billing_first_name','Barry'),(35963,7328,'_billing_last_name','Leffler'),(35964,7328,'_billing_company',''),(35965,7328,'_billing_address_1','95 ruffian lane'),(35966,7328,'_billing_address_2',''),(35967,7328,'_billing_city','Windsor'),(35968,7328,'_billing_state','PA'),(35969,7328,'_billing_postcode','17366'),(35970,7328,'_billing_country','US'),(35971,7328,'_billing_email','tattoosbybarry@live.com'),(35972,7328,'_billing_phone','7173276122'),(35973,7328,'_shipping_first_name','Barry'),(35974,7328,'_shipping_last_name','Leffler'),(35975,7328,'_shipping_company',''),(35976,7328,'_shipping_address_1','95 ruffian lane'),(35977,7328,'_shipping_address_2',''),(35978,7328,'_shipping_city','Windsor'),(35979,7328,'_shipping_state','PA'),(35980,7328,'_shipping_postcode','17366'),(35981,7328,'_shipping_country','US'),(35982,7328,'_order_currency','USD'),(35983,7328,'_cart_discount','0'),(35984,7328,'_cart_discount_tax','0'),(35985,7328,'_order_shipping','5.95'),(35986,7328,'_order_shipping_tax','0'),(35987,7328,'_order_tax','0'),(35988,7328,'_order_total','30.95'),(35989,7328,'_order_version','3.0.8'),(35990,7328,'_prices_include_tax','no'),(35991,7328,'_billing_address_index','Barry Leffler 95 ruffian lane Windsor PA 17366 US tattoosbybarry@live.com 7173276122'),(35992,7328,'_shipping_address_index','Barry Leffler 95 ruffian lane Windsor PA 17366 US'),(35993,7328,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(35994,7328,'Payer PayPal address','lleffler@hotmail.com'),(35995,7328,'Payer first name','Leslie'),(35996,7328,'Payer last name','Leffler'),(35997,7328,'Payment type','instant'),(35998,7328,'_paypal_status','completed'),(35999,7328,'_download_permissions_granted','yes'),(36000,7328,'_recorded_sales','yes'),(36001,7328,'_recorded_coupon_usage_counts','yes'),(36002,7328,'_order_stock_reduced','yes'),(36003,7328,'PayPal Transaction Fee','1.20'),(36004,7329,'_order_key','wc_order_5aac162456684'),(36005,7329,'_customer_user','17'),(36006,7329,'_payment_method','paypal'),(36007,7329,'_payment_method_title','PayPal'),(36008,7329,'_transaction_id','9J55303064692652L'),(36009,7329,'_customer_ip_address','66.31.74.226'),(36010,7329,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 11_2_6 like mac os x) applewebkit/604.5.6 (khtml, like gecko) mobile/15d100 instagram 36.0.0.7.96 (iphone8,1; ios 11_2_6; en_us; en-us; scale=2.00; gamut=normal; 750x1334)'),(36011,7329,'_created_via','checkout'),(36012,7329,'_date_completed',''),(36013,7329,'_completed_date',''),(36014,7329,'_date_paid','1521227336'),(36015,7329,'_paid_date','2018-03-16 19:08:56'),(36016,7329,'_cart_hash','90322a3d7c35382bb9113b92bafcebcc'),(36017,7329,'_billing_first_name','Jennifer'),(36018,7329,'_billing_last_name','Thorne'),(36019,7329,'_billing_company',''),(36020,7329,'_billing_address_1','15 Bellevue Ave'),(36021,7329,'_billing_address_2',''),(36022,7329,'_billing_city','Winchestet'),(36023,7329,'_billing_state','MA'),(36024,7329,'_billing_postcode','01890'),(36025,7329,'_billing_country','US'),(36026,7329,'_billing_email','jen_thorne@yahoo.com'),(36027,7329,'_billing_phone','3392248569'),(36028,7329,'_shipping_first_name','Jennifer'),(36029,7329,'_shipping_last_name','Thorne'),(36030,7329,'_shipping_company',''),(36031,7329,'_shipping_address_1','15 Bellevue Ave'),(36032,7329,'_shipping_address_2',''),(36033,7329,'_shipping_city','Winchestet'),(36034,7329,'_shipping_state','MA'),(36035,7329,'_shipping_postcode','01890'),(36036,7329,'_shipping_country','US'),(36037,7329,'_order_currency','USD'),(36038,7329,'_cart_discount','0'),(36039,7329,'_cart_discount_tax','0'),(36040,7329,'_order_shipping','5.95'),(36041,7329,'_order_shipping_tax','0'),(36042,7329,'_order_tax','0'),(36043,7329,'_order_total','30.95'),(36044,7329,'_order_version','3.0.8'),(36045,7329,'_prices_include_tax','no'),(36046,7329,'_billing_address_index','Jennifer Thorne 15 Bellevue Ave Winchestet MA 01890 US jen_thorne@yahoo.com 3392248569'),(36047,7329,'_shipping_address_index','Jennifer Thorne 15 Bellevue Ave Winchestet MA 01890 US'),(36048,7329,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(36049,7329,'Payer PayPal address','jen_thorne@yahoo.com'),(36050,7329,'Payer first name','Jennifer'),(36051,7329,'Payer last name','Thorne'),(36052,7329,'Payment type','instant'),(36053,7329,'_paypal_status','completed'),(36054,7329,'_download_permissions_granted','yes'),(36055,7329,'_recorded_sales','yes'),(36056,7329,'_recorded_coupon_usage_counts','yes'),(36057,7329,'_order_stock_reduced','yes'),(36058,7329,'PayPal Transaction Fee','1.20'),(36059,7330,'_order_key','wc_order_5aac707112409'),(36060,7330,'_customer_user','0'),(36061,7330,'_payment_method','paypal'),(36062,7330,'_payment_method_title','PayPal'),(36063,7330,'_transaction_id','52P56175XD8911034'),(36064,7330,'_customer_ip_address','98.211.184.10'),(36065,7330,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10.10; rv:58.0) gecko/20100101 firefox/58.0'),(36066,7330,'_created_via','checkout'),(36067,7330,'_date_completed',''),(36068,7330,'_completed_date',''),(36069,7330,'_date_paid','1521250512'),(36070,7330,'_paid_date','2018-03-17 01:35:12'),(36071,7330,'_cart_hash','f1fd0b91c3d94166ebf3038a4f95db9d'),(36072,7330,'_billing_first_name','LAURENT'),(36073,7330,'_billing_last_name','KRAMER'),(36074,7330,'_billing_company',''),(36075,7330,'_billing_address_1','1323 SE 17TH ST'),(36076,7330,'_billing_address_2','# 308'),(36077,7330,'_billing_city','FORT LAUDERDALE'),(36078,7330,'_billing_state','FL'),(36079,7330,'_billing_postcode','33316'),(36080,7330,'_billing_country','US'),(36081,7330,'_billing_email','LKRAMER@INFOMAIL.CH'),(36082,7330,'_billing_phone','+16199629390'),(36083,7330,'_shipping_first_name','Laurent'),(36084,7330,'_shipping_last_name','Kramer'),(36085,7330,'_shipping_company','M/Y Serendipity II'),(36086,7330,'_shipping_address_1','24 Dockside Ln. #150'),(36087,7330,'_shipping_address_2',''),(36088,7330,'_shipping_city','Key largo'),(36089,7330,'_shipping_state','FL'),(36090,7330,'_shipping_postcode','33037-5267'),(36091,7330,'_shipping_country','US'),(36092,7330,'_order_currency','USD'),(36093,7330,'_cart_discount','0'),(36094,7330,'_cart_discount_tax','0'),(36095,7330,'_order_shipping','5.95'),(36096,7330,'_order_shipping_tax','0'),(36097,7330,'_order_tax','0'),(36098,7330,'_order_total','30.95'),(36099,7330,'_order_version','3.0.8'),(36100,7330,'_prices_include_tax','no'),(36101,7330,'_billing_address_index','LAURENT KRAMER 1323 SE 17TH ST # 308 FORT LAUDERDALE FL 33316 US LKRAMER@INFOMAIL.CH +16199629390'),(36102,7330,'_shipping_address_index','Laurent Kramer M/Y Serendipity II 24 Dockside Ln. #150 Key largo FL 33037-5267 US'),(36103,7330,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(36104,7330,'_paypal_status','completed'),(36105,7330,'_download_permissions_granted','yes'),(36106,7330,'_recorded_sales','yes'),(36107,7330,'_recorded_coupon_usage_counts','yes'),(36108,7330,'_order_stock_reduced','yes'),(36109,7330,'PayPal Transaction Fee','1.20'),(36110,7330,'Payer PayPal address','lkramer@infomail.ch'),(36111,7330,'Payer first name','Laurent'),(36112,7330,'Payer last name','Kramer'),(36113,7330,'Payment type','instant'),(36114,7331,'_order_key','wc_order_5aad166e6d9a2'),(36115,7331,'_customer_user','0'),(36116,7331,'_payment_method','paypal'),(36117,7331,'_payment_method_title','PayPal'),(36118,7331,'_transaction_id','2SE40335J3324661T'),(36119,7331,'_customer_ip_address','216.82.163.90'),(36120,7331,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 11_2_6 like mac os x) applewebkit/604.5.6 (khtml, like gecko) mobile/15d100 instagram 36.0.0.7.96 (iphone7,2; ios 11_2_6; en_us; en-us; scale=2.00; gamut=normal; 750x1334)'),(36121,7331,'_created_via','checkout'),(36122,7331,'_date_completed',''),(36123,7331,'_completed_date',''),(36124,7331,'_date_paid','1521292969'),(36125,7331,'_paid_date','2018-03-17 13:22:49'),(36126,7331,'_cart_hash','2736a0f38b692f16707eb3e43cedbbe5'),(36127,7331,'_billing_first_name','Adam'),(36128,7331,'_billing_last_name','Schamberger'),(36129,7331,'_billing_company',''),(36130,7331,'_billing_address_1','406 N Schuyler St'),(36131,7331,'_billing_address_2',''),(36132,7331,'_billing_city','Lena'),(36133,7331,'_billing_state','IL'),(36134,7331,'_billing_postcode','61048'),(36135,7331,'_billing_country','US'),(36136,7331,'_billing_email','adamschamberger@icloud.com'),(36137,7331,'_billing_phone','(815) 821-4042'),(36138,7331,'_shipping_first_name','Adam'),(36139,7331,'_shipping_last_name','Schamberger'),(36140,7331,'_shipping_company',''),(36141,7331,'_shipping_address_1','406 N Schuyler St'),(36142,7331,'_shipping_address_2',''),(36143,7331,'_shipping_city','Lena'),(36144,7331,'_shipping_state','IL'),(36145,7331,'_shipping_postcode','61048'),(36146,7331,'_shipping_country','US'),(36147,7331,'_order_currency','USD'),(36148,7331,'_cart_discount','0'),(36149,7331,'_cart_discount_tax','0'),(36150,7331,'_order_shipping','5.95'),(36151,7331,'_order_shipping_tax','0'),(36152,7331,'_order_tax','0'),(36153,7331,'_order_total','30.95'),(36154,7331,'_order_version','3.0.8'),(36155,7331,'_prices_include_tax','no'),(36156,7331,'_billing_address_index','Adam Schamberger 406 N Schuyler St Lena IL 61048 US adamschamberger@icloud.com (815) 821-4042'),(36157,7331,'_shipping_address_index','Adam Schamberger 406 N Schuyler St Lena IL 61048 US'),(36158,7331,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(36159,7331,'Payer PayPal address','adamschamberger@icloud.com'),(36160,7331,'Payer first name','Adam'),(36161,7331,'Payer last name','Schamberger'),(36162,7331,'Payment type','instant'),(36163,7331,'_paypal_status','completed'),(36164,7331,'_download_permissions_granted','yes'),(36165,7331,'_recorded_sales','yes'),(36166,7331,'_recorded_coupon_usage_counts','yes'),(36167,7331,'_order_stock_reduced','yes'),(36168,7331,'PayPal Transaction Fee','1.20'),(36169,7332,'_order_key','wc_order_5ab04b96461d6'),(36170,7332,'_customer_user','0'),(36171,7332,'_payment_method','paypal'),(36172,7332,'_payment_method_title','PayPal'),(36173,7332,'_transaction_id','77Y816827H474353H'),(36174,7332,'_customer_ip_address','107.72.162.83'),(36175,7332,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 11_1_2 like mac os x) applewebkit/604.3.5 (khtml, like gecko) version/11.0 mobile/15b202 safari/604.1'),(36176,7332,'_created_via','checkout'),(36177,7332,'_date_completed',''),(36178,7332,'_completed_date',''),(36179,7332,'_date_paid','1521503177'),(36180,7332,'_paid_date','2018-03-19 23:46:17'),(36181,7332,'_cart_hash','065fd8e09a425c3ce1748203588ddb10'),(36182,7332,'_billing_first_name','Ryan'),(36183,7332,'_billing_last_name','Stanford'),(36184,7332,'_billing_company',''),(36185,7332,'_billing_address_1','5109 Seagrape drive'),(36186,7332,'_billing_address_2',''),(36187,7332,'_billing_city','Fort Pierce'),(36188,7332,'_billing_state','FL'),(36189,7332,'_billing_postcode','34982'),(36190,7332,'_billing_country','US'),(36191,7332,'_billing_email','rstanfordart@yahoo.com'),(36192,7332,'_billing_phone','7722161414'),(36193,7332,'_shipping_first_name','Ryan'),(36194,7332,'_shipping_last_name','Stanford'),(36195,7332,'_shipping_company',''),(36196,7332,'_shipping_address_1','5109 Seagrape drive'),(36197,7332,'_shipping_address_2',''),(36198,7332,'_shipping_city','Fort Pierce'),(36199,7332,'_shipping_state','FL'),(36200,7332,'_shipping_postcode','34982'),(36201,7332,'_shipping_country','US'),(36202,7332,'_order_currency','USD'),(36203,7332,'_cart_discount','0'),(36204,7332,'_cart_discount_tax','0'),(36205,7332,'_order_shipping','5.95'),(36206,7332,'_order_shipping_tax','0'),(36207,7332,'_order_tax','0'),(36208,7332,'_order_total','30.95'),(36209,7332,'_order_version','3.0.8'),(36210,7332,'_prices_include_tax','no'),(36211,7332,'_billing_address_index','Ryan Stanford 5109 Seagrape drive Fort Pierce FL 34982 US rstanfordart@yahoo.com 7722161414'),(36212,7332,'_shipping_address_index','Ryan Stanford 5109 Seagrape drive Fort Pierce FL 34982 US'),(36213,7332,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(36214,7332,'Payer PayPal address','steeda_stang07@yahoo.com'),(36215,7332,'Payer first name','Ryan TorchRed GT'),(36216,7332,'Payer last name','Stanford'),(36217,7332,'Payment type','instant'),(36218,7332,'_paypal_status','completed'),(36219,7332,'_download_permissions_granted','yes'),(36220,7332,'_recorded_sales','yes'),(36221,7332,'_recorded_coupon_usage_counts','yes'),(36222,7332,'_order_stock_reduced','yes'),(36223,7332,'PayPal Transaction Fee','1.20'),(36224,7333,'_order_key','wc_order_5ab1386c8b606'),(36225,7333,'_customer_user','0'),(36226,7333,'_payment_method','paypal'),(36227,7333,'_payment_method_title','PayPal'),(36228,7333,'_transaction_id','0WJ19001C03898133'),(36229,7333,'_customer_ip_address','72.23.81.25'),(36230,7333,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/58.0.3029.110 safari/537.36 edge/16.16299'),(36231,7333,'_created_via','checkout'),(36232,7333,'_date_completed',''),(36233,7333,'_completed_date',''),(36234,7333,'_date_paid','1521563833'),(36235,7333,'_paid_date','2018-03-20 16:37:13'),(36236,7333,'_cart_hash','1d1332886d8d9ffac47e7f00a5f7bffa'),(36237,7333,'_billing_first_name','shawn'),(36238,7333,'_billing_last_name','miller'),(36239,7333,'_billing_company','twisted metal tattoo'),(36240,7333,'_billing_address_1','1698 S Raccoon Rd'),(36241,7333,'_billing_address_2','suite 6'),(36242,7333,'_billing_city','Austintown'),(36243,7333,'_billing_state','OH'),(36244,7333,'_billing_postcode','44515'),(36245,7333,'_billing_country','US'),(36246,7333,'_billing_email','fivetwentyninedesign@gmail.com'),(36247,7333,'_billing_phone','330-559-1576'),(36248,7333,'_shipping_first_name','shawn'),(36249,7333,'_shipping_last_name','miller'),(36250,7333,'_shipping_company','twisted metal tattoo'),(36251,7333,'_shipping_address_1','1698 S Raccoon Rd'),(36252,7333,'_shipping_address_2','suite 6'),(36253,7333,'_shipping_city','Austintown'),(36254,7333,'_shipping_state','OH'),(36255,7333,'_shipping_postcode','44515'),(36256,7333,'_shipping_country','US'),(36257,7333,'_order_currency','USD'),(36258,7333,'_cart_discount','0'),(36259,7333,'_cart_discount_tax','0'),(36260,7333,'_order_shipping','5.95'),(36261,7333,'_order_shipping_tax','0'),(36262,7333,'_order_tax','0'),(36263,7333,'_order_total','595.95'),(36264,7333,'_order_version','3.0.8'),(36265,7333,'_prices_include_tax','no'),(36266,7333,'_billing_address_index','shawn miller twisted metal tattoo 1698 S Raccoon Rd suite 6 Austintown OH 44515 US fivetwentyninedesign@gmail.com 330-559-1576'),(36267,7333,'_shipping_address_index','shawn miller twisted metal tattoo 1698 S Raccoon Rd suite 6 Austintown OH 44515 US'),(36268,7333,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(36269,7333,'_paypal_status','completed'),(36270,7333,'_download_permissions_granted','yes'),(36271,7333,'_recorded_sales','yes'),(36272,7333,'_recorded_coupon_usage_counts','yes'),(36273,7333,'_order_stock_reduced','yes'),(36274,7333,'PayPal Transaction Fee','17.58'),(36275,7333,'Payer PayPal address','fivetwentyninedesign@gmail.com'),(36276,7333,'Payer first name','shawn'),(36277,7333,'Payer last name','miller'),(36278,7333,'Payment type','instant'),(36279,7334,'_order_key','wc_order_5ab309731130d'),(36280,7334,'_customer_user','0'),(36281,7334,'_payment_method','paypal'),(36282,7334,'_payment_method_title','PayPal'),(36283,7334,'_transaction_id','71J38473XJ264840U'),(36284,7334,'_customer_ip_address','68.134.182.186'),(36285,7334,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 11_2_6 like mac os x) applewebkit/604.5.6 (khtml, like gecko) mobile/15d100 instagram 37.0.0.9.96 (iphone8,1; ios 11_2_6; en_us; en-us; scale=2.00; gamut=normal; 750x1334)'),(36286,7334,'_created_via','checkout'),(36287,7334,'_date_completed',''),(36288,7334,'_completed_date',''),(36289,7334,'_date_paid','1521682859'),(36290,7334,'_paid_date','2018-03-22 01:40:59'),(36291,7334,'_cart_hash','1432dc419b3d946a28d5874ae2cf0a70'),(36292,7334,'_billing_first_name','James'),(36293,7334,'_billing_last_name','Meyer'),(36294,7334,'_billing_company',''),(36295,7334,'_billing_address_1','111 New Jersey ave nw'),(36296,7334,'_billing_address_2',''),(36297,7334,'_billing_city','Glen Burnie'),(36298,7334,'_billing_state','MD'),(36299,7334,'_billing_postcode','21061'),(36300,7334,'_billing_country','US'),(36301,7334,'_billing_email','shortguy1994@yahoo.com'),(36302,7334,'_billing_phone','+14438383853'),(36303,7334,'_shipping_first_name','James'),(36304,7334,'_shipping_last_name','Meyer'),(36305,7334,'_shipping_company',''),(36306,7334,'_shipping_address_1','111 New Jersey ave nw'),(36307,7334,'_shipping_address_2',''),(36308,7334,'_shipping_city','Glen Burnie'),(36309,7334,'_shipping_state','MD'),(36310,7334,'_shipping_postcode','21061'),(36311,7334,'_shipping_country','US'),(36312,7334,'_order_currency','USD'),(36313,7334,'_cart_discount','0'),(36314,7334,'_cart_discount_tax','0'),(36315,7334,'_order_shipping','5.95'),(36316,7334,'_order_shipping_tax','0'),(36317,7334,'_order_tax','0'),(36318,7334,'_order_total','30.95'),(36319,7334,'_order_version','3.0.8'),(36320,7334,'_prices_include_tax','no'),(36321,7334,'_billing_address_index','James Meyer 111 New Jersey ave nw Glen Burnie MD 21061 US shortguy1994@yahoo.com +14438383853'),(36322,7334,'_shipping_address_index','James Meyer 111 New Jersey ave nw Glen Burnie MD 21061 US'),(36323,7334,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(36324,7334,'_paypal_status','completed'),(36325,7334,'_download_permissions_granted','yes'),(36326,7334,'_recorded_sales','yes'),(36327,7334,'_recorded_coupon_usage_counts','yes'),(36328,7334,'_order_stock_reduced','yes'),(36329,7334,'PayPal Transaction Fee','1.20'),(36330,7334,'Payer PayPal address','jmshortguy1994@aol.com'),(36331,7334,'Payer first name','James'),(36332,7334,'Payer last name','Meyer'),(36333,7334,'Payment type','instant'),(36335,7336,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(36336,7336,'_wc_review_count','0'),(36337,7336,'_wc_rating_count','a:0:{}'),(36338,7336,'_wc_average_rating','0'),(36339,7336,'_edit_lock','1525351812:3'),(36340,7336,'_edit_last','3'),(36341,7336,'_sku',''),(36342,7336,'_regular_price',''),(36343,7336,'_sale_price',''),(36344,7336,'_sale_price_dates_from',''),(36345,7336,'_sale_price_dates_to',''),(36346,7336,'total_sales','1'),(36347,7336,'_tax_status','taxable'),(36348,7336,'_tax_class',''),(36349,7336,'_manage_stock','no'),(36350,7336,'_backorders','no'),(36351,7336,'_sold_individually','no'),(36352,7336,'_weight',''),(36353,7336,'_length',''),(36354,7336,'_width',''),(36355,7336,'_height',''),(36356,7336,'_upsell_ids','a:0:{}'),(36357,7336,'_crosssell_ids','a:0:{}'),(36358,7336,'_purchase_note',''),(36359,7336,'_default_attributes','a:0:{}'),(36360,7336,'_virtual','no'),(36361,7336,'_downloadable','no'),(36362,7336,'_product_image_gallery',''),(36363,7336,'_download_limit','-1'),(36364,7336,'_download_expiry','-1'),(36365,7336,'_stock',NULL),(36366,7336,'_stock_status','instock'),(36367,7336,'_product_version','3.0.8'),(36369,7336,'slide_template','default'),(36370,7337,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(36371,7337,'_wc_review_count','0'),(36372,7337,'_wc_rating_count','a:0:{}'),(36373,7337,'_wc_average_rating','0'),(36374,7337,'_edit_lock','1525351625:3'),(36375,7337,'_edit_last','3'),(36376,7337,'_sku',''),(36377,7337,'_regular_price',''),(36378,7337,'_sale_price',''),(36379,7337,'_sale_price_dates_from',''),(36380,7337,'_sale_price_dates_to',''),(36381,7337,'total_sales','1'),(36382,7337,'_tax_status','taxable'),(36383,7337,'_tax_class',''),(36384,7337,'_manage_stock','no'),(36385,7337,'_backorders','no'),(36386,7337,'_sold_individually','no'),(36387,7337,'_weight',''),(36388,7337,'_length',''),(36389,7337,'_width',''),(36390,7337,'_height',''),(36391,7337,'_upsell_ids','a:0:{}'),(36392,7337,'_crosssell_ids','a:0:{}'),(36393,7337,'_purchase_note',''),(36394,7337,'_default_attributes','a:0:{}'),(36395,7337,'_virtual','no'),(36396,7337,'_downloadable','no'),(36397,7337,'_product_image_gallery',''),(36398,7337,'_download_limit','-1'),(36399,7337,'_download_expiry','-1'),(36400,7337,'_stock',NULL),(36401,7337,'_stock_status','instock'),(36402,7337,'_product_version','3.0.8'),(36404,7337,'slide_template','default'),(36405,7338,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(36406,7338,'_wc_review_count','0'),(36407,7338,'_wc_rating_count','a:0:{}'),(36408,7338,'_wc_average_rating','0'),(36409,7338,'_edit_lock','1521942982:3'),(36410,7338,'_edit_last','3'),(36411,7338,'_sku',''),(36412,7338,'_regular_price',''),(36413,7338,'_sale_price',''),(36414,7338,'_sale_price_dates_from',''),(36415,7338,'_sale_price_dates_to',''),(36416,7338,'total_sales','3'),(36417,7338,'_tax_status','taxable'),(36418,7338,'_tax_class',''),(36419,7338,'_manage_stock','no'),(36420,7338,'_backorders','no'),(36421,7338,'_sold_individually','no'),(36422,7338,'_weight',''),(36423,7338,'_length',''),(36424,7338,'_width',''),(36425,7338,'_height',''),(36426,7338,'_upsell_ids','a:0:{}'),(36427,7338,'_crosssell_ids','a:0:{}'),(36428,7338,'_purchase_note',''),(36429,7338,'_default_attributes','a:0:{}'),(36430,7338,'_virtual','no'),(36431,7338,'_downloadable','no'),(36432,7338,'_product_image_gallery',''),(36433,7338,'_download_limit','-1'),(36434,7338,'_download_expiry','-1'),(36435,7338,'_stock',NULL),(36436,7338,'_stock_status','instock'),(36437,7338,'_product_version','3.0.8'),(36439,7338,'slide_template','default'),(36440,7339,'_order_key','wc_order_5ab471137e76e'),(36441,7339,'_customer_user','0'),(36442,7339,'_payment_method','paypal'),(36443,7339,'_payment_method_title','PayPal'),(36444,7339,'_transaction_id','0NN088802G444411X'),(36445,7339,'_customer_ip_address','107.72.162.118'),(36446,7339,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 10_3_3 like mac os x) applewebkit/603.3.8 (khtml, like gecko) mobile/14g60 [fban/fbios;fbav/147.0.0.46.81;fbbv/76961488;fbdv/iphone9,4;fbmd/iphone;fbsn/ios;fbsv/10.3.3;fbss/3;fbcr/at&t;fbid/phone;fblc/en_us;fbop/5;fbrv/0]'),(36447,7339,'_created_via','checkout'),(36448,7339,'_date_completed',''),(36449,7339,'_completed_date',''),(36450,7339,'_date_paid','1521774915'),(36451,7339,'_paid_date','2018-03-23 03:15:15'),(36452,7339,'_cart_hash','11f09505b5c455e703885dda01e8f6cc'),(36453,7339,'_billing_first_name','Darren'),(36454,7339,'_billing_last_name','Iorio'),(36455,7339,'_billing_company','Higher standard'),(36456,7339,'_billing_address_1','279 gardenia st'),(36457,7339,'_billing_address_2',''),(36458,7339,'_billing_city','Tavernier'),(36459,7339,'_billing_state','FL'),(36460,7339,'_billing_postcode','33070'),(36461,7339,'_billing_country','US'),(36462,7339,'_billing_email','swordfish411@gmail.com'),(36463,7339,'_billing_phone','4407251689'),(36464,7339,'_shipping_first_name','Darren'),(36465,7339,'_shipping_last_name','Iorio'),(36466,7339,'_shipping_company','Higher standard'),(36467,7339,'_shipping_address_1','279 gardenia st'),(36468,7339,'_shipping_address_2',''),(36469,7339,'_shipping_city','Tavernier'),(36470,7339,'_shipping_state','FL'),(36471,7339,'_shipping_postcode','33070'),(36472,7339,'_shipping_country','US'),(36473,7339,'_order_currency','USD'),(36474,7339,'_cart_discount','0'),(36475,7339,'_cart_discount_tax','0'),(36476,7339,'_order_shipping','5.95'),(36477,7339,'_order_shipping_tax','0'),(36478,7339,'_order_tax','0'),(36479,7339,'_order_total','30.95'),(36480,7339,'_order_version','3.0.8'),(36481,7339,'_prices_include_tax','no'),(36482,7339,'_billing_address_index','Darren Iorio Higher standard 279 gardenia st Tavernier FL 33070 US swordfish411@gmail.com 4407251689'),(36483,7339,'_shipping_address_index','Darren Iorio Higher standard 279 gardenia st Tavernier FL 33070 US'),(36484,7339,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(36485,7339,'Payer PayPal address','Swordfish411@gmail.com'),(36486,7339,'Payer first name','Darren'),(36487,7339,'Payer last name','Iorio'),(36488,7339,'Payment type','instant'),(36489,7339,'_paypal_status','completed'),(36490,7339,'_download_permissions_granted','yes'),(36491,7339,'_recorded_sales','yes'),(36492,7339,'_recorded_coupon_usage_counts','yes'),(36493,7339,'_order_stock_reduced','yes'),(36494,7339,'PayPal Transaction Fee','1.20'),(36495,7338,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:22:\"Small | Medium | Large\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(36496,7340,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(36497,7340,'_variation_description',''),(36498,7340,'_sku',''),(36499,7340,'_regular_price','25.00'),(36500,7340,'_sale_price',''),(36501,7340,'_sale_price_dates_from',''),(36502,7340,'_sale_price_dates_to',''),(36503,7340,'total_sales','0'),(36504,7340,'_tax_status','taxable'),(36505,7340,'_tax_class',''),(36506,7340,'_manage_stock','no'),(36507,7340,'_backorders','no'),(36508,7340,'_sold_individually','no'),(36509,7340,'_weight',''),(36510,7340,'_length',''),(36511,7340,'_width',''),(36512,7340,'_height',''),(36513,7340,'_upsell_ids','a:0:{}'),(36514,7340,'_crosssell_ids','a:0:{}'),(36515,7340,'_purchase_note',''),(36516,7340,'_default_attributes','a:0:{}'),(36517,7340,'_virtual','no'),(36518,7340,'_downloadable','no'),(36519,7340,'_product_image_gallery',''),(36520,7340,'_download_limit','-1'),(36521,7340,'_download_expiry','-1'),(36522,7340,'_stock',NULL),(36523,7340,'_stock_status','instock'),(36524,7340,'_wc_average_rating','0'),(36525,7340,'_wc_rating_count','a:0:{}'),(36526,7340,'_wc_review_count','0'),(36527,7340,'_downloadable_files','a:0:{}'),(36528,7340,'attribute_size','Large'),(36529,7340,'_price','25.00'),(36530,7340,'_product_version','3.0.8'),(36531,7341,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(36532,7341,'_variation_description',''),(36533,7341,'_sku',''),(36534,7341,'_regular_price','25.00'),(36535,7341,'_sale_price',''),(36536,7341,'_sale_price_dates_from',''),(36537,7341,'_sale_price_dates_to',''),(36538,7341,'total_sales','0'),(36539,7341,'_tax_status','taxable'),(36540,7341,'_tax_class',''),(36541,7341,'_manage_stock','no'),(36542,7341,'_backorders','no'),(36543,7341,'_sold_individually','no'),(36544,7341,'_weight',''),(36545,7341,'_length',''),(36546,7341,'_width',''),(36547,7341,'_height',''),(36548,7341,'_upsell_ids','a:0:{}'),(36549,7341,'_crosssell_ids','a:0:{}'),(36550,7341,'_purchase_note',''),(36551,7341,'_default_attributes','a:0:{}'),(36552,7341,'_virtual','no'),(36553,7341,'_downloadable','no'),(36554,7341,'_product_image_gallery',''),(36555,7341,'_download_limit','-1'),(36556,7341,'_download_expiry','-1'),(36557,7341,'_stock',NULL),(36558,7341,'_stock_status','instock'),(36559,7341,'_wc_average_rating','0'),(36560,7341,'_wc_rating_count','a:0:{}'),(36561,7341,'_wc_review_count','0'),(36562,7341,'_downloadable_files','a:0:{}'),(36563,7341,'attribute_size','Medium'),(36564,7341,'_price','25.00'),(36565,7341,'_product_version','3.0.8'),(36566,7342,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(36567,7342,'_variation_description',''),(36568,7342,'_sku',''),(36569,7342,'_regular_price','25.00'),(36570,7342,'_sale_price',''),(36571,7342,'_sale_price_dates_from',''),(36572,7342,'_sale_price_dates_to',''),(36573,7342,'total_sales','0'),(36574,7342,'_tax_status','taxable'),(36575,7342,'_tax_class',''),(36576,7342,'_manage_stock','no'),(36577,7342,'_backorders','no'),(36578,7342,'_sold_individually','no'),(36579,7342,'_weight',''),(36580,7342,'_length',''),(36581,7342,'_width',''),(36582,7342,'_height',''),(36583,7342,'_upsell_ids','a:0:{}'),(36584,7342,'_crosssell_ids','a:0:{}'),(36585,7342,'_purchase_note',''),(36586,7342,'_default_attributes','a:0:{}'),(36587,7342,'_virtual','no'),(36588,7342,'_downloadable','no'),(36589,7342,'_product_image_gallery',''),(36590,7342,'_download_limit','-1'),(36591,7342,'_download_expiry','-1'),(36592,7342,'_stock',NULL),(36593,7342,'_stock_status','instock'),(36594,7342,'_wc_average_rating','0'),(36595,7342,'_wc_rating_count','a:0:{}'),(36596,7342,'_wc_review_count','0'),(36597,7342,'_downloadable_files','a:0:{}'),(36598,7342,'attribute_size','Small'),(36599,7342,'_price','25.00'),(36600,7342,'_product_version','3.0.8'),(36601,7338,'_price','25.00'),(36602,7338,'_thumbnail_id','7349'),(36603,7337,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:22:\"Small | Medium | Large\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(36604,7343,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(36605,7343,'_variation_description',''),(36606,7343,'_sku',''),(36607,7343,'_regular_price','25.00'),(36608,7343,'_sale_price',''),(36609,7343,'_sale_price_dates_from',''),(36610,7343,'_sale_price_dates_to',''),(36611,7343,'total_sales','0'),(36612,7343,'_tax_status','taxable'),(36613,7343,'_tax_class',''),(36614,7343,'_manage_stock','no'),(36615,7343,'_backorders','no'),(36616,7343,'_sold_individually','no'),(36617,7343,'_weight',''),(36618,7343,'_length',''),(36619,7343,'_width',''),(36620,7343,'_height',''),(36621,7343,'_upsell_ids','a:0:{}'),(36622,7343,'_crosssell_ids','a:0:{}'),(36623,7343,'_purchase_note',''),(36624,7343,'_default_attributes','a:0:{}'),(36625,7343,'_virtual','no'),(36626,7343,'_downloadable','no'),(36627,7343,'_product_image_gallery',''),(36628,7343,'_download_limit','-1'),(36629,7343,'_download_expiry','-1'),(36630,7343,'_stock',NULL),(36631,7343,'_stock_status','instock'),(36632,7343,'_wc_average_rating','0'),(36633,7343,'_wc_rating_count','a:0:{}'),(36634,7343,'_wc_review_count','0'),(36635,7343,'_downloadable_files','a:0:{}'),(36636,7343,'attribute_size','Large'),(36637,7343,'_price','25.00'),(36638,7343,'_product_version','3.0.8'),(36639,7344,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(36640,7344,'_variation_description',''),(36641,7344,'_sku',''),(36642,7344,'_regular_price','25.00'),(36643,7344,'_sale_price',''),(36644,7344,'_sale_price_dates_from',''),(36645,7344,'_sale_price_dates_to',''),(36646,7344,'total_sales','0'),(36647,7344,'_tax_status','taxable'),(36648,7344,'_tax_class',''),(36649,7344,'_manage_stock','no'),(36650,7344,'_backorders','no'),(36651,7344,'_sold_individually','no'),(36652,7344,'_weight',''),(36653,7344,'_length',''),(36654,7344,'_width',''),(36655,7344,'_height',''),(36656,7344,'_upsell_ids','a:0:{}'),(36657,7344,'_crosssell_ids','a:0:{}'),(36658,7344,'_purchase_note',''),(36659,7344,'_default_attributes','a:0:{}'),(36660,7344,'_virtual','no'),(36661,7344,'_downloadable','no'),(36662,7344,'_product_image_gallery',''),(36663,7344,'_download_limit','-1'),(36664,7344,'_download_expiry','-1'),(36665,7344,'_stock',NULL),(36666,7344,'_stock_status','instock'),(36667,7344,'_wc_average_rating','0'),(36668,7344,'_wc_rating_count','a:0:{}'),(36669,7344,'_wc_review_count','0'),(36670,7344,'_downloadable_files','a:0:{}'),(36671,7344,'attribute_size','Medium'),(36672,7344,'_price','25.00'),(36673,7344,'_product_version','3.0.8'),(36674,7345,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(36675,7345,'_variation_description',''),(36676,7345,'_sku',''),(36677,7345,'_regular_price','25.00'),(36678,7345,'_sale_price',''),(36679,7345,'_sale_price_dates_from',''),(36680,7345,'_sale_price_dates_to',''),(36681,7345,'total_sales','0'),(36682,7345,'_tax_status','taxable'),(36683,7345,'_tax_class',''),(36684,7345,'_manage_stock','no'),(36685,7345,'_backorders','no'),(36686,7345,'_sold_individually','no'),(36687,7345,'_weight',''),(36688,7345,'_length',''),(36689,7345,'_width',''),(36690,7345,'_height',''),(36691,7345,'_upsell_ids','a:0:{}'),(36692,7345,'_crosssell_ids','a:0:{}'),(36693,7345,'_purchase_note',''),(36694,7345,'_default_attributes','a:0:{}'),(36695,7345,'_virtual','no'),(36696,7345,'_downloadable','no'),(36697,7345,'_product_image_gallery',''),(36698,7345,'_download_limit','-1'),(36699,7345,'_download_expiry','-1'),(36700,7345,'_stock',NULL),(36701,7345,'_stock_status','instock'),(36702,7345,'_wc_average_rating','0'),(36703,7345,'_wc_rating_count','a:0:{}'),(36704,7345,'_wc_review_count','0'),(36705,7345,'_downloadable_files','a:0:{}'),(36706,7345,'attribute_size','Small'),(36707,7345,'_price','25.00'),(36708,7345,'_product_version','3.0.8'),(36709,7337,'_price','25.00'),(36710,7337,'_thumbnail_id','7349'),(36711,7336,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:28:\"Medium | Large | Extra Large\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(36712,7346,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(36713,7346,'_variation_description',''),(36714,7346,'_sku',''),(36715,7346,'_regular_price','25.00'),(36716,7346,'_sale_price',''),(36717,7346,'_sale_price_dates_from',''),(36718,7346,'_sale_price_dates_to',''),(36719,7346,'total_sales','0'),(36720,7346,'_tax_status','taxable'),(36721,7346,'_tax_class',''),(36722,7346,'_manage_stock','no'),(36723,7346,'_backorders','no'),(36724,7346,'_sold_individually','no'),(36725,7346,'_weight',''),(36726,7346,'_length',''),(36727,7346,'_width',''),(36728,7346,'_height',''),(36729,7346,'_upsell_ids','a:0:{}'),(36730,7346,'_crosssell_ids','a:0:{}'),(36731,7346,'_purchase_note',''),(36732,7346,'_default_attributes','a:0:{}'),(36733,7346,'_virtual','no'),(36734,7346,'_downloadable','no'),(36735,7346,'_product_image_gallery',''),(36736,7346,'_download_limit','-1'),(36737,7346,'_download_expiry','-1'),(36738,7346,'_stock',NULL),(36739,7346,'_stock_status','instock'),(36740,7346,'_wc_average_rating','0'),(36741,7346,'_wc_rating_count','a:0:{}'),(36742,7346,'_wc_review_count','0'),(36743,7346,'_downloadable_files','a:0:{}'),(36744,7346,'attribute_size','Extra Large'),(36745,7346,'_price','25.00'),(36746,7346,'_product_version','3.0.8'),(36747,7347,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(36748,7347,'_variation_description',''),(36749,7347,'_sku',''),(36750,7347,'_regular_price','25.00'),(36751,7347,'_sale_price',''),(36752,7347,'_sale_price_dates_from',''),(36753,7347,'_sale_price_dates_to',''),(36754,7347,'total_sales','0'),(36755,7347,'_tax_status','taxable'),(36756,7347,'_tax_class',''),(36757,7347,'_manage_stock','no'),(36758,7347,'_backorders','no'),(36759,7347,'_sold_individually','no'),(36760,7347,'_weight',''),(36761,7347,'_length',''),(36762,7347,'_width',''),(36763,7347,'_height',''),(36764,7347,'_upsell_ids','a:0:{}'),(36765,7347,'_crosssell_ids','a:0:{}'),(36766,7347,'_purchase_note',''),(36767,7347,'_default_attributes','a:0:{}'),(36768,7347,'_virtual','no'),(36769,7347,'_downloadable','no'),(36770,7347,'_product_image_gallery',''),(36771,7347,'_download_limit','-1'),(36772,7347,'_download_expiry','-1'),(36773,7347,'_stock',NULL),(36774,7347,'_stock_status','instock'),(36775,7347,'_wc_average_rating','0'),(36776,7347,'_wc_rating_count','a:0:{}'),(36777,7347,'_wc_review_count','0'),(36778,7347,'_downloadable_files','a:0:{}'),(36779,7347,'attribute_size','Large'),(36780,7347,'_price','25.00'),(36781,7347,'_product_version','3.0.8'),(36782,7348,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(36783,7348,'_variation_description',''),(36784,7348,'_sku',''),(36785,7348,'_regular_price','25.00'),(36786,7348,'_sale_price',''),(36787,7348,'_sale_price_dates_from',''),(36788,7348,'_sale_price_dates_to',''),(36789,7348,'total_sales','0'),(36790,7348,'_tax_status','taxable'),(36791,7348,'_tax_class',''),(36792,7348,'_manage_stock','no'),(36793,7348,'_backorders','no'),(36794,7348,'_sold_individually','no'),(36795,7348,'_weight',''),(36796,7348,'_length',''),(36797,7348,'_width',''),(36798,7348,'_height',''),(36799,7348,'_upsell_ids','a:0:{}'),(36800,7348,'_crosssell_ids','a:0:{}'),(36801,7348,'_purchase_note',''),(36802,7348,'_default_attributes','a:0:{}'),(36803,7348,'_virtual','no'),(36804,7348,'_downloadable','no'),(36805,7348,'_product_image_gallery',''),(36806,7348,'_download_limit','-1'),(36807,7348,'_download_expiry','-1'),(36808,7348,'_stock',NULL),(36809,7348,'_stock_status','instock'),(36810,7348,'_wc_average_rating','0'),(36811,7348,'_wc_rating_count','a:0:{}'),(36812,7348,'_wc_review_count','0'),(36813,7348,'_downloadable_files','a:0:{}'),(36814,7348,'attribute_size','Medium'),(36815,7348,'_price','25.00'),(36816,7348,'_product_version','3.0.8'),(36817,7336,'_price','25.00'),(36818,7336,'_thumbnail_id','7292'),(36819,7349,'_wp_attached_file','2018/03/4E932C2E-D9A6-4E7A-8E82-45703EFE86DC-e1525351600686-scaled.jpeg'),(36820,7349,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:64:\"2018/03/4E932C2E-D9A6-4E7A-8E82-45703EFE86DC-e1525351600686.jpeg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"4E932C2E-D9A6-4E7A-8E82-45703EFE86DC-e1525351600686-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:64:\"4E932C2E-D9A6-4E7A-8E82-45703EFE86DC-e1525351600686-225x300.jpeg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:65:\"4E932C2E-D9A6-4E7A-8E82-45703EFE86DC-e1525351600686-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:65:\"4E932C2E-D9A6-4E7A-8E82-45703EFE86DC-e1525351600686-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:65:\"4E932C2E-D9A6-4E7A-8E82-45703EFE86DC-e1525351600686-750x1000.jpeg\";s:5:\"width\";i:750;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:66:\"4E932C2E-D9A6-4E7A-8E82-45703EFE86DC-e1525351600686-1000x1000.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:65:\"4E932C2E-D9A6-4E7A-8E82-45703EFE86DC-e1525351600686-750x1000.jpeg\";s:5:\"width\";i:750;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:65:\"4E932C2E-D9A6-4E7A-8E82-45703EFE86DC-e1525351600686-1170x767.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:62:\"4E932C2E-D9A6-4E7A-8E82-45703EFE86DC-e1525351600686-70x70.jpeg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:64:\"4E932C2E-D9A6-4E7A-8E82-45703EFE86DC-e1525351600686-800x400.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:62:\"4E932C2E-D9A6-4E7A-8E82-45703EFE86DC-e1525351600686-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:64:\"4E932C2E-D9A6-4E7A-8E82-45703EFE86DC-e1525351600686-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 7 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1521811307\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"6\";s:8:\"keywords\";a:0:{}}}'),(36821,7270,'_price','25.00'),(36822,7274,'_price','25.00'),(36858,7350,'_variation_description',''),(36859,7350,'_sku',''),(36860,7350,'_regular_price',''),(36861,7350,'_sale_price',''),(36862,7350,'_sale_price_dates_from',''),(36863,7350,'_sale_price_dates_to',''),(36864,7350,'total_sales','0'),(36865,7350,'_tax_status','taxable'),(36866,7350,'_tax_class',''),(36867,7350,'_manage_stock','no'),(36868,7350,'_backorders','no'),(36869,7350,'_sold_individually','no'),(36870,7350,'_weight',''),(36871,7350,'_length',''),(36872,7350,'_width',''),(36873,7350,'_height',''),(36874,7350,'_upsell_ids','a:0:{}'),(36875,7350,'_crosssell_ids','a:0:{}'),(36876,7350,'_purchase_note',''),(36877,7350,'_default_attributes','a:0:{}'),(36878,7350,'_virtual','no'),(36879,7350,'_downloadable','no'),(36880,7350,'_product_image_gallery',''),(36881,7350,'_download_limit','-1'),(36882,7350,'_download_expiry','-1'),(36883,7350,'_stock',NULL),(36884,7350,'_stock_status','instock'),(36885,7350,'_wc_average_rating','0'),(36886,7350,'_wc_rating_count','a:0:{}'),(36887,7350,'_wc_review_count','0'),(36888,7350,'_price',''),(36889,7350,'_product_version','3.0.8'),(36890,7351,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(36891,7351,'_variation_description',''),(36892,7351,'_sku',''),(36893,7351,'_regular_price','25.00'),(36894,7351,'_sale_price',''),(36895,7351,'_sale_price_dates_from',''),(36896,7351,'_sale_price_dates_to',''),(36897,7351,'total_sales','0'),(36898,7351,'_tax_status','taxable'),(36899,7351,'_tax_class',''),(36900,7351,'_manage_stock','no'),(36901,7351,'_backorders','no'),(36902,7351,'_sold_individually','no'),(36903,7351,'_weight',''),(36904,7351,'_length',''),(36905,7351,'_width',''),(36906,7351,'_height',''),(36907,7351,'_upsell_ids','a:0:{}'),(36908,7351,'_crosssell_ids','a:0:{}'),(36909,7351,'_purchase_note',''),(36910,7351,'_default_attributes','a:0:{}'),(36911,7351,'_virtual','no'),(36912,7351,'_downloadable','no'),(36913,7351,'_product_image_gallery',''),(36914,7351,'_download_limit','-1'),(36915,7351,'_download_expiry','-1'),(36916,7351,'_stock',NULL),(36917,7351,'_stock_status','instock'),(36918,7351,'_wc_average_rating','0'),(36919,7351,'_wc_rating_count','a:0:{}'),(36920,7351,'_wc_review_count','0'),(36921,7351,'_downloadable_files','a:0:{}'),(36922,7351,'_price','25.00'),(36923,7351,'_product_version','3.0.8'),(36925,7351,'attribute_size','Small'),(36927,7293,'_price','25.00'),(36928,7352,'_order_key','wc_order_5ac4fe8e18801'),(36929,7352,'_customer_user','18'),(36930,7352,'_payment_method','paypal'),(36931,7352,'_payment_method_title','PayPal'),(36932,7352,'_transaction_id','3BL84012PN455111E'),(36933,7352,'_customer_ip_address','76.97.202.102'),(36934,7352,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 11_2_6 like mac os x) applewebkit/604.5.6 (khtml, like gecko) version/11.0 mobile/15d100 safari/604.1'),(36935,7352,'_created_via','checkout'),(36936,7352,'_date_completed',''),(36937,7352,'_completed_date',''),(36938,7352,'_date_paid','1522859694'),(36939,7352,'_paid_date','2018-04-04 16:34:54'),(36940,7352,'_cart_hash','967369a86ba9e3a9d7ec109c7a2b4f9c'),(36941,7352,'_billing_first_name','Jonathan'),(36942,7352,'_billing_last_name','Drummond'),(36943,7352,'_billing_company',''),(36944,7352,'_billing_address_1','2508 Columns Drive'),(36945,7352,'_billing_address_2',''),(36946,7352,'_billing_city','Cumming'),(36947,7352,'_billing_state','GA'),(36948,7352,'_billing_postcode','30041'),(36949,7352,'_billing_country','US'),(36950,7352,'_billing_email','runnerjon72@gmail.com'),(36951,7352,'_billing_phone','17703155421'),(36952,7352,'_shipping_first_name','Jonathan'),(36953,7352,'_shipping_last_name','Drummond'),(36954,7352,'_shipping_company',''),(36955,7352,'_shipping_address_1','2508 Columns Drive'),(36956,7352,'_shipping_address_2',''),(36957,7352,'_shipping_city','Cumming'),(36958,7352,'_shipping_state','GA'),(36959,7352,'_shipping_postcode','30041'),(36960,7352,'_shipping_country','US'),(36961,7352,'_order_currency','USD'),(36962,7352,'_cart_discount','0'),(36963,7352,'_cart_discount_tax','0'),(36964,7352,'_order_shipping','5.95'),(36965,7352,'_order_shipping_tax','0'),(36966,7352,'_order_tax','1.75'),(36967,7352,'_order_total','32.70'),(36968,7352,'_order_version','3.0.8'),(36969,7352,'_prices_include_tax','no'),(36970,7352,'_billing_address_index','Jonathan Drummond 2508 Columns Drive Cumming GA 30041 US runnerjon72@gmail.com 17703155421'),(36971,7352,'_shipping_address_index','Jonathan Drummond 2508 Columns Drive Cumming GA 30041 US'),(36972,7352,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(36973,7352,'Payer PayPal address','runnerjon72@gmail.com'),(36974,7352,'Payer first name','Jon'),(36975,7352,'Payer last name','Drummond'),(36976,7352,'Payment type','instant'),(36977,7352,'_paypal_status','completed'),(36978,7352,'_download_permissions_granted','yes'),(36979,7352,'_recorded_sales','yes'),(36980,7352,'_recorded_coupon_usage_counts','yes'),(36981,7352,'_order_stock_reduced','yes'),(36982,7352,'PayPal Transaction Fee','1.25'),(36983,7353,'_order_key','wc_order_5ac6cc8d659fd'),(36984,7353,'_customer_user','0'),(36985,7353,'_payment_method','paypal'),(36986,7353,'_payment_method_title','PayPal'),(36987,7353,'_transaction_id','40E10886PV348841E'),(36988,7353,'_customer_ip_address','174.200.17.155'),(36989,7353,'_customer_user_agent','mozilla/5.0 (linux; android 7.0; sm-g920v build/nrd90m) applewebkit/537.36 (khtml, like gecko) chrome/65.0.3325.109 mobile safari/537.36'),(36990,7353,'_created_via','checkout'),(36991,7353,'_date_completed',''),(36992,7353,'_completed_date',''),(36993,7353,'_date_paid','1522978007'),(36994,7353,'_paid_date','2018-04-06 01:26:47'),(36995,7353,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(36996,7353,'_billing_first_name','Victoria'),(36997,7353,'_billing_last_name','Sines'),(36998,7353,'_billing_company',''),(36999,7353,'_billing_address_1','1710 Shadybrook Rd'),(37000,7353,'_billing_address_2',''),(37001,7353,'_billing_city','Wilmington'),(37002,7353,'_billing_state','DE'),(37003,7353,'_billing_postcode','19803'),(37004,7353,'_billing_country','US'),(37005,7353,'_billing_email','Torzy00@comcast.net'),(37006,7353,'_billing_phone','4434667883'),(37007,7353,'_shipping_first_name','Ronnie'),(37008,7353,'_shipping_last_name','Brown'),(37009,7353,'_shipping_company',''),(37010,7353,'_shipping_address_1','901 N Jackson'),(37011,7353,'_shipping_address_2',''),(37012,7353,'_shipping_city','Wilmington'),(37013,7353,'_shipping_state','DE'),(37014,7353,'_shipping_postcode','19806'),(37015,7353,'_shipping_country','US'),(37016,7353,'_order_currency','USD'),(37017,7353,'_cart_discount','0'),(37018,7353,'_cart_discount_tax','0'),(37019,7353,'_order_shipping','0'),(37020,7353,'_order_shipping_tax','0'),(37021,7353,'_order_tax','0'),(37022,7353,'_order_total','565.00'),(37023,7353,'_order_version','3.0.8'),(37024,7353,'_prices_include_tax','no'),(37025,7353,'_billing_address_index','Victoria Sines 1710 Shadybrook Rd Wilmington DE 19803 US Torzy00@comcast.net 4434667883'),(37026,7353,'_shipping_address_index','Ronnie Brown 901 N Jackson Wilmington DE 19806 US'),(37027,7353,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(37028,7353,'Payer PayPal address','torzy00@comcast.net'),(37029,7353,'Payer first name','Victoria'),(37030,7353,'Payer last name','Sines'),(37031,7353,'Payment type','instant'),(37032,7353,'_paypal_status','completed'),(37033,7353,'_download_permissions_granted','yes'),(37034,7353,'_recorded_sales','yes'),(37035,7353,'_recorded_coupon_usage_counts','yes'),(37036,7353,'_order_stock_reduced','yes'),(37037,7353,'PayPal Transaction Fee','16.69'),(37038,7354,'_order_key','wc_order_5ac790b0e5b3d'),(37039,7354,'_customer_user','0'),(37040,7354,'_payment_method','paypal'),(37041,7354,'_payment_method_title','PayPal'),(37042,7354,'_transaction_id','4K781326D7838893W'),(37043,7354,'_customer_ip_address','73.215.128.253'),(37044,7354,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 11_2_6 like mac os x) applewebkit/604.5.6 (khtml, like gecko) mobile/15d100 instagram 39.0.0.12.95 (iphone9,4; ios 11_2_6; en_us; en-us; scale=2.61; gamut=wide; 1080x1920)'),(37045,7354,'_created_via','checkout'),(37046,7354,'_date_completed',''),(37047,7354,'_completed_date',''),(37048,7354,'_date_paid','1523028238'),(37049,7354,'_paid_date','2018-04-06 15:23:58'),(37050,7354,'_cart_hash','51151cd0ddc844a6776e600ead186dbe'),(37051,7354,'_billing_first_name','Jodi'),(37052,7354,'_billing_last_name','Welch'),(37053,7354,'_billing_company',''),(37054,7354,'_billing_address_1','96 Rutgers Rd'),(37055,7354,'_billing_address_2',''),(37056,7354,'_billing_city','Pennsville'),(37057,7354,'_billing_state','NJ'),(37058,7354,'_billing_postcode','08070'),(37059,7354,'_billing_country','US'),(37060,7354,'_billing_email','jodi102972@msn.com'),(37061,7354,'_billing_phone','8569057050'),(37062,7354,'_shipping_first_name','Jodi'),(37063,7354,'_shipping_last_name','Welch'),(37064,7354,'_shipping_company',''),(37065,7354,'_shipping_address_1','96 Rutgers Rd'),(37066,7354,'_shipping_address_2',''),(37067,7354,'_shipping_city','Pennsville'),(37068,7354,'_shipping_state','NJ'),(37069,7354,'_shipping_postcode','08070'),(37070,7354,'_shipping_country','US'),(37071,7354,'_order_currency','USD'),(37072,7354,'_cart_discount','0'),(37073,7354,'_cart_discount_tax','0'),(37074,7354,'_order_shipping','5.95'),(37075,7354,'_order_shipping_tax','0'),(37076,7354,'_order_tax','0'),(37077,7354,'_order_total','30.95'),(37078,7354,'_order_version','3.0.8'),(37079,7354,'_prices_include_tax','no'),(37080,7354,'_billing_address_index','Jodi Welch 96 Rutgers Rd Pennsville NJ 08070 US jodi102972@msn.com 8569057050'),(37081,7354,'_shipping_address_index','Jodi Welch 96 Rutgers Rd Pennsville NJ 08070 US'),(37082,7354,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(37083,7354,'_paypal_status','completed'),(37084,7354,'_download_permissions_granted','yes'),(37085,7354,'_recorded_sales','yes'),(37086,7354,'_recorded_coupon_usage_counts','yes'),(37087,7354,'_order_stock_reduced','yes'),(37088,7354,'PayPal Transaction Fee','1.20'),(37089,7354,'Payer PayPal address','jodi102972@msn.com'),(37090,7354,'Payer first name','Joanne'),(37091,7354,'Payer last name','Welch'),(37092,7354,'Payment type','instant'),(37093,7355,'_order_key','wc_order_5acbea9f93978'),(37094,7355,'_customer_user','0'),(37095,7355,'_payment_method','paypal'),(37096,7355,'_payment_method_title','PayPal'),(37097,7355,'_transaction_id','4LD37853FH125920C'),(37098,7355,'_customer_ip_address','172.8.129.182'),(37099,7355,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/58.0.3029.110 safari/537.36 edge/16.16299'),(37100,7355,'_created_via','checkout'),(37101,7355,'_date_completed',''),(37102,7355,'_completed_date',''),(37103,7355,'_date_paid','1523314047'),(37104,7355,'_paid_date','2018-04-09 22:47:27'),(37105,7355,'_cart_hash','14273b73ffde3e4fac897a4051d132cb'),(37106,7355,'_billing_first_name','James'),(37107,7355,'_billing_last_name','Grant'),(37108,7355,'_billing_company',''),(37109,7355,'_billing_address_1','9237 Regents Road'),(37110,7355,'_billing_address_2','Unit 427'),(37111,7355,'_billing_city','La Jolla'),(37112,7355,'_billing_state','CA'),(37113,7355,'_billing_postcode','92037'),(37114,7355,'_billing_country','US'),(37115,7355,'_billing_email','jamesg@dcplv.com'),(37116,7355,'_billing_phone','858-349-0468'),(37117,7355,'_shipping_first_name','James'),(37118,7355,'_shipping_last_name','Grant'),(37119,7355,'_shipping_company',''),(37120,7355,'_shipping_address_1','9237 Regents Road'),(37121,7355,'_shipping_address_2','Unit 427'),(37122,7355,'_shipping_city','La Jolla'),(37123,7355,'_shipping_state','CA'),(37124,7355,'_shipping_postcode','92037'),(37125,7355,'_shipping_country','US'),(37126,7355,'_order_currency','USD'),(37127,7355,'_cart_discount','0'),(37128,7355,'_cart_discount_tax','0'),(37129,7355,'_order_shipping','23.8'),(37130,7355,'_order_shipping_tax','0'),(37131,7355,'_order_tax','0'),(37132,7355,'_order_total','123.80'),(37133,7355,'_order_version','3.0.8'),(37134,7355,'_prices_include_tax','no'),(37135,7355,'_billing_address_index','James Grant 9237 Regents Road Unit 427 La Jolla CA 92037 US jamesg@dcplv.com 858-349-0468'),(37136,7355,'_shipping_address_index','James Grant 9237 Regents Road Unit 427 La Jolla CA 92037 US'),(37137,7355,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(37138,7355,'Payer PayPal address','jamesg@dcplv.com'),(37139,7355,'Payer first name','James'),(37140,7355,'Payer last name','Grant'),(37141,7355,'Payment type','instant'),(37142,7355,'_paypal_status','completed'),(37143,7355,'_download_permissions_granted','yes'),(37144,7355,'_recorded_sales','yes'),(37145,7355,'_recorded_coupon_usage_counts','yes'),(37146,7355,'_order_stock_reduced','yes'),(37147,7355,'PayPal Transaction Fee','3.89'),(37149,5468,'_download_limit','-1'),(37150,5468,'_download_expiry','-1'),(37151,7357,'_order_key','wc_order_5ad24f83cfc27'),(37152,7357,'_customer_user','3'),(37153,7357,'_payment_method','paypal'),(37154,7357,'_payment_method_title','PayPal'),(37155,7357,'_transaction_id',''),(37156,7357,'_customer_ip_address','24.126.188.185'),(37157,7357,'_customer_user_agent','mozilla/5.0 (ipad; cpu os 11_3 like mac os x) applewebkit/605.1.15 (khtml, like gecko) version/11.0 mobile/15e148 safari/604.1'),(37158,7357,'_created_via','checkout'),(37159,7357,'_date_completed',''),(37160,7357,'_completed_date',''),(37161,7357,'_date_paid',''),(37162,7357,'_paid_date',''),(37163,7357,'_cart_hash','c75d7f3868cda72fbaf2f95de012caa9'),(37164,7357,'_billing_first_name','Rob'),(37165,7357,'_billing_last_name','Thomas'),(37166,7357,'_billing_company',''),(37167,7357,'_billing_address_1','66 Stevenson Pt'),(37168,7357,'_billing_address_2',''),(37169,7357,'_billing_city','Dallas'),(37170,7357,'_billing_state','GA'),(37171,7357,'_billing_postcode','30132'),(37172,7357,'_billing_country','US'),(37173,7357,'_billing_email','robfthomas@me.com'),(37174,7357,'_billing_phone','770-9778287'),(37175,7357,'_shipping_first_name','Rob'),(37176,7357,'_shipping_last_name','Thomas'),(37177,7357,'_shipping_company',''),(37178,7357,'_shipping_address_1','66 Stevenson Pt'),(37179,7357,'_shipping_address_2',''),(37180,7357,'_shipping_city','Dallas'),(37181,7357,'_shipping_state','GA'),(37182,7357,'_shipping_postcode','30132'),(37183,7357,'_shipping_country','US'),(37184,7357,'_order_currency','USD'),(37185,7357,'_cart_discount','0'),(37186,7357,'_cart_discount_tax','0'),(37187,7357,'_order_shipping','5.95'),(37188,7357,'_order_shipping_tax','0'),(37189,7357,'_order_tax','1.75'),(37190,7357,'_order_total','32.70'),(37191,7357,'_order_version','3.0.8'),(37192,7357,'_prices_include_tax','no'),(37193,7357,'_billing_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US robfthomas@me.com 770-9778287'),(37194,7357,'_shipping_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US'),(37195,7357,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(37196,5455,'_download_limit','-1'),(37197,5455,'_download_expiry','-1'),(37198,7358,'_order_key','wc_order_5ad3d75b45938'),(37199,7358,'_customer_user','0'),(37200,7358,'_payment_method','paypal'),(37201,7358,'_payment_method_title','PayPal'),(37202,7358,'_transaction_id','3NM69323C12455153'),(37203,7358,'_customer_ip_address','172.58.37.177'),(37204,7358,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 11_2_1 like mac os x) applewebkit/604.4.7 (khtml, like gecko) mobile/15c153 instagram 36.0.0.7.96 (iphone8,4; ios 11_2_1; en_us; en-us; scale=2.00; gamut=normal; 640x1136)'),(37205,7358,'_created_via','checkout'),(37206,7358,'_date_completed',''),(37207,7358,'_completed_date',''),(37208,7358,'_date_paid','1523832772'),(37209,7358,'_paid_date','2018-04-15 22:52:52'),(37210,7358,'_cart_hash','51151cd0ddc844a6776e600ead186dbe'),(37211,7358,'_billing_first_name','Cassie'),(37212,7358,'_billing_last_name','Paumard'),(37213,7358,'_billing_company',''),(37214,7358,'_billing_address_1','4267 Corte de Sausalito'),(37215,7358,'_billing_address_2',''),(37216,7358,'_billing_city','San Diego'),(37217,7358,'_billing_state','CA'),(37218,7358,'_billing_postcode','92130'),(37219,7358,'_billing_country','US'),(37220,7358,'_billing_email','cassie.paumard@gmail.com'),(37221,7358,'_billing_phone','8589253414'),(37222,7358,'_shipping_first_name','Cassie'),(37223,7358,'_shipping_last_name','Paumard'),(37224,7358,'_shipping_company',''),(37225,7358,'_shipping_address_1','4267 Corte de Sausalito'),(37226,7358,'_shipping_address_2',''),(37227,7358,'_shipping_city','San Diego'),(37228,7358,'_shipping_state','CA'),(37229,7358,'_shipping_postcode','92130'),(37230,7358,'_shipping_country','US'),(37231,7358,'_order_currency','USD'),(37232,7358,'_cart_discount','0'),(37233,7358,'_cart_discount_tax','0'),(37234,7358,'_order_shipping','5.95'),(37235,7358,'_order_shipping_tax','0'),(37236,7358,'_order_tax','0'),(37237,7358,'_order_total','30.95'),(37238,7358,'_order_version','3.0.8'),(37239,7358,'_prices_include_tax','no'),(37240,7358,'_billing_address_index','Cassie Paumard 4267 Corte de Sausalito San Diego CA 92130 US cassie.paumard@gmail.com 8589253414'),(37241,7358,'_shipping_address_index','Cassie Paumard 4267 Corte de Sausalito San Diego CA 92130 US'),(37242,7358,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(37243,7358,'Payer PayPal address','cassie.paumard@gmail.com'),(37244,7358,'Payer first name','Cassandre'),(37245,7358,'Payer last name','Paumard'),(37246,7358,'Payment type','instant'),(37247,7358,'_paypal_status','completed'),(37248,7358,'_download_permissions_granted','yes'),(37249,7358,'_recorded_sales','yes'),(37250,7358,'_recorded_coupon_usage_counts','yes'),(37251,7358,'_order_stock_reduced','yes'),(37252,7358,'PayPal Transaction Fee','1.20'),(37253,7359,'_order_key','wc_order_5ad4063860f69'),(37254,7359,'_customer_user','0'),(37255,7359,'_payment_method','paypal'),(37256,7359,'_payment_method_title','PayPal'),(37257,7359,'_transaction_id','7PK205905V6632635'),(37258,7359,'_customer_ip_address','98.183.4.119'),(37259,7359,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 11_3 like mac os x) applewebkit/605.1.15 (khtml, like gecko) version/11.0 mobile/15e148 safari/604.1'),(37260,7359,'_created_via','checkout'),(37261,7359,'_date_completed',''),(37262,7359,'_completed_date',''),(37263,7359,'_date_paid','1523844723'),(37264,7359,'_paid_date','2018-04-16 02:12:03'),(37265,7359,'_cart_hash','e5d072b3680d1a1a7df3d02535987f1c'),(37266,7359,'_billing_first_name','Bmw'),(37267,7359,'_billing_last_name','Girl'),(37268,7359,'_billing_company',''),(37269,7359,'_billing_address_1','6238 wyndotte rd'),(37270,7359,'_billing_address_2',''),(37271,7359,'_billing_city','Pensacola'),(37272,7359,'_billing_state','FL'),(37273,7359,'_billing_postcode','32526'),(37274,7359,'_billing_country','US'),(37275,7359,'_billing_email','bmwgirl4444@gmail.com'),(37276,7359,'_billing_phone','8502880797'),(37277,7359,'_shipping_first_name','Bmw'),(37278,7359,'_shipping_last_name','Girl'),(37279,7359,'_shipping_company',''),(37280,7359,'_shipping_address_1','6238 wyndotte rd'),(37281,7359,'_shipping_address_2',''),(37282,7359,'_shipping_city','Pensacola'),(37283,7359,'_shipping_state','FL'),(37284,7359,'_shipping_postcode','32526'),(37285,7359,'_shipping_country','US'),(37286,7359,'_order_currency','USD'),(37287,7359,'_cart_discount','0'),(37288,7359,'_cart_discount_tax','0'),(37289,7359,'_order_shipping','11.9'),(37290,7359,'_order_shipping_tax','0'),(37291,7359,'_order_tax','0'),(37292,7359,'_order_total','61.90'),(37293,7359,'_order_version','3.0.8'),(37294,7359,'_prices_include_tax','no'),(37295,7359,'_billing_address_index','Bmw Girl 6238 wyndotte rd Pensacola FL 32526 US bmwgirl4444@gmail.com 8502880797'),(37296,7359,'_shipping_address_index','Bmw Girl 6238 wyndotte rd Pensacola FL 32526 US'),(37297,7359,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(37298,7359,'Payer PayPal address','bmwgirl4444@gmail.com'),(37299,7359,'Payer first name','Bmw'),(37300,7359,'Payer last name','Girl'),(37301,7359,'Payment type','instant'),(37302,7359,'_paypal_status','completed'),(37303,7359,'_download_permissions_granted','yes'),(37304,7359,'_recorded_sales','yes'),(37305,7359,'_recorded_coupon_usage_counts','yes'),(37306,7359,'_order_stock_reduced','yes'),(37307,7359,'PayPal Transaction Fee','2.10'),(37308,7360,'_order_key','wc_order_5ad48c614e2eb'),(37309,7360,'_customer_user','0'),(37310,7360,'_payment_method','paypal'),(37311,7360,'_payment_method_title','PayPal'),(37312,7360,'_transaction_id','3L078299RC161214W'),(37313,7360,'_customer_ip_address','174.235.6.141'),(37314,7360,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 11_3 like mac os x) applewebkit/605.1.15 (khtml, like gecko) mobile/15e216 instagram 40.0.0.9.95 (iphone9,2; ios 11_3; en_us; en-us; scale=2.61; gamut=wide; 1080x1920)'),(37315,7360,'_created_via','checkout'),(37316,7360,'_date_completed',''),(37317,7360,'_completed_date',''),(37318,7360,'_date_paid','1523879055'),(37319,7360,'_paid_date','2018-04-16 11:44:15'),(37320,7360,'_cart_hash','406481198a9af6d33d164aca1bd57019'),(37321,7360,'_billing_first_name','Jason'),(37322,7360,'_billing_last_name','Foster'),(37323,7360,'_billing_company',''),(37324,7360,'_billing_address_1','1004 Cedar Run'),(37325,7360,'_billing_address_2',''),(37326,7360,'_billing_city','College Station'),(37327,7360,'_billing_state','TX'),(37328,7360,'_billing_postcode','77840'),(37329,7360,'_billing_country','US'),(37330,7360,'_billing_email','jasonfoster137@yahoo.com'),(37331,7360,'_billing_phone','(979) 220-9569'),(37332,7360,'_shipping_first_name','Jason'),(37333,7360,'_shipping_last_name','Foster'),(37334,7360,'_shipping_company',''),(37335,7360,'_shipping_address_1','1004 Cedar Run'),(37336,7360,'_shipping_address_2',''),(37337,7360,'_shipping_city','College Station'),(37338,7360,'_shipping_state','TX'),(37339,7360,'_shipping_postcode','77840'),(37340,7360,'_shipping_country','US'),(37341,7360,'_order_currency','USD'),(37342,7360,'_cart_discount','0'),(37343,7360,'_cart_discount_tax','0'),(37344,7360,'_order_shipping','5.95'),(37345,7360,'_order_shipping_tax','0'),(37346,7360,'_order_tax','0'),(37347,7360,'_order_total','30.95'),(37348,7360,'_order_version','3.0.8'),(37349,7360,'_prices_include_tax','no'),(37350,7360,'_billing_address_index','Jason Foster 1004 Cedar Run College Station TX 77840 US jasonfoster137@yahoo.com (979) 220-9569'),(37351,7360,'_shipping_address_index','Jason Foster 1004 Cedar Run College Station TX 77840 US'),(37352,7360,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(37353,7360,'Payer PayPal address','Jasonfoster137@yahoo.com'),(37354,7360,'Payer first name','Jason'),(37355,7360,'Payer last name','Foster'),(37356,7360,'Payment type','instant'),(37357,7360,'_paypal_status','completed'),(37358,7360,'_download_permissions_granted','yes'),(37359,7360,'_recorded_sales','yes'),(37360,7360,'_recorded_coupon_usage_counts','yes'),(37361,7360,'_order_stock_reduced','yes'),(37362,7360,'PayPal Transaction Fee','1.20'),(37363,7361,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(37364,7361,'_variation_description',''),(37365,7361,'_sku',''),(37366,7361,'_regular_price','25.00'),(37367,7361,'_sale_price',''),(37368,7361,'_sale_price_dates_from',''),(37369,7361,'_sale_price_dates_to',''),(37370,7361,'total_sales','0'),(37371,7361,'_tax_status','taxable'),(37372,7361,'_tax_class',''),(37373,7361,'_manage_stock','no'),(37374,7361,'_backorders','no'),(37375,7361,'_sold_individually','no'),(37376,7361,'_weight',''),(37377,7361,'_length',''),(37378,7361,'_width',''),(37379,7361,'_height',''),(37380,7361,'_upsell_ids','a:0:{}'),(37381,7361,'_crosssell_ids','a:0:{}'),(37382,7361,'_purchase_note',''),(37383,7361,'_default_attributes','a:0:{}'),(37384,7361,'_virtual','no'),(37385,7361,'_downloadable','no'),(37386,7361,'_product_image_gallery',''),(37387,7361,'_download_limit','-1'),(37388,7361,'_download_expiry','-1'),(37389,7361,'_stock',NULL),(37390,7361,'_stock_status','instock'),(37391,7361,'_wc_average_rating','0'),(37392,7361,'_wc_rating_count','a:0:{}'),(37393,7361,'_wc_review_count','0'),(37394,7361,'_downloadable_files','a:0:{}'),(37395,7361,'attribute_size','Small'),(37396,7361,'_price','25.00'),(37397,7361,'_product_version','3.0.8'),(37399,7298,'_price','25.00'),(37400,7287,'_price','25.00'),(37560,6319,'_download_limit','-1'),(37561,6319,'_download_expiry','-1'),(37562,6960,'total_sales','0'),(37563,6960,'_tax_status','taxable'),(37564,6960,'_tax_class','parent'),(37565,6960,'_backorders','no'),(37566,6960,'_sold_individually','no'),(37567,6960,'_upsell_ids','a:0:{}'),(37568,6960,'_crosssell_ids','a:0:{}'),(37569,6960,'_purchase_note',''),(37570,6960,'_default_attributes','a:0:{}'),(37571,6960,'_product_image_gallery',''),(37572,6960,'_stock',NULL),(37573,6960,'_wc_average_rating','0'),(37574,6960,'_wc_rating_count','a:0:{}'),(37575,6960,'_wc_review_count','0'),(37576,6960,'_product_version','3.0.8'),(37577,6959,'total_sales','0'),(37578,6959,'_tax_status','taxable'),(37579,6959,'_tax_class','parent'),(37580,6959,'_backorders','no'),(37581,6959,'_sold_individually','no'),(37582,6959,'_upsell_ids','a:0:{}'),(37583,6959,'_crosssell_ids','a:0:{}'),(37584,6959,'_purchase_note',''),(37585,6959,'_default_attributes','a:0:{}'),(37586,6959,'_product_image_gallery',''),(37587,6959,'_stock',NULL),(37588,6959,'_wc_average_rating','0'),(37589,6959,'_wc_rating_count','a:0:{}'),(37590,6959,'_wc_review_count','0'),(37591,6959,'_product_version','3.0.8'),(37597,7366,'_order_key','wc_order_5adf9b5a49a3e'),(37598,7366,'_customer_user','0'),(37599,7366,'_payment_method','paypal'),(37600,7366,'_payment_method_title','PayPal'),(37601,7366,'_transaction_id','00124524228028544'),(37602,7366,'_customer_ip_address','68.50.120.234'),(37603,7366,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 11_2_2 like mac os x) applewebkit/604.4.7 (khtml, like gecko) version/11.0 mobile/15c202 safari/604.1'),(37604,7366,'_created_via','checkout'),(37605,7366,'_date_completed',''),(37606,7366,'_completed_date',''),(37607,7366,'_date_paid','1524606127'),(37608,7366,'_paid_date','2018-04-24 21:42:07'),(37609,7366,'_cart_hash','99f072bd95ccc26063496f80ce9dd239'),(37610,7366,'_billing_first_name','Brad'),(37611,7366,'_billing_last_name','Roller'),(37612,7366,'_billing_company',''),(37613,7366,'_billing_address_1','8530 New Heritage Drive'),(37614,7366,'_billing_address_2',''),(37615,7366,'_billing_city','Indianapolis'),(37616,7366,'_billing_state','IN'),(37617,7366,'_billing_postcode','46239'),(37618,7366,'_billing_country','US'),(37619,7366,'_billing_email','Rollerscgm@comcast.net'),(37620,7366,'_billing_phone','3174424054'),(37621,7366,'_shipping_first_name','Brad'),(37622,7366,'_shipping_last_name','Roller'),(37623,7366,'_shipping_company',''),(37624,7366,'_shipping_address_1','8530 New Heritage Drive'),(37625,7366,'_shipping_address_2',''),(37626,7366,'_shipping_city','Indianapolis'),(37627,7366,'_shipping_state','IN'),(37628,7366,'_shipping_postcode','46239'),(37629,7366,'_shipping_country','US'),(37630,7366,'_order_currency','USD'),(37631,7366,'_cart_discount','0'),(37632,7366,'_cart_discount_tax','0'),(37633,7366,'_order_shipping','5.95'),(37634,7366,'_order_shipping_tax','0'),(37635,7366,'_order_tax','0'),(37636,7366,'_order_total','30.95'),(37637,7366,'_order_version','3.0.8'),(37638,7366,'_prices_include_tax','no'),(37639,7366,'_billing_address_index','Brad Roller 8530 New Heritage Drive Indianapolis IN 46239 US Rollerscgm@comcast.net 3174424054'),(37640,7366,'_shipping_address_index','Brad Roller 8530 New Heritage Drive Indianapolis IN 46239 US'),(37641,7366,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(37642,7366,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(37643,7366,'Payer PayPal address','Rollerscgm@comcast.net'),(37644,7366,'Payer first name','Brad'),(37645,7366,'Payer last name','Roller'),(37646,7366,'Payment type','instant'),(37647,7366,'_paypal_status','completed'),(37648,7366,'_download_permissions_granted','yes'),(37649,7366,'_recorded_sales','yes'),(37650,7366,'_recorded_coupon_usage_counts','yes'),(37651,7366,'_order_stock_reduced','yes'),(37652,7366,'PayPal Transaction Fee','1.20'),(37653,7367,'_order_key','wc_order_5ae1f3f8c4852'),(37654,7367,'_customer_user','19'),(37655,7367,'_payment_method','paypal'),(37656,7367,'_payment_method_title','PayPal'),(37657,7367,'_transaction_id','1AX28330TW026352E'),(37658,7367,'_customer_ip_address','207.136.208.178'),(37659,7367,'_customer_user_agent','mozilla/5.0 (windows nt 6.3; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/65.0.3325.181 safari/537.36'),(37660,7367,'_created_via','checkout'),(37661,7367,'_date_completed',''),(37662,7367,'_completed_date',''),(37663,7367,'_date_paid','1524757537'),(37664,7367,'_paid_date','2018-04-26 15:45:37'),(37665,7367,'_cart_hash','11060735608abf0e5798185d1e77bae6'),(37666,7367,'_billing_first_name','MANDY'),(37667,7367,'_billing_last_name','DALEY'),(37668,7367,'_billing_company',''),(37669,7367,'_billing_address_1','147 Suncrest Terrace'),(37670,7367,'_billing_address_2',''),(37671,7367,'_billing_city','castleton'),(37672,7367,'_billing_state','VT'),(37673,7367,'_billing_postcode','05735'),(37674,7367,'_billing_country','US'),(37675,7367,'_billing_email','mandydaley1@gmail.com'),(37676,7367,'_billing_phone','8025586296'),(37677,7367,'_shipping_first_name','MANDY'),(37678,7367,'_shipping_last_name','DALEY'),(37679,7367,'_shipping_company',''),(37680,7367,'_shipping_address_1','147 Suncrest Terrace'),(37681,7367,'_shipping_address_2',''),(37682,7367,'_shipping_city','castleton'),(37683,7367,'_shipping_state','VT'),(37684,7367,'_shipping_postcode','05735'),(37685,7367,'_shipping_country','US'),(37686,7367,'_order_currency','USD'),(37687,7367,'_cart_discount','0'),(37688,7367,'_cart_discount_tax','0'),(37689,7367,'_order_shipping','5.95'),(37690,7367,'_order_shipping_tax','0'),(37691,7367,'_order_tax','0'),(37692,7367,'_order_total','30.95'),(37693,7367,'_order_version','3.0.8'),(37694,7367,'_prices_include_tax','no'),(37695,7367,'_billing_address_index','MANDY DALEY 147 Suncrest Terrace castleton VT 05735 US mandydaley1@gmail.com 8025586296'),(37696,7367,'_shipping_address_index','MANDY DALEY 147 Suncrest Terrace castleton VT 05735 US'),(37697,7367,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(37698,7367,'_paypal_status','completed'),(37699,7367,'Payer PayPal address','mandydaley1@gmail.com'),(37700,7367,'Payer first name','Amanda'),(37701,7367,'Payer last name','Daley'),(37702,7367,'Payment type','instant'),(37703,7367,'_download_permissions_granted','yes'),(37704,7367,'_recorded_sales','yes'),(37705,7367,'_recorded_coupon_usage_counts','yes'),(37706,7367,'_order_stock_reduced','yes'),(37707,7367,'PayPal Transaction Fee','1.20'),(37711,7370,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(37712,7370,'_variation_description',''),(37713,7370,'_sku',''),(37714,7370,'_regular_price','25.00'),(37715,7370,'_sale_price',''),(37716,7370,'_sale_price_dates_from',''),(37717,7370,'_sale_price_dates_to',''),(37718,7370,'total_sales','0'),(37719,7370,'_tax_status','taxable'),(37720,7370,'_tax_class',''),(37721,7370,'_manage_stock','no'),(37722,7370,'_backorders','no'),(37723,7370,'_sold_individually','no'),(37724,7370,'_weight',''),(37725,7370,'_length',''),(37726,7370,'_width',''),(37727,7370,'_height',''),(37728,7370,'_upsell_ids','a:0:{}'),(37729,7370,'_crosssell_ids','a:0:{}'),(37730,7370,'_purchase_note',''),(37731,7370,'_default_attributes','a:0:{}'),(37732,7370,'_virtual','no'),(37733,7370,'_downloadable','no'),(37734,7370,'_product_image_gallery',''),(37735,7370,'_download_limit','-1'),(37736,7370,'_download_expiry','-1'),(37737,7370,'_stock',NULL),(37738,7370,'_stock_status','instock'),(37739,7370,'_wc_average_rating','0'),(37740,7370,'_wc_rating_count','a:0:{}'),(37741,7370,'_wc_review_count','0'),(37742,7370,'_downloadable_files','a:0:{}'),(37743,7370,'attribute_size','Small'),(37744,7370,'_price','25.00'),(37745,7370,'_product_version','3.0.8'),(37747,7308,'_price','25.00'),(37748,7371,'_order_key','wc_order_5ae7b7ee5b1b7'),(37749,7371,'_customer_user','0'),(37750,7371,'_payment_method','paypal'),(37751,7371,'_payment_method_title','PayPal'),(37752,7371,'_transaction_id','1B726152H8168390G'),(37753,7371,'_customer_ip_address','73.8.228.48'),(37754,7371,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_13_4) applewebkit/537.36 (khtml, like gecko) chrome/65.0.3325.181 safari/537.36'),(37755,7371,'_created_via','checkout'),(37756,7371,'_date_completed',''),(37757,7371,'_completed_date',''),(37758,7371,'_date_paid','1525135378'),(37759,7371,'_paid_date','2018-05-01 00:42:58'),(37760,7371,'_cart_hash','7c36012692284e6a47939c56a63c2017'),(37761,7371,'_billing_first_name','james'),(37762,7371,'_billing_last_name','adam'),(37763,7371,'_billing_company',''),(37764,7371,'_billing_address_1','2326 W. Augusta'),(37765,7371,'_billing_address_2','2F'),(37766,7371,'_billing_city','chicago'),(37767,7371,'_billing_state','IL'),(37768,7371,'_billing_postcode','60622'),(37769,7371,'_billing_country','US'),(37770,7371,'_billing_email','jamesmontgomery00@gmail.com'),(37771,7371,'_billing_phone','3128101914'),(37772,7371,'_shipping_first_name','james'),(37773,7371,'_shipping_last_name','adam'),(37774,7371,'_shipping_company',''),(37775,7371,'_shipping_address_1','2326 W. Augusta'),(37776,7371,'_shipping_address_2','2F'),(37777,7371,'_shipping_city','chicago'),(37778,7371,'_shipping_state','IL'),(37779,7371,'_shipping_postcode','60622'),(37780,7371,'_shipping_country','US'),(37781,7371,'_order_currency','USD'),(37782,7371,'_cart_discount','0'),(37783,7371,'_cart_discount_tax','0'),(37784,7371,'_order_shipping','5.95'),(37785,7371,'_order_shipping_tax','0'),(37786,7371,'_order_tax','0'),(37787,7371,'_order_total','55.95'),(37788,7371,'_order_version','3.0.8'),(37789,7371,'_prices_include_tax','no'),(37790,7371,'_billing_address_index','james adam 2326 W. Augusta 2F chicago IL 60622 US jamesmontgomery00@gmail.com 3128101914'),(37791,7371,'_shipping_address_index','james adam 2326 W. Augusta 2F chicago IL 60622 US'),(37792,7371,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(37793,7371,'Payer PayPal address','jamesmontgomery00@gmail.com'),(37794,7371,'Payer first name','James'),(37795,7371,'Payer last name','Adam'),(37796,7371,'Payment type','instant'),(37797,7371,'_paypal_status','completed'),(37798,7371,'_download_permissions_granted','yes'),(37799,7371,'_recorded_sales','yes'),(37800,7371,'_recorded_coupon_usage_counts','yes'),(37801,7371,'_order_stock_reduced','yes'),(37802,7371,'PayPal Transaction Fee','1.92'),(37807,7373,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(37808,7373,'_sku',''),(37809,7373,'_regular_price',''),(37810,7373,'_sale_price',''),(37811,7373,'_sale_price_dates_from',''),(37812,7373,'_sale_price_dates_to',''),(37813,7373,'total_sales','0'),(37814,7373,'_tax_status','taxable'),(37815,7373,'_tax_class',''),(37816,7373,'_manage_stock','no'),(37817,7373,'_backorders','no'),(37818,7373,'_sold_individually','no'),(37819,7373,'_weight',''),(37820,7373,'_length',''),(37821,7373,'_width',''),(37822,7373,'_height',''),(37823,7373,'_upsell_ids','a:0:{}'),(37824,7373,'_crosssell_ids','a:0:{}'),(37825,7373,'_purchase_note',''),(37826,7373,'_default_attributes','a:0:{}'),(37827,7373,'_virtual','no'),(37828,7373,'_downloadable','no'),(37829,7373,'_product_image_gallery',''),(37830,7373,'_download_limit','-1'),(37831,7373,'_download_expiry','-1'),(37832,7373,'_thumbnail_id','7378'),(37833,7373,'_stock',NULL),(37834,7373,'_stock_status','instock'),(37835,7373,'_wc_average_rating','0'),(37836,7373,'_wc_rating_count','a:0:{}'),(37837,7373,'_wc_review_count','0'),(37838,7373,'_downloadable_files','a:0:{}'),(37839,7373,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:35:\"Medium | Large | X-Large | 2X-Large\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(37840,7373,'_product_version','3.0.8'),(37842,7373,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(37843,7373,'slide_template','default'),(37844,7374,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(37845,7374,'_variation_description',''),(37846,7374,'_sku',''),(37847,7374,'_regular_price','25.00'),(37848,7374,'_sale_price',''),(37849,7374,'_sale_price_dates_from',''),(37850,7374,'_sale_price_dates_to',''),(37851,7374,'total_sales','0'),(37852,7374,'_tax_status','taxable'),(37853,7374,'_tax_class',''),(37854,7374,'_manage_stock','no'),(37855,7374,'_backorders','no'),(37856,7374,'_sold_individually','no'),(37857,7374,'_weight',''),(37858,7374,'_length',''),(37859,7374,'_width',''),(37860,7374,'_height',''),(37861,7374,'_upsell_ids','a:0:{}'),(37862,7374,'_crosssell_ids','a:0:{}'),(37863,7374,'_purchase_note',''),(37864,7374,'_default_attributes','a:0:{}'),(37865,7374,'_virtual','no'),(37866,7374,'_downloadable','no'),(37867,7374,'_product_image_gallery',''),(37868,7374,'_download_limit','-1'),(37869,7374,'_download_expiry','-1'),(37870,7374,'_stock',NULL),(37871,7374,'_stock_status','instock'),(37872,7374,'_wc_average_rating','0'),(37873,7374,'_wc_rating_count','a:0:{}'),(37874,7374,'_wc_review_count','0'),(37875,7374,'_downloadable_files','a:0:{}'),(37876,7374,'attribute_size','2X-Large'),(37877,7374,'_price','25.00'),(37878,7374,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(37879,7374,'_product_version','3.0.8'),(37880,7375,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(37881,7375,'_variation_description',''),(37882,7375,'_sku',''),(37883,7375,'_regular_price','25.00'),(37884,7375,'_sale_price',''),(37885,7375,'_sale_price_dates_from',''),(37886,7375,'_sale_price_dates_to',''),(37887,7375,'total_sales','0'),(37888,7375,'_tax_status','taxable'),(37889,7375,'_tax_class',''),(37890,7375,'_manage_stock','no'),(37891,7375,'_backorders','no'),(37892,7375,'_sold_individually','no'),(37893,7375,'_weight',''),(37894,7375,'_length',''),(37895,7375,'_width',''),(37896,7375,'_height',''),(37897,7375,'_upsell_ids','a:0:{}'),(37898,7375,'_crosssell_ids','a:0:{}'),(37899,7375,'_purchase_note',''),(37900,7375,'_default_attributes','a:0:{}'),(37901,7375,'_virtual','no'),(37902,7375,'_downloadable','no'),(37903,7375,'_product_image_gallery',''),(37904,7375,'_download_limit','-1'),(37905,7375,'_download_expiry','-1'),(37906,7375,'_stock',NULL),(37907,7375,'_stock_status','instock'),(37908,7375,'_wc_average_rating','0'),(37909,7375,'_wc_rating_count','a:0:{}'),(37910,7375,'_wc_review_count','0'),(37911,7375,'_downloadable_files','a:0:{}'),(37912,7375,'attribute_size','X-Large'),(37913,7375,'_price','25.00'),(37914,7375,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(37915,7375,'_product_version','3.0.8'),(37916,7376,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(37917,7376,'_variation_description',''),(37918,7376,'_sku',''),(37919,7376,'_regular_price','25.00'),(37920,7376,'_sale_price',''),(37921,7376,'_sale_price_dates_from',''),(37922,7376,'_sale_price_dates_to',''),(37923,7376,'total_sales','0'),(37924,7376,'_tax_status','taxable'),(37925,7376,'_tax_class',''),(37926,7376,'_manage_stock','no'),(37927,7376,'_backorders','no'),(37928,7376,'_sold_individually','no'),(37929,7376,'_weight',''),(37930,7376,'_length',''),(37931,7376,'_width',''),(37932,7376,'_height',''),(37933,7376,'_upsell_ids','a:0:{}'),(37934,7376,'_crosssell_ids','a:0:{}'),(37935,7376,'_purchase_note',''),(37936,7376,'_default_attributes','a:0:{}'),(37937,7376,'_virtual','no'),(37938,7376,'_downloadable','no'),(37939,7376,'_product_image_gallery',''),(37940,7376,'_download_limit','-1'),(37941,7376,'_download_expiry','-1'),(37942,7376,'_stock',NULL),(37943,7376,'_stock_status','instock'),(37944,7376,'_wc_average_rating','0'),(37945,7376,'_wc_rating_count','a:0:{}'),(37946,7376,'_wc_review_count','0'),(37947,7376,'_downloadable_files','a:0:{}'),(37948,7376,'attribute_size','Large'),(37949,7376,'_price','25.00'),(37950,7376,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(37951,7376,'_product_version','3.0.8'),(37952,7377,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(37953,7377,'_variation_description',''),(37954,7377,'_sku',''),(37955,7377,'_regular_price','25.00'),(37956,7377,'_sale_price',''),(37957,7377,'_sale_price_dates_from',''),(37958,7377,'_sale_price_dates_to',''),(37959,7377,'total_sales','0'),(37960,7377,'_tax_status','taxable'),(37961,7377,'_tax_class',''),(37962,7377,'_manage_stock','no'),(37963,7377,'_backorders','no'),(37964,7377,'_sold_individually','no'),(37965,7377,'_weight',''),(37966,7377,'_length',''),(37967,7377,'_width',''),(37968,7377,'_height',''),(37969,7377,'_upsell_ids','a:0:{}'),(37970,7377,'_crosssell_ids','a:0:{}'),(37971,7377,'_purchase_note',''),(37972,7377,'_default_attributes','a:0:{}'),(37973,7377,'_virtual','no'),(37974,7377,'_downloadable','no'),(37975,7377,'_product_image_gallery',''),(37976,7377,'_download_limit','-1'),(37977,7377,'_download_expiry','-1'),(37978,7377,'_stock',NULL),(37979,7377,'_stock_status','instock'),(37980,7377,'_wc_average_rating','0'),(37981,7377,'_wc_rating_count','a:0:{}'),(37982,7377,'_wc_review_count','0'),(37983,7377,'_downloadable_files','a:0:{}'),(37984,7377,'attribute_size','Medium'),(37985,7377,'_price','25.00'),(37986,7377,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(37987,7377,'_product_version','3.0.8'),(37988,7373,'_price','25.00'),(37989,7373,'_edit_lock','1525346399:3'),(37990,7373,'_edit_last','3'),(37991,7378,'_wp_attached_file','2018/05/whiteTiger-scaled.jpg'),(37992,7378,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:22:\"2018/05/whiteTiger.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"whiteTiger-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"whiteTiger-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"whiteTiger-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"whiteTiger-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"whiteTiger-750x1000.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"whiteTiger-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"whiteTiger-750x1000.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:23:\"whiteTiger-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"whiteTiger-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"whiteTiger-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"whiteTiger-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"whiteTiger-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 7 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1525165577\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.6\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(37993,7379,'_order_key','wc_order_5ae8714d71ae8'),(37994,7379,'_customer_user','3'),(37995,7379,'_payment_method','paypal'),(37996,7379,'_payment_method_title','PayPal'),(37997,7379,'_transaction_id',''),(37998,7379,'_customer_ip_address','73.43.50.139'),(37999,7379,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_13_4) applewebkit/605.1.15 (khtml, like gecko) version/11.1 safari/605.1.15'),(38000,7379,'_created_via','checkout'),(38001,7379,'_date_completed',''),(38002,7379,'_completed_date',''),(38003,7379,'_date_paid',''),(38004,7379,'_paid_date',''),(38005,7379,'_cart_hash','aedc60199523e51211894505c890e391'),(38006,7379,'_billing_first_name','Rob'),(38007,7379,'_billing_last_name','Thomas'),(38008,7379,'_billing_company',''),(38009,7379,'_billing_address_1','66 Stevenson Pt'),(38010,7379,'_billing_address_2',''),(38011,7379,'_billing_city','Dallas'),(38012,7379,'_billing_state','GA'),(38013,7379,'_billing_postcode','30132'),(38014,7379,'_billing_country','US'),(38015,7379,'_billing_email','robfthomas@me.com'),(38016,7379,'_billing_phone','770-9778287'),(38017,7379,'_shipping_first_name','Rob'),(38018,7379,'_shipping_last_name','Thomas'),(38019,7379,'_shipping_company',''),(38020,7379,'_shipping_address_1','66 Stevenson Pt'),(38021,7379,'_shipping_address_2',''),(38022,7379,'_shipping_city','Dallas'),(38023,7379,'_shipping_state','GA'),(38024,7379,'_shipping_postcode','30132'),(38025,7379,'_shipping_country','US'),(38026,7379,'_order_currency','USD'),(38027,7379,'_cart_discount','0'),(38028,7379,'_cart_discount_tax','0'),(38029,7379,'_order_shipping','5.95'),(38030,7379,'_order_shipping_tax','0'),(38031,7379,'_order_tax','1.75'),(38032,7379,'_order_total','32.70'),(38033,7379,'_order_version','3.0.8'),(38034,7379,'_prices_include_tax','no'),(38035,7379,'_billing_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US robfthomas@me.com 770-9778287'),(38036,7379,'_shipping_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US'),(38037,7379,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(38038,7380,'_order_key','wc_order_5aeaa1873e53d'),(38039,7380,'_customer_user','20'),(38040,7380,'_payment_method','paypal'),(38041,7380,'_payment_method_title','PayPal'),(38042,7380,'_transaction_id',''),(38043,7380,'_customer_ip_address','142.196.96.187'),(38044,7380,'_customer_user_agent','mozilla/5.0 (linux; android 8.0.0; sm-g950u1 build/r16nw; wv) applewebkit/537.36 (khtml, like gecko) version/4.0 chrome/66.0.3359.126 mobile safari/537.36 instagram 43.0.0.10.97 android (26/8.0.0; 480dpi; 1080x2076; samsung; sm-g950u1; dreamqlteue; qcom; en_us; 105842053)'),(38045,7380,'_created_via','checkout'),(38046,7380,'_date_completed',''),(38047,7380,'_completed_date',''),(38048,7380,'_date_paid',''),(38049,7380,'_paid_date',''),(38050,7380,'_cart_hash','e43a5c5544cf893ad0bbf27e23253b10'),(38051,7380,'_billing_first_name','Brittany'),(38052,7380,'_billing_last_name','Womack'),(38053,7380,'_billing_company',''),(38054,7380,'_billing_address_1','2007 hounds lake ct'),(38055,7380,'_billing_address_2',''),(38056,7380,'_billing_city','Kissimmee'),(38057,7380,'_billing_state','FL'),(38058,7380,'_billing_postcode','34741'),(38059,7380,'_billing_country','US'),(38060,7380,'_billing_email','womack.brittany@gmail.com'),(38061,7380,'_billing_phone','4079695733'),(38062,7380,'_shipping_first_name','Brittany'),(38063,7380,'_shipping_last_name','Womack'),(38064,7380,'_shipping_company',''),(38065,7380,'_shipping_address_1','2007 hounds lake ct'),(38066,7380,'_shipping_address_2',''),(38067,7380,'_shipping_city','Kissimmee'),(38068,7380,'_shipping_state','FL'),(38069,7380,'_shipping_postcode','34741'),(38070,7380,'_shipping_country','US'),(38071,7380,'_order_currency','USD'),(38072,7380,'_cart_discount','0'),(38073,7380,'_cart_discount_tax','0'),(38074,7380,'_order_shipping','5.95'),(38075,7380,'_order_shipping_tax','0'),(38076,7380,'_order_tax','0'),(38077,7380,'_order_total','30.95'),(38078,7380,'_order_version','4.5.2'),(38079,7380,'_prices_include_tax','no'),(38080,7380,'_billing_address_index','Brittany Womack 2007 hounds lake ct Kissimmee FL 34741 US womack.brittany@gmail.com 4079695733'),(38081,7380,'_shipping_address_index','Brittany Womack 2007 hounds lake ct Kissimmee FL 34741 US'),(38082,7380,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(38083,7381,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(38084,7381,'_variation_description',''),(38085,7381,'_sku',''),(38086,7381,'_regular_price','25.00'),(38087,7381,'_sale_price',''),(38088,7381,'_sale_price_dates_from',''),(38089,7381,'_sale_price_dates_to',''),(38090,7381,'total_sales','0'),(38091,7381,'_tax_status','taxable'),(38092,7381,'_tax_class',''),(38093,7381,'_manage_stock','no'),(38094,7381,'_backorders','no'),(38095,7381,'_sold_individually','no'),(38096,7381,'_weight',''),(38097,7381,'_length',''),(38098,7381,'_width',''),(38099,7381,'_height',''),(38100,7381,'_upsell_ids','a:0:{}'),(38101,7381,'_crosssell_ids','a:0:{}'),(38102,7381,'_purchase_note',''),(38103,7381,'_default_attributes','a:0:{}'),(38104,7381,'_virtual','no'),(38105,7381,'_downloadable','no'),(38106,7381,'_product_image_gallery',''),(38107,7381,'_download_limit','-1'),(38108,7381,'_download_expiry','-1'),(38109,7381,'_stock',NULL),(38110,7381,'_stock_status','instock'),(38111,7381,'_wc_average_rating','0'),(38112,7381,'_wc_rating_count','a:0:{}'),(38113,7381,'_wc_review_count','0'),(38114,7381,'_downloadable_files','a:0:{}'),(38115,7381,'attribute_size','Small'),(38116,7381,'_price','25.00'),(38117,7381,'_product_version','3.0.8'),(38263,7386,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(38264,7386,'_variation_description',''),(38265,7386,'_sku',''),(38266,7386,'_regular_price','25.00'),(38267,7386,'_sale_price',''),(38268,7386,'_sale_price_dates_from',''),(38269,7386,'_sale_price_dates_to',''),(38270,7386,'total_sales','0'),(38271,7386,'_tax_status','taxable'),(38272,7386,'_tax_class',''),(38273,7386,'_manage_stock','no'),(38274,7386,'_backorders','no'),(38275,7386,'_sold_individually','no'),(38276,7386,'_weight',''),(38277,7386,'_length',''),(38278,7386,'_width',''),(38279,7386,'_height',''),(38280,7386,'_upsell_ids','a:0:{}'),(38281,7386,'_crosssell_ids','a:0:{}'),(38282,7386,'_purchase_note',''),(38283,7386,'_default_attributes','a:0:{}'),(38284,7386,'_virtual','no'),(38285,7386,'_downloadable','no'),(38286,7386,'_product_image_gallery',''),(38287,7386,'_download_limit','-1'),(38288,7386,'_download_expiry','-1'),(38289,7386,'_stock',NULL),(38290,7386,'_stock_status','instock'),(38291,7386,'_wc_average_rating','0'),(38292,7386,'_wc_rating_count','a:0:{}'),(38293,7386,'_wc_review_count','0'),(38294,7386,'_downloadable_files','a:0:{}'),(38295,7386,'attribute_size','Large'),(38296,7386,'_price','25.00'),(38297,7386,'_product_version','3.0.8'),(38298,7387,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(38299,7387,'_variation_description',''),(38300,7387,'_sku',''),(38301,7387,'_regular_price','25.00'),(38302,7387,'_sale_price',''),(38303,7387,'_sale_price_dates_from',''),(38304,7387,'_sale_price_dates_to',''),(38305,7387,'total_sales','0'),(38306,7387,'_tax_status','taxable'),(38307,7387,'_tax_class',''),(38308,7387,'_manage_stock','no'),(38309,7387,'_backorders','no'),(38310,7387,'_sold_individually','no'),(38311,7387,'_weight',''),(38312,7387,'_length',''),(38313,7387,'_width',''),(38314,7387,'_height',''),(38315,7387,'_upsell_ids','a:0:{}'),(38316,7387,'_crosssell_ids','a:0:{}'),(38317,7387,'_purchase_note',''),(38318,7387,'_default_attributes','a:0:{}'),(38319,7387,'_virtual','no'),(38320,7387,'_downloadable','no'),(38321,7387,'_product_image_gallery',''),(38322,7387,'_download_limit','-1'),(38323,7387,'_download_expiry','-1'),(38324,7387,'_stock',NULL),(38325,7387,'_stock_status','instock'),(38326,7387,'_wc_average_rating','0'),(38327,7387,'_wc_rating_count','a:0:{}'),(38328,7387,'_wc_review_count','0'),(38329,7387,'_downloadable_files','a:0:{}'),(38330,7387,'attribute_size','Medium'),(38331,7387,'_price','25.00'),(38332,7387,'_product_version','3.0.8'),(38333,7388,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(38334,7388,'_variation_description',''),(38335,7388,'_sku',''),(38336,7388,'_regular_price','25.00'),(38337,7388,'_sale_price',''),(38338,7388,'_sale_price_dates_from',''),(38339,7388,'_sale_price_dates_to',''),(38340,7388,'total_sales','0'),(38341,7388,'_tax_status','taxable'),(38342,7388,'_tax_class',''),(38343,7388,'_manage_stock','no'),(38344,7388,'_backorders','no'),(38345,7388,'_sold_individually','no'),(38346,7388,'_weight',''),(38347,7388,'_length',''),(38348,7388,'_width',''),(38349,7388,'_height',''),(38350,7388,'_upsell_ids','a:0:{}'),(38351,7388,'_crosssell_ids','a:0:{}'),(38352,7388,'_purchase_note',''),(38353,7388,'_default_attributes','a:0:{}'),(38354,7388,'_virtual','no'),(38355,7388,'_downloadable','no'),(38356,7388,'_product_image_gallery',''),(38357,7388,'_download_limit','-1'),(38358,7388,'_download_expiry','-1'),(38359,7388,'_stock',NULL),(38360,7388,'_stock_status','instock'),(38361,7388,'_wc_average_rating','0'),(38362,7388,'_wc_rating_count','a:0:{}'),(38363,7388,'_wc_review_count','0'),(38364,7388,'_downloadable_files','a:0:{}'),(38365,7388,'attribute_size','Small'),(38366,7388,'_price','25.00'),(38367,7388,'_product_version','3.0.8'),(38368,7303,'_price','25.00'),(38369,7349,'_wp_attachment_backup_sizes','a:12:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:41:\"4E932C2E-D9A6-4E7A-8E82-45703EFE86DC.jpeg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:49:\"4E932C2E-D9A6-4E7A-8E82-45703EFE86DC-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:49:\"4E932C2E-D9A6-4E7A-8E82-45703EFE86DC-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:49:\"4E932C2E-D9A6-4E7A-8E82-45703EFE86DC-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:50:\"4E932C2E-D9A6-4E7A-8E82-45703EFE86DC-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:50:\"4E932C2E-D9A6-4E7A-8E82-45703EFE86DC-1000x750.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:51:\"4E932C2E-D9A6-4E7A-8E82-45703EFE86DC-1000x1000.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:50:\"4E932C2E-D9A6-4E7A-8E82-45703EFE86DC-1000x750.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"foreal-blog-full-orig\";a:4:{s:4:\"file\";s:50:\"4E932C2E-D9A6-4E7A-8E82-45703EFE86DC-1170x767.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-blog-thumb-orig\";a:4:{s:4:\"file\";s:47:\"4E932C2E-D9A6-4E7A-8E82-45703EFE86DC-70x70.jpeg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"foreal-portfolio-related-items-orig\";a:4:{s:4:\"file\";s:49:\"4E932C2E-D9A6-4E7A-8E82-45703EFE86DC-800x400.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"foreal-portfolio-thumb-orig\";a:4:{s:4:\"file\";s:47:\"4E932C2E-D9A6-4E7A-8E82-45703EFE86DC-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(38370,7389,'_order_key','wc_order_5afa3f3509d28'),(38371,7389,'_customer_user','21'),(38372,7389,'_payment_method','paypal'),(38373,7389,'_payment_method_title','PayPal'),(38374,7389,'_transaction_id','2D480903WD3517312'),(38375,7389,'_customer_ip_address','209.232.26.115'),(38376,7389,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 11_3 like mac os x) applewebkit/605.1.15 (khtml, like gecko) mobile/15e302 instagram 43.0.0.13.91 (iphone10,3; ios 11_3_1; en_us; en-us; scale=3.00; gamut=wide; 1125x2436)'),(38377,7389,'_created_via','checkout'),(38378,7389,'_date_completed',''),(38379,7389,'_completed_date',''),(38380,7389,'_date_paid','1526349670'),(38381,7389,'_paid_date','2018-05-15 02:01:10'),(38382,7389,'_cart_hash','fe750f56aae52e18ba5fc7d279f67432'),(38383,7389,'_billing_first_name','Shane'),(38384,7389,'_billing_last_name','Paulsen'),(38385,7389,'_billing_company',''),(38386,7389,'_billing_address_1','2987 Kaley drive'),(38387,7389,'_billing_address_2',''),(38388,7389,'_billing_city','Kennesaw'),(38389,7389,'_billing_state','GA'),(38390,7389,'_billing_postcode','30152'),(38391,7389,'_billing_country','US'),(38392,7389,'_billing_email','containerman1@yahoo.com'),(38393,7389,'_billing_phone','(404) 502-6891'),(38394,7389,'_shipping_first_name','Shane'),(38395,7389,'_shipping_last_name','Paulsen'),(38396,7389,'_shipping_company',''),(38397,7389,'_shipping_address_1','2987 Kaley drive'),(38398,7389,'_shipping_address_2',''),(38399,7389,'_shipping_city','Kennesaw'),(38400,7389,'_shipping_state','GA'),(38401,7389,'_shipping_postcode','30152'),(38402,7389,'_shipping_country','US'),(38403,7389,'_order_currency','USD'),(38404,7389,'_cart_discount','0'),(38405,7389,'_cart_discount_tax','0'),(38406,7389,'_order_shipping','5.95'),(38407,7389,'_order_shipping_tax','0'),(38408,7389,'_order_tax','3.5'),(38409,7389,'_order_total','59.45'),(38410,7389,'_order_version','3.0.8'),(38411,7389,'_prices_include_tax','no'),(38412,7389,'_billing_address_index','Shane Paulsen 2987 Kaley drive Kennesaw GA 30152 US containerman1@yahoo.com (404) 502-6891'),(38413,7389,'_shipping_address_index','Shane Paulsen 2987 Kaley drive Kennesaw GA 30152 US'),(38414,7389,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(38415,7389,'Payer PayPal address','containerman1@yahoo.com'),(38416,7389,'Payer first name','Shane'),(38417,7389,'Payer last name','Paulsen'),(38418,7389,'Payment type','instant'),(38419,7389,'_paypal_status','completed'),(38420,7389,'_download_permissions_granted','yes'),(38421,7389,'_recorded_sales','yes'),(38422,7389,'_recorded_coupon_usage_counts','yes'),(38423,7389,'_order_stock_reduced','yes'),(38424,7389,'PayPal Transaction Fee','2.02'),(38425,7390,'_order_key','wc_order_5b11225dc2b85'),(38426,7390,'_customer_user','0'),(38427,7390,'_payment_method','paypal'),(38428,7390,'_payment_method_title','PayPal'),(38429,7390,'_transaction_id','93695371MX3986404'),(38430,7390,'_customer_ip_address','69.61.179.2'),(38431,7390,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_11_6) applewebkit/605.1.15 (khtml, like gecko) version/11.1 safari/605.1.15'),(38432,7390,'_created_via','checkout'),(38433,7390,'_date_completed',''),(38434,7390,'_completed_date',''),(38435,7390,'_date_paid','1527849692'),(38436,7390,'_paid_date','2018-06-01 10:41:32'),(38437,7390,'_cart_hash','edf01bd42c9cab93311b085469c61c8d'),(38438,7390,'_billing_first_name','Kristen'),(38439,7390,'_billing_last_name','Kiekel'),(38440,7390,'_billing_company',''),(38441,7390,'_billing_address_1','826 Christina Mill Dr'),(38442,7390,'_billing_address_2',''),(38443,7390,'_billing_city','Newark'),(38444,7390,'_billing_state','DE'),(38445,7390,'_billing_postcode','19711'),(38446,7390,'_billing_country','US'),(38447,7390,'_billing_email','kristen.kiekel@gmail.com'),(38448,7390,'_billing_phone','6105680413'),(38449,7390,'_shipping_first_name','Kristen'),(38450,7390,'_shipping_last_name','Kiekel'),(38451,7390,'_shipping_company',''),(38452,7390,'_shipping_address_1','826 Christina Mill Dr'),(38453,7390,'_shipping_address_2',''),(38454,7390,'_shipping_city','Newark'),(38455,7390,'_shipping_state','DE'),(38456,7390,'_shipping_postcode','19711'),(38457,7390,'_shipping_country','US'),(38458,7390,'_order_currency','USD'),(38459,7390,'_cart_discount','0'),(38460,7390,'_cart_discount_tax','0'),(38461,7390,'_order_shipping','21.9'),(38462,7390,'_order_shipping_tax','0'),(38463,7390,'_order_tax','0'),(38464,7390,'_order_total','221.90'),(38465,7390,'_order_version','3.0.8'),(38466,7390,'_prices_include_tax','no'),(38467,7390,'_billing_address_index','Kristen Kiekel 826 Christina Mill Dr Newark DE 19711 US kristen.kiekel@gmail.com 6105680413'),(38468,7390,'_shipping_address_index','Kristen Kiekel 826 Christina Mill Dr Newark DE 19711 US'),(38469,7390,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(38470,7390,'Payer PayPal address','kristen.kiekel@gmail.com'),(38471,7390,'Payer first name','Kristen'),(38472,7390,'Payer last name','Kiekel'),(38473,7390,'Payment type','instant'),(38474,7390,'_paypal_status','completed'),(38475,7390,'_download_permissions_granted','yes'),(38476,7390,'_recorded_sales','yes'),(38477,7390,'_recorded_coupon_usage_counts','yes'),(38478,7390,'_order_stock_reduced','yes'),(38479,7390,'PayPal Transaction Fee','6.74'),(38480,7391,'_order_key','wc_order_5b4e716754511'),(38481,7391,'_customer_user','0'),(38482,7391,'_payment_method','paypal'),(38483,7391,'_payment_method_title','PayPal'),(38484,7391,'_transaction_id','05U4179900280321R'),(38485,7391,'_customer_ip_address','45.36.52.54'),(38486,7391,'_customer_user_agent','mozilla/5.0 (linux; android 5.0.2; sm-t530nu build/lrx22g) applewebkit/537.36 (khtml, like gecko) chrome/67.0.3396.87 safari/537.36'),(38487,7391,'_created_via','checkout'),(38488,7391,'_date_completed',''),(38489,7391,'_completed_date',''),(38490,7391,'_date_paid','1531867733'),(38491,7391,'_paid_date','2018-07-17 22:48:53'),(38492,7391,'_cart_hash','ddf7e9b0a35e7e4f9ac85cc743043d01'),(38493,7391,'_billing_first_name','Cameron'),(38494,7391,'_billing_last_name','Blevins'),(38495,7391,'_billing_company',''),(38496,7391,'_billing_address_1','1239 Martha Ave'),(38497,7391,'_billing_address_2',''),(38498,7391,'_billing_city','Rural Hall'),(38499,7391,'_billing_state','NC'),(38500,7391,'_billing_postcode','27045'),(38501,7391,'_billing_country','US'),(38502,7391,'_billing_email','blevins956@gmail.com'),(38503,7391,'_billing_phone','3368139078'),(38504,7391,'_shipping_first_name','Cameron'),(38505,7391,'_shipping_last_name','Blevins'),(38506,7391,'_shipping_company',''),(38507,7391,'_shipping_address_1','1239 Martha Ave'),(38508,7391,'_shipping_address_2',''),(38509,7391,'_shipping_city','Rural Hall'),(38510,7391,'_shipping_state','NC'),(38511,7391,'_shipping_postcode','27045'),(38512,7391,'_shipping_country','US'),(38513,7391,'_order_currency','USD'),(38514,7391,'_cart_discount','0'),(38515,7391,'_cart_discount_tax','0'),(38516,7391,'_order_shipping','5.95'),(38517,7391,'_order_shipping_tax','0'),(38518,7391,'_order_tax','0'),(38519,7391,'_order_total','30.95'),(38520,7391,'_order_version','3.0.8'),(38521,7391,'_prices_include_tax','no'),(38522,7391,'_billing_address_index','Cameron Blevins 1239 Martha Ave Rural Hall NC 27045 US blevins956@gmail.com 3368139078'),(38523,7391,'_shipping_address_index','Cameron Blevins 1239 Martha Ave Rural Hall NC 27045 US'),(38524,7391,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(38525,7391,'_paypal_status','completed'),(38526,7391,'_download_permissions_granted','yes'),(38527,7391,'_recorded_sales','yes'),(38528,7391,'_recorded_coupon_usage_counts','yes'),(38529,7391,'_order_stock_reduced','yes'),(38530,7391,'PayPal Transaction Fee','1.20'),(38531,7391,'Payer PayPal address','blevins956@gmail.com'),(38532,7391,'Payer first name','Cameron'),(38533,7391,'Payer last name','Blevins'),(38534,7391,'Payment type','instant'),(38535,7392,'_order_key','wc_order_5b56a62430535'),(38536,7392,'_customer_user','0'),(38537,7392,'_payment_method','paypal'),(38538,7392,'_payment_method_title','PayPal'),(38539,7392,'_transaction_id','50C79936VH047001G'),(38540,7392,'_customer_ip_address','166.137.10.116'),(38541,7392,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 11_4 like mac os x) applewebkit/605.1.15 (khtml, like gecko) version/11.0 mobile/15e148 safari/604.1'),(38542,7392,'_created_via','checkout'),(38543,7392,'_date_completed',''),(38544,7392,'_completed_date',''),(38545,7392,'_date_paid','1532405439'),(38546,7392,'_paid_date','2018-07-24 04:10:39'),(38547,7392,'_cart_hash','51151cd0ddc844a6776e600ead186dbe'),(38548,7392,'_billing_first_name','Samantha'),(38549,7392,'_billing_last_name','Fairbanks'),(38550,7392,'_billing_company',''),(38551,7392,'_billing_address_1','252 Colorado Springs way'),(38552,7392,'_billing_address_2',''),(38553,7392,'_billing_city','St Augustine'),(38554,7392,'_billing_state','FL'),(38555,7392,'_billing_postcode','32092'),(38556,7392,'_billing_country','US'),(38557,7392,'_billing_email','samantha_meide@yahoo.com'),(38558,7392,'_billing_phone','9044952862'),(38559,7392,'_shipping_first_name','Samantha'),(38560,7392,'_shipping_last_name','Fairbanks'),(38561,7392,'_shipping_company',''),(38562,7392,'_shipping_address_1','710 CL Tart Cir'),(38563,7392,'_shipping_address_2','Apt #702'),(38564,7392,'_shipping_city','Fayetteville'),(38565,7392,'_shipping_state','NC'),(38566,7392,'_shipping_postcode','28314'),(38567,7392,'_shipping_country','US'),(38568,7392,'_order_currency','USD'),(38569,7392,'_cart_discount','0'),(38570,7392,'_cart_discount_tax','0'),(38571,7392,'_order_shipping','5.95'),(38572,7392,'_order_shipping_tax','0'),(38573,7392,'_order_tax','0'),(38574,7392,'_order_total','30.95'),(38575,7392,'_order_version','3.0.8'),(38576,7392,'_prices_include_tax','no'),(38577,7392,'_billing_address_index','Samantha Fairbanks 252 Colorado Springs way St Augustine FL 32092 US samantha_meide@yahoo.com 9044952862'),(38578,7392,'_shipping_address_index','Samantha Fairbanks 710 CL Tart Cir Apt #702 Fayetteville NC 28314 US'),(38579,7392,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(38580,7392,'Payer PayPal address','samantha_meide@yahoo.com'),(38581,7392,'Payer first name','Samantha'),(38582,7392,'Payer last name','Fairbanks'),(38583,7392,'Payment type','instant'),(38584,7392,'_paypal_status','completed'),(38585,7392,'_download_permissions_granted','yes'),(38586,7392,'_recorded_sales','yes'),(38587,7392,'_recorded_coupon_usage_counts','yes'),(38588,7392,'_order_stock_reduced','yes'),(38589,7392,'PayPal Transaction Fee','1.20'),(38591,7394,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(38592,7394,'_sku',''),(38593,7394,'_regular_price',''),(38594,7394,'_sale_price',''),(38595,7394,'_sale_price_dates_from',''),(38596,7394,'_sale_price_dates_to',''),(38597,7394,'total_sales','0'),(38598,7394,'_tax_status','taxable'),(38599,7394,'_tax_class',''),(38600,7394,'_manage_stock','no'),(38601,7394,'_backorders','no'),(38602,7394,'_sold_individually','no'),(38603,7394,'_weight',''),(38604,7394,'_length',''),(38605,7394,'_width',''),(38606,7394,'_height',''),(38607,7394,'_upsell_ids','a:0:{}'),(38608,7394,'_crosssell_ids','a:0:{}'),(38609,7394,'_purchase_note',''),(38610,7394,'_default_attributes','a:0:{}'),(38611,7394,'_virtual','no'),(38612,7394,'_downloadable','no'),(38613,7394,'_product_image_gallery',''),(38614,7394,'_download_limit','-1'),(38615,7394,'_download_expiry','-1'),(38616,7394,'_thumbnail_id','7292'),(38617,7394,'_stock',NULL),(38618,7394,'_stock_status','instock'),(38619,7394,'_wc_average_rating','0'),(38620,7394,'_wc_rating_count','a:0:{}'),(38621,7394,'_wc_review_count','0'),(38622,7394,'_downloadable_files','a:0:{}'),(38623,7394,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:28:\"Medium | Large | Extra Large\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(38624,7394,'_product_version','3.0.8'),(38626,7394,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(38627,7394,'slide_template','default'),(38628,7395,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(38629,7395,'_variation_description',''),(38630,7395,'_sku',''),(38631,7395,'_regular_price','25.00'),(38632,7395,'_sale_price',''),(38633,7395,'_sale_price_dates_from',''),(38634,7395,'_sale_price_dates_to',''),(38635,7395,'total_sales','0'),(38636,7395,'_tax_status','taxable'),(38637,7395,'_tax_class',''),(38638,7395,'_manage_stock','no'),(38639,7395,'_backorders','no'),(38640,7395,'_sold_individually','no'),(38641,7395,'_weight',''),(38642,7395,'_length',''),(38643,7395,'_width',''),(38644,7395,'_height',''),(38645,7395,'_upsell_ids','a:0:{}'),(38646,7395,'_crosssell_ids','a:0:{}'),(38647,7395,'_purchase_note',''),(38648,7395,'_default_attributes','a:0:{}'),(38649,7395,'_virtual','no'),(38650,7395,'_downloadable','no'),(38651,7395,'_product_image_gallery',''),(38652,7395,'_download_limit','-1'),(38653,7395,'_download_expiry','-1'),(38654,7395,'_stock',NULL),(38655,7395,'_stock_status','instock'),(38656,7395,'_wc_average_rating','0'),(38657,7395,'_wc_rating_count','a:0:{}'),(38658,7395,'_wc_review_count','0'),(38659,7395,'_downloadable_files','a:0:{}'),(38660,7395,'attribute_size','Extra Large'),(38661,7395,'_price','25.00'),(38662,7395,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(38663,7395,'_product_version','3.0.8'),(38664,7396,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(38665,7396,'_variation_description',''),(38666,7396,'_sku',''),(38667,7396,'_regular_price','25.00'),(38668,7396,'_sale_price',''),(38669,7396,'_sale_price_dates_from',''),(38670,7396,'_sale_price_dates_to',''),(38671,7396,'total_sales','0'),(38672,7396,'_tax_status','taxable'),(38673,7396,'_tax_class',''),(38674,7396,'_manage_stock','no'),(38675,7396,'_backorders','no'),(38676,7396,'_sold_individually','no'),(38677,7396,'_weight',''),(38678,7396,'_length',''),(38679,7396,'_width',''),(38680,7396,'_height',''),(38681,7396,'_upsell_ids','a:0:{}'),(38682,7396,'_crosssell_ids','a:0:{}'),(38683,7396,'_purchase_note',''),(38684,7396,'_default_attributes','a:0:{}'),(38685,7396,'_virtual','no'),(38686,7396,'_downloadable','no'),(38687,7396,'_product_image_gallery',''),(38688,7396,'_download_limit','-1'),(38689,7396,'_download_expiry','-1'),(38690,7396,'_stock',NULL),(38691,7396,'_stock_status','instock'),(38692,7396,'_wc_average_rating','0'),(38693,7396,'_wc_rating_count','a:0:{}'),(38694,7396,'_wc_review_count','0'),(38695,7396,'_downloadable_files','a:0:{}'),(38696,7396,'attribute_size','Large'),(38697,7396,'_price','25.00'),(38698,7396,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(38699,7396,'_product_version','3.0.8'),(38700,7397,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(38701,7397,'_variation_description',''),(38702,7397,'_sku',''),(38703,7397,'_regular_price','25.00'),(38704,7397,'_sale_price',''),(38705,7397,'_sale_price_dates_from',''),(38706,7397,'_sale_price_dates_to',''),(38707,7397,'total_sales','0'),(38708,7397,'_tax_status','taxable'),(38709,7397,'_tax_class',''),(38710,7397,'_manage_stock','no'),(38711,7397,'_backorders','no'),(38712,7397,'_sold_individually','no'),(38713,7397,'_weight',''),(38714,7397,'_length',''),(38715,7397,'_width',''),(38716,7397,'_height',''),(38717,7397,'_upsell_ids','a:0:{}'),(38718,7397,'_crosssell_ids','a:0:{}'),(38719,7397,'_purchase_note',''),(38720,7397,'_default_attributes','a:0:{}'),(38721,7397,'_virtual','no'),(38722,7397,'_downloadable','no'),(38723,7397,'_product_image_gallery',''),(38724,7397,'_download_limit','-1'),(38725,7397,'_download_expiry','-1'),(38726,7397,'_stock',NULL),(38727,7397,'_stock_status','instock'),(38728,7397,'_wc_average_rating','0'),(38729,7397,'_wc_rating_count','a:0:{}'),(38730,7397,'_wc_review_count','0'),(38731,7397,'_downloadable_files','a:0:{}'),(38732,7397,'attribute_size','Medium'),(38733,7397,'_price','25.00'),(38734,7397,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(38735,7397,'_product_version','3.0.8'),(38736,7394,'_price','25.00'),(38737,7394,'_edit_lock','1532708984:3'),(38751,7401,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(38752,7401,'_sku',''),(38753,7401,'_regular_price',''),(38754,7401,'_sale_price',''),(38755,7401,'_sale_price_dates_from',''),(38756,7401,'_sale_price_dates_to',''),(38757,7401,'total_sales','0'),(38758,7401,'_tax_status','taxable'),(38759,7401,'_tax_class',''),(38760,7401,'_manage_stock','no'),(38761,7401,'_backorders','no'),(38762,7401,'_sold_individually','no'),(38763,7401,'_weight',''),(38764,7401,'_length',''),(38765,7401,'_width',''),(38766,7401,'_height',''),(38767,7401,'_upsell_ids','a:0:{}'),(38768,7401,'_crosssell_ids','a:0:{}'),(38769,7401,'_purchase_note',''),(38770,7401,'_default_attributes','a:0:{}'),(38771,7401,'_virtual','no'),(38772,7401,'_downloadable','no'),(38773,7401,'_product_image_gallery',''),(38774,7401,'_download_limit','-1'),(38775,7401,'_download_expiry','-1'),(38776,7401,'_thumbnail_id','7408'),(38777,7401,'_stock',NULL),(38778,7401,'_stock_status','instock'),(38779,7401,'_wc_average_rating','0'),(38780,7401,'_wc_rating_count','a:0:{}'),(38781,7401,'_wc_review_count','0'),(38782,7401,'_downloadable_files','a:0:{}'),(38783,7401,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:28:\"Medium | Large | Extra Large\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(38784,7401,'_product_version','3.0.8'),(38786,7401,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(38787,7401,'slide_template','default'),(38788,7402,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(38789,7402,'_variation_description',''),(38790,7402,'_sku',''),(38791,7402,'_regular_price','25.00'),(38792,7402,'_sale_price',''),(38793,7402,'_sale_price_dates_from',''),(38794,7402,'_sale_price_dates_to',''),(38795,7402,'total_sales','0'),(38796,7402,'_tax_status','taxable'),(38797,7402,'_tax_class',''),(38798,7402,'_manage_stock','no'),(38799,7402,'_backorders','no'),(38800,7402,'_sold_individually','no'),(38801,7402,'_weight',''),(38802,7402,'_length',''),(38803,7402,'_width',''),(38804,7402,'_height',''),(38805,7402,'_upsell_ids','a:0:{}'),(38806,7402,'_crosssell_ids','a:0:{}'),(38807,7402,'_purchase_note',''),(38808,7402,'_default_attributes','a:0:{}'),(38809,7402,'_virtual','no'),(38810,7402,'_downloadable','no'),(38811,7402,'_product_image_gallery',''),(38812,7402,'_download_limit','-1'),(38813,7402,'_download_expiry','-1'),(38814,7402,'_stock',NULL),(38815,7402,'_stock_status','instock'),(38816,7402,'_wc_average_rating','0'),(38817,7402,'_wc_rating_count','a:0:{}'),(38818,7402,'_wc_review_count','0'),(38819,7402,'_downloadable_files','a:0:{}'),(38820,7402,'attribute_size','Extra Large'),(38821,7402,'_price','25.00'),(38822,7402,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(38823,7402,'_product_version','3.0.8'),(38824,7403,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(38825,7403,'_variation_description',''),(38826,7403,'_sku',''),(38827,7403,'_regular_price','25.00'),(38828,7403,'_sale_price',''),(38829,7403,'_sale_price_dates_from',''),(38830,7403,'_sale_price_dates_to',''),(38831,7403,'total_sales','0'),(38832,7403,'_tax_status','taxable'),(38833,7403,'_tax_class',''),(38834,7403,'_manage_stock','no'),(38835,7403,'_backorders','no'),(38836,7403,'_sold_individually','no'),(38837,7403,'_weight',''),(38838,7403,'_length',''),(38839,7403,'_width',''),(38840,7403,'_height',''),(38841,7403,'_upsell_ids','a:0:{}'),(38842,7403,'_crosssell_ids','a:0:{}'),(38843,7403,'_purchase_note',''),(38844,7403,'_default_attributes','a:0:{}'),(38845,7403,'_virtual','no'),(38846,7403,'_downloadable','no'),(38847,7403,'_product_image_gallery',''),(38848,7403,'_download_limit','-1'),(38849,7403,'_download_expiry','-1'),(38850,7403,'_stock',NULL),(38851,7403,'_stock_status','instock'),(38852,7403,'_wc_average_rating','0'),(38853,7403,'_wc_rating_count','a:0:{}'),(38854,7403,'_wc_review_count','0'),(38855,7403,'_downloadable_files','a:0:{}'),(38856,7403,'attribute_size','Large'),(38857,7403,'_price','25.00'),(38858,7403,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(38859,7403,'_product_version','3.0.8'),(38860,7404,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(38861,7404,'_variation_description',''),(38862,7404,'_sku',''),(38863,7404,'_regular_price','25.00'),(38864,7404,'_sale_price',''),(38865,7404,'_sale_price_dates_from',''),(38866,7404,'_sale_price_dates_to',''),(38867,7404,'total_sales','0'),(38868,7404,'_tax_status','taxable'),(38869,7404,'_tax_class',''),(38870,7404,'_manage_stock','no'),(38871,7404,'_backorders','no'),(38872,7404,'_sold_individually','no'),(38873,7404,'_weight',''),(38874,7404,'_length',''),(38875,7404,'_width',''),(38876,7404,'_height',''),(38877,7404,'_upsell_ids','a:0:{}'),(38878,7404,'_crosssell_ids','a:0:{}'),(38879,7404,'_purchase_note',''),(38880,7404,'_default_attributes','a:0:{}'),(38881,7404,'_virtual','no'),(38882,7404,'_downloadable','no'),(38883,7404,'_product_image_gallery',''),(38884,7404,'_download_limit','-1'),(38885,7404,'_download_expiry','-1'),(38886,7404,'_stock',NULL),(38887,7404,'_stock_status','instock'),(38888,7404,'_wc_average_rating','0'),(38889,7404,'_wc_rating_count','a:0:{}'),(38890,7404,'_wc_review_count','0'),(38891,7404,'_downloadable_files','a:0:{}'),(38892,7404,'attribute_size','Medium'),(38893,7404,'_price','25.00'),(38894,7404,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(38895,7404,'_product_version','3.0.8'),(38896,7401,'_price','25.00'),(38897,7401,'_edit_lock','1534445989:3'),(38898,7401,'_edit_last','3'),(38899,7405,'_order_key','wc_order_5b5b4958db169'),(38900,7405,'_customer_user','3'),(38901,7405,'_payment_method','paypal'),(38902,7405,'_payment_method_title','PayPal'),(38903,7405,'_transaction_id',''),(38904,7405,'_customer_ip_address','24.126.188.185'),(38905,7405,'_customer_user_agent','mozilla/5.0 (ipad; cpu os 12_0 like mac os x) applewebkit/605.1.15 (khtml, like gecko) version/12.0 mobile/15e148 safari/604.1'),(38906,7405,'_created_via','checkout'),(38907,7405,'_date_completed',''),(38908,7405,'_completed_date',''),(38909,7405,'_date_paid',''),(38910,7405,'_paid_date',''),(38911,7405,'_cart_hash','748ef545d5cf32b27c49c95a250ab47a'),(38912,7405,'_billing_first_name','Rob'),(38913,7405,'_billing_last_name','Thomas'),(38914,7405,'_billing_company',''),(38915,7405,'_billing_address_1','66 Stevenson Pt'),(38916,7405,'_billing_address_2',''),(38917,7405,'_billing_city','Dallas'),(38918,7405,'_billing_state','GA'),(38919,7405,'_billing_postcode','30132'),(38920,7405,'_billing_country','US'),(38921,7405,'_billing_email','robfthomas@me.com'),(38922,7405,'_billing_phone','770-9778287'),(38923,7405,'_shipping_first_name','Rob'),(38924,7405,'_shipping_last_name','Thomas'),(38925,7405,'_shipping_company',''),(38926,7405,'_shipping_address_1','66 Stevenson Pt'),(38927,7405,'_shipping_address_2',''),(38928,7405,'_shipping_city','Dallas'),(38929,7405,'_shipping_state','GA'),(38930,7405,'_shipping_postcode','30132'),(38931,7405,'_shipping_country','US'),(38932,7405,'_order_currency','USD'),(38933,7405,'_cart_discount','0'),(38934,7405,'_cart_discount_tax','0'),(38935,7405,'_order_shipping','5.95'),(38936,7405,'_order_shipping_tax','0'),(38937,7405,'_order_tax','3.5'),(38938,7405,'_order_total','59.45'),(38939,7405,'_order_version','3.0.8'),(38940,7405,'_prices_include_tax','no'),(38941,7405,'_billing_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US robfthomas@me.com 770-9778287'),(38942,7405,'_shipping_address_index','Rob Thomas 66 Stevenson Pt Dallas GA 30132 US'),(38943,7405,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(38944,7406,'_order_key','wc_order_5b7423ba3a402'),(38945,7406,'_customer_user','0'),(38946,7406,'_payment_method','paypal'),(38947,7406,'_payment_method_title','PayPal'),(38948,7406,'_transaction_id','1W351424VF473172Y'),(38949,7406,'_customer_ip_address','73.143.139.55'),(38950,7406,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 10_3_1 like mac os x) applewebkit/603.1.30 (khtml, like gecko) version/10.0 mobile/14e304 safari/602.1'),(38951,7406,'_created_via','checkout'),(38952,7406,'_date_completed',''),(38953,7406,'_completed_date',''),(38954,7406,'_date_paid','1534338099'),(38955,7406,'_paid_date','2018-08-15 13:01:39'),(38956,7406,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(38957,7406,'_billing_first_name','Scott'),(38958,7406,'_billing_last_name','Andrews'),(38959,7406,'_billing_company','King\'s Ink'),(38960,7406,'_billing_address_1','130 bates ave'),(38961,7406,'_billing_address_2',''),(38962,7406,'_billing_city','Quincy'),(38963,7406,'_billing_state','MA'),(38964,7406,'_billing_postcode','02169'),(38965,7406,'_billing_country','US'),(38966,7406,'_billing_email','scott@kingsink.com'),(38967,7406,'_billing_phone','9782637763'),(38968,7406,'_shipping_first_name','Scott'),(38969,7406,'_shipping_last_name','Andrews'),(38970,7406,'_shipping_company','Kings Ink'),(38971,7406,'_shipping_address_1','136 main st'),(38972,7406,'_shipping_address_2',''),(38973,7406,'_shipping_city','Acton'),(38974,7406,'_shipping_state','MA'),(38975,7406,'_shipping_postcode','01720'),(38976,7406,'_shipping_country','US'),(38977,7406,'_order_currency','USD'),(38978,7406,'_cart_discount','0'),(38979,7406,'_cart_discount_tax','0'),(38980,7406,'_order_shipping','0'),(38981,7406,'_order_shipping_tax','0'),(38982,7406,'_order_tax','0'),(38983,7406,'_order_total','565.00'),(38984,7406,'_order_version','3.0.8'),(38985,7406,'_prices_include_tax','no'),(38986,7406,'_billing_address_index','Scott Andrews King\'s Ink 130 bates ave Quincy MA 02169 US scott@kingsink.com 9782637763'),(38987,7406,'_shipping_address_index','Scott Andrews Kings Ink 136 main st Acton MA 01720 US'),(38988,7406,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(38989,7406,'Payer PayPal address','scott@kingsink.com'),(38990,7406,'Payer first name','Scott'),(38991,7406,'Payer last name','Andrews'),(38992,7406,'Payment type','instant'),(38993,7406,'_paypal_status','completed'),(38994,7406,'_download_permissions_granted','yes'),(38995,7406,'_recorded_sales','yes'),(38996,7406,'_recorded_coupon_usage_counts','yes'),(38997,7406,'_order_stock_reduced','yes'),(38998,7406,'PayPal Transaction Fee','16.69'),(39001,3158,'_config_errors','a:1:{s:11:\"mail.sender\";a:1:{i:0;a:2:{s:4:\"code\";i:103;s:4:\"args\";a:3:{s:7:\"message\";s:0:\"\";s:6:\"params\";a:0:{}s:4:\"link\";s:70:\"https://contactform7.com/configuration-errors/email-not-in-site-domain\";}}}}'),(39002,7408,'_wp_attached_file','2018/07/136558BB-69C3-4245-B683-A3338C5B2DF5-scaled.jpeg'),(39003,7408,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:49:\"2018/07/136558BB-69C3-4245-B683-A3338C5B2DF5.jpeg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"136558BB-69C3-4245-B683-A3338C5B2DF5-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"136558BB-69C3-4245-B683-A3338C5B2DF5-225x300.jpeg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"136558BB-69C3-4245-B683-A3338C5B2DF5-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"136558BB-69C3-4245-B683-A3338C5B2DF5-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"136558BB-69C3-4245-B683-A3338C5B2DF5-750x1000.jpeg\";s:5:\"width\";i:750;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:51:\"136558BB-69C3-4245-B683-A3338C5B2DF5-1000x1000.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"136558BB-69C3-4245-B683-A3338C5B2DF5-750x1000.jpeg\";s:5:\"width\";i:750;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:50:\"136558BB-69C3-4245-B683-A3338C5B2DF5-1170x767.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:47:\"136558BB-69C3-4245-B683-A3338C5B2DF5-70x70.jpeg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:49:\"136558BB-69C3-4245-B683-A3338C5B2DF5-800x400.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:47:\"136558BB-69C3-4245-B683-A3338C5B2DF5-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:49:\"136558BB-69C3-4245-B683-A3338C5B2DF5-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 8 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1532971366\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(39004,7409,'_order_key','wc_order_5b81d3afef2bc'),(39005,7409,'_customer_user','0'),(39006,7409,'_payment_method','paypal'),(39007,7409,'_payment_method_title','PayPal'),(39008,7409,'_transaction_id','0CV891715R811412W'),(39009,7409,'_customer_ip_address','99.172.17.191'),(39010,7409,'_customer_user_agent','mozilla/5.0 (macintosh; intel mac os x 10_13_4) applewebkit/605.1.15 (khtml, like gecko) version/11.1 safari/605.1.15'),(39011,7409,'_created_via','checkout'),(39012,7409,'_date_completed',''),(39013,7409,'_completed_date',''),(39014,7409,'_date_paid','1535235076'),(39015,7409,'_paid_date','2018-08-25 22:11:16'),(39016,7409,'_cart_hash','bcf9317f9ff06350fa849340c98b494e'),(39017,7409,'_billing_first_name','Dylan'),(39018,7409,'_billing_last_name','downey'),(39019,7409,'_billing_company',''),(39020,7409,'_billing_address_1','275 13th st ne'),(39021,7409,'_billing_address_2','apt. 106'),(39022,7409,'_billing_city','Atlanta'),(39023,7409,'_billing_state','GA'),(39024,7409,'_billing_postcode','30309'),(39025,7409,'_billing_country','US'),(39026,7409,'_billing_email','dylan.downey09@gmail.com'),(39027,7409,'_billing_phone','6789259123'),(39028,7409,'_shipping_first_name','Dylan'),(39029,7409,'_shipping_last_name','downey'),(39030,7409,'_shipping_company',''),(39031,7409,'_shipping_address_1','275 13th st ne'),(39032,7409,'_shipping_address_2','apt. 106'),(39033,7409,'_shipping_city','Atlanta'),(39034,7409,'_shipping_state','GA'),(39035,7409,'_shipping_postcode','30309'),(39036,7409,'_shipping_country','US'),(39037,7409,'_order_currency','USD'),(39038,7409,'_cart_discount','0'),(39039,7409,'_cart_discount_tax','0'),(39040,7409,'_order_shipping','5.95'),(39041,7409,'_order_shipping_tax','0'),(39042,7409,'_order_tax','1.75'),(39043,7409,'_order_total','32.70'),(39044,7409,'_order_version','3.0.8'),(39045,7409,'_prices_include_tax','no'),(39046,7409,'_billing_address_index','Dylan downey 275 13th st ne apt. 106 Atlanta GA 30309 US dylan.downey09@gmail.com 6789259123'),(39047,7409,'_shipping_address_index','Dylan downey 275 13th st ne apt. 106 Atlanta GA 30309 US'),(39048,7409,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(39049,7409,'Payer PayPal address','dylan.downey09@gmail.com'),(39050,7409,'Payer first name','Dylan'),(39051,7409,'Payer last name','downey'),(39052,7409,'Payment type','instant'),(39053,7409,'_paypal_status','completed'),(39054,7409,'_download_permissions_granted','yes'),(39055,7409,'_recorded_sales','yes'),(39056,7409,'_recorded_coupon_usage_counts','yes'),(39057,7409,'_order_stock_reduced','yes'),(39058,7409,'PayPal Transaction Fee','1.25'),(39059,7410,'_order_key','wc_order_5b987302d26e5'),(39060,7410,'_customer_user','0'),(39061,7410,'_payment_method','paypal'),(39062,7410,'_payment_method_title','PayPal'),(39063,7410,'_transaction_id','90057245DP918021Y'),(39064,7410,'_customer_ip_address','72.186.234.23'),(39065,7410,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 11_4 like mac os x) applewebkit/605.1.15 (khtml, like gecko) mobile/15f79 instagram 62.0.0.11.94 (iphone10,6; ios 11_4; en_us; en-us; scale=3.00; gamut=wide; 1125x2436)'),(39066,7410,'_created_via','checkout'),(39067,7410,'_date_completed',''),(39068,7410,'_completed_date',''),(39069,7410,'_date_paid','1536718099'),(39070,7410,'_paid_date','2018-09-12 02:08:19'),(39071,7410,'_cart_hash','f5268256bfdf138f51dc61b3bd28d55c'),(39072,7410,'_billing_first_name','Erin'),(39073,7410,'_billing_last_name','Lindsey'),(39074,7410,'_billing_company',''),(39075,7410,'_billing_address_1','9823 w park village drive'),(39076,7410,'_billing_address_2',''),(39077,7410,'_billing_city','Tampa'),(39078,7410,'_billing_state','FL'),(39079,7410,'_billing_postcode','33626'),(39080,7410,'_billing_country','US'),(39081,7410,'_billing_email','erin@lindross.com'),(39082,7410,'_billing_phone','17274825116'),(39083,7410,'_shipping_first_name','Erin'),(39084,7410,'_shipping_last_name','Lindsey'),(39085,7410,'_shipping_company',''),(39086,7410,'_shipping_address_1','9823 w park village drive'),(39087,7410,'_shipping_address_2',''),(39088,7410,'_shipping_city','Tampa'),(39089,7410,'_shipping_state','FL'),(39090,7410,'_shipping_postcode','33626'),(39091,7410,'_shipping_country','US'),(39092,7410,'_order_currency','USD'),(39093,7410,'_cart_discount','0'),(39094,7410,'_cart_discount_tax','0'),(39095,7410,'_order_shipping','5.95'),(39096,7410,'_order_shipping_tax','0'),(39097,7410,'_order_tax','0'),(39098,7410,'_order_total','30.95'),(39099,7410,'_order_version','3.0.8'),(39100,7410,'_prices_include_tax','no'),(39101,7410,'_billing_address_index','Erin Lindsey 9823 w park village drive Tampa FL 33626 US erin@lindross.com 17274825116'),(39102,7410,'_shipping_address_index','Erin Lindsey 9823 w park village drive Tampa FL 33626 US'),(39103,7410,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(39104,7410,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(39105,7410,'Payer PayPal address','erin@lindross.com'),(39106,7410,'Payer first name','Erin'),(39107,7410,'Payer last name','Lindsey'),(39108,7410,'Payment type','instant'),(39109,7410,'_paypal_status','completed'),(39110,7410,'_download_permissions_granted','yes'),(39111,7410,'_recorded_sales','yes'),(39112,7410,'_recorded_coupon_usage_counts','yes'),(39113,7410,'_order_stock_reduced','yes'),(39114,7410,'PayPal Transaction Fee','1.20'),(39115,7411,'_order_key','wc_order_5bbeae3edb2cf'),(39116,7411,'_customer_user','27'),(39117,7411,'_payment_method','paypal'),(39118,7411,'_payment_method_title','PayPal'),(39119,7411,'_transaction_id','7V530047231317604'),(39120,7411,'_customer_ip_address','71.143.137.25'),(39121,7411,'_customer_user_agent','mozilla/5.0 (linux; android 8.0.0; sm-g955u build/r16nw) applewebkit/537.36 (khtml, like gecko) chrome/69.0.3497.100 mobile safari/537.36'),(39122,7411,'_created_via','checkout'),(39123,7411,'_date_completed',''),(39124,7411,'_completed_date',''),(39125,7411,'_date_paid','1539223181'),(39126,7411,'_paid_date','2018-10-11 01:59:41'),(39127,7411,'_cart_hash','eed116877387aeee8113c2673cdb6d3d'),(39128,7411,'_billing_first_name','Steven'),(39129,7411,'_billing_last_name','Johnson'),(39130,7411,'_billing_company',''),(39131,7411,'_billing_address_1','9860 Arapaho St'),(39132,7411,'_billing_address_2',''),(39133,7411,'_billing_city','Spring Valley'),(39134,7411,'_billing_state','CA'),(39135,7411,'_billing_postcode','91977'),(39136,7411,'_billing_country','US'),(39137,7411,'_billing_email','in2tats2001@yahoo.com'),(39138,7411,'_billing_phone','8587614520'),(39139,7411,'_shipping_first_name','Steven'),(39140,7411,'_shipping_last_name','Johnson'),(39141,7411,'_shipping_company',''),(39142,7411,'_shipping_address_1','9860 Arapaho St'),(39143,7411,'_shipping_address_2',''),(39144,7411,'_shipping_city','Spring Valley'),(39145,7411,'_shipping_state','CA'),(39146,7411,'_shipping_postcode','91977'),(39147,7411,'_shipping_country','US'),(39148,7411,'_order_currency','USD'),(39149,7411,'_cart_discount','0'),(39150,7411,'_cart_discount_tax','0'),(39151,7411,'_order_shipping','5.95'),(39152,7411,'_order_shipping_tax','0'),(39153,7411,'_order_tax','0'),(39154,7411,'_order_total','30.95'),(39155,7411,'_order_version','3.0.8'),(39156,7411,'_prices_include_tax','no'),(39157,7411,'_billing_address_index','Steven Johnson 9860 Arapaho St Spring Valley CA 91977 US in2tats2001@yahoo.com 8587614520'),(39158,7411,'_shipping_address_index','Steven Johnson 9860 Arapaho St Spring Valley CA 91977 US'),(39159,7411,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(39160,7411,'Payer PayPal address','in2tats2001@yahoo.com'),(39161,7411,'Payer first name','STEVE'),(39162,7411,'Payer last name','JOHNSON'),(39163,7411,'Payment type','instant'),(39164,7411,'_paypal_status','completed'),(39165,7411,'_download_permissions_granted','yes'),(39166,7411,'_recorded_sales','yes'),(39167,7411,'_recorded_coupon_usage_counts','yes'),(39168,7411,'_order_stock_reduced','yes'),(39169,7411,'PayPal Transaction Fee','1.20'),(39170,7412,'_order_key','wc_order_5bf09cf6f3949'),(39171,7412,'_customer_user','0'),(39172,7412,'_payment_method','paypal'),(39173,7412,'_payment_method_title','PayPal'),(39174,7412,'_transaction_id','0JV55620T4372740U'),(39175,7412,'_customer_ip_address','107.72.162.49'),(39176,7412,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 11_4_1 like mac os x) applewebkit/605.1.15 (khtml, like gecko) version/11.0 mobile/15e148 safari/604.1'),(39177,7412,'_created_via','checkout'),(39178,7412,'_date_completed',''),(39179,7412,'_completed_date',''),(39180,7412,'_date_paid','1542495540'),(39181,7412,'_paid_date','2018-11-17 22:59:00'),(39182,7412,'_cart_hash','a8ed15b52fb4fa4f7f68316cecb4d77b'),(39183,7412,'_billing_first_name','Davis'),(39184,7412,'_billing_last_name','Johnson'),(39185,7412,'_billing_company',''),(39186,7412,'_billing_address_1','539 Sunset Drive'),(39187,7412,'_billing_address_2',''),(39188,7412,'_billing_city','Ponte Vedra Beach'),(39189,7412,'_billing_state','FL'),(39190,7412,'_billing_postcode','32082'),(39191,7412,'_billing_country','US'),(39192,7412,'_billing_email','DavisJohnsonJr@gmail.com'),(39193,7412,'_billing_phone','9049930167'),(39194,7412,'_shipping_first_name','Davis'),(39195,7412,'_shipping_last_name','Johnson'),(39196,7412,'_shipping_company',''),(39197,7412,'_shipping_address_1','539 Sunset Drive'),(39198,7412,'_shipping_address_2',''),(39199,7412,'_shipping_city','Ponte Vedra Beach'),(39200,7412,'_shipping_state','FL'),(39201,7412,'_shipping_postcode','32082'),(39202,7412,'_shipping_country','US'),(39203,7412,'_order_currency','USD'),(39204,7412,'_cart_discount','0'),(39205,7412,'_cart_discount_tax','0'),(39206,7412,'_order_shipping','5.95'),(39207,7412,'_order_shipping_tax','0'),(39208,7412,'_order_tax','0'),(39209,7412,'_order_total','30.95'),(39210,7412,'_order_version','3.0.8'),(39211,7412,'_prices_include_tax','no'),(39212,7412,'_billing_address_index','Davis Johnson 539 Sunset Drive Ponte Vedra Beach FL 32082 US DavisJohnsonJr@gmail.com 9049930167'),(39213,7412,'_shipping_address_index','Davis Johnson 539 Sunset Drive Ponte Vedra Beach FL 32082 US'),(39214,7412,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(39215,7412,'Payer PayPal address','DavisJohnsonJr@gmail.com'),(39216,7412,'Payer first name','Davis'),(39217,7412,'Payer last name','Johnson'),(39218,7412,'Payment type','instant'),(39219,7412,'_paypal_status','completed'),(39220,7412,'_download_permissions_granted','yes'),(39221,7412,'_recorded_sales','yes'),(39222,7412,'_recorded_coupon_usage_counts','yes'),(39223,7412,'_order_stock_reduced','yes'),(39224,7412,'PayPal Transaction Fee','1.20'),(39225,7413,'_order_key','wc_order_5c0e99ac5603c'),(39226,7413,'_customer_user','0'),(39227,7413,'_payment_method','paypal'),(39228,7413,'_payment_method_title','PayPal'),(39229,7413,'_transaction_id','4Y350991JL1102200'),(39230,7413,'_customer_ip_address','108.4.83.38'),(39231,7413,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/70.0.3538.110 safari/537.36'),(39232,7413,'_created_via','checkout'),(39233,7413,'_date_completed',''),(39234,7413,'_completed_date',''),(39235,7413,'_date_paid','1544460760'),(39236,7413,'_paid_date','2018-12-10 16:52:40'),(39237,7413,'_cart_hash','eed116877387aeee8113c2673cdb6d3d'),(39238,7413,'_billing_first_name','Caitlin'),(39239,7413,'_billing_last_name','Tillie'),(39240,7413,'_billing_company',''),(39241,7413,'_billing_address_1','629 Elgin Terrace'),(39242,7413,'_billing_address_2',''),(39243,7413,'_billing_city','Richmond'),(39244,7413,'_billing_state','VA'),(39245,7413,'_billing_postcode','23225'),(39246,7413,'_billing_country','US'),(39247,7413,'_billing_email','cetillie@gmail.com'),(39248,7413,'_billing_phone','7037253201'),(39249,7413,'_shipping_first_name','Caitlin'),(39250,7413,'_shipping_last_name','Tillie'),(39251,7413,'_shipping_company',''),(39252,7413,'_shipping_address_1','629 Elgin Terrace'),(39253,7413,'_shipping_address_2',''),(39254,7413,'_shipping_city','Richmond'),(39255,7413,'_shipping_state','VA'),(39256,7413,'_shipping_postcode','23225'),(39257,7413,'_shipping_country','US'),(39258,7413,'_order_currency','USD'),(39259,7413,'_cart_discount','0'),(39260,7413,'_cart_discount_tax','0'),(39261,7413,'_order_shipping','5.95'),(39262,7413,'_order_shipping_tax','0'),(39263,7413,'_order_tax','0'),(39264,7413,'_order_total','30.95'),(39265,7413,'_order_version','3.0.8'),(39266,7413,'_prices_include_tax','no'),(39267,7413,'_billing_address_index','Caitlin Tillie 629 Elgin Terrace Richmond VA 23225 US cetillie@gmail.com 7037253201'),(39268,7413,'_shipping_address_index','Caitlin Tillie 629 Elgin Terrace Richmond VA 23225 US'),(39269,7413,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(39270,7413,'_paypal_status','completed'),(39271,7413,'_download_permissions_granted','yes'),(39272,7413,'_recorded_sales','yes'),(39273,7413,'_recorded_coupon_usage_counts','yes'),(39274,7413,'_order_stock_reduced','yes'),(39275,7413,'PayPal Transaction Fee','1.20'),(39276,7413,'Payer PayPal address','cetillie@gmail.com'),(39277,7413,'Payer first name','Caitlin'),(39278,7413,'Payer last name','Tillie'),(39279,7413,'Payment type','instant'),(39280,7414,'_order_key','wc_order_5c8787cdb5442'),(39281,7414,'_customer_user','632'),(39282,7414,'_payment_method','paypal'),(39283,7414,'_payment_method_title','PayPal'),(39284,7414,'_transaction_id',''),(39285,7414,'_customer_ip_address','146.185.200.201'),(39286,7414,'_customer_user_agent','mozilla/5.0 (windows nt 6.1; rv:44.0) gecko/20100101 firefox/44.0'),(39287,7414,'_created_via','checkout'),(39288,7414,'_date_completed',''),(39289,7414,'_completed_date',''),(39290,7414,'_date_paid',''),(39291,7414,'_paid_date',''),(39292,7414,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(39293,7414,'_billing_first_name','John'),(39294,7414,'_billing_last_name','Hillam'),(39295,7414,'_billing_company','company'),(39296,7414,'_billing_address_1','H 1 street 31'),(39297,7414,'_billing_address_2',''),(39298,7414,'_billing_city','New York'),(39299,7414,'_billing_state','VT'),(39300,7414,'_billing_postcode','32223'),(39301,7414,'_billing_country','US'),(39302,7414,'_billing_email','Us4w5N5qs@gmail.com'),(39303,7414,'_billing_phone','111111111111'),(39304,7414,'_shipping_first_name','John'),(39305,7414,'_shipping_last_name','Hillam'),(39306,7414,'_shipping_company','company'),(39307,7414,'_shipping_address_1','H 1 street 31'),(39308,7414,'_shipping_address_2',''),(39309,7414,'_shipping_city','New York'),(39310,7414,'_shipping_state','VT'),(39311,7414,'_shipping_postcode','32223'),(39312,7414,'_shipping_country','US'),(39313,7414,'_order_currency','USD'),(39314,7414,'_cart_discount','0'),(39315,7414,'_cart_discount_tax','0'),(39316,7414,'_order_shipping','0'),(39317,7414,'_order_shipping_tax','0'),(39318,7414,'_order_tax','0'),(39319,7414,'_order_total','565.00'),(39320,7414,'_order_version','4.5.2'),(39321,7414,'_prices_include_tax','no'),(39322,7414,'_billing_address_index','John Hillam company H 1 street 31 New York VT 32223 US Us4w5N5qs@gmail.com 111111111111'),(39323,7414,'_shipping_address_index','John Hillam company H 1 street 31 New York VT 32223 US'),(39324,7414,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(39325,7415,'_order_key','wc_order_5c878a707ec36'),(39326,7415,'_customer_user','633'),(39327,7415,'_payment_method','paypal'),(39328,7415,'_payment_method_title','PayPal'),(39329,7415,'_transaction_id',''),(39330,7415,'_customer_ip_address','46.161.63.228'),(39331,7415,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; wow64) applewebkit/537.36 (khtml, like gecko) chrome/47.0.2526.111 yabrowser/16.2.0.3539 yowser/2.5 safari/537.36'),(39332,7415,'_created_via','checkout'),(39333,7415,'_date_completed',''),(39334,7415,'_completed_date',''),(39335,7415,'_date_paid',''),(39336,7415,'_paid_date',''),(39337,7415,'_cart_hash','b9ab54a1a855bc0f7639025ef9cbaf21'),(39338,7415,'_billing_first_name','John'),(39339,7415,'_billing_last_name','Hillam'),(39340,7415,'_billing_company','company'),(39341,7415,'_billing_address_1','H 1 street 31'),(39342,7415,'_billing_address_2',''),(39343,7415,'_billing_city','New York'),(39344,7415,'_billing_state','UT'),(39345,7415,'_billing_postcode','11572'),(39346,7415,'_billing_country','US'),(39347,7415,'_billing_email','ZFT4i75va@gmail.com'),(39348,7415,'_billing_phone','111111111111'),(39349,7415,'_shipping_first_name','John'),(39350,7415,'_shipping_last_name','Hillam'),(39351,7415,'_shipping_company','company'),(39352,7415,'_shipping_address_1','H 1 street 31'),(39353,7415,'_shipping_address_2',''),(39354,7415,'_shipping_city','New York'),(39355,7415,'_shipping_state','UT'),(39356,7415,'_shipping_postcode','11572'),(39357,7415,'_shipping_country','US'),(39358,7415,'_order_currency','USD'),(39359,7415,'_cart_discount','0'),(39360,7415,'_cart_discount_tax','0'),(39361,7415,'_order_shipping','0'),(39362,7415,'_order_shipping_tax','0'),(39363,7415,'_order_tax','0'),(39364,7415,'_order_total','565.00'),(39365,7415,'_order_version','4.5.2'),(39366,7415,'_prices_include_tax','no'),(39367,7415,'_billing_address_index','John Hillam company H 1 street 31 New York UT 11572 US ZFT4i75va@gmail.com 111111111111'),(39368,7415,'_shipping_address_index','John Hillam company H 1 street 31 New York UT 11572 US'),(39369,7415,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(39370,7416,'_order_key','wc_order_5cb7e92767579'),(39371,7416,'_customer_user','0'),(39372,7416,'_payment_method','paypal'),(39373,7416,'_payment_method_title','PayPal'),(39374,7416,'_transaction_id','577302371P750102D'),(39375,7416,'_customer_ip_address','66.215.119.234'),(39376,7416,'_customer_user_agent','mozilla/5.0 (linux; android 9; sm-g965u) applewebkit/537.36 (khtml, like gecko) chrome/73.0.3683.90 mobile safari/537.36'),(39377,7416,'_created_via','checkout'),(39378,7416,'_date_completed',''),(39379,7416,'_completed_date',''),(39380,7416,'_date_paid','1555556696'),(39381,7416,'_paid_date','2019-04-18 03:04:56'),(39382,7416,'_cart_hash','a25baeb998142ceb0c7e8f4afc8ca973'),(39383,7416,'_billing_first_name','Richard'),(39384,7416,'_billing_last_name','Diaz'),(39385,7416,'_billing_company',''),(39386,7416,'_billing_address_1','180 RAYS CIR'),(39387,7416,'_billing_address_2',''),(39388,7416,'_billing_city','HOLLISTER'),(39389,7416,'_billing_state','CA'),(39390,7416,'_billing_postcode','95023-6345'),(39391,7416,'_billing_country','US'),(39392,7416,'_billing_email','samtomuniondavid@yahoo.com'),(39393,7416,'_billing_phone','8312064674'),(39394,7416,'_shipping_first_name','Richard'),(39395,7416,'_shipping_last_name','Diaz'),(39396,7416,'_shipping_company',''),(39397,7416,'_shipping_address_1','180 RAYS CIR'),(39398,7416,'_shipping_address_2',''),(39399,7416,'_shipping_city','HOLLISTER'),(39400,7416,'_shipping_state','CA'),(39401,7416,'_shipping_postcode','95023-6345'),(39402,7416,'_shipping_country','US'),(39403,7416,'_order_currency','USD'),(39404,7416,'_cart_discount','0'),(39405,7416,'_cart_discount_tax','0'),(39406,7416,'_order_shipping','5.95'),(39407,7416,'_order_shipping_tax','0'),(39408,7416,'_order_tax','0'),(39409,7416,'_order_total','30.95'),(39410,7416,'_order_version','3.0.8'),(39411,7416,'_prices_include_tax','no'),(39412,7416,'_billing_address_index','Richard Diaz 180 RAYS CIR HOLLISTER CA 95023-6345 US samtomuniondavid@yahoo.com 8312064674'),(39413,7416,'_shipping_address_index','Richard Diaz 180 RAYS CIR HOLLISTER CA 95023-6345 US'),(39414,7416,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(39415,7416,'_paypal_status','completed'),(39416,7416,'_download_permissions_granted','yes'),(39417,7416,'_recorded_sales','yes'),(39418,7416,'_recorded_coupon_usage_counts','yes'),(39419,7416,'_order_stock_reduced','yes'),(39420,7416,'PayPal Transaction Fee','1.20'),(39421,7416,'Payer PayPal address','samtomuniondavid@yahoo.com'),(39422,7416,'Payer first name','Richard'),(39423,7416,'Payer last name','Diaz'),(39424,7416,'Payment type','instant'),(39426,7418,'_order_key','wc_order_5cd2f491dbe66'),(39427,7418,'_customer_user','0'),(39428,7418,'_payment_method','paypal'),(39429,7418,'_payment_method_title','PayPal'),(39430,7418,'_transaction_id','5ED07264DE172811F'),(39431,7418,'_customer_ip_address','74.255.42.151'),(39432,7418,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; wow64; trident/7.0; rv:11.0) like gecko'),(39433,7418,'_created_via','checkout'),(39434,7418,'_date_completed',''),(39435,7418,'_completed_date',''),(39436,7418,'_date_paid','1557329159'),(39437,7418,'_paid_date','2019-05-08 15:25:59'),(39438,7418,'_cart_hash','760b13864bc66b033e5dbe9553706914'),(39439,7418,'_billing_first_name','Tim'),(39440,7418,'_billing_last_name','Mullican'),(39441,7418,'_billing_company',''),(39442,7418,'_billing_address_1','923 Potomac Road'),(39443,7418,'_billing_address_2',''),(39444,7418,'_billing_city','Atlanta'),(39445,7418,'_billing_state','GA'),(39446,7418,'_billing_postcode','30313'),(39447,7418,'_billing_country','US'),(39448,7418,'_billing_email','tim.mullican@gmail.com'),(39449,7418,'_billing_phone','4046425247'),(39450,7418,'_shipping_first_name','Tim'),(39451,7418,'_shipping_last_name','Mullican'),(39452,7418,'_shipping_company',''),(39453,7418,'_shipping_address_1','923 Potomac Road'),(39454,7418,'_shipping_address_2',''),(39455,7418,'_shipping_city','Atlanta'),(39456,7418,'_shipping_state','GA'),(39457,7418,'_shipping_postcode','30313'),(39458,7418,'_shipping_country','US'),(39459,7418,'_order_currency','USD'),(39460,7418,'_cart_discount','0'),(39461,7418,'_cart_discount_tax','0'),(39462,7418,'_order_shipping','5.95'),(39463,7418,'_order_shipping_tax','0'),(39464,7418,'_order_tax','3.5'),(39465,7418,'_order_total','59.45'),(39466,7418,'_order_version','3.0.8'),(39467,7418,'_prices_include_tax','no'),(39468,7418,'_billing_address_index','Tim Mullican 923 Potomac Road Atlanta GA 30313 US tim.mullican@gmail.com 4046425247'),(39469,7418,'_shipping_address_index','Tim Mullican 923 Potomac Road Atlanta GA 30313 US'),(39470,7418,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(39471,7418,'Payer PayPal address','tim.mullican@gmail.com'),(39472,7418,'Payer first name','Timothy'),(39473,7418,'Payer last name','Mullican'),(39474,7418,'Payment type','instant'),(39475,7418,'_paypal_status','completed'),(39476,7418,'_download_permissions_granted','yes'),(39477,7418,'_recorded_sales','yes'),(39478,7418,'_recorded_coupon_usage_counts','yes'),(39479,7418,'_order_stock_reduced','yes'),(39480,7418,'PayPal Transaction Fee','2.02'),(39481,7419,'_order_key','wc_order_5d8116202c871'),(39482,7419,'_customer_user','785'),(39483,7419,'_payment_method','paypal'),(39484,7419,'_payment_method_title','PayPal'),(39485,7419,'_transaction_id','70438752UB724350X'),(39486,7419,'_customer_ip_address','174.200.6.30'),(39487,7419,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 12_4_1 like mac os x) applewebkit/605.1.15 (khtml, like gecko) mobile/15e148 instagram 91.0.0.18.117 (iphone9,1; ios 12_4_1; en_us; en-us; scale=2.00; gamut=normal; 750x1334; 151989260)'),(39488,7419,'_created_via','checkout'),(39489,7419,'_date_completed',''),(39490,7419,'_completed_date',''),(39491,7419,'_date_paid','1568740940'),(39492,7419,'_paid_date','2019-09-17 17:22:20'),(39493,7419,'_cart_hash','2ed9416f69f3d2a3a99c562326a646e0'),(39494,7419,'_billing_first_name','Kelly'),(39495,7419,'_billing_last_name','Holman'),(39496,7419,'_billing_company','Tattoo Asylum'),(39497,7419,'_billing_address_1','50 US Highway 130'),(39498,7419,'_billing_address_2','Apt c'),(39499,7419,'_billing_city','Trenton'),(39500,7419,'_billing_state','NJ'),(39501,7419,'_billing_postcode','08620'),(39502,7419,'_billing_country','US'),(39503,7419,'_billing_email','cakersnjtattoos@gmail.com'),(39504,7419,'_billing_phone','+16099332508'),(39505,7419,'_shipping_first_name','Kelly'),(39506,7419,'_shipping_last_name','Holman'),(39507,7419,'_shipping_company','Tattoo Asylum'),(39508,7419,'_shipping_address_1','50 US Highway 130'),(39509,7419,'_shipping_address_2','Apt c'),(39510,7419,'_shipping_city','Trenton'),(39511,7419,'_shipping_state','NJ'),(39512,7419,'_shipping_postcode','08620'),(39513,7419,'_shipping_country','US'),(39514,7419,'_order_currency','USD'),(39515,7419,'_cart_discount','0'),(39516,7419,'_cart_discount_tax','0'),(39517,7419,'_order_shipping','21.9'),(39518,7419,'_order_shipping_tax','0'),(39519,7419,'_order_tax','0'),(39520,7419,'_order_total','346.90'),(39521,7419,'_order_version','3.0.8'),(39522,7419,'_prices_include_tax','no'),(39523,7419,'_billing_address_index','Kelly Holman Tattoo Asylum 50 US Highway 130 Apt c Trenton NJ 08620 US cakersnjtattoos@gmail.com +16099332508'),(39524,7419,'_shipping_address_index','Kelly Holman Tattoo Asylum 50 US Highway 130 Apt c Trenton NJ 08620 US'),(39525,7419,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(39526,7419,'_paypal_status','completed'),(39527,7419,'_download_permissions_granted','yes'),(39528,7419,'_recorded_sales','yes'),(39529,7419,'_recorded_coupon_usage_counts','yes'),(39530,7419,'_order_stock_reduced','yes'),(39531,7419,'PayPal Transaction Fee','10.36'),(39532,7419,'Payer PayPal address','Kellyart3611@gmail.com'),(39533,7419,'Payer first name','Kelly'),(39534,7419,'Payer last name','Holman'),(39535,7419,'Payment type','instant'),(39536,7420,'_order_key','wc_order_5d820f5893afb'),(39537,7420,'_customer_user','0'),(39538,7420,'_payment_method','paypal'),(39539,7420,'_payment_method_title','PayPal'),(39540,7420,'_transaction_id','3JC68710C61549622'),(39541,7420,'_customer_ip_address','39.7.58.66'),(39542,7420,'_customer_user_agent','mozilla/5.0 (iphone; cpu iphone os 12_4_1 like mac os x) applewebkit/605.1.15 (khtml, like gecko) version/12.1.2 mobile/15e148 safari/604.1'),(39543,7420,'_created_via','checkout'),(39544,7420,'_date_completed',''),(39545,7420,'_completed_date',''),(39546,7420,'_date_paid','1568804816'),(39547,7420,'_paid_date','2019-09-18 11:06:56'),(39548,7420,'_cart_hash','4638b2369666fbb347ef69eb5d4a9651'),(39549,7420,'_billing_first_name','Shane'),(39550,7420,'_billing_last_name','Douglass'),(39551,7420,'_billing_company',''),(39552,7420,'_billing_address_1','1433 abers creek rd'),(39553,7420,'_billing_address_2',''),(39554,7420,'_billing_city','Pittsburgh'),(39555,7420,'_billing_state','PA'),(39556,7420,'_billing_postcode','15239'),(39557,7420,'_billing_country','US'),(39558,7420,'_billing_email','sdouglass39@yahoo.com'),(39559,7420,'_billing_phone','4123355923'),(39560,7420,'_shipping_first_name','Shane'),(39561,7420,'_shipping_last_name','Douglass'),(39562,7420,'_shipping_company',''),(39563,7420,'_shipping_address_1','PSC 305 Box 1357'),(39564,7420,'_shipping_address_2',''),(39565,7420,'_shipping_city','APO'),(39566,7420,'_shipping_state','AP'),(39567,7420,'_shipping_postcode','96218'),(39568,7420,'_shipping_country','US'),(39569,7420,'_order_currency','USD'),(39570,7420,'_cart_discount','0'),(39571,7420,'_cart_discount_tax','0'),(39572,7420,'_order_shipping','15.95'),(39573,7420,'_order_shipping_tax','0'),(39574,7420,'_order_tax','0'),(39575,7420,'_order_total','315.95'),(39576,7420,'_order_version','3.0.8'),(39577,7420,'_prices_include_tax','no'),(39578,7420,'_billing_address_index','Shane Douglass 1433 abers creek rd Pittsburgh PA 15239 US sdouglass39@yahoo.com 4123355923'),(39579,7420,'_shipping_address_index','Shane Douglass PSC 305 Box 1357 APO AP 96218 US'),(39580,7420,'_shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(39581,7420,'Payer PayPal address','sdouglass39@yahoo.com'),(39582,7420,'Payer first name','Shane'),(39583,7420,'Payer last name','Douglass'),(39584,7420,'Payment type','instant'),(39585,7420,'_paypal_status','completed'),(39586,7420,'_download_permissions_granted','yes'),(39587,7420,'_recorded_sales','yes'),(39588,7420,'_recorded_coupon_usage_counts','yes'),(39589,7420,'_order_stock_reduced','yes'),(39590,7420,'PayPal Transaction Fee','9.46'),(39592,7422,'_wp_attached_file','2019/11/HawaiianHonu_sf-GS4.jpg'),(39593,7422,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:576;s:6:\"height\";i:432;s:4:\"file\";s:31:\"2019/11/HawaiianHonu_sf-GS4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"HawaiianHonu_sf-GS4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"HawaiianHonu_sf-GS4-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:29:\"HawaiianHonu_sf-GS4-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:31:\"HawaiianHonu_sf-GS4-576x400.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:29:\"HawaiianHonu_sf-GS4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:16:\"Expr1640XL1640XL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(39594,7423,'_wp_attached_file','2019/11/SaveOurSeas_eq-GS3.jpg'),(39595,7423,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:432;s:6:\"height\";i:576;s:4:\"file\";s:30:\"2019/11/SaveOurSeas_eq-GS3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"SaveOurSeas_eq-GS3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"SaveOurSeas_eq-GS3-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:28:\"SaveOurSeas_eq-GS3-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:30:\"SaveOurSeas_eq-GS3-432x400.jpg\";s:5:\"width\";i:432;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:28:\"SaveOurSeas_eq-GS3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Model Super8k\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1547476380\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(39596,7424,'_wp_attached_file','2019/11/Warfish_eq-GS6-Marc-Popped-24x36-SIG-Layer.jpg'),(39597,7424,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:576;s:6:\"height\";i:384;s:4:\"file\";s:54:\"2019/11/Warfish_eq-GS6-Marc-Popped-24x36-SIG-Layer.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Warfish_eq-GS6-Marc-Popped-24x36-SIG-Layer-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Warfish_eq-GS6-Marc-Popped-24x36-SIG-Layer-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:52:\"Warfish_eq-GS6-Marc-Popped-24x36-SIG-Layer-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:52:\"Warfish_eq-GS6-Marc-Popped-24x36-SIG-Layer-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Model Super8k\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567609620\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(39598,7425,'_wp_attached_file','2019/11/HawaiianHonu_sf-GS4-1.jpg'),(39599,7425,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1800;s:4:\"file\";s:33:\"2019/11/HawaiianHonu_sf-GS4-1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"HawaiianHonu_sf-GS4-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"HawaiianHonu_sf-GS4-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"HawaiianHonu_sf-GS4-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"HawaiianHonu_sf-GS4-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"HawaiianHonu_sf-GS4-1-1000x750.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"HawaiianHonu_sf-GS4-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"HawaiianHonu_sf-GS4-1-1000x750.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:34:\"HawaiianHonu_sf-GS4-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:31:\"HawaiianHonu_sf-GS4-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:33:\"HawaiianHonu_sf-GS4-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:31:\"HawaiianHonu_sf-GS4-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:16:\"Expr1640XL1640XL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(39600,7426,'_wp_attached_file','2019/11/SaveOurSeas_eq-GS3-1.jpg'),(39601,7426,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:2400;s:4:\"file\";s:32:\"2019/11/SaveOurSeas_eq-GS3-1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"SaveOurSeas_eq-GS3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"SaveOurSeas_eq-GS3-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"SaveOurSeas_eq-GS3-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"SaveOurSeas_eq-GS3-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"SaveOurSeas_eq-GS3-1-750x1000.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"SaveOurSeas_eq-GS3-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"SaveOurSeas_eq-GS3-1-750x1000.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:33:\"SaveOurSeas_eq-GS3-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:30:\"SaveOurSeas_eq-GS3-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:32:\"SaveOurSeas_eq-GS3-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:30:\"SaveOurSeas_eq-GS3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Model Super8k\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1547476380\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(39602,7427,'_wp_attached_file','2019/11/Warfish_eq-GS6-Marc-Popped-24x36-SIG-Layer-1.jpg'),(39603,7427,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1600;s:4:\"file\";s:56:\"2019/11/Warfish_eq-GS6-Marc-Popped-24x36-SIG-Layer-1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Warfish_eq-GS6-Marc-Popped-24x36-SIG-Layer-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"Warfish_eq-GS6-Marc-Popped-24x36-SIG-Layer-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"Warfish_eq-GS6-Marc-Popped-24x36-SIG-Layer-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"Warfish_eq-GS6-Marc-Popped-24x36-SIG-Layer-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:57:\"Warfish_eq-GS6-Marc-Popped-24x36-SIG-Layer-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:58:\"Warfish_eq-GS6-Marc-Popped-24x36-SIG-Layer-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:57:\"Warfish_eq-GS6-Marc-Popped-24x36-SIG-Layer-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:57:\"Warfish_eq-GS6-Marc-Popped-24x36-SIG-Layer-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:54:\"Warfish_eq-GS6-Marc-Popped-24x36-SIG-Layer-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:56:\"Warfish_eq-GS6-Marc-Popped-24x36-SIG-Layer-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:54:\"Warfish_eq-GS6-Marc-Popped-24x36-SIG-Layer-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Model Super8k\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567609620\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(39605,7429,'fw_options','a:0:{}'),(39606,7430,'_wp_attached_file','2016/03/little_logo.png'),(39607,7430,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:269;s:6:\"height\";i:144;s:4:\"file\";s:23:\"2016/03/little_logo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"little_logo-150x144.png\";s:5:\"width\";i:150;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:21:\"little_logo-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:21:\"little_logo-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(39608,7431,'fw_options','a:0:{}'),(39609,7432,'fw_options','a:0:{}'),(39610,5843,'_download_limit','-1'),(39611,5843,'_download_expiry','-1'),(39612,7433,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(39613,7433,'_variation_description','44\" x 66\"'),(39614,7433,'_sku',''),(39615,7433,'_regular_price','1200.00'),(39616,7433,'_sale_price',''),(39617,7433,'_sale_price_dates_from',''),(39618,7433,'_sale_price_dates_to',''),(39619,7433,'total_sales','0'),(39620,7433,'_tax_status','taxable'),(39621,7433,'_tax_class',''),(39622,7433,'_manage_stock','no'),(39623,7433,'_backorders','no'),(39624,7433,'_sold_individually','no'),(39625,7433,'_weight',''),(39626,7433,'_length',''),(39627,7433,'_width',''),(39628,7433,'_height',''),(39629,7433,'_upsell_ids','a:0:{}'),(39630,7433,'_crosssell_ids','a:0:{}'),(39631,7433,'_purchase_note',''),(39632,7433,'_default_attributes','a:0:{}'),(39633,7433,'_virtual','no'),(39634,7433,'_downloadable','no'),(39635,7433,'_product_image_gallery',''),(39636,7433,'_download_limit','-1'),(39637,7433,'_download_expiry','-1'),(39638,7433,'_stock',NULL),(39639,7433,'_stock_status','instock'),(39640,7433,'_wc_average_rating','0'),(39641,7433,'_wc_rating_count','a:0:{}'),(39642,7433,'_wc_review_count','0'),(39643,7433,'_downloadable_files','a:0:{}'),(39644,7433,'attribute_pa_photo-prints','g'),(39645,7433,'_price','1200.00'),(39646,7433,'_product_version','3.0.8'),(39647,7434,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(39648,7434,'_variation_description','36\" x 54\"'),(39649,7434,'_sku',''),(39650,7434,'_regular_price','900.00'),(39651,7434,'_sale_price',''),(39652,7434,'_sale_price_dates_from',''),(39653,7434,'_sale_price_dates_to',''),(39654,7434,'total_sales','0'),(39655,7434,'_tax_status','taxable'),(39656,7434,'_tax_class',''),(39657,7434,'_manage_stock','no'),(39658,7434,'_backorders','no'),(39659,7434,'_sold_individually','no'),(39660,7434,'_weight',''),(39661,7434,'_length',''),(39662,7434,'_width',''),(39663,7434,'_height',''),(39664,7434,'_upsell_ids','a:0:{}'),(39665,7434,'_crosssell_ids','a:0:{}'),(39666,7434,'_purchase_note',''),(39667,7434,'_default_attributes','a:0:{}'),(39668,7434,'_virtual','no'),(39669,7434,'_downloadable','no'),(39670,7434,'_product_image_gallery',''),(39671,7434,'_download_limit','-1'),(39672,7434,'_download_expiry','-1'),(39673,7434,'_stock',NULL),(39674,7434,'_stock_status','instock'),(39675,7434,'_wc_average_rating','0'),(39676,7434,'_wc_rating_count','a:0:{}'),(39677,7434,'_wc_review_count','0'),(39678,7434,'_downloadable_files','a:0:{}'),(39679,7434,'attribute_pa_photo-prints','f'),(39680,7434,'_price','900.00'),(39681,7434,'_product_version','3.0.8'),(39687,6696,'total_sales','0'),(39688,6696,'_tax_status','taxable'),(39689,6696,'_tax_class','parent'),(39690,6696,'_backorders','no'),(39691,6696,'_sold_individually','no'),(39692,6696,'_upsell_ids','a:0:{}'),(39693,6696,'_crosssell_ids','a:0:{}'),(39694,6696,'_purchase_note',''),(39695,6696,'_default_attributes','a:0:{}'),(39696,6696,'_product_image_gallery',''),(39697,6696,'_stock',NULL),(39698,6696,'_wc_average_rating','0'),(39699,6696,'_wc_rating_count','a:0:{}'),(39700,6696,'_wc_review_count','0'),(39701,6696,'_product_version','3.0.8'),(39702,6697,'total_sales','0'),(39703,6697,'_tax_status','taxable'),(39704,6697,'_tax_class','parent'),(39705,6697,'_backorders','no'),(39706,6697,'_sold_individually','no'),(39707,6697,'_upsell_ids','a:0:{}'),(39708,6697,'_crosssell_ids','a:0:{}'),(39709,6697,'_purchase_note',''),(39710,6697,'_default_attributes','a:0:{}'),(39711,6697,'_product_image_gallery',''),(39712,6697,'_stock',NULL),(39713,6697,'_wc_average_rating','0'),(39714,6697,'_wc_rating_count','a:0:{}'),(39715,6697,'_wc_review_count','0'),(39716,6697,'_product_version','3.0.8'),(39717,6698,'total_sales','0'),(39718,6698,'_tax_status','taxable'),(39719,6698,'_tax_class','parent'),(39720,6698,'_backorders','no'),(39721,6698,'_sold_individually','no'),(39722,6698,'_upsell_ids','a:0:{}'),(39723,6698,'_crosssell_ids','a:0:{}'),(39724,6698,'_purchase_note',''),(39725,6698,'_default_attributes','a:0:{}'),(39726,6698,'_product_image_gallery',''),(39727,6698,'_stock',NULL),(39728,6698,'_wc_average_rating','0'),(39729,6698,'_wc_rating_count','a:0:{}'),(39730,6698,'_wc_review_count','0'),(39731,6698,'_product_version','3.0.8'),(39732,6699,'total_sales','0'),(39733,6699,'_tax_status','taxable'),(39734,6699,'_tax_class','parent'),(39735,6699,'_backorders','no'),(39736,6699,'_sold_individually','no'),(39737,6699,'_upsell_ids','a:0:{}'),(39738,6699,'_crosssell_ids','a:0:{}'),(39739,6699,'_purchase_note',''),(39740,6699,'_default_attributes','a:0:{}'),(39741,6699,'_product_image_gallery',''),(39742,6699,'_stock',NULL),(39743,6699,'_wc_average_rating','0'),(39744,6699,'_wc_rating_count','a:0:{}'),(39745,6699,'_wc_review_count','0'),(39746,6699,'_product_version','3.0.8'),(39747,6700,'total_sales','0'),(39748,6700,'_tax_status','taxable'),(39749,6700,'_tax_class','parent'),(39750,6700,'_backorders','no'),(39751,6700,'_sold_individually','no'),(39752,6700,'_upsell_ids','a:0:{}'),(39753,6700,'_crosssell_ids','a:0:{}'),(39754,6700,'_purchase_note',''),(39755,6700,'_default_attributes','a:0:{}'),(39756,6700,'_product_image_gallery',''),(39757,6700,'_stock',NULL),(39758,6700,'_wc_average_rating','0'),(39759,6700,'_wc_rating_count','a:0:{}'),(39760,6700,'_wc_review_count','0'),(39761,6700,'_product_version','3.0.8'),(39788,6325,'_download_limit','-1'),(39789,6325,'_download_expiry','-1'),(39790,7435,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(39791,7435,'_variation_description','44\" x 66\"'),(39792,7435,'_sku',''),(39793,7435,'_regular_price','1200.00'),(39794,7435,'_sale_price',''),(39795,7435,'_sale_price_dates_from',''),(39796,7435,'_sale_price_dates_to',''),(39797,7435,'total_sales','0'),(39798,7435,'_tax_status','taxable'),(39799,7435,'_tax_class',''),(39800,7435,'_manage_stock','no'),(39801,7435,'_backorders','no'),(39802,7435,'_sold_individually','no'),(39803,7435,'_weight',''),(39804,7435,'_length',''),(39805,7435,'_width',''),(39806,7435,'_height',''),(39807,7435,'_upsell_ids','a:0:{}'),(39808,7435,'_crosssell_ids','a:0:{}'),(39809,7435,'_purchase_note',''),(39810,7435,'_default_attributes','a:0:{}'),(39811,7435,'_virtual','no'),(39812,7435,'_downloadable','no'),(39813,7435,'_product_image_gallery',''),(39814,7435,'_download_limit','-1'),(39815,7435,'_download_expiry','-1'),(39816,7435,'_stock',NULL),(39817,7435,'_stock_status','instock'),(39818,7435,'_wc_average_rating','0'),(39819,7435,'_wc_rating_count','a:0:{}'),(39820,7435,'_wc_review_count','0'),(39821,7435,'_downloadable_files','a:0:{}'),(39822,7435,'attribute_pa_photo-prints','g'),(39823,7435,'_price','1200.00'),(39824,7435,'_product_version','3.0.8'),(39825,7436,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(39826,7436,'_variation_description','36\" x 54\"'),(39827,7436,'_sku',''),(39828,7436,'_regular_price','900.00'),(39829,7436,'_sale_price',''),(39830,7436,'_sale_price_dates_from',''),(39831,7436,'_sale_price_dates_to',''),(39832,7436,'total_sales','0'),(39833,7436,'_tax_status','taxable'),(39834,7436,'_tax_class',''),(39835,7436,'_manage_stock','no'),(39836,7436,'_backorders','no'),(39837,7436,'_sold_individually','no'),(39838,7436,'_weight',''),(39839,7436,'_length',''),(39840,7436,'_width',''),(39841,7436,'_height',''),(39842,7436,'_upsell_ids','a:0:{}'),(39843,7436,'_crosssell_ids','a:0:{}'),(39844,7436,'_purchase_note',''),(39845,7436,'_default_attributes','a:0:{}'),(39846,7436,'_virtual','no'),(39847,7436,'_downloadable','no'),(39848,7436,'_product_image_gallery',''),(39849,7436,'_download_limit','-1'),(39850,7436,'_download_expiry','-1'),(39851,7436,'_stock',NULL),(39852,7436,'_stock_status','instock'),(39853,7436,'_wc_average_rating','0'),(39854,7436,'_wc_rating_count','a:0:{}'),(39855,7436,'_wc_review_count','0'),(39856,7436,'_downloadable_files','a:0:{}'),(39857,7436,'attribute_pa_photo-prints','f'),(39858,7436,'_price','900.00'),(39859,7436,'_product_version','3.0.8'),(39865,7437,'fw_options','a:0:{}'),(39866,6954,'total_sales','0'),(39867,6954,'_tax_status','taxable'),(39868,6954,'_tax_class','parent'),(39869,6954,'_backorders','no'),(39870,6954,'_sold_individually','no'),(39871,6954,'_upsell_ids','a:0:{}'),(39872,6954,'_crosssell_ids','a:0:{}'),(39873,6954,'_purchase_note',''),(39874,6954,'_default_attributes','a:0:{}'),(39875,6954,'_product_image_gallery',''),(39876,6954,'_stock',NULL),(39877,6954,'_wc_average_rating','0'),(39878,6954,'_wc_rating_count','a:0:{}'),(39879,6954,'_wc_review_count','0'),(39880,6954,'_product_version','3.0.8'),(39881,6955,'total_sales','0'),(39882,6955,'_tax_status','taxable'),(39883,6955,'_tax_class','parent'),(39884,6955,'_backorders','no'),(39885,6955,'_sold_individually','no'),(39886,6955,'_upsell_ids','a:0:{}'),(39887,6955,'_crosssell_ids','a:0:{}'),(39888,6955,'_purchase_note',''),(39889,6955,'_default_attributes','a:0:{}'),(39890,6955,'_product_image_gallery',''),(39891,6955,'_stock',NULL),(39892,6955,'_wc_average_rating','0'),(39893,6955,'_wc_rating_count','a:0:{}'),(39894,6955,'_wc_review_count','0'),(39895,6955,'_product_version','3.0.8'),(39896,6956,'total_sales','0'),(39897,6956,'_tax_status','taxable'),(39898,6956,'_tax_class','parent'),(39899,6956,'_backorders','no'),(39900,6956,'_sold_individually','no'),(39901,6956,'_upsell_ids','a:0:{}'),(39902,6956,'_crosssell_ids','a:0:{}'),(39903,6956,'_purchase_note',''),(39904,6956,'_default_attributes','a:0:{}'),(39905,6956,'_product_image_gallery',''),(39906,6956,'_stock',NULL),(39907,6956,'_wc_average_rating','0'),(39908,6956,'_wc_rating_count','a:0:{}'),(39909,6956,'_wc_review_count','0'),(39910,6956,'_product_version','3.0.8'),(39911,6957,'total_sales','0'),(39912,6957,'_tax_status','taxable'),(39913,6957,'_tax_class','parent'),(39914,6957,'_backorders','no'),(39915,6957,'_sold_individually','no'),(39916,6957,'_upsell_ids','a:0:{}'),(39917,6957,'_crosssell_ids','a:0:{}'),(39918,6957,'_purchase_note',''),(39919,6957,'_default_attributes','a:0:{}'),(39920,6957,'_product_image_gallery',''),(39921,6957,'_stock',NULL),(39922,6957,'_wc_average_rating','0'),(39923,6957,'_wc_rating_count','a:0:{}'),(39924,6957,'_wc_review_count','0'),(39925,6957,'_product_version','3.0.8'),(39926,6958,'total_sales','0'),(39927,6958,'_tax_status','taxable'),(39928,6958,'_tax_class','parent'),(39929,6958,'_backorders','no'),(39930,6958,'_sold_individually','no'),(39931,6958,'_upsell_ids','a:0:{}'),(39932,6958,'_crosssell_ids','a:0:{}'),(39933,6958,'_purchase_note',''),(39934,6958,'_default_attributes','a:0:{}'),(39935,6958,'_product_image_gallery',''),(39936,6958,'_stock',NULL),(39937,6958,'_wc_average_rating','0'),(39938,6958,'_wc_rating_count','a:0:{}'),(39939,6958,'_wc_review_count','0'),(39940,6958,'_product_version','3.0.8'),(39948,7438,'_wp_attached_file','2017/02/FullSizeRender-scaled.jpg'),(39949,7438,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4587;s:6:\"height\";i:3057;s:4:\"file\";s:26:\"2017/02/FullSizeRender.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"FullSizeRender-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"FullSizeRender-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"FullSizeRender-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"FullSizeRender-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"FullSizeRender-1000x666.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"FullSizeRender-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"FullSizeRender-1000x666.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:27:\"FullSizeRender-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:24:\"FullSizeRender-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:26:\"FullSizeRender-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:24:\"FullSizeRender-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"FullSizeRender-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D850\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1556118177\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"14\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(39952,5924,'_download_limit','-1'),(39953,5924,'_download_expiry','-1'),(39954,5917,'_download_limit','-1'),(39955,5917,'_download_expiry','-1'),(39956,5931,'_download_limit','-1'),(39957,5931,'_download_expiry','-1'),(39958,5938,'_download_limit','-1'),(39959,5938,'_download_expiry','-1'),(39960,5982,'_download_limit','-1'),(39961,5982,'_download_expiry','-1'),(39962,5892,'_download_limit','-1'),(39963,5892,'_download_expiry','-1'),(39964,6052,'_download_limit','-1'),(39965,6052,'_download_expiry','-1'),(39966,5994,'_download_limit','-1'),(39967,5994,'_download_expiry','-1'),(39968,6009,'_download_limit','-1'),(39969,6009,'_download_expiry','-1'),(39970,6001,'_download_limit','-1'),(39971,6001,'_download_expiry','-1'),(39972,6016,'_download_limit','-1'),(39973,6016,'_download_expiry','-1'),(39974,6023,'_download_limit','-1'),(39975,6023,'_download_expiry','-1'),(39976,6030,'_download_limit','-1'),(39977,6030,'_download_expiry','-1'),(39978,5907,'_download_limit','-1'),(39979,5907,'_download_expiry','-1'),(39980,6037,'_download_limit','-1'),(39981,6037,'_download_expiry','-1'),(39982,6042,'_download_limit','-1'),(39983,6042,'_download_expiry','-1'),(39984,6047,'_download_limit','-1'),(39985,6047,'_download_expiry','-1'),(39986,5911,'_download_limit','-1'),(39987,5911,'_download_expiry','-1'),(39988,6065,'_download_limit','-1'),(39989,6065,'_download_expiry','-1'),(39990,6072,'_download_limit','-1'),(39991,6072,'_download_expiry','-1'),(39992,6079,'_download_limit','-1'),(39993,6079,'_download_expiry','-1'),(39994,6086,'_download_limit','-1'),(39995,6086,'_download_expiry','-1'),(39996,6093,'_download_limit','-1'),(39997,6093,'_download_expiry','-1'),(39998,6101,'_download_limit','-1'),(39999,6101,'_download_expiry','-1'),(40000,6110,'_download_limit','-1'),(40001,6110,'_download_expiry','-1'),(40002,6117,'_download_limit','-1'),(40003,6117,'_download_expiry','-1'),(40004,6132,'_download_limit','-1'),(40005,6132,'_download_expiry','-1'),(40006,6139,'_download_limit','-1'),(40007,6139,'_download_expiry','-1'),(40008,6125,'_download_limit','-1'),(40009,6125,'_download_expiry','-1'),(40010,6146,'_download_limit','-1'),(40011,6146,'_download_expiry','-1'),(40012,6153,'_download_limit','-1'),(40013,6153,'_download_expiry','-1'),(40014,6171,'_download_limit','-1'),(40015,6171,'_download_expiry','-1'),(40016,6187,'_download_limit','-1'),(40017,6187,'_download_expiry','-1'),(40018,6202,'_download_limit','-1'),(40019,6202,'_download_expiry','-1'),(40020,6211,'_download_limit','-1'),(40021,6211,'_download_expiry','-1'),(40022,6165,'_download_limit','-1'),(40023,6165,'_download_expiry','-1'),(40024,6230,'_download_limit','-1'),(40025,6230,'_download_expiry','-1'),(40026,6181,'_download_limit','-1'),(40027,6181,'_download_expiry','-1'),(40028,6196,'_download_limit','-1'),(40029,6196,'_download_expiry','-1'),(40030,6224,'_download_limit','-1'),(40031,6224,'_download_expiry','-1'),(40032,6288,'_download_limit','-1'),(40033,6288,'_download_expiry','-1'),(40034,6294,'_download_limit','-1'),(40035,6294,'_download_expiry','-1'),(40036,6258,'_download_limit','-1'),(40037,6258,'_download_expiry','-1'),(40038,6240,'_download_limit','-1'),(40039,6240,'_download_expiry','-1'),(40040,6301,'_download_limit','-1'),(40041,6301,'_download_expiry','-1'),(40042,6246,'_download_limit','-1'),(40043,6246,'_download_expiry','-1'),(40044,6252,'_download_limit','-1'),(40045,6252,'_download_expiry','-1'),(40046,6264,'_download_limit','-1'),(40047,6264,'_download_expiry','-1'),(40048,6270,'_download_limit','-1'),(40049,6270,'_download_expiry','-1'),(40050,6276,'_download_limit','-1'),(40051,6276,'_download_expiry','-1'),(40052,6282,'_download_limit','-1'),(40053,6282,'_download_expiry','-1'),(40054,6307,'_download_limit','-1'),(40055,6307,'_download_expiry','-1'),(40056,6313,'_download_limit','-1'),(40057,6313,'_download_expiry','-1'),(40063,6721,'total_sales','0'),(40064,6721,'_tax_status','taxable'),(40065,6721,'_tax_class','parent'),(40066,6721,'_backorders','no'),(40067,6721,'_sold_individually','no'),(40068,6721,'_upsell_ids','a:0:{}'),(40069,6721,'_crosssell_ids','a:0:{}'),(40070,6721,'_purchase_note',''),(40071,6721,'_default_attributes','a:0:{}'),(40072,6721,'_product_image_gallery',''),(40073,6721,'_stock',NULL),(40074,6721,'_wc_average_rating','0'),(40075,6721,'_wc_rating_count','a:0:{}'),(40076,6721,'_wc_review_count','0'),(40077,6721,'_product_version','3.0.8'),(40078,6722,'total_sales','0'),(40079,6722,'_tax_status','taxable'),(40080,6722,'_tax_class','parent'),(40081,6722,'_backorders','no'),(40082,6722,'_sold_individually','no'),(40083,6722,'_upsell_ids','a:0:{}'),(40084,6722,'_crosssell_ids','a:0:{}'),(40085,6722,'_purchase_note',''),(40086,6722,'_default_attributes','a:0:{}'),(40087,6722,'_product_image_gallery',''),(40088,6722,'_stock',NULL),(40089,6722,'_wc_average_rating','0'),(40090,6722,'_wc_rating_count','a:0:{}'),(40091,6722,'_wc_review_count','0'),(40092,6722,'_product_version','3.0.8'),(40093,6723,'total_sales','0'),(40094,6723,'_tax_status','taxable'),(40095,6723,'_tax_class','parent'),(40096,6723,'_backorders','no'),(40097,6723,'_sold_individually','no'),(40098,6723,'_upsell_ids','a:0:{}'),(40099,6723,'_crosssell_ids','a:0:{}'),(40100,6723,'_purchase_note',''),(40101,6723,'_default_attributes','a:0:{}'),(40102,6723,'_product_image_gallery',''),(40103,6723,'_stock',NULL),(40104,6723,'_wc_average_rating','0'),(40105,6723,'_wc_rating_count','a:0:{}'),(40106,6723,'_wc_review_count','0'),(40107,6723,'_product_version','3.0.8'),(40108,6724,'total_sales','0'),(40109,6724,'_tax_status','taxable'),(40110,6724,'_tax_class','parent'),(40111,6724,'_backorders','no'),(40112,6724,'_sold_individually','no'),(40113,6724,'_upsell_ids','a:0:{}'),(40114,6724,'_crosssell_ids','a:0:{}'),(40115,6724,'_purchase_note',''),(40116,6724,'_default_attributes','a:0:{}'),(40117,6724,'_product_image_gallery',''),(40118,6724,'_stock',NULL),(40119,6724,'_wc_average_rating','0'),(40120,6724,'_wc_rating_count','a:0:{}'),(40121,6724,'_wc_review_count','0'),(40122,6724,'_product_version','3.0.8'),(40138,6719,'total_sales','0'),(40139,6719,'_tax_status','taxable'),(40140,6719,'_tax_class','parent'),(40141,6719,'_backorders','no'),(40142,6719,'_sold_individually','no'),(40143,6719,'_upsell_ids','a:0:{}'),(40144,6719,'_crosssell_ids','a:0:{}'),(40145,6719,'_purchase_note',''),(40146,6719,'_default_attributes','a:0:{}'),(40147,6719,'_product_image_gallery',''),(40148,6719,'_stock',NULL),(40149,6719,'_wc_average_rating','0'),(40150,6719,'_wc_rating_count','a:0:{}'),(40151,6719,'_wc_review_count','0'),(40152,6719,'_product_version','3.0.8'),(40153,6744,'total_sales','0'),(40154,6744,'_tax_status','taxable'),(40155,6744,'_tax_class','parent'),(40156,6744,'_backorders','no'),(40157,6744,'_sold_individually','no'),(40158,6744,'_upsell_ids','a:0:{}'),(40159,6744,'_crosssell_ids','a:0:{}'),(40160,6744,'_purchase_note',''),(40161,6744,'_default_attributes','a:0:{}'),(40162,6744,'_product_image_gallery',''),(40163,6744,'_stock',NULL),(40164,6744,'_wc_average_rating','0'),(40165,6744,'_wc_rating_count','a:0:{}'),(40166,6744,'_wc_review_count','0'),(40167,6744,'_product_version','3.0.8'),(40168,6739,'total_sales','0'),(40169,6739,'_tax_status','taxable'),(40170,6739,'_tax_class','parent'),(40171,6739,'_backorders','no'),(40172,6739,'_sold_individually','no'),(40173,6739,'_upsell_ids','a:0:{}'),(40174,6739,'_crosssell_ids','a:0:{}'),(40175,6739,'_purchase_note',''),(40176,6739,'_default_attributes','a:0:{}'),(40177,6739,'_product_image_gallery',''),(40178,6739,'_stock',NULL),(40179,6739,'_wc_average_rating','0'),(40180,6739,'_wc_rating_count','a:0:{}'),(40181,6739,'_wc_review_count','0'),(40182,6739,'_product_version','3.0.8'),(40213,6734,'total_sales','0'),(40214,6734,'_tax_status','taxable'),(40215,6734,'_tax_class','parent'),(40216,6734,'_backorders','no'),(40217,6734,'_sold_individually','no'),(40218,6734,'_upsell_ids','a:0:{}'),(40219,6734,'_crosssell_ids','a:0:{}'),(40220,6734,'_purchase_note',''),(40221,6734,'_default_attributes','a:0:{}'),(40222,6734,'_product_image_gallery',''),(40223,6734,'_stock',NULL),(40224,6734,'_wc_average_rating','0'),(40225,6734,'_wc_rating_count','a:0:{}'),(40226,6734,'_wc_review_count','0'),(40227,6734,'_product_version','3.0.8'),(40228,6749,'total_sales','0'),(40229,6749,'_tax_status','taxable'),(40230,6749,'_tax_class','parent'),(40231,6749,'_backorders','no'),(40232,6749,'_sold_individually','no'),(40233,6749,'_upsell_ids','a:0:{}'),(40234,6749,'_crosssell_ids','a:0:{}'),(40235,6749,'_purchase_note',''),(40236,6749,'_default_attributes','a:0:{}'),(40237,6749,'_product_image_gallery',''),(40238,6749,'_stock',NULL),(40239,6749,'_wc_average_rating','0'),(40240,6749,'_wc_rating_count','a:0:{}'),(40241,6749,'_wc_review_count','0'),(40242,6749,'_product_version','3.0.8'),(40243,6754,'total_sales','0'),(40244,6754,'_tax_status','taxable'),(40245,6754,'_tax_class','parent'),(40246,6754,'_backorders','no'),(40247,6754,'_sold_individually','no'),(40248,6754,'_upsell_ids','a:0:{}'),(40249,6754,'_crosssell_ids','a:0:{}'),(40250,6754,'_purchase_note',''),(40251,6754,'_default_attributes','a:0:{}'),(40252,6754,'_product_image_gallery',''),(40253,6754,'_stock',NULL),(40254,6754,'_wc_average_rating','0'),(40255,6754,'_wc_rating_count','a:0:{}'),(40256,6754,'_wc_review_count','0'),(40257,6754,'_product_version','3.0.8'),(40258,6773,'total_sales','0'),(40259,6773,'_tax_status','taxable'),(40260,6773,'_tax_class','parent'),(40261,6773,'_backorders','no'),(40262,6773,'_sold_individually','no'),(40263,6773,'_upsell_ids','a:0:{}'),(40264,6773,'_crosssell_ids','a:0:{}'),(40265,6773,'_purchase_note',''),(40266,6773,'_default_attributes','a:0:{}'),(40267,6773,'_product_image_gallery',''),(40268,6773,'_stock',NULL),(40269,6773,'_wc_average_rating','0'),(40270,6773,'_wc_rating_count','a:0:{}'),(40271,6773,'_wc_review_count','0'),(40272,6773,'_product_version','3.0.8'),(40273,6763,'total_sales','0'),(40274,6763,'_tax_status','taxable'),(40275,6763,'_tax_class','parent'),(40276,6763,'_backorders','no'),(40277,6763,'_sold_individually','no'),(40278,6763,'_upsell_ids','a:0:{}'),(40279,6763,'_crosssell_ids','a:0:{}'),(40280,6763,'_purchase_note',''),(40281,6763,'_default_attributes','a:0:{}'),(40282,6763,'_product_image_gallery',''),(40283,6763,'_stock',NULL),(40284,6763,'_wc_average_rating','0'),(40285,6763,'_wc_rating_count','a:0:{}'),(40286,6763,'_wc_review_count','0'),(40287,6763,'_product_version','3.0.8'),(40288,6768,'total_sales','0'),(40289,6768,'_tax_status','taxable'),(40290,6768,'_tax_class','parent'),(40291,6768,'_backorders','no'),(40292,6768,'_sold_individually','no'),(40293,6768,'_upsell_ids','a:0:{}'),(40294,6768,'_crosssell_ids','a:0:{}'),(40295,6768,'_purchase_note',''),(40296,6768,'_default_attributes','a:0:{}'),(40297,6768,'_product_image_gallery',''),(40298,6768,'_stock',NULL),(40299,6768,'_wc_average_rating','0'),(40300,6768,'_wc_rating_count','a:0:{}'),(40301,6768,'_wc_review_count','0'),(40302,6768,'_product_version','3.0.8'),(40303,6786,'total_sales','0'),(40304,6786,'_tax_status','taxable'),(40305,6786,'_tax_class','parent'),(40306,6786,'_backorders','no'),(40307,6786,'_sold_individually','no'),(40308,6786,'_upsell_ids','a:0:{}'),(40309,6786,'_crosssell_ids','a:0:{}'),(40310,6786,'_purchase_note',''),(40311,6786,'_default_attributes','a:0:{}'),(40312,6786,'_product_image_gallery',''),(40313,6786,'_stock',NULL),(40314,6786,'_wc_average_rating','0'),(40315,6786,'_wc_rating_count','a:0:{}'),(40316,6786,'_wc_review_count','0'),(40317,6786,'_product_version','3.0.8'),(40318,6781,'total_sales','0'),(40319,6781,'_tax_status','taxable'),(40320,6781,'_tax_class','parent'),(40321,6781,'_backorders','no'),(40322,6781,'_sold_individually','no'),(40323,6781,'_upsell_ids','a:0:{}'),(40324,6781,'_crosssell_ids','a:0:{}'),(40325,6781,'_purchase_note',''),(40326,6781,'_default_attributes','a:0:{}'),(40327,6781,'_product_image_gallery',''),(40328,6781,'_stock',NULL),(40329,6781,'_wc_average_rating','0'),(40330,6781,'_wc_rating_count','a:0:{}'),(40331,6781,'_wc_review_count','0'),(40332,6781,'_product_version','3.0.8'),(40333,6802,'total_sales','0'),(40334,6802,'_tax_status','taxable'),(40335,6802,'_tax_class','parent'),(40336,6802,'_backorders','no'),(40337,6802,'_sold_individually','no'),(40338,6802,'_upsell_ids','a:0:{}'),(40339,6802,'_crosssell_ids','a:0:{}'),(40340,6802,'_purchase_note',''),(40341,6802,'_default_attributes','a:0:{}'),(40342,6802,'_product_image_gallery',''),(40343,6802,'_stock',NULL),(40344,6802,'_wc_average_rating','0'),(40345,6802,'_wc_rating_count','a:0:{}'),(40346,6802,'_wc_review_count','0'),(40347,6802,'_product_version','3.0.8'),(40348,6797,'total_sales','0'),(40349,6797,'_tax_status','taxable'),(40350,6797,'_tax_class','parent'),(40351,6797,'_backorders','no'),(40352,6797,'_sold_individually','no'),(40353,6797,'_upsell_ids','a:0:{}'),(40354,6797,'_crosssell_ids','a:0:{}'),(40355,6797,'_purchase_note',''),(40356,6797,'_default_attributes','a:0:{}'),(40357,6797,'_product_image_gallery',''),(40358,6797,'_stock',NULL),(40359,6797,'_wc_average_rating','0'),(40360,6797,'_wc_rating_count','a:0:{}'),(40361,6797,'_wc_review_count','0'),(40362,6797,'_product_version','3.0.8'),(40363,6792,'total_sales','0'),(40364,6792,'_tax_status','taxable'),(40365,6792,'_tax_class','parent'),(40366,6792,'_backorders','no'),(40367,6792,'_sold_individually','no'),(40368,6792,'_upsell_ids','a:0:{}'),(40369,6792,'_crosssell_ids','a:0:{}'),(40370,6792,'_purchase_note',''),(40371,6792,'_default_attributes','a:0:{}'),(40372,6792,'_product_image_gallery',''),(40373,6792,'_stock',NULL),(40374,6792,'_wc_average_rating','0'),(40375,6792,'_wc_rating_count','a:0:{}'),(40376,6792,'_wc_review_count','0'),(40377,6792,'_product_version','3.0.8'),(40518,6812,'total_sales','0'),(40519,6812,'_tax_status','taxable'),(40520,6812,'_tax_class','parent'),(40521,6812,'_backorders','no'),(40522,6812,'_sold_individually','no'),(40523,6812,'_upsell_ids','a:0:{}'),(40524,6812,'_crosssell_ids','a:0:{}'),(40525,6812,'_purchase_note',''),(40526,6812,'_default_attributes','a:0:{}'),(40527,6812,'_product_image_gallery',''),(40528,6812,'_stock',NULL),(40529,6812,'_wc_average_rating','0'),(40530,6812,'_wc_rating_count','a:0:{}'),(40531,6812,'_wc_review_count','0'),(40532,6812,'_product_version','3.0.8'),(40533,6809,'total_sales','0'),(40534,6809,'_tax_status','taxable'),(40535,6809,'_tax_class','parent'),(40536,6809,'_backorders','no'),(40537,6809,'_sold_individually','no'),(40538,6809,'_upsell_ids','a:0:{}'),(40539,6809,'_crosssell_ids','a:0:{}'),(40540,6809,'_purchase_note',''),(40541,6809,'_default_attributes','a:0:{}'),(40542,6809,'_product_image_gallery',''),(40543,6809,'_stock',NULL),(40544,6809,'_wc_average_rating','0'),(40545,6809,'_wc_rating_count','a:0:{}'),(40546,6809,'_wc_review_count','0'),(40547,6809,'_product_version','3.0.8'),(40548,6832,'total_sales','0'),(40549,6832,'_tax_status','taxable'),(40550,6832,'_tax_class','parent'),(40551,6832,'_backorders','no'),(40552,6832,'_sold_individually','no'),(40553,6832,'_upsell_ids','a:0:{}'),(40554,6832,'_crosssell_ids','a:0:{}'),(40555,6832,'_purchase_note',''),(40556,6832,'_default_attributes','a:0:{}'),(40557,6832,'_product_image_gallery',''),(40558,6832,'_stock',NULL),(40559,6832,'_wc_average_rating','0'),(40560,6832,'_wc_rating_count','a:0:{}'),(40561,6832,'_wc_review_count','0'),(40562,6832,'_product_version','3.0.8'),(40563,6827,'total_sales','0'),(40564,6827,'_tax_status','taxable'),(40565,6827,'_tax_class','parent'),(40566,6827,'_backorders','no'),(40567,6827,'_sold_individually','no'),(40568,6827,'_upsell_ids','a:0:{}'),(40569,6827,'_crosssell_ids','a:0:{}'),(40570,6827,'_purchase_note',''),(40571,6827,'_default_attributes','a:0:{}'),(40572,6827,'_product_image_gallery',''),(40573,6827,'_stock',NULL),(40574,6827,'_wc_average_rating','0'),(40575,6827,'_wc_rating_count','a:0:{}'),(40576,6827,'_wc_review_count','0'),(40577,6827,'_product_version','3.0.8'),(40578,6705,'total_sales','0'),(40579,6705,'_tax_status','taxable'),(40580,6705,'_tax_class','parent'),(40581,6705,'_backorders','no'),(40582,6705,'_sold_individually','no'),(40583,6705,'_upsell_ids','a:0:{}'),(40584,6705,'_crosssell_ids','a:0:{}'),(40585,6705,'_purchase_note',''),(40586,6705,'_default_attributes','a:0:{}'),(40587,6705,'_product_image_gallery',''),(40588,6705,'_stock',NULL),(40589,6705,'_wc_average_rating','0'),(40590,6705,'_wc_rating_count','a:0:{}'),(40591,6705,'_wc_review_count','0'),(40592,6705,'_product_version','3.0.8'),(40593,6694,'total_sales','0'),(40594,6694,'_tax_status','taxable'),(40595,6694,'_tax_class','parent'),(40596,6694,'_backorders','no'),(40597,6694,'_sold_individually','no'),(40598,6694,'_upsell_ids','a:0:{}'),(40599,6694,'_crosssell_ids','a:0:{}'),(40600,6694,'_purchase_note',''),(40601,6694,'_default_attributes','a:0:{}'),(40602,6694,'_product_image_gallery',''),(40603,6694,'_stock',NULL),(40604,6694,'_wc_average_rating','0'),(40605,6694,'_wc_rating_count','a:0:{}'),(40606,6694,'_wc_review_count','0'),(40607,6694,'_product_version','3.0.8'),(40608,6689,'total_sales','0'),(40609,6689,'_tax_status','taxable'),(40610,6689,'_tax_class','parent'),(40611,6689,'_backorders','no'),(40612,6689,'_sold_individually','no'),(40613,6689,'_upsell_ids','a:0:{}'),(40614,6689,'_crosssell_ids','a:0:{}'),(40615,6689,'_purchase_note',''),(40616,6689,'_default_attributes','a:0:{}'),(40617,6689,'_product_image_gallery',''),(40618,6689,'_stock',NULL),(40619,6689,'_wc_average_rating','0'),(40620,6689,'_wc_rating_count','a:0:{}'),(40621,6689,'_wc_review_count','0'),(40622,6689,'_product_version','3.0.8'),(40623,6822,'total_sales','0'),(40624,6822,'_tax_status','taxable'),(40625,6822,'_tax_class','parent'),(40626,6822,'_backorders','no'),(40627,6822,'_sold_individually','no'),(40628,6822,'_upsell_ids','a:0:{}'),(40629,6822,'_crosssell_ids','a:0:{}'),(40630,6822,'_purchase_note',''),(40631,6822,'_default_attributes','a:0:{}'),(40632,6822,'_product_image_gallery',''),(40633,6822,'_stock',NULL),(40634,6822,'_wc_average_rating','0'),(40635,6822,'_wc_rating_count','a:0:{}'),(40636,6822,'_wc_review_count','0'),(40637,6822,'_product_version','3.0.8'),(40638,6709,'total_sales','0'),(40639,6709,'_tax_status','taxable'),(40640,6709,'_tax_class','parent'),(40641,6709,'_backorders','no'),(40642,6709,'_sold_individually','no'),(40643,6709,'_upsell_ids','a:0:{}'),(40644,6709,'_crosssell_ids','a:0:{}'),(40645,6709,'_purchase_note',''),(40646,6709,'_default_attributes','a:0:{}'),(40647,6709,'_product_image_gallery',''),(40648,6709,'_stock',NULL),(40649,6709,'_wc_average_rating','0'),(40650,6709,'_wc_rating_count','a:0:{}'),(40651,6709,'_wc_review_count','0'),(40652,6709,'_product_version','3.0.8'),(40653,6837,'total_sales','0'),(40654,6837,'_tax_status','taxable'),(40655,6837,'_tax_class','parent'),(40656,6837,'_backorders','no'),(40657,6837,'_sold_individually','no'),(40658,6837,'_upsell_ids','a:0:{}'),(40659,6837,'_crosssell_ids','a:0:{}'),(40660,6837,'_purchase_note',''),(40661,6837,'_default_attributes','a:0:{}'),(40662,6837,'_product_image_gallery',''),(40663,6837,'_stock',NULL),(40664,6837,'_wc_average_rating','0'),(40665,6837,'_wc_rating_count','a:0:{}'),(40666,6837,'_wc_review_count','0'),(40667,6837,'_product_version','3.0.8'),(40668,6842,'total_sales','0'),(40669,6842,'_tax_status','taxable'),(40670,6842,'_tax_class','parent'),(40671,6842,'_backorders','no'),(40672,6842,'_sold_individually','no'),(40673,6842,'_upsell_ids','a:0:{}'),(40674,6842,'_crosssell_ids','a:0:{}'),(40675,6842,'_purchase_note',''),(40676,6842,'_default_attributes','a:0:{}'),(40677,6842,'_product_image_gallery',''),(40678,6842,'_stock',NULL),(40679,6842,'_wc_average_rating','0'),(40680,6842,'_wc_rating_count','a:0:{}'),(40681,6842,'_wc_review_count','0'),(40682,6842,'_product_version','3.0.8'),(40793,7440,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(40794,7440,'_variation_description','44\" x 66\"'),(40795,7440,'_sku',''),(40796,7440,'_regular_price','1200.00'),(40797,7440,'_sale_price',''),(40798,7440,'_sale_price_dates_from',''),(40799,7440,'_sale_price_dates_to',''),(40800,7440,'total_sales','0'),(40801,7440,'_tax_status','taxable'),(40802,7440,'_tax_class',''),(40803,7440,'_manage_stock','no'),(40804,7440,'_backorders','no'),(40805,7440,'_sold_individually','no'),(40806,7440,'_weight',''),(40807,7440,'_length',''),(40808,7440,'_width',''),(40809,7440,'_height',''),(40810,7440,'_upsell_ids','a:0:{}'),(40811,7440,'_crosssell_ids','a:0:{}'),(40812,7440,'_purchase_note',''),(40813,7440,'_default_attributes','a:0:{}'),(40814,7440,'_virtual','no'),(40815,7440,'_downloadable','no'),(40816,7440,'_product_image_gallery',''),(40817,7440,'_download_limit','-1'),(40818,7440,'_download_expiry','-1'),(40819,7440,'_stock',NULL),(40820,7440,'_stock_status','instock'),(40821,7440,'_wc_average_rating','0'),(40822,7440,'_wc_rating_count','a:0:{}'),(40823,7440,'_wc_review_count','0'),(40824,7440,'_downloadable_files','a:0:{}'),(40825,7440,'attribute_pa_photo-prints','g'),(40826,7440,'_price','1200.00'),(40827,7440,'_product_version','3.0.8'),(40828,7441,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(40829,7441,'_variation_description','36\" x 54\"'),(40830,7441,'_sku',''),(40831,7441,'_regular_price','900.00'),(40832,7441,'_sale_price',''),(40833,7441,'_sale_price_dates_from',''),(40834,7441,'_sale_price_dates_to',''),(40835,7441,'total_sales','0'),(40836,7441,'_tax_status','taxable'),(40837,7441,'_tax_class',''),(40838,7441,'_manage_stock','no'),(40839,7441,'_backorders','no'),(40840,7441,'_sold_individually','no'),(40841,7441,'_weight',''),(40842,7441,'_length',''),(40843,7441,'_width',''),(40844,7441,'_height',''),(40845,7441,'_upsell_ids','a:0:{}'),(40846,7441,'_crosssell_ids','a:0:{}'),(40847,7441,'_purchase_note',''),(40848,7441,'_default_attributes','a:0:{}'),(40849,7441,'_virtual','no'),(40850,7441,'_downloadable','no'),(40851,7441,'_product_image_gallery',''),(40852,7441,'_download_limit','-1'),(40853,7441,'_download_expiry','-1'),(40854,7441,'_stock',NULL),(40855,7441,'_stock_status','instock'),(40856,7441,'_wc_average_rating','0'),(40857,7441,'_wc_rating_count','a:0:{}'),(40858,7441,'_wc_review_count','0'),(40859,7441,'_downloadable_files','a:0:{}'),(40860,7441,'attribute_pa_photo-prints','f'),(40861,7441,'_price','900.00'),(40862,7441,'_product_version','3.0.8'),(40868,6961,'total_sales','0'),(40869,6961,'_tax_status','taxable'),(40870,6961,'_tax_class','parent'),(40871,6961,'_backorders','no'),(40872,6961,'_sold_individually','no'),(40873,6961,'_upsell_ids','a:0:{}'),(40874,6961,'_crosssell_ids','a:0:{}'),(40875,6961,'_purchase_note',''),(40876,6961,'_default_attributes','a:0:{}'),(40877,6961,'_product_image_gallery',''),(40878,6961,'_stock',NULL),(40879,6961,'_wc_average_rating','0'),(40880,6961,'_wc_rating_count','a:0:{}'),(40881,6961,'_wc_review_count','0'),(40882,6961,'_product_version','3.0.8'),(40883,6962,'total_sales','0'),(40884,6962,'_tax_status','taxable'),(40885,6962,'_tax_class','parent'),(40886,6962,'_backorders','no'),(40887,6962,'_sold_individually','no'),(40888,6962,'_upsell_ids','a:0:{}'),(40889,6962,'_crosssell_ids','a:0:{}'),(40890,6962,'_purchase_note',''),(40891,6962,'_default_attributes','a:0:{}'),(40892,6962,'_product_image_gallery',''),(40893,6962,'_stock',NULL),(40894,6962,'_wc_average_rating','0'),(40895,6962,'_wc_rating_count','a:0:{}'),(40896,6962,'_wc_review_count','0'),(40897,6962,'_product_version','3.0.8'),(40898,6963,'total_sales','0'),(40899,6963,'_tax_status','taxable'),(40900,6963,'_tax_class','parent'),(40901,6963,'_backorders','no'),(40902,6963,'_sold_individually','no'),(40903,6963,'_upsell_ids','a:0:{}'),(40904,6963,'_crosssell_ids','a:0:{}'),(40905,6963,'_purchase_note',''),(40906,6963,'_default_attributes','a:0:{}'),(40907,6963,'_product_image_gallery',''),(40908,6963,'_stock',NULL),(40909,6963,'_wc_average_rating','0'),(40910,6963,'_wc_rating_count','a:0:{}'),(40911,6963,'_wc_review_count','0'),(40912,6963,'_product_version','3.0.8'),(40918,7442,'fw_options','a:0:{}'),(40926,7443,'fw_options','a:0:{}'),(40927,7444,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(40928,7444,'_variation_description','44\" x 66\"'),(40929,7444,'_sku',''),(40930,7444,'_regular_price','1200.00'),(40931,7444,'_sale_price',''),(40932,7444,'_sale_price_dates_from',''),(40933,7444,'_sale_price_dates_to',''),(40934,7444,'total_sales','0'),(40935,7444,'_tax_status','taxable'),(40936,7444,'_tax_class',''),(40937,7444,'_manage_stock','no'),(40938,7444,'_backorders','no'),(40939,7444,'_sold_individually','no'),(40940,7444,'_weight',''),(40941,7444,'_length',''),(40942,7444,'_width',''),(40943,7444,'_height',''),(40944,7444,'_upsell_ids','a:0:{}'),(40945,7444,'_crosssell_ids','a:0:{}'),(40946,7444,'_purchase_note',''),(40947,7444,'_default_attributes','a:0:{}'),(40948,7444,'_virtual','no'),(40949,7444,'_downloadable','no'),(40950,7444,'_product_image_gallery',''),(40951,7444,'_download_limit','-1'),(40952,7444,'_download_expiry','-1'),(40953,7444,'_stock',NULL),(40954,7444,'_stock_status','instock'),(40955,7444,'_wc_average_rating','0'),(40956,7444,'_wc_rating_count','a:0:{}'),(40957,7444,'_wc_review_count','0'),(40958,7444,'_downloadable_files','a:0:{}'),(40959,7444,'attribute_pa_photo-prints','g'),(40960,7444,'_price','1200.00'),(40961,7444,'_product_version','3.0.8'),(40962,7445,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(40963,7445,'_variation_description','36\" x 54\"'),(40964,7445,'_sku',''),(40965,7445,'_regular_price','900.00'),(40966,7445,'_sale_price',''),(40967,7445,'_sale_price_dates_from',''),(40968,7445,'_sale_price_dates_to',''),(40969,7445,'total_sales','0'),(40970,7445,'_tax_status','taxable'),(40971,7445,'_tax_class',''),(40972,7445,'_manage_stock','no'),(40973,7445,'_backorders','no'),(40974,7445,'_sold_individually','no'),(40975,7445,'_weight',''),(40976,7445,'_length',''),(40977,7445,'_width',''),(40978,7445,'_height',''),(40979,7445,'_upsell_ids','a:0:{}'),(40980,7445,'_crosssell_ids','a:0:{}'),(40981,7445,'_purchase_note',''),(40982,7445,'_default_attributes','a:0:{}'),(40983,7445,'_virtual','no'),(40984,7445,'_downloadable','no'),(40985,7445,'_product_image_gallery',''),(40986,7445,'_download_limit','-1'),(40987,7445,'_download_expiry','-1'),(40988,7445,'_stock',NULL),(40989,7445,'_stock_status','instock'),(40990,7445,'_wc_average_rating','0'),(40991,7445,'_wc_rating_count','a:0:{}'),(40992,7445,'_wc_review_count','0'),(40993,7445,'_downloadable_files','a:0:{}'),(40994,7445,'attribute_pa_photo-prints','f'),(40995,7445,'_price','900.00'),(40996,7445,'_product_version','3.0.8'),(41002,6718,'total_sales','0'),(41003,6718,'_tax_status','taxable'),(41004,6718,'_tax_class','parent'),(41005,6718,'_backorders','no'),(41006,6718,'_sold_individually','no'),(41007,6718,'_upsell_ids','a:0:{}'),(41008,6718,'_crosssell_ids','a:0:{}'),(41009,6718,'_purchase_note',''),(41010,6718,'_default_attributes','a:0:{}'),(41011,6718,'_product_image_gallery',''),(41012,6718,'_stock',NULL),(41013,6718,'_wc_average_rating','0'),(41014,6718,'_wc_rating_count','a:0:{}'),(41015,6718,'_wc_review_count','0'),(41016,6718,'_product_version','3.0.8'),(41017,6743,'total_sales','0'),(41018,6743,'_tax_status','taxable'),(41019,6743,'_tax_class','parent'),(41020,6743,'_backorders','no'),(41021,6743,'_sold_individually','no'),(41022,6743,'_upsell_ids','a:0:{}'),(41023,6743,'_crosssell_ids','a:0:{}'),(41024,6743,'_purchase_note',''),(41025,6743,'_default_attributes','a:0:{}'),(41026,6743,'_product_image_gallery',''),(41027,6743,'_stock',NULL),(41028,6743,'_wc_average_rating','0'),(41029,6743,'_wc_rating_count','a:0:{}'),(41030,6743,'_wc_review_count','0'),(41031,6743,'_product_version','3.0.8'),(41032,6738,'total_sales','0'),(41033,6738,'_tax_status','taxable'),(41034,6738,'_tax_class','parent'),(41035,6738,'_backorders','no'),(41036,6738,'_sold_individually','no'),(41037,6738,'_upsell_ids','a:0:{}'),(41038,6738,'_crosssell_ids','a:0:{}'),(41039,6738,'_purchase_note',''),(41040,6738,'_default_attributes','a:0:{}'),(41041,6738,'_product_image_gallery',''),(41042,6738,'_stock',NULL),(41043,6738,'_wc_average_rating','0'),(41044,6738,'_wc_rating_count','a:0:{}'),(41045,6738,'_wc_review_count','0'),(41046,6738,'_product_version','3.0.8'),(41047,6733,'total_sales','0'),(41048,6733,'_tax_status','taxable'),(41049,6733,'_tax_class','parent'),(41050,6733,'_backorders','no'),(41051,6733,'_sold_individually','no'),(41052,6733,'_upsell_ids','a:0:{}'),(41053,6733,'_crosssell_ids','a:0:{}'),(41054,6733,'_purchase_note',''),(41055,6733,'_default_attributes','a:0:{}'),(41056,6733,'_product_image_gallery',''),(41057,6733,'_stock',NULL),(41058,6733,'_wc_average_rating','0'),(41059,6733,'_wc_rating_count','a:0:{}'),(41060,6733,'_wc_review_count','0'),(41061,6733,'_product_version','3.0.8'),(41062,6756,'total_sales','0'),(41063,6756,'_tax_status','taxable'),(41064,6756,'_tax_class','parent'),(41065,6756,'_backorders','no'),(41066,6756,'_sold_individually','no'),(41067,6756,'_upsell_ids','a:0:{}'),(41068,6756,'_crosssell_ids','a:0:{}'),(41069,6756,'_purchase_note',''),(41070,6756,'_default_attributes','a:0:{}'),(41071,6756,'_product_image_gallery',''),(41072,6756,'_stock',NULL),(41073,6756,'_wc_average_rating','0'),(41074,6756,'_wc_rating_count','a:0:{}'),(41075,6756,'_wc_review_count','0'),(41076,6756,'_product_version','3.0.8'),(41077,6748,'total_sales','0'),(41078,6748,'_tax_status','taxable'),(41079,6748,'_tax_class','parent'),(41080,6748,'_backorders','no'),(41081,6748,'_sold_individually','no'),(41082,6748,'_upsell_ids','a:0:{}'),(41083,6748,'_crosssell_ids','a:0:{}'),(41084,6748,'_purchase_note',''),(41085,6748,'_default_attributes','a:0:{}'),(41086,6748,'_product_image_gallery',''),(41087,6748,'_stock',NULL),(41088,6748,'_wc_average_rating','0'),(41089,6748,'_wc_rating_count','a:0:{}'),(41090,6748,'_wc_review_count','0'),(41091,6748,'_product_version','3.0.8'),(41092,6753,'total_sales','0'),(41093,6753,'_tax_status','taxable'),(41094,6753,'_tax_class','parent'),(41095,6753,'_backorders','no'),(41096,6753,'_sold_individually','no'),(41097,6753,'_upsell_ids','a:0:{}'),(41098,6753,'_crosssell_ids','a:0:{}'),(41099,6753,'_purchase_note',''),(41100,6753,'_default_attributes','a:0:{}'),(41101,6753,'_product_image_gallery',''),(41102,6753,'_stock',NULL),(41103,6753,'_wc_average_rating','0'),(41104,6753,'_wc_rating_count','a:0:{}'),(41105,6753,'_wc_review_count','0'),(41106,6753,'_product_version','3.0.8'),(41107,6772,'total_sales','0'),(41108,6772,'_tax_status','taxable'),(41109,6772,'_tax_class','parent'),(41110,6772,'_backorders','no'),(41111,6772,'_sold_individually','no'),(41112,6772,'_upsell_ids','a:0:{}'),(41113,6772,'_crosssell_ids','a:0:{}'),(41114,6772,'_purchase_note',''),(41115,6772,'_default_attributes','a:0:{}'),(41116,6772,'_product_image_gallery',''),(41117,6772,'_stock',NULL),(41118,6772,'_wc_average_rating','0'),(41119,6772,'_wc_rating_count','a:0:{}'),(41120,6772,'_wc_review_count','0'),(41121,6772,'_product_version','3.0.8'),(41122,6762,'total_sales','0'),(41123,6762,'_tax_status','taxable'),(41124,6762,'_tax_class','parent'),(41125,6762,'_backorders','no'),(41126,6762,'_sold_individually','no'),(41127,6762,'_upsell_ids','a:0:{}'),(41128,6762,'_crosssell_ids','a:0:{}'),(41129,6762,'_purchase_note',''),(41130,6762,'_default_attributes','a:0:{}'),(41131,6762,'_product_image_gallery',''),(41132,6762,'_stock',NULL),(41133,6762,'_wc_average_rating','0'),(41134,6762,'_wc_rating_count','a:0:{}'),(41135,6762,'_wc_review_count','0'),(41136,6762,'_product_version','3.0.8'),(41137,6767,'total_sales','0'),(41138,6767,'_tax_status','taxable'),(41139,6767,'_tax_class','parent'),(41140,6767,'_backorders','no'),(41141,6767,'_sold_individually','no'),(41142,6767,'_upsell_ids','a:0:{}'),(41143,6767,'_crosssell_ids','a:0:{}'),(41144,6767,'_purchase_note',''),(41145,6767,'_default_attributes','a:0:{}'),(41146,6767,'_product_image_gallery',''),(41147,6767,'_stock',NULL),(41148,6767,'_wc_average_rating','0'),(41149,6767,'_wc_rating_count','a:0:{}'),(41150,6767,'_wc_review_count','0'),(41151,6767,'_product_version','3.0.8'),(41152,6785,'total_sales','0'),(41153,6785,'_tax_status','taxable'),(41154,6785,'_tax_class','parent'),(41155,6785,'_backorders','no'),(41156,6785,'_sold_individually','no'),(41157,6785,'_upsell_ids','a:0:{}'),(41158,6785,'_crosssell_ids','a:0:{}'),(41159,6785,'_purchase_note',''),(41160,6785,'_default_attributes','a:0:{}'),(41161,6785,'_product_image_gallery',''),(41162,6785,'_stock',NULL),(41163,6785,'_wc_average_rating','0'),(41164,6785,'_wc_rating_count','a:0:{}'),(41165,6785,'_wc_review_count','0'),(41166,6785,'_product_version','3.0.8'),(41167,6780,'total_sales','0'),(41168,6780,'_tax_status','taxable'),(41169,6780,'_tax_class','parent'),(41170,6780,'_backorders','no'),(41171,6780,'_sold_individually','no'),(41172,6780,'_upsell_ids','a:0:{}'),(41173,6780,'_crosssell_ids','a:0:{}'),(41174,6780,'_purchase_note',''),(41175,6780,'_default_attributes','a:0:{}'),(41176,6780,'_product_image_gallery',''),(41177,6780,'_stock',NULL),(41178,6780,'_wc_average_rating','0'),(41179,6780,'_wc_rating_count','a:0:{}'),(41180,6780,'_wc_review_count','0'),(41181,6780,'_product_version','3.0.8'),(41322,6775,'total_sales','0'),(41323,6775,'_tax_status','taxable'),(41324,6775,'_tax_class','parent'),(41325,6775,'_backorders','no'),(41326,6775,'_sold_individually','no'),(41327,6775,'_upsell_ids','a:0:{}'),(41328,6775,'_crosssell_ids','a:0:{}'),(41329,6775,'_purchase_note',''),(41330,6775,'_default_attributes','a:0:{}'),(41331,6775,'_product_image_gallery',''),(41332,6775,'_stock',NULL),(41333,6775,'_wc_average_rating','0'),(41334,6775,'_wc_rating_count','a:0:{}'),(41335,6775,'_wc_review_count','0'),(41336,6775,'_product_version','3.0.8'),(41337,6801,'total_sales','0'),(41338,6801,'_tax_status','taxable'),(41339,6801,'_tax_class','parent'),(41340,6801,'_backorders','no'),(41341,6801,'_sold_individually','no'),(41342,6801,'_upsell_ids','a:0:{}'),(41343,6801,'_crosssell_ids','a:0:{}'),(41344,6801,'_purchase_note',''),(41345,6801,'_default_attributes','a:0:{}'),(41346,6801,'_product_image_gallery',''),(41347,6801,'_stock',NULL),(41348,6801,'_wc_average_rating','0'),(41349,6801,'_wc_rating_count','a:0:{}'),(41350,6801,'_wc_review_count','0'),(41351,6801,'_product_version','3.0.8'),(41352,6796,'total_sales','0'),(41353,6796,'_tax_status','taxable'),(41354,6796,'_tax_class','parent'),(41355,6796,'_backorders','no'),(41356,6796,'_sold_individually','no'),(41357,6796,'_upsell_ids','a:0:{}'),(41358,6796,'_crosssell_ids','a:0:{}'),(41359,6796,'_purchase_note',''),(41360,6796,'_default_attributes','a:0:{}'),(41361,6796,'_product_image_gallery',''),(41362,6796,'_stock',NULL),(41363,6796,'_wc_average_rating','0'),(41364,6796,'_wc_rating_count','a:0:{}'),(41365,6796,'_wc_review_count','0'),(41366,6796,'_product_version','3.0.8'),(41367,6791,'total_sales','0'),(41368,6791,'_tax_status','taxable'),(41369,6791,'_tax_class','parent'),(41370,6791,'_backorders','no'),(41371,6791,'_sold_individually','no'),(41372,6791,'_upsell_ids','a:0:{}'),(41373,6791,'_crosssell_ids','a:0:{}'),(41374,6791,'_purchase_note',''),(41375,6791,'_default_attributes','a:0:{}'),(41376,6791,'_product_image_gallery',''),(41377,6791,'_stock',NULL),(41378,6791,'_wc_average_rating','0'),(41379,6791,'_wc_rating_count','a:0:{}'),(41380,6791,'_wc_review_count','0'),(41381,6791,'_product_version','3.0.8'),(41382,6814,'total_sales','0'),(41383,6814,'_tax_status','taxable'),(41384,6814,'_tax_class','parent'),(41385,6814,'_backorders','no'),(41386,6814,'_sold_individually','no'),(41387,6814,'_upsell_ids','a:0:{}'),(41388,6814,'_crosssell_ids','a:0:{}'),(41389,6814,'_purchase_note',''),(41390,6814,'_default_attributes','a:0:{}'),(41391,6814,'_product_image_gallery',''),(41392,6814,'_stock',NULL),(41393,6814,'_wc_average_rating','0'),(41394,6814,'_wc_rating_count','a:0:{}'),(41395,6814,'_wc_review_count','0'),(41396,6814,'_product_version','3.0.8'),(41397,6810,'total_sales','0'),(41398,6810,'_tax_status','taxable'),(41399,6810,'_tax_class','parent'),(41400,6810,'_backorders','no'),(41401,6810,'_sold_individually','no'),(41402,6810,'_upsell_ids','a:0:{}'),(41403,6810,'_crosssell_ids','a:0:{}'),(41404,6810,'_purchase_note',''),(41405,6810,'_default_attributes','a:0:{}'),(41406,6810,'_product_image_gallery',''),(41407,6810,'_stock',NULL),(41408,6810,'_wc_average_rating','0'),(41409,6810,'_wc_rating_count','a:0:{}'),(41410,6810,'_wc_review_count','0'),(41411,6810,'_product_version','3.0.8'),(41412,6807,'total_sales','0'),(41413,6807,'_tax_status','taxable'),(41414,6807,'_tax_class','parent'),(41415,6807,'_backorders','no'),(41416,6807,'_sold_individually','no'),(41417,6807,'_upsell_ids','a:0:{}'),(41418,6807,'_crosssell_ids','a:0:{}'),(41419,6807,'_purchase_note',''),(41420,6807,'_default_attributes','a:0:{}'),(41421,6807,'_product_image_gallery',''),(41422,6807,'_stock',NULL),(41423,6807,'_wc_average_rating','0'),(41424,6807,'_wc_rating_count','a:0:{}'),(41425,6807,'_wc_review_count','0'),(41426,6807,'_product_version','3.0.8'),(41427,6831,'total_sales','0'),(41428,6831,'_tax_status','taxable'),(41429,6831,'_tax_class','parent'),(41430,6831,'_backorders','no'),(41431,6831,'_sold_individually','no'),(41432,6831,'_upsell_ids','a:0:{}'),(41433,6831,'_crosssell_ids','a:0:{}'),(41434,6831,'_purchase_note',''),(41435,6831,'_default_attributes','a:0:{}'),(41436,6831,'_product_image_gallery',''),(41437,6831,'_stock',NULL),(41438,6831,'_wc_average_rating','0'),(41439,6831,'_wc_rating_count','a:0:{}'),(41440,6831,'_wc_review_count','0'),(41441,6831,'_product_version','3.0.8'),(41442,6826,'total_sales','0'),(41443,6826,'_tax_status','taxable'),(41444,6826,'_tax_class','parent'),(41445,6826,'_backorders','no'),(41446,6826,'_sold_individually','no'),(41447,6826,'_upsell_ids','a:0:{}'),(41448,6826,'_crosssell_ids','a:0:{}'),(41449,6826,'_purchase_note',''),(41450,6826,'_default_attributes','a:0:{}'),(41451,6826,'_product_image_gallery',''),(41452,6826,'_stock',NULL),(41453,6826,'_wc_average_rating','0'),(41454,6826,'_wc_rating_count','a:0:{}'),(41455,6826,'_wc_review_count','0'),(41456,6826,'_product_version','3.0.8'),(41457,6703,'total_sales','0'),(41458,6703,'_tax_status','taxable'),(41459,6703,'_tax_class','parent'),(41460,6703,'_backorders','no'),(41461,6703,'_sold_individually','no'),(41462,6703,'_upsell_ids','a:0:{}'),(41463,6703,'_crosssell_ids','a:0:{}'),(41464,6703,'_purchase_note',''),(41465,6703,'_default_attributes','a:0:{}'),(41466,6703,'_product_image_gallery',''),(41467,6703,'_stock',NULL),(41468,6703,'_wc_average_rating','0'),(41469,6703,'_wc_rating_count','a:0:{}'),(41470,6703,'_wc_review_count','0'),(41471,6703,'_product_version','3.0.8'),(41472,6693,'total_sales','0'),(41473,6693,'_tax_status','taxable'),(41474,6693,'_tax_class','parent'),(41475,6693,'_backorders','no'),(41476,6693,'_sold_individually','no'),(41477,6693,'_upsell_ids','a:0:{}'),(41478,6693,'_crosssell_ids','a:0:{}'),(41479,6693,'_purchase_note',''),(41480,6693,'_default_attributes','a:0:{}'),(41481,6693,'_product_image_gallery',''),(41482,6693,'_stock',NULL),(41483,6693,'_wc_average_rating','0'),(41484,6693,'_wc_rating_count','a:0:{}'),(41485,6693,'_wc_review_count','0'),(41486,6693,'_product_version','3.0.8'),(41487,6688,'total_sales','0'),(41488,6688,'_tax_status','taxable'),(41489,6688,'_tax_class','parent'),(41490,6688,'_backorders','no'),(41491,6688,'_sold_individually','no'),(41492,6688,'_upsell_ids','a:0:{}'),(41493,6688,'_crosssell_ids','a:0:{}'),(41494,6688,'_purchase_note',''),(41495,6688,'_default_attributes','a:0:{}'),(41496,6688,'_product_image_gallery',''),(41497,6688,'_stock',NULL),(41498,6688,'_wc_average_rating','0'),(41499,6688,'_wc_rating_count','a:0:{}'),(41500,6688,'_wc_review_count','0'),(41501,6688,'_product_version','3.0.8'),(41624,6821,'total_sales','0'),(41625,6821,'_tax_status','taxable'),(41626,6821,'_tax_class','parent'),(41627,6821,'_backorders','no'),(41628,6821,'_sold_individually','no'),(41629,6821,'_upsell_ids','a:0:{}'),(41630,6821,'_crosssell_ids','a:0:{}'),(41631,6821,'_purchase_note',''),(41632,6821,'_default_attributes','a:0:{}'),(41633,6821,'_product_image_gallery',''),(41634,6821,'_stock',NULL),(41635,6821,'_wc_average_rating','0'),(41636,6821,'_wc_rating_count','a:0:{}'),(41637,6821,'_wc_review_count','0'),(41638,6821,'_product_version','3.0.8'),(41639,6708,'total_sales','0'),(41640,6708,'_tax_status','taxable'),(41641,6708,'_tax_class','parent'),(41642,6708,'_backorders','no'),(41643,6708,'_sold_individually','no'),(41644,6708,'_upsell_ids','a:0:{}'),(41645,6708,'_crosssell_ids','a:0:{}'),(41646,6708,'_purchase_note',''),(41647,6708,'_default_attributes','a:0:{}'),(41648,6708,'_product_image_gallery',''),(41649,6708,'_stock',NULL),(41650,6708,'_wc_average_rating','0'),(41651,6708,'_wc_rating_count','a:0:{}'),(41652,6708,'_wc_review_count','0'),(41653,6708,'_product_version','3.0.8'),(41654,6836,'total_sales','0'),(41655,6836,'_tax_status','taxable'),(41656,6836,'_tax_class','parent'),(41657,6836,'_backorders','no'),(41658,6836,'_sold_individually','no'),(41659,6836,'_upsell_ids','a:0:{}'),(41660,6836,'_crosssell_ids','a:0:{}'),(41661,6836,'_purchase_note',''),(41662,6836,'_default_attributes','a:0:{}'),(41663,6836,'_product_image_gallery',''),(41664,6836,'_stock',NULL),(41665,6836,'_wc_average_rating','0'),(41666,6836,'_wc_rating_count','a:0:{}'),(41667,6836,'_wc_review_count','0'),(41668,6836,'_product_version','3.0.8'),(41669,6841,'total_sales','0'),(41670,6841,'_tax_status','taxable'),(41671,6841,'_tax_class','parent'),(41672,6841,'_backorders','no'),(41673,6841,'_sold_individually','no'),(41674,6841,'_upsell_ids','a:0:{}'),(41675,6841,'_crosssell_ids','a:0:{}'),(41676,6841,'_purchase_note',''),(41677,6841,'_default_attributes','a:0:{}'),(41678,6841,'_product_image_gallery',''),(41679,6841,'_stock',NULL),(41680,6841,'_wc_average_rating','0'),(41681,6841,'_wc_rating_count','a:0:{}'),(41682,6841,'_wc_review_count','0'),(41683,6841,'_product_version','3.0.8'),(41684,6846,'total_sales','0'),(41685,6846,'_tax_status','taxable'),(41686,6846,'_tax_class','parent'),(41687,6846,'_backorders','no'),(41688,6846,'_sold_individually','no'),(41689,6846,'_upsell_ids','a:0:{}'),(41690,6846,'_crosssell_ids','a:0:{}'),(41691,6846,'_purchase_note',''),(41692,6846,'_default_attributes','a:0:{}'),(41693,6846,'_product_image_gallery',''),(41694,6846,'_stock',NULL),(41695,6846,'_wc_average_rating','0'),(41696,6846,'_wc_rating_count','a:0:{}'),(41697,6846,'_wc_review_count','0'),(41698,6846,'_product_version','3.0.8'),(41699,6861,'total_sales','0'),(41700,6861,'_tax_status','taxable'),(41701,6861,'_tax_class','parent'),(41702,6861,'_backorders','no'),(41703,6861,'_sold_individually','no'),(41704,6861,'_upsell_ids','a:0:{}'),(41705,6861,'_crosssell_ids','a:0:{}'),(41706,6861,'_purchase_note',''),(41707,6861,'_default_attributes','a:0:{}'),(41708,6861,'_product_image_gallery',''),(41709,6861,'_stock',NULL),(41710,6861,'_wc_average_rating','0'),(41711,6861,'_wc_rating_count','a:0:{}'),(41712,6861,'_wc_review_count','0'),(41713,6861,'_product_version','3.0.8'),(41714,6851,'total_sales','0'),(41715,6851,'_tax_status','taxable'),(41716,6851,'_tax_class','parent'),(41717,6851,'_backorders','no'),(41718,6851,'_sold_individually','no'),(41719,6851,'_upsell_ids','a:0:{}'),(41720,6851,'_crosssell_ids','a:0:{}'),(41721,6851,'_purchase_note',''),(41722,6851,'_default_attributes','a:0:{}'),(41723,6851,'_product_image_gallery',''),(41724,6851,'_stock',NULL),(41725,6851,'_wc_average_rating','0'),(41726,6851,'_wc_rating_count','a:0:{}'),(41727,6851,'_wc_review_count','0'),(41728,6851,'_product_version','3.0.8'),(41729,6856,'total_sales','0'),(41730,6856,'_tax_status','taxable'),(41731,6856,'_tax_class','parent'),(41732,6856,'_backorders','no'),(41733,6856,'_sold_individually','no'),(41734,6856,'_upsell_ids','a:0:{}'),(41735,6856,'_crosssell_ids','a:0:{}'),(41736,6856,'_purchase_note',''),(41737,6856,'_default_attributes','a:0:{}'),(41738,6856,'_product_image_gallery',''),(41739,6856,'_stock',NULL),(41740,6856,'_wc_average_rating','0'),(41741,6856,'_wc_rating_count','a:0:{}'),(41742,6856,'_wc_review_count','0'),(41743,6856,'_product_version','3.0.8'),(41744,6866,'total_sales','0'),(41745,6866,'_tax_status','taxable'),(41746,6866,'_tax_class','parent'),(41747,6866,'_backorders','no'),(41748,6866,'_sold_individually','no'),(41749,6866,'_upsell_ids','a:0:{}'),(41750,6866,'_crosssell_ids','a:0:{}'),(41751,6866,'_purchase_note',''),(41752,6866,'_default_attributes','a:0:{}'),(41753,6866,'_product_image_gallery',''),(41754,6866,'_stock',NULL),(41755,6866,'_wc_average_rating','0'),(41756,6866,'_wc_rating_count','a:0:{}'),(41757,6866,'_wc_review_count','0'),(41758,6866,'_product_version','3.0.8'),(41759,6871,'total_sales','0'),(41760,6871,'_tax_status','taxable'),(41761,6871,'_tax_class','parent'),(41762,6871,'_backorders','no'),(41763,6871,'_sold_individually','no'),(41764,6871,'_upsell_ids','a:0:{}'),(41765,6871,'_crosssell_ids','a:0:{}'),(41766,6871,'_purchase_note',''),(41767,6871,'_default_attributes','a:0:{}'),(41768,6871,'_product_image_gallery',''),(41769,6871,'_stock',NULL),(41770,6871,'_wc_average_rating','0'),(41771,6871,'_wc_rating_count','a:0:{}'),(41772,6871,'_wc_review_count','0'),(41773,6871,'_product_version','3.0.8'),(41774,6876,'total_sales','0'),(41775,6876,'_tax_status','taxable'),(41776,6876,'_tax_class','parent'),(41777,6876,'_backorders','no'),(41778,6876,'_sold_individually','no'),(41779,6876,'_upsell_ids','a:0:{}'),(41780,6876,'_crosssell_ids','a:0:{}'),(41781,6876,'_purchase_note',''),(41782,6876,'_default_attributes','a:0:{}'),(41783,6876,'_product_image_gallery',''),(41784,6876,'_stock',NULL),(41785,6876,'_wc_average_rating','0'),(41786,6876,'_wc_rating_count','a:0:{}'),(41787,6876,'_wc_review_count','0'),(41788,6876,'_product_version','3.0.8'),(41789,6881,'total_sales','0'),(41790,6881,'_tax_status','taxable'),(41791,6881,'_tax_class','parent'),(41792,6881,'_backorders','no'),(41793,6881,'_sold_individually','no'),(41794,6881,'_upsell_ids','a:0:{}'),(41795,6881,'_crosssell_ids','a:0:{}'),(41796,6881,'_purchase_note',''),(41797,6881,'_default_attributes','a:0:{}'),(41798,6881,'_product_image_gallery',''),(41799,6881,'_stock',NULL),(41800,6881,'_wc_average_rating','0'),(41801,6881,'_wc_rating_count','a:0:{}'),(41802,6881,'_wc_review_count','0'),(41803,6881,'_product_version','3.0.8'),(41804,6886,'total_sales','0'),(41805,6886,'_tax_status','taxable'),(41806,6886,'_tax_class','parent'),(41807,6886,'_backorders','no'),(41808,6886,'_sold_individually','no'),(41809,6886,'_upsell_ids','a:0:{}'),(41810,6886,'_crosssell_ids','a:0:{}'),(41811,6886,'_purchase_note',''),(41812,6886,'_default_attributes','a:0:{}'),(41813,6886,'_product_image_gallery',''),(41814,6886,'_stock',NULL),(41815,6886,'_wc_average_rating','0'),(41816,6886,'_wc_rating_count','a:0:{}'),(41817,6886,'_wc_review_count','0'),(41818,6886,'_product_version','3.0.8'),(41949,6891,'total_sales','0'),(41950,6891,'_tax_status','taxable'),(41951,6891,'_tax_class','parent'),(41952,6891,'_backorders','no'),(41953,6891,'_sold_individually','no'),(41954,6891,'_upsell_ids','a:0:{}'),(41955,6891,'_crosssell_ids','a:0:{}'),(41956,6891,'_purchase_note',''),(41957,6891,'_default_attributes','a:0:{}'),(41958,6891,'_product_image_gallery',''),(41959,6891,'_stock',NULL),(41960,6891,'_wc_average_rating','0'),(41961,6891,'_wc_rating_count','a:0:{}'),(41962,6891,'_wc_review_count','0'),(41963,6891,'_product_version','3.0.8'),(41964,6728,'total_sales','0'),(41965,6728,'_tax_status','taxable'),(41966,6728,'_tax_class','parent'),(41967,6728,'_backorders','no'),(41968,6728,'_sold_individually','no'),(41969,6728,'_upsell_ids','a:0:{}'),(41970,6728,'_crosssell_ids','a:0:{}'),(41971,6728,'_purchase_note',''),(41972,6728,'_default_attributes','a:0:{}'),(41973,6728,'_product_image_gallery',''),(41974,6728,'_stock',NULL),(41975,6728,'_wc_average_rating','0'),(41976,6728,'_wc_rating_count','a:0:{}'),(41977,6728,'_wc_review_count','0'),(41978,6728,'_product_version','3.0.8'),(41979,6906,'total_sales','0'),(41980,6906,'_tax_status','taxable'),(41981,6906,'_tax_class','parent'),(41982,6906,'_backorders','no'),(41983,6906,'_sold_individually','no'),(41984,6906,'_upsell_ids','a:0:{}'),(41985,6906,'_crosssell_ids','a:0:{}'),(41986,6906,'_purchase_note',''),(41987,6906,'_default_attributes','a:0:{}'),(41988,6906,'_product_image_gallery',''),(41989,6906,'_stock',NULL),(41990,6906,'_wc_average_rating','0'),(41991,6906,'_wc_rating_count','a:0:{}'),(41992,6906,'_wc_review_count','0'),(41993,6906,'_product_version','3.0.8'),(41994,6901,'total_sales','0'),(41995,6901,'_tax_status','taxable'),(41996,6901,'_tax_class','parent'),(41997,6901,'_backorders','no'),(41998,6901,'_sold_individually','no'),(41999,6901,'_upsell_ids','a:0:{}'),(42000,6901,'_crosssell_ids','a:0:{}'),(42001,6901,'_purchase_note',''),(42002,6901,'_default_attributes','a:0:{}'),(42003,6901,'_product_image_gallery',''),(42004,6901,'_stock',NULL),(42005,6901,'_wc_average_rating','0'),(42006,6901,'_wc_rating_count','a:0:{}'),(42007,6901,'_wc_review_count','0'),(42008,6901,'_product_version','3.0.8'),(42009,6896,'total_sales','0'),(42010,6896,'_tax_status','taxable'),(42011,6896,'_tax_class','parent'),(42012,6896,'_backorders','no'),(42013,6896,'_sold_individually','no'),(42014,6896,'_upsell_ids','a:0:{}'),(42015,6896,'_crosssell_ids','a:0:{}'),(42016,6896,'_purchase_note',''),(42017,6896,'_default_attributes','a:0:{}'),(42018,6896,'_product_image_gallery',''),(42019,6896,'_stock',NULL),(42020,6896,'_wc_average_rating','0'),(42021,6896,'_wc_rating_count','a:0:{}'),(42022,6896,'_wc_review_count','0'),(42023,6896,'_product_version','3.0.8'),(42024,6911,'total_sales','0'),(42025,6911,'_tax_status','taxable'),(42026,6911,'_tax_class','parent'),(42027,6911,'_backorders','no'),(42028,6911,'_sold_individually','no'),(42029,6911,'_upsell_ids','a:0:{}'),(42030,6911,'_crosssell_ids','a:0:{}'),(42031,6911,'_purchase_note',''),(42032,6911,'_default_attributes','a:0:{}'),(42033,6911,'_product_image_gallery',''),(42034,6911,'_stock',NULL),(42035,6911,'_wc_average_rating','0'),(42036,6911,'_wc_rating_count','a:0:{}'),(42037,6911,'_wc_review_count','0'),(42038,6911,'_product_version','3.0.8'),(42039,6916,'total_sales','0'),(42040,6916,'_tax_status','taxable'),(42041,6916,'_tax_class','parent'),(42042,6916,'_backorders','no'),(42043,6916,'_sold_individually','no'),(42044,6916,'_upsell_ids','a:0:{}'),(42045,6916,'_crosssell_ids','a:0:{}'),(42046,6916,'_purchase_note',''),(42047,6916,'_default_attributes','a:0:{}'),(42048,6916,'_product_image_gallery',''),(42049,6916,'_stock',NULL),(42050,6916,'_wc_average_rating','0'),(42051,6916,'_wc_rating_count','a:0:{}'),(42052,6916,'_wc_review_count','0'),(42053,6916,'_product_version','3.0.8'),(42054,6921,'total_sales','0'),(42055,6921,'_tax_status','taxable'),(42056,6921,'_tax_class','parent'),(42057,6921,'_backorders','no'),(42058,6921,'_sold_individually','no'),(42059,6921,'_upsell_ids','a:0:{}'),(42060,6921,'_crosssell_ids','a:0:{}'),(42061,6921,'_purchase_note',''),(42062,6921,'_default_attributes','a:0:{}'),(42063,6921,'_product_image_gallery',''),(42064,6921,'_stock',NULL),(42065,6921,'_wc_average_rating','0'),(42066,6921,'_wc_rating_count','a:0:{}'),(42067,6921,'_wc_review_count','0'),(42068,6921,'_product_version','3.0.8'),(42069,6931,'total_sales','0'),(42070,6931,'_tax_status','taxable'),(42071,6931,'_tax_class','parent'),(42072,6931,'_backorders','no'),(42073,6931,'_sold_individually','no'),(42074,6931,'_upsell_ids','a:0:{}'),(42075,6931,'_crosssell_ids','a:0:{}'),(42076,6931,'_purchase_note',''),(42077,6931,'_default_attributes','a:0:{}'),(42078,6931,'_product_image_gallery',''),(42079,6931,'_stock',NULL),(42080,6931,'_wc_average_rating','0'),(42081,6931,'_wc_rating_count','a:0:{}'),(42082,6931,'_wc_review_count','0'),(42083,6931,'_product_version','3.0.8'),(42084,6936,'total_sales','0'),(42085,6936,'_tax_status','taxable'),(42086,6936,'_tax_class','parent'),(42087,6936,'_backorders','no'),(42088,6936,'_sold_individually','no'),(42089,6936,'_upsell_ids','a:0:{}'),(42090,6936,'_crosssell_ids','a:0:{}'),(42091,6936,'_purchase_note',''),(42092,6936,'_default_attributes','a:0:{}'),(42093,6936,'_product_image_gallery',''),(42094,6936,'_stock',NULL),(42095,6936,'_wc_average_rating','0'),(42096,6936,'_wc_rating_count','a:0:{}'),(42097,6936,'_wc_review_count','0'),(42098,6936,'_product_version','3.0.8'),(42099,6926,'total_sales','0'),(42100,6926,'_tax_status','taxable'),(42101,6926,'_tax_class','parent'),(42102,6926,'_backorders','no'),(42103,6926,'_sold_individually','no'),(42104,6926,'_upsell_ids','a:0:{}'),(42105,6926,'_crosssell_ids','a:0:{}'),(42106,6926,'_purchase_note',''),(42107,6926,'_default_attributes','a:0:{}'),(42108,6926,'_product_image_gallery',''),(42109,6926,'_stock',NULL),(42110,6926,'_wc_average_rating','0'),(42111,6926,'_wc_rating_count','a:0:{}'),(42112,6926,'_wc_review_count','0'),(42113,6926,'_product_version','3.0.8'),(42114,6951,'total_sales','0'),(42115,6951,'_tax_status','taxable'),(42116,6951,'_tax_class','parent'),(42117,6951,'_backorders','no'),(42118,6951,'_sold_individually','no'),(42119,6951,'_upsell_ids','a:0:{}'),(42120,6951,'_crosssell_ids','a:0:{}'),(42121,6951,'_purchase_note',''),(42122,6951,'_default_attributes','a:0:{}'),(42123,6951,'_product_image_gallery',''),(42124,6951,'_stock',NULL),(42125,6951,'_wc_average_rating','0'),(42126,6951,'_wc_rating_count','a:0:{}'),(42127,6951,'_wc_review_count','0'),(42128,6951,'_product_version','3.0.8'),(42259,6941,'total_sales','0'),(42260,6941,'_tax_status','taxable'),(42261,6941,'_tax_class','parent'),(42262,6941,'_backorders','no'),(42263,6941,'_sold_individually','no'),(42264,6941,'_upsell_ids','a:0:{}'),(42265,6941,'_crosssell_ids','a:0:{}'),(42266,6941,'_purchase_note',''),(42267,6941,'_default_attributes','a:0:{}'),(42268,6941,'_product_image_gallery',''),(42269,6941,'_stock',NULL),(42270,6941,'_wc_average_rating','0'),(42271,6941,'_wc_rating_count','a:0:{}'),(42272,6941,'_wc_review_count','0'),(42273,6941,'_product_version','3.0.8'),(42274,6946,'total_sales','0'),(42275,6946,'_tax_status','taxable'),(42276,6946,'_tax_class','parent'),(42277,6946,'_backorders','no'),(42278,6946,'_sold_individually','no'),(42279,6946,'_upsell_ids','a:0:{}'),(42280,6946,'_crosssell_ids','a:0:{}'),(42281,6946,'_purchase_note',''),(42282,6946,'_default_attributes','a:0:{}'),(42283,6946,'_product_image_gallery',''),(42284,6946,'_stock',NULL),(42285,6946,'_wc_average_rating','0'),(42286,6946,'_wc_rating_count','a:0:{}'),(42287,6946,'_wc_review_count','0'),(42288,6946,'_product_version','3.0.8'),(42289,6713,'total_sales','0'),(42290,6713,'_tax_status','taxable'),(42291,6713,'_tax_class','parent'),(42292,6713,'_backorders','no'),(42293,6713,'_sold_individually','no'),(42294,6713,'_upsell_ids','a:0:{}'),(42295,6713,'_crosssell_ids','a:0:{}'),(42296,6713,'_purchase_note',''),(42297,6713,'_default_attributes','a:0:{}'),(42298,6713,'_product_image_gallery',''),(42299,6713,'_stock',NULL),(42300,6713,'_wc_average_rating','0'),(42301,6713,'_wc_rating_count','a:0:{}'),(42302,6713,'_wc_review_count','0'),(42303,6713,'_product_version','3.0.8'),(42362,6711,'total_sales','0'),(42363,6711,'_tax_status','taxable'),(42364,6711,'_tax_class','parent'),(42365,6711,'_backorders','no'),(42366,6711,'_sold_individually','no'),(42367,6711,'_upsell_ids','a:0:{}'),(42368,6711,'_crosssell_ids','a:0:{}'),(42369,6711,'_purchase_note',''),(42370,6711,'_default_attributes','a:0:{}'),(42371,6711,'_product_image_gallery',''),(42372,6711,'_stock',NULL),(42373,6711,'_wc_average_rating','0'),(42374,6711,'_wc_rating_count','a:0:{}'),(42375,6711,'_wc_review_count','0'),(42376,6711,'_product_version','3.0.8'),(42377,6712,'total_sales','0'),(42378,6712,'_tax_status','taxable'),(42379,6712,'_tax_class','parent'),(42380,6712,'_backorders','no'),(42381,6712,'_sold_individually','no'),(42382,6712,'_upsell_ids','a:0:{}'),(42383,6712,'_crosssell_ids','a:0:{}'),(42384,6712,'_purchase_note',''),(42385,6712,'_default_attributes','a:0:{}'),(42386,6712,'_product_image_gallery',''),(42387,6712,'_stock',NULL),(42388,6712,'_wc_average_rating','0'),(42389,6712,'_wc_rating_count','a:0:{}'),(42390,6712,'_wc_review_count','0'),(42391,6712,'_product_version','3.0.8'),(42392,6714,'total_sales','0'),(42393,6714,'_tax_status','taxable'),(42394,6714,'_tax_class','parent'),(42395,6714,'_backorders','no'),(42396,6714,'_sold_individually','no'),(42397,6714,'_upsell_ids','a:0:{}'),(42398,6714,'_crosssell_ids','a:0:{}'),(42399,6714,'_purchase_note',''),(42400,6714,'_default_attributes','a:0:{}'),(42401,6714,'_product_image_gallery',''),(42402,6714,'_stock',NULL),(42403,6714,'_wc_average_rating','0'),(42404,6714,'_wc_rating_count','a:0:{}'),(42405,6714,'_wc_review_count','0'),(42406,6714,'_product_version','3.0.8'),(42407,6715,'total_sales','0'),(42408,6715,'_tax_status','taxable'),(42409,6715,'_tax_class','parent'),(42410,6715,'_backorders','no'),(42411,6715,'_sold_individually','no'),(42412,6715,'_upsell_ids','a:0:{}'),(42413,6715,'_crosssell_ids','a:0:{}'),(42414,6715,'_purchase_note',''),(42415,6715,'_default_attributes','a:0:{}'),(42416,6715,'_product_image_gallery',''),(42417,6715,'_stock',NULL),(42418,6715,'_wc_average_rating','0'),(42419,6715,'_wc_rating_count','a:0:{}'),(42420,6715,'_wc_review_count','0'),(42421,6715,'_product_version','3.0.8'),(42429,6717,'total_sales','0'),(42430,6717,'_tax_status','taxable'),(42431,6717,'_tax_class','parent'),(42432,6717,'_backorders','no'),(42433,6717,'_sold_individually','no'),(42434,6717,'_upsell_ids','a:0:{}'),(42435,6717,'_crosssell_ids','a:0:{}'),(42436,6717,'_purchase_note',''),(42437,6717,'_default_attributes','a:0:{}'),(42438,6717,'_product_image_gallery',''),(42439,6717,'_stock',NULL),(42440,6717,'_wc_average_rating','0'),(42441,6717,'_wc_rating_count','a:0:{}'),(42442,6717,'_wc_review_count','0'),(42443,6717,'_product_version','3.0.8'),(42444,6742,'total_sales','0'),(42445,6742,'_tax_status','taxable'),(42446,6742,'_tax_class','parent'),(42447,6742,'_backorders','no'),(42448,6742,'_sold_individually','no'),(42449,6742,'_upsell_ids','a:0:{}'),(42450,6742,'_crosssell_ids','a:0:{}'),(42451,6742,'_purchase_note',''),(42452,6742,'_default_attributes','a:0:{}'),(42453,6742,'_product_image_gallery',''),(42454,6742,'_stock',NULL),(42455,6742,'_wc_average_rating','0'),(42456,6742,'_wc_rating_count','a:0:{}'),(42457,6742,'_wc_review_count','0'),(42458,6742,'_product_version','3.0.8'),(42459,6737,'total_sales','0'),(42460,6737,'_tax_status','taxable'),(42461,6737,'_tax_class','parent'),(42462,6737,'_backorders','no'),(42463,6737,'_sold_individually','no'),(42464,6737,'_upsell_ids','a:0:{}'),(42465,6737,'_crosssell_ids','a:0:{}'),(42466,6737,'_purchase_note',''),(42467,6737,'_default_attributes','a:0:{}'),(42468,6737,'_product_image_gallery',''),(42469,6737,'_stock',NULL),(42470,6737,'_wc_average_rating','0'),(42471,6737,'_wc_rating_count','a:0:{}'),(42472,6737,'_wc_review_count','0'),(42473,6737,'_product_version','3.0.8'),(42474,6732,'total_sales','0'),(42475,6732,'_tax_status','taxable'),(42476,6732,'_tax_class','parent'),(42477,6732,'_backorders','no'),(42478,6732,'_sold_individually','no'),(42479,6732,'_upsell_ids','a:0:{}'),(42480,6732,'_crosssell_ids','a:0:{}'),(42481,6732,'_purchase_note',''),(42482,6732,'_default_attributes','a:0:{}'),(42483,6732,'_product_image_gallery',''),(42484,6732,'_stock',NULL),(42485,6732,'_wc_average_rating','0'),(42486,6732,'_wc_rating_count','a:0:{}'),(42487,6732,'_wc_review_count','0'),(42488,6732,'_product_version','3.0.8'),(42489,6747,'total_sales','0'),(42490,6747,'_tax_status','taxable'),(42491,6747,'_tax_class','parent'),(42492,6747,'_backorders','no'),(42493,6747,'_sold_individually','no'),(42494,6747,'_upsell_ids','a:0:{}'),(42495,6747,'_crosssell_ids','a:0:{}'),(42496,6747,'_purchase_note',''),(42497,6747,'_default_attributes','a:0:{}'),(42498,6747,'_product_image_gallery',''),(42499,6747,'_stock',NULL),(42500,6747,'_wc_average_rating','0'),(42501,6747,'_wc_rating_count','a:0:{}'),(42502,6747,'_wc_review_count','0'),(42503,6747,'_product_version','3.0.8'),(42504,6752,'total_sales','0'),(42505,6752,'_tax_status','taxable'),(42506,6752,'_tax_class','parent'),(42507,6752,'_backorders','no'),(42508,6752,'_sold_individually','no'),(42509,6752,'_upsell_ids','a:0:{}'),(42510,6752,'_crosssell_ids','a:0:{}'),(42511,6752,'_purchase_note',''),(42512,6752,'_default_attributes','a:0:{}'),(42513,6752,'_product_image_gallery',''),(42514,6752,'_stock',NULL),(42515,6752,'_wc_average_rating','0'),(42516,6752,'_wc_rating_count','a:0:{}'),(42517,6752,'_wc_review_count','0'),(42518,6752,'_product_version','3.0.8'),(42519,6771,'total_sales','0'),(42520,6771,'_tax_status','taxable'),(42521,6771,'_tax_class','parent'),(42522,6771,'_backorders','no'),(42523,6771,'_sold_individually','no'),(42524,6771,'_upsell_ids','a:0:{}'),(42525,6771,'_crosssell_ids','a:0:{}'),(42526,6771,'_purchase_note',''),(42527,6771,'_default_attributes','a:0:{}'),(42528,6771,'_product_image_gallery',''),(42529,6771,'_stock',NULL),(42530,6771,'_wc_average_rating','0'),(42531,6771,'_wc_rating_count','a:0:{}'),(42532,6771,'_wc_review_count','0'),(42533,6771,'_product_version','3.0.8'),(42534,6761,'total_sales','0'),(42535,6761,'_tax_status','taxable'),(42536,6761,'_tax_class','parent'),(42537,6761,'_backorders','no'),(42538,6761,'_sold_individually','no'),(42539,6761,'_upsell_ids','a:0:{}'),(42540,6761,'_crosssell_ids','a:0:{}'),(42541,6761,'_purchase_note',''),(42542,6761,'_default_attributes','a:0:{}'),(42543,6761,'_product_image_gallery',''),(42544,6761,'_stock',NULL),(42545,6761,'_wc_average_rating','0'),(42546,6761,'_wc_rating_count','a:0:{}'),(42547,6761,'_wc_review_count','0'),(42548,6761,'_product_version','3.0.8'),(42549,6766,'total_sales','0'),(42550,6766,'_tax_status','taxable'),(42551,6766,'_tax_class','parent'),(42552,6766,'_backorders','no'),(42553,6766,'_sold_individually','no'),(42554,6766,'_upsell_ids','a:0:{}'),(42555,6766,'_crosssell_ids','a:0:{}'),(42556,6766,'_purchase_note',''),(42557,6766,'_default_attributes','a:0:{}'),(42558,6766,'_product_image_gallery',''),(42559,6766,'_stock',NULL),(42560,6766,'_wc_average_rating','0'),(42561,6766,'_wc_rating_count','a:0:{}'),(42562,6766,'_wc_review_count','0'),(42563,6766,'_product_version','3.0.8'),(42564,6784,'total_sales','0'),(42565,6784,'_tax_status','taxable'),(42566,6784,'_tax_class','parent'),(42567,6784,'_backorders','no'),(42568,6784,'_sold_individually','no'),(42569,6784,'_upsell_ids','a:0:{}'),(42570,6784,'_crosssell_ids','a:0:{}'),(42571,6784,'_purchase_note',''),(42572,6784,'_default_attributes','a:0:{}'),(42573,6784,'_product_image_gallery',''),(42574,6784,'_stock',NULL),(42575,6784,'_wc_average_rating','0'),(42576,6784,'_wc_rating_count','a:0:{}'),(42577,6784,'_wc_review_count','0'),(42578,6784,'_product_version','3.0.8'),(42579,6779,'total_sales','0'),(42580,6779,'_tax_status','taxable'),(42581,6779,'_tax_class','parent'),(42582,6779,'_backorders','no'),(42583,6779,'_sold_individually','no'),(42584,6779,'_upsell_ids','a:0:{}'),(42585,6779,'_crosssell_ids','a:0:{}'),(42586,6779,'_purchase_note',''),(42587,6779,'_default_attributes','a:0:{}'),(42588,6779,'_product_image_gallery',''),(42589,6779,'_stock',NULL),(42590,6779,'_wc_average_rating','0'),(42591,6779,'_wc_rating_count','a:0:{}'),(42592,6779,'_wc_review_count','0'),(42593,6779,'_product_version','3.0.8'),(42594,6800,'total_sales','0'),(42595,6800,'_tax_status','taxable'),(42596,6800,'_tax_class','parent'),(42597,6800,'_backorders','no'),(42598,6800,'_sold_individually','no'),(42599,6800,'_upsell_ids','a:0:{}'),(42600,6800,'_crosssell_ids','a:0:{}'),(42601,6800,'_purchase_note',''),(42602,6800,'_default_attributes','a:0:{}'),(42603,6800,'_product_image_gallery',''),(42604,6800,'_stock',NULL),(42605,6800,'_wc_average_rating','0'),(42606,6800,'_wc_rating_count','a:0:{}'),(42607,6800,'_wc_review_count','0'),(42608,6800,'_product_version','3.0.8'),(42753,6795,'total_sales','0'),(42754,6795,'_tax_status','taxable'),(42755,6795,'_tax_class','parent'),(42756,6795,'_backorders','no'),(42757,6795,'_sold_individually','no'),(42758,6795,'_upsell_ids','a:0:{}'),(42759,6795,'_crosssell_ids','a:0:{}'),(42760,6795,'_purchase_note',''),(42761,6795,'_default_attributes','a:0:{}'),(42762,6795,'_product_image_gallery',''),(42763,6795,'_stock',NULL),(42764,6795,'_wc_average_rating','0'),(42765,6795,'_wc_rating_count','a:0:{}'),(42766,6795,'_wc_review_count','0'),(42767,6795,'_product_version','3.0.8'),(42768,6790,'total_sales','0'),(42769,6790,'_tax_status','taxable'),(42770,6790,'_tax_class','parent'),(42771,6790,'_backorders','no'),(42772,6790,'_sold_individually','no'),(42773,6790,'_upsell_ids','a:0:{}'),(42774,6790,'_crosssell_ids','a:0:{}'),(42775,6790,'_purchase_note',''),(42776,6790,'_default_attributes','a:0:{}'),(42777,6790,'_product_image_gallery',''),(42778,6790,'_stock',NULL),(42779,6790,'_wc_average_rating','0'),(42780,6790,'_wc_rating_count','a:0:{}'),(42781,6790,'_wc_review_count','0'),(42782,6790,'_product_version','3.0.8'),(42783,6808,'total_sales','0'),(42784,6808,'_tax_status','taxable'),(42785,6808,'_tax_class','parent'),(42786,6808,'_backorders','no'),(42787,6808,'_sold_individually','no'),(42788,6808,'_upsell_ids','a:0:{}'),(42789,6808,'_crosssell_ids','a:0:{}'),(42790,6808,'_purchase_note',''),(42791,6808,'_default_attributes','a:0:{}'),(42792,6808,'_product_image_gallery',''),(42793,6808,'_stock',NULL),(42794,6808,'_wc_average_rating','0'),(42795,6808,'_wc_rating_count','a:0:{}'),(42796,6808,'_wc_review_count','0'),(42797,6808,'_product_version','3.0.8'),(42798,6805,'total_sales','0'),(42799,6805,'_tax_status','taxable'),(42800,6805,'_tax_class','parent'),(42801,6805,'_backorders','no'),(42802,6805,'_sold_individually','no'),(42803,6805,'_upsell_ids','a:0:{}'),(42804,6805,'_crosssell_ids','a:0:{}'),(42805,6805,'_purchase_note',''),(42806,6805,'_default_attributes','a:0:{}'),(42807,6805,'_product_image_gallery',''),(42808,6805,'_stock',NULL),(42809,6805,'_wc_average_rating','0'),(42810,6805,'_wc_rating_count','a:0:{}'),(42811,6805,'_wc_review_count','0'),(42812,6805,'_product_version','3.0.8'),(42813,6830,'total_sales','0'),(42814,6830,'_tax_status','taxable'),(42815,6830,'_tax_class','parent'),(42816,6830,'_backorders','no'),(42817,6830,'_sold_individually','no'),(42818,6830,'_upsell_ids','a:0:{}'),(42819,6830,'_crosssell_ids','a:0:{}'),(42820,6830,'_purchase_note',''),(42821,6830,'_default_attributes','a:0:{}'),(42822,6830,'_product_image_gallery',''),(42823,6830,'_stock',NULL),(42824,6830,'_wc_average_rating','0'),(42825,6830,'_wc_rating_count','a:0:{}'),(42826,6830,'_wc_review_count','0'),(42827,6830,'_product_version','3.0.8'),(42828,6825,'total_sales','0'),(42829,6825,'_tax_status','taxable'),(42830,6825,'_tax_class','parent'),(42831,6825,'_backorders','no'),(42832,6825,'_sold_individually','no'),(42833,6825,'_upsell_ids','a:0:{}'),(42834,6825,'_crosssell_ids','a:0:{}'),(42835,6825,'_purchase_note',''),(42836,6825,'_default_attributes','a:0:{}'),(42837,6825,'_product_image_gallery',''),(42838,6825,'_stock',NULL),(42839,6825,'_wc_average_rating','0'),(42840,6825,'_wc_rating_count','a:0:{}'),(42841,6825,'_wc_review_count','0'),(42842,6825,'_product_version','3.0.8'),(42843,6702,'total_sales','0'),(42844,6702,'_tax_status','taxable'),(42845,6702,'_tax_class','parent'),(42846,6702,'_backorders','no'),(42847,6702,'_sold_individually','no'),(42848,6702,'_upsell_ids','a:0:{}'),(42849,6702,'_crosssell_ids','a:0:{}'),(42850,6702,'_purchase_note',''),(42851,6702,'_default_attributes','a:0:{}'),(42852,6702,'_product_image_gallery',''),(42853,6702,'_stock',NULL),(42854,6702,'_wc_average_rating','0'),(42855,6702,'_wc_rating_count','a:0:{}'),(42856,6702,'_wc_review_count','0'),(42857,6702,'_product_version','3.0.8'),(42858,6692,'total_sales','0'),(42859,6692,'_tax_status','taxable'),(42860,6692,'_tax_class','parent'),(42861,6692,'_backorders','no'),(42862,6692,'_sold_individually','no'),(42863,6692,'_upsell_ids','a:0:{}'),(42864,6692,'_crosssell_ids','a:0:{}'),(42865,6692,'_purchase_note',''),(42866,6692,'_default_attributes','a:0:{}'),(42867,6692,'_product_image_gallery',''),(42868,6692,'_stock',NULL),(42869,6692,'_wc_average_rating','0'),(42870,6692,'_wc_rating_count','a:0:{}'),(42871,6692,'_wc_review_count','0'),(42872,6692,'_product_version','3.0.8'),(42873,6687,'total_sales','0'),(42874,6687,'_tax_status','taxable'),(42875,6687,'_tax_class','parent'),(42876,6687,'_backorders','no'),(42877,6687,'_sold_individually','no'),(42878,6687,'_upsell_ids','a:0:{}'),(42879,6687,'_crosssell_ids','a:0:{}'),(42880,6687,'_purchase_note',''),(42881,6687,'_default_attributes','a:0:{}'),(42882,6687,'_product_image_gallery',''),(42883,6687,'_stock',NULL),(42884,6687,'_wc_average_rating','0'),(42885,6687,'_wc_rating_count','a:0:{}'),(42886,6687,'_wc_review_count','0'),(42887,6687,'_product_version','3.0.8'),(42888,6820,'total_sales','0'),(42889,6820,'_tax_status','taxable'),(42890,6820,'_tax_class','parent'),(42891,6820,'_backorders','no'),(42892,6820,'_sold_individually','no'),(42893,6820,'_upsell_ids','a:0:{}'),(42894,6820,'_crosssell_ids','a:0:{}'),(42895,6820,'_purchase_note',''),(42896,6820,'_default_attributes','a:0:{}'),(42897,6820,'_product_image_gallery',''),(42898,6820,'_stock',NULL),(42899,6820,'_wc_average_rating','0'),(42900,6820,'_wc_rating_count','a:0:{}'),(42901,6820,'_wc_review_count','0'),(42902,6820,'_product_version','3.0.8'),(42903,6706,'total_sales','0'),(42904,6706,'_tax_status','taxable'),(42905,6706,'_tax_class','parent'),(42906,6706,'_backorders','no'),(42907,6706,'_sold_individually','no'),(42908,6706,'_upsell_ids','a:0:{}'),(42909,6706,'_crosssell_ids','a:0:{}'),(42910,6706,'_purchase_note',''),(42911,6706,'_default_attributes','a:0:{}'),(42912,6706,'_product_image_gallery',''),(42913,6706,'_stock',NULL),(42914,6706,'_wc_average_rating','0'),(42915,6706,'_wc_rating_count','a:0:{}'),(42916,6706,'_wc_review_count','0'),(42917,6706,'_product_version','3.0.8'),(42918,6835,'total_sales','0'),(42919,6835,'_tax_status','taxable'),(42920,6835,'_tax_class','parent'),(42921,6835,'_backorders','no'),(42922,6835,'_sold_individually','no'),(42923,6835,'_upsell_ids','a:0:{}'),(42924,6835,'_crosssell_ids','a:0:{}'),(42925,6835,'_purchase_note',''),(42926,6835,'_default_attributes','a:0:{}'),(42927,6835,'_product_image_gallery',''),(42928,6835,'_stock',NULL),(42929,6835,'_wc_average_rating','0'),(42930,6835,'_wc_rating_count','a:0:{}'),(42931,6835,'_wc_review_count','0'),(42932,6835,'_product_version','3.0.8'),(43063,6840,'total_sales','0'),(43064,6840,'_tax_status','taxable'),(43065,6840,'_tax_class','parent'),(43066,6840,'_backorders','no'),(43067,6840,'_sold_individually','no'),(43068,6840,'_upsell_ids','a:0:{}'),(43069,6840,'_crosssell_ids','a:0:{}'),(43070,6840,'_purchase_note',''),(43071,6840,'_default_attributes','a:0:{}'),(43072,6840,'_product_image_gallery',''),(43073,6840,'_stock',NULL),(43074,6840,'_wc_average_rating','0'),(43075,6840,'_wc_rating_count','a:0:{}'),(43076,6840,'_wc_review_count','0'),(43077,6840,'_product_version','3.0.8'),(43078,6845,'total_sales','0'),(43079,6845,'_tax_status','taxable'),(43080,6845,'_tax_class','parent'),(43081,6845,'_backorders','no'),(43082,6845,'_sold_individually','no'),(43083,6845,'_upsell_ids','a:0:{}'),(43084,6845,'_crosssell_ids','a:0:{}'),(43085,6845,'_purchase_note',''),(43086,6845,'_default_attributes','a:0:{}'),(43087,6845,'_product_image_gallery',''),(43088,6845,'_stock',NULL),(43089,6845,'_wc_average_rating','0'),(43090,6845,'_wc_rating_count','a:0:{}'),(43091,6845,'_wc_review_count','0'),(43092,6845,'_product_version','3.0.8'),(43093,6860,'total_sales','0'),(43094,6860,'_tax_status','taxable'),(43095,6860,'_tax_class','parent'),(43096,6860,'_backorders','no'),(43097,6860,'_sold_individually','no'),(43098,6860,'_upsell_ids','a:0:{}'),(43099,6860,'_crosssell_ids','a:0:{}'),(43100,6860,'_purchase_note',''),(43101,6860,'_default_attributes','a:0:{}'),(43102,6860,'_product_image_gallery',''),(43103,6860,'_stock',NULL),(43104,6860,'_wc_average_rating','0'),(43105,6860,'_wc_rating_count','a:0:{}'),(43106,6860,'_wc_review_count','0'),(43107,6860,'_product_version','3.0.8'),(43108,6850,'total_sales','0'),(43109,6850,'_tax_status','taxable'),(43110,6850,'_tax_class','parent'),(43111,6850,'_backorders','no'),(43112,6850,'_sold_individually','no'),(43113,6850,'_upsell_ids','a:0:{}'),(43114,6850,'_crosssell_ids','a:0:{}'),(43115,6850,'_purchase_note',''),(43116,6850,'_default_attributes','a:0:{}'),(43117,6850,'_product_image_gallery',''),(43118,6850,'_stock',NULL),(43119,6850,'_wc_average_rating','0'),(43120,6850,'_wc_rating_count','a:0:{}'),(43121,6850,'_wc_review_count','0'),(43122,6850,'_product_version','3.0.8'),(43123,6855,'total_sales','0'),(43124,6855,'_tax_status','taxable'),(43125,6855,'_tax_class','parent'),(43126,6855,'_backorders','no'),(43127,6855,'_sold_individually','no'),(43128,6855,'_upsell_ids','a:0:{}'),(43129,6855,'_crosssell_ids','a:0:{}'),(43130,6855,'_purchase_note',''),(43131,6855,'_default_attributes','a:0:{}'),(43132,6855,'_product_image_gallery',''),(43133,6855,'_stock',NULL),(43134,6855,'_wc_average_rating','0'),(43135,6855,'_wc_rating_count','a:0:{}'),(43136,6855,'_wc_review_count','0'),(43137,6855,'_product_version','3.0.8'),(43138,6865,'total_sales','0'),(43139,6865,'_tax_status','taxable'),(43140,6865,'_tax_class','parent'),(43141,6865,'_backorders','no'),(43142,6865,'_sold_individually','no'),(43143,6865,'_upsell_ids','a:0:{}'),(43144,6865,'_crosssell_ids','a:0:{}'),(43145,6865,'_purchase_note',''),(43146,6865,'_default_attributes','a:0:{}'),(43147,6865,'_product_image_gallery',''),(43148,6865,'_stock',NULL),(43149,6865,'_wc_average_rating','0'),(43150,6865,'_wc_rating_count','a:0:{}'),(43151,6865,'_wc_review_count','0'),(43152,6865,'_product_version','3.0.8'),(43153,6870,'total_sales','0'),(43154,6870,'_tax_status','taxable'),(43155,6870,'_tax_class','parent'),(43156,6870,'_backorders','no'),(43157,6870,'_sold_individually','no'),(43158,6870,'_upsell_ids','a:0:{}'),(43159,6870,'_crosssell_ids','a:0:{}'),(43160,6870,'_purchase_note',''),(43161,6870,'_default_attributes','a:0:{}'),(43162,6870,'_product_image_gallery',''),(43163,6870,'_stock',NULL),(43164,6870,'_wc_average_rating','0'),(43165,6870,'_wc_rating_count','a:0:{}'),(43166,6870,'_wc_review_count','0'),(43167,6870,'_product_version','3.0.8'),(43168,6875,'total_sales','0'),(43169,6875,'_tax_status','taxable'),(43170,6875,'_tax_class','parent'),(43171,6875,'_backorders','no'),(43172,6875,'_sold_individually','no'),(43173,6875,'_upsell_ids','a:0:{}'),(43174,6875,'_crosssell_ids','a:0:{}'),(43175,6875,'_purchase_note',''),(43176,6875,'_default_attributes','a:0:{}'),(43177,6875,'_product_image_gallery',''),(43178,6875,'_stock',NULL),(43179,6875,'_wc_average_rating','0'),(43180,6875,'_wc_rating_count','a:0:{}'),(43181,6875,'_wc_review_count','0'),(43182,6875,'_product_version','3.0.8'),(43183,6880,'total_sales','0'),(43184,6880,'_tax_status','taxable'),(43185,6880,'_tax_class','parent'),(43186,6880,'_backorders','no'),(43187,6880,'_sold_individually','no'),(43188,6880,'_upsell_ids','a:0:{}'),(43189,6880,'_crosssell_ids','a:0:{}'),(43190,6880,'_purchase_note',''),(43191,6880,'_default_attributes','a:0:{}'),(43192,6880,'_product_image_gallery',''),(43193,6880,'_stock',NULL),(43194,6880,'_wc_average_rating','0'),(43195,6880,'_wc_rating_count','a:0:{}'),(43196,6880,'_wc_review_count','0'),(43197,6880,'_product_version','3.0.8'),(43198,6885,'total_sales','0'),(43199,6885,'_tax_status','taxable'),(43200,6885,'_tax_class','parent'),(43201,6885,'_backorders','no'),(43202,6885,'_sold_individually','no'),(43203,6885,'_upsell_ids','a:0:{}'),(43204,6885,'_crosssell_ids','a:0:{}'),(43205,6885,'_purchase_note',''),(43206,6885,'_default_attributes','a:0:{}'),(43207,6885,'_product_image_gallery',''),(43208,6885,'_stock',NULL),(43209,6885,'_wc_average_rating','0'),(43210,6885,'_wc_rating_count','a:0:{}'),(43211,6885,'_wc_review_count','0'),(43212,6885,'_product_version','3.0.8'),(43213,6890,'total_sales','0'),(43214,6890,'_tax_status','taxable'),(43215,6890,'_tax_class','parent'),(43216,6890,'_backorders','no'),(43217,6890,'_sold_individually','no'),(43218,6890,'_upsell_ids','a:0:{}'),(43219,6890,'_crosssell_ids','a:0:{}'),(43220,6890,'_purchase_note',''),(43221,6890,'_default_attributes','a:0:{}'),(43222,6890,'_product_image_gallery',''),(43223,6890,'_stock',NULL),(43224,6890,'_wc_average_rating','0'),(43225,6890,'_wc_rating_count','a:0:{}'),(43226,6890,'_wc_review_count','0'),(43227,6890,'_product_version','3.0.8'),(43228,6727,'total_sales','0'),(43229,6727,'_tax_status','taxable'),(43230,6727,'_tax_class','parent'),(43231,6727,'_backorders','no'),(43232,6727,'_sold_individually','no'),(43233,6727,'_upsell_ids','a:0:{}'),(43234,6727,'_crosssell_ids','a:0:{}'),(43235,6727,'_purchase_note',''),(43236,6727,'_default_attributes','a:0:{}'),(43237,6727,'_product_image_gallery',''),(43238,6727,'_stock',NULL),(43239,6727,'_wc_average_rating','0'),(43240,6727,'_wc_rating_count','a:0:{}'),(43241,6727,'_wc_review_count','0'),(43242,6727,'_product_version','3.0.8'),(43243,6905,'total_sales','0'),(43244,6905,'_tax_status','taxable'),(43245,6905,'_tax_class','parent'),(43246,6905,'_backorders','no'),(43247,6905,'_sold_individually','no'),(43248,6905,'_upsell_ids','a:0:{}'),(43249,6905,'_crosssell_ids','a:0:{}'),(43250,6905,'_purchase_note',''),(43251,6905,'_default_attributes','a:0:{}'),(43252,6905,'_product_image_gallery',''),(43253,6905,'_stock',NULL),(43254,6905,'_wc_average_rating','0'),(43255,6905,'_wc_rating_count','a:0:{}'),(43256,6905,'_wc_review_count','0'),(43257,6905,'_product_version','3.0.8'),(43388,6900,'total_sales','0'),(43389,6900,'_tax_status','taxable'),(43390,6900,'_tax_class','parent'),(43391,6900,'_backorders','no'),(43392,6900,'_sold_individually','no'),(43393,6900,'_upsell_ids','a:0:{}'),(43394,6900,'_crosssell_ids','a:0:{}'),(43395,6900,'_purchase_note',''),(43396,6900,'_default_attributes','a:0:{}'),(43397,6900,'_product_image_gallery',''),(43398,6900,'_stock',NULL),(43399,6900,'_wc_average_rating','0'),(43400,6900,'_wc_rating_count','a:0:{}'),(43401,6900,'_wc_review_count','0'),(43402,6900,'_product_version','3.0.8'),(43403,6895,'total_sales','0'),(43404,6895,'_tax_status','taxable'),(43405,6895,'_tax_class','parent'),(43406,6895,'_backorders','no'),(43407,6895,'_sold_individually','no'),(43408,6895,'_upsell_ids','a:0:{}'),(43409,6895,'_crosssell_ids','a:0:{}'),(43410,6895,'_purchase_note',''),(43411,6895,'_default_attributes','a:0:{}'),(43412,6895,'_product_image_gallery',''),(43413,6895,'_stock',NULL),(43414,6895,'_wc_average_rating','0'),(43415,6895,'_wc_rating_count','a:0:{}'),(43416,6895,'_wc_review_count','0'),(43417,6895,'_product_version','3.0.8'),(43418,6910,'total_sales','0'),(43419,6910,'_tax_status','taxable'),(43420,6910,'_tax_class','parent'),(43421,6910,'_backorders','no'),(43422,6910,'_sold_individually','no'),(43423,6910,'_upsell_ids','a:0:{}'),(43424,6910,'_crosssell_ids','a:0:{}'),(43425,6910,'_purchase_note',''),(43426,6910,'_default_attributes','a:0:{}'),(43427,6910,'_product_image_gallery',''),(43428,6910,'_stock',NULL),(43429,6910,'_wc_average_rating','0'),(43430,6910,'_wc_rating_count','a:0:{}'),(43431,6910,'_wc_review_count','0'),(43432,6910,'_product_version','3.0.8'),(43433,6915,'total_sales','0'),(43434,6915,'_tax_status','taxable'),(43435,6915,'_tax_class','parent'),(43436,6915,'_backorders','no'),(43437,6915,'_sold_individually','no'),(43438,6915,'_upsell_ids','a:0:{}'),(43439,6915,'_crosssell_ids','a:0:{}'),(43440,6915,'_purchase_note',''),(43441,6915,'_default_attributes','a:0:{}'),(43442,6915,'_product_image_gallery',''),(43443,6915,'_stock',NULL),(43444,6915,'_wc_average_rating','0'),(43445,6915,'_wc_rating_count','a:0:{}'),(43446,6915,'_wc_review_count','0'),(43447,6915,'_product_version','3.0.8'),(43448,6920,'total_sales','0'),(43449,6920,'_tax_status','taxable'),(43450,6920,'_tax_class','parent'),(43451,6920,'_backorders','no'),(43452,6920,'_sold_individually','no'),(43453,6920,'_upsell_ids','a:0:{}'),(43454,6920,'_crosssell_ids','a:0:{}'),(43455,6920,'_purchase_note',''),(43456,6920,'_default_attributes','a:0:{}'),(43457,6920,'_product_image_gallery',''),(43458,6920,'_stock',NULL),(43459,6920,'_wc_average_rating','0'),(43460,6920,'_wc_rating_count','a:0:{}'),(43461,6920,'_wc_review_count','0'),(43462,6920,'_product_version','3.0.8'),(43463,6930,'total_sales','0'),(43464,6930,'_tax_status','taxable'),(43465,6930,'_tax_class','parent'),(43466,6930,'_backorders','no'),(43467,6930,'_sold_individually','no'),(43468,6930,'_upsell_ids','a:0:{}'),(43469,6930,'_crosssell_ids','a:0:{}'),(43470,6930,'_purchase_note',''),(43471,6930,'_default_attributes','a:0:{}'),(43472,6930,'_product_image_gallery',''),(43473,6930,'_stock',NULL),(43474,6930,'_wc_average_rating','0'),(43475,6930,'_wc_rating_count','a:0:{}'),(43476,6930,'_wc_review_count','0'),(43477,6930,'_product_version','3.0.8'),(43478,6935,'total_sales','0'),(43479,6935,'_tax_status','taxable'),(43480,6935,'_tax_class','parent'),(43481,6935,'_backorders','no'),(43482,6935,'_sold_individually','no'),(43483,6935,'_upsell_ids','a:0:{}'),(43484,6935,'_crosssell_ids','a:0:{}'),(43485,6935,'_purchase_note',''),(43486,6935,'_default_attributes','a:0:{}'),(43487,6935,'_product_image_gallery',''),(43488,6935,'_stock',NULL),(43489,6935,'_wc_average_rating','0'),(43490,6935,'_wc_rating_count','a:0:{}'),(43491,6935,'_wc_review_count','0'),(43492,6935,'_product_version','3.0.8'),(43493,6925,'total_sales','0'),(43494,6925,'_tax_status','taxable'),(43495,6925,'_tax_class','parent'),(43496,6925,'_backorders','no'),(43497,6925,'_sold_individually','no'),(43498,6925,'_upsell_ids','a:0:{}'),(43499,6925,'_crosssell_ids','a:0:{}'),(43500,6925,'_purchase_note',''),(43501,6925,'_default_attributes','a:0:{}'),(43502,6925,'_product_image_gallery',''),(43503,6925,'_stock',NULL),(43504,6925,'_wc_average_rating','0'),(43505,6925,'_wc_rating_count','a:0:{}'),(43506,6925,'_wc_review_count','0'),(43507,6925,'_product_version','3.0.8'),(43508,6950,'total_sales','0'),(43509,6950,'_tax_status','taxable'),(43510,6950,'_tax_class','parent'),(43511,6950,'_backorders','no'),(43512,6950,'_sold_individually','no'),(43513,6950,'_upsell_ids','a:0:{}'),(43514,6950,'_crosssell_ids','a:0:{}'),(43515,6950,'_purchase_note',''),(43516,6950,'_default_attributes','a:0:{}'),(43517,6950,'_product_image_gallery',''),(43518,6950,'_stock',NULL),(43519,6950,'_wc_average_rating','0'),(43520,6950,'_wc_rating_count','a:0:{}'),(43521,6950,'_wc_review_count','0'),(43522,6950,'_product_version','3.0.8'),(43523,6940,'total_sales','0'),(43524,6940,'_tax_status','taxable'),(43525,6940,'_tax_class','parent'),(43526,6940,'_backorders','no'),(43527,6940,'_sold_individually','no'),(43528,6940,'_upsell_ids','a:0:{}'),(43529,6940,'_crosssell_ids','a:0:{}'),(43530,6940,'_purchase_note',''),(43531,6940,'_default_attributes','a:0:{}'),(43532,6940,'_product_image_gallery',''),(43533,6940,'_stock',NULL),(43534,6940,'_wc_average_rating','0'),(43535,6940,'_wc_rating_count','a:0:{}'),(43536,6940,'_wc_review_count','0'),(43537,6940,'_product_version','3.0.8'),(43538,6945,'total_sales','0'),(43539,6945,'_tax_status','taxable'),(43540,6945,'_tax_class','parent'),(43541,6945,'_backorders','no'),(43542,6945,'_sold_individually','no'),(43543,6945,'_upsell_ids','a:0:{}'),(43544,6945,'_crosssell_ids','a:0:{}'),(43545,6945,'_purchase_note',''),(43546,6945,'_default_attributes','a:0:{}'),(43547,6945,'_product_image_gallery',''),(43548,6945,'_stock',NULL),(43549,6945,'_wc_average_rating','0'),(43550,6945,'_wc_rating_count','a:0:{}'),(43551,6945,'_wc_review_count','0'),(43552,6945,'_product_version','3.0.8'),(43701,6716,'total_sales','0'),(43702,6716,'_tax_status','taxable'),(43703,6716,'_tax_class','parent'),(43704,6716,'_backorders','no'),(43705,6716,'_sold_individually','no'),(43706,6716,'_upsell_ids','a:0:{}'),(43707,6716,'_crosssell_ids','a:0:{}'),(43708,6716,'_purchase_note',''),(43709,6716,'_default_attributes','a:0:{}'),(43710,6716,'_product_image_gallery',''),(43711,6716,'_stock',NULL),(43712,6716,'_wc_average_rating','0'),(43713,6716,'_wc_rating_count','a:0:{}'),(43714,6716,'_wc_review_count','0'),(43715,6716,'_product_version','3.0.8'),(43716,6741,'total_sales','0'),(43717,6741,'_tax_status','taxable'),(43718,6741,'_tax_class','parent'),(43719,6741,'_backorders','no'),(43720,6741,'_sold_individually','no'),(43721,6741,'_upsell_ids','a:0:{}'),(43722,6741,'_crosssell_ids','a:0:{}'),(43723,6741,'_purchase_note',''),(43724,6741,'_default_attributes','a:0:{}'),(43725,6741,'_product_image_gallery',''),(43726,6741,'_stock',NULL),(43727,6741,'_wc_average_rating','0'),(43728,6741,'_wc_rating_count','a:0:{}'),(43729,6741,'_wc_review_count','0'),(43730,6741,'_product_version','3.0.8'),(43731,6736,'total_sales','0'),(43732,6736,'_tax_status','taxable'),(43733,6736,'_tax_class','parent'),(43734,6736,'_backorders','no'),(43735,6736,'_sold_individually','no'),(43736,6736,'_upsell_ids','a:0:{}'),(43737,6736,'_crosssell_ids','a:0:{}'),(43738,6736,'_purchase_note',''),(43739,6736,'_default_attributes','a:0:{}'),(43740,6736,'_product_image_gallery',''),(43741,6736,'_stock',NULL),(43742,6736,'_wc_average_rating','0'),(43743,6736,'_wc_rating_count','a:0:{}'),(43744,6736,'_wc_review_count','0'),(43745,6736,'_product_version','3.0.8'),(43746,6731,'total_sales','0'),(43747,6731,'_tax_status','taxable'),(43748,6731,'_tax_class','parent'),(43749,6731,'_backorders','no'),(43750,6731,'_sold_individually','no'),(43751,6731,'_upsell_ids','a:0:{}'),(43752,6731,'_crosssell_ids','a:0:{}'),(43753,6731,'_purchase_note',''),(43754,6731,'_default_attributes','a:0:{}'),(43755,6731,'_product_image_gallery',''),(43756,6731,'_stock',NULL),(43757,6731,'_wc_average_rating','0'),(43758,6731,'_wc_rating_count','a:0:{}'),(43759,6731,'_wc_review_count','0'),(43760,6731,'_product_version','3.0.8'),(43761,6746,'total_sales','0'),(43762,6746,'_tax_status','taxable'),(43763,6746,'_tax_class','parent'),(43764,6746,'_backorders','no'),(43765,6746,'_sold_individually','no'),(43766,6746,'_upsell_ids','a:0:{}'),(43767,6746,'_crosssell_ids','a:0:{}'),(43768,6746,'_purchase_note',''),(43769,6746,'_default_attributes','a:0:{}'),(43770,6746,'_product_image_gallery',''),(43771,6746,'_stock',NULL),(43772,6746,'_wc_average_rating','0'),(43773,6746,'_wc_rating_count','a:0:{}'),(43774,6746,'_wc_review_count','0'),(43775,6746,'_product_version','3.0.8'),(43776,6751,'total_sales','0'),(43777,6751,'_tax_status','taxable'),(43778,6751,'_tax_class','parent'),(43779,6751,'_backorders','no'),(43780,6751,'_sold_individually','no'),(43781,6751,'_upsell_ids','a:0:{}'),(43782,6751,'_crosssell_ids','a:0:{}'),(43783,6751,'_purchase_note',''),(43784,6751,'_default_attributes','a:0:{}'),(43785,6751,'_product_image_gallery',''),(43786,6751,'_stock',NULL),(43787,6751,'_wc_average_rating','0'),(43788,6751,'_wc_rating_count','a:0:{}'),(43789,6751,'_wc_review_count','0'),(43790,6751,'_product_version','3.0.8'),(43791,6770,'total_sales','0'),(43792,6770,'_tax_status','taxable'),(43793,6770,'_tax_class','parent'),(43794,6770,'_backorders','no'),(43795,6770,'_sold_individually','no'),(43796,6770,'_upsell_ids','a:0:{}'),(43797,6770,'_crosssell_ids','a:0:{}'),(43798,6770,'_purchase_note',''),(43799,6770,'_default_attributes','a:0:{}'),(43800,6770,'_product_image_gallery',''),(43801,6770,'_stock',NULL),(43802,6770,'_wc_average_rating','0'),(43803,6770,'_wc_rating_count','a:0:{}'),(43804,6770,'_wc_review_count','0'),(43805,6770,'_product_version','3.0.8'),(43806,6760,'total_sales','0'),(43807,6760,'_tax_status','taxable'),(43808,6760,'_tax_class','parent'),(43809,6760,'_backorders','no'),(43810,6760,'_sold_individually','no'),(43811,6760,'_upsell_ids','a:0:{}'),(43812,6760,'_crosssell_ids','a:0:{}'),(43813,6760,'_purchase_note',''),(43814,6760,'_default_attributes','a:0:{}'),(43815,6760,'_product_image_gallery',''),(43816,6760,'_stock',NULL),(43817,6760,'_wc_average_rating','0'),(43818,6760,'_wc_rating_count','a:0:{}'),(43819,6760,'_wc_review_count','0'),(43820,6760,'_product_version','3.0.8'),(43821,6765,'total_sales','0'),(43822,6765,'_tax_status','taxable'),(43823,6765,'_tax_class','parent'),(43824,6765,'_backorders','no'),(43825,6765,'_sold_individually','no'),(43826,6765,'_upsell_ids','a:0:{}'),(43827,6765,'_crosssell_ids','a:0:{}'),(43828,6765,'_purchase_note',''),(43829,6765,'_default_attributes','a:0:{}'),(43830,6765,'_product_image_gallery',''),(43831,6765,'_stock',NULL),(43832,6765,'_wc_average_rating','0'),(43833,6765,'_wc_rating_count','a:0:{}'),(43834,6765,'_wc_review_count','0'),(43835,6765,'_product_version','3.0.8'),(43836,6783,'total_sales','0'),(43837,6783,'_tax_status','taxable'),(43838,6783,'_tax_class','parent'),(43839,6783,'_backorders','no'),(43840,6783,'_sold_individually','no'),(43841,6783,'_upsell_ids','a:0:{}'),(43842,6783,'_crosssell_ids','a:0:{}'),(43843,6783,'_purchase_note',''),(43844,6783,'_default_attributes','a:0:{}'),(43845,6783,'_product_image_gallery',''),(43846,6783,'_stock',NULL),(43847,6783,'_wc_average_rating','0'),(43848,6783,'_wc_rating_count','a:0:{}'),(43849,6783,'_wc_review_count','0'),(43850,6783,'_product_version','3.0.8'),(43851,6778,'total_sales','0'),(43852,6778,'_tax_status','taxable'),(43853,6778,'_tax_class','parent'),(43854,6778,'_backorders','no'),(43855,6778,'_sold_individually','no'),(43856,6778,'_upsell_ids','a:0:{}'),(43857,6778,'_crosssell_ids','a:0:{}'),(43858,6778,'_purchase_note',''),(43859,6778,'_default_attributes','a:0:{}'),(43860,6778,'_product_image_gallery',''),(43861,6778,'_stock',NULL),(43862,6778,'_wc_average_rating','0'),(43863,6778,'_wc_rating_count','a:0:{}'),(43864,6778,'_wc_review_count','0'),(43865,6778,'_product_version','3.0.8'),(43866,6799,'total_sales','0'),(43867,6799,'_tax_status','taxable'),(43868,6799,'_tax_class','parent'),(43869,6799,'_backorders','no'),(43870,6799,'_sold_individually','no'),(43871,6799,'_upsell_ids','a:0:{}'),(43872,6799,'_crosssell_ids','a:0:{}'),(43873,6799,'_purchase_note',''),(43874,6799,'_default_attributes','a:0:{}'),(43875,6799,'_product_image_gallery',''),(43876,6799,'_stock',NULL),(43877,6799,'_wc_average_rating','0'),(43878,6799,'_wc_rating_count','a:0:{}'),(43879,6799,'_wc_review_count','0'),(43880,6799,'_product_version','3.0.8'),(44011,6794,'total_sales','0'),(44012,6794,'_tax_status','taxable'),(44013,6794,'_tax_class','parent'),(44014,6794,'_backorders','no'),(44015,6794,'_sold_individually','no'),(44016,6794,'_upsell_ids','a:0:{}'),(44017,6794,'_crosssell_ids','a:0:{}'),(44018,6794,'_purchase_note',''),(44019,6794,'_default_attributes','a:0:{}'),(44020,6794,'_product_image_gallery',''),(44021,6794,'_stock',NULL),(44022,6794,'_wc_average_rating','0'),(44023,6794,'_wc_rating_count','a:0:{}'),(44024,6794,'_wc_review_count','0'),(44025,6794,'_product_version','3.0.8'),(44026,6789,'total_sales','0'),(44027,6789,'_tax_status','taxable'),(44028,6789,'_tax_class','parent'),(44029,6789,'_backorders','no'),(44030,6789,'_sold_individually','no'),(44031,6789,'_upsell_ids','a:0:{}'),(44032,6789,'_crosssell_ids','a:0:{}'),(44033,6789,'_purchase_note',''),(44034,6789,'_default_attributes','a:0:{}'),(44035,6789,'_product_image_gallery',''),(44036,6789,'_stock',NULL),(44037,6789,'_wc_average_rating','0'),(44038,6789,'_wc_rating_count','a:0:{}'),(44039,6789,'_wc_review_count','0'),(44040,6789,'_product_version','3.0.8'),(44041,6806,'total_sales','0'),(44042,6806,'_tax_status','taxable'),(44043,6806,'_tax_class','parent'),(44044,6806,'_backorders','no'),(44045,6806,'_sold_individually','no'),(44046,6806,'_upsell_ids','a:0:{}'),(44047,6806,'_crosssell_ids','a:0:{}'),(44048,6806,'_purchase_note',''),(44049,6806,'_default_attributes','a:0:{}'),(44050,6806,'_product_image_gallery',''),(44051,6806,'_stock',NULL),(44052,6806,'_wc_average_rating','0'),(44053,6806,'_wc_rating_count','a:0:{}'),(44054,6806,'_wc_review_count','0'),(44055,6806,'_product_version','3.0.8'),(44056,6804,'total_sales','0'),(44057,6804,'_tax_status','taxable'),(44058,6804,'_tax_class','parent'),(44059,6804,'_backorders','no'),(44060,6804,'_sold_individually','no'),(44061,6804,'_upsell_ids','a:0:{}'),(44062,6804,'_crosssell_ids','a:0:{}'),(44063,6804,'_purchase_note',''),(44064,6804,'_default_attributes','a:0:{}'),(44065,6804,'_product_image_gallery',''),(44066,6804,'_stock',NULL),(44067,6804,'_wc_average_rating','0'),(44068,6804,'_wc_rating_count','a:0:{}'),(44069,6804,'_wc_review_count','0'),(44070,6804,'_product_version','3.0.8'),(44071,6829,'total_sales','0'),(44072,6829,'_tax_status','taxable'),(44073,6829,'_tax_class','parent'),(44074,6829,'_backorders','no'),(44075,6829,'_sold_individually','no'),(44076,6829,'_upsell_ids','a:0:{}'),(44077,6829,'_crosssell_ids','a:0:{}'),(44078,6829,'_purchase_note',''),(44079,6829,'_default_attributes','a:0:{}'),(44080,6829,'_product_image_gallery',''),(44081,6829,'_stock',NULL),(44082,6829,'_wc_average_rating','0'),(44083,6829,'_wc_rating_count','a:0:{}'),(44084,6829,'_wc_review_count','0'),(44085,6829,'_product_version','3.0.8'),(44086,6824,'total_sales','0'),(44087,6824,'_tax_status','taxable'),(44088,6824,'_tax_class','parent'),(44089,6824,'_backorders','no'),(44090,6824,'_sold_individually','no'),(44091,6824,'_upsell_ids','a:0:{}'),(44092,6824,'_crosssell_ids','a:0:{}'),(44093,6824,'_purchase_note',''),(44094,6824,'_default_attributes','a:0:{}'),(44095,6824,'_product_image_gallery',''),(44096,6824,'_stock',NULL),(44097,6824,'_wc_average_rating','0'),(44098,6824,'_wc_rating_count','a:0:{}'),(44099,6824,'_wc_review_count','0'),(44100,6824,'_product_version','3.0.8'),(44101,6701,'total_sales','0'),(44102,6701,'_tax_status','taxable'),(44103,6701,'_tax_class','parent'),(44104,6701,'_backorders','no'),(44105,6701,'_sold_individually','no'),(44106,6701,'_upsell_ids','a:0:{}'),(44107,6701,'_crosssell_ids','a:0:{}'),(44108,6701,'_purchase_note',''),(44109,6701,'_default_attributes','a:0:{}'),(44110,6701,'_product_image_gallery',''),(44111,6701,'_stock',NULL),(44112,6701,'_wc_average_rating','0'),(44113,6701,'_wc_rating_count','a:0:{}'),(44114,6701,'_wc_review_count','0'),(44115,6701,'_product_version','3.0.8'),(44116,6691,'total_sales','0'),(44117,6691,'_tax_status','taxable'),(44118,6691,'_tax_class','parent'),(44119,6691,'_backorders','no'),(44120,6691,'_sold_individually','no'),(44121,6691,'_upsell_ids','a:0:{}'),(44122,6691,'_crosssell_ids','a:0:{}'),(44123,6691,'_purchase_note',''),(44124,6691,'_default_attributes','a:0:{}'),(44125,6691,'_product_image_gallery',''),(44126,6691,'_stock',NULL),(44127,6691,'_wc_average_rating','0'),(44128,6691,'_wc_rating_count','a:0:{}'),(44129,6691,'_wc_review_count','0'),(44130,6691,'_product_version','3.0.8'),(44131,6686,'total_sales','0'),(44132,6686,'_tax_status','taxable'),(44133,6686,'_tax_class','parent'),(44134,6686,'_backorders','no'),(44135,6686,'_sold_individually','no'),(44136,6686,'_upsell_ids','a:0:{}'),(44137,6686,'_crosssell_ids','a:0:{}'),(44138,6686,'_purchase_note',''),(44139,6686,'_default_attributes','a:0:{}'),(44140,6686,'_product_image_gallery',''),(44141,6686,'_stock',NULL),(44142,6686,'_wc_average_rating','0'),(44143,6686,'_wc_rating_count','a:0:{}'),(44144,6686,'_wc_review_count','0'),(44145,6686,'_product_version','3.0.8'),(44146,6819,'total_sales','0'),(44147,6819,'_tax_status','taxable'),(44148,6819,'_tax_class','parent'),(44149,6819,'_backorders','no'),(44150,6819,'_sold_individually','no'),(44151,6819,'_upsell_ids','a:0:{}'),(44152,6819,'_crosssell_ids','a:0:{}'),(44153,6819,'_purchase_note',''),(44154,6819,'_default_attributes','a:0:{}'),(44155,6819,'_product_image_gallery',''),(44156,6819,'_stock',NULL),(44157,6819,'_wc_average_rating','0'),(44158,6819,'_wc_rating_count','a:0:{}'),(44159,6819,'_wc_review_count','0'),(44160,6819,'_product_version','3.0.8'),(44161,6704,'total_sales','0'),(44162,6704,'_tax_status','taxable'),(44163,6704,'_tax_class','parent'),(44164,6704,'_backorders','no'),(44165,6704,'_sold_individually','no'),(44166,6704,'_upsell_ids','a:0:{}'),(44167,6704,'_crosssell_ids','a:0:{}'),(44168,6704,'_purchase_note',''),(44169,6704,'_default_attributes','a:0:{}'),(44170,6704,'_product_image_gallery',''),(44171,6704,'_stock',NULL),(44172,6704,'_wc_average_rating','0'),(44173,6704,'_wc_rating_count','a:0:{}'),(44174,6704,'_wc_review_count','0'),(44175,6704,'_product_version','3.0.8'),(44176,6834,'total_sales','0'),(44177,6834,'_tax_status','taxable'),(44178,6834,'_tax_class','parent'),(44179,6834,'_backorders','no'),(44180,6834,'_sold_individually','no'),(44181,6834,'_upsell_ids','a:0:{}'),(44182,6834,'_crosssell_ids','a:0:{}'),(44183,6834,'_purchase_note',''),(44184,6834,'_default_attributes','a:0:{}'),(44185,6834,'_product_image_gallery',''),(44186,6834,'_stock',NULL),(44187,6834,'_wc_average_rating','0'),(44188,6834,'_wc_rating_count','a:0:{}'),(44189,6834,'_wc_review_count','0'),(44190,6834,'_product_version','3.0.8'),(44191,6839,'total_sales','0'),(44192,6839,'_tax_status','taxable'),(44193,6839,'_tax_class','parent'),(44194,6839,'_backorders','no'),(44195,6839,'_sold_individually','no'),(44196,6839,'_upsell_ids','a:0:{}'),(44197,6839,'_crosssell_ids','a:0:{}'),(44198,6839,'_purchase_note',''),(44199,6839,'_default_attributes','a:0:{}'),(44200,6839,'_product_image_gallery',''),(44201,6839,'_stock',NULL),(44202,6839,'_wc_average_rating','0'),(44203,6839,'_wc_rating_count','a:0:{}'),(44204,6839,'_wc_review_count','0'),(44205,6839,'_product_version','3.0.8'),(44336,6844,'total_sales','0'),(44337,6844,'_tax_status','taxable'),(44338,6844,'_tax_class','parent'),(44339,6844,'_backorders','no'),(44340,6844,'_sold_individually','no'),(44341,6844,'_upsell_ids','a:0:{}'),(44342,6844,'_crosssell_ids','a:0:{}'),(44343,6844,'_purchase_note',''),(44344,6844,'_default_attributes','a:0:{}'),(44345,6844,'_product_image_gallery',''),(44346,6844,'_stock',NULL),(44347,6844,'_wc_average_rating','0'),(44348,6844,'_wc_rating_count','a:0:{}'),(44349,6844,'_wc_review_count','0'),(44350,6844,'_product_version','3.0.8'),(44351,6859,'total_sales','0'),(44352,6859,'_tax_status','taxable'),(44353,6859,'_tax_class','parent'),(44354,6859,'_backorders','no'),(44355,6859,'_sold_individually','no'),(44356,6859,'_upsell_ids','a:0:{}'),(44357,6859,'_crosssell_ids','a:0:{}'),(44358,6859,'_purchase_note',''),(44359,6859,'_default_attributes','a:0:{}'),(44360,6859,'_product_image_gallery',''),(44361,6859,'_stock',NULL),(44362,6859,'_wc_average_rating','0'),(44363,6859,'_wc_rating_count','a:0:{}'),(44364,6859,'_wc_review_count','0'),(44365,6859,'_product_version','3.0.8'),(44366,6849,'total_sales','0'),(44367,6849,'_tax_status','taxable'),(44368,6849,'_tax_class','parent'),(44369,6849,'_backorders','no'),(44370,6849,'_sold_individually','no'),(44371,6849,'_upsell_ids','a:0:{}'),(44372,6849,'_crosssell_ids','a:0:{}'),(44373,6849,'_purchase_note',''),(44374,6849,'_default_attributes','a:0:{}'),(44375,6849,'_product_image_gallery',''),(44376,6849,'_stock',NULL),(44377,6849,'_wc_average_rating','0'),(44378,6849,'_wc_rating_count','a:0:{}'),(44379,6849,'_wc_review_count','0'),(44380,6849,'_product_version','3.0.8'),(44381,6854,'total_sales','0'),(44382,6854,'_tax_status','taxable'),(44383,6854,'_tax_class','parent'),(44384,6854,'_backorders','no'),(44385,6854,'_sold_individually','no'),(44386,6854,'_upsell_ids','a:0:{}'),(44387,6854,'_crosssell_ids','a:0:{}'),(44388,6854,'_purchase_note',''),(44389,6854,'_default_attributes','a:0:{}'),(44390,6854,'_product_image_gallery',''),(44391,6854,'_stock',NULL),(44392,6854,'_wc_average_rating','0'),(44393,6854,'_wc_rating_count','a:0:{}'),(44394,6854,'_wc_review_count','0'),(44395,6854,'_product_version','3.0.8'),(44396,6864,'total_sales','0'),(44397,6864,'_tax_status','taxable'),(44398,6864,'_tax_class','parent'),(44399,6864,'_backorders','no'),(44400,6864,'_sold_individually','no'),(44401,6864,'_upsell_ids','a:0:{}'),(44402,6864,'_crosssell_ids','a:0:{}'),(44403,6864,'_purchase_note',''),(44404,6864,'_default_attributes','a:0:{}'),(44405,6864,'_product_image_gallery',''),(44406,6864,'_stock',NULL),(44407,6864,'_wc_average_rating','0'),(44408,6864,'_wc_rating_count','a:0:{}'),(44409,6864,'_wc_review_count','0'),(44410,6864,'_product_version','3.0.8'),(44411,6869,'total_sales','0'),(44412,6869,'_tax_status','taxable'),(44413,6869,'_tax_class','parent'),(44414,6869,'_backorders','no'),(44415,6869,'_sold_individually','no'),(44416,6869,'_upsell_ids','a:0:{}'),(44417,6869,'_crosssell_ids','a:0:{}'),(44418,6869,'_purchase_note',''),(44419,6869,'_default_attributes','a:0:{}'),(44420,6869,'_product_image_gallery',''),(44421,6869,'_stock',NULL),(44422,6869,'_wc_average_rating','0'),(44423,6869,'_wc_rating_count','a:0:{}'),(44424,6869,'_wc_review_count','0'),(44425,6869,'_product_version','3.0.8'),(44426,6874,'total_sales','0'),(44427,6874,'_tax_status','taxable'),(44428,6874,'_tax_class','parent'),(44429,6874,'_backorders','no'),(44430,6874,'_sold_individually','no'),(44431,6874,'_upsell_ids','a:0:{}'),(44432,6874,'_crosssell_ids','a:0:{}'),(44433,6874,'_purchase_note',''),(44434,6874,'_default_attributes','a:0:{}'),(44435,6874,'_product_image_gallery',''),(44436,6874,'_stock',NULL),(44437,6874,'_wc_average_rating','0'),(44438,6874,'_wc_rating_count','a:0:{}'),(44439,6874,'_wc_review_count','0'),(44440,6874,'_product_version','3.0.8'),(44441,6879,'total_sales','0'),(44442,6879,'_tax_status','taxable'),(44443,6879,'_tax_class','parent'),(44444,6879,'_backorders','no'),(44445,6879,'_sold_individually','no'),(44446,6879,'_upsell_ids','a:0:{}'),(44447,6879,'_crosssell_ids','a:0:{}'),(44448,6879,'_purchase_note',''),(44449,6879,'_default_attributes','a:0:{}'),(44450,6879,'_product_image_gallery',''),(44451,6879,'_stock',NULL),(44452,6879,'_wc_average_rating','0'),(44453,6879,'_wc_rating_count','a:0:{}'),(44454,6879,'_wc_review_count','0'),(44455,6879,'_product_version','3.0.8'),(44456,6884,'total_sales','0'),(44457,6884,'_tax_status','taxable'),(44458,6884,'_tax_class','parent'),(44459,6884,'_backorders','no'),(44460,6884,'_sold_individually','no'),(44461,6884,'_upsell_ids','a:0:{}'),(44462,6884,'_crosssell_ids','a:0:{}'),(44463,6884,'_purchase_note',''),(44464,6884,'_default_attributes','a:0:{}'),(44465,6884,'_product_image_gallery',''),(44466,6884,'_stock',NULL),(44467,6884,'_wc_average_rating','0'),(44468,6884,'_wc_rating_count','a:0:{}'),(44469,6884,'_wc_review_count','0'),(44470,6884,'_product_version','3.0.8'),(44471,6889,'total_sales','0'),(44472,6889,'_tax_status','taxable'),(44473,6889,'_tax_class','parent'),(44474,6889,'_backorders','no'),(44475,6889,'_sold_individually','no'),(44476,6889,'_upsell_ids','a:0:{}'),(44477,6889,'_crosssell_ids','a:0:{}'),(44478,6889,'_purchase_note',''),(44479,6889,'_default_attributes','a:0:{}'),(44480,6889,'_product_image_gallery',''),(44481,6889,'_stock',NULL),(44482,6889,'_wc_average_rating','0'),(44483,6889,'_wc_rating_count','a:0:{}'),(44484,6889,'_wc_review_count','0'),(44485,6889,'_product_version','3.0.8'),(44486,6726,'total_sales','0'),(44487,6726,'_tax_status','taxable'),(44488,6726,'_tax_class','parent'),(44489,6726,'_backorders','no'),(44490,6726,'_sold_individually','no'),(44491,6726,'_upsell_ids','a:0:{}'),(44492,6726,'_crosssell_ids','a:0:{}'),(44493,6726,'_purchase_note',''),(44494,6726,'_default_attributes','a:0:{}'),(44495,6726,'_product_image_gallery',''),(44496,6726,'_stock',NULL),(44497,6726,'_wc_average_rating','0'),(44498,6726,'_wc_rating_count','a:0:{}'),(44499,6726,'_wc_review_count','0'),(44500,6726,'_product_version','3.0.8'),(44501,6904,'total_sales','0'),(44502,6904,'_tax_status','taxable'),(44503,6904,'_tax_class','parent'),(44504,6904,'_backorders','no'),(44505,6904,'_sold_individually','no'),(44506,6904,'_upsell_ids','a:0:{}'),(44507,6904,'_crosssell_ids','a:0:{}'),(44508,6904,'_purchase_note',''),(44509,6904,'_default_attributes','a:0:{}'),(44510,6904,'_product_image_gallery',''),(44511,6904,'_stock',NULL),(44512,6904,'_wc_average_rating','0'),(44513,6904,'_wc_rating_count','a:0:{}'),(44514,6904,'_wc_review_count','0'),(44515,6904,'_product_version','3.0.8'),(44646,6899,'total_sales','0'),(44647,6899,'_tax_status','taxable'),(44648,6899,'_tax_class','parent'),(44649,6899,'_backorders','no'),(44650,6899,'_sold_individually','no'),(44651,6899,'_upsell_ids','a:0:{}'),(44652,6899,'_crosssell_ids','a:0:{}'),(44653,6899,'_purchase_note',''),(44654,6899,'_default_attributes','a:0:{}'),(44655,6899,'_product_image_gallery',''),(44656,6899,'_stock',NULL),(44657,6899,'_wc_average_rating','0'),(44658,6899,'_wc_rating_count','a:0:{}'),(44659,6899,'_wc_review_count','0'),(44660,6899,'_product_version','3.0.8'),(44661,6894,'total_sales','0'),(44662,6894,'_tax_status','taxable'),(44663,6894,'_tax_class','parent'),(44664,6894,'_backorders','no'),(44665,6894,'_sold_individually','no'),(44666,6894,'_upsell_ids','a:0:{}'),(44667,6894,'_crosssell_ids','a:0:{}'),(44668,6894,'_purchase_note',''),(44669,6894,'_default_attributes','a:0:{}'),(44670,6894,'_product_image_gallery',''),(44671,6894,'_stock',NULL),(44672,6894,'_wc_average_rating','0'),(44673,6894,'_wc_rating_count','a:0:{}'),(44674,6894,'_wc_review_count','0'),(44675,6894,'_product_version','3.0.8'),(44676,6909,'total_sales','0'),(44677,6909,'_tax_status','taxable'),(44678,6909,'_tax_class','parent'),(44679,6909,'_backorders','no'),(44680,6909,'_sold_individually','no'),(44681,6909,'_upsell_ids','a:0:{}'),(44682,6909,'_crosssell_ids','a:0:{}'),(44683,6909,'_purchase_note',''),(44684,6909,'_default_attributes','a:0:{}'),(44685,6909,'_product_image_gallery',''),(44686,6909,'_stock',NULL),(44687,6909,'_wc_average_rating','0'),(44688,6909,'_wc_rating_count','a:0:{}'),(44689,6909,'_wc_review_count','0'),(44690,6909,'_product_version','3.0.8'),(44691,6914,'total_sales','0'),(44692,6914,'_tax_status','taxable'),(44693,6914,'_tax_class','parent'),(44694,6914,'_backorders','no'),(44695,6914,'_sold_individually','no'),(44696,6914,'_upsell_ids','a:0:{}'),(44697,6914,'_crosssell_ids','a:0:{}'),(44698,6914,'_purchase_note',''),(44699,6914,'_default_attributes','a:0:{}'),(44700,6914,'_product_image_gallery',''),(44701,6914,'_stock',NULL),(44702,6914,'_wc_average_rating','0'),(44703,6914,'_wc_rating_count','a:0:{}'),(44704,6914,'_wc_review_count','0'),(44705,6914,'_product_version','3.0.8'),(44706,6919,'total_sales','0'),(44707,6919,'_tax_status','taxable'),(44708,6919,'_tax_class','parent'),(44709,6919,'_backorders','no'),(44710,6919,'_sold_individually','no'),(44711,6919,'_upsell_ids','a:0:{}'),(44712,6919,'_crosssell_ids','a:0:{}'),(44713,6919,'_purchase_note',''),(44714,6919,'_default_attributes','a:0:{}'),(44715,6919,'_product_image_gallery',''),(44716,6919,'_stock',NULL),(44717,6919,'_wc_average_rating','0'),(44718,6919,'_wc_rating_count','a:0:{}'),(44719,6919,'_wc_review_count','0'),(44720,6919,'_product_version','3.0.8'),(44721,6929,'total_sales','0'),(44722,6929,'_tax_status','taxable'),(44723,6929,'_tax_class','parent'),(44724,6929,'_backorders','no'),(44725,6929,'_sold_individually','no'),(44726,6929,'_upsell_ids','a:0:{}'),(44727,6929,'_crosssell_ids','a:0:{}'),(44728,6929,'_purchase_note',''),(44729,6929,'_default_attributes','a:0:{}'),(44730,6929,'_product_image_gallery',''),(44731,6929,'_stock',NULL),(44732,6929,'_wc_average_rating','0'),(44733,6929,'_wc_rating_count','a:0:{}'),(44734,6929,'_wc_review_count','0'),(44735,6929,'_product_version','3.0.8'),(44736,6934,'total_sales','0'),(44737,6934,'_tax_status','taxable'),(44738,6934,'_tax_class','parent'),(44739,6934,'_backorders','no'),(44740,6934,'_sold_individually','no'),(44741,6934,'_upsell_ids','a:0:{}'),(44742,6934,'_crosssell_ids','a:0:{}'),(44743,6934,'_purchase_note',''),(44744,6934,'_default_attributes','a:0:{}'),(44745,6934,'_product_image_gallery',''),(44746,6934,'_stock',NULL),(44747,6934,'_wc_average_rating','0'),(44748,6934,'_wc_rating_count','a:0:{}'),(44749,6934,'_wc_review_count','0'),(44750,6934,'_product_version','3.0.8'),(44751,6924,'total_sales','0'),(44752,6924,'_tax_status','taxable'),(44753,6924,'_tax_class','parent'),(44754,6924,'_backorders','no'),(44755,6924,'_sold_individually','no'),(44756,6924,'_upsell_ids','a:0:{}'),(44757,6924,'_crosssell_ids','a:0:{}'),(44758,6924,'_purchase_note',''),(44759,6924,'_default_attributes','a:0:{}'),(44760,6924,'_product_image_gallery',''),(44761,6924,'_stock',NULL),(44762,6924,'_wc_average_rating','0'),(44763,6924,'_wc_rating_count','a:0:{}'),(44764,6924,'_wc_review_count','0'),(44765,6924,'_product_version','3.0.8'),(44766,6949,'total_sales','0'),(44767,6949,'_tax_status','taxable'),(44768,6949,'_tax_class','parent'),(44769,6949,'_backorders','no'),(44770,6949,'_sold_individually','no'),(44771,6949,'_upsell_ids','a:0:{}'),(44772,6949,'_crosssell_ids','a:0:{}'),(44773,6949,'_purchase_note',''),(44774,6949,'_default_attributes','a:0:{}'),(44775,6949,'_product_image_gallery',''),(44776,6949,'_stock',NULL),(44777,6949,'_wc_average_rating','0'),(44778,6949,'_wc_rating_count','a:0:{}'),(44779,6949,'_wc_review_count','0'),(44780,6949,'_product_version','3.0.8'),(44781,6939,'total_sales','0'),(44782,6939,'_tax_status','taxable'),(44783,6939,'_tax_class','parent'),(44784,6939,'_backorders','no'),(44785,6939,'_sold_individually','no'),(44786,6939,'_upsell_ids','a:0:{}'),(44787,6939,'_crosssell_ids','a:0:{}'),(44788,6939,'_purchase_note',''),(44789,6939,'_default_attributes','a:0:{}'),(44790,6939,'_product_image_gallery',''),(44791,6939,'_stock',NULL),(44792,6939,'_wc_average_rating','0'),(44793,6939,'_wc_rating_count','a:0:{}'),(44794,6939,'_wc_review_count','0'),(44795,6939,'_product_version','3.0.8'),(44796,6944,'total_sales','0'),(44797,6944,'_tax_status','taxable'),(44798,6944,'_tax_class','parent'),(44799,6944,'_backorders','no'),(44800,6944,'_sold_individually','no'),(44801,6944,'_upsell_ids','a:0:{}'),(44802,6944,'_crosssell_ids','a:0:{}'),(44803,6944,'_purchase_note',''),(44804,6944,'_default_attributes','a:0:{}'),(44805,6944,'_product_image_gallery',''),(44806,6944,'_stock',NULL),(44807,6944,'_wc_average_rating','0'),(44808,6944,'_wc_rating_count','a:0:{}'),(44809,6944,'_wc_review_count','0'),(44810,6944,'_product_version','3.0.8'),(44921,6757,'total_sales','0'),(44922,6757,'_tax_status','taxable'),(44923,6757,'_tax_class','parent'),(44924,6757,'_backorders','no'),(44925,6757,'_sold_individually','no'),(44926,6757,'_upsell_ids','a:0:{}'),(44927,6757,'_crosssell_ids','a:0:{}'),(44928,6757,'_purchase_note',''),(44929,6757,'_default_attributes','a:0:{}'),(44930,6757,'_product_image_gallery',''),(44931,6757,'_stock',NULL),(44932,6757,'_wc_average_rating','0'),(44933,6757,'_wc_rating_count','a:0:{}'),(44934,6757,'_wc_review_count','0'),(44935,6757,'_product_version','3.0.8'),(44936,6776,'total_sales','0'),(44937,6776,'_tax_status','taxable'),(44938,6776,'_tax_class','parent'),(44939,6776,'_backorders','no'),(44940,6776,'_sold_individually','no'),(44941,6776,'_upsell_ids','a:0:{}'),(44942,6776,'_crosssell_ids','a:0:{}'),(44943,6776,'_purchase_note',''),(44944,6776,'_default_attributes','a:0:{}'),(44945,6776,'_product_image_gallery',''),(44946,6776,'_stock',NULL),(44947,6776,'_wc_average_rating','0'),(44948,6776,'_wc_rating_count','a:0:{}'),(44949,6776,'_wc_review_count','0'),(44950,6776,'_product_version','3.0.8'),(44951,6815,'total_sales','0'),(44952,6815,'_tax_status','taxable'),(44953,6815,'_tax_class','parent'),(44954,6815,'_backorders','no'),(44955,6815,'_sold_individually','no'),(44956,6815,'_upsell_ids','a:0:{}'),(44957,6815,'_crosssell_ids','a:0:{}'),(44958,6815,'_purchase_note',''),(44959,6815,'_default_attributes','a:0:{}'),(44960,6815,'_product_image_gallery',''),(44961,6815,'_stock',NULL),(44962,6815,'_wc_average_rating','0'),(44963,6815,'_wc_rating_count','a:0:{}'),(44964,6815,'_wc_review_count','0'),(44965,6815,'_product_version','3.0.8'),(44966,6847,'total_sales','0'),(44967,6847,'_tax_status','taxable'),(44968,6847,'_tax_class','parent'),(44969,6847,'_backorders','no'),(44970,6847,'_sold_individually','no'),(44971,6847,'_upsell_ids','a:0:{}'),(44972,6847,'_crosssell_ids','a:0:{}'),(44973,6847,'_purchase_note',''),(44974,6847,'_default_attributes','a:0:{}'),(44975,6847,'_product_image_gallery',''),(44976,6847,'_stock',NULL),(44977,6847,'_wc_average_rating','0'),(44978,6847,'_wc_rating_count','a:0:{}'),(44979,6847,'_wc_review_count','0'),(44980,6847,'_product_version','3.0.8'),(44981,6862,'total_sales','0'),(44982,6862,'_tax_status','taxable'),(44983,6862,'_tax_class','parent'),(44984,6862,'_backorders','no'),(44985,6862,'_sold_individually','no'),(44986,6862,'_upsell_ids','a:0:{}'),(44987,6862,'_crosssell_ids','a:0:{}'),(44988,6862,'_purchase_note',''),(44989,6862,'_default_attributes','a:0:{}'),(44990,6862,'_product_image_gallery',''),(44991,6862,'_stock',NULL),(44992,6862,'_wc_average_rating','0'),(44993,6862,'_wc_rating_count','a:0:{}'),(44994,6862,'_wc_review_count','0'),(44995,6862,'_product_version','3.0.8'),(44996,6852,'total_sales','0'),(44997,6852,'_tax_status','taxable'),(44998,6852,'_tax_class','parent'),(44999,6852,'_backorders','no'),(45000,6852,'_sold_individually','no'),(45001,6852,'_upsell_ids','a:0:{}'),(45002,6852,'_crosssell_ids','a:0:{}'),(45003,6852,'_purchase_note',''),(45004,6852,'_default_attributes','a:0:{}'),(45005,6852,'_product_image_gallery',''),(45006,6852,'_stock',NULL),(45007,6852,'_wc_average_rating','0'),(45008,6852,'_wc_rating_count','a:0:{}'),(45009,6852,'_wc_review_count','0'),(45010,6852,'_product_version','3.0.8'),(45011,6857,'total_sales','0'),(45012,6857,'_tax_status','taxable'),(45013,6857,'_tax_class','parent'),(45014,6857,'_backorders','no'),(45015,6857,'_sold_individually','no'),(45016,6857,'_upsell_ids','a:0:{}'),(45017,6857,'_crosssell_ids','a:0:{}'),(45018,6857,'_purchase_note',''),(45019,6857,'_default_attributes','a:0:{}'),(45020,6857,'_product_image_gallery',''),(45021,6857,'_stock',NULL),(45022,6857,'_wc_average_rating','0'),(45023,6857,'_wc_rating_count','a:0:{}'),(45024,6857,'_wc_review_count','0'),(45025,6857,'_product_version','3.0.8'),(45026,6867,'total_sales','0'),(45027,6867,'_tax_status','taxable'),(45028,6867,'_tax_class','parent'),(45029,6867,'_backorders','no'),(45030,6867,'_sold_individually','no'),(45031,6867,'_upsell_ids','a:0:{}'),(45032,6867,'_crosssell_ids','a:0:{}'),(45033,6867,'_purchase_note',''),(45034,6867,'_default_attributes','a:0:{}'),(45035,6867,'_product_image_gallery',''),(45036,6867,'_stock',NULL),(45037,6867,'_wc_average_rating','0'),(45038,6867,'_wc_rating_count','a:0:{}'),(45039,6867,'_wc_review_count','0'),(45040,6867,'_product_version','3.0.8'),(45041,6872,'total_sales','0'),(45042,6872,'_tax_status','taxable'),(45043,6872,'_tax_class','parent'),(45044,6872,'_backorders','no'),(45045,6872,'_sold_individually','no'),(45046,6872,'_upsell_ids','a:0:{}'),(45047,6872,'_crosssell_ids','a:0:{}'),(45048,6872,'_purchase_note',''),(45049,6872,'_default_attributes','a:0:{}'),(45050,6872,'_product_image_gallery',''),(45051,6872,'_stock',NULL),(45052,6872,'_wc_average_rating','0'),(45053,6872,'_wc_rating_count','a:0:{}'),(45054,6872,'_wc_review_count','0'),(45055,6872,'_product_version','3.0.8'),(45056,6877,'total_sales','0'),(45057,6877,'_tax_status','taxable'),(45058,6877,'_tax_class','parent'),(45059,6877,'_backorders','no'),(45060,6877,'_sold_individually','no'),(45061,6877,'_upsell_ids','a:0:{}'),(45062,6877,'_crosssell_ids','a:0:{}'),(45063,6877,'_purchase_note',''),(45064,6877,'_default_attributes','a:0:{}'),(45065,6877,'_product_image_gallery',''),(45066,6877,'_stock',NULL),(45067,6877,'_wc_average_rating','0'),(45068,6877,'_wc_rating_count','a:0:{}'),(45069,6877,'_wc_review_count','0'),(45070,6877,'_product_version','3.0.8'),(45071,6882,'total_sales','0'),(45072,6882,'_tax_status','taxable'),(45073,6882,'_tax_class','parent'),(45074,6882,'_backorders','no'),(45075,6882,'_sold_individually','no'),(45076,6882,'_upsell_ids','a:0:{}'),(45077,6882,'_crosssell_ids','a:0:{}'),(45078,6882,'_purchase_note',''),(45079,6882,'_default_attributes','a:0:{}'),(45080,6882,'_product_image_gallery',''),(45081,6882,'_stock',NULL),(45082,6882,'_wc_average_rating','0'),(45083,6882,'_wc_rating_count','a:0:{}'),(45084,6882,'_wc_review_count','0'),(45085,6882,'_product_version','3.0.8'),(45086,6887,'total_sales','0'),(45087,6887,'_tax_status','taxable'),(45088,6887,'_tax_class','parent'),(45089,6887,'_backorders','no'),(45090,6887,'_sold_individually','no'),(45091,6887,'_upsell_ids','a:0:{}'),(45092,6887,'_crosssell_ids','a:0:{}'),(45093,6887,'_purchase_note',''),(45094,6887,'_default_attributes','a:0:{}'),(45095,6887,'_product_image_gallery',''),(45096,6887,'_stock',NULL),(45097,6887,'_wc_average_rating','0'),(45098,6887,'_wc_rating_count','a:0:{}'),(45099,6887,'_wc_review_count','0'),(45100,6887,'_product_version','3.0.8'),(45233,6892,'total_sales','0'),(45234,6892,'_tax_status','taxable'),(45235,6892,'_tax_class','parent'),(45236,6892,'_backorders','no'),(45237,6892,'_sold_individually','no'),(45238,6892,'_upsell_ids','a:0:{}'),(45239,6892,'_crosssell_ids','a:0:{}'),(45240,6892,'_purchase_note',''),(45241,6892,'_default_attributes','a:0:{}'),(45242,6892,'_product_image_gallery',''),(45243,6892,'_stock',NULL),(45244,6892,'_wc_average_rating','0'),(45245,6892,'_wc_rating_count','a:0:{}'),(45246,6892,'_wc_review_count','0'),(45247,6892,'_product_version','3.0.8'),(45248,6729,'total_sales','0'),(45249,6729,'_tax_status','taxable'),(45250,6729,'_tax_class','parent'),(45251,6729,'_backorders','no'),(45252,6729,'_sold_individually','no'),(45253,6729,'_upsell_ids','a:0:{}'),(45254,6729,'_crosssell_ids','a:0:{}'),(45255,6729,'_purchase_note',''),(45256,6729,'_default_attributes','a:0:{}'),(45257,6729,'_product_image_gallery',''),(45258,6729,'_stock',NULL),(45259,6729,'_wc_average_rating','0'),(45260,6729,'_wc_rating_count','a:0:{}'),(45261,6729,'_wc_review_count','0'),(45262,6729,'_product_version','3.0.8'),(45263,6907,'total_sales','0'),(45264,6907,'_tax_status','taxable'),(45265,6907,'_tax_class','parent'),(45266,6907,'_backorders','no'),(45267,6907,'_sold_individually','no'),(45268,6907,'_upsell_ids','a:0:{}'),(45269,6907,'_crosssell_ids','a:0:{}'),(45270,6907,'_purchase_note',''),(45271,6907,'_default_attributes','a:0:{}'),(45272,6907,'_product_image_gallery',''),(45273,6907,'_stock',NULL),(45274,6907,'_wc_average_rating','0'),(45275,6907,'_wc_rating_count','a:0:{}'),(45276,6907,'_wc_review_count','0'),(45277,6907,'_product_version','3.0.8'),(45278,6902,'total_sales','0'),(45279,6902,'_tax_status','taxable'),(45280,6902,'_tax_class','parent'),(45281,6902,'_backorders','no'),(45282,6902,'_sold_individually','no'),(45283,6902,'_upsell_ids','a:0:{}'),(45284,6902,'_crosssell_ids','a:0:{}'),(45285,6902,'_purchase_note',''),(45286,6902,'_default_attributes','a:0:{}'),(45287,6902,'_product_image_gallery',''),(45288,6902,'_stock',NULL),(45289,6902,'_wc_average_rating','0'),(45290,6902,'_wc_rating_count','a:0:{}'),(45291,6902,'_wc_review_count','0'),(45292,6902,'_product_version','3.0.8'),(45293,6897,'total_sales','0'),(45294,6897,'_tax_status','taxable'),(45295,6897,'_tax_class','parent'),(45296,6897,'_backorders','no'),(45297,6897,'_sold_individually','no'),(45298,6897,'_upsell_ids','a:0:{}'),(45299,6897,'_crosssell_ids','a:0:{}'),(45300,6897,'_purchase_note',''),(45301,6897,'_default_attributes','a:0:{}'),(45302,6897,'_product_image_gallery',''),(45303,6897,'_stock',NULL),(45304,6897,'_wc_average_rating','0'),(45305,6897,'_wc_rating_count','a:0:{}'),(45306,6897,'_wc_review_count','0'),(45307,6897,'_product_version','3.0.8'),(45308,6912,'total_sales','0'),(45309,6912,'_tax_status','taxable'),(45310,6912,'_tax_class','parent'),(45311,6912,'_backorders','no'),(45312,6912,'_sold_individually','no'),(45313,6912,'_upsell_ids','a:0:{}'),(45314,6912,'_crosssell_ids','a:0:{}'),(45315,6912,'_purchase_note',''),(45316,6912,'_default_attributes','a:0:{}'),(45317,6912,'_product_image_gallery',''),(45318,6912,'_stock',NULL),(45319,6912,'_wc_average_rating','0'),(45320,6912,'_wc_rating_count','a:0:{}'),(45321,6912,'_wc_review_count','0'),(45322,6912,'_product_version','3.0.8'),(45323,6917,'total_sales','0'),(45324,6917,'_tax_status','taxable'),(45325,6917,'_tax_class','parent'),(45326,6917,'_backorders','no'),(45327,6917,'_sold_individually','no'),(45328,6917,'_upsell_ids','a:0:{}'),(45329,6917,'_crosssell_ids','a:0:{}'),(45330,6917,'_purchase_note',''),(45331,6917,'_default_attributes','a:0:{}'),(45332,6917,'_product_image_gallery',''),(45333,6917,'_stock',NULL),(45334,6917,'_wc_average_rating','0'),(45335,6917,'_wc_rating_count','a:0:{}'),(45336,6917,'_wc_review_count','0'),(45337,6917,'_product_version','3.0.8'),(45338,6922,'total_sales','0'),(45339,6922,'_tax_status','taxable'),(45340,6922,'_tax_class','parent'),(45341,6922,'_backorders','no'),(45342,6922,'_sold_individually','no'),(45343,6922,'_upsell_ids','a:0:{}'),(45344,6922,'_crosssell_ids','a:0:{}'),(45345,6922,'_purchase_note',''),(45346,6922,'_default_attributes','a:0:{}'),(45347,6922,'_product_image_gallery',''),(45348,6922,'_stock',NULL),(45349,6922,'_wc_average_rating','0'),(45350,6922,'_wc_rating_count','a:0:{}'),(45351,6922,'_wc_review_count','0'),(45352,6922,'_product_version','3.0.8'),(45353,6932,'total_sales','0'),(45354,6932,'_tax_status','taxable'),(45355,6932,'_tax_class','parent'),(45356,6932,'_backorders','no'),(45357,6932,'_sold_individually','no'),(45358,6932,'_upsell_ids','a:0:{}'),(45359,6932,'_crosssell_ids','a:0:{}'),(45360,6932,'_purchase_note',''),(45361,6932,'_default_attributes','a:0:{}'),(45362,6932,'_product_image_gallery',''),(45363,6932,'_stock',NULL),(45364,6932,'_wc_average_rating','0'),(45365,6932,'_wc_rating_count','a:0:{}'),(45366,6932,'_wc_review_count','0'),(45367,6932,'_product_version','3.0.8'),(45368,6937,'total_sales','0'),(45369,6937,'_tax_status','taxable'),(45370,6937,'_tax_class','parent'),(45371,6937,'_backorders','no'),(45372,6937,'_sold_individually','no'),(45373,6937,'_upsell_ids','a:0:{}'),(45374,6937,'_crosssell_ids','a:0:{}'),(45375,6937,'_purchase_note',''),(45376,6937,'_default_attributes','a:0:{}'),(45377,6937,'_product_image_gallery',''),(45378,6937,'_stock',NULL),(45379,6937,'_wc_average_rating','0'),(45380,6937,'_wc_rating_count','a:0:{}'),(45381,6937,'_wc_review_count','0'),(45382,6937,'_product_version','3.0.8'),(45383,6927,'total_sales','0'),(45384,6927,'_tax_status','taxable'),(45385,6927,'_tax_class','parent'),(45386,6927,'_backorders','no'),(45387,6927,'_sold_individually','no'),(45388,6927,'_upsell_ids','a:0:{}'),(45389,6927,'_crosssell_ids','a:0:{}'),(45390,6927,'_purchase_note',''),(45391,6927,'_default_attributes','a:0:{}'),(45392,6927,'_product_image_gallery',''),(45393,6927,'_stock',NULL),(45394,6927,'_wc_average_rating','0'),(45395,6927,'_wc_rating_count','a:0:{}'),(45396,6927,'_wc_review_count','0'),(45397,6927,'_product_version','3.0.8'),(45398,6952,'total_sales','0'),(45399,6952,'_tax_status','taxable'),(45400,6952,'_tax_class','parent'),(45401,6952,'_backorders','no'),(45402,6952,'_sold_individually','no'),(45403,6952,'_upsell_ids','a:0:{}'),(45404,6952,'_crosssell_ids','a:0:{}'),(45405,6952,'_purchase_note',''),(45406,6952,'_default_attributes','a:0:{}'),(45407,6952,'_product_image_gallery',''),(45408,6952,'_stock',NULL),(45409,6952,'_wc_average_rating','0'),(45410,6952,'_wc_rating_count','a:0:{}'),(45411,6952,'_wc_review_count','0'),(45412,6952,'_product_version','3.0.8'),(45543,6942,'total_sales','0'),(45544,6942,'_tax_status','taxable'),(45545,6942,'_tax_class','parent'),(45546,6942,'_backorders','no'),(45547,6942,'_sold_individually','no'),(45548,6942,'_upsell_ids','a:0:{}'),(45549,6942,'_crosssell_ids','a:0:{}'),(45550,6942,'_purchase_note',''),(45551,6942,'_default_attributes','a:0:{}'),(45552,6942,'_product_image_gallery',''),(45553,6942,'_stock',NULL),(45554,6942,'_wc_average_rating','0'),(45555,6942,'_wc_rating_count','a:0:{}'),(45556,6942,'_wc_review_count','0'),(45557,6942,'_product_version','3.0.8'),(45558,6947,'total_sales','0'),(45559,6947,'_tax_status','taxable'),(45560,6947,'_tax_class','parent'),(45561,6947,'_backorders','no'),(45562,6947,'_sold_individually','no'),(45563,6947,'_upsell_ids','a:0:{}'),(45564,6947,'_crosssell_ids','a:0:{}'),(45565,6947,'_purchase_note',''),(45566,6947,'_default_attributes','a:0:{}'),(45567,6947,'_product_image_gallery',''),(45568,6947,'_stock',NULL),(45569,6947,'_wc_average_rating','0'),(45570,6947,'_wc_rating_count','a:0:{}'),(45571,6947,'_wc_review_count','0'),(45572,6947,'_product_version','3.0.8'),(45635,7446,'fw_options','a:0:{}'),(45642,7449,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45643,7449,'attribute_pa_photo-prints','f'),(45644,7449,'_stock_status','instock'),(45645,7449,'_variation_description','36\" x 54\"'),(45646,7449,'_sku',''),(45647,7449,'_regular_price','900.00'),(45648,7449,'_sale_price',''),(45649,7449,'_sale_price_dates_from',''),(45650,7449,'_sale_price_dates_to',''),(45651,7449,'total_sales','0'),(45652,7449,'_tax_status','taxable'),(45653,7449,'_tax_class','parent'),(45654,7449,'_manage_stock','no'),(45655,7449,'_backorders','no'),(45656,7449,'_sold_individually','no'),(45657,7449,'_weight',''),(45658,7449,'_length',''),(45659,7449,'_width',''),(45660,7449,'_height',''),(45661,7449,'_upsell_ids','a:0:{}'),(45662,7449,'_crosssell_ids','a:0:{}'),(45663,7449,'_purchase_note',''),(45664,7449,'_default_attributes','a:0:{}'),(45665,7449,'_virtual','no'),(45666,7449,'_downloadable','no'),(45667,7449,'_product_image_gallery',''),(45668,7449,'_download_limit','-1'),(45669,7449,'_download_expiry','-1'),(45670,7449,'_stock',NULL),(45671,7449,'_wc_average_rating','0'),(45672,7449,'_wc_rating_count','a:0:{}'),(45673,7449,'_wc_review_count','0'),(45674,7449,'_price','900.00'),(45675,7449,'_product_version','3.0.8'),(45676,6725,'total_sales','0'),(45677,6725,'_tax_status','taxable'),(45678,6725,'_tax_class','parent'),(45679,6725,'_backorders','no'),(45680,6725,'_sold_individually','no'),(45681,6725,'_upsell_ids','a:0:{}'),(45682,6725,'_crosssell_ids','a:0:{}'),(45683,6725,'_purchase_note',''),(45684,6725,'_default_attributes','a:0:{}'),(45685,6725,'_product_image_gallery',''),(45686,6725,'_stock',NULL),(45687,6725,'_wc_average_rating','0'),(45688,6725,'_wc_rating_count','a:0:{}'),(45689,6725,'_wc_review_count','0'),(45690,6725,'_product_version','3.0.8'),(45702,7450,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45703,7450,'_variation_description','44\" x 66\"'),(45704,7450,'_sku',''),(45705,7450,'_regular_price','1200.00'),(45706,7450,'_sale_price',''),(45707,7450,'_sale_price_dates_from',''),(45708,7450,'_sale_price_dates_to',''),(45709,7450,'total_sales','0'),(45710,7450,'_tax_status','taxable'),(45711,7450,'_tax_class',''),(45712,7450,'_manage_stock','no'),(45713,7450,'_backorders','no'),(45714,7450,'_sold_individually','no'),(45715,7450,'_weight',''),(45716,7450,'_length',''),(45717,7450,'_width',''),(45718,7450,'_height',''),(45719,7450,'_upsell_ids','a:0:{}'),(45720,7450,'_crosssell_ids','a:0:{}'),(45721,7450,'_purchase_note',''),(45722,7450,'_default_attributes','a:0:{}'),(45723,7450,'_virtual','no'),(45724,7450,'_downloadable','no'),(45725,7450,'_product_image_gallery',''),(45726,7450,'_download_limit','-1'),(45727,7450,'_download_expiry','-1'),(45728,7450,'_stock',NULL),(45729,7450,'_stock_status','instock'),(45730,7450,'_wc_average_rating','0'),(45731,7450,'_wc_rating_count','a:0:{}'),(45732,7450,'_wc_review_count','0'),(45733,7450,'_downloadable_files','a:0:{}'),(45734,7450,'attribute_pa_photo-prints','g'),(45735,7450,'_price','1200.00'),(45736,7450,'_product_version','3.0.8'),(45756,7451,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45757,7451,'attribute_pa_photo-prints','h'),(45758,7451,'_stock_status','instock'),(45762,7453,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45763,7453,'attribute_pa_photo-prints','h'),(45764,7453,'_stock_status','instock'),(45765,7454,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45766,7454,'attribute_pa_photo-prints','h'),(45767,7454,'_stock_status','instock'),(45768,7455,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45769,7455,'attribute_pa_photo-prints','h'),(45770,7455,'_stock_status','instock'),(45771,7456,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45772,7456,'attribute_pa_photo-prints','h'),(45773,7456,'_stock_status','instock'),(45774,7457,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45775,7457,'attribute_pa_photo-prints','h'),(45776,7457,'_stock_status','instock'),(45777,7458,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45778,7458,'attribute_pa_photo-prints','h'),(45779,7458,'_stock_status','instock'),(45780,7459,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45781,7459,'attribute_pa_photo-prints','h'),(45782,7459,'_stock_status','instock'),(45783,7460,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45784,7460,'attribute_pa_photo-prints','h'),(45785,7460,'_stock_status','instock'),(45786,7461,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45787,7461,'attribute_pa_photo-prints','h'),(45788,7461,'_stock_status','instock'),(45789,7462,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45790,7462,'attribute_pa_photo-prints','h'),(45791,7462,'_stock_status','instock'),(45792,7463,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45793,7463,'attribute_pa_photo-prints','h'),(45794,7463,'_stock_status','instock'),(45795,7464,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45796,7464,'attribute_pa_photo-prints','h'),(45797,7464,'_stock_status','instock'),(45798,7465,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45799,7465,'attribute_pa_photo-prints','h'),(45800,7465,'_stock_status','instock'),(45801,7466,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45802,7466,'attribute_pa_photo-prints','h'),(45803,7466,'_stock_status','instock'),(45804,7467,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45805,7467,'attribute_pa_photo-prints','h'),(45806,7467,'_stock_status','instock'),(45807,7468,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45808,7468,'attribute_pa_photo-prints','h'),(45809,7468,'_stock_status','instock'),(45810,7469,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45811,7469,'attribute_pa_photo-prints','h'),(45812,7469,'_stock_status','instock'),(45813,7470,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45814,7470,'attribute_pa_photo-prints','h'),(45815,7470,'_stock_status','instock'),(45816,7471,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45817,7471,'attribute_pa_photo-prints','h'),(45818,7471,'_stock_status','instock'),(45819,7472,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45820,7472,'attribute_pa_photo-prints','h'),(45821,7472,'_stock_status','instock'),(45822,7473,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45823,7473,'attribute_pa_photo-prints','h'),(45824,7473,'_stock_status','instock'),(45825,7474,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45826,7474,'attribute_pa_photo-prints','h'),(45827,7474,'_stock_status','instock'),(45828,7475,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45829,7475,'attribute_pa_photo-prints','h'),(45830,7475,'_stock_status','instock'),(45831,7476,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45832,7476,'attribute_pa_photo-prints','h'),(45833,7476,'_stock_status','instock'),(45834,7477,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45835,7477,'attribute_pa_photo-prints','h'),(45836,7477,'_stock_status','instock'),(45837,7478,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45838,7478,'attribute_pa_photo-prints','h'),(45839,7478,'_stock_status','instock'),(45840,7479,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45841,7479,'attribute_pa_photo-prints','h'),(45842,7479,'_stock_status','instock'),(45843,7480,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45844,7480,'attribute_pa_photo-prints','h'),(45845,7480,'_stock_status','instock'),(45846,7481,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45847,7481,'attribute_pa_photo-prints','h'),(45848,7481,'_stock_status','instock'),(45849,7482,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45850,7482,'attribute_pa_photo-prints','h'),(45851,7482,'_stock_status','instock'),(45852,7483,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45853,7483,'attribute_pa_photo-prints','h'),(45854,7483,'_stock_status','instock'),(45855,7484,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45856,7484,'attribute_pa_photo-prints','h'),(45857,7484,'_stock_status','instock'),(45858,7485,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45859,7485,'attribute_pa_photo-prints','h'),(45860,7485,'_stock_status','instock'),(45861,7486,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45862,7486,'attribute_pa_photo-prints','h'),(45863,7486,'_stock_status','instock'),(45864,7487,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45865,7487,'attribute_pa_photo-prints','h'),(45866,7487,'_stock_status','instock'),(45867,7488,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45868,7488,'attribute_pa_photo-prints','h'),(45869,7488,'_stock_status','instock'),(45870,7489,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45871,7489,'attribute_pa_photo-prints','h'),(45872,7489,'_stock_status','instock'),(45873,7490,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45874,7490,'attribute_pa_photo-prints','h'),(45875,7490,'_stock_status','instock'),(45876,7491,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45877,7491,'attribute_pa_photo-prints','h'),(45878,7491,'_stock_status','instock'),(45879,7492,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45880,7492,'attribute_pa_photo-prints','h'),(45881,7492,'_stock_status','instock'),(45882,7493,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45883,7493,'attribute_pa_photo-prints','h'),(45884,7493,'_stock_status','instock'),(45885,7494,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45886,7494,'attribute_pa_photo-prints','h'),(45887,7494,'_stock_status','instock'),(45888,7495,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45889,7495,'attribute_pa_photo-prints','h'),(45890,7495,'_stock_status','instock'),(45891,7496,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45892,7496,'attribute_pa_photo-prints','h'),(45893,7496,'_stock_status','instock'),(45894,7497,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45895,7497,'attribute_pa_photo-prints','h'),(45896,7497,'_stock_status','instock'),(45897,7498,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45898,7498,'attribute_pa_photo-prints','h'),(45899,7498,'_stock_status','instock'),(45900,7499,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45901,7499,'attribute_pa_photo-prints','h'),(45902,7499,'_stock_status','instock'),(45903,7500,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45904,7500,'attribute_pa_photo-prints','h'),(45905,7500,'_stock_status','instock'),(45906,7501,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45907,7501,'attribute_pa_photo-prints','h'),(45908,7501,'_stock_status','instock'),(45909,7502,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45910,7502,'attribute_pa_photo-prints','h'),(45911,7502,'_stock_status','instock'),(45912,7503,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45913,7503,'attribute_pa_photo-prints','h'),(45914,7503,'_stock_status','instock'),(45915,7504,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45916,7504,'attribute_pa_photo-prints','h'),(45917,7504,'_stock_status','instock'),(45918,7505,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45919,7505,'attribute_pa_photo-prints','h'),(45920,7505,'_stock_status','instock'),(45921,7506,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45922,7506,'attribute_pa_photo-prints','h'),(45923,7506,'_stock_status','instock'),(45924,7507,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45925,7507,'attribute_pa_photo-prints','g'),(45926,7507,'_stock_status','instock'),(45927,7508,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45928,7508,'attribute_pa_photo-prints','f'),(45929,7508,'_stock_status','instock'),(45930,7509,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45931,7509,'attribute_pa_photo-prints','g'),(45932,7509,'_stock_status','instock'),(45933,7510,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45934,7510,'attribute_pa_photo-prints','f'),(45935,7510,'_stock_status','instock'),(45936,7511,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45937,7511,'attribute_pa_photo-prints','g'),(45938,7511,'_stock_status','instock'),(45939,7512,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45940,7512,'attribute_pa_photo-prints','f'),(45941,7512,'_stock_status','instock'),(45942,7513,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45943,7513,'attribute_pa_photo-prints','g'),(45944,7513,'_stock_status','instock'),(45945,7514,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45946,7514,'attribute_pa_photo-prints','f'),(45947,7514,'_stock_status','instock'),(45948,7515,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45949,7515,'attribute_pa_photo-prints','g'),(45950,7515,'_stock_status','instock'),(45951,7516,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45952,7516,'attribute_pa_photo-prints','f'),(45953,7516,'_stock_status','instock'),(45954,7517,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45955,7517,'attribute_pa_photo-prints','e'),(45956,7517,'_stock_status','instock'),(45957,7518,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45958,7518,'attribute_pa_photo-prints','d'),(45959,7518,'_stock_status','instock'),(45960,7519,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45961,7519,'attribute_pa_photo-prints','g'),(45962,7519,'_stock_status','instock'),(45963,7520,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45964,7520,'attribute_pa_photo-prints','f'),(45965,7520,'_stock_status','instock'),(45966,7521,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45967,7521,'attribute_pa_photo-prints','g'),(45968,7521,'_stock_status','instock'),(45969,7522,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45970,7522,'attribute_pa_photo-prints','f'),(45971,7522,'_stock_status','instock'),(45972,7523,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45973,7523,'attribute_pa_photo-prints','g'),(45974,7523,'_stock_status','instock'),(45975,7524,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45976,7524,'attribute_pa_photo-prints','f'),(45977,7524,'_stock_status','instock'),(45978,7525,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45979,7525,'attribute_pa_photo-prints','g'),(45980,7525,'_stock_status','instock'),(45981,7526,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45982,7526,'attribute_pa_photo-prints','f'),(45983,7526,'_stock_status','instock'),(45984,7527,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45985,7527,'attribute_pa_photo-prints','g'),(45986,7527,'_stock_status','instock'),(45987,7528,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45988,7528,'attribute_pa_photo-prints','f'),(45989,7528,'_stock_status','instock'),(45990,7529,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45991,7529,'attribute_pa_photo-prints','g'),(45992,7529,'_stock_status','instock'),(45993,7530,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45994,7530,'attribute_pa_photo-prints','f'),(45995,7530,'_stock_status','instock'),(45996,7531,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45997,7531,'attribute_pa_photo-prints','g'),(45998,7531,'_stock_status','instock'),(45999,7532,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46000,7532,'attribute_pa_photo-prints','f'),(46001,7532,'_stock_status','instock'),(46002,7533,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46003,7533,'attribute_pa_photo-prints','g'),(46004,7533,'_stock_status','instock'),(46005,7534,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46006,7534,'attribute_pa_photo-prints','f'),(46007,7534,'_stock_status','instock'),(46008,7535,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46009,7535,'attribute_pa_photo-prints','e'),(46010,7535,'_stock_status','instock'),(46011,7536,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46012,7536,'attribute_pa_photo-prints','d'),(46013,7536,'_stock_status','instock'),(46014,7537,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46015,7537,'attribute_pa_photo-prints','g'),(46016,7537,'_stock_status','instock'),(46017,7538,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46018,7538,'attribute_pa_photo-prints','f'),(46019,7538,'_stock_status','instock'),(46020,7539,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46021,7539,'attribute_pa_photo-prints','g'),(46022,7539,'_stock_status','instock'),(46023,7540,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46024,7540,'attribute_pa_photo-prints','f'),(46025,7540,'_stock_status','instock'),(46026,7541,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46027,7541,'attribute_pa_photo-prints','g'),(46028,7541,'_stock_status','instock'),(46029,7542,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46030,7542,'attribute_pa_photo-prints','f'),(46031,7542,'_stock_status','instock'),(46032,7543,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46033,7543,'attribute_pa_photo-prints','g'),(46034,7543,'_stock_status','instock'),(46035,7544,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46036,7544,'attribute_pa_photo-prints','f'),(46037,7544,'_stock_status','instock'),(46038,7545,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46039,7545,'attribute_pa_photo-prints','e'),(46040,7545,'_stock_status','instock'),(46041,7546,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46042,7546,'attribute_pa_photo-prints','d'),(46043,7546,'_stock_status','instock'),(46044,7547,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46045,7547,'attribute_pa_photo-prints','g'),(46046,7547,'_stock_status','instock'),(46047,7548,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46048,7548,'attribute_pa_photo-prints','f'),(46049,7548,'_stock_status','instock'),(46050,7549,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46051,7549,'attribute_pa_photo-prints','g'),(46052,7549,'_stock_status','instock'),(46053,7550,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46054,7550,'attribute_pa_photo-prints','f'),(46055,7550,'_stock_status','instock'),(46056,7551,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46057,7551,'attribute_pa_photo-prints','g'),(46058,7551,'_stock_status','instock'),(46059,7552,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46060,7552,'attribute_pa_photo-prints','f'),(46061,7552,'_stock_status','instock'),(46062,7553,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46063,7553,'attribute_pa_photo-prints','g'),(46064,7553,'_stock_status','instock'),(46065,7554,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46066,7554,'attribute_pa_photo-prints','f'),(46067,7554,'_stock_status','instock'),(46068,7555,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46069,7555,'attribute_pa_photo-prints','g'),(46070,7555,'_stock_status','instock'),(46071,7556,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46072,7556,'attribute_pa_photo-prints','f'),(46073,7556,'_stock_status','instock'),(46074,7557,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46075,7557,'attribute_pa_photo-prints','g'),(46076,7557,'_stock_status','instock'),(46077,7558,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46078,7558,'attribute_pa_photo-prints','f'),(46079,7558,'_stock_status','instock'),(46080,7559,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46081,7559,'attribute_pa_photo-prints','g'),(46082,7559,'_stock_status','instock'),(46083,7560,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46084,7560,'attribute_pa_photo-prints','f'),(46085,7560,'_stock_status','instock'),(46086,7561,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46087,7561,'attribute_pa_photo-prints','g'),(46088,7561,'_stock_status','instock'),(46089,7562,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46090,7562,'attribute_pa_photo-prints','f'),(46091,7562,'_stock_status','instock'),(46092,7563,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46093,7563,'attribute_pa_photo-prints','g'),(46094,7563,'_stock_status','instock'),(46095,7564,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46096,7564,'attribute_pa_photo-prints','f'),(46097,7564,'_stock_status','instock'),(46098,7565,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46099,7565,'attribute_pa_photo-prints','g'),(46100,7565,'_stock_status','instock'),(46101,7566,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46102,7566,'attribute_pa_photo-prints','f'),(46103,7566,'_stock_status','instock'),(46104,7567,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46105,7567,'attribute_pa_photo-prints','g'),(46106,7567,'_stock_status','instock'),(46107,7568,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46108,7568,'attribute_pa_photo-prints','f'),(46109,7568,'_stock_status','instock'),(46110,7569,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46111,7569,'attribute_pa_photo-prints','g'),(46112,7569,'_stock_status','instock'),(46113,7570,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46114,7570,'attribute_pa_photo-prints','f'),(46115,7570,'_stock_status','instock'),(46116,7571,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46117,7571,'attribute_pa_photo-prints','g'),(46118,7571,'_stock_status','instock'),(46119,7572,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46120,7572,'attribute_pa_photo-prints','f'),(46121,7572,'_stock_status','instock'),(46122,7573,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46123,7573,'attribute_pa_photo-prints','g'),(46124,7573,'_stock_status','instock'),(46125,7574,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46126,7574,'attribute_pa_photo-prints','f'),(46127,7574,'_stock_status','instock'),(46128,7575,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46129,7575,'attribute_pa_photo-prints','g'),(46130,7575,'_stock_status','instock'),(46131,7576,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46132,7576,'attribute_pa_photo-prints','f'),(46133,7576,'_stock_status','instock'),(46134,7577,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46135,7577,'attribute_pa_photo-prints','g'),(46136,7577,'_stock_status','instock'),(46137,7578,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46138,7578,'attribute_pa_photo-prints','f'),(46139,7578,'_stock_status','instock'),(46140,7579,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46141,7579,'attribute_pa_photo-prints','g'),(46142,7579,'_stock_status','instock'),(46143,7580,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46144,7580,'attribute_pa_photo-prints','f'),(46145,7580,'_stock_status','instock'),(46146,7581,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46147,7581,'attribute_pa_photo-prints','g'),(46148,7581,'_stock_status','instock'),(46149,7582,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46150,7582,'attribute_pa_photo-prints','f'),(46151,7582,'_stock_status','instock'),(46152,7583,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46153,7583,'attribute_pa_photo-prints','g'),(46154,7583,'_stock_status','instock'),(46155,7584,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46156,7584,'attribute_pa_photo-prints','f'),(46157,7584,'_stock_status','instock'),(46158,7585,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46159,7585,'attribute_pa_photo-prints','g'),(46160,7585,'_stock_status','instock'),(46161,7586,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46162,7586,'attribute_pa_photo-prints','f'),(46163,7586,'_stock_status','instock'),(46164,7587,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46165,7587,'attribute_pa_photo-prints','g'),(46166,7587,'_stock_status','instock'),(46167,7588,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46168,7588,'attribute_pa_photo-prints','f'),(46169,7588,'_stock_status','instock'),(46170,7589,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46171,7589,'attribute_pa_photo-prints','g'),(46172,7589,'_stock_status','instock'),(46173,7590,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46174,7590,'attribute_pa_photo-prints','f'),(46175,7590,'_stock_status','instock'),(46176,7591,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46177,7591,'attribute_pa_photo-prints','g'),(46178,7591,'_stock_status','instock'),(46179,7592,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46180,7592,'attribute_pa_photo-prints','f'),(46181,7592,'_stock_status','instock'),(46182,7593,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46183,7593,'attribute_pa_photo-prints','g'),(46184,7593,'_stock_status','instock'),(46185,7594,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46186,7594,'attribute_pa_photo-prints','f'),(46187,7594,'_stock_status','instock'),(46188,7595,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46189,7595,'attribute_pa_photo-prints','g'),(46190,7595,'_stock_status','instock'),(46191,7596,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46192,7596,'attribute_pa_photo-prints','f'),(46193,7596,'_stock_status','instock'),(46194,7597,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46195,7597,'attribute_pa_photo-prints','g'),(46196,7597,'_stock_status','instock'),(46197,7598,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46198,7598,'attribute_pa_photo-prints','f'),(46199,7598,'_stock_status','instock'),(46200,7599,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46201,7599,'attribute_pa_photo-prints','g'),(46202,7599,'_stock_status','instock'),(46203,7600,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46204,7600,'attribute_pa_photo-prints','f'),(46205,7600,'_stock_status','instock'),(46206,7601,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46207,7601,'attribute_pa_photo-prints','g'),(46208,7601,'_stock_status','instock'),(46209,7602,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46210,7602,'attribute_pa_photo-prints','f'),(46211,7602,'_stock_status','instock'),(46212,7603,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46213,7603,'attribute_pa_photo-prints','g'),(46214,7603,'_stock_status','instock'),(46215,7604,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46216,7604,'attribute_pa_photo-prints','f'),(46217,7604,'_stock_status','instock'),(46218,7605,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46219,7605,'attribute_pa_photo-prints','g'),(46220,7605,'_stock_status','instock'),(46221,7606,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46222,7606,'attribute_pa_photo-prints','f'),(46223,7606,'_stock_status','instock'),(46224,7607,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46225,7607,'attribute_pa_photo-prints','g'),(46226,7607,'_stock_status','instock'),(46227,7608,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46228,7608,'attribute_pa_photo-prints','f'),(46229,7608,'_stock_status','instock'),(46230,7609,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46231,7609,'attribute_pa_photo-prints','g'),(46232,7609,'_stock_status','instock'),(46233,7610,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46234,7610,'attribute_pa_photo-prints','f'),(46235,7610,'_stock_status','instock'),(46236,7611,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46237,7611,'attribute_pa_photo-prints','g'),(46238,7611,'_stock_status','instock'),(46239,7612,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46240,7612,'attribute_pa_photo-prints','f'),(46241,7612,'_stock_status','instock'),(46242,7613,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46243,7613,'attribute_pa_photo-prints','g'),(46244,7613,'_stock_status','instock'),(46245,7614,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46246,7614,'attribute_pa_photo-prints','f'),(46247,7614,'_stock_status','instock'),(46248,7508,'_variation_description','36\" x 54\"'),(46249,7508,'_sku',''),(46250,7508,'_regular_price','900.00'),(46251,7508,'_sale_price',''),(46252,7508,'_sale_price_dates_from',''),(46253,7508,'_sale_price_dates_to',''),(46254,7508,'total_sales','0'),(46255,7508,'_tax_status','taxable'),(46256,7508,'_tax_class','parent'),(46257,7508,'_manage_stock','no'),(46258,7508,'_backorders','no'),(46259,7508,'_sold_individually','no'),(46260,7508,'_weight',''),(46261,7508,'_length',''),(46262,7508,'_width',''),(46263,7508,'_height',''),(46264,7508,'_upsell_ids','a:0:{}'),(46265,7508,'_crosssell_ids','a:0:{}'),(46266,7508,'_purchase_note',''),(46267,7508,'_default_attributes','a:0:{}'),(46268,7508,'_virtual','no'),(46269,7508,'_downloadable','no'),(46270,7508,'_product_image_gallery',''),(46271,7508,'_download_limit','-1'),(46272,7508,'_download_expiry','-1'),(46273,7508,'_stock',NULL),(46274,7508,'_wc_average_rating','0'),(46275,7508,'_wc_rating_count','a:0:{}'),(46276,7508,'_wc_review_count','0'),(46277,7508,'_price','900.00'),(46278,7508,'_product_version','3.0.8'),(46279,7507,'_variation_description','44\" x 66\"'),(46280,7507,'_sku',''),(46281,7507,'_regular_price','1200.00'),(46282,7507,'_sale_price',''),(46283,7507,'_sale_price_dates_from',''),(46284,7507,'_sale_price_dates_to',''),(46285,7507,'total_sales','0'),(46286,7507,'_tax_status','taxable'),(46287,7507,'_tax_class','parent'),(46288,7507,'_manage_stock','no'),(46289,7507,'_backorders','no'),(46290,7507,'_sold_individually','no'),(46291,7507,'_weight',''),(46292,7507,'_length',''),(46293,7507,'_width',''),(46294,7507,'_height',''),(46295,7507,'_upsell_ids','a:0:{}'),(46296,7507,'_crosssell_ids','a:0:{}'),(46297,7507,'_purchase_note',''),(46298,7507,'_default_attributes','a:0:{}'),(46299,7507,'_virtual','no'),(46300,7507,'_downloadable','no'),(46301,7507,'_product_image_gallery',''),(46302,7507,'_download_limit','-1'),(46303,7507,'_download_expiry','-1'),(46304,7507,'_stock',NULL),(46305,7507,'_wc_average_rating','0'),(46306,7507,'_wc_rating_count','a:0:{}'),(46307,7507,'_wc_review_count','0'),(46308,7507,'_price','1200.00'),(46309,7507,'_product_version','3.0.8'),(46310,6720,'total_sales','0'),(46311,6720,'_tax_status','taxable'),(46312,6720,'_tax_class','parent'),(46313,6720,'_backorders','no'),(46314,6720,'_sold_individually','no'),(46315,6720,'_upsell_ids','a:0:{}'),(46316,6720,'_crosssell_ids','a:0:{}'),(46317,6720,'_purchase_note',''),(46318,6720,'_default_attributes','a:0:{}'),(46319,6720,'_product_image_gallery',''),(46320,6720,'_stock',NULL),(46321,6720,'_wc_average_rating','0'),(46322,6720,'_wc_rating_count','a:0:{}'),(46323,6720,'_wc_review_count','0'),(46324,6720,'_product_version','3.0.8'),(46332,7509,'_variation_description','44\" x 66\"'),(46333,7509,'_sku',''),(46334,7509,'_regular_price','1200.00'),(46335,7509,'_sale_price',''),(46336,7509,'_sale_price_dates_from',''),(46337,7509,'_sale_price_dates_to',''),(46338,7509,'total_sales','0'),(46339,7509,'_tax_status','taxable'),(46340,7509,'_tax_class','parent'),(46341,7509,'_manage_stock','no'),(46342,7509,'_backorders','no'),(46343,7509,'_sold_individually','no'),(46344,7509,'_weight',''),(46345,7509,'_length',''),(46346,7509,'_width',''),(46347,7509,'_height',''),(46348,7509,'_upsell_ids','a:0:{}'),(46349,7509,'_crosssell_ids','a:0:{}'),(46350,7509,'_purchase_note',''),(46351,7509,'_default_attributes','a:0:{}'),(46352,7509,'_virtual','no'),(46353,7509,'_downloadable','no'),(46354,7509,'_product_image_gallery',''),(46355,7509,'_download_limit','-1'),(46356,7509,'_download_expiry','-1'),(46357,7509,'_stock',NULL),(46358,7509,'_wc_average_rating','0'),(46359,7509,'_wc_rating_count','a:0:{}'),(46360,7509,'_wc_review_count','0'),(46361,7509,'_price','1200.00'),(46362,7509,'_product_version','3.0.8'),(46363,7511,'_variation_description','44\" x 66\"'),(46364,7511,'_sku',''),(46365,7511,'_regular_price','1200.00'),(46366,7511,'_sale_price',''),(46367,7511,'_sale_price_dates_from',''),(46368,7511,'_sale_price_dates_to',''),(46369,7511,'total_sales','0'),(46370,7511,'_tax_status','taxable'),(46371,7511,'_tax_class','parent'),(46372,7511,'_manage_stock','no'),(46373,7511,'_backorders','no'),(46374,7511,'_sold_individually','no'),(46375,7511,'_weight',''),(46376,7511,'_length',''),(46377,7511,'_width',''),(46378,7511,'_height',''),(46379,7511,'_upsell_ids','a:0:{}'),(46380,7511,'_crosssell_ids','a:0:{}'),(46381,7511,'_purchase_note',''),(46382,7511,'_default_attributes','a:0:{}'),(46383,7511,'_virtual','no'),(46384,7511,'_downloadable','no'),(46385,7511,'_product_image_gallery',''),(46386,7511,'_download_limit','-1'),(46387,7511,'_download_expiry','-1'),(46388,7511,'_stock',NULL),(46389,7511,'_wc_average_rating','0'),(46390,7511,'_wc_rating_count','a:0:{}'),(46391,7511,'_wc_review_count','0'),(46392,7511,'_price','1200.00'),(46393,7511,'_product_version','3.0.8'),(46394,7513,'_variation_description','44\" x 66\"'),(46395,7513,'_sku',''),(46396,7513,'_regular_price','1200.00'),(46397,7513,'_sale_price',''),(46398,7513,'_sale_price_dates_from',''),(46399,7513,'_sale_price_dates_to',''),(46400,7513,'total_sales','0'),(46401,7513,'_tax_status','taxable'),(46402,7513,'_tax_class','parent'),(46403,7513,'_manage_stock','no'),(46404,7513,'_backorders','no'),(46405,7513,'_sold_individually','no'),(46406,7513,'_weight',''),(46407,7513,'_length',''),(46408,7513,'_width',''),(46409,7513,'_height',''),(46410,7513,'_upsell_ids','a:0:{}'),(46411,7513,'_crosssell_ids','a:0:{}'),(46412,7513,'_purchase_note',''),(46413,7513,'_default_attributes','a:0:{}'),(46414,7513,'_virtual','no'),(46415,7513,'_downloadable','no'),(46416,7513,'_product_image_gallery',''),(46417,7513,'_download_limit','-1'),(46418,7513,'_download_expiry','-1'),(46419,7513,'_stock',NULL),(46420,7513,'_wc_average_rating','0'),(46421,7513,'_wc_rating_count','a:0:{}'),(46422,7513,'_wc_review_count','0'),(46423,7513,'_price','1200.00'),(46424,7513,'_product_version','3.0.8'),(46425,7515,'_variation_description','44\" x 66\"'),(46426,7515,'_sku',''),(46427,7515,'_regular_price','1200.00'),(46428,7515,'_sale_price',''),(46429,7515,'_sale_price_dates_from',''),(46430,7515,'_sale_price_dates_to',''),(46431,7515,'total_sales','0'),(46432,7515,'_tax_status','taxable'),(46433,7515,'_tax_class','parent'),(46434,7515,'_manage_stock','no'),(46435,7515,'_backorders','no'),(46436,7515,'_sold_individually','no'),(46437,7515,'_weight',''),(46438,7515,'_length',''),(46439,7515,'_width',''),(46440,7515,'_height',''),(46441,7515,'_upsell_ids','a:0:{}'),(46442,7515,'_crosssell_ids','a:0:{}'),(46443,7515,'_purchase_note',''),(46444,7515,'_default_attributes','a:0:{}'),(46445,7515,'_virtual','no'),(46446,7515,'_downloadable','no'),(46447,7515,'_product_image_gallery',''),(46448,7515,'_download_limit','-1'),(46449,7515,'_download_expiry','-1'),(46450,7515,'_stock',NULL),(46451,7515,'_wc_average_rating','0'),(46452,7515,'_wc_rating_count','a:0:{}'),(46453,7515,'_wc_review_count','0'),(46454,7515,'_price','1200.00'),(46455,7515,'_product_version','3.0.8'),(46456,7519,'_variation_description','44\" x 66\"'),(46457,7519,'_sku',''),(46458,7519,'_regular_price','1200.00'),(46459,7519,'_sale_price',''),(46460,7519,'_sale_price_dates_from',''),(46461,7519,'_sale_price_dates_to',''),(46462,7519,'total_sales','0'),(46463,7519,'_tax_status','taxable'),(46464,7519,'_tax_class','parent'),(46465,7519,'_manage_stock','no'),(46466,7519,'_backorders','no'),(46467,7519,'_sold_individually','no'),(46468,7519,'_weight',''),(46469,7519,'_length',''),(46470,7519,'_width',''),(46471,7519,'_height',''),(46472,7519,'_upsell_ids','a:0:{}'),(46473,7519,'_crosssell_ids','a:0:{}'),(46474,7519,'_purchase_note',''),(46475,7519,'_default_attributes','a:0:{}'),(46476,7519,'_virtual','no'),(46477,7519,'_downloadable','no'),(46478,7519,'_product_image_gallery',''),(46479,7519,'_download_limit','-1'),(46480,7519,'_download_expiry','-1'),(46481,7519,'_stock',NULL),(46482,7519,'_wc_average_rating','0'),(46483,7519,'_wc_rating_count','a:0:{}'),(46484,7519,'_wc_review_count','0'),(46485,7519,'_price','1200.00'),(46486,7519,'_product_version','3.0.8'),(46487,7521,'_variation_description','44\" x 66\"'),(46488,7521,'_sku',''),(46489,7521,'_regular_price','1200.00'),(46490,7521,'_sale_price',''),(46491,7521,'_sale_price_dates_from',''),(46492,7521,'_sale_price_dates_to',''),(46493,7521,'total_sales','0'),(46494,7521,'_tax_status','taxable'),(46495,7521,'_tax_class','parent'),(46496,7521,'_manage_stock','no'),(46497,7521,'_backorders','no'),(46498,7521,'_sold_individually','no'),(46499,7521,'_weight',''),(46500,7521,'_length',''),(46501,7521,'_width',''),(46502,7521,'_height',''),(46503,7521,'_upsell_ids','a:0:{}'),(46504,7521,'_crosssell_ids','a:0:{}'),(46505,7521,'_purchase_note',''),(46506,7521,'_default_attributes','a:0:{}'),(46507,7521,'_virtual','no'),(46508,7521,'_downloadable','no'),(46509,7521,'_product_image_gallery',''),(46510,7521,'_download_limit','-1'),(46511,7521,'_download_expiry','-1'),(46512,7521,'_stock',NULL),(46513,7521,'_wc_average_rating','0'),(46514,7521,'_wc_rating_count','a:0:{}'),(46515,7521,'_wc_review_count','0'),(46516,7521,'_price','1200.00'),(46517,7521,'_product_version','3.0.8'),(46518,7523,'_variation_description','44\" x 66\"'),(46519,7523,'_sku',''),(46520,7523,'_regular_price','1200.00'),(46521,7523,'_sale_price',''),(46522,7523,'_sale_price_dates_from',''),(46523,7523,'_sale_price_dates_to',''),(46524,7523,'total_sales','0'),(46525,7523,'_tax_status','taxable'),(46526,7523,'_tax_class','parent'),(46527,7523,'_manage_stock','no'),(46528,7523,'_backorders','no'),(46529,7523,'_sold_individually','no'),(46530,7523,'_weight',''),(46531,7523,'_length',''),(46532,7523,'_width',''),(46533,7523,'_height',''),(46534,7523,'_upsell_ids','a:0:{}'),(46535,7523,'_crosssell_ids','a:0:{}'),(46536,7523,'_purchase_note',''),(46537,7523,'_default_attributes','a:0:{}'),(46538,7523,'_virtual','no'),(46539,7523,'_downloadable','no'),(46540,7523,'_product_image_gallery',''),(46541,7523,'_download_limit','-1'),(46542,7523,'_download_expiry','-1'),(46543,7523,'_stock',NULL),(46544,7523,'_wc_average_rating','0'),(46545,7523,'_wc_rating_count','a:0:{}'),(46546,7523,'_wc_review_count','0'),(46547,7523,'_price','1200.00'),(46548,7523,'_product_version','3.0.8'),(46549,7525,'_variation_description','44\" x 66\"'),(46550,7525,'_sku',''),(46551,7525,'_regular_price','1200.00'),(46552,7525,'_sale_price',''),(46553,7525,'_sale_price_dates_from',''),(46554,7525,'_sale_price_dates_to',''),(46555,7525,'total_sales','0'),(46556,7525,'_tax_status','taxable'),(46557,7525,'_tax_class','parent'),(46558,7525,'_manage_stock','no'),(46559,7525,'_backorders','no'),(46560,7525,'_sold_individually','no'),(46561,7525,'_weight',''),(46562,7525,'_length',''),(46563,7525,'_width',''),(46564,7525,'_height',''),(46565,7525,'_upsell_ids','a:0:{}'),(46566,7525,'_crosssell_ids','a:0:{}'),(46567,7525,'_purchase_note',''),(46568,7525,'_default_attributes','a:0:{}'),(46569,7525,'_virtual','no'),(46570,7525,'_downloadable','no'),(46571,7525,'_product_image_gallery',''),(46572,7525,'_download_limit','-1'),(46573,7525,'_download_expiry','-1'),(46574,7525,'_stock',NULL),(46575,7525,'_wc_average_rating','0'),(46576,7525,'_wc_rating_count','a:0:{}'),(46577,7525,'_wc_review_count','0'),(46578,7525,'_price','1200.00'),(46579,7525,'_product_version','3.0.8'),(46580,7527,'_variation_description','44\" x 66\"'),(46581,7527,'_sku',''),(46582,7527,'_regular_price','1200.00'),(46583,7527,'_sale_price',''),(46584,7527,'_sale_price_dates_from',''),(46585,7527,'_sale_price_dates_to',''),(46586,7527,'total_sales','0'),(46587,7527,'_tax_status','taxable'),(46588,7527,'_tax_class','parent'),(46589,7527,'_manage_stock','no'),(46590,7527,'_backorders','no'),(46591,7527,'_sold_individually','no'),(46592,7527,'_weight',''),(46593,7527,'_length',''),(46594,7527,'_width',''),(46595,7527,'_height',''),(46596,7527,'_upsell_ids','a:0:{}'),(46597,7527,'_crosssell_ids','a:0:{}'),(46598,7527,'_purchase_note',''),(46599,7527,'_default_attributes','a:0:{}'),(46600,7527,'_virtual','no'),(46601,7527,'_downloadable','no'),(46602,7527,'_product_image_gallery',''),(46603,7527,'_download_limit','-1'),(46604,7527,'_download_expiry','-1'),(46605,7527,'_stock',NULL),(46606,7527,'_wc_average_rating','0'),(46607,7527,'_wc_rating_count','a:0:{}'),(46608,7527,'_wc_review_count','0'),(46609,7527,'_price','1200.00'),(46610,7527,'_product_version','3.0.8'),(46611,7529,'_variation_description','44\" x 66\"'),(46612,7529,'_sku',''),(46613,7529,'_regular_price','1200.00'),(46614,7529,'_sale_price',''),(46615,7529,'_sale_price_dates_from',''),(46616,7529,'_sale_price_dates_to',''),(46617,7529,'total_sales','0'),(46618,7529,'_tax_status','taxable'),(46619,7529,'_tax_class','parent'),(46620,7529,'_manage_stock','no'),(46621,7529,'_backorders','no'),(46622,7529,'_sold_individually','no'),(46623,7529,'_weight',''),(46624,7529,'_length',''),(46625,7529,'_width',''),(46626,7529,'_height',''),(46627,7529,'_upsell_ids','a:0:{}'),(46628,7529,'_crosssell_ids','a:0:{}'),(46629,7529,'_purchase_note',''),(46630,7529,'_default_attributes','a:0:{}'),(46631,7529,'_virtual','no'),(46632,7529,'_downloadable','no'),(46633,7529,'_product_image_gallery',''),(46634,7529,'_download_limit','-1'),(46635,7529,'_download_expiry','-1'),(46636,7529,'_stock',NULL),(46637,7529,'_wc_average_rating','0'),(46638,7529,'_wc_rating_count','a:0:{}'),(46639,7529,'_wc_review_count','0'),(46640,7529,'_price','1200.00'),(46641,7529,'_product_version','3.0.8'),(46642,7531,'_variation_description','44\" x 66\"'),(46643,7531,'_sku',''),(46644,7531,'_regular_price','1200.00'),(46645,7531,'_sale_price',''),(46646,7531,'_sale_price_dates_from',''),(46647,7531,'_sale_price_dates_to',''),(46648,7531,'total_sales','0'),(46649,7531,'_tax_status','taxable'),(46650,7531,'_tax_class','parent'),(46651,7531,'_manage_stock','no'),(46652,7531,'_backorders','no'),(46653,7531,'_sold_individually','no'),(46654,7531,'_weight',''),(46655,7531,'_length',''),(46656,7531,'_width',''),(46657,7531,'_height',''),(46658,7531,'_upsell_ids','a:0:{}'),(46659,7531,'_crosssell_ids','a:0:{}'),(46660,7531,'_purchase_note',''),(46661,7531,'_default_attributes','a:0:{}'),(46662,7531,'_virtual','no'),(46663,7531,'_downloadable','no'),(46664,7531,'_product_image_gallery',''),(46665,7531,'_download_limit','-1'),(46666,7531,'_download_expiry','-1'),(46667,7531,'_stock',NULL),(46668,7531,'_wc_average_rating','0'),(46669,7531,'_wc_rating_count','a:0:{}'),(46670,7531,'_wc_review_count','0'),(46671,7531,'_price','1200.00'),(46672,7531,'_product_version','3.0.8'),(46843,7533,'_variation_description','44\" x 66\"'),(46844,7533,'_sku',''),(46845,7533,'_regular_price','1200.00'),(46846,7533,'_sale_price',''),(46847,7533,'_sale_price_dates_from',''),(46848,7533,'_sale_price_dates_to',''),(46849,7533,'total_sales','0'),(46850,7533,'_tax_status','taxable'),(46851,7533,'_tax_class','parent'),(46852,7533,'_manage_stock','no'),(46853,7533,'_backorders','no'),(46854,7533,'_sold_individually','no'),(46855,7533,'_weight',''),(46856,7533,'_length',''),(46857,7533,'_width',''),(46858,7533,'_height',''),(46859,7533,'_upsell_ids','a:0:{}'),(46860,7533,'_crosssell_ids','a:0:{}'),(46861,7533,'_purchase_note',''),(46862,7533,'_default_attributes','a:0:{}'),(46863,7533,'_virtual','no'),(46864,7533,'_downloadable','no'),(46865,7533,'_product_image_gallery',''),(46866,7533,'_download_limit','-1'),(46867,7533,'_download_expiry','-1'),(46868,7533,'_stock',NULL),(46869,7533,'_wc_average_rating','0'),(46870,7533,'_wc_rating_count','a:0:{}'),(46871,7533,'_wc_review_count','0'),(46872,7533,'_price','1200.00'),(46873,7533,'_product_version','3.0.8'),(46874,7537,'_variation_description','44\" x 66\"'),(46875,7537,'_sku',''),(46876,7537,'_regular_price','1200.00'),(46877,7537,'_sale_price',''),(46878,7537,'_sale_price_dates_from',''),(46879,7537,'_sale_price_dates_to',''),(46880,7537,'total_sales','0'),(46881,7537,'_tax_status','taxable'),(46882,7537,'_tax_class','parent'),(46883,7537,'_manage_stock','no'),(46884,7537,'_backorders','no'),(46885,7537,'_sold_individually','no'),(46886,7537,'_weight',''),(46887,7537,'_length',''),(46888,7537,'_width',''),(46889,7537,'_height',''),(46890,7537,'_upsell_ids','a:0:{}'),(46891,7537,'_crosssell_ids','a:0:{}'),(46892,7537,'_purchase_note',''),(46893,7537,'_default_attributes','a:0:{}'),(46894,7537,'_virtual','no'),(46895,7537,'_downloadable','no'),(46896,7537,'_product_image_gallery',''),(46897,7537,'_download_limit','-1'),(46898,7537,'_download_expiry','-1'),(46899,7537,'_stock',NULL),(46900,7537,'_wc_average_rating','0'),(46901,7537,'_wc_rating_count','a:0:{}'),(46902,7537,'_wc_review_count','0'),(46903,7537,'_price','1200.00'),(46904,7537,'_product_version','3.0.8'),(46905,7539,'_variation_description','44\" x 66\"'),(46906,7539,'_sku',''),(46907,7539,'_regular_price','1200.00'),(46908,7539,'_sale_price',''),(46909,7539,'_sale_price_dates_from',''),(46910,7539,'_sale_price_dates_to',''),(46911,7539,'total_sales','0'),(46912,7539,'_tax_status','taxable'),(46913,7539,'_tax_class','parent'),(46914,7539,'_manage_stock','no'),(46915,7539,'_backorders','no'),(46916,7539,'_sold_individually','no'),(46917,7539,'_weight',''),(46918,7539,'_length',''),(46919,7539,'_width',''),(46920,7539,'_height',''),(46921,7539,'_upsell_ids','a:0:{}'),(46922,7539,'_crosssell_ids','a:0:{}'),(46923,7539,'_purchase_note',''),(46924,7539,'_default_attributes','a:0:{}'),(46925,7539,'_virtual','no'),(46926,7539,'_downloadable','no'),(46927,7539,'_product_image_gallery',''),(46928,7539,'_download_limit','-1'),(46929,7539,'_download_expiry','-1'),(46930,7539,'_stock',NULL),(46931,7539,'_wc_average_rating','0'),(46932,7539,'_wc_rating_count','a:0:{}'),(46933,7539,'_wc_review_count','0'),(46934,7539,'_price','1200.00'),(46935,7539,'_product_version','3.0.8'),(46936,7541,'_variation_description','44\" x 66\"'),(46937,7541,'_sku',''),(46938,7541,'_regular_price','1200.00'),(46939,7541,'_sale_price',''),(46940,7541,'_sale_price_dates_from',''),(46941,7541,'_sale_price_dates_to',''),(46942,7541,'total_sales','0'),(46943,7541,'_tax_status','taxable'),(46944,7541,'_tax_class','parent'),(46945,7541,'_manage_stock','no'),(46946,7541,'_backorders','no'),(46947,7541,'_sold_individually','no'),(46948,7541,'_weight',''),(46949,7541,'_length',''),(46950,7541,'_width',''),(46951,7541,'_height',''),(46952,7541,'_upsell_ids','a:0:{}'),(46953,7541,'_crosssell_ids','a:0:{}'),(46954,7541,'_purchase_note',''),(46955,7541,'_default_attributes','a:0:{}'),(46956,7541,'_virtual','no'),(46957,7541,'_downloadable','no'),(46958,7541,'_product_image_gallery',''),(46959,7541,'_download_limit','-1'),(46960,7541,'_download_expiry','-1'),(46961,7541,'_stock',NULL),(46962,7541,'_wc_average_rating','0'),(46963,7541,'_wc_rating_count','a:0:{}'),(46964,7541,'_wc_review_count','0'),(46965,7541,'_price','1200.00'),(46966,7541,'_product_version','3.0.8'),(46967,7543,'_variation_description','44\" x 66\"'),(46968,7543,'_sku',''),(46969,7543,'_regular_price','1200.00'),(46970,7543,'_sale_price',''),(46971,7543,'_sale_price_dates_from',''),(46972,7543,'_sale_price_dates_to',''),(46973,7543,'total_sales','0'),(46974,7543,'_tax_status','taxable'),(46975,7543,'_tax_class','parent'),(46976,7543,'_manage_stock','no'),(46977,7543,'_backorders','no'),(46978,7543,'_sold_individually','no'),(46979,7543,'_weight',''),(46980,7543,'_length',''),(46981,7543,'_width',''),(46982,7543,'_height',''),(46983,7543,'_upsell_ids','a:0:{}'),(46984,7543,'_crosssell_ids','a:0:{}'),(46985,7543,'_purchase_note',''),(46986,7543,'_default_attributes','a:0:{}'),(46987,7543,'_virtual','no'),(46988,7543,'_downloadable','no'),(46989,7543,'_product_image_gallery',''),(46990,7543,'_download_limit','-1'),(46991,7543,'_download_expiry','-1'),(46992,7543,'_stock',NULL),(46993,7543,'_wc_average_rating','0'),(46994,7543,'_wc_rating_count','a:0:{}'),(46995,7543,'_wc_review_count','0'),(46996,7543,'_price','1200.00'),(46997,7543,'_product_version','3.0.8'),(46998,7547,'_variation_description','44\" x 66\"'),(46999,7547,'_sku',''),(47000,7547,'_regular_price','1200.00'),(47001,7547,'_sale_price',''),(47002,7547,'_sale_price_dates_from',''),(47003,7547,'_sale_price_dates_to',''),(47004,7547,'total_sales','0'),(47005,7547,'_tax_status','taxable'),(47006,7547,'_tax_class','parent'),(47007,7547,'_manage_stock','no'),(47008,7547,'_backorders','no'),(47009,7547,'_sold_individually','no'),(47010,7547,'_weight',''),(47011,7547,'_length',''),(47012,7547,'_width',''),(47013,7547,'_height',''),(47014,7547,'_upsell_ids','a:0:{}'),(47015,7547,'_crosssell_ids','a:0:{}'),(47016,7547,'_purchase_note',''),(47017,7547,'_default_attributes','a:0:{}'),(47018,7547,'_virtual','no'),(47019,7547,'_downloadable','no'),(47020,7547,'_product_image_gallery',''),(47021,7547,'_download_limit','-1'),(47022,7547,'_download_expiry','-1'),(47023,7547,'_stock',NULL),(47024,7547,'_wc_average_rating','0'),(47025,7547,'_wc_rating_count','a:0:{}'),(47026,7547,'_wc_review_count','0'),(47027,7547,'_price','1200.00'),(47028,7547,'_product_version','3.0.8'),(47029,7549,'_variation_description','44\" x 66\"'),(47030,7549,'_sku',''),(47031,7549,'_regular_price','1200.00'),(47032,7549,'_sale_price',''),(47033,7549,'_sale_price_dates_from',''),(47034,7549,'_sale_price_dates_to',''),(47035,7549,'total_sales','0'),(47036,7549,'_tax_status','taxable'),(47037,7549,'_tax_class','parent'),(47038,7549,'_manage_stock','no'),(47039,7549,'_backorders','no'),(47040,7549,'_sold_individually','no'),(47041,7549,'_weight',''),(47042,7549,'_length',''),(47043,7549,'_width',''),(47044,7549,'_height',''),(47045,7549,'_upsell_ids','a:0:{}'),(47046,7549,'_crosssell_ids','a:0:{}'),(47047,7549,'_purchase_note',''),(47048,7549,'_default_attributes','a:0:{}'),(47049,7549,'_virtual','no'),(47050,7549,'_downloadable','no'),(47051,7549,'_product_image_gallery',''),(47052,7549,'_download_limit','-1'),(47053,7549,'_download_expiry','-1'),(47054,7549,'_stock',NULL),(47055,7549,'_wc_average_rating','0'),(47056,7549,'_wc_rating_count','a:0:{}'),(47057,7549,'_wc_review_count','0'),(47058,7549,'_price','1200.00'),(47059,7549,'_product_version','3.0.8'),(47060,7551,'_variation_description','44\" x 66\"'),(47061,7551,'_sku',''),(47062,7551,'_regular_price','1200.00'),(47063,7551,'_sale_price',''),(47064,7551,'_sale_price_dates_from',''),(47065,7551,'_sale_price_dates_to',''),(47066,7551,'total_sales','0'),(47067,7551,'_tax_status','taxable'),(47068,7551,'_tax_class','parent'),(47069,7551,'_manage_stock','no'),(47070,7551,'_backorders','no'),(47071,7551,'_sold_individually','no'),(47072,7551,'_weight',''),(47073,7551,'_length',''),(47074,7551,'_width',''),(47075,7551,'_height',''),(47076,7551,'_upsell_ids','a:0:{}'),(47077,7551,'_crosssell_ids','a:0:{}'),(47078,7551,'_purchase_note',''),(47079,7551,'_default_attributes','a:0:{}'),(47080,7551,'_virtual','no'),(47081,7551,'_downloadable','no'),(47082,7551,'_product_image_gallery',''),(47083,7551,'_download_limit','-1'),(47084,7551,'_download_expiry','-1'),(47085,7551,'_stock',NULL),(47086,7551,'_wc_average_rating','0'),(47087,7551,'_wc_rating_count','a:0:{}'),(47088,7551,'_wc_review_count','0'),(47089,7551,'_price','1200.00'),(47090,7551,'_product_version','3.0.8'),(47091,7553,'_variation_description','44\" x 66\"'),(47092,7553,'_sku',''),(47093,7553,'_regular_price','1200.00'),(47094,7553,'_sale_price',''),(47095,7553,'_sale_price_dates_from',''),(47096,7553,'_sale_price_dates_to',''),(47097,7553,'total_sales','0'),(47098,7553,'_tax_status','taxable'),(47099,7553,'_tax_class','parent'),(47100,7553,'_manage_stock','no'),(47101,7553,'_backorders','no'),(47102,7553,'_sold_individually','no'),(47103,7553,'_weight',''),(47104,7553,'_length',''),(47105,7553,'_width',''),(47106,7553,'_height',''),(47107,7553,'_upsell_ids','a:0:{}'),(47108,7553,'_crosssell_ids','a:0:{}'),(47109,7553,'_purchase_note',''),(47110,7553,'_default_attributes','a:0:{}'),(47111,7553,'_virtual','no'),(47112,7553,'_downloadable','no'),(47113,7553,'_product_image_gallery',''),(47114,7553,'_download_limit','-1'),(47115,7553,'_download_expiry','-1'),(47116,7553,'_stock',NULL),(47117,7553,'_wc_average_rating','0'),(47118,7553,'_wc_rating_count','a:0:{}'),(47119,7553,'_wc_review_count','0'),(47120,7553,'_price','1200.00'),(47121,7553,'_product_version','3.0.8'),(47122,7555,'_variation_description','44\" x 66\"'),(47123,7555,'_sku',''),(47124,7555,'_regular_price','1200.00'),(47125,7555,'_sale_price',''),(47126,7555,'_sale_price_dates_from',''),(47127,7555,'_sale_price_dates_to',''),(47128,7555,'total_sales','0'),(47129,7555,'_tax_status','taxable'),(47130,7555,'_tax_class','parent'),(47131,7555,'_manage_stock','no'),(47132,7555,'_backorders','no'),(47133,7555,'_sold_individually','no'),(47134,7555,'_weight',''),(47135,7555,'_length',''),(47136,7555,'_width',''),(47137,7555,'_height',''),(47138,7555,'_upsell_ids','a:0:{}'),(47139,7555,'_crosssell_ids','a:0:{}'),(47140,7555,'_purchase_note',''),(47141,7555,'_default_attributes','a:0:{}'),(47142,7555,'_virtual','no'),(47143,7555,'_downloadable','no'),(47144,7555,'_product_image_gallery',''),(47145,7555,'_download_limit','-1'),(47146,7555,'_download_expiry','-1'),(47147,7555,'_stock',NULL),(47148,7555,'_wc_average_rating','0'),(47149,7555,'_wc_rating_count','a:0:{}'),(47150,7555,'_wc_review_count','0'),(47151,7555,'_price','1200.00'),(47152,7555,'_product_version','3.0.8'),(47153,7557,'_variation_description','44\" x 66\"'),(47154,7557,'_sku',''),(47155,7557,'_regular_price','1200.00'),(47156,7557,'_sale_price',''),(47157,7557,'_sale_price_dates_from',''),(47158,7557,'_sale_price_dates_to',''),(47159,7557,'total_sales','0'),(47160,7557,'_tax_status','taxable'),(47161,7557,'_tax_class','parent'),(47162,7557,'_manage_stock','no'),(47163,7557,'_backorders','no'),(47164,7557,'_sold_individually','no'),(47165,7557,'_weight',''),(47166,7557,'_length',''),(47167,7557,'_width',''),(47168,7557,'_height',''),(47169,7557,'_upsell_ids','a:0:{}'),(47170,7557,'_crosssell_ids','a:0:{}'),(47171,7557,'_purchase_note',''),(47172,7557,'_default_attributes','a:0:{}'),(47173,7557,'_virtual','no'),(47174,7557,'_downloadable','no'),(47175,7557,'_product_image_gallery',''),(47176,7557,'_download_limit','-1'),(47177,7557,'_download_expiry','-1'),(47178,7557,'_stock',NULL),(47179,7557,'_wc_average_rating','0'),(47180,7557,'_wc_rating_count','a:0:{}'),(47181,7557,'_wc_review_count','0'),(47182,7557,'_price','1200.00'),(47183,7557,'_product_version','3.0.8'),(47184,7559,'_variation_description','44\" x 66\"'),(47185,7559,'_sku',''),(47186,7559,'_regular_price','1200.00'),(47187,7559,'_sale_price',''),(47188,7559,'_sale_price_dates_from',''),(47189,7559,'_sale_price_dates_to',''),(47190,7559,'total_sales','0'),(47191,7559,'_tax_status','taxable'),(47192,7559,'_tax_class','parent'),(47193,7559,'_manage_stock','no'),(47194,7559,'_backorders','no'),(47195,7559,'_sold_individually','no'),(47196,7559,'_weight',''),(47197,7559,'_length',''),(47198,7559,'_width',''),(47199,7559,'_height',''),(47200,7559,'_upsell_ids','a:0:{}'),(47201,7559,'_crosssell_ids','a:0:{}'),(47202,7559,'_purchase_note',''),(47203,7559,'_default_attributes','a:0:{}'),(47204,7559,'_virtual','no'),(47205,7559,'_downloadable','no'),(47206,7559,'_product_image_gallery',''),(47207,7559,'_download_limit','-1'),(47208,7559,'_download_expiry','-1'),(47209,7559,'_stock',NULL),(47210,7559,'_wc_average_rating','0'),(47211,7559,'_wc_rating_count','a:0:{}'),(47212,7559,'_wc_review_count','0'),(47213,7559,'_price','1200.00'),(47214,7559,'_product_version','3.0.8'),(47215,7561,'_variation_description','44\" x 66\"'),(47216,7561,'_sku',''),(47217,7561,'_regular_price','1200.00'),(47218,7561,'_sale_price',''),(47219,7561,'_sale_price_dates_from',''),(47220,7561,'_sale_price_dates_to',''),(47221,7561,'total_sales','0'),(47222,7561,'_tax_status','taxable'),(47223,7561,'_tax_class','parent'),(47224,7561,'_manage_stock','no'),(47225,7561,'_backorders','no'),(47226,7561,'_sold_individually','no'),(47227,7561,'_weight',''),(47228,7561,'_length',''),(47229,7561,'_width',''),(47230,7561,'_height',''),(47231,7561,'_upsell_ids','a:0:{}'),(47232,7561,'_crosssell_ids','a:0:{}'),(47233,7561,'_purchase_note',''),(47234,7561,'_default_attributes','a:0:{}'),(47235,7561,'_virtual','no'),(47236,7561,'_downloadable','no'),(47237,7561,'_product_image_gallery',''),(47238,7561,'_download_limit','-1'),(47239,7561,'_download_expiry','-1'),(47240,7561,'_stock',NULL),(47241,7561,'_wc_average_rating','0'),(47242,7561,'_wc_rating_count','a:0:{}'),(47243,7561,'_wc_review_count','0'),(47244,7561,'_price','1200.00'),(47245,7561,'_product_version','3.0.8'),(47394,7563,'_variation_description','44\" x 66\"'),(47395,7563,'_sku',''),(47396,7563,'_regular_price','1200.00'),(47397,7563,'_sale_price',''),(47398,7563,'_sale_price_dates_from',''),(47399,7563,'_sale_price_dates_to',''),(47400,7563,'total_sales','0'),(47401,7563,'_tax_status','taxable'),(47402,7563,'_tax_class','parent'),(47403,7563,'_manage_stock','no'),(47404,7563,'_backorders','no'),(47405,7563,'_sold_individually','no'),(47406,7563,'_weight',''),(47407,7563,'_length',''),(47408,7563,'_width',''),(47409,7563,'_height',''),(47410,7563,'_upsell_ids','a:0:{}'),(47411,7563,'_crosssell_ids','a:0:{}'),(47412,7563,'_purchase_note',''),(47413,7563,'_default_attributes','a:0:{}'),(47414,7563,'_virtual','no'),(47415,7563,'_downloadable','no'),(47416,7563,'_product_image_gallery',''),(47417,7563,'_download_limit','-1'),(47418,7563,'_download_expiry','-1'),(47419,7563,'_stock',NULL),(47420,7563,'_wc_average_rating','0'),(47421,7563,'_wc_rating_count','a:0:{}'),(47422,7563,'_wc_review_count','0'),(47423,7563,'_price','1200.00'),(47424,7563,'_product_version','3.0.8'),(47425,7565,'_variation_description','44\" x 66\"'),(47426,7565,'_sku',''),(47427,7565,'_regular_price','1200.00'),(47428,7565,'_sale_price',''),(47429,7565,'_sale_price_dates_from',''),(47430,7565,'_sale_price_dates_to',''),(47431,7565,'total_sales','0'),(47432,7565,'_tax_status','taxable'),(47433,7565,'_tax_class','parent'),(47434,7565,'_manage_stock','no'),(47435,7565,'_backorders','no'),(47436,7565,'_sold_individually','no'),(47437,7565,'_weight',''),(47438,7565,'_length',''),(47439,7565,'_width',''),(47440,7565,'_height',''),(47441,7565,'_upsell_ids','a:0:{}'),(47442,7565,'_crosssell_ids','a:0:{}'),(47443,7565,'_purchase_note',''),(47444,7565,'_default_attributes','a:0:{}'),(47445,7565,'_virtual','no'),(47446,7565,'_downloadable','no'),(47447,7565,'_product_image_gallery',''),(47448,7565,'_download_limit','-1'),(47449,7565,'_download_expiry','-1'),(47450,7565,'_stock',NULL),(47451,7565,'_wc_average_rating','0'),(47452,7565,'_wc_rating_count','a:0:{}'),(47453,7565,'_wc_review_count','0'),(47454,7565,'_price','1200.00'),(47455,7565,'_product_version','3.0.8'),(47456,7567,'_variation_description','44\" x 66\"'),(47457,7567,'_sku',''),(47458,7567,'_regular_price','1200.00'),(47459,7567,'_sale_price',''),(47460,7567,'_sale_price_dates_from',''),(47461,7567,'_sale_price_dates_to',''),(47462,7567,'total_sales','0'),(47463,7567,'_tax_status','taxable'),(47464,7567,'_tax_class','parent'),(47465,7567,'_manage_stock','no'),(47466,7567,'_backorders','no'),(47467,7567,'_sold_individually','no'),(47468,7567,'_weight',''),(47469,7567,'_length',''),(47470,7567,'_width',''),(47471,7567,'_height',''),(47472,7567,'_upsell_ids','a:0:{}'),(47473,7567,'_crosssell_ids','a:0:{}'),(47474,7567,'_purchase_note',''),(47475,7567,'_default_attributes','a:0:{}'),(47476,7567,'_virtual','no'),(47477,7567,'_downloadable','no'),(47478,7567,'_product_image_gallery',''),(47479,7567,'_download_limit','-1'),(47480,7567,'_download_expiry','-1'),(47481,7567,'_stock',NULL),(47482,7567,'_wc_average_rating','0'),(47483,7567,'_wc_rating_count','a:0:{}'),(47484,7567,'_wc_review_count','0'),(47485,7567,'_price','1200.00'),(47486,7567,'_product_version','3.0.8'),(47487,7569,'_variation_description','44\" x 66\"'),(47488,7569,'_sku',''),(47489,7569,'_regular_price','1200.00'),(47490,7569,'_sale_price',''),(47491,7569,'_sale_price_dates_from',''),(47492,7569,'_sale_price_dates_to',''),(47493,7569,'total_sales','0'),(47494,7569,'_tax_status','taxable'),(47495,7569,'_tax_class','parent'),(47496,7569,'_manage_stock','no'),(47497,7569,'_backorders','no'),(47498,7569,'_sold_individually','no'),(47499,7569,'_weight',''),(47500,7569,'_length',''),(47501,7569,'_width',''),(47502,7569,'_height',''),(47503,7569,'_upsell_ids','a:0:{}'),(47504,7569,'_crosssell_ids','a:0:{}'),(47505,7569,'_purchase_note',''),(47506,7569,'_default_attributes','a:0:{}'),(47507,7569,'_virtual','no'),(47508,7569,'_downloadable','no'),(47509,7569,'_product_image_gallery',''),(47510,7569,'_download_limit','-1'),(47511,7569,'_download_expiry','-1'),(47512,7569,'_stock',NULL),(47513,7569,'_wc_average_rating','0'),(47514,7569,'_wc_rating_count','a:0:{}'),(47515,7569,'_wc_review_count','0'),(47516,7569,'_price','1200.00'),(47517,7569,'_product_version','3.0.8'),(47518,7571,'_variation_description','44\" x 66\"'),(47519,7571,'_sku',''),(47520,7571,'_regular_price','1200.00'),(47521,7571,'_sale_price',''),(47522,7571,'_sale_price_dates_from',''),(47523,7571,'_sale_price_dates_to',''),(47524,7571,'total_sales','0'),(47525,7571,'_tax_status','taxable'),(47526,7571,'_tax_class','parent'),(47527,7571,'_manage_stock','no'),(47528,7571,'_backorders','no'),(47529,7571,'_sold_individually','no'),(47530,7571,'_weight',''),(47531,7571,'_length',''),(47532,7571,'_width',''),(47533,7571,'_height',''),(47534,7571,'_upsell_ids','a:0:{}'),(47535,7571,'_crosssell_ids','a:0:{}'),(47536,7571,'_purchase_note',''),(47537,7571,'_default_attributes','a:0:{}'),(47538,7571,'_virtual','no'),(47539,7571,'_downloadable','no'),(47540,7571,'_product_image_gallery',''),(47541,7571,'_download_limit','-1'),(47542,7571,'_download_expiry','-1'),(47543,7571,'_stock',NULL),(47544,7571,'_wc_average_rating','0'),(47545,7571,'_wc_rating_count','a:0:{}'),(47546,7571,'_wc_review_count','0'),(47547,7571,'_price','1200.00'),(47548,7571,'_product_version','3.0.8'),(47549,7573,'_variation_description','44\" x 66\"'),(47550,7573,'_sku',''),(47551,7573,'_regular_price','1200.00'),(47552,7573,'_sale_price',''),(47553,7573,'_sale_price_dates_from',''),(47554,7573,'_sale_price_dates_to',''),(47555,7573,'total_sales','0'),(47556,7573,'_tax_status','taxable'),(47557,7573,'_tax_class','parent'),(47558,7573,'_manage_stock','no'),(47559,7573,'_backorders','no'),(47560,7573,'_sold_individually','no'),(47561,7573,'_weight',''),(47562,7573,'_length',''),(47563,7573,'_width',''),(47564,7573,'_height',''),(47565,7573,'_upsell_ids','a:0:{}'),(47566,7573,'_crosssell_ids','a:0:{}'),(47567,7573,'_purchase_note',''),(47568,7573,'_default_attributes','a:0:{}'),(47569,7573,'_virtual','no'),(47570,7573,'_downloadable','no'),(47571,7573,'_product_image_gallery',''),(47572,7573,'_download_limit','-1'),(47573,7573,'_download_expiry','-1'),(47574,7573,'_stock',NULL),(47575,7573,'_wc_average_rating','0'),(47576,7573,'_wc_rating_count','a:0:{}'),(47577,7573,'_wc_review_count','0'),(47578,7573,'_price','1200.00'),(47579,7573,'_product_version','3.0.8'),(47580,7575,'_variation_description','44\" x 66\"'),(47581,7575,'_sku',''),(47582,7575,'_regular_price','1200.00'),(47583,7575,'_sale_price',''),(47584,7575,'_sale_price_dates_from',''),(47585,7575,'_sale_price_dates_to',''),(47586,7575,'total_sales','0'),(47587,7575,'_tax_status','taxable'),(47588,7575,'_tax_class','parent'),(47589,7575,'_manage_stock','no'),(47590,7575,'_backorders','no'),(47591,7575,'_sold_individually','no'),(47592,7575,'_weight',''),(47593,7575,'_length',''),(47594,7575,'_width',''),(47595,7575,'_height',''),(47596,7575,'_upsell_ids','a:0:{}'),(47597,7575,'_crosssell_ids','a:0:{}'),(47598,7575,'_purchase_note',''),(47599,7575,'_default_attributes','a:0:{}'),(47600,7575,'_virtual','no'),(47601,7575,'_downloadable','no'),(47602,7575,'_product_image_gallery',''),(47603,7575,'_download_limit','-1'),(47604,7575,'_download_expiry','-1'),(47605,7575,'_stock',NULL),(47606,7575,'_wc_average_rating','0'),(47607,7575,'_wc_rating_count','a:0:{}'),(47608,7575,'_wc_review_count','0'),(47609,7575,'_price','1200.00'),(47610,7575,'_product_version','3.0.8'),(47611,7577,'_variation_description','44\" x 66\"'),(47612,7577,'_sku',''),(47613,7577,'_regular_price','1200.00'),(47614,7577,'_sale_price',''),(47615,7577,'_sale_price_dates_from',''),(47616,7577,'_sale_price_dates_to',''),(47617,7577,'total_sales','0'),(47618,7577,'_tax_status','taxable'),(47619,7577,'_tax_class','parent'),(47620,7577,'_manage_stock','no'),(47621,7577,'_backorders','no'),(47622,7577,'_sold_individually','no'),(47623,7577,'_weight',''),(47624,7577,'_length',''),(47625,7577,'_width',''),(47626,7577,'_height',''),(47627,7577,'_upsell_ids','a:0:{}'),(47628,7577,'_crosssell_ids','a:0:{}'),(47629,7577,'_purchase_note',''),(47630,7577,'_default_attributes','a:0:{}'),(47631,7577,'_virtual','no'),(47632,7577,'_downloadable','no'),(47633,7577,'_product_image_gallery',''),(47634,7577,'_download_limit','-1'),(47635,7577,'_download_expiry','-1'),(47636,7577,'_stock',NULL),(47637,7577,'_wc_average_rating','0'),(47638,7577,'_wc_rating_count','a:0:{}'),(47639,7577,'_wc_review_count','0'),(47640,7577,'_price','1200.00'),(47641,7577,'_product_version','3.0.8'),(47642,7579,'_variation_description','44\" x 66\"'),(47643,7579,'_sku',''),(47644,7579,'_regular_price','1200.00'),(47645,7579,'_sale_price',''),(47646,7579,'_sale_price_dates_from',''),(47647,7579,'_sale_price_dates_to',''),(47648,7579,'total_sales','0'),(47649,7579,'_tax_status','taxable'),(47650,7579,'_tax_class','parent'),(47651,7579,'_manage_stock','no'),(47652,7579,'_backorders','no'),(47653,7579,'_sold_individually','no'),(47654,7579,'_weight',''),(47655,7579,'_length',''),(47656,7579,'_width',''),(47657,7579,'_height',''),(47658,7579,'_upsell_ids','a:0:{}'),(47659,7579,'_crosssell_ids','a:0:{}'),(47660,7579,'_purchase_note',''),(47661,7579,'_default_attributes','a:0:{}'),(47662,7579,'_virtual','no'),(47663,7579,'_downloadable','no'),(47664,7579,'_product_image_gallery',''),(47665,7579,'_download_limit','-1'),(47666,7579,'_download_expiry','-1'),(47667,7579,'_stock',NULL),(47668,7579,'_wc_average_rating','0'),(47669,7579,'_wc_rating_count','a:0:{}'),(47670,7579,'_wc_review_count','0'),(47671,7579,'_price','1200.00'),(47672,7579,'_product_version','3.0.8'),(47673,7581,'_variation_description','44\" x 66\"'),(47674,7581,'_sku',''),(47675,7581,'_regular_price','1200.00'),(47676,7581,'_sale_price',''),(47677,7581,'_sale_price_dates_from',''),(47678,7581,'_sale_price_dates_to',''),(47679,7581,'total_sales','0'),(47680,7581,'_tax_status','taxable'),(47681,7581,'_tax_class','parent'),(47682,7581,'_manage_stock','no'),(47683,7581,'_backorders','no'),(47684,7581,'_sold_individually','no'),(47685,7581,'_weight',''),(47686,7581,'_length',''),(47687,7581,'_width',''),(47688,7581,'_height',''),(47689,7581,'_upsell_ids','a:0:{}'),(47690,7581,'_crosssell_ids','a:0:{}'),(47691,7581,'_purchase_note',''),(47692,7581,'_default_attributes','a:0:{}'),(47693,7581,'_virtual','no'),(47694,7581,'_downloadable','no'),(47695,7581,'_product_image_gallery',''),(47696,7581,'_download_limit','-1'),(47697,7581,'_download_expiry','-1'),(47698,7581,'_stock',NULL),(47699,7581,'_wc_average_rating','0'),(47700,7581,'_wc_rating_count','a:0:{}'),(47701,7581,'_wc_review_count','0'),(47702,7581,'_price','1200.00'),(47703,7581,'_product_version','3.0.8'),(47704,7583,'_variation_description','44\" x 66\"'),(47705,7583,'_sku',''),(47706,7583,'_regular_price','1200.00'),(47707,7583,'_sale_price',''),(47708,7583,'_sale_price_dates_from',''),(47709,7583,'_sale_price_dates_to',''),(47710,7583,'total_sales','0'),(47711,7583,'_tax_status','taxable'),(47712,7583,'_tax_class','parent'),(47713,7583,'_manage_stock','no'),(47714,7583,'_backorders','no'),(47715,7583,'_sold_individually','no'),(47716,7583,'_weight',''),(47717,7583,'_length',''),(47718,7583,'_width',''),(47719,7583,'_height',''),(47720,7583,'_upsell_ids','a:0:{}'),(47721,7583,'_crosssell_ids','a:0:{}'),(47722,7583,'_purchase_note',''),(47723,7583,'_default_attributes','a:0:{}'),(47724,7583,'_virtual','no'),(47725,7583,'_downloadable','no'),(47726,7583,'_product_image_gallery',''),(47727,7583,'_download_limit','-1'),(47728,7583,'_download_expiry','-1'),(47729,7583,'_stock',NULL),(47730,7583,'_wc_average_rating','0'),(47731,7583,'_wc_rating_count','a:0:{}'),(47732,7583,'_wc_review_count','0'),(47733,7583,'_price','1200.00'),(47734,7583,'_product_version','3.0.8'),(47735,7585,'_variation_description','44\" x 66\"'),(47736,7585,'_sku',''),(47737,7585,'_regular_price','1200.00'),(47738,7585,'_sale_price',''),(47739,7585,'_sale_price_dates_from',''),(47740,7585,'_sale_price_dates_to',''),(47741,7585,'total_sales','0'),(47742,7585,'_tax_status','taxable'),(47743,7585,'_tax_class','parent'),(47744,7585,'_manage_stock','no'),(47745,7585,'_backorders','no'),(47746,7585,'_sold_individually','no'),(47747,7585,'_weight',''),(47748,7585,'_length',''),(47749,7585,'_width',''),(47750,7585,'_height',''),(47751,7585,'_upsell_ids','a:0:{}'),(47752,7585,'_crosssell_ids','a:0:{}'),(47753,7585,'_purchase_note',''),(47754,7585,'_default_attributes','a:0:{}'),(47755,7585,'_virtual','no'),(47756,7585,'_downloadable','no'),(47757,7585,'_product_image_gallery',''),(47758,7585,'_download_limit','-1'),(47759,7585,'_download_expiry','-1'),(47760,7585,'_stock',NULL),(47761,7585,'_wc_average_rating','0'),(47762,7585,'_wc_rating_count','a:0:{}'),(47763,7585,'_wc_review_count','0'),(47764,7585,'_price','1200.00'),(47765,7585,'_product_version','3.0.8'),(47922,7587,'_variation_description','44\" x 66\"'),(47923,7587,'_sku',''),(47924,7587,'_regular_price','1200.00'),(47925,7587,'_sale_price',''),(47926,7587,'_sale_price_dates_from',''),(47927,7587,'_sale_price_dates_to',''),(47928,7587,'total_sales','0'),(47929,7587,'_tax_status','taxable'),(47930,7587,'_tax_class','parent'),(47931,7587,'_manage_stock','no'),(47932,7587,'_backorders','no'),(47933,7587,'_sold_individually','no'),(47934,7587,'_weight',''),(47935,7587,'_length',''),(47936,7587,'_width',''),(47937,7587,'_height',''),(47938,7587,'_upsell_ids','a:0:{}'),(47939,7587,'_crosssell_ids','a:0:{}'),(47940,7587,'_purchase_note',''),(47941,7587,'_default_attributes','a:0:{}'),(47942,7587,'_virtual','no'),(47943,7587,'_downloadable','no'),(47944,7587,'_product_image_gallery',''),(47945,7587,'_download_limit','-1'),(47946,7587,'_download_expiry','-1'),(47947,7587,'_stock',NULL),(47948,7587,'_wc_average_rating','0'),(47949,7587,'_wc_rating_count','a:0:{}'),(47950,7587,'_wc_review_count','0'),(47951,7587,'_price','1200.00'),(47952,7587,'_product_version','3.0.8'),(47953,7589,'_variation_description','44\" x 66\"'),(47954,7589,'_sku',''),(47955,7589,'_regular_price','1200.00'),(47956,7589,'_sale_price',''),(47957,7589,'_sale_price_dates_from',''),(47958,7589,'_sale_price_dates_to',''),(47959,7589,'total_sales','0'),(47960,7589,'_tax_status','taxable'),(47961,7589,'_tax_class','parent'),(47962,7589,'_manage_stock','no'),(47963,7589,'_backorders','no'),(47964,7589,'_sold_individually','no'),(47965,7589,'_weight',''),(47966,7589,'_length',''),(47967,7589,'_width',''),(47968,7589,'_height',''),(47969,7589,'_upsell_ids','a:0:{}'),(47970,7589,'_crosssell_ids','a:0:{}'),(47971,7589,'_purchase_note',''),(47972,7589,'_default_attributes','a:0:{}'),(47973,7589,'_virtual','no'),(47974,7589,'_downloadable','no'),(47975,7589,'_product_image_gallery',''),(47976,7589,'_download_limit','-1'),(47977,7589,'_download_expiry','-1'),(47978,7589,'_stock',NULL),(47979,7589,'_wc_average_rating','0'),(47980,7589,'_wc_rating_count','a:0:{}'),(47981,7589,'_wc_review_count','0'),(47982,7589,'_price','1200.00'),(47983,7589,'_product_version','3.0.8'),(47984,7591,'_variation_description','44\" x 66\"'),(47985,7591,'_sku',''),(47986,7591,'_regular_price','1200.00'),(47987,7591,'_sale_price',''),(47988,7591,'_sale_price_dates_from',''),(47989,7591,'_sale_price_dates_to',''),(47990,7591,'total_sales','0'),(47991,7591,'_tax_status','taxable'),(47992,7591,'_tax_class','parent'),(47993,7591,'_manage_stock','no'),(47994,7591,'_backorders','no'),(47995,7591,'_sold_individually','no'),(47996,7591,'_weight',''),(47997,7591,'_length',''),(47998,7591,'_width',''),(47999,7591,'_height',''),(48000,7591,'_upsell_ids','a:0:{}'),(48001,7591,'_crosssell_ids','a:0:{}'),(48002,7591,'_purchase_note',''),(48003,7591,'_default_attributes','a:0:{}'),(48004,7591,'_virtual','no'),(48005,7591,'_downloadable','no'),(48006,7591,'_product_image_gallery',''),(48007,7591,'_download_limit','-1'),(48008,7591,'_download_expiry','-1'),(48009,7591,'_stock',NULL),(48010,7591,'_wc_average_rating','0'),(48011,7591,'_wc_rating_count','a:0:{}'),(48012,7591,'_wc_review_count','0'),(48013,7591,'_price','1200.00'),(48014,7591,'_product_version','3.0.8'),(48015,7593,'_variation_description','44\" x 66\"'),(48016,7593,'_sku',''),(48017,7593,'_regular_price','1200.00'),(48018,7593,'_sale_price',''),(48019,7593,'_sale_price_dates_from',''),(48020,7593,'_sale_price_dates_to',''),(48021,7593,'total_sales','0'),(48022,7593,'_tax_status','taxable'),(48023,7593,'_tax_class','parent'),(48024,7593,'_manage_stock','no'),(48025,7593,'_backorders','no'),(48026,7593,'_sold_individually','no'),(48027,7593,'_weight',''),(48028,7593,'_length',''),(48029,7593,'_width',''),(48030,7593,'_height',''),(48031,7593,'_upsell_ids','a:0:{}'),(48032,7593,'_crosssell_ids','a:0:{}'),(48033,7593,'_purchase_note',''),(48034,7593,'_default_attributes','a:0:{}'),(48035,7593,'_virtual','no'),(48036,7593,'_downloadable','no'),(48037,7593,'_product_image_gallery',''),(48038,7593,'_download_limit','-1'),(48039,7593,'_download_expiry','-1'),(48040,7593,'_stock',NULL),(48041,7593,'_wc_average_rating','0'),(48042,7593,'_wc_rating_count','a:0:{}'),(48043,7593,'_wc_review_count','0'),(48044,7593,'_price','1200.00'),(48045,7593,'_product_version','3.0.8'),(48046,7595,'_variation_description','44\" x 66\"'),(48047,7595,'_sku',''),(48048,7595,'_regular_price','1200.00'),(48049,7595,'_sale_price',''),(48050,7595,'_sale_price_dates_from',''),(48051,7595,'_sale_price_dates_to',''),(48052,7595,'total_sales','0'),(48053,7595,'_tax_status','taxable'),(48054,7595,'_tax_class','parent'),(48055,7595,'_manage_stock','no'),(48056,7595,'_backorders','no'),(48057,7595,'_sold_individually','no'),(48058,7595,'_weight',''),(48059,7595,'_length',''),(48060,7595,'_width',''),(48061,7595,'_height',''),(48062,7595,'_upsell_ids','a:0:{}'),(48063,7595,'_crosssell_ids','a:0:{}'),(48064,7595,'_purchase_note',''),(48065,7595,'_default_attributes','a:0:{}'),(48066,7595,'_virtual','no'),(48067,7595,'_downloadable','no'),(48068,7595,'_product_image_gallery',''),(48069,7595,'_download_limit','-1'),(48070,7595,'_download_expiry','-1'),(48071,7595,'_stock',NULL),(48072,7595,'_wc_average_rating','0'),(48073,7595,'_wc_rating_count','a:0:{}'),(48074,7595,'_wc_review_count','0'),(48075,7595,'_price','1200.00'),(48076,7595,'_product_version','3.0.8'),(48077,7597,'_variation_description','44\" x 66\"'),(48078,7597,'_sku',''),(48079,7597,'_regular_price','1200.00'),(48080,7597,'_sale_price',''),(48081,7597,'_sale_price_dates_from',''),(48082,7597,'_sale_price_dates_to',''),(48083,7597,'total_sales','0'),(48084,7597,'_tax_status','taxable'),(48085,7597,'_tax_class','parent'),(48086,7597,'_manage_stock','no'),(48087,7597,'_backorders','no'),(48088,7597,'_sold_individually','no'),(48089,7597,'_weight',''),(48090,7597,'_length',''),(48091,7597,'_width',''),(48092,7597,'_height',''),(48093,7597,'_upsell_ids','a:0:{}'),(48094,7597,'_crosssell_ids','a:0:{}'),(48095,7597,'_purchase_note',''),(48096,7597,'_default_attributes','a:0:{}'),(48097,7597,'_virtual','no'),(48098,7597,'_downloadable','no'),(48099,7597,'_product_image_gallery',''),(48100,7597,'_download_limit','-1'),(48101,7597,'_download_expiry','-1'),(48102,7597,'_stock',NULL),(48103,7597,'_wc_average_rating','0'),(48104,7597,'_wc_rating_count','a:0:{}'),(48105,7597,'_wc_review_count','0'),(48106,7597,'_price','1200.00'),(48107,7597,'_product_version','3.0.8'),(48108,7599,'_variation_description','44\" x 66\"'),(48109,7599,'_sku',''),(48110,7599,'_regular_price','1200.00'),(48111,7599,'_sale_price',''),(48112,7599,'_sale_price_dates_from',''),(48113,7599,'_sale_price_dates_to',''),(48114,7599,'total_sales','0'),(48115,7599,'_tax_status','taxable'),(48116,7599,'_tax_class','parent'),(48117,7599,'_manage_stock','no'),(48118,7599,'_backorders','no'),(48119,7599,'_sold_individually','no'),(48120,7599,'_weight',''),(48121,7599,'_length',''),(48122,7599,'_width',''),(48123,7599,'_height',''),(48124,7599,'_upsell_ids','a:0:{}'),(48125,7599,'_crosssell_ids','a:0:{}'),(48126,7599,'_purchase_note',''),(48127,7599,'_default_attributes','a:0:{}'),(48128,7599,'_virtual','no'),(48129,7599,'_downloadable','no'),(48130,7599,'_product_image_gallery',''),(48131,7599,'_download_limit','-1'),(48132,7599,'_download_expiry','-1'),(48133,7599,'_stock',NULL),(48134,7599,'_wc_average_rating','0'),(48135,7599,'_wc_rating_count','a:0:{}'),(48136,7599,'_wc_review_count','0'),(48137,7599,'_price','1200.00'),(48138,7599,'_product_version','3.0.8'),(48139,7601,'_variation_description','44\" x 66\"'),(48140,7601,'_sku',''),(48141,7601,'_regular_price','1200.00'),(48142,7601,'_sale_price',''),(48143,7601,'_sale_price_dates_from',''),(48144,7601,'_sale_price_dates_to',''),(48145,7601,'total_sales','0'),(48146,7601,'_tax_status','taxable'),(48147,7601,'_tax_class','parent'),(48148,7601,'_manage_stock','no'),(48149,7601,'_backorders','no'),(48150,7601,'_sold_individually','no'),(48151,7601,'_weight',''),(48152,7601,'_length',''),(48153,7601,'_width',''),(48154,7601,'_height',''),(48155,7601,'_upsell_ids','a:0:{}'),(48156,7601,'_crosssell_ids','a:0:{}'),(48157,7601,'_purchase_note',''),(48158,7601,'_default_attributes','a:0:{}'),(48159,7601,'_virtual','no'),(48160,7601,'_downloadable','no'),(48161,7601,'_product_image_gallery',''),(48162,7601,'_download_limit','-1'),(48163,7601,'_download_expiry','-1'),(48164,7601,'_stock',NULL),(48165,7601,'_wc_average_rating','0'),(48166,7601,'_wc_rating_count','a:0:{}'),(48167,7601,'_wc_review_count','0'),(48168,7601,'_price','1200.00'),(48169,7601,'_product_version','3.0.8'),(48170,7603,'_variation_description','44\" x 66\"'),(48171,7603,'_sku',''),(48172,7603,'_regular_price','1200.00'),(48173,7603,'_sale_price',''),(48174,7603,'_sale_price_dates_from',''),(48175,7603,'_sale_price_dates_to',''),(48176,7603,'total_sales','0'),(48177,7603,'_tax_status','taxable'),(48178,7603,'_tax_class','parent'),(48179,7603,'_manage_stock','no'),(48180,7603,'_backorders','no'),(48181,7603,'_sold_individually','no'),(48182,7603,'_weight',''),(48183,7603,'_length',''),(48184,7603,'_width',''),(48185,7603,'_height',''),(48186,7603,'_upsell_ids','a:0:{}'),(48187,7603,'_crosssell_ids','a:0:{}'),(48188,7603,'_purchase_note',''),(48189,7603,'_default_attributes','a:0:{}'),(48190,7603,'_virtual','no'),(48191,7603,'_downloadable','no'),(48192,7603,'_product_image_gallery',''),(48193,7603,'_download_limit','-1'),(48194,7603,'_download_expiry','-1'),(48195,7603,'_stock',NULL),(48196,7603,'_wc_average_rating','0'),(48197,7603,'_wc_rating_count','a:0:{}'),(48198,7603,'_wc_review_count','0'),(48199,7603,'_price','1200.00'),(48200,7603,'_product_version','3.0.8'),(48201,7605,'_variation_description','44\" x 66\"'),(48202,7605,'_sku',''),(48203,7605,'_regular_price','1200.00'),(48204,7605,'_sale_price',''),(48205,7605,'_sale_price_dates_from',''),(48206,7605,'_sale_price_dates_to',''),(48207,7605,'total_sales','0'),(48208,7605,'_tax_status','taxable'),(48209,7605,'_tax_class','parent'),(48210,7605,'_manage_stock','no'),(48211,7605,'_backorders','no'),(48212,7605,'_sold_individually','no'),(48213,7605,'_weight',''),(48214,7605,'_length',''),(48215,7605,'_width',''),(48216,7605,'_height',''),(48217,7605,'_upsell_ids','a:0:{}'),(48218,7605,'_crosssell_ids','a:0:{}'),(48219,7605,'_purchase_note',''),(48220,7605,'_default_attributes','a:0:{}'),(48221,7605,'_virtual','no'),(48222,7605,'_downloadable','no'),(48223,7605,'_product_image_gallery',''),(48224,7605,'_download_limit','-1'),(48225,7605,'_download_expiry','-1'),(48226,7605,'_stock',NULL),(48227,7605,'_wc_average_rating','0'),(48228,7605,'_wc_rating_count','a:0:{}'),(48229,7605,'_wc_review_count','0'),(48230,7605,'_price','1200.00'),(48231,7605,'_product_version','3.0.8'),(48232,7607,'_variation_description','44\" x 66\"'),(48233,7607,'_sku',''),(48234,7607,'_regular_price','1200.00'),(48235,7607,'_sale_price',''),(48236,7607,'_sale_price_dates_from',''),(48237,7607,'_sale_price_dates_to',''),(48238,7607,'total_sales','0'),(48239,7607,'_tax_status','taxable'),(48240,7607,'_tax_class','parent'),(48241,7607,'_manage_stock','no'),(48242,7607,'_backorders','no'),(48243,7607,'_sold_individually','no'),(48244,7607,'_weight',''),(48245,7607,'_length',''),(48246,7607,'_width',''),(48247,7607,'_height',''),(48248,7607,'_upsell_ids','a:0:{}'),(48249,7607,'_crosssell_ids','a:0:{}'),(48250,7607,'_purchase_note',''),(48251,7607,'_default_attributes','a:0:{}'),(48252,7607,'_virtual','no'),(48253,7607,'_downloadable','no'),(48254,7607,'_product_image_gallery',''),(48255,7607,'_download_limit','-1'),(48256,7607,'_download_expiry','-1'),(48257,7607,'_stock',NULL),(48258,7607,'_wc_average_rating','0'),(48259,7607,'_wc_rating_count','a:0:{}'),(48260,7607,'_wc_review_count','0'),(48261,7607,'_price','1200.00'),(48262,7607,'_product_version','3.0.8'),(48263,7609,'_variation_description','44\" x 66\"'),(48264,7609,'_sku',''),(48265,7609,'_regular_price','1200.00'),(48266,7609,'_sale_price',''),(48267,7609,'_sale_price_dates_from',''),(48268,7609,'_sale_price_dates_to',''),(48269,7609,'total_sales','0'),(48270,7609,'_tax_status','taxable'),(48271,7609,'_tax_class','parent'),(48272,7609,'_manage_stock','no'),(48273,7609,'_backorders','no'),(48274,7609,'_sold_individually','no'),(48275,7609,'_weight',''),(48276,7609,'_length',''),(48277,7609,'_width',''),(48278,7609,'_height',''),(48279,7609,'_upsell_ids','a:0:{}'),(48280,7609,'_crosssell_ids','a:0:{}'),(48281,7609,'_purchase_note',''),(48282,7609,'_default_attributes','a:0:{}'),(48283,7609,'_virtual','no'),(48284,7609,'_downloadable','no'),(48285,7609,'_product_image_gallery',''),(48286,7609,'_download_limit','-1'),(48287,7609,'_download_expiry','-1'),(48288,7609,'_stock',NULL),(48289,7609,'_wc_average_rating','0'),(48290,7609,'_wc_rating_count','a:0:{}'),(48291,7609,'_wc_review_count','0'),(48292,7609,'_price','1200.00'),(48293,7609,'_product_version','3.0.8'),(48294,7611,'_variation_description','44\" x 66\"'),(48295,7611,'_sku',''),(48296,7611,'_regular_price','1200.00'),(48297,7611,'_sale_price',''),(48298,7611,'_sale_price_dates_from',''),(48299,7611,'_sale_price_dates_to',''),(48300,7611,'total_sales','0'),(48301,7611,'_tax_status','taxable'),(48302,7611,'_tax_class','parent'),(48303,7611,'_manage_stock','no'),(48304,7611,'_backorders','no'),(48305,7611,'_sold_individually','no'),(48306,7611,'_weight',''),(48307,7611,'_length',''),(48308,7611,'_width',''),(48309,7611,'_height',''),(48310,7611,'_upsell_ids','a:0:{}'),(48311,7611,'_crosssell_ids','a:0:{}'),(48312,7611,'_purchase_note',''),(48313,7611,'_default_attributes','a:0:{}'),(48314,7611,'_virtual','no'),(48315,7611,'_downloadable','no'),(48316,7611,'_product_image_gallery',''),(48317,7611,'_download_limit','-1'),(48318,7611,'_download_expiry','-1'),(48319,7611,'_stock',NULL),(48320,7611,'_wc_average_rating','0'),(48321,7611,'_wc_rating_count','a:0:{}'),(48322,7611,'_wc_review_count','0'),(48323,7611,'_price','1200.00'),(48324,7611,'_product_version','3.0.8'),(48481,7613,'_variation_description','44\" x 66\"'),(48482,7613,'_sku',''),(48483,7613,'_regular_price','1200.00'),(48484,7613,'_sale_price',''),(48485,7613,'_sale_price_dates_from',''),(48486,7613,'_sale_price_dates_to',''),(48487,7613,'total_sales','0'),(48488,7613,'_tax_status','taxable'),(48489,7613,'_tax_class','parent'),(48490,7613,'_manage_stock','no'),(48491,7613,'_backorders','no'),(48492,7613,'_sold_individually','no'),(48493,7613,'_weight',''),(48494,7613,'_length',''),(48495,7613,'_width',''),(48496,7613,'_height',''),(48497,7613,'_upsell_ids','a:0:{}'),(48498,7613,'_crosssell_ids','a:0:{}'),(48499,7613,'_purchase_note',''),(48500,7613,'_default_attributes','a:0:{}'),(48501,7613,'_virtual','no'),(48502,7613,'_downloadable','no'),(48503,7613,'_product_image_gallery',''),(48504,7613,'_download_limit','-1'),(48505,7613,'_download_expiry','-1'),(48506,7613,'_stock',NULL),(48507,7613,'_wc_average_rating','0'),(48508,7613,'_wc_rating_count','a:0:{}'),(48509,7613,'_wc_review_count','0'),(48510,7613,'_price','1200.00'),(48511,7613,'_product_version','3.0.8'),(48578,7510,'_variation_description','36\" x 54\"'),(48579,7510,'_sku',''),(48580,7510,'_regular_price','900.00'),(48581,7510,'_sale_price',''),(48582,7510,'_sale_price_dates_from',''),(48583,7510,'_sale_price_dates_to',''),(48584,7510,'total_sales','0'),(48585,7510,'_tax_status','taxable'),(48586,7510,'_tax_class','parent'),(48587,7510,'_manage_stock','no'),(48588,7510,'_backorders','no'),(48589,7510,'_sold_individually','no'),(48590,7510,'_weight',''),(48591,7510,'_length',''),(48592,7510,'_width',''),(48593,7510,'_height',''),(48594,7510,'_upsell_ids','a:0:{}'),(48595,7510,'_crosssell_ids','a:0:{}'),(48596,7510,'_purchase_note',''),(48597,7510,'_default_attributes','a:0:{}'),(48598,7510,'_virtual','no'),(48599,7510,'_downloadable','no'),(48600,7510,'_product_image_gallery',''),(48601,7510,'_download_limit','-1'),(48602,7510,'_download_expiry','-1'),(48603,7510,'_stock',NULL),(48604,7510,'_wc_average_rating','0'),(48605,7510,'_wc_rating_count','a:0:{}'),(48606,7510,'_wc_review_count','0'),(48607,7510,'_price','900.00'),(48608,7510,'_product_version','3.0.8'),(48609,7512,'_variation_description','36\" x 54\"'),(48610,7512,'_sku',''),(48611,7512,'_regular_price','900.00'),(48612,7512,'_sale_price',''),(48613,7512,'_sale_price_dates_from',''),(48614,7512,'_sale_price_dates_to',''),(48615,7512,'total_sales','0'),(48616,7512,'_tax_status','taxable'),(48617,7512,'_tax_class','parent'),(48618,7512,'_manage_stock','no'),(48619,7512,'_backorders','no'),(48620,7512,'_sold_individually','no'),(48621,7512,'_weight',''),(48622,7512,'_length',''),(48623,7512,'_width',''),(48624,7512,'_height',''),(48625,7512,'_upsell_ids','a:0:{}'),(48626,7512,'_crosssell_ids','a:0:{}'),(48627,7512,'_purchase_note',''),(48628,7512,'_default_attributes','a:0:{}'),(48629,7512,'_virtual','no'),(48630,7512,'_downloadable','no'),(48631,7512,'_product_image_gallery',''),(48632,7512,'_download_limit','-1'),(48633,7512,'_download_expiry','-1'),(48634,7512,'_stock',NULL),(48635,7512,'_wc_average_rating','0'),(48636,7512,'_wc_rating_count','a:0:{}'),(48637,7512,'_wc_review_count','0'),(48638,7512,'_price','900.00'),(48639,7512,'_product_version','3.0.8'),(48640,7514,'_variation_description','36\" x 54\"'),(48641,7514,'_sku',''),(48642,7514,'_regular_price','900.00'),(48643,7514,'_sale_price',''),(48644,7514,'_sale_price_dates_from',''),(48645,7514,'_sale_price_dates_to',''),(48646,7514,'total_sales','0'),(48647,7514,'_tax_status','taxable'),(48648,7514,'_tax_class','parent'),(48649,7514,'_manage_stock','no'),(48650,7514,'_backorders','no'),(48651,7514,'_sold_individually','no'),(48652,7514,'_weight',''),(48653,7514,'_length',''),(48654,7514,'_width',''),(48655,7514,'_height',''),(48656,7514,'_upsell_ids','a:0:{}'),(48657,7514,'_crosssell_ids','a:0:{}'),(48658,7514,'_purchase_note',''),(48659,7514,'_default_attributes','a:0:{}'),(48660,7514,'_virtual','no'),(48661,7514,'_downloadable','no'),(48662,7514,'_product_image_gallery',''),(48663,7514,'_download_limit','-1'),(48664,7514,'_download_expiry','-1'),(48665,7514,'_stock',NULL),(48666,7514,'_wc_average_rating','0'),(48667,7514,'_wc_rating_count','a:0:{}'),(48668,7514,'_wc_review_count','0'),(48669,7514,'_price','900.00'),(48670,7514,'_product_version','3.0.8'),(48671,7516,'_variation_description','36\" x 54\"'),(48672,7516,'_sku',''),(48673,7516,'_regular_price','900.00'),(48674,7516,'_sale_price',''),(48675,7516,'_sale_price_dates_from',''),(48676,7516,'_sale_price_dates_to',''),(48677,7516,'total_sales','0'),(48678,7516,'_tax_status','taxable'),(48679,7516,'_tax_class','parent'),(48680,7516,'_manage_stock','no'),(48681,7516,'_backorders','no'),(48682,7516,'_sold_individually','no'),(48683,7516,'_weight',''),(48684,7516,'_length',''),(48685,7516,'_width',''),(48686,7516,'_height',''),(48687,7516,'_upsell_ids','a:0:{}'),(48688,7516,'_crosssell_ids','a:0:{}'),(48689,7516,'_purchase_note',''),(48690,7516,'_default_attributes','a:0:{}'),(48691,7516,'_virtual','no'),(48692,7516,'_downloadable','no'),(48693,7516,'_product_image_gallery',''),(48694,7516,'_download_limit','-1'),(48695,7516,'_download_expiry','-1'),(48696,7516,'_stock',NULL),(48697,7516,'_wc_average_rating','0'),(48698,7516,'_wc_rating_count','a:0:{}'),(48699,7516,'_wc_review_count','0'),(48700,7516,'_price','900.00'),(48701,7516,'_product_version','3.0.8'),(48702,7520,'_variation_description','36\" x 54\"'),(48703,7520,'_sku',''),(48704,7520,'_regular_price','900.00'),(48705,7520,'_sale_price',''),(48706,7520,'_sale_price_dates_from',''),(48707,7520,'_sale_price_dates_to',''),(48708,7520,'total_sales','0'),(48709,7520,'_tax_status','taxable'),(48710,7520,'_tax_class','parent'),(48711,7520,'_manage_stock','no'),(48712,7520,'_backorders','no'),(48713,7520,'_sold_individually','no'),(48714,7520,'_weight',''),(48715,7520,'_length',''),(48716,7520,'_width',''),(48717,7520,'_height',''),(48718,7520,'_upsell_ids','a:0:{}'),(48719,7520,'_crosssell_ids','a:0:{}'),(48720,7520,'_purchase_note',''),(48721,7520,'_default_attributes','a:0:{}'),(48722,7520,'_virtual','no'),(48723,7520,'_downloadable','no'),(48724,7520,'_product_image_gallery',''),(48725,7520,'_download_limit','-1'),(48726,7520,'_download_expiry','-1'),(48727,7520,'_stock',NULL),(48728,7520,'_wc_average_rating','0'),(48729,7520,'_wc_rating_count','a:0:{}'),(48730,7520,'_wc_review_count','0'),(48731,7520,'_price','900.00'),(48732,7520,'_product_version','3.0.8'),(48733,7522,'_variation_description','36\" x 54\"'),(48734,7522,'_sku',''),(48735,7522,'_regular_price','900.00'),(48736,7522,'_sale_price',''),(48737,7522,'_sale_price_dates_from',''),(48738,7522,'_sale_price_dates_to',''),(48739,7522,'total_sales','0'),(48740,7522,'_tax_status','taxable'),(48741,7522,'_tax_class','parent'),(48742,7522,'_manage_stock','no'),(48743,7522,'_backorders','no'),(48744,7522,'_sold_individually','no'),(48745,7522,'_weight',''),(48746,7522,'_length',''),(48747,7522,'_width',''),(48748,7522,'_height',''),(48749,7522,'_upsell_ids','a:0:{}'),(48750,7522,'_crosssell_ids','a:0:{}'),(48751,7522,'_purchase_note',''),(48752,7522,'_default_attributes','a:0:{}'),(48753,7522,'_virtual','no'),(48754,7522,'_downloadable','no'),(48755,7522,'_product_image_gallery',''),(48756,7522,'_download_limit','-1'),(48757,7522,'_download_expiry','-1'),(48758,7522,'_stock',NULL),(48759,7522,'_wc_average_rating','0'),(48760,7522,'_wc_rating_count','a:0:{}'),(48761,7522,'_wc_review_count','0'),(48762,7522,'_price','900.00'),(48763,7522,'_product_version','3.0.8'),(48764,7524,'_variation_description','36\" x 54\"'),(48765,7524,'_sku',''),(48766,7524,'_regular_price','900.00'),(48767,7524,'_sale_price',''),(48768,7524,'_sale_price_dates_from',''),(48769,7524,'_sale_price_dates_to',''),(48770,7524,'total_sales','0'),(48771,7524,'_tax_status','taxable'),(48772,7524,'_tax_class','parent'),(48773,7524,'_manage_stock','no'),(48774,7524,'_backorders','no'),(48775,7524,'_sold_individually','no'),(48776,7524,'_weight',''),(48777,7524,'_length',''),(48778,7524,'_width',''),(48779,7524,'_height',''),(48780,7524,'_upsell_ids','a:0:{}'),(48781,7524,'_crosssell_ids','a:0:{}'),(48782,7524,'_purchase_note',''),(48783,7524,'_default_attributes','a:0:{}'),(48784,7524,'_virtual','no'),(48785,7524,'_downloadable','no'),(48786,7524,'_product_image_gallery',''),(48787,7524,'_download_limit','-1'),(48788,7524,'_download_expiry','-1'),(48789,7524,'_stock',NULL),(48790,7524,'_wc_average_rating','0'),(48791,7524,'_wc_rating_count','a:0:{}'),(48792,7524,'_wc_review_count','0'),(48793,7524,'_price','900.00'),(48794,7524,'_product_version','3.0.8'),(48795,7526,'_variation_description','36\" x 54\"'),(48796,7526,'_sku',''),(48797,7526,'_regular_price','900.00'),(48798,7526,'_sale_price',''),(48799,7526,'_sale_price_dates_from',''),(48800,7526,'_sale_price_dates_to',''),(48801,7526,'total_sales','0'),(48802,7526,'_tax_status','taxable'),(48803,7526,'_tax_class','parent'),(48804,7526,'_manage_stock','no'),(48805,7526,'_backorders','no'),(48806,7526,'_sold_individually','no'),(48807,7526,'_weight',''),(48808,7526,'_length',''),(48809,7526,'_width',''),(48810,7526,'_height',''),(48811,7526,'_upsell_ids','a:0:{}'),(48812,7526,'_crosssell_ids','a:0:{}'),(48813,7526,'_purchase_note',''),(48814,7526,'_default_attributes','a:0:{}'),(48815,7526,'_virtual','no'),(48816,7526,'_downloadable','no'),(48817,7526,'_product_image_gallery',''),(48818,7526,'_download_limit','-1'),(48819,7526,'_download_expiry','-1'),(48820,7526,'_stock',NULL),(48821,7526,'_wc_average_rating','0'),(48822,7526,'_wc_rating_count','a:0:{}'),(48823,7526,'_wc_review_count','0'),(48824,7526,'_price','900.00'),(48825,7526,'_product_version','3.0.8'),(48826,7528,'_variation_description','36\" x 54\"'),(48827,7528,'_sku',''),(48828,7528,'_regular_price','900.00'),(48829,7528,'_sale_price',''),(48830,7528,'_sale_price_dates_from',''),(48831,7528,'_sale_price_dates_to',''),(48832,7528,'total_sales','0'),(48833,7528,'_tax_status','taxable'),(48834,7528,'_tax_class','parent'),(48835,7528,'_manage_stock','no'),(48836,7528,'_backorders','no'),(48837,7528,'_sold_individually','no'),(48838,7528,'_weight',''),(48839,7528,'_length',''),(48840,7528,'_width',''),(48841,7528,'_height',''),(48842,7528,'_upsell_ids','a:0:{}'),(48843,7528,'_crosssell_ids','a:0:{}'),(48844,7528,'_purchase_note',''),(48845,7528,'_default_attributes','a:0:{}'),(48846,7528,'_virtual','no'),(48847,7528,'_downloadable','no'),(48848,7528,'_product_image_gallery',''),(48849,7528,'_download_limit','-1'),(48850,7528,'_download_expiry','-1'),(48851,7528,'_stock',NULL),(48852,7528,'_wc_average_rating','0'),(48853,7528,'_wc_rating_count','a:0:{}'),(48854,7528,'_wc_review_count','0'),(48855,7528,'_price','900.00'),(48856,7528,'_product_version','3.0.8'),(48857,7530,'_variation_description','36\" x 54\"'),(48858,7530,'_sku',''),(48859,7530,'_regular_price','900.00'),(48860,7530,'_sale_price',''),(48861,7530,'_sale_price_dates_from',''),(48862,7530,'_sale_price_dates_to',''),(48863,7530,'total_sales','0'),(48864,7530,'_tax_status','taxable'),(48865,7530,'_tax_class','parent'),(48866,7530,'_manage_stock','no'),(48867,7530,'_backorders','no'),(48868,7530,'_sold_individually','no'),(48869,7530,'_weight',''),(48870,7530,'_length',''),(48871,7530,'_width',''),(48872,7530,'_height',''),(48873,7530,'_upsell_ids','a:0:{}'),(48874,7530,'_crosssell_ids','a:0:{}'),(48875,7530,'_purchase_note',''),(48876,7530,'_default_attributes','a:0:{}'),(48877,7530,'_virtual','no'),(48878,7530,'_downloadable','no'),(48879,7530,'_product_image_gallery',''),(48880,7530,'_download_limit','-1'),(48881,7530,'_download_expiry','-1'),(48882,7530,'_stock',NULL),(48883,7530,'_wc_average_rating','0'),(48884,7530,'_wc_rating_count','a:0:{}'),(48885,7530,'_wc_review_count','0'),(48886,7530,'_price','900.00'),(48887,7530,'_product_version','3.0.8'),(48888,7532,'_variation_description','36\" x 54\"'),(48889,7532,'_sku',''),(48890,7532,'_regular_price','900.00'),(48891,7532,'_sale_price',''),(48892,7532,'_sale_price_dates_from',''),(48893,7532,'_sale_price_dates_to',''),(48894,7532,'total_sales','0'),(48895,7532,'_tax_status','taxable'),(48896,7532,'_tax_class','parent'),(48897,7532,'_manage_stock','no'),(48898,7532,'_backorders','no'),(48899,7532,'_sold_individually','no'),(48900,7532,'_weight',''),(48901,7532,'_length',''),(48902,7532,'_width',''),(48903,7532,'_height',''),(48904,7532,'_upsell_ids','a:0:{}'),(48905,7532,'_crosssell_ids','a:0:{}'),(48906,7532,'_purchase_note',''),(48907,7532,'_default_attributes','a:0:{}'),(48908,7532,'_virtual','no'),(48909,7532,'_downloadable','no'),(48910,7532,'_product_image_gallery',''),(48911,7532,'_download_limit','-1'),(48912,7532,'_download_expiry','-1'),(48913,7532,'_stock',NULL),(48914,7532,'_wc_average_rating','0'),(48915,7532,'_wc_rating_count','a:0:{}'),(48916,7532,'_wc_review_count','0'),(48917,7532,'_price','900.00'),(48918,7532,'_product_version','3.0.8'),(49015,5924,'_price','175'),(49016,5924,'_price','240.00'),(49017,5924,'_price','300.00'),(49018,5924,'_price','400.00'),(49019,5924,'_price','500.00'),(49020,5924,'_price','900.00'),(49021,5924,'_price','1200.00'),(49022,5917,'_price','175'),(49023,5917,'_price','240.00'),(49024,5917,'_price','300.00'),(49025,5917,'_price','400.00'),(49026,5917,'_price','500.00'),(49027,5917,'_price','900.00'),(49028,5917,'_price','1200.00'),(49029,5931,'_price','175'),(49030,5931,'_price','240.00'),(49031,5931,'_price','300.00'),(49032,5931,'_price','400.00'),(49033,5931,'_price','500.00'),(49034,5931,'_price','900.00'),(49035,5931,'_price','1200.00'),(49036,5843,'_price','175'),(49037,5843,'_price','240.00'),(49038,5843,'_price','300.00'),(49039,5843,'_price','400.00'),(49040,5843,'_price','500'),(49041,5843,'_price','900.00'),(49042,5843,'_price','1200.00'),(49043,5938,'_price','175'),(49044,5938,'_price','240.00'),(49045,5938,'_price','300.00'),(49046,5938,'_price','400.00'),(49047,5938,'_price','500.00'),(49048,5938,'_price','900.00'),(49049,5938,'_price','1200.00'),(49050,5982,'_price','175'),(49051,5982,'_price','240.00'),(49052,5982,'_price','300.00'),(49053,5982,'_price','400.00'),(49054,5982,'_price','500.00'),(49055,5982,'_price','900.00'),(49056,5982,'_price','1200.00'),(49057,5892,'_price','150'),(49058,5892,'_price','240.00'),(49059,5892,'_price','300.00'),(49060,5892,'_price','900.00'),(49061,5892,'_price','1200.00'),(49062,6052,'_price','175'),(49063,6052,'_price','240.00'),(49064,6052,'_price','300.00'),(49065,6052,'_price','400.00'),(49066,6052,'_price','500.00'),(49067,6052,'_price','900.00'),(49068,6052,'_price','1200.00'),(49069,5994,'_price','175'),(49070,5994,'_price','240.00'),(49071,5994,'_price','300.00'),(49072,5994,'_price','400.00'),(49073,5994,'_price','500.00'),(49074,5994,'_price','900.00'),(49075,5994,'_price','1200.00'),(49076,6009,'_price','175'),(49077,6009,'_price','240.00'),(49078,6009,'_price','300.00'),(49079,6009,'_price','400.00'),(49080,6009,'_price','500.00'),(49081,6009,'_price','900.00'),(49082,6009,'_price','1200.00'),(49083,6001,'_price','175'),(49084,6001,'_price','240.00'),(49085,6001,'_price','300.00'),(49086,6001,'_price','400.00'),(49087,6001,'_price','500.00'),(49088,6001,'_price','900.00'),(49089,6001,'_price','1200.00'),(49090,6016,'_price','175'),(49091,6016,'_price','240.00'),(49092,6016,'_price','300.00'),(49093,6016,'_price','400.00'),(49094,6016,'_price','500.00'),(49095,6016,'_price','900.00'),(49096,6016,'_price','1200.00'),(49097,6023,'_price','175'),(49098,6023,'_price','240.00'),(49099,6023,'_price','300.00'),(49100,6023,'_price','400.00'),(49101,6023,'_price','500.00'),(49102,6023,'_price','900.00'),(49103,6023,'_price','1200.00'),(49104,6030,'_price','175'),(49105,6030,'_price','240.00'),(49106,6030,'_price','300.00'),(49107,6030,'_price','400.00'),(49108,6030,'_price','500.00'),(49109,6030,'_price','900.00'),(49110,6030,'_price','1200.00'),(49111,7534,'_variation_description','36\" x 54\"'),(49112,7534,'_sku',''),(49113,7534,'_regular_price','900.00'),(49114,7534,'_sale_price',''),(49115,7534,'_sale_price_dates_from',''),(49116,7534,'_sale_price_dates_to',''),(49117,7534,'total_sales','0'),(49118,7534,'_tax_status','taxable'),(49119,7534,'_tax_class','parent'),(49120,7534,'_manage_stock','no'),(49121,7534,'_backorders','no'),(49122,7534,'_sold_individually','no'),(49123,7534,'_weight',''),(49124,7534,'_length',''),(49125,7534,'_width',''),(49126,7534,'_height',''),(49127,7534,'_upsell_ids','a:0:{}'),(49128,7534,'_crosssell_ids','a:0:{}'),(49129,7534,'_purchase_note',''),(49130,7534,'_default_attributes','a:0:{}'),(49131,7534,'_virtual','no'),(49132,7534,'_downloadable','no'),(49133,7534,'_product_image_gallery',''),(49134,7534,'_download_limit','-1'),(49135,7534,'_download_expiry','-1'),(49136,7534,'_stock',NULL),(49137,7534,'_wc_average_rating','0'),(49138,7534,'_wc_rating_count','a:0:{}'),(49139,7534,'_wc_review_count','0'),(49140,7534,'_price','900.00'),(49141,7534,'_product_version','3.0.8'),(49142,7538,'_variation_description','36\" x 54\"'),(49143,7538,'_sku',''),(49144,7538,'_regular_price','900.00'),(49145,7538,'_sale_price',''),(49146,7538,'_sale_price_dates_from',''),(49147,7538,'_sale_price_dates_to',''),(49148,7538,'total_sales','0'),(49149,7538,'_tax_status','taxable'),(49150,7538,'_tax_class','parent'),(49151,7538,'_manage_stock','no'),(49152,7538,'_backorders','no'),(49153,7538,'_sold_individually','no'),(49154,7538,'_weight',''),(49155,7538,'_length',''),(49156,7538,'_width',''),(49157,7538,'_height',''),(49158,7538,'_upsell_ids','a:0:{}'),(49159,7538,'_crosssell_ids','a:0:{}'),(49160,7538,'_purchase_note',''),(49161,7538,'_default_attributes','a:0:{}'),(49162,7538,'_virtual','no'),(49163,7538,'_downloadable','no'),(49164,7538,'_product_image_gallery',''),(49165,7538,'_download_limit','-1'),(49166,7538,'_download_expiry','-1'),(49167,7538,'_stock',NULL),(49168,7538,'_wc_average_rating','0'),(49169,7538,'_wc_rating_count','a:0:{}'),(49170,7538,'_wc_review_count','0'),(49171,7538,'_price','900.00'),(49172,7538,'_product_version','3.0.8'),(49173,7540,'_variation_description','36\" x 54\"'),(49174,7540,'_sku',''),(49175,7540,'_regular_price','900.00'),(49176,7540,'_sale_price',''),(49177,7540,'_sale_price_dates_from',''),(49178,7540,'_sale_price_dates_to',''),(49179,7540,'total_sales','0'),(49180,7540,'_tax_status','taxable'),(49181,7540,'_tax_class','parent'),(49182,7540,'_manage_stock','no'),(49183,7540,'_backorders','no'),(49184,7540,'_sold_individually','no'),(49185,7540,'_weight',''),(49186,7540,'_length',''),(49187,7540,'_width',''),(49188,7540,'_height',''),(49189,7540,'_upsell_ids','a:0:{}'),(49190,7540,'_crosssell_ids','a:0:{}'),(49191,7540,'_purchase_note',''),(49192,7540,'_default_attributes','a:0:{}'),(49193,7540,'_virtual','no'),(49194,7540,'_downloadable','no'),(49195,7540,'_product_image_gallery',''),(49196,7540,'_download_limit','-1'),(49197,7540,'_download_expiry','-1'),(49198,7540,'_stock',NULL),(49199,7540,'_wc_average_rating','0'),(49200,7540,'_wc_rating_count','a:0:{}'),(49201,7540,'_wc_review_count','0'),(49202,7540,'_price','900.00'),(49203,7540,'_product_version','3.0.8'),(49204,7542,'_variation_description','36\" x 54\"'),(49205,7542,'_sku',''),(49206,7542,'_regular_price','900.00'),(49207,7542,'_sale_price',''),(49208,7542,'_sale_price_dates_from',''),(49209,7542,'_sale_price_dates_to',''),(49210,7542,'total_sales','0'),(49211,7542,'_tax_status','taxable'),(49212,7542,'_tax_class','parent'),(49213,7542,'_manage_stock','no'),(49214,7542,'_backorders','no'),(49215,7542,'_sold_individually','no'),(49216,7542,'_weight',''),(49217,7542,'_length',''),(49218,7542,'_width',''),(49219,7542,'_height',''),(49220,7542,'_upsell_ids','a:0:{}'),(49221,7542,'_crosssell_ids','a:0:{}'),(49222,7542,'_purchase_note',''),(49223,7542,'_default_attributes','a:0:{}'),(49224,7542,'_virtual','no'),(49225,7542,'_downloadable','no'),(49226,7542,'_product_image_gallery',''),(49227,7542,'_download_limit','-1'),(49228,7542,'_download_expiry','-1'),(49229,7542,'_stock',NULL),(49230,7542,'_wc_average_rating','0'),(49231,7542,'_wc_rating_count','a:0:{}'),(49232,7542,'_wc_review_count','0'),(49233,7542,'_price','900.00'),(49234,7542,'_product_version','3.0.8'),(49235,7544,'_variation_description','36\" x 54\"'),(49236,7544,'_sku',''),(49237,7544,'_regular_price','900.00'),(49238,7544,'_sale_price',''),(49239,7544,'_sale_price_dates_from',''),(49240,7544,'_sale_price_dates_to',''),(49241,7544,'total_sales','0'),(49242,7544,'_tax_status','taxable'),(49243,7544,'_tax_class','parent'),(49244,7544,'_manage_stock','no'),(49245,7544,'_backorders','no'),(49246,7544,'_sold_individually','no'),(49247,7544,'_weight',''),(49248,7544,'_length',''),(49249,7544,'_width',''),(49250,7544,'_height',''),(49251,7544,'_upsell_ids','a:0:{}'),(49252,7544,'_crosssell_ids','a:0:{}'),(49253,7544,'_purchase_note',''),(49254,7544,'_default_attributes','a:0:{}'),(49255,7544,'_virtual','no'),(49256,7544,'_downloadable','no'),(49257,7544,'_product_image_gallery',''),(49258,7544,'_download_limit','-1'),(49259,7544,'_download_expiry','-1'),(49260,7544,'_stock',NULL),(49261,7544,'_wc_average_rating','0'),(49262,7544,'_wc_rating_count','a:0:{}'),(49263,7544,'_wc_review_count','0'),(49264,7544,'_price','900.00'),(49265,7544,'_product_version','3.0.8'),(49266,7548,'_variation_description','36\" x 54\"'),(49267,7548,'_sku',''),(49268,7548,'_regular_price','900.00'),(49269,7548,'_sale_price',''),(49270,7548,'_sale_price_dates_from',''),(49271,7548,'_sale_price_dates_to',''),(49272,7548,'total_sales','0'),(49273,7548,'_tax_status','taxable'),(49274,7548,'_tax_class','parent'),(49275,7548,'_manage_stock','no'),(49276,7548,'_backorders','no'),(49277,7548,'_sold_individually','no'),(49278,7548,'_weight',''),(49279,7548,'_length',''),(49280,7548,'_width',''),(49281,7548,'_height',''),(49282,7548,'_upsell_ids','a:0:{}'),(49283,7548,'_crosssell_ids','a:0:{}'),(49284,7548,'_purchase_note',''),(49285,7548,'_default_attributes','a:0:{}'),(49286,7548,'_virtual','no'),(49287,7548,'_downloadable','no'),(49288,7548,'_product_image_gallery',''),(49289,7548,'_download_limit','-1'),(49290,7548,'_download_expiry','-1'),(49291,7548,'_stock',NULL),(49292,7548,'_wc_average_rating','0'),(49293,7548,'_wc_rating_count','a:0:{}'),(49294,7548,'_wc_review_count','0'),(49295,7548,'_price','900.00'),(49296,7548,'_product_version','3.0.8'),(49297,7550,'_variation_description','36\" x 54\"'),(49298,7550,'_sku',''),(49299,7550,'_regular_price','900.00'),(49300,7550,'_sale_price',''),(49301,7550,'_sale_price_dates_from',''),(49302,7550,'_sale_price_dates_to',''),(49303,7550,'total_sales','0'),(49304,7550,'_tax_status','taxable'),(49305,7550,'_tax_class','parent'),(49306,7550,'_manage_stock','no'),(49307,7550,'_backorders','no'),(49308,7550,'_sold_individually','no'),(49309,7550,'_weight',''),(49310,7550,'_length',''),(49311,7550,'_width',''),(49312,7550,'_height',''),(49313,7550,'_upsell_ids','a:0:{}'),(49314,7550,'_crosssell_ids','a:0:{}'),(49315,7550,'_purchase_note',''),(49316,7550,'_default_attributes','a:0:{}'),(49317,7550,'_virtual','no'),(49318,7550,'_downloadable','no'),(49319,7550,'_product_image_gallery',''),(49320,7550,'_download_limit','-1'),(49321,7550,'_download_expiry','-1'),(49322,7550,'_stock',NULL),(49323,7550,'_wc_average_rating','0'),(49324,7550,'_wc_rating_count','a:0:{}'),(49325,7550,'_wc_review_count','0'),(49326,7550,'_price','900.00'),(49327,7550,'_product_version','3.0.8'),(49328,7552,'_variation_description','36\" x 54\"'),(49329,7552,'_sku',''),(49330,7552,'_regular_price','900.00'),(49331,7552,'_sale_price',''),(49332,7552,'_sale_price_dates_from',''),(49333,7552,'_sale_price_dates_to',''),(49334,7552,'total_sales','0'),(49335,7552,'_tax_status','taxable'),(49336,7552,'_tax_class','parent'),(49337,7552,'_manage_stock','no'),(49338,7552,'_backorders','no'),(49339,7552,'_sold_individually','no'),(49340,7552,'_weight',''),(49341,7552,'_length',''),(49342,7552,'_width',''),(49343,7552,'_height',''),(49344,7552,'_upsell_ids','a:0:{}'),(49345,7552,'_crosssell_ids','a:0:{}'),(49346,7552,'_purchase_note',''),(49347,7552,'_default_attributes','a:0:{}'),(49348,7552,'_virtual','no'),(49349,7552,'_downloadable','no'),(49350,7552,'_product_image_gallery',''),(49351,7552,'_download_limit','-1'),(49352,7552,'_download_expiry','-1'),(49353,7552,'_stock',NULL),(49354,7552,'_wc_average_rating','0'),(49355,7552,'_wc_rating_count','a:0:{}'),(49356,7552,'_wc_review_count','0'),(49357,7552,'_price','900.00'),(49358,7552,'_product_version','3.0.8'),(49359,7554,'_variation_description','36\" x 54\"'),(49360,7554,'_sku',''),(49361,7554,'_regular_price','900.00'),(49362,7554,'_sale_price',''),(49363,7554,'_sale_price_dates_from',''),(49364,7554,'_sale_price_dates_to',''),(49365,7554,'total_sales','0'),(49366,7554,'_tax_status','taxable'),(49367,7554,'_tax_class','parent'),(49368,7554,'_manage_stock','no'),(49369,7554,'_backorders','no'),(49370,7554,'_sold_individually','no'),(49371,7554,'_weight',''),(49372,7554,'_length',''),(49373,7554,'_width',''),(49374,7554,'_height',''),(49375,7554,'_upsell_ids','a:0:{}'),(49376,7554,'_crosssell_ids','a:0:{}'),(49377,7554,'_purchase_note',''),(49378,7554,'_default_attributes','a:0:{}'),(49379,7554,'_virtual','no'),(49380,7554,'_downloadable','no'),(49381,7554,'_product_image_gallery',''),(49382,7554,'_download_limit','-1'),(49383,7554,'_download_expiry','-1'),(49384,7554,'_stock',NULL),(49385,7554,'_wc_average_rating','0'),(49386,7554,'_wc_rating_count','a:0:{}'),(49387,7554,'_wc_review_count','0'),(49388,7554,'_price','900.00'),(49389,7554,'_product_version','3.0.8'),(49390,7556,'_variation_description','36\" x 54\"'),(49391,7556,'_sku',''),(49392,7556,'_regular_price','900.00'),(49393,7556,'_sale_price',''),(49394,7556,'_sale_price_dates_from',''),(49395,7556,'_sale_price_dates_to',''),(49396,7556,'total_sales','0'),(49397,7556,'_tax_status','taxable'),(49398,7556,'_tax_class','parent'),(49399,7556,'_manage_stock','no'),(49400,7556,'_backorders','no'),(49401,7556,'_sold_individually','no'),(49402,7556,'_weight',''),(49403,7556,'_length',''),(49404,7556,'_width',''),(49405,7556,'_height',''),(49406,7556,'_upsell_ids','a:0:{}'),(49407,7556,'_crosssell_ids','a:0:{}'),(49408,7556,'_purchase_note',''),(49409,7556,'_default_attributes','a:0:{}'),(49410,7556,'_virtual','no'),(49411,7556,'_downloadable','no'),(49412,7556,'_product_image_gallery',''),(49413,7556,'_download_limit','-1'),(49414,7556,'_download_expiry','-1'),(49415,7556,'_stock',NULL),(49416,7556,'_wc_average_rating','0'),(49417,7556,'_wc_rating_count','a:0:{}'),(49418,7556,'_wc_review_count','0'),(49419,7556,'_price','900.00'),(49420,7556,'_product_version','3.0.8'),(49421,7558,'_variation_description','36\" x 54\"'),(49422,7558,'_sku',''),(49423,7558,'_regular_price','900.00'),(49424,7558,'_sale_price',''),(49425,7558,'_sale_price_dates_from',''),(49426,7558,'_sale_price_dates_to',''),(49427,7558,'total_sales','0'),(49428,7558,'_tax_status','taxable'),(49429,7558,'_tax_class','parent'),(49430,7558,'_manage_stock','no'),(49431,7558,'_backorders','no'),(49432,7558,'_sold_individually','no'),(49433,7558,'_weight',''),(49434,7558,'_length',''),(49435,7558,'_width',''),(49436,7558,'_height',''),(49437,7558,'_upsell_ids','a:0:{}'),(49438,7558,'_crosssell_ids','a:0:{}'),(49439,7558,'_purchase_note',''),(49440,7558,'_default_attributes','a:0:{}'),(49441,7558,'_virtual','no'),(49442,7558,'_downloadable','no'),(49443,7558,'_product_image_gallery',''),(49444,7558,'_download_limit','-1'),(49445,7558,'_download_expiry','-1'),(49446,7558,'_stock',NULL),(49447,7558,'_wc_average_rating','0'),(49448,7558,'_wc_rating_count','a:0:{}'),(49449,7558,'_wc_review_count','0'),(49450,7558,'_price','900.00'),(49451,7558,'_product_version','3.0.8'),(49452,7560,'_variation_description','36\" x 54\"'),(49453,7560,'_sku',''),(49454,7560,'_regular_price','900.00'),(49455,7560,'_sale_price',''),(49456,7560,'_sale_price_dates_from',''),(49457,7560,'_sale_price_dates_to',''),(49458,7560,'total_sales','0'),(49459,7560,'_tax_status','taxable'),(49460,7560,'_tax_class','parent'),(49461,7560,'_manage_stock','no'),(49462,7560,'_backorders','no'),(49463,7560,'_sold_individually','no'),(49464,7560,'_weight',''),(49465,7560,'_length',''),(49466,7560,'_width',''),(49467,7560,'_height',''),(49468,7560,'_upsell_ids','a:0:{}'),(49469,7560,'_crosssell_ids','a:0:{}'),(49470,7560,'_purchase_note',''),(49471,7560,'_default_attributes','a:0:{}'),(49472,7560,'_virtual','no'),(49473,7560,'_downloadable','no'),(49474,7560,'_product_image_gallery',''),(49475,7560,'_download_limit','-1'),(49476,7560,'_download_expiry','-1'),(49477,7560,'_stock',NULL),(49478,7560,'_wc_average_rating','0'),(49479,7560,'_wc_rating_count','a:0:{}'),(49480,7560,'_wc_review_count','0'),(49481,7560,'_price','900.00'),(49482,7560,'_product_version','3.0.8'),(49483,7562,'_variation_description','36\" x 54\"'),(49484,7562,'_sku',''),(49485,7562,'_regular_price','900.00'),(49486,7562,'_sale_price',''),(49487,7562,'_sale_price_dates_from',''),(49488,7562,'_sale_price_dates_to',''),(49489,7562,'total_sales','0'),(49490,7562,'_tax_status','taxable'),(49491,7562,'_tax_class','parent'),(49492,7562,'_manage_stock','no'),(49493,7562,'_backorders','no'),(49494,7562,'_sold_individually','no'),(49495,7562,'_weight',''),(49496,7562,'_length',''),(49497,7562,'_width',''),(49498,7562,'_height',''),(49499,7562,'_upsell_ids','a:0:{}'),(49500,7562,'_crosssell_ids','a:0:{}'),(49501,7562,'_purchase_note',''),(49502,7562,'_default_attributes','a:0:{}'),(49503,7562,'_virtual','no'),(49504,7562,'_downloadable','no'),(49505,7562,'_product_image_gallery',''),(49506,7562,'_download_limit','-1'),(49507,7562,'_download_expiry','-1'),(49508,7562,'_stock',NULL),(49509,7562,'_wc_average_rating','0'),(49510,7562,'_wc_rating_count','a:0:{}'),(49511,7562,'_wc_review_count','0'),(49512,7562,'_price','900.00'),(49513,7562,'_product_version','3.0.8'),(49601,5907,'_price','150'),(49602,5907,'_price','240.00'),(49603,5907,'_price','300.00'),(49604,5907,'_price','900.00'),(49605,5907,'_price','1200.00'),(49606,6037,'_price','175'),(49607,6037,'_price','240.00'),(49608,6037,'_price','300.00'),(49609,6037,'_price','400.00'),(49610,6037,'_price','500.00'),(49611,6037,'_price','900.00'),(49612,6037,'_price','1200.00'),(49613,6042,'_price','175'),(49614,6042,'_price','240.00'),(49615,6042,'_price','300.00'),(49616,6042,'_price','400.00'),(49617,6042,'_price','500.00'),(49618,6042,'_price','900.00'),(49619,6042,'_price','1200.00'),(49620,6047,'_price','175'),(49621,6047,'_price','240.00'),(49622,6047,'_price','300.00'),(49623,6047,'_price','400.00'),(49624,6047,'_price','500.00'),(49625,6047,'_price','900.00'),(49626,6047,'_price','1200.00'),(49627,5911,'_price','150'),(49628,5911,'_price','240.00'),(49629,5911,'_price','300.00'),(49630,5911,'_price','900.00'),(49631,5911,'_price','1200.00'),(49632,6065,'_price','175'),(49633,6065,'_price','240.00'),(49634,6065,'_price','300.00'),(49635,6065,'_price','400.00'),(49636,6065,'_price','500.00'),(49637,6065,'_price','900.00'),(49638,6065,'_price','1200.00'),(49639,6072,'_price','175'),(49640,6072,'_price','240.00'),(49641,6072,'_price','300.00'),(49642,6072,'_price','400.00'),(49643,6072,'_price','500.00'),(49644,6072,'_price','900.00'),(49645,6072,'_price','1200.00'),(49646,6079,'_price','175'),(49647,6079,'_price','240.00'),(49648,6079,'_price','300.00'),(49649,6079,'_price','400.00'),(49650,6079,'_price','500.00'),(49651,6079,'_price','900.00'),(49652,6079,'_price','1200.00'),(49653,6086,'_price','175'),(49654,6086,'_price','240.00'),(49655,6086,'_price','300.00'),(49656,6086,'_price','400.00'),(49657,6086,'_price','500.00'),(49658,6086,'_price','900.00'),(49659,6086,'_price','1200.00'),(49660,6093,'_price','175'),(49661,6093,'_price','240.00'),(49662,6093,'_price','300.00'),(49663,6093,'_price','400.00'),(49664,6093,'_price','500.00'),(49665,6093,'_price','900.00'),(49666,6093,'_price','1200.00'),(49667,6101,'_price','175'),(49668,6101,'_price','240.00'),(49669,6101,'_price','300.00'),(49670,6101,'_price','400.00'),(49671,6101,'_price','500.00'),(49672,6101,'_price','900.00'),(49673,6101,'_price','1200.00'),(49674,6110,'_price','175'),(49675,6110,'_price','240.00'),(49676,6110,'_price','300.00'),(49677,6110,'_price','400.00'),(49678,6110,'_price','500.00'),(49679,6110,'_price','900.00'),(49680,6110,'_price','1200.00'),(49688,7564,'_variation_description','36\" x 54\"'),(49689,7564,'_sku',''),(49690,7564,'_regular_price','900.00'),(49691,7564,'_sale_price',''),(49692,7564,'_sale_price_dates_from',''),(49693,7564,'_sale_price_dates_to',''),(49694,7564,'total_sales','0'),(49695,7564,'_tax_status','taxable'),(49696,7564,'_tax_class','parent'),(49697,7564,'_manage_stock','no'),(49698,7564,'_backorders','no'),(49699,7564,'_sold_individually','no'),(49700,7564,'_weight',''),(49701,7564,'_length',''),(49702,7564,'_width',''),(49703,7564,'_height',''),(49704,7564,'_upsell_ids','a:0:{}'),(49705,7564,'_crosssell_ids','a:0:{}'),(49706,7564,'_purchase_note',''),(49707,7564,'_default_attributes','a:0:{}'),(49708,7564,'_virtual','no'),(49709,7564,'_downloadable','no'),(49710,7564,'_product_image_gallery',''),(49711,7564,'_download_limit','-1'),(49712,7564,'_download_expiry','-1'),(49713,7564,'_stock',NULL),(49714,7564,'_wc_average_rating','0'),(49715,7564,'_wc_rating_count','a:0:{}'),(49716,7564,'_wc_review_count','0'),(49717,7564,'_price','900.00'),(49718,7564,'_product_version','3.0.8'),(49719,7566,'_variation_description','36\" x 54\"'),(49720,7566,'_sku',''),(49721,7566,'_regular_price','900.00'),(49722,7566,'_sale_price',''),(49723,7566,'_sale_price_dates_from',''),(49724,7566,'_sale_price_dates_to',''),(49725,7566,'total_sales','0'),(49726,7566,'_tax_status','taxable'),(49727,7566,'_tax_class','parent'),(49728,7566,'_manage_stock','no'),(49729,7566,'_backorders','no'),(49730,7566,'_sold_individually','no'),(49731,7566,'_weight',''),(49732,7566,'_length',''),(49733,7566,'_width',''),(49734,7566,'_height',''),(49735,7566,'_upsell_ids','a:0:{}'),(49736,7566,'_crosssell_ids','a:0:{}'),(49737,7566,'_purchase_note',''),(49738,7566,'_default_attributes','a:0:{}'),(49739,7566,'_virtual','no'),(49740,7566,'_downloadable','no'),(49741,7566,'_product_image_gallery',''),(49742,7566,'_download_limit','-1'),(49743,7566,'_download_expiry','-1'),(49744,7566,'_stock',NULL),(49745,7566,'_wc_average_rating','0'),(49746,7566,'_wc_rating_count','a:0:{}'),(49747,7566,'_wc_review_count','0'),(49748,7566,'_price','900.00'),(49749,7566,'_product_version','3.0.8'),(49750,7568,'_variation_description','36\" x 54\"'),(49751,7568,'_sku',''),(49752,7568,'_regular_price','900.00'),(49753,7568,'_sale_price',''),(49754,7568,'_sale_price_dates_from',''),(49755,7568,'_sale_price_dates_to',''),(49756,7568,'total_sales','0'),(49757,7568,'_tax_status','taxable'),(49758,7568,'_tax_class','parent'),(49759,7568,'_manage_stock','no'),(49760,7568,'_backorders','no'),(49761,7568,'_sold_individually','no'),(49762,7568,'_weight',''),(49763,7568,'_length',''),(49764,7568,'_width',''),(49765,7568,'_height',''),(49766,7568,'_upsell_ids','a:0:{}'),(49767,7568,'_crosssell_ids','a:0:{}'),(49768,7568,'_purchase_note',''),(49769,7568,'_default_attributes','a:0:{}'),(49770,7568,'_virtual','no'),(49771,7568,'_downloadable','no'),(49772,7568,'_product_image_gallery',''),(49773,7568,'_download_limit','-1'),(49774,7568,'_download_expiry','-1'),(49775,7568,'_stock',NULL),(49776,7568,'_wc_average_rating','0'),(49777,7568,'_wc_rating_count','a:0:{}'),(49778,7568,'_wc_review_count','0'),(49779,7568,'_price','900.00'),(49780,7568,'_product_version','3.0.8'),(49781,7570,'_variation_description','36\" x 54\"'),(49782,7570,'_sku',''),(49783,7570,'_regular_price','900.00'),(49784,7570,'_sale_price',''),(49785,7570,'_sale_price_dates_from',''),(49786,7570,'_sale_price_dates_to',''),(49787,7570,'total_sales','0'),(49788,7570,'_tax_status','taxable'),(49789,7570,'_tax_class','parent'),(49790,7570,'_manage_stock','no'),(49791,7570,'_backorders','no'),(49792,7570,'_sold_individually','no'),(49793,7570,'_weight',''),(49794,7570,'_length',''),(49795,7570,'_width',''),(49796,7570,'_height',''),(49797,7570,'_upsell_ids','a:0:{}'),(49798,7570,'_crosssell_ids','a:0:{}'),(49799,7570,'_purchase_note',''),(49800,7570,'_default_attributes','a:0:{}'),(49801,7570,'_virtual','no'),(49802,7570,'_downloadable','no'),(49803,7570,'_product_image_gallery',''),(49804,7570,'_download_limit','-1'),(49805,7570,'_download_expiry','-1'),(49806,7570,'_stock',NULL),(49807,7570,'_wc_average_rating','0'),(49808,7570,'_wc_rating_count','a:0:{}'),(49809,7570,'_wc_review_count','0'),(49810,7570,'_price','900.00'),(49811,7570,'_product_version','3.0.8'),(49812,7572,'_variation_description','36\" x 54\"'),(49813,7572,'_sku',''),(49814,7572,'_regular_price','900.00'),(49815,7572,'_sale_price',''),(49816,7572,'_sale_price_dates_from',''),(49817,7572,'_sale_price_dates_to',''),(49818,7572,'total_sales','0'),(49819,7572,'_tax_status','taxable'),(49820,7572,'_tax_class','parent'),(49821,7572,'_manage_stock','no'),(49822,7572,'_backorders','no'),(49823,7572,'_sold_individually','no'),(49824,7572,'_weight',''),(49825,7572,'_length',''),(49826,7572,'_width',''),(49827,7572,'_height',''),(49828,7572,'_upsell_ids','a:0:{}'),(49829,7572,'_crosssell_ids','a:0:{}'),(49830,7572,'_purchase_note',''),(49831,7572,'_default_attributes','a:0:{}'),(49832,7572,'_virtual','no'),(49833,7572,'_downloadable','no'),(49834,7572,'_product_image_gallery',''),(49835,7572,'_download_limit','-1'),(49836,7572,'_download_expiry','-1'),(49837,7572,'_stock',NULL),(49838,7572,'_wc_average_rating','0'),(49839,7572,'_wc_rating_count','a:0:{}'),(49840,7572,'_wc_review_count','0'),(49841,7572,'_price','900.00'),(49842,7572,'_product_version','3.0.8'),(49843,7574,'_variation_description','36\" x 54\"'),(49844,7574,'_sku',''),(49845,7574,'_regular_price','900.00'),(49846,7574,'_sale_price',''),(49847,7574,'_sale_price_dates_from',''),(49848,7574,'_sale_price_dates_to',''),(49849,7574,'total_sales','0'),(49850,7574,'_tax_status','taxable'),(49851,7574,'_tax_class','parent'),(49852,7574,'_manage_stock','no'),(49853,7574,'_backorders','no'),(49854,7574,'_sold_individually','no'),(49855,7574,'_weight',''),(49856,7574,'_length',''),(49857,7574,'_width',''),(49858,7574,'_height',''),(49859,7574,'_upsell_ids','a:0:{}'),(49860,7574,'_crosssell_ids','a:0:{}'),(49861,7574,'_purchase_note',''),(49862,7574,'_default_attributes','a:0:{}'),(49863,7574,'_virtual','no'),(49864,7574,'_downloadable','no'),(49865,7574,'_product_image_gallery',''),(49866,7574,'_download_limit','-1'),(49867,7574,'_download_expiry','-1'),(49868,7574,'_stock',NULL),(49869,7574,'_wc_average_rating','0'),(49870,7574,'_wc_rating_count','a:0:{}'),(49871,7574,'_wc_review_count','0'),(49872,7574,'_price','900.00'),(49873,7574,'_product_version','3.0.8'),(49874,7576,'_variation_description','36\" x 54\"'),(49875,7576,'_sku',''),(49876,7576,'_regular_price','900.00'),(49877,7576,'_sale_price',''),(49878,7576,'_sale_price_dates_from',''),(49879,7576,'_sale_price_dates_to',''),(49880,7576,'total_sales','0'),(49881,7576,'_tax_status','taxable'),(49882,7576,'_tax_class','parent'),(49883,7576,'_manage_stock','no'),(49884,7576,'_backorders','no'),(49885,7576,'_sold_individually','no'),(49886,7576,'_weight',''),(49887,7576,'_length',''),(49888,7576,'_width',''),(49889,7576,'_height',''),(49890,7576,'_upsell_ids','a:0:{}'),(49891,7576,'_crosssell_ids','a:0:{}'),(49892,7576,'_purchase_note',''),(49893,7576,'_default_attributes','a:0:{}'),(49894,7576,'_virtual','no'),(49895,7576,'_downloadable','no'),(49896,7576,'_product_image_gallery',''),(49897,7576,'_download_limit','-1'),(49898,7576,'_download_expiry','-1'),(49899,7576,'_stock',NULL),(49900,7576,'_wc_average_rating','0'),(49901,7576,'_wc_rating_count','a:0:{}'),(49902,7576,'_wc_review_count','0'),(49903,7576,'_price','900.00'),(49904,7576,'_product_version','3.0.8'),(49905,7578,'_variation_description','36\" x 54\"'),(49906,7578,'_sku',''),(49907,7578,'_regular_price','900.00'),(49908,7578,'_sale_price',''),(49909,7578,'_sale_price_dates_from',''),(49910,7578,'_sale_price_dates_to',''),(49911,7578,'total_sales','0'),(49912,7578,'_tax_status','taxable'),(49913,7578,'_tax_class','parent'),(49914,7578,'_manage_stock','no'),(49915,7578,'_backorders','no'),(49916,7578,'_sold_individually','no'),(49917,7578,'_weight',''),(49918,7578,'_length',''),(49919,7578,'_width',''),(49920,7578,'_height',''),(49921,7578,'_upsell_ids','a:0:{}'),(49922,7578,'_crosssell_ids','a:0:{}'),(49923,7578,'_purchase_note',''),(49924,7578,'_default_attributes','a:0:{}'),(49925,7578,'_virtual','no'),(49926,7578,'_downloadable','no'),(49927,7578,'_product_image_gallery',''),(49928,7578,'_download_limit','-1'),(49929,7578,'_download_expiry','-1'),(49930,7578,'_stock',NULL),(49931,7578,'_wc_average_rating','0'),(49932,7578,'_wc_rating_count','a:0:{}'),(49933,7578,'_wc_review_count','0'),(49934,7578,'_price','900.00'),(49935,7578,'_product_version','3.0.8'),(49936,7580,'_variation_description','36\" x 54\"'),(49937,7580,'_sku',''),(49938,7580,'_regular_price','900.00'),(49939,7580,'_sale_price',''),(49940,7580,'_sale_price_dates_from',''),(49941,7580,'_sale_price_dates_to',''),(49942,7580,'total_sales','0'),(49943,7580,'_tax_status','taxable'),(49944,7580,'_tax_class','parent'),(49945,7580,'_manage_stock','no'),(49946,7580,'_backorders','no'),(49947,7580,'_sold_individually','no'),(49948,7580,'_weight',''),(49949,7580,'_length',''),(49950,7580,'_width',''),(49951,7580,'_height',''),(49952,7580,'_upsell_ids','a:0:{}'),(49953,7580,'_crosssell_ids','a:0:{}'),(49954,7580,'_purchase_note',''),(49955,7580,'_default_attributes','a:0:{}'),(49956,7580,'_virtual','no'),(49957,7580,'_downloadable','no'),(49958,7580,'_product_image_gallery',''),(49959,7580,'_download_limit','-1'),(49960,7580,'_download_expiry','-1'),(49961,7580,'_stock',NULL),(49962,7580,'_wc_average_rating','0'),(49963,7580,'_wc_rating_count','a:0:{}'),(49964,7580,'_wc_review_count','0'),(49965,7580,'_price','900.00'),(49966,7580,'_product_version','3.0.8'),(49967,7582,'_variation_description','36\" x 54\"'),(49968,7582,'_sku',''),(49969,7582,'_regular_price','900.00'),(49970,7582,'_sale_price',''),(49971,7582,'_sale_price_dates_from',''),(49972,7582,'_sale_price_dates_to',''),(49973,7582,'total_sales','0'),(49974,7582,'_tax_status','taxable'),(49975,7582,'_tax_class','parent'),(49976,7582,'_manage_stock','no'),(49977,7582,'_backorders','no'),(49978,7582,'_sold_individually','no'),(49979,7582,'_weight',''),(49980,7582,'_length',''),(49981,7582,'_width',''),(49982,7582,'_height',''),(49983,7582,'_upsell_ids','a:0:{}'),(49984,7582,'_crosssell_ids','a:0:{}'),(49985,7582,'_purchase_note',''),(49986,7582,'_default_attributes','a:0:{}'),(49987,7582,'_virtual','no'),(49988,7582,'_downloadable','no'),(49989,7582,'_product_image_gallery',''),(49990,7582,'_download_limit','-1'),(49991,7582,'_download_expiry','-1'),(49992,7582,'_stock',NULL),(49993,7582,'_wc_average_rating','0'),(49994,7582,'_wc_rating_count','a:0:{}'),(49995,7582,'_wc_review_count','0'),(49996,7582,'_price','900.00'),(49997,7582,'_product_version','3.0.8'),(49998,7584,'_variation_description','36\" x 54\"'),(49999,7584,'_sku',''),(50000,7584,'_regular_price','900.00'),(50001,7584,'_sale_price',''),(50002,7584,'_sale_price_dates_from',''),(50003,7584,'_sale_price_dates_to',''),(50004,7584,'total_sales','0'),(50005,7584,'_tax_status','taxable'),(50006,7584,'_tax_class','parent'),(50007,7584,'_manage_stock','no'),(50008,7584,'_backorders','no'),(50009,7584,'_sold_individually','no'),(50010,7584,'_weight',''),(50011,7584,'_length',''),(50012,7584,'_width',''),(50013,7584,'_height',''),(50014,7584,'_upsell_ids','a:0:{}'),(50015,7584,'_crosssell_ids','a:0:{}'),(50016,7584,'_purchase_note',''),(50017,7584,'_default_attributes','a:0:{}'),(50018,7584,'_virtual','no'),(50019,7584,'_downloadable','no'),(50020,7584,'_product_image_gallery',''),(50021,7584,'_download_limit','-1'),(50022,7584,'_download_expiry','-1'),(50023,7584,'_stock',NULL),(50024,7584,'_wc_average_rating','0'),(50025,7584,'_wc_rating_count','a:0:{}'),(50026,7584,'_wc_review_count','0'),(50027,7584,'_price','900.00'),(50028,7584,'_product_version','3.0.8'),(50029,7586,'_variation_description','36\" x 54\"'),(50030,7586,'_sku',''),(50031,7586,'_regular_price','900.00'),(50032,7586,'_sale_price',''),(50033,7586,'_sale_price_dates_from',''),(50034,7586,'_sale_price_dates_to',''),(50035,7586,'total_sales','0'),(50036,7586,'_tax_status','taxable'),(50037,7586,'_tax_class','parent'),(50038,7586,'_manage_stock','no'),(50039,7586,'_backorders','no'),(50040,7586,'_sold_individually','no'),(50041,7586,'_weight',''),(50042,7586,'_length',''),(50043,7586,'_width',''),(50044,7586,'_height',''),(50045,7586,'_upsell_ids','a:0:{}'),(50046,7586,'_crosssell_ids','a:0:{}'),(50047,7586,'_purchase_note',''),(50048,7586,'_default_attributes','a:0:{}'),(50049,7586,'_virtual','no'),(50050,7586,'_downloadable','no'),(50051,7586,'_product_image_gallery',''),(50052,7586,'_download_limit','-1'),(50053,7586,'_download_expiry','-1'),(50054,7586,'_stock',NULL),(50055,7586,'_wc_average_rating','0'),(50056,7586,'_wc_rating_count','a:0:{}'),(50057,7586,'_wc_review_count','0'),(50058,7586,'_price','900.00'),(50059,7586,'_product_version','3.0.8'),(50151,6132,'_price','175'),(50152,6132,'_price','240.00'),(50153,6132,'_price','300.00'),(50154,6132,'_price','400.00'),(50155,6132,'_price','500.00'),(50156,6132,'_price','900.00'),(50157,6132,'_price','1200.00'),(50158,6139,'_price','175'),(50159,6139,'_price','240.00'),(50160,6139,'_price','300.00'),(50161,6139,'_price','400.00'),(50162,6139,'_price','500.00'),(50163,6139,'_price','900.00'),(50164,6139,'_price','1200.00'),(50165,6125,'_price','175'),(50166,6125,'_price','240.00'),(50167,6125,'_price','300.00'),(50168,6125,'_price','400.00'),(50169,6125,'_price','500.00'),(50170,6125,'_price','900.00'),(50171,6125,'_price','1200.00'),(50172,6146,'_price','175'),(50173,6146,'_price','240.00'),(50174,6146,'_price','300.00'),(50175,6146,'_price','400.00'),(50176,6146,'_price','500.00'),(50177,6146,'_price','900.00'),(50178,6146,'_price','1200.00'),(50179,6153,'_price','175'),(50180,6153,'_price','240.00'),(50181,6153,'_price','300.00'),(50182,6153,'_price','400.00'),(50183,6153,'_price','500.00'),(50184,6153,'_price','900.00'),(50185,6153,'_price','1200.00'),(50186,6171,'_price','175'),(50187,6171,'_price','240.00'),(50188,6171,'_price','300.00'),(50189,6171,'_price','400.00'),(50190,6171,'_price','500.00'),(50191,6171,'_price','900.00'),(50192,6171,'_price','1200.00'),(50193,6187,'_price','175'),(50194,6187,'_price','240.00'),(50195,6187,'_price','300.00'),(50196,6187,'_price','400.00'),(50197,6187,'_price','500.00'),(50198,6187,'_price','900.00'),(50199,6187,'_price','1200.00'),(50200,6202,'_price','175'),(50201,6202,'_price','240.00'),(50202,6202,'_price','300.00'),(50203,6202,'_price','400.00'),(50204,6202,'_price','500.00'),(50205,6202,'_price','900.00'),(50206,6202,'_price','1200.00'),(50207,6211,'_price','175'),(50208,6211,'_price','240.00'),(50209,6211,'_price','300.00'),(50210,6211,'_price','400.00'),(50211,6211,'_price','500.00'),(50212,6211,'_price','900.00'),(50213,6211,'_price','1200.00'),(50214,6165,'_price','175'),(50215,6165,'_price','240.00'),(50216,6165,'_price','300.00'),(50217,6165,'_price','400.00'),(50218,6165,'_price','500.00'),(50219,6165,'_price','900.00'),(50220,6165,'_price','1200.00'),(50221,6230,'_price','175'),(50222,6230,'_price','240.00'),(50223,6230,'_price','300.00'),(50224,6230,'_price','400.00'),(50225,6230,'_price','500.00'),(50226,6230,'_price','900.00'),(50227,6230,'_price','1200.00'),(50228,6181,'_price','175'),(50229,6181,'_price','240.00'),(50230,6181,'_price','300.00'),(50231,6181,'_price','400.00'),(50232,6181,'_price','500.00'),(50233,6181,'_price','900.00'),(50234,6181,'_price','1200.00'),(50235,6117,'_price','175'),(50236,6117,'_price','240.00'),(50237,6117,'_price','300.00'),(50238,6117,'_price','400.00'),(50239,6117,'_price','500.00'),(50240,6117,'_price','900.00'),(50241,6117,'_price','1200.00'),(50242,7588,'_variation_description','36\" x 54\"'),(50243,7588,'_sku',''),(50244,7588,'_regular_price','900.00'),(50245,7588,'_sale_price',''),(50246,7588,'_sale_price_dates_from',''),(50247,7588,'_sale_price_dates_to',''),(50248,7588,'total_sales','0'),(50249,7588,'_tax_status','taxable'),(50250,7588,'_tax_class','parent'),(50251,7588,'_manage_stock','no'),(50252,7588,'_backorders','no'),(50253,7588,'_sold_individually','no'),(50254,7588,'_weight',''),(50255,7588,'_length',''),(50256,7588,'_width',''),(50257,7588,'_height',''),(50258,7588,'_upsell_ids','a:0:{}'),(50259,7588,'_crosssell_ids','a:0:{}'),(50260,7588,'_purchase_note',''),(50261,7588,'_default_attributes','a:0:{}'),(50262,7588,'_virtual','no'),(50263,7588,'_downloadable','no'),(50264,7588,'_product_image_gallery',''),(50265,7588,'_download_limit','-1'),(50266,7588,'_download_expiry','-1'),(50267,7588,'_stock',NULL),(50268,7588,'_wc_average_rating','0'),(50269,7588,'_wc_rating_count','a:0:{}'),(50270,7588,'_wc_review_count','0'),(50271,7588,'_price','900.00'),(50272,7588,'_product_version','3.0.8'),(50273,7590,'_variation_description','36\" x 54\"'),(50274,7590,'_sku',''),(50275,7590,'_regular_price','900.00'),(50276,7590,'_sale_price',''),(50277,7590,'_sale_price_dates_from',''),(50278,7590,'_sale_price_dates_to',''),(50279,7590,'total_sales','0'),(50280,7590,'_tax_status','taxable'),(50281,7590,'_tax_class','parent'),(50282,7590,'_manage_stock','no'),(50283,7590,'_backorders','no'),(50284,7590,'_sold_individually','no'),(50285,7590,'_weight',''),(50286,7590,'_length',''),(50287,7590,'_width',''),(50288,7590,'_height',''),(50289,7590,'_upsell_ids','a:0:{}'),(50290,7590,'_crosssell_ids','a:0:{}'),(50291,7590,'_purchase_note',''),(50292,7590,'_default_attributes','a:0:{}'),(50293,7590,'_virtual','no'),(50294,7590,'_downloadable','no'),(50295,7590,'_product_image_gallery',''),(50296,7590,'_download_limit','-1'),(50297,7590,'_download_expiry','-1'),(50298,7590,'_stock',NULL),(50299,7590,'_wc_average_rating','0'),(50300,7590,'_wc_rating_count','a:0:{}'),(50301,7590,'_wc_review_count','0'),(50302,7590,'_price','900.00'),(50303,7590,'_product_version','3.0.8'),(50304,7592,'_variation_description','36\" x 54\"'),(50305,7592,'_sku',''),(50306,7592,'_regular_price','900.00'),(50307,7592,'_sale_price',''),(50308,7592,'_sale_price_dates_from',''),(50309,7592,'_sale_price_dates_to',''),(50310,7592,'total_sales','0'),(50311,7592,'_tax_status','taxable'),(50312,7592,'_tax_class','parent'),(50313,7592,'_manage_stock','no'),(50314,7592,'_backorders','no'),(50315,7592,'_sold_individually','no'),(50316,7592,'_weight',''),(50317,7592,'_length',''),(50318,7592,'_width',''),(50319,7592,'_height',''),(50320,7592,'_upsell_ids','a:0:{}'),(50321,7592,'_crosssell_ids','a:0:{}'),(50322,7592,'_purchase_note',''),(50323,7592,'_default_attributes','a:0:{}'),(50324,7592,'_virtual','no'),(50325,7592,'_downloadable','no'),(50326,7592,'_product_image_gallery',''),(50327,7592,'_download_limit','-1'),(50328,7592,'_download_expiry','-1'),(50329,7592,'_stock',NULL),(50330,7592,'_wc_average_rating','0'),(50331,7592,'_wc_rating_count','a:0:{}'),(50332,7592,'_wc_review_count','0'),(50333,7592,'_price','900.00'),(50334,7592,'_product_version','3.0.8'),(50335,7594,'_variation_description','36\" x 54\"'),(50336,7594,'_sku',''),(50337,7594,'_regular_price','900.00'),(50338,7594,'_sale_price',''),(50339,7594,'_sale_price_dates_from',''),(50340,7594,'_sale_price_dates_to',''),(50341,7594,'total_sales','0'),(50342,7594,'_tax_status','taxable'),(50343,7594,'_tax_class','parent'),(50344,7594,'_manage_stock','no'),(50345,7594,'_backorders','no'),(50346,7594,'_sold_individually','no'),(50347,7594,'_weight',''),(50348,7594,'_length',''),(50349,7594,'_width',''),(50350,7594,'_height',''),(50351,7594,'_upsell_ids','a:0:{}'),(50352,7594,'_crosssell_ids','a:0:{}'),(50353,7594,'_purchase_note',''),(50354,7594,'_default_attributes','a:0:{}'),(50355,7594,'_virtual','no'),(50356,7594,'_downloadable','no'),(50357,7594,'_product_image_gallery',''),(50358,7594,'_download_limit','-1'),(50359,7594,'_download_expiry','-1'),(50360,7594,'_stock',NULL),(50361,7594,'_wc_average_rating','0'),(50362,7594,'_wc_rating_count','a:0:{}'),(50363,7594,'_wc_review_count','0'),(50364,7594,'_price','900.00'),(50365,7594,'_product_version','3.0.8'),(50366,7596,'_variation_description','36\" x 54\"'),(50367,7596,'_sku',''),(50368,7596,'_regular_price','900.00'),(50369,7596,'_sale_price',''),(50370,7596,'_sale_price_dates_from',''),(50371,7596,'_sale_price_dates_to',''),(50372,7596,'total_sales','0'),(50373,7596,'_tax_status','taxable'),(50374,7596,'_tax_class','parent'),(50375,7596,'_manage_stock','no'),(50376,7596,'_backorders','no'),(50377,7596,'_sold_individually','no'),(50378,7596,'_weight',''),(50379,7596,'_length',''),(50380,7596,'_width',''),(50381,7596,'_height',''),(50382,7596,'_upsell_ids','a:0:{}'),(50383,7596,'_crosssell_ids','a:0:{}'),(50384,7596,'_purchase_note',''),(50385,7596,'_default_attributes','a:0:{}'),(50386,7596,'_virtual','no'),(50387,7596,'_downloadable','no'),(50388,7596,'_product_image_gallery',''),(50389,7596,'_download_limit','-1'),(50390,7596,'_download_expiry','-1'),(50391,7596,'_stock',NULL),(50392,7596,'_wc_average_rating','0'),(50393,7596,'_wc_rating_count','a:0:{}'),(50394,7596,'_wc_review_count','0'),(50395,7596,'_price','900.00'),(50396,7596,'_product_version','3.0.8'),(50397,7598,'_variation_description','36\" x 54\"'),(50398,7598,'_sku',''),(50399,7598,'_regular_price','900.00'),(50400,7598,'_sale_price',''),(50401,7598,'_sale_price_dates_from',''),(50402,7598,'_sale_price_dates_to',''),(50403,7598,'total_sales','0'),(50404,7598,'_tax_status','taxable'),(50405,7598,'_tax_class','parent'),(50406,7598,'_manage_stock','no'),(50407,7598,'_backorders','no'),(50408,7598,'_sold_individually','no'),(50409,7598,'_weight',''),(50410,7598,'_length',''),(50411,7598,'_width',''),(50412,7598,'_height',''),(50413,7598,'_upsell_ids','a:0:{}'),(50414,7598,'_crosssell_ids','a:0:{}'),(50415,7598,'_purchase_note',''),(50416,7598,'_default_attributes','a:0:{}'),(50417,7598,'_virtual','no'),(50418,7598,'_downloadable','no'),(50419,7598,'_product_image_gallery',''),(50420,7598,'_download_limit','-1'),(50421,7598,'_download_expiry','-1'),(50422,7598,'_stock',NULL),(50423,7598,'_wc_average_rating','0'),(50424,7598,'_wc_rating_count','a:0:{}'),(50425,7598,'_wc_review_count','0'),(50426,7598,'_price','900.00'),(50427,7598,'_product_version','3.0.8'),(50428,7600,'_variation_description','36\" x 54\"'),(50429,7600,'_sku',''),(50430,7600,'_regular_price','900.00'),(50431,7600,'_sale_price',''),(50432,7600,'_sale_price_dates_from',''),(50433,7600,'_sale_price_dates_to',''),(50434,7600,'total_sales','0'),(50435,7600,'_tax_status','taxable'),(50436,7600,'_tax_class','parent'),(50437,7600,'_manage_stock','no'),(50438,7600,'_backorders','no'),(50439,7600,'_sold_individually','no'),(50440,7600,'_weight',''),(50441,7600,'_length',''),(50442,7600,'_width',''),(50443,7600,'_height',''),(50444,7600,'_upsell_ids','a:0:{}'),(50445,7600,'_crosssell_ids','a:0:{}'),(50446,7600,'_purchase_note',''),(50447,7600,'_default_attributes','a:0:{}'),(50448,7600,'_virtual','no'),(50449,7600,'_downloadable','no'),(50450,7600,'_product_image_gallery',''),(50451,7600,'_download_limit','-1'),(50452,7600,'_download_expiry','-1'),(50453,7600,'_stock',NULL),(50454,7600,'_wc_average_rating','0'),(50455,7600,'_wc_rating_count','a:0:{}'),(50456,7600,'_wc_review_count','0'),(50457,7600,'_price','900.00'),(50458,7600,'_product_version','3.0.8'),(50459,7602,'_variation_description','36\" x 54\"'),(50460,7602,'_sku',''),(50461,7602,'_regular_price','900.00'),(50462,7602,'_sale_price',''),(50463,7602,'_sale_price_dates_from',''),(50464,7602,'_sale_price_dates_to',''),(50465,7602,'total_sales','0'),(50466,7602,'_tax_status','taxable'),(50467,7602,'_tax_class','parent'),(50468,7602,'_manage_stock','no'),(50469,7602,'_backorders','no'),(50470,7602,'_sold_individually','no'),(50471,7602,'_weight',''),(50472,7602,'_length',''),(50473,7602,'_width',''),(50474,7602,'_height',''),(50475,7602,'_upsell_ids','a:0:{}'),(50476,7602,'_crosssell_ids','a:0:{}'),(50477,7602,'_purchase_note',''),(50478,7602,'_default_attributes','a:0:{}'),(50479,7602,'_virtual','no'),(50480,7602,'_downloadable','no'),(50481,7602,'_product_image_gallery',''),(50482,7602,'_download_limit','-1'),(50483,7602,'_download_expiry','-1'),(50484,7602,'_stock',NULL),(50485,7602,'_wc_average_rating','0'),(50486,7602,'_wc_rating_count','a:0:{}'),(50487,7602,'_wc_review_count','0'),(50488,7602,'_price','900.00'),(50489,7602,'_product_version','3.0.8'),(50490,7604,'_variation_description','36\" x 54\"'),(50491,7604,'_sku',''),(50492,7604,'_regular_price','900.00'),(50493,7604,'_sale_price',''),(50494,7604,'_sale_price_dates_from',''),(50495,7604,'_sale_price_dates_to',''),(50496,7604,'total_sales','0'),(50497,7604,'_tax_status','taxable'),(50498,7604,'_tax_class','parent'),(50499,7604,'_manage_stock','no'),(50500,7604,'_backorders','no'),(50501,7604,'_sold_individually','no'),(50502,7604,'_weight',''),(50503,7604,'_length',''),(50504,7604,'_width',''),(50505,7604,'_height',''),(50506,7604,'_upsell_ids','a:0:{}'),(50507,7604,'_crosssell_ids','a:0:{}'),(50508,7604,'_purchase_note',''),(50509,7604,'_default_attributes','a:0:{}'),(50510,7604,'_virtual','no'),(50511,7604,'_downloadable','no'),(50512,7604,'_product_image_gallery',''),(50513,7604,'_download_limit','-1'),(50514,7604,'_download_expiry','-1'),(50515,7604,'_stock',NULL),(50516,7604,'_wc_average_rating','0'),(50517,7604,'_wc_rating_count','a:0:{}'),(50518,7604,'_wc_review_count','0'),(50519,7604,'_price','900.00'),(50520,7604,'_product_version','3.0.8'),(50521,7606,'_variation_description','36\" x 54\"'),(50522,7606,'_sku',''),(50523,7606,'_regular_price','900.00'),(50524,7606,'_sale_price',''),(50525,7606,'_sale_price_dates_from',''),(50526,7606,'_sale_price_dates_to',''),(50527,7606,'total_sales','0'),(50528,7606,'_tax_status','taxable'),(50529,7606,'_tax_class','parent'),(50530,7606,'_manage_stock','no'),(50531,7606,'_backorders','no'),(50532,7606,'_sold_individually','no'),(50533,7606,'_weight',''),(50534,7606,'_length',''),(50535,7606,'_width',''),(50536,7606,'_height',''),(50537,7606,'_upsell_ids','a:0:{}'),(50538,7606,'_crosssell_ids','a:0:{}'),(50539,7606,'_purchase_note',''),(50540,7606,'_default_attributes','a:0:{}'),(50541,7606,'_virtual','no'),(50542,7606,'_downloadable','no'),(50543,7606,'_product_image_gallery',''),(50544,7606,'_download_limit','-1'),(50545,7606,'_download_expiry','-1'),(50546,7606,'_stock',NULL),(50547,7606,'_wc_average_rating','0'),(50548,7606,'_wc_rating_count','a:0:{}'),(50549,7606,'_wc_review_count','0'),(50550,7606,'_price','900.00'),(50551,7606,'_product_version','3.0.8'),(50552,7608,'_variation_description','36\" x 54\"'),(50553,7608,'_sku',''),(50554,7608,'_regular_price','900.00'),(50555,7608,'_sale_price',''),(50556,7608,'_sale_price_dates_from',''),(50557,7608,'_sale_price_dates_to',''),(50558,7608,'total_sales','0'),(50559,7608,'_tax_status','taxable'),(50560,7608,'_tax_class','parent'),(50561,7608,'_manage_stock','no'),(50562,7608,'_backorders','no'),(50563,7608,'_sold_individually','no'),(50564,7608,'_weight',''),(50565,7608,'_length',''),(50566,7608,'_width',''),(50567,7608,'_height',''),(50568,7608,'_upsell_ids','a:0:{}'),(50569,7608,'_crosssell_ids','a:0:{}'),(50570,7608,'_purchase_note',''),(50571,7608,'_default_attributes','a:0:{}'),(50572,7608,'_virtual','no'),(50573,7608,'_downloadable','no'),(50574,7608,'_product_image_gallery',''),(50575,7608,'_download_limit','-1'),(50576,7608,'_download_expiry','-1'),(50577,7608,'_stock',NULL),(50578,7608,'_wc_average_rating','0'),(50579,7608,'_wc_rating_count','a:0:{}'),(50580,7608,'_wc_review_count','0'),(50581,7608,'_price','900.00'),(50582,7608,'_product_version','3.0.8'),(50583,7610,'_variation_description','36\" x 54\"'),(50584,7610,'_sku',''),(50585,7610,'_regular_price','900.00'),(50586,7610,'_sale_price',''),(50587,7610,'_sale_price_dates_from',''),(50588,7610,'_sale_price_dates_to',''),(50589,7610,'total_sales','0'),(50590,7610,'_tax_status','taxable'),(50591,7610,'_tax_class','parent'),(50592,7610,'_manage_stock','no'),(50593,7610,'_backorders','no'),(50594,7610,'_sold_individually','no'),(50595,7610,'_weight',''),(50596,7610,'_length',''),(50597,7610,'_width',''),(50598,7610,'_height',''),(50599,7610,'_upsell_ids','a:0:{}'),(50600,7610,'_crosssell_ids','a:0:{}'),(50601,7610,'_purchase_note',''),(50602,7610,'_default_attributes','a:0:{}'),(50603,7610,'_virtual','no'),(50604,7610,'_downloadable','no'),(50605,7610,'_product_image_gallery',''),(50606,7610,'_download_limit','-1'),(50607,7610,'_download_expiry','-1'),(50608,7610,'_stock',NULL),(50609,7610,'_wc_average_rating','0'),(50610,7610,'_wc_rating_count','a:0:{}'),(50611,7610,'_wc_review_count','0'),(50612,7610,'_price','900.00'),(50613,7610,'_product_version','3.0.8'),(50614,7612,'_variation_description','36\" x 54\"'),(50615,7612,'_sku',''),(50616,7612,'_regular_price','900.00'),(50617,7612,'_sale_price',''),(50618,7612,'_sale_price_dates_from',''),(50619,7612,'_sale_price_dates_to',''),(50620,7612,'total_sales','0'),(50621,7612,'_tax_status','taxable'),(50622,7612,'_tax_class','parent'),(50623,7612,'_manage_stock','no'),(50624,7612,'_backorders','no'),(50625,7612,'_sold_individually','no'),(50626,7612,'_weight',''),(50627,7612,'_length',''),(50628,7612,'_width',''),(50629,7612,'_height',''),(50630,7612,'_upsell_ids','a:0:{}'),(50631,7612,'_crosssell_ids','a:0:{}'),(50632,7612,'_purchase_note',''),(50633,7612,'_default_attributes','a:0:{}'),(50634,7612,'_virtual','no'),(50635,7612,'_downloadable','no'),(50636,7612,'_product_image_gallery',''),(50637,7612,'_download_limit','-1'),(50638,7612,'_download_expiry','-1'),(50639,7612,'_stock',NULL),(50640,7612,'_wc_average_rating','0'),(50641,7612,'_wc_rating_count','a:0:{}'),(50642,7612,'_wc_review_count','0'),(50643,7612,'_price','900.00'),(50644,7612,'_product_version','3.0.8'),(50736,6196,'_price','175'),(50737,6196,'_price','240.00'),(50738,6196,'_price','300.00'),(50739,6196,'_price','400.00'),(50740,6196,'_price','500.00'),(50741,6196,'_price','900.00'),(50742,6196,'_price','1200.00'),(50743,6224,'_price','175'),(50744,6224,'_price','240.00'),(50745,6224,'_price','300.00'),(50746,6224,'_price','400.00'),(50747,6224,'_price','500.00'),(50748,6224,'_price','900.00'),(50749,6224,'_price','1200.00'),(50750,6288,'_price','175'),(50751,6288,'_price','240.00'),(50752,6288,'_price','300.00'),(50753,6288,'_price','400.00'),(50754,6288,'_price','500.00'),(50755,6288,'_price','900.00'),(50756,6288,'_price','1200.00'),(50757,6294,'_price','175'),(50758,6294,'_price','240.00'),(50759,6294,'_price','300.00'),(50760,6294,'_price','400.00'),(50761,6294,'_price','500.00'),(50762,6294,'_price','900.00'),(50763,6294,'_price','1200.00'),(50764,6258,'_price','175'),(50765,6258,'_price','240.00'),(50766,6258,'_price','300.00'),(50767,6258,'_price','400.00'),(50768,6258,'_price','500.00'),(50769,6258,'_price','900.00'),(50770,6258,'_price','1200.00'),(50771,6240,'_price','175'),(50772,6240,'_price','240.00'),(50773,6240,'_price','300.00'),(50774,6240,'_price','400.00'),(50775,6240,'_price','500.00'),(50776,6240,'_price','900.00'),(50777,6240,'_price','1200.00'),(50778,6301,'_price','175'),(50779,6301,'_price','240.00'),(50780,6301,'_price','300.00'),(50781,6301,'_price','400.00'),(50782,6301,'_price','500.00'),(50783,6301,'_price','900.00'),(50784,6301,'_price','1200.00'),(50785,6246,'_price','175'),(50786,6246,'_price','240.00'),(50787,6246,'_price','300.00'),(50788,6246,'_price','400.00'),(50789,6246,'_price','500.00'),(50790,6246,'_price','900.00'),(50791,6246,'_price','1200.00'),(50792,6252,'_price','175'),(50793,6252,'_price','240.00'),(50794,6252,'_price','300.00'),(50795,6252,'_price','400.00'),(50796,6252,'_price','500.00'),(50797,6252,'_price','900.00'),(50798,6252,'_price','1200.00'),(50799,6264,'_price','175'),(50800,6264,'_price','240.00'),(50801,6264,'_price','300.00'),(50802,6264,'_price','400.00'),(50803,6264,'_price','500.00'),(50804,6264,'_price','900.00'),(50805,6264,'_price','1200.00'),(50806,6270,'_price','175'),(50807,6270,'_price','240.00'),(50808,6270,'_price','300.00'),(50809,6270,'_price','400.00'),(50810,6270,'_price','500.00'),(50811,6270,'_price','900.00'),(50812,6270,'_price','1200.00'),(50813,6276,'_price','175'),(50814,6276,'_price','240.00'),(50815,6276,'_price','300.00'),(50816,6276,'_price','400.00'),(50817,6276,'_price','500.00'),(50818,6276,'_price','900.00'),(50819,6276,'_price','1200.00'),(50827,7614,'_variation_description','36\" x 54\"'),(50828,7614,'_sku',''),(50829,7614,'_regular_price','900.00'),(50830,7614,'_sale_price',''),(50831,7614,'_sale_price_dates_from',''),(50832,7614,'_sale_price_dates_to',''),(50833,7614,'total_sales','0'),(50834,7614,'_tax_status','taxable'),(50835,7614,'_tax_class','parent'),(50836,7614,'_manage_stock','no'),(50837,7614,'_backorders','no'),(50838,7614,'_sold_individually','no'),(50839,7614,'_weight',''),(50840,7614,'_length',''),(50841,7614,'_width',''),(50842,7614,'_height',''),(50843,7614,'_upsell_ids','a:0:{}'),(50844,7614,'_crosssell_ids','a:0:{}'),(50845,7614,'_purchase_note',''),(50846,7614,'_default_attributes','a:0:{}'),(50847,7614,'_virtual','no'),(50848,7614,'_downloadable','no'),(50849,7614,'_product_image_gallery',''),(50850,7614,'_download_limit','-1'),(50851,7614,'_download_expiry','-1'),(50852,7614,'_stock',NULL),(50853,7614,'_wc_average_rating','0'),(50854,7614,'_wc_rating_count','a:0:{}'),(50855,7614,'_wc_review_count','0'),(50856,7614,'_price','900.00'),(50857,7614,'_product_version','3.0.8'),(50893,6307,'_price','175'),(50894,6307,'_price','240.00'),(50895,6307,'_price','300.00'),(50896,6307,'_price','400.00'),(50897,6307,'_price','500.00'),(50898,6307,'_price','900.00'),(50899,6307,'_price','1200.00'),(50900,6313,'_price','175'),(50901,6313,'_price','240.00'),(50902,6313,'_price','300'),(50903,6313,'_price','400.00'),(50904,6313,'_price','500'),(50905,6313,'_price','900.00'),(50906,6313,'_price','1200.00'),(50907,6319,'_price','175'),(50908,6319,'_price','240.00'),(50909,6319,'_price','300.00'),(50910,6319,'_price','400'),(50911,6319,'_price','500'),(50912,6319,'_price','900.00'),(50913,6319,'_price','1200.00'),(50914,6325,'_price','175'),(50915,6325,'_price','240.00'),(50916,6325,'_price','300.00'),(50917,6325,'_price','400.00'),(50918,6325,'_price','500'),(50919,6325,'_price','900.00'),(50920,6325,'_price','1200.00'),(50921,6282,'_price','175'),(50922,6282,'_price','240.00'),(50923,6282,'_price','300.00'),(50924,6282,'_price','400.00'),(50925,6282,'_price','500.00'),(50926,6282,'_price','900.00'),(50927,6282,'_price','1200.00'),(50929,7616,'fw_options','a:0:{}'),(50930,7617,'_wp_attached_file','2020/05/ga_aquarium-e1589775218700.png'),(50931,7617,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:120;s:4:\"file\";s:38:\"2020/05/ga_aquarium-e1589775218700.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"ga_aquarium-150x144.png\";s:5:\"width\";i:150;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:21:\"ga_aquarium-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:21:\"ga_aquarium-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(50932,7617,'_edit_lock','1589775101:3'),(50933,7617,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:269;s:6:\"height\";i:144;s:4:\"file\";s:15:\"ga_aquarium.png\";}}'),(50934,7617,'_edit_last','3'),(50935,7618,'fw_options','a:0:{}'),(50956,7152,'_wp_attachment_custom_header_last_used_foreal','1589776923'),(50957,7152,'_wp_attachment_is_custom_header','foreal'),(50968,7629,'_wp_attached_file','2020/05/deanocook-logo-copy-scaled-e1589810026454.jpg'),(50969,7629,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1040;s:6:\"height\";i:433;s:4:\"file\";s:53:\"2020/05/deanocook-logo-copy-scaled-e1589810026454.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"deanocook-logo-copy-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"deanocook-logo-copy-1024x426.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"deanocook-logo-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"deanocook-logo-copy-768x320.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"deanocook-logo-copy-1536x639.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:639;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:32:\"deanocook-logo-copy-2048x853.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"deanocook-logo-copy-1000x416.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"deanocook-logo-copy-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"deanocook-logo-copy-1000x416.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:32:\"deanocook-logo-copy-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:29:\"deanocook-logo-copy-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:31:\"deanocook-logo-copy-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:29:\"deanocook-logo-copy-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"Eddie Tapp\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:10:\"Eddie Tapp\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:23:\"deanocook-logo-copy.jpg\";}'),(50970,7629,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2560;s:6:\"height\";i:1066;s:4:\"file\";s:30:\"deanocook-logo-copy-scaled.jpg\";}}'),(50971,7629,'_wp_attachment_custom_header_last_used_foreal','1589810084'),(50972,7629,'_wp_attachment_is_custom_header','foreal'),(50976,7631,'_wp_attached_file','2020/05/DSC7249a-final-image-scaled-e1590028599457.jpeg'),(50977,7631,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:576;s:6:\"height\";i:384;s:4:\"file\";s:55:\"2020/05/DSC7249a-final-image-scaled-e1590028599457.jpeg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"DSC7249a-final-image-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"DSC7249a-final-image-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"DSC7249a-final-image-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"DSC7249a-final-image-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"DSC7249a-final-image-1536x1024.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:35:\"DSC7249a-final-image-2048x1365.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"DSC7249a-final-image-1000x667.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"DSC7249a-final-image-1000x1000.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"DSC7249a-final-image-1000x667.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:34:\"DSC7249a-final-image-1170x767.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:31:\"DSC7249a-final-image-70x70.jpeg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:33:\"DSC7249a-final-image-800x400.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:31:\"DSC7249a-final-image-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"DSC7249a-final-image.jpeg\";}'),(50978,7632,'_wp_attached_file','2020/05/DSC7309b-scaled.jpeg'),(50979,7632,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:2048;s:4:\"file\";s:28:\"2020/05/DSC7309b-scaled.jpeg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"DSC7309b-300x240.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"DSC7309b-1024x819.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC7309b-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"DSC7309b-768x614.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"DSC7309b-1536x1229.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:23:\"DSC7309b-2048x1638.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1638;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC7309b-1000x800.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"DSC7309b-1000x1000.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"DSC7309b-1000x800.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:22:\"DSC7309b-1170x767.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:19:\"DSC7309b-70x70.jpeg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:21:\"DSC7309b-800x400.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"DSC7309b-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"DSC7309b-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:13:\"DSC7309b.jpeg\";}'),(50980,7633,'_wp_attached_file','2020/05/DSC7230a-scaled.jpeg'),(50981,7633,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:28:\"2020/05/DSC7230a-scaled.jpeg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"DSC7230a-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"DSC7230a-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC7230a-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"DSC7230a-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"DSC7230a-1536x1024.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:23:\"DSC7230a-2048x1366.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"DSC7230a-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"DSC7230a-1000x1000.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"DSC7230a-1000x667.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:22:\"DSC7230a-1170x767.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:19:\"DSC7230a-70x70.jpeg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:21:\"DSC7230a-800x400.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"DSC7230a-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"DSC7230a-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:13:\"DSC7230a.jpeg\";}'),(50982,7634,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(50983,7634,'_sku',''),(50984,7634,'_regular_price',''),(50985,7634,'_sale_price',''),(50986,7634,'_sale_price_dates_from',''),(50987,7634,'_sale_price_dates_to',''),(50988,7634,'total_sales','0'),(50989,7634,'_tax_status','taxable'),(50990,7634,'_tax_class',''),(50991,7634,'_manage_stock','no'),(50992,7634,'_backorders','no'),(50993,7634,'_sold_individually','no'),(50994,7634,'_weight',''),(50995,7634,'_length',''),(50996,7634,'_width',''),(50997,7634,'_height',''),(50998,7634,'_upsell_ids','a:0:{}'),(50999,7634,'_crosssell_ids','a:0:{}'),(51000,7634,'_purchase_note',''),(51001,7634,'_default_attributes','a:1:{s:4:\"size\";s:7:\"24 x 36\";}'),(51002,7634,'_virtual','no'),(51003,7634,'_downloadable','no'),(51004,7634,'_product_image_gallery',''),(51005,7634,'_download_limit','-1'),(51006,7634,'_download_expiry','-1'),(51008,7634,'_stock',NULL),(51009,7634,'_stock_status','instock'),(51010,7634,'_wc_average_rating','0'),(51011,7634,'_wc_rating_count','a:0:{}'),(51012,7634,'_wc_review_count','0'),(51013,7634,'_downloadable_files','a:0:{}'),(51014,7634,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:7:\"24 x 36\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(51015,7634,'_product_version','3.0.8'),(51017,7634,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51018,7634,'slide_template','default'),(51019,7634,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51020,7634,'_min_regular_price_variation_id','6641'),(51021,7634,'_max_regular_price_variation_id','6640'),(51022,7634,'_min_variation_price','350'),(51023,7634,'_max_variation_price','775'),(51024,7634,'_max_variation_price','775'),(51025,7634,'_min_variation_price','350'),(51026,7634,'_min_variation_regular_price','350'),(51027,7634,'_max_variation_regular_price','775'),(51028,7634,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51029,7634,'_max_variation_regular_price','775'),(51030,7634,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51031,7634,'_max_regular_price_variation_id','6640'),(51032,7634,'_min_regular_price_variation_id','6641'),(51033,7634,'_max_price_variation_id','6640'),(51034,7634,'_min_price_variation_id','6641'),(51035,7634,'_max_price_variation_id','6640'),(51036,7634,'_min_price_variation_id','6641'),(51037,7634,'_min_variation_regular_price','350'),(51074,7636,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51075,7636,'_variation_description','24\" x 36\"'),(51076,7636,'_sku',''),(51077,7636,'_regular_price','500'),(51078,7636,'_sale_price',''),(51079,7636,'_sale_price_dates_from',''),(51080,7636,'_sale_price_dates_to',''),(51081,7636,'total_sales','0'),(51082,7636,'_tax_status','taxable'),(51083,7636,'_tax_class','parent'),(51084,7636,'_manage_stock','no'),(51085,7636,'_backorders','no'),(51086,7636,'_sold_individually','no'),(51087,7636,'_weight',''),(51088,7636,'_length',''),(51089,7636,'_width',''),(51090,7636,'_height',''),(51091,7636,'_upsell_ids','a:0:{}'),(51092,7636,'_crosssell_ids','a:0:{}'),(51093,7636,'_purchase_note',''),(51094,7636,'_default_attributes','a:0:{}'),(51095,7636,'_virtual','no'),(51096,7636,'_downloadable','no'),(51097,7636,'_product_image_gallery',''),(51098,7636,'_download_limit','-1'),(51099,7636,'_download_expiry','-1'),(51100,7636,'_stock',NULL),(51101,7636,'_stock_status','instock'),(51102,7636,'_wc_average_rating','0'),(51103,7636,'_wc_rating_count','a:0:{}'),(51104,7636,'_wc_review_count','0'),(51105,7636,'_downloadable_files','a:0:{}'),(51106,7636,'attribute_size',''),(51107,7636,'_price','500'),(51108,7636,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51109,7636,'_product_version','3.0.8'),(51112,7634,'_edit_lock','1590113617:3'),(51113,7634,'_edit_last','3'),(51115,7634,'_price','500'),(51116,7637,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51117,7637,'_sku',''),(51118,7637,'_regular_price',''),(51119,7637,'_sale_price',''),(51120,7637,'_sale_price_dates_from',''),(51121,7637,'_sale_price_dates_to',''),(51122,7637,'total_sales','0'),(51123,7637,'_tax_status','taxable'),(51124,7637,'_tax_class',''),(51125,7637,'_manage_stock','no'),(51126,7637,'_backorders','no'),(51127,7637,'_sold_individually','no'),(51128,7637,'_weight',''),(51129,7637,'_length',''),(51130,7637,'_width',''),(51131,7637,'_height',''),(51132,7637,'_upsell_ids','a:0:{}'),(51133,7637,'_crosssell_ids','a:0:{}'),(51134,7637,'_purchase_note',''),(51135,7637,'_default_attributes','a:0:{}'),(51136,7637,'_virtual','no'),(51137,7637,'_downloadable','no'),(51138,7637,'_product_image_gallery',''),(51139,7637,'_download_limit','-1'),(51140,7637,'_download_expiry','-1'),(51141,7637,'_thumbnail_id','7633'),(51142,7637,'_stock',NULL),(51143,7637,'_stock_status','instock'),(51144,7637,'_wc_average_rating','0'),(51145,7637,'_wc_rating_count','a:0:{}'),(51146,7637,'_wc_review_count','0'),(51147,7637,'_downloadable_files','a:0:{}'),(51148,7637,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:5:\"16x20\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(51149,7637,'_product_version','3.0.8'),(51151,7637,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51152,7637,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51153,7637,'slide_template','default'),(51154,7637,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51155,7637,'_min_regular_price_variation_id','6641'),(51156,7637,'_max_regular_price_variation_id','6640'),(51157,7637,'_min_variation_price','350'),(51158,7637,'_max_variation_price','775'),(51159,7637,'_max_variation_price','775'),(51160,7637,'_min_variation_price','350'),(51161,7637,'_min_variation_regular_price','350'),(51162,7637,'_max_variation_regular_price','775'),(51163,7637,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51164,7637,'_max_variation_regular_price','775'),(51165,7637,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51166,7637,'_max_regular_price_variation_id','6640'),(51167,7637,'_min_regular_price_variation_id','6641'),(51168,7637,'_max_price_variation_id','6640'),(51169,7637,'_min_price_variation_id','6641'),(51170,7637,'_max_price_variation_id','6640'),(51171,7637,'_min_price_variation_id','6641'),(51172,7637,'_min_variation_regular_price','350'),(51173,7638,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51174,7638,'_variation_description','18\" x 24\"'),(51175,7638,'_sku',''),(51176,7638,'_regular_price','400'),(51177,7638,'_sale_price',''),(51178,7638,'_sale_price_dates_from',''),(51179,7638,'_sale_price_dates_to',''),(51180,7638,'total_sales','0'),(51181,7638,'_tax_status','taxable'),(51182,7638,'_tax_class','parent'),(51183,7638,'_manage_stock','no'),(51184,7638,'_backorders','no'),(51185,7638,'_sold_individually','no'),(51186,7638,'_weight',''),(51187,7638,'_length',''),(51188,7638,'_width',''),(51189,7638,'_height',''),(51190,7638,'_upsell_ids','a:0:{}'),(51191,7638,'_crosssell_ids','a:0:{}'),(51192,7638,'_purchase_note',''),(51193,7638,'_default_attributes','a:0:{}'),(51194,7638,'_virtual','no'),(51195,7638,'_downloadable','no'),(51196,7638,'_product_image_gallery',''),(51197,7638,'_download_limit','-1'),(51198,7638,'_download_expiry','-1'),(51199,7638,'_stock',NULL),(51200,7638,'_stock_status','instock'),(51201,7638,'_wc_average_rating','0'),(51202,7638,'_wc_rating_count','a:0:{}'),(51203,7638,'_wc_review_count','0'),(51204,7638,'_downloadable_files','a:0:{}'),(51205,7638,'attribute_size','16x20'),(51206,7638,'_price','400'),(51207,7638,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51208,7638,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51209,7638,'_product_version','3.0.8'),(51211,7637,'_edit_lock','1590029642:3'),(51214,7637,'_edit_last','3'),(51215,7639,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51216,7639,'_sku',''),(51217,7639,'_regular_price',''),(51218,7639,'_sale_price',''),(51219,7639,'_sale_price_dates_from',''),(51220,7639,'_sale_price_dates_to',''),(51221,7639,'total_sales','0'),(51222,7639,'_tax_status','taxable'),(51223,7639,'_tax_class',''),(51224,7639,'_manage_stock','no'),(51225,7639,'_backorders','no'),(51226,7639,'_sold_individually','no'),(51227,7639,'_weight',''),(51228,7639,'_length',''),(51229,7639,'_width',''),(51230,7639,'_height',''),(51231,7639,'_upsell_ids','a:0:{}'),(51232,7639,'_crosssell_ids','a:0:{}'),(51233,7639,'_purchase_note',''),(51234,7639,'_default_attributes','a:0:{}'),(51235,7639,'_virtual','no'),(51236,7639,'_downloadable','no'),(51237,7639,'_product_image_gallery',''),(51238,7639,'_download_limit','-1'),(51239,7639,'_download_expiry','-1'),(51240,7639,'_thumbnail_id','7632'),(51241,7639,'_stock',NULL),(51242,7639,'_stock_status','instock'),(51243,7639,'_wc_average_rating','0'),(51244,7639,'_wc_rating_count','a:0:{}'),(51245,7639,'_wc_review_count','0'),(51246,7639,'_downloadable_files','a:0:{}'),(51247,7639,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:5:\"16x20\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(51248,7639,'_product_version','3.0.8'),(51250,7639,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51251,7639,'slide_template','default'),(51252,7639,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51253,7639,'_min_regular_price_variation_id','6641'),(51254,7639,'_max_regular_price_variation_id','6640'),(51255,7639,'_min_variation_price','350'),(51256,7639,'_max_variation_price','775'),(51257,7639,'_max_variation_price','775'),(51258,7639,'_min_variation_price','350'),(51259,7639,'_min_variation_regular_price','350'),(51260,7639,'_max_variation_regular_price','775'),(51261,7639,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51262,7639,'_max_variation_regular_price','775'),(51263,7639,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51264,7639,'_max_regular_price_variation_id','6640'),(51265,7639,'_min_regular_price_variation_id','6641'),(51266,7639,'_max_price_variation_id','6640'),(51267,7639,'_min_price_variation_id','6641'),(51268,7639,'_max_price_variation_id','6640'),(51269,7639,'_min_price_variation_id','6641'),(51270,7639,'_min_variation_regular_price','350'),(51307,7641,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51308,7641,'_variation_description','16\" x 20\"'),(51309,7641,'_sku',''),(51310,7641,'_regular_price','400'),(51311,7641,'_sale_price',''),(51312,7641,'_sale_price_dates_from',''),(51313,7641,'_sale_price_dates_to',''),(51314,7641,'total_sales','0'),(51315,7641,'_tax_status','taxable'),(51316,7641,'_tax_class','parent'),(51317,7641,'_manage_stock','no'),(51318,7641,'_backorders','no'),(51319,7641,'_sold_individually','no'),(51320,7641,'_weight',''),(51321,7641,'_length',''),(51322,7641,'_width',''),(51323,7641,'_height',''),(51324,7641,'_upsell_ids','a:0:{}'),(51325,7641,'_crosssell_ids','a:0:{}'),(51326,7641,'_purchase_note',''),(51327,7641,'_default_attributes','a:0:{}'),(51328,7641,'_virtual','no'),(51329,7641,'_downloadable','no'),(51330,7641,'_product_image_gallery',''),(51331,7641,'_download_limit','-1'),(51332,7641,'_download_expiry','-1'),(51333,7641,'_stock',NULL),(51334,7641,'_stock_status','instock'),(51335,7641,'_wc_average_rating','0'),(51336,7641,'_wc_rating_count','a:0:{}'),(51337,7641,'_wc_review_count','0'),(51338,7641,'_downloadable_files','a:0:{}'),(51339,7641,'attribute_size','16x20'),(51340,7641,'_price','400'),(51341,7641,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51342,7641,'_product_version','3.0.8'),(51345,7639,'_edit_lock','1590026955:3'),(51347,7639,'_price','400'),(51348,7639,'_edit_last','3'),(51349,7642,'fw_options','a:0:{}'),(51350,7643,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51351,7643,'_sku',''),(51352,7643,'_regular_price',''),(51353,7643,'_sale_price',''),(51354,7643,'_sale_price_dates_from',''),(51355,7643,'_sale_price_dates_to',''),(51356,7643,'total_sales','0'),(51357,7643,'_tax_status','taxable'),(51358,7643,'_tax_class',''),(51359,7643,'_manage_stock','no'),(51360,7643,'_backorders','no'),(51361,7643,'_sold_individually','no'),(51362,7643,'_weight',''),(51363,7643,'_length',''),(51364,7643,'_width',''),(51365,7643,'_height',''),(51366,7643,'_upsell_ids','a:0:{}'),(51367,7643,'_crosssell_ids','a:0:{}'),(51368,7643,'_purchase_note',''),(51369,7643,'_default_attributes','a:0:{}'),(51370,7643,'_virtual','no'),(51371,7643,'_downloadable','no'),(51372,7643,'_product_image_gallery',''),(51373,7643,'_download_limit','-1'),(51374,7643,'_download_expiry','-1'),(51375,7643,'_thumbnail_id','7645'),(51376,7643,'_stock',NULL),(51377,7643,'_stock_status','instock'),(51378,7643,'_wc_average_rating','0'),(51379,7643,'_wc_rating_count','a:0:{}'),(51380,7643,'_wc_review_count','0'),(51381,7643,'_downloadable_files','a:0:{}'),(51382,7643,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:5:\"18x24\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(51383,7643,'_product_version','3.0.8'),(51385,7643,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51386,7643,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51387,7643,'slide_template','default'),(51388,7643,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51389,7643,'_min_regular_price_variation_id','6641'),(51390,7643,'_max_regular_price_variation_id','6640'),(51391,7643,'_min_variation_price','350'),(51392,7643,'_max_variation_price','775'),(51393,7643,'_max_variation_price','775'),(51394,7643,'_min_variation_price','350'),(51395,7643,'_min_variation_regular_price','350'),(51396,7643,'_max_variation_regular_price','775'),(51397,7643,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51398,7643,'_max_variation_regular_price','775'),(51399,7643,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51400,7643,'_max_regular_price_variation_id','6640'),(51401,7643,'_min_regular_price_variation_id','6641'),(51402,7643,'_max_price_variation_id','6640'),(51403,7643,'_min_price_variation_id','6641'),(51404,7643,'_max_price_variation_id','6640'),(51405,7643,'_min_price_variation_id','6641'),(51406,7643,'_min_variation_regular_price','350'),(51407,7644,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51408,7644,'_variation_description','16\" x 20\"'),(51409,7644,'_sku',''),(51410,7644,'_regular_price','400'),(51411,7644,'_sale_price',''),(51412,7644,'_sale_price_dates_from',''),(51413,7644,'_sale_price_dates_to',''),(51414,7644,'total_sales','0'),(51415,7644,'_tax_status','taxable'),(51416,7644,'_tax_class','parent'),(51417,7644,'_manage_stock','no'),(51418,7644,'_backorders','no'),(51419,7644,'_sold_individually','no'),(51420,7644,'_weight',''),(51421,7644,'_length',''),(51422,7644,'_width',''),(51423,7644,'_height',''),(51424,7644,'_upsell_ids','a:0:{}'),(51425,7644,'_crosssell_ids','a:0:{}'),(51426,7644,'_purchase_note',''),(51427,7644,'_default_attributes','a:0:{}'),(51428,7644,'_virtual','no'),(51429,7644,'_downloadable','no'),(51430,7644,'_product_image_gallery',''),(51431,7644,'_download_limit','-1'),(51432,7644,'_download_expiry','-1'),(51433,7644,'_stock',NULL),(51434,7644,'_stock_status','instock'),(51435,7644,'_wc_average_rating','0'),(51436,7644,'_wc_rating_count','a:0:{}'),(51437,7644,'_wc_review_count','0'),(51438,7644,'_downloadable_files','a:0:{}'),(51439,7644,'attribute_size','18x24'),(51440,7644,'_price','400'),(51441,7644,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51442,7644,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51443,7644,'_product_version','3.0.8'),(51445,7643,'_edit_lock','1590028249:3'),(51446,7645,'_wp_attached_file','2020/05/SaveOurSeas_eq-GS3.jpg'),(51447,7645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:432;s:6:\"height\";i:576;s:4:\"file\";s:30:\"2020/05/SaveOurSeas_eq-GS3.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"SaveOurSeas_eq-GS3-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"SaveOurSeas_eq-GS3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:28:\"SaveOurSeas_eq-GS3-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:30:\"SaveOurSeas_eq-GS3-432x400.jpg\";s:5:\"width\";i:432;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:28:\"SaveOurSeas_eq-GS3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"SaveOurSeas_eq-GS3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Model Super8k\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1547476380\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(51448,7646,'_wp_attached_file','2020/05/Warfish_eq-GS6-Marc-Popped-24x36-SIG-Layer.jpg'),(51449,7646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:576;s:6:\"height\";i:384;s:4:\"file\";s:54:\"2020/05/Warfish_eq-GS6-Marc-Popped-24x36-SIG-Layer.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Warfish_eq-GS6-Marc-Popped-24x36-SIG-Layer-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Warfish_eq-GS6-Marc-Popped-24x36-SIG-Layer-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:52:\"Warfish_eq-GS6-Marc-Popped-24x36-SIG-Layer-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:52:\"Warfish_eq-GS6-Marc-Popped-24x36-SIG-Layer-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:54:\"Warfish_eq-GS6-Marc-Popped-24x36-SIG-Layer-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Model Super8k\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567609620\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(51450,7647,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51451,7647,'_sku',''),(51452,7647,'_regular_price',''),(51453,7647,'_sale_price',''),(51454,7647,'_sale_price_dates_from',''),(51455,7647,'_sale_price_dates_to',''),(51456,7647,'total_sales','0'),(51457,7647,'_tax_status','taxable'),(51458,7647,'_tax_class',''),(51459,7647,'_manage_stock','no'),(51460,7647,'_backorders','no'),(51461,7647,'_sold_individually','no'),(51462,7647,'_weight',''),(51463,7647,'_length',''),(51464,7647,'_width',''),(51465,7647,'_height',''),(51466,7647,'_upsell_ids','a:0:{}'),(51467,7647,'_crosssell_ids','a:0:{}'),(51468,7647,'_purchase_note',''),(51469,7647,'_default_attributes','a:0:{}'),(51470,7647,'_virtual','no'),(51471,7647,'_downloadable','no'),(51472,7647,'_product_image_gallery',''),(51473,7647,'_download_limit','-1'),(51474,7647,'_download_expiry','-1'),(51475,7647,'_thumbnail_id','7646'),(51476,7647,'_stock',NULL),(51477,7647,'_stock_status','instock'),(51478,7647,'_wc_average_rating','0'),(51479,7647,'_wc_rating_count','a:0:{}'),(51480,7647,'_wc_review_count','0'),(51481,7647,'_downloadable_files','a:0:{}'),(51482,7647,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:5:\"24x36\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(51483,7647,'_product_version','3.0.8'),(51485,7647,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51486,7647,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51487,7647,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51488,7647,'slide_template','default'),(51489,7647,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51490,7647,'_min_regular_price_variation_id','6641'),(51491,7647,'_max_regular_price_variation_id','6640'),(51492,7647,'_min_variation_price','350'),(51493,7647,'_max_variation_price','775'),(51494,7647,'_max_variation_price','775'),(51495,7647,'_min_variation_price','350'),(51496,7647,'_min_variation_regular_price','350'),(51497,7647,'_max_variation_regular_price','775'),(51498,7647,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51499,7647,'_max_variation_regular_price','775'),(51500,7647,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51501,7647,'_max_regular_price_variation_id','6640'),(51502,7647,'_min_regular_price_variation_id','6641'),(51503,7647,'_max_price_variation_id','6640'),(51504,7647,'_min_price_variation_id','6641'),(51505,7647,'_max_price_variation_id','6640'),(51506,7647,'_min_price_variation_id','6641'),(51507,7647,'_min_variation_regular_price','350'),(51508,7648,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51509,7648,'_variation_description','24\" x 36\"'),(51510,7648,'_sku',''),(51511,7648,'_regular_price','400'),(51512,7648,'_sale_price',''),(51513,7648,'_sale_price_dates_from',''),(51514,7648,'_sale_price_dates_to',''),(51515,7648,'total_sales','0'),(51516,7648,'_tax_status','taxable'),(51517,7648,'_tax_class','parent'),(51518,7648,'_manage_stock','no'),(51519,7648,'_backorders','no'),(51520,7648,'_sold_individually','no'),(51521,7648,'_weight',''),(51522,7648,'_length',''),(51523,7648,'_width',''),(51524,7648,'_height',''),(51525,7648,'_upsell_ids','a:0:{}'),(51526,7648,'_crosssell_ids','a:0:{}'),(51527,7648,'_purchase_note',''),(51528,7648,'_default_attributes','a:0:{}'),(51529,7648,'_virtual','no'),(51530,7648,'_downloadable','no'),(51531,7648,'_product_image_gallery',''),(51532,7648,'_download_limit','-1'),(51533,7648,'_download_expiry','-1'),(51534,7648,'_stock',NULL),(51535,7648,'_stock_status','instock'),(51536,7648,'_wc_average_rating','0'),(51537,7648,'_wc_rating_count','a:0:{}'),(51538,7648,'_wc_review_count','0'),(51539,7648,'_downloadable_files','a:0:{}'),(51540,7648,'attribute_size','24x36'),(51541,7648,'_price','400'),(51542,7648,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51543,7648,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51544,7648,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51545,7648,'_product_version','3.0.8'),(51547,7647,'_edit_lock','1590164984:3'),(51548,7647,'_edit_last','3'),(51549,7643,'_edit_last','3'),(51551,7647,'_price','400'),(51553,7637,'_price','400'),(51554,7643,'_price','400'),(51555,5800,'_download_limit','-1'),(51556,5800,'_download_expiry','-1'),(51557,7631,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2560;s:6:\"height\";i:1706;s:4:\"file\";s:32:\"DSC7249a-final-image-scaled.jpeg\";}s:18:\"full-1590028599457\";a:3:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:47:\"DSC7249a-final-image-scaled-e1590028459423.jpeg\";}}'),(51563,7651,'_wp_attached_file','2020/05/DSC7249a-final-image-copy.png'),(51564,7651,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1706;s:4:\"file\";s:37:\"2020/05/DSC7249a-final-image-copy.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"DSC7249a-final-image-copy-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"DSC7249a-final-image-copy-1024x682.png\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"DSC7249a-final-image-copy-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"DSC7249a-final-image-copy-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:39:\"DSC7249a-final-image-copy-1536x1024.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:39:\"DSC7249a-final-image-copy-2048x1365.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"DSC7249a-final-image-copy-1000x666.png\";s:5:\"width\";i:1000;s:6:\"height\";i:666;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"DSC7249a-final-image-copy-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"DSC7249a-final-image-copy-1000x666.png\";s:5:\"width\";i:1000;s:6:\"height\";i:666;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:38:\"DSC7249a-final-image-copy-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:35:\"DSC7249a-final-image-copy-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:37:\"DSC7249a-final-image-copy-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"DSC7249a-final-image-copy-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"DSC7249a-final-image-copy-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(51565,7634,'_thumbnail_id','7651'),(51566,7652,'fw_options','a:0:{}'),(51567,7653,'_wp_attached_file','2020/05/IMG_3151-scaled.jpg'),(51568,7653,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2020/05/IMG_3151-scaled.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3151-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3151-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3151-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_3151-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_3151-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_3151-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_3151-750x1000.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"IMG_3151-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"IMG_3151-750x1000.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:21:\"IMG_3151-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:18:\"IMG_3151-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:20:\"IMG_3151-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:18:\"IMG_3151-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"iPhone 11 Pro Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1589660011\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_3151.jpg\";}'),(51569,7654,'_wp_attached_file','2020/05/IMG_3151-1-scaled.jpg'),(51570,7654,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:29:\"2020/05/IMG_3151-1-scaled.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IMG_3151-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"IMG_3151-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_3151-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"IMG_3151-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"IMG_3151-1-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"IMG_3151-1-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"IMG_3151-1-750x1000.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"IMG_3151-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"IMG_3151-1-750x1000.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:23:\"IMG_3151-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_3151-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:22:\"IMG_3151-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_3151-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"iPhone 11 Pro Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1589660011\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:14:\"IMG_3151-1.jpg\";}'),(51571,7655,'fw_options','a:0:{}'),(51572,7656,'fw_options','a:0:{}'),(51573,7657,'fw_options','a:0:{}'),(51574,7658,'fw_options','a:0:{}'),(51575,7659,'fw_options','a:0:{}'),(51576,7660,'fw_options','a:0:{}'),(51577,7661,'_wp_attached_file','2020/05/C98C8D85-DB82-4804-84EE-0622911CBEE1-scaled.jpeg'),(51578,7661,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1919;s:4:\"file\";s:56:\"2020/05/C98C8D85-DB82-4804-84EE-0622911CBEE1-scaled.jpeg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"C98C8D85-DB82-4804-84EE-0622911CBEE1-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"C98C8D85-DB82-4804-84EE-0622911CBEE1-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"C98C8D85-DB82-4804-84EE-0622911CBEE1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"C98C8D85-DB82-4804-84EE-0622911CBEE1-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:51:\"C98C8D85-DB82-4804-84EE-0622911CBEE1-1536x1151.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:51:\"C98C8D85-DB82-4804-84EE-0622911CBEE1-2048x1535.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1535;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"C98C8D85-DB82-4804-84EE-0622911CBEE1-1000x750.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:51:\"C98C8D85-DB82-4804-84EE-0622911CBEE1-1000x1000.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"C98C8D85-DB82-4804-84EE-0622911CBEE1-1000x750.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:50:\"C98C8D85-DB82-4804-84EE-0622911CBEE1-1170x767.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:47:\"C98C8D85-DB82-4804-84EE-0622911CBEE1-70x70.jpeg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:49:\"C98C8D85-DB82-4804-84EE-0622911CBEE1-800x400.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:47:\"C98C8D85-DB82-4804-84EE-0622911CBEE1-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:56:\"C98C8D85-DB82-4804-84EE-0622911CBEE1-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:41:\"C98C8D85-DB82-4804-84EE-0622911CBEE1.jpeg\";}'),(51579,7662,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51580,7662,'_sku',''),(51581,7662,'_regular_price',''),(51582,7662,'_sale_price',''),(51583,7662,'_sale_price_dates_from',''),(51584,7662,'_sale_price_dates_to',''),(51585,7662,'total_sales','0'),(51586,7662,'_tax_status','taxable'),(51587,7662,'_tax_class',''),(51588,7662,'_manage_stock','no'),(51589,7662,'_backorders','no'),(51590,7662,'_sold_individually','no'),(51591,7662,'_weight',''),(51592,7662,'_length',''),(51593,7662,'_width',''),(51594,7662,'_height',''),(51595,7662,'_upsell_ids','a:0:{}'),(51596,7662,'_crosssell_ids','a:0:{}'),(51597,7662,'_purchase_note',''),(51598,7662,'_default_attributes','a:0:{}'),(51599,7662,'_virtual','no'),(51600,7662,'_downloadable','no'),(51601,7662,'_product_image_gallery',''),(51602,7662,'_download_limit','-1'),(51603,7662,'_download_expiry','-1'),(51604,7662,'_thumbnail_id','7661'),(51605,7662,'_stock',NULL),(51606,7662,'_stock_status','instock'),(51607,7662,'_wc_average_rating','0'),(51608,7662,'_wc_rating_count','a:0:{}'),(51609,7662,'_wc_review_count','0'),(51610,7662,'_downloadable_files','a:0:{}'),(51611,7662,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:5:\"18x24\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(51612,7662,'_product_version','3.0.8'),(51614,7662,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51615,7662,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51616,7662,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51617,7662,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51618,7662,'slide_template','default'),(51619,7662,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51620,7662,'_min_regular_price_variation_id','6641'),(51621,7662,'_max_regular_price_variation_id','6640'),(51622,7662,'_min_variation_price','350'),(51623,7662,'_max_variation_price','775'),(51624,7662,'_max_variation_price','775'),(51625,7662,'_min_variation_price','350'),(51626,7662,'_min_variation_regular_price','350'),(51627,7662,'_max_variation_regular_price','775'),(51628,7662,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51629,7662,'_max_variation_regular_price','775'),(51630,7662,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51631,7662,'_max_regular_price_variation_id','6640'),(51632,7662,'_min_regular_price_variation_id','6641'),(51633,7662,'_max_price_variation_id','6640'),(51634,7662,'_min_price_variation_id','6641'),(51635,7662,'_max_price_variation_id','6640'),(51636,7662,'_min_price_variation_id','6641'),(51637,7662,'_min_variation_regular_price','350'),(51638,7663,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51639,7663,'_variation_description','24\" x 36\"'),(51640,7663,'_sku',''),(51641,7663,'_regular_price','400'),(51642,7663,'_sale_price',''),(51643,7663,'_sale_price_dates_from',''),(51644,7663,'_sale_price_dates_to',''),(51645,7663,'total_sales','0'),(51646,7663,'_tax_status','taxable'),(51647,7663,'_tax_class','parent'),(51648,7663,'_manage_stock','no'),(51649,7663,'_backorders','no'),(51650,7663,'_sold_individually','no'),(51651,7663,'_weight',''),(51652,7663,'_length',''),(51653,7663,'_width',''),(51654,7663,'_height',''),(51655,7663,'_upsell_ids','a:0:{}'),(51656,7663,'_crosssell_ids','a:0:{}'),(51657,7663,'_purchase_note',''),(51658,7663,'_default_attributes','a:0:{}'),(51659,7663,'_virtual','no'),(51660,7663,'_downloadable','no'),(51661,7663,'_product_image_gallery',''),(51662,7663,'_download_limit','-1'),(51663,7663,'_download_expiry','-1'),(51664,7663,'_stock',NULL),(51665,7663,'_stock_status','instock'),(51666,7663,'_wc_average_rating','0'),(51667,7663,'_wc_rating_count','a:0:{}'),(51668,7663,'_wc_review_count','0'),(51669,7663,'_downloadable_files','a:0:{}'),(51670,7663,'attribute_size','18x24'),(51671,7663,'_price','400'),(51672,7663,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51673,7663,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51674,7663,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51675,7663,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51676,7663,'_product_version','3.0.8'),(51678,7662,'_edit_lock','1590180364:3'),(51679,7662,'_price','400'),(51680,7662,'_edit_last','3'),(51681,7664,'_wp_attached_file','2020/05/deanocook-logo-copy-1-scaled.jpg'),(51682,7664,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1066;s:4:\"file\";s:40:\"2020/05/deanocook-logo-copy-1-scaled.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"deanocook-logo-copy-1-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"deanocook-logo-copy-1-1024x426.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"deanocook-logo-copy-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"deanocook-logo-copy-1-768x320.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:34:\"deanocook-logo-copy-1-1536x639.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:639;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:34:\"deanocook-logo-copy-1-2048x853.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"deanocook-logo-copy-1-1000x416.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"deanocook-logo-copy-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"deanocook-logo-copy-1-1000x416.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:34:\"deanocook-logo-copy-1-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:31:\"deanocook-logo-copy-1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:33:\"deanocook-logo-copy-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:31:\"deanocook-logo-copy-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"Eddie Tapp\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:10:\"Eddie Tapp\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"deanocook-logo-copy-1.jpg\";}'),(51683,7665,'fw_options','a:0:{}'),(51684,5762,'_edit_lock','1590179806:3'),(51685,5762,'_download_limit','-1'),(51686,5762,'_download_expiry','-1'),(51687,5765,'_download_limit','-1'),(51688,5765,'_download_expiry','-1'),(51689,7666,'fw_options','a:0:{}'),(51691,7668,'_wp_attached_file','2020/05/IMG_0367-scaled.jpg'),(51692,7668,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2020/05/IMG_0367-scaled.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0367-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0367-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0367-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_0367-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_0367-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_0367-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_0367-750x1000.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"IMG_0367-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"IMG_0367-750x1000.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:21:\"IMG_0367-1170x767.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:18:\"IMG_0367-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:20:\"IMG_0367-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:18:\"IMG_0367-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Model Super8k\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1547476380\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_0367.jpg\";}'),(51693,7669,'fw_options','a:0:{}'),(51730,7672,'_wp_attached_file','woocommerce-placeholder.png'),(51731,7672,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:36:\"woocommerce-placeholder-1170x767.png\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:33:\"woocommerce-placeholder-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:33:\"woocommerce-placeholder-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(51735,7673,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51736,7673,'total_sales','0'),(51737,7673,'_tax_status','taxable'),(51738,7673,'_tax_class',''),(51739,7673,'_manage_stock','no'),(51740,7673,'_backorders','no'),(51741,7673,'_sold_individually','no'),(51742,7673,'_virtual','no'),(51743,7673,'_downloadable','no'),(51744,7673,'_download_limit','-1'),(51745,7673,'_download_expiry','-1'),(51746,7673,'_thumbnail_id','7683'),(51747,7673,'_stock',NULL),(51748,7673,'_stock_status','instock'),(51749,7673,'_wc_average_rating','0'),(51750,7673,'_wc_review_count','0'),(51751,7673,'_product_attributes','a:2:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:13:\"36x60 | 24x40\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"1\";s:11:\"is_taxonomy\";s:1:\"0\";}s:4:\"type\";a:6:{s:4:\"name\";s:4:\"Type\";s:5:\"value\";s:34:\"Heavy Bars | Standard Bars | Rolls\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"1\";s:11:\"is_taxonomy\";s:1:\"0\";}}'),(51752,7673,'_product_version','4.5.2'),(51753,7673,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51754,7673,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51755,7673,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51756,7673,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51757,7673,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51758,7673,'slide_template','default'),(51759,7673,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51760,7673,'_min_regular_price_variation_id','6641'),(51761,7673,'_max_regular_price_variation_id','6640'),(51762,7673,'_min_variation_price','350'),(51763,7673,'_max_variation_price','775'),(51764,7673,'_max_variation_price','775'),(51765,7673,'_min_variation_price','350'),(51766,7673,'_min_variation_regular_price','350'),(51767,7673,'_max_variation_regular_price','775'),(51768,7673,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51769,7673,'_max_variation_regular_price','775'),(51770,7673,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51771,7673,'_max_regular_price_variation_id','6640'),(51772,7673,'_min_regular_price_variation_id','6641'),(51773,7673,'_max_price_variation_id','6640'),(51774,7673,'_min_price_variation_id','6641'),(51775,7673,'_max_price_variation_id','6640'),(51776,7673,'_min_price_variation_id','6641'),(51777,7673,'_min_variation_regular_price','350'),(51805,7673,'_edit_lock','1602504363:3'),(51806,7673,'_edit_last','3'),(51844,7677,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51845,7677,'_variation_description',''),(51846,7677,'total_sales','0'),(51847,7677,'_tax_status','taxable'),(51848,7677,'_tax_class','parent'),(51849,7677,'_manage_stock','no'),(51850,7677,'_backorders','no'),(51851,7677,'_sold_individually','no'),(51852,7677,'_virtual','no'),(51853,7677,'_downloadable','no'),(51854,7677,'_download_limit','-1'),(51855,7677,'_download_expiry','-1'),(51856,7677,'_stock',NULL),(51857,7677,'_stock_status','instock'),(51858,7677,'_wc_average_rating','0'),(51859,7677,'_wc_review_count','0'),(51860,7677,'attribute_type','Heavy Bars'),(51861,7677,'attribute_size','36x60'),(51862,7677,'_product_version','4.5.2'),(51863,7678,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51864,7678,'_variation_description',''),(51865,7678,'total_sales','0'),(51866,7678,'_tax_status','taxable'),(51867,7678,'_tax_class','parent'),(51868,7678,'_manage_stock','no'),(51869,7678,'_backorders','no'),(51870,7678,'_sold_individually','no'),(51871,7678,'_virtual','no'),(51872,7678,'_downloadable','no'),(51873,7678,'_download_limit','-1'),(51874,7678,'_download_expiry','-1'),(51875,7678,'_stock',NULL),(51876,7678,'_stock_status','instock'),(51877,7678,'_wc_average_rating','0'),(51878,7678,'_wc_review_count','0'),(51879,7678,'attribute_type','Standard Bars'),(51880,7678,'attribute_size','36x60'),(51881,7678,'_product_version','4.5.2'),(51882,7679,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51883,7679,'_variation_description',''),(51884,7679,'total_sales','0'),(51885,7679,'_tax_status','taxable'),(51886,7679,'_tax_class','parent'),(51887,7679,'_manage_stock','no'),(51888,7679,'_backorders','no'),(51889,7679,'_sold_individually','no'),(51890,7679,'_virtual','no'),(51891,7679,'_downloadable','no'),(51892,7679,'_download_limit','-1'),(51893,7679,'_download_expiry','-1'),(51894,7679,'_stock',NULL),(51895,7679,'_stock_status','instock'),(51896,7679,'_wc_average_rating','0'),(51897,7679,'_wc_review_count','0'),(51898,7679,'attribute_type','Rolls'),(51899,7679,'attribute_size','36x60'),(51900,7679,'_product_version','4.5.2'),(51901,7680,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51902,7680,'_variation_description',''),(51903,7680,'total_sales','0'),(51904,7680,'_tax_status','taxable'),(51905,7680,'_tax_class','parent'),(51906,7680,'_manage_stock','no'),(51907,7680,'_backorders','no'),(51908,7680,'_sold_individually','no'),(51909,7680,'_virtual','no'),(51910,7680,'_downloadable','no'),(51911,7680,'_download_limit','-1'),(51912,7680,'_download_expiry','-1'),(51913,7680,'_stock',NULL),(51914,7680,'_stock_status','instock'),(51915,7680,'_wc_average_rating','0'),(51916,7680,'_wc_review_count','0'),(51917,7680,'attribute_type','Heavy Bars'),(51918,7680,'attribute_size','24x40'),(51919,7680,'_product_version','4.5.2'),(51920,7681,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51921,7681,'_variation_description',''),(51922,7681,'total_sales','0'),(51923,7681,'_tax_status','taxable'),(51924,7681,'_tax_class','parent'),(51925,7681,'_manage_stock','no'),(51926,7681,'_backorders','no'),(51927,7681,'_sold_individually','no'),(51928,7681,'_virtual','no'),(51929,7681,'_downloadable','no'),(51930,7681,'_download_limit','-1'),(51931,7681,'_download_expiry','-1'),(51932,7681,'_stock',NULL),(51933,7681,'_stock_status','instock'),(51934,7681,'_wc_average_rating','0'),(51935,7681,'_wc_review_count','0'),(51936,7681,'attribute_type','Standard Bars'),(51937,7681,'attribute_size','24x40'),(51938,7681,'_product_version','4.5.2'),(51939,7682,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(51940,7682,'_variation_description',''),(51941,7682,'total_sales','0'),(51942,7682,'_tax_status','taxable'),(51943,7682,'_tax_class','parent'),(51944,7682,'_manage_stock','no'),(51945,7682,'_backorders','no'),(51946,7682,'_sold_individually','no'),(51947,7682,'_virtual','no'),(51948,7682,'_downloadable','no'),(51949,7682,'_download_limit','-1'),(51950,7682,'_download_expiry','-1'),(51951,7682,'_stock',NULL),(51952,7682,'_stock_status','instock'),(51953,7682,'_wc_average_rating','0'),(51954,7682,'_wc_review_count','0'),(51955,7682,'attribute_type','Rolls'),(51956,7682,'attribute_size','24x40'),(51957,7682,'_product_version','4.5.2'),(51958,7677,'_regular_price','1975.00'),(51959,7677,'_thumbnail_id','0'),(51960,7677,'_price','1975.00'),(51961,7678,'_regular_price','1650.00'),(51962,7678,'_thumbnail_id','0'),(51963,7678,'_price','1650.00'),(51964,7679,'_regular_price','1200.00'),(51965,7679,'_thumbnail_id','0'),(51966,7679,'_price','1200.00'),(51967,7680,'_regular_price','1050.00'),(51968,7680,'_thumbnail_id','0'),(51969,7680,'_price','1050.00'),(51970,7681,'_regular_price','850.00'),(51971,7681,'_thumbnail_id','0'),(51972,7681,'_price','850.00'),(51973,7682,'_regular_price','550.00'),(51974,7682,'_thumbnail_id','0'),(51975,7682,'_price','550.00'),(51988,7673,'_price','550.00'),(51989,7673,'_price','850.00'),(51990,7673,'_price','1050.00'),(51991,7673,'_price','1200.00'),(51992,7673,'_price','1650.00'),(51993,7673,'_price','1975.00'),(51994,7683,'_wp_attached_file','2020/10/140CE83E-6817-404D-9BD5-A975C18C2CAA-scaled.jpeg'),(51995,7683,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1536;s:4:\"file\";s:56:\"2020/10/140CE83E-6817-404D-9BD5-A975C18C2CAA-scaled.jpeg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"140CE83E-6817-404D-9BD5-A975C18C2CAA-300x180.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"140CE83E-6817-404D-9BD5-A975C18C2CAA-1024x614.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"140CE83E-6817-404D-9BD5-A975C18C2CAA-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"140CE83E-6817-404D-9BD5-A975C18C2CAA-768x461.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:50:\"140CE83E-6817-404D-9BD5-A975C18C2CAA-1536x922.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:51:\"140CE83E-6817-404D-9BD5-A975C18C2CAA-2048x1229.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"foreal-blog-full\";a:4:{s:4:\"file\";s:50:\"140CE83E-6817-404D-9BD5-A975C18C2CAA-1170x767.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"foreal-blog-thumb\";a:4:{s:4:\"file\";s:47:\"140CE83E-6817-404D-9BD5-A975C18C2CAA-70x70.jpeg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"foreal-portfolio-related-items\";a:4:{s:4:\"file\";s:49:\"140CE83E-6817-404D-9BD5-A975C18C2CAA-800x400.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"foreal-portfolio-thumb\";a:4:{s:4:\"file\";s:47:\"140CE83E-6817-404D-9BD5-A975C18C2CAA-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:49:\"140CE83E-6817-404D-9BD5-A975C18C2CAA-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:49:\"140CE83E-6817-404D-9BD5-A975C18C2CAA-600x360.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:49:\"140CE83E-6817-404D-9BD5-A975C18C2CAA-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:49:\"140CE83E-6817-404D-9BD5-A975C18C2CAA-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:49:\"140CE83E-6817-404D-9BD5-A975C18C2CAA-600x360.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"140CE83E-6817-404D-9BD5-A975C18C2CAA-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D850\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1601335398\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:41:\"140CE83E-6817-404D-9BD5-A975C18C2CAA.jpeg\";}'),(51996,7684,'fw_options','a:0:{}'),(51997,7685,'fw_options','a:0:{}'),(51998,7686,'_order_key','wc_order_Z8FFAxUlGNP5u'),(51999,7686,'_customer_user','0'),(52000,7686,'_payment_method','paypal'),(52001,7686,'_payment_method_title','PayPal'),(52002,7686,'_customer_ip_address','70.117.72.67'),(52003,7686,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Mobile/15E148 Safari/604.1'),(52004,7686,'_created_via','checkout'),(52005,7686,'_cart_hash','f1a3ae124a2b1f5d7959de878ff4f617'),(52006,7686,'_billing_first_name','Jaime'),(52007,7686,'_billing_last_name','Wiggins'),(52008,7686,'_billing_address_1','1400 Glasgow Lane'),(52009,7686,'_billing_city','Allen'),(52010,7686,'_billing_state','TX'),(52011,7686,'_billing_postcode','75013'),(52012,7686,'_billing_country','US'),(52013,7686,'_billing_email','jaime75035@gmail.com'),(52014,7686,'_billing_phone','4692606776'),(52015,7686,'_shipping_first_name','Jaime'),(52016,7686,'_shipping_last_name','Wiggins'),(52017,7686,'_shipping_address_1','1400 Glasgow Lane'),(52018,7686,'_shipping_city','Allen'),(52019,7686,'_shipping_state','TX'),(52020,7686,'_shipping_postcode','75013'),(52021,7686,'_shipping_country','US'),(52022,7686,'_order_currency','USD'),(52023,7686,'_cart_discount','0'),(52024,7686,'_cart_discount_tax','0'),(52025,7686,'_order_shipping','5.95'),(52026,7686,'_order_shipping_tax','0'),(52027,7686,'_order_tax','0'),(52028,7686,'_order_total','30.95'),(52029,7686,'_order_version','4.5.2'),(52030,7686,'_prices_include_tax','no'),(52031,7686,'_billing_address_index','Jaime Wiggins 1400 Glasgow Lane Allen TX 75013 US jaime75035@gmail.com 4692606776'),(52032,7686,'_shipping_address_index','Jaime Wiggins 1400 Glasgow Lane Allen TX 75013 US'),(52033,7686,'is_vat_exempt','no'),(52034,7686,'_paypal_status','completed'),(52035,7686,'PayPal Transaction Fee','1.20'),(52036,7686,'Payment type','instant'),(52037,7686,'_transaction_id','5SU86377GE4752107'),(52038,7686,'_date_paid','1607020232'),(52039,7686,'_paid_date','2020-12-03 18:30:32'),(52040,7686,'_download_permissions_granted','yes'),(52041,7686,'_recorded_sales','yes'),(52042,7686,'_recorded_coupon_usage_counts','yes'),(52043,7686,'_order_stock_reduced','yes'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=7687 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2017-01-26 20:40:41','2017-01-26 20:40:41','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world','','','2017-01-26 20:40:41','2017-01-26 20:40:41','',0,'http://deanostudios.com/?p=1',0,'post','',1),(2,1,'2017-01-26 20:40:41','2017-01-26 20:40:41','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://deanostudios.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','open','','sample-page','','','2017-01-26 20:40:41','2017-01-26 20:40:41','',0,'http://deanostudios.com/?page_id=2',0,'page','',0),(4,1,'2017-02-14 02:19:36','2017-02-14 02:19:36','<label> Your Name (required)\r\n [text* your-name] </label>\r\n\r\n<label> Your Email (required)\r\n [email* your-email] </label>\r\n\r\n<label> Subject\r\n [text your-subject] </label>\r\n\r\n<label> Your Message\r\n [textarea your-message] </label>\r\n\r\n[submit \"Send\"]\nblog \"[your-subject]\"\n[your-name] <wordpress@deanocook.com>\nFrom: [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 blog (http://deanostudios.com)\nashmarie.evans@yahoo.com\nReply-To: [your-email]\n\n0\n0\n\nblog \"[your-subject]\"\nblog <wordpress@deanocook.com>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on blog (http://deanostudios.com)\n[your-email]\nReply-To: ashmarie.evans@yahoo.com\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2017-02-14 02:19:36','2017-02-14 02:19:36','',0,'http://deanostudios.com/?post_type=wpcf7_contact_form&p=4',0,'wpcf7_contact_form','',0),(5,1,'2017-02-14 02:20:53','2017-02-14 02:20:53','[vc_row][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Wishlist\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_empty_space height=\"20px\"][vc_column_text][yith_wcwl_wishlist][/vc_column_text][/vc_column][/vc_row]','Wishlist','','publish','closed','closed','','wishlist','','','2017-02-20 15:00:05','2017-02-20 15:00:05','',0,'http://deanostudios.com/wishlist/',0,'page','',0),(8,1,'2016-03-14 07:36:13','2016-03-14 07:36:13','','Header 1','','publish','closed','closed','','header-1','','','2016-03-14 07:36:13','2016-03-14 07:36:13','',0,'http://wedesignthemes.com/themes/dummy-foreal/?post_type=dt_templates&p=8',0,'dt_templates','',0),(28,1,'2016-03-14 09:28:20','2016-03-14 09:28:20','<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>\nforeal_vc \"[your-subject]\"\n[your-name] <santhosh@iamdesigning.com>\nFrom: [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 foreal_vc (http://wedesignthemes.com/themes/dummy-foreal)\nsanthosh@iamdesigning.com\nReply-To: [your-email]\n\n0\n0\n\nforeal_vc \"[your-subject]\"\nforeal_vc <santhosh@iamdesigning.com>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on foreal_vc (http://wedesignthemes.com/themes/dummy-foreal)\n[your-email]\nReply-To: santhosh@iamdesigning.com\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.','Contact form 1','','publish','closed','closed','','contact-form-1-2-2','','','2016-03-14 09:28:20','2016-03-14 09:28:20','',0,'http://wedesignthemes.com/themes/dummy-foreal/?post_type=wpcf7_contact_form&p=28',0,'wpcf7_contact_form','',0),(87,1,'2016-03-15 05:52:08','2016-03-15 05:52:08','[vc_row css=\".vc_custom_1461930440976{margin-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"OUR MISSION\" font_container=\"tag:h2|font_size:40|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1460710001474{margin-bottom: 10px !important;}\" el_class=\"main-title\"][vc_custom_heading text=\"Our mission is critical to your success. Your success is mission critical!\" font_container=\"tag:h6|font_size:18|text_align:center\" google_fonts=\"font_family:Satisfy%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1460710024394{margin-bottom: 50px !important;}\" el_class=\"main-title\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"HISTORY\" font_container=\"tag:h5|font_size:18px|text_align:left\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:500%20bold%20regular%3A500%3Anormal\"][vc_column_text]Class aptent taciti sociosqu ad litora torquent per conue bia nostra, per inceptos himenaeos. Nulla nunc dui, tristi ue in semper vel, congue sed ligula. Nam dolor ligula, fa ibus id sodales in, auctor fringill torquent per conubiaos .Porlass aptent taciti sociosqu ad litora torquent per coe bia nostra, per inceptos himenaeos.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"ETHICS WE TRUST\" font_container=\"tag:h5|font_size:18px|text_align:left\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:500%20bold%20regular%3A500%3Anormal\"][vc_column_text]Dreei aptent taciti sociosqu ad litora torquent per conue bia nostra, per inceptos himenaeos. Nulla nunc dui, tristi ue in semper vel, congue sed ligula. Nam dolor ligula, fa ibus id sodales in, auctor fringill torquent per conubiaos .Porlass aptent taciti sociosqu ad litora torquent per coe bia nostra, per inceptos himenaeos.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"HISTORY\" font_container=\"tag:h5|font_size:18px|text_align:left\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:500%20bold%20regular%3A500%3Anormal\"][vc_column_text]Ores aptent taciti sociosqu ad litora torquent per conue bia nostra, per inceptos himenaeos. Nulla nunc dui, tristi ue in semper vel, congue sed ligula. Nam dolor ligula, fa ibus id sodales in, auctor fringill torquent per conubiaos .Porlass aptent taciti sociosqu ad litora torquent per coe bia nostres...[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"OUR TEAM\" font_container=\"tag:h2|font_size:30|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1460711480298{margin-bottom: 10px !important;}\" el_class=\"main-title\"][vc_custom_heading text=\"Our team is your team, your mom is our mom\" font_container=\"tag:h6|font_size:18|text_align:center\" google_fonts=\"font_family:Satisfy%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1460711487538{margin-bottom: 50px !important;}\" el_class=\"main-title\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_sc_team image=\"97\" title=\"Rooney\" role=\"Web Designer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" yahoo=\"#\"]I won\'t speak about myself! But, my portfolio will![/dt_sc_team][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_team image=\"98\" title=\"Rooney\" role=\"Web Designer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" yahoo=\"#\"]I won\'t speak about myself! But, my portfolio will![/dt_sc_team][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_team image=\"99\" title=\"Rooney\" role=\"Web Designer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" yahoo=\"#\"]I won\'t speak about myself! But, my portfolio will![/dt_sc_team][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_team image=\"100\" title=\"Rooney\" role=\"Web Designer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" yahoo=\"#\"]I won\'t speak about myself! But, my portfolio will![/dt_sc_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"80px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1460713347113{margin-bottom: 0px !important;}\"][vc_column][vc_custom_heading text=\"Why Choose foreal?\" font_container=\"tag:h2|font_size:30|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1460712089576{margin-bottom: 10px !important;}\" el_class=\"main-title\"][vc_custom_heading text=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum leo elit, porttitor quis erat at, suscipit\" font_container=\"tag:h6|font_size:18|text_align:center\" google_fonts=\"font_family:Satisfy%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1460712101593{margin-bottom: 50px !important;}\" el_class=\"main-title\"][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1460713342577{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" apply_bottom_border=\"true\" css=\".vc_custom_1461750493274{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}\"][vc_column][vc_custom_heading text=\"FOREAL CLIENTS\" font_container=\"tag:h3|font_size:30|text_align:center|color:%23000000\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_pie label_value=\"50\" color=\"custom\" title=\"Design\" units=\"%\" theme_style=\"true\" custom_color=\"#58b9da\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_pie value=\"99\" label_value=\"99\" color=\"custom\" title=\"Creativity\" units=\"%\" theme_style=\"true\" custom_color=\"#6ab165\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_pie value=\"45\" label_value=\"45\" color=\"custom\" title=\"Usability\" units=\"%\" theme_style=\"true\" custom_color=\"#f4d30f\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_pie value=\"70\" label_value=\"70\" color=\"custom\" title=\"Content\" units=\"%\" theme_style=\"true\" custom_color=\"#fe6b35\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"70px\"][dt_sc_twitter carousel=\"true\" showtime=\"true\" username=\"envato\" consumer_key=\"LwZvaWu0odjSIYSvo9yIMg\" consumer_secret=\"shQARY7gIgG63RmDWHrOMkxRNhzssMAuO7RnFYeLl4U\" user_token=\"1711820178-PQlC5OsDQJ2FA7kflQimToWO3lhTLQqO95rMYFA\" user_secret=\"F0gRPXC2LIHXuIV9iTMDXzbLMdMdysYikS5z6R8bmnM\" count=\"3\"][/vc_column][/vc_row]','About','','publish','closed','closed','','about','','','2016-03-15 05:52:08','2016-03-15 05:52:08','',0,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=87',0,'page','',0),(127,1,'2016-03-15 09:37:47','2016-03-15 09:37:47','[vc_row css=\".vc_custom_1483910677193{margin-bottom: 40px !important;}\"][vc_column][vc_empty_space height=\"60px\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1461931325741{margin-top: 110px !important;}\"][vc_column width=\"1/3\"][dt_sc_contact_info fontawesome_icon=\"fa fa-mobile\" notes=\"Business: 770.977.8287\"][/vc_column][vc_column width=\"1/3\"][dt_sc_contact_info fontawesome_icon=\"fa fa-map-marker\" notes=\"Business Address: 1289 Roswell Rd Marietta, GA 30062\"][/vc_column][vc_column width=\"1/3\"][dt_sc_contact_info fontawesome_icon=\"fa fa-envelope-o\" notes=\"Email: Deano@deanostudios.com\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"85px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1484626564455{margin-bottom: 30px !important;}\"][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"If you would like to book a tattoo appointment, please include a description of the design, photo references, and your preferred availablitiy.\" font_container=\"tag:h6|font_size:18px|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1484625894045{margin-right: 25px !important;margin-left: 25px !important;}\"][vc_empty_space height=\"40px\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1484802275617{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_column css=\".vc_custom_1460719318945{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTMyMzguNTc5MjcwOTcwMTU1JTIxMmQtODQuNTE3Mjk3NyUyMTNkMzMuOTUwMjYyMyUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDg4ZjUyN2Q5MzhlOWQzNjklMjUzQTB4ZGM5MWVkOWQ4MGNmMmU3NiUyMTJzUHN5Y2hvJTJCVGF0dG9vJTIxNWUwJTIxM20yJTIxMXNlbiUyMTJzdXMlMjE0djE0ODczNTI0NDAyNjklMjIlMjB3aWR0aCUzRCUyMjYwMCUyMiUyMGhlaWdodCUzRCUyMjQ1MCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMHN0eWxlJTNEJTIyYm9yZGVyJTNBMCUyMiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==\"][/vc_column][/vc_row]','Contact','','publish','closed','closed','','contact','','','2017-02-17 17:28:10','2017-02-17 17:28:10','',0,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=127',0,'page','',0),(141,1,'2016-03-15 10:13:08','2016-03-15 10:13:08','<p class=\"column dt-sc-one-half first contact-form\"><i class=\"fa fa-user\"> </i>\n [text* your-name placeholder \"Enter Name\"] </p>\n\n<p class=\"column dt-sc-one-half contact-form\"><i class=\"fa fa-envelope-o\"> </i>\n [email* your-email placeholder \"Enter email\"] </p>\n\n<p class=\"contact-form-textarea\"><i class=\"fa fa-file-text-o\"> </i>\n[textarea your-message placeholder \"Enter Message\"] </p>\n\n<p>[submit \"Send\"]</p>\nforeal_vc \"[your-subject]\"\n[your-name] <santhosh@iamdesigning.com>\nFrom: [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 foreal_vc (http://wedesignthemes.com/themes/dummy-foreal)\nsanthosh@iamdesigning.com\nReply-To: [your-email]\n\n\n\n\nforeal_vc \"[your-subject]\"\nforeal_vc <santhosh@iamdesigning.com>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on foreal_vc (http://wedesignthemes.com/themes/dummy-foreal)\n[your-email]\nReply-To: santhosh@iamdesigning.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','contact-form','','publish','closed','closed','','untitled','','','2016-03-15 10:13:08','2016-03-15 10:13:08','',0,'http://wedesignthemes.com/themes/dummy-foreal/?post_type=wpcf7_contact_form&p=141',0,'wpcf7_contact_form','',0),(493,1,'2016-03-22 05:14:22','2016-03-22 05:14:22','[vc_row][vc_column][dt_sc_blockquote]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation\nullamco laboris nisi ut aliquip ex ea commodo consequat uis aute irure dolor[/dt_sc_blockquote][/vc_column][/vc_row][vc_row][vc_column][dt_sc_pullquote]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut\nlabore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation\nullamco laboris nisi ut aliquip ex ea commodo consequat uis aute irure dolor[/dt_sc_pullquote][/vc_column][/vc_row]','Test','','publish','closed','closed','','test','','','2016-03-22 05:14:22','2016-03-22 05:14:22','',0,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=493',0,'page','',0),(497,1,'2016-03-22 05:21:48','2016-03-22 05:21:48','','Blog','','publish','closed','closed','','blog','','','2016-03-22 05:21:48','2016-03-22 05:21:48','',0,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=497',0,'page','',0),(3083,1,'2016-03-23 06:51:17','2016-03-23 06:51:17','','Portfolio Fullwidth','','publish','closed','closed','','portfolio-fullwidth','','','2016-03-23 06:51:17','2016-03-23 06:51:17','',0,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3083',0,'page','',0),(3124,1,'2016-03-29 03:53:54','2016-03-29 03:53:54','[vc_row][vc_column][dt_sc_portfolio_carousel][dt_sc_icon_box]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam id augue vitae odio accumsan condimentum id in urna. Integer sit amet felis sit amet magna dignissim pharetra ut eget orci.[/dt_sc_icon_box][/vc_column][/vc_row]','One Page','','publish','closed','closed','','one-page','','','2016-03-29 03:53:54','2016-03-29 03:53:54','',0,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3124',0,'page','',0),(3158,1,'2016-03-30 06:12:13','2016-03-30 06:12:13','<div class=\"column dt-sc-one-half first\"><p><span class=\"fa fa-user\"> </span>[text* your-name placeholder \"Enter Name\"]</p></div>\r\n<div class=\"column dt-sc-one-half\"><p><span class=\"fa fa-envelope-o\"> </span>[email* your-email placeholder \"Enter email\"]</p></div>\r\n<div class=\"column dt-sc-one-column\"><p><span class=\"fa fa-file-text-o\"> </span>[textarea your-message placeholder \"Enter Message\"]</p></div><br/>\r\n<div class=\"column dt-sc-one-half first\"><p>[file upload filetypes:gif|png|jpg|jpeg|pdf limit:16mb][file upload2 filetypes:gif|png|jpg|jpeg|pdf limit:16mb]</p></div><div class=\"column dt-sc-one-half\"><p>[file upload3 filetypes:gif|png|jpg|jpeg|pdf limit:16mb][file upload4 filetypes:gif|png|jpg|jpeg|pdf limit:16mb]</p></div>\r\n<p class=\"form-submit\">[submit \"Send\"]</p>\n1\nDeano Cook Website Inquiry\nDeano Cook <deano@deanocook.com>\ndeanocook@gmail.com\nFrom: [your-name] [your-email]\r\n\r\nMessage:\r\n[your-message]\r\n\r\n---\r\nThis e-mail was sent from DeanoCook.com\nReply-To: [your-email]\n[upload][upload2][upload3][upload4]\n\n\n\nForeal \"[your-subject]\"\nForeal <gowtham@iamdesigning.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Foreal (http://wedesignthemes.com/themes/dummy-foreal)\nReply-To: gowtham@iamdesigning.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact Form New','','publish','closed','closed','','contact-form-new','','','2018-08-16 16:44:56','2018-08-16 16:44:56','',0,'http://wedesignthemes.com/themes/dummy-foreal/?post_type=wpcf7_contact_form&p=3158',0,'wpcf7_contact_form','',0),(3240,1,'2016-04-13 07:12:34','2016-04-13 07:12:34','[vc_row][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Wishlist\" font_container=\"tag:h3|font_size:60px|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1485874456624{margin-top: -30px !important;}\"][vc_empty_space height=\"20px\"][vc_column_text][yith_wcwl_wishlist][/vc_column_text][/vc_column][/vc_row]','Wishlist','','publish','closed','closed','','wishlist-2','','','2016-04-13 07:12:34','2016-04-13 07:12:34','',0,'http://wedesignthemes.com/themes/dummy-foreal/wishlist/',0,'page','',0),(3307,1,'2013-06-07 10:44:57','2013-06-07 10:44:57','','Variation #23 of Ship Your Idea','','publish','open','open','','product-22-variation','','','2013-06-07 10:44:57','2013-06-07 10:44:57','',0,'http://demo.woothemes.com/woocommerce/?product_variation=product-22-variation',0,'product_variation','',0),(3308,1,'2013-06-07 10:44:58','2013-06-07 10:44:58','','Variation #24 of Ship Your Idea','','publish','open','open','','product-22-variation-2','','','2013-06-07 10:44:58','2013-06-07 10:44:58','',0,'http://demo.woothemes.com/woocommerce/?product_variation=product-22-variation-2',1,'product_variation','',0),(3309,1,'2013-06-07 10:59:15','2013-06-07 10:59:15','','Variation #3309 of Closer Look Canvas Print','','publish','open','open','','product-40-variation','','','2013-06-07 10:59:15','2013-06-07 10:59:15','',0,'http://demo.woothemes.com/woocommerce/?product_variation=product-40-variation',1,'product_variation','',0),(3310,1,'2013-06-07 10:59:15','2013-06-07 10:59:15','','Variation #3310 of Closer Look Canvas Print','','publish','open','open','','product-40-variation-2','','','2013-06-07 10:59:15','2013-06-07 10:59:15','',0,'http://demo.woothemes.com/woocommerce/?product_variation=product-40-variation-2',2,'product_variation','',0),(3312,1,'2016-04-13 07:18:48','2016-04-13 07:18:48','[vc_row][vc_column css=\".vc_custom_1485908780399{margin-top: 30px !important;}\"][vc_empty_space height=\"80px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Shop','','publish','closed','closed','','shop','','','2016-04-13 07:18:48','2016-04-13 07:18:48','',0,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3312',0,'page','',0),(3319,1,'2016-04-16 04:36:34','2016-04-16 04:36:34','','I Column','','publish','closed','closed','','i-column','','','2016-04-16 04:36:34','2016-04-16 04:36:34','',497,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3319',0,'page','',0),(3321,1,'2016-04-16 04:37:36','2016-04-16 04:37:36','','Left Sidebar','','publish','closed','closed','','left-sidebar','','','2016-04-16 04:37:36','2016-04-16 04:37:36','',3319,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3321',0,'page','',0),(3323,1,'2016-04-16 04:38:11','2016-04-16 04:38:11','','Right Sidebar','','publish','closed','closed','','right-sidebar','','','2016-04-16 04:38:11','2016-04-16 04:38:11','',3319,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3323',0,'page','',0),(3330,1,'2016-04-16 04:46:48','2016-04-16 04:46:48','','II Column','','publish','closed','closed','','ii-column','','','2016-04-16 04:46:48','2016-04-16 04:46:48','',497,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3330',0,'page','',0),(3332,1,'2016-04-16 04:47:49','2016-04-16 04:47:49','','Grid Layout','','publish','closed','closed','','grid-layout','','','2016-04-16 04:47:49','2016-04-16 04:47:49','',3330,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3332',0,'page','',0),(3334,1,'2016-04-16 04:48:48','2016-04-16 04:48:48','','Left Sidebar','','publish','closed','closed','','left-sidebar','','','2016-04-16 04:48:48','2016-04-16 04:48:48','',3330,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3334',0,'page','',0),(3336,1,'2016-04-16 04:49:42','2016-04-16 04:49:42','','Right Sidebar','','publish','closed','closed','','right-sidebar','','','2016-04-16 04:49:42','2016-04-16 04:49:42','',3330,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3336',0,'page','',0),(3343,1,'2016-04-16 04:55:57','2016-04-16 04:55:57','','III Column','','publish','closed','closed','','iii-column','','','2016-04-16 04:55:57','2016-04-16 04:55:57','',497,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3343',0,'page','',0),(3345,1,'2016-04-16 04:56:33','2016-04-16 04:56:33','','Grid Layout','','publish','closed','closed','','grid-layout','','','2016-04-16 04:56:33','2016-04-16 04:56:33','',3343,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3345',0,'page','',0),(3347,1,'2016-04-16 04:57:28','2016-04-16 04:57:28','','Left Sidebar','','publish','closed','closed','','left-sidebar','','','2016-04-16 04:57:28','2016-04-16 04:57:28','',3343,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3347',0,'page','',0),(3349,1,'2016-04-16 04:58:04','2016-04-16 04:58:04','','Right Sidebar','','publish','closed','closed','','right-sidebar','','','2016-04-16 04:58:04','2016-04-16 04:58:04','',3343,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3349',0,'page','',0),(3363,1,'2016-04-16 08:38:03','2016-04-16 08:38:03','','II Column','','publish','closed','closed','','ii-column','','','2016-04-16 08:38:03','2016-04-16 08:38:03','',0,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3363',0,'page','',0),(3367,1,'2016-04-16 08:39:51','2016-04-16 08:39:51','','Fullwidth','','publish','closed','closed','','fullwidth','','','2016-04-16 08:39:51','2016-04-16 08:39:51','',3363,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3367',0,'page','',0),(3370,1,'2016-04-16 08:41:10','2016-04-16 08:41:10','','Left Sidebar','','publish','closed','closed','','left-sidebar','','','2016-04-16 08:41:10','2016-04-16 08:41:10','',3363,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3370',0,'page','',0),(3372,1,'2016-04-16 08:45:07','2016-04-16 08:45:07','','Right Sidebar','','publish','closed','closed','','right-sidebar','','','2016-04-16 08:45:07','2016-04-16 08:45:07','',3363,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3372',0,'page','',0),(3380,1,'2016-04-16 08:50:12','2016-04-16 08:50:12','','With Ajax Pagination','','publish','closed','closed','','with-ajax-pagination','','','2016-04-16 08:50:12','2016-04-16 08:50:12','',3363,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3380',0,'page','',0),(3382,1,'2016-04-16 08:51:36','2016-04-16 08:51:36','','Without Filters','','publish','closed','closed','','without-filters','','','2016-04-16 08:51:36','2016-04-16 08:51:36','',3363,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3382',0,'page','',0),(3387,1,'2016-04-16 08:55:20','2016-04-16 08:55:20','','III Column','','publish','closed','closed','','iii-column','','','2016-04-16 08:55:20','2016-04-16 08:55:20','',0,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3387',0,'page','',0),(3389,1,'2016-04-16 08:56:22','2016-04-16 08:56:22','[vc_row css=\".vc_custom_1484626882179{margin-top: -30px !important;margin-bottom: 30px !important;}\"][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_empty_space height=\"40px\"][/vc_column][/vc_row]','Photography','','publish','closed','closed','','photography','','','2017-02-14 13:11:30','2017-02-14 13:11:30','',0,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3389',0,'page','',0),(3391,1,'2016-04-16 08:56:58','2016-04-16 08:56:58','','Left Sidebar','','publish','closed','closed','','left-sidebar','','','2016-04-16 08:56:58','2016-04-16 08:56:58','',3387,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3391',0,'page','',0),(3393,1,'2016-04-16 08:57:33','2016-04-16 08:57:33','','With Ajax Pagination','','publish','closed','closed','','with-ajax-pagination','','','2016-04-16 08:57:33','2016-04-16 08:57:33','',3387,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3393',0,'page','',0),(3395,1,'2016-04-16 08:58:39','2016-04-16 08:58:39','','Without Filters','','publish','closed','closed','','without-filters','','','2016-04-16 08:58:39','2016-04-16 08:58:39','',3387,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3395',0,'page','',0),(3397,1,'2016-04-16 09:00:25','2016-04-16 09:00:25','','Right Sidebar','','publish','closed','closed','','right-sidebar','','','2016-04-16 09:00:25','2016-04-16 09:00:25','',3387,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3397',0,'page','',0),(3406,1,'2016-04-16 09:18:34','2016-04-16 09:18:34','','IV Column','','publish','closed','closed','','iv-column','','','2016-04-16 09:18:34','2016-04-16 09:18:34','',0,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3406',0,'page','',0),(3408,1,'2016-04-16 09:19:03','2016-04-16 09:19:03','','Fullwidth','','publish','closed','closed','','fullwidth','','','2016-04-16 09:19:03','2016-04-16 09:19:03','',3406,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3408',0,'page','',0),(3410,1,'2016-04-16 09:19:28','2016-04-16 09:19:28','','Left Sidebar','','publish','closed','closed','','left-sidebar','','','2016-04-16 09:19:28','2016-04-16 09:19:28','',3406,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3410',0,'page','',0),(3412,1,'2016-04-16 09:20:26','2016-04-16 09:20:26','','Right Sidebar','','publish','closed','closed','','right-sidebar','','','2016-04-16 09:20:26','2016-04-16 09:20:26','',3406,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3412',0,'page','',0),(3414,1,'2016-04-16 09:21:16','2016-04-16 09:21:16','','With Ajax Pagination','','publish','closed','closed','','with-ajax-pagination','','','2016-04-16 09:21:16','2016-04-16 09:21:16','',3406,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3414',0,'page','',0),(3416,1,'2016-04-16 09:22:07','2016-04-16 09:22:07','','Without Filters','','publish','closed','closed','','without-filters','','','2016-04-16 09:22:07','2016-04-16 09:22:07','',3406,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3416',0,'page','',0),(3437,1,'2016-04-18 06:06:36','2016-04-18 06:06:36','','Without Space','','publish','closed','closed','','without-space','','','2016-04-18 06:06:36','2016-04-18 06:06:36','',3406,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3437',0,'page','',0),(3441,1,'2016-04-18 06:09:16','2016-04-18 06:09:16','','Without Space','','publish','closed','closed','','without-space','','','2016-04-18 06:09:16','2016-04-18 06:09:16','',3387,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3441',0,'page','',0),(3444,1,'2016-04-18 06:10:29','2016-04-18 06:10:29','','Without Space','','publish','closed','closed','','without-space','','','2016-04-18 06:10:29','2016-04-18 06:10:29','',3363,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3444',0,'page','',0),(3462,1,'2016-04-18 07:23:08','2016-04-18 07:23:08','[vc_row][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"BORDER HEADING STYLES\" font_container=\"tag:h3|font_size:30|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1460965725689{margin-bottom: 50px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading theme_style=\"dt-sc-border-title\" content_alignment=\"alignright\" text=\"LOREM IPSUM DOLOR SIT AMET\" font_container=\"tag:h1|text_align:right\" use_theme_fonts=\"yes\"][vc_custom_heading theme_style=\"dt-sc-border-title\" content_alignment=\"alignright\" text=\"LOREM IPSUM DOLOR SIT AMET\" font_container=\"tag:h2|text_align:right\" use_theme_fonts=\"yes\"][vc_custom_heading theme_style=\"dt-sc-border-title\" content_alignment=\"alignright\" text=\"LOREM IPSUM DOLOR SIT AMET\" font_container=\"tag:h3|text_align:right\" use_theme_fonts=\"yes\"][vc_custom_heading theme_style=\"dt-sc-border-title\" content_alignment=\"alignright\" text=\"LOREM IPSUM DOLOR SIT AMET ELIC\" font_container=\"tag:h4|text_align:right\" use_theme_fonts=\"yes\"][vc_custom_heading theme_style=\"dt-sc-border-title\" content_alignment=\"alignright\" text=\"LOREM IPSUM DOLOR SIT AMET ELIC\" font_container=\"tag:h5|text_align:right\" use_theme_fonts=\"yes\"][vc_custom_heading theme_style=\"dt-sc-border-title\" content_alignment=\"alignright\" text=\"LOREM IPSUM DOLOR SIT AMET ELIC\" font_container=\"tag:h6|text_align:right\" use_theme_fonts=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading theme_style=\"dt-sc-border-title\" content_alignment=\"alignleft\" text=\"LOREM IPSUM DOLOR SIT AMET\" font_container=\"tag:h1|text_align:left\" use_theme_fonts=\"yes\"][vc_custom_heading theme_style=\"dt-sc-border-title\" content_alignment=\"alignleft\" text=\"LOREM IPSUM DOLOR SIT AMET\" use_theme_fonts=\"yes\"][vc_custom_heading theme_style=\"dt-sc-border-title\" content_alignment=\"alignleft\" text=\"LOREM IPSUM DOLOR SIT AMET\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_custom_heading theme_style=\"dt-sc-border-title\" content_alignment=\"alignleft\" text=\"LOREM IPSUM DOLOR SIT AMET ELIC\" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\"][vc_custom_heading theme_style=\"dt-sc-border-title\" content_alignment=\"alignleft\" text=\"LOREM IPSUM DOLOR SIT AMET ELIC\" font_container=\"tag:h5|text_align:left\" use_theme_fonts=\"yes\"][vc_custom_heading theme_style=\"dt-sc-border-title\" content_alignment=\"alignleft\" text=\"LOREM IPSUM DOLOR SIT AMET ELIC\" font_container=\"tag:h6|text_align:left\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"LOREM IPSUM DOLOR SIT AMET\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"LOREM IPSUM DOLOR SIT AMET\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"LOREM IPSUM DOLOR SIT AMET\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"LOREM IPSUM DOLOR SIT AMET\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"LOREM IPSUM DOLOR SIT AMET\" font_container=\"tag:h5|text_align:center\" use_theme_fonts=\"yes\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"LOREM IPSUM DOLOR SIT AMET\" font_container=\"tag:h6|text_align:center\" use_theme_fonts=\"yes\"][vc_empty_space height=\"20px\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"TYPOGRAPHY\" font_container=\"tag:h3|font_size:30|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1460969626790{margin-bottom: 50px !important;}\"][vc_custom_heading text=\"Lorem ipsum dolor sit amet\" font_container=\"tag:h1|text_align:left\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Lorem ipsum dolor sit amet\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Lorem ipsum dolor sit amet\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Lorem ipsum dolor sit amet\" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Lorem ipsum dolor sit amet\" font_container=\"tag:h5|text_align:left\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Lorem ipsum dolor sit amet\" font_container=\"tag:h6|text_align:left\" use_theme_fonts=\"yes\"][/vc_column][/vc_row]','Shortcodes','','publish','closed','closed','','shortcodes','','','2016-04-18 07:23:08','2016-04-18 07:23:08','',0,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3462',0,'page','',0),(3478,1,'2016-04-18 09:38:35','2016-04-18 09:38:35','[vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"Accordion Model 1\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461830338971{margin-bottom: 40px !important;}\"][vc_tta_accordion theme_style=\"boxed\" active_section=\"1\"][vc_tta_section title=\"Various Options and Features\" tab_id=\"1460972651330-4d0d443a-606e\"][vc_column_text]Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old this is the larger one. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Exclusive Documentation\" tab_id=\"1460972651412-b03cade9-27fe\"][vc_column_text]Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old this is the larger one.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Complete Customer Support\" tab_id=\"1460972753187-73417af6-0575\"][vc_column_text]Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Accordion Model 2\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461830356590{margin-bottom: 40px !important;}\"][vc_tta_accordion theme_style=\"hollow\" active_section=\"1\"][vc_tta_section title=\"Various Options and Features\" tab_id=\"1460974602421-c6a8fa0f-1b6d\"][vc_column_text]Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old this is the larger one. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Exclusive Documentation\" tab_id=\"1460974602579-1de91dce-796f\"][vc_column_text]Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old this is the larger one.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Complete Customer Support\" tab_id=\"1460974602736-1f75bb59-4705\"][vc_column_text]Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Accordion Model 3\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461830378056{margin-bottom: 40px !important;}\"][vc_tta_accordion theme_style=\"bordered\" active_section=\"1\"][vc_tta_section title=\"Various Options and Features\" tab_id=\"1460974850597-9a439295-3f0d\"][vc_column_text]Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old this is the larger one. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Exclusive Documentation\" tab_id=\"1460974850773-060991b7-002c\"][vc_column_text]Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old this is the larger one.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Complete Customer Support\" tab_id=\"1460974850942-645b2818-95f5\"][vc_column_text]Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Tabs Model 1\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461830345444{margin-bottom: 40px !important;}\"][vc_tta_tabs theme_style=\"boxed\" active_section=\"1\"][vc_tta_section title=\"Statics of foreal in Years\" tab_id=\"1460975051057-0291a24b-6852\"][vc_single_image image=\"97\" el_class=\"float-left\" css=\".vc_custom_1460976584888{margin-right: 30px !important;margin-bottom: 0px !important;}\"][vc_custom_heading text=\" Trademark for Years \" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Abstracts\" tab_id=\"1460975051161-243bffd2-be46\"][vc_single_image image=\"97\" alignment=\"right\" el_class=\"float-right\" css=\".vc_custom_1460976651492{margin-right: 30px !important;margin-bottom: 0px !important;}\"][vc_custom_heading text=\" Trademark for Years \" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Tab Sample\" tab_id=\"1460975157653-980381db-4b58\"][vc_single_image image=\"97\" el_class=\"float-left\" css=\".vc_custom_1460976658472{margin-right: 30px !important;margin-bottom: 0px !important;}\"][vc_custom_heading text=\" Trademark for Years \" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Tabs Model 2\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461830368755{margin-bottom: 40px !important;}\"][vc_tta_tabs theme_style=\"hollow\" active_section=\"1\"][vc_tta_section title=\"Statics of foreal in Years\" tab_id=\"1460976202164-4da2f03a-06a1\"][vc_single_image image=\"97\" el_class=\"float-left\" css=\".vc_custom_1460976594125{margin-right: 30px !important;margin-bottom: 0px !important;}\"][vc_custom_heading text=\" Trademark for Years \" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Abstracts\" tab_id=\"1460976202569-880021d1-65bc\"][vc_single_image image=\"97\" alignment=\"right\" el_class=\"float-right\" css=\".vc_custom_1460976637566{margin-right: 30px !important;margin-bottom: 0px !important;}\"][vc_custom_heading text=\" Trademark for Years \" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Tab Sample\" tab_id=\"1460976202955-1971087a-be01\"][vc_single_image image=\"97\" el_class=\"float-left\" css=\".vc_custom_146097664\n4268{margin-right: 30px !important;margin-bottom: 0px !important;}\"][vc_custom_heading text=\" Trademark for Years \" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Tabs Model 3\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461830387406{margin-bottom: 40px !important;}\"][vc_tta_tabs theme_style=\"bordered\" active_section=\"1\"][vc_tta_section title=\"Statics of foreal in Years\" tab_id=\"1460976320300-d2e9eaa5-32a8\"][vc_single_image image=\"97\" el_class=\"float-left\" css=\".vc_custom_1460976602041{margin-right: 30px !important;margin-bottom: 0px !important;}\"][vc_custom_heading text=\" Trademark for Years \" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Abstracts\" tab_id=\"1460976320754-3b32439f-9749\"][vc_single_image image=\"97\" alignment=\"right\" el_class=\"float-right\" css=\".vc_custom_1460976618538{margin-right: 30px !important;margin-bottom: 0px !important;}\"][vc_custom_heading text=\" Trademark for Years \" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Tab Sample\" tab_id=\"1460976321184-fb2035c5-8c65\"][vc_single_image image=\"97\" el_class=\"float-left\" css=\".vc_custom_1460976630363{margin-right: 30px !important;margin-bottom: 0px !important;}\"][vc_custom_heading text=\" Trademark for Years \" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1460973526570{margin-bottom: 30px !important;}\"][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"VERTICAL TABS\" font_container=\"tag:h3|font_size:30|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tour theme_style=\"hollow\" shape=\"square\" active_section=\"1\"][vc_tta_section title=\"100% Fully Responsive\" tab_id=\"1461057272291-8e549f9f-ffb4\"][vc_custom_heading text=\"100% Fully Responsive\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text]<strong>Grand Foreal</strong> has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aldus PageMaker including versions of Lorem Ipsum.[/vc_column_text][dt_sc_fancy_ul]\n<ul class=\"dt-sc-fancy-list arrow\">\n <li>Maecenas semper odio facilisis lectus tempor sagittis.</li>\n <li>Praesent consectetur massa facilisis vehicula hendrerit.</li>\n <li>Ut mollis enim sed porta auctor.</li>\n <li>Duis rhoncus nisi vel sem faucibus, consectetur gravida massa tempor.</li>\n</ul>\n[/dt_sc_fancy_ul][vc_column_text]<strong>Note:</strong> It has survived not only five centuries, but also the leap into electronic typesetting, remaining[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Boxed and Wide Versions\" tab_id=\"1461057272431-494ca953-9225\"][vc_custom_heading text=\"Boxed and Wide Versions\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text]<strong>Grand Foreal</strong> has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aldus PageMaker including versions of Lorem Ipsum.[/vc_column_text][dt_sc_fancy_ul]\n<ul class=\"dt-sc-fancy-list arrow\">\n <li>Maecenas semper odio facilisis lectus tempor sagittis.</li>\n <li>Praesent consectetur massa facilisis vehicula hendrerit.</li>\n <li>Ut mollis enim sed porta auctor.</li>\n <li>Duis rhoncus nisi vel sem faucibus, consectetur gravida massa tempor.</li>\n</ul>\n[/dt_sc_fancy_ul][vc_column_text]<strong>Note:</strong> It has survived not only five centuries, but also the leap into electronic typesetting, remaining[/vc_column_text][/vc_tta_section][vc_tta_section title=\"10 Unique Home Page Options\" tab_id=\"1461057655987-39142721-9241\"][vc_custom_heading text=\"10 Unique Home Page Options\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text]<strong>Grand Foreal</strong> has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aldus PageMaker including versions of Lorem Ipsum.[/vc_column_text][dt_sc_fancy_ul]\n<ul class=\"dt-sc-fancy-list arrow\">\n <li>Maecenas semper odio facilisis lectus tempor sagittis.</li>\n <li>Praesent consectetur massa facilisis vehicula hendrerit.</li>\n <li>Ut mollis enim sed porta auctor.</li>\n <li>Duis rhoncus nisi vel sem faucibus, consectetur gravida massa tempor.</li>\n</ul>\n[/dt_sc_fancy_ul][vc_column_text]<strong>Note:</strong> It has survived not only five centuries, but also the leap into electronic typesetting, remaining[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Font Awesome Icons\" tab_id=\"1461057700628-991dfed3-26d0\"][vc_custom_heading text=\"Font Awesome Icons\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text]<strong>Grand Foreal</strong> has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aldus PageMaker including versions of Lorem Ipsum.[/vc_column_text][dt_sc_fancy_ul]\n<ul class=\"dt-sc-fancy-list arrow\">\n <li>Maecenas semper odio facilisis lectus tempor sagittis.</li>\n <li>Praesent consectetur massa facilisis vehicula hendrerit.</li>\n <li>Ut mollis enim sed porta auctor.</li>\n <li>Duis rhoncus nisi vel sem faucibus, consectetur gravida massa tempor.</li>\n</ul>\n[/dt_sc_fancy_ul][vc_column_text]<strong>Note:</strong> It has survived not only five centuries, but also the leap into electronic typesetting, remaining[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Valid HTML5 and CSS3\" tab_id=\"1461057755861-6c1a5f68-f3ea\"][vc_custom_heading text=\"Valid HTML5 and CSS3\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text]<strong>Grand Foreal</strong> has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aldus PageMaker including versions of Lorem Ipsum.[/vc_column_text][dt_sc_fancy_ul]\n<ul class=\"dt-sc-fancy-list arrow\">\n <li>Maecenas semper odio facilisis lectus tempor sagittis.</li>\n <li>Praesent consectetur massa facilisis vehicula hendrerit.</li>\n <li>Ut mollis enim sed porta auctor.</li>\n <li>Duis rhoncus nisi vel sem faucibus, consectetur gravida massa tempor.</li>\n</ul>\n[/dt_sc_fancy_ul][vc_column_text]<strong>Note:</strong> It has survived not only five centuries, but also the leap into electronic typesetting, remaining[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Variety of Options\" tab_id=\"1461057792109-ebab0692-a819\"][vc_custom_heading text=\"Variety of Options\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text]<strong>Grand Foreal</strong> has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aldus PageMaker including versions of Lorem Ipsum.[/vc_column_text][dt_sc_fancy_ul]\n<ul class=\"dt-sc-fancy-list arrow\">\n <li>Maecenas semper odio facilisis lectus tempor sagittis.</li>\n <li>Praesent consectetur massa facilisis vehicula hendrerit.</li>\n <li>Ut mollis enim sed porta auctor.</li>\n <li>Duis rhoncus nisi vel sem faucibus, consectetur gravida massa tempor.</li>\n</ul>\n[/dt_sc_fancy_ul][vc_column_text]<strong>Note:</strong> It has survived not only five centuries, but also the leap into electronic typesetting, remaining[/vc_column_text][/vc_tta_section][/vc_tta_tour][/vc_column][/vc_row]','Accordions & Tabs','','publish','closed','closed','','accordions-tabs','','','2016-04-18 09:38:35','2016-04-18 09:38:35','',3462,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3478',0,'page','',0),(3504,1,'2016-04-18 11:04:53','2016-04-18 11:04:53','[vc_row][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Two Column\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461826516873{margin-bottom: 50px !important;}\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dt_sc_dropcap text=\"One-Half\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do ex fb aute in esse eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex eafb aute in cd commodo consequat. Duis aute irure dolor in eprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][dt_sc_dropcap text=\"One-Half\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do ex fb aute in esse eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex eafb aute in cd commodo consequat. Duis aute irure dolor in eprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Three Column\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461826528757{margin-bottom: 50px !important;}\" el_class=\"float-none\"][vc_row_inner][vc_column_inner width=\"1/3\"][dt_sc_dropcap text=\"One-Half\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur facd ase laboris adipisicing elit, sed does eiusmod tempor laboris incididunt ut labore as et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][dt_sc_dropcap text=\"One-Half\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur facd ase laboris adipisicing elit, sed does eiusmod tempor laboris incididunt ut labore as et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][dt_sc_dropcap text=\"One-Half\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur facd ase laboris adipisicing elit, sed does eiusmod tempor laboris incididunt ut labore as et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][dt_sc_dropcap text=\"One-Third\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur facd ase laboris adipisicing elit, sed does eiusmod tempor laboris incididunt ut labore as et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"2/3\"][dt_sc_dropcap text=\"Two-Third\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in eprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est aborum.quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in eprehenderit in .[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Four Column\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461826540333{margin-bottom: 50px !important;}\" el_class=\"float-none\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_sc_dropcap text=\"One-Fourth\"][vc_column_text]Lorem ipsum dolor sit amet did, consectetur adipisicing elit, sedu do eiusmod tempor incididunt ut labore et dolore magna aliqua.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_dropcap text=\"One-Fourth\"][vc_column_text]Lorem ipsum dolor sit amet did, consectetur adipisicing elit, sedu do eiusmod tempor incididunt ut labore et dolore magna aliqua.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_dropcap text=\"One-Fourth\"][vc_column_text]Lorem ipsum dolor sit amet did, consectetur adipisicing elit, sedu do eiusmod tempor incididunt ut labore et dolore magna aliqua.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_dropcap text=\"One-Fourth\"][vc_column_text]Lorem ipsum dolor sit amet did, consectetur adipisicing elit, sedu do eiusmod tempor incididunt ut labore et dolore magna aliqua.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/4\"][dt_sc_dropcap text=\"One-Fourth\"][vc_column_text]Lorem ipsum dolor sit amet did, consectetur adipisicing elit, sedu do eiusmod tempor incididunt ut labore et dolore magna aliqua.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_dropcap text=\"One-Fourth\"][vc_column_text]Lorem ipsum dolor sit amet did, consectetur adipisicing elit, sedu do eiusmod tempor incididunt ut labore et dolore magna aliqua.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_sc_dropcap text=\"Two-Fourth\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/4\"][dt_sc_dropcap text=\"One-Fourth\"][vc_column_text]Lorem ipsum dolor sit amet did, consectetur adipisicing elit, sedu do eiusmod tempor incididunt ut labore et dolore magna aliqua.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"3/4\"][dt_sc_dropcap text=\"Three-Fourth\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt kartos fies tialr ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla.Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Six Column\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461826548544{margin-bottom: 50px !important;}\" el_class=\"float-none\"][vc_row_inner][vc_column_inner width=\"1/6\"][dt_sc_dropcap text=\"One-Sixth\"][vc_column_text]Lorem ipsum do dolor sit amet, sa conse actetur gova design adipisicing elit, sed do exc fb ac aute in esse deserunt mollit eiusmod temapeor incididunt[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][dt_sc_dropcap text=\"One-Sixth\"][vc_column_text]Lorem ipsum do dolor sit amet, sa conse actetur gova design adipisicing elit, sed do exc fb ac aute in esse deserunt mollit eiusmod temapeor incididunt[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][dt_sc_dropcap text=\"One-Sixth\"][vc_column_text]Lorem ipsum do dolor sit amet, sa conse actetur gova design adipisicing elit, sed do exc fb ac aute in esse deserunt mollit eiusmod temapeor incididunt[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][dt_sc_dropcap text=\"One-Sixth\"][vc_column_text]Lorem ipsum do dolor sit amet, sa conse actetur gova design adipisicing elit, sed do exc fb ac aute in esse\ndeserunt mollit eiusmod temapeor incididunt[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][dt_sc_dropcap text=\"One-Sixth\"][vc_column_text]Lorem ipsum do dolor sit amet, sa conse actetur gova design adipisicing elit, sed do exc fb ac aute in esse deserunt mollit eiusmod temapeor incididunt[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][dt_sc_dropcap text=\"One-Sixth\"][vc_column_text]Lorem ipsum do dolor sit amet, sa conse actetur gova design adipisicing elit, sed do exc fb ac aute in esse deserunt mollit eiusmod temapeor incididunt[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/6\"][dt_sc_dropcap text=\"One-Sixth\"][vc_column_text]Lorem ipsum do dolor sit amet, sa conse actetur gova design adipisicing elit, sed do exc fb ac aute in esse deserunt mollit eiusmod temapeor incididunt[/vc_column_text][/vc_column_inner][vc_column_inner width=\"5/6\"][dt_sc_dropcap text=\"One-Sixth\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt kartos fies tialr ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla.Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt kartos fies tialr ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla.Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Columns','','publish','closed','closed','','columns','','','2016-04-18 11:04:53','2016-04-18 11:04:53','',3462,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3504',0,'page','',0),(3523,1,'2016-04-18 12:09:52','2016-04-18 12:09:52','[vc_row][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"BORDER HEADING STYLES\" font_container=\"tag:h3|font_size:30|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1460965725689{margin-bottom: 50px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading theme_style=\"dt-sc-border-title\" content_alignment=\"alignright\" text=\"LOREM IPSUM DOLOR SIT AMET\" font_container=\"tag:h1|text_align:right\" use_theme_fonts=\"yes\"][vc_custom_heading theme_style=\"dt-sc-border-title\" content_alignment=\"alignright\" text=\"LOREM IPSUM DOLOR SIT AMET\" font_container=\"tag:h2|text_align:right\" use_theme_fonts=\"yes\"][vc_custom_heading theme_style=\"dt-sc-border-title\" content_alignment=\"alignright\" text=\"LOREM IPSUM DOLOR SIT AMET\" font_container=\"tag:h3|text_align:right\" use_theme_fonts=\"yes\"][vc_custom_heading theme_style=\"dt-sc-border-title\" content_alignment=\"alignright\" text=\"LOREM IPSUM DOLOR SIT AMET ELIC\" font_container=\"tag:h4|text_align:right\" use_theme_fonts=\"yes\"][vc_custom_heading theme_style=\"dt-sc-border-title\" content_alignment=\"alignright\" text=\"LOREM IPSUM DOLOR SIT AMET ELIC\" font_container=\"tag:h5|text_align:right\" use_theme_fonts=\"yes\"][vc_custom_heading theme_style=\"dt-sc-border-title\" content_alignment=\"alignright\" text=\"LOREM IPSUM DOLOR SIT AMET ELIC\" font_container=\"tag:h6|text_align:right\" use_theme_fonts=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading theme_style=\"dt-sc-border-title\" content_alignment=\"alignleft\" text=\"LOREM IPSUM DOLOR SIT AMET\" font_container=\"tag:h1|text_align:left\" use_theme_fonts=\"yes\"][vc_custom_heading theme_style=\"dt-sc-border-title\" content_alignment=\"alignleft\" text=\"LOREM IPSUM DOLOR SIT AMET\" use_theme_fonts=\"yes\"][vc_custom_heading theme_style=\"dt-sc-border-title\" content_alignment=\"alignleft\" text=\"LOREM IPSUM DOLOR SIT AMET\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_custom_heading theme_style=\"dt-sc-border-title\" content_alignment=\"alignleft\" text=\"LOREM IPSUM DOLOR SIT AMET ELIC\" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\"][vc_custom_heading theme_style=\"dt-sc-border-title\" content_alignment=\"alignleft\" text=\"LOREM IPSUM DOLOR SIT AMET ELIC\" font_container=\"tag:h5|text_align:left\" use_theme_fonts=\"yes\"][vc_custom_heading theme_style=\"dt-sc-border-title\" content_alignment=\"alignleft\" text=\"LOREM IPSUM DOLOR SIT AMET ELIC\" font_container=\"tag:h6|text_align:left\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"LOREM IPSUM DOLOR SIT AMET\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"LOREM IPSUM DOLOR SIT AMET\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"LOREM IPSUM DOLOR SIT AMET\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"LOREM IPSUM DOLOR SIT AMET\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"LOREM IPSUM DOLOR SIT AMET\" font_container=\"tag:h5|text_align:center\" use_theme_fonts=\"yes\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"LOREM IPSUM DOLOR SIT AMET\" font_container=\"tag:h6|text_align:center\" use_theme_fonts=\"yes\"][vc_empty_space height=\"20px\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"TYPOGRAPHY\" font_container=\"tag:h3|font_size:30|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1460969626790{margin-bottom: 50px !important;}\"][vc_custom_heading text=\"Lorem ipsum dolor sit amet\" font_container=\"tag:h1|text_align:left\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Lorem ipsum dolor sit amet\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Lorem ipsum dolor sit amet\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Lorem ipsum dolor sit amet\" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Lorem ipsum dolor sit amet\" font_container=\"tag:h5|text_align:left\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Lorem ipsum dolor sit amet\" font_container=\"tag:h6|text_align:left\" use_theme_fonts=\"yes\"][/vc_column][/vc_row]','Titles','','publish','closed','closed','','titles','','','2016-04-18 12:09:52','2016-04-18 12:09:52','',3462,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3523',0,'page','',0),(3526,1,'2016-04-18 12:29:12','2016-04-18 12:29:12','[vc_row][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"CALLOUT BOXES\" font_container=\"tag:h3|font_size:30|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1461037590247{margin-bottom: 50px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1461037645325{margin-bottom: 50px !important;}\"][vc_column][dt_sc_callout_box][vc_custom_heading content_alignment=\"aligncenter\" text=\"Our Technological services has been improved vastly\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Our technical service is admirable! Test it!\" font_container=\"tag:h5|text_align:center\" use_theme_fonts=\"yes\"][vc_btn title=\"Purchase Now\" style=\"outline\" color=\"black\" align=\"center\" css=\".vc_custom_1459840602175{margin-bottom: 0px !important;}\"][/dt_sc_callout_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1461037651794{margin-bottom: 50px !important;}\"][vc_column][dt_sc_callout_box type=\"type2\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Our Technological services has been improved vastly\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Our technical service is admirable! Test it!\" font_container=\"tag:h5|text_align:center\" use_theme_fonts=\"yes\"][vc_btn title=\"Purchase Now\" style=\"outline\" color=\"black\" align=\"center\" css=\".vc_custom_1459840607495{margin-bottom: 0px !important;}\"][/dt_sc_callout_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1461037665765{margin-bottom: 50px !important;}\"][vc_column][dt_sc_callout_box type=\"type3\"][vc_custom_heading text=\"Our Technological services has been improved vastly\" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Our technical service is admirable! Test it!\" font_container=\"tag:h5|text_align:left\" use_theme_fonts=\"yes\"][vc_btn title=\"Purchase Now\" style=\"outline\" color=\"black\" align=\"right\" css=\".vc_custom_1459840615384{margin-bottom: 0px !important;}\"][/dt_sc_callout_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1461037672389{margin-bottom: 50px !important;}\"][vc_column][dt_sc_callout_box type=\"type4\"][vc_custom_heading text=\"Our Technological services has been improved vastly\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Our technical service is admirable! Test it!\" font_container=\"tag:h5|text_align:center\" use_theme_fonts=\"yes\"][vc_btn title=\"Purchase Now\" style=\"outline\" color=\"black\" align=\"right\" css=\".vc_custom_1459840620503{margin-bottom: 0px !important;}\"][/dt_sc_callout_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1461037681625{margin-bottom: 50px !important;}\"][vc_column][dt_sc_callout_box type=\"type5\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Our Technological services has been improved vastly\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Our technical service is admirable! Test it!\" font_container=\"tag:h5|text_align:center\" use_theme_fonts=\"yes\"][vc_btn title=\"Purchase Now\" style=\"outline\" color=\"black\" align=\"center\" css=\".vc_custom_1459840649880{margin-bottom: 0px !important;}\"][/dt_sc_callout_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1461037689662{margin-bottom: 50px !important;}\"][vc_column][dt_sc_callout_box type=\"type6\"][vc_icon icon_fontawesome=\"fa fa-shield\" color=\"black\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Our Technological services has been improved vastly\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Our technical service is admirable! Test it!\" font_container=\"tag:h5|text_align:center\" use_theme_fonts=\"yes\"][vc_btn title=\"Purchase Now\" style=\"outline\" color=\"black\" align=\"center\" css=\".vc_custom_1459840655240{margin-bottom: 0px !important;}\"][/dt_sc_callout_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1461037697309{margin-bottom: 50px !important;}\"][vc_column][dt_sc_callout_box type=\"type7\"][vc_icon icon_fontawesome=\"fa fa-shield\" color=\"black\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Our Technological services has been improved vastly\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Our technical service is admirable! Test it!\" font_container=\"tag:h5|text_align:center\" use_theme_fonts=\"yes\"][vc_btn title=\"Purchase Now\" style=\"outline\" color=\"black\" align=\"center\"][/dt_sc_callout_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1461037712749{margin-bottom: 50px !important;}\"][vc_column][dt_sc_callout_box type=\"type8\"][vc_icon icon_fontawesome=\"fa fa-shield\" color=\"black\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Our Technological services has been improved vastly\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Our technical service is admirable! Test it!\" font_container=\"tag:h5|text_align:center\" use_theme_fonts=\"yes\"][vc_btn title=\"Purchase Now\" style=\"outline\" color=\"black\" align=\"center\"][/dt_sc_callout_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1461037721924{margin-bottom: 50px !important;}\"][vc_column][dt_sc_callout_box type=\"type9\"][vc_icon icon_fontawesome=\"fa fa-shield\" color=\"black\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Our Technological services has been improved vastly\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Our technical service is admirable! Test it!\" font_container=\"tag:h5|text_align:center\" use_theme_fonts=\"yes\"][vc_btn title=\"Purchase Now\" style=\"outline\" color=\"black\" align=\"center\"][/dt_sc_callout_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1461037731658{margin-bottom: 50px !important;}\"][vc_column][dt_sc_callout_box type=\"type10\"][vc_icon icon_fontawesome=\"fa fa-shield\" color=\"black\" el_class=\"align-left\"][vc_icon icon_fontawesome=\"fa fa-shield\" color=\"black\" align=\"right\" el_class=\"align-right\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Our Technological services has been improved vastly\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Our technical service is admirable! Test it!\" font_container=\"tag:h5|text_align:center\" use_theme_fonts=\"yes\"][vc_btn title=\"Purchase Now\" style=\"outline\" color=\"black\" align=\"center\" css=\".vc_custom_1459840441084{margin-bottom: 0px !important;}\"][/dt_sc_callout_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1461037739289{margin-bottom: 50px !important;}\"][vc_column][dt_sc_callout_box type=\"type11\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Foreal is a multipurpose temple with rich features and unique layout that stands out majestically…\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][vc_btn title=\"Purchase Now\" color=\"black\" align=\"center\" css=\".vc_custom_1459841787134{margin-bottom: 0px !important;}\"][/dt_sc_callout_box][/vc_column][/vc_row]','Callout Boxes','','publish','closed','closed','','callout-boxes','','','2016-04-18 12:29:12','2016-04-18 12:29:12','',3462,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3526',0,'page','',0),(3536,1,'2016-04-19 04:06:38','2016-04-19 04:06:38','[vc_row][vc_column][dt_sc_testimonial title=\"John Cena\" role=\"CEO, ABS Communications \"]Ducimus qui blanditiis praesentium voluptatum deleniti Nunc quam neque, rutrum sit amet dolor vitae, adipiscing tempus elit.[/dt_sc_testimonial][/vc_column][/vc_row][vc_row css=\".vc_custom_1461038875117{margin-top: 40px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row][vc_column][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"John Cena\" role=\"CEO, ABS Communications \"]Ducimus qui blanditiis praesentium voluptatum deleniti Nunc quam neque, rutrum sit amet dolor vitae, adipiscing tempus elit.[/dt_sc_testimonial][dt_sc_testimonial title=\"Randy Orton\" role=\"Managing Director, King Corporation\"]Etiam vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores madame whist the corrupt sweet inside.[/dt_sc_testimonial][dt_sc_testimonial title=\"Dean Ambrose \" role=\"Owner, DG Associates\"]Sit ametAt vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores madame whist the corrupt sweet inside. porttitor tellus sollicitudin at.[/dt_sc_testimonial][dt_sc_testimonial title=\" Jack Swagger\" role=\"Marketing Manager, KG Enterprises \"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti whist the corrupt sweet inside. per inceptos himenaeos.[/dt_sc_testimonial][dt_sc_testimonial title=\"John Cena\" role=\"CEO, ABS Communications \"]Ducimus qui blanditiis praesentium voluptatum deleniti Nunc quam neque, rutrum sit amet dolor vitae, adipiscing tempus elit.[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row]','Testimonial','','publish','closed','closed','','testimonial','','','2016-04-19 04:06:38','2016-04-19 04:06:38','',3462,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3536',0,'page','',0),(3541,1,'2016-04-19 04:09:16','2016-04-19 04:09:16','[vc_row][vc_column][vc_custom_heading text=\"Type 1\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461830319463{margin-bottom: 30px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_sc_animate_number icon_type=\"strokegap\" stroke_icon=\"icon icon-Cup\" title=\"AWARDS\" number=\"125\"][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_animate_number icon_type=\"strokegap\" stroke_icon=\"icon icon-Drop\" title=\"PROJECTS\" number=\"1000\"][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_animate_number icon_type=\"strokegap\" stroke_icon=\"icon icon-Mouse\" title=\"CREATIVITY\" number=\"30\"][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_animate_number icon_type=\"strokegap\" stroke_icon=\"icon icon-Like\" title=\"CLIENTS\" number=\"252\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"60px\"][vc_custom_heading text=\"Type 2\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461831510806{margin-bottom: 30px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_sc_animate_number type=\"type2\" title=\"AWARDS\" number=\"125\"][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_animate_number type=\"type2\" title=\"PROJECTS\" number=\"100\"][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_animate_number type=\"type2\" title=\"CREATIVITY\" number=\"30\"][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_animate_number type=\"type2\" title=\"CLIENTS\" number=\"252\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Animate Numbers','','publish','closed','closed','','animate-numbers','','','2016-04-19 04:09:16','2016-04-19 04:09:16','',3462,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3541',0,'page','',0),(3547,1,'2016-04-19 04:17:12','2016-04-19 04:17:12','[vc_row][vc_column][vc_custom_heading text=\"Type 1 \" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461823411315{margin-bottom: 30px !important;}\"][dt_sc_twitter showtime=\"true\" username=\"envato\" consumer_key=\"LwZvaWu0odjSIYSvo9yIMg\" consumer_secret=\"shQARY7gIgG63RmDWHrOMkxRNhzssMAuO7RnFYeLl4U\" user_token=\"1711820178-PQlC5OsDQJ2FA7kflQimToWO3lhTLQqO95rMYFA\" user_secret=\"F0gRPXC2LIHXuIV9iTMDXzbLMdMdysYikS5z6R8bmnM\" count=\"1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Type 2\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461823424396{margin-bottom: 30px !important;}\"][dt_sc_twitter carousel=\"true\" showtime=\"true\" username=\"envato\" consumer_key=\"LwZvaWu0odjSIYSvo9yIMg\" consumer_secret=\"shQARY7gIgG63RmDWHrOMkxRNhzssMAuO7RnFYeLl4U\" user_token=\"1711820178-PQlC5OsDQJ2FA7kflQimToWO3lhTLQqO95rMYFA\" user_secret=\"F0gRPXC2LIHXuIV9iTMDXzbLMdMdysYikS5z6R8bmnM\" count=\"5\"][/vc_column][/vc_row]','Twitter Feeds','','publish','closed','closed','','twitter-feeds','','','2016-04-19 04:17:12','2016-04-19 04:17:12','',3462,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3547',0,'page','',0),(3555,1,'2016-04-19 04:35:04','2016-04-19 04:35:04','[vc_row css=\".vc_custom_1461574551139{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Type 1\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461824994393{margin-bottom: 50px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_sc_team image=\"97\" title=\"Rooney\" role=\"WEb Designer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" pinterest=\"#\" skype=\"#\" youtube=\"#\"]I won’t speak about myself! But, my portfolio will![/dt_sc_team][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_team image=\"100\" title=\"Rooney\" role=\"WEb Designer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" pinterest=\"#\" skype=\"#\" youtube=\"#\"]I won’t speak about myself! But, my portfolio will![/dt_sc_team][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_team image=\"99\" title=\"Rooney\" role=\"WEb Designer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" pinterest=\"#\" skype=\"#\" youtube=\"#\"]I won’t speak about myself! But, my portfolio will![/dt_sc_team][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_team image=\"98\" title=\"Rooney\" role=\"WEb Designer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" pinterest=\"#\" skype=\"#\" youtube=\"#\"]I won’t speak about myself! But, my portfolio will![/dt_sc_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Type 2\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461825001492{margin-bottom: 50px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_sc_team type=\"type2\" image=\"3937\" title=\"Jenny Caprice\" role=\"Analyst\" facebook=\"#\" twitter=\"#\" skype=\"#\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.[/dt_sc_team][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_team type=\"type2\" image=\"3934\" title=\"Tomhawak Rene\" role=\"Programmer\" facebook=\"#\" twitter=\"#\" skype=\"#\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.[/dt_sc_team][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_team type=\"type2\" image=\"3935\" title=\"Tomhawak Rene\" role=\"Programmer\" facebook=\"#\" twitter=\"#\" skype=\"#\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.[/dt_sc_team][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_team type=\"type2\" image=\"3936\" title=\"Jenny Caprice\" role=\"Analyst\" facebook=\"#\" twitter=\"#\" skype=\"#\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.[/dt_sc_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Team','','publish','closed','closed','','team','','','2016-04-19 04:35:04','2016-04-19 04:35:04','',3462,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3555',0,'page','',0),(3558,1,'2016-04-19 04:37:46','2016-04-19 04:37:46','[vc_row][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Contact Info\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461823509509{margin-bottom: 50px !important;}\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][dt_sc_contact_info fontawesome_icon=\"fa fa-mobile\" notes=\"Call Us +777 (100) 1234\"][/vc_column][vc_column width=\"1/3\"][dt_sc_contact_info fontawesome_icon=\"fa fa-map-marker\" notes=\" No: 58 A, East Madison St\nBaltimore, MD, USA\"][/vc_column][vc_column width=\"1/3\"][dt_sc_contact_info fontawesome_icon=\"fa fa-envelope-o\" notes=\"yourname@somemail.com\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Give a Message\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461823566165{margin-bottom: 50px !important;}\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row]','Contact Info','','publish','closed','closed','','contact-info','','','2016-04-19 04:37:46','2016-04-19 04:37:46','',3462,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3558',0,'page','',0),(3566,1,'2016-04-19 04:48:39','2016-04-19 04:48:39','[vc_row][vc_column][vc_custom_heading text=\"Type 1\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461821999626{margin-bottom: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1461041679399{margin-bottom: 50px !important;}\"][vc_column width=\"1/4\"][dt_sc_tooltip tooltip=\"Lorem ipsum dolor sit amet,\nconsectetur adipisicing elit, sed do eiusmodtempor incididunt\nut labore et dolore magna aliqua.\"]Tooltip In Top[/dt_sc_tooltip][/vc_column][vc_column width=\"1/4\"][dt_sc_tooltip position=\"right\" tooltip=\"Lorem ipsum dolor sit amet,\nconsectetur adipisicing elit, sed do eiusmodtempor\nincididunt ut labore et dolore magna aliqua.\"]Tooltip in Right[/dt_sc_tooltip][/vc_column][vc_column width=\"1/4\"][dt_sc_tooltip position=\"bottom\" tooltip=\"Lorem ipsum dolor sit amet,\nconsectetur adipisicing elit, sed do eiusmodtempor\nincididunt ut labore et dolore magna aliqua.\"]Tooltip in Bottom[/dt_sc_tooltip][/vc_column][vc_column width=\"1/4\"][dt_sc_tooltip position=\"left\" tooltip=\"Lorem ipsum dolor sit amet,\nconsectetur adipisicing elit, sed do eiusmodtempor\nincididunt ut labore et dolore magna aliqua.\"]Tooltip in Left[/dt_sc_tooltip][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Type 2\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461822015115{margin-bottom: 30px !important;}\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][dt_sc_tooltip type=\"boxed\" tooltip=\"Lorem ipsum dolor sit amet,\nconsectetur adipisicing elit, sed do eiusmod\ntempor incididunt ut labore et dolore magna aliqua. \"]Tooltip in Top[/dt_sc_tooltip][/vc_column][vc_column width=\"1/4\"][dt_sc_tooltip type=\"boxed\" position=\"right\" tooltip=\"Lorem ipsum dolor sit amet,\nconsectetur adipisicing elit, sed do eiusmod tempor\nincididunt ut labore et dolore magna aliqua. \"]Tooltip in Right[/dt_sc_tooltip][/vc_column][vc_column width=\"1/4\"][dt_sc_tooltip type=\"boxed\" position=\"bottom\" tooltip=\"Lorem ipsum dolor sit amet,\nconsectetur adipisicing elit, sed do eiusmod tempor\nincididunt ut labore et dolore magna aliqua. \"]Tooltip in Bottom[/dt_sc_tooltip][/vc_column][vc_column width=\"1/4\"][dt_sc_tooltip type=\"boxed\" position=\"left\" tooltip=\"Lorem ipsum dolor sit amet,\nconsectetur adipisicing elit, sed do eiusmod tempor\nincididunt ut labore et dolore magna aliqua. \"]Tooltip in Left[/dt_sc_tooltip][/vc_column][/vc_row]','Tooltip','','publish','closed','closed','','tooltip','','','2016-04-19 04:48:39','2016-04-19 04:48:39','',3462,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3566',0,'page','',0),(3572,1,'2016-04-19 04:56:30','2016-04-19 04:56:30','[vc_row][vc_column][vc_custom_heading text=\"Type 1\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461825611999{margin-bottom: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1461042996245{margin-bottom: 50px !important;}\"][vc_column width=\"1/4\"][dt_sc_icon_box fontawesome_icon=\"fa fa-anchor\" title=\"Awesome Features \"]Pellentesque ultricies congue lacus, eget elementum erat lobortis et. Sed non velit neque. .[/dt_sc_icon_box][/vc_column][vc_column width=\"1/4\"][dt_sc_icon_box fontawesome_icon=\"fa fa-trophy\" title=\"Fast Deployment \"]Pellentesque ultricies congue lacus, eget elementum erat lobortis et. Sed non velit neque. .[/dt_sc_icon_box][/vc_column][vc_column width=\"1/4\"][dt_sc_icon_box fontawesome_icon=\"fa fa-paper-plane\" title=\"Easy Customisation \"]Pellentesque ultricies congue lacus, eget elementum erat lobortis et. Sed non velit neque. .[/dt_sc_icon_box][/vc_column][vc_column width=\"1/4\"][dt_sc_icon_box fontawesome_icon=\"fa fa-flag\" title=\"Extremely Flexible \"]Pellentesque ultricies congue lacus, eget elementum erat lobortis et. Sed non velit neque. .[/dt_sc_icon_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1461043002253{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"Type 2\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461825618713{margin-bottom: 30px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_sc_icon_box type=\"type2\" fontawesome_icon=\"fa fa-crosshairs\" title=\"Awesome Features \" readmore_title=\"More\"]Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc. Donec magna. .[/dt_sc_icon_box][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_icon_box type=\"type2\" fontawesome_icon=\"fa fa-tablet\" title=\"100% Responsive\" readmore_title=\"More\"]Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc. Donec magna. .[/dt_sc_icon_box][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_icon_box type=\"type2\" fontawesome_icon=\"fa fa-camera\" title=\"Media Support \" readmore_title=\"More\"]Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc. Donec magna. .[/dt_sc_icon_box][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_icon_box type=\"type2\" fontawesome_icon=\"fa fa-cogs\" title=\"Extremely Flexible \" readmore_title=\"More\"]Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc. Donec magna. .[/dt_sc_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1461043323292{margin-bottom: 50px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Type 3\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461825669612{margin-bottom: 30px !important;}\"][dt_sc_icon_box type=\"type3\" fontawesome_icon=\"fa fa-inbox\" title=\"Full of Options and Features \"]Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales.Sed consequat, leo eget[/dt_sc_icon_box][dt_sc_icon_box type=\"type3\" fontawesome_icon=\"fa fa-tablet\" title=\"Highly Responsive \"]Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales.Sed consequat, leo eget[/dt_sc_icon_box][dt_sc_icon_box type=\"type3\" fontawesome_icon=\"fa fa-th\" title=\"1170px Grid Responsiveness \"]Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales.Sed consequat, leo eget[/dt_sc_icon_box][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Type 4\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461825677300{margin-bottom: 30px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_sc_icon_box type=\"type4\" fontawesome_icon=\"fa fa-crosshairs\" title=\"Awesome Features \" readmore_title=\"More\"]Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc. Donec magna.[/dt_sc_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_sc_icon_box type=\"type4\" fontawesome_icon=\"fa fa-camera\" title=\"Media Support \" readmore_title=\"More\"]Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc. Donec magna.[/dt_sc_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1461043323292{margin-bottom: 50px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Type 5\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461825689076{margin-bottom: 30px !important;}\"][dt_sc_icon_box type=\"type5\" fontawesome_icon=\"fa fa-star\" title=\" Highly Rated & Reviewed\"]Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales.[/dt_sc_icon_box][dt_sc_icon_box type=\"type5\" fontawesome_icon=\"fa fa-gift\" title=\"Lots of Optional Features\"]Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales.[/dt_sc_icon_box][dt_sc_icon_box type=\"type5\" fontawesome_icon=\"fa fa-rocket\" title=\"Unique Design\"]Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales.[/dt_sc_icon_box][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Type 6\" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1461043356111{margin-bottom: 30px !important;}\"][dt_sc_icon_box type=\"type6\" fontawesome_icon=\"fa fa-tablet\" title=\"100% Responsive \"]Etiam sit amet orci eget eros fauc ibus la tincidunt. Duis leo. Sed fringilla mauris sit amet nibh.[/dt_sc_icon_box][dt_sc_icon_box type=\"type6\" fontawesome_icon=\"fa fa-cogs\" title=\"Extremely Flexible \"]Etiam sit amet orci eget eros fauc ibus la tincidunt. Duis leo. Sed fringilla mauris sit amet nibh.[/dt_sc_icon_box][dt_sc_icon_box type=\"type6\" fontawesome_icon=\"fa fa-book\" title=\"Exclusive Documentation \"]Etiam sit amet orci eget eros fauc ibus la tincidunt. Duis leo. Sed fringilla mauris sit amet nibh.[/dt_sc_icon_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1461043002253{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"Type 7\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461825698594{margin-bottom: 60px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_sc_icon_box type=\"type7\" fontawesome_icon=\"fa fa-tint\" title=\"Awesome Features \" readmore_title=\"More\"]Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc. Donec magna. .[/dt_sc_icon_box][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_icon_box type=\"type7\" fontawesome_icon=\"fa fa-clock-o\" title=\"100% Responsive\" readmore_title=\"More\"]Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc. Donec magna. .[/dt_sc_icon_box][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_icon_box type=\"type7\" fontawesome_icon=\"fa fa-camera\" title=\"Media Support \" readmore_title=\"More\"]Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc. Donec magna. .[/dt_sc_icon_box][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_icon_box type=\"type7\" fontawesome_icon=\"fa fa-key\" title=\"Extremely Flexible \" readmore_title=\"More\"]Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc. Donec magna. .[/dt_sc_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1461043002253{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"Type 8\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461825707665{margin-bottom: 30px !important;}\"][vc_row_inner][vc_column_inner el_class=\"first\" width=\"1/4\"][dt_sc_icon_box type=\"type8\" fontawesome_icon=\"fa fa-shopping-cart\" title=\"Choose your Product \"]Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc. Donec magna. .[/dt_sc_icon_box][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_icon_box type=\"type8\" fontawesome_icon=\"fa fa-plane\" title=\"Select Shipment Type \"]Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc. Donec magna. .[/dt_sc_icon_box][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_icon\n_box type=\"type8\" fontawesome_icon=\"fa fa-money\" title=\"Checkout & Pay \"]Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc. Donec magna. .[/dt_sc_icon_box][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_icon_box type=\"type8\" fontawesome_icon=\"fa fa-briefcase\" title=\"Get Product Delivered \"]Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc. Donec magna. .[/dt_sc_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1461043002253{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"Type 9\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461825720567{margin-bottom: 30px !important;}\"][vc_row_inner][vc_column_inner el_class=\"first\" width=\"1/3\"][dt_sc_icon_box type=\"type9\" fontawesome_icon=\"fa fa-paw\" title=\"Creative Design\"]There are many variations of passages of Lorem Ipsum available, but the joy have suffered alteration in some format, by injected humour.[/dt_sc_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][dt_sc_icon_box type=\"type9\" fontawesome_icon=\"fa fa-lightbulb-o\" title=\"innovative ideas\"]There are many variations of passages of Lorem Ipsum available, but the joy have suffered alteration in some format, by injected humour.[/dt_sc_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][dt_sc_icon_box type=\"type9\" fontawesome_icon=\"fa fa-flask\" title=\"well analysed\"]There are many variations of passages of Lorem Ipsum available, but the joy have suffered alteration in some format, by injected humour.[/dt_sc_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"first\" width=\"1/3\"][dt_sc_icon_box type=\"type9\" fontawesome_icon=\"fa fa-laptop\" title=\"completely responsive\"]There are many variations of passages of Lorem Ipsum available, but the joy have suffered alteration in some format, by injected humour.[/dt_sc_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][dt_sc_icon_box type=\"type9\" fontawesome_icon=\"fa fa-plus-square\" title=\"lots of features\"]There are many variations of passages of Lorem Ipsum available, but the joy have suffered alteration in some format, by injected humour.[/dt_sc_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][dt_sc_icon_box type=\"type9\" fontawesome_icon=\"fa fa-magic\" title=\"special settings\"]There are many variations of passages of Lorem Ipsum available, but the joy have suffered alteration in some format, by injected humour.[/dt_sc_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1461043002253{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"Type 10\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461825802086{margin-bottom: 30px !important;}\"][vc_row_inner][vc_column_inner el_class=\"first\" width=\"1/3\" css=\".vc_custom_1461826245672{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][dt_sc_icon_box type=\"type10\" fontawesome_icon=\"fa fa-paw\" title=\"Creative Design\"]There are many variations of passages of Lorem Ipsum available, but the joy have suffered alteration in some format, by injected humour.[/dt_sc_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1461826253301{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][dt_sc_icon_box type=\"type10\" fontawesome_icon=\"fa fa-lightbulb-o\" title=\"innovative ideas\"]There are many variations of passages of Lorem Ipsum available, but the joy have suffered alteration in some format, by injected humour.[/dt_sc_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1461826260840{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][dt_sc_icon_box type=\"type10\" fontawesome_icon=\"fa fa-flask\" title=\"well analysed\" class=\"last\"]There are many variations of passages of Lorem Ipsum available, but the joy have suffered alteration in some format, by injected humour.[/dt_sc_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Icon Boxes','','publish','closed','closed','','icon-boxes','','','2016-04-19 04:56:30','2016-04-19 04:56:30','',3462,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3572',0,'page','',0),(3588,1,'2016-04-19 06:52:36','2016-04-19 06:52:36','[vc_row css=\".vc_custom_1461049629662{margin-bottom: 50px !important;}\"][vc_column][dt_sc_social_links align=\"center\" disable_border=\"true\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\"][dt_sc_social_links align=\"center\" disable_border=\"true\" socialicons_textcolor=\"true\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\"][dt_sc_social_links][/vc_column][/vc_row][vc_row css=\".vc_custom_1461049636858{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Example Set 2\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461052624676{margin-bottom: 50px !important;}\"][dt_sc_social_links align=\"center\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\"][dt_sc_social_links align=\"center\" socialicons_bgcolor=\"true\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\"][dt_sc_social_links align=\"center\" socialicons_bgcolor=\"true\" socialicons_bgcolor_hover=\"true\" socialicons_textcolor=\"true\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" background_color=\"#ffffff\"][dt_sc_social_links align=\"center\" socialicons_bgcolor=\"true\" socialicons_bgcolor_hover=\"true\" socialicons_textcolor=\"true\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" background_color=\"#ffffff\" border_color=\"#e5e5e5\" text_color=\"#e5e5e5\"][dt_sc_social_links align=\"center\" socialicons_textcolor=\"true\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" border_color=\"#e5e5e5\" text_color=\"#e5e5e5\"][dt_sc_social_links align=\"center\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" margin=\"0 5px 5px 0\" border_width=\"1px\"][dt_sc_social_links align=\"center\" socialicons_bgcolor=\"true\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" margin=\"0 5px 5px 0\" border_width=\"1px\"][dt_sc_social_links align=\"center\" socialicons_bgcolor=\"true\" socialicons_bgcolor_hover=\"true\" socialicons_textcolor=\"true\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" background_color=\"#ffffff\" margin=\"0 5px 5px 0\" border_width=\"1px\"][dt_sc_social_links align=\"center\" socialicons_bgcolor=\"true\" socialicons_bgcolor_hover=\"true\" socialicons_textcolor=\"true\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" background_color=\"#ffffff\" border_color=\"#e5e5e5\" text_color=\"#e5e5e5\" margin=\"0 5px 5px 0\" border_width=\"1px\"][dt_sc_social_links align=\"center\" socialicons_textcolor=\"true\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" border_color=\"#e5e5e5\" text_color=\"#e5e5e5\" margin=\"0 5px 5px 0\" border_width=\"1px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1461049636858{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Example Set 3\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461052643627{margin-bottom: 50px !important;}\"][dt_sc_social_links align=\"center\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" border_width=\"1px\" border_radius=\"10px\"][dt_sc_social_links align=\"center\" socialicons_bgcolor=\"true\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" border_width=\"1px\" border_radius=\"10px\"][dt_sc_social_links align=\"center\" socialicons_bgcolor=\"true\" socialicons_bgcolor_hover=\"true\" socialicons_textcolor=\"true\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" background_color=\"#ffffff\" border_width=\"1px\" border_radius=\"10px\"][dt_sc_social_links align=\"center\" socialicons_bgcolor=\"true\" socialicons_bgcolor_hover=\"true\" socialicons_textcolor=\"true\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" background_color=\"#ffffff\" border_color=\"#e5e5e5\" text_color=\"#e5e5e5\" border_width=\"1px\" border_radius=\"10px\"][dt_sc_social_links align=\"center\" socialicons_textcolor=\"true\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" border_color=\"#e5e5e5\" text_color=\"#e5e5e5\" border_width=\"1px\" border_radius=\"10px\"][dt_sc_social_links align=\"center\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" margin=\"0 5px 5px 0\" border_width=\"1px\" border_radius=\"10px\"][dt_sc_social_links align=\"center\" socialicons_bgcolor=\"true\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" o=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" margin=\"0 5px 5px 0\" border_width=\"1px\" border_radius=\"10px\"][dt_sc_social_links align=\"center\" socialicons_bgcolor=\"true\" socialicons_bgcolor_hover=\"true\" socialicons_textcolor=\"true\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" background_color=\"#ffffff\" margin=\"0 5px 5px 0\" border_width=\"1px\" border_radius=\"10px\"][dt_sc_social_links align=\"center\" socialicons_bgcolor=\"true\" socialicons_bgcolor_hover=\"true\" socialicons_textcolor=\"true\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" background_color=\"#ffffff\" border_color=\"#e5e5e5\" text_color=\"#e5e5e5\" margin=\"0 5px 5px 0\" border_width=\"1px\" border_radius=\"10px\"][dt_sc_social_links align=\"center\" socialicons_textcolor=\"true\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" border_color=\"#e5e5e5\" text_color=\"#e5e5e5\" margin=\"0 5px 5px 0\" border_width=\"1px\" border_radius=\"10px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1461049636858{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Example Set 4\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461052663638{margin-bottom: 50px !important;}\"][dt_sc_social_links align=\"center\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" border_width=\"1px\" border_radius=\"50%\"][dt_sc_social_links align=\"center\" socialicons_bgcolor=\"true\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" border_width=\"1px\" border_radius=\"50%\"][dt_sc_social_links align=\"center\" socialicons_bgcolor=\"true\" socialicons_bgcolor_hover=\"true\" socialicons_textcolor=\"true\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" background_color=\"#ffffff\" border_width=\"1px\" border_radius=\"50%\"][dt_sc_social_links align=\"center\" socialicons_bgcolor=\"true\" socialicons_bgcolor_hover=\"true\" socialicons_textcolor=\"true\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" background_color=\"#ffffff\" border_color=\"#e5e5e5\" text_color=\"#e5e5e5\" border_width=\"1px\" border_radius=\"50%\"][dt_sc_social_links align=\"center\" socialicons_textcolor=\"true\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" border_color=\"#e5e5e5\" text_color=\"#e5e5e5\" border_width=\"1px\" border_radius=\"50%\"][dt_sc_social_links align=\"center\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" margin=\"0 5px 5px 0\" border_width=\"1px\" border_radius=\"50%\"][dt_sc_social_links align=\"center\" socialicons_bgcolor=\"true\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" margin=\"0 5px 5px 0\" border_width=\"1px\" border_radius=\"50%\"][dt_sc_social_links align=\"center\" socialicons_bgcolor=\"true\" socialicons_bgcolor_hover=\"true\" socialicons_textcolor=\"true\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" background_color=\"#ffffff\" margin=\"0 5px 5px 0\" border_width=\"1px\" border_radius=\"50%\"][dt_sc_social_links align=\"center\" socialicons_bgcolor=\"true\" socialicons_bgcolor_hover=\"true\" socialicons_textcolor=\"true\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" background_color=\"#ffffff\" border_color=\"#e5e5e5\" text_color=\"#e5e5e5\" margin=\"0 5px 5px 0\" border_width=\"1px\" border_radius=\"50%\"][dt_sc_social_links align=\"center\" socialicons_textcolor=\"true\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" border_color=\"#e5e5e5\" text_color=\"#e5e5e5\" margin=\"0 5px 5px 0\" border_width=\"1px\" border_radius=\"50%\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1461049636858{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Example Set 5\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461052682923{margin-bottom: 50px !important;}\"][dt_sc_social_links align=\"center\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" background_color=\"#ededed\" border_color=\"#ededed\" text_color=\"#888888\"][dt_sc_social_links align=\"center\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" background_color=\"#ededed\" border_color=\"#ededed\" text_color=\"#888888\" margin=\"0 5px 5px 0\"][dt_sc_social_links align=\"center\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" background_color=\"#ededed\" border_color=\"#ededed\" text_color=\"#888888\" margin=\"0 5px 5px 0\" border_radius=\"5px\"][dt_sc_social_links align=\"center\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" background_color=\"#ededed\" border_color=\"#ededed\" text_color=\"#888888\" margin=\"0 5px 5px 0\" border_radius=\"50%\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1461049636858{margin-b\nottom: 50px !important;}\"][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Example Set 6\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461052694237{margin-bottom: 50px !important;}\"][dt_sc_social_links align=\"center\" socialicons_bgcolor=\"true\" socialicons_bgcolor_hover=\"true\" socialicons_textcolor=\"true\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" background_color=\"#ffffff\" border_color=\"#e5e5e5\" text_color=\"#e5e5e5\" class=\"rounded-corner\" width=\"55px\" height=\"55px\" font_size=\"22px\" line_height=\"55px\"][dt_sc_social_links align=\"center\" socialicons_bgcolor=\"true\" socialicons_bgcolor_hover=\"true\" socialicons_textcolor=\"true\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" linkedin=\"#\" background_color=\"#ffffff\" border_color=\"#e5e5e5\" text_color=\"#e5e5e5\" class=\"rounded-corner\" width=\"70px\" height=\"70px\" font_size=\"26px\" line_height=\"70px\"][dt_sc_social_links align=\"center\" socialicons_bgcolor=\"true\" socialicons_bgcolor_hover=\"true\" socialicons_textcolor=\"true\" delicious=\"#\" digg=\"#\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" linkedin=\"#\" background_color=\"#ffffff\" border_color=\"#e5e5e5\" text_color=\"#e5e5e5\" class=\"rounded-corner\" width=\"100px\" height=\"100px\" font_size=\"30px\" line_height=\"100px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1461049636858{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Example Set 7 With Tooltip\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461052709656{margin-bottom: 50px !important;}\"][dt_sc_social_links show_tooltip=\"true\" align=\"center\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" background_color=\"#ededed\" border_color=\"#ededed\" text_color=\"#888888\" margin=\"0 5px 5px 0\"][dt_sc_social_links show_tooltip=\"true\" tooltip_position=\"bottom\" align=\"center\" socialicons_bgcolor=\"true\" socialicons_bgcolor_hover=\"true\" socialicons_textcolor=\"true\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" background_color=\"#ffffff\" class=\"rounded-corner\"][dt_sc_social_links show_tooltip=\"true\" tooltip_position=\"left\" align=\"center\" socialicons_bgcolor=\"true\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" margin=\"0 5px 5px 0\" border_width=\"1px\" border_radius=\"10px\"][dt_sc_social_links show_tooltip=\"true\" tooltip_position=\"right\" align=\"center\" socialicons_bgcolor=\"true\" delicious=\"#\" deviantart=\"#\" digg=\"#\" facebook=\"#\" facebooksquare=\"#\" twitter=\"#\" googleplus=\"#\" google=\"#\" weibo=\"#\" pinterest=\"#\" reddit=\"#\" behance=\"#\" yahoo=\"#\" vimeosquare=\"#\" stumbleupon=\"#\" linkedin=\"#\" skype=\"#\" youtube=\"#\" dribbble=\"#\" flickr=\"#\" tumblr=\"#\" margin=\"0 5px 5px 0\" border_width=\"1px\"][/vc_column][/vc_row]','Social Icons','','publish','closed','closed','','social-icons','','','2016-04-19 06:52:36','2016-04-19 06:52:36','',3462,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3588',0,'page','',0),(3612,1,'2016-04-19 08:18:53','2016-04-19 08:18:53','[vc_row][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_message message_box_color=\"success\" icon_fontawesome=\"fa fa-check\" theme_style=\"true\"]\n<h4>Success</h4>\nI am message box. Click edit button to change this text.[/vc_message][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_message theme_style=\"true\"]\n<h4>Info</h4>\nI am message box. Click edit button to change this text.[/vc_message][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_message message_box_color=\"warning\" icon_fontawesome=\"fa fa-exclamation-triangle\" theme_style=\"true\"]\n<h4>Warning</h4>\nI am message box. Click edit button to change this text.[/vc_message][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_message message_box_color=\"danger\" icon_fontawesome=\"fa fa-times\" theme_style=\"true\"]\n<h4>Error</h4>\nI am message box. Click edit button to change this text.[/vc_message][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Notification Boxes','','publish','closed','closed','','notification-boxes','','','2016-04-19 08:18:53','2016-04-19 08:18:53','',3462,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3612',0,'page','',0),(3619,1,'2016-04-19 08:34:41','2016-04-19 08:34:41','[vc_row][vc_column][vc_custom_heading text=\"UnOrdered Lists\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461825505268{margin-bottom: 30px !important;}\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][dt_sc_fancy_ul]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"rounded-arrow\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"double-arrow\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"heart\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"trash\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"star\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"tick\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"rounded-tick\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"cross\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"rounded-cross\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"rounded-question\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"rounded-info\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"delete\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"warning\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"comment\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"edit\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"share\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"plus\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"rounded-plus\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"minus\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"rounded-minus\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"asterisk\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"cart\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"folder\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"folder-open\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"desktop\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"tablet\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"mobile\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"reply\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"quote\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"mail\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"external-link\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"adjust\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"pencil\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"print\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"tag\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"thumbs-up\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"thumbs-down\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"time\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"globe\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][/vc_row][vc_row css=\".vc_custom_1461056926161{margin-bottom: 50px !important;}\"][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"pushpin\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"map-marker\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"link\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][vc_column width=\"1/4\"][dt_sc_fancy_ul style=\"paper-clip\"]\n<ul>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ul>\n[/dt_sc_fancy_ul][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Ordered Lists\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461825518286{margin-bottom: 30px !important;}\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][dt_sc_fancy_ol]\n<ol>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ol>\n[/dt_sc_fancy_ol][/vc_column][vc_column width=\"1/6\"][dt_sc_fancy_ol style=\"decimal-leading-zero\"]\n<ol>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ol>\n[/dt_sc_fancy_ol][/vc_column][vc_column width=\"1/6\"][dt_sc_fancy_ol style=\"lower-alpha\"]\n<ol>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ol>\n[/dt_sc_fancy_ol][/vc_column][vc_column width=\"1/6\"][dt_sc_fancy_ol style=\"lower-roman\"]\n<ol>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ol>\n[/dt_sc_fancy_ol][/vc_column][vc_column width=\"1/6\"][dt_sc_fancy_ol style=\"upper-alpha\"]\n<ol>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ol>\n[/dt_sc_fancy_ol][/vc_column][vc_column width=\"1/6\"][dt_sc_fancy_ol style=\"upper-roman\"]\n<ol>\n <li>Lorem ipsum dolor sit</li>\n <li>Praesent convallis nibh</li>\n <li>Nullam ac sapien sit</li>\n <li>Phasellus auctor augue</li>\n</ol>\n[/dt_sc_fancy_ol][/vc_column][/vc_row]','Lists','','publish','closed','closed','','lists','','','2016-04-19 08:34:41','2016-04-19 08:34:41','',3462,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3619',0,'page','',0),(3627,1,'2016-04-19 09:44:08','2016-04-19 09:44:08','[vc_row css=\".vc_custom_1461059530554{margin-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Skill Bars Colored\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461826638956{margin-bottom: 60px !important;}\"][vc_progress_bar values=\"%5B%7B%22label%22%3A%22Photoshop%20-%22%2C%22value%22%3A%2250%22%2C%22color%22%3A%22bar_orange%22%7D%2C%7B%22label%22%3A%22HTML5%20%26%20CSS3%20-%20%22%2C%22value%22%3A%2260%22%2C%22color%22%3A%22bar_red%22%7D%2C%7B%22label%22%3A%22PHP%20-%20%22%2C%22value%22%3A%2270%22%2C%22color%22%3A%22black%22%7D%2C%7B%22label%22%3A%22Shopify%20-%20%22%2C%22value%22%3A%2280%22%2C%22color%22%3A%22bar_black%22%7D%2C%7B%22label%22%3A%22BigCommerce%20-%20%22%2C%22value%22%3A%2290%22%2C%22color%22%3A%22bar_green%22%7D%2C%7B%22label%22%3A%22BigCommerce%20-%20%22%2C%22value%22%3A%22100%22%2C%22color%22%3A%22sky%22%7D%5D\" bgcolor=\"custom\" units=\"%\" custombgcolor=\"#616161\" theme_style=\"true\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Skill Bars Monocolor\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461826646217{margin-bottom: 60px !important;}\"][vc_progress_bar values=\"%5B%7B%22label%22%3A%22Photoshop%20-%22%2C%22value%22%3A%2250%22%2C%22color%22%3A%22black%22%7D%2C%7B%22label%22%3A%22HTML5%20%26%20CSS3%20-%20%22%2C%22value%22%3A%2260%22%2C%22color%22%3A%22black%22%7D%2C%7B%22label%22%3A%22PHP%20-%20%22%2C%22value%22%3A%2270%22%2C%22color%22%3A%22black%22%7D%2C%7B%22label%22%3A%22Shopify%20-%20%22%2C%22value%22%3A%2280%22%2C%22color%22%3A%22black%22%7D%2C%7B%22label%22%3A%22BigCommerce%20-%20%22%2C%22value%22%3A%2290%22%2C%22color%22%3A%22black%22%7D%2C%7B%22label%22%3A%22BigCommerce%20-%20%22%2C%22value%22%3A%22100%22%2C%22color%22%3A%22black%22%7D%5D\" bgcolor=\"custom\" units=\"%\" custombgcolor=\"#616161\" theme_style=\"true\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1461059849034{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"Donut Chart 4 Cols\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461826657121{margin-bottom: 30px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_pie color=\"custom\" units=\"%\" custom_color=\"#58b9da\" theme_style=\"true\" title=\"DESIGN\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_pie value=\"99\" color=\"custom\" units=\"%\" custom_color=\"#6ab165\" theme_style=\"true\" title=\"CREATIVITY\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_pie value=\"45\" color=\"custom\" units=\"%\" custom_color=\"#f4d30f\" theme_style=\"true\" title=\"USABILITY\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_pie value=\"70\" color=\"custom\" units=\"%\" custom_color=\"#fe6b35\" theme_style=\"true\" title=\"CONTENT\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Donut Chart 6 Cols\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461826664691{margin-bottom: 30px !important;}\"][vc_row_inner][vc_column_inner width=\"1/6\"][vc_pie color=\"custom\" units=\"%\" custom_color=\"#58b9da\" theme_style=\"true\" title=\"YEAR - 2011\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_pie value=\"99\" color=\"custom\" units=\"%\" custom_color=\"#6ab165\" theme_style=\"true\" title=\"YEAR - 2012\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_pie value=\"45\" color=\"custom\" units=\"%\" custom_color=\"#f4d30f\" theme_style=\"true\" title=\"YEAR - 2013\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_pie value=\"70\" color=\"custom\" units=\"%\" custom_color=\"#fe6b35\" theme_style=\"true\" title=\"YEAR - 2014\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_pie value=\"75\" color=\"custom\" units=\"%\" custom_color=\"#34495e\" theme_style=\"true\" title=\"YEAR - 2015\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_pie value=\"100\" color=\"custom\" units=\"%\" custom_color=\"#f1c40f\" theme_style=\"true\" title=\"YEAR - 2016\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Charts And Bars','','publish','closed','closed','','charts-and-bars','','','2016-04-19 09:44:08','2016-04-19 09:44:08','',3462,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3627',0,'page','',0),(3639,1,'2016-04-19 10:08:26','2016-04-19 10:08:26','[vc_row][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Circle Images\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461825538722{margin-bottom: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1461061770956{margin-bottom: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"97\" alignment=\"center\" style=\"vc_box_circle_2\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"98\" alignment=\"center\" style=\"vc_box_circle_2\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"99\" alignment=\"center\" style=\"vc_box_circle_2\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"100\" alignment=\"center\" style=\"vc_box_circle_2\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Circle Images With Border\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461825562515{margin-bottom: 30px !important;}\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image image=\"97\" alignment=\"center\" style=\"vc_box_border_circle_2\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"98\" alignment=\"center\" style=\"vc_box_border_circle_2\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"99\" alignment=\"center\" style=\"vc_box_border_circle_2\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"100\" alignment=\"center\" style=\"vc_box_border_circle_2\"][/vc_column][/vc_row]','Images','','publish','closed','closed','','images','','','2016-04-19 10:08:26','2016-04-19 10:08:26','',3462,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3639',0,'page','',0),(3655,1,'2016-04-19 10:41:46','2016-04-19 10:41:46','[vc_row][vc_column][vc_row_inner css=\".vc_custom_1461063318347{margin-bottom: 50px !important;}\"][vc_column_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"Type 1\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461825361480{margin-bottom: 50px !important;}\"][dt_sc_newsletter_section icon=\"fa fa-bluetooth\" title=\"Subscribe Newsletter for updates\"]Nam libero tempore, eu volutpat enim diam eget metus cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere.[/dt_sc_newsletter_section][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1461063323091{margin-bottom: 50px !important;}\"][vc_column_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"Type 2\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461825370147{margin-bottom: 50px !important;}\"][dt_sc_newsletter_section type=\"type2\" icon=\"fa fa-envelope-o\" title=\"Subscribe Newsletter for updates\" iconbgcolor=\"#000000\"][/dt_sc_newsletter_section][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1461063323091{margin-bottom: 50px !important;}\"][vc_column_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"Type 3\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461825383688{margin-bottom: 50px !important;}\"][dt_sc_newsletter_section type=\"type3\" icon=\"fa fa-envelope-o\" title=\" Subscribe Your\" span_text=\" Newsletter\"]Nam libero tempore, eu volutpat enim diam eget metus cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere.[/dt_sc_newsletter_section][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1461063323091{margin-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Type 4\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461825395650{margin-bottom: 50px !important;}\"][dt_sc_newsletter_section type=\"type4\" icon=\"fa fa-envelope-o\" title=\" Subscribe Your\" span_text=\" Newsletter\"]Nam libero tempore, eu volutpat enim diam eget metus cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere.[/dt_sc_newsletter_section][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1461063323091{margin-bottom: 50px !important;}\"][vc_column_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"Type 5\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461831649198{margin-bottom: 50px !important;}\"][dt_sc_newsletter_section type=\"type5\" icon=\"fa fa-envelope-o\" title=\" Subscribe Your\" span_text=\" Newsletter\"]Nam libero tempore, eu volutpat enim diam eget metus cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere.[/dt_sc_newsletter_section][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Newsletter','','publish','closed','closed','','newsletter','','','2016-04-19 10:41:46','2016-04-19 10:41:46','',3462,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3655',0,'page','',0),(3665,1,'2016-04-19 11:03:26','2016-04-19 11:03:26','[vc_row css=\".vc_custom_1461065510996{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"Theme Style\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461828547398{margin-bottom: 30px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_btn title=\"Button\" align=\"center\" theme_style=\"true\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_btn title=\"Button\" align=\"center\" theme_style=\"true\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_btn title=\"Button\" align=\"center\" theme_style=\"true\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_btn title=\"Button\" align=\"center\" theme_style=\"true\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1461065518876{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"Button 2\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461828561219{margin-bottom: 30px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_btn title=\"Button\" style=\"outline-custom\" outline_custom_color=\"#666666\" outline_custom_hover_background=\"#666666\" outline_custom_hover_text=\"#ffffff\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_btn title=\"Button\" style=\"outline-custom\" outline_custom_color=\"#666666\" outline_custom_hover_background=\"#666666\" outline_custom_hover_text=\"#ffffff\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_btn title=\"Button\" style=\"outline-custom\" outline_custom_color=\"#666666\" outline_custom_hover_background=\"#666666\" outline_custom_hover_text=\"#ffffff\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_btn title=\"Button\" style=\"outline-custom\" outline_custom_color=\"#666666\" outline_custom_hover_background=\"#666666\" outline_custom_hover_text=\"#ffffff\" align=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1461065518876{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"Button 3\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461828569104{margin-bottom: 30px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_btn title=\"Button\" style=\"3d\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_btn title=\"Button\" style=\"3d\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_btn title=\"Button\" style=\"3d\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_btn title=\"Button\" style=\"3d\" align=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1461065518876{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"Button 4\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461828578209{margin-bottom: 30px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_btn title=\"Button\" style=\"outline\" color=\"inverse\" align=\"center\" i_icon_fontawesome=\"fa fa-hand-o-right\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_btn title=\"Button\" style=\"outline\" color=\"inverse\" align=\"center\" i_icon_fontawesome=\"fa fa-hand-o-right\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_btn title=\"Button\" style=\"outline\" color=\"inverse\" align=\"center\" i_icon_fontawesome=\"fa fa-hand-o-right\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_btn title=\"Button\" style=\"outline\" color=\"inverse\" align=\"center\" i_icon_fontawesome=\"fa fa-hand-o-right\" add_icon=\"true\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1461065518876{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"Button 5\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461828588255{margin-bottom: 30px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_btn title=\"Button\" style=\"outline\" color=\"inverse\" align=\"center\" i_align=\"right\" i_icon_fontawesome=\"fa fa-angle-double-right\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_btn title=\"Button\" style=\"outline\" color=\"inverse\" align=\"center\" i_align=\"right\" i_icon_fontawesome=\"fa fa-angle-double-right\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_btn title=\"Button\" style=\"outline\" color=\"inverse\" align=\"center\" i_align=\"right\" i_icon_fontawesome=\"fa fa-angle-double-right\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_btn title=\"Button\" style=\"outline\" color=\"inverse\" align=\"center\" i_align=\"right\" i_icon_fontawesome=\"fa fa-angle-double-right\" add_icon=\"true\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Buttons','','publish','closed','closed','','buttons','','','2016-04-19 11:03:26','2016-04-19 11:03:26','',3462,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3665',0,'page','',0),(3672,1,'2016-04-19 11:13:11','2016-04-19 11:13:11','[vc_row][vc_column][vc_custom_heading text=\"OUR MISSION\" font_container=\"tag:h2|font_size:40|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1460710001474{margin-bottom: 10px !important;}\" el_class=\"main-title\"][vc_custom_heading text=\"Our mission is critical to your success. Your success is mission critical!\" font_container=\"tag:h6|font_size:18|text_align:center\" google_fonts=\"font_family:Satisfy%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1460710024394{margin-bottom: 50px !important;}\" el_class=\"main-title\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"HISTORY\" font_container=\"tag:h5|font_size:18px|text_align:left\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:500%20bold%20regular%3A500%3Anormal\"][vc_column_text]Class aptent taciti sociosqu ad litora torquent per conue bia nostra, per inceptos himenaeos. Nulla nunc dui, tristi ue in semper vel, congue sed ligula. Nam dolor ligula, fa ibus id sodales in, auctor fringill torquent per conubiaos .Porlass aptent taciti sociosqu ad litora torquent per coe bia nostra, per inceptos himenaeos.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"ETHICS WE TRUST\" font_container=\"tag:h5|font_size:18px|text_align:left\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:500%20bold%20regular%3A500%3Anormal\"][vc_column_text]Dreei aptent taciti sociosqu ad litora torquent per conue bia nostra, per inceptos himenaeos. Nulla nunc dui, tristi ue in semper vel, congue sed ligula. Nam dolor ligula, fa ibus id sodales in, auctor fringill torquent per conubiaos .Porlass aptent taciti sociosqu ad litora torquent per coe bia nostra, per inceptos himenaeos.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"HISTORY\" font_container=\"tag:h5|font_size:18px|text_align:left\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:500%20bold%20regular%3A500%3Anormal\"][vc_column_text]Ores aptent taciti sociosqu ad litora torquent per conue bia nostra, per inceptos himenaeos. Nulla nunc dui, tristi ue in semper vel, congue sed ligula. Nam dolor ligula, fa ibus id sodales in, auctor fringill torquent per conubiaos .Porlass aptent taciti sociosqu ad litora torquent per coe bia nostres...[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"OUR TEAM\" font_container=\"tag:h2|font_size:30|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1460711480298{margin-bottom: 10px !important;}\" el_class=\"main-title\"][vc_custom_heading text=\"Our team is your team, your mom is our mom\" font_container=\"tag:h6|font_size:18|text_align:center\" google_fonts=\"font_family:Satisfy%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1460711487538{margin-bottom: 50px !important;}\" el_class=\"main-title\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_sc_team image=\"97\" title=\"Rooney\" role=\"Web Designer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" yahoo=\"#\"]I won\'t speak about myself! But, my portfolio will![/dt_sc_team][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_team image=\"98\" title=\"Rooney\" role=\"Web Designer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" yahoo=\"#\"]I won\'t speak about myself! But, my portfolio will![/dt_sc_team][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_team image=\"99\" title=\"Rooney\" role=\"Web Designer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" yahoo=\"#\"]I won\'t speak about myself! But, my portfolio will![/dt_sc_team][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_team image=\"100\" title=\"Rooney\" role=\"Web Designer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" yahoo=\"#\"]I won\'t speak about myself! But, my portfolio will![/dt_sc_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"80px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1460713347113{margin-bottom: 0px !important;}\"][vc_column][vc_custom_heading text=\"Why Choose foreal?\" font_container=\"tag:h2|font_size:30|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1460712089576{margin-bottom: 10px !important;}\" el_class=\"main-title\"][vc_custom_heading text=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum leo elit, porttitor quis erat at, suscipit\" font_container=\"tag:h6|font_size:18|text_align:center\" google_fonts=\"font_family:Satisfy%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1460712101593{margin-bottom: 50px !important;}\" el_class=\"main-title\"][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1460713342577{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" apply_bottom_border=\"true\" css=\".vc_custom_1461750463940{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}\"][vc_column][vc_custom_heading text=\"FOREAL CLIENTS\" font_container=\"tag:h3|font_size:30|text_align:center|color:%23000000\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_pie label_value=\"50\" color=\"custom\" title=\"Design\" units=\"%\" theme_style=\"true\" custom_color=\"#58b9da\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_pie value=\"99\" label_value=\"99\" color=\"custom\" title=\"Creativity\" units=\"%\" theme_style=\"true\" custom_color=\"#6ab165\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_pie value=\"45\" label_value=\"45\" color=\"custom\" title=\"Usability\" units=\"%\" theme_style=\"true\" custom_color=\"#f4d30f\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_pie value=\"70\" label_value=\"70\" color=\"custom\" title=\"Content\" units=\"%\" theme_style=\"true\" custom_color=\"#fe6b35\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"70px\"][dt_sc_twitter carousel=\"true\" showtime=\"true\" username=\"envato\" consumer_key=\"LwZvaWu0odjSIYSvo9yIMg\" consumer_secret=\"shQARY7gIgG63RmDWHrOMkxRNhzssMAuO7RnFYeLl4U\" user_token=\"1711820178-PQlC5OsDQJ2FA7kflQimToWO3lhTLQqO95rMYFA\" user_secret=\"F0gRPXC2LIHXuIV9iTMDXzbLMdMdysYikS5z6R8bmnM\" count=\"3\"][/vc_column][/vc_row]','Header','','publish','closed','closed','','header','','','2016-04-19 11:13:11','2016-04-19 11:13:11','',0,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3672',0,'page','',0),(3675,1,'2016-04-19 11:14:05','2016-04-19 11:14:05','[vc_row][vc_column][vc_custom_heading text=\"OUR MISSION\" font_container=\"tag:h2|font_size:40|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1460710001474{margin-bottom: 10px !important;}\" el_class=\"main-title\"][vc_custom_heading text=\"Our mission is critical to your success. Your success is mission critical!\" font_container=\"tag:h6|font_size:18|text_align:center\" google_fonts=\"font_family:Satisfy%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1460710024394{margin-bottom: 50px !important;}\" el_class=\"main-title\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"HISTORY\" font_container=\"tag:h5|font_size:18px|text_align:left\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:500%20bold%20regular%3A500%3Anormal\"][vc_column_text]Class aptent taciti sociosqu ad litora torquent per conue bia nostra, per inceptos himenaeos. Nulla nunc dui, tristi ue in semper vel, congue sed ligula. Nam dolor ligula, fa ibus id sodales in, auctor fringill torquent per conubiaos .Porlass aptent taciti sociosqu ad litora torquent per coe bia nostra, per inceptos himenaeos.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"ETHICS WE TRUST\" font_container=\"tag:h5|font_size:18px|text_align:left\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:500%20bold%20regular%3A500%3Anormal\"][vc_column_text]Dreei aptent taciti sociosqu ad litora torquent per conue bia nostra, per inceptos himenaeos. Nulla nunc dui, tristi ue in semper vel, congue sed ligula. Nam dolor ligula, fa ibus id sodales in, auctor fringill torquent per conubiaos .Porlass aptent taciti sociosqu ad litora torquent per coe bia nostra, per inceptos himenaeos.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"HISTORY\" font_container=\"tag:h5|font_size:18px|text_align:left\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:500%20bold%20regular%3A500%3Anormal\"][vc_column_text]Ores aptent taciti sociosqu ad litora torquent per conue bia nostra, per inceptos himenaeos. Nulla nunc dui, tristi ue in semper vel, congue sed ligula. Nam dolor ligula, fa ibus id sodales in, auctor fringill torquent per conubiaos .Porlass aptent taciti sociosqu ad litora torquent per coe bia nostres...[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"OUR TEAM\" font_container=\"tag:h2|font_size:30|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1460711480298{margin-bottom: 10px !important;}\" el_class=\"main-title\"][vc_custom_heading text=\"Our team is your team, your mom is our mom\" font_container=\"tag:h6|font_size:18|text_align:center\" google_fonts=\"font_family:Satisfy%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1460711487538{margin-bottom: 50px !important;}\" el_class=\"main-title\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_sc_team image=\"97\" title=\"Rooney\" role=\"Web Designer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" yahoo=\"#\"]I won\'t speak about myself! But, my portfolio will![/dt_sc_team][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_team image=\"98\" title=\"Rooney\" role=\"Web Designer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" yahoo=\"#\"]I won\'t speak about myself! But, my portfolio will![/dt_sc_team][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_team image=\"99\" title=\"Rooney\" role=\"Web Designer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" yahoo=\"#\"]I won\'t speak about myself! But, my portfolio will![/dt_sc_team][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_team image=\"100\" title=\"Rooney\" role=\"Web Designer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" yahoo=\"#\"]I won\'t speak about myself! But, my portfolio will![/dt_sc_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"80px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1460713347113{margin-bottom: 0px !important;}\"][vc_column][vc_custom_heading text=\"Why Choose foreal?\" font_container=\"tag:h2|font_size:30|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1460712089576{margin-bottom: 10px !important;}\" el_class=\"main-title\"][vc_custom_heading text=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum leo elit, porttitor quis erat at, suscipit\" font_container=\"tag:h6|font_size:18|text_align:center\" google_fonts=\"font_family:Satisfy%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1460712101593{margin-bottom: 50px !important;}\" el_class=\"main-title\"][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1460713342577{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" apply_bottom_border=\"true\" css=\".vc_custom_1460953517139{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}\"][vc_column][vc_custom_heading text=\"FOREAL CLIENTS\" font_container=\"tag:h3|font_size:30|text_align:center|color:%23000000\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_pie label_value=\"50\" color=\"custom\" title=\"Design\" units=\"%\" theme_style=\"true\" custom_color=\"#58b9da\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_pie value=\"99\" label_value=\"99\" color=\"custom\" title=\"Creativity\" units=\"%\" theme_style=\"true\" custom_color=\"#6ab165\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_pie value=\"45\" label_value=\"45\" color=\"custom\" title=\"Usability\" units=\"%\" theme_style=\"true\" custom_color=\"#f4d30f\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_pie value=\"70\" label_value=\"70\" color=\"custom\" title=\"Content\" units=\"%\" theme_style=\"true\" custom_color=\"#fe6b35\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"70px\"][dt_sc_twitter carousel=\"true\" showtime=\"true\" username=\"envato\" consumer_key=\"LwZvaWu0odjSIYSvo9yIMg\" consumer_secret=\"shQARY7gIgG63RmDWHrOMkxRNhzssMAuO7RnFYeLl4U\" user_token=\"1711820178-PQlC5OsDQJ2FA7kflQimToWO3lhTLQqO95rMYFA\" user_secret=\"F0gRPXC2LIHXuIV9iTMDXzbLMdMdysYikS5z6R8bmnM\" count=\"3\"][/vc_column][/vc_row]','Header 2','','publish','closed','closed','','header-2','','','2016-04-19 11:14:05','2016-04-19 11:14:05','',3672,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3675',0,'page','',0),(3676,1,'2016-04-19 11:14:02','2016-04-19 11:14:02','','Header 2','','publish','closed','closed','','header-2','','','2016-04-19 11:14:02','2016-04-19 11:14:02','',0,'http://wedesignthemes.com/themes/dummy-foreal/?post_type=dt_templates&p=3676',0,'dt_templates','',0),(3679,1,'2016-04-19 11:15:31','2016-04-19 11:15:31','[vc_row][vc_column][vc_custom_heading text=\"OUR MISSION\" font_container=\"tag:h2|font_size:40|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1460710001474{margin-bottom: 10px !important;}\" el_class=\"main-title\"][vc_custom_heading text=\"Our mission is critical to your success. Your success is mission critical!\" font_container=\"tag:h6|font_size:18|text_align:center\" google_fonts=\"font_family:Satisfy%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1460710024394{margin-bottom: 50px !important;}\" el_class=\"main-title\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"HISTORY\" font_container=\"tag:h5|font_size:18px|text_align:left\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:500%20bold%20regular%3A500%3Anormal\"][vc_column_text]Class aptent taciti sociosqu ad litora torquent per conue bia nostra, per inceptos himenaeos. Nulla nunc dui, tristi ue in semper vel, congue sed ligula. Nam dolor ligula, fa ibus id sodales in, auctor fringill torquent per conubiaos .Porlass aptent taciti sociosqu ad litora torquent per coe bia nostra, per inceptos himenaeos.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"ETHICS WE TRUST\" font_container=\"tag:h5|font_size:18px|text_align:left\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:500%20bold%20regular%3A500%3Anormal\"][vc_column_text]Dreei aptent taciti sociosqu ad litora torquent per conue bia nostra, per inceptos himenaeos. Nulla nunc dui, tristi ue in semper vel, congue sed ligula. Nam dolor ligula, fa ibus id sodales in, auctor fringill torquent per conubiaos .Porlass aptent taciti sociosqu ad litora torquent per coe bia nostra, per inceptos himenaeos.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"HISTORY\" font_container=\"tag:h5|font_size:18px|text_align:left\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:500%20bold%20regular%3A500%3Anormal\"][vc_column_text]Ores aptent taciti sociosqu ad litora torquent per conue bia nostra, per inceptos himenaeos. Nulla nunc dui, tristi ue in semper vel, congue sed ligula. Nam dolor ligula, fa ibus id sodales in, auctor fringill torquent per conubiaos .Porlass aptent taciti sociosqu ad litora torquent per coe bia nostres...[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"OUR TEAM\" font_container=\"tag:h2|font_size:30|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1460711480298{margin-bottom: 10px !important;}\" el_class=\"main-title\"][vc_custom_heading text=\"Our team is your team, your mom is our mom\" font_container=\"tag:h6|font_size:18|text_align:center\" google_fonts=\"font_family:Satisfy%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1460711487538{margin-bottom: 50px !important;}\" el_class=\"main-title\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_sc_team image=\"97\" title=\"Rooney\" role=\"Web Designer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" yahoo=\"#\"]I won\'t speak about myself! But, my portfolio will![/dt_sc_team][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_team image=\"98\" title=\"Rooney\" role=\"Web Designer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" yahoo=\"#\"]I won\'t speak about myself! But, my portfolio will![/dt_sc_team][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_team image=\"99\" title=\"Rooney\" role=\"Web Designer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" yahoo=\"#\"]I won\'t speak about myself! But, my portfolio will![/dt_sc_team][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_team image=\"100\" title=\"Rooney\" role=\"Web Designer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" yahoo=\"#\"]I won\'t speak about myself! But, my portfolio will![/dt_sc_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"80px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1460713347113{margin-bottom: 0px !important;}\"][vc_column][vc_custom_heading text=\"Why Choose foreal?\" font_container=\"tag:h2|font_size:30|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1460712089576{margin-bottom: 10px !important;}\" el_class=\"main-title\"][vc_custom_heading text=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum leo elit, porttitor quis erat at, suscipit\" font_container=\"tag:h6|font_size:18|text_align:center\" google_fonts=\"font_family:Satisfy%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1460712101593{margin-bottom: 50px !important;}\" el_class=\"main-title\"][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1460713342577{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" apply_bottom_border=\"true\" css=\".vc_custom_1460953517139{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}\"][vc_column][vc_custom_heading text=\"FOREAL CLIENTS\" font_container=\"tag:h3|font_size:30|text_align:center|color:%23000000\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_pie label_value=\"50\" color=\"custom\" title=\"Design\" units=\"%\" theme_style=\"true\" custom_color=\"#58b9da\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_pie value=\"99\" label_value=\"99\" color=\"custom\" title=\"Creativity\" units=\"%\" theme_style=\"true\" custom_color=\"#6ab165\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_pie value=\"45\" label_value=\"45\" color=\"custom\" title=\"Usability\" units=\"%\" theme_style=\"true\" custom_color=\"#f4d30f\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_pie value=\"70\" label_value=\"70\" color=\"custom\" title=\"Content\" units=\"%\" theme_style=\"true\" custom_color=\"#fe6b35\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"70px\"][dt_sc_twitter carousel=\"true\" showtime=\"true\" username=\"envato\" consumer_key=\"LwZvaWu0odjSIYSvo9yIMg\" consumer_secret=\"shQARY7gIgG63RmDWHrOMkxRNhzssMAuO7RnFYeLl4U\" user_token=\"1711820178-PQlC5OsDQJ2FA7kflQimToWO3lhTLQqO95rMYFA\" user_secret=\"F0gRPXC2LIHXuIV9iTMDXzbLMdMdysYikS5z6R8bmnM\" count=\"3\"][/vc_column][/vc_row]','Header 3','','publish','closed','closed','','header-3','','','2016-04-19 11:15:31','2016-04-19 11:15:31','',3672,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3679',0,'page','',0),(3680,1,'2016-04-19 11:15:22','2016-04-19 11:15:22','','Header 3','','publish','closed','closed','','header-3','','','2016-04-19 11:15:22','2016-04-19 11:15:22','',0,'http://wedesignthemes.com/themes/dummy-foreal/?post_type=dt_templates&p=3680',0,'dt_templates','',0),(3714,1,'2016-04-19 12:18:21','2016-04-19 12:18:21','[vc_row][vc_column width=\"1/3\" css=\".vc_custom_1461826788409{padding-top: 0px !important;padding-bottom: 10px !important;}\" el_class=\"dt-sc-colored-box\"][vc_icon icon_fontawesome=\"fa fa-h-square\" color=\"custom\" align=\"center\" css=\".vc_custom_1461828101803{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_custom_heading text=\"Well Trained Professionals\" font_container=\"tag:h5|font_size:18px|text_align:center\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"aligncenter\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam quis placerat urna. Nulla nulla diam, adipiscing non ornare non, commodo[/vc_column_text][vc_btn title=\"KNOW MORE\" style=\"outline\" shape=\"square\" color=\"white\" align=\"center\" el_class=\"float-none\"][/vc_column][vc_column width=\"1/3\" el_class=\"dt-sc-colored-box\" css=\".vc_custom_1461826793890{padding-top: 0px !important;padding-bottom: 10px !important;}\"][vc_icon icon_fontawesome=\"fa fa-user-md\" color=\"custom\" align=\"center\" css=\".vc_custom_1461828113547{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_custom_heading text=\"Well Trained Professionals\" font_container=\"tag:h5|font_size:18px|text_align:center\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"aligncenter\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam quis placerat urna. Nulla nulla diam, adipiscing non ornare non, commodo[/vc_column_text][vc_btn title=\"KNOW MORE\" style=\"outline\" shape=\"square\" color=\"white\" align=\"center\" el_class=\"float-none\"][/vc_column][vc_column width=\"1/3\" el_class=\"dt-sc-colored-box\" css=\".vc_custom_1461826803480{padding-top: 0px !important;padding-bottom: 10px !important;}\"][vc_icon icon_fontawesome=\"fa fa-umbrella\" color=\"custom\" align=\"center\" css=\".vc_custom_1461828124252{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_custom_heading text=\"Well Trained Professionals\" font_container=\"tag:h5|font_size:18px|text_align:center\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"aligncenter\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam quis placerat urna. Nulla nulla diam, adipiscing non ornare non, commodo[/vc_column_text][vc_btn title=\"KNOW MORE\" style=\"outline\" shape=\"square\" color=\"white\" align=\"center\" el_class=\"float-none\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row gap=\"30\"][vc_column width=\"1/3\" css=\".vc_custom_1461826849838{padding-top: 0px !important;padding-bottom: 10px !important;}\" el_class=\"dt-sc-colored-box\"][vc_icon icon_fontawesome=\"fa fa-h-square\" color=\"custom\" align=\"center\" css=\".vc_custom_1461828176108{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_custom_heading text=\"Well Trained Professionals\" font_container=\"tag:h5|font_size:18px|text_align:center\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"aligncenter\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam quis placerat urna. Nulla nulla diam, adipiscing non ornare non, commodo[/vc_column_text][vc_btn title=\"KNOW MORE\" style=\"outline\" shape=\"square\" color=\"white\" align=\"center\" el_class=\"float-none\"][/vc_column][vc_column width=\"1/3\" el_class=\"dt-sc-colored-box\" css=\".vc_custom_1461826857945{padding-top: 0px !important;padding-bottom: 10px !important;}\"][vc_icon icon_fontawesome=\"fa fa-user-md\" color=\"custom\" align=\"center\" css=\".vc_custom_1461828198473{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_custom_heading text=\"Well Trained Professionals\" font_container=\"tag:h5|font_size:18px|text_align:center\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"aligncenter\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam quis placerat urna. Nulla nulla diam, adipiscing non ornare non, commodo[/vc_column_text][vc_btn title=\"KNOW MORE\" style=\"outline\" shape=\"square\" color=\"white\" align=\"center\" el_class=\"float-none\"][/vc_column][vc_column width=\"1/3\" el_class=\"dt-sc-colored-box\" css=\".vc_custom_1461826864530{padding-top: 0px !important;padding-bottom: 10px !important;}\"][vc_icon icon_fontawesome=\"fa fa-umbrella\" color=\"custom\" align=\"center\" css=\".vc_custom_1461828211380{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_custom_heading text=\"Well Trained Professionals\" font_container=\"tag:h5|font_size:18px|text_align:center\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"aligncenter\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam quis placerat urna. Nulla nulla diam, adipiscing non ornare non, commodo[/vc_column_text][vc_btn title=\"KNOW MORE\" style=\"outline\" shape=\"square\" color=\"white\" align=\"center\" el_class=\"float-none\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row gap=\"30\"][vc_column width=\"1/3\" css=\".vc_custom_1461826875666{padding-top: 30px !important;padding-bottom: 10px !important;}\" el_class=\"dt-sc-colored-box\"][vc_custom_heading text=\"Well Trained Professionals\" font_container=\"tag:h5|font_size:18px|text_align:center\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"aligncenter\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam quis placerat urna. Nulla nulla diam, adipiscing non ornare non, commodo[/vc_column_text][vc_btn title=\"KNOW MORE\" style=\"outline\" shape=\"square\" color=\"white\" align=\"center\" el_class=\"float-none\"][/vc_column][vc_column width=\"1/3\" el_class=\"dt-sc-colored-box\" css=\".vc_custom_1461826881821{padding-top: 30px !important;padding-bottom: 10px !important;}\"][vc_custom_heading text=\"Well Trained Professionals\" font_container=\"tag:h5|font_size:18px|text_align:center\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"aligncenter\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam quis placerat urna. Nulla nulla diam, adipiscing non ornare non, commodo[/vc_column_text][vc_btn title=\"KNOW MORE\" style=\"outline\" shape=\"square\" color=\"white\" align=\"center\" el_class=\"float-none\"][/vc_column][vc_column width=\"1/3\" el_class=\"dt-sc-colored-box\" css=\".vc_custom_1461826890805{padding-top: 30px !important;padding-bottom: 10px !important;}\"][vc_custom_heading text=\"Well Trained Professionals\" font_container=\"tag:h5|font_size:18px|text_align:center\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"aligncenter\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam quis placerat urna. Nulla nulla diam, adipiscing non ornare non, commodo[/vc_column_text][vc_btn title=\"KNOW MORE\" style=\"outline\" shape=\"square\" color=\"white\" align=\"center\" el_class=\"float-none\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"30px\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"TITLED BOXES\" font_container=\"tag:h3|font_size:30|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1461068296455{margin-bottom: 50px !important;}\"][/vc_column][/vc_row][vc_row gap=\"30\"][vc_column width=\"1/2\" el_class=\"dt-sc-titled-box blue\" css=\".vc_custom_1459504153997{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_custom_heading text=\"Blue Titled Box\" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1460093993071{margin-bottom: 0px !important;padding-left: 40px !important;background-color: #3498db !important;}\"][vc_column_text css=\".vc_custom_1459503685982{margin-top: 0px !important;margin-bottom: 0px !important;}\" el_class=\"dt-sc-titled-box-content\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi hendrerit elit turpis, a porttitor tellus sollicitudin at. Class aptent taciti sociosqu ad litora torquent per conubia nostra per inceptos himenaeos.,[/vc_column_text][/vc_column][vc_column width=\"1/2\" el_class=\"dt-sc-titled-box orange\" css=\".vc_custom_1459504158954{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_custom_heading text=\"Orange Titled Box\" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1459504575863{margin-bottom: 0px !im\nportant;padding-left: 40px !important;}\"][vc_column_text css=\".vc_custom_1459503685982{margin-top: 0px !important;margin-bottom: 0px !important;}\" el_class=\"dt-sc-titled-box-content\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi hendrerit elit turpis, a porttitor tellus sollicitudin at. Class aptent taciti sociosqu ad litora torquent per conubia nostra per inceptos himenaeos.,[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"30\"][vc_column width=\"1/2\" el_class=\"dt-sc-titled-box burntsienna\" css=\".vc_custom_1459504769615{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_custom_heading text=\"Burntsienna Titled Box\" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1459506397571{margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1459503685982{margin-top: 0px !important;margin-bottom: 0px !important;}\" el_class=\"dt-sc-titled-box-content\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi hendrerit elit turpis, a porttitor tellus sollicitudin at. Class aptent taciti sociosqu ad litora torquent per conubia nostra per inceptos himenaeos.,[/vc_column_text][/vc_column][vc_column width=\"1/2\" el_class=\"dt-sc-titled-box green\" css=\".vc_custom_1459504657624{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_custom_heading text=\"Green Titled Box\" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1459506403466{margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1459503685982{margin-top: 0px !important;margin-bottom: 0px !important;}\" el_class=\"dt-sc-titled-box-content\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi hendrerit elit turpis, a porttitor tellus sollicitudin at. Class aptent taciti sociosqu ad litora torquent per conubia nostra per inceptos himenaeos.,[/vc_column_text][/vc_column][/vc_row]','Colored Boxes','','publish','closed','closed','','colored-boxes','','','2016-04-19 12:18:21','2016-04-19 12:18:21','',3462,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3714',0,'page','',0),(3717,1,'2016-04-19 12:25:37','2016-04-19 12:25:37','[vc_row][vc_column][vc_custom_heading text=\"Type 1\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461829033257{margin-bottom: 30px !important;}\"][/vc_column][/vc_row][vc_row gap=\"30\"][vc_column width=\"1/2\"][vc_column_text]\n<blockquote class=\"type3\"><q>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do ex fb aute in esse eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex eafb aute in cd commodo consequat.</q></blockquote>\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<blockquote class=\"type3\"><q>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do ex fb aute in esse eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex eafb aute in cd commodo consequat.</q></blockquote>\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"30\"][vc_column width=\"1/2\"][vc_column_text]\n<blockquote class=\"type2\"><q>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do ex fb aute in esse eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex eafb aute in cd commodo consequat.</q></blockquote>\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<blockquote class=\"type2\"><q>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do ex fb aute in esse eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex eafb aute in cd commodo consequat.</q></blockquote>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"30px\"][vc_custom_heading text=\"PULLQUOTE\" font_container=\"tag:h2|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1461829339832{margin-bottom: 30px !important;}\"][vc_custom_heading text=\"Type 1\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461830014512{margin-bottom: 30px !important;}\"][/vc_column][/vc_row][vc_row gap=\"30\"][vc_column][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam id augue vitae odio accumsan condimentum id in urna. Integer sit amet felis sit amet magna dignissim pharetra ut eget orci. Etiam dictum, nunc id feugiat cursus, nulla orci pretium nisl, eget lacinia felis enim et libero. Nulla vestibulum sem a est tempus sed fringilla lorem sagittis. Phasellus mi orci, fermentum.<span class=\"dt-sc-pullquote2 alignright\"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac luctus ligula. Phasellus a ligula blandit </span> Aonsectetur adipiscing elit.[/vc_column_text][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam id augue vitae odio accumsan condimentum id in urna. Integer sit amet felis sit amet magna dignissim pharetra ut eget orci. Etiam dictum, nunc id feugiat cursus, nulla orci pretium nisl, eget lacinia felis enim et libero.<span class=\"dt-sc-pullquote2 alignleft\"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac luctus ligula. Phasellus a ligula blandit </span> Aonsectetur adipiscing.[/vc_column_text][vc_column_text]Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus.[/vc_column_text][vc_column_text]Nam sit amet sem. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam id augue vitae odio accumsan condimentum id in urna. Integer sit amet felis sit amet magna dignissim pharetra ut eget orci. Etiam dictum, nunc id feugiat cursus, nulla orci pretium nisl, eget lacinia felis enim et libero.[/vc_column_text][vc_column_text]<span class=\"dt-sc-pullquote2 aligncenter\"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac luctus ligula. Phasellus a ligula blandit </span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"30px\"][vc_custom_heading text=\"Type 2\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461829042231{margin-bottom: 30px !important;}\"][/vc_column][/vc_row][vc_row gap=\"30\"][vc_column][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam id augue vitae odio accumsan condimentum id in urna. Integer sit amet felis sit amet magna dignissim pharetra ut eget orci. Etiam dictum, nunc id feugiat cursus, nulla orci pretium nisl, eget lacinia felis enim et libero. Nulla vestibulum sem a est tempus sed fringilla lorem sagittis. Phasellus mi orci, fermentum.<span class=\"dt-sc-pullquote3 alignright\"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac luctus ligula. Phasellus a ligula blandit </span> Aonsectetur adipiscing elit.[/vc_column_text][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam id augue vitae odio accumsan condimentum id in urna. Integer sit amet felis sit amet magna dignissim pharetra ut eget orci. Etiam dictum, nunc id feugiat cursus, nulla orci pretium nisl, eget lacinia felis enim et libero.<span class=\"dt-sc-pullquote3 alignleft\"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac luctus ligula. Phasellus a ligula blandit </span> Aonsectetur adipiscing.[/vc_column_text][vc_column_text]Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus.[/vc_column_text][vc_column_text]Nam sit amet sem. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam id augue vitae odio accumsan condimentum id in urna. Integer sit amet felis sit amet magna dignissim pharetra ut eget orci. Etiam dictum, nunc id feugiat cursus, nulla orci pretium nisl, eget lacinia felis enim et libero.[/vc_column_text][vc_column_text]<span class=\"dt-sc-pullquote3 aligncenter\"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac luctus ligula. Phasellus a ligula blandit </span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"30px\"][vc_custom_heading text=\"Type 3\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461829052991{margin-bottom: 30px !important;}\"][/vc_column][/vc_row][vc_row gap=\"30\"][vc_column][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam id augue vitae odio accumsan condimentum id in urna. Integer sit amet felis sit amet magna dignissim pharetra ut eget orci. Etiam dictum, nunc id feugiat cursus, nulla orci pretium nisl, eget lacinia felis enim et libero. Nulla vestibulum sem a est tempus sed fringilla lorem sagittis. Phasellus mi orci, fermentum.<span class=\"dt-sc-pullquote4 alignright\"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac luctus ligula. Phasellus a ligula blandit </span> Aonsectetur adipiscing elit.[/vc_column_text][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam id augue vitae odio accumsan condimentum id in urna. Integer sit amet felis sit amet magna dignissim pharetra ut eget orci. Etiam dictum, nunc id feugiat cursus, nulla orci pretium nisl, eget lacinia felis enim et libero.<span class=\"dt-sc-pullquote4 alignleft\"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac luctus ligula. Phasellus a ligula blandit </span> Aonsectetur adipiscing.[/vc_column_text][vc_column_text]Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus.[/vc_column_text][vc_column_text]Nam sit amet sem. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam id augue vitae odio accumsan condimentum id in urna. Integer sit amet felis sit amet magna dignissim pharetra ut eget orci. Etiam dictum, nunc id feugiat cursus, nulla orci pretium nisl, eget lacinia felis enim et libero.[/vc_column_text][vc_column_text]<span class=\"dt-sc-pullquote4 aligncenter\"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac luctus ligula. Phasellus a ligula blandit </span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"30px\"][vc_custom_heading text=\"Type 4\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461829064049{margin-bottom: 30px !important;}\"][/vc_column][/vc_row][vc_row gap=\"30\"][vc_column][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam id augue vitae odio accumsan condimentum id in urna. Integer sit amet felis sit amet magna dignissim pharetra ut eget orci. Etiam dictum, nunc id feugiat cursus, nulla orci pretium nisl, eget lacinia felis enim et libero. Nulla vestibulum sem a est tempus sed fringilla lorem sagittis. Phasellus mi orci, fermentum.<span class=\"dt-sc-pullquote5 alignright\"> Lorem ipsum dolor sit amet, c\nonsectetur adipiscing elit. Vivamus ac luctus ligula. Phasellus a ligula blandit </span> Aonsectetur adipiscing elit.[/vc_column_text][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam id augue vitae odio accumsan condimentum id in urna. Integer sit amet felis sit amet magna dignissim pharetra ut eget orci. Etiam dictum, nunc id feugiat cursus, nulla orci pretium nisl, eget lacinia felis enim et libero.<span class=\"dt-sc-pullquote5 alignleft\"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac luctus ligula. Phasellus a ligula blandit </span> Aonsectetur adipiscing.[/vc_column_text][vc_column_text]Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus.[/vc_column_text][vc_column_text]Nam sit amet sem. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam id augue vitae odio accumsan condimentum id in urna. Integer sit amet felis sit amet magna dignissim pharetra ut eget orci. Etiam dictum, nunc id feugiat cursus, nulla orci pretium nisl, eget lacinia felis enim et libero.[/vc_column_text][vc_column_text]<span class=\"dt-sc-pullquote5 aligncenter\"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac luctus ligula. Phasellus a ligula blandit </span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"30px\"][vc_custom_heading text=\"Type 5\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1461829072948{margin-bottom: 30px !important;}\"][/vc_column][/vc_row][vc_row gap=\"30\"][vc_column][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam id augue vitae odio accumsan condimentum id in urna. Integer sit amet felis sit amet magna dignissim pharetra ut eget orci. Etiam dictum, nunc id feugiat cursus, nulla orci pretium nisl, eget lacinia felis enim et libero. Nulla vestibulum sem a est tempus sed fringilla lorem sagittis. Phasellus mi orci, fermentum.<span class=\"dt-sc-pullquote6 alignright\"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac luctus ligula. Phasellus a ligula blandit </span> Aonsectetur adipiscing elit.[/vc_column_text][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam id augue vitae odio accumsan condimentum id in urna. Integer sit amet felis sit amet magna dignissim pharetra ut eget orci. Etiam dictum, nunc id feugiat cursus, nulla orci pretium nisl, eget lacinia felis enim et libero.<span class=\"dt-sc-pullquote6 alignleft\"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac luctus ligula. Phasellus a ligula blandit </span> Aonsectetur adipiscing.[/vc_column_text][vc_column_text]Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus.[/vc_column_text][vc_column_text]Nam sit amet sem. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam id augue vitae odio accumsan condimentum id in urna. Integer sit amet felis sit amet magna dignissim pharetra ut eget orci. Etiam dictum, nunc id feugiat cursus, nulla orci pretium nisl, eget lacinia felis enim et libero.[/vc_column_text][vc_column_text]<span class=\"dt-sc-pullquote6 aligncenter\"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac luctus ligula. Phasellus a ligula blandit </span>[/vc_column_text][/vc_column][/vc_row]','Blockquotes','','publish','closed','closed','','blockquotes','','','2016-04-19 12:25:37','2016-04-19 12:25:37','',3462,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3717',0,'page','',0),(3723,1,'2016-04-19 12:49:37','2016-04-19 12:49:37','[vc_row css=\".vc_custom_1461070259360{margin-bottom: 50px !important;}\"][vc_column][vc_raw_html]JTNDdGFibGUlM0UlMEElM0N0aGVhZCUzRSUwQSUzQ3RyJTNFJTBBJTNDdGglM0VIZWFkZXIxJTNDJTJGdGglM0UlMEElM0N0aCUzRUhlYWRlcjIlM0MlMkZ0aCUzRSUwQSUzQ3RoJTNFSGVhZGVyMyUzQyUyRnRoJTNFJTBBJTNDdGglM0VIZWFkZXI0JTNDJTJGdGglM0UlMEElM0N0aCUzRUhlYWRlcjUlM0MlMkZ0aCUzRSUwQSUzQyUyRnRyJTNFJTBBJTNDJTJGdGhlYWQlM0UlMEElM0N0Ym9keSUzRSUwQSUzQ3RyJTNFJTBBJTNDdGQlM0VEaXZpc2lvbjElM0MlMkZ0ZCUzRSUwQSUzQ3RkJTNFRGl2aXNpb24yJTNDJTJGdGQlM0UlMEElM0N0ZCUzRURpdmlzaW9uMyUzQyUyRnRkJTNFJTBBJTNDdGQlM0VEaXZpc2lvbjQlM0MlMkZ0ZCUzRSUwQSUzQ3RkJTNFRGl2aXNpb241JTNDJTJGdGQlM0UlMEElM0MlMkZ0ciUzRSUwQSUzQ3RyJTNFJTBBJTNDdGQlM0VEaXZpc2lvbjElM0MlMkZ0ZCUzRSUwQSUzQ3RkJTNFRGl2aXNpb24yJTNDJTJGdGQlM0UlMEElM0N0ZCUzRURpdmlzaW9uMyUzQyUyRnRkJTNFJTBBJTNDdGQlM0VEaXZpc2lvbjQlM0MlMkZ0ZCUzRSUwQSUzQ3RkJTNFRGl2aXNpb241JTNDJTJGdGQlM0UlMEElM0MlMkZ0ciUzRSUwQSUzQ3RyJTNFJTBBJTNDdGQlM0VEaXZpc2lvbjElM0MlMkZ0ZCUzRSUwQSUzQ3RkJTNFRGl2aXNpb24yJTNDJTJGdGQlM0UlMEElM0N0ZCUzRURpdmlzaW9uMyUzQyUyRnRkJTNFJTBBJTNDdGQlM0VEaXZpc2lvbjQlM0MlMkZ0ZCUzRSUwQSUzQ3RkJTNFRGl2aXNpb241JTNDJTJGdGQlM0UlMEElM0MlMkZ0ciUzRSUwQSUzQ3RyJTNFJTBBJTNDdGQlM0VEaXZpc2lvbjElM0MlMkZ0ZCUzRSUwQSUzQ3RkJTNFRGl2aXNpb24yJTNDJTJGdGQlM0UlMEElM0N0ZCUzRURpdmlzaW9uMyUzQyUyRnRkJTNFJTBBJTNDdGQlM0VEaXZpc2lvbjQlM0MlMkZ0ZCUzRSUwQSUzQ3RkJTNFRGl2aXNpb241JTNDJTJGdGQlM0UlMEElM0MlMkZ0ciUzRSUwQSUzQyUyRnRib2R5JTNFJTBBJTNDJTJGdGFibGUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1461070264768{margin-bottom: 50px !important;}\"][vc_column][vc_raw_html]JTNDdGFibGUlM0UlMEElM0N0aGVhZCUzRSUwQSUzQ3RyJTNFJTBBJTNDdGglM0VIZWFkZXIxJTNDJTJGdGglM0UlMEElM0N0aCUzRUhlYWRlcjIlM0MlMkZ0aCUzRSUwQSUzQ3RoJTNFSGVhZGVyMyUzQyUyRnRoJTNFJTBBJTNDdGglM0VIZWFkZXI0JTNDJTJGdGglM0UlMEElM0MlMkZ0ciUzRSUwQSUzQyUyRnRoZWFkJTNFJTBBJTNDdGJvZHklM0UlMEElM0N0ciUzRSUwQSUzQ3RkJTNFRGl2aXNpb24xJTNDJTJGdGQlM0UlMEElM0N0ZCUzRURpdmlzaW9uMiUzQyUyRnRkJTNFJTBBJTNDdGQlM0VEaXZpc2lvbjMlM0MlMkZ0ZCUzRSUwQSUzQ3RkJTNFRGl2aXNpb240JTNDJTJGdGQlM0UlMEElM0MlMkZ0ciUzRSUwQSUzQ3RyJTNFJTBBJTNDdGQlM0VEaXZpc2lvbjElM0MlMkZ0ZCUzRSUwQSUzQ3RkJTNFRGl2aXNpb24yJTNDJTJGdGQlM0UlMEElM0N0ZCUzRURpdmlzaW9uMyUzQyUyRnRkJTNFJTBBJTNDdGQlM0VEaXZpc2lvbjQlM0MlMkZ0ZCUzRSUwQSUzQyUyRnRyJTNFJTBBJTNDdHIlM0UlMEElM0N0ZCUzRURpdmlzaW9uMSUzQyUyRnRkJTNFJTBBJTNDdGQlM0VEaXZpc2lvbjIlM0MlMkZ0ZCUzRSUwQSUzQ3RkJTNFRGl2aXNpb24zJTNDJTJGdGQlM0UlMEElM0N0ZCUzRURpdmlzaW9uNCUzQyUyRnRkJTNFJTBBJTNDJTJGdHIlM0UlMEElM0N0ciUzRSUwQSUzQ3RkJTNFRGl2aXNpb24xJTNDJTJGdGQlM0UlMEElM0N0ZCUzRURpdmlzaW9uMiUzQyUyRnRkJTNFJTBBJTNDdGQlM0VEaXZpc2lvbjMlM0MlMkZ0ZCUzRSUwQSUzQ3RkJTNFRGl2aXNpb240JTNDJTJGdGQlM0UlMEElM0MlMkZ0ciUzRSUwQSUzQyUyRnRib2R5JTNFJTBBJTNDJTJGdGFibGUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1461070269994{margin-bottom: 50px !important;}\"][vc_column][vc_raw_html]JTNDdGFibGUlM0UlMEElM0N0aGVhZCUzRSUwQSUzQ3RyJTNFJTBBJTNDdGglM0UlM0NiJTNFJTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1jaGVjayUyMiUzRSUzQyUyRmklM0UlMjBIZWFkZXIxJTNDJTJGYiUzRSUzQyUyRnRoJTNFJTBBJTNDdGglM0UlM0NiJTNFJTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1kb3QtY2lyY2xlLW8lMjIlM0UlM0MlMkZpJTNFJTIwSGVhZGVyMiUzQyUyRmIlM0UlM0MlMkZ0aCUzRSUwQSUzQ3RoJTNFJTNDYiUzRSUzQ2klMjBjbGFzcyUzRCUyMmZhJTIwZmEtZWRpdCUyMiUzRSUzQyUyRmklM0UlMjBIZWFkZXIzJTNDJTJGYiUzRSUzQyUyRnRoJTNFJTBBJTNDdGglM0UlM0NiJTNFJTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1mb2xkZXItb3Blbi1vJTIyJTNFJTNDJTJGaSUzRSUyMEhlYWRlcjQlM0MlMkZiJTNFJTNDJTJGdGglM0UlMEElM0MlMkZ0ciUzRSUwQSUzQyUyRnRoZWFkJTNFJTBBJTNDdGJvZHklM0UlMEElM0N0ciUzRSUwQSUzQ3RkJTNFJTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1jaGVjayUyMiUzRSUzQyUyRmklM0UlMjBEaXZpc2lvbjElM0MlMkZ0ZCUzRSUwQSUzQ3RkJTNFJTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1kb3QtY2lyY2xlLW8lMjIlM0UlM0MlMkZpJTNFJTIwRGl2aXNpb24yJTNDJTJGdGQlM0UlMEElM0N0ZCUzRSUzQ2klMjBjbGFzcyUzRCUyMmZhJTIwZmEtZWRpdCUyMiUzRSUzQyUyRmklM0UlMjBEaXZpc2lvbjMlM0MlMkZ0ZCUzRSUwQSUzQ3RkJTNFJTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1mb2xkZXItb3Blbi1vJTIyJTNFJTNDJTJGaSUzRSUyMERpdmlzaW9uNCUzQyUyRnRkJTNFJTBBJTNDJTJGdHIlM0UlMEElM0N0ciUyMGNsYXNzJTNEJTIyYWx0ZXJuYXRlJTIyJTNFJTBBJTNDdGQlM0UlM0NpJTIwY2xhc3MlM0QlMjJmYSUyMGZhLWNoZWNrJTIyJTNFJTNDJTJGaSUzRSUyMERpdmlzaW9uMSUzQyUyRnRkJTNFJTBBJTNDdGQlM0UlM0NpJTIwY2xhc3MlM0QlMjJmYSUyMGZhLWRvdC1jaXJjbGUtbyUyMiUzRSUzQyUyRmklM0UlMjBEaXZpc2lvbjIlM0MlMkZ0ZCUzRSUwQSUzQ3RkJTNFJTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1lZGl0JTIyJTNFJTNDJTJGaSUzRSUyMERpdmlzaW9uMyUzQyUyRnRkJTNFJTBBJTNDdGQlM0UlM0NpJTIwY2xhc3MlM0QlMjJmYSUyMGZhLWZvbGRlci1vcGVuLW8lMjIlM0UlM0MlMkZpJTNFJTIwRGl2aXNpb240JTNDJTJGdGQlM0UlMEElM0MlMkZ0ciUzRSUwQSUzQ3RyJTNFJTBBJTNDdGQlM0UlM0NpJTIwY2xhc3MlM0QlMjJmYSUyMGZhLWNoZWNrJTIyJTNFJTNDJTJGaSUzRSUyMERpdmlzaW9uMSUzQyUyRnRkJTNFJTBBJTNDdGQlM0UlM0NpJTIwY2xhc3MlM0QlMjJmYSUyMGZhLWRvdC1jaXJjbGUtbyUyMiUzRSUzQyUyRmklM0UlMjBEaXZpc2lvbjIlM0MlMkZ0ZCUzRSUwQSUzQ3RkJTNFJTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1lZGl0JTIyJTNFJTNDJTJGaSUzRSUyMERpdmlzaW9uMyUzQyUyRnRkJTNFJTBBJTNDdGQlM0UlM0NpJTIwY2xhc3MlM0QlMjJmYSUyMGZhLWZvbGRlci1vcGVuLW8lMjIlM0UlM0MlMkZpJTNFJTIwRGl2aXNpb240JTNDJTJGdGQlM0UlMEElM0MlMkZ0ciUzRSUwQSUzQ3RyJTIwY2xhc3MlM0QlMjJhbHRlcm5hdGUlMjIlM0UlMEElM0N0ZCUzRSUzQ2klMjBjbGFzcyUzRCUyMmZhJTIwZmEtY2hlY2slMjIlM0UlM0MlMkZpJTNFJTIwRGl2aXNpb24xJTNDJTJGdGQlM0UlMEElM0N0ZCUzRSUzQ2klMjBjbGFzcyUzRCUyMmZhJTIwZmEtZG90LWNpcmNsZS1vJTIyJTNFJTNDJTJGaSUzRSUyMERpdmlzaW9uMiUzQyUyRnRkJTNFJTBBJTNDdGQlM0UlM0NpJTIwY2xhc3MlM0QlMjJmYSUyMGZhLWVkaXQlMjIlM0UlM0MlMkZpJTNFJTIwRGl2aXNpb24zJTNDJTJGdGQlM0UlMEElM0N0ZCUzRSUzQ2klMjBjbGFzcyUzRCUyMmZhJTIwZmEtZm9sZGVyLW9wZW4tbyUyMiUzRSUzQyUyRmklM0UlMjBEaXZpc2lvbjQlM0MlMkZ0ZCUzRSUwQSUzQyUyRnRyJTNFJTBBJTNDJTJGdGJvZHklM0UlMEElM0MlMkZ0YWJsZSUzRQ==[/vc_raw_html][/vc_column][/vc_row]','Tables','','publish','closed','closed','','tables','','','2016-04-19 12:49:37','2016-04-19 12:49:37','',3462,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3723',0,'page','',0),(3727,1,'2016-04-20 03:47:05','2016-04-20 03:47:05','[vc_row][vc_column][vc_images_carousel images=\"62,63,61,60,58,59\" img_size=\"full\" onclick=\"link_no\" slides_per_view=\"5\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\" wrap=\"yes\" el_class=\"aligncenter\" css=\".vc_custom_1461127050980{margin-bottom: 50px !important;}\"][vc_images_carousel images=\"62,63,61,60,58,59,3754,3755,3756,3757,3758,3759\" img_size=\"full\" onclick=\"link_no\" slides_per_view=\"5\" autoplay=\"yes\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\" wrap=\"yes\" el_class=\"aligncenter\" css=\".vc_custom_1461127080165{margin-bottom: 50px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1461127087857{margin-bottom: 50px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1459938930647{background-color: #cebb2f !important;}\"][vc_single_image image=\"3745\" alignment=\"center\"][/vc_column][vc_column width=\"1/4\" css=\".vc_custom_1459942199050{background-color: #56990f !important;}\"][vc_single_image image=\"3744\" alignment=\"center\"][/vc_column][vc_column width=\"1/4\" css=\".vc_custom_1459942212619{background-color: #821865 !important;}\"][vc_single_image image=\"3743\" alignment=\"center\"][/vc_column][vc_column width=\"1/4\" css=\".vc_custom_1459942269448{background-color: #1b843e !important;}\"][vc_single_image image=\"3742\" alignment=\"center\"][/vc_column][/vc_row][vc_row gap=\"30\" css=\".vc_custom_1461127093125{margin-bottom: 50px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1459938930647{background-color: #cebb2f !important;}\"][vc_single_image image=\"3745\" alignment=\"center\"][/vc_column][vc_column width=\"1/4\" css=\".vc_custom_1459942199050{background-color: #56990f !important;}\"][vc_single_image image=\"3744\" alignment=\"center\"][/vc_column][vc_column width=\"1/4\" css=\".vc_custom_1459942212619{background-color: #821865 !important;}\"][vc_single_image image=\"3743\" alignment=\"center\"][/vc_column][vc_column width=\"1/4\" css=\".vc_custom_1459942269448{background-color: #1b843e !important;}\"][vc_single_image image=\"3742\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461127101935{margin-bottom: 50px !important;background-color: #f6f6f6 !important;}\"][vc_column][vc_images_carousel images=\"62,63,61,60,58,59,3759,3758,3757,3754,3756,3755\" img_size=\"full\" onclick=\"link_no\" slides_per_view=\"5\" autoplay=\"yes\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\" wrap=\"yes\" el_class=\"aligncenter\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1461127109666{margin-bottom: 50px !important;background-color: #f6f6f6 !important;}\"][vc_column][vc_images_carousel images=\"62,63,61,60,58,59,3759,3758,3757,3754,3755,3756\" img_size=\"full\" onclick=\"link_no\" slides_per_view=\"5\" autoplay=\"yes\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\" wrap=\"yes\" el_class=\"aligncenter\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1461127117628{margin-bottom: 50px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1461127203561{margin-bottom: 0px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1459943284704{border-right-width: 1px !important;border-bottom-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}\"][vc_single_image image=\"63\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1459943737680{border-right-width: 1px !important;border-bottom-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}\"][vc_single_image image=\"61\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1459943742873{border-right-width: 1px !important;border-bottom-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}\"][vc_single_image image=\"59\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1459944310259{border-bottom-width: 1px !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}\"][vc_single_image image=\"60\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1459943192119{margin-bottom: 0px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1459943297060{border-right-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;}\"][vc_single_image image=\"63\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1459943696568{border-right-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;}\"][vc_single_image image=\"61\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1459944245436{border-right-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;}\"][vc_single_image image=\"59\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1459945702747{padding-top: 35px !important;}\"][vc_single_image image=\"60\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1459944656616{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;background-color: rgba(249,249,249,0.8) !important;*background-color: rgb(249,249,249) !important;}\"][vc_column css=\".vc_custom_1459944858241{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_row_inner css=\".vc_custom_1461127196571{margin-bottom: 0px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1459943284704{border-right-width: 1px !important;border-bottom-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}\"][vc_single_image image=\"63\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1459943737680{border-right-width: 1px !important;border-bottom-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}\"][vc_single_image image=\"62\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1459943742873{border-right-width: 1px !important;border-bottom-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}\"][vc_single_image image=\"60\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1459944310259{border-bottom-width: 1px !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}\"][vc_single_image image=\"61\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1459945395133{margin-bottom: 0px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1459943297060{border-right-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;}\"][vc_single_image image=\"60\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1459943696568{border-right-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;}\"][vc_single_image image=\"63\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1459944245436{border-right-width: 1px !important;border-right-color: #eaeaea !important;border-right-style: solid !important;}\"][vc_single_image image=\"61\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1459945709514{padding-top: 35px !important;}\"][vc_single_image image=\"59\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Client Logos','','publish','closed','closed','','client-logos','','','2016-04-20 03:47:05','2016-04-20 03:47:05','',3462,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3727',0,'page','',0),(3739,1,'2016-04-20 04:15:37','2016-04-20 04:15:37','[recent_products per_page=\"8\" columns=\"2\" orderby=\"date\" order=\"asc\"]','II Column','','publish','closed','closed','','ii-column','','','2016-04-20 04:15:37','2016-04-20 04:15:37','',3312,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3739',0,'page','',0),(3747,1,'2016-04-20 04:16:21','2016-04-20 04:16:21','[recent_products per_page=\"8\" columns=\"2\" orderby=\"date\" order=\"asc\"]','Left Sidebar','','publish','closed','closed','','left-sidebar','','','2016-04-20 04:16:21','2016-04-20 04:16:21','',3739,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3747',0,'page','',0),(3750,1,'2016-04-20 04:17:07','2016-04-20 04:17:07','[recent_products per_page=\"8\" columns=\"2\" orderby=\"date\" order=\"asc\"]','Right Sidebar','','publish','closed','closed','','right-sidebar','','','2016-04-20 04:17:07','2016-04-20 04:17:07','',3739,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3750',0,'page','',0),(3752,1,'2016-04-20 04:17:50','2016-04-20 04:17:50','[recent_products per_page=\"12\" columns=\"3\" orderby=\"date\" order=\"asc\"]','III Column','','publish','closed','closed','','iii-column','','','2016-04-20 04:17:50','2016-04-20 04:17:50','',3312,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3752',0,'page','',0),(3767,1,'2016-04-20 04:41:52','2016-04-20 04:41:52','','Left Sidebar','','publish','closed','closed','','left-sidebar','','','2016-04-20 04:41:52','2016-04-20 04:41:52','',3752,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3767',0,'page','',0),(3769,1,'2016-04-20 04:42:35','2016-04-20 04:42:35','[recent_products per_page=\"12\" columns=\"3\" orderby=\"date\" order=\"asc\"]','Right Sidebar','','publish','closed','closed','','right-sidebar','','','2016-04-20 04:42:35','2016-04-20 04:42:35','',3752,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3769',0,'page','',0),(3771,1,'2016-04-20 04:44:27','2016-04-20 04:44:27','[recent_products per_page=\"16\" columns=\"4\" orderby=\"date\" order=\"asc\"]','IV Column','','publish','closed','closed','','iv-column','','','2016-04-20 04:44:27','2016-04-20 04:44:27','',3312,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3771',0,'page','',0),(3774,1,'2016-04-20 04:45:00','2016-04-20 04:45:00','[recent_products per_page=\"16\" columns=\"4\" orderby=\"date\" order=\"asc\"]','Left Sidebar','','publish','closed','closed','','left-sidebar','','','2016-04-20 04:45:00','2016-04-20 04:45:00','',3771,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3774',0,'page','',0),(3776,1,'2016-04-20 04:45:50','2016-04-20 04:45:50','[recent_products per_page=\"16\" columns=\"4\" orderby=\"date\" order=\"asc\"]','Right Sidebar','','publish','closed','closed','','right-sidebar','','','2016-04-20 04:45:50','2016-04-20 04:45:50','',3771,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3776',0,'page','',0),(3778,1,'2016-04-20 04:50:21','2016-04-20 04:50:21','[vc_row css=\".vc_custom_1460973526570{margin-bottom: 30px !important;}\"][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Product By ID/SKU\" font_container=\"tag:h3|font_size:30|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_empty_space height=\"50px\"][featured_products per_page=\"4\" columns=\"4\" orderby=\"\" order=\"\"][/vc_column][/vc_row]','Product By ID/SKU','','publish','closed','closed','','product-by-idsku','','','2016-04-20 04:50:21','2016-04-20 04:50:21','',3312,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3778',0,'page','',0),(3780,1,'2016-04-20 04:53:49','2016-04-20 04:53:49','[vc_row css=\".vc_custom_1460973526570{margin-bottom: 30px !important;}\"][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Featured Products\" font_container=\"tag:h3|font_size:30|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_empty_space height=\"50px\"][vc_column_text][featured_products per_page=\"4\" columns=\"4\"][/vc_column_text][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_column_text][featured_products per_page=\"3\" columns=\"3\"][/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"40px\"][vc_column_text]\n\nUt laoreet tincidunt nisl, at egestas mauris faucibus ac. Nam nunc ipsum, malesuada ut nulla in, aliquam aliquet orci. Etiam commodo mi vitae elementum consequat. Proin pretium ut lectus nec condimentum. Praesent pharetra fermentum mattis. Vestibulum vulputate cursus sollicitudin.\n\nDonec efficitur tincidunt urna, a aliquam ante finibus quis. Sed lobortis ut mauris malesuada volutpat. Cras ac augue et sem bibendum volutpat. Etiam vulputate diam non placerat viverra. Nullam faucibus nec lorem eget accumsan. Phasellus odio libero, ultrices vel quam ac, eleifend finibus ipsum.\n\n[/vc_column_text][/vc_column][/vc_row]','Featured Products','','publish','closed','closed','','featured-products','','','2016-04-20 04:53:49','2016-04-20 04:53:49','',3312,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3780',0,'page','',0),(3792,1,'2016-04-20 05:06:54','2016-04-20 05:06:54','[vc_row css=\".vc_custom_1460973526570{margin-bottom: 30px !important;}\"][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Product Categories\" font_container=\"tag:h3|font_size:30|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_empty_space height=\"50px\"][product_categories orderby=\"\" order=\"\" columns=\"4\" number=\"4\" ids=\"\"][/vc_column][/vc_row]','Product Categories','','publish','closed','closed','','product-categories','','','2016-04-20 05:06:54','2016-04-20 05:06:54','',3312,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3792',0,'page','',0),(3795,1,'2016-04-20 05:08:52','2016-04-20 05:08:52','[vc_row css=\".vc_custom_1460973526570{margin-bottom: 30px !important;}\"][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Products By Category - Clothing\" font_container=\"tag:h3|font_size:30|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_empty_space height=\"50px\"][product_category per_page=\"4\" columns=\"4\" orderby=\"\" order=\"\" category=\"clothing\"][vc_empty_space height=\"50px\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Products By Category - Posters\" font_container=\"tag:h3|font_size:30|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\"][product_category per_page=\"4\" columns=\"4\" orderby=\"\" order=\"\" category=\"posters\"][/vc_column][/vc_row]','Products By Category','','publish','closed','closed','','products-by-category','','','2016-04-20 05:08:52','2016-04-20 05:08:52','',3312,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3795',0,'page','',0),(3800,1,'2016-04-20 05:14:04','2016-04-20 05:14:04','[vc_row css=\".vc_custom_1460973526570{margin-bottom: 30px !important;}\"][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Recent Products\" font_container=\"tag:h3|font_size:30|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_empty_space height=\"50px\"][recent_products per_page=\"4\" columns=\"4\" orderby=\"\" order=\"\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][recent_products per_page=\"3\" columns=\"3\" orderby=\"\" order=\"\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"40px\"][vc_column_text]\n\nUt laoreet tincidunt nisl, at egestas mauris faucibus ac. Nam nunc ipsum, malesuada ut nulla in, aliquam aliquet orci. Etiam commodo mi vitae elementum consequat. Proin pretium ut lectus nec condimentum. Praesent pharetra fermentum mattis. Vestibulum vulputate cursus sollicitudin.\n\nDonec efficitur tincidunt urna, a aliquam ante finibus quis. Sed lobortis ut mauris malesuada volutpat. Cras ac augue et sem bibendum volutpat. Etiam vulputate diam non placerat viverra. Nullam faucibus nec lorem eget accumsan. Phasellus odio libero, ultrices vel quam ac, eleifend finibus ipsum.\n\n[/vc_column_text][/vc_column][/vc_row]','Recent Products','','publish','closed','closed','','recent-products','','','2016-04-20 05:14:04','2016-04-20 05:14:04','',3312,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3800',0,'page','',0),(3807,1,'2016-04-20 05:23:21','2016-04-20 05:23:21','[vc_row][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Cart\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1485873452622{margin-top: -30px !important;}\"][vc_text_separator title=\" Larger and custom sizes are available upon request - please contact us for more information.\" css=\".vc_custom_1485823076158{margin-top: 10px !important;margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][woocommerce_cart][vc_empty_space height=\"30px\"][vc_text_separator title=\"Ordering Information\" css=\".vc_custom_1486929571283{margin-top: 10px !important;margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Shipping\" font_container=\"tag:h5|font_size:20px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text]\n<p style=\"text-align: center;\">From the time your order is approved it takes 5-7 business days for production and then 3-7 days for standard shipping. Our products only ship within the continental United States.</p>\n<p style=\"text-align: center;\">Shipping Rates: $15.95 per print / $5.95 per shirt</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"100% Satisfaction Guarantee\" font_container=\"tag:h5|font_size:20px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text]\n<p style=\"text-align: center;\">Our prints come ready-to-hang on a gallery-wrapped Giclee canvas and guaranteed to be the highest resolution made from top-quality materials on state-of-the-art printing equipment. Our t-shirts are manufactured with superb quality fabrics.</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Returns\" font_container=\"tag:h5|font_size:20px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text]\n<p style=\"text-align: center;\">To request a refund or report defective merchandise please contact us as soon as possible via phone or email. Include a note stating your name, item you are returning and any relevant information regarding your request.</p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"10px\"][vc_text_separator title=\"\" css=\".vc_custom_1486929490718{margin-top: 10px !important;margin-bottom: 10px !important;}\"][/vc_column][/vc_row]','Cart','','publish','closed','closed','','cart','','','2016-04-20 05:23:21','2016-04-20 05:23:21','',0,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3807',0,'page','',0),(3809,1,'2016-04-20 05:23:42','2016-04-20 05:23:42','[vc_row][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Checkout\" font_container=\"tag:h3|font_size:60px|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1485874355598{margin-top: -30px !important;}\"][vc_empty_space height=\"20px\"][woocommerce_checkout][/vc_column][/vc_row]','Checkout','','publish','closed','closed','','checkout','','','2016-04-20 05:23:42','2016-04-20 05:23:42','',0,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3809',0,'page','',0),(3811,1,'2016-04-20 05:24:07','2016-04-20 05:24:07','[woocommerce_pay]','Checkout → Pay','','publish','closed','closed','','order-pay','','','2016-04-20 05:24:07','2016-04-20 05:24:07','',3809,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3811',0,'page','',0),(3813,1,'2016-04-20 05:24:41','2016-04-20 05:24:41','[woocommerce_thankyou]','Order Received','','publish','closed','closed','','order-received','','','2016-04-20 05:24:41','2016-04-20 05:24:41','',3809,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3813',0,'page','',0),(3815,1,'2016-04-20 05:25:12','2016-04-20 05:25:12','[vc_row][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"My Account\" font_container=\"tag:h3|font_size:60px|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1485873676328{margin-top: -30px !important;}\"][woocommerce_my_account order_count=\"15\"][/vc_column][/vc_row]','My Account','','publish','closed','closed','','my-account','','','2016-04-20 05:25:12','2016-04-20 05:25:12','',0,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3815',0,'page','',0),(3817,1,'2016-04-20 05:25:39','2016-04-20 05:25:39','','Edit Account','','publish','closed','closed','','edit-account','','','2016-04-20 05:25:39','2016-04-20 05:25:39','',3815,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3817',0,'page','',0),(3819,1,'2016-04-20 05:26:02','2016-04-20 05:26:02','[woocommerce_edit_address]','Edit My Address','','publish','closed','closed','','edit-address','','','2016-04-20 05:26:02','2016-04-20 05:26:02','',3815,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3819',0,'page','',0),(3821,1,'2016-04-20 05:26:37','2016-04-20 05:26:37','','Logout','','publish','closed','closed','','customer-logout','','','2016-04-20 05:26:37','2016-04-20 05:26:37','',3815,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3821',0,'page','',0),(3823,1,'2016-04-20 05:27:18','2016-04-20 05:27:18','[woocommerce_lost_password]','Lost Password','','publish','closed','closed','','lost-password','','','2016-04-20 05:27:18','2016-04-20 05:27:18','',3815,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3823',0,'page','',0),(3825,1,'2016-04-20 05:27:48','2016-04-20 05:27:48','[woocommerce_view_order]','View Order','','publish','closed','closed','','view-order','','','2016-04-20 05:27:48','2016-04-20 05:27:48','',3815,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3825',0,'page','',0),(3875,1,'2016-04-20 06:26:02','2016-04-20 06:26:02','[vc_row el_class=\"aligncenter\"][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Coming Soon\" font_container=\"tag:h2|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_empty_space height=\"20px\"][vc_column_text]\n<p class=\"aligncenter\">Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Donec sed\ntellus eget ipsum sem lorem sapien fringilla nonummy.</p>\n[/vc_column_text][vc_empty_space height=\"20px\"][dt_sc_social_links socialicons_bgcolor=\"true\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" yahoo=\"#\" skype=\"#\" youtube=\"#\" flickr=\"#\"][/vc_column][/vc_row]','Coming Soon','','publish','closed','closed','','coming-soon','','','2016-04-20 06:26:02','2016-04-20 06:26:02','',0,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3875',0,'page','',0),(3894,1,'2016-04-21 04:35:51','2016-04-21 04:35:51','','Pages','','publish','closed','closed','','pages','','','2016-04-21 04:35:51','2016-04-21 04:35:51','',0,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3894',0,'page','',0),(3901,1,'2016-04-25 06:34:05','2016-04-25 06:34:05','[vc_row css=\".vc_custom_1484626786439{margin-top: -10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Biography\" font_container=\"tag:h3|font_size:60px|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1484872472605{margin-top: -20px !important;}\"][vc_empty_space height=\"40px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483694358647{margin-top: 10px !important;margin-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"5245\" img_size=\"540x575\" alignment=\"center\" css=\".vc_custom_1484871747477{margin-bottom: 0px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Dive It. Photograph It. Share It. Respect It. Raise Awareness.\" font_container=\"tag:h5|font_size:20px|text_align:left|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1486234227740{margin-top: 30px !important;margin-bottom: 35px !important;}\"][vc_column_text]\r\n<p class=\"biotext\">Deano is an artist, an avid scuba diver, an underwater photographer, and a realist. Born landlocked in Atlanta GA, his frequent trips to Florida\'s panhandle as a child began his early fascination with the sea.</p>\r\n<p class=\"biotext\">Deano\'s artistic talent has helped him slowly gain recognition, and experience invaluable opportunities. One of these amazing opportunities was assisting Wyland, America\'s leading marine life artist, in painting two of Wyland\'s famed Whaling Walls. This led to Wyland enlisting Deano to tattoo his entire left arm with Wyland\'s own incredible artwork. Through these experiences Deano gained a new sense of accomplishment and a renewed passion for the sea.</p>\r\n<p class=\"biotext\">Through his photography, Deano strives to capture the beauty he encounters in the underwater world. His photos then become reference for his paintings as he realistically recreates his subject matter on canvas.</p>\r\n<p class=\"biotext\">Deano is a man on a mission. He wants the people who view his artwork to see exactly what he sees, and to share his love and respect for the underwater world and all it\'s amazing creatures.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text css=\".vc_custom_1482948377264{margin-bottom: 20px !important;}\"]<strong>Deano Cook |</strong> Marine Life Painter, Photographer, & Tattooist[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_separator color=\"custom\" accent_color=\"#e5e5e5\" css=\".vc_custom_1461567667480{margin-top: 10px !important;}\"][/vc_column_inner][/vc_row_inner][dt_sc_icon_box link=\"url:https%3A%2F%2Fwww.instagram.com%2Fdeanocook%2F||target:%20_blank|\"][/dt_sc_icon_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1483694349349{margin-bottom: 90px !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" bg_type=\"bg_color\" bg_override=\"full\" parallax_content=\"parallax_content_value\" parallax_content_sense=\"30\" css=\".vc_custom_1485221164964{margin-bottom: 45px !important;margin-left: 30px !important;padding-top: 300px !important;padding-right: 0px !important;padding-bottom: 200px !important;padding-left: 0px !important;background-image: url(http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/NAQ_4015b.jpg?id=5265) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" bg_color_value=\"rgba(0,0,0,0.61)\" el_class=\"text-aligncenter\"][vc_column width=\"1/2\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Featured Press\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_tta_accordion color=\"black\" c_align=\"center\" c_icon=\"triangle\" active_section=\"\" collapsible_all=\"true\"][vc_tta_section title=\"Sponsors\" tab_id=\"1485217427014-830d96e9-05aa\"][vc_column_text]Deano is a multifaceted artist with a passion for Photography, Painting and Tattooing. He is available for commissioned Artwork, licensing, partnerships and exhibitions.\r\n________________\r\n<a href=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\" target=\"_blank\">H2Ocean Team</a>\r\n\r\n\"Cook is a member of The H2Ocean Pro Team which includes some of the best tattoo, body modification, and fine artists in the world.\"\r\n________________\r\n<a href=\"http://www.fusiontattooink.com/category-s/1837.htm\" target=\"_blank\">Deano Cook Signature Collection from Fusion Tattoo Ink</a>\r\n\r\n\"Collaboration between Deano Cook and Fusion Tattoo Ink, these signature marine inspired tattoo inks are thick with a high-pigment load and contain no fillers.\"[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Collaboration with Guy Aitchison\" tab_id=\"1485222670986-2aa431a1-1879\"][vc_column_text]<a href=\"http://www.guyaitchison.com/Art_Galleries/Collaborative_Original%20Art/art_72418.html\" target=\"_blank\"><img class=\"alignright wp-image-5023\" src=\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/Deano_Guy_collab.jpg\" width=\"383\" height=\"578\" />Collaboration by Deano Cook and Guy Aitchison - 2013</a>\r\n\r\n\"The \"Aquatica\" painting came from years of Guy Aitchison tattooing me. I would go and stay at Guy and his lovely wife Michelle Wortman\'s house to get work done on my two sleeves and my chest. Each visit I began staying longer and tattooing Guy in return. We discussed the idea of a painting project together and were excited to see what would become of it.\r\n\r\nWe began by sculpting an organic-looking alien type of coral reef together. After a photo session we chose some of my photographs of underwater environments to help bring our reef to life. From this point, we laid it out on canvas together in pencil and I returned home.\r\n\r\nI did the first 10-hour session of work on it myself and shipped it to him to work on. We allowed each other to paint right on top of the other’s efforts, creating a true mesh of both of our styles.This went back and forth a few times until I returned to his studio where we spent a few consecutive days painting. This was during the time his book Organica was released, so with that on our minds, and his obvious organic influence paired with my obvious aquatic influence, \"Aquatica\" was born.....\"[/vc_column_text][/vc_tta_section][vc_tta_section title=\"The Adventures of Shark Girl\" tab_id=\"1485224271863-4634d9e8-086a\"][vc_column_text]<a href=\"http://shark-girl.blogspot.com/2013/08/bimini-shark-week-with-deano-cook.html\" target=\"_blank\"><img class=\"alignright wp-image-5595\" src=\"http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/deanojilliantatpoollow-680x1024.jpg\" alt=\"\" width=\"365\" height=\"549\" />Bimini Shark Week with Deano Cook - 2013</a>\r\n\r\n\"In my life every week is Shark Week, but there are definitely weeks more intense than others. A recent visit from photographer, painter, tattoo artist and good friend Deano Cook was one of those weeks. I met Deano in 2007 when I saw him tattooing marine artist Wyland at a convention. As a lover of sharks and tattoos, I knew right then and there I had to have a piece of his art on my body. It took six years of busy dive schedules and missed attempts, but we finally made it happen when he came to visit us in Bimini.\r\n\r\nBimini is one of my favorite places on the planet and I absolutely love sharing my home with people, especially those that have a real passion for the ocean. We wasted no time getting in the water and headed out for a Caribbean reef shark dive....\"[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Discovery Channel Sharkopedia\" tab_id=\"1486230446887-0e4c1e8f-5a8d\"][vc_column_text]<img class=\"alignright wp-image-5582\" src=\"http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/IMG_4915.jpg\" width=\"300\" height=\"292\" />Discovery Channel Sharkopedia - 2013\r\n\r\n\"Featured photography inside the Discovery Channel Sharkopedia: The Complete Guide to Everything Shark Book (2013) including the inside of the cover page, contents page, numerous inside pages and back cover page. The book contains more than 400 incredible photos and lists the most infamous sharks, including the great white, bull, and tiger sharks.\"[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Tattoo Prodigies 2 Book\" tab_id=\"1486233189046-d704310f-895e\"][vc_column_text]<img class=\"alignright wp-image-5597 \" src=\"http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/IMG_5735-1024x768.jpg\" width=\"396\" height=\"296\" />Tattoo Prodigies 2 - 2015\r\n\r\n\"Deano Cook was a featured artist among the 170 total artists in the Tattoo Prodigies 2: A Collection of the Best Tattoos by the World\'s Best Tattoo Artists. Tattoo Prodigies features the world\'s best tattoo artists who\'ve been handpicked by Mike Devries; one of the most talented realism artists in the game for this book because of their impressive tattoo and painting accomplishments; as well as inspiring stories and interviews.\"[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Articles\" tab_id=\"1485222764850-03587016-77e3\"][vc_column_text]<a href=\"http://www.inkedmag.com/tattoos-deano-cook/\" target=\"_blank\">Featured on Inked Magazine - 2014</a>\r\n\r\n\"Not only is Cook a skilled tattooist, but he is also an award winning photographer and scuba diver.\"\r\n________________\r\n<a href=\"http://www.fishcrack.com/sport-fishing-tattoo-designs-artist-deano-cook-takes-marine-art-to-the-next-level/\" target=\"_blank\">FishCrack.com - 2013</a>\r\n\r\n\"Artist Deano Cook Takes Marine Art To The Next Level. Sport fishing tattoos are becoming more and more popular as the sport continues to grow, and renowned artists like Deano Cook of Psycho Tattoo are setting standards high with realistic designs and body art...\"[/vc_column_text][/vc_tta_section][/vc_tta_accordion][vc_empty_space height=\"10px\"][vc_single_image image=\"5586\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.alertdiver.com/Ocean_Views_2012_Winners\"][/vc_column][vc_column width=\"1/6\" css=\".vc_custom_1486232205581{margin-right: 5% !important;margin-left: 5% !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483689567953{margin-bottom: 20px !important;}\"][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Awards\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_row_inner css=\".vc_custom_1483689157202{margin-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"4855\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][dt_sc_tooltip position=\"bottom\" tooltip=\"Nikon D200, Nikon 16mm lens, 1/200 sec at f/11, ISO 200, Sea & Sea housing, Sea & Sea YS-110 Strobes\" textcolor=\"#327e99\"]Equipment Used[/dt_sc_tooltip][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3 style=\"color: #327e99; font-size: 35px;\">Featuring the award-winning <em>Lemon Shark Sunset; </em>Nature\'s Best Photography Grand Prize Winner for the 2012 Ocean Views contest.</h3>\r\n[/vc_column_text][vc_column_text]<em>\"As the sun was setting, I wanted to capture a quiet moment with one of the lemon sharks we had been photographing that afternoon. This particular shark was just as curious as I was, and what an amazing moment I was able to capture! His eye above the surface stares back at me, as if to show me he\'s watching, too. Below the surface his mouth was just slightly open, showing off his sharp teeth.\"</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"60px\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Wyland Walls\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3 class=\"wpb_heading wpb_gallery_heading\">Wyland New Bedford Wall - \'Great Whales of New Bedford\'</h3>\r\nArtist Robert Wyland\'s 93rd Whale Wall of 100[/vc_column_text][dt_sc_icon_box type=\"type6\" title=\"2005\" fontawesome_icon=\"fa fa-paint-brush\"]After a success completion of the 88th Whale Wall, I was invited back to assist in painting a mural in New Bedford, MA, as part of his “Whaling Wall” project, a 20-year effort to raise environmental awareness by painting 100 murals around the world. “93 down, seven to go,” he said.[/dt_sc_icon_box][vc_column_text]\r\n<h3 class=\"wpb_heading wpb_gallery_heading\">Wyland Destin Wall - \'Marine Life of the Gulf\'</h3>\r\nArtist Robert Wyland\'s 88th Whale Wall of 100[/vc_column_text][dt_sc_icon_box type=\"type6\" title=\"2004\" fontawesome_icon=\"fa fa-paint-brush\"]Assisted Wyland, America\'s leading marine life artist, in painting two of Wyland\'s famed Whaling Walls. In 2004, he invited me to come paint with him on a world record (in size) mural he was doing in Destin, once again. I was honored and took him up on his offer. We painted on the project for close to three weeks, during which time we took a major blow from Hurricane Ivan.\r\n\r\nIt took an act of God to slow Wyland down long enough for me to finally start a marine life sleeve on him. We worked on it for a few days and then went back to work on the giant mural. It was during this break from the mural that we were having lunch and I brought up the idea of him doing a lifesize giant squid (60-70 feet in length) on the wall.\r\n\r\nWyland gave it some thought. To my surprise, he said he wanted me to work on the squid while he would do a giant sperm whale colliding with it, the creatures locked in an epic battle. It was truly a highlight of my career and my life.That mural really made us closer friends.[/dt_sc_icon_box][/vc_column][vc_column width=\"1/3\"][vc_gallery interval=\"5\" images=\"4869,4870,4871,4952,4872,4873,4874,4875,4876,4877,4973,4868,4972,4971,4970,4969,4967,4966,4964,4963,4962,4960,4865,4959,4866,4867,4958,4957,4955,4954,4953\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1486440544251{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://www.artlanta.com/deanostudios/wp-content/uploads/2016/03/CAY_6646-e1484805872436.jpg?id=5179) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"80px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Biography','','publish','closed','closed','','biography','','','2017-02-17 16:13:46','2017-02-17 16:13:46','',0,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3901',0,'page','',0),(3970,1,'2016-04-25 10:58:18','2016-04-25 10:58:18','[vc_row css=\".vc_custom_1484626517248{margin-bottom: 30px !important;}\"][vc_column][vc_empty_space height=\"60px\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Pushing the boundaries from realism to art with needle and ink\" font_container=\"tag:h3|font_size:50|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1484872642957{margin-bottom: 30px !important;}\"][vc_custom_heading text=\"Deano Cook has brought to life countless tattoos of some of the most complex and beautiful creatures from below the water’s surface. Not only is Cook a skilled tattooist, but he is also an award winning photographer, scuba diver and painter.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoo Services\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Tattooing Experience With Deano Cook\" font_container=\"tag:h5|font_size:20px|text_align:left|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text]Entering Deano’s room is like diving into the ocean. From his gallery of art on displayed, to his vast private collection of images captured on his expeditions in the ocean. Deano starts his sessions by picking the brain of his client and usually roughing out a concept design on his client with multiple markers. Once drawn on, Deano turning to his seamlessly endless bank of images to find the right subject in the position depicted in the composition. To transfer the chosen image to skin, Deano makes the stencil by hand, capturing every ounce of detail the photo offers, along with the knowledge that he knows exactly what the subject looks like in the ocean. Deano records every step of the session with photographs at key moments of progress, which will be all passed along to the client also. Every client leaves with not just a great tattoo, but with the memory and progress photos of their session. <strong><a href=\"http://www.artlanta.com/deanostudios/contact/\">Send a message through our booking form</a></strong>, explain and upload photographs of what you would like tattooed.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_gallery type=\"nivo\" interval=\"10\" images=\"6530,6523,6531,6524,6525,6526,6527,6529,6528,6532\" img_size=\"full\" onclick=\"\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"40px\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Commission Art Services\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_gallery type=\"nivo\" interval=\"10\" images=\"6539,6535,6536,6537,6538,6540,6542,6543\" img_size=\"full\" onclick=\"\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Deano\'s Artistic Talent Has Helped Him Gain World-Wide Recognition\" font_container=\"tag:h5|font_size:20px|text_align:left|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text]Though, most people contact Deano with their body as the canvas for his photo realism artwork. Deano has been doing fine art paintings on canvas, long before taking his skills to skin. Deano’s artwork on canvas, has been sold at fund raisers and for featured in galleries. To commission a painting from Deano Cook, feel free to <strong><a href=\"http://www.artlanta.com/deanostudios/contact/\">fill out our inquiry form</a></strong>, stating what you would like painted.[/vc_column_text][/vc_column][/vc_row]','Services','','publish','closed','closed','','services','','','2017-02-17 17:05:10','2017-02-17 17:05:10','',0,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=3970',0,'page','',0),(4026,1,'2016-04-26 07:15:59','2016-04-26 07:15:59','[vc_row css=\".vc_custom_1461930335179{margin-top: 110px !important;}\"][vc_column][vc_single_image image=\"4029\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" css=\".vc_custom_1461660329930{padding-right: 50px !important;}\"][vc_custom_heading text=\"THIS IS SO REAL\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1461655406267{margin-bottom: 35px !important;}\"][vc_column_text]\n<p style=\"font-size: 16px; line-height: 28px;\">Occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n\n[/vc_column_text][/vc_column][vc_column width=\"2/3\" css=\".vc_custom_1461660376508{padding-left: 70px !important;}\"][vc_tta_tabs theme_style=\"bordered\" shape=\"square\" active_section=\"1\"][vc_tta_section title=\"History\" tab_id=\"1461657340810-4a9debec-b510\"][vc_column_text css=\".vc_custom_1461660278341{margin-bottom: 45px !important;}\"]Id est laborum et dolorum fuga. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et harum quidem rerum facilis est et expedita distinctio. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas id est sed lacus volutpat lobortis. Occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et harum quidem rerum facilis est et expedita distinctio. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas id est sed lacus volutpat lobortis.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1461751539805{margin-bottom: 0px !important;}\"][vc_custom_heading text=\"2016 - An Achievement\" font_container=\"tag:h6|text_align:left\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text css=\".vc_custom_1461751553581{margin-bottom: 0px !important;}\"]Occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et harum quidem rerum facilis est et expedita distinctio. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas id est sed lacus volutpat lobortis.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1461751547285{margin-bottom: 0px !important;}\"][vc_custom_heading text=\"Our Value\" font_container=\"tag:h6|text_align:left\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text css=\".vc_custom_1461751559282{margin-bottom: 0px !important;}\"]<em>Established laborum et dolorum fuga. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et harum quidem rerum facilis est et expedita distinctio. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas id est sed lacus volutpat lobortis. </em>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Why Us?\" tab_id=\"1461657340897-237ecba5-7cff\"][vc_column_text]Id est laborum et dolorum fuga. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et harum quidem rerum facilis est et expedita distinctio. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas id est sed lacus volutpat lobortis. Occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et harum quidem rerum facilis est et expedita distinctio. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas id est sed lacus volutpat lobortis.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Awards\" tab_id=\"1461657398341-99b51f86-5e4d\"][vc_column_text]Id est laborum et dolorum fuga. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et harum quidem rerum facilis est et expedita distinctio. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas id est sed lacus volutpat lobortis. Occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et harum quidem rerum facilis est et expedita distinctio. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas id est sed lacus volutpat lobortis.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Media\" tab_id=\"1461657466921-b8f3f5bf-3273\"][vc_column_text]Id est laborum et dolorum fuga. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et harum quidem rerum facilis est et expedita distinctio. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas id est sed lacus volutpat lobortis. Occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et harum quidem rerum facilis est et expedita distinctio. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas id est sed lacus volutpat lobortis.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_type=\"bg_color\" css=\".vc_custom_1461751381480{margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/04/home2-bg.jpg?id=4038) !important;}\" bg_color_value=\"rgba(0,0,0,0.8)\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1461836571403{padding-top: 20px !important;padding-right: 180px !important;}\"][vc_single_image image=\"4041\" img_size=\"full\" alignment=\"right\" css=\".vc_custom_1461836745872{margin-top: 25px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_custom_heading text=\"GET IN TOUCH WITH US\" font_container=\"tag:h6|text_align:right|color:%23ffffff\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1461661779727{margin-top: 20px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"No: 58 A, East Madison St\nBaltimore, MD, USA\" font_container=\"tag:h6|text_align:left|color:%23ffffff|line_height:36px\" use_theme_fonts=\"yes\" css=\".vc_custom_1461662934836{margin-bottom: 10px !important;}\"][vc_separator color=\"white\" align=\"align_left\" el_width=\"10\" css=\".vc_custom_1461662940038{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Phone: 213 3364 3399\" font_container=\"tag:h6|text_align:left|color:%23ffffff|line_height:36px\" use_theme_fonts=\"yes\" css=\".vc_custom_1461662946740{margin-bottom: 10px !important;}\"][vc_separator color=\"white\" align=\"align_left\" el_width=\"10\" css=\".vc_custom_1461662955536{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Mail: travis@foreal.com\" font_container=\"tag:h6|text_align:left|color:%23ffffff|line_height:36px\" use_theme_fonts=\"yes\" css=\".vc_custom_1461663020665{margin-bottom: 30px !important;}\"][vc_column_text]\n<p class=\"white-color\">Occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt\nmollitia animi, id est laborum et dolorum fuga.\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1461671082107{margin-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"OUR TEAM\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text css=\".vc_custom_1461664899901{margin-bottom: 100px !important;}\"]Occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Lorem ipsum dolor\nsit amet, consectetur adipiscing elit.[/vc_column_text][vc_progress_bar values=\"%5B%7B%22label%22%3A%22Photoshop%20-%22%2C%22value%22%3A%2250%22%2C%22color%22%3A%22black%22%7D%2C%7B%22label%22%3A%22HTML5%20%26%20CSS3%20-%20%22%2C%22value%22%3A%2260%22%2C%22color%22%3A%22black%22%7D%2C%7B%22label%22%3A%22PHP%20-%20%22%2C%22value%22%3A%2270%22%2C%22color%22%3A%22black%22%7D%2C%7B%22label%22%3A%22Shopify%20-%20%22%2C%22value%22%3A%2280%22%2C%22color%22%3A%22black%22%7D%2C%7B%22label%22%3A%22BigCommerce%20-%20%22%2C%22value%22%3A%2290%22%2C%22color%22%3A%22black%22%7D%2C%7B%22label%22%3A%22BigCommerce%20-%20%22%2C%22value%22%3A%22100%22%2C%22color%22%3A%22black%22%7D%5D\" bgcolor=\"custom\" units=\"%\" custombgcolor=\"#616161\" theme_style=\"true\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner css=\".vc_custom_1461665461636{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/2\"][dt_sc_team type=\"type2\" image=\"3935\" title=\"Tomhawak Rene\" role=\"Programmer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" pinterest=\"#\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.[/dt_sc_team][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_sc_team type=\"type2\" image=\"3936\" title=\"Jenny Caprice\" role=\"Analyst\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" pinterest=\"#\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.[/dt_sc_team][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][dt_sc_team type=\"type2\" image=\"3934\" title=\"Tomhawak Rene\" role=\"Programmer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" pinterest=\"#\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.[/dt_sc_team][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_sc_team type=\"type2\" image=\"3937\" title=\"Jenny Caprice\" role=\"Analyst\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" pinterest=\"#\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.[/dt_sc_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1461672600908{margin-right: 0px !important;margin-bottom: 60px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column width=\"1/2\" el_class=\"dt-sc-three-fifth\"][vc_gallery interval=\"3\" images=\"4071,4072,4075\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1461926333719{padding-top: 0px !important;}\" el_class=\"custom-width dt-sc-three-sixth\"][vc_row_inner][vc_column_inner el_class=\"dt-sc-custom-padding\" width=\"1/2\" css=\".vc_custom_1461926438119{margin-left: 30px !important;padding-top: 140px !important;padding-right: 30px !important;padding-bottom: 140px !important;padding-left: 30px !important;background-color: #000000 !important;}\"][vc_custom_heading text=\"EXPRESS YOUR IDEAS IN STYLE\" font_container=\"tag:h5|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text]\n<p class=\"white-color\">Id est laborum et dolorum fuga. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et harum quidem rerum facilis est et expedita distinctio. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas id est sed lacus volutpat lobortis.</p>\n\n[/vc_column_text][vc_btn title=\"Read More\" style=\"outline\" shape=\"square\" color=\"white\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1461751442732{margin-bottom: 50px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"IT\'S IN FOREAL SIGNATURE\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text]Occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et harum quidem rerum facilis est et expedita distinctio. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas id est sed lacus volutpat lobortis.[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\n<ul class=\"dt-sc-fancy-list dot\">\n <li>Maecenas tincidunt ligula at condimentum gravida.</li>\n <li>Cras ut ex euismod, placerat dui a, condimentum dolor.</li>\n <li>Curabitur ac lorem ut orci finibus iaculis sed mollis arcu.</li>\n <li>Vivamus accumsan eros nec massa sodales mattis.</li>\n <li>In dapibus tortor id dolor pulvinar pretium.</li>\n</ul>\n[/vc_column_text][vc_btn title=\"Know More\" shape=\"square\" theme_style=\"true\" css=\".vc_custom_1461672489849{margin-top: 50px !important;margin-right: 20px !important;}\"][vc_btn title=\"View All Demos\" shape=\"square\" theme_style=\"true\" css=\".vc_custom_1461672502094{margin-top: 50px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4088\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"4095\" img_size=\"full\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"4099\" img_size=\"full\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1461819407185{margin-bottom: 50px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1461673218803{padding-top: 35px !important;padding-right: 80px !important;padding-bottom: 35px !important;padding-left: 80px !important;}\"][vc_custom_heading text=\"CREATE A MAGICAL WORLD\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text]Occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et harum quidem rerum facilis est et expedita distinctio. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas id est sed lacus volutpat lobortis.[/vc_column_text][vc_btn title=\"Know More\" style=\"outline\" shape=\"square\" color=\"black\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1461673226264{padding-top: 35px !important;padding-right: 80px !important;padding-bottom: 35px !important;padding-left: 80px !important;}\"][vc_custom_heading text=\"VIDEO INTEGRATION\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text]Occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et harum quidem rerum facilis est et expedita distinctio. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas id est sed lacus volutpat lobortis.[/vc_column_text][vc_btn title=\"Know More\" style=\"outline\" shape=\"square\" color=\"black\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1461819154103{margin-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1461819750359{padding-top: 65px !important;padding-right: 75px !important;padding-bottom: 65px !important;padding-left: 0px !important;}\"][vc_custom_heading text=\"BY THE CREATIVE DEMAND\" font_container=\"tag:h5|text_align:right\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1461819535529{margin-bottom: 40px !important;}\"][vc_column_text]\n<p style=\"text-align: right;\">Occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas id est sed lacus volutpat lobortis. Lorem ipsum dolor sit amet.</p>\n\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1461819182484{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4130\" img_size=\"full\" css=\".vc_custom_1461819254083{margin: 0px !important;border-width: 0px !important;padding: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1461819309703{margin: 0px !important;border-width: 0px !important;padding: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1461819175020{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_single_image image=\"4130\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1461819802386{padding-top: 65px !important;padding-right: 0px !important;padding-bottom: 65px !important;padding-left: 75px !important;}\"][vc_custom_heading text=\"EFFICIENT & QUALITY DRIVEN\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1461819967383{margin-bottom: 40px !important;}\"][vc_column_text]\n<p style=\"text-align: left;\">Occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas id est sed lacus volutpat lobortis. Lorem ipsum dolor sit amet.</p>\n\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1461840272404{margin-bottom: 60px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"4143\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\" css=\".vc_custom_1461820910938{padding-top: 30px !important;}\"][vc_custom_heading text=\"CONTENT MADE LOOK BEAUTIFUL\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1461909555085{margin-top: 25px !important;margin-bottom: 40px !important;}\"][vc_column_text css=\".vc_custom_1461820890550{margin-bottom: 50px !important;}\"]Occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et harum quidem rerum facilis est et expedita distinctio. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas id est sed lacus volutpat lobortis.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_sc_icon_box type=\"type3\" fontawesome_icon=\"fa fa-inbox\" title=\"Full of Options and Features \"]Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales.Sed consequat, leo eget[/dt_sc_icon_box][dt_sc_icon_box type=\"type3\" fontawesome_icon=\"fa fa-tablet\" title=\"Highly Responsive \"]Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales.Sed consequat, leo eget[/dt_sc_icon_box][dt_sc_icon_box type=\"type3\" fontawesome_icon=\"fa fa-th\" title=\"1170px Grid Responsiveness \"]Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales.Sed consequat, leo eget[/dt_sc_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_sc_icon_box type=\"type3\" fontawesome_icon=\"fa fa-inbox\" title=\"Full of Options and Features \"]Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales.Sed consequat, leo eget[/dt_sc_icon_box][dt_sc_icon_box type=\"type3\" fontawesome_icon=\"fa fa-tablet\" title=\"Highly Responsive \"]Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales.Sed consequat, leo eget[/dt_sc_icon_box][dt_sc_icon_box type=\"type3\" fontawesome_icon=\"fa fa-th\" title=\"1170px Grid Responsiveness \"]Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales.Sed consequat, leo eget[/dt_sc_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" apply_bottom_border=\"true\" css=\".vc_custom_1460952828694{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}\"][vc_column][vc_custom_heading text=\"FOREAL CLIENTS\" font_container=\"tag:h3|font_size:30|text_align:center|color:%23000000\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1460110345846{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;padding-top: 20px !important;padding-bottom: 20px !important;border-left-color: rgba(0,0,0,0.5) !important;border-left-style: solid !important;border-right-color: rgba(0,0,0,0.5) !important;border-right-style: solid !important;border-top-color: rgba(0,0,0,0.5) !important;border-top-style: solid !important;border-bottom-color: rgba(0,0,0,0.5) !important;border-bottom-style: solid !important;}\"][vc_single_image image=\"62\" alignment=\"center\" css=\".vc_custom_1460109257213{margin-bottom: 0px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1460110351721{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 20px !important;padding-bottom: 20px !important;border-right-color: rgba(0,0,0,0.5) !important;border-right-style: solid !important;border-top-color: rgba(0,0,0,0.5) !important;border-top-style: solid !important;border-bottom-color: rgba(0,0,0,0.5) !important;border-bottom-style: solid !important;}\"][vc_single_image image=\"63\" alignment=\"center\" css=\".vc_custom_1460109261821{margin-bottom: 0px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1460110395152{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 20px !important;padding-bottom: 20px !important;border-right-color: rgba(0,0,0,0.5) !important;border-right-style: solid !important;border-top-color: rgba(0,0,0,0.5) !important;border-top-style: solid !important;border-bottom-color: rgba(0,0,0,0.5) !important;border-bottom-style: solid !important;}\"][vc_single_image image=\"61\" alignment=\"center\" css=\".vc_custom_1460109266272{margin-bottom: 0px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1460110390970{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 20px !important;padding-bottom: 20px !important;border-right-color: rgba(0,0,0,0.5) !important;border-right-style: solid !important;border-top-color: rgba(0,0,0,0.5) !important;border-top-style: solid !important;border-bottom-color: rgba(0,0,0,0.5) !important;border-bottom-style: solid !important;}\"][vc_single_image image=\"60\" alignment=\"center\" css=\".vc_custom_1460109274182{margin-bottom: 0px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1460110401399{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 20px !important;padding-bottom: 20px !important;border-right-color: rgba(0,0,0,0.5) !important;border-right-style: solid !important;border-top-color: rgba(0,0,0,0.5) !important;border-top-style: solid !important;border-bottom-color: rgba(0,0,0,0.5) !important;border-bottom-style: solid !important;}\"][vc_single_image image=\"59\" alignment=\"center\" css=\".vc_custom_1460109278658{margin-bottom: 0px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1460110496633{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 20px !important;padding-bottom: 20px !important;border-right-color: rgba(0,0,0,0.5) !important;border-right-style: solid !important;border-top-color: rgba(0,0,0,0.5) !important;border-top-style: solid !important;border-bottom-color: rgba(0,0,0,0.5) !important;border-bottom-style: solid !important;}\"][vc_single_image image=\"58\" alignment=\"center\" css=\".vc_custom_1460109283465{margin-bottom: 0px !important;}\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"80px\"][dt_sc_twitter carousel=\"true\" showtime=\"true\" username=\"envato\" consumer_key=\"LwZvaWu0odjSIYSvo9yIMg\" consumer_secret=\"shQARY7gIgG63RmDWHrOMkxRNhzssMAuO7RnFYeLl4U\" user_token=\"1711820178-PQlC5OsDQJ2FA7kflQimToWO3lhTLQqO95rMYFA\" user_secret=\"F0gRPXC2LIHXuIV9iTMDXzbLMdMdysYikS5z6R8bmnM\" count=\"3\"][/vc_column][/vc_row]','Home 2','','publish','closed','closed','','home-2','','','2016-04-26 07:15:59','2016-04-26 07:15:59','',4511,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=4026',0,'page','',0),(4248,1,'2016-04-29 05:59:41','2016-04-29 05:59:41','','Header 4','','publish','closed','closed','','header-4','','','2016-04-29 05:59:41','2016-04-29 05:59:41','',0,'http://wedesignthemes.com/themes/dummy-foreal/?post_type=dt_templates&p=4248',0,'dt_templates','',0),(4249,1,'2016-04-29 06:00:03','2016-04-29 06:00:03','','Header 5','','publish','closed','closed','','header-5','','','2016-04-29 06:00:03','2016-04-29 06:00:03','',0,'http://wedesignthemes.com/themes/dummy-foreal/?post_type=dt_templates&p=4249',0,'dt_templates','',0),(4250,1,'2016-04-29 06:00:30','2016-04-29 06:00:30','','Header 6','','publish','closed','closed','','header-6','','','2016-04-29 06:00:30','2016-04-29 06:00:30','',0,'http://wedesignthemes.com/themes/dummy-foreal/?post_type=dt_templates&p=4250',0,'dt_templates','',0),(4511,1,'2016-03-14 07:30:07','2016-03-14 07:30:07','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photo · Tattoo · Paint\" font_container=\"tag:h3|font_size:35|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1590114230379{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid free diver, scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1589718644129{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"New Releases\" font_container=\"tag:h3|font_size:35|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1590114271414{margin-bottom: 10px !important;}\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"New Canvas Giclee Prints available. Check out the new selections in the store\n\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fpainting-canvas-prints%2F|||\"][vc_single_image image=\"7683\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/isla-dreamin-2020/?preview=true\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Isla Dreamin\' 2020\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fisla-dreamin-2020%2F|title:Isla%20Dreamin\'%202020||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fpayasos-del-mar-print%2F|title:Payasos%20Del%20Mar%20Print||\"][vc_row_inner][vc_column_inner][vc_single_image image=\"7633\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/joyful-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Joyful 16`` x 20`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fjoyful-print%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7632\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/payasos-del-mar-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Payasos Del Mar 16`` x 20`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fpayasos-del-mar-print%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7661\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/hawaiian-hanu/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Hawaiian Honu 18`` x 24`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fhawaiian-hanu%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7427\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/war-fish/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"War Fish 24`` x 36`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fwar-fish%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7668\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/save-our-seas-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Save Our Seas 18`` x 24`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fsave-our-seas-print%2F|title:Near%20Miss%20Print||\"][/vc_column_inner][/vc_row_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7654\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7633\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"7430\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"7617\" img_size=\"200x100\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner 0=\"\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','publish','closed','closed','','home','','','2020-10-12 14:21:15','2020-10-12 14:21:15','',0,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=4',0,'page','',0),(4514,1,'2016-04-29 06:01:49','2016-04-29 06:01:49','[vc_row][vc_column][vc_custom_heading text=\"OUR MISSION\" font_container=\"tag:h2|font_size:40|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1460710001474{margin-bottom: 10px !important;}\" el_class=\"main-title\"][vc_custom_heading text=\"Our mission is critical to your success. Your success is mission critical!\" font_container=\"tag:h6|font_size:18|text_align:center\" google_fonts=\"font_family:Satisfy%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1460710024394{margin-bottom: 50px !important;}\" el_class=\"main-title\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"HISTORY\" font_container=\"tag:h5|font_size:18px|text_align:left\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:500%20bold%20regular%3A500%3Anormal\"][vc_column_text]Class aptent taciti sociosqu ad litora torquent per conue bia nostra, per inceptos himenaeos. Nulla nunc dui, tristi ue in semper vel, congue sed ligula. Nam dolor ligula, fa ibus id sodales in, auctor fringill torquent per conubiaos .Porlass aptent taciti sociosqu ad litora torquent per coe bia nostra, per inceptos himenaeos.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"ETHICS WE TRUST\" font_container=\"tag:h5|font_size:18px|text_align:left\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:500%20bold%20regular%3A500%3Anormal\"][vc_column_text]Dreei aptent taciti sociosqu ad litora torquent per conue bia nostra, per inceptos himenaeos. Nulla nunc dui, tristi ue in semper vel, congue sed ligula. Nam dolor ligula, fa ibus id sodales in, auctor fringill torquent per conubiaos .Porlass aptent taciti sociosqu ad litora torquent per coe bia nostra, per inceptos himenaeos.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"HISTORY\" font_container=\"tag:h5|font_size:18px|text_align:left\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:500%20bold%20regular%3A500%3Anormal\"][vc_column_text]Ores aptent taciti sociosqu ad litora torquent per conue bia nostra, per inceptos himenaeos. Nulla nunc dui, tristi ue in semper vel, congue sed ligula. Nam dolor ligula, fa ibus id sodales in, auctor fringill torquent per conubiaos .Porlass aptent taciti sociosqu ad litora torquent per coe bia nostres...[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"OUR TEAM\" font_container=\"tag:h2|font_size:30|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1460711480298{margin-bottom: 10px !important;}\" el_class=\"main-title\"][vc_custom_heading text=\"Our team is your team, your mom is our mom\" font_container=\"tag:h6|font_size:18|text_align:center\" google_fonts=\"font_family:Satisfy%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1460711487538{margin-bottom: 50px !important;}\" el_class=\"main-title\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_sc_team image=\"97\" title=\"Rooney\" role=\"Web Designer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" yahoo=\"#\"]I won\'t speak about myself! But, my portfolio will![/dt_sc_team][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_team image=\"98\" title=\"Rooney\" role=\"Web Designer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" yahoo=\"#\"]I won\'t speak about myself! But, my portfolio will![/dt_sc_team][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_team image=\"99\" title=\"Rooney\" role=\"Web Designer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" yahoo=\"#\"]I won\'t speak about myself! But, my portfolio will![/dt_sc_team][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_team image=\"100\" title=\"Rooney\" role=\"Web Designer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" yahoo=\"#\"]I won\'t speak about myself! But, my portfolio will![/dt_sc_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"80px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1460713347113{margin-bottom: 0px !important;}\"][vc_column][vc_custom_heading text=\"Why Choose foreal?\" font_container=\"tag:h2|font_size:30|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1460712089576{margin-bottom: 10px !important;}\" el_class=\"main-title\"][vc_custom_heading text=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum leo elit, porttitor quis erat at, suscipit\" font_container=\"tag:h6|font_size:18|text_align:center\" google_fonts=\"font_family:Satisfy%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1460712101593{margin-bottom: 50px !important;}\" el_class=\"main-title\"][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1460713342577{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" apply_bottom_border=\"true\" css=\".vc_custom_1460953517139{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}\"][vc_column][vc_custom_heading text=\"FOREAL CLIENTS\" font_container=\"tag:h3|font_size:30|text_align:center|color:%23000000\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_pie label_value=\"50\" color=\"custom\" title=\"Design\" units=\"%\" theme_style=\"true\" custom_color=\"#58b9da\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_pie value=\"99\" label_value=\"99\" color=\"custom\" title=\"Creativity\" units=\"%\" theme_style=\"true\" custom_color=\"#6ab165\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_pie value=\"45\" label_value=\"45\" color=\"custom\" title=\"Usability\" units=\"%\" theme_style=\"true\" custom_color=\"#f4d30f\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_pie value=\"70\" label_value=\"70\" color=\"custom\" title=\"Content\" units=\"%\" theme_style=\"true\" custom_color=\"#fe6b35\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"70px\"][dt_sc_twitter carousel=\"true\" showtime=\"true\" username=\"envato\" consumer_key=\"LwZvaWu0odjSIYSvo9yIMg\" consumer_secret=\"shQARY7gIgG63RmDWHrOMkxRNhzssMAuO7RnFYeLl4U\" user_token=\"1711820178-PQlC5OsDQJ2FA7kflQimToWO3lhTLQqO95rMYFA\" user_secret=\"F0gRPXC2LIHXuIV9iTMDXzbLMdMdysYikS5z6R8bmnM\" count=\"3\"][/vc_column][/vc_row]','Header 4','','publish','closed','closed','','header-4','','','2016-04-29 06:01:49','2016-04-29 06:01:49','',3672,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=4251',0,'page','',0),(4515,1,'2016-04-29 06:03:01','2016-04-29 06:03:01','[vc_row][vc_column][vc_custom_heading text=\"OUR MISSION\" font_container=\"tag:h2|font_size:40|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1460710001474{margin-bottom: 10px !important;}\" el_class=\"main-title\"][vc_custom_heading text=\"Our mission is critical to your success. Your success is mission critical!\" font_container=\"tag:h6|font_size:18|text_align:center\" google_fonts=\"font_family:Satisfy%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1460710024394{margin-bottom: 50px !important;}\" el_class=\"main-title\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"HISTORY\" font_container=\"tag:h5|font_size:18px|text_align:left\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:500%20bold%20regular%3A500%3Anormal\"][vc_column_text]Class aptent taciti sociosqu ad litora torquent per conue bia nostra, per inceptos himenaeos. Nulla nunc dui, tristi ue in semper vel, congue sed ligula. Nam dolor ligula, fa ibus id sodales in, auctor fringill torquent per conubiaos .Porlass aptent taciti sociosqu ad litora torquent per coe bia nostra, per inceptos himenaeos.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"ETHICS WE TRUST\" font_container=\"tag:h5|font_size:18px|text_align:left\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:500%20bold%20regular%3A500%3Anormal\"][vc_column_text]Dreei aptent taciti sociosqu ad litora torquent per conue bia nostra, per inceptos himenaeos. Nulla nunc dui, tristi ue in semper vel, congue sed ligula. Nam dolor ligula, fa ibus id sodales in, auctor fringill torquent per conubiaos .Porlass aptent taciti sociosqu ad litora torquent per coe bia nostra, per inceptos himenaeos.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"HISTORY\" font_container=\"tag:h5|font_size:18px|text_align:left\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:500%20bold%20regular%3A500%3Anormal\"][vc_column_text]Ores aptent taciti sociosqu ad litora torquent per conue bia nostra, per inceptos himenaeos. Nulla nunc dui, tristi ue in semper vel, congue sed ligula. Nam dolor ligula, fa ibus id sodales in, auctor fringill torquent per conubiaos .Porlass aptent taciti sociosqu ad litora torquent per coe bia nostres...[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"OUR TEAM\" font_container=\"tag:h2|font_size:30|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1460711480298{margin-bottom: 10px !important;}\" el_class=\"main-title\"][vc_custom_heading text=\"Our team is your team, your mom is our mom\" font_container=\"tag:h6|font_size:18|text_align:center\" google_fonts=\"font_family:Satisfy%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1460711487538{margin-bottom: 50px !important;}\" el_class=\"main-title\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_sc_team image=\"97\" title=\"Rooney\" role=\"Web Designer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" yahoo=\"#\"]I won\'t speak about myself! But, my portfolio will![/dt_sc_team][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_team image=\"98\" title=\"Rooney\" role=\"Web Designer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" yahoo=\"#\"]I won\'t speak about myself! But, my portfolio will![/dt_sc_team][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_team image=\"99\" title=\"Rooney\" role=\"Web Designer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" yahoo=\"#\"]I won\'t speak about myself! But, my portfolio will![/dt_sc_team][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_team image=\"100\" title=\"Rooney\" role=\"Web Designer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" yahoo=\"#\"]I won\'t speak about myself! But, my portfolio will![/dt_sc_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"80px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1460713347113{margin-bottom: 0px !important;}\"][vc_column][vc_custom_heading text=\"Why Choose foreal?\" font_container=\"tag:h2|font_size:30|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1460712089576{margin-bottom: 10px !important;}\" el_class=\"main-title\"][vc_custom_heading text=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum leo elit, porttitor quis erat at, suscipit\" font_container=\"tag:h6|font_size:18|text_align:center\" google_fonts=\"font_family:Satisfy%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1460712101593{margin-bottom: 50px !important;}\" el_class=\"main-title\"][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1460713342577{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" apply_bottom_border=\"true\" css=\".vc_custom_1460953517139{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}\"][vc_column][vc_custom_heading text=\"FOREAL CLIENTS\" font_container=\"tag:h3|font_size:30|text_align:center|color:%23000000\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_pie label_value=\"50\" color=\"custom\" title=\"Design\" units=\"%\" theme_style=\"true\" custom_color=\"#58b9da\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_pie value=\"99\" label_value=\"99\" color=\"custom\" title=\"Creativity\" units=\"%\" theme_style=\"true\" custom_color=\"#6ab165\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_pie value=\"45\" label_value=\"45\" color=\"custom\" title=\"Usability\" units=\"%\" theme_style=\"true\" custom_color=\"#f4d30f\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_pie value=\"70\" label_value=\"70\" color=\"custom\" title=\"Content\" units=\"%\" theme_style=\"true\" custom_color=\"#fe6b35\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"70px\"][dt_sc_twitter carousel=\"true\" showtime=\"true\" username=\"envato\" consumer_key=\"LwZvaWu0odjSIYSvo9yIMg\" consumer_secret=\"shQARY7gIgG63RmDWHrOMkxRNhzssMAuO7RnFYeLl4U\" user_token=\"1711820178-PQlC5OsDQJ2FA7kflQimToWO3lhTLQqO95rMYFA\" user_secret=\"F0gRPXC2LIHXuIV9iTMDXzbLMdMdysYikS5z6R8bmnM\" count=\"3\"][/vc_column][/vc_row]','Header 5','','publish','closed','closed','','header-5','','','2016-04-29 06:03:01','2016-04-29 06:03:01','',3672,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=4253',0,'page','',0),(4516,1,'2016-04-29 06:04:55','2016-04-29 06:04:55','[vc_row][vc_column][vc_custom_heading text=\"OUR MISSION\" font_container=\"tag:h2|font_size:40|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1460710001474{margin-bottom: 10px !important;}\" el_class=\"main-title\"][vc_custom_heading text=\"Our mission is critical to your success. Your success is mission critical!\" font_container=\"tag:h6|font_size:18|text_align:center\" google_fonts=\"font_family:Satisfy%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1460710024394{margin-bottom: 50px !important;}\" el_class=\"main-title\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"HISTORY\" font_container=\"tag:h5|font_size:18px|text_align:left\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:500%20bold%20regular%3A500%3Anormal\"][vc_column_text]Class aptent taciti sociosqu ad litora torquent per conue bia nostra, per inceptos himenaeos. Nulla nunc dui, tristi ue in semper vel, congue sed ligula. Nam dolor ligula, fa ibus id sodales in, auctor fringill torquent per conubiaos .Porlass aptent taciti sociosqu ad litora torquent per coe bia nostra, per inceptos himenaeos.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"ETHICS WE TRUST\" font_container=\"tag:h5|font_size:18px|text_align:left\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:500%20bold%20regular%3A500%3Anormal\"][vc_column_text]Dreei aptent taciti sociosqu ad litora torquent per conue bia nostra, per inceptos himenaeos. Nulla nunc dui, tristi ue in semper vel, congue sed ligula. Nam dolor ligula, fa ibus id sodales in, auctor fringill torquent per conubiaos .Porlass aptent taciti sociosqu ad litora torquent per coe bia nostra, per inceptos himenaeos.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"HISTORY\" font_container=\"tag:h5|font_size:18px|text_align:left\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:500%20bold%20regular%3A500%3Anormal\"][vc_column_text]Ores aptent taciti sociosqu ad litora torquent per conue bia nostra, per inceptos himenaeos. Nulla nunc dui, tristi ue in semper vel, congue sed ligula. Nam dolor ligula, fa ibus id sodales in, auctor fringill torquent per conubiaos .Porlass aptent taciti sociosqu ad litora torquent per coe bia nostres...[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"OUR TEAM\" font_container=\"tag:h2|font_size:30|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1460711480298{margin-bottom: 10px !important;}\" el_class=\"main-title\"][vc_custom_heading text=\"Our team is your team, your mom is our mom\" font_container=\"tag:h6|font_size:18|text_align:center\" google_fonts=\"font_family:Satisfy%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1460711487538{margin-bottom: 50px !important;}\" el_class=\"main-title\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_sc_team image=\"97\" title=\"Rooney\" role=\"Web Designer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" yahoo=\"#\"]I won\'t speak about myself! But, my portfolio will![/dt_sc_team][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_team image=\"98\" title=\"Rooney\" role=\"Web Designer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" yahoo=\"#\"]I won\'t speak about myself! But, my portfolio will![/dt_sc_team][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_team image=\"99\" title=\"Rooney\" role=\"Web Designer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" yahoo=\"#\"]I won\'t speak about myself! But, my portfolio will![/dt_sc_team][/vc_column_inner][vc_column_inner width=\"1/4\"][dt_sc_team image=\"100\" title=\"Rooney\" role=\"Web Designer\" facebook=\"#\" twitter=\"#\" googleplus=\"#\" yahoo=\"#\"]I won\'t speak about myself! But, my portfolio will![/dt_sc_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"80px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1460713347113{margin-bottom: 0px !important;}\"][vc_column][vc_custom_heading text=\"Why Choose foreal?\" font_container=\"tag:h2|font_size:30|text_align:center\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1460712089576{margin-bottom: 10px !important;}\" el_class=\"main-title\"][vc_custom_heading text=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum leo elit, porttitor quis erat at, suscipit\" font_container=\"tag:h6|font_size:18|text_align:center\" google_fonts=\"font_family:Satisfy%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1460712101593{margin-bottom: 50px !important;}\" el_class=\"main-title\"][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1460713342577{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" apply_bottom_border=\"true\" css=\".vc_custom_1460953517139{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;}\"][vc_column][vc_custom_heading text=\"FOREAL CLIENTS\" font_container=\"tag:h3|font_size:30|text_align:center|color:%23000000\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_pie label_value=\"50\" color=\"custom\" title=\"Design\" units=\"%\" theme_style=\"true\" custom_color=\"#58b9da\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_pie value=\"99\" label_value=\"99\" color=\"custom\" title=\"Creativity\" units=\"%\" theme_style=\"true\" custom_color=\"#6ab165\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_pie value=\"45\" label_value=\"45\" color=\"custom\" title=\"Usability\" units=\"%\" theme_style=\"true\" custom_color=\"#f4d30f\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_pie value=\"70\" label_value=\"70\" color=\"custom\" title=\"Content\" units=\"%\" theme_style=\"true\" custom_color=\"#fe6b35\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"70px\"][dt_sc_twitter carousel=\"true\" showtime=\"true\" username=\"envato\" consumer_key=\"LwZvaWu0odjSIYSvo9yIMg\" consumer_secret=\"shQARY7gIgG63RmDWHrOMkxRNhzssMAuO7RnFYeLl4U\" user_token=\"1711820178-PQlC5OsDQJ2FA7kflQimToWO3lhTLQqO95rMYFA\" user_secret=\"F0gRPXC2LIHXuIV9iTMDXzbLMdMdysYikS5z6R8bmnM\" count=\"3\"][/vc_column][/vc_row]','Header 6','','publish','closed','closed','','header-6','','','2016-04-29 06:04:55','2016-04-29 06:04:55','',3672,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=4255',0,'page','',0),(4767,1,'2016-12-28 23:22:48','2016-12-28 23:22:48','','Artlanta-Logo','','inherit','open','closed','','artlanta-logo','','','2016-12-28 23:22:48','2016-12-28 23:22:48','',0,'http://deanostudios.com/wp-content/uploads/2016/12/Artlanta-Logo-1.jpg',0,'attachment','image/jpeg',0),(4769,1,'2016-12-30 20:06:35','2016-12-30 20:06:35','','original.JPG_1406828903','','inherit','open','closed','','original-jpg_1406828903','','','2016-12-30 20:06:35','2016-12-30 20:06:35','',0,'http://deanostudios.com/wp-content/uploads/2016/03/original.JPG_1406828903-1.jpg',0,'attachment','image/jpeg',0),(4770,1,'2016-12-30 20:13:49','2016-12-30 20:13:49','','detail.jpg_1406829339','','inherit','open','closed','','detail-jpg_1406829339','','','2016-12-30 20:13:49','2016-12-30 20:13:49','',0,'http://deanostudios.com/wp-content/uploads/2016/04/detail-1.jpg_1406829339-1.jpg',0,'attachment','image/jpeg',0),(4855,1,'2017-01-06 04:54:18','2017-01-06 04:54:18','','Deano Cook Lemon Shark Sunset','','inherit','open','closed','','deanocook_lemonshark','','','2017-01-06 04:54:18','2017-01-06 04:54:18','',0,'http://deanostudios.com/wp-content/uploads/2016/04/DeanoCook_LemonShark-1.jpg',0,'attachment','image/jpeg',0),(4865,1,'2017-01-06 05:31:47','2017-01-06 05:31:47','','DEANO WORKING ON WYLAND DESTIN WALL','Wyland Destin Wall – ‘Marine Life of the Gulf’','inherit','open','closed','','deano_working_on_wyl_11493d','','','2017-01-06 05:31:47','2017-01-06 05:31:47','',0,'http://deanostudios.com/wp-content/uploads/2016/04/DEANO_WORKING_ON_WYL_11493D-1.jpg',0,'attachment','image/jpeg',0),(4866,1,'2017-01-06 05:31:57','2017-01-06 05:31:57','','DEANO WYLAND HARD AT WORK','Wyland Destin Wall – ‘Marine Life of the Gulf’','inherit','open','closed','','deano_wyland_hard_at_work','','','2017-01-06 05:31:57','2017-01-06 05:31:57','',0,'http://deanostudios.com/wp-content/uploads/2016/04/DEANO_WYLAND_HARD_at_WORK-1.jpg',0,'attachment','image/jpeg',0),(4867,1,'2017-01-06 05:32:08','2017-01-06 05:32:08','','DEANO WYLAND HARD AT WORK','Wyland Destin Wall – ‘Marine Life of the Gulf’','inherit','open','closed','','dsc_0323','','','2017-01-06 05:32:08','2017-01-06 05:32:08','',0,'http://deanostudios.com/wp-content/uploads/2016/04/DSC_0323-1.jpg',0,'attachment','image/jpeg',0),(4868,1,'2017-01-06 05:32:56','2017-01-06 05:32:56','','DEANO COOK WYLAND WALL','Wyland Destin Wall – ‘Marine Life of the Gulf’','inherit','open','closed','','dsc_0329','','','2017-01-06 05:32:56','2017-01-06 05:32:56','',0,'http://deanostudios.com/wp-content/uploads/2016/04/DSC_0329-1.jpg',0,'attachment','image/jpeg',0),(4869,1,'2017-01-06 05:33:03','2017-01-06 05:33:03','','DESTIN WYLAND WALL','Wyland Destin Wall – ‘Marine Life of the Gulf’','inherit','open','closed','','dsc_0335','','','2017-01-06 05:33:03','2017-01-06 05:33:03','',0,'http://deanostudios.com/wp-content/uploads/2016/04/DSC_0335-1.jpg',0,'attachment','image/jpeg',0),(4870,1,'2017-01-06 05:33:10','2017-01-06 05:33:10','','DEANO COOK WYLAND DESTIN WALL','Wyland Destin Wall – ‘Marine Life of the Gulf’','inherit','open','closed','','dsc_0470','','','2017-01-06 05:33:10','2017-01-06 05:33:10','',0,'http://deanostudios.com/wp-content/uploads/2016/04/DSC_0470-1.jpg',0,'attachment','image/jpeg',0),(4871,1,'2017-01-06 05:33:17','2017-01-06 05:33:17','','DEANO COOK','Wyland Destin Wall – ‘Marine Life of the Gulf’','inherit','open','closed','','dsc_0472','','','2017-01-06 05:33:17','2017-01-06 05:33:17','',0,'http://deanostudios.com/wp-content/uploads/2016/04/DSC_0472-1.jpg',0,'attachment','image/jpeg',0),(4872,1,'2017-01-06 05:33:26','2017-01-06 05:33:26','','DEANO AND WYLAND DESTIN MURAL','Wyland Destin Wall – ‘Marine Life of the Gulf’','inherit','open','closed','','dsc_0478','','','2017-01-06 05:33:26','2017-01-06 05:33:26','',0,'http://deanostudios.com/wp-content/uploads/2016/04/DSC_0478-1.jpg',0,'attachment','image/jpeg',0),(4873,1,'2017-01-06 05:33:35','2017-01-06 05:33:35','','WYLAND DESTIN WALL','Wyland Destin Wall – ‘Marine Life of the Gulf’','inherit','open','closed','','dsc_0496','','','2017-01-06 05:33:35','2017-01-06 05:33:35','',0,'http://deanostudios.com/wp-content/uploads/2016/04/DSC_0496-1.jpg',0,'attachment','image/jpeg',0),(4874,1,'2017-01-06 05:33:50','2017-01-06 05:33:50','','WYLAND AND DEANO DESTIN WALL','Wyland Destin Wall – ‘Marine Life of the Gulf’','inherit','open','closed','','dsc_0524','','','2017-01-06 05:33:50','2017-01-06 05:33:50','',0,'http://deanostudios.com/wp-content/uploads/2016/04/DSC_0524-1.jpg',0,'attachment','image/jpeg',0),(4875,1,'2017-01-06 05:33:59','2017-01-06 05:33:59','','DSC_0726','Wyland Destin Wall – ‘Marine Life of the Gulf’','inherit','open','closed','','dsc_0726','','','2017-01-06 05:33:59','2017-01-06 05:33:59','',0,'http://deanostudios.com/wp-content/uploads/2016/04/DSC_0726-1.jpg',0,'attachment','image/jpeg',0),(4876,1,'2017-01-06 05:34:18','2017-01-06 05:34:18','','SQUID WYLAND DESTIN WALL','Wyland Destin Wall – ‘Marine Life of the Gulf’','inherit','open','closed','','squid_wyland_1','','','2017-01-06 05:34:18','2017-01-06 05:34:18','',0,'http://deanostudios.com/wp-content/uploads/2016/04/SQUID_WYLAND_1-1.jpg',0,'attachment','image/jpeg',0),(4877,1,'2017-01-06 05:34:34','2017-01-06 05:34:34','','WYLAND BLUE WHALE','Wyland Destin Wall – ‘Marine Life of the Gulf’','inherit','open','closed','','wyland_blue_whale','','','2017-01-06 05:34:34','2017-01-06 05:34:34','',0,'http://deanostudios.com/wp-content/uploads/2016/04/WYLAND_BLUE_WHALE-1.jpg',0,'attachment','image/jpeg',0),(4952,1,'2017-01-06 08:32:35','2017-01-06 08:32:35','','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','inherit','open','closed','','akua_dixon_wyland_steve_turre','','','2017-01-06 08:32:35','2017-01-06 08:32:35','',0,'http://deanostudios.com/wp-content/uploads/2016/04/AKUA_DIXON_WYLAND_STEVE_TURRE-1.jpg',0,'attachment','image/jpeg',0),(4953,1,'2017-01-06 08:32:45','2017-01-06 08:32:45','','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','inherit','open','closed','','deano_begins_painting_tunas','','','2017-01-06 08:32:45','2017-01-06 08:32:45','',0,'http://deanostudios.com/wp-content/uploads/2016/04/DEANO_BEGINS_PAINTING_TUNAS-1.jpg',0,'attachment','image/jpeg',0),(4954,1,'2017-01-06 08:32:53','2017-01-06 08:32:53','','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','','inherit','open','closed','','deano_finishes_tunas_on_wyland_wall_93','','','2017-01-06 08:32:53','2017-01-06 08:32:53','',0,'http://deanostudios.com/wp-content/uploads/2016/04/DEANO_FINISHES_TUNAS_ON_WYLAND_WALL_93-1.jpg',0,'attachment','image/jpeg',0),(4955,1,'2017-01-06 08:33:03','2017-01-06 08:33:03','','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','inherit','open','closed','','deano_gino_of_wyland_worldwide','','','2017-01-06 08:33:03','2017-01-06 08:33:03','',0,'http://deanostudios.com/wp-content/uploads/2016/04/DEANO_GINO_OF_WYLAND_WORLDWIDE-1.jpg',0,'attachment','image/jpeg',0),(4956,1,'2017-01-06 08:33:12','2017-01-06 08:33:12','','DEANO_LEARNS_FROM A_MODERN_MASTER','','inherit','open','closed','','deano_learns_from-a_modern_master','','','2017-01-06 08:33:12','2017-01-06 08:33:12','',0,'http://deanostudios.com/wp-content/uploads/2016/04/DEANO_LEARNS_FROM-A_MODERN_MASTER-1.jpg',0,'attachment','image/jpeg',0),(4957,1,'2017-01-06 08:33:22','2017-01-06 08:33:22','','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','inherit','open','closed','','deano_paints_tunas_on_wyland_wall_93','','','2017-01-06 08:33:22','2017-01-06 08:33:22','',0,'http://deanostudios.com/wp-content/uploads/2016/04/DEANO_PAINTS_TUNAS_ON_WYLAND_WALL_93-1.jpg',0,'attachment','image/jpeg',0),(4958,1,'2017-01-06 08:33:32','2017-01-06 08:33:32','','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','inherit','open','closed','','deano_steve_turre_of_saturday_night_live_band','','','2017-01-06 08:33:32','2017-01-06 08:33:32','',0,'http://deanostudios.com/wp-content/uploads/2016/04/DEANO_STEVE_TURRE_OF_SATURDAY_NIGHT_LIVE_BAND-1.jpg',0,'attachment','image/jpeg',0),(4959,1,'2017-01-06 08:33:40','2017-01-06 08:33:40','','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','inherit','open','closed','','deano_wyland_work_as_a_crowd_observes','','','2017-01-06 08:33:40','2017-01-06 08:33:40','',0,'http://deanostudios.com/wp-content/uploads/2016/04/DEANO_WYLAND_WORK_AS_A_CROWD_OBSERVES-1.jpg',0,'attachment','image/jpeg',0),(4960,1,'2017-01-06 08:33:51','2017-01-06 08:33:51','','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','inherit','open','closed','','deano_wyland-new_bedford_05','','','2017-01-06 08:33:51','2017-01-06 08:33:51','',0,'http://deanostudios.com/wp-content/uploads/2016/04/DEANO_WYLAND-NEW_BEDFORD_05-1.jpg',0,'attachment','image/jpeg',0),(4961,1,'2017-01-06 08:34:04','2017-01-06 08:34:04','','DEANO_YELLOWFIN_TUNAS-2','','inherit','open','closed','','deano_yellowfin_tunas-2','','','2017-01-06 08:34:04','2017-01-06 08:34:04','',0,'http://deanostudios.com/wp-content/uploads/2016/04/DEANO_YELLOWFIN_TUNAS-2-1.jpg',0,'attachment','image/jpeg',0),(4962,1,'2017-01-06 08:34:09','2017-01-06 08:34:09','','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','inherit','open','closed','','deano_yellowfin_tunas','','','2017-01-06 08:34:09','2017-01-06 08:34:09','',0,'http://deanostudios.com/wp-content/uploads/2016/04/DEANO_YELLOWFIN_TUNAS-1.jpg',0,'attachment','image/jpeg',0),(4963,1,'2017-01-06 08:34:15','2017-01-06 08:34:15','','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','inherit','open','closed','','deano-begins-painting-tunas','','','2017-01-06 08:34:15','2017-01-06 08:34:15','',0,'http://deanostudios.com/wp-content/uploads/2016/04/DEANO-BEGINS-PAINTING-TUNAS-1.jpg',0,'attachment','image/jpeg',0),(4964,1,'2017-01-06 08:34:22','2017-01-06 08:34:22','','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','inherit','open','closed','','deano-paints-tunas-o_114923','','','2017-01-06 08:34:22','2017-01-06 08:34:22','',0,'http://deanostudios.com/wp-content/uploads/2016/04/DEANO-PAINTS-TUNAS-O_114923-1.jpg',0,'attachment','image/jpeg',0),(4965,1,'2017-01-06 08:34:31','2017-01-06 08:34:31','','DEANO-PROUD_TO_BE_PART_OF_TEAM_WYLAND','','inherit','open','closed','','deano-proud_to_be_part_of_team_wyland','','','2017-01-06 08:34:31','2017-01-06 08:34:31','',0,'http://deanostudios.com/wp-content/uploads/2016/04/DEANO-PROUD_TO_BE_PART_OF_TEAM_WYLAND-1.jpg',0,'attachment','image/jpeg',0),(4966,1,'2017-01-06 08:34:36','2017-01-06 08:34:36','','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','inherit','open','closed','','deano-yellowfin-tunas-2','','','2017-01-06 08:34:36','2017-01-06 08:34:36','',0,'http://deanostudios.com/wp-content/uploads/2016/04/DEANO-YELLOWFIN-TUNAS-2-1.jpg',0,'attachment','image/jpeg',0),(4967,1,'2017-01-06 08:34:44','2017-01-06 08:34:44','','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','inherit','open','closed','','deano2-yellowfin-tunas-2','','','2017-01-06 08:34:44','2017-01-06 08:34:44','',0,'http://deanostudios.com/wp-content/uploads/2016/04/DEANO2-YELLOWFIN-TUNAS-2-1.jpg',0,'attachment','image/jpeg',0),(4968,1,'2017-01-06 08:34:53','2017-01-06 08:34:53','','GARY_FIRSTENBERG-WYLANDS_PHOTOGRAPHER','','inherit','open','closed','','gary_firstenberg-wylands_photographer','','','2017-01-06 08:34:53','2017-01-06 08:34:53','',0,'http://deanostudios.com/wp-content/uploads/2016/04/GARY_FIRSTENBERG-WYLANDS_PHOTOGRAPHER-1.jpg',0,'attachment','image/jpeg',0),(4969,1,'2017-01-06 08:34:58','2017-01-06 08:34:58','','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','inherit','open','closed','','humpback_whale-_calf_by_wyland','','','2017-01-06 08:34:58','2017-01-06 08:34:58','',0,'http://deanostudios.com/wp-content/uploads/2016/04/HUMPBACK_WHALE-_CALF_BY_WYLAND-1.jpg',0,'attachment','image/jpeg',0),(4970,1,'2017-01-06 08:35:05','2017-01-06 08:35:05','','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','inherit','open','closed','','humpback-dolphin-by-wyland','','','2017-01-06 08:35:05','2017-01-06 08:35:05','',0,'http://deanostudios.com/wp-content/uploads/2016/04/HUMPBACK-DOLPHIN-BY-WYLAND-1.jpg',0,'attachment','image/jpeg',0),(4971,1,'2017-01-06 08:35:12','2017-01-06 08:35:12','','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','inherit','open','closed','','humpback-whale-calf_11492a','','','2017-01-06 08:35:12','2017-01-06 08:35:12','',0,'http://deanostudios.com/wp-content/uploads/2016/04/HUMPBACK-WHALE-CALF_11492A-1.jpg',0,'attachment','image/jpeg',0),(4972,1,'2017-01-06 08:35:21','2017-01-06 08:35:21','','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','inherit','open','closed','','right_whale_yellowfin_tuna','','','2017-01-06 08:35:21','2017-01-06 08:35:21','',0,'http://deanostudios.com/wp-content/uploads/2016/04/RIGHT_WHALE_YELLOWFIN_TUNA-1.jpg',0,'attachment','image/jpeg',0),(4973,1,'2017-01-06 08:35:33','2017-01-06 08:35:33','','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','Wyland New Bedford Wall – ‘Great Whales of New Bedford’','inherit','open','closed','','roy_chavez_gino_beltran','','','2017-01-06 08:35:33','2017-01-06 08:35:33','',0,'http://deanostudios.com/wp-content/uploads/2016/04/ROY_CHAVEZ_GINO_BELTRAN-1.jpg',0,'attachment','image/jpeg',0),(4974,1,'2017-01-06 08:35:44','2017-01-06 08:35:44','','STEVE_TURRE_AKUA_DIXON','','inherit','open','closed','','steve_turre_akua_dixon','','','2017-01-06 08:35:44','2017-01-06 08:35:44','',0,'http://deanostudios.com/wp-content/uploads/2016/04/STEVE_TURRE_AKUA_DIXON-1.jpg',0,'attachment','image/jpeg',0),(5023,1,'2017-01-06 10:35:56','2017-01-06 10:35:56','','Deano_Guy_collab','','inherit','open','closed','','deano_guy_collab','','','2017-01-06 10:35:56','2017-01-06 10:35:56','',0,'http://deanostudios.com/wp-content/uploads/2017/01/Deano_Guy_collab-1.jpg',0,'attachment','image/jpeg',0),(5047,1,'2017-01-06 10:51:47','2017-01-06 10:51:47','','MANATEES-SUNDAY_MORN-1149FE','','inherit','open','closed','','manatees-sunday_morn-1149fe','','','2017-01-06 10:51:47','2017-01-06 10:51:47','',0,'http://deanostudios.com/wp-content/uploads/2017/01/MANATEES-SUNDAY_MORN-1149FE-1.jpg',0,'attachment','image/jpeg',0),(5076,1,'2017-01-08 21:06:14','2017-01-08 21:06:14','','Deano_logo-l-website','','inherit','open','closed','','deano_logo-l-website-2','','','2017-01-08 21:06:14','2017-01-08 21:06:14','',0,'http://deanostudios.com/wp-content/uploads/2017/01/Deano_logo-l-website-1-1.png',0,'attachment','image/png',0),(5077,1,'2017-01-08 21:06:33','2017-01-08 21:06:33','','Deano_logo-ret','','inherit','open','closed','','deano_logo-ret','','','2017-01-08 21:06:33','2017-01-08 21:06:33','',0,'http://deanostudios.com/wp-content/uploads/2017/01/Deano_logo-ret-2.png',0,'attachment','image/png',0),(5146,1,'2017-01-17 05:35:06','2017-01-17 05:35:06','','DSC_7280','','inherit','open','closed','','dsc_7280','','','2017-01-17 05:35:06','2017-01-17 05:35:06','',0,'http://deanostudios.com/wp-content/uploads/2016/03/DSC_7280-1.jpg',0,'attachment','image/jpeg',0),(5155,1,'2017-01-17 07:00:16','2017-01-17 07:00:16','','Hammerhead Shark','','inherit','open','closed','','img_5938','','','2017-01-17 07:00:16','2017-01-17 07:00:16','',0,'http://deanostudios.com/wp-content/uploads/2017/01/IMG_5938-1.jpg',0,'attachment','image/jpeg',0),(5156,1,'2017-01-17 07:01:09','2017-01-17 07:01:09','','Octopus','','inherit','open','closed','','campanella-1','','','2017-01-17 07:01:09','2017-01-17 07:01:09','',0,'http://deanostudios.com/wp-content/uploads/2017/01/CAMPANELLA-1-1.jpg',0,'attachment','image/jpeg',0),(5157,1,'2017-01-17 07:01:40','2017-01-17 07:01:40','','Dolphin & Baby','','inherit','open','closed','','crystals-dolphin-baby','','','2017-01-17 07:01:40','2017-01-17 07:01:40','',0,'http://deanostudios.com/wp-content/uploads/2017/01/CRYSTALS-DOLPHIN-BABY-1.jpg',0,'attachment','image/jpeg',0),(5158,1,'2017-01-17 07:02:25','2017-01-17 07:02:25','','Octopus','','inherit','open','closed','','gunter-1','','','2017-01-17 07:02:25','2017-01-17 07:02:25','',0,'http://deanostudios.com/wp-content/uploads/2017/01/GUNTER-1-1.jpg',0,'attachment','image/jpeg',0),(5159,1,'2017-01-17 07:03:29','2017-01-17 07:03:29','','Swordfish','','inherit','open','closed','','img_0898b','','','2017-01-17 07:03:29','2017-01-17 07:03:29','',0,'http://deanostudios.com/wp-content/uploads/2017/01/IMG_0898b-1.jpg',0,'attachment','image/jpeg',0),(5160,1,'2017-01-17 07:03:55','2017-01-17 07:03:55','','Killer Whale','','inherit','open','closed','','img_1633','','','2017-01-17 07:03:55','2017-01-17 07:03:55','',0,'http://deanostudios.com/wp-content/uploads/2017/01/IMG_1633-e1484804685298-1.jpg',0,'attachment','image/jpeg',0),(5161,1,'2017-01-17 07:04:27','2017-01-17 07:04:27','','Sea Turtle','','inherit','open','closed','','img_1720','','','2017-01-17 07:04:27','2017-01-17 07:04:27','',0,'http://deanostudios.com/wp-content/uploads/2017/01/IMG_1720-e1484804705793-1.jpg',0,'attachment','image/jpeg',0),(5162,1,'2017-01-05 07:06:16','2017-01-05 07:06:16','','Hammerhead shark','','publish','open','closed','','hammerhead-shark','','','2017-02-18 00:12:02','2017-02-18 00:12:02','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=5162',0,'dt_portfolios','',0),(5163,1,'2017-01-17 07:05:40','2017-01-17 07:05:40','','Great White Shark','','inherit','open','closed','','img_2274','','','2017-01-17 07:05:40','2017-01-17 07:05:40','',0,'http://deanostudios.com/wp-content/uploads/2017/01/IMG_2274-e1484804718434-1.jpg',0,'attachment','image/jpeg',0),(5164,1,'2017-01-17 07:06:26','2017-01-17 07:06:26','','Octopus','','inherit','open','closed','','img_2769','','','2017-01-17 07:06:26','2017-01-17 07:06:26','',0,'http://deanostudios.com/wp-content/uploads/2017/01/IMG_2769-e1484804732540-1.jpg',0,'attachment','image/jpeg',0),(5165,1,'2017-01-17 07:07:10','2017-01-17 07:07:10','','Shark','','inherit','open','closed','','img_3097','','','2017-01-17 07:07:10','2017-01-17 07:07:10','',0,'http://deanostudios.com/wp-content/uploads/2017/01/IMG_3097-e1484804751902-1.jpg',0,'attachment','image/jpeg',0),(5166,1,'2017-01-17 07:07:41','2017-01-17 07:07:41','','Sea Turtle','','inherit','open','closed','','img_3828','','','2017-01-17 07:07:41','2017-01-17 07:07:41','',0,'http://deanostudios.com/wp-content/uploads/2017/01/IMG_3828-e1484804781633-1.jpg',0,'attachment','image/jpeg',0),(5167,1,'2017-01-17 07:09:28','2017-01-17 07:09:28','','Octopus','','publish','open','closed','','octopus','','','2017-01-17 07:09:28','2017-01-17 07:09:28','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=5167',0,'dt_portfolios','',0),(5168,1,'2017-01-17 07:08:02','2017-01-17 07:08:02','','Swordfish','','inherit','open','closed','','img_4040','','','2017-01-17 07:08:02','2017-01-17 07:08:02','',0,'http://deanostudios.com/wp-content/uploads/2017/01/IMG_4040-1.jpg',0,'attachment','image/jpeg',0),(5170,1,'2017-01-17 07:09:36','2017-01-17 07:09:36','','Mahi-mahi','','inherit','open','closed','','img_4163','','','2017-01-17 07:09:36','2017-01-17 07:09:36','',0,'http://deanostudios.com/wp-content/uploads/2017/01/IMG_4163-e1484804800943-1.jpg',0,'attachment','image/jpeg',0),(5171,1,'2017-01-17 07:09:58','2017-01-17 07:09:58','','IMG_4166','','inherit','open','closed','','img_4166','','','2017-01-17 07:09:58','2017-01-17 07:09:58','',0,'http://deanostudios.com/wp-content/uploads/2017/01/IMG_4166-1.jpg',0,'attachment','image/jpeg',0),(5172,1,'2017-01-17 07:10:23','2017-01-17 07:10:23','','Swordfish','','inherit','open','closed','','img_4959','','','2017-01-17 07:10:23','2017-01-17 07:10:23','',0,'http://deanostudios.com/wp-content/uploads/2017/01/IMG_4959-e1484804843888-1.jpg',0,'attachment','image/jpeg',0),(5173,1,'2017-01-17 07:10:44','2017-01-17 07:10:44','','Fish','','inherit','open','closed','','img_5412','','','2017-01-17 07:10:44','2017-01-17 07:10:44','',0,'http://deanostudios.com/wp-content/uploads/2017/01/IMG_5412-e1484804877728-1.jpg',0,'attachment','image/jpeg',0),(5174,1,'2017-01-17 07:11:11','2017-01-17 07:11:11','','Octopus','','inherit','open','closed','','img_6851','','','2017-01-17 07:11:11','2017-01-17 07:11:11','',0,'http://deanostudios.com/wp-content/uploads/2017/01/IMG_6851-e1484804908872-1.jpg',0,'attachment','image/jpeg',0),(5175,1,'2017-01-17 07:11:58','2017-01-17 07:11:58','','Scuba Diver','','inherit','open','closed','','luther-cox-diver-2','','','2017-01-17 07:11:58','2017-01-17 07:11:58','',0,'http://deanostudios.com/wp-content/uploads/2017/01/LUTHER-COX-DIVER-2-1.jpg',0,'attachment','image/jpeg',0),(5176,1,'2017-01-17 07:12:13','2017-01-17 07:12:13','','OSPREY-DEANO COOK','','inherit','open','closed','','osprey-deano-cook','','','2017-01-17 07:12:13','2017-01-17 07:12:13','',0,'http://deanostudios.com/wp-content/uploads/2017/01/OSPREY-DEANO-COOK-1.jpg',0,'attachment','image/jpeg',0),(5177,1,'2017-01-17 07:12:52','2017-01-17 07:12:52','','RREZ8647','','inherit','open','closed','','rrez8647','','','2017-01-17 07:12:52','2017-01-17 07:12:52','',0,'http://deanostudios.com/wp-content/uploads/2017/01/RREZ8647-e1484805008129-1.jpg',0,'attachment','image/jpeg',0),(5178,1,'2017-01-17 07:13:06','2017-01-17 07:13:06','','bg','','inherit','open','closed','','bg','','','2017-01-17 07:13:06','2017-01-17 07:13:06','',0,'http://deanostudios.com/wp-content/uploads/2017/01/bg-1.jpg',0,'attachment','image/jpeg',0),(5179,1,'2017-01-19 04:45:52','2017-01-19 04:45:52','','Sea Turtle','','inherit','open','closed','','cay_6646','','','2017-01-19 04:45:52','2017-01-19 04:45:52','',0,'http://deanostudios.com/wp-content/uploads/2016/03/CAY_6646-e1484805872436-1.jpg',0,'attachment','image/jpeg',0),(5182,1,'2017-01-19 04:56:38','2017-01-19 04:56:38','','Lemon Sharks','','inherit','open','closed','','dsc_1678','','','2017-01-19 04:56:38','2017-01-19 04:56:38','',0,'http://deanostudios.com/wp-content/uploads/2016/04/DSC_1678-e1484805885314-1.jpg',0,'attachment','image/jpeg',0),(5190,1,'2017-01-19 05:27:58','2017-01-19 05:27:58','','Dolphin & Baby','','publish','open','closed','','dolphin-baby','','','2017-01-19 05:27:58','2017-01-19 05:27:58','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=5190',0,'dt_portfolios','',0),(5191,1,'2017-01-08 05:30:34','2017-01-08 05:30:34','','Octopus','','publish','open','closed','','octopus-2','','','2017-01-08 05:30:34','2017-01-08 05:30:34','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=5191',0,'dt_portfolios','',0),(5192,1,'2017-01-05 05:32:11','2017-01-05 05:32:11','','Sailfish','','publish','open','closed','','swordfish','','','2017-01-05 05:32:11','2017-01-05 05:32:11','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=5192',0,'dt_portfolios','',0),(5193,1,'2017-01-19 05:33:08','2017-01-19 05:33:08','','Killer Whale','','publish','open','closed','','killer-whale','','','2017-01-19 05:33:08','2017-01-19 05:33:08','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=5193',0,'dt_portfolios','',0),(5194,1,'2017-01-19 05:34:29','2017-01-19 05:34:29','','Sea Turtle','','publish','open','closed','','sea-turtle','','','2017-01-19 05:34:29','2017-01-19 05:34:29','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=5194',0,'dt_portfolios','',0),(5195,1,'2017-01-19 05:37:20','2017-01-19 05:37:20','','Great White Shark','','publish','open','closed','','great-white-shark','','','2017-01-19 05:37:20','2017-01-19 05:37:20','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=5195',0,'dt_portfolios','',0),(5196,1,'2017-01-19 05:40:45','2017-01-19 05:40:45','','Octopus','','publish','open','closed','','octopus-3','','','2017-01-19 05:40:45','2017-01-19 05:40:45','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=5196',0,'dt_portfolios','',0),(5197,1,'2017-01-19 05:43:46','2017-01-19 05:43:46','','Mako Shark','','publish','open','closed','','shark-3','','','2017-01-19 05:43:46','2017-01-19 05:43:46','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=5197',0,'dt_portfolios','',0),(5198,1,'2017-01-19 05:46:04','2017-01-19 05:46:04','','Hawksbill Sea Turtle','','publish','open','closed','','sea-turtle-2','','','2017-01-19 05:46:04','2017-01-19 05:46:04','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=5198',0,'dt_portfolios','',0),(5199,1,'2017-01-19 05:47:17','2017-01-19 05:47:17','','Sailfish','','publish','open','closed','','swordfish-2','','','2017-02-20 01:48:51','2017-02-20 01:48:51','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=5199',0,'dt_portfolios','',0),(5200,1,'2017-01-19 05:54:37','2017-01-19 05:54:37','','Mahi-mahi','','publish','open','closed','','mahi-mahi','','','2017-02-18 00:20:25','2017-02-18 00:20:25','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=5200',0,'dt_portfolios','',0),(5201,1,'2017-01-19 05:57:44','2017-01-19 05:57:44','','Sea Turtle','','publish','open','closed','','sea-turtle-3','','','2017-01-19 05:57:44','2017-01-19 05:57:44','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=5201',0,'dt_portfolios','',0),(5202,1,'2017-01-19 05:56:50','2017-01-19 05:56:50','','Great White Shark','','inherit','open','closed','','_gw10029b','','','2017-01-19 05:56:50','2017-01-19 05:56:50','',0,'http://deanostudios.com/wp-content/uploads/2017/01/GW10029b-1.jpg',0,'attachment','image/jpeg',0),(5203,1,'2017-01-19 06:01:08','2017-01-19 06:01:08','','Great White Shark','','publish','open','closed','','great-white-shark-2','','','2017-02-18 00:24:27','2017-02-18 00:24:27','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=5203',0,'dt_portfolios','',0),(5205,1,'2017-01-19 06:03:57','2017-01-19 06:03:57','','Lemon Sharks','','publish','open','closed','','lemon-sharks','','','2017-01-19 06:03:57','2017-01-19 06:03:57','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=5205',0,'dt_portfolios','',0),(5206,1,'2017-01-19 06:07:16','2017-01-19 06:07:16','','Great White Shark','','inherit','open','closed','','_gw10205final','','','2017-01-19 06:07:16','2017-01-19 06:07:16','',0,'http://deanostudios.com/wp-content/uploads/2017/01/GW10205final-e1484806708507-1.jpg',0,'attachment','image/jpeg',0),(5207,1,'2017-01-19 06:08:29','2017-01-19 06:08:29','','Sea Turtle','','inherit','open','closed','','cay_6292b','','','2017-01-19 06:08:29','2017-01-19 06:08:29','',0,'http://deanostudios.com/wp-content/uploads/2017/01/CAY_6292b-1.jpg',0,'attachment','image/jpeg',0),(5208,1,'2017-01-19 06:11:33','2017-01-19 06:11:33','','Great White Shark','','publish','open','closed','','great-white-shark-3','','','2017-01-19 06:11:33','2017-01-19 06:11:33','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=5208',0,'dt_portfolios','',0),(5209,1,'2017-01-19 06:11:23','2017-01-19 06:11:23','','Sea Turtle','','inherit','open','closed','','cay_6442b','','','2017-01-19 06:11:23','2017-01-19 06:11:23','',0,'http://deanostudios.com/wp-content/uploads/2017/01/CAY_6442b-e1484806751944-1.jpg',0,'attachment','image/jpeg',0),(5210,1,'2017-01-19 06:12:34','2017-01-19 06:12:34','','Sea Turtle','','publish','open','closed','','sea-turtle-4','','','2017-01-19 06:12:34','2017-01-19 06:12:34','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=5210',0,'dt_portfolios','',0),(5211,1,'2017-01-19 06:14:02','2017-01-19 06:14:02','','Sea Turtle','','publish','open','closed','','sea-turtle-5','','','2017-01-19 06:14:02','2017-01-19 06:14:02','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=5211',0,'dt_portfolios','',0),(5212,1,'2017-01-19 06:15:03','2017-01-19 06:15:03','','Swordfish','','publish','open','closed','','swordfish-3','','','2017-01-19 06:15:03','2017-01-19 06:15:03','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=5212',0,'dt_portfolios','',0),(5213,1,'2017-01-19 06:14:24','2017-01-19 06:14:24','','Sea Turtle','','inherit','open','closed','','cay_6636','','','2017-01-19 06:14:24','2017-01-19 06:14:24','',0,'http://deanostudios.com/wp-content/uploads/2017/01/CAY_6636-e1484806787302-1.jpg',0,'attachment','image/jpeg',0),(5214,1,'2017-01-19 06:17:00','2017-01-19 06:17:00','','Fish','','publish','open','closed','','fish','','','2017-01-19 06:17:00','2017-01-19 06:17:00','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=5214',0,'dt_portfolios','',0),(5215,1,'2017-01-19 06:18:08','2017-01-19 06:18:08','','Octopus','','publish','open','closed','','octopus-4','','','2017-01-19 06:18:08','2017-01-19 06:18:08','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=5215',0,'dt_portfolios','',0),(5216,1,'2017-01-19 06:19:04','2017-01-19 06:19:04','','Scuba Diver','','publish','open','closed','','scuba-diver','','','2017-01-19 06:19:04','2017-01-19 06:19:04','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=5216',0,'dt_portfolios','',0),(5217,1,'2017-01-19 06:20:33','2017-01-19 06:20:33','','Sea Turtle','','publish','open','closed','','sea-turtle-6','','','2017-01-19 06:20:33','2017-01-19 06:20:33','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=5217',0,'dt_portfolios','',0),(5218,1,'2017-01-19 06:28:59','2017-01-19 06:28:59','','Kingpin','','inherit','open','closed','','kingpin-2','','','2017-01-19 06:28:59','2017-01-19 06:28:59','',0,'http://deanostudios.com/wp-content/uploads/2016/03/Kingpin-1.png',0,'attachment','image/png',0),(5223,1,'2017-01-19 06:42:26','2017-01-19 06:42:26','','fusion','','inherit','open','closed','','fusion-2','','','2017-01-19 06:42:26','2017-01-19 06:42:26','',0,'http://deanostudios.com/wp-content/uploads/2016/03/fusion-1.png',0,'attachment','image/png',0),(5225,1,'2017-01-19 06:47:13','2017-01-19 06:47:13','','H2Ocean','','inherit','open','closed','','h2ocean-3','','','2017-01-19 06:47:13','2017-01-19 06:47:13','',0,'http://deanostudios.com/wp-content/uploads/2016/03/H2Ocean-2.png',0,'attachment','image/png',0),(5241,1,'2017-01-19 07:14:37','2017-01-19 07:14:37','','FK-Irons','','inherit','open','closed','','fk-irons-2','','','2017-01-19 07:14:37','2017-01-19 07:14:37','',0,'http://deanostudios.com/wp-content/uploads/2016/04/FK-Irons-1.png',0,'attachment','image/png',0),(5245,1,'2017-01-20 00:20:28','2017-01-20 00:20:28','','deano-bio','','inherit','open','closed','','deano-bio','','','2017-01-20 00:20:28','2017-01-20 00:20:28','',0,'http://deanostudios.com/wp-content/uploads/2016/03/deano-bio-1.jpg',0,'attachment','image/jpeg',0),(5246,1,'2017-01-20 00:20:35','2017-01-20 00:20:35','','H2Ocean','','inherit','open','closed','','h2ocean-4','','','2017-01-20 00:20:35','2017-01-20 00:20:35','',0,'http://deanostudios.com/wp-content/uploads/2016/03/H2Ocean-1-1.png',0,'attachment','image/png',0),(5262,1,'2017-01-20 00:54:23','2017-01-20 00:54:23','','Variation #5262 of Closer Look Canvas Print','','publish','closed','closed','','product-3297-variation','','','2017-01-20 00:54:23','2017-01-20 00:54:23','',0,'http://www.artlanta.com/deanostudios/product/ship-your-idea-2/',3,'product_variation','',0),(5263,1,'2017-01-20 01:39:20','2017-01-20 01:39:20','','LEMON SNAP 1-DEANO COOK','','inherit','open','closed','','lemon-snap-1-deano-cook','','','2017-01-20 01:39:20','2017-01-20 01:39:20','',0,'http://deanostudios.com/wp-content/uploads/2016/04/LEMON-SNAP-1-DEANO-COOK-e1484877310796.jpg',0,'attachment','image/jpeg',0),(5265,1,'2017-01-20 01:41:22','2017-01-20 01:41:22','','NAQ_4015b','','inherit','open','closed','','naq_4015b','','','2017-01-20 01:41:22','2017-01-20 01:41:22','',0,'http://deanostudios.com/wp-content/uploads/2016/04/NAQ_4015b-e1484877297871-1.jpg',0,'attachment','image/jpeg',0),(5274,1,'2017-01-21 19:57:37','2017-01-21 19:57:37','','ocean-artist-society','','inherit','open','closed','','ocean-artist-society-2','','','2017-01-21 19:57:37','2017-01-21 19:57:37','',0,'http://deanostudios.com/wp-content/uploads/2016/04/ocean-artist-society-1.png',0,'attachment','image/png',0),(5277,1,'2017-01-21 20:04:40','2017-01-21 20:04:40','','psychotats','','inherit','open','closed','','psychotats','','','2017-01-21 20:04:40','2017-01-21 20:04:40','',0,'http://deanostudios.com/wp-content/uploads/2016/04/psychotats-1.png',0,'attachment','image/png',0),(5295,1,'2017-01-21 21:51:40','2017-01-21 21:51:40','','Deano_logo-ret','','inherit','open','closed','','deano_logo-ret-2','','','2017-01-21 21:51:40','2017-01-21 21:51:40','',0,'http://deanostudios.com/wp-content/uploads/2017/01/Deano_logo-ret-1-1.png',0,'attachment','image/png',0),(5297,1,'2017-01-21 21:51:54','2017-01-21 21:51:54','','Deano_logo-l-website copy','','inherit','open','closed','','deano_logo-l-website-copy','','','2017-01-21 21:51:54','2017-01-21 21:51:54','',0,'http://deanostudios.com/wp-content/uploads/2017/01/Deano_logo-l-website-copy-2.png',0,'attachment','image/png',0),(5367,1,'2017-01-31 16:32:36','2017-01-31 16:32:36','','Variation #5367 of Closer Look Giclee Print (Copy)','','publish','closed','closed','','variation-5367-of-closer-look-giclee-print-copy','','','2017-01-31 16:32:36','2017-01-31 16:32:36','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5366',3,'product_variation','',0),(5368,1,'2017-01-31 16:32:36','2017-01-31 16:32:36','','Variation #5368 of Closer Look Giclee Print (Copy)','','publish','open','open','','variation-5368-of-closer-look-giclee-print-copy','','','2017-01-31 16:32:36','2017-01-31 16:32:36','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5366',1,'product_variation','',0),(5369,1,'2017-01-31 16:32:36','2017-01-31 16:32:36','','Variation #5369 of Closer Look Giclee Print (Copy)','','publish','open','open','','variation-5369-of-closer-look-giclee-print-copy','','','2017-01-31 16:32:36','2017-01-31 16:32:36','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5366',2,'product_variation','',0),(5371,1,'2017-01-31 16:38:02','2017-01-31 16:38:02','','Variation #5371 of Great White Shark Giclee Print (Copy)','','publish','closed','closed','','variation-5371-of-great-white-shark-giclee-print-copy','','','2017-01-31 16:38:02','2017-01-31 16:38:02','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5370',3,'product_variation','',0),(5372,1,'2017-01-31 16:38:02','2017-01-31 16:38:02','','Variation #5372 of Great White Shark Giclee Print (Copy)','','publish','open','open','','variation-5372-of-great-white-shark-giclee-print-copy','','','2017-01-31 16:38:02','2017-01-31 16:38:02','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5370',1,'product_variation','',0),(5373,1,'2017-01-31 16:38:02','2017-01-31 16:38:02','','Variation #5373 of Great White Shark Giclee Print (Copy)','','publish','open','open','','variation-5373-of-great-white-shark-giclee-print-copy','','','2017-01-31 16:38:02','2017-01-31 16:38:02','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5370',2,'product_variation','',0),(5375,1,'2017-01-31 16:46:36','2017-01-31 16:46:36','','Variation #5375 of Great White Shark Giclee Print (Copy)','','publish','closed','closed','','variation-5375-of-great-white-shark-giclee-print-copy','','','2017-01-31 16:46:36','2017-01-31 16:46:36','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5374',3,'product_variation','',0),(5376,1,'2017-01-31 16:46:36','2017-01-31 16:46:36','','Variation #5376 of Great White Shark Giclee Print (Copy)','','publish','open','open','','variation-5376-of-great-white-shark-giclee-print-copy','','','2017-01-31 16:46:36','2017-01-31 16:46:36','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5374',1,'product_variation','',0),(5377,1,'2017-01-31 16:46:36','2017-01-31 16:46:36','','Variation #5377 of Great White Shark Giclee Print (Copy)','','publish','open','open','','variation-5377-of-great-white-shark-giclee-print-copy','','','2017-01-31 16:46:36','2017-01-31 16:46:36','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5374',2,'product_variation','',0),(5378,1,'2017-01-31 16:49:45','2017-01-31 16:49:45','','Sea Turtle Eating Coral','','inherit','open','closed','','_nb10019','','','2017-01-31 16:49:45','2017-01-31 16:49:45','',0,'http://deanostudios.com/wp-content/uploads/2017/01/NB10019-1.jpg',0,'attachment','image/jpeg',0),(5380,1,'2017-01-31 16:51:44','2017-01-31 16:51:44','','Variation #5380 of Sea Turtle Eating Coral Giclee Print (Copy)','','publish','closed','closed','','variation-5380-of-sea-turtle-eating-coral-giclee-print-copy','','','2017-01-31 16:51:44','2017-01-31 16:51:44','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5379',3,'product_variation','',0),(5381,1,'2017-01-31 16:51:44','2017-01-31 16:51:44','','Variation #5381 of Sea Turtle Eating Coral Giclee Print (Copy)','','publish','open','open','','variation-5381-of-sea-turtle-eating-coral-giclee-print-copy','','','2017-01-31 16:51:44','2017-01-31 16:51:44','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5379',1,'product_variation','',0),(5382,1,'2017-01-31 16:51:44','2017-01-31 16:51:44','','Variation #5382 of Sea Turtle Eating Coral Giclee Print (Copy)','','publish','open','open','','variation-5382-of-sea-turtle-eating-coral-giclee-print-copy','','','2017-01-31 16:51:44','2017-01-31 16:51:44','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5379',2,'product_variation','',0),(5383,1,'2017-01-31 16:53:05','2017-01-31 16:53:05','','Sea Turtle and Coral','','inherit','open','closed','','_nb10028','','','2017-01-31 16:53:05','2017-01-31 16:53:05','',0,'http://deanostudios.com/wp-content/uploads/2017/01/NB10028-1.jpg',0,'attachment','image/jpeg',0),(5385,1,'2017-01-31 16:56:04','2017-01-31 16:56:04','','Variation #5385 of Sea Turtle & Coral Giclee Print (Copy)','','publish','closed','closed','','variation-5385-of-sea-turtle-coral-giclee-print-copy','','','2017-01-31 16:56:04','2017-01-31 16:56:04','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5384',3,'product_variation','',0),(5386,1,'2017-01-31 16:56:04','2017-01-31 16:56:04','','Variation #5386 of Sea Turtle & Coral Giclee Print (Copy)','','publish','open','open','','variation-5386-of-sea-turtle-coral-giclee-print-copy','','','2017-01-31 16:56:04','2017-01-31 16:56:04','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5384',1,'product_variation','',0),(5387,1,'2017-01-31 16:56:04','2017-01-31 16:56:04','','Variation #5387 of Sea Turtle & Coral Giclee Print (Copy)','','publish','open','open','','variation-5387-of-sea-turtle-coral-giclee-print-copy','','','2017-01-31 16:56:04','2017-01-31 16:56:04','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5384',2,'product_variation','',0),(5388,1,'2017-01-31 16:57:09','2017-01-31 16:57:09','','Sea Turtle Eating Coral Vertical','','inherit','open','closed','','_nb10041','','','2017-01-31 16:57:09','2017-01-31 16:57:09','',0,'http://deanostudios.com/wp-content/uploads/2017/01/NB10041-1.jpg',0,'attachment','image/jpeg',0),(5390,1,'2017-01-31 18:05:56','2017-01-31 18:05:56','','Variation #5390 of Sea Turtle & Coral Giclee Print (Copy)','','publish','closed','closed','','variation-5390-of-sea-turtle-coral-giclee-print-copy','','','2017-01-31 18:05:56','2017-01-31 18:05:56','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5389',3,'product_variation','',0),(5391,1,'2017-01-31 18:05:56','2017-01-31 18:05:56','','Variation #5391 of Sea Turtle & Coral Giclee Print (Copy)','','publish','open','open','','variation-5391-of-sea-turtle-coral-giclee-print-copy','','','2017-01-31 18:05:56','2017-01-31 18:05:56','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5389',1,'product_variation','',0),(5392,1,'2017-01-31 18:05:56','2017-01-31 18:05:56','','Variation #5392 of Sea Turtle & Coral Giclee Print (Copy)','','publish','open','open','','variation-5392-of-sea-turtle-coral-giclee-print-copy','','','2017-01-31 18:05:56','2017-01-31 18:05:56','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5389',2,'product_variation','',0),(5393,1,'2017-01-31 18:06:35','2017-01-31 18:06:35','','Sea Turtle and Coral','','inherit','open','closed','','_nb10047','','','2017-01-31 18:06:35','2017-01-31 18:06:35','',0,'http://deanostudios.com/wp-content/uploads/2017/01/NB10047-1.jpg',0,'attachment','image/jpeg',0),(5395,1,'2017-01-31 18:11:30','2017-01-31 18:11:30','','Variation #5395 of Sea Turtle & Coral Giclee Print (Copy)','','publish','closed','closed','','variation-5395-of-sea-turtle-coral-giclee-print-copy','','','2017-01-31 18:11:30','2017-01-31 18:11:30','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5394',3,'product_variation','',0),(5396,1,'2017-01-31 18:11:30','2017-01-31 18:11:30','','Variation #5396 of Sea Turtle & Coral Giclee Print (Copy)','','publish','open','open','','variation-5396-of-sea-turtle-coral-giclee-print-copy','','','2017-01-31 18:11:30','2017-01-31 18:11:30','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5394',1,'product_variation','',0),(5397,1,'2017-01-31 18:11:30','2017-01-31 18:11:30','','Variation #5397 of Sea Turtle & Coral Giclee Print (Copy)','','publish','open','open','','variation-5397-of-sea-turtle-coral-giclee-print-copy','','','2017-01-31 18:11:30','2017-01-31 18:11:30','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5394',2,'product_variation','',0),(5398,1,'2017-01-31 18:12:55','2017-01-31 18:12:55','','Squad of Squid','','inherit','open','closed','','_nb10124','','','2017-01-31 18:12:55','2017-01-31 18:12:55','',0,'http://deanostudios.com/wp-content/uploads/2017/01/NB10124-1.jpg',0,'attachment','image/jpeg',0),(5400,1,'2017-01-31 18:13:54','2017-01-31 18:13:54','','Variation #5400 of Squad of Squid Giclee Print (Copy)','','publish','closed','closed','','variation-5400-of-squad-of-squid-giclee-print-copy','','','2017-01-31 18:13:54','2017-01-31 18:13:54','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5399',3,'product_variation','',0),(5401,1,'2017-01-31 18:13:54','2017-01-31 18:13:54','','Variation #5401 of Squad of Squid Giclee Print (Copy)','','publish','open','open','','variation-5401-of-squad-of-squid-giclee-print-copy','','','2017-01-31 18:13:54','2017-01-31 18:13:54','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5399',1,'product_variation','',0),(5402,1,'2017-01-31 18:13:54','2017-01-31 18:13:54','','Variation #5402 of Squad of Squid Giclee Print (Copy)','','publish','open','open','','variation-5402-of-squad-of-squid-giclee-print-copy','','','2017-01-31 18:13:54','2017-01-31 18:13:54','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5399',2,'product_variation','',0),(5403,1,'2017-01-31 18:19:47','2017-01-31 18:19:47','','Sea Turtle & Yellow Fish','','inherit','open','closed','','_nb10180','','','2017-01-31 18:19:47','2017-01-31 18:19:47','',0,'http://deanostudios.com/wp-content/uploads/2017/01/NB10180-1.jpg',0,'attachment','image/jpeg',0),(5405,1,'2017-01-31 18:24:07','2017-01-31 18:24:07','','Variation #5405 of Squad of Squid Giclee Print (Copy)','','publish','closed','closed','','variation-5405-of-squad-of-squid-giclee-print-copy','','','2017-01-31 18:24:07','2017-01-31 18:24:07','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5404',3,'product_variation','',0),(5406,1,'2017-01-31 18:24:07','2017-01-31 18:24:07','','Variation #5406 of Squad of Squid Giclee Print (Copy)','','publish','open','open','','variation-5406-of-squad-of-squid-giclee-print-copy','','','2017-01-31 18:24:07','2017-01-31 18:24:07','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5404',1,'product_variation','',0),(5407,1,'2017-01-31 18:24:07','2017-01-31 18:24:07','','Variation #5407 of Squad of Squid Giclee Print (Copy)','','publish','open','open','','variation-5407-of-squad-of-squid-giclee-print-copy','','','2017-01-31 18:24:07','2017-01-31 18:24:07','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5404',2,'product_variation','',0),(5408,1,'2017-01-31 18:25:08','2017-01-31 18:25:08','','Two Squids Giclee Print','','inherit','open','closed','','_nb10192b','','','2017-01-31 18:25:08','2017-01-31 18:25:08','',0,'http://deanostudios.com/wp-content/uploads/2017/01/NB10192b-1.jpg',0,'attachment','image/jpeg',0),(5410,1,'2017-01-31 18:43:33','2017-01-31 18:43:33','','Variation #5410 of Sea Turtle & Coral Giclee Print (Copy)','','publish','closed','closed','','variation-5410-of-sea-turtle-coral-giclee-print-copy','','','2017-01-31 18:43:33','2017-01-31 18:43:33','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5409',3,'product_variation','',0),(5411,1,'2017-01-31 18:43:33','2017-01-31 18:43:33','','Variation #5411 of Sea Turtle & Coral Giclee Print (Copy)','','publish','open','open','','variation-5411-of-sea-turtle-coral-giclee-print-copy','','','2017-01-31 18:43:33','2017-01-31 18:43:33','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5409',1,'product_variation','',0),(5412,1,'2017-01-31 18:43:33','2017-01-31 18:43:33','','Variation #5412 of Sea Turtle & Coral Giclee Print (Copy)','','publish','open','open','','variation-5412-of-sea-turtle-coral-giclee-print-copy','','','2017-01-31 18:43:33','2017-01-31 18:43:33','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5409',2,'product_variation','',0),(5413,1,'2017-01-31 18:44:52','2017-01-31 18:44:52','','Sea Turtle','','inherit','open','closed','','_ss40657','','','2017-01-31 18:44:52','2017-01-31 18:44:52','',0,'http://deanostudios.com/wp-content/uploads/2017/01/SS40657-1.jpg',0,'attachment','image/jpeg',0),(5415,1,'2017-01-31 18:50:00','2017-01-31 18:50:00','','Variation #5415 of Great White Shark Giclee Print (Copy)','','publish','closed','closed','','variation-5415-of-great-white-shark-giclee-print-copy','','','2017-01-31 18:50:00','2017-01-31 18:50:00','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5414',3,'product_variation','',0),(5416,1,'2017-01-31 18:50:00','2017-01-31 18:50:00','','Variation #5416 of Great White Shark Giclee Print (Copy)','','publish','open','open','','variation-5416-of-great-white-shark-giclee-print-copy','','','2017-01-31 18:50:00','2017-01-31 18:50:00','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5414',1,'product_variation','',0),(5417,1,'2017-01-31 18:50:00','2017-01-31 18:50:00','','Variation #5417 of Great White Shark Giclee Print (Copy)','','publish','open','open','','variation-5417-of-great-white-shark-giclee-print-copy','','','2017-01-31 18:50:00','2017-01-31 18:50:00','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5414',2,'product_variation','',0),(5418,1,'2017-01-31 19:10:28','2017-01-31 19:10:28','','Tiger Shark','','inherit','open','closed','','_ts20207','','','2017-01-31 19:10:28','2017-01-31 19:10:28','',0,'http://deanostudios.com/wp-content/uploads/2017/01/TS20207-1.jpg',0,'attachment','image/jpeg',0),(5420,1,'2017-01-31 19:11:49','2017-01-31 19:11:49','','Variation #5420 of Tiger Shark Underneath Giclee Print (Copy)','','publish','open','open','','variation-5420-of-tiger-shark-underneath-giclee-print-copy','','','2017-01-31 19:11:49','2017-01-31 19:11:49','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5419',1,'product_variation','',0),(5421,1,'2017-01-31 19:11:49','2017-01-31 19:11:49','','Variation #5421 of Tiger Shark Underneath Giclee Print (Copy)','','publish','open','open','','variation-5421-of-tiger-shark-underneath-giclee-print-copy','','','2017-01-31 19:11:49','2017-01-31 19:11:49','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5419',2,'product_variation','',0),(5422,1,'2017-01-31 19:11:49','2017-01-31 19:11:49','','Variation #5422 of Tiger Shark Underneath Giclee Print (Copy)','','publish','closed','closed','','variation-5422-of-tiger-shark-underneath-giclee-print-copy','','','2017-01-31 19:11:49','2017-01-31 19:11:49','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5419',3,'product_variation','',0),(5423,1,'2017-01-31 19:12:35','2017-01-31 19:12:35','','Nurse Shark','','inherit','open','closed','','_ts20246','','','2017-01-31 19:12:35','2017-01-31 19:12:35','',0,'http://deanostudios.com/wp-content/uploads/2017/01/TS20246-1.jpg',0,'attachment','image/jpeg',0),(5424,1,'2017-01-31 19:12:46','2017-01-31 19:12:46','','Tiger Shark','','inherit','open','closed','','_ts20213b2','','','2017-01-31 19:12:46','2017-01-31 19:12:46','',0,'http://deanostudios.com/wp-content/uploads/2017/01/TS20213b2-1.jpg',0,'attachment','image/jpeg',0),(5426,1,'2017-01-31 19:14:57','2017-01-31 19:14:57','','Variation #5426 of Tiger Shark Giclee Print (Copy)','','publish','open','open','','variation-5426-of-tiger-shark-giclee-print-copy','','','2017-01-31 19:14:57','2017-01-31 19:14:57','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5425',1,'product_variation','',0),(5427,1,'2017-01-31 19:14:57','2017-01-31 19:14:57','','Variation #5427 of Tiger Shark Giclee Print (Copy)','','publish','open','open','','variation-5427-of-tiger-shark-giclee-print-copy','','','2017-01-31 19:14:57','2017-01-31 19:14:57','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5425',2,'product_variation','',0),(5428,1,'2017-01-31 19:14:57','2017-01-31 19:14:57','','Variation #5428 of Tiger Shark Giclee Print (Copy)','','publish','closed','closed','','variation-5428-of-tiger-shark-giclee-print-copy','','','2017-01-31 19:14:57','2017-01-31 19:14:57','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5425',3,'product_variation','',0),(5430,1,'2017-01-31 19:16:40','2017-01-31 19:16:40','','Variation #5430 of Nurse Shark Underneath Giclee Print (Copy)','','publish','open','open','','variation-5430-of-nurse-shark-underneath-giclee-print-copy','','','2017-01-31 19:16:40','2017-01-31 19:16:40','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5429',1,'product_variation','',0),(5431,1,'2017-01-31 19:16:40','2017-01-31 19:16:40','','Variation #5431 of Nurse Shark Underneath Giclee Print (Copy)','','publish','open','open','','variation-5431-of-nurse-shark-underneath-giclee-print-copy','','','2017-01-31 19:16:40','2017-01-31 19:16:40','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5429',2,'product_variation','',0),(5432,1,'2017-01-31 19:16:40','2017-01-31 19:16:40','','Variation #5432 of Nurse Shark Underneath Giclee Print (Copy)','','publish','closed','closed','','variation-5432-of-nurse-shark-underneath-giclee-print-copy','','','2017-01-31 19:16:40','2017-01-31 19:16:40','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5429',3,'product_variation','',0),(5433,1,'2017-01-31 19:17:04','2017-01-31 19:17:04','','Nurse Shark','','inherit','open','closed','','_ts20254','','','2017-01-31 19:17:04','2017-01-31 19:17:04','',0,'http://deanostudios.com/wp-content/uploads/2017/01/TS20254-1.jpg',0,'attachment','image/jpeg',0),(5435,1,'2016-03-14 07:25:39','2016-03-14 07:25:39','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1458111859977{padding-top: 75px !important;padding-bottom: 100px !important;background-image: url(http://wedesignthemes.com/themes/dummy-foreal/wp-content/uploads/2016/03/parallax-img.jpg?id=53) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"custom-patner\"][vc_column][vc_column_text el_class=\"main-title\"]F<strong>O</strong>REAL TWEET[/vc_column_text][vc_empty_space height=\"80px\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"white\" align=\"center\" el_class=\"dt-sc-social-icons aligncenter\"][vc_tta_pageable no_fill_content_area=\"1\" active_section=\"1\" pagination_style=\"outline-square\" el_class=\"tweet-feed aligncenter\"][vc_tta_section title=\"Section 1\" tab_id=\"1457959437537-914cc92e-dc73\"][vc_raw_html]JTNDcCUzRSU0MCUzQ2ElM0VQdXJwbGVNb29uRG5NUyUzQyUyRmElM0UlMjBXb3VsZCUyMHlvdSUyMG1pbmQlMjBzZW5kaW5nJTIwdGhyb3VnaCUyMHNvbWUlMjBkZXRhaWxzJTIwdG8lMjBlbnZhLnRvJTJGSGVscCUyMHNvJTIwd2UlMjBjYW4lMjBsb29rJTIwaW50byUyMHRoaXMlMjBmb3IlMjB5b3UlM0YlMjAlNUVDSiUzQyUyRnAlM0UlMEElM0NzcGFuJTNFJTIwYWJvdXQlMjAzJTIwZGF5cyUyMGFnbyUyMCUzQyUyRnNwYW4lM0U=[/vc_raw_html][/vc_tta_section][vc_tta_section title=\"Section 2\" tab_id=\"1457959437725-61ba8aa8-048a\"][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1457960336932-8d172068-db4b\"][/vc_tta_section][/vc_tta_pageable][/vc_column][/vc_row]','Sample Page','','publish','closed','open','','sample-page-2','','','2016-03-14 07:25:39','2016-03-14 07:25:39','',0,'http://wedesignthemes.com/themes/dummy-foreal/?page_id=2',0,'page','',0),(5436,1,'2017-01-31 19:21:12','2017-01-31 19:21:12','','Variation #5436 of Tiger Shark Giclee Print (Copy)','','publish','open','open','','variation-5436-of-tiger-shark-giclee-print-copy','','','2017-01-31 19:21:12','2017-01-31 19:21:12','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5434',2,'product_variation','',0),(5437,1,'2017-01-31 19:21:12','2017-01-31 19:21:12','','Variation #5437 of Tiger Shark Giclee Print (Copy)','','publish','closed','closed','','variation-5437-of-tiger-shark-giclee-print-copy','','','2017-01-31 19:21:12','2017-01-31 19:21:12','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5434',3,'product_variation','',0),(5438,1,'2017-01-31 19:21:44','2017-01-31 19:21:44','','Tiger Shark','','inherit','open','closed','','_ts30158','','','2017-01-31 19:21:44','2017-01-31 19:21:44','',0,'http://deanostudios.com/wp-content/uploads/2017/01/TS30158-1.jpg',0,'attachment','image/jpeg',0),(5440,1,'2017-01-31 19:24:13','2017-01-31 19:24:13','','Variation #5440 of Tiger Shark Print (Copy)','','publish','open','open','','variation-5440-of-tiger-shark-print-copy','','','2017-01-31 19:24:13','2017-01-31 19:24:13','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5439',1,'product_variation','',0),(5441,1,'2017-01-31 19:24:13','2017-01-31 19:24:13','','Variation #5441 of Tiger Shark Print (Copy)','','publish','open','open','','variation-5441-of-tiger-shark-print-copy','','','2017-01-31 19:24:13','2017-01-31 19:24:13','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5439',2,'product_variation','',0),(5442,1,'2017-01-31 19:24:13','2017-01-31 19:24:13','','Variation #5442 of Tiger Shark Print (Copy)','','publish','closed','closed','','variation-5442-of-tiger-shark-print-copy','','','2017-01-31 19:24:13','2017-01-31 19:24:13','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5439',3,'product_variation','',0),(5445,1,'2017-01-31 23:48:38','2017-01-31 23:48:38','','deanocook-pic','','inherit','open','closed','','deanocook-pic','','','2017-01-31 23:48:38','2017-01-31 23:48:38','',0,'http://deanostudios.com/wp-content/uploads/2017/01/deanocook-pic-1.jpg',0,'attachment','image/jpeg',0),(5446,1,'2017-01-31 23:51:05','2017-01-31 23:51:05','','deanocook-s','','inherit','open','closed','','deanocook-s','','','2017-01-31 23:51:05','2017-01-31 23:51:05','',0,'http://deanostudios.com/wp-content/uploads/2017/01/deanocook-s-1.jpg',0,'attachment','image/jpeg',0),(5447,1,'2017-01-31 23:53:52','2017-01-31 23:53:52','','deanocook-l','','inherit','open','closed','','deanocook-l','','','2017-01-31 23:53:52','2017-01-31 23:53:52','',0,'http://deanostudios.com/wp-content/uploads/2017/01/deanocook-l-1.jpg',0,'attachment','image/jpeg',0),(5455,1,'2017-02-01 03:23:45','2017-02-01 03:23:45','','Octopus T-Shirt Black Crew Neck - Men\'s','Color: Solid Black T-Shirt\r\nDesign: Octopus with Psycho Tattoo Logo\r\nT-Shirt Brand: Next Level Apparel\r\nMaterial: 60% Cotton / 40% Polyester\r\nCare: Machine Cold Wash','publish','closed','closed','','octopus-t-shirt-black-mens','','','2018-04-14 19:01:15','2018-04-14 19:01:15','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5455',1,'product','',0),(5462,1,'2017-02-01 03:23:25','2017-02-01 03:23:25','','Variation #5462 of Octopus T-Shirt Black – Men’s','','publish','closed','closed','','product-5455-variation','','','2017-02-01 03:23:25','2017-02-01 03:23:25','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5455',0,'product_variation','',0),(5463,1,'2017-02-01 03:23:25','2017-02-01 03:23:25','','Variation #5463 of Octopus T-Shirt Black – Men’s','','publish','closed','closed','','product-5455-variation-2','','','2017-02-01 03:23:25','2017-02-01 03:23:25','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5455',0,'product_variation','',0),(5464,1,'2017-02-01 03:23:25','2017-02-01 03:23:25','','Variation #5464 of Octopus T-Shirt Black – Men’s','','publish','closed','closed','','product-5455-variation-3','','','2017-02-01 03:23:25','2017-02-01 03:23:25','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5455',0,'product_variation','',0),(5465,1,'2017-02-01 03:23:25','2017-02-01 03:23:25','','Variation #5465 of Octopus T-Shirt Black – Men’s','','publish','closed','closed','','product-5455-variation-4','','','2017-02-01 03:23:25','2017-02-01 03:23:25','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5455',0,'product_variation','',0),(5466,1,'2017-02-01 03:28:28','2017-02-01 03:28:28','','Octopus Mens\' Black Shirt','','inherit','open','closed','','cvcblackfinal','','','2017-02-01 03:28:28','2017-02-01 03:28:28','',0,'http://deanostudios.com/wp-content/uploads/2017/02/cvcblackfinal-1.jpg',0,'attachment','image/jpeg',0),(5468,1,'2017-02-01 03:39:53','2017-02-01 03:39:53','','Octopus T-Shirt Grey Crew Neck - Men\'s','Color: Solid Grey T-Shirt\r\nDesign: Octopus with Psycho Tattoo Logo\r\nT-Shirt Brand: Next Level Apparel\r\nMaterial: 60% Cotton / 40% Polyester\r\nCare: Machine Cold Wash','publish','closed','closed','','octopus-t-shirt-grey-mens','','','2018-04-14 18:58:30','2018-04-14 18:58:30','',0,'http://www.artlanta.com/deanostudios/product/octopus-t-shirt-grey-mens/',2,'product','',0),(5469,1,'2017-02-01 03:39:53','2017-02-01 03:39:53','','Variation #5469 of Octopus T-Shirt Grey – Men’s','','publish','closed','closed','','variation-5469-of-octopus-t-shirt-black-mens-copy','','','2017-02-01 03:39:53','2017-02-01 03:39:53','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5468',0,'product_variation','',0),(5470,1,'2017-02-01 03:39:53','2017-02-01 03:39:53','','Variation #5470 of Octopus T-Shirt Grey – Men’s','','publish','closed','closed','','variation-5470-of-octopus-t-shirt-black-mens-copy','','','2017-02-01 03:39:53','2017-02-01 03:39:53','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5468',0,'product_variation','',0),(5471,1,'2017-02-01 03:39:53','2017-02-01 03:39:53','','Variation #5471 of Octopus T-Shirt Grey – Men’s','','publish','closed','closed','','variation-5471-of-octopus-t-shirt-black-mens-copy','','','2017-02-01 03:39:53','2017-02-01 03:39:53','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5468',0,'product_variation','',0),(5472,1,'2017-02-01 03:39:53','2017-02-01 03:39:53','','Variation #5472 of Octopus T-Shirt Grey – Men’s','','publish','closed','closed','','variation-5472-of-octopus-t-shirt-black-mens-copy','','','2017-02-01 03:39:53','2017-02-01 03:39:53','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5468',0,'product_variation','',0),(5473,1,'2017-02-01 03:43:06','2017-02-01 03:43:06','','Octopus Mens\' Grey Shirt','','inherit','open','closed','','cvcgreyfinal','','','2017-02-01 03:43:06','2017-02-01 03:43:06','',0,'http://deanostudios.com/wp-content/uploads/2017/02/cvcgreyfinal-1.jpg',0,'attachment','image/jpeg',0),(5475,1,'2017-02-01 03:50:32','2017-02-01 03:50:32','','Octopus V-Neck T-Shirt Grey - Men\'s','Color: Solid Grey V-Neck T-Shirt\r\nDesign: Octopus with Psycho Tattoo Logo\r\nT-Shirt Brand: Next Level Apparel\r\nMaterial: 60% Cotton / 40% Polyester\r\nCare: Machine Cold Wash','publish','closed','closed','','octopus-v-neck-t-shirt-grey-mens','','','2017-02-20 01:11:50','2017-02-20 01:11:50','',0,'http://www.artlanta.com/deanostudios/product/octopus-v-neck-t-shirt-grey-mens/',4,'product','',0),(5476,1,'2017-02-01 03:50:32','2017-02-01 03:50:32','','Variation #5476 of Octopus V-Neck T-Shirt Grey – Men’s','','publish','closed','closed','','variation-5476-of-octopus-t-shirt-grey-mens-copy','','','2017-02-01 03:50:32','2017-02-01 03:50:32','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5475',3,'product_variation','',0),(5477,1,'2017-02-01 03:50:32','2017-02-01 03:50:32','','Variation #5477 of Octopus V-Neck T-Shirt Grey – Men’s','','publish','closed','closed','','variation-5477-of-octopus-t-shirt-grey-mens-copy','','','2017-02-01 03:50:32','2017-02-01 03:50:32','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5475',4,'product_variation','',0),(5478,1,'2017-02-01 03:50:32','2017-02-01 03:50:32','','Variation #5478 of Octopus V-Neck T-Shirt Grey – Men’s','','publish','closed','closed','','variation-5478-of-octopus-t-shirt-grey-mens-copy','','','2017-02-01 03:50:32','2017-02-01 03:50:32','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5475',1,'product_variation','',0),(5479,1,'2017-02-01 03:50:32','2017-02-01 03:50:32','','Variation #5479 of Octopus V-Neck T-Shirt Grey – Men’s','','publish','closed','closed','','variation-5479-of-octopus-t-shirt-grey-mens-copy','','','2017-02-01 03:50:32','2017-02-01 03:50:32','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5475',2,'product_variation','',0),(5480,1,'2017-02-01 03:53:19','2017-02-01 03:53:19','','Octopus V-Neck T-Shirt Grey - Women\'s','','inherit','open','closed','','wvneckgrey','','','2017-02-01 03:53:19','2017-02-01 03:53:19','',0,'http://deanostudios.com/wp-content/uploads/2017/02/wvneckgrey-1.jpg',0,'attachment','image/jpeg',0),(5481,1,'2017-02-01 03:53:33','2017-02-01 03:53:33','','Octopus V-Neck T-Shirt Black - Men\'s','','inherit','open','closed','','mvneckblack','','','2017-02-01 03:53:33','2017-02-01 03:53:33','',0,'http://deanostudios.com/wp-content/uploads/2017/02/mvneckblack-1.jpg',0,'attachment','image/jpeg',0),(5482,1,'2017-02-01 03:53:49','2017-02-01 03:53:49','','Octopus V-Neck T-Shirt Black - Women\'s','','inherit','open','closed','','wvneckblack','','','2017-02-01 03:53:49','2017-02-01 03:53:49','',0,'http://deanostudios.com/wp-content/uploads/2017/02/wvneckblack-1.jpg',0,'attachment','image/jpeg',0),(5483,1,'2017-02-01 03:53:57','2017-02-01 03:53:57','','Octopus V-Neck T-Shirt Grey – Men’s','','inherit','open','closed','','mvneckgrey','','','2017-02-27 21:00:56','2017-02-27 21:00:56','',0,'http://deanostudios.com/wp-content/uploads/2017/02/mvneckgrey-1.jpg',0,'attachment','image/jpeg',0),(5484,1,'2017-02-01 03:55:01','2017-02-01 03:55:01','','Octopus V-Neck T-Shirt Black - Men\'s','Color: Solid Black V-Neck T-Shirt\r\nDesign: Octopus with Psycho Tattoo Logo\r\nT-Shirt Brand: Next Level Apparel\r\nMaterial: 60% Cotton / 40% Polyester\r\nCare: Machine Cold Wash','publish','closed','closed','','octopus-v-neck-t-shirt-black-mens','','','2017-02-20 01:12:53','2017-02-20 01:12:53','',0,'http://www.artlanta.com/deanostudios/product/octopus-v-neck-t-shirt-black-mens/',3,'product','',0),(5485,1,'2017-02-01 03:55:01','2017-02-01 03:55:01','','Variation #5485 of Octopus V-Neck T-Shirt Black – Men’s','','publish','closed','closed','','variation-5485-of-octopus-v-neck-t-shirt-grey-mens-copy','','','2017-02-01 03:55:01','2017-02-01 03:55:01','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5484',3,'product_variation','',0),(5486,1,'2017-02-01 03:55:01','2017-02-01 03:55:01','','Variation #5486 of Octopus V-Neck T-Shirt Black – Men’s','','publish','closed','closed','','variation-5486-of-octopus-v-neck-t-shirt-grey-mens-copy','','','2017-02-01 03:55:01','2017-02-01 03:55:01','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5484',4,'product_variation','',0),(5487,1,'2017-02-01 03:55:01','2017-02-01 03:55:01','','Variation #5487 of Octopus V-Neck T-Shirt Black – Men’s','','publish','closed','closed','','variation-5487-of-octopus-v-neck-t-shirt-grey-mens-copy','','','2017-02-01 03:55:01','2017-02-01 03:55:01','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5484',1,'product_variation','',0),(5488,1,'2017-02-01 03:55:01','2017-02-01 03:55:01','','Variation #5488 of Octopus V-Neck T-Shirt Black – Men’s','','publish','closed','closed','','variation-5488-of-octopus-v-neck-t-shirt-grey-mens-copy','','','2017-02-01 03:55:01','2017-02-01 03:55:01','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5484',2,'product_variation','',0),(5489,1,'2017-02-01 03:57:13','2017-02-01 03:57:13','','Octopus V-Neck T-Shirt Black - Women\'s','Color: Solid Black V-Neck T-Shirt\r\nDesign: Octopus with Psycho Tattoo Logo\r\nT-Shirt Brand: Next Level Apparel\r\nMaterial: 60% Cotton / 40% Polyester\r\nCare: Machine Cold Wash','publish','closed','closed','','octopus-v-neck-t-shirt-black-womens','','','2017-02-20 01:15:43','2017-02-20 01:15:43','',0,'http://www.artlanta.com/deanostudios/product/octopus-v-neck-t-shirt-black-womens/',5,'product','',0),(5490,1,'2017-02-01 03:57:13','2017-02-01 03:57:13','','Variation #5490 of Octopus V-Neck T-Shirt Black – Women’s','','publish','closed','closed','','variation-5490-of-octopus-v-neck-t-shirt-black-mens-copy','','','2017-02-01 03:57:13','2017-02-01 03:57:13','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5489',4,'product_variation','',0),(5492,1,'2017-02-01 03:57:13','2017-02-01 03:57:13','','Variation #5492 of Octopus V-Neck T-Shirt Black – Women’s','','publish','closed','closed','','variation-5492-of-octopus-v-neck-t-shirt-black-mens-copy','','','2017-02-01 03:57:13','2017-02-01 03:57:13','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5489',2,'product_variation','',0),(5493,1,'2017-02-01 03:57:13','2017-02-01 03:57:13','','Variation #5493 of Octopus V-Neck T-Shirt Black – Women’s','','publish','closed','closed','','variation-5493-of-octopus-v-neck-t-shirt-black-mens-copy','','','2017-02-01 03:57:13','2017-02-01 03:57:13','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5489',3,'product_variation','',0),(5494,1,'2017-02-01 04:00:27','2017-02-01 04:00:27','','Variation #5494 of Octopus V-Neck T-Shirt Black – Women’s','','publish','closed','closed','','product-5489-variation','','','2017-02-01 04:00:27','2017-02-01 04:00:27','',0,'http://www.artlanta.com/deanostudios/product/octopus-v-neck-t-shirt-black-womens/',1,'product_variation','',0),(5495,1,'2017-02-01 04:02:57','2017-02-01 04:02:57','','Octopus V-Neck T-Shirt Grey - Women\'s','Color: Solid Grey V-Neck T-Shirt\r\nDesign: Octopus with Psycho Tattoo Logo\r\nT-Shirt Brand: Next Level Apparel\r\nMaterial: 60% Cotton / 40% Polyester\r\nCare: Machine Cold Wash','publish','closed','closed','','octopus-v-neck-t-shirt-grey-womens','','','2017-02-20 01:10:15','2017-02-20 01:10:15','',0,'http://www.artlanta.com/deanostudios/product/octopus-v-neck-t-shirt-grey-womens/',6,'product','',0),(5496,1,'2017-02-01 04:02:57','2017-02-01 04:02:57','','Variation #5496 of Octopus V-Neck T-Shirt Grey – Women’s','','publish','closed','closed','','variation-5496-of-octopus-v-neck-t-shirt-black-womens-copy','','','2017-02-01 04:02:57','2017-02-01 04:02:57','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5495',0,'product_variation','',0),(5497,1,'2017-02-01 04:02:57','2017-02-01 04:02:57','','Variation #5497 of Octopus V-Neck T-Shirt Grey – Women’s','','publish','closed','closed','','variation-5497-of-octopus-v-neck-t-shirt-black-womens-copy','','','2017-02-01 04:02:57','2017-02-01 04:02:57','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5495',0,'product_variation','',0),(5498,1,'2017-02-01 04:02:57','2017-02-01 04:02:57','','Variation #5498 of Octopus V-Neck T-Shirt Grey – Women’s','','publish','closed','closed','','variation-5498-of-octopus-v-neck-t-shirt-black-womens-copy','','','2017-02-01 04:02:57','2017-02-01 04:02:57','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5495',0,'product_variation','',0),(5499,1,'2017-02-01 04:02:57','2017-02-01 04:02:57','','Variation #5499 of Octopus V-Neck T-Shirt Grey – Women’s','','publish','closed','closed','','variation-5499-of-octopus-v-neck-t-shirt-black-womens-copy','','','2017-02-01 04:02:57','2017-02-01 04:02:57','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5495',0,'product_variation','',0),(5501,1,'2017-02-01 04:09:35','2017-02-01 04:09:35','[vc_row][vc_column][vc_empty_space height=\"40px\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings - Canvas Prints\" font_container=\"tag:h3|font_size:60px|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_empty_space height=\"20px\"][product_category per_page=\"100\" columns=\"2\" orderby=\"menu_order\" order=\"ASC\" category=\"paintings-canvas-prints\"][/vc_column][/vc_row]','Painting Prints','','publish','closed','closed','','painting-canvas-prints','','','2017-02-01 04:09:35','2017-02-01 04:09:35','',0,'http://www.artlanta.com/deanostudios/?page_id=5501',0,'page','',0),(5508,1,'2017-02-01 04:14:58','2017-02-01 04:14:58','[vc_row][vc_column][vc_empty_space height=\"40px\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h3|font_size:60px|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_empty_space height=\"20px\"][product_category per_page=\"\" columns=\"3\" orderby=\"\" order=\"\" category=\"apparel\"][/vc_column][/vc_row]','Apparel','','publish','closed','closed','','apparel','','','2017-02-01 04:14:58','2017-02-01 04:14:58','',0,'http://www.artlanta.com/deanostudios/?page_id=5508',0,'page','',0),(5519,1,'2017-02-01 05:42:07','2017-02-01 05:42:07','','Variation #5519 of Sea Turtle Print (Copy)','','publish','closed','closed','','variation-5519-of-sea-turtle-print-copy','','','2017-02-01 05:42:07','2017-02-01 05:42:07','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5518',3,'product_variation','',0),(5520,1,'2017-02-01 05:42:07','2017-02-01 05:42:07','','Variation #5520 of Sea Turtle Print (Copy)','','publish','open','open','','variation-5520-of-sea-turtle-print-copy','','','2017-02-01 05:42:07','2017-02-01 05:42:07','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5518',1,'product_variation','',0),(5521,1,'2017-02-01 05:42:07','2017-02-01 05:42:07','','Variation #5521 of Sea Turtle Print (Copy)','','publish','open','open','','variation-5521-of-sea-turtle-print-copy','','','2017-02-01 05:42:07','2017-02-01 05:42:07','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5518',2,'product_variation','',0),(5522,1,'2017-02-01 05:47:06','2017-02-01 05:47:06','','Sea Turtle Swimming','','inherit','open','closed','','_fk10270','','','2017-02-01 05:47:06','2017-02-01 05:47:06','',0,'http://deanostudios.com/wp-content/uploads/2017/02/FK10270-1.jpg',0,'attachment','image/jpeg',0),(5523,1,'2017-02-01 05:48:08','2017-02-01 05:48:08','','Two Squids Swimming','','inherit','open','closed','','_nb10243','','','2017-02-01 05:48:08','2017-02-01 05:48:08','',0,'http://deanostudios.com/wp-content/uploads/2017/02/NB10243-1.jpg',0,'attachment','image/jpeg',0),(5526,1,'2017-02-01 05:51:41','2017-02-01 05:51:41','','Variation #5526 of Two Squids Print (Copy)','','publish','open','open','','variation-5526-of-two-squids-print-copy','','','2017-02-01 05:51:41','2017-02-01 05:51:41','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5525',1,'product_variation','',0),(5527,1,'2017-02-01 05:51:41','2017-02-01 05:51:41','','Variation #5527 of Two Squids Print (Copy)','','publish','open','open','','variation-5527-of-two-squids-print-copy','','','2017-02-01 05:51:41','2017-02-01 05:51:41','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5525',2,'product_variation','',0),(5528,1,'2017-02-01 05:51:41','2017-02-01 05:51:41','','Variation #5528 of Two Squids Print (Copy)','','publish','closed','closed','','variation-5528-of-two-squids-print-copy','','','2017-02-01 05:51:41','2017-02-01 05:51:41','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5525',3,'product_variation','',0),(5530,1,'2017-02-01 05:54:01','2017-02-01 05:54:01','','Variation #5530 of Blacktip Shark Print (Copy)','','publish','open','open','','variation-5530-of-blacktip-shark-print-copy','','','2017-02-01 05:54:01','2017-02-01 05:54:01','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5529',1,'product_variation','',0),(5531,1,'2017-02-01 05:54:01','2017-02-01 05:54:01','','Variation #5531 of Blacktip Shark Print (Copy)','','publish','open','open','','variation-5531-of-blacktip-shark-print-copy','','','2017-02-01 05:54:01','2017-02-01 05:54:01','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5529',2,'product_variation','',0),(5532,1,'2017-02-01 05:54:01','2017-02-01 05:54:01','','Variation #5532 of Blacktip Shark Print (Copy)','','publish','closed','closed','','variation-5532-of-blacktip-shark-print-copy','','','2017-02-01 05:54:01','2017-02-01 05:54:01','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5529',3,'product_variation','',0),(5533,1,'2017-02-01 05:55:40','2017-02-01 05:55:40','','Blacktip Shark','','inherit','open','closed','','_ts40011','','','2017-02-01 05:55:40','2017-02-01 05:55:40','',0,'http://deanostudios.com/wp-content/uploads/2017/02/TS40011-1.jpg',0,'attachment','image/jpeg',0),(5535,1,'2017-02-01 05:57:58','2017-02-01 05:57:58','','Variation #5535 of Blacktip Shark Side Print (Copy)','','publish','open','open','','variation-5535-of-blacktip-shark-side-print-copy','','','2017-02-01 05:57:58','2017-02-01 05:57:58','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5534',1,'product_variation','',0),(5536,1,'2017-02-01 05:57:58','2017-02-01 05:57:58','','Variation #5536 of Blacktip Shark Side Print (Copy)','','publish','open','open','','variation-5536-of-blacktip-shark-side-print-copy','','','2017-02-01 05:57:58','2017-02-01 05:57:58','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5534',2,'product_variation','',0),(5537,1,'2017-02-01 05:57:58','2017-02-01 05:57:58','','Variation #5537 of Blacktip Shark Side Print (Copy)','','publish','closed','closed','','variation-5537-of-blacktip-shark-side-print-copy','','','2017-02-01 05:57:58','2017-02-01 05:57:58','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5534',3,'product_variation','',0),(5538,1,'2017-02-01 05:59:55','2017-02-01 05:59:55','','Lemon Snap Shark Print','','inherit','open','closed','','lemon-snap-1-deano-cookfinalb','','','2017-02-01 05:59:55','2017-02-01 05:59:55','',0,'http://deanostudios.com/wp-content/uploads/2017/02/LEMON-SNAP-1-DEANO-COOKfinalb-1-1.jpg',0,'attachment','image/jpeg',0),(5540,1,'2017-02-01 06:01:15','2017-02-01 06:01:15','','Variation #5540 of Lemon Snap Shark Print (Copy)','','publish','open','open','','variation-5540-of-lemon-snap-shark-print-copy','','','2017-02-01 06:01:15','2017-02-01 06:01:15','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5539',1,'product_variation','',0),(5541,1,'2017-02-01 06:01:15','2017-02-01 06:01:15','','Variation #5541 of Lemon Snap Shark Print (Copy)','','publish','open','open','','variation-5541-of-lemon-snap-shark-print-copy','','','2017-02-01 06:01:15','2017-02-01 06:01:15','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5539',2,'product_variation','',0),(5542,1,'2017-02-01 06:01:15','2017-02-01 06:01:15','','Variation #5542 of Lemon Snap Shark Print (Copy)','','publish','closed','closed','','variation-5542-of-lemon-snap-shark-print-copy','','','2017-02-01 06:01:15','2017-02-01 06:01:15','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5539',3,'product_variation','',0),(5543,1,'2017-02-01 06:02:38','2017-02-01 06:02:38','','Lemon Shark Sunset Print','','inherit','open','closed','','lemon-shark-sunset-final','','','2017-02-01 06:02:38','2017-02-01 06:02:38','',0,'http://deanostudios.com/wp-content/uploads/2017/02/LEMON-SHARK-SUNSET-final-1.jpg',0,'attachment','image/jpeg',0),(5545,1,'2017-02-01 06:03:28','2017-02-01 06:03:28','','Variation #5545 of Lemon Shark Sunset Print (Copy)','','publish','open','open','','variation-5545-of-lemon-shark-sunset-print-copy','','','2017-02-01 06:03:28','2017-02-01 06:03:28','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5544',1,'product_variation','',0),(5546,1,'2017-02-01 06:03:28','2017-02-01 06:03:28','','Variation #5546 of Lemon Shark Sunset Print (Copy)','','publish','open','open','','variation-5546-of-lemon-shark-sunset-print-copy','','','2017-02-01 06:03:28','2017-02-01 06:03:28','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5544',2,'product_variation','',0),(5547,1,'2017-02-01 06:03:28','2017-02-01 06:03:28','','Variation #5547 of Lemon Shark Sunset Print (Copy)','','publish','closed','closed','','variation-5547-of-lemon-shark-sunset-print-copy','','','2017-02-01 06:03:28','2017-02-01 06:03:28','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5544',3,'product_variation','',0),(5548,1,'2017-02-01 06:05:02','2017-02-01 06:05:02','','Lemon Shark Cleaned By Ramoras Print','','inherit','open','closed','','lemon-shark-cleaned-by-ramoras-2','','','2017-02-01 06:05:02','2017-02-01 06:05:02','',0,'http://deanostudios.com/wp-content/uploads/2017/02/LEMON-SHARK-CLEANED-BY-RAMORAS-2-1.jpg',0,'attachment','image/jpeg',0),(5550,1,'2017-02-01 06:09:21','2017-02-01 06:09:21','','Variation #5550 of Lemon Shark Cleaned By Ramoras Print (Copy)','','publish','open','open','','variation-5550-of-lemon-shark-cleaned-by-ramoras-print-copy','','','2017-02-01 06:09:21','2017-02-01 06:09:21','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5549',1,'product_variation','',0),(5551,1,'2017-02-01 06:09:21','2017-02-01 06:09:21','','Variation #5551 of Lemon Shark Cleaned By Ramoras Print (Copy)','','publish','open','open','','variation-5551-of-lemon-shark-cleaned-by-ramoras-print-copy','','','2017-02-01 06:09:21','2017-02-01 06:09:21','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5549',2,'product_variation','',0),(5552,1,'2017-02-01 06:09:21','2017-02-01 06:09:21','','Variation #5552 of Lemon Shark Cleaned By Ramoras Print (Copy)','','publish','closed','closed','','variation-5552-of-lemon-shark-cleaned-by-ramoras-print-copy','','','2017-02-01 06:09:21','2017-02-01 06:09:21','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5549',3,'product_variation','',0),(5553,1,'2017-02-01 06:11:26','2017-02-01 06:11:26','','Lemon Shark Breaking Print','','inherit','open','closed','','dsc_8573','','','2017-02-01 06:11:26','2017-02-01 06:11:26','',0,'http://deanostudios.com/wp-content/uploads/2017/02/DSC_8573-1.jpg',0,'attachment','image/jpeg',0),(5556,1,'2017-02-01 06:14:41','2017-02-01 06:14:41','','Variation #5556 of Tiger Shark Print (Copy)','','publish','open','open','','variation-5556-of-tiger-shark-print-copy','','','2017-02-01 06:14:41','2017-02-01 06:14:41','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5555',1,'product_variation','',0),(5557,1,'2017-02-01 06:14:41','2017-02-01 06:14:41','','Variation #5557 of Tiger Shark Print (Copy)','','publish','open','open','','variation-5557-of-tiger-shark-print-copy','','','2017-02-01 06:14:41','2017-02-01 06:14:41','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5555',2,'product_variation','',0),(5558,1,'2017-02-01 06:14:41','2017-02-01 06:14:41','','Variation #5558 of Tiger Shark Print (Copy)','','publish','closed','closed','','variation-5558-of-tiger-shark-print-copy','','','2017-02-01 06:14:41','2017-02-01 06:14:41','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5555',3,'product_variation','',0),(5559,1,'2017-02-01 06:19:09','2017-02-01 06:19:09','','TIGER SHARK-5 2007 copy','','inherit','open','closed','','tiger-shark-5-2007-copy','','','2017-02-01 06:19:09','2017-02-01 06:19:09','',0,'http://deanostudios.com/wp-content/uploads/2017/02/TIGER-SHARK-5-2007-copy-1.jpg',0,'attachment','image/jpeg',0),(5560,1,'2017-02-01 06:20:02','2017-02-01 06:20:02','','VI1_2425','','inherit','open','closed','','vi1_2425','','','2017-02-01 06:20:02','2017-02-01 06:20:02','',0,'http://deanostudios.com/wp-content/uploads/2017/02/VI1_2425-1.jpg',0,'attachment','image/jpeg',0),(5582,1,'2017-02-04 18:01:14','2017-02-04 18:01:14','','Sharkopedia','','inherit','open','closed','','img_4915','','','2017-02-04 18:01:14','2017-02-04 18:01:14','',0,'http://deanostudios.com/wp-content/uploads/2016/04/IMG_4915-1.jpg',0,'attachment','image/jpeg',0),(5586,1,'2017-02-04 18:07:15','2017-02-04 18:07:15','','double','','inherit','open','closed','','double','','','2017-02-04 18:07:15','2017-02-04 18:07:15','',0,'http://deanostudios.com/wp-content/uploads/2016/04/double-1.png',0,'attachment','image/png',0),(5595,1,'2017-02-04 18:26:57','2017-02-04 18:26:57','','deanojilliantatpoollow','','inherit','open','closed','','deanojilliantatpoollow','','','2017-02-04 18:26:57','2017-02-04 18:26:57','',0,'http://deanostudios.com/wp-content/uploads/2016/04/deanojilliantatpoollow-1.jpg',0,'attachment','image/jpeg',0),(5597,1,'2017-02-04 18:45:20','2017-02-04 18:45:20','','IMG_5735','','inherit','open','closed','','img_5735','','','2017-02-04 18:45:20','2017-02-04 18:45:20','',0,'http://deanostudios.com/wp-content/uploads/2016/04/IMG_5735-1.jpg',0,'attachment','image/jpeg',0),(5609,1,'2017-02-04 19:39:01','2017-02-04 19:39:01','[vc_row][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_empty_space height=\"40px\"][/vc_column][/vc_row]','Paintings','','publish','closed','closed','','paintings','','','2017-02-14 13:13:04','2017-02-14 13:13:04','',0,'http://www.artlanta.com/deanostudios/?page_id=5609',0,'page','',0),(5616,1,'2017-02-04 19:57:14','2017-02-04 19:57:14','','Closer Look','','publish','open','closed','','closer-look','','','2017-02-04 19:57:14','2017-02-04 19:57:14','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=5616',0,'dt_portfolios','',0),(5622,1,'2017-02-04 19:50:15','2017-02-04 19:50:15','','TigersharkBeach','TigersharkBeach, 2/3/09, 12:23 PM, 8C, 7390x9575 (329+0), 108%, Custom, 1/30 s, R67.6, G34.6, B52.2','inherit','open','closed','','tigersharkbeach','','','2017-02-04 19:50:15','2017-02-04 19:50:15','',0,'http://deanostudios.com/wp-content/uploads/2017/02/TigersharkBeach-2.jpg',0,'attachment','image/jpeg',0),(5624,1,'2017-02-04 19:53:36','2017-02-04 19:53:36','','CLOSER LOOK','','inherit','open','closed','','closer-look-2','','','2017-02-04 19:53:36','2017-02-04 19:53:36','',0,'http://deanostudios.com/wp-content/uploads/2017/02/CLOSER-LOOK-1.jpg',0,'attachment','image/jpeg',0),(5625,1,'2017-02-04 19:54:07','2017-02-04 19:54:07','','Dolphins and Butterflyfish Canvas Print','','inherit','open','closed','','dolphin-final','','','2017-02-04 19:54:07','2017-02-04 19:54:07','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Dolphin-FINAL-1.jpg',0,'attachment','image/jpeg',0),(5626,1,'2017-02-04 19:55:01','2017-02-04 19:55:01','','GEARHEAD GIRL','','inherit','open','closed','','gearhead-girl-2','','','2017-02-04 19:55:01','2017-02-04 19:55:01','',0,'http://deanostudios.com/wp-content/uploads/2017/02/GEARHEAD-GIRL-1.jpg',0,'attachment','image/jpeg',0),(5627,1,'2017-02-04 19:55:20','2017-02-04 19:55:20','','Hawksbill SeaTurtle','','inherit','open','closed','','hawksbill-seaturtle-2','','','2017-02-04 19:55:20','2017-02-04 19:55:20','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-SeaTurtle-1-1.jpg',0,'attachment','image/jpeg',0),(5628,1,'2017-02-04 19:55:36','2017-02-04 19:55:36','','Loggerhead Sea Turtle','','inherit','open','closed','','loggerhead-seaturtle-final-photo-2','','','2017-02-04 19:55:36','2017-02-04 19:55:36','',0,'http://deanostudios.com/wp-content/uploads/2017/02/LOGGERHEAD-SEATURTLE-FINAL-PHOTO-1-1.jpg',0,'attachment','image/jpeg',0),(5629,1,'2017-02-04 19:56:12','2017-02-04 19:56:12','','Sealy Girl','','inherit','open','closed','','sealy-girl-low-res-litho-file','','','2017-02-04 19:56:12','2017-02-04 19:56:12','',0,'http://deanostudios.com/wp-content/uploads/2017/02/SEALY-GIRL-LOW-RES-LITHO-FILE-1.jpg',0,'attachment','image/jpeg',0),(5630,1,'2017-02-04 19:56:34','2017-02-04 19:56:34','','SHARK STUDY-1','','inherit','open','closed','','shark-study-1-2','','','2017-02-04 19:56:34','2017-02-04 19:56:34','',0,'http://deanostudios.com/wp-content/uploads/2017/02/SHARK-STUDY-1-1-1.jpg',0,'attachment','image/jpeg',0),(5631,1,'2017-02-04 19:57:03','2017-02-04 19:57:03','','SHARK STUDY 2','','inherit','open','closed','','shark-study-2-2','','','2017-02-04 19:57:03','2017-02-04 19:57:03','',0,'http://deanostudios.com/wp-content/uploads/2017/02/SHARK-STUDY-2-1.jpg',0,'attachment','image/jpeg',0),(5632,1,'2017-02-04 19:57:22','2017-02-04 19:57:22','','TigersharkBeach','','inherit','open','closed','','tigersharkbeach-2','','','2017-02-04 19:57:22','2017-02-04 19:57:22','',0,'http://deanostudios.com/wp-content/uploads/2017/02/TigersharkBeach-1-1.jpg',0,'attachment','image/jpeg',0),(5633,1,'2017-02-04 19:57:54','2017-02-04 19:57:54','','Tortuga Del Mar','','inherit','open','closed','','tortuga-del-mar-2','','','2017-02-04 19:57:54','2017-02-04 19:57:54','',0,'http://deanostudios.com/wp-content/uploads/2017/02/TORTUGA-DEL-MAR-1.jpg',0,'attachment','image/jpeg',0),(5634,1,'2017-02-04 19:59:47','2017-02-04 19:59:47','','Dolphin','','publish','open','closed','','dolphin','','','2017-02-04 19:59:47','2017-02-04 19:59:47','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=5634',0,'dt_portfolios','',0),(5636,1,'2017-02-04 20:13:15','2017-02-04 20:13:15','','Hawksbill Sea Turtle','','publish','open','closed','','hawksbill-sea-turtle','','','2017-02-04 20:13:15','2017-02-04 20:13:15','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=5636',0,'dt_portfolios','',0),(5637,1,'2017-02-04 20:15:04','2017-02-04 20:15:04','','Loggerhead Sea Turtle','','publish','open','closed','','loggerhead-sea-turtle','','','2017-02-04 20:15:04','2017-02-04 20:15:04','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=5637',0,'dt_portfolios','',0),(5638,1,'2017-02-04 20:17:54','2017-02-04 20:17:54','','LOGGERHEAD SEATURTLE-FINAL PHOTO-tn','','inherit','open','closed','','loggerhead-seaturtle-final-photo-tn','','','2017-02-04 20:17:54','2017-02-04 20:17:54','',0,'http://deanostudios.com/wp-content/uploads/2017/02/LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn-1.jpg',0,'attachment','image/jpeg',0),(5641,1,'2017-02-05 04:26:13','2017-02-05 04:26:13','[vc_row][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_empty_space height=\"40px\"][/vc_column][/vc_row]','Tattoos','','publish','closed','closed','','tattoos','','','2017-02-14 13:10:12','2017-02-14 13:10:12','',0,'http://www.artlanta.com/deanostudios/?page_id=5641',0,'page','',0),(5651,1,'2017-02-05 04:45:00','2017-02-05 04:45:00','','Shark Study 1','','publish','open','closed','','shark-study-1','','','2017-02-05 04:45:00','2017-02-05 04:45:00','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=5651',0,'dt_portfolios','',0),(5652,1,'2017-02-05 04:46:00','2017-02-05 04:46:00','','Shark Study 2','','publish','open','closed','','shark-study-2','','','2017-02-05 04:46:00','2017-02-05 04:46:00','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=5652',0,'dt_portfolios','',0),(5653,1,'2017-02-05 04:47:07','2017-02-05 04:47:07','','Tiger Shark Beach','','publish','open','closed','','tiger-shark-beach','','','2017-02-05 04:47:07','2017-02-05 04:47:07','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=5653',0,'dt_portfolios','',0),(5654,1,'2017-02-05 04:47:44','2017-02-05 04:47:44','','Tortuga Del Mar','','publish','open','closed','','tortuga-del-mar','','','2017-02-05 04:47:44','2017-02-05 04:47:44','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=5654',0,'dt_portfolios','',0),(5655,1,'2017-02-05 04:53:47','2017-02-05 04:53:47','','SEALY GIRL-tn','','inherit','open','closed','','sealy-girl-tn','','','2017-02-05 04:53:47','2017-02-05 04:53:47','',0,'http://deanostudios.com/wp-content/uploads/2017/02/SEALY-GIRL-tn-1.jpg',0,'attachment','image/jpeg',0),(5656,1,'2017-02-05 04:54:01','2017-02-05 04:54:01','','GEARHEAD GIRL-tn','','inherit','open','closed','','gearhead-girl-tn','','','2017-02-05 04:54:01','2017-02-05 04:54:01','',0,'http://deanostudios.com/wp-content/uploads/2017/02/GEARHEAD-GIRL-tn-1.jpg',0,'attachment','image/jpeg',0),(5657,1,'2017-02-05 04:55:31','2017-02-05 04:55:31','','CLOSER LOOKtn','','inherit','open','closed','','closer-looktn','','','2017-02-05 04:55:31','2017-02-05 04:55:31','',0,'http://deanostudios.com/wp-content/uploads/2017/02/CLOSER-LOOKtn-2.jpg',0,'attachment','image/jpeg',0),(5658,1,'2017-02-05 04:57:44','2017-02-05 04:57:44','','Dolphin-FINAL-tn','','inherit','open','closed','','dolphin-final-tn','','','2017-02-05 04:57:44','2017-02-05 04:57:44','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Dolphin-FINAL-tn-1.jpg',0,'attachment','image/jpeg',0),(5660,1,'2017-02-05 05:11:25','2017-02-05 05:11:25','','IMG_1681','','inherit','open','closed','','img_1681','','','2017-02-05 05:11:25','2017-02-05 05:11:25','',0,'http://deanostudios.com/wp-content/uploads/2016/04/IMG_1681-1.jpg',0,'attachment','image/jpeg',0),(5661,1,'2017-02-05 05:12:48','2017-02-05 05:12:48','','IMG_3018','','inherit','open','closed','','img_3018','','','2017-02-05 05:12:48','2017-02-05 05:12:48','',0,'http://deanostudios.com/wp-content/uploads/2016/04/IMG_3018-1.jpg',0,'attachment','image/jpeg',0),(5662,1,'2017-02-05 05:13:07','2017-02-05 05:13:07','','IMG_3095','','inherit','open','closed','','img_3095','','','2017-02-05 05:13:07','2017-02-05 05:13:07','',0,'http://deanostudios.com/wp-content/uploads/2016/04/IMG_3095-2.jpg',0,'attachment','image/jpeg',0),(5663,1,'2017-02-05 05:13:27','2017-02-05 05:13:27','','IMG_3687','','inherit','open','closed','','img_3687','','','2017-02-05 05:13:27','2017-02-05 05:13:27','',0,'http://deanostudios.com/wp-content/uploads/2016/04/IMG_3687-2.jpg',0,'attachment','image/jpeg',0),(5664,1,'2017-02-05 05:13:54','2017-02-05 05:13:54','','IMG_3774','','inherit','open','closed','','img_3774','','','2017-02-05 05:13:54','2017-02-05 05:13:54','',0,'http://deanostudios.com/wp-content/uploads/2016/04/IMG_3774-1.jpg',0,'attachment','image/jpeg',0),(5665,1,'2017-02-05 05:14:24','2017-02-05 05:14:24','','IMG_3809','','inherit','open','closed','','img_3809','','','2017-02-05 05:14:24','2017-02-05 05:14:24','',0,'http://deanostudios.com/wp-content/uploads/2016/04/IMG_3809-1.jpg',0,'attachment','image/jpeg',0),(5667,1,'2017-02-05 05:14:59','2017-02-05 05:14:59','','IMG_4009b','','inherit','open','closed','','img_4009b','','','2017-02-05 05:14:59','2017-02-05 05:14:59','',0,'http://deanostudios.com/wp-content/uploads/2016/04/IMG_4009b-1.jpg',0,'attachment','image/jpeg',0),(5668,1,'2017-02-05 05:15:30','2017-02-05 05:15:30','','IMG_4959','','inherit','open','closed','','img_4959-2','','','2017-02-05 05:15:30','2017-02-05 05:15:30','',0,'http://deanostudios.com/wp-content/uploads/2016/04/IMG_4959-1.jpg',0,'attachment','image/jpeg',0),(5669,1,'2017-02-05 05:15:53','2017-02-05 05:15:53','','IMG_5367','','inherit','open','closed','','img_5367','','','2017-02-05 05:15:53','2017-02-05 05:15:53','',0,'http://deanostudios.com/wp-content/uploads/2016/04/IMG_5367-2.jpg',0,'attachment','image/jpeg',0),(5670,1,'2017-02-05 05:16:22','2017-02-05 05:16:22','','IMG_5633','','inherit','open','closed','','img_5633','','','2017-02-05 05:16:22','2017-02-05 05:16:22','',0,'http://deanostudios.com/wp-content/uploads/2016/04/IMG_5633-1.jpg',0,'attachment','image/jpeg',0),(5696,1,'2017-02-05 06:15:51','2017-02-05 06:15:51','[vc_row][vc_column][vc_empty_space height=\"40px\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography - Canvas Prints\" font_container=\"tag:h3|font_size:60px|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_empty_space height=\"20px\"][product_category per_page=\"200\" columns=\"3\" orderby=\"menu_order\" order=\"ASC\" category=\"photo-prints\"][/vc_column][/vc_row]','Photography Prints','','publish','closed','closed','','photography-canvas-prints','','','2017-02-05 06:15:51','2017-02-05 06:15:51','',0,'http://www.artlanta.com/deanostudios/?page_id=5696',0,'page','',0),(5703,1,'2017-02-05 06:18:36','2017-02-05 06:18:36','','Variation #5703 of Tiger Shark Side 2 Print (Copy)','','publish','open','open','','variation-5703-of-tiger-shark-side-2-print-copy','','','2017-02-05 06:18:36','2017-02-05 06:18:36','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5702',1,'product_variation','',0),(5704,1,'2017-02-05 06:18:36','2017-02-05 06:18:36','','Variation #5704 of Tiger Shark Side 2 Print (Copy)','','publish','open','open','','variation-5704-of-tiger-shark-side-2-print-copy','','','2017-02-05 06:18:36','2017-02-05 06:18:36','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5702',2,'product_variation','',0),(5705,1,'2017-02-05 06:18:36','2017-02-05 06:18:36','','Variation #5705 of Tiger Shark Side 2 Print (Copy)','','publish','closed','closed','','variation-5705-of-tiger-shark-side-2-print-copy','','','2017-02-05 06:18:36','2017-02-05 06:18:36','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5702',3,'product_variation','',0),(5706,1,'2017-02-05 06:20:46','2017-02-05 06:20:46','','Tiger Shark Beach Canvas Print','Presenting Deano Cook\'s original painting printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame.\n\nAvailable size:\n18\" x 24\"','publish','closed','closed','','tiger-shark-beach-canvas-print','','','2017-02-05 06:20:46','2017-02-05 06:20:46','',0,'http://www.artlanta.com/deanostudios/product/tiger-shark-beach-canvas-print/',1,'product','',0),(5707,1,'2017-02-05 06:20:46','2017-02-05 06:20:46','','Variation #5707 of Tiger Shark Beach Canvas Print','','publish','open','open','','variation-5707-of-tiger-shark-side-2-print-copy','','','2017-02-05 06:20:46','2017-02-05 06:20:46','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5706',1,'product_variation','',0),(5708,1,'2017-02-05 06:20:46','2017-02-05 06:20:46','','Variation #5708 of Tiger Shark Beach Canvas Print','','publish','open','open','','variation-5708-of-tiger-shark-side-2-print-copy','','','2017-02-05 06:20:46','2017-02-05 06:20:46','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5706',2,'product_variation','',0),(5712,1,'2017-02-05 17:26:48','2017-02-05 17:26:48','','DAN','','inherit','open','closed','','dan','','','2017-02-05 17:26:48','2017-02-05 17:26:48','',0,'http://deanostudios.com/wp-content/uploads/2016/03/DAN-1.jpg',0,'attachment','image/jpeg',0),(5713,1,'2017-02-05 17:26:58','2017-02-05 17:26:58','','Ocean Artist Society','','inherit','open','closed','','oceanartist','','','2017-02-05 17:26:58','2017-02-05 17:26:58','',0,'http://deanostudios.com/wp-content/uploads/2016/03/Oceanartist-1.jpg',0,'attachment','image/jpeg',0),(5714,1,'2017-02-05 17:27:07','2017-02-05 17:27:07','','PADI','','inherit','open','closed','','padi','','','2017-02-05 17:27:07','2017-02-05 17:27:07','',0,'http://deanostudios.com/wp-content/uploads/2016/03/PADI-1.jpg',0,'attachment','image/jpeg',0),(5716,1,'2017-02-05 17:27:45','2017-02-05 17:27:45','','Psycho Tattoo','','inherit','open','closed','','psycho','','','2017-02-05 17:27:45','2017-02-05 17:27:45','',0,'http://deanostudios.com/wp-content/uploads/2016/03/Psycho-1.jpg',0,'attachment','image/jpeg',0),(5721,1,'2017-02-05 17:38:53','2017-02-05 17:38:53','','FKIrons','','inherit','open','closed','','fkirons','','','2017-02-05 17:38:53','2017-02-05 17:38:53','',0,'http://deanostudios.com/wp-content/uploads/2016/03/FKIrons-1.jpg',0,'attachment','image/jpeg',0),(5722,1,'2017-02-05 17:38:57','2017-02-05 17:38:57','','Fusion','','inherit','open','closed','','fusion','','','2017-02-05 17:38:57','2017-02-05 17:38:57','',0,'http://deanostudios.com/wp-content/uploads/2016/03/Fusion-1.jpg',0,'attachment','image/jpeg',0),(5723,1,'2017-02-05 17:39:02','2017-02-05 17:39:02','','H2Ocean','','inherit','open','closed','','h2ocean','','','2017-02-05 17:39:02','2017-02-05 17:39:02','',0,'http://deanostudios.com/wp-content/uploads/2016/03/H2Ocean-1.jpg',0,'attachment','image/jpeg',0),(5724,1,'2017-02-05 17:39:09','2017-02-05 17:39:09','','KingPin','','inherit','open','closed','','kingpin','','','2017-02-05 17:39:09','2017-02-05 17:39:09','',0,'http://deanostudios.com/wp-content/uploads/2016/03/KingPin-1.jpg',0,'attachment','image/jpeg',0),(5725,1,'2017-02-05 17:39:13','2017-02-05 17:39:13','','Pelagic','','inherit','open','closed','','pelagic','','','2017-02-05 17:39:13','2017-02-05 17:39:13','',0,'http://deanostudios.com/wp-content/uploads/2016/03/Pelagic-1.jpg',0,'attachment','image/jpeg',0),(5729,1,'2017-02-05 17:50:01','2017-02-05 17:50:01','','Atomic','','inherit','open','closed','','atomic','','','2017-02-05 17:50:01','2017-02-05 17:50:01','',0,'http://deanostudios.com/wp-content/uploads/2016/03/Atomic-1.jpg',0,'attachment','image/jpeg',0),(5730,1,'2017-02-05 17:50:06','2017-02-05 17:50:06','','Nikon','','inherit','open','closed','','nikon','','','2017-02-05 17:50:06','2017-02-05 17:50:06','',0,'http://deanostudios.com/wp-content/uploads/2016/03/Nikon-1.jpg',0,'attachment','image/jpeg',0),(5731,1,'2017-02-05 17:50:10','2017-02-05 17:50:10','','ScubaPro','','inherit','open','closed','','scubapro','','','2017-02-05 17:50:10','2017-02-05 17:50:10','',0,'http://deanostudios.com/wp-content/uploads/2016/03/ScubaPro-1.jpg',0,'attachment','image/jpeg',0),(5732,1,'2017-02-05 17:50:15','2017-02-05 17:50:15','','SeaandSea','','inherit','open','closed','','seaandsea','','','2017-02-05 17:50:15','2017-02-05 17:50:15','',0,'http://deanostudios.com/wp-content/uploads/2016/03/SeaandSea-1.jpg',0,'attachment','image/jpeg',0),(5762,3,'2017-02-05 20:16:13','2017-02-05 20:16:13','','Closer Look Canvas Print','<p>Presenting Deano Cook\'s original painting printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. Available size: 18\" x 24\"</p>','publish','closed','closed','','closer-look-canvas-print','','','2020-05-22 20:36:41','2020-05-22 20:36:41','',0,'http://www.artlanta.com/deanostudios/product/closer-look-canvas-print/',7,'product','',0),(5763,1,'2017-02-05 20:16:13','2017-02-05 20:16:13','','Variation #5763 of Closer Look Canvas Print','','publish','open','open','','variation-5763-of-tiger-shark-beach-canvas-print-copy','','','2017-02-05 20:16:13','2017-02-05 20:16:13','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5762',1,'product_variation','',0),(5764,1,'2017-02-05 20:16:13','2017-02-05 20:16:13','','Variation #5764 of Closer Look Canvas Print','','publish','open','open','','variation-5764-of-tiger-shark-beach-canvas-print-copy','','','2017-02-05 20:16:13','2017-02-05 20:16:13','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5762',2,'product_variation','',0),(5765,3,'2017-02-05 20:18:18','2017-02-05 20:18:18','','Dolphins and Butterflyfish Canvas Print','<p>Presenting Deano Cook\'s original painting printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. Available size: 16\" x 20\"</p>','publish','closed','closed','','dolphins-and-butterflyfish-canvas-print','','','2020-05-22 20:37:44','2020-05-22 20:37:44','',0,'http://www.artlanta.com/deanostudios/product/dolphins-and-butterflyfish-canvas-print/',8,'product','',0),(5766,1,'2017-02-05 20:18:18','2017-02-05 20:18:18','','Variation #5766 of Dolphins and Butterflyfish Canvas Print','','publish','open','open','','variation-5766-of-closer-look-canvas-print-copy','','','2017-02-05 20:18:18','2017-02-05 20:18:18','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5765',1,'product_variation','',0),(5767,1,'2017-02-05 20:18:18','2017-02-05 20:18:18','','Variation #5767 of Dolphins and Butterflyfish Canvas Print','','publish','open','open','','variation-5767-of-closer-look-canvas-print-copy','','','2017-02-05 20:18:18','2017-02-05 20:18:18','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5765',2,'product_variation','',0),(5769,1,'2017-02-05 20:26:48','2017-02-05 20:26:48','','Dolphin','','inherit','open','closed','','dolphin-final-sq','','','2017-02-27 20:48:15','2017-02-27 20:48:15','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Dolphin-FINAL-sq-1.png',0,'attachment','image/png',0),(5770,1,'2017-02-05 20:35:31','2017-02-05 20:35:31','','Dolphin','','inherit','open','closed','','dolphin-final-sm-sq','','','2017-02-27 20:48:18','2017-02-27 20:48:18','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Dolphin-FINAL-sm-sq-1.png',0,'attachment','image/png',0),(5771,1,'2017-02-05 20:44:20','2017-02-05 20:44:20','','CLOSER LOOK','','inherit','open','closed','','closer-looktn-2','','','2017-02-27 20:48:21','2017-02-27 20:48:21','',0,'http://deanostudios.com/wp-content/uploads/2017/02/CLOSER-LOOKtn-1-1.jpg',0,'attachment','image/jpeg',0),(5772,1,'2017-02-05 20:44:44','2017-02-05 20:44:44','','CLOSER LOOK','','inherit','open','closed','','closer-look-tn','','','2017-02-27 20:48:25','2017-02-27 20:48:25','',0,'http://deanostudios.com/wp-content/uploads/2017/02/CLOSER-LOOK-tn-1.png',0,'attachment','image/png',0),(5773,1,'2017-02-05 20:45:50','2017-02-05 20:45:50','','Tiger Shark Beach','','inherit','open','closed','','tigersharkbeach-tn','','','2017-02-27 20:48:32','2017-02-27 20:48:32','',0,'http://deanostudios.com/wp-content/uploads/2017/02/TigersharkBeach-tn-1.png',0,'attachment','image/png',0),(5775,1,'2017-02-05 20:50:49','2017-02-05 20:50:49','','Variation #5775 of Gearhead Girl Canvas Print','','publish','open','open','','variation-5775-of-dolphins-and-butterflyfish-canvas-print-copy','','','2017-02-05 20:50:49','2017-02-05 20:50:49','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5774',1,'product_variation','',0),(5776,1,'2017-02-05 20:50:49','2017-02-05 20:50:49','','Variation #5776 of Gearhead Girl Canvas Print','','publish','open','open','','variation-5776-of-dolphins-and-butterflyfish-canvas-print-copy','','','2017-02-05 20:50:49','2017-02-05 20:50:49','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5774',2,'product_variation','',0),(5777,1,'2017-02-05 20:52:25','2017-02-05 20:52:25','','GEARHEAD GIRL','','inherit','open','closed','','gearhead-girl-tn-2','','','2017-02-27 20:48:41','2017-02-27 20:48:41','',0,'http://deanostudios.com/wp-content/uploads/2017/02/GEARHEAD-GIRL-tn-1.png',0,'attachment','image/png',0),(5778,1,'2017-02-05 20:54:31','2017-02-05 20:54:31','','Hawksbill Sea Turtle Canvas Print','Presenting Deano Cook\'s original painting printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame.\n\nAvailable size:\n16\" x 20\"','publish','closed','closed','','hawksbill-sea-turtle-canvas-print','','','2017-02-05 20:54:31','2017-02-05 20:54:31','',0,'http://www.artlanta.com/deanostudios/product/hawksbill-sea-turtle-canvas-print/',1,'product','',0),(5779,1,'2017-02-05 20:54:32','2017-02-05 20:54:32','','Variation #5779 of Hawksbill Sea Turtle Canvas Print','','publish','open','open','','variation-5779-of-gearhead-girl-canvas-print-copy','','','2017-02-05 20:54:32','2017-02-05 20:54:32','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5778',1,'product_variation','',0),(5780,1,'2017-02-05 20:54:32','2017-02-05 20:54:32','','Variation #5780 of Hawksbill Sea Turtle Canvas Print','','publish','open','open','','variation-5780-of-gearhead-girl-canvas-print-copy','','','2017-02-05 20:54:32','2017-02-05 20:54:32','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5778',2,'product_variation','',0),(5781,1,'2017-02-05 20:55:39','2017-02-05 20:55:39','','Hawksbill Sea Turtle','','inherit','open','closed','','hawksbill-seaturtle-tn','','','2017-02-27 20:48:51','2017-02-27 20:48:51','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-SeaTurtle-tn-1.png',0,'attachment','image/png',0),(5782,1,'2017-02-05 21:25:58','2017-02-05 21:25:58','','Loggerhead Sea Turtle Canvas Print','Presenting Deano Cook\'s original painting printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame.\r\n\r\nAvailable size:\r\n16\" x 20\"','publish','closed','closed','','loggerhead-sea-turtle-canvas-print','','','2017-02-20 02:54:36','2017-02-20 02:54:36','',0,'http://www.artlanta.com/deanostudios/product/loggerhead-sea-turtle-canvas-print/',1,'product','',0),(5783,1,'2017-02-05 21:25:58','2017-02-05 21:25:58','','Variation #5783 of Loggerhead Sea Turtle Canvas Print','','publish','open','open','','variation-5783-of-hawksbill-sea-turtle-canvas-print-copy','','','2017-02-05 21:25:58','2017-02-05 21:25:58','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5782',1,'product_variation','',0),(5784,1,'2017-02-05 21:25:58','2017-02-05 21:25:58','','Variation #5784 of Loggerhead Sea Turtle Canvas Print','','publish','open','open','','variation-5784-of-hawksbill-sea-turtle-canvas-print-copy','','','2017-02-05 21:25:58','2017-02-05 21:25:58','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5782',2,'product_variation','',0),(5787,1,'2017-02-05 21:29:17','2017-02-05 21:29:17','','Variation #5787 of Sealy Girl Canvas Print','','publish','open','open','','variation-5787-of-loggerhead-sea-turtle-canvas-print-copy','','','2017-02-05 21:29:17','2017-02-05 21:29:17','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5786',1,'product_variation','',0),(5788,1,'2017-02-05 21:29:17','2017-02-05 21:29:17','','Variation #5788 of Sealy Girl Canvas Print','','publish','open','open','','variation-5788-of-loggerhead-sea-turtle-canvas-print-copy','','','2017-02-05 21:29:17','2017-02-05 21:29:17','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5786',2,'product_variation','',0),(5790,1,'2017-02-05 21:32:36','2017-02-05 21:32:36','','Shark Study Canvas Print','Presenting Deano Cook\'s original painting printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame.\r\n\r\nAvailable size:\r\n16\" x 20\"','publish','closed','closed','','shark-study-1-canvas-print','','','2017-02-20 03:06:17','2017-02-20 03:06:17','',0,'http://www.artlanta.com/deanostudios/product/shark-study-1-canvas-print/',1,'product','',0),(5791,1,'2017-02-05 21:32:36','2017-02-05 21:32:36','','Variation #5791 of Shark Study 1 Canvas Print','','publish','open','open','','variation-5791-of-sealy-girl-canvas-print-copy','','','2017-02-05 21:32:36','2017-02-05 21:32:36','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5790',1,'product_variation','',0),(5792,1,'2017-02-05 21:32:36','2017-02-05 21:32:36','','Variation #5792 of Shark Study 1 Canvas Print','','publish','open','open','','variation-5792-of-sealy-girl-canvas-print-copy','','','2017-02-05 21:32:36','2017-02-05 21:32:36','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5790',2,'product_variation','',0),(5797,1,'2017-02-05 21:41:18','2017-02-05 21:41:18','','Shark Study 2 Canvas Print','Presenting Deano Cook\'s original painting printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame.\r\n\r\nAvailable size:\r\n18\" x 24\"','publish','closed','closed','','shark-study-2-canvas-print','','','2017-02-20 02:48:03','2017-02-20 02:48:03','',0,'http://www.artlanta.com/deanostudios/product/shark-study-2-canvas-print/',1,'product','',0),(5798,1,'2017-02-05 21:41:18','2017-02-05 21:41:18','','Variation #5798 of Shark Study 2 Canvas Print','','publish','open','open','','variation-5798-of-shark-study-1-canvas-print-copy','','','2017-02-05 21:41:18','2017-02-05 21:41:18','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5797',1,'product_variation','',0),(5799,1,'2017-02-05 21:41:18','2017-02-05 21:41:18','','Variation #5799 of Shark Study 2 Canvas Print','','publish','open','open','','variation-5799-of-shark-study-1-canvas-print-copy','','','2017-02-05 21:41:18','2017-02-05 21:41:18','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5797',2,'product_variation','',0),(5800,3,'2017-02-05 21:44:33','2017-02-05 21:44:33','','Tortuga Del Mar Canvas Print','Presenting Deano Cook\'s original painting printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame.\r\n\r\nAvailable sizes:\r\n24\" x 30\"\r\n37\" x 46.5\"','publish','closed','closed','','tortuga-del-mar-canvas-print','','','2020-05-21 02:32:05','2020-05-21 02:32:05','',0,'http://www.artlanta.com/deanostudios/product/tortuga-del-mar-canvas-print/',7,'product','',0),(5801,1,'2017-02-05 21:44:33','2017-02-05 21:44:33','','Variation #5801 of Tortuga Del Mar Canvas Print','','publish','open','open','','variation-5801-of-shark-study-2-canvas-print-copy','','','2017-02-05 21:44:33','2017-02-05 21:44:33','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5800',1,'product_variation','',0),(5802,1,'2017-02-05 21:44:33','2017-02-05 21:44:33','','Variation #5802 of Tortuga Del Mar Canvas Print','','publish','open','open','','variation-5802-of-shark-study-2-canvas-print-copy','','','2017-02-05 21:44:33','2017-02-05 21:44:33','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5800',2,'product_variation','',0),(5843,1,'2017-02-07 04:25:04','2017-02-07 04:25:04','','Great Hammerhead Freedive Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','lemon-bite-canvas-print','','','2020-05-18 00:08:24','2020-05-18 00:08:24','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5843',0,'product','',0),(5848,1,'2017-02-07 04:30:28','2017-02-07 04:30:28','','Variation #5848 of Lemon Bite Canvas Print','','publish','closed','closed','','product-5843-variation-4','','','2017-02-07 04:30:28','2017-02-07 04:30:28','',0,'http://www.artlanta.com/deanostudios/product/lemon-bite-canvas-print/',0,'product_variation','',0),(5849,1,'2017-02-07 04:30:28','2017-02-07 04:30:28','','Variation #5849 of Lemon Bite Canvas Print','','publish','closed','closed','','product-5843-variation-5','','','2017-02-07 04:30:28','2017-02-07 04:30:28','',0,'http://www.artlanta.com/deanostudios/product/lemon-bite-canvas-print/',0,'product_variation','',0),(5850,1,'2017-02-07 04:30:28','2017-02-07 04:30:28','','Variation #5850 of Lemon Bite Canvas Print','','publish','closed','closed','','product-5843-variation-6','','','2017-02-07 04:30:28','2017-02-07 04:30:28','',0,'http://www.artlanta.com/deanostudios/product/lemon-bite-canvas-print/',0,'product_variation','',0),(5851,1,'2017-02-07 04:30:28','2017-02-07 04:30:28','','Variation #5851 of Lemon Bite Canvas Print','','publish','closed','closed','','product-5843-variation-7','','','2017-02-07 04:30:28','2017-02-07 04:30:28','',0,'http://www.artlanta.com/deanostudios/product/lemon-bite-canvas-print/',0,'product_variation','',0),(5852,1,'2017-02-07 04:30:28','2017-02-07 04:30:28','','Variation #5852 of Lemon Bite Canvas Print','','publish','closed','closed','','product-5843-variation-8','','','2017-02-07 04:30:28','2017-02-07 04:30:28','',0,'http://www.artlanta.com/deanostudios/product/lemon-bite-canvas-print/',0,'product_variation','',0),(5880,1,'2017-02-11 14:22:44','2017-02-11 14:22:44','','Octopus Crew Neck T-Shirt Black - Women\'s','Color: Solid Black Crew Neck T-Shirt\r\nDesign: Octopus with Psycho Tattoo Logo\r\nT-Shirt Brand: Next Level Apparel\r\nMaterial: 60% Cotton / 40% Polyester\r\nCare: Machine Cold Wash','publish','closed','closed','','octopus-crew-neck-t-shirt-black-womens','','','2017-02-17 17:51:02','2017-02-17 17:51:02','',0,'http://www.artlanta.com/deanostudios/product/octopus-crew-neck-t-shirt-black-womens/',5,'product','',0),(5881,1,'2017-02-11 14:22:44','2017-02-11 14:22:44','','Variation #5881 of Octopus V-Neck T-Shirt Black – Women’s (Copy)','','publish','closed','closed','','variation-5881-of-octopus-v-neck-t-shirt-black-womens-copy','','','2017-02-11 14:22:44','2017-02-11 14:22:44','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5880',1,'product_variation','',0),(5882,1,'2017-02-11 14:22:44','2017-02-11 14:22:44','','Variation #5882 of Octopus V-Neck T-Shirt Black – Women’s (Copy)','','publish','closed','closed','','variation-5882-of-octopus-v-neck-t-shirt-black-womens-copy','','','2017-02-11 14:22:44','2017-02-11 14:22:44','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5880',4,'product_variation','',0),(5883,1,'2017-02-11 14:22:44','2017-02-11 14:22:44','','Variation #5883 of Octopus V-Neck T-Shirt Black – Women’s (Copy)','','publish','closed','closed','','variation-5883-of-octopus-v-neck-t-shirt-black-womens-copy','','','2017-02-11 14:22:44','2017-02-11 14:22:44','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5880',2,'product_variation','',0),(5884,1,'2017-02-11 14:22:44','2017-02-11 14:22:44','','Variation #5884 of Octopus V-Neck T-Shirt Black – Women’s (Copy)','','publish','closed','closed','','variation-5884-of-octopus-v-neck-t-shirt-black-womens-copy','','','2017-02-11 14:22:44','2017-02-11 14:22:44','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5880',3,'product_variation','',0),(5887,1,'2017-02-11 14:30:02','2017-02-11 14:30:02','','Octopus Crew Neck T-Shirt Grey - Women\'s','Color: Solid Grey Crew Neck T-Shirt\r\nDesign: Octopus with Psycho Tattoo Logo\r\nT-Shirt Brand: Next Level Apparel\r\nMaterial: 60% Cotton / 40% Polyester\r\nCare: Machine Cold Wash','publish','closed','closed','','octopus-crew-neck-t-shirt-grey-womens','','','2017-02-17 17:47:41','2017-02-17 17:47:41','',0,'http://www.artlanta.com/deanostudios/product/octopus-crew-neck-t-shirt-grey-womens/',5,'product','',0),(5888,1,'2017-02-11 14:30:02','2017-02-11 14:30:02','','Variation #5888 of Octopus Crew Neck T-Shirt Black – Women’s (Copy)','','publish','closed','closed','','variation-5888-of-octopus-crew-neck-t-shirt-black-womens-copy','','','2017-02-11 14:30:02','2017-02-11 14:30:02','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5887',1,'product_variation','',0),(5889,1,'2017-02-11 14:30:02','2017-02-11 14:30:02','','Variation #5889 of Octopus Crew Neck T-Shirt Black – Women’s (Copy)','','publish','closed','closed','','variation-5889-of-octopus-crew-neck-t-shirt-black-womens-copy','','','2017-02-11 14:30:02','2017-02-11 14:30:02','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5887',4,'product_variation','',0),(5890,1,'2017-02-11 14:30:02','2017-02-11 14:30:02','','Variation #5890 of Octopus Crew Neck T-Shirt Black – Women’s (Copy)','','publish','closed','closed','','variation-5890-of-octopus-crew-neck-t-shirt-black-womens-copy','','','2017-02-11 14:30:02','2017-02-11 14:30:02','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5887',2,'product_variation','',0),(5891,1,'2017-02-11 14:30:02','2017-02-11 14:30:02','','Variation #5891 of Octopus Crew Neck T-Shirt Black – Women’s (Copy)','','publish','closed','closed','','variation-5891-of-octopus-crew-neck-t-shirt-black-womens-copy','','','2017-02-11 14:30:02','2017-02-11 14:30:02','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5887',3,'product_variation','',0),(5892,1,'2017-02-11 16:15:06','2017-02-11 16:15:06','','Hawksbill Turtle 2 Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','hawksbill-turtle-2-canvas-print','','','2017-02-20 03:48:19','2017-02-20 03:48:19','',0,'http://www.artlanta.com/deanostudios/product/hawksbill-turtle-canvas-print/',10,'product','',0),(5895,1,'2017-02-11 16:15:06','2017-02-11 16:15:06','','Variation #5895 of Hawksbill Turtle Canvas Print','','publish','closed','closed','','variation-5895-of-lemon-bite-canvas-print-copy','','','2017-02-11 16:15:06','2017-02-11 16:15:06','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5892',0,'product_variation','',0),(5896,1,'2017-02-11 16:15:06','2017-02-11 16:15:06','','Variation #5896 of Hawksbill Turtle Canvas Print','','publish','closed','closed','','variation-5896-of-lemon-bite-canvas-print-copy','','','2017-02-11 16:15:06','2017-02-11 16:15:06','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5892',0,'product_variation','',0),(5897,1,'2017-02-11 16:15:06','2017-02-11 16:15:06','','Variation #5897 of Lemon Bite Canvas Print (Copy)','','publish','closed','closed','','variation-5897-of-lemon-bite-canvas-print-copy','','','2017-02-11 16:15:06','2017-02-11 16:15:06','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5892',0,'product_variation','',0),(5907,1,'2017-02-11 16:33:30','2017-02-11 16:33:30','','Hawksbill Turtle Sitting Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','hawksbill-turtle-sitting-canvas-print','','','2017-02-20 04:01:15','2017-02-20 04:01:15','',0,'http://www.artlanta.com/deanostudios/product/hawksbill-turtle-sitting-canvas-print/',10,'product','',0),(5908,1,'2017-02-11 16:33:30','2017-02-11 16:33:30','','Variation #5908 of Hawksbill Turtle Canvas Print (Copy)','','publish','closed','closed','','variation-5908-of-hawksbill-turtle-canvas-print-copy','','','2017-02-11 16:33:30','2017-02-11 16:33:30','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5907',0,'product_variation','',0),(5909,1,'2017-02-11 16:33:30','2017-02-11 16:33:30','','Variation #5909 of Hawksbill Turtle Canvas Print (Copy)','','publish','closed','closed','','variation-5909-of-hawksbill-turtle-canvas-print-copy','','','2017-02-11 16:33:30','2017-02-11 16:33:30','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5907',0,'product_variation','',0),(5910,1,'2017-02-11 16:33:30','2017-02-11 16:33:30','','Variation #5910 of Hawksbill Turtle Canvas Print (Copy)','','publish','closed','closed','','variation-5910-of-hawksbill-turtle-canvas-print-copy','','','2017-02-11 16:33:30','2017-02-11 16:33:30','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5907',0,'product_variation','',0),(5911,1,'2017-02-11 16:43:58','2017-02-11 16:43:58','','Hawksbill Turtle With Sponge 4 Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','hawksbill-turtle-with-sponge-4-canvas-print','','','2017-02-20 04:15:59','2017-02-20 04:15:59','',0,'http://www.artlanta.com/deanostudios/product/hawksbill-turtle-with-sponge-canvas-print/',10,'product','',0),(5912,1,'2017-02-11 16:43:58','2017-02-11 16:43:58','','Variation #5912 of Hawksbill Turtle Sitting Canvas Print (Copy)','','publish','closed','closed','','variation-5912-of-hawksbill-turtle-sitting-canvas-print-copy','','','2017-02-11 16:43:58','2017-02-11 16:43:58','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5911',0,'product_variation','',0),(5913,1,'2017-02-11 16:43:58','2017-02-11 16:43:58','','Variation #5913 of Hawksbill Turtle Sitting Canvas Print (Copy)','','publish','closed','closed','','variation-5913-of-hawksbill-turtle-sitting-canvas-print-copy','','','2017-02-11 16:43:58','2017-02-11 16:43:58','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5911',0,'product_variation','',0),(5914,1,'2017-02-11 16:43:58','2017-02-11 16:43:58','','Variation #5914 of Hawksbill Turtle Sitting Canvas Print (Copy)','','publish','closed','closed','','variation-5914-of-hawksbill-turtle-sitting-canvas-print-copy','','','2017-02-11 16:43:58','2017-02-11 16:43:58','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5911',0,'product_variation','',0),(5917,1,'2017-02-11 17:51:41','2017-02-11 17:51:41','','Bottlenose Dolphin Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','bottlenose-dolphin-canvas-print','','','2017-02-20 03:30:44','2017-02-20 03:30:44','',0,'http://www.artlanta.com/deanostudios/product/bottlenose-dolphin-canvas-print/',10,'product','',0),(5918,1,'2017-02-11 17:51:41','2017-02-11 17:51:41','','Variation #5918 of Lemon Bite Canvas Print (Copy)','','publish','closed','closed','','variation-5918-of-lemon-bite-canvas-print-copy','','','2017-02-11 17:51:41','2017-02-11 17:51:41','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5917',0,'product_variation','',0),(5919,1,'2017-02-11 17:51:41','2017-02-11 17:51:41','','Variation #5919 of Lemon Bite Canvas Print (Copy)','','publish','closed','closed','','variation-5919-of-lemon-bite-canvas-print-copy','','','2017-02-11 17:51:41','2017-02-11 17:51:41','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5917',0,'product_variation','',0),(5920,1,'2017-02-11 17:51:41','2017-02-11 17:51:41','','Variation #5920 of Lemon Bite Canvas Print (Copy)','','publish','closed','closed','','variation-5920-of-lemon-bite-canvas-print-copy','','','2017-02-11 17:51:41','2017-02-11 17:51:41','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5917',0,'product_variation','',0),(5921,1,'2017-02-11 17:51:41','2017-02-11 17:51:41','','Variation #5921 of Lemon Bite Canvas Print (Copy)','','publish','closed','closed','','variation-5921-of-lemon-bite-canvas-print-copy','','','2017-02-11 17:51:41','2017-02-11 17:51:41','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5917',0,'product_variation','',0),(5922,1,'2017-02-11 17:51:41','2017-02-11 17:51:41','','Variation #5922 of Lemon Bite Canvas Print (Copy)','','publish','closed','closed','','variation-5922-of-lemon-bite-canvas-print-copy','','','2017-02-11 17:51:41','2017-02-11 17:51:41','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5917',0,'product_variation','',0),(5924,3,'2017-02-11 17:55:22','2017-02-11 17:55:22','','Bimini Blue Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','bimini-blue-canvas-print','','','2020-05-18 03:30:26','2020-05-18 03:30:26','',0,'http://www.artlanta.com/deanostudios/product/bimini-blue-canvas-print/',10,'product','',0),(5925,1,'2017-02-11 17:55:22','2017-02-11 17:55:22','','Variation #5925 of Bottlenose Dolphin Canvas Print (Copy)','','publish','closed','closed','','variation-5925-of-bottlenose-dolphin-canvas-print-copy','','','2017-02-11 17:55:22','2017-02-11 17:55:22','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5924',0,'product_variation','',0),(5926,1,'2017-02-11 17:55:22','2017-02-11 17:55:22','','Variation #5926 of Bottlenose Dolphin Canvas Print (Copy)','','publish','closed','closed','','variation-5926-of-bottlenose-dolphin-canvas-print-copy','','','2017-02-11 17:55:22','2017-02-11 17:55:22','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5924',0,'product_variation','',0),(5927,1,'2017-02-11 17:55:22','2017-02-11 17:55:22','','Variation #5927 of Bottlenose Dolphin Canvas Print (Copy)','','publish','closed','closed','','variation-5927-of-bottlenose-dolphin-canvas-print-copy','','','2017-02-11 17:55:22','2017-02-11 17:55:22','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5924',0,'product_variation','',0),(5928,1,'2017-02-11 17:55:22','2017-02-11 17:55:22','','Variation #5928 of Bottlenose Dolphin Canvas Print (Copy)','','publish','closed','closed','','variation-5928-of-bottlenose-dolphin-canvas-print-copy','','','2017-02-11 17:55:22','2017-02-11 17:55:22','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5924',0,'product_variation','',0),(5929,1,'2017-02-11 17:55:22','2017-02-11 17:55:22','','Variation #5929 of Bottlenose Dolphin Canvas Print (Copy)','','publish','closed','closed','','variation-5929-of-bottlenose-dolphin-canvas-print-copy','','','2017-02-11 17:55:22','2017-02-11 17:55:22','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5924',0,'product_variation','',0),(5931,1,'2017-02-11 17:57:47','2017-02-11 17:57:47','','Gazing Reef Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','gazing-reef-canvas-print','','','2017-02-20 03:38:12','2017-02-20 03:38:12','',0,'http://www.artlanta.com/deanostudios/product/gazing-reef-canvas-print/',10,'product','',0),(5932,1,'2017-02-11 17:57:47','2017-02-11 17:57:47','','Variation #5932 of Bimini Blue Canvas Print (Copy)','','publish','closed','closed','','variation-5932-of-bimini-blue-canvas-print-copy','','','2017-02-11 17:57:47','2017-02-11 17:57:47','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5931',0,'product_variation','',0),(5933,1,'2017-02-11 17:57:47','2017-02-11 17:57:47','','Variation #5933 of Bimini Blue Canvas Print (Copy)','','publish','closed','closed','','variation-5933-of-bimini-blue-canvas-print-copy','','','2017-02-11 17:57:47','2017-02-11 17:57:47','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5931',0,'product_variation','',0),(5934,1,'2017-02-11 17:57:47','2017-02-11 17:57:47','','Variation #5934 of Bimini Blue Canvas Print (Copy)','','publish','closed','closed','','variation-5934-of-bimini-blue-canvas-print-copy','','','2017-02-11 17:57:47','2017-02-11 17:57:47','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5931',0,'product_variation','',0),(5935,1,'2017-02-11 17:57:47','2017-02-11 17:57:47','','Variation #5935 of Bimini Blue Canvas Print (Copy)','','publish','closed','closed','','variation-5935-of-bimini-blue-canvas-print-copy','','','2017-02-11 17:57:47','2017-02-11 17:57:47','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5931',0,'product_variation','',0),(5936,1,'2017-02-11 17:57:47','2017-02-11 17:57:47','','Variation #5936 of Bimini Blue Canvas Print (Copy)','','publish','closed','closed','','variation-5936-of-bimini-blue-canvas-print-copy','','','2017-02-11 17:57:47','2017-02-11 17:57:47','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5931',0,'product_variation','',0),(5938,1,'2017-02-11 18:00:00','2017-02-11 18:00:00','','Green Sea Turtle Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','green-sea-turtle-canvas-print','','','2017-02-20 03:38:04','2017-02-20 03:38:04','',0,'http://www.artlanta.com/deanostudios/product/green-sea-turtle-canvas-print/',10,'product','',0),(5939,1,'2017-02-11 18:00:00','2017-02-11 18:00:00','','Variation #5939 of Gazing Reef Canvas Print (Copy)','','publish','closed','closed','','variation-5939-of-gazing-reef-canvas-print-copy','','','2017-02-11 18:00:00','2017-02-11 18:00:00','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5938',0,'product_variation','',0),(5940,1,'2017-02-11 18:00:00','2017-02-11 18:00:00','','Variation #5940 of Gazing Reef Canvas Print (Copy)','','publish','closed','closed','','variation-5940-of-gazing-reef-canvas-print-copy','','','2017-02-11 18:00:00','2017-02-11 18:00:00','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5938',0,'product_variation','',0),(5941,1,'2017-02-11 18:00:00','2017-02-11 18:00:00','','Variation #5941 of Gazing Reef Canvas Print (Copy)','','publish','closed','closed','','variation-5941-of-gazing-reef-canvas-print-copy','','','2017-02-11 18:00:00','2017-02-11 18:00:00','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5938',0,'product_variation','',0),(5942,1,'2017-02-11 18:00:00','2017-02-11 18:00:00','','Variation #5942 of Gazing Reef Canvas Print (Copy)','','publish','closed','closed','','variation-5942-of-gazing-reef-canvas-print-copy','','','2017-02-11 18:00:00','2017-02-11 18:00:00','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5938',0,'product_variation','',0),(5943,1,'2017-02-11 18:00:00','2017-02-11 18:00:00','','Variation #5943 of Gazing Reef Canvas Print (Copy)','','publish','closed','closed','','variation-5943-of-gazing-reef-canvas-print-copy','','','2017-02-11 18:00:00','2017-02-11 18:00:00','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5938',0,'product_variation','',0),(5982,1,'2017-02-11 19:39:21','2017-02-11 19:39:21','','Hawksbill Turtle 1 Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','hawksbill-turtle-1-canvas-print','','','2017-02-20 03:37:11','2017-02-20 03:37:11','',0,'http://www.artlanta.com/deanostudios/product/green-sea-turtle-6-canvas-print-copy/',10,'product','',0),(5983,1,'2017-02-11 19:39:21','2017-02-11 19:39:21','','Variation #5983 of Green Sea Turtle Canvas Print (Copy)','','publish','closed','closed','','variation-5983-of-green-sea-turtle-canvas-print-copy','','','2017-02-11 19:39:21','2017-02-11 19:39:21','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5982',0,'product_variation','',0),(5984,1,'2017-02-11 19:39:21','2017-02-11 19:39:21','','Variation #5984 of Green Sea Turtle Canvas Print (Copy)','','publish','closed','closed','','variation-5984-of-green-sea-turtle-canvas-print-copy','','','2017-02-11 19:39:21','2017-02-11 19:39:21','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5982',0,'product_variation','',0),(5985,1,'2017-02-11 19:39:21','2017-02-11 19:39:21','','Variation #5985 of Green Sea Turtle Canvas Print (Copy)','','publish','closed','closed','','variation-5985-of-green-sea-turtle-canvas-print-copy','','','2017-02-11 19:39:21','2017-02-11 19:39:21','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5982',0,'product_variation','',0),(5986,1,'2017-02-11 19:39:21','2017-02-11 19:39:21','','Variation #5986 of Green Sea Turtle Canvas Print (Copy)','','publish','closed','closed','','variation-5986-of-green-sea-turtle-canvas-print-copy','','','2017-02-11 19:39:21','2017-02-11 19:39:21','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5982',0,'product_variation','',0),(5987,1,'2017-02-11 19:39:21','2017-02-11 19:39:21','','Variation #5987 of Green Sea Turtle Canvas Print (Copy)','','publish','closed','closed','','variation-5987-of-green-sea-turtle-canvas-print-copy','','','2017-02-11 19:39:21','2017-02-11 19:39:21','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5982',0,'product_variation','',0),(5994,1,'2017-02-11 19:57:44','2017-02-11 19:57:44','','Hawksbill Turtle Eating Sponge Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','hawksbill-turtle-eating-sponge-canvas-print','','','2017-02-20 03:44:29','2017-02-20 03:44:29','',0,'http://www.artlanta.com/deanostudios/product/hawksbill-turtle-eating-sponge-canvas-print/',10,'product','',0),(5995,1,'2017-02-11 19:57:44','2017-02-11 19:57:44','','Variation #5995 of Hawksbill Turtle 6 Canvas Print (Copy)','','publish','closed','closed','','variation-5995-of-hawksbill-turtle-6-canvas-print-copy','','','2017-02-11 19:57:44','2017-02-11 19:57:44','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5994',0,'product_variation','',0),(5996,1,'2017-02-11 19:57:44','2017-02-11 19:57:44','','Variation #5996 of Hawksbill Turtle 6 Canvas Print (Copy)','','publish','closed','closed','','variation-5996-of-hawksbill-turtle-6-canvas-print-copy','','','2017-02-11 19:57:44','2017-02-11 19:57:44','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5994',0,'product_variation','',0),(5997,1,'2017-02-11 19:57:44','2017-02-11 19:57:44','','Variation #5997 of Hawksbill Turtle 6 Canvas Print (Copy)','','publish','closed','closed','','variation-5997-of-hawksbill-turtle-6-canvas-print-copy','','','2017-02-11 19:57:44','2017-02-11 19:57:44','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5994',0,'product_variation','',0),(5998,1,'2017-02-11 19:57:44','2017-02-11 19:57:44','','Variation #5998 of Hawksbill Turtle 6 Canvas Print (Copy)','','publish','closed','closed','','variation-5998-of-hawksbill-turtle-6-canvas-print-copy','','','2017-02-11 19:57:44','2017-02-11 19:57:44','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5994',0,'product_variation','',0),(5999,1,'2017-02-11 19:57:44','2017-02-11 19:57:44','','Variation #5999 of Hawksbill Turtle 6 Canvas Print (Copy)','','publish','closed','closed','','variation-5999-of-hawksbill-turtle-6-canvas-print-copy','','','2017-02-11 19:57:44','2017-02-11 19:57:44','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5994',0,'product_variation','',0),(6001,1,'2017-02-11 20:03:54','2017-02-11 20:03:54','','Hawksbill Turtle Flight 2 Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','hawksbill-turtle-flight-2-canvas-print','','','2017-02-20 03:55:15','2017-02-20 03:55:15','',0,'http://www.artlanta.com/deanostudios/product/hawksbill-turtle-flight-2-canvas-print/',10,'product','',0),(6002,1,'2017-02-11 20:03:54','2017-02-11 20:03:54','','Variation #6002 of Hawksbill Turtle Eating Sponge Canvas Print (Copy)','','publish','closed','closed','','variation-6002-of-hawksbill-turtle-eating-sponge-canvas-print-copy','','','2017-02-11 20:03:54','2017-02-11 20:03:54','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6001',0,'product_variation','',0),(6003,1,'2017-02-11 20:03:54','2017-02-11 20:03:54','','Variation #6003 of Hawksbill Turtle Eating Sponge Canvas Print (Copy)','','publish','closed','closed','','variation-6003-of-hawksbill-turtle-eating-sponge-canvas-print-copy','','','2017-02-11 20:03:54','2017-02-11 20:03:54','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6001',0,'product_variation','',0),(6004,1,'2017-02-11 20:03:54','2017-02-11 20:03:54','','Variation #6004 of Hawksbill Turtle Eating Sponge Canvas Print (Copy)','','publish','closed','closed','','variation-6004-of-hawksbill-turtle-eating-sponge-canvas-print-copy','','','2017-02-11 20:03:54','2017-02-11 20:03:54','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6001',0,'product_variation','',0),(6005,1,'2017-02-11 20:03:54','2017-02-11 20:03:54','','Variation #6005 of Hawksbill Turtle Eating Sponge Canvas Print (Copy)','','publish','closed','closed','','variation-6005-of-hawksbill-turtle-eating-sponge-canvas-print-copy','','','2017-02-11 20:03:54','2017-02-11 20:03:54','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6001',0,'product_variation','',0),(6006,1,'2017-02-11 20:03:54','2017-02-11 20:03:54','','Variation #6006 of Hawksbill Turtle Eating Sponge Canvas Print (Copy)','','publish','closed','closed','','variation-6006-of-hawksbill-turtle-eating-sponge-canvas-print-copy','','','2017-02-11 20:03:54','2017-02-11 20:03:54','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6001',0,'product_variation','',0),(6009,1,'2017-02-11 20:05:47','2017-02-11 20:05:47','','Hawksbill Turtle Flight 1 Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','hawksbill-turtle-flight-1-canvas-print','','','2017-02-20 03:55:12','2017-02-20 03:55:12','',0,'http://www.artlanta.com/deanostudios/product/hawksbill-turtle-flight-canvas-print/',10,'product','',0),(6010,1,'2017-02-11 20:05:47','2017-02-11 20:05:47','','Variation #6010 of Hawksbill Turtle Flight 2 Canvas Print (Copy)','','publish','closed','closed','','variation-6010-of-hawksbill-turtle-flight-2-canvas-print-copy','','','2017-02-11 20:05:47','2017-02-11 20:05:47','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6009',0,'product_variation','',0),(6011,1,'2017-02-11 20:05:47','2017-02-11 20:05:47','','Variation #6011 of Hawksbill Turtle Flight 2 Canvas Print (Copy)','','publish','closed','closed','','variation-6011-of-hawksbill-turtle-flight-2-canvas-print-copy','','','2017-02-11 20:05:47','2017-02-11 20:05:47','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6009',0,'product_variation','',0),(6012,1,'2017-02-11 20:05:47','2017-02-11 20:05:47','','Variation #6012 of Hawksbill Turtle Flight 2 Canvas Print (Copy)','','publish','closed','closed','','variation-6012-of-hawksbill-turtle-flight-2-canvas-print-copy','','','2017-02-11 20:05:47','2017-02-11 20:05:47','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6009',0,'product_variation','',0),(6013,1,'2017-02-11 20:05:47','2017-02-11 20:05:47','','Variation #6013 of Hawksbill Turtle Flight 2 Canvas Print (Copy)','','publish','closed','closed','','variation-6013-of-hawksbill-turtle-flight-2-canvas-print-copy','','','2017-02-11 20:05:47','2017-02-11 20:05:47','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6009',0,'product_variation','',0),(6014,1,'2017-02-11 20:05:47','2017-02-11 20:05:47','','Variation #6014 of Hawksbill Turtle Flight 2 Canvas Print (Copy)','','publish','closed','closed','','variation-6014-of-hawksbill-turtle-flight-2-canvas-print-copy','','','2017-02-11 20:05:47','2017-02-11 20:05:47','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6009',0,'product_variation','',0),(6016,1,'2017-02-11 20:12:44','2017-02-11 20:12:44','','Hawksbill Turtle Flight 3 Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','hawksbill-turtle-flight-3-canvas-print','','','2017-02-20 03:54:29','2017-02-20 03:54:29','',0,'http://www.artlanta.com/deanostudios/product/hawksbill-turtle-flight-3-canvas-print/',10,'product','',0),(6017,1,'2017-02-11 20:12:44','2017-02-11 20:12:44','','Variation #6017 of Hawksbill Turtle Flight 2 Canvas Print (Copy)','','publish','closed','closed','','variation-6017-of-hawksbill-turtle-flight-2-canvas-print-copy','','','2017-02-11 20:12:44','2017-02-11 20:12:44','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6016',0,'product_variation','',0),(6018,1,'2017-02-11 20:12:44','2017-02-11 20:12:44','','Variation #6018 of Hawksbill Turtle Flight 2 Canvas Print (Copy)','','publish','closed','closed','','variation-6018-of-hawksbill-turtle-flight-2-canvas-print-copy','','','2017-02-11 20:12:44','2017-02-11 20:12:44','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6016',0,'product_variation','',0),(6019,1,'2017-02-11 20:12:44','2017-02-11 20:12:44','','Variation #6019 of Hawksbill Turtle Flight 2 Canvas Print (Copy)','','publish','closed','closed','','variation-6019-of-hawksbill-turtle-flight-2-canvas-print-copy','','','2017-02-11 20:12:44','2017-02-11 20:12:44','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6016',0,'product_variation','',0),(6020,1,'2017-02-11 20:12:44','2017-02-11 20:12:44','','Variation #6020 of Hawksbill Turtle Flight 2 Canvas Print (Copy)','','publish','closed','closed','','variation-6020-of-hawksbill-turtle-flight-2-canvas-print-copy','','','2017-02-11 20:12:44','2017-02-11 20:12:44','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6016',0,'product_variation','',0),(6021,1,'2017-02-11 20:12:44','2017-02-11 20:12:44','','Variation #6021 of Hawksbill Turtle Flight 2 Canvas Print (Copy)','','publish','closed','closed','','variation-6021-of-hawksbill-turtle-flight-2-canvas-print-copy','','','2017-02-11 20:12:44','2017-02-11 20:12:44','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6016',0,'product_variation','',0),(6023,1,'2017-02-11 20:14:32','2017-02-11 20:14:32','','Hawksbill Turtle in Coral 1 Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','hawksbill-turtle-in-coral-1-canvas-print','','','2017-02-20 04:01:51','2017-02-20 04:01:51','',0,'http://www.artlanta.com/deanostudios/product/hawksbill-turtle-in-coral-canvas-print/',10,'product','',0),(6024,1,'2017-02-11 20:14:32','2017-02-11 20:14:32','','Variation #6024 of Hawksbill Turtle Flight 3 Canvas Print (Copy)','','publish','closed','closed','','variation-6024-of-hawksbill-turtle-flight-3-canvas-print-copy','','','2017-02-11 20:14:32','2017-02-11 20:14:32','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6023',0,'product_variation','',0),(6025,1,'2017-02-11 20:14:32','2017-02-11 20:14:32','','Variation #6025 of Hawksbill Turtle Flight 3 Canvas Print (Copy)','','publish','closed','closed','','variation-6025-of-hawksbill-turtle-flight-3-canvas-print-copy','','','2017-02-11 20:14:32','2017-02-11 20:14:32','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6023',0,'product_variation','',0),(6026,1,'2017-02-11 20:14:32','2017-02-11 20:14:32','','Variation #6026 of Hawksbill Turtle Flight 3 Canvas Print (Copy)','','publish','closed','closed','','variation-6026-of-hawksbill-turtle-flight-3-canvas-print-copy','','','2017-02-11 20:14:32','2017-02-11 20:14:32','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6023',0,'product_variation','',0),(6027,1,'2017-02-11 20:14:32','2017-02-11 20:14:32','','Variation #6027 of Hawksbill Turtle Flight 3 Canvas Print (Copy)','','publish','closed','closed','','variation-6027-of-hawksbill-turtle-flight-3-canvas-print-copy','','','2017-02-11 20:14:32','2017-02-11 20:14:32','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6023',0,'product_variation','',0),(6028,1,'2017-02-11 20:14:32','2017-02-11 20:14:32','','Variation #6028 of Hawksbill Turtle Flight 3 Canvas Print (Copy)','','publish','closed','closed','','variation-6028-of-hawksbill-turtle-flight-3-canvas-print-copy','','','2017-02-11 20:14:32','2017-02-11 20:14:32','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6023',0,'product_variation','',0),(6030,1,'2017-02-11 20:17:08','2017-02-11 20:17:08','','Hawksbill Turtle in Coral 2 Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','hawksbill-turtle-in-coral-2-canvas-print','','','2017-02-20 04:01:36','2017-02-20 04:01:36','',0,'http://www.artlanta.com/deanostudios/product/hawksbill-turtle-in-coral-2-canvas-print/',10,'product','',0),(6031,1,'2017-02-11 20:17:09','2017-02-11 20:17:09','','Variation #6031 of Hawksbill Turtle in Coral Canvas Print (Copy)','','publish','closed','closed','','variation-6031-of-hawksbill-turtle-in-coral-canvas-print-copy','','','2017-02-11 20:17:09','2017-02-11 20:17:09','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6030',0,'product_variation','',0),(6032,1,'2017-02-11 20:17:09','2017-02-11 20:17:09','','Variation #6032 of Hawksbill Turtle in Coral Canvas Print (Copy)','','publish','closed','closed','','variation-6032-of-hawksbill-turtle-in-coral-canvas-print-copy','','','2017-02-11 20:17:09','2017-02-11 20:17:09','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6030',0,'product_variation','',0),(6033,1,'2017-02-11 20:17:09','2017-02-11 20:17:09','','Variation #6033 of Hawksbill Turtle in Coral Canvas Print (Copy)','','publish','closed','closed','','variation-6033-of-hawksbill-turtle-in-coral-canvas-print-copy','','','2017-02-11 20:17:09','2017-02-11 20:17:09','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6030',0,'product_variation','',0),(6034,1,'2017-02-11 20:17:09','2017-02-11 20:17:09','','Variation #6034 of Hawksbill Turtle in Coral Canvas Print (Copy)','','publish','closed','closed','','variation-6034-of-hawksbill-turtle-in-coral-canvas-print-copy','','','2017-02-11 20:17:09','2017-02-11 20:17:09','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6030',0,'product_variation','',0),(6035,1,'2017-02-11 20:17:09','2017-02-11 20:17:09','','Variation #6035 of Hawksbill Turtle in Coral Canvas Print (Copy)','','publish','closed','closed','','variation-6035-of-hawksbill-turtle-in-coral-canvas-print-copy','','','2017-02-11 20:17:09','2017-02-11 20:17:09','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6030',0,'product_variation','',0),(6037,1,'2017-02-11 20:19:47','2017-02-11 20:19:47','','Hawksbill Turtle With Sponge 1 Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','hawksbill-turtle-with-sponge-1-canvas-print','','','2017-02-20 04:09:56','2017-02-20 04:09:56','',0,'http://www.artlanta.com/deanostudios/product/hawksbill-turtle-with-sponge-1-canvas-print/',10,'product','',0),(6038,1,'2017-02-11 20:19:47','2017-02-11 20:19:47','','Variation #6038 of Hawksbill Turtle With Sponge 1 Canvas Print','','publish','closed','closed','','variation-6038-of-hawksbill-turtle-with-sponge-canvas-print-copy','','','2017-02-11 20:19:47','2017-02-11 20:19:47','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6037',3,'product_variation','',0),(6039,1,'2017-02-11 20:19:47','2017-02-11 20:19:47','','Variation #6039 of Hawksbill Turtle With Sponge 1 Canvas Print','','publish','closed','closed','','variation-6039-of-hawksbill-turtle-with-sponge-canvas-print-copy','','','2017-02-11 20:19:47','2017-02-11 20:19:47','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6037',2,'product_variation','',0),(6040,1,'2017-02-11 20:19:48','2017-02-11 20:19:48','','Variation #6040 of Hawksbill Turtle With Sponge 1 Canvas Print','','publish','closed','closed','','variation-6040-of-hawksbill-turtle-with-sponge-canvas-print-copy','','','2017-02-11 20:19:48','2017-02-11 20:19:48','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6037',1,'product_variation','',0),(6042,1,'2017-02-11 20:23:31','2017-02-11 20:23:31','','Hawksbill Turtle With Sponge 2 Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','hawksbill-turtle-with-sponge-2-canvas-print','','','2017-02-20 04:11:05','2017-02-20 04:11:05','',0,'http://www.artlanta.com/deanostudios/product/hawksbill-turtle-with-sponge-2-canvas-print/',10,'product','',0),(6043,1,'2017-02-11 20:23:31','2017-02-11 20:23:31','','Variation #6043 of Hawksbill Turtle With Sponge 2 Canvas Print','','publish','closed','closed','','variation-6043-of-hawksbill-turtle-with-sponge-1-canvas-print-copy','','','2017-02-11 20:23:31','2017-02-11 20:23:31','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6042',1,'product_variation','',0),(6044,1,'2017-02-11 20:23:31','2017-02-11 20:23:31','','Variation #6044 of Hawksbill Turtle With Sponge 2 Canvas Print','','publish','closed','closed','','variation-6044-of-hawksbill-turtle-with-sponge-1-canvas-print-copy','','','2017-02-11 20:23:31','2017-02-11 20:23:31','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6042',3,'product_variation','',0),(6045,1,'2017-02-11 20:23:31','2017-02-11 20:23:31','','Variation #6045 of Hawksbill Turtle With Sponge 2 Canvas Print','','publish','closed','closed','','variation-6045-of-hawksbill-turtle-with-sponge-1-canvas-print-copy','','','2017-02-11 20:23:31','2017-02-11 20:23:31','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6042',2,'product_variation','',0),(6047,1,'2017-02-11 20:26:00','2017-02-11 20:26:00','','Hawksbill Turtle With Sponge 3 Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','hawksbill-turtle-with-sponge-3-canvas-print','','','2017-02-20 04:08:05','2017-02-20 04:08:05','',0,'http://www.artlanta.com/deanostudios/product/hawksbill-turtle-with-sponge-3-canvas-print/',10,'product','',0),(6048,1,'2017-02-11 20:26:00','2017-02-11 20:26:00','','Variation #6048 of Hawksbill Turtle With Sponge 3 Canvas Print','','publish','closed','closed','','variation-6048-of-hawksbill-turtle-with-sponge-2-canvas-print-copy','','','2017-02-11 20:26:00','2017-02-11 20:26:00','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6047',1,'product_variation','',0),(6049,1,'2017-02-11 20:26:00','2017-02-11 20:26:00','','Variation #6049 of Hawksbill Turtle With Sponge 3 Canvas Print','','publish','closed','closed','','variation-6049-of-hawksbill-turtle-with-sponge-2-canvas-print-copy','','','2017-02-11 20:26:00','2017-02-11 20:26:00','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6047',3,'product_variation','',0),(6050,1,'2017-02-11 20:26:00','2017-02-11 20:26:00','','Variation #6050 of Hawksbill Turtle With Sponge 3 Canvas Print','','publish','closed','closed','','variation-6050-of-hawksbill-turtle-with-sponge-2-canvas-print-copy','','','2017-02-11 20:26:00','2017-02-11 20:26:00','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6047',2,'product_variation','',0),(6052,1,'2017-02-11 20:28:47','2017-02-11 20:28:47','','Hawksbill Turtle Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','hawksbill-turtle-canvas-print','','','2017-02-20 03:48:42','2017-02-20 03:48:42','',0,'http://www.artlanta.com/deanostudios/product/hawksbill-turtle-canvas-print/',10,'product','',0),(6053,1,'2017-02-11 20:28:47','2017-02-11 20:28:47','','Variation #6053 of Hawksbill Turtle 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6053-of-hawksbill-turtle-1-canvas-print-copy','','','2017-02-11 20:28:47','2017-02-11 20:28:47','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6052',0,'product_variation','',0),(6054,1,'2017-02-11 20:28:47','2017-02-11 20:28:47','','Variation #6054 of Hawksbill Turtle 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6054-of-hawksbill-turtle-1-canvas-print-copy','','','2017-02-11 20:28:47','2017-02-11 20:28:47','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6052',0,'product_variation','',0),(6055,1,'2017-02-11 20:28:47','2017-02-11 20:28:47','','Variation #6055 of Hawksbill Turtle 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6055-of-hawksbill-turtle-1-canvas-print-copy','','','2017-02-11 20:28:47','2017-02-11 20:28:47','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6052',0,'product_variation','',0),(6056,1,'2017-02-11 20:28:47','2017-02-11 20:28:47','','Variation #6056 of Hawksbill Turtle 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6056-of-hawksbill-turtle-1-canvas-print-copy','','','2017-02-11 20:28:47','2017-02-11 20:28:47','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6052',0,'product_variation','',0),(6057,1,'2017-02-11 20:28:47','2017-02-11 20:28:47','','Variation #6057 of Hawksbill Turtle 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6057-of-hawksbill-turtle-1-canvas-print-copy','','','2017-02-11 20:28:47','2017-02-11 20:28:47','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6052',0,'product_variation','',0),(6059,1,'2017-02-11 20:34:46','2017-02-11 20:34:46','','Variation #6059 of Hawksbill Turtle With Sponge 1 Canvas Print','','publish','closed','closed','','product-6037-variation','','','2017-02-11 20:34:46','2017-02-11 20:34:46','',0,'http://www.artlanta.com/deanostudios/product/hawksbill-turtle-with-sponge-1-canvas-print/',5,'product_variation','',0),(6060,1,'2017-02-11 20:34:46','2017-02-11 20:34:46','','Variation #6060 of Hawksbill Turtle With Sponge 1 Canvas Print','','publish','closed','closed','','product-6037-variation-2','','','2017-02-11 20:34:46','2017-02-11 20:34:46','',0,'http://www.artlanta.com/deanostudios/product/hawksbill-turtle-with-sponge-1-canvas-print/',4,'product_variation','',0),(6061,1,'2017-02-11 20:34:58','2017-02-11 20:34:58','','Variation #6061 of Hawksbill Turtle With Sponge 3 Canvas Print','','publish','closed','closed','','product-6047-variation','','','2017-02-11 20:34:58','2017-02-11 20:34:58','',0,'http://www.artlanta.com/deanostudios/product/hawksbill-turtle-with-sponge-3-canvas-print/',5,'product_variation','',0),(6062,1,'2017-02-11 20:34:58','2017-02-11 20:34:58','','Variation #6062 of Hawksbill Turtle With Sponge 3 Canvas Print','','publish','closed','closed','','product-6047-variation-2','','','2017-02-11 20:34:58','2017-02-11 20:34:58','',0,'http://www.artlanta.com/deanostudios/product/hawksbill-turtle-with-sponge-3-canvas-print/',4,'product_variation','',0),(6063,1,'2017-02-11 20:35:03','2017-02-11 20:35:03','','Variation #6063 of Hawksbill Turtle With Sponge 2 Canvas Print','','publish','closed','closed','','product-6042-variation','','','2017-02-11 20:35:03','2017-02-11 20:35:03','',0,'http://www.artlanta.com/deanostudios/product/hawksbill-turtle-with-sponge-2-canvas-print/',5,'product_variation','',0),(6064,1,'2017-02-11 20:35:03','2017-02-11 20:35:03','','Variation #6064 of Hawksbill Turtle With Sponge 2 Canvas Print','','publish','closed','closed','','product-6042-variation-2','','','2017-02-11 20:35:03','2017-02-11 20:35:03','',0,'http://www.artlanta.com/deanostudios/product/hawksbill-turtle-with-sponge-2-canvas-print/',4,'product_variation','',0),(6065,1,'2017-02-11 20:41:04','2017-02-11 20:41:04','','Lemon and Reef Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','lemon-and-reef-canvas-print','','','2017-02-20 04:18:04','2017-02-20 04:18:04','',0,'http://www.artlanta.com/deanostudios/product/lemon-and-reef-canvas-print/',10,'product','',0),(6066,1,'2017-02-11 20:41:04','2017-02-11 20:41:04','','Variation #6066 of Hawksbill Turtle Canvas Print (Copy)','','publish','closed','closed','','variation-6066-of-hawksbill-turtle-canvas-print-copy','','','2017-02-11 20:41:04','2017-02-11 20:41:04','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6065',0,'product_variation','',0),(6067,1,'2017-02-11 20:41:04','2017-02-11 20:41:04','','Variation #6067 of Hawksbill Turtle Canvas Print (Copy)','','publish','closed','closed','','variation-6067-of-hawksbill-turtle-canvas-print-copy','','','2017-02-11 20:41:04','2017-02-11 20:41:04','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6065',0,'product_variation','',0),(6068,1,'2017-02-11 20:41:04','2017-02-11 20:41:04','','Variation #6068 of Hawksbill Turtle Canvas Print (Copy)','','publish','closed','closed','','variation-6068-of-hawksbill-turtle-canvas-print-copy','','','2017-02-11 20:41:04','2017-02-11 20:41:04','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6065',0,'product_variation','',0),(6069,1,'2017-02-11 20:41:04','2017-02-11 20:41:04','','Variation #6069 of Hawksbill Turtle Canvas Print (Copy)','','publish','closed','closed','','variation-6069-of-hawksbill-turtle-canvas-print-copy','','','2017-02-11 20:41:04','2017-02-11 20:41:04','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6065',0,'product_variation','',0),(6070,1,'2017-02-11 20:41:04','2017-02-11 20:41:04','','Variation #6070 of Hawksbill Turtle Canvas Print (Copy)','','publish','closed','closed','','variation-6070-of-hawksbill-turtle-canvas-print-copy','','','2017-02-11 20:41:04','2017-02-11 20:41:04','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6065',0,'product_variation','',0),(6072,1,'2017-02-11 20:44:05','2017-02-11 20:44:05','','Lemon Shark Chrome Surface Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','lemon-shark-chrome-surface-canvas-print','','','2017-02-20 04:17:40','2017-02-20 04:17:40','',0,'http://www.artlanta.com/deanostudios/product/lemon-shark-chrome-surface-canvas-print/',10,'product','',0),(6073,1,'2017-02-11 20:44:05','2017-02-11 20:44:05','','Variation #6073 of Lemon and Reef Canvas Print (Copy)','','publish','closed','closed','','variation-6073-of-lemon-and-reef-canvas-print-copy','','','2017-02-11 20:44:05','2017-02-11 20:44:05','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6072',0,'product_variation','',0),(6074,1,'2017-02-11 20:44:05','2017-02-11 20:44:05','','Variation #6074 of Lemon and Reef Canvas Print (Copy)','','publish','closed','closed','','variation-6074-of-lemon-and-reef-canvas-print-copy','','','2017-02-11 20:44:05','2017-02-11 20:44:05','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6072',0,'product_variation','',0),(6075,1,'2017-02-11 20:44:05','2017-02-11 20:44:05','','Variation #6075 of Lemon and Reef Canvas Print (Copy)','','publish','closed','closed','','variation-6075-of-lemon-and-reef-canvas-print-copy','','','2017-02-11 20:44:05','2017-02-11 20:44:05','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6072',0,'product_variation','',0),(6076,1,'2017-02-11 20:44:05','2017-02-11 20:44:05','','Variation #6076 of Lemon and Reef Canvas Print (Copy)','','publish','closed','closed','','variation-6076-of-lemon-and-reef-canvas-print-copy','','','2017-02-11 20:44:05','2017-02-11 20:44:05','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6072',0,'product_variation','',0),(6077,1,'2017-02-11 20:44:05','2017-02-11 20:44:05','','Variation #6077 of Lemon and Reef Canvas Print (Copy)','','publish','closed','closed','','variation-6077-of-lemon-and-reef-canvas-print-copy','','','2017-02-11 20:44:05','2017-02-11 20:44:05','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6072',0,'product_variation','',0),(6079,1,'2017-02-12 14:27:40','2017-02-12 14:27:40','','Lemon Shark Cleaned by Ramoras Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','lemon-shark-cleaned-by-ramoras-canvas-print','','','2017-02-20 04:26:40','2017-02-20 04:26:40','',0,'http://www.artlanta.com/deanostudios/product/lemon-shark-cleaned-by-ramoras-canvas-print/',10,'product','',0),(6080,1,'2017-02-12 14:27:40','2017-02-12 14:27:40','','Variation #6080 of Lemon Shark Chrome Surface Canvas Print (Copy)','','publish','closed','closed','','variation-6080-of-lemon-shark-chrome-surface-canvas-print-copy','','','2017-02-12 14:27:40','2017-02-12 14:27:40','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6079',0,'product_variation','',0),(6081,1,'2017-02-12 14:27:40','2017-02-12 14:27:40','','Variation #6081 of Lemon Shark Chrome Surface Canvas Print (Copy)','','publish','closed','closed','','variation-6081-of-lemon-shark-chrome-surface-canvas-print-copy','','','2017-02-12 14:27:40','2017-02-12 14:27:40','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6079',0,'product_variation','',0),(6082,1,'2017-02-12 14:27:40','2017-02-12 14:27:40','','Variation #6082 of Lemon Shark Chrome Surface Canvas Print (Copy)','','publish','closed','closed','','variation-6082-of-lemon-shark-chrome-surface-canvas-print-copy','','','2017-02-12 14:27:40','2017-02-12 14:27:40','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6079',0,'product_variation','',0),(6083,1,'2017-02-12 14:27:40','2017-02-12 14:27:40','','Variation #6083 of Lemon Shark Chrome Surface Canvas Print (Copy)','','publish','closed','closed','','variation-6083-of-lemon-shark-chrome-surface-canvas-print-copy','','','2017-02-12 14:27:40','2017-02-12 14:27:40','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6079',0,'product_variation','',0),(6084,1,'2017-02-12 14:27:40','2017-02-12 14:27:40','','Variation #6084 of Lemon Shark Chrome Surface Canvas Print (Copy)','','publish','closed','closed','','variation-6084-of-lemon-shark-chrome-surface-canvas-print-copy','','','2017-02-12 14:27:40','2017-02-12 14:27:40','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6079',0,'product_variation','',0),(6086,1,'2017-02-12 14:36:38','2017-02-12 14:36:38','','Lemon Shark Over the Reef Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','lemon-shark-over-the-reef-canvas-print','','','2017-02-20 04:24:30','2017-02-20 04:24:30','',0,'http://www.artlanta.com/deanostudios/product/lemon-shark-over-the-reef-canvas-print/',10,'product','',0),(6087,1,'2017-02-12 14:36:38','2017-02-12 14:36:38','','Variation #6087 of Lemon Shark Cleaned by Ramoras Canvas Print (Copy)','','publish','closed','closed','','variation-6087-of-lemon-shark-cleaned-by-ramoras-canvas-print-copy','','','2017-02-12 14:36:38','2017-02-12 14:36:38','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6086',0,'product_variation','',0),(6088,1,'2017-02-12 14:36:38','2017-02-12 14:36:38','','Variation #6088 of Lemon Shark Cleaned by Ramoras Canvas Print (Copy)','','publish','closed','closed','','variation-6088-of-lemon-shark-cleaned-by-ramoras-canvas-print-copy','','','2017-02-12 14:36:38','2017-02-12 14:36:38','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6086',0,'product_variation','',0),(6089,1,'2017-02-12 14:36:38','2017-02-12 14:36:38','','Variation #6089 of Lemon Shark Cleaned by Ramoras Canvas Print (Copy)','','publish','closed','closed','','variation-6089-of-lemon-shark-cleaned-by-ramoras-canvas-print-copy','','','2017-02-12 14:36:38','2017-02-12 14:36:38','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6086',0,'product_variation','',0),(6090,1,'2017-02-12 14:36:38','2017-02-12 14:36:38','','Variation #6090 of Lemon Shark Cleaned by Ramoras Canvas Print (Copy)','','publish','closed','closed','','variation-6090-of-lemon-shark-cleaned-by-ramoras-canvas-print-copy','','','2017-02-12 14:36:38','2017-02-12 14:36:38','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6086',0,'product_variation','',0),(6091,1,'2017-02-12 14:36:38','2017-02-12 14:36:38','','Variation #6091 of Lemon Shark Cleaned by Ramoras Canvas Print (Copy)','','publish','closed','closed','','variation-6091-of-lemon-shark-cleaned-by-ramoras-canvas-print-copy','','','2017-02-12 14:36:38','2017-02-12 14:36:38','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6086',0,'product_variation','',0),(6093,1,'2017-02-12 14:39:58','2017-02-12 14:39:58','','Lemon Shark Quicksilver Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','lemon-shark-quicksilver-canvas-print','','','2017-02-20 03:23:54','2017-02-20 03:23:54','',0,'http://www.artlanta.com/deanostudios/product/lemon-shark-quicksilver-canvas-print/',2,'product','',0),(6094,1,'2017-02-12 14:39:58','2017-02-12 14:39:58','','Variation #6094 of Lemon Shark Over the Reef Canvas Print (Copy)','','publish','closed','closed','','variation-6094-of-lemon-shark-over-the-reef-canvas-print-copy','','','2017-02-12 14:39:58','2017-02-12 14:39:58','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6093',0,'product_variation','',0),(6095,1,'2017-02-12 14:39:58','2017-02-12 14:39:58','','Variation #6095 of Lemon Shark Over the Reef Canvas Print (Copy)','','publish','closed','closed','','variation-6095-of-lemon-shark-over-the-reef-canvas-print-copy','','','2017-02-12 14:39:58','2017-02-12 14:39:58','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6093',0,'product_variation','',0),(6096,1,'2017-02-12 14:39:58','2017-02-12 14:39:58','','Variation #6096 of Lemon Shark Over the Reef Canvas Print (Copy)','','publish','closed','closed','','variation-6096-of-lemon-shark-over-the-reef-canvas-print-copy','','','2017-02-12 14:39:58','2017-02-12 14:39:58','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6093',0,'product_variation','',0),(6097,1,'2017-02-12 14:39:58','2017-02-12 14:39:58','','Variation #6097 of Lemon Shark Over the Reef Canvas Print (Copy)','','publish','closed','closed','','variation-6097-of-lemon-shark-over-the-reef-canvas-print-copy','','','2017-02-12 14:39:58','2017-02-12 14:39:58','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6093',0,'product_variation','',0),(6098,1,'2017-02-12 14:39:58','2017-02-12 14:39:58','','Variation #6098 of Lemon Shark Over the Reef Canvas Print (Copy)','','publish','closed','closed','','variation-6098-of-lemon-shark-over-the-reef-canvas-print-copy','','','2017-02-12 14:39:58','2017-02-12 14:39:58','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6093',0,'product_variation','',0),(6101,1,'2017-02-12 14:50:27','2017-02-12 14:50:27','','Lemon Shark Sunset Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','lemon-shark-sunset-canvas-print','','','2017-02-20 03:13:58','2017-02-20 03:13:58','',0,'http://www.artlanta.com/deanostudios/product/lemon-shark-sunset-canvas-print/',1,'product','',0),(6102,1,'2017-02-12 14:50:27','2017-02-12 14:50:27','','Variation #6102 of Lemon Shark Quicksilver Canvas Print (Copy)','','publish','closed','closed','','variation-6102-of-lemon-shark-quicksilver-canvas-print-copy','','','2017-02-12 14:50:27','2017-02-12 14:50:27','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6101',0,'product_variation','',0),(6103,1,'2017-02-12 14:50:27','2017-02-12 14:50:27','','Variation #6103 of Lemon Shark Quicksilver Canvas Print (Copy)','','publish','closed','closed','','variation-6103-of-lemon-shark-quicksilver-canvas-print-copy','','','2017-02-12 14:50:27','2017-02-12 14:50:27','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6101',0,'product_variation','',0),(6104,1,'2017-02-12 14:50:27','2017-02-12 14:50:27','','Variation #6104 of Lemon Shark Quicksilver Canvas Print (Copy)','','publish','closed','closed','','variation-6104-of-lemon-shark-quicksilver-canvas-print-copy','','','2017-02-12 14:50:27','2017-02-12 14:50:27','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6101',0,'product_variation','',0),(6105,1,'2017-02-12 14:50:27','2017-02-12 14:50:27','','Variation #6105 of Lemon Shark Quicksilver Canvas Print (Copy)','','publish','closed','closed','','variation-6105-of-lemon-shark-quicksilver-canvas-print-copy','','','2017-02-12 14:50:27','2017-02-12 14:50:27','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6101',0,'product_variation','',0),(6106,1,'2017-02-12 14:50:27','2017-02-12 14:50:27','','Variation #6106 of Lemon Shark Quicksilver Canvas Print (Copy)','','publish','closed','closed','','variation-6106-of-lemon-shark-quicksilver-canvas-print-copy','','','2017-02-12 14:50:27','2017-02-12 14:50:27','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6101',0,'product_variation','',0),(6110,1,'2017-02-12 15:05:08','2017-02-12 15:05:08','','Lemon Snap 1 Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','lemon-snap-1-canvas-print','','','2017-02-20 03:15:37','2017-02-20 03:15:37','',0,'http://www.artlanta.com/deanostudios/product/lemon-snap-1-canvas-print/',0,'product','',0),(6111,1,'2017-02-12 15:05:08','2017-02-12 15:05:08','','Variation #6111 of Lemon Shark Sunset Canvas Print (Copy)','','publish','closed','closed','','variation-6111-of-lemon-shark-sunset-canvas-print-copy','','','2017-02-12 15:05:08','2017-02-12 15:05:08','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6110',0,'product_variation','',0),(6112,1,'2017-02-12 15:05:08','2017-02-12 15:05:08','','Variation #6112 of Lemon Shark Sunset Canvas Print (Copy)','','publish','closed','closed','','variation-6112-of-lemon-shark-sunset-canvas-print-copy','','','2017-02-12 15:05:08','2017-02-12 15:05:08','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6110',0,'product_variation','',0),(6113,1,'2017-02-12 15:05:08','2017-02-12 15:05:08','','Variation #6113 of Lemon Shark Sunset Canvas Print (Copy)','','publish','closed','closed','','variation-6113-of-lemon-shark-sunset-canvas-print-copy','','','2017-02-12 15:05:08','2017-02-12 15:05:08','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6110',0,'product_variation','',0),(6114,1,'2017-02-12 15:05:08','2017-02-12 15:05:08','','Variation #6114 of Lemon Shark Sunset Canvas Print (Copy)','','publish','closed','closed','','variation-6114-of-lemon-shark-sunset-canvas-print-copy','','','2017-02-12 15:05:08','2017-02-12 15:05:08','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6110',0,'product_variation','',0),(6115,1,'2017-02-12 15:05:08','2017-02-12 15:05:08','','Variation #6115 of Lemon Shark Sunset Canvas Print (Copy)','','publish','closed','closed','','variation-6115-of-lemon-shark-sunset-canvas-print-copy','','','2017-02-12 15:05:08','2017-02-12 15:05:08','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6110',0,'product_variation','',0),(6117,1,'2017-02-12 15:06:57','2017-02-12 15:06:57','','Manatee Mother & Child Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','manatee-mother-child-canvas-print','','','2017-02-20 04:24:19','2017-02-20 04:24:19','',0,'http://www.artlanta.com/deanostudios/product/manatee-mother-child-canvas-print/',10,'product','',0),(6118,1,'2017-02-12 15:06:57','2017-02-12 15:06:57','','Variation #6118 of Lemon Snap 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6118-of-lemon-snap-1-canvas-print-copy','','','2017-02-12 15:06:57','2017-02-12 15:06:57','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6117',0,'product_variation','',0),(6119,1,'2017-02-12 15:06:57','2017-02-12 15:06:57','','Variation #6119 of Lemon Snap 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6119-of-lemon-snap-1-canvas-print-copy','','','2017-02-12 15:06:57','2017-02-12 15:06:57','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6117',0,'product_variation','',0),(6120,1,'2017-02-12 15:06:57','2017-02-12 15:06:57','','Variation #6120 of Lemon Snap 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6120-of-lemon-snap-1-canvas-print-copy','','','2017-02-12 15:06:57','2017-02-12 15:06:57','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6117',0,'product_variation','',0),(6121,1,'2017-02-12 15:06:57','2017-02-12 15:06:57','','Variation #6121 of Lemon Snap 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6121-of-lemon-snap-1-canvas-print-copy','','','2017-02-12 15:06:57','2017-02-12 15:06:57','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6117',0,'product_variation','',0),(6122,1,'2017-02-12 15:06:57','2017-02-12 15:06:57','','Variation #6122 of Lemon Snap 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6122-of-lemon-snap-1-canvas-print-copy','','','2017-02-12 15:06:57','2017-02-12 15:06:57','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6117',0,'product_variation','',0),(6125,1,'2017-02-12 15:20:13','2017-02-12 15:20:13','','Reef Shark Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','reef-shark-canvas-print','','','2017-02-20 04:33:49','2017-02-20 04:33:49','',0,'http://www.artlanta.com/deanostudios/product/reef-shark-canvas-print/',10,'product','',0),(6126,1,'2017-02-12 15:20:13','2017-02-12 15:20:13','','Variation #6126 of Manatee Mother & Child Canvas Print (Copy)','','publish','closed','closed','','variation-6126-of-manatee-mother-child-canvas-print-copy','','','2017-02-12 15:20:13','2017-02-12 15:20:13','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6125',0,'product_variation','',0),(6127,1,'2017-02-12 15:20:13','2017-02-12 15:20:13','','Variation #6127 of Manatee Mother & Child Canvas Print (Copy)','','publish','closed','closed','','variation-6127-of-manatee-mother-child-canvas-print-copy','','','2017-02-12 15:20:13','2017-02-12 15:20:13','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6125',0,'product_variation','',0),(6128,1,'2017-02-12 15:20:13','2017-02-12 15:20:13','','Variation #6128 of Manatee Mother & Child Canvas Print (Copy)','','publish','closed','closed','','variation-6128-of-manatee-mother-child-canvas-print-copy','','','2017-02-12 15:20:13','2017-02-12 15:20:13','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6125',0,'product_variation','',0),(6129,1,'2017-02-12 15:20:13','2017-02-12 15:20:13','','Variation #6129 of Manatee Mother & Child Canvas Print (Copy)','','publish','closed','closed','','variation-6129-of-manatee-mother-child-canvas-print-copy','','','2017-02-12 15:20:13','2017-02-12 15:20:13','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6125',0,'product_variation','',0),(6130,1,'2017-02-12 15:20:13','2017-02-12 15:20:13','','Variation #6130 of Manatee Mother & Child Canvas Print (Copy)','','publish','closed','closed','','variation-6130-of-manatee-mother-child-canvas-print-copy','','','2017-02-12 15:20:13','2017-02-12 15:20:13','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6125',0,'product_variation','',0),(6132,1,'2017-02-12 15:23:08','2017-02-12 15:23:08','','Reef Shark 90 Degrees Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','reef-shark-90-degrees-canvas-print','','','2017-02-20 03:23:28','2017-02-20 03:23:28','',0,'http://www.artlanta.com/deanostudios/product/reef-shark-90-degrees-canvas-print/',2,'product','',0),(6133,1,'2017-02-12 15:23:08','2017-02-12 15:23:08','','Variation #6133 of Reef Shark Canvas Print (Copy)','','publish','closed','closed','','variation-6133-of-reef-shark-canvas-print-copy','','','2017-02-12 15:23:08','2017-02-12 15:23:08','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6132',0,'product_variation','',0),(6134,1,'2017-02-12 15:23:08','2017-02-12 15:23:08','','Variation #6134 of Reef Shark Canvas Print (Copy)','','publish','closed','closed','','variation-6134-of-reef-shark-canvas-print-copy','','','2017-02-12 15:23:08','2017-02-12 15:23:08','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6132',0,'product_variation','',0),(6135,1,'2017-02-12 15:23:08','2017-02-12 15:23:08','','Variation #6135 of Reef Shark Canvas Print (Copy)','','publish','closed','closed','','variation-6135-of-reef-shark-canvas-print-copy','','','2017-02-12 15:23:08','2017-02-12 15:23:08','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6132',0,'product_variation','',0),(6136,1,'2017-02-12 15:23:08','2017-02-12 15:23:08','','Variation #6136 of Reef Shark Canvas Print (Copy)','','publish','closed','closed','','variation-6136-of-reef-shark-canvas-print-copy','','','2017-02-12 15:23:08','2017-02-12 15:23:08','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6132',0,'product_variation','',0),(6137,1,'2017-02-12 15:23:08','2017-02-12 15:23:08','','Variation #6137 of Reef Shark Canvas Print (Copy)','','publish','closed','closed','','variation-6137-of-reef-shark-canvas-print-copy','','','2017-02-12 15:23:08','2017-02-12 15:23:08','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6132',0,'product_variation','',0),(6139,1,'2017-02-12 15:25:37','2017-02-12 15:25:37','','Reef Shark and Brain Coral Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','reef-shark-and-brain-coral-canvas-print','','','2017-02-20 04:29:30','2017-02-20 04:29:30','',0,'http://www.artlanta.com/deanostudios/product/reef-shark-and-brain-coral-canvas-print/',10,'product','',0),(6140,1,'2017-02-12 15:25:37','2017-02-12 15:25:37','','Variation #6140 of Reef Shark Canvas Print (Copy)','','publish','closed','closed','','variation-6140-of-reef-shark-canvas-print-copy','','','2017-02-12 15:25:37','2017-02-12 15:25:37','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6139',0,'product_variation','',0),(6141,1,'2017-02-12 15:25:37','2017-02-12 15:25:37','','Variation #6141 of Reef Shark Canvas Print (Copy)','','publish','closed','closed','','variation-6141-of-reef-shark-canvas-print-copy','','','2017-02-12 15:25:37','2017-02-12 15:25:37','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6139',0,'product_variation','',0),(6142,1,'2017-02-12 15:25:37','2017-02-12 15:25:37','','Variation #6142 of Reef Shark Canvas Print (Copy)','','publish','closed','closed','','variation-6142-of-reef-shark-canvas-print-copy','','','2017-02-12 15:25:37','2017-02-12 15:25:37','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6139',0,'product_variation','',0),(6143,1,'2017-02-12 15:25:37','2017-02-12 15:25:37','','Variation #6143 of Reef Shark Canvas Print (Copy)','','publish','closed','closed','','variation-6143-of-reef-shark-canvas-print-copy','','','2017-02-12 15:25:37','2017-02-12 15:25:37','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6139',0,'product_variation','',0),(6144,1,'2017-02-12 15:25:37','2017-02-12 15:25:37','','Variation #6144 of Reef Shark Canvas Print (Copy)','','publish','closed','closed','','variation-6144-of-reef-shark-canvas-print-copy','','','2017-02-12 15:25:37','2017-02-12 15:25:37','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6139',0,'product_variation','',0),(6146,1,'2017-02-12 15:27:53','2017-02-12 15:27:53','','Reef Shark Over Reef Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','reef-shark-over-reef-canvas-print','','','2017-02-20 04:34:23','2017-02-20 04:34:23','',0,'http://www.artlanta.com/deanostudios/product/reef-shark-over-reef-canvas-print/',10,'product','',0),(6147,1,'2017-02-12 15:27:53','2017-02-12 15:27:53','','Variation #6147 of Reef Shark and Brain Coral Canvas Print (Copy)','','publish','closed','closed','','variation-6147-of-reef-shark-and-brain-coral-canvas-print-copy','','','2017-02-12 15:27:53','2017-02-12 15:27:53','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6146',0,'product_variation','',0),(6148,1,'2017-02-12 15:27:53','2017-02-12 15:27:53','','Variation #6148 of Reef Shark and Brain Coral Canvas Print (Copy)','','publish','closed','closed','','variation-6148-of-reef-shark-and-brain-coral-canvas-print-copy','','','2017-02-12 15:27:53','2017-02-12 15:27:53','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6146',0,'product_variation','',0),(6149,1,'2017-02-12 15:27:53','2017-02-12 15:27:53','','Variation #6149 of Reef Shark and Brain Coral Canvas Print (Copy)','','publish','closed','closed','','variation-6149-of-reef-shark-and-brain-coral-canvas-print-copy','','','2017-02-12 15:27:53','2017-02-12 15:27:53','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6146',0,'product_variation','',0),(6150,1,'2017-02-12 15:27:53','2017-02-12 15:27:53','','Variation #6150 of Reef Shark and Brain Coral Canvas Print (Copy)','','publish','closed','closed','','variation-6150-of-reef-shark-and-brain-coral-canvas-print-copy','','','2017-02-12 15:27:53','2017-02-12 15:27:53','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6146',0,'product_variation','',0),(6151,1,'2017-02-12 15:27:53','2017-02-12 15:27:53','','Variation #6151 of Reef Shark and Brain Coral Canvas Print (Copy)','','publish','closed','closed','','variation-6151-of-reef-shark-and-brain-coral-canvas-print-copy','','','2017-02-12 15:27:53','2017-02-12 15:27:53','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6146',0,'product_variation','',0),(6153,1,'2017-02-12 15:29:27','2017-02-12 15:29:27','','Reef Shark Over Reefs Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','reef-shark-over-reefs-canvas-print','','','2017-02-20 04:43:13','2017-02-20 04:43:13','',0,'http://www.artlanta.com/deanostudios/product/reef-shark-over-reefs-canvas-print/',10,'product','',0),(6154,1,'2017-02-12 15:29:27','2017-02-12 15:29:27','','Variation #6154 of Reef Shark Over Reef Canvas Print (Copy)','','publish','closed','closed','','variation-6154-of-reef-shark-over-reef-canvas-print-copy','','','2017-02-12 15:29:27','2017-02-12 15:29:27','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6153',0,'product_variation','',0),(6155,1,'2017-02-12 15:29:27','2017-02-12 15:29:27','','Variation #6155 of Reef Shark Over Reef Canvas Print (Copy)','','publish','closed','closed','','variation-6155-of-reef-shark-over-reef-canvas-print-copy','','','2017-02-12 15:29:27','2017-02-12 15:29:27','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6153',0,'product_variation','',0),(6156,1,'2017-02-12 15:29:27','2017-02-12 15:29:27','','Variation #6156 of Reef Shark Over Reef Canvas Print (Copy)','','publish','closed','closed','','variation-6156-of-reef-shark-over-reef-canvas-print-copy','','','2017-02-12 15:29:27','2017-02-12 15:29:27','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6153',0,'product_variation','',0),(6157,1,'2017-02-12 15:29:27','2017-02-12 15:29:27','','Variation #6157 of Reef Shark Over Reef Canvas Print (Copy)','','publish','closed','closed','','variation-6157-of-reef-shark-over-reef-canvas-print-copy','','','2017-02-12 15:29:27','2017-02-12 15:29:27','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6153',0,'product_variation','',0),(6158,1,'2017-02-12 15:29:27','2017-02-12 15:29:27','','Variation #6158 of Reef Shark Over Reef Canvas Print (Copy)','','publish','closed','closed','','variation-6158-of-reef-shark-over-reef-canvas-print-copy','','','2017-02-12 15:29:27','2017-02-12 15:29:27','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6153',0,'product_variation','',0),(6165,1,'2017-02-12 15:32:57','2017-02-12 15:32:57','','Reef Squids Caymen 1 Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','reef-squids-caymen-1-canvas-print','','','2017-02-20 04:48:28','2017-02-20 04:48:28','',0,'http://www.artlanta.com/deanostudios/product/reef-squids-caymen-1-canvas-print/',10,'product','',0),(6166,1,'2017-02-12 15:32:57','2017-02-12 15:32:57','','Variation #6166 of Reef Shark Over Reefs Canvas Print (Copy)','','publish','closed','closed','','variation-6166-of-reef-shark-over-reefs-canvas-print-copy','','','2017-02-12 15:32:57','2017-02-12 15:32:57','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6165',0,'product_variation','',0),(6167,1,'2017-02-12 15:32:57','2017-02-12 15:32:57','','Variation #6167 of Reef Shark Over Reefs Canvas Print (Copy)','','publish','closed','closed','','variation-6167-of-reef-shark-over-reefs-canvas-print-copy','','','2017-02-12 15:32:57','2017-02-12 15:32:57','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6165',0,'product_variation','',0),(6168,1,'2017-02-12 15:32:57','2017-02-12 15:32:57','','Variation #6168 of Reef Shark Over Reefs Canvas Print (Copy)','','publish','closed','closed','','variation-6168-of-reef-shark-over-reefs-canvas-print-copy','','','2017-02-12 15:32:57','2017-02-12 15:32:57','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6165',0,'product_variation','',0),(6169,1,'2017-02-12 15:32:57','2017-02-12 15:32:57','','Variation #6169 of Reef Shark Over Reefs Canvas Print (Copy)','','publish','closed','closed','','variation-6169-of-reef-shark-over-reefs-canvas-print-copy','','','2017-02-12 15:32:57','2017-02-12 15:32:57','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6165',0,'product_variation','',0),(6170,1,'2017-02-12 15:32:57','2017-02-12 15:32:57','','Variation #6170 of Reef Shark Over Reefs Canvas Print (Copy)','','publish','closed','closed','','variation-6170-of-reef-shark-over-reefs-canvas-print-copy','','','2017-02-12 15:32:57','2017-02-12 15:32:57','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6165',0,'product_variation','',0),(6171,1,'2017-02-12 15:32:58','2017-02-12 15:32:58','','Reef Shark Scar Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','reef-shark-scar-canvas-print','','','2017-02-20 04:41:47','2017-02-20 04:41:47','',0,'http://www.artlanta.com/deanostudios/product/reef-shark-scar-canvas-print/',10,'product','',0),(6172,1,'2017-02-12 15:32:58','2017-02-12 15:32:58','','Variation #6172 of Reef Shark Over Reefs Canvas Print (Copy)','','publish','closed','closed','','variation-6172-of-reef-shark-over-reefs-canvas-print-copy','','','2017-02-12 15:32:58','2017-02-12 15:32:58','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6171',0,'product_variation','',0),(6173,1,'2017-02-12 15:32:58','2017-02-12 15:32:58','','Variation #6173 of Reef Shark Over Reefs Canvas Print (Copy)','','publish','closed','closed','','variation-6173-of-reef-shark-over-reefs-canvas-print-copy','','','2017-02-12 15:32:58','2017-02-12 15:32:58','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6171',0,'product_variation','',0),(6174,1,'2017-02-12 15:32:58','2017-02-12 15:32:58','','Variation #6174 of Reef Shark Over Reefs Canvas Print (Copy)','','publish','closed','closed','','variation-6174-of-reef-shark-over-reefs-canvas-print-copy','','','2017-02-12 15:32:58','2017-02-12 15:32:58','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6171',0,'product_variation','',0),(6175,1,'2017-02-12 15:32:58','2017-02-12 15:32:58','','Variation #6175 of Reef Shark Over Reefs Canvas Print (Copy)','','publish','closed','closed','','variation-6175-of-reef-shark-over-reefs-canvas-print-copy','','','2017-02-12 15:32:58','2017-02-12 15:32:58','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6171',0,'product_variation','',0),(6176,1,'2017-02-12 15:32:58','2017-02-12 15:32:58','','Variation #6176 of Reef Shark Over Reefs Canvas Print (Copy)','','publish','closed','closed','','variation-6176-of-reef-shark-over-reefs-canvas-print-copy','','','2017-02-12 15:32:58','2017-02-12 15:32:58','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6171',0,'product_variation','',0),(6181,1,'2017-02-12 15:35:11','2017-02-12 15:35:11','','Reflecting Reef Shark Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','reflecting-reef-shark-canvas-print','','','2017-02-20 04:55:20','2017-02-20 04:55:20','',0,'http://www.artlanta.com/deanostudios/product/reflecting-reef-shark-canvas-print/',10,'product','',0),(6182,1,'2017-02-12 15:35:11','2017-02-12 15:35:11','','Variation #6182 of Reef Shark Scar Canvas Print (Copy)','','publish','closed','closed','','variation-6182-of-reef-shark-scar-canvas-print-copy','','','2017-02-12 15:35:11','2017-02-12 15:35:11','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6181',0,'product_variation','',0),(6183,1,'2017-02-12 15:35:11','2017-02-12 15:35:11','','Variation #6183 of Reef Shark Scar Canvas Print (Copy)','','publish','closed','closed','','variation-6183-of-reef-shark-scar-canvas-print-copy','','','2017-02-12 15:35:11','2017-02-12 15:35:11','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6181',0,'product_variation','',0),(6184,1,'2017-02-12 15:35:11','2017-02-12 15:35:11','','Variation #6184 of Reef Shark Scar Canvas Print (Copy)','','publish','closed','closed','','variation-6184-of-reef-shark-scar-canvas-print-copy','','','2017-02-12 15:35:11','2017-02-12 15:35:11','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6181',0,'product_variation','',0),(6185,1,'2017-02-12 15:35:11','2017-02-12 15:35:11','','Variation #6185 of Reef Shark Scar Canvas Print (Copy)','','publish','closed','closed','','variation-6185-of-reef-shark-scar-canvas-print-copy','','','2017-02-12 15:35:11','2017-02-12 15:35:11','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6181',0,'product_variation','',0),(6186,1,'2017-02-12 15:35:11','2017-02-12 15:35:11','','Variation #6186 of Reef Shark Scar Canvas Print (Copy)','','publish','closed','closed','','variation-6186-of-reef-shark-scar-canvas-print-copy','','','2017-02-12 15:35:11','2017-02-12 15:35:11','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6181',0,'product_variation','',0),(6187,1,'2017-02-12 15:35:12','2017-02-12 15:35:12','','Reef Shark Surface Cut Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','reef-shark-surface-cut-canvas-print','','','2017-02-20 04:40:28','2017-02-20 04:40:28','',0,'http://www.artlanta.com/deanostudios/product/reef-shark-surface-cut-canvas-print/',10,'product','',0),(6188,1,'2017-02-12 15:35:12','2017-02-12 15:35:12','','Variation #6188 of Reef Shark Scar Canvas Print (Copy)','','publish','closed','closed','','variation-6188-of-reef-shark-scar-canvas-print-copy','','','2017-02-12 15:35:12','2017-02-12 15:35:12','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6187',0,'product_variation','',0),(6189,1,'2017-02-12 15:35:12','2017-02-12 15:35:12','','Variation #6189 of Reef Shark Scar Canvas Print (Copy)','','publish','closed','closed','','variation-6189-of-reef-shark-scar-canvas-print-copy','','','2017-02-12 15:35:12','2017-02-12 15:35:12','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6187',0,'product_variation','',0),(6190,1,'2017-02-12 15:35:12','2017-02-12 15:35:12','','Variation #6190 of Reef Shark Scar Canvas Print (Copy)','','publish','closed','closed','','variation-6190-of-reef-shark-scar-canvas-print-copy','','','2017-02-12 15:35:12','2017-02-12 15:35:12','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6187',0,'product_variation','',0),(6191,1,'2017-02-12 15:35:12','2017-02-12 15:35:12','','Variation #6191 of Reef Shark Scar Canvas Print (Copy)','','publish','closed','closed','','variation-6191-of-reef-shark-scar-canvas-print-copy','','','2017-02-12 15:35:12','2017-02-12 15:35:12','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6187',0,'product_variation','',0),(6192,1,'2017-02-12 15:35:13','2017-02-12 15:35:13','','Variation #6192 of Reef Shark Scar Canvas Print (Copy)','','publish','closed','closed','','variation-6192-of-reef-shark-scar-canvas-print-copy','','','2017-02-12 15:35:13','2017-02-12 15:35:13','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6187',0,'product_variation','',0),(6196,1,'2017-02-12 15:37:10','2017-02-12 15:37:10','','Spotted Bottlenose Dolphin Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','spotted-bottlenose-dolphin-canvas-print','','','2017-02-20 04:55:33','2017-02-20 04:55:33','',0,'http://www.artlanta.com/deanostudios/product/spotted-bottlenose-dolphin-canvas-print/',10,'product','',0),(6197,1,'2017-02-12 15:37:10','2017-02-12 15:37:10','','Variation #6197 of Reef Shark Surface Cut Canvas Print (Copy)','','publish','closed','closed','','variation-6197-of-reef-shark-surface-cut-canvas-print-copy','','','2017-02-12 15:37:10','2017-02-12 15:37:10','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6196',0,'product_variation','',0),(6198,1,'2017-02-12 15:37:10','2017-02-12 15:37:10','','Variation #6198 of Reef Shark Surface Cut Canvas Print (Copy)','','publish','closed','closed','','variation-6198-of-reef-shark-surface-cut-canvas-print-copy','','','2017-02-12 15:37:10','2017-02-12 15:37:10','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6196',0,'product_variation','',0),(6199,1,'2017-02-12 15:37:10','2017-02-12 15:37:10','','Variation #6199 of Reef Shark Surface Cut Canvas Print (Copy)','','publish','closed','closed','','variation-6199-of-reef-shark-surface-cut-canvas-print-copy','','','2017-02-12 15:37:10','2017-02-12 15:37:10','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6196',0,'product_variation','',0),(6200,1,'2017-02-12 15:37:10','2017-02-12 15:37:10','','Variation #6200 of Reef Shark Surface Cut Canvas Print (Copy)','','publish','closed','closed','','variation-6200-of-reef-shark-surface-cut-canvas-print-copy','','','2017-02-12 15:37:10','2017-02-12 15:37:10','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6196',0,'product_variation','',0),(6201,1,'2017-02-12 15:37:11','2017-02-12 15:37:11','','Variation #6201 of Reef Shark Surface Cut Canvas Print (Copy)','','publish','closed','closed','','variation-6201-of-reef-shark-surface-cut-canvas-print-copy','','','2017-02-12 15:37:11','2017-02-12 15:37:11','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6196',0,'product_variation','',0),(6202,1,'2017-02-12 15:37:11','2017-02-12 15:37:11','','Reef Shark Trio Cove Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','reef-shark-trio-cove-canvas-print','','','2017-02-20 04:47:31','2017-02-20 04:47:31','',0,'http://www.artlanta.com/deanostudios/product/reef-shark-trio-cove-canvas-print/',10,'product','',0),(6203,1,'2017-02-12 15:37:11','2017-02-12 15:37:11','','Variation #6203 of Reef Shark Surface Cut Canvas Print (Copy)','','publish','closed','closed','','variation-6203-of-reef-shark-surface-cut-canvas-print-copy','','','2017-02-12 15:37:11','2017-02-12 15:37:11','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6202',0,'product_variation','',0),(6204,1,'2017-02-12 15:37:11','2017-02-12 15:37:11','','Variation #6204 of Reef Shark Surface Cut Canvas Print (Copy)','','publish','closed','closed','','variation-6204-of-reef-shark-surface-cut-canvas-print-copy','','','2017-02-12 15:37:11','2017-02-12 15:37:11','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6202',0,'product_variation','',0),(6205,1,'2017-02-12 15:37:11','2017-02-12 15:37:11','','Variation #6205 of Reef Shark Surface Cut Canvas Print (Copy)','','publish','closed','closed','','variation-6205-of-reef-shark-surface-cut-canvas-print-copy','','','2017-02-12 15:37:11','2017-02-12 15:37:11','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6202',0,'product_variation','',0),(6206,1,'2017-02-12 15:37:11','2017-02-12 15:37:11','','Variation #6206 of Reef Shark Surface Cut Canvas Print (Copy)','','publish','closed','closed','','variation-6206-of-reef-shark-surface-cut-canvas-print-copy','','','2017-02-12 15:37:11','2017-02-12 15:37:11','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6202',0,'product_variation','',0),(6207,1,'2017-02-12 15:37:11','2017-02-12 15:37:11','','Variation #6207 of Reef Shark Surface Cut Canvas Print (Copy)','','publish','closed','closed','','variation-6207-of-reef-shark-surface-cut-canvas-print-copy','','','2017-02-12 15:37:11','2017-02-12 15:37:11','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6202',0,'product_variation','',0),(6211,1,'2017-02-12 15:39:49','2017-02-12 15:39:49','','Reef Shark Wave Cove Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','reef-shark-wave-cove-canvas-print','','','2017-02-20 04:48:17','2017-02-20 04:48:17','',0,'http://www.artlanta.com/deanostudios/product/reef-shark-wave-cove-canvas-print/',10,'product','',0),(6212,1,'2017-02-12 15:39:49','2017-02-12 15:39:49','','Variation #6212 of Reef Shark Trio Cove Canvas Print (Copy)','','publish','closed','closed','','variation-6212-of-reef-shark-trio-cove-canvas-print-copy','','','2017-02-12 15:39:49','2017-02-12 15:39:49','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6211',0,'product_variation','',0),(6213,1,'2017-02-12 15:39:49','2017-02-12 15:39:49','','Variation #6213 of Reef Shark Trio Cove Canvas Print (Copy)','','publish','closed','closed','','variation-6213-of-reef-shark-trio-cove-canvas-print-copy','','','2017-02-12 15:39:49','2017-02-12 15:39:49','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6211',0,'product_variation','',0),(6214,1,'2017-02-12 15:39:49','2017-02-12 15:39:49','','Variation #6214 of Reef Shark Trio Cove Canvas Print (Copy)','','publish','closed','closed','','variation-6214-of-reef-shark-trio-cove-canvas-print-copy','','','2017-02-12 15:39:49','2017-02-12 15:39:49','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6211',0,'product_variation','',0),(6215,1,'2017-02-12 15:39:49','2017-02-12 15:39:49','','Variation #6215 of Reef Shark Trio Cove Canvas Print (Copy)','','publish','closed','closed','','variation-6215-of-reef-shark-trio-cove-canvas-print-copy','','','2017-02-12 15:39:49','2017-02-12 15:39:49','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6211',0,'product_variation','',0),(6216,1,'2017-02-12 15:39:49','2017-02-12 15:39:49','','Variation #6216 of Reef Shark Trio Cove Canvas Print (Copy)','','publish','closed','closed','','variation-6216-of-reef-shark-trio-cove-canvas-print-copy','','','2017-02-12 15:39:49','2017-02-12 15:39:49','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6211',0,'product_variation','',0),(6224,1,'2017-02-12 15:45:23','2017-02-12 15:45:23','','Swim Fast Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','swim-fast-canvas-print','','','2017-02-20 03:29:38','2017-02-20 03:29:38','',0,'http://www.artlanta.com/deanostudios/product/swim-fast-canvas-print/',2,'product','',0),(6225,1,'2017-02-12 15:45:23','2017-02-12 15:45:23','','Variation #6225 of Reef Squids Caymen 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6225-of-reef-squids-caymen-1-canvas-print-copy','','','2017-02-12 15:45:23','2017-02-12 15:45:23','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6224',0,'product_variation','',0),(6226,1,'2017-02-12 15:45:23','2017-02-12 15:45:23','','Variation #6226 of Reef Squids Caymen 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6226-of-reef-squids-caymen-1-canvas-print-copy','','','2017-02-12 15:45:23','2017-02-12 15:45:23','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6224',0,'product_variation','',0),(6227,1,'2017-02-12 15:45:23','2017-02-12 15:45:23','','Variation #6227 of Reef Squids Caymen 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6227-of-reef-squids-caymen-1-canvas-print-copy','','','2017-02-12 15:45:23','2017-02-12 15:45:23','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6224',0,'product_variation','',0),(6228,1,'2017-02-12 15:45:23','2017-02-12 15:45:23','','Variation #6228 of Reef Squids Caymen 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6228-of-reef-squids-caymen-1-canvas-print-copy','','','2017-02-12 15:45:23','2017-02-12 15:45:23','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6224',0,'product_variation','',0),(6229,1,'2017-02-12 15:45:23','2017-02-12 15:45:23','','Variation #6229 of Reef Squids Caymen 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6229-of-reef-squids-caymen-1-canvas-print-copy','','','2017-02-12 15:45:23','2017-02-12 15:45:23','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6224',0,'product_variation','',0),(6230,1,'2017-02-12 15:45:23','2017-02-12 15:45:23','','Reef Squids Caymen 2 Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','reef-squids-caymen-2-canvas-print','','','2017-02-20 04:55:39','2017-02-20 04:55:39','',0,'http://www.artlanta.com/deanostudios/product/reef-squids-caymen-2-canvas-print/',10,'product','',0),(6231,1,'2017-02-12 15:45:23','2017-02-12 15:45:23','','Variation #6231 of Reef Squids Caymen 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6231-of-reef-squids-caymen-1-canvas-print-copy','','','2017-02-12 15:45:23','2017-02-12 15:45:23','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6230',0,'product_variation','',0),(6232,1,'2017-02-12 15:45:23','2017-02-12 15:45:23','','Variation #6232 of Reef Squids Caymen 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6232-of-reef-squids-caymen-1-canvas-print-copy','','','2017-02-12 15:45:23','2017-02-12 15:45:23','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6230',0,'product_variation','',0),(6233,1,'2017-02-12 15:45:23','2017-02-12 15:45:23','','Variation #6233 of Reef Squids Caymen 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6233-of-reef-squids-caymen-1-canvas-print-copy','','','2017-02-12 15:45:23','2017-02-12 15:45:23','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6230',0,'product_variation','',0),(6234,1,'2017-02-12 15:45:23','2017-02-12 15:45:23','','Variation #6234 of Reef Squids Caymen 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6234-of-reef-squids-caymen-1-canvas-print-copy','','','2017-02-12 15:45:23','2017-02-12 15:45:23','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6230',0,'product_variation','',0),(6235,1,'2017-02-12 15:45:23','2017-02-12 15:45:23','','Variation #6235 of Reef Squids Caymen 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6235-of-reef-squids-caymen-1-canvas-print-copy','','','2017-02-12 15:45:23','2017-02-12 15:45:23','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6230',0,'product_variation','',0),(6240,1,'2017-02-12 15:54:00','2017-02-12 15:54:00','','Tiger Shark Beach Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','tiger-shark-beach-canvas-print-2','','','2017-02-20 05:10:22','2017-02-20 05:10:22','',0,'http://www.artlanta.com/deanostudios/product/tiger-shark-beach-canvas-print-2/',10,'product','',0),(6241,1,'2017-02-12 15:54:00','2017-02-12 15:54:00','','Variation #6241 of Reef Squids Caymen 2 Canvas Print (Copy)','','publish','closed','closed','','variation-6241-of-reef-squids-caymen-2-canvas-print-copy','','','2017-02-12 15:54:00','2017-02-12 15:54:00','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6240',0,'product_variation','',0),(6242,1,'2017-02-12 15:54:00','2017-02-12 15:54:00','','Variation #6242 of Reef Squids Caymen 2 Canvas Print (Copy)','','publish','closed','closed','','variation-6242-of-reef-squids-caymen-2-canvas-print-copy','','','2017-02-12 15:54:00','2017-02-12 15:54:00','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6240',0,'product_variation','',0),(6243,1,'2017-02-12 15:54:00','2017-02-12 15:54:00','','Variation #6243 of Reef Squids Caymen 2 Canvas Print (Copy)','','publish','closed','closed','','variation-6243-of-reef-squids-caymen-2-canvas-print-copy','','','2017-02-12 15:54:00','2017-02-12 15:54:00','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6240',0,'product_variation','',0),(6244,1,'2017-02-12 15:54:00','2017-02-12 15:54:00','','Variation #6244 of Reef Squids Caymen 2 Canvas Print (Copy)','','publish','closed','closed','','variation-6244-of-reef-squids-caymen-2-canvas-print-copy','','','2017-02-12 15:54:00','2017-02-12 15:54:00','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6240',0,'product_variation','',0),(6245,1,'2017-02-12 15:54:00','2017-02-12 15:54:00','','Variation #6245 of Reef Squids Caymen 2 Canvas Print (Copy)','','publish','closed','closed','','variation-6245-of-reef-squids-caymen-2-canvas-print-copy','','','2017-02-12 15:54:00','2017-02-12 15:54:00','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6240',0,'product_variation','',0),(6246,1,'2017-02-12 15:55:20','2017-02-12 15:55:20','','Tiger Shark Emma 1 Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','tiger-shark-emma-1-canvas-print','','','2017-02-20 05:09:56','2017-02-20 05:09:56','',0,'http://www.artlanta.com/deanostudios/product/tiger-shark-emma-1-canvas-print/',10,'product','',0),(6247,1,'2017-02-12 15:55:20','2017-02-12 15:55:20','','Variation #6247 of Tiger Shark Beach Canvas Print (Copy)','','publish','closed','closed','','variation-6247-of-tiger-shark-beach-canvas-print-copy','','','2017-02-12 15:55:20','2017-02-12 15:55:20','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6246',0,'product_variation','',0),(6248,1,'2017-02-12 15:55:20','2017-02-12 15:55:20','','Variation #6248 of Tiger Shark Beach Canvas Print (Copy)','','publish','closed','closed','','variation-6248-of-tiger-shark-beach-canvas-print-copy','','','2017-02-12 15:55:20','2017-02-12 15:55:20','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6246',0,'product_variation','',0),(6249,1,'2017-02-12 15:55:20','2017-02-12 15:55:20','','Variation #6249 of Tiger Shark Beach Canvas Print (Copy)','','publish','closed','closed','','variation-6249-of-tiger-shark-beach-canvas-print-copy','','','2017-02-12 15:55:20','2017-02-12 15:55:20','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6246',0,'product_variation','',0),(6250,1,'2017-02-12 15:55:20','2017-02-12 15:55:20','','Variation #6250 of Tiger Shark Beach Canvas Print (Copy)','','publish','closed','closed','','variation-6250-of-tiger-shark-beach-canvas-print-copy','','','2017-02-12 15:55:20','2017-02-12 15:55:20','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6246',0,'product_variation','',0),(6251,1,'2017-02-12 15:55:20','2017-02-12 15:55:20','','Variation #6251 of Tiger Shark Beach Canvas Print (Copy)','','publish','closed','closed','','variation-6251-of-tiger-shark-beach-canvas-print-copy','','','2017-02-12 15:55:20','2017-02-12 15:55:20','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6246',0,'product_variation','',0),(6252,1,'2017-02-12 15:56:37','2017-02-12 15:56:37','','Tiger Shark Emma 2 Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','tiger-shark-emma-2-canvas-print','','','2017-02-20 05:17:54','2017-02-20 05:17:54','',0,'http://www.artlanta.com/deanostudios/product/tiger-shark-emma-2-canvas-print/',10,'product','',0),(6253,1,'2017-02-12 15:56:37','2017-02-12 15:56:37','','Variation #6253 of Tiger Shark Emma 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6253-of-tiger-shark-emma-1-canvas-print-copy','','','2017-02-12 15:56:37','2017-02-12 15:56:37','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6252',0,'product_variation','',0),(6254,1,'2017-02-12 15:56:37','2017-02-12 15:56:37','','Variation #6254 of Tiger Shark Emma 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6254-of-tiger-shark-emma-1-canvas-print-copy','','','2017-02-12 15:56:37','2017-02-12 15:56:37','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6252',0,'product_variation','',0),(6255,1,'2017-02-12 15:56:37','2017-02-12 15:56:37','','Variation #6255 of Tiger Shark Emma 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6255-of-tiger-shark-emma-1-canvas-print-copy','','','2017-02-12 15:56:37','2017-02-12 15:56:37','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6252',0,'product_variation','',0),(6256,1,'2017-02-12 15:56:37','2017-02-12 15:56:37','','Variation #6256 of Tiger Shark Emma 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6256-of-tiger-shark-emma-1-canvas-print-copy','','','2017-02-12 15:56:37','2017-02-12 15:56:37','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6252',0,'product_variation','',0),(6257,1,'2017-02-12 15:56:37','2017-02-12 15:56:37','','Variation #6257 of Tiger Shark Emma 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6257-of-tiger-shark-emma-1-canvas-print-copy','','','2017-02-12 15:56:37','2017-02-12 15:56:37','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6252',0,'product_variation','',0),(6258,1,'2017-02-12 15:58:54','2017-02-12 15:58:54','','Tiger Shark and Cobia Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','tiger-shark-and-cobia-canvas-print','','','2017-02-20 05:02:21','2017-02-20 05:02:21','',0,'http://www.artlanta.com/deanostudios/product/tiger-shark-and-cobia-canvas-print/',10,'product','',0),(6259,1,'2017-02-12 15:58:54','2017-02-12 15:58:54','','Variation #6259 of Tiger Shark Emma 2 Canvas Print (Copy)','','publish','closed','closed','','variation-6259-of-tiger-shark-emma-2-canvas-print-copy','','','2017-02-12 15:58:54','2017-02-12 15:58:54','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6258',0,'product_variation','',0),(6260,1,'2017-02-12 15:58:54','2017-02-12 15:58:54','','Variation #6260 of Tiger Shark Emma 2 Canvas Print (Copy)','','publish','closed','closed','','variation-6260-of-tiger-shark-emma-2-canvas-print-copy','','','2017-02-12 15:58:54','2017-02-12 15:58:54','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6258',0,'product_variation','',0),(6261,1,'2017-02-12 15:58:54','2017-02-12 15:58:54','','Variation #6261 of Tiger Shark Emma 2 Canvas Print (Copy)','','publish','closed','closed','','variation-6261-of-tiger-shark-emma-2-canvas-print-copy','','','2017-02-12 15:58:54','2017-02-12 15:58:54','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6258',0,'product_variation','',0),(6262,1,'2017-02-12 15:58:54','2017-02-12 15:58:54','','Variation #6262 of Tiger Shark Emma 2 Canvas Print (Copy)','','publish','closed','closed','','variation-6262-of-tiger-shark-emma-2-canvas-print-copy','','','2017-02-12 15:58:54','2017-02-12 15:58:54','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6258',0,'product_variation','',0),(6263,1,'2017-02-12 15:58:54','2017-02-12 15:58:54','','Variation #6263 of Tiger Shark Emma 2 Canvas Print (Copy)','','publish','closed','closed','','variation-6263-of-tiger-shark-emma-2-canvas-print-copy','','','2017-02-12 15:58:54','2017-02-12 15:58:54','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6258',0,'product_variation','',0),(6264,1,'2017-02-12 16:05:09','2017-02-12 16:05:09','','Tiger Shark in Sunlight Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','tiger-shark-in-sunlight-canvas-print','','','2017-02-20 05:16:42','2017-02-20 05:16:42','',0,'http://www.artlanta.com/deanostudios/product/tiger-shark-in-sunlight-canvas-print/',10,'product','',0),(6265,1,'2017-02-12 16:05:09','2017-02-12 16:05:09','','Variation #6265 of Tiger Shark and Cobia Canvas Print (Copy)','','publish','closed','closed','','variation-6265-of-tiger-shark-and-cobia-canvas-print-copy','','','2017-02-12 16:05:09','2017-02-12 16:05:09','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6264',0,'product_variation','',0),(6266,1,'2017-02-12 16:05:10','2017-02-12 16:05:10','','Variation #6266 of Tiger Shark and Cobia Canvas Print (Copy)','','publish','closed','closed','','variation-6266-of-tiger-shark-and-cobia-canvas-print-copy','','','2017-02-12 16:05:10','2017-02-12 16:05:10','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6264',0,'product_variation','',0),(6267,1,'2017-02-12 16:05:10','2017-02-12 16:05:10','','Variation #6267 of Tiger Shark and Cobia Canvas Print (Copy)','','publish','closed','closed','','variation-6267-of-tiger-shark-and-cobia-canvas-print-copy','','','2017-02-12 16:05:10','2017-02-12 16:05:10','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6264',0,'product_variation','',0),(6268,1,'2017-02-12 16:05:10','2017-02-12 16:05:10','','Variation #6268 of Tiger Shark and Cobia Canvas Print (Copy)','','publish','closed','closed','','variation-6268-of-tiger-shark-and-cobia-canvas-print-copy','','','2017-02-12 16:05:10','2017-02-12 16:05:10','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6264',0,'product_variation','',0),(6269,1,'2017-02-12 16:05:10','2017-02-12 16:05:10','','Variation #6269 of Tiger Shark and Cobia Canvas Print (Copy)','','publish','closed','closed','','variation-6269-of-tiger-shark-and-cobia-canvas-print-copy','','','2017-02-12 16:05:10','2017-02-12 16:05:10','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6264',0,'product_variation','',0),(6270,1,'2017-02-12 16:07:24','2017-02-12 16:07:24','','Tiger Shark Lurking Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','tiger-shark-lurking-canvas-print','','','2017-02-20 05:17:43','2017-02-20 05:17:43','',0,'http://www.artlanta.com/deanostudios/product/tiger-shark-lurking-canvas-print/',10,'product','',0),(6271,1,'2017-02-12 16:07:25','2017-02-12 16:07:25','','Variation #6271 of Tiger Shark in Sunlight Canvas Print (Copy)','','publish','closed','closed','','variation-6271-of-tiger-shark-in-sunlight-canvas-print-copy','','','2017-02-12 16:07:25','2017-02-12 16:07:25','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6270',0,'product_variation','',0),(6272,1,'2017-02-12 16:07:25','2017-02-12 16:07:25','','Variation #6272 of Tiger Shark in Sunlight Canvas Print (Copy)','','publish','closed','closed','','variation-6272-of-tiger-shark-in-sunlight-canvas-print-copy','','','2017-02-12 16:07:25','2017-02-12 16:07:25','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6270',0,'product_variation','',0),(6273,1,'2017-02-12 16:07:25','2017-02-12 16:07:25','','Variation #6273 of Tiger Shark in Sunlight Canvas Print (Copy)','','publish','closed','closed','','variation-6273-of-tiger-shark-in-sunlight-canvas-print-copy','','','2017-02-12 16:07:25','2017-02-12 16:07:25','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6270',0,'product_variation','',0),(6274,1,'2017-02-12 16:07:25','2017-02-12 16:07:25','','Variation #6274 of Tiger Shark in Sunlight Canvas Print (Copy)','','publish','closed','closed','','variation-6274-of-tiger-shark-in-sunlight-canvas-print-copy','','','2017-02-12 16:07:25','2017-02-12 16:07:25','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6270',0,'product_variation','',0),(6275,1,'2017-02-12 16:07:25','2017-02-12 16:07:25','','Variation #6275 of Tiger Shark in Sunlight Canvas Print (Copy)','','publish','closed','closed','','variation-6275-of-tiger-shark-in-sunlight-canvas-print-copy','','','2017-02-12 16:07:25','2017-02-12 16:07:25','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6270',0,'product_variation','',0),(6276,1,'2017-02-12 16:11:17','2017-02-12 16:11:17','','Tiger Shark Serenity Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','tiger-shark-serenity-canvas-print','','','2017-02-20 05:26:53','2017-02-20 05:26:53','',0,'http://www.artlanta.com/deanostudios/product/tiger-shark-serenity-canvas-print/',10,'product','',0),(6277,1,'2017-02-12 16:11:17','2017-02-12 16:11:17','','Variation #6277 of Tiger Shark Lurking Canvas Print (Copy)','','publish','closed','closed','','variation-6277-of-tiger-shark-lurking-canvas-print-copy','','','2017-02-12 16:11:17','2017-02-12 16:11:17','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6276',0,'product_variation','',0),(6278,1,'2017-02-12 16:11:17','2017-02-12 16:11:17','','Variation #6278 of Tiger Shark Lurking Canvas Print (Copy)','','publish','closed','closed','','variation-6278-of-tiger-shark-lurking-canvas-print-copy','','','2017-02-12 16:11:17','2017-02-12 16:11:17','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6276',0,'product_variation','',0),(6279,1,'2017-02-12 16:11:17','2017-02-12 16:11:17','','Variation #6279 of Tiger Shark Lurking Canvas Print (Copy)','','publish','closed','closed','','variation-6279-of-tiger-shark-lurking-canvas-print-copy','','','2017-02-12 16:11:17','2017-02-12 16:11:17','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6276',0,'product_variation','',0),(6280,1,'2017-02-12 16:11:17','2017-02-12 16:11:17','','Variation #6280 of Tiger Shark Lurking Canvas Print (Copy)','','publish','closed','closed','','variation-6280-of-tiger-shark-lurking-canvas-print-copy','','','2017-02-12 16:11:17','2017-02-12 16:11:17','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6276',0,'product_variation','',0),(6281,1,'2017-02-12 16:11:17','2017-02-12 16:11:17','','Variation #6281 of Tiger Shark Lurking Canvas Print (Copy)','','publish','closed','closed','','variation-6281-of-tiger-shark-lurking-canvas-print-copy','','','2017-02-12 16:11:17','2017-02-12 16:11:17','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6276',0,'product_variation','',0),(6282,1,'2017-02-12 16:12:37','2017-02-12 16:12:37','','Tiger Shark Stalker Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','tiger-shark-stalker-canvas-print','','','2017-02-20 05:25:43','2017-02-20 05:25:43','',0,'http://www.artlanta.com/deanostudios/product/tiger-shark-stalker-canvas-print/',10,'product','',0),(6283,1,'2017-02-12 16:12:37','2017-02-12 16:12:37','','Variation #6283 of Tiger Shark Serenity Canvas Print (Copy)','','publish','closed','closed','','variation-6283-of-tiger-shark-serenity-canvas-print-copy','','','2017-02-12 16:12:37','2017-02-12 16:12:37','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6282',0,'product_variation','',0),(6284,1,'2017-02-12 16:12:37','2017-02-12 16:12:37','','Variation #6284 of Tiger Shark Serenity Canvas Print (Copy)','','publish','closed','closed','','variation-6284-of-tiger-shark-serenity-canvas-print-copy','','','2017-02-12 16:12:37','2017-02-12 16:12:37','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6282',0,'product_variation','',0),(6285,1,'2017-02-12 16:12:37','2017-02-12 16:12:37','','Variation #6285 of Tiger Shark Serenity Canvas Print (Copy)','','publish','closed','closed','','variation-6285-of-tiger-shark-serenity-canvas-print-copy','','','2017-02-12 16:12:37','2017-02-12 16:12:37','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6282',0,'product_variation','',0),(6286,1,'2017-02-12 16:12:37','2017-02-12 16:12:37','','Variation #6286 of Tiger Shark Serenity Canvas Print (Copy)','','publish','closed','closed','','variation-6286-of-tiger-shark-serenity-canvas-print-copy','','','2017-02-12 16:12:37','2017-02-12 16:12:37','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6282',0,'product_variation','',0),(6287,1,'2017-02-12 16:12:37','2017-02-12 16:12:37','','Variation #6287 of Tiger Shark Serenity Canvas Print (Copy)','','publish','closed','closed','','variation-6287-of-tiger-shark-serenity-canvas-print-copy','','','2017-02-12 16:12:37','2017-02-12 16:12:37','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6282',0,'product_variation','',0),(6288,1,'2017-02-12 16:14:00','2017-02-12 16:14:00','','Tiger Shark 1 Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','tiger-shark-1-canvas-print','','','2017-02-20 05:02:48','2017-02-20 05:02:48','',0,'http://www.artlanta.com/deanostudios/product/tiger-shark-1-canvas-print/',10,'product','',0),(6289,1,'2017-02-12 16:14:01','2017-02-12 16:14:01','','Variation #6289 of Tiger Shark Stalker Canvas Print (Copy)','','publish','closed','closed','','variation-6289-of-tiger-shark-stalker-canvas-print-copy','','','2017-02-12 16:14:01','2017-02-12 16:14:01','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6288',0,'product_variation','',0),(6290,1,'2017-02-12 16:14:01','2017-02-12 16:14:01','','Variation #6290 of Tiger Shark Stalker Canvas Print (Copy)','','publish','closed','closed','','variation-6290-of-tiger-shark-stalker-canvas-print-copy','','','2017-02-12 16:14:01','2017-02-12 16:14:01','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6288',0,'product_variation','',0),(6291,1,'2017-02-12 16:14:01','2017-02-12 16:14:01','','Variation #6291 of Tiger Shark Stalker Canvas Print (Copy)','','publish','closed','closed','','variation-6291-of-tiger-shark-stalker-canvas-print-copy','','','2017-02-12 16:14:01','2017-02-12 16:14:01','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6288',0,'product_variation','',0),(6292,1,'2017-02-12 16:14:01','2017-02-12 16:14:01','','Variation #6292 of Tiger Shark Stalker Canvas Print (Copy)','','publish','closed','closed','','variation-6292-of-tiger-shark-stalker-canvas-print-copy','','','2017-02-12 16:14:01','2017-02-12 16:14:01','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6288',0,'product_variation','',0),(6293,1,'2017-02-12 16:14:01','2017-02-12 16:14:01','','Variation #6293 of Tiger Shark Stalker Canvas Print (Copy)','','publish','closed','closed','','variation-6293-of-tiger-shark-stalker-canvas-print-copy','','','2017-02-12 16:14:01','2017-02-12 16:14:01','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6288',0,'product_variation','',0),(6294,1,'2017-02-12 16:29:35','2017-02-12 16:29:35','','Tiger Shark 5 Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','tiger-shark-5-canvas-print','','','2017-02-20 05:02:27','2017-02-20 05:02:27','',0,'http://www.artlanta.com/deanostudios/product/tiger-shark-5-canvas-print/',10,'product','',0),(6295,1,'2017-02-12 16:29:35','2017-02-12 16:29:35','','Variation #6295 of Tiger Shark 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6295-of-tiger-shark-1-canvas-print-copy','','','2017-02-12 16:29:35','2017-02-12 16:29:35','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6294',0,'product_variation','',0),(6296,1,'2017-02-12 16:29:35','2017-02-12 16:29:35','','Variation #6296 of Tiger Shark 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6296-of-tiger-shark-1-canvas-print-copy','','','2017-02-12 16:29:35','2017-02-12 16:29:35','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6294',0,'product_variation','',0),(6297,1,'2017-02-12 16:29:35','2017-02-12 16:29:35','','Variation #6297 of Tiger Shark 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6297-of-tiger-shark-1-canvas-print-copy','','','2017-02-12 16:29:35','2017-02-12 16:29:35','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6294',0,'product_variation','',0),(6298,1,'2017-02-12 16:29:35','2017-02-12 16:29:35','','Variation #6298 of Tiger Shark 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6298-of-tiger-shark-1-canvas-print-copy','','','2017-02-12 16:29:35','2017-02-12 16:29:35','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6294',0,'product_variation','',0),(6299,1,'2017-02-12 16:29:35','2017-02-12 16:29:35','','Variation #6299 of Tiger Shark 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6299-of-tiger-shark-1-canvas-print-copy','','','2017-02-12 16:29:35','2017-02-12 16:29:35','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6294',0,'product_variation','',0),(6301,1,'2017-02-12 16:34:51','2017-02-12 16:34:51','','Tiger Shark Close Up Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','tiger-shark-close-up-canvas-print','','','2017-02-20 05:10:00','2017-02-20 05:10:00','',0,'http://www.artlanta.com/deanostudios/product/tiger-shark-close-up-canvas-print/',10,'product','',0),(6302,1,'2017-02-12 16:34:51','2017-02-12 16:34:51','','Variation #6302 of Tiger Shark 5 Canvas Print (Copy)','','publish','closed','closed','','variation-6302-of-tiger-shark-5-canvas-print-copy','','','2017-02-12 16:34:51','2017-02-12 16:34:51','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6301',0,'product_variation','',0),(6303,1,'2017-02-12 16:34:51','2017-02-12 16:34:51','','Variation #6303 of Tiger Shark 5 Canvas Print (Copy)','','publish','closed','closed','','variation-6303-of-tiger-shark-5-canvas-print-copy','','','2017-02-12 16:34:51','2017-02-12 16:34:51','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6301',0,'product_variation','',0),(6304,1,'2017-02-12 16:34:51','2017-02-12 16:34:51','','Variation #6304 of Tiger Shark 5 Canvas Print (Copy)','','publish','closed','closed','','variation-6304-of-tiger-shark-5-canvas-print-copy','','','2017-02-12 16:34:51','2017-02-12 16:34:51','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6301',0,'product_variation','',0),(6305,1,'2017-02-12 16:34:51','2017-02-12 16:34:51','','Variation #6305 of Tiger Shark 5 Canvas Print (Copy)','','publish','closed','closed','','variation-6305-of-tiger-shark-5-canvas-print-copy','','','2017-02-12 16:34:51','2017-02-12 16:34:51','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6301',0,'product_variation','',0),(6306,1,'2017-02-12 16:34:51','2017-02-12 16:34:51','','Variation #6306 of Tiger Shark 5 Canvas Print (Copy)','','publish','closed','closed','','variation-6306-of-tiger-shark-5-canvas-print-copy','','','2017-02-12 16:34:51','2017-02-12 16:34:51','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6301',0,'product_variation','',0),(6307,1,'2017-02-12 16:41:49','2017-02-12 16:41:49','','Tiger Tail Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','tiger-tail-canvas-print','','','2017-02-20 05:24:40','2017-02-20 05:24:40','',0,'http://www.artlanta.com/deanostudios/product/tiger-tail-canvas-print/',10,'product','',0),(6308,1,'2017-02-12 16:41:49','2017-02-12 16:41:49','','Variation #6308 of Tiger Shark Close Up Canvas Print (Copy)','','publish','closed','closed','','variation-6308-of-tiger-shark-close-up-canvas-print-copy','','','2017-02-12 16:41:49','2017-02-12 16:41:49','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6307',0,'product_variation','',0),(6309,1,'2017-02-12 16:41:49','2017-02-12 16:41:49','','Variation #6309 of Tiger Shark Close Up Canvas Print (Copy)','','publish','closed','closed','','variation-6309-of-tiger-shark-close-up-canvas-print-copy','','','2017-02-12 16:41:49','2017-02-12 16:41:49','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6307',0,'product_variation','',0),(6310,1,'2017-02-12 16:41:49','2017-02-12 16:41:49','','Variation #6310 of Tiger Shark Close Up Canvas Print (Copy)','','publish','closed','closed','','variation-6310-of-tiger-shark-close-up-canvas-print-copy','','','2017-02-12 16:41:49','2017-02-12 16:41:49','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6307',0,'product_variation','',0),(6311,1,'2017-02-12 16:41:49','2017-02-12 16:41:49','','Variation #6311 of Tiger Shark Close Up Canvas Print (Copy)','','publish','closed','closed','','variation-6311-of-tiger-shark-close-up-canvas-print-copy','','','2017-02-12 16:41:49','2017-02-12 16:41:49','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6307',0,'product_variation','',0),(6312,1,'2017-02-12 16:41:49','2017-02-12 16:41:49','','Variation #6312 of Tiger Shark Close Up Canvas Print (Copy)','','publish','closed','closed','','variation-6312-of-tiger-shark-close-up-canvas-print-copy','','','2017-02-12 16:41:49','2017-02-12 16:41:49','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6307',0,'product_variation','',0),(6313,1,'2017-02-12 16:45:10','2017-02-12 16:45:10','','White Shark Guadalupe 1 Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','white-shark-guadalupe-1-canvas-print','','','2020-05-18 01:49:32','2020-05-18 01:49:32','',0,'http://www.artlanta.com/deanostudios/product/white-shark-guadalupe-1-canvas-print/',1,'product','',0),(6314,1,'2017-02-12 16:45:10','2017-02-12 16:45:10','','Variation #6314 of Tiger Tail Canvas Print (Copy)','','publish','closed','closed','','variation-6314-of-tiger-tail-canvas-print-copy','','','2017-02-12 16:45:10','2017-02-12 16:45:10','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6313',0,'product_variation','',0),(6315,1,'2017-02-12 16:45:10','2017-02-12 16:45:10','','Variation #6315 of Tiger Tail Canvas Print (Copy)','','publish','closed','closed','','variation-6315-of-tiger-tail-canvas-print-copy','','','2017-02-12 16:45:10','2017-02-12 16:45:10','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6313',0,'product_variation','',0),(6316,1,'2017-02-12 16:45:10','2017-02-12 16:45:10','','Variation #6316 of Tiger Tail Canvas Print (Copy)','','publish','closed','closed','','variation-6316-of-tiger-tail-canvas-print-copy','','','2017-02-12 16:45:10','2017-02-12 16:45:10','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6313',0,'product_variation','',0),(6317,1,'2017-02-12 16:45:10','2017-02-12 16:45:10','','Variation #6317 of Tiger Tail Canvas Print (Copy)','','publish','closed','closed','','variation-6317-of-tiger-tail-canvas-print-copy','','','2017-02-12 16:45:10','2017-02-12 16:45:10','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6313',0,'product_variation','',0),(6318,1,'2017-02-12 16:45:10','2017-02-12 16:45:10','','Variation #6318 of Tiger Tail Canvas Print (Copy)','','publish','closed','closed','','variation-6318-of-tiger-tail-canvas-print-copy','','','2017-02-12 16:45:10','2017-02-12 16:45:10','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6313',0,'product_variation','',0),(6319,1,'2017-02-12 16:46:42','2017-02-12 16:46:42','','White Shark Guadalupe 2 Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','white-shark-guadalupe-2-canvas-print','','','2020-05-18 01:40:21','2020-05-18 01:40:21','',0,'http://www.artlanta.com/deanostudios/product/white-shark-guadalupe-2-canvas-print/',10,'product','',0),(6320,1,'2017-02-12 16:46:42','2017-02-12 16:46:42','','Variation #6320 of White Shark Guadalupe 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6320-of-white-shark-guadalupe-1-canvas-print-copy','','','2017-02-12 16:46:42','2017-02-12 16:46:42','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6319',0,'product_variation','',0),(6321,1,'2017-02-12 16:46:42','2017-02-12 16:46:42','','Variation #6321 of White Shark Guadalupe 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6321-of-white-shark-guadalupe-1-canvas-print-copy','','','2017-02-12 16:46:42','2017-02-12 16:46:42','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6319',0,'product_variation','',0),(6322,1,'2017-02-12 16:46:42','2017-02-12 16:46:42','','Variation #6322 of White Shark Guadalupe 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6322-of-white-shark-guadalupe-1-canvas-print-copy','','','2017-02-12 16:46:42','2017-02-12 16:46:42','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6319',0,'product_variation','',0),(6323,1,'2017-02-12 16:46:42','2017-02-12 16:46:42','','Variation #6323 of White Shark Guadalupe 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6323-of-white-shark-guadalupe-1-canvas-print-copy','','','2017-02-12 16:46:42','2017-02-12 16:46:42','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6319',0,'product_variation','',0),(6324,1,'2017-02-12 16:46:42','2017-02-12 16:46:42','','Variation #6324 of White Shark Guadalupe 1 Canvas Print (Copy)','','publish','closed','closed','','variation-6324-of-white-shark-guadalupe-1-canvas-print-copy','','','2017-02-12 16:46:42','2017-02-12 16:46:42','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6319',0,'product_variation','',0),(6325,1,'2017-02-12 16:48:37','2017-02-12 16:48:37','','White Shark Guadalupe 3 Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. <br /> Larger sizes will have additional shipping charges. <br /><br /> Available sizes: <br /> A: 12\" x 18\" $175<br /> B: 16\" x 24\" $240<br /> C: 20\" x 30\" $300<br /> D: 24\" x 36\" $400 <br /> E: 30\" x 45\" $500 <br /> F: 36\" x 54\" $900 <br /> G: 44\" x 66\" $1200','publish','closed','closed','','white-shark-guadalupe-3-canvas-print','','','2020-05-18 00:06:04','2020-05-18 00:06:04','',0,'http://www.artlanta.com/deanostudios/product/white-shark-guadalupe-3-canvas-print/',10,'product','',0),(6327,1,'2017-01-31 19:21:12','2017-01-31 19:21:12','','Variation #5435 of Tiger Shark Giclee Print (Copy)','','publish','open','open','','variation-5435-of-tiger-shark-giclee-print-copy','','','2017-01-31 19:21:12','2017-01-31 19:21:12','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=5434',1,'product_variation','',0),(6328,1,'2017-02-12 16:48:37','2017-02-12 16:48:37','','Variation #6326 of White Shark Guadalupe 2 Canvas Print (Copy)','','publish','closed','closed','','variation-6326-of-white-shark-guadalupe-2-canvas-print-copy','','','2017-02-12 16:48:37','2017-02-12 16:48:37','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6325',0,'product_variation','',0),(6329,1,'2017-02-12 16:48:37','2017-02-12 16:48:37','','Variation #6327 of White Shark Guadalupe 2 Canvas Print (Copy)','','publish','closed','closed','','variation-6327-of-white-shark-guadalupe-2-canvas-print-copy','','','2017-02-12 16:48:37','2017-02-12 16:48:37','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6325',0,'product_variation','',0),(6330,1,'2017-02-12 16:48:37','2017-02-12 16:48:37','','Variation #6328 of White Shark Guadalupe 2 Canvas Print (Copy)','','publish','closed','closed','','variation-6328-of-white-shark-guadalupe-2-canvas-print-copy','','','2017-02-12 16:48:37','2017-02-12 16:48:37','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6325',0,'product_variation','',0),(6331,1,'2017-02-12 16:48:37','2017-02-12 16:48:37','','Variation #6329 of White Shark Guadalupe 2 Canvas Print (Copy)','','publish','closed','closed','','variation-6329-of-white-shark-guadalupe-2-canvas-print-copy','','','2017-02-12 16:48:37','2017-02-12 16:48:37','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6325',0,'product_variation','',0),(6332,1,'2017-02-12 16:48:37','2017-02-12 16:48:37','','Variation #6330 of White Shark Guadalupe 2 Canvas Print (Copy)','','publish','closed','closed','','variation-6330-of-white-shark-guadalupe-2-canvas-print-copy','','','2017-02-12 16:48:37','2017-02-12 16:48:37','',0,'http://www.artlanta.com/deanostudios/?post_type=product&p=6325',0,'product_variation','',0),(6333,1,'2017-02-12 17:12:25','2017-02-12 17:12:25','','2','','publish','open','closed','','2','','','2017-02-20 13:22:44','2017-02-20 13:22:44','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6333',0,'dt_portfolios','',0),(6335,1,'2017-02-12 17:10:14','2017-02-12 17:10:14','','1','','publish','open','closed','','1','','','2017-02-20 13:17:50','2017-02-20 13:17:50','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6331',0,'dt_portfolios','',0),(6336,1,'2017-02-12 17:13:34','2017-02-12 17:13:34','','3','','publish','open','closed','','3','','','2017-02-20 13:23:12','2017-02-20 13:23:12','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6335',0,'dt_portfolios','',0),(6340,1,'2017-02-12 17:14:41','2017-02-12 17:14:41','','4','','publish','open','closed','','4','','','2017-02-20 13:26:25','2017-02-20 13:26:25','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6340',0,'dt_portfolios','',0),(6346,1,'2017-02-12 17:16:47','2017-02-12 17:16:47','','5','','publish','open','closed','','5','','','2017-02-20 13:44:08','2017-02-20 13:44:08','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6346',0,'dt_portfolios','',0),(6352,1,'2017-02-12 17:20:50','2017-02-12 17:20:50','','6','','publish','open','closed','','6','','','2017-02-20 13:45:34','2017-02-20 13:45:34','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6352',0,'dt_portfolios','',0),(6361,1,'2017-02-12 17:30:06','2017-02-12 17:30:06','','7','','publish','open','closed','','7','','','2017-02-20 13:46:07','2017-02-20 13:46:07','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6361',0,'dt_portfolios','',0),(6363,1,'2017-02-12 17:36:46','2017-02-12 17:36:46','','8','','publish','open','closed','','8','','','2017-02-20 13:50:22','2017-02-20 13:50:22','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6363',0,'dt_portfolios','',0),(6364,1,'2017-02-12 17:40:28','2017-02-12 17:40:28','','9','','publish','open','closed','','9','','','2017-02-20 13:48:55','2017-02-20 13:48:55','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6364',0,'dt_portfolios','',0),(6365,1,'2017-02-12 17:43:41','2017-02-12 17:43:41','','10','','publish','open','closed','','10','','','2017-02-20 13:49:39','2017-02-20 13:49:39','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6365',0,'dt_portfolios','',0),(6367,1,'2017-02-12 17:44:58','2017-02-12 17:44:58','','11','','publish','open','closed','','11','','','2017-02-20 13:52:55','2017-02-20 13:52:55','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6367',0,'dt_portfolios','',0),(6368,1,'2017-02-12 17:45:43','2017-02-12 17:45:43','','12','','publish','open','closed','','12','','','2017-02-20 13:52:38','2017-02-20 13:52:38','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6368',0,'dt_portfolios','',0),(6369,1,'2017-02-12 17:46:21','2017-02-12 17:46:21','','13','','publish','open','closed','','13','','','2017-02-20 13:59:44','2017-02-20 13:59:44','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6369',0,'dt_portfolios','',0),(6370,1,'2017-02-12 17:47:42','2017-02-12 17:47:42','','14','','publish','open','closed','','14','','','2017-02-20 14:26:03','2017-02-20 14:26:03','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6370',0,'dt_portfolios','',0),(6371,1,'2017-02-12 17:48:47','2017-02-12 17:48:47','','15','','publish','open','closed','','15','','','2017-02-20 13:58:54','2017-02-20 13:58:54','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6371',0,'dt_portfolios','',0),(6372,1,'2017-02-12 17:49:38','2017-02-12 17:49:38','','16','','publish','open','closed','','16','','','2017-02-20 14:02:56','2017-02-20 14:02:56','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6372',0,'dt_portfolios','',0),(6373,1,'2017-02-12 17:50:40','2017-02-12 17:50:40','','17','','publish','open','closed','','17','','','2017-02-20 14:27:49','2017-02-20 14:27:49','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6373',0,'dt_portfolios','',0),(6375,1,'2017-02-12 17:51:37','2017-02-12 17:51:37','','18','','publish','open','closed','','18','','','2017-02-20 14:18:06','2017-02-20 14:18:06','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6375',0,'dt_portfolios','',0),(6380,1,'2017-02-12 17:53:04','2017-02-12 17:53:04','','19','','publish','open','closed','','19','','','2017-02-20 14:16:28','2017-02-20 14:16:28','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6380',0,'dt_portfolios','',0),(6387,1,'2017-02-12 17:54:00','2017-02-12 17:54:00','','20','','publish','open','closed','','20','','','2017-02-20 14:29:33','2017-02-20 14:29:33','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6387',0,'dt_portfolios','',0),(6394,1,'2017-02-12 17:56:16','2017-02-12 17:56:16','','21','','publish','open','closed','','21','','','2017-02-20 17:51:51','2017-02-20 17:51:51','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6394',0,'dt_portfolios','',0),(6404,1,'2017-02-12 17:57:28','2017-02-12 17:57:28','','22','','publish','open','closed','','22','','','2017-02-20 17:53:04','2017-02-20 17:53:04','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6404',0,'dt_portfolios','',0),(6420,1,'2017-02-12 18:01:10','2017-02-12 18:01:10','','23','','publish','open','closed','','23','','','2017-02-20 17:53:55','2017-02-20 17:53:55','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6420',0,'dt_portfolios','',0),(6421,1,'2017-02-12 18:02:37','2017-02-12 18:02:37','','24','','publish','open','closed','','24','','','2017-02-20 17:54:50','2017-02-20 17:54:50','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6421',0,'dt_portfolios','',0),(6422,1,'2017-02-12 18:03:34','2017-02-12 18:03:34','','25','','publish','open','closed','','25','','','2017-02-20 17:55:39','2017-02-20 17:55:39','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6422',0,'dt_portfolios','',0),(6423,1,'2017-02-12 18:04:22','2017-02-12 18:04:22','','26','','publish','open','closed','','26','','','2017-02-20 17:56:35','2017-02-20 17:56:35','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6423',0,'dt_portfolios','',0),(6424,1,'2017-02-12 18:05:42','2017-02-12 18:05:42','','27','','publish','open','closed','','27','','','2017-02-20 17:57:27','2017-02-20 17:57:27','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6424',0,'dt_portfolios','',0),(6425,1,'2017-02-12 18:06:34','2017-02-12 18:06:34','','28','','publish','open','closed','','28','','','2017-02-20 17:58:18','2017-02-20 17:58:18','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6425',0,'dt_portfolios','',0),(6426,1,'2017-02-12 18:07:26','2017-02-12 18:07:26','','29','','publish','open','closed','','29','','','2017-02-20 17:59:09','2017-02-20 17:59:09','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6426',0,'dt_portfolios','',0),(6427,1,'2017-02-12 18:08:53','2017-02-12 18:08:53','','30','','publish','open','closed','','30','','','2017-02-20 17:59:45','2017-02-20 17:59:45','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6427',0,'dt_portfolios','',0),(6428,1,'2017-02-12 18:09:56','2017-02-12 18:09:56','','31','','publish','open','closed','','31','','','2017-02-20 18:03:01','2017-02-20 18:03:01','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6428',0,'dt_portfolios','',0),(6429,1,'2017-02-12 18:11:06','2017-02-12 18:11:06','','32','','publish','open','closed','','32','','','2017-02-20 18:04:04','2017-02-20 18:04:04','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6429',0,'dt_portfolios','',0),(6430,1,'2017-02-12 18:15:30','2017-02-12 18:15:30','','33','','publish','open','closed','','33','','','2017-02-20 18:04:18','2017-02-20 18:04:18','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6430',0,'dt_portfolios','',0),(6431,1,'2017-02-12 18:17:00','2017-02-12 18:17:00','','34','','publish','open','closed','','34','','','2017-02-20 18:06:28','2017-02-20 18:06:28','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6431',0,'dt_portfolios','',0),(6432,1,'2017-02-12 18:17:55','2017-02-12 18:17:55','','35','','publish','open','closed','','35','','','2017-02-20 18:06:33','2017-02-20 18:06:33','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6432',0,'dt_portfolios','',0),(6433,1,'2017-02-12 18:19:01','2017-02-12 18:19:01','','36','','publish','open','closed','','36','','','2017-02-20 18:06:42','2017-02-20 18:06:42','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6433',0,'dt_portfolios','',0),(6434,1,'2017-02-12 18:19:39','2017-02-12 18:19:39','','37','','publish','open','closed','','37','','','2017-02-20 18:08:35','2017-02-20 18:08:35','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6434',0,'dt_portfolios','',0),(6435,1,'2017-02-12 18:20:22','2017-02-12 18:20:22','','38','','publish','open','closed','','38','','','2017-02-20 18:08:55','2017-02-20 18:08:55','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6435',0,'dt_portfolios','',0),(6436,1,'2017-02-12 18:21:03','2017-02-12 18:21:03','','39','','publish','open','closed','','39','','','2017-02-20 18:09:38','2017-02-20 18:09:38','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6436',0,'dt_portfolios','',0),(6437,1,'2017-02-12 18:21:50','2017-02-12 18:21:50','','40','','publish','open','closed','','40','','','2017-02-20 18:11:40','2017-02-20 18:11:40','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6437',0,'dt_portfolios','',0),(6438,1,'2017-02-12 18:22:25','2017-02-12 18:22:25','','41','','publish','open','closed','','41','','','2017-02-20 18:12:22','2017-02-20 18:12:22','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6438',0,'dt_portfolios','',0),(6439,1,'2017-02-12 18:22:56','2017-02-12 18:22:56','','42','','publish','open','closed','','42','','','2017-02-20 18:13:32','2017-02-20 18:13:32','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6439',0,'dt_portfolios','',0),(6440,1,'2017-02-12 18:23:27','2017-02-12 18:23:27','','43','','publish','open','closed','','43','','','2017-02-20 18:14:02','2017-02-20 18:14:02','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6440',0,'dt_portfolios','',0),(6441,1,'2017-02-12 18:23:55','2017-02-12 18:23:55','','44','','publish','open','closed','','44','','','2017-02-20 18:15:59','2017-02-20 18:15:59','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6441',0,'dt_portfolios','',0),(6442,1,'2017-02-12 18:24:31','2017-02-12 18:24:31','','45','','publish','open','closed','','45','','','2017-02-20 18:16:31','2017-02-20 18:16:31','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6442',0,'dt_portfolios','',0),(6443,1,'2017-02-12 18:25:52','2017-02-12 18:25:52','','46','','publish','open','closed','','46','','','2017-02-20 18:16:59','2017-02-20 18:16:59','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6443',0,'dt_portfolios','',0),(6444,1,'2017-02-12 18:27:29','2017-02-12 18:27:29','','47','','publish','open','closed','','47','','','2017-02-20 18:17:42','2017-02-20 18:17:42','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6444',0,'dt_portfolios','',0),(6445,1,'2017-02-12 18:28:21','2017-02-12 18:28:21','','48','','publish','open','closed','','48','','','2017-02-20 18:19:12','2017-02-20 18:19:12','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6445',0,'dt_portfolios','',0),(6446,1,'2017-02-12 18:29:28','2017-02-12 18:29:28','','49','','publish','open','closed','','49','','','2017-02-20 18:20:04','2017-02-20 18:20:04','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6446',0,'dt_portfolios','',0),(6449,1,'2017-02-12 18:33:23','2017-02-12 18:33:23','','50','','publish','open','closed','','50','','','2017-02-20 18:21:00','2017-02-20 18:21:00','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6449',0,'dt_portfolios','',0),(6450,1,'2017-02-12 18:34:20','2017-02-12 18:34:20','','51','','publish','open','closed','','51','','','2017-02-20 18:22:19','2017-02-20 18:22:19','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6450',0,'dt_portfolios','',0),(6452,1,'2017-02-12 18:35:16','2017-02-12 18:35:16','','52','','publish','open','closed','','52','','','2017-02-20 18:23:18','2017-02-20 18:23:18','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6452',0,'dt_portfolios','',0),(6453,1,'2017-02-12 18:35:48','2017-02-12 18:35:48','','53','','publish','open','closed','','53','','','2017-02-20 18:23:46','2017-02-20 18:23:46','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6453',0,'dt_portfolios','',0),(6454,1,'2017-02-12 18:36:22','2017-02-12 18:36:22','','54','','publish','open','closed','','54','','','2017-02-20 13:15:47','2017-02-20 13:15:47','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6454',0,'dt_portfolios','',0),(6455,1,'2017-02-12 18:36:53','2017-02-12 18:36:53','','55','','publish','open','closed','','55','','','2017-02-20 13:13:53','2017-02-20 13:13:53','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6455',0,'dt_portfolios','',0),(6456,1,'2017-02-12 18:37:26','2017-02-12 18:37:26','','56','','publish','open','closed','','56','','','2017-02-20 13:13:11','2017-02-20 13:13:11','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6456',0,'dt_portfolios','',0),(6457,1,'2017-02-12 18:37:59','2017-02-12 18:37:59','','57','','publish','open','closed','','57','','','2017-02-20 13:07:58','2017-02-20 13:07:58','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6457',0,'dt_portfolios','',0),(6458,1,'2017-02-12 18:38:42','2017-02-12 18:38:42','','58','','publish','open','closed','','58','','','2017-02-20 13:06:27','2017-02-20 13:06:27','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6458',0,'dt_portfolios','',0),(6459,1,'2017-02-12 18:39:23','2017-02-12 18:39:23','','59','','publish','open','closed','','59','','','2017-02-20 13:08:04','2017-02-20 13:08:04','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6459',0,'dt_portfolios','',0),(6460,1,'2017-02-12 18:39:56','2017-02-12 18:39:56','','60','','publish','open','closed','','60','','','2017-02-20 13:04:28','2017-02-20 13:04:28','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6460',0,'dt_portfolios','',0),(6461,1,'2017-02-12 18:40:35','2017-02-12 18:40:35','','61','','publish','open','closed','','61','','','2017-02-20 13:02:18','2017-02-20 13:02:18','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6461',0,'dt_portfolios','',0),(6462,1,'2017-02-12 18:41:06','2017-02-12 18:41:06','','62','','publish','open','closed','','62','','','2017-02-20 12:54:14','2017-02-20 12:54:14','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6462',0,'dt_portfolios','',0),(6463,1,'2017-02-12 18:41:47','2017-02-12 18:41:47','','63','','publish','open','closed','','63','','','2017-02-20 02:38:25','2017-02-20 02:38:25','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6463',0,'dt_portfolios','',0),(6466,1,'2017-02-12 19:30:29','2017-02-12 19:30:29','','T1','','publish','open','closed','','t1','','','2017-02-18 00:14:07','2017-02-18 00:14:07','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6466',0,'dt_portfolios','',0),(6470,1,'2017-02-12 19:32:00','2017-02-12 19:32:00','','T2','','publish','open','closed','','t2','','','2017-02-18 00:17:03','2017-02-18 00:17:03','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6470',0,'dt_portfolios','',0),(6471,1,'2017-02-12 19:32:44','2017-02-12 19:32:44','','T3','','publish','open','closed','','t3','','','2017-02-20 02:28:23','2017-02-20 02:28:23','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6471',0,'dt_portfolios','',0),(6472,1,'2017-02-12 19:33:16','2017-02-12 19:33:16','','T4','','publish','open','closed','','t4','','','2017-02-20 02:31:44','2017-02-20 02:31:44','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6472',0,'dt_portfolios','',0),(6473,1,'2017-02-12 19:33:47','2017-02-12 19:33:47','','T5','','publish','open','closed','','t5','','','2017-02-20 02:27:54','2017-02-20 02:27:54','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6473',0,'dt_portfolios','',0),(6474,1,'2017-02-12 19:36:54','2017-02-12 19:36:54','','T6','','publish','open','closed','','t6','','','2017-02-20 02:27:31','2017-02-20 02:27:31','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6474',0,'dt_portfolios','',0),(6476,1,'2017-02-12 19:40:22','2017-02-12 19:40:22','','T7','','publish','open','closed','','t7','','','2017-02-20 01:07:21','2017-02-20 01:07:21','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6476',0,'dt_portfolios','',0),(6478,1,'2017-02-12 19:41:41','2017-02-12 19:41:41','','T8','','publish','open','closed','','t8','','','2017-02-20 02:26:39','2017-02-20 02:26:39','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6478',0,'dt_portfolios','',0),(6480,1,'2017-02-12 19:43:30','2017-02-12 19:43:30','','T9','','publish','open','closed','','t9','','','2017-02-20 02:24:29','2017-02-20 02:24:29','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6480',0,'dt_portfolios','',0),(6483,1,'2016-12-28 15:58:19','2016-12-28 15:58:19','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]\nDeano Studios \"[your-subject]\"\n[your-name] <ashmarie@artlanta.com>\nFrom: [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 Deano Studios (http://www.artlanta.com/deanostudios)\nashmarie@artlanta.com\nReply-To: [your-email]\n\n0\n0\n\nDeano Studios \"[your-subject]\"\nDeano Studios <ashmarie@artlanta.com>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Deano Studios (http://www.artlanta.com/deanostudios)\n[your-email]\nReply-To: ashmarie@artlanta.com\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.','Contact form 1','','publish','closed','closed','','contact-form-1-2','','','2016-12-28 15:58:19','2016-12-28 15:58:19','',0,'http://www.artlanta.com/deanostudios/?post_type=wpcf7_contact_form&p=4',0,'wpcf7_contact_form','',0),(6485,1,'2017-02-14 02:46:54','2017-02-14 02:46:54','','Home','','publish','closed','closed','','home','','','2017-04-13 14:19:59','2017-04-13 14:19:59','',0,'http://deanostudios.com/?p=6485',1,'nav_menu_item','',0),(6486,1,'2017-02-14 02:46:55','2017-02-14 02:46:55',' ','','','publish','closed','closed','','6486','','','2017-04-13 14:19:59','2017-04-13 14:19:59','',0,'http://deanostudios.com/?p=6486',2,'nav_menu_item','',0),(6487,1,'2017-02-14 02:48:28','2017-02-14 02:48:28',' ','','','publish','closed','closed','','6487','','','2017-04-13 14:19:59','2017-04-13 14:19:59','',0,'http://deanostudios.com/?p=6487',3,'nav_menu_item','',0),(6488,1,'2017-02-14 02:48:28','2017-02-14 02:48:28','','Gallery','','publish','closed','closed','','gallery','','','2017-04-13 14:19:59','2017-04-13 14:19:59','',0,'http://deanostudios.com/?p=6488',4,'nav_menu_item','',0),(6489,1,'2017-02-14 02:48:28','2017-02-14 02:48:28',' ','','','publish','closed','closed','','6489','','','2017-04-13 14:19:59','2017-04-13 14:19:59','',0,'http://deanostudios.com/?p=6489',5,'nav_menu_item','',0),(6490,1,'2017-02-14 02:48:28','2017-02-14 02:48:28',' ','','','publish','closed','closed','','6490','','','2017-04-13 14:19:59','2017-04-13 14:19:59','',0,'http://deanostudios.com/?p=6490',7,'nav_menu_item','',0),(6491,1,'2017-02-14 02:50:43','2017-02-14 02:50:43',' ','','','publish','closed','closed','','6491','','','2017-04-13 14:19:59','2017-04-13 14:19:59','',0,'http://deanostudios.com/?p=6491',6,'nav_menu_item','',0),(6492,1,'2017-02-14 02:50:43','2017-02-14 02:50:43',' ','','','publish','closed','closed','','6492','','','2017-05-22 19:39:26','2017-05-22 19:39:26','',0,'http://deanostudios.com/?p=6492',14,'nav_menu_item','',0),(6493,1,'2017-02-14 02:50:43','2017-02-14 02:50:43',' ','','','publish','closed','closed','','6493','','','2017-05-22 19:39:23','2017-05-22 19:39:23','',0,'http://deanostudios.com/?p=6493',12,'nav_menu_item','',0),(6495,1,'2017-02-14 02:50:43','2017-02-14 02:50:43','','Store','','publish','closed','closed','','store','','','2017-04-13 14:19:59','2017-04-13 14:19:59','',0,'http://deanostudios.com/?p=6495',8,'nav_menu_item','',0),(6496,1,'2017-02-14 02:51:36','2017-02-14 02:51:36',' ','','','publish','closed','closed','','6496','','','2017-05-22 19:39:22','2017-05-22 19:39:22','',0,'http://deanostudios.com/?p=6496',11,'nav_menu_item','',0),(6497,1,'2017-02-14 02:51:36','2017-02-14 02:51:36',' ','','','publish','closed','closed','','6497','','','2017-05-22 19:39:22','2017-05-22 19:39:22','',0,'http://deanostudios.com/?p=6497',10,'nav_menu_item','',0),(6498,1,'2017-02-14 02:51:36','2017-02-14 02:51:36',' ','','','publish','closed','closed','','6498','','','2017-05-22 19:39:26','2017-05-22 19:39:26','',0,'http://deanostudios.com/?p=6498',15,'nav_menu_item','',0),(6499,1,'2017-02-14 02:52:26','2017-02-14 02:52:26',' ','','','publish','closed','closed','','6499','','','2017-05-22 19:39:25','2017-05-22 19:39:25','',0,'http://deanostudios.com/?p=6499',13,'nav_menu_item','',0),(6500,1,'2017-02-14 02:52:26','2017-02-14 02:52:26',' ','','','publish','closed','closed','','6500','','','2017-05-22 19:39:26','2017-05-22 19:39:26','',0,'http://deanostudios.com/?p=6500',16,'nav_menu_item','',0),(6504,1,'2017-02-14 13:10:12','2017-02-14 13:10:12','[vc_row][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_empty_space height=\"40px\"][/vc_column][/vc_row]','Tattoos','','inherit','closed','closed','','5641-revision-v1','','','2017-02-14 13:10:12','2017-02-14 13:10:12','',5641,'http://deanostudios.com/2017/02/14/5641-revision-v1/',0,'revision','',0),(6505,1,'2017-02-14 13:11:30','2017-02-14 13:11:30','[vc_row css=\".vc_custom_1484626882179{margin-top: -30px !important;margin-bottom: 30px !important;}\"][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_empty_space height=\"40px\"][/vc_column][/vc_row]','Photography','','inherit','closed','closed','','3389-revision-v1','','','2017-02-14 13:11:30','2017-02-14 13:11:30','',3389,'http://deanostudios.com/2017/02/14/3389-revision-v1/',0,'revision','',0),(6506,1,'2017-02-14 13:13:04','2017-02-14 13:13:04','[vc_row][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_empty_space height=\"40px\"][/vc_column][/vc_row]','Paintings','','inherit','closed','closed','','5609-revision-v1','','','2017-02-14 13:13:04','2017-02-14 13:13:04','',5609,'http://deanostudios.com/2017/02/14/5609-revision-v1/',0,'revision','',0),(6508,1,'2017-02-17 14:51:40','2017-02-17 14:51:40','','deanocook-l.jpg','','inherit','closed','closed','','deanocook-l-jpg','','','2017-02-17 14:51:40','2017-02-17 14:51:40','',0,'http://deanostudios.com/wp-content/uploads/revslider/homepage/deanocook-l.jpg',0,'attachment','image/jpeg',0),(6509,1,'2017-02-17 14:56:25','2017-02-17 14:56:25','','tattoo-home-dc','','inherit','open','closed','','tattoo-home-dc','','','2017-02-17 14:56:25','2017-02-17 14:56:25','',4511,'http://deanostudios.com/wp-content/uploads/2016/03/tattoo-home-dc-1.jpg',0,'attachment','image/jpeg',0),(6510,1,'2017-02-17 14:57:49','2017-02-17 14:57:49','','paintings-home-dc','','inherit','open','closed','','paintings-home-dc','','','2017-02-17 14:57:49','2017-02-17 14:57:49','',4511,'http://deanostudios.com/wp-content/uploads/2016/03/paintings-home-dc-1.jpg',0,'attachment','image/jpeg',0),(6512,1,'2017-02-17 14:58:27','2017-02-17 14:58:27','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6509\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"5869\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"http://www.artlanta.com/deanostudios/painting-canvas-prints/\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"5855\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/deanostudios/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_video link=\"https://www.youtube.com/watch?v=wWpS1vHTGlk\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1486320519015{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/DSC_1678-e1484805885314.jpg?id=5182) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5836\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-02-17 14:58:27','2017-02-17 14:58:27','',4511,'http://deanostudios.com/2017/02/17/4511-revision-v1/',0,'revision','',0),(6513,1,'2017-02-17 15:42:57','2017-02-17 15:42:57','','paints-home','','inherit','open','closed','','paints-home','','','2017-02-17 15:42:57','2017-02-17 15:42:57','',4511,'http://deanostudios.com/wp-content/uploads/2016/03/paints-home-1.png',0,'attachment','image/png',0),(6514,1,'2017-02-17 15:43:53','2017-02-17 15:43:53','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6509\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"5855\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/deanostudios/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_video link=\"https://www.youtube.com/watch?v=wWpS1vHTGlk\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1486320519015{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/DSC_1678-e1484805885314.jpg?id=5182) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5836\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-02-17 15:43:53','2017-02-17 15:43:53','',4511,'http://deanostudios.com/2017/02/17/4511-revision-v1/',0,'revision','',0),(6515,1,'2017-02-17 15:54:11','2017-02-17 15:54:11','','apparel-home-dc','','inherit','open','closed','','apparel-home-dc','','','2017-02-17 15:54:11','2017-02-17 15:54:11','',4511,'http://deanostudios.com/wp-content/uploads/2016/03/apparel-home-dc-1.jpg',0,'attachment','image/jpeg',0),(6516,1,'2017-02-17 15:54:42','2017-02-17 15:54:42','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6509\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6515\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_video link=\"https://www.youtube.com/watch?v=wWpS1vHTGlk\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1486320519015{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/DSC_1678-e1484805885314.jpg?id=5182) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5836\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-02-17 15:54:42','2017-02-17 15:54:42','',4511,'http://deanostudios.com/2017/02/17/4511-revision-v1/',0,'revision','',0),(6517,1,'2017-02-17 16:01:00','2017-02-17 16:01:00','','AlertDiverGraphic','','inherit','open','closed','','alertdivergraphic','','','2017-02-17 16:01:00','2017-02-17 16:01:00','',4511,'http://deanostudios.com/wp-content/uploads/2016/03/AlertDiverGraphic.png',0,'attachment','image/png',0),(6518,1,'2017-02-17 16:01:43','2017-02-17 16:01:43','','Alert-Diver-Magazine','','inherit','open','closed','','alert-diver-magazine','','','2017-02-17 16:01:43','2017-02-17 16:01:43','',4511,'http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf',0,'attachment','application/pdf',0),(6519,1,'2017-02-17 16:03:03','2017-02-17 16:03:03','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6509\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6515\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=wWpS1vHTGlk\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1486320519015{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/DSC_1678-e1484805885314.jpg?id=5182) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5836\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-02-17 16:03:03','2017-02-17 16:03:03','',4511,'http://deanostudios.com/2017/02/17/4511-revision-v1/',0,'revision','',0),(6520,1,'2017-02-17 16:04:59','2017-02-17 16:04:59','','Shark-Armor','','inherit','open','closed','','shark-armor','','','2017-02-17 16:04:59','2017-02-17 16:04:59','',4511,'http://deanostudios.com/wp-content/uploads/2016/03/Shark-Armor-1.jpg',0,'attachment','image/jpeg',0),(6521,1,'2017-02-17 16:06:03','2017-02-17 16:06:03','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6509\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6515\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=wWpS1vHTGlk\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1486320519015{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/DSC_1678-e1484805885314.jpg?id=5182) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-02-17 16:06:03','2017-02-17 16:06:03','',4511,'http://deanostudios.com/2017/02/17/4511-revision-v1/',0,'revision','',0),(6522,1,'2017-02-17 16:13:46','2017-02-17 16:13:46','[vc_row css=\".vc_custom_1484626786439{margin-top: -10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Biography\" font_container=\"tag:h3|font_size:60px|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1484872472605{margin-top: -20px !important;}\"][vc_empty_space height=\"40px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483694358647{margin-top: 10px !important;margin-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"5245\" img_size=\"540x575\" alignment=\"center\" css=\".vc_custom_1484871747477{margin-bottom: 0px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Dive It. Photograph It. Share It. Respect It. Raise Awareness.\" font_container=\"tag:h5|font_size:20px|text_align:left|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1486234227740{margin-top: 30px !important;margin-bottom: 35px !important;}\"][vc_column_text]\r\n<p class=\"biotext\">Deano is an artist, an avid scuba diver, an underwater photographer, and a realist. Born landlocked in Atlanta GA, his frequent trips to Florida\'s panhandle as a child began his early fascination with the sea.</p>\r\n<p class=\"biotext\">Deano\'s artistic talent has helped him slowly gain recognition, and experience invaluable opportunities. One of these amazing opportunities was assisting Wyland, America\'s leading marine life artist, in painting two of Wyland\'s famed Whaling Walls. This led to Wyland enlisting Deano to tattoo his entire left arm with Wyland\'s own incredible artwork. Through these experiences Deano gained a new sense of accomplishment and a renewed passion for the sea.</p>\r\n<p class=\"biotext\">Through his photography, Deano strives to capture the beauty he encounters in the underwater world. His photos then become reference for his paintings as he realistically recreates his subject matter on canvas.</p>\r\n<p class=\"biotext\">Deano is a man on a mission. He wants the people who view his artwork to see exactly what he sees, and to share his love and respect for the underwater world and all it\'s amazing creatures.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text css=\".vc_custom_1482948377264{margin-bottom: 20px !important;}\"]<strong>Deano Cook |</strong> Marine Life Painter, Photographer, & Tattooist[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_separator color=\"custom\" accent_color=\"#e5e5e5\" css=\".vc_custom_1461567667480{margin-top: 10px !important;}\"][/vc_column_inner][/vc_row_inner][dt_sc_icon_box link=\"url:https%3A%2F%2Fwww.instagram.com%2Fdeanocook%2F||target:%20_blank|\"][/dt_sc_icon_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1483694349349{margin-bottom: 90px !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" bg_type=\"bg_color\" bg_override=\"full\" parallax_content=\"parallax_content_value\" parallax_content_sense=\"30\" css=\".vc_custom_1485221164964{margin-bottom: 45px !important;margin-left: 30px !important;padding-top: 300px !important;padding-right: 0px !important;padding-bottom: 200px !important;padding-left: 0px !important;background-image: url(http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/NAQ_4015b.jpg?id=5265) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" bg_color_value=\"rgba(0,0,0,0.61)\" el_class=\"text-aligncenter\"][vc_column width=\"1/2\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Featured Press\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_tta_accordion color=\"black\" c_align=\"center\" c_icon=\"triangle\" active_section=\"\" collapsible_all=\"true\"][vc_tta_section title=\"Sponsors\" tab_id=\"1485217427014-830d96e9-05aa\"][vc_column_text]Deano is a multifaceted artist with a passion for Photography, Painting and Tattooing. He is available for commissioned Artwork, licensing, partnerships and exhibitions.\r\n________________\r\n<a href=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\" target=\"_blank\">H2Ocean Team</a>\r\n\r\n\"Cook is a member of The H2Ocean Pro Team which includes some of the best tattoo, body modification, and fine artists in the world.\"\r\n________________\r\n<a href=\"http://www.fusiontattooink.com/category-s/1837.htm\" target=\"_blank\">Deano Cook Signature Collection from Fusion Tattoo Ink</a>\r\n\r\n\"Collaboration between Deano Cook and Fusion Tattoo Ink, these signature marine inspired tattoo inks are thick with a high-pigment load and contain no fillers.\"[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Collaboration with Guy Aitchison\" tab_id=\"1485222670986-2aa431a1-1879\"][vc_column_text]<a href=\"http://www.guyaitchison.com/Art_Galleries/Collaborative_Original%20Art/art_72418.html\" target=\"_blank\"><img class=\"alignright wp-image-5023\" src=\"http://www.artlanta.com/deanostudios/wp-content/uploads/2017/01/Deano_Guy_collab.jpg\" width=\"383\" height=\"578\" />Collaboration by Deano Cook and Guy Aitchison - 2013</a>\r\n\r\n\"The \"Aquatica\" painting came from years of Guy Aitchison tattooing me. I would go and stay at Guy and his lovely wife Michelle Wortman\'s house to get work done on my two sleeves and my chest. Each visit I began staying longer and tattooing Guy in return. We discussed the idea of a painting project together and were excited to see what would become of it.\r\n\r\nWe began by sculpting an organic-looking alien type of coral reef together. After a photo session we chose some of my photographs of underwater environments to help bring our reef to life. From this point, we laid it out on canvas together in pencil and I returned home.\r\n\r\nI did the first 10-hour session of work on it myself and shipped it to him to work on. We allowed each other to paint right on top of the other’s efforts, creating a true mesh of both of our styles.This went back and forth a few times until I returned to his studio where we spent a few consecutive days painting. This was during the time his book Organica was released, so with that on our minds, and his obvious organic influence paired with my obvious aquatic influence, \"Aquatica\" was born.....\"[/vc_column_text][/vc_tta_section][vc_tta_section title=\"The Adventures of Shark Girl\" tab_id=\"1485224271863-4634d9e8-086a\"][vc_column_text]<a href=\"http://shark-girl.blogspot.com/2013/08/bimini-shark-week-with-deano-cook.html\" target=\"_blank\"><img class=\"alignright wp-image-5595\" src=\"http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/deanojilliantatpoollow-680x1024.jpg\" alt=\"\" width=\"365\" height=\"549\" />Bimini Shark Week with Deano Cook - 2013</a>\r\n\r\n\"In my life every week is Shark Week, but there are definitely weeks more intense than others. A recent visit from photographer, painter, tattoo artist and good friend Deano Cook was one of those weeks. I met Deano in 2007 when I saw him tattooing marine artist Wyland at a convention. As a lover of sharks and tattoos, I knew right then and there I had to have a piece of his art on my body. It took six years of busy dive schedules and missed attempts, but we finally made it happen when he came to visit us in Bimini.\r\n\r\nBimini is one of my favorite places on the planet and I absolutely love sharing my home with people, especially those that have a real passion for the ocean. We wasted no time getting in the water and headed out for a Caribbean reef shark dive....\"[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Discovery Channel Sharkopedia\" tab_id=\"1486230446887-0e4c1e8f-5a8d\"][vc_column_text]<img class=\"alignright wp-image-5582\" src=\"http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/IMG_4915.jpg\" width=\"300\" height=\"292\" />Discovery Channel Sharkopedia - 2013\r\n\r\n\"Featured photography inside the Discovery Channel Sharkopedia: The Complete Guide to Everything Shark Book (2013) including the inside of the cover page, contents page, numerous inside pages and back cover page. The book contains more than 400 incredible photos and lists the most infamous sharks, including the great white, bull, and tiger sharks.\"[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Tattoo Prodigies 2 Book\" tab_id=\"1486233189046-d704310f-895e\"][vc_column_text]<img class=\"alignright wp-image-5597 \" src=\"http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/IMG_5735-1024x768.jpg\" width=\"396\" height=\"296\" />Tattoo Prodigies 2 - 2015\r\n\r\n\"Deano Cook was a featured artist among the 170 total artists in the Tattoo Prodigies 2: A Collection of the Best Tattoos by the World\'s Best Tattoo Artists. Tattoo Prodigies features the world\'s best tattoo artists who\'ve been handpicked by Mike Devries; one of the most talented realism artists in the game for this book because of their impressive tattoo and painting accomplishments; as well as inspiring stories and interviews.\"[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Articles\" tab_id=\"1485222764850-03587016-77e3\"][vc_column_text]<a href=\"http://www.inkedmag.com/tattoos-deano-cook/\" target=\"_blank\">Featured on Inked Magazine - 2014</a>\r\n\r\n\"Not only is Cook a skilled tattooist, but he is also an award winning photographer and scuba diver.\"\r\n________________\r\n<a href=\"http://www.fishcrack.com/sport-fishing-tattoo-designs-artist-deano-cook-takes-marine-art-to-the-next-level/\" target=\"_blank\">FishCrack.com - 2013</a>\r\n\r\n\"Artist Deano Cook Takes Marine Art To The Next Level. Sport fishing tattoos are becoming more and more popular as the sport continues to grow, and renowned artists like Deano Cook of Psycho Tattoo are setting standards high with realistic designs and body art...\"[/vc_column_text][/vc_tta_section][/vc_tta_accordion][vc_empty_space height=\"10px\"][vc_single_image image=\"5586\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.alertdiver.com/Ocean_Views_2012_Winners\"][/vc_column][vc_column width=\"1/6\" css=\".vc_custom_1486232205581{margin-right: 5% !important;margin-left: 5% !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483689567953{margin-bottom: 20px !important;}\"][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Awards\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_row_inner css=\".vc_custom_1483689157202{margin-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"4855\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][dt_sc_tooltip position=\"bottom\" tooltip=\"Nikon D200, Nikon 16mm lens, 1/200 sec at f/11, ISO 200, Sea & Sea housing, Sea & Sea YS-110 Strobes\" textcolor=\"#327e99\"]Equipment Used[/dt_sc_tooltip][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3 style=\"color: #327e99; font-size: 35px;\">Featuring the award-winning <em>Lemon Shark Sunset; </em>Nature\'s Best Photography Grand Prize Winner for the 2012 Ocean Views contest.</h3>\r\n[/vc_column_text][vc_column_text]<em>\"As the sun was setting, I wanted to capture a quiet moment with one of the lemon sharks we had been photographing that afternoon. This particular shark was just as curious as I was, and what an amazing moment I was able to capture! His eye above the surface stares back at me, as if to show me he\'s watching, too. Below the surface his mouth was just slightly open, showing off his sharp teeth.\"</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"60px\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Wyland Walls\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3 class=\"wpb_heading wpb_gallery_heading\">Wyland New Bedford Wall - \'Great Whales of New Bedford\'</h3>\r\nArtist Robert Wyland\'s 93rd Whale Wall of 100[/vc_column_text][dt_sc_icon_box type=\"type6\" title=\"2005\" fontawesome_icon=\"fa fa-paint-brush\"]After a success completion of the 88th Whale Wall, I was invited back to assist in painting a mural in New Bedford, MA, as part of his “Whaling Wall” project, a 20-year effort to raise environmental awareness by painting 100 murals around the world. “93 down, seven to go,” he said.[/dt_sc_icon_box][vc_column_text]\r\n<h3 class=\"wpb_heading wpb_gallery_heading\">Wyland Destin Wall - \'Marine Life of the Gulf\'</h3>\r\nArtist Robert Wyland\'s 88th Whale Wall of 100[/vc_column_text][dt_sc_icon_box type=\"type6\" title=\"2004\" fontawesome_icon=\"fa fa-paint-brush\"]Assisted Wyland, America\'s leading marine life artist, in painting two of Wyland\'s famed Whaling Walls. In 2004, he invited me to come paint with him on a world record (in size) mural he was doing in Destin, once again. I was honored and took him up on his offer. We painted on the project for close to three weeks, during which time we took a major blow from Hurricane Ivan.\r\n\r\nIt took an act of God to slow Wyland down long enough for me to finally start a marine life sleeve on him. We worked on it for a few days and then went back to work on the giant mural. It was during this break from the mural that we were having lunch and I brought up the idea of him doing a lifesize giant squid (60-70 feet in length) on the wall.\r\n\r\nWyland gave it some thought. To my surprise, he said he wanted me to work on the squid while he would do a giant sperm whale colliding with it, the creatures locked in an epic battle. It was truly a highlight of my career and my life.That mural really made us closer friends.[/dt_sc_icon_box][/vc_column][vc_column width=\"1/3\"][vc_gallery interval=\"5\" images=\"4869,4870,4871,4952,4872,4873,4874,4875,4876,4877,4973,4868,4972,4971,4970,4969,4967,4966,4964,4963,4962,4960,4865,4959,4866,4867,4958,4957,4955,4954,4953\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1486440544251{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://www.artlanta.com/deanostudios/wp-content/uploads/2016/03/CAY_6646-e1484805872436.jpg?id=5179) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"80px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Biography','','inherit','closed','closed','','3901-revision-v1','','','2017-02-17 16:13:46','2017-02-17 16:13:46','',3901,'http://deanostudios.com/2017/02/17/3901-revision-v1/',0,'revision','',0),(6523,1,'2017-02-17 16:25:05','2017-02-17 16:25:05','','CAMPANELLA-1-683x1024','','inherit','open','closed','','campanella-1-683x1024','','','2017-02-17 16:25:05','2017-02-17 16:25:05','',3970,'http://deanostudios.com/wp-content/uploads/2016/04/CAMPANELLA-1-683x1024-1.jpg',0,'attachment','image/jpeg',0),(6524,1,'2017-02-17 16:25:15','2017-02-17 16:25:15','','IMG_0898b-683x1024','','inherit','open','closed','','img_0898b-683x1024','','','2017-02-17 16:25:15','2017-02-17 16:25:15','',3970,'http://deanostudios.com/wp-content/uploads/2016/04/IMG_0898b-683x1024-1.jpg',0,'attachment','image/jpeg',0),(6525,1,'2017-02-17 16:25:25','2017-02-17 16:25:25','','IMG_1681B-683x1024','','inherit','open','closed','','img_1681b-683x1024','','','2017-02-17 16:25:25','2017-02-17 16:25:25','',3970,'http://deanostudios.com/wp-content/uploads/2016/04/IMG_1681B-683x1024-1.jpg',0,'attachment','image/jpeg',0),(6526,1,'2017-02-17 16:25:38','2017-02-17 16:25:38','','IMG_3095-1-683x1024','','inherit','open','closed','','img_3095-1-683x1024','','','2017-02-17 16:25:38','2017-02-17 16:25:38','',3970,'http://deanostudios.com/wp-content/uploads/2016/04/IMG_3095-1-683x1024-1.jpg',0,'attachment','image/jpeg',0),(6527,1,'2017-02-17 16:25:50','2017-02-17 16:25:50','','IMG_3687-1-683x1024','','inherit','open','closed','','img_3687-1-683x1024','','','2017-02-17 16:25:50','2017-02-17 16:25:50','',3970,'http://deanostudios.com/wp-content/uploads/2016/04/IMG_3687-1-683x1024-1.jpg',0,'attachment','image/jpeg',0),(6528,1,'2017-02-17 16:25:58','2017-02-17 16:25:58','','IMG_3768-683x1024','','inherit','open','closed','','img_3768-683x1024','','','2017-02-17 16:25:58','2017-02-17 16:25:58','',3970,'http://deanostudios.com/wp-content/uploads/2016/04/IMG_3768-683x1024-1.jpg',0,'attachment','image/jpeg',0),(6529,1,'2017-02-17 16:26:07','2017-02-17 16:26:07','','IMG_4138b-683x1024','','inherit','open','closed','','img_4138b-683x1024','','','2017-02-17 16:26:07','2017-02-17 16:26:07','',3970,'http://deanostudios.com/wp-content/uploads/2016/04/IMG_4138b-683x1024-1.jpg',0,'attachment','image/jpeg',0),(6530,1,'2017-02-17 16:26:18','2017-02-17 16:26:18','','IMG_5367-1-683x1024','','inherit','open','closed','','img_5367-1-683x1024','','','2017-02-17 16:26:18','2017-02-17 16:26:18','',3970,'http://deanostudios.com/wp-content/uploads/2016/04/IMG_5367-1-683x1024-1.jpg',0,'attachment','image/jpeg',0),(6531,1,'2017-02-17 16:26:27','2017-02-17 16:26:27','','IMG_5621-683x1024','','inherit','open','closed','','img_5621-683x1024','','','2017-02-17 16:26:27','2017-02-17 16:26:27','',3970,'http://deanostudios.com/wp-content/uploads/2016/04/IMG_5621-683x1024-1.jpg',0,'attachment','image/jpeg',0),(6532,1,'2017-02-17 16:26:37','2017-02-17 16:26:37','','THARP-PROGRESS-683x1024','','inherit','open','closed','','tharp-progress-683x1024','','','2017-02-17 16:26:37','2017-02-17 16:26:37','',3970,'http://deanostudios.com/wp-content/uploads/2016/04/THARP-PROGRESS-683x1024-1.jpg',0,'attachment','image/jpeg',0),(6533,1,'2017-02-17 16:57:22','2017-02-17 16:57:22','[vc_row css=\".vc_custom_1484626517248{margin-bottom: 30px !important;}\"][vc_column][vc_empty_space height=\"60px\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Pushing the boundaries from realism to art with needle and ink\" font_container=\"tag:h3|font_size:50|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1484872642957{margin-bottom: 30px !important;}\"][vc_custom_heading text=\"Deano Cook has brought to life countless tattoos of some of the most complex and beautiful creatures from below the water’s surface. Not only is Cook a skilled tattooist, but he is also an award winning photographer, scuba diver and painter.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoo Services\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Tattooing Experience With Deano Cook\" font_container=\"tag:h5|font_size:20px|text_align:left|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text]Entering Deano’s room is like diving into the ocean. From his gallery of art on displayed, to his vast private collection of images captured on his expeditions in the ocean. Deano starts his sessions by picking the brain of his client and usually roughing out a concept design on his client with multiple markers. Once drawn on, Deano turning to his seamlessly endless bank of images to find the right subject in the position depicted in the composition. To transfer the chosen image to skin, Deano makes the stencil by hand, capturing every ounce of detail the photo offers, along with the knowledge that he knows exactly what the subject looks like in the ocean. Deano records every step of the session with photographs at key moments of progress, which will be all passed along to the client also. Every client leaves with not just a great tattoo, but with the memory and progress photos of their session. <strong><a href=\"http://www.artlanta.com/deanostudios/contact/\">Send a message through our booking form</a></strong>, explain and upload photographs of what you would like tattooed.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_gallery type=\"nivo\" interval=\"10\" images=\"6530,6523,6531,6524,6525,6526,6527,6529,6528,6532\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"40px\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Commission Art Services\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_gallery type=\"nivo\" interval=\"10\" images=\"5961,5962,5963,5960,5959,5958,5965,5967\" img_size=\"full\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Deano\'s Artistic Talent Has Helped Him Gain World-Wide Recognition\" font_container=\"tag:h5|font_size:20px|text_align:left|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text]Though, most people contact Deano with their body as the canvas for his photo realism artwork. Deano has been doing fine art paintings on canvas, long before taking his skills to skin. Deano’s artwork on canvas, has been sold at fund raisers and for featured in galleries. To commission a painting from Deano Cook, feel free to <strong><a href=\"http://www.artlanta.com/deanostudios/contact/\">fill out our inquiry form</a></strong>, stating what you would like painted.[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','3970-revision-v1','','','2017-02-17 16:57:22','2017-02-17 16:57:22','',3970,'http://deanostudios.com/2017/02/17/3970-revision-v1/',0,'revision','',0),(6534,1,'2017-02-17 17:01:03','2017-02-17 17:01:03','[vc_row css=\".vc_custom_1484626517248{margin-bottom: 30px !important;}\"][vc_column][vc_empty_space height=\"60px\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Pushing the boundaries from realism to art with needle and ink\" font_container=\"tag:h3|font_size:50|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1484872642957{margin-bottom: 30px !important;}\"][vc_custom_heading text=\"Deano Cook has brought to life countless tattoos of some of the most complex and beautiful creatures from below the water’s surface. Not only is Cook a skilled tattooist, but he is also an award winning photographer, scuba diver and painter.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoo Services\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Tattooing Experience With Deano Cook\" font_container=\"tag:h5|font_size:20px|text_align:left|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text]Entering Deano’s room is like diving into the ocean. From his gallery of art on displayed, to his vast private collection of images captured on his expeditions in the ocean. Deano starts his sessions by picking the brain of his client and usually roughing out a concept design on his client with multiple markers. Once drawn on, Deano turning to his seamlessly endless bank of images to find the right subject in the position depicted in the composition. To transfer the chosen image to skin, Deano makes the stencil by hand, capturing every ounce of detail the photo offers, along with the knowledge that he knows exactly what the subject looks like in the ocean. Deano records every step of the session with photographs at key moments of progress, which will be all passed along to the client also. Every client leaves with not just a great tattoo, but with the memory and progress photos of their session. <strong><a href=\"http://www.artlanta.com/deanostudios/contact/\">Send a message through our booking form</a></strong>, explain and upload photographs of what you would like tattooed.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_gallery type=\"nivo\" interval=\"10\" images=\"6530,6523,6531,6524,6525,6526,6527,6529,6528,6532\" img_size=\"full\" onclick=\"\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"40px\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Commission Art Services\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_gallery type=\"nivo\" interval=\"10\" images=\"5961,5962,5963,5960,5959,5958,5965,5967\" img_size=\"full\" onclick=\"\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Deano\'s Artistic Talent Has Helped Him Gain World-Wide Recognition\" font_container=\"tag:h5|font_size:20px|text_align:left|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text]Though, most people contact Deano with their body as the canvas for his photo realism artwork. Deano has been doing fine art paintings on canvas, long before taking his skills to skin. Deano’s artwork on canvas, has been sold at fund raisers and for featured in galleries. To commission a painting from Deano Cook, feel free to <strong><a href=\"http://www.artlanta.com/deanostudios/contact/\">fill out our inquiry form</a></strong>, stating what you would like painted.[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','3970-autosave-v1','','','2017-02-17 17:01:03','2017-02-17 17:01:03','',3970,'http://deanostudios.com/2017/02/17/3970-autosave-v1/',0,'revision','',0),(6535,1,'2017-02-17 17:02:06','2017-02-17 17:02:06','','DSC_0001-1-1024x686','','inherit','open','closed','','dsc_0001-1-1024x686','','','2017-02-17 17:02:06','2017-02-17 17:02:06','',3970,'http://deanostudios.com/wp-content/uploads/2016/04/DSC_0001-1-1024x686-1.png',0,'attachment','image/png',0),(6536,1,'2017-02-17 17:02:20','2017-02-17 17:02:20','','DSC_0002-1024x686','','inherit','open','closed','','dsc_0002-1024x686','','','2017-02-17 17:02:20','2017-02-17 17:02:20','',3970,'http://deanostudios.com/wp-content/uploads/2016/04/DSC_0002-1024x686-1.png',0,'attachment','image/png',0),(6537,1,'2017-02-17 17:02:33','2017-02-17 17:02:33','','DSC_0003-1024x686','','inherit','open','closed','','dsc_0003-1024x686','','','2017-02-17 17:02:33','2017-02-17 17:02:33','',3970,'http://deanostudios.com/wp-content/uploads/2016/04/DSC_0003-1024x686-1.png',0,'attachment','image/png',0),(6538,1,'2017-02-17 17:02:47','2017-02-17 17:02:47','','DSC_0005-1024x686','','inherit','open','closed','','dsc_0005-1024x686','','','2017-02-17 17:02:47','2017-02-17 17:02:47','',3970,'http://deanostudios.com/wp-content/uploads/2016/04/DSC_0005-1024x686-1.png',0,'attachment','image/png',0),(6539,1,'2017-02-17 17:03:00','2017-02-17 17:03:00','','DSC_0006-1024x686','','inherit','open','closed','','dsc_0006-1024x686','','','2017-02-17 17:03:00','2017-02-17 17:03:00','',3970,'http://deanostudios.com/wp-content/uploads/2016/04/DSC_0006-1024x686-1.png',0,'attachment','image/png',0),(6540,1,'2017-02-17 17:03:12','2017-02-17 17:03:12','','DSC_0007-1024x686','','inherit','open','closed','','dsc_0007-1024x686','','','2017-02-17 17:03:12','2017-02-17 17:03:12','',3970,'http://deanostudios.com/wp-content/uploads/2016/04/DSC_0007-1024x686-1.png',0,'attachment','image/png',0),(6541,1,'2017-02-17 17:03:25','2017-02-17 17:03:25','','DSC_0007','','inherit','open','closed','','dsc_0007','','','2017-02-17 17:03:25','2017-02-17 17:03:25','',3970,'http://deanostudios.com/wp-content/uploads/2016/04/DSC_0007-1.png',0,'attachment','image/png',0),(6542,1,'2017-02-17 17:03:37','2017-02-17 17:03:37','','DSC_0010-1024x683','','inherit','open','closed','','dsc_0010-1024x683','','','2017-02-17 17:03:37','2017-02-17 17:03:37','',3970,'http://deanostudios.com/wp-content/uploads/2016/04/DSC_0010-1024x683-1.png',0,'attachment','image/png',0),(6543,1,'2017-02-17 17:03:51','2017-02-17 17:03:51','','DSC_0016-1024x686','','inherit','open','closed','','dsc_0016-1024x686','','','2017-02-17 17:03:51','2017-02-17 17:03:51','',3970,'http://deanostudios.com/wp-content/uploads/2016/04/DSC_0016-1024x686-1.png',0,'attachment','image/png',0),(6544,1,'2017-02-17 17:05:10','2017-02-17 17:05:10','[vc_row css=\".vc_custom_1484626517248{margin-bottom: 30px !important;}\"][vc_column][vc_empty_space height=\"60px\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Pushing the boundaries from realism to art with needle and ink\" font_container=\"tag:h3|font_size:50|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1484872642957{margin-bottom: 30px !important;}\"][vc_custom_heading text=\"Deano Cook has brought to life countless tattoos of some of the most complex and beautiful creatures from below the water’s surface. Not only is Cook a skilled tattooist, but he is also an award winning photographer, scuba diver and painter.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoo Services\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Tattooing Experience With Deano Cook\" font_container=\"tag:h5|font_size:20px|text_align:left|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text]Entering Deano’s room is like diving into the ocean. From his gallery of art on displayed, to his vast private collection of images captured on his expeditions in the ocean. Deano starts his sessions by picking the brain of his client and usually roughing out a concept design on his client with multiple markers. Once drawn on, Deano turning to his seamlessly endless bank of images to find the right subject in the position depicted in the composition. To transfer the chosen image to skin, Deano makes the stencil by hand, capturing every ounce of detail the photo offers, along with the knowledge that he knows exactly what the subject looks like in the ocean. Deano records every step of the session with photographs at key moments of progress, which will be all passed along to the client also. Every client leaves with not just a great tattoo, but with the memory and progress photos of their session. <strong><a href=\"http://www.artlanta.com/deanostudios/contact/\">Send a message through our booking form</a></strong>, explain and upload photographs of what you would like tattooed.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_gallery type=\"nivo\" interval=\"10\" images=\"6530,6523,6531,6524,6525,6526,6527,6529,6528,6532\" img_size=\"full\" onclick=\"\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"40px\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Commission Art Services\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_gallery type=\"nivo\" interval=\"10\" images=\"6539,6535,6536,6537,6538,6540,6542,6543\" img_size=\"full\" onclick=\"\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Deano\'s Artistic Talent Has Helped Him Gain World-Wide Recognition\" font_container=\"tag:h5|font_size:20px|text_align:left|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text]Though, most people contact Deano with their body as the canvas for his photo realism artwork. Deano has been doing fine art paintings on canvas, long before taking his skills to skin. Deano’s artwork on canvas, has been sold at fund raisers and for featured in galleries. To commission a painting from Deano Cook, feel free to <strong><a href=\"http://www.artlanta.com/deanostudios/contact/\">fill out our inquiry form</a></strong>, stating what you would like painted.[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','3970-revision-v1','','','2017-02-17 17:05:10','2017-02-17 17:05:10','',3970,'http://deanostudios.com/2017/02/17/3970-revision-v1/',0,'revision','',0),(6545,1,'2017-02-17 17:06:48','2017-02-17 17:06:48','[vc_row css=\".vc_custom_1483910677193{margin-bottom: 40px !important;}\"][vc_column][vc_empty_space height=\"60px\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1461931325741{margin-top: 110px !important;}\"][vc_column width=\"1/3\"][dt_sc_contact_info fontawesome_icon=\"fa fa-mobile\" notes=\"Business: 770.977.8287\"][/vc_column][vc_column width=\"1/3\"][dt_sc_contact_info fontawesome_icon=\"fa fa-map-marker\" notes=\"Business Address: 1289 Roswell Rd Marietta, GA 30062\"][/vc_column][vc_column width=\"1/3\"][dt_sc_contact_info fontawesome_icon=\"fa fa-envelope-o\" notes=\"Email: Deano@deanostudios.com\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"85px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1484626564455{margin-bottom: 30px !important;}\"][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"If you would like to book a tattoo appointment, please include a description of the design, photo references, and your preferred availablitiy.\" font_container=\"tag:h6|font_size:18px|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1484625894045{margin-right: 25px !important;margin-left: 25px !important;}\"][vc_empty_space height=\"40px\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1484802275617{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_column css=\".vc_custom_1460719318945{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_column_text css=\".vc_custom_1487351188241{margin-bottom: 0px !important;}\"][res_map address=\"1289 Roswell Rd, Marietta, GA 30062\" description=\"<img src=\'http://localhost/foreal_update1/wp-content/plugins/responsive-maps-plugin/includes/img/company.png\'> {br} 1289 Roswell Rd, Marietta, GA 30062 {br} Phone: (770) 977-8287\" directionstext=\"(directions to our address)\" icon=\"blue\" style=\"2\" scalecontrol=\"no\" typecontrol=\"no\" streetcontrol=\"no\" zoom=\"13\" zoomcontrol=\"no\" draggable=\"yes\" scrollwheel=\"no\" searchbox=\"no\" clustering=\"no\" logging=\"no\" poi=\"yes\" width=\"100%\" height=\"410px\" maptype=\"roadmap\" popup=\"no\" center=\"\" refresh=\"yes\" publisherid=\"\" adbg=\"#ffffff\"][/vc_column_text][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','127-revision-v1','','','2017-02-17 17:06:48','2017-02-17 17:06:48','',127,'http://deanostudios.com/2017/02/17/127-revision-v1/',0,'revision','',0),(6546,1,'2017-02-17 17:17:41','2017-02-17 17:17:41','[vc_row css=\".vc_custom_1483910677193{margin-bottom: 40px !important;}\"][vc_column][vc_empty_space height=\"60px\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1461931325741{margin-top: 110px !important;}\"][vc_column width=\"1/3\"][dt_sc_contact_info fontawesome_icon=\"fa fa-mobile\" notes=\"Business: 770.977.8287\"][/vc_column][vc_column width=\"1/3\"][dt_sc_contact_info fontawesome_icon=\"fa fa-map-marker\" notes=\"Business Address: 1289 Roswell Rd Marietta, GA 30062\"][/vc_column][vc_column width=\"1/3\"][dt_sc_contact_info fontawesome_icon=\"fa fa-envelope-o\" notes=\"Email: Deano@deanostudios.com\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"85px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1484626564455{margin-bottom: 30px !important;}\"][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"If you would like to book a tattoo appointment, please include a description of the design, photo references, and your preferred availablitiy.\" font_container=\"tag:h6|font_size:18px|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1484625894045{margin-right: 25px !important;margin-left: 25px !important;}\"][vc_empty_space height=\"40px\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1484802275617{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_column css=\".vc_custom_1460719318945{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_column_text css=\".vc_custom_1487351188241{margin-bottom: 0px !important;}\"][res_map address=\"1289 Roswell Rd, Marietta, GA 30062\" description=\"<img src=\'http://localhost/foreal_update1/wp-content/plugins/responsive-maps-plugin/includes/img/company.png\'> {br} 1289 Roswell Rd, Marietta, GA 30062 {br} Phone: (770) 977-8287\" directionstext=\"(directions to our address)\" icon=\"blue\" style=\"2\" scalecontrol=\"no\" typecontrol=\"no\" streetcontrol=\"no\" zoom=\"13\" zoomcontrol=\"no\" draggable=\"yes\" scrollwheel=\"no\" searchbox=\"no\" clustering=\"no\" logging=\"no\" poi=\"yes\" width=\"100%\" height=\"410px\" maptype=\"roadmap\" popup=\"no\" center=\"\" refresh=\"yes\" publisherid=\"\" adbg=\"#ffffff\"][/vc_column_text][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzMDQuODI5OTg2MTMxMjcxJTIxMmQtMTIyLjQ3NDY5NjgwMzMwOTIlMjEzZDM3LjgwMzc0NzUyMTYwNDQzJTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ODA4NTg2ZTYzMDI2MTVhMSUyNTNBMHg4NmJkMTMwMjUxNzU3YzAwJTIxMnNTdG9yZXklMkJBdmUlMjUyQyUyQlNhbiUyQkZyYW5jaXNjbyUyNTJDJTJCQ0ElMkI5NDEyOSUyMTVlMCUyMTNtMiUyMTFzZW4lMjEyc3VzJTIxNHYxNDM1ODI2NDMyMDUxJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\"][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','127-revision-v1','','','2017-02-17 17:17:41','2017-02-17 17:17:41','',127,'http://deanostudios.com/2017/02/17/127-revision-v1/',0,'revision','',0),(6547,1,'2017-02-17 17:24:49','2017-02-17 17:24:49','[vc_row css=\".vc_custom_1483910677193{margin-bottom: 40px !important;}\"][vc_column][vc_empty_space height=\"60px\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1461931325741{margin-top: 110px !important;}\"][vc_column width=\"1/3\"][dt_sc_contact_info fontawesome_icon=\"fa fa-mobile\" notes=\"Business: 770.977.8287\"][/vc_column][vc_column width=\"1/3\"][dt_sc_contact_info fontawesome_icon=\"fa fa-map-marker\" notes=\"Business Address: 1289 Roswell Rd Marietta, GA 30062\"][/vc_column][vc_column width=\"1/3\"][dt_sc_contact_info fontawesome_icon=\"fa fa-envelope-o\" notes=\"Email: Deano@deanostudios.com\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"85px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1484626564455{margin-bottom: 30px !important;}\"][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"If you would like to book a tattoo appointment, please include a description of the design, photo references, and your preferred availablitiy.\" font_container=\"tag:h6|font_size:18px|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1484625894045{margin-right: 25px !important;margin-left: 25px !important;}\"][vc_empty_space height=\"40px\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1484802275617{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_column css=\".vc_custom_1460719318945{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_column_text css=\".vc_custom_1487352281410{margin-bottom: 0px !important;}\"][res_map address=\"1289 Roswell Rd, Marietta, GA 30062\" description=\"&lt;img src=\'http://localhost/foreal_update1/wp-content/plugins/responsive-maps-plugin/includes/img/company.png\'&gt; {br} 1289 Roswell Rd, Marietta, GA 30062 {br} Phone: (770) 977-8287\" directionstext=\"(directions to our address)\" icon=\"blue\" style=\"2\" scalecontrol=\"no\" typecontrol=\"no\" streetcontrol=\"no\" zoom=\"13\" zoomcontrol=\"no\" draggable=\"yes\" scrollwheel=\"no\" searchbox=\"no\" clustering=\"no\" logging=\"no\" poi=\"yes\" width=\"100%\" height=\"410px\" maptype=\"roadmap\" popup=\"no\" center=\"\" refresh=\"yes\" publisherid=\"\" adbg=\"#ffffff\"][/vc_column_text][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzMDQuODI5OTg2MTMxMjcxJTIxMmQtMTIyLjQ3NDY5NjgwMzMwOTIlMjEzZDM3LjgwMzc0NzUyMTYwNDQzJTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ODA4NTg2ZTYzMDI2MTVhMSUyNTNBMHg4NmJkMTMwMjUxNzU3YzAwJTIxMnNTdG9yZXklMkJBdmUlMjUyQyUyQlNhbiUyQkZyYW5jaXNjbyUyNTJDJTJCQ0ElMkI5NDEyOSUyMTVlMCUyMTNtMiUyMTFzZW4lMjEyc3VzJTIxNHYxNDM1ODI2NDMyMDUxJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\"][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','127-revision-v1','','','2017-02-17 17:24:49','2017-02-17 17:24:49','',127,'http://deanostudios.com/2017/02/17/127-revision-v1/',0,'revision','',0),(6548,1,'2017-02-17 17:27:46','2017-02-17 17:27:46','[vc_row css=\".vc_custom_1483910677193{margin-bottom: 40px !important;}\"][vc_column][vc_empty_space height=\"60px\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1461931325741{margin-top: 110px !important;}\"][vc_column width=\"1/3\"][dt_sc_contact_info fontawesome_icon=\"fa fa-mobile\" notes=\"Business: 770.977.8287\"][/vc_column][vc_column width=\"1/3\"][dt_sc_contact_info fontawesome_icon=\"fa fa-map-marker\" notes=\"Business Address: 1289 Roswell Rd Marietta, GA 30062\"][/vc_column][vc_column width=\"1/3\"][dt_sc_contact_info fontawesome_icon=\"fa fa-envelope-o\" notes=\"Email: Deano@deanostudios.com\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"85px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1484626564455{margin-bottom: 30px !important;}\"][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"If you would like to book a tattoo appointment, please include a description of the design, photo references, and your preferred availablitiy.\" font_container=\"tag:h6|font_size:18px|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1484625894045{margin-right: 25px !important;margin-left: 25px !important;}\"][vc_empty_space height=\"40px\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1484802275617{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_column css=\".vc_custom_1460719318945{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_column_text css=\".vc_custom_1487352281410{margin-bottom: 0px !important;}\"][res_map address=\"1289 Roswell Rd, Marietta, GA 30062\" description=\"&lt;img src=\'http://localhost/foreal_update1/wp-content/plugins/responsive-maps-plugin/includes/img/company.png\'&gt; {br} 1289 Roswell Rd, Marietta, GA 30062 {br} Phone: (770) 977-8287\" directionstext=\"(directions to our address)\" icon=\"blue\" style=\"2\" scalecontrol=\"no\" typecontrol=\"no\" streetcontrol=\"no\" zoom=\"13\" zoomcontrol=\"no\" draggable=\"yes\" scrollwheel=\"no\" searchbox=\"no\" clustering=\"no\" logging=\"no\" poi=\"yes\" width=\"100%\" height=\"410px\" maptype=\"roadmap\" popup=\"no\" center=\"\" refresh=\"yes\" publisherid=\"\" adbg=\"#ffffff\"][/vc_column_text][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTMyMzguNTc5MjcwOTcwMTU1JTIxMmQtODQuNTE3Mjk3NyUyMTNkMzMuOTUwMjYyMyUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDg4ZjUyN2Q5MzhlOWQzNjklMjUzQTB4ZGM5MWVkOWQ4MGNmMmU3NiUyMTJzUHN5Y2hvJTJCVGF0dG9vJTIxNWUwJTIxM20yJTIxMXNlbiUyMTJzdXMlMjE0djE0ODczNTI0NDAyNjklMjIlMjB3aWR0aCUzRCUyMjYwMCUyMiUyMGhlaWdodCUzRCUyMjQ1MCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMHN0eWxlJTNEJTIyYm9yZGVyJTNBMCUyMiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==\"][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','127-revision-v1','','','2017-02-17 17:27:46','2017-02-17 17:27:46','',127,'http://deanostudios.com/2017/02/17/127-revision-v1/',0,'revision','',0),(6549,1,'2017-02-17 17:28:10','2017-02-17 17:28:10','[vc_row css=\".vc_custom_1483910677193{margin-bottom: 40px !important;}\"][vc_column][vc_empty_space height=\"60px\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1461931325741{margin-top: 110px !important;}\"][vc_column width=\"1/3\"][dt_sc_contact_info fontawesome_icon=\"fa fa-mobile\" notes=\"Business: 770.977.8287\"][/vc_column][vc_column width=\"1/3\"][dt_sc_contact_info fontawesome_icon=\"fa fa-map-marker\" notes=\"Business Address: 1289 Roswell Rd Marietta, GA 30062\"][/vc_column][vc_column width=\"1/3\"][dt_sc_contact_info fontawesome_icon=\"fa fa-envelope-o\" notes=\"Email: Deano@deanostudios.com\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"85px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1484626564455{margin-bottom: 30px !important;}\"][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"If you would like to book a tattoo appointment, please include a description of the design, photo references, and your preferred availablitiy.\" font_container=\"tag:h6|font_size:18px|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1484625894045{margin-right: 25px !important;margin-left: 25px !important;}\"][vc_empty_space height=\"40px\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1484802275617{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_column css=\".vc_custom_1460719318945{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTMyMzguNTc5MjcwOTcwMTU1JTIxMmQtODQuNTE3Mjk3NyUyMTNkMzMuOTUwMjYyMyUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDg4ZjUyN2Q5MzhlOWQzNjklMjUzQTB4ZGM5MWVkOWQ4MGNmMmU3NiUyMTJzUHN5Y2hvJTJCVGF0dG9vJTIxNWUwJTIxM20yJTIxMXNlbiUyMTJzdXMlMjE0djE0ODczNTI0NDAyNjklMjIlMjB3aWR0aCUzRCUyMjYwMCUyMiUyMGhlaWdodCUzRCUyMjQ1MCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMHN0eWxlJTNEJTIyYm9yZGVyJTNBMCUyMiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==\"][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','127-revision-v1','','','2017-02-17 17:28:10','2017-02-17 17:28:10','',127,'http://deanostudios.com/2017/02/17/127-revision-v1/',0,'revision','',0),(6550,1,'2017-02-17 17:38:03','2017-02-17 17:38:03','','Women Crew Neck - Black','','inherit','open','closed','','women-crew-neck_cvcwomenblack','','','2017-02-27 20:49:47','2017-02-27 20:49:47','',5880,'http://deanostudios.com/wp-content/uploads/2017/02/Women-Crew-Neck_CVCWomenBLack-1.jpg',0,'attachment','image/jpeg',0),(6551,1,'2017-02-17 17:38:12','2017-02-17 17:38:12','','Women Crew Neck - Grey','','inherit','open','closed','','women-crew-neck_cvcwomengrey','','','2017-02-27 20:49:54','2017-02-27 20:49:54','',5880,'http://deanostudios.com/wp-content/uploads/2017/02/Women-Crew-Neck_CVCWomenGrey-1.jpg',0,'attachment','image/jpeg',0),(6552,1,'2017-02-17 17:40:26','2017-02-17 17:40:26','','Octopus Crew Neck T-Shirt Black - Women\'s - X-Large','Size: X-Large','publish','closed','closed','','product-5880-variation','','','2017-02-17 17:41:14','2017-02-17 17:41:14','',5880,'http://deanostudios.com/product/octopus-crew-neck-t-shirt-black-womens/',0,'product_variation','',0),(6553,1,'2017-02-17 17:40:27','2017-02-17 17:40:27','','Octopus Crew Neck T-Shirt Black - Women\'s - Large','Size: Large','publish','closed','closed','','product-5880-variation-2','','','2017-02-17 17:41:14','2017-02-17 17:41:14','',5880,'http://deanostudios.com/product/octopus-crew-neck-t-shirt-black-womens/',0,'product_variation','',0),(6554,1,'2017-02-17 17:40:27','2017-02-17 17:40:27','','Octopus Crew Neck T-Shirt Black - Women\'s - Medium','Size: Medium','publish','closed','closed','','product-5880-variation-3','','','2017-02-17 17:41:14','2017-02-17 17:41:14','',5880,'http://deanostudios.com/product/octopus-crew-neck-t-shirt-black-womens/',0,'product_variation','',0),(6555,1,'2017-02-17 17:40:27','2017-02-17 17:40:27','','Octopus Crew Neck T-Shirt Black - Women\'s - Small','Size: Small','publish','closed','closed','','product-5880-variation-4','','','2017-02-17 17:41:13','2017-02-17 17:41:13','',5880,'http://deanostudios.com/product/octopus-crew-neck-t-shirt-black-womens/',0,'product_variation','',0),(6556,1,'2017-02-17 17:40:32','2017-02-17 17:40:32','','Octopus Crew Neck T-Shirt Grey - Women\'s - X-Large','Size: X-Large','publish','closed','closed','','product-5887-variation','','','2017-02-17 17:41:33','2017-02-17 17:41:33','',5887,'http://deanostudios.com/product/octopus-crew-neck-t-shirt-grey-womens/',0,'product_variation','',0),(6557,1,'2017-02-17 17:40:33','2017-02-17 17:40:33','','Octopus Crew Neck T-Shirt Grey - Women\'s - Large','Size: Large','publish','closed','closed','','product-5887-variation-2','','','2017-02-17 17:41:33','2017-02-17 17:41:33','',5887,'http://deanostudios.com/product/octopus-crew-neck-t-shirt-grey-womens/',0,'product_variation','',0),(6558,1,'2017-02-17 17:40:33','2017-02-17 17:40:33','','Octopus Crew Neck T-Shirt Grey - Women\'s - Medium','Size: Medium','publish','closed','closed','','product-5887-variation-3','','','2017-02-17 17:41:33','2017-02-17 17:41:33','',5887,'http://deanostudios.com/product/octopus-crew-neck-t-shirt-grey-womens/',0,'product_variation','',0),(6559,1,'2017-02-17 17:40:36','2017-02-17 17:40:36','','Octopus Crew Neck T-Shirt Grey - Women\'s - Small','Size: Small','publish','closed','closed','','product-5887-variation-4','','','2017-02-17 17:41:33','2017-02-17 17:41:33','',5887,'http://deanostudios.com/product/octopus-crew-neck-t-shirt-grey-womens/',0,'product_variation','',0),(6560,1,'2017-02-17 17:42:43','2017-02-17 17:42:43','','Octopus T-Shirt Black Crew Neck - Men\'s - XX-Large','Size: XX-Large','publish','closed','closed','','product-5455-variation-5','','','2017-02-17 17:43:29','2017-02-17 17:43:29','',5455,'http://deanostudios.com/product/octopus-t-shirt-black-mens/',0,'product_variation','',0),(6561,1,'2017-02-17 17:42:44','2017-02-17 17:42:44','','Octopus T-Shirt Black Crew Neck - Men\'s - X-Large','Size: X-Large','publish','closed','closed','','product-5455-variation-6','','','2017-02-17 17:43:29','2017-02-17 17:43:29','',5455,'http://deanostudios.com/product/octopus-t-shirt-black-mens/',0,'product_variation','',0),(6562,1,'2017-02-17 17:42:44','2017-02-17 17:42:44','','Octopus T-Shirt Black Crew Neck - Men\'s - Large','Size: Large','publish','closed','closed','','product-5455-variation-7','','','2017-02-17 17:43:28','2017-02-17 17:43:28','',5455,'http://deanostudios.com/product/octopus-t-shirt-black-mens/',0,'product_variation','',0),(6563,1,'2017-02-17 17:42:44','2017-02-17 17:42:44','','Octopus T-Shirt Black Crew Neck - Men\'s - Medium','Size: Medium','publish','closed','closed','','product-5455-variation-8','','','2017-02-17 17:43:28','2017-02-17 17:43:28','',5455,'http://deanostudios.com/product/octopus-t-shirt-black-mens/',0,'product_variation','',0),(6565,1,'2017-02-15 17:18:37','2017-02-15 17:18:37','','T10','','publish','open','closed','','t10','','','2017-02-20 01:43:31','2017-02-20 01:43:31','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6513',0,'dt_portfolios','',0),(6566,1,'2017-02-15 17:29:51','2017-02-15 17:29:51','','T11','','publish','open','closed','','t11','','','2017-02-18 00:05:28','2017-02-18 00:05:28','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6516',0,'dt_portfolios','',0),(6567,1,'2017-02-15 17:31:26','2017-02-15 17:31:26','','T12','','publish','open','closed','','t12','','','2017-02-20 01:34:04','2017-02-20 01:34:04','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6518',0,'dt_portfolios','',0),(6568,1,'2017-02-15 17:35:29','2017-02-15 17:35:29','','T13','','publish','open','closed','','t13','','','2017-02-20 01:14:12','2017-02-20 01:14:12','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6520',0,'dt_portfolios','',0),(6569,1,'2017-02-15 17:46:00','2017-02-15 17:46:00','','T14','','publish','open','closed','','t14','','','2017-02-18 00:21:46','2017-02-18 00:21:46','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6525',0,'dt_portfolios','',0),(6570,1,'2017-02-15 17:52:28','2017-02-15 17:52:28','','T15','','publish','open','closed','','t15','','','2017-02-18 00:07:19','2017-02-18 00:07:19','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6529',0,'dt_portfolios','',0),(6571,1,'2017-02-15 17:53:42','2017-02-15 17:53:42','','T16','','publish','open','closed','','t16','','','2017-02-20 01:20:49','2017-02-20 01:20:49','',0,'http://www.artlanta.com/deanostudios/?post_type=dt_portfolios&p=6531',0,'dt_portfolios','',0),(6572,1,'2017-02-17 23:56:24','2017-02-17 23:56:24','','5shot-1desat','','inherit','open','closed','','5shot-1desat','','','2017-02-17 23:56:24','2017-02-17 23:56:24','',0,'http://deanostudios.com/wp-content/uploads/2017/02/5shot-1desat.jpg',0,'attachment','image/jpeg',0),(6573,1,'2017-02-17 23:56:37','2017-02-17 23:56:37','','DEANO-COOK-J.HURST_SEATURTLE','','inherit','open','closed','','deano-cook-j-hurst_seaturtle','','','2017-02-17 23:56:37','2017-02-17 23:56:37','',0,'http://deanostudios.com/wp-content/uploads/2017/02/DEANO-COOK-J.HURST_SEATURTLE.jpg',0,'attachment','image/jpeg',0),(6574,1,'2017-02-17 23:56:59','2017-02-17 23:56:59','','DEANO-COOK-MAHI-MAHI','','inherit','open','closed','','deano-cook-mahi-mahi','','','2017-02-17 23:56:59','2017-02-17 23:56:59','',0,'http://deanostudios.com/wp-content/uploads/2017/02/DEANO-COOK-MAHI-MAHI.jpg',0,'attachment','image/jpeg',0),(6575,1,'2017-02-17 23:57:17','2017-02-17 23:57:17','','DSC_1678-e1484805885314','','inherit','open','closed','','dsc_1678-e1484805885314','','','2017-02-17 23:57:17','2017-02-17 23:57:17','',0,'http://deanostudios.com/wp-content/uploads/2017/02/DSC_1678-e1484805885314.jpg',0,'attachment','image/jpeg',0),(6576,1,'2017-02-17 23:57:35','2017-02-17 23:57:35','','IMG_4009b','','inherit','open','closed','','img_4009b-2','','','2017-02-17 23:57:35','2017-02-17 23:57:35','',0,'http://deanostudios.com/wp-content/uploads/2017/02/IMG_4009b.jpg',0,'attachment','image/jpeg',0),(6577,1,'2017-02-17 23:57:51','2017-02-17 23:57:51','','IMG_5686d','','inherit','open','closed','','img_5686d','','','2017-02-17 23:57:51','2017-02-17 23:57:51','',0,'http://deanostudios.com/wp-content/uploads/2017/02/IMG_5686d.jpg',0,'attachment','image/jpeg',0),(6578,1,'2017-02-17 23:58:12','2017-02-17 23:58:12','','IMG_5985b-DEANO-COOK','','inherit','open','closed','','img_5985b-deano-cook','','','2017-02-17 23:58:12','2017-02-17 23:58:12','',0,'http://deanostudios.com/wp-content/uploads/2017/02/IMG_5985b-DEANO-COOK.jpg',0,'attachment','image/jpeg',0),(6579,1,'2017-02-17 23:58:28','2017-02-17 23:58:28','','IMG_8157-DEANO-COOK','','inherit','open','closed','','img_8157-deano-cook','','','2017-02-17 23:58:28','2017-02-17 23:58:28','',0,'http://deanostudios.com/wp-content/uploads/2017/02/IMG_8157-DEANO-COOK.jpg',0,'attachment','image/jpeg',0),(6580,1,'2017-02-17 23:58:42','2017-02-17 23:58:42','','IMG_8463b','','inherit','open','closed','','img_8463b','','','2017-02-17 23:58:42','2017-02-17 23:58:42','',0,'http://deanostudios.com/wp-content/uploads/2017/02/IMG_8463b.jpg',0,'attachment','image/jpeg',0),(6581,1,'2017-02-17 23:59:01','2017-02-17 23:59:01','','IMG_9107c-DEANO-COOK','','inherit','open','closed','','img_9107c-deano-cook','','','2017-02-17 23:59:01','2017-02-17 23:59:01','',0,'http://deanostudios.com/wp-content/uploads/2017/02/IMG_9107c-DEANO-COOK.jpg',0,'attachment','image/jpeg',0),(6582,1,'2017-02-17 23:59:16','2017-02-17 23:59:16','','OKEEFEb-DEANO-COOK','','inherit','open','closed','','okeefeb-deano-cook','','','2017-02-17 23:59:16','2017-02-17 23:59:16','',0,'http://deanostudios.com/wp-content/uploads/2017/02/OKEEFEb-DEANO-COOK.jpg',0,'attachment','image/jpeg',0),(6583,1,'2017-02-17 23:59:33','2017-02-17 23:59:33','','THARP-PROGRESSb-DEANO-COOK','','inherit','open','closed','','tharp-progressb-deano-cook','','','2017-02-17 23:59:33','2017-02-17 23:59:33','',0,'http://deanostudios.com/wp-content/uploads/2017/02/THARP-PROGRESSb-DEANO-COOK.jpg',0,'attachment','image/jpeg',0),(6584,1,'2017-02-17 23:59:50','2017-02-17 23:59:50','','PT10018b-DEANO-COOK','','inherit','open','closed','','pt10018b-deano-cook','','','2017-02-17 23:59:50','2017-02-17 23:59:50','',0,'http://deanostudios.com/wp-content/uploads/2017/02/PT10018b-DEANO-COOK.jpg',0,'attachment','image/jpeg',0),(6586,1,'2017-02-18 00:11:35','2017-02-18 00:11:35','','IMG_5686d','','inherit','open','closed','','img_5686d-2','','','2017-02-18 00:11:35','2017-02-18 00:11:35','',0,'http://deanostudios.com/wp-content/uploads/2017/02/IMG_5686d-1.jpg',0,'attachment','image/jpeg',0),(6587,1,'2017-02-18 00:13:42','2017-02-18 00:13:42','','CHASTAIN-2','','inherit','open','closed','','chastain-2','','','2017-02-18 00:13:42','2017-02-18 00:13:42','',0,'http://deanostudios.com/wp-content/uploads/2017/02/CHASTAIN-2-1.jpg',0,'attachment','image/jpeg',0),(6588,1,'2017-02-18 00:16:19','2017-02-18 00:16:19','','5shot-1desat','','inherit','open','closed','','5shot-1desat-2','','','2017-02-18 00:16:19','2017-02-18 00:16:19','',0,'http://deanostudios.com/wp-content/uploads/2017/02/5shot-1desat-1.jpg',0,'attachment','image/jpeg',0),(6589,1,'2017-02-18 00:16:35','2017-02-18 00:16:35','','IMG_4102','','inherit','open','closed','','img_4102','','','2017-02-18 00:16:35','2017-02-18 00:16:35','',0,'http://deanostudios.com/wp-content/uploads/2017/02/IMG_4102-1.jpg',0,'attachment','image/jpeg',0),(6590,1,'2017-02-18 00:20:01','2017-02-18 00:20:01','','DEANO-COOK-MAHI-MAHI','','inherit','open','closed','','deano-cook-mahi-mahi-2','','','2017-02-18 00:20:01','2017-02-18 00:20:01','',0,'http://deanostudios.com/wp-content/uploads/2017/02/DEANO-COOK-MAHI-MAHI-1.jpg',0,'attachment','image/jpeg',0),(6591,1,'2017-02-18 00:24:07','2017-02-18 00:24:07','','White Shark Guadalupe 2','','inherit','open','closed','','white-shark-guadalupe-2-9-09_2x3','','','2017-02-27 20:50:22','2017-02-27 20:50:22','',0,'http://deanostudios.com/wp-content/uploads/2017/02/White-Shark-Guadalupe-2-9-09_2x3-1.jpg',0,'attachment','image/jpeg',0),(6592,1,'2017-02-20 00:56:04','2017-02-20 00:56:04','','Bimini Blue - 7-13_2x3','','inherit','open','closed','','bimini-blue-7-13_2x3','','','2017-02-27 20:50:26','2017-02-27 20:50:26','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Bimini-Blue-7-13_2x3-1.png',0,'attachment','image/png',0),(6593,1,'2017-02-20 00:56:50','2017-02-20 00:56:50','','Bottlenose Dolphin - 8-12_2x3','','inherit','open','closed','','bottlenose-dolphin-8-12_2x3','','','2017-02-27 20:50:29','2017-02-27 20:50:29','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Bottlenose-Dolphin-8-12_2x3-1.png',0,'attachment','image/png',0),(6594,1,'2017-02-20 00:57:41','2017-02-20 00:57:41','','Gazing Reef','','inherit','open','closed','','gazing-reef-10-12_2x3','','','2017-02-27 20:50:33','2017-02-27 20:50:33','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Gazing-Reef-10-12_2x3-1.png',0,'attachment','image/png',0),(6595,1,'2017-02-20 00:58:47','2017-02-20 00:58:47','','Green Sea Turtle','','inherit','open','closed','','greensea-turtle-6-13_2x3','','','2017-02-27 20:51:11','2017-02-27 20:51:11','',0,'http://deanostudios.com/wp-content/uploads/2017/02/GreenSea-Turtle-6-13_2x3-1.png',0,'attachment','image/png',0),(6596,1,'2017-02-20 01:00:05','2017-02-20 01:00:05','','Hawksbill Turtle 1','','inherit','open','closed','','hawksbill-turtle-6-13_2x3','','','2017-02-27 20:51:21','2017-02-27 20:51:21','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-6-13_2x3-1.png',0,'attachment','image/png',0),(6597,1,'2017-02-20 01:01:10','2017-02-20 01:01:10','','Hawksbill Turtle Eating Sponge','','inherit','open','closed','','hawksbill-turtle-eating-sponge-06-07_2x3','','','2017-02-27 20:51:31','2017-02-27 20:51:31','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-eating-Sponge-06-07_2x3-1.png',0,'attachment','image/png',0),(6598,1,'2017-02-20 01:02:19','2017-02-20 01:02:19','','Hawksbill Turtle Flight 2','','inherit','open','closed','','hawksbill-turtle-flight-2-11-11_2x3','','','2017-02-27 20:51:38','2017-02-27 20:51:38','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-Flight-2-11-11_2x3-1.png',0,'attachment','image/png',0),(6599,1,'2017-02-20 01:04:01','2017-02-20 01:04:01','','Hawksbill Turtle Flight 3','','inherit','open','closed','','hawksbill-turtle-flight-3-6-13_2x3','','','2017-02-27 20:51:44','2017-02-27 20:51:44','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-Flight-3-6-13_2x3-1.png',0,'attachment','image/png',0),(6600,1,'2017-02-20 01:04:55','2017-02-20 01:04:55','','Hawksbill Turtle in Coral','','inherit','open','closed','','hawksbill-turtle-in-coral-6-13_2x3','','','2017-02-27 20:51:48','2017-02-27 20:51:48','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-in-Coral-6-13_2x3-1.png',0,'attachment','image/png',0),(6601,1,'2017-02-20 01:06:07','2017-02-20 01:06:07','','Hawksbill Turtle in Coral 2','','inherit','open','closed','','hawksbill-turtle-in-coral-2-6-12_2x3','','','2017-02-27 20:51:51','2017-02-27 20:51:51','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-in-Coral-2-6-12_2x3-1.png',0,'attachment','image/png',0),(6602,1,'2017-02-20 01:06:38','2017-02-20 01:06:38','','Octopus T-Shirt Grey Crew Neck - Men\'s - XX-Large','Size: XX-Large','publish','closed','closed','','product-5468-variation','','','2017-02-20 01:08:27','2017-02-20 01:08:27','',5468,'http://deanostudios.com/product/octopus-t-shirt-grey-mens/',0,'product_variation','',0),(6603,1,'2017-02-20 01:06:38','2017-02-20 01:06:38','','Octopus T-Shirt Grey Crew Neck - Men\'s - X-Large','Size: X-Large','publish','closed','closed','','product-5468-variation-2','','','2017-02-20 01:08:27','2017-02-20 01:08:27','',5468,'http://deanostudios.com/product/octopus-t-shirt-grey-mens/',0,'product_variation','',0),(6604,1,'2017-02-20 01:06:39','2017-02-20 01:06:39','','Octopus T-Shirt Grey Crew Neck - Men\'s - Large','Size: Large','publish','closed','closed','','product-5468-variation-3','','','2017-02-20 01:08:27','2017-02-20 01:08:27','',5468,'http://deanostudios.com/product/octopus-t-shirt-grey-mens/',0,'product_variation','',0),(6605,1,'2017-02-20 01:06:39','2017-02-20 01:06:39','','Octopus T-Shirt Grey Crew Neck - Men\'s - Medium','Size: Medium','publish','closed','closed','','product-5468-variation-4','','','2017-02-20 01:08:27','2017-02-20 01:08:27','',5468,'http://deanostudios.com/product/octopus-t-shirt-grey-mens/',0,'product_variation','',0),(6606,1,'2017-02-20 01:06:53','2017-02-20 01:06:53','','Hawksbill Turtle in Flight','','inherit','open','closed','','hawksbill-turtle-in-flight-6-13_2x3','','','2017-02-27 20:51:57','2017-02-27 20:51:57','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-in-flight-6-13_2x3-1.png',0,'attachment','image/png',0),(6607,1,'2017-02-20 01:07:47','2017-02-20 01:07:47','','Octopus V-Neck T-Shirt Grey - Women\'s - X-Large','Size: X-Large','publish','closed','closed','','product-5495-variation','','','2017-02-20 01:09:56','2017-02-20 01:09:56','',5495,'http://deanostudios.com/product/octopus-v-neck-t-shirt-grey-womens/',0,'product_variation','',0),(6608,1,'2017-02-20 01:07:48','2017-02-20 01:07:48','','Octopus V-Neck T-Shirt Grey - Women\'s - Large','Size: Large','publish','closed','closed','','product-5495-variation-2','','','2017-02-20 01:09:56','2017-02-20 01:09:56','',5495,'http://deanostudios.com/product/octopus-v-neck-t-shirt-grey-womens/',0,'product_variation','',0),(6609,1,'2017-02-20 01:07:48','2017-02-20 01:07:48','','Octopus V-Neck T-Shirt Grey - Women\'s - Medium','Size: Medium','publish','closed','closed','','product-5495-variation-3','','','2017-02-20 01:09:55','2017-02-20 01:09:55','',5495,'http://deanostudios.com/product/octopus-v-neck-t-shirt-grey-womens/',0,'product_variation','',0),(6610,1,'2017-02-20 01:07:48','2017-02-20 01:07:48','','Octopus V-Neck T-Shirt Grey - Women\'s - Small','Size: Small','publish','closed','closed','','product-5495-variation-4','','','2017-02-20 01:09:55','2017-02-20 01:09:55','',5495,'http://deanostudios.com/product/octopus-v-neck-t-shirt-grey-womens/',0,'product_variation','',0),(6611,1,'2017-02-20 01:07:53','2017-02-20 01:07:53','','Octopus V-Neck T-Shirt Black - Women\'s - X-Large','Size: X-Large','publish','closed','closed','','product-5489-variation-2','','','2017-02-20 01:15:33','2017-02-20 01:15:33','',5489,'http://deanostudios.com/product/octopus-v-neck-t-shirt-black-womens/',0,'product_variation','',0),(6612,1,'2017-02-20 01:07:54','2017-02-20 01:07:54','','Octopus V-Neck T-Shirt Black - Women\'s - Large','Size: Large','publish','closed','closed','','product-5489-variation-3','','','2017-02-20 01:15:33','2017-02-20 01:15:33','',5489,'http://deanostudios.com/product/octopus-v-neck-t-shirt-black-womens/',0,'product_variation','',0),(6613,1,'2017-02-20 01:07:54','2017-02-20 01:07:54','','Octopus V-Neck T-Shirt Black - Women\'s - Medium','Size: Medium','publish','closed','closed','','product-5489-variation-4','','','2017-02-20 01:15:33','2017-02-20 01:15:33','',5489,'http://deanostudios.com/product/octopus-v-neck-t-shirt-black-womens/',0,'product_variation','',0),(6614,1,'2017-02-20 01:07:54','2017-02-20 01:07:54','','Octopus V-Neck T-Shirt Black - Women\'s - Small','Size: Small','publish','closed','closed','','product-5489-variation-5','','','2017-02-20 01:15:33','2017-02-20 01:15:33','',5489,'http://deanostudios.com/product/octopus-v-neck-t-shirt-black-womens/',0,'product_variation','',0),(6615,1,'2017-02-20 01:07:58','2017-02-20 01:07:58','','Octopus V-Neck T-Shirt Grey - Men\'s - XX-Large','Size: XX-Large','publish','closed','closed','','product-5475-variation','','','2017-02-20 01:11:07','2017-02-20 01:11:07','',5475,'http://deanostudios.com/product/octopus-v-neck-t-shirt-grey-mens/',0,'product_variation','',0),(6616,1,'2017-02-20 01:07:59','2017-02-20 01:07:59','','Octopus V-Neck T-Shirt Grey - Men\'s - X-Large','Size: X-Large','publish','closed','closed','','product-5475-variation-2','','','2017-02-20 01:11:07','2017-02-20 01:11:07','',5475,'http://deanostudios.com/product/octopus-v-neck-t-shirt-grey-mens/',0,'product_variation','',0),(6617,1,'2017-02-20 01:07:59','2017-02-20 01:07:59','','Octopus V-Neck T-Shirt Grey - Men\'s - Large','Size: Large','publish','closed','closed','','product-5475-variation-3','','','2017-02-20 01:11:07','2017-02-20 01:11:07','',5475,'http://deanostudios.com/product/octopus-v-neck-t-shirt-grey-mens/',0,'product_variation','',0),(6618,1,'2017-02-20 01:07:59','2017-02-20 01:07:59','','Octopus V-Neck T-Shirt Grey - Men\'s - Medium','Size: Medium','publish','closed','closed','','product-5475-variation-4','','','2017-02-20 01:11:07','2017-02-20 01:11:07','',5475,'http://deanostudios.com/product/octopus-v-neck-t-shirt-grey-mens/',0,'product_variation','',0),(6619,1,'2017-02-20 01:08:09','2017-02-20 01:08:09','','Octopus V-Neck T-Shirt Black - Men\'s - XX-Large','Size: XX-Large','publish','closed','closed','','product-5484-variation','','','2017-02-20 01:12:00','2017-02-20 01:12:00','',5484,'http://deanostudios.com/product/octopus-v-neck-t-shirt-black-mens/',0,'product_variation','',0),(6620,1,'2017-02-20 01:08:09','2017-02-20 01:08:09','','Octopus V-Neck T-Shirt Black - Men\'s - X-Large','Size: X-Large','publish','closed','closed','','product-5484-variation-2','','','2017-02-20 01:12:00','2017-02-20 01:12:00','',5484,'http://deanostudios.com/product/octopus-v-neck-t-shirt-black-mens/',0,'product_variation','',0),(6621,1,'2017-02-20 01:08:09','2017-02-20 01:08:09','','Octopus V-Neck T-Shirt Black - Men\'s - Large','Size: Large','publish','closed','closed','','product-5484-variation-3','','','2017-02-20 01:12:00','2017-02-20 01:12:00','',5484,'http://deanostudios.com/product/octopus-v-neck-t-shirt-black-mens/',0,'product_variation','',0),(6622,1,'2017-02-20 01:08:09','2017-02-20 01:08:09','','Octopus V-Neck T-Shirt Black - Men\'s - Medium','Size: Medium','publish','closed','closed','','product-5484-variation-4','','','2017-02-20 01:12:00','2017-02-20 01:12:00','',5484,'http://deanostudios.com/product/octopus-v-neck-t-shirt-black-mens/',0,'product_variation','',0),(6623,1,'2017-02-20 01:08:19','2017-02-20 01:08:19','','Hawksbill Turtle with Sponge 1','','inherit','open','closed','','hawksbill-turtle-with-sponge-1-06-07_2x3','','','2017-02-27 20:52:01','2017-02-27 20:52:01','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1.png',0,'attachment','image/png',0),(6624,1,'2017-02-20 01:09:21','2017-02-20 01:09:21','','Hawksbill Turtle with Sponge 2','','inherit','open','closed','','hawksbill-turtle-with-sponge-2-06-07_2x3','','','2017-02-27 20:52:06','2017-02-27 20:52:06','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1.png',0,'attachment','image/png',0),(6625,1,'2017-02-20 01:10:38','2017-02-20 01:10:38','','Hawksbill Turtle with Sponge 3','','inherit','open','closed','','hawksbill-turtle-with-sponge-3-06-07_2x3','','','2017-02-27 20:52:10','2017-02-27 20:52:10','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1.png',0,'attachment','image/png',0),(6626,1,'2017-02-20 01:11:33','2017-02-20 01:11:33','','Hawksbills Turtle','','inherit','open','closed','','hawksbills-turtle-6-13_2x3','','','2017-02-27 20:52:15','2017-02-27 20:52:15','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Hawksbills-Turtle-6-13_2x3-1.png',0,'attachment','image/png',0),(6627,1,'2017-02-20 01:12:30','2017-02-20 01:12:30','','Lemon and Reef','','inherit','open','closed','','lemon-and-reef-charcarious-cut_2x3','','','2017-02-27 20:52:29','2017-02-27 20:52:29','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Lemon-and-Reef-@-Charcarious-Cut_2x3-1.png',0,'attachment','image/png',0),(6628,1,'2017-02-20 01:13:36','2017-02-20 01:13:36','','Lemon Bite','','inherit','open','closed','','lemon-bite-8-12_2x3','','','2017-02-27 20:52:40','2017-02-27 20:52:40','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Lemon-Bite-8-12_2x3-1.png',0,'attachment','image/png',0),(6629,1,'2017-02-20 01:14:44','2017-02-20 01:14:44','','Lemon Shark Chrome Surface','','inherit','open','closed','','lemon-shark-chrome-surface-8-07_2x3','','','2017-02-27 20:52:48','2017-02-27 20:52:48','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Lemon-Shark-Chrome-Surface-8-07_2x3-1.png',0,'attachment','image/png',0),(6630,1,'2017-02-20 01:15:51','2017-02-20 01:15:51','','LEMON SHARK CLEANED BY RAMORAS','','inherit','open','closed','','lemon-shark-cleaned-by-ramoras-2_2x3','','','2017-02-27 20:52:56','2017-02-27 20:52:56','',0,'http://deanostudios.com/wp-content/uploads/2017/02/LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1.png',0,'attachment','image/png',0),(6631,1,'2017-02-20 01:16:48','2017-02-20 01:16:48','','Lemon Shark Over the Reef','','inherit','open','closed','','lemon-shark-over-the-reef-8-12_2x3','','','2017-02-27 20:53:04','2017-02-27 20:53:04','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Lemon-Shark-over-the-Reef-8-12_2x3-1.png',0,'attachment','image/png',0),(6632,1,'2017-02-20 01:18:11','2017-02-20 01:18:11','','Lemon Shark Quicksilver - 8-12_2x3','','inherit','open','closed','','lemon-shark-quicksilver-8-12_2x3','','','2017-02-27 20:53:08','2017-02-27 20:53:08','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Lemon-Shark-Quicksilver-8-12_2x3-1.png',0,'attachment','image/png',0),(6633,1,'2017-02-20 01:19:25','2017-02-20 01:19:25','','LEMON SHARK SUNSET','','inherit','open','closed','','lemon-shark-sunset-final_2x3','','','2017-02-27 20:53:13','2017-02-27 20:53:13','',0,'http://deanostudios.com/wp-content/uploads/2017/02/LEMON-SHARK-SUNSET-final_2x3-1.png',0,'attachment','image/png',0),(6634,1,'2017-02-20 01:20:24','2017-02-20 01:20:24','','LEMON SNAP','','inherit','open','closed','','lemon-snap-1-deano-cookfinalb_2x3','','','2017-02-27 20:53:22','2017-02-27 20:53:22','',0,'http://deanostudios.com/wp-content/uploads/2017/02/LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1.png',0,'attachment','image/png',0),(6635,1,'2017-02-20 01:21:27','2017-02-20 01:21:27','','MANATEE MOTHER & CHILD','','inherit','open','closed','','manatee-mother-child_2x3','','','2017-02-27 20:53:26','2017-02-27 20:53:26','',0,'http://deanostudios.com/wp-content/uploads/2017/02/MANATEE-MOTHER-CHILD_2x3-1.png',0,'attachment','image/png',0),(6636,1,'2017-02-20 01:22:13','2017-02-20 01:22:13','','REEF SHARK','','inherit','open','closed','','reef-shark-charcarious-cut-2007web_2x3','','','2017-02-27 20:53:31','2017-02-27 20:53:31','',0,'http://deanostudios.com/wp-content/uploads/2017/02/REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1.png',0,'attachment','image/png',0),(6637,1,'2017-02-20 01:23:15','2017-02-20 01:23:15','','Reef Shark 90 Degrees','','inherit','open','closed','','reef-shark-90-degrees-8-07_2x3','','','2017-02-27 20:53:36','2017-02-27 20:53:36','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-90-Degrees-8-07_2x3-1.png',0,'attachment','image/png',0),(6638,1,'2017-02-20 01:25:04','2017-02-20 01:25:04','','Reef Shark and Brain Coral','','inherit','open','closed','','reef-shark-and-brain-coral-8-07_2x3','','','2017-02-27 20:53:41','2017-02-27 20:53:41','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-and-Brain-Coral-8-07_2x3-1.png',0,'attachment','image/png',0),(6639,1,'2017-02-20 01:26:13','2017-02-20 01:26:13','','Reef Shark Over Reef','','inherit','open','closed','','reef-shark-over-reef-8-07_2x3','','','2017-02-27 20:53:50','2017-02-27 20:53:50','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-over-Reef-8-07_2x3-1.png',0,'attachment','image/png',0),(6640,1,'2017-02-20 01:26:13','2017-02-20 01:26:13','','Tortuga Del Mar Canvas Print - 37 x 46.5','Size: 37 x 46.5','publish','closed','closed','','product-5800-variation','','','2017-02-20 01:27:57','2017-02-20 01:27:57','',5800,'http://deanostudios.com/product/tortuga-del-mar-canvas-print/',0,'product_variation','',0),(6641,1,'2017-02-20 01:26:15','2017-02-20 01:26:15','','Tortuga Del Mar Canvas Print - 24 x 30','Size: 24 x 30','publish','closed','closed','','product-5800-variation-2','','','2017-02-20 01:27:57','2017-02-20 01:27:57','',5800,'http://deanostudios.com/product/tortuga-del-mar-canvas-print/',0,'product_variation','',0),(6642,1,'2017-02-20 01:27:20','2017-02-20 01:27:20','','Reef Shark Over Reefs','','inherit','open','closed','','reef-shark-over-reefs_2x3','','','2017-02-27 20:53:55','2017-02-27 20:53:55','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-over-Reefs_2x3-1.png',0,'attachment','image/png',0),(6643,1,'2017-02-20 01:28:31','2017-02-20 01:28:31','','Reef Shark Scar','','inherit','open','closed','','reef-shark-scar-8-07_2x3','','','2017-02-27 20:53:59','2017-02-27 20:53:59','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-Scar-8-07_2x3-1.png',0,'attachment','image/png',0),(6644,1,'2017-02-20 01:29:19','2017-02-20 01:29:19','','Reef Shark Surface Cut','','inherit','open','closed','','reef-shark-surface-cut-10-12_2x3','','','2017-02-27 20:54:04','2017-02-27 20:54:04','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-Surface-Cut-10-12_2x3-2.png',0,'attachment','image/png',0),(6645,1,'2017-02-20 01:30:32','2017-02-20 01:30:32','','Reef Shark Trio Cove','','inherit','open','closed','','reef-shark-trio-cove-10-12_2x3','','','2017-02-27 20:54:10','2017-02-27 20:54:10','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-Trio-Cove-10-12_2x3-1.png',0,'attachment','image/png',0),(6646,1,'2017-02-20 01:31:47','2017-02-20 01:31:47','','Reef Shark Wave','','inherit','open','closed','','reef-shark-wave-cove-2012_2x3','','','2017-02-27 20:54:17','2017-02-27 20:54:17','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-Wave-Cove-2012_2x3-1.png',0,'attachment','image/png',0),(6647,1,'2017-02-20 01:33:49','2017-02-20 01:33:49','','Reef Squids Caymen 1','','inherit','open','closed','','reef-squids-_-caymen-1-6-12_2x3','','','2017-02-27 20:54:23','2017-02-27 20:54:23','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Reef-Squids-_-Caymen-1-6-12_2x3-2.png',0,'attachment','image/png',0),(6648,1,'2017-02-20 01:35:20','2017-02-20 01:35:20','','Reef Squids Caymen 2','','inherit','open','closed','','reef-squids-_-caymen-2-6-17_2x3','','','2017-02-27 20:54:29','2017-02-27 20:54:29','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Reef-Squids-_-Caymen-2-6-17_2x3-3.png',0,'attachment','image/png',0),(6649,1,'2017-02-20 01:36:38','2017-02-20 01:36:38','','Reflecting Reef Shark','','inherit','open','closed','','reflecting-reef-shark-11-11_2x3','','','2017-02-27 20:54:33','2017-02-27 20:54:33','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Reflecting-Reef-Shark-11-11_2x3-1.png',0,'attachment','image/png',0),(6650,1,'2017-02-20 01:37:52','2017-02-20 01:37:52','','Spotted Bottlenose Dolphin','','inherit','open','closed','','spotted-bottlenose-dolphin-8-12_2x3','','','2017-02-27 20:54:36','2017-02-27 20:54:36','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Spotted-Bottlenose-Dolphin-8-12_2x3-1.png',0,'attachment','image/png',0),(6651,1,'2017-02-20 01:40:03','2017-02-20 01:40:03','','Swim Fast','','inherit','open','closed','','swim-fast-8-07_2x3','','','2017-02-27 20:54:42','2017-02-27 20:54:42','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Swim-Fast-8-07_2x3-1.png',0,'attachment','image/png',0),(6652,1,'2017-02-20 01:41:26','2017-02-20 01:41:26','','Tiger Beach','','inherit','open','closed','','tiger-beach-8-07_2x3','','','2017-02-27 20:54:45','2017-02-27 20:54:45','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Beach-8-07_2x3-1.png',0,'attachment','image/png',0),(6653,1,'2017-02-20 01:42:56','2017-02-20 01:42:56','','Tiger Shark Emma 1','','inherit','open','closed','','tiger-shark-_-emma-1-8-12_2x3','','','2017-02-27 20:54:51','2017-02-27 20:54:51','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-_-Emma-1-8-12_2x3-1.png',0,'attachment','image/png',0),(6654,1,'2017-02-20 01:44:36','2017-02-20 01:44:36','','Tiger Shark Emma 2','','inherit','open','closed','','tiger-shark-_-emma-2-8-13_2x3','','','2017-02-27 20:54:56','2017-02-27 20:54:56','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-_-Emma-2-8-13_2x3-1.png',0,'attachment','image/png',0),(6655,1,'2017-02-20 01:45:44','2017-02-20 01:45:44','','Tiger Shark and Cobia','','inherit','open','closed','','tiger-shark-and-cobia_2x3','','','2017-02-27 20:55:01','2017-02-27 20:55:01','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-and-Cobia_2x3-1.png',0,'attachment','image/png',0),(6656,1,'2017-02-20 01:46:58','2017-02-20 01:46:58','','TIGER SHARK IN SUNLIGHT','','inherit','open','closed','','tiger-shark-in-sunlight_2x3','','','2017-02-27 20:55:05','2017-02-27 20:55:05','',0,'http://deanostudios.com/wp-content/uploads/2017/02/TIGER-SHARK-IN-SUNLIGHT_2x3-1.png',0,'attachment','image/png',0),(6657,1,'2017-02-20 01:48:21','2017-02-20 01:48:21','','Tiger Shark Lurking','','inherit','open','closed','','tiger-shark-lurking-_-tiger-beach-8-07_2x3','','','2017-02-27 20:55:11','2017-02-27 20:55:11','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-1.png',0,'attachment','image/png',0),(6658,1,'2017-02-20 01:49:45','2017-02-20 01:49:45','','Tiger Shark Serenity','','inherit','open','closed','','tiger-shark-serenity-8-07_2x3','','','2017-02-27 20:55:15','2017-02-27 20:55:15','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-Serenity-8-07_2x3-1.png',0,'attachment','image/png',0),(6659,1,'2017-02-20 01:50:44','2017-02-20 01:50:44','','Tiger Shark Stalker','','inherit','open','closed','','tiger-shark-stalker-8-07_2x3','','','2017-02-27 20:55:18','2017-02-27 20:55:18','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-Stalker-8-07_2x3-1.png',0,'attachment','image/png',0),(6660,1,'2017-02-20 01:51:33','2017-02-20 01:51:33','','TIGER SHARK','','inherit','open','closed','','tiger-shark-1-2007_2x3','','','2017-02-27 20:55:22','2017-02-27 20:55:22','',0,'http://deanostudios.com/wp-content/uploads/2017/02/TIGER-SHARK-1-2007_2x3-1.png',0,'attachment','image/png',0),(6661,1,'2017-02-20 01:52:37','2017-02-20 01:52:37','','TIGER SHARK 5','','inherit','open','closed','','tiger-shark-5-2007-_2x3','','','2017-02-27 20:55:28','2017-02-27 20:55:28','',0,'http://deanostudios.com/wp-content/uploads/2017/02/TIGER-SHARK-5-2007-_2x3-1.png',0,'attachment','image/png',0),(6662,1,'2017-02-20 01:53:37','2017-02-20 01:53:37','','TIGER SHARK CLOSE UP','','inherit','open','closed','','tiger-shark-close-up-2007-_2x3','','','2017-02-27 20:55:31','2017-02-27 20:55:31','',0,'http://deanostudios.com/wp-content/uploads/2017/02/TIGER-SHARK-CLOSE-UP-2007-_2x3-1.png',0,'attachment','image/png',0),(6663,1,'2017-02-20 01:55:02','2017-02-20 01:55:02','','Tiger Tail','','inherit','open','closed','','tiger-tail-8-12_2x3','','','2017-02-27 20:55:37','2017-02-27 20:55:37','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Tail-8-12_2x3-1.png',0,'attachment','image/png',0),(6664,1,'2017-02-20 01:56:07','2017-02-20 01:56:07','','White Shark Guadalupe 1','','inherit','open','closed','','white-shark-guadalupe-1-9-09_2x3','','','2017-02-27 20:55:43','2017-02-27 20:55:43','',0,'http://deanostudios.com/wp-content/uploads/2017/02/White-Shark-Guadalupe-1-9-09_2x3-1.png',0,'attachment','image/png',0),(6665,1,'2017-02-20 01:57:12','2017-02-20 01:57:12','','White Shark Guadalupe 2','','inherit','open','closed','','white-shark-guadalupe-2-9-09_2x3-2','','','2017-02-27 20:55:46','2017-02-27 20:55:46','',0,'http://deanostudios.com/wp-content/uploads/2017/02/White-Shark-Guadalupe-2-9-09_2x3-1.png',0,'attachment','image/png',0),(6666,1,'2017-02-20 01:58:28','2017-02-20 01:58:28','','White Shark Guadalupe 3','','inherit','open','closed','','white-shark-guadalupe-3-9-09_2x3','','','2017-02-27 20:55:49','2017-02-27 20:55:49','',0,'http://deanostudios.com/wp-content/uploads/2017/02/White-Shark-Guadalupe-3-9-09_2x3-1.png',0,'attachment','image/png',0),(6668,1,'2017-02-20 02:06:25','2017-02-20 02:06:25','','Hawksbill Turtle with Sponge 4','','inherit','open','closed','','hawksbill-turtle-with-sponge-4-06-07_4x5','','','2017-02-27 20:55:52','2017-02-27 20:55:52','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-with-Sponge-4-06-07_4x5-1.png',0,'attachment','image/png',0),(6669,1,'2017-02-20 02:11:49','2017-02-20 02:11:49','','Hawksbill Turtle with Sponge 4','','inherit','open','closed','','hawksbill-turtle-with-sponge-4-06-07_4x5-2','','','2017-02-27 20:55:55','2017-02-27 20:55:55','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-with-Sponge-4-06-07_4x5-2.png',0,'attachment','image/png',0),(6670,1,'2017-02-20 02:12:47','2017-02-20 02:12:47','','IMG_4009b-1','','inherit','open','closed','','img_4009b-1','','','2017-02-20 02:12:47','2017-02-20 02:12:47','',0,'http://deanostudios.com/wp-content/uploads/2017/02/IMG_4009b-1.jpg',0,'attachment','image/jpeg',0),(6671,1,'2017-02-20 02:13:59','2017-02-20 02:13:59','','DEANO-COOK-J.HURST_SEATURTLE','','inherit','open','closed','','deano-cook-j-hurst_seaturtle-2','','','2017-02-20 02:13:59','2017-02-20 02:13:59','',0,'http://deanostudios.com/wp-content/uploads/2017/02/DEANO-COOK-J.HURST_SEATURTLE-1.jpg',0,'attachment','image/jpeg',0),(6672,1,'2017-02-20 02:14:32','2017-02-20 02:14:32','','IMG_6655','','inherit','open','closed','','img_6655','','','2017-02-20 02:14:32','2017-02-20 02:14:32','',0,'http://deanostudios.com/wp-content/uploads/2017/02/IMG_6655-1.jpg',0,'attachment','image/jpeg',0),(6673,1,'2017-02-20 02:14:50','2017-02-20 02:14:50','','IMG_3696','','inherit','open','closed','','img_3696','','','2017-02-20 02:14:50','2017-02-20 02:14:50','',0,'http://deanostudios.com/wp-content/uploads/2017/02/IMG_3696-1.jpg',0,'attachment','image/jpeg',0),(6674,1,'2017-02-20 02:15:43','2017-02-20 02:15:43','','IMG_8463b','','inherit','open','closed','','img_8463b-2','','','2017-02-20 02:15:43','2017-02-20 02:15:43','',0,'http://deanostudios.com/wp-content/uploads/2017/02/IMG_8463b-1.jpg',0,'attachment','image/jpeg',0),(6675,1,'2017-02-20 02:17:19','2017-02-20 02:17:19','','STACY-ROSE-2b','','inherit','open','closed','','stacy-rose-2b','','','2017-02-20 02:17:19','2017-02-20 02:17:19','',0,'http://deanostudios.com/wp-content/uploads/2017/02/STACY-ROSE-2b-1.jpg',0,'attachment','image/jpeg',0),(6676,1,'2017-02-20 02:17:52','2017-02-20 02:17:52','','NB10011b','','inherit','open','closed','','nb10011b','','','2017-02-20 02:17:52','2017-02-20 02:17:52','',0,'http://deanostudios.com/wp-content/uploads/2017/02/NB10011b-1.jpg',0,'attachment','image/jpeg',0),(6677,1,'2017-02-20 02:19:15','2017-02-20 02:19:15','','OKEEFEb-DEANO-COOK','','inherit','open','closed','','okeefeb-deano-cook-2','','','2017-02-20 02:19:15','2017-02-20 02:19:15','',0,'http://deanostudios.com/wp-content/uploads/2017/02/OKEEFEb-DEANO-COOK-1.jpg',0,'attachment','image/jpeg',0),(6678,1,'2017-02-20 02:19:59','2017-02-20 02:19:59','','TORTUGA DEL MAR','','inherit','open','closed','','tortuga-del-mar-tn-1000x1000','','','2017-02-27 20:56:12','2017-02-27 20:56:12','',0,'http://deanostudios.com/wp-content/uploads/2017/02/TORTUGA-DEL-MAR-tn-1000x1000-1.png',0,'attachment','image/png',0),(6679,1,'2017-02-20 02:26:08','2017-02-20 02:26:08','','OSPREY-DEANO-COOK','','inherit','open','closed','','osprey-deano-cook-2','','','2017-02-20 02:26:08','2017-02-20 02:26:08','',0,'http://deanostudios.com/wp-content/uploads/2017/02/OSPREY-DEANO-COOK-1.jpg',0,'attachment','image/jpeg',0),(6680,1,'2017-02-20 02:26:54','2017-02-20 02:26:54','','amazing-detailed-turtle-tattoo-on-ribs-by-Deano-Cook','','inherit','open','closed','','amazing-detailed-turtle-tattoo-on-ribs-by-deano-cook','','','2017-02-20 02:26:54','2017-02-20 02:26:54','',0,'http://deanostudios.com/wp-content/uploads/2017/02/amazing-detailed-turtle-tattoo-on-ribs-by-Deano-Cook-1.jpg',0,'attachment','image/jpeg',0),(6681,1,'2017-02-20 02:37:35','2017-02-20 02:37:35','','White Shark Guadalupe 3','','inherit','open','closed','','white-shark-guadalupe-3-9-09_2x3-2','','','2017-02-27 20:57:26','2017-02-27 20:57:26','',0,'http://deanostudios.com/wp-content/uploads/2017/02/White-Shark-Guadalupe-3-9-09_2x3-1.jpg',0,'attachment','image/jpeg',0),(6682,1,'2017-02-20 02:44:10','2017-02-20 02:44:10','','SHARK STUDY 2','','inherit','open','closed','','shark-study-2-tn','','','2017-02-27 20:57:32','2017-02-27 20:57:32','',5797,'http://deanostudios.com/wp-content/uploads/2017/02/SHARK-STUDY-2-tn-1.png',0,'attachment','image/png',0),(6683,1,'2017-02-20 02:50:00','2017-02-20 02:50:00','','LOGGERHEAD SEATURTLE','','inherit','open','closed','','loggerhead-seaturtle-final-photo-tn-2','','','2017-02-27 20:57:36','2017-02-27 20:57:36','',5782,'http://deanostudios.com/wp-content/uploads/2017/02/LOGGERHEAD-SEATURTLE-FINAL-PHOTO-tn-1.png',0,'attachment','image/png',0),(6684,1,'2017-02-20 02:57:59','2017-02-20 02:57:59','','Shark Study Canvas Print','<p>Presenting Deano Cook\'s original painting printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame.</p><p>Available size:<br> 16\" x 20\"</p>','inherit','closed','closed','','5790-autosave-v1','','','2017-02-20 02:57:59','2017-02-20 02:57:59','',5790,'http://deanostudios.com/2017/02/20/5790-autosave-v1/',0,'revision','',0),(6685,1,'2017-02-20 03:00:03','2017-02-20 03:00:03','','SHARK STUDY 1','','inherit','open','closed','','shark-study-1-tn','','','2017-02-27 20:57:40','2017-02-27 20:57:40','',5790,'http://deanostudios.com/wp-content/uploads/2017/02/SHARK-STUDY-1-tn-1.png',0,'attachment','image/png',0),(6686,1,'2017-02-20 03:10:59','2017-02-20 03:10:59','','Lemon Snap 1 Canvas Print - E','Size: E','publish','closed','closed','','product-6110-variation','','','2020-05-18 02:04:28','2020-05-18 02:04:28','',6110,'http://deanostudios.com/product/lemon-snap-1-canvas-print/',0,'product_variation','',0),(6687,1,'2017-02-20 03:11:00','2017-02-20 03:11:00','','Lemon Snap 1 Canvas Print - D','Size: D','publish','closed','closed','','product-6110-variation-2','','','2020-05-18 01:55:54','2020-05-18 01:55:54','',6110,'http://deanostudios.com/product/lemon-snap-1-canvas-print/',0,'product_variation','',0),(6688,1,'2017-02-20 03:11:00','2017-02-20 03:11:00','','Lemon Snap 1 Canvas Print - C','Size: C','publish','closed','closed','','product-6110-variation-3','','','2020-05-18 01:45:50','2020-05-18 01:45:50','',6110,'http://deanostudios.com/product/lemon-snap-1-canvas-print/',0,'product_variation','',0),(6689,1,'2017-02-20 03:11:00','2017-02-20 03:11:00','','Lemon Snap 1 Canvas Print - B','Size: B','publish','closed','closed','','product-6110-variation-4','','','2020-05-18 01:26:33','2020-05-18 01:26:33','',6110,'http://deanostudios.com/product/lemon-snap-1-canvas-print/',0,'product_variation','',0),(6690,1,'2017-02-20 03:11:00','2017-02-20 03:11:00','','Lemon Snap 1 Canvas Print - A','Size: A','publish','closed','closed','','product-6110-variation-5','','','2017-02-20 03:12:55','2017-02-20 03:12:55','',6110,'http://deanostudios.com/product/lemon-snap-1-canvas-print/',0,'product_variation','',0),(6691,1,'2017-02-20 03:11:05','2017-02-20 03:11:05','','Lemon Shark Sunset Canvas Print - E','Size: E','publish','closed','closed','','product-6101-variation','','','2020-05-18 02:04:28','2020-05-18 02:04:28','',6101,'http://deanostudios.com/product/lemon-shark-sunset-canvas-print/',0,'product_variation','',0),(6692,1,'2017-02-20 03:11:06','2017-02-20 03:11:06','','Lemon Shark Sunset Canvas Print - D','Size: D','publish','closed','closed','','product-6101-variation-2','','','2020-05-18 01:55:54','2020-05-18 01:55:54','',6101,'http://deanostudios.com/product/lemon-shark-sunset-canvas-print/',0,'product_variation','',0),(6693,1,'2017-02-20 03:11:06','2017-02-20 03:11:06','','Lemon Shark Sunset Canvas Print - C','Size: C','publish','closed','closed','','product-6101-variation-3','','','2020-05-18 01:45:50','2020-05-18 01:45:50','',6101,'http://deanostudios.com/product/lemon-shark-sunset-canvas-print/',0,'product_variation','',0),(6694,1,'2017-02-20 03:11:06','2017-02-20 03:11:06','','Lemon Shark Sunset Canvas Print - B','Size: B','publish','closed','closed','','product-6101-variation-4','','','2020-05-18 01:26:32','2020-05-18 01:26:32','',6101,'http://deanostudios.com/product/lemon-shark-sunset-canvas-print/',0,'product_variation','',0),(6695,1,'2017-02-20 03:11:06','2017-02-20 03:11:06','','Lemon Shark Sunset Canvas Print - A','Size: A','publish','closed','closed','','product-6101-variation-5','','','2017-02-20 03:12:56','2017-02-20 03:12:56','',6101,'http://deanostudios.com/product/lemon-shark-sunset-canvas-print/',0,'product_variation','',0),(6696,1,'2017-02-20 03:11:06','2017-02-20 03:11:06','','Great Hammerhead Freedive Print - E','Size: E','publish','closed','closed','','product-5843-variation','','','2020-05-17 13:11:13','2020-05-17 13:11:13','',5843,'http://deanostudios.com/product/lemon-bite-canvas-print/',4,'product_variation','',0),(6697,1,'2017-02-20 03:11:07','2017-02-20 03:11:07','','Great Hammerhead Freedive Print - D','Size: D','publish','closed','closed','','product-5843-variation-2','','','2020-05-17 13:11:13','2020-05-17 13:11:13','',5843,'http://deanostudios.com/product/lemon-bite-canvas-print/',3,'product_variation','',0),(6698,1,'2017-02-20 03:11:07','2017-02-20 03:11:07','','Great Hammerhead Freedive Print - C','Size: C','publish','closed','closed','','product-5843-variation-3','','','2020-05-17 13:11:12','2020-05-17 13:11:12','',5843,'http://deanostudios.com/product/lemon-bite-canvas-print/',2,'product_variation','',0),(6699,1,'2017-02-20 03:11:07','2017-02-20 03:11:07','','Great Hammerhead Freedive Print - B','Size: B','publish','closed','closed','','product-5843-variation-9','','','2020-05-17 13:11:12','2020-05-17 13:11:12','',5843,'http://deanostudios.com/product/lemon-bite-canvas-print/',1,'product_variation','',0),(6700,1,'2017-02-20 03:11:07','2017-02-20 03:11:07','','Great Hammerhead Freedive Print - A','Size: A','publish','closed','closed','','product-5843-variation-10','','','2020-05-17 13:11:11','2020-05-17 13:11:11','',5843,'http://deanostudios.com/product/lemon-bite-canvas-print/',0,'product_variation','',0),(6701,1,'2017-02-20 03:19:43','2017-02-20 03:19:43','','Lemon Shark Quicksilver Canvas Print - E','Size: E','publish','closed','closed','','product-6093-variation','','','2020-05-18 02:04:28','2020-05-18 02:04:28','',6093,'http://deanostudios.com/product/lemon-shark-quicksilver-canvas-print/',0,'product_variation','',0),(6702,1,'2017-02-20 03:19:44','2017-02-20 03:19:44','','Lemon Shark Quicksilver Canvas Print - D','Size: D','publish','closed','closed','','product-6093-variation-2','','','2020-05-18 01:55:54','2020-05-18 01:55:54','',6093,'http://deanostudios.com/product/lemon-shark-quicksilver-canvas-print/',0,'product_variation','',0),(6703,1,'2017-02-20 03:19:44','2017-02-20 03:19:44','','Lemon Shark Quicksilver Canvas Print - C','Size: C','publish','closed','closed','','product-6093-variation-3','','','2020-05-18 01:45:49','2020-05-18 01:45:49','',6093,'http://deanostudios.com/product/lemon-shark-quicksilver-canvas-print/',0,'product_variation','',0),(6704,1,'2017-02-20 03:19:43','2017-02-20 03:19:43','','Reef Shark 90 Degrees Canvas Print - E','Size: E','publish','closed','closed','','product-6132-variation','','','2020-05-18 02:04:29','2020-05-18 02:04:29','',6132,'http://deanostudios.com/product/reef-shark-90-degrees-canvas-print/',0,'product_variation','',0),(6705,1,'2017-02-20 03:19:44','2017-02-20 03:19:44','','Lemon Shark Quicksilver Canvas Print - B','Size: B','publish','closed','closed','','product-6093-variation-4','','','2020-05-18 01:26:32','2020-05-18 01:26:32','',6093,'http://deanostudios.com/product/lemon-shark-quicksilver-canvas-print/',0,'product_variation','',0),(6706,1,'2017-02-20 03:19:44','2017-02-20 03:19:44','','Reef Shark 90 Degrees Canvas Print - D','Size: D','publish','closed','closed','','product-6132-variation-2','','','2020-05-18 01:55:55','2020-05-18 01:55:55','',6132,'http://deanostudios.com/product/reef-shark-90-degrees-canvas-print/',0,'product_variation','',0),(6707,1,'2017-02-20 03:19:44','2017-02-20 03:19:44','','Lemon Shark Quicksilver Canvas Print - A','Size: A','publish','closed','closed','','product-6093-variation-5','','','2017-02-20 03:21:59','2017-02-20 03:21:59','',6093,'http://deanostudios.com/product/lemon-shark-quicksilver-canvas-print/',0,'product_variation','',0),(6708,1,'2017-02-20 03:19:44','2017-02-20 03:19:44','','Reef Shark 90 Degrees Canvas Print - C','Size: C','publish','closed','closed','','product-6132-variation-3','','','2020-05-18 01:45:58','2020-05-18 01:45:58','',6132,'http://deanostudios.com/product/reef-shark-90-degrees-canvas-print/',0,'product_variation','',0),(6709,1,'2017-02-20 03:19:44','2017-02-20 03:19:44','','Reef Shark 90 Degrees Canvas Print - B','Size: B','publish','closed','closed','','product-6132-variation-4','','','2020-05-18 01:26:33','2020-05-18 01:26:33','',6132,'http://deanostudios.com/product/reef-shark-90-degrees-canvas-print/',0,'product_variation','',0),(6710,1,'2017-02-20 03:19:44','2017-02-20 03:19:44','','Reef Shark 90 Degrees Canvas Print - A','Size: A','publish','closed','closed','','product-6132-variation-5','','','2017-02-20 03:22:05','2017-02-20 03:22:05','',6132,'http://deanostudios.com/product/reef-shark-90-degrees-canvas-print/',0,'product_variation','',0),(6711,1,'2017-02-20 03:19:48','2017-02-20 03:19:48','','White Shark Guadalupe 1 Canvas Print - E','Size: E','publish','closed','closed','','product-6313-variation','','','2020-05-18 01:48:48','2020-05-18 01:48:48','',6313,'http://deanostudios.com/product/white-shark-guadalupe-1-canvas-print/',5,'product_variation','',0),(6712,1,'2017-02-20 03:19:48','2017-02-20 03:19:48','','White Shark Guadalupe 1 Canvas Print - D','Size: D','publish','closed','closed','','product-6313-variation-2','','','2020-05-18 01:48:48','2020-05-18 01:48:48','',6313,'http://deanostudios.com/product/white-shark-guadalupe-1-canvas-print/',4,'product_variation','',0),(6713,1,'2017-02-20 03:19:48','2017-02-20 03:19:48','','White Shark Guadalupe 1 Canvas Print - C','Size: C','publish','closed','closed','','product-6313-variation-3','','','2020-05-18 01:48:48','2020-05-18 01:48:48','',6313,'http://deanostudios.com/product/white-shark-guadalupe-1-canvas-print/',3,'product_variation','',0),(6714,1,'2017-02-20 03:19:49','2017-02-20 03:19:49','','White Shark Guadalupe 1 Canvas Print - B','Size: B','publish','closed','closed','','product-6313-variation-4','','','2020-05-18 01:48:49','2020-05-18 01:48:49','',6313,'http://deanostudios.com/product/white-shark-guadalupe-1-canvas-print/',2,'product_variation','',0),(6715,1,'2017-02-20 03:19:49','2017-02-20 03:19:49','','White Shark Guadalupe 1 Canvas Print - A','Size: A','publish','closed','closed','','product-6313-variation-5','','','2020-05-18 01:48:49','2020-05-18 01:48:49','',6313,'http://deanostudios.com/product/white-shark-guadalupe-1-canvas-print/',1,'product_variation','',0),(6716,1,'2017-02-20 03:26:42','2017-02-20 03:26:42','','Bottlenose Dolphin Canvas Print - E','Size: E','publish','closed','closed','','product-5917-variation','','','2020-05-18 03:02:06','2020-05-18 03:02:06','',5917,'http://deanostudios.com/product/bottlenose-dolphin-canvas-print/',5,'product_variation','',0),(6717,1,'2017-02-20 03:26:42','2017-02-20 03:26:42','','Bottlenose Dolphin Canvas Print - D','Size: D','publish','closed','closed','','product-5917-variation-2','','','2020-05-18 03:02:06','2020-05-18 03:02:06','',5917,'http://deanostudios.com/product/bottlenose-dolphin-canvas-print/',4,'product_variation','',0),(6718,1,'2017-02-20 03:26:43','2017-02-20 03:26:43','','Bottlenose Dolphin Canvas Print - C','Size: C','publish','closed','closed','','product-5917-variation-3','','','2020-05-18 03:02:05','2020-05-18 03:02:05','',5917,'http://deanostudios.com/product/bottlenose-dolphin-canvas-print/',3,'product_variation','',0),(6719,1,'2017-02-20 03:26:43','2017-02-20 03:26:43','','Bottlenose Dolphin Canvas Print - B','Size: B','publish','closed','closed','','product-5917-variation-4','','','2020-05-18 03:02:05','2020-05-18 03:02:05','',5917,'http://deanostudios.com/product/bottlenose-dolphin-canvas-print/',2,'product_variation','',0),(6720,1,'2017-02-20 03:26:43','2017-02-20 03:26:43','','Bottlenose Dolphin Canvas Print - A','Size: A','publish','closed','closed','','product-5917-variation-5','','','2020-05-18 03:02:05','2020-05-18 03:02:05','',5917,'http://deanostudios.com/product/bottlenose-dolphin-canvas-print/',1,'product_variation','',0),(6721,1,'2017-02-20 03:26:47','2017-02-20 03:26:47','','Bimini Blue Canvas Print - E','Size: E','publish','closed','closed','','product-5924-variation','','','2020-05-18 02:52:15','2020-05-18 02:52:15','',5924,'http://deanostudios.com/product/bimini-blue-canvas-print/',5,'product_variation','',0),(6722,1,'2017-02-20 03:26:48','2017-02-20 03:26:48','','Bimini Blue Canvas Print - D','Size: D','publish','closed','closed','','product-5924-variation-2','','','2020-05-18 02:52:15','2020-05-18 02:52:15','',5924,'http://deanostudios.com/product/bimini-blue-canvas-print/',4,'product_variation','',0),(6723,1,'2017-02-20 03:26:48','2017-02-20 03:26:48','','Bimini Blue Canvas Print - C','Size: C','publish','closed','closed','','product-5924-variation-3','','','2020-05-18 02:52:15','2020-05-18 02:52:15','',5924,'http://deanostudios.com/product/bimini-blue-canvas-print/',3,'product_variation','',0),(6724,1,'2017-02-20 03:26:48','2017-02-20 03:26:48','','Bimini Blue Canvas Print - B','Size: B','publish','closed','closed','','product-5924-variation-4','','','2020-05-18 02:52:14','2020-05-18 02:52:14','',5924,'http://deanostudios.com/product/bimini-blue-canvas-print/',2,'product_variation','',0),(6725,1,'2017-02-20 03:26:48','2017-02-20 03:26:48','','Bimini Blue Canvas Print - A','Size: A','publish','closed','closed','','product-5924-variation-5','','','2020-05-18 02:54:57','2020-05-18 02:54:57','',5924,'http://deanostudios.com/product/bimini-blue-canvas-print/',1,'product_variation','',0),(6726,1,'2017-02-20 03:26:48','2017-02-20 03:26:48','','Swim Fast Canvas Print - E','Size: E','publish','closed','closed','','product-6224-variation','','','2020-05-18 02:04:40','2020-05-18 02:04:40','',6224,'http://deanostudios.com/product/swim-fast-canvas-print/',0,'product_variation','',0),(6727,1,'2017-02-20 03:26:49','2017-02-20 03:26:49','','Swim Fast Canvas Print - D','Size: D','publish','closed','closed','','product-6224-variation-2','','','2020-05-18 01:56:04','2020-05-18 01:56:04','',6224,'http://deanostudios.com/product/swim-fast-canvas-print/',0,'product_variation','',0),(6728,1,'2017-02-20 03:26:49','2017-02-20 03:26:49','','Swim Fast Canvas Print - C','Size: C','publish','closed','closed','','product-6224-variation-3','','','2020-05-18 01:46:10','2020-05-18 01:46:10','',6224,'http://deanostudios.com/product/swim-fast-canvas-print/',0,'product_variation','',0),(6729,1,'2017-02-20 03:26:49','2017-02-20 03:26:49','','Swim Fast Canvas Print - B','Size: B','publish','closed','closed','','product-6224-variation-4','','','2020-05-18 02:07:49','2020-05-18 02:07:49','',6224,'http://deanostudios.com/product/swim-fast-canvas-print/',0,'product_variation','',0),(6730,1,'2017-02-20 03:26:49','2017-02-20 03:26:49','','Swim Fast Canvas Print - A','Size: A','publish','closed','closed','','product-6224-variation-5','','','2017-02-20 03:28:48','2017-02-20 03:28:48','',6224,'http://deanostudios.com/product/swim-fast-canvas-print/',0,'product_variation','',0),(6731,1,'2017-02-20 03:32:57','2017-02-20 03:32:57','','Hawksbill Turtle 1 Canvas Print - E','Size: E','publish','closed','closed','','product-5982-variation','','','2020-05-18 02:04:12','2020-05-18 02:04:12','',5982,'http://deanostudios.com/product/hawksbill-turtle-1-canvas-print/',0,'product_variation','',0),(6732,1,'2017-02-20 03:32:59','2017-02-20 03:32:59','','Hawksbill Turtle 1 Canvas Print - D','Size: D','publish','closed','closed','','product-5982-variation-2','','','2020-05-18 01:55:41','2020-05-18 01:55:41','',5982,'http://deanostudios.com/product/hawksbill-turtle-1-canvas-print/',0,'product_variation','',0),(6733,1,'2017-02-20 03:32:59','2017-02-20 03:32:59','','Hawksbill Turtle 1 Canvas Print - C','Size: C','publish','closed','closed','','product-5982-variation-3','','','2020-05-18 01:45:29','2020-05-18 01:45:29','',5982,'http://deanostudios.com/product/hawksbill-turtle-1-canvas-print/',0,'product_variation','',0),(6734,1,'2017-02-20 03:32:59','2017-02-20 03:32:59','','Hawksbill Turtle 1 Canvas Print - B','Size: B','publish','closed','closed','','product-5982-variation-4','','','2020-05-18 01:26:17','2020-05-18 01:26:17','',5982,'http://deanostudios.com/product/hawksbill-turtle-1-canvas-print/',0,'product_variation','',0),(6735,1,'2017-02-20 03:32:59','2017-02-20 03:32:59','','Hawksbill Turtle 1 Canvas Print - A','Size: A','publish','closed','closed','','product-5982-variation-5','','','2017-02-20 03:35:45','2017-02-20 03:35:45','',5982,'http://deanostudios.com/product/hawksbill-turtle-1-canvas-print/',0,'product_variation','',0),(6736,1,'2017-02-20 03:33:13','2017-02-20 03:33:13','','Green Sea Turtle Canvas Print - E','Size: E','publish','closed','closed','','product-5938-variation','','','2020-05-18 02:04:11','2020-05-18 02:04:11','',5938,'http://deanostudios.com/product/green-sea-turtle-canvas-print/',0,'product_variation','',0),(6737,1,'2017-02-20 03:33:13','2017-02-20 03:33:13','','Green Sea Turtle Canvas Print - D','Size: D','publish','closed','closed','','product-5938-variation-2','','','2020-05-18 01:55:40','2020-05-18 01:55:40','',5938,'http://deanostudios.com/product/green-sea-turtle-canvas-print/',0,'product_variation','',0),(6738,1,'2017-02-20 03:33:14','2017-02-20 03:33:14','','Green Sea Turtle Canvas Print - C','Size: C','publish','closed','closed','','product-5938-variation-3','','','2020-05-18 01:45:29','2020-05-18 01:45:29','',5938,'http://deanostudios.com/product/green-sea-turtle-canvas-print/',0,'product_variation','',0),(6739,1,'2017-02-20 03:33:14','2017-02-20 03:33:14','','Green Sea Turtle Canvas Print - B','Size: B','publish','closed','closed','','product-5938-variation-4','','','2020-05-18 01:21:09','2020-05-18 01:21:09','',5938,'http://deanostudios.com/product/green-sea-turtle-canvas-print/',0,'product_variation','',0),(6740,1,'2017-02-20 03:33:14','2017-02-20 03:33:14','','Green Sea Turtle Canvas Print - A','Size: A','publish','closed','closed','','product-5938-variation-5','','','2017-02-20 03:35:49','2017-02-20 03:35:49','',5938,'http://deanostudios.com/product/green-sea-turtle-canvas-print/',0,'product_variation','',0),(6741,1,'2017-02-20 03:34:09','2017-02-20 03:34:09','','Gazing Reef Canvas Print - E','Size: E','publish','closed','closed','','product-5931-variation','','','2020-05-18 02:04:11','2020-05-18 02:04:11','',5931,'http://deanostudios.com/product/gazing-reef-canvas-print/',0,'product_variation','',0),(6742,1,'2017-02-20 03:34:10','2017-02-20 03:34:10','','Gazing Reef Canvas Print - D','Size: D','publish','closed','closed','','product-5931-variation-2','','','2020-05-18 01:55:40','2020-05-18 01:55:40','',5931,'http://deanostudios.com/product/gazing-reef-canvas-print/',0,'product_variation','',0),(6743,1,'2017-02-20 03:34:10','2017-02-20 03:34:10','','Gazing Reef Canvas Print - C','Size: C','publish','closed','closed','','product-5931-variation-3','','','2020-05-18 01:45:29','2020-05-18 01:45:29','',5931,'http://deanostudios.com/product/gazing-reef-canvas-print/',0,'product_variation','',0),(6744,1,'2017-02-20 03:34:10','2017-02-20 03:34:10','','Gazing Reef Canvas Print - B','Size: B','publish','closed','closed','','product-5931-variation-4','','','2020-05-18 01:21:08','2020-05-18 01:21:08','',5931,'http://deanostudios.com/product/gazing-reef-canvas-print/',0,'product_variation','',0),(6745,1,'2017-02-20 03:34:10','2017-02-20 03:34:10','','Gazing Reef Canvas Print - A','Size: A','publish','closed','closed','','product-5931-variation-5','','','2017-02-20 03:35:53','2017-02-20 03:35:53','',5931,'http://deanostudios.com/product/gazing-reef-canvas-print/',0,'product_variation','',0),(6746,1,'2017-02-20 03:40:07','2017-02-20 03:40:07','','Hawksbill Turtle Canvas Print - E','Size: E','publish','closed','closed','','product-6052-variation','','','2020-05-18 02:04:12','2020-05-18 02:04:12','',6052,'http://deanostudios.com/product/hawksbill-turtle-canvas-print/',0,'product_variation','',0),(6747,1,'2017-02-20 03:40:09','2017-02-20 03:40:09','','Hawksbill Turtle Canvas Print - D','Size: D','publish','closed','closed','','product-6052-variation-2','','','2020-05-18 01:55:41','2020-05-18 01:55:41','',6052,'http://deanostudios.com/product/hawksbill-turtle-canvas-print/',0,'product_variation','',0),(6748,1,'2017-02-20 03:40:09','2017-02-20 03:40:09','','Hawksbill Turtle Canvas Print - C','Size: C','publish','closed','closed','','product-6052-variation-3','','','2020-05-18 01:45:30','2020-05-18 01:45:30','',6052,'http://deanostudios.com/product/hawksbill-turtle-canvas-print/',0,'product_variation','',0),(6749,1,'2017-02-20 03:40:09','2017-02-20 03:40:09','','Hawksbill Turtle Canvas Print - B','Size: B','publish','closed','closed','','product-6052-variation-4','','','2020-05-18 01:26:17','2020-05-18 01:26:17','',6052,'http://deanostudios.com/product/hawksbill-turtle-canvas-print/',0,'product_variation','',0),(6750,1,'2017-02-20 03:40:09','2017-02-20 03:40:09','','Hawksbill Turtle Canvas Print - A','Size: A','publish','closed','closed','','product-6052-variation-5','','','2017-02-20 03:41:45','2017-02-20 03:41:45','',6052,'http://deanostudios.com/product/hawksbill-turtle-canvas-print/',0,'product_variation','',0),(6751,1,'2017-02-20 03:40:13','2017-02-20 03:40:13','','Hawksbill Turtle Eating Sponge Canvas Print - E','Size: E','publish','closed','closed','','product-5994-variation','','','2020-05-18 02:04:12','2020-05-18 02:04:12','',5994,'http://deanostudios.com/product/hawksbill-turtle-eating-sponge-canvas-print/',0,'product_variation','',0),(6752,1,'2017-02-20 03:40:14','2017-02-20 03:40:14','','Hawksbill Turtle Eating Sponge Canvas Print - D','Size: D','publish','closed','closed','','product-5994-variation-2','','','2020-05-18 01:55:41','2020-05-18 01:55:41','',5994,'http://deanostudios.com/product/hawksbill-turtle-eating-sponge-canvas-print/',0,'product_variation','',0),(6753,1,'2017-02-20 03:40:14','2017-02-20 03:40:14','','Hawksbill Turtle Eating Sponge Canvas Print - C','Size: C','publish','closed','closed','','product-5994-variation-3','','','2020-05-18 01:45:30','2020-05-18 01:45:30','',5994,'http://deanostudios.com/product/hawksbill-turtle-eating-sponge-canvas-print/',0,'product_variation','',0),(6754,1,'2017-02-20 03:40:14','2017-02-20 03:40:14','','Hawksbill Turtle Eating Sponge Canvas Print - B','Size: B','publish','closed','closed','','product-5994-variation-4','','','2020-05-18 01:26:17','2020-05-18 01:26:17','',5994,'http://deanostudios.com/product/hawksbill-turtle-eating-sponge-canvas-print/',0,'product_variation','',0),(6755,1,'2017-02-20 03:40:15','2017-02-20 03:40:15','','Hawksbill Turtle Eating Sponge Canvas Print - A','Size: A','publish','closed','closed','','product-5994-variation-5','','','2017-02-20 03:42:11','2017-02-20 03:42:11','',5994,'http://deanostudios.com/product/hawksbill-turtle-eating-sponge-canvas-print/',0,'product_variation','',0),(6756,1,'2017-02-20 03:42:22','2017-02-20 03:42:22','','Hawksbill Turtle 2 Canvas Print - C','Size: C','publish','closed','closed','','product-5892-variation','','','2020-05-18 01:45:29','2020-05-18 01:45:29','',5892,'http://deanostudios.com/product/hawksbill-turtle-2-canvas-print/',0,'product_variation','',0),(6757,1,'2017-02-20 03:42:22','2017-02-20 03:42:22','','Hawksbill Turtle 2 Canvas Print - B','Size: B','publish','closed','closed','','product-5892-variation-2','','','2020-05-18 02:07:37','2020-05-18 02:07:37','',5892,'http://deanostudios.com/product/hawksbill-turtle-2-canvas-print/',0,'product_variation','',0),(6758,1,'2017-02-20 03:42:22','2017-02-20 03:42:22','','Hawksbill Turtle 2 Canvas Print - A','Size: A','publish','closed','closed','','product-5892-variation-3','','','2017-02-20 03:43:18','2017-02-20 03:43:18','',5892,'http://deanostudios.com/product/hawksbill-turtle-2-canvas-print/',0,'product_variation','',0),(6759,1,'2017-02-20 03:47:33','2017-02-20 03:47:33','','Hawksbill-Turtle-2-6-13_4x5-1-1','','inherit','open','closed','','hawksbill-turtle-2-6-13_4x5-1-1','','','2017-02-27 20:57:48','2017-02-27 20:57:48','',5892,'http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-2-6-13_4x5-1-1.png',0,'attachment','image/png',0),(6760,1,'2017-02-20 03:50:50','2017-02-20 03:50:50','','Hawksbill Turtle Flight 2 Canvas Print - E','Size: E','publish','closed','closed','','product-6001-variation','','','2020-05-18 02:04:14','2020-05-18 02:04:14','',6001,'http://deanostudios.com/product/hawksbill-turtle-flight-2-canvas-print/',0,'product_variation','',0),(6761,1,'2017-02-20 03:50:50','2017-02-20 03:50:50','','Hawksbill Turtle Flight 2 Canvas Print - D','Size: D','publish','closed','closed','','product-6001-variation-2','','','2020-05-18 01:55:41','2020-05-18 01:55:41','',6001,'http://deanostudios.com/product/hawksbill-turtle-flight-2-canvas-print/',0,'product_variation','',0),(6762,1,'2017-02-20 03:50:50','2017-02-20 03:50:50','','Hawksbill Turtle Flight 2 Canvas Print - C','Size: C','publish','closed','closed','','product-6001-variation-3','','','2020-05-18 01:45:30','2020-05-18 01:45:30','',6001,'http://deanostudios.com/product/hawksbill-turtle-flight-2-canvas-print/',0,'product_variation','',0),(6763,1,'2017-02-20 03:50:50','2017-02-20 03:50:50','','Hawksbill Turtle Flight 2 Canvas Print - B','Size: B','publish','closed','closed','','product-6001-variation-4','','','2020-05-18 01:26:18','2020-05-18 01:26:18','',6001,'http://deanostudios.com/product/hawksbill-turtle-flight-2-canvas-print/',0,'product_variation','',0),(6764,1,'2017-02-20 03:50:50','2017-02-20 03:50:50','','Hawksbill Turtle Flight 2 Canvas Print - A','Size: A','publish','closed','closed','','product-6001-variation-5','','','2017-02-20 03:53:04','2017-02-20 03:53:04','',6001,'http://deanostudios.com/product/hawksbill-turtle-flight-2-canvas-print/',0,'product_variation','',0),(6765,1,'2017-02-20 03:50:50','2017-02-20 03:50:50','','Hawksbill Turtle Flight 3 Canvas Print - E','Size: E','publish','closed','closed','','product-6016-variation','','','2020-05-18 02:04:14','2020-05-18 02:04:14','',6016,'http://deanostudios.com/product/hawksbill-turtle-flight-3-canvas-print/',0,'product_variation','',0),(6766,1,'2017-02-20 03:50:51','2017-02-20 03:50:51','','Hawksbill Turtle Flight 3 Canvas Print - D','Size: D','publish','closed','closed','','product-6016-variation-2','','','2020-05-18 01:55:41','2020-05-18 01:55:41','',6016,'http://deanostudios.com/product/hawksbill-turtle-flight-3-canvas-print/',0,'product_variation','',0),(6767,1,'2017-02-20 03:50:51','2017-02-20 03:50:51','','Hawksbill Turtle Flight 3 Canvas Print - C','Size: C','publish','closed','closed','','product-6016-variation-3','','','2020-05-18 01:45:30','2020-05-18 01:45:30','',6016,'http://deanostudios.com/product/hawksbill-turtle-flight-3-canvas-print/',0,'product_variation','',0),(6768,1,'2017-02-20 03:50:51','2017-02-20 03:50:51','','Hawksbill Turtle Flight 3 Canvas Print - B','Size: B','publish','closed','closed','','product-6016-variation-4','','','2020-05-18 01:26:18','2020-05-18 01:26:18','',6016,'http://deanostudios.com/product/hawksbill-turtle-flight-3-canvas-print/',0,'product_variation','',0),(6769,1,'2017-02-20 03:50:52','2017-02-20 03:50:52','','Hawksbill Turtle Flight 3 Canvas Print - A','Size: A','publish','closed','closed','','product-6016-variation-5','','','2017-02-20 03:53:00','2017-02-20 03:53:00','',6016,'http://deanostudios.com/product/hawksbill-turtle-flight-3-canvas-print/',0,'product_variation','',0),(6770,1,'2017-02-20 03:51:06','2017-02-20 03:51:06','','Hawksbill Turtle Flight 1 Canvas Print - E','Size: E','publish','closed','closed','','product-6009-variation','','','2020-05-18 02:04:12','2020-05-18 02:04:12','',6009,'http://deanostudios.com/product/hawksbill-turtle-flight-1-canvas-print/',0,'product_variation','',0),(6771,1,'2017-02-20 03:51:07','2017-02-20 03:51:07','','Hawksbill Turtle Flight 1 Canvas Print - D','Size: D','publish','closed','closed','','product-6009-variation-2','','','2020-05-18 01:55:41','2020-05-18 01:55:41','',6009,'http://deanostudios.com/product/hawksbill-turtle-flight-1-canvas-print/',0,'product_variation','',0),(6772,1,'2017-02-20 03:51:07','2017-02-20 03:51:07','','Hawksbill Turtle Flight 1 Canvas Print - C','Size: C','publish','closed','closed','','product-6009-variation-3','','','2020-05-18 01:45:30','2020-05-18 01:45:30','',6009,'http://deanostudios.com/product/hawksbill-turtle-flight-1-canvas-print/',0,'product_variation','',0),(6773,1,'2017-02-20 03:51:07','2017-02-20 03:51:07','','Hawksbill Turtle Flight 1 Canvas Print - B','Size: B','publish','closed','closed','','product-6009-variation-4','','','2020-05-18 01:26:18','2020-05-18 01:26:18','',6009,'http://deanostudios.com/product/hawksbill-turtle-flight-1-canvas-print/',0,'product_variation','',0),(6774,1,'2017-02-20 03:51:07','2017-02-20 03:51:07','','Hawksbill Turtle Flight 1 Canvas Print - A','Size: A','publish','closed','closed','','product-6009-variation-5','','','2017-02-20 03:53:09','2017-02-20 03:53:09','',6009,'http://deanostudios.com/product/hawksbill-turtle-flight-1-canvas-print/',0,'product_variation','',0),(6775,1,'2017-02-20 03:57:18','2017-02-20 03:57:18','','Hawksbill Turtle Sitting Canvas Print - C','Size: C','publish','closed','closed','','product-5907-variation','','','2020-05-18 01:45:48','2020-05-18 01:45:48','',5907,'http://deanostudios.com/product/hawksbill-turtle-sitting-canvas-print/',0,'product_variation','',0),(6776,1,'2017-02-20 03:57:19','2017-02-20 03:57:19','','Hawksbill Turtle Sitting Canvas Print - B','Size: B','publish','closed','closed','','product-5907-variation-2','','','2020-05-18 02:07:37','2020-05-18 02:07:37','',5907,'http://deanostudios.com/product/hawksbill-turtle-sitting-canvas-print/',0,'product_variation','',0),(6777,1,'2017-02-20 03:57:19','2017-02-20 03:57:19','','Hawksbill Turtle Sitting Canvas Print - A','Size: A','publish','closed','closed','','product-5907-variation-3','','','2017-02-20 04:00:38','2017-02-20 04:00:38','',5907,'http://deanostudios.com/product/hawksbill-turtle-sitting-canvas-print/',0,'product_variation','',0),(6778,1,'2017-02-20 03:57:18','2017-02-20 03:57:18','','Hawksbill Turtle in Coral 2 Canvas Print - E','Size: E','publish','closed','closed','','product-6030-variation','','','2020-05-18 02:04:15','2020-05-18 02:04:15','',6030,'http://deanostudios.com/product/hawksbill-turtle-in-coral-2-canvas-print/',0,'product_variation','',0),(6779,1,'2017-02-20 03:57:19','2017-02-20 03:57:19','','Hawksbill Turtle in Coral 2 Canvas Print - D','Size: D','publish','closed','closed','','product-6030-variation-2','','','2020-05-18 01:55:42','2020-05-18 01:55:42','',6030,'http://deanostudios.com/product/hawksbill-turtle-in-coral-2-canvas-print/',0,'product_variation','',0),(6780,1,'2017-02-20 03:57:19','2017-02-20 03:57:19','','Hawksbill Turtle in Coral 2 Canvas Print - C','Size: C','publish','closed','closed','','product-6030-variation-3','','','2020-05-18 01:45:31','2020-05-18 01:45:31','',6030,'http://deanostudios.com/product/hawksbill-turtle-in-coral-2-canvas-print/',0,'product_variation','',0),(6781,1,'2017-02-20 03:57:19','2017-02-20 03:57:19','','Hawksbill Turtle in Coral 2 Canvas Print - B','Size: B','publish','closed','closed','','product-6030-variation-4','','','2020-05-18 01:26:18','2020-05-18 01:26:18','',6030,'http://deanostudios.com/product/hawksbill-turtle-in-coral-2-canvas-print/',0,'product_variation','',0),(6782,1,'2017-02-20 03:57:19','2017-02-20 03:57:19','','Hawksbill Turtle in Coral 2 Canvas Print - A','Size: A','publish','closed','closed','','product-6030-variation-5','','','2017-02-20 03:59:51','2017-02-20 03:59:51','',6030,'http://deanostudios.com/product/hawksbill-turtle-in-coral-2-canvas-print/',0,'product_variation','',0),(6783,1,'2017-02-20 03:57:26','2017-02-20 03:57:26','','Hawksbill Turtle in Coral 1 Canvas Print - E','Size: E','publish','closed','closed','','product-6023-variation','','','2020-05-18 02:04:15','2020-05-18 02:04:15','',6023,'http://deanostudios.com/product/hawksbill-turtle-in-coral-1-canvas-print/',0,'product_variation','',0),(6784,1,'2017-02-20 03:57:27','2017-02-20 03:57:27','','Hawksbill Turtle in Coral 1 Canvas Print - D','Size: D','publish','closed','closed','','product-6023-variation-2','','','2020-05-18 01:55:42','2020-05-18 01:55:42','',6023,'http://deanostudios.com/product/hawksbill-turtle-in-coral-1-canvas-print/',0,'product_variation','',0),(6785,1,'2017-02-20 03:57:27','2017-02-20 03:57:27','','Hawksbill Turtle in Coral 1 Canvas Print - C','Size: C','publish','closed','closed','','product-6023-variation-3','','','2020-05-18 01:45:31','2020-05-18 01:45:31','',6023,'http://deanostudios.com/product/hawksbill-turtle-in-coral-1-canvas-print/',0,'product_variation','',0),(6786,1,'2017-02-20 03:57:27','2017-02-20 03:57:27','','Hawksbill Turtle in Coral 1 Canvas Print - B','Size: B','publish','closed','closed','','product-6023-variation-4','','','2020-05-18 01:26:18','2020-05-18 01:26:18','',6023,'http://deanostudios.com/product/hawksbill-turtle-in-coral-1-canvas-print/',0,'product_variation','',0),(6787,1,'2017-02-20 03:57:27','2017-02-20 03:57:27','','Hawksbill Turtle in Coral 1 Canvas Print - A','Size: A','publish','closed','closed','','product-6023-variation-5','','','2017-02-20 03:59:56','2017-02-20 03:59:56','',6023,'http://deanostudios.com/product/hawksbill-turtle-in-coral-1-canvas-print/',0,'product_variation','',0),(6788,1,'2017-02-20 03:59:26','2017-02-20 03:59:26','','Hawksbill Turtle Sitting','','inherit','open','closed','','hawksbill-turtle-sitting-6-13_4x5','','','2017-02-27 20:57:52','2017-02-27 20:57:52','',5907,'http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-Sitting-6-13_4x5-1.png',0,'attachment','image/png',0),(6789,1,'2017-02-20 04:04:10','2017-02-20 04:04:10','','Hawksbill Turtle With Sponge 3 Canvas Print - E','Size: E','publish','closed','closed','','product-6047-variation-3','','','2020-05-18 02:04:27','2020-05-18 02:04:27','',6047,'http://deanostudios.com/product/hawksbill-turtle-with-sponge-3-canvas-print/',0,'product_variation','',0),(6790,1,'2017-02-20 04:04:11','2017-02-20 04:04:11','','Hawksbill Turtle With Sponge 3 Canvas Print - D','Size: D','publish','closed','closed','','product-6047-variation-4','','','2020-05-18 01:55:53','2020-05-18 01:55:53','',6047,'http://deanostudios.com/product/hawksbill-turtle-with-sponge-3-canvas-print/',0,'product_variation','',0),(6791,1,'2017-02-20 04:04:11','2017-02-20 04:04:11','','Hawksbill Turtle With Sponge 3 Canvas Print - C','Size: C','publish','closed','closed','','product-6047-variation-5','','','2020-05-18 01:45:48','2020-05-18 01:45:48','',6047,'http://deanostudios.com/product/hawksbill-turtle-with-sponge-3-canvas-print/',0,'product_variation','',0),(6792,1,'2017-02-20 04:04:11','2017-02-20 04:04:11','','Hawksbill Turtle With Sponge 3 Canvas Print - B','Size: B','publish','closed','closed','','product-6047-variation-6','','','2020-05-18 01:26:19','2020-05-18 01:26:19','',6047,'http://deanostudios.com/product/hawksbill-turtle-with-sponge-3-canvas-print/',0,'product_variation','',0),(6793,1,'2017-02-20 04:04:11','2017-02-20 04:04:11','','Hawksbill Turtle With Sponge 3 Canvas Print - A','Size: A','publish','closed','closed','','product-6047-variation-7','','','2017-02-20 04:06:36','2017-02-20 04:06:36','',6047,'http://deanostudios.com/product/hawksbill-turtle-with-sponge-3-canvas-print/',0,'product_variation','',0),(6794,1,'2017-02-20 04:04:12','2017-02-20 04:04:12','','Hawksbill Turtle With Sponge 2 Canvas Print - E','Size: E','publish','closed','closed','','product-6042-variation-3','','','2020-05-18 02:04:27','2020-05-18 02:04:27','',6042,'http://deanostudios.com/product/hawksbill-turtle-with-sponge-2-canvas-print/',0,'product_variation','',0),(6795,1,'2017-02-20 04:04:13','2017-02-20 04:04:13','','Hawksbill Turtle With Sponge 2 Canvas Print - D','Size: D','publish','closed','closed','','product-6042-variation-4','','','2020-05-18 01:55:53','2020-05-18 01:55:53','',6042,'http://deanostudios.com/product/hawksbill-turtle-with-sponge-2-canvas-print/',0,'product_variation','',0),(6796,1,'2017-02-20 04:04:13','2017-02-20 04:04:13','','Hawksbill Turtle With Sponge 2 Canvas Print - C','Size: C','publish','closed','closed','','product-6042-variation-5','','','2020-05-18 01:45:48','2020-05-18 01:45:48','',6042,'http://deanostudios.com/product/hawksbill-turtle-with-sponge-2-canvas-print/',0,'product_variation','',0),(6797,1,'2017-02-20 04:04:13','2017-02-20 04:04:13','','Hawksbill Turtle With Sponge 2 Canvas Print - B','Size: B','publish','closed','closed','','product-6042-variation-6','','','2020-05-18 01:26:19','2020-05-18 01:26:19','',6042,'http://deanostudios.com/product/hawksbill-turtle-with-sponge-2-canvas-print/',0,'product_variation','',0),(6798,1,'2017-02-20 04:04:13','2017-02-20 04:04:13','','Hawksbill Turtle With Sponge 2 Canvas Print - A','Size: A','publish','closed','closed','','product-6042-variation-7','','','2017-02-20 04:06:59','2017-02-20 04:06:59','',6042,'http://deanostudios.com/product/hawksbill-turtle-with-sponge-2-canvas-print/',0,'product_variation','',0),(6799,1,'2017-02-20 04:04:15','2017-02-20 04:04:15','','Hawksbill Turtle With Sponge 1 Canvas Print - E','Size: E','publish','closed','closed','','product-6037-variation-3','','','2020-05-18 02:04:15','2020-05-18 02:04:15','',6037,'http://deanostudios.com/product/hawksbill-turtle-with-sponge-1-canvas-print/',0,'product_variation','',0),(6800,1,'2017-02-20 04:04:16','2017-02-20 04:04:16','','Hawksbill Turtle With Sponge 1 Canvas Print - D','Size: D','publish','closed','closed','','product-6037-variation-4','','','2020-05-18 01:55:42','2020-05-18 01:55:42','',6037,'http://deanostudios.com/product/hawksbill-turtle-with-sponge-1-canvas-print/',0,'product_variation','',0),(6801,1,'2017-02-20 04:04:16','2017-02-20 04:04:16','','Hawksbill Turtle With Sponge 1 Canvas Print - C','Size: C','publish','closed','closed','','product-6037-variation-5','','','2020-05-18 01:45:48','2020-05-18 01:45:48','',6037,'http://deanostudios.com/product/hawksbill-turtle-with-sponge-1-canvas-print/',0,'product_variation','',0),(6802,1,'2017-02-20 04:04:16','2017-02-20 04:04:16','','Hawksbill Turtle With Sponge 1 Canvas Print - B','Size: B','publish','closed','closed','','product-6037-variation-6','','','2020-05-18 01:26:19','2020-05-18 01:26:19','',6037,'http://deanostudios.com/product/hawksbill-turtle-with-sponge-1-canvas-print/',0,'product_variation','',0),(6803,1,'2017-02-20 04:04:16','2017-02-20 04:04:16','','Hawksbill Turtle With Sponge 1 Canvas Print - A','Size: A','publish','closed','closed','','product-6037-variation-7','','','2017-02-20 04:07:07','2017-02-20 04:07:07','',6037,'http://deanostudios.com/product/hawksbill-turtle-with-sponge-1-canvas-print/',0,'product_variation','',0),(6804,1,'2017-02-20 04:11:48','2017-02-20 04:11:48','','Lemon Shark Chrome Surface Canvas Print - E','Size: E','publish','closed','closed','','product-6072-variation','','','2020-05-18 02:04:27','2020-05-18 02:04:27','',6072,'http://deanostudios.com/product/lemon-shark-chrome-surface-canvas-print/',0,'product_variation','',0),(6805,1,'2017-02-20 04:11:49','2017-02-20 04:11:49','','Lemon Shark Chrome Surface Canvas Print - D','Size: D','publish','closed','closed','','product-6072-variation-2','','','2020-05-18 01:55:53','2020-05-18 01:55:53','',6072,'http://deanostudios.com/product/lemon-shark-chrome-surface-canvas-print/',0,'product_variation','',0),(6806,1,'2017-02-20 04:11:49','2017-02-20 04:11:49','','Lemon and Reef Canvas Print - E','Size: E','publish','closed','closed','','product-6065-variation','','','2020-05-18 02:04:27','2020-05-18 02:04:27','',6065,'http://deanostudios.com/product/lemon-and-reef-canvas-print/',0,'product_variation','',0),(6807,1,'2017-02-20 04:11:50','2017-02-20 04:11:50','','Lemon Shark Chrome Surface Canvas Print - C','Size: C','publish','closed','closed','','product-6072-variation-3','','','2020-05-18 01:45:49','2020-05-18 01:45:49','',6072,'http://deanostudios.com/product/lemon-shark-chrome-surface-canvas-print/',0,'product_variation','',0),(6808,1,'2017-02-20 04:11:50','2017-02-20 04:11:50','','Lemon and Reef Canvas Print - D','Size: D','publish','closed','closed','','product-6065-variation-2','','','2020-05-18 01:55:53','2020-05-18 01:55:53','',6065,'http://deanostudios.com/product/lemon-and-reef-canvas-print/',0,'product_variation','',0),(6809,1,'2017-02-20 04:11:50','2017-02-20 04:11:50','','Lemon Shark Chrome Surface Canvas Print - B','Size: B','publish','closed','closed','','product-6072-variation-4','','','2020-05-18 01:26:31','2020-05-18 01:26:31','',6072,'http://deanostudios.com/product/lemon-shark-chrome-surface-canvas-print/',0,'product_variation','',0),(6810,1,'2017-02-20 04:11:50','2017-02-20 04:11:50','','Lemon and Reef Canvas Print - C','Size: C','publish','closed','closed','','product-6065-variation-3','','','2020-05-18 01:45:49','2020-05-18 01:45:49','',6065,'http://deanostudios.com/product/lemon-and-reef-canvas-print/',0,'product_variation','',0),(6811,1,'2017-02-20 04:11:50','2017-02-20 04:11:50','','Lemon Shark Chrome Surface Canvas Print - A','Size: A','publish','closed','closed','','product-6072-variation-5','','','2017-02-20 04:14:47','2017-02-20 04:14:47','',6072,'http://deanostudios.com/product/lemon-shark-chrome-surface-canvas-print/',0,'product_variation','',0),(6812,1,'2017-02-20 04:11:50','2017-02-20 04:11:50','','Lemon and Reef Canvas Print - B','Size: B','publish','closed','closed','','product-6065-variation-4','','','2020-05-18 01:26:31','2020-05-18 01:26:31','',6065,'http://deanostudios.com/product/lemon-and-reef-canvas-print/',0,'product_variation','',0),(6813,1,'2017-02-20 04:11:50','2017-02-20 04:11:50','','Lemon and Reef Canvas Print - A','Size: A','publish','closed','closed','','product-6065-variation-5','','','2017-02-20 04:14:58','2017-02-20 04:14:58','',6065,'http://deanostudios.com/product/lemon-and-reef-canvas-print/',0,'product_variation','',0),(6814,1,'2017-02-20 04:12:03','2017-02-20 04:12:03','','Hawksbill Turtle With Sponge 4 Canvas Print - C','Size: C','publish','closed','closed','','product-5911-variation','','','2020-05-18 01:45:49','2020-05-18 01:45:49','',5911,'http://deanostudios.com/product/hawksbill-turtle-with-sponge-4-canvas-print/',0,'product_variation','',0),(6815,1,'2017-02-20 04:12:04','2017-02-20 04:12:04','','Hawksbill Turtle With Sponge 4 Canvas Print - B','Size: B','publish','closed','closed','','product-5911-variation-2','','','2020-05-18 02:07:37','2020-05-18 02:07:37','',5911,'http://deanostudios.com/product/hawksbill-turtle-with-sponge-4-canvas-print/',0,'product_variation','',0),(6816,1,'2017-02-20 04:12:04','2017-02-20 04:12:04','','Hawksbill Turtle With Sponge 4 Canvas Print - A','Size: A','publish','closed','closed','','product-5911-variation-3','','','2017-02-20 04:14:08','2017-02-20 04:14:08','',5911,'http://deanostudios.com/product/hawksbill-turtle-with-sponge-4-canvas-print/',0,'product_variation','',0),(6817,1,'2017-02-20 04:19:22','2017-02-20 04:19:22','','Lemon Shark Chrome Surface Canvas Print','<p>Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame.</p><p>Available sizes:<br> A: 12\" x 18\"<br> B: 20\" x 30\"<br> C: 24\" x 36\"<br> D: 30\" x 45\"<br> E: 36\" x 54\"</p>','inherit','closed','closed','','6072-autosave-v1','','','2017-02-20 04:19:22','2017-02-20 04:19:22','',6072,'http://deanostudios.com/2017/02/20/6072-autosave-v1/',0,'revision','',0),(6818,1,'2017-02-20 04:19:38','2017-02-20 04:19:38','','Manatee Mother & Child Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame.\n\nAvailable sizes:\nA: 12\" x 18\"\nB: 20\" x 30\"\nC: 24\" x 36\"\nD: 30\" x 45\"\nE: 36\" x 54\"','inherit','closed','closed','','6117-autosave-v1','','','2017-02-20 04:19:38','2017-02-20 04:19:38','',6117,'http://deanostudios.com/2017/02/20/6117-autosave-v1/',0,'revision','',0),(6819,1,'2017-02-20 04:20:14','2017-02-20 04:20:14','','Manatee Mother & Child Canvas Print - E','Size: E','publish','closed','closed','','product-6117-variation','','','2020-05-18 02:04:28','2020-05-18 02:04:28','',6117,'http://deanostudios.com/product/manatee-mother-child-canvas-print/',0,'product_variation','',0),(6820,1,'2017-02-20 04:20:15','2017-02-20 04:20:15','','Manatee Mother & Child Canvas Print - D','Size: D','publish','closed','closed','','product-6117-variation-2','','','2020-05-18 01:55:55','2020-05-18 01:55:55','',6117,'http://deanostudios.com/product/manatee-mother-child-canvas-print/',0,'product_variation','',0),(6821,1,'2017-02-20 04:20:15','2017-02-20 04:20:15','','Manatee Mother & Child Canvas Print - C','Size: C','publish','closed','closed','','product-6117-variation-3','','','2020-05-18 01:45:57','2020-05-18 01:45:57','',6117,'http://deanostudios.com/product/manatee-mother-child-canvas-print/',0,'product_variation','',0),(6822,1,'2017-02-20 04:20:15','2017-02-20 04:20:15','','Manatee Mother & Child Canvas Print - B','Size: B','publish','closed','closed','','product-6117-variation-4','','','2020-05-18 01:26:33','2020-05-18 01:26:33','',6117,'http://deanostudios.com/product/manatee-mother-child-canvas-print/',0,'product_variation','',0),(6823,1,'2017-02-20 04:20:15','2017-02-20 04:20:15','','Manatee Mother & Child Canvas Print - A','Size: A','publish','closed','closed','','product-6117-variation-5','','','2017-02-20 04:21:22','2017-02-20 04:21:22','',6117,'http://deanostudios.com/product/manatee-mother-child-canvas-print/',0,'product_variation','',0),(6824,1,'2017-02-20 04:20:25','2017-02-20 04:20:25','','Lemon Shark Over the Reef Canvas Print - E','Size: E','publish','closed','closed','','product-6086-variation','','','2020-05-18 02:04:28','2020-05-18 02:04:28','',6086,'http://deanostudios.com/product/lemon-shark-over-the-reef-canvas-print/',0,'product_variation','',0),(6825,1,'2017-02-20 04:20:26','2017-02-20 04:20:26','','Lemon Shark Over the Reef Canvas Print - D','Size: D','publish','closed','closed','','product-6086-variation-2','','','2020-05-18 01:55:54','2020-05-18 01:55:54','',6086,'http://deanostudios.com/product/lemon-shark-over-the-reef-canvas-print/',0,'product_variation','',0),(6826,1,'2017-02-20 04:20:26','2017-02-20 04:20:26','','Lemon Shark Over the Reef Canvas Print - C','Size: C','publish','closed','closed','','product-6086-variation-3','','','2020-05-18 01:45:49','2020-05-18 01:45:49','',6086,'http://deanostudios.com/product/lemon-shark-over-the-reef-canvas-print/',0,'product_variation','',0),(6827,1,'2017-02-20 04:20:26','2017-02-20 04:20:26','','Lemon Shark Over the Reef Canvas Print - B','Size: B','publish','closed','closed','','product-6086-variation-4','','','2020-05-18 01:26:32','2020-05-18 01:26:32','',6086,'http://deanostudios.com/product/lemon-shark-over-the-reef-canvas-print/',0,'product_variation','',0),(6828,1,'2017-02-20 04:20:26','2017-02-20 04:20:26','','Lemon Shark Over the Reef Canvas Print - A','Size: A','publish','closed','closed','','product-6086-variation-5','','','2017-02-20 04:22:11','2017-02-20 04:22:11','',6086,'http://deanostudios.com/product/lemon-shark-over-the-reef-canvas-print/',0,'product_variation','',0),(6829,1,'2017-02-20 04:20:31','2017-02-20 04:20:31','','Lemon Shark Cleaned by Ramoras Canvas Print - E','Size: E','publish','closed','closed','','product-6079-variation','','','2020-05-18 02:04:28','2020-05-18 02:04:28','',6079,'http://deanostudios.com/product/lemon-shark-cleaned-by-ramoras-canvas-print/',0,'product_variation','',0),(6830,1,'2017-02-20 04:20:32','2017-02-20 04:20:32','','Lemon Shark Cleaned by Ramoras Canvas Print - D','Size: D','publish','closed','closed','','product-6079-variation-2','','','2020-05-18 01:55:54','2020-05-18 01:55:54','',6079,'http://deanostudios.com/product/lemon-shark-cleaned-by-ramoras-canvas-print/',0,'product_variation','',0),(6831,1,'2017-02-20 04:20:32','2017-02-20 04:20:32','','Lemon Shark Cleaned by Ramoras Canvas Print - C','Size: C','publish','closed','closed','','product-6079-variation-3','','','2020-05-18 01:45:49','2020-05-18 01:45:49','',6079,'http://deanostudios.com/product/lemon-shark-cleaned-by-ramoras-canvas-print/',0,'product_variation','',0),(6832,1,'2017-02-20 04:20:32','2017-02-20 04:20:32','','Lemon Shark Cleaned by Ramoras Canvas Print - B','Size: B','publish','closed','closed','','product-6079-variation-4','','','2020-05-18 01:26:32','2020-05-18 01:26:32','',6079,'http://deanostudios.com/product/lemon-shark-cleaned-by-ramoras-canvas-print/',0,'product_variation','',0),(6833,1,'2017-02-20 04:20:32','2017-02-20 04:20:32','','Lemon Shark Cleaned by Ramoras Canvas Print - A','Size: A','publish','closed','closed','','product-6079-variation-5','','','2017-02-20 04:22:57','2017-02-20 04:22:57','',6079,'http://deanostudios.com/product/lemon-shark-cleaned-by-ramoras-canvas-print/',0,'product_variation','',0),(6834,1,'2017-02-20 04:27:32','2017-02-20 04:27:32','','Reef Shark and Brain Coral Canvas Print - E','Size: E','publish','closed','closed','','product-6139-variation','','','2020-05-18 02:04:29','2020-05-18 02:04:29','',6139,'http://deanostudios.com/product/reef-shark-and-brain-coral-canvas-print/',0,'product_variation','',0),(6835,1,'2017-02-20 04:27:33','2017-02-20 04:27:33','','Reef Shark and Brain Coral Canvas Print - D','Size: D','publish','closed','closed','','product-6139-variation-2','','','2020-05-18 01:55:55','2020-05-18 01:55:55','',6139,'http://deanostudios.com/product/reef-shark-and-brain-coral-canvas-print/',0,'product_variation','',0),(6836,1,'2017-02-20 04:27:33','2017-02-20 04:27:33','','Reef Shark and Brain Coral Canvas Print - C','Size: C','publish','closed','closed','','product-6139-variation-3','','','2020-05-18 01:45:58','2020-05-18 01:45:58','',6139,'http://deanostudios.com/product/reef-shark-and-brain-coral-canvas-print/',0,'product_variation','',0),(6837,1,'2017-02-20 04:27:33','2017-02-20 04:27:33','','Reef Shark and Brain Coral Canvas Print - B','Size: B','publish','closed','closed','','product-6139-variation-4','','','2020-05-18 01:26:33','2020-05-18 01:26:33','',6139,'http://deanostudios.com/product/reef-shark-and-brain-coral-canvas-print/',0,'product_variation','',0),(6838,1,'2017-02-20 04:27:33','2017-02-20 04:27:33','','Reef Shark and Brain Coral Canvas Print - A','Size: A','publish','closed','closed','','product-6139-variation-5','','','2017-02-20 04:28:41','2017-02-20 04:28:41','',6139,'http://deanostudios.com/product/reef-shark-and-brain-coral-canvas-print/',0,'product_variation','',0),(6839,1,'2017-02-20 04:27:44','2017-02-20 04:27:44','','Reef Shark Canvas Print - E','Size: E','publish','closed','closed','','product-6125-variation','','','2020-05-18 02:04:29','2020-05-18 02:04:29','',6125,'http://deanostudios.com/product/reef-shark-canvas-print/',0,'product_variation','',0),(6840,1,'2017-02-20 04:27:45','2017-02-20 04:27:45','','Reef Shark Canvas Print - D','Size: D','publish','closed','closed','','product-6125-variation-2','','','2020-05-18 01:56:02','2020-05-18 01:56:02','',6125,'http://deanostudios.com/product/reef-shark-canvas-print/',0,'product_variation','',0),(6841,1,'2017-02-20 04:27:45','2017-02-20 04:27:45','','Reef Shark Canvas Print - C','Size: C','publish','closed','closed','','product-6125-variation-3','','','2020-05-18 01:45:58','2020-05-18 01:45:58','',6125,'http://deanostudios.com/product/reef-shark-canvas-print/',0,'product_variation','',0),(6842,1,'2017-02-20 04:27:45','2017-02-20 04:27:45','','Reef Shark Canvas Print - B','Size: B','publish','closed','closed','','product-6125-variation-4','','','2020-05-18 01:26:33','2020-05-18 01:26:33','',6125,'http://deanostudios.com/product/reef-shark-canvas-print/',0,'product_variation','',0),(6843,1,'2017-02-20 04:27:45','2017-02-20 04:27:45','','Reef Shark Canvas Print - A','Size: A','publish','closed','closed','','product-6125-variation-5','','','2017-02-20 04:31:53','2017-02-20 04:31:53','',6125,'http://deanostudios.com/product/reef-shark-canvas-print/',0,'product_variation','',0),(6844,1,'2017-02-20 04:29:28','2017-02-20 04:29:28','','Reef Shark Over Reef Canvas Print - E','Size: E','publish','closed','closed','','product-6146-variation','','','2020-05-18 02:04:38','2020-05-18 02:04:38','',6146,'http://deanostudios.com/product/reef-shark-over-reef-canvas-print/',0,'product_variation','',0),(6845,1,'2017-02-20 04:29:29','2017-02-20 04:29:29','','Reef Shark Over Reef Canvas Print - D','Size: D','publish','closed','closed','','product-6146-variation-2','','','2020-05-18 01:56:02','2020-05-18 01:56:02','',6146,'http://deanostudios.com/product/reef-shark-over-reef-canvas-print/',0,'product_variation','',0),(6846,1,'2017-02-20 04:29:29','2017-02-20 04:29:29','','Reef Shark Over Reef Canvas Print - C','Size: C','publish','closed','closed','','product-6146-variation-3','','','2020-05-18 01:45:58','2020-05-18 01:45:58','',6146,'http://deanostudios.com/product/reef-shark-over-reef-canvas-print/',0,'product_variation','',0),(6847,1,'2017-02-20 04:29:29','2017-02-20 04:29:29','','Reef Shark Over Reef Canvas Print - B','Size: B','publish','closed','closed','','product-6146-variation-4','','','2020-05-18 02:07:37','2020-05-18 02:07:37','',6146,'http://deanostudios.com/product/reef-shark-over-reef-canvas-print/',0,'product_variation','',0),(6848,1,'2017-02-20 04:29:29','2017-02-20 04:29:29','','Reef Shark Over Reef Canvas Print - A','Size: A','publish','closed','closed','','product-6146-variation-5','','','2017-02-20 04:32:48','2017-02-20 04:32:48','',6146,'http://deanostudios.com/product/reef-shark-over-reef-canvas-print/',0,'product_variation','',0),(6849,1,'2017-02-20 04:37:59','2017-02-20 04:37:59','','Reef Shark Scar Canvas Print - E','Size: E','publish','closed','closed','','product-6171-variation','','','2020-05-18 02:04:39','2020-05-18 02:04:39','',6171,'http://deanostudios.com/product/reef-shark-scar-canvas-print/',0,'product_variation','',0),(6850,1,'2017-02-20 04:38:00','2017-02-20 04:38:00','','Reef Shark Scar Canvas Print - D','Size: D','publish','closed','closed','','product-6171-variation-2','','','2020-05-18 01:56:02','2020-05-18 01:56:02','',6171,'http://deanostudios.com/product/reef-shark-scar-canvas-print/',0,'product_variation','',0),(6851,1,'2017-02-20 04:38:00','2017-02-20 04:38:00','','Reef Shark Scar Canvas Print - C','Size: C','publish','closed','closed','','product-6171-variation-3','','','2020-05-18 01:45:59','2020-05-18 01:45:59','',6171,'http://deanostudios.com/product/reef-shark-scar-canvas-print/',0,'product_variation','',0),(6852,1,'2017-02-20 04:38:00','2017-02-20 04:38:00','','Reef Shark Scar Canvas Print - B','Size: B','publish','closed','closed','','product-6171-variation-4','','','2020-05-18 02:07:38','2020-05-18 02:07:38','',6171,'http://deanostudios.com/product/reef-shark-scar-canvas-print/',0,'product_variation','',0),(6853,1,'2017-02-20 04:38:00','2017-02-20 04:38:00','','Reef Shark Scar Canvas Print - A','Size: A','publish','closed','closed','','product-6171-variation-5','','','2017-02-20 04:39:52','2017-02-20 04:39:52','',6171,'http://deanostudios.com/product/reef-shark-scar-canvas-print/',0,'product_variation','',0),(6854,1,'2017-02-20 04:38:38','2017-02-20 04:38:38','','Reef Shark Surface Cut Canvas Print - E','Size: E','publish','closed','closed','','product-6187-variation','','','2020-05-18 02:04:39','2020-05-18 02:04:39','',6187,'http://deanostudios.com/product/reef-shark-surface-cut-canvas-print/',0,'product_variation','',0),(6855,1,'2017-02-20 04:38:38','2017-02-20 04:38:38','','Reef Shark Surface Cut Canvas Print - D','Size: D','publish','closed','closed','','product-6187-variation-2','','','2020-05-18 01:56:03','2020-05-18 01:56:03','',6187,'http://deanostudios.com/product/reef-shark-surface-cut-canvas-print/',0,'product_variation','',0),(6856,1,'2017-02-20 04:38:38','2017-02-20 04:38:38','','Reef Shark Surface Cut Canvas Print - C','Size: C','publish','closed','closed','','product-6187-variation-3','','','2020-05-18 01:45:59','2020-05-18 01:45:59','',6187,'http://deanostudios.com/product/reef-shark-surface-cut-canvas-print/',0,'product_variation','',0),(6857,1,'2017-02-20 04:38:39','2017-02-20 04:38:39','','Reef Shark Surface Cut Canvas Print - B','Size: B','publish','closed','closed','','product-6187-variation-4','','','2020-05-18 02:07:38','2020-05-18 02:07:38','',6187,'http://deanostudios.com/product/reef-shark-surface-cut-canvas-print/',0,'product_variation','',0),(6858,1,'2017-02-20 04:38:39','2017-02-20 04:38:39','','Reef Shark Surface Cut Canvas Print - A','Size: A','publish','closed','closed','','product-6187-variation-5','','','2017-02-20 04:40:18','2017-02-20 04:40:18','',6187,'http://deanostudios.com/product/reef-shark-surface-cut-canvas-print/',0,'product_variation','',0),(6859,1,'2017-02-20 04:39:33','2017-02-20 04:39:33','','Reef Shark Over Reefs Canvas Print - E','Size: E','publish','closed','closed','','product-6153-variation','','','2020-05-18 02:04:38','2020-05-18 02:04:38','',6153,'http://deanostudios.com/product/reef-shark-over-reefs-canvas-print/',0,'product_variation','',0),(6860,1,'2017-02-20 04:39:34','2017-02-20 04:39:34','','Reef Shark Over Reefs Canvas Print - D','Size: D','publish','closed','closed','','product-6153-variation-2','','','2020-05-18 01:56:02','2020-05-18 01:56:02','',6153,'http://deanostudios.com/product/reef-shark-over-reefs-canvas-print/',0,'product_variation','',0),(6861,1,'2017-02-20 04:39:34','2017-02-20 04:39:34','','Reef Shark Over Reefs Canvas Print - C','Size: C','publish','closed','closed','','product-6153-variation-3','','','2020-05-18 01:45:58','2020-05-18 01:45:58','',6153,'http://deanostudios.com/product/reef-shark-over-reefs-canvas-print/',0,'product_variation','',0),(6862,1,'2017-02-20 04:39:34','2017-02-20 04:39:34','','Reef Shark Over Reefs Canvas Print - B','Size: B','publish','closed','closed','','product-6153-variation-4','','','2020-05-18 02:07:38','2020-05-18 02:07:38','',6153,'http://deanostudios.com/product/reef-shark-over-reefs-canvas-print/',0,'product_variation','',0),(6863,1,'2017-02-20 04:39:34','2017-02-20 04:39:34','','Reef Shark Over Reefs Canvas Print - A','Size: A','publish','closed','closed','','product-6153-variation-5','','','2017-02-20 04:41:07','2017-02-20 04:41:07','',6153,'http://deanostudios.com/product/reef-shark-over-reefs-canvas-print/',0,'product_variation','',0),(6864,1,'2017-02-20 04:44:04','2017-02-20 04:44:04','','Reef Shark Trio Cove Canvas Print - E','Size: E','publish','closed','closed','','product-6202-variation','','','2020-05-18 02:04:39','2020-05-18 02:04:39','',6202,'http://deanostudios.com/product/reef-shark-trio-cove-canvas-print/',0,'product_variation','',0),(6865,1,'2017-02-20 04:44:04','2017-02-20 04:44:04','','Reef Shark Trio Cove Canvas Print - D','Size: D','publish','closed','closed','','product-6202-variation-2','','','2020-05-18 01:56:03','2020-05-18 01:56:03','',6202,'http://deanostudios.com/product/reef-shark-trio-cove-canvas-print/',0,'product_variation','',0),(6866,1,'2017-02-20 04:44:04','2017-02-20 04:44:04','','Reef Shark Trio Cove Canvas Print - C','Size: C','publish','closed','closed','','product-6202-variation-3','','','2020-05-18 01:45:59','2020-05-18 01:45:59','',6202,'http://deanostudios.com/product/reef-shark-trio-cove-canvas-print/',0,'product_variation','',0),(6867,1,'2017-02-20 04:44:05','2017-02-20 04:44:05','','Reef Shark Trio Cove Canvas Print - B','Size: B','publish','closed','closed','','product-6202-variation-4','','','2020-05-18 02:07:39','2020-05-18 02:07:39','',6202,'http://deanostudios.com/product/reef-shark-trio-cove-canvas-print/',0,'product_variation','',0),(6868,1,'2017-02-20 04:44:05','2017-02-20 04:44:05','','Reef Shark Trio Cove Canvas Print - A','Size: A','publish','closed','closed','','product-6202-variation-5','','','2017-02-20 04:45:22','2017-02-20 04:45:22','',6202,'http://deanostudios.com/product/reef-shark-trio-cove-canvas-print/',0,'product_variation','',0),(6869,1,'2017-02-20 04:44:09','2017-02-20 04:44:09','','Reef Shark Wave Cove Canvas Print - E','Size: E','publish','closed','closed','','product-6211-variation','','','2020-05-18 02:04:39','2020-05-18 02:04:39','',6211,'http://deanostudios.com/product/reef-shark-wave-cove-canvas-print/',0,'product_variation','',0),(6870,1,'2017-02-20 04:44:10','2017-02-20 04:44:10','','Reef Shark Wave Cove Canvas Print - D','Size: D','publish','closed','closed','','product-6211-variation-2','','','2020-05-18 01:56:03','2020-05-18 01:56:03','',6211,'http://deanostudios.com/product/reef-shark-wave-cove-canvas-print/',0,'product_variation','',0),(6871,1,'2017-02-20 04:44:10','2017-02-20 04:44:10','','Reef Shark Wave Cove Canvas Print - C','Size: C','publish','closed','closed','','product-6211-variation-3','','','2020-05-18 01:45:59','2020-05-18 01:45:59','',6211,'http://deanostudios.com/product/reef-shark-wave-cove-canvas-print/',0,'product_variation','',0),(6872,1,'2017-02-20 04:44:10','2017-02-20 04:44:10','','Reef Shark Wave Cove Canvas Print - B','Size: B','publish','closed','closed','','product-6211-variation-4','','','2020-05-18 02:07:39','2020-05-18 02:07:39','',6211,'http://deanostudios.com/product/reef-shark-wave-cove-canvas-print/',0,'product_variation','',0),(6873,1,'2017-02-20 04:44:11','2017-02-20 04:44:11','','Reef Shark Wave Cove Canvas Print - A','Size: A','publish','closed','closed','','product-6211-variation-5','','','2017-02-20 04:46:06','2017-02-20 04:46:06','',6211,'http://deanostudios.com/product/reef-shark-wave-cove-canvas-print/',0,'product_variation','',0),(6874,1,'2017-02-20 04:44:20','2017-02-20 04:44:20','','Reef Squids Caymen 1 Canvas Print - E','Size: E','publish','closed','closed','','product-6165-variation','','','2020-05-18 02:04:39','2020-05-18 02:04:39','',6165,'http://deanostudios.com/product/reef-squids-caymen-1-canvas-print/',0,'product_variation','',0),(6875,1,'2017-02-20 04:44:21','2017-02-20 04:44:21','','Reef Squids Caymen 1 Canvas Print - D','Size: D','publish','closed','closed','','product-6165-variation-2','','','2020-05-18 01:56:03','2020-05-18 01:56:03','',6165,'http://deanostudios.com/product/reef-squids-caymen-1-canvas-print/',0,'product_variation','',0),(6876,1,'2017-02-20 04:44:21','2017-02-20 04:44:21','','Reef Squids Caymen 1 Canvas Print - C','Size: C','publish','closed','closed','','product-6165-variation-3','','','2020-05-18 01:46:00','2020-05-18 01:46:00','',6165,'http://deanostudios.com/product/reef-squids-caymen-1-canvas-print/',0,'product_variation','',0),(6877,1,'2017-02-20 04:44:21','2017-02-20 04:44:21','','Reef Squids Caymen 1 Canvas Print - B','Size: B','publish','closed','closed','','product-6165-variation-4','','','2020-05-18 02:07:39','2020-05-18 02:07:39','',6165,'http://deanostudios.com/product/reef-squids-caymen-1-canvas-print/',0,'product_variation','',0),(6878,1,'2017-02-20 04:44:21','2017-02-20 04:44:21','','Reef Squids Caymen 1 Canvas Print - A','Size: A','publish','closed','closed','','product-6165-variation-5','','','2017-02-20 04:47:13','2017-02-20 04:47:13','',6165,'http://deanostudios.com/product/reef-squids-caymen-1-canvas-print/',0,'product_variation','',0),(6879,1,'2017-02-20 04:50:48','2017-02-20 04:50:48','','Reef Squids Caymen 2 Canvas Print - E','Size: E','publish','closed','closed','','product-6230-variation','','','2020-05-18 02:04:40','2020-05-18 02:04:40','',6230,'http://deanostudios.com/product/reef-squids-caymen-2-canvas-print/',0,'product_variation','',0),(6880,1,'2017-02-20 04:50:49','2017-02-20 04:50:49','','Reef Squids Caymen 2 Canvas Print - D','Size: D','publish','closed','closed','','product-6230-variation-2','','','2020-05-18 01:56:03','2020-05-18 01:56:03','',6230,'http://deanostudios.com/product/reef-squids-caymen-2-canvas-print/',0,'product_variation','',0),(6881,1,'2017-02-20 04:50:49','2017-02-20 04:50:49','','Reef Squids Caymen 2 Canvas Print - C','Size: C','publish','closed','closed','','product-6230-variation-3','','','2020-05-18 01:46:01','2020-05-18 01:46:01','',6230,'http://deanostudios.com/product/reef-squids-caymen-2-canvas-print/',0,'product_variation','',0),(6882,1,'2017-02-20 04:50:49','2017-02-20 04:50:49','','Reef Squids Caymen 2 Canvas Print - B','Size: B','publish','closed','closed','','product-6230-variation-4','','','2020-05-18 02:07:40','2020-05-18 02:07:40','',6230,'http://deanostudios.com/product/reef-squids-caymen-2-canvas-print/',0,'product_variation','',0),(6883,1,'2017-02-20 04:50:49','2017-02-20 04:50:49','','Reef Squids Caymen 2 Canvas Print - A','Size: A','publish','closed','closed','','product-6230-variation-5','','','2017-02-20 04:52:02','2017-02-20 04:52:02','',6230,'http://deanostudios.com/product/reef-squids-caymen-2-canvas-print/',0,'product_variation','',0),(6884,1,'2017-02-20 04:50:56','2017-02-20 04:50:56','','Reflecting Reef Shark Canvas Print - E','Size: E','publish','closed','closed','','product-6181-variation','','','2020-05-18 02:04:40','2020-05-18 02:04:40','',6181,'http://deanostudios.com/product/reflecting-reef-shark-canvas-print/',0,'product_variation','',0),(6885,1,'2017-02-20 04:50:57','2017-02-20 04:50:57','','Reflecting Reef Shark Canvas Print - D','Size: D','publish','closed','closed','','product-6181-variation-2','','','2020-05-18 01:56:03','2020-05-18 01:56:03','',6181,'http://deanostudios.com/product/reflecting-reef-shark-canvas-print/',0,'product_variation','',0),(6886,1,'2017-02-20 04:50:57','2017-02-20 04:50:57','','Reflecting Reef Shark Canvas Print - C','Size: C','publish','closed','closed','','product-6181-variation-3','','','2020-05-18 01:46:01','2020-05-18 01:46:01','',6181,'http://deanostudios.com/product/reflecting-reef-shark-canvas-print/',0,'product_variation','',0),(6887,1,'2017-02-20 04:50:57','2017-02-20 04:50:57','','Reflecting Reef Shark Canvas Print - B','Size: B','publish','closed','closed','','product-6181-variation-4','','','2020-05-18 02:07:40','2020-05-18 02:07:40','',6181,'http://deanostudios.com/product/reflecting-reef-shark-canvas-print/',0,'product_variation','',0),(6888,1,'2017-02-20 04:50:57','2017-02-20 04:50:57','','Reflecting Reef Shark Canvas Print - A','Size: A','publish','closed','closed','','product-6181-variation-5','','','2017-02-20 04:52:53','2017-02-20 04:52:53','',6181,'http://deanostudios.com/product/reflecting-reef-shark-canvas-print/',0,'product_variation','',0),(6889,1,'2017-02-20 04:51:04','2017-02-20 04:51:04','','Spotted Bottlenose Dolphin Canvas Print - E','Size: E','publish','closed','closed','','product-6196-variation','','','2020-05-18 02:04:40','2020-05-18 02:04:40','',6196,'http://deanostudios.com/product/spotted-bottlenose-dolphin-canvas-print/',0,'product_variation','',0),(6890,1,'2017-02-20 04:51:06','2017-02-20 04:51:06','','Spotted Bottlenose Dolphin Canvas Print - D','Size: D','publish','closed','closed','','product-6196-variation-2','','','2020-05-18 01:56:04','2020-05-18 01:56:04','',6196,'http://deanostudios.com/product/spotted-bottlenose-dolphin-canvas-print/',0,'product_variation','',0),(6891,1,'2017-02-20 04:51:06','2017-02-20 04:51:06','','Spotted Bottlenose Dolphin Canvas Print - C','Size: C','publish','closed','closed','','product-6196-variation-3','','','2020-05-18 01:46:09','2020-05-18 01:46:09','',6196,'http://deanostudios.com/product/spotted-bottlenose-dolphin-canvas-print/',0,'product_variation','',0),(6892,1,'2017-02-20 04:51:06','2017-02-20 04:51:06','','Spotted Bottlenose Dolphin Canvas Print - B','Size: B','publish','closed','closed','','product-6196-variation-4','','','2020-05-18 02:07:48','2020-05-18 02:07:48','',6196,'http://deanostudios.com/product/spotted-bottlenose-dolphin-canvas-print/',0,'product_variation','',0),(6893,1,'2017-02-20 04:51:06','2017-02-20 04:51:06','','Spotted Bottlenose Dolphin Canvas Print - A','Size: A','publish','closed','closed','','product-6196-variation-5','','','2017-02-20 04:53:38','2017-02-20 04:53:38','',6196,'http://deanostudios.com/product/spotted-bottlenose-dolphin-canvas-print/',0,'product_variation','',0),(6894,1,'2017-02-20 04:58:17','2017-02-20 04:58:17','','Tiger Shark and Cobia Canvas Print - E','Size: E','publish','closed','closed','','product-6258-variation','','','2020-05-18 02:04:51','2020-05-18 02:04:51','',6258,'http://deanostudios.com/product/tiger-shark-and-cobia-canvas-print/',0,'product_variation','',0),(6895,1,'2017-02-20 04:58:18','2017-02-20 04:58:18','','Tiger Shark and Cobia Canvas Print - D','Size: D','publish','closed','closed','','product-6258-variation-2','','','2020-05-18 01:56:11','2020-05-18 01:56:11','',6258,'http://deanostudios.com/product/tiger-shark-and-cobia-canvas-print/',0,'product_variation','',0),(6896,1,'2017-02-20 04:58:18','2017-02-20 04:58:18','','Tiger Shark and Cobia Canvas Print - C','Size: C','publish','closed','closed','','product-6258-variation-3','','','2020-05-18 01:46:10','2020-05-18 01:46:10','',6258,'http://deanostudios.com/product/tiger-shark-and-cobia-canvas-print/',0,'product_variation','',0),(6897,1,'2017-02-20 04:58:18','2017-02-20 04:58:18','','Tiger Shark and Cobia Canvas Print - B','Size: B','publish','closed','closed','','product-6258-variation-4','','','2020-05-18 02:07:49','2020-05-18 02:07:49','',6258,'http://deanostudios.com/product/tiger-shark-and-cobia-canvas-print/',0,'product_variation','',0),(6898,1,'2017-02-20 04:58:18','2017-02-20 04:58:18','','Tiger Shark and Cobia Canvas Print - A','Size: A','publish','closed','closed','','product-6258-variation-5','','','2017-02-20 04:59:23','2017-02-20 04:59:23','',6258,'http://deanostudios.com/product/tiger-shark-and-cobia-canvas-print/',0,'product_variation','',0),(6899,1,'2017-02-20 04:58:29','2017-02-20 04:58:29','','Tiger Shark 5 Canvas Print - E','Size: E','publish','closed','closed','','product-6294-variation','','','2020-05-18 02:04:50','2020-05-18 02:04:50','',6294,'http://deanostudios.com/product/tiger-shark-5-canvas-print/',0,'product_variation','',0),(6900,1,'2017-02-20 04:58:30','2017-02-20 04:58:30','','Tiger Shark 5 Canvas Print - D','Size: D','publish','closed','closed','','product-6294-variation-2','','','2020-05-18 01:56:11','2020-05-18 01:56:11','',6294,'http://deanostudios.com/product/tiger-shark-5-canvas-print/',0,'product_variation','',0),(6901,1,'2017-02-20 04:58:30','2017-02-20 04:58:30','','Tiger Shark 5 Canvas Print - C','Size: C','publish','closed','closed','','product-6294-variation-3','','','2020-05-18 01:46:10','2020-05-18 01:46:10','',6294,'http://deanostudios.com/product/tiger-shark-5-canvas-print/',0,'product_variation','',0),(6902,1,'2017-02-20 04:58:30','2017-02-20 04:58:30','','Tiger Shark 5 Canvas Print - B','Size: B','publish','closed','closed','','product-6294-variation-4','','','2020-05-18 02:07:49','2020-05-18 02:07:49','',6294,'http://deanostudios.com/product/tiger-shark-5-canvas-print/',0,'product_variation','',0),(6903,1,'2017-02-20 04:58:30','2017-02-20 04:58:30','','Tiger Shark 5 Canvas Print - A','Size: A','publish','closed','closed','','product-6294-variation-5','','','2017-02-20 05:00:15','2017-02-20 05:00:15','',6294,'http://deanostudios.com/product/tiger-shark-5-canvas-print/',0,'product_variation','',0),(6904,1,'2017-02-20 04:58:33','2017-02-20 04:58:33','','Tiger Shark 1 Canvas Print - E','Size: E','publish','closed','closed','','product-6288-variation','','','2020-05-18 02:04:40','2020-05-18 02:04:40','',6288,'http://deanostudios.com/product/tiger-shark-1-canvas-print/',0,'product_variation','',0),(6905,1,'2017-02-20 04:58:34','2017-02-20 04:58:34','','Tiger Shark 1 Canvas Print - D','Size: D','publish','closed','closed','','product-6288-variation-2','','','2020-05-18 01:56:04','2020-05-18 01:56:04','',6288,'http://deanostudios.com/product/tiger-shark-1-canvas-print/',0,'product_variation','',0),(6906,1,'2017-02-20 04:58:34','2017-02-20 04:58:34','','Tiger Shark 1 Canvas Print - C','Size: C','publish','closed','closed','','product-6288-variation-3','','','2020-05-18 01:46:10','2020-05-18 01:46:10','',6288,'http://deanostudios.com/product/tiger-shark-1-canvas-print/',0,'product_variation','',0),(6907,1,'2017-02-20 04:58:34','2017-02-20 04:58:34','','Tiger Shark 1 Canvas Print - B','Size: B','publish','closed','closed','','product-6288-variation-4','','','2020-05-18 02:07:49','2020-05-18 02:07:49','',6288,'http://deanostudios.com/product/tiger-shark-1-canvas-print/',0,'product_variation','',0),(6908,1,'2017-02-20 04:58:34','2017-02-20 04:58:34','','Tiger Shark 1 Canvas Print - A','Size: A','publish','closed','closed','','product-6288-variation-5','','','2017-02-20 05:00:58','2017-02-20 05:00:58','',6288,'http://deanostudios.com/product/tiger-shark-1-canvas-print/',0,'product_variation','',0),(6909,1,'2017-02-20 05:04:59','2017-02-20 05:04:59','','Tiger Shark Beach Canvas Print - E','Size: E','publish','closed','closed','','product-6240-variation','','','2020-05-18 02:04:51','2020-05-18 02:04:51','',6240,'http://deanostudios.com/product/tiger-shark-beach-canvas-print-2/',0,'product_variation','',0),(6910,1,'2017-02-20 05:05:00','2017-02-20 05:05:00','','Tiger Shark Beach Canvas Print - D','Size: D','publish','closed','closed','','product-6240-variation-2','','','2020-05-18 01:56:11','2020-05-18 01:56:11','',6240,'http://deanostudios.com/product/tiger-shark-beach-canvas-print-2/',0,'product_variation','',0),(6911,1,'2017-02-20 05:05:00','2017-02-20 05:05:00','','Tiger Shark Beach Canvas Print - C','Size: C','publish','closed','closed','','product-6240-variation-3','','','2020-05-18 01:46:11','2020-05-18 01:46:11','',6240,'http://deanostudios.com/product/tiger-shark-beach-canvas-print-2/',0,'product_variation','',0),(6912,1,'2017-02-20 05:05:00','2017-02-20 05:05:00','','Tiger Shark Beach Canvas Print - B','Size: B','publish','closed','closed','','product-6240-variation-4','','','2020-05-18 02:07:49','2020-05-18 02:07:49','',6240,'http://deanostudios.com/product/tiger-shark-beach-canvas-print-2/',0,'product_variation','',0),(6913,1,'2017-02-20 05:05:00','2017-02-20 05:05:00','','Tiger Shark Beach Canvas Print - A','Size: A','publish','closed','closed','','product-6240-variation-5','','','2017-02-20 05:06:23','2017-02-20 05:06:23','',6240,'http://deanostudios.com/product/tiger-shark-beach-canvas-print-2/',0,'product_variation','',0),(6914,1,'2017-02-20 05:05:10','2017-02-20 05:05:10','','Tiger Shark Close Up Canvas Print - E','Size: E','publish','closed','closed','','product-6301-variation','','','2020-05-18 02:04:51','2020-05-18 02:04:51','',6301,'http://deanostudios.com/product/tiger-shark-close-up-canvas-print/',0,'product_variation','',0),(6915,1,'2017-02-20 05:05:11','2017-02-20 05:05:11','','Tiger Shark Close Up Canvas Print - D','Size: D','publish','closed','closed','','product-6301-variation-2','','','2020-05-18 01:56:12','2020-05-18 01:56:12','',6301,'http://deanostudios.com/product/tiger-shark-close-up-canvas-print/',0,'product_variation','',0),(6916,1,'2017-02-20 05:05:11','2017-02-20 05:05:11','','Tiger Shark Close Up Canvas Print - C','Size: C','publish','closed','closed','','product-6301-variation-3','','','2020-05-18 01:46:11','2020-05-18 01:46:11','',6301,'http://deanostudios.com/product/tiger-shark-close-up-canvas-print/',0,'product_variation','',0),(6917,1,'2017-02-20 05:05:11','2017-02-20 05:05:11','','Tiger Shark Close Up Canvas Print - B','Size: B','publish','closed','closed','','product-6301-variation-4','','','2020-05-18 02:07:50','2020-05-18 02:07:50','',6301,'http://deanostudios.com/product/tiger-shark-close-up-canvas-print/',0,'product_variation','',0),(6918,1,'2017-02-20 05:05:11','2017-02-20 05:05:11','','Tiger Shark Close Up Canvas Print - A','Size: A','publish','closed','closed','','product-6301-variation-5','','','2017-02-20 05:07:13','2017-02-20 05:07:13','',6301,'http://deanostudios.com/product/tiger-shark-close-up-canvas-print/',0,'product_variation','',0),(6919,1,'2017-02-20 05:05:16','2017-02-20 05:05:16','','Tiger Shark Emma 1 Canvas Print - E','Size: E','publish','closed','closed','','product-6246-variation','','','2020-05-18 02:04:51','2020-05-18 02:04:51','',6246,'http://deanostudios.com/product/tiger-shark-emma-1-canvas-print/',0,'product_variation','',0),(6920,1,'2017-02-20 05:05:17','2017-02-20 05:05:17','','Tiger Shark Emma 1 Canvas Print - D','Size: D','publish','closed','closed','','product-6246-variation-2','','','2020-05-18 01:56:13','2020-05-18 01:56:13','',6246,'http://deanostudios.com/product/tiger-shark-emma-1-canvas-print/',0,'product_variation','',0),(6921,1,'2017-02-20 05:05:17','2017-02-20 05:05:17','','Tiger Shark Emma 1 Canvas Print - C','Size: C','publish','closed','closed','','product-6246-variation-3','','','2020-05-18 01:46:11','2020-05-18 01:46:11','',6246,'http://deanostudios.com/product/tiger-shark-emma-1-canvas-print/',0,'product_variation','',0),(6922,1,'2017-02-20 05:05:17','2017-02-20 05:05:17','','Tiger Shark Emma 1 Canvas Print - B','Size: B','publish','closed','closed','','product-6246-variation-4','','','2020-05-18 02:07:50','2020-05-18 02:07:50','',6246,'http://deanostudios.com/product/tiger-shark-emma-1-canvas-print/',0,'product_variation','',0),(6923,1,'2017-02-20 05:05:17','2017-02-20 05:05:17','','Tiger Shark Emma 1 Canvas Print - A','Size: A','publish','closed','closed','','product-6246-variation-5','','','2017-02-20 05:07:53','2017-02-20 05:07:53','',6246,'http://deanostudios.com/product/tiger-shark-emma-1-canvas-print/',0,'product_variation','',0),(6924,1,'2017-02-20 05:12:28','2017-02-20 05:12:28','','Tiger Shark Lurking Canvas Print - E','Size: E','publish','closed','closed','','product-6270-variation','','','2020-05-18 02:04:52','2020-05-18 02:04:52','',6270,'http://deanostudios.com/product/tiger-shark-lurking-canvas-print/',0,'product_variation','',0),(6925,1,'2017-02-20 05:12:29','2017-02-20 05:12:29','','Tiger Shark Lurking Canvas Print - D','Size: D','publish','closed','closed','','product-6270-variation-2','','','2020-05-18 01:56:14','2020-05-18 01:56:14','',6270,'http://deanostudios.com/product/tiger-shark-lurking-canvas-print/',0,'product_variation','',0),(6926,1,'2017-02-20 05:12:29','2017-02-20 05:12:29','','Tiger Shark Lurking Canvas Print - C','Size: C','publish','closed','closed','','product-6270-variation-3','','','2020-05-18 01:46:12','2020-05-18 01:46:12','',6270,'http://deanostudios.com/product/tiger-shark-lurking-canvas-print/',0,'product_variation','',0),(6927,1,'2017-02-20 05:12:29','2017-02-20 05:12:29','','Tiger Shark Lurking Canvas Print - B','Size: B','publish','closed','closed','','product-6270-variation-4','','','2020-05-18 02:07:50','2020-05-18 02:07:50','',6270,'http://deanostudios.com/product/tiger-shark-lurking-canvas-print/',0,'product_variation','',0),(6928,1,'2017-02-20 05:12:29','2017-02-20 05:12:29','','Tiger Shark Lurking Canvas Print - A','Size: A','publish','closed','closed','','product-6270-variation-5','','','2017-02-20 05:16:56','2017-02-20 05:16:56','',6270,'http://deanostudios.com/product/tiger-shark-lurking-canvas-print/',0,'product_variation','',0),(6929,1,'2017-02-20 05:12:35','2017-02-20 05:12:35','','Tiger Shark Emma 2 Canvas Print - E','Size: E','publish','closed','closed','','product-6252-variation','','','2020-05-18 02:04:51','2020-05-18 02:04:51','',6252,'http://deanostudios.com/product/tiger-shark-emma-2-canvas-print/',0,'product_variation','',0),(6930,1,'2017-02-20 05:12:36','2017-02-20 05:12:36','','Tiger Shark Emma 2 Canvas Print - D','Size: D','publish','closed','closed','','product-6252-variation-2','','','2020-05-18 01:56:13','2020-05-18 01:56:13','',6252,'http://deanostudios.com/product/tiger-shark-emma-2-canvas-print/',0,'product_variation','',0),(6931,1,'2017-02-20 05:12:36','2017-02-20 05:12:36','','Tiger Shark Emma 2 Canvas Print - C','Size: C','publish','closed','closed','','product-6252-variation-3','','','2020-05-18 01:46:11','2020-05-18 01:46:11','',6252,'http://deanostudios.com/product/tiger-shark-emma-2-canvas-print/',0,'product_variation','',0),(6932,1,'2017-02-20 05:12:36','2017-02-20 05:12:36','','Tiger Shark Emma 2 Canvas Print - B','Size: B','publish','closed','closed','','product-6252-variation-4','','','2020-05-18 02:07:50','2020-05-18 02:07:50','',6252,'http://deanostudios.com/product/tiger-shark-emma-2-canvas-print/',0,'product_variation','',0),(6933,1,'2017-02-20 05:12:36','2017-02-20 05:12:36','','Tiger Shark Emma 2 Canvas Print - A','Size: A','publish','closed','closed','','product-6252-variation-5','','','2017-02-20 05:13:57','2017-02-20 05:13:57','',6252,'http://deanostudios.com/product/tiger-shark-emma-2-canvas-print/',0,'product_variation','',0),(6934,1,'2017-02-20 05:14:00','2017-02-20 05:14:00','','Tiger Shark in Sunlight Canvas Print - E','Size: E','publish','closed','closed','','product-6264-variation','','','2020-05-18 02:04:51','2020-05-18 02:04:51','',6264,'http://deanostudios.com/product/tiger-shark-in-sunlight-canvas-print/',0,'product_variation','',0),(6935,1,'2017-02-20 05:14:01','2017-02-20 05:14:01','','Tiger Shark in Sunlight Canvas Print - D','Size: D','publish','closed','closed','','product-6264-variation-2','','','2020-05-18 01:56:14','2020-05-18 01:56:14','',6264,'http://deanostudios.com/product/tiger-shark-in-sunlight-canvas-print/',0,'product_variation','',0),(6936,1,'2017-02-20 05:14:01','2017-02-20 05:14:01','','Tiger Shark in Sunlight Canvas Print - C','Size: C','publish','closed','closed','','product-6264-variation-3','','','2020-05-18 01:46:12','2020-05-18 01:46:12','',6264,'http://deanostudios.com/product/tiger-shark-in-sunlight-canvas-print/',0,'product_variation','',0),(6937,1,'2017-02-20 05:14:01','2017-02-20 05:14:01','','Tiger Shark in Sunlight Canvas Print - B','Size: B','publish','closed','closed','','product-6264-variation-4','','','2020-05-18 02:07:50','2020-05-18 02:07:50','',6264,'http://deanostudios.com/product/tiger-shark-in-sunlight-canvas-print/',0,'product_variation','',0),(6938,1,'2017-02-20 05:14:01','2017-02-20 05:14:01','','Tiger Shark in Sunlight Canvas Print - A','Size: A','publish','closed','closed','','product-6264-variation-5','','','2017-02-20 05:15:32','2017-02-20 05:15:32','',6264,'http://deanostudios.com/product/tiger-shark-in-sunlight-canvas-print/',0,'product_variation','',0),(6939,1,'2017-02-20 05:20:16','2017-02-20 05:20:16','','Tiger Shark Stalker Canvas Print - E','Size: E','publish','closed','closed','','product-6282-variation','','','2020-05-18 02:04:52','2020-05-18 02:04:52','',6282,'http://deanostudios.com/product/tiger-shark-stalker-canvas-print/',0,'product_variation','',0),(6940,1,'2017-02-20 05:20:17','2017-02-20 05:20:17','','Tiger Shark Stalker Canvas Print - D','Size: D','publish','closed','closed','','product-6282-variation-2','','','2020-05-18 01:56:15','2020-05-18 01:56:15','',6282,'http://deanostudios.com/product/tiger-shark-stalker-canvas-print/',0,'product_variation','',0),(6941,1,'2017-02-20 05:20:17','2017-02-20 05:20:17','','Tiger Shark Stalker Canvas Print - C','Size: C','publish','closed','closed','','product-6282-variation-3','','','2020-05-18 01:46:22','2020-05-18 01:46:22','',6282,'http://deanostudios.com/product/tiger-shark-stalker-canvas-print/',0,'product_variation','',0),(6942,1,'2017-02-20 05:20:17','2017-02-20 05:20:17','','Tiger Shark Stalker Canvas Print - B','Size: B','publish','closed','closed','','product-6282-variation-4','','','2020-05-18 02:07:56','2020-05-18 02:07:56','',6282,'http://deanostudios.com/product/tiger-shark-stalker-canvas-print/',0,'product_variation','',0),(6943,1,'2017-02-20 05:20:17','2017-02-20 05:20:17','','Tiger Shark Stalker Canvas Print - A','Size: A','publish','closed','closed','','product-6282-variation-5','','','2017-02-20 05:22:26','2017-02-20 05:22:26','',6282,'http://deanostudios.com/product/tiger-shark-stalker-canvas-print/',0,'product_variation','',0),(6944,1,'2017-02-20 05:20:16','2017-02-20 05:20:16','','Tiger Tail Canvas Print - E','Size: E','publish','closed','closed','','product-6307-variation','','','2020-05-18 02:04:52','2020-05-18 02:04:52','',6307,'http://deanostudios.com/product/tiger-tail-canvas-print/',0,'product_variation','',0),(6945,1,'2017-02-20 05:20:17','2017-02-20 05:20:17','','Tiger Tail Canvas Print - D','Size: D','publish','closed','closed','','product-6307-variation-2','','','2020-05-18 01:56:15','2020-05-18 01:56:15','',6307,'http://deanostudios.com/product/tiger-tail-canvas-print/',0,'product_variation','',0),(6946,1,'2017-02-20 05:20:17','2017-02-20 05:20:17','','Tiger Tail Canvas Print - C','Size: C','publish','closed','closed','','product-6307-variation-3','','','2020-05-18 01:46:22','2020-05-18 01:46:22','',6307,'http://deanostudios.com/product/tiger-tail-canvas-print/',0,'product_variation','',0),(6947,1,'2017-02-20 05:20:17','2017-02-20 05:20:17','','Tiger Tail Canvas Print - B','Size: B','publish','closed','closed','','product-6307-variation-4','','','2020-05-18 02:07:58','2020-05-18 02:07:58','',6307,'http://deanostudios.com/product/tiger-tail-canvas-print/',0,'product_variation','',0),(6948,1,'2017-02-20 05:20:17','2017-02-20 05:20:17','','Tiger Tail Canvas Print - A','Size: A','publish','closed','closed','','product-6307-variation-5','','','2017-02-20 05:21:39','2017-02-20 05:21:39','',6307,'http://deanostudios.com/product/tiger-tail-canvas-print/',0,'product_variation','',0),(6949,1,'2017-02-20 05:20:21','2017-02-20 05:20:21','','Tiger Shark Serenity Canvas Print - E','Size: E','publish','closed','closed','','product-6276-variation','','','2020-05-18 02:04:52','2020-05-18 02:04:52','',6276,'http://deanostudios.com/product/tiger-shark-serenity-canvas-print/',0,'product_variation','',0),(6950,1,'2017-02-20 05:20:22','2017-02-20 05:20:22','','Tiger Shark Serenity Canvas Print - D','Size: D','publish','closed','closed','','product-6276-variation-2','','','2020-05-18 01:56:15','2020-05-18 01:56:15','',6276,'http://deanostudios.com/product/tiger-shark-serenity-canvas-print/',0,'product_variation','',0),(6951,1,'2017-02-20 05:20:22','2017-02-20 05:20:22','','Tiger Shark Serenity Canvas Print - C','Size: C','publish','closed','closed','','product-6276-variation-3','','','2020-05-18 01:46:12','2020-05-18 01:46:12','',6276,'http://deanostudios.com/product/tiger-shark-serenity-canvas-print/',0,'product_variation','',0),(6952,1,'2017-02-20 05:20:22','2017-02-20 05:20:22','','Tiger Shark Serenity Canvas Print - B','Size: B','publish','closed','closed','','product-6276-variation-4','','','2020-05-18 02:07:51','2020-05-18 02:07:51','',6276,'http://deanostudios.com/product/tiger-shark-serenity-canvas-print/',0,'product_variation','',0),(6953,1,'2017-02-20 05:20:22','2017-02-20 05:20:22','','Tiger Shark Serenity Canvas Print - A','Size: A','publish','closed','closed','','product-6276-variation-5','','','2017-02-20 05:23:12','2017-02-20 05:23:12','',6276,'http://deanostudios.com/product/tiger-shark-serenity-canvas-print/',0,'product_variation','',0),(6954,1,'2017-02-20 05:23:53','2017-02-20 05:23:53','','White Shark Guadalupe 3 Canvas Print - E','Size: E','publish','closed','closed','','product-6325-variation','','','2020-05-17 13:23:19','2020-05-17 13:23:19','',6325,'http://deanostudios.com/product/white-shark-guadalupe-3-canvas-print/',5,'product_variation','',0),(6955,1,'2017-02-20 05:23:54','2017-02-20 05:23:54','','White Shark Guadalupe 3 Canvas Print - D','Size: D','publish','closed','closed','','product-6325-variation-2','','','2020-05-17 13:23:19','2020-05-17 13:23:19','',6325,'http://deanostudios.com/product/white-shark-guadalupe-3-canvas-print/',4,'product_variation','',0),(6956,1,'2017-02-20 05:23:54','2017-02-20 05:23:54','','White Shark Guadalupe 3 Canvas Print - C','Size: C','publish','closed','closed','','product-6325-variation-3','','','2020-05-17 13:23:20','2020-05-17 13:23:20','',6325,'http://deanostudios.com/product/white-shark-guadalupe-3-canvas-print/',3,'product_variation','',0),(6957,1,'2017-02-20 05:23:54','2017-02-20 05:23:54','','White Shark Guadalupe 3 Canvas Print - B','Size: B','publish','closed','closed','','product-6325-variation-4','','','2020-05-17 13:23:20','2020-05-17 13:23:20','',6325,'http://deanostudios.com/product/white-shark-guadalupe-3-canvas-print/',2,'product_variation','',0),(6958,1,'2017-02-20 05:23:54','2017-02-20 05:23:54','','White Shark Guadalupe 3 Canvas Print - A','Size: A','publish','closed','closed','','product-6325-variation-5','','','2020-05-17 13:23:20','2020-05-17 13:23:20','',6325,'http://deanostudios.com/product/white-shark-guadalupe-3-canvas-print/',1,'product_variation','',0),(6959,1,'2017-02-20 05:24:00','2017-02-20 05:24:00','','White Shark Guadalupe 2 Canvas Print - E','Size: E','publish','closed','closed','','product-6319-variation','','','2020-05-18 01:40:00','2020-05-18 01:40:00','',6319,'http://deanostudios.com/product/white-shark-guadalupe-2-canvas-print/',5,'product_variation','',0),(6960,1,'2017-02-20 05:24:01','2017-02-20 05:24:01','','White Shark Guadalupe 2 Canvas Print - D','Size: D','publish','closed','closed','','product-6319-variation-2','','','2020-05-18 01:40:00','2020-05-18 01:40:00','',6319,'http://deanostudios.com/product/white-shark-guadalupe-2-canvas-print/',4,'product_variation','',0),(6961,1,'2017-02-20 05:24:01','2017-02-20 05:24:01','','White Shark Guadalupe 2 Canvas Print - C','Size: C','publish','closed','closed','','product-6319-variation-3','','','2020-05-18 01:40:00','2020-05-18 01:40:00','',6319,'http://deanostudios.com/product/white-shark-guadalupe-2-canvas-print/',3,'product_variation','',0),(6962,1,'2017-02-20 05:24:01','2017-02-20 05:24:01','','White Shark Guadalupe 2 Canvas Print - B','Size: B','publish','closed','closed','','product-6319-variation-4','','','2020-05-18 01:40:00','2020-05-18 01:40:00','',6319,'http://deanostudios.com/product/white-shark-guadalupe-2-canvas-print/',2,'product_variation','',0),(6963,1,'2017-02-20 05:24:01','2017-02-20 05:24:01','','White Shark Guadalupe 2 Canvas Print - A','Size: A','publish','closed','closed','','product-6319-variation-5','','','2020-05-18 01:36:39','2020-05-18 01:36:39','',6319,'http://deanostudios.com/product/white-shark-guadalupe-2-canvas-print/',0,'product_variation','',0),(6964,1,'2017-02-20 12:53:44','2017-02-20 12:53:44','','VI1_9567b','','inherit','open','closed','','vi1_9567b','','','2017-02-20 12:53:44','2017-02-20 12:53:44','',0,'http://deanostudios.com/wp-content/uploads/2017/02/VI1_9567b-1.jpg',0,'attachment','image/jpeg',0),(6965,1,'2017-02-20 12:57:56','2017-02-20 12:57:56','','launch10','10% off entire order','publish','closed','closed','','launch10','','','2017-02-20 12:57:56','2017-02-20 12:57:56','',0,'http://deanostudios.com/?post_type=shop_coupon&p=6965',0,'shop_coupon','',0),(6966,1,'2017-02-20 13:01:06','2017-02-20 13:01:06','','VI1_4347','','inherit','open','closed','','vi1_4347','','','2017-02-20 13:01:06','2017-02-20 13:01:06','',0,'http://deanostudios.com/wp-content/uploads/2017/02/VI1_4347-1.jpg',0,'attachment','image/jpeg',0),(6967,1,'2017-02-20 13:01:34','2017-02-20 13:01:34','','VI1_3713A','','inherit','open','closed','','vi1_3713a','','','2017-02-20 13:01:34','2017-02-20 13:01:34','',0,'http://deanostudios.com/wp-content/uploads/2017/02/VI1_3713A-1.jpg',0,'attachment','image/jpeg',0),(6968,1,'2017-02-20 13:05:39','2017-02-20 13:05:39','','VI1_0829','','inherit','open','closed','','vi1_0829','','','2017-02-20 13:05:39','2017-02-20 13:05:39','',0,'http://deanostudios.com/wp-content/uploads/2017/02/VI1_0829-1.jpg',0,'attachment','image/jpeg',0),(6969,1,'2017-02-20 13:06:13','2017-02-20 13:06:13','','VI1_3650b','','inherit','open','closed','','vi1_3650b','','','2017-02-20 13:06:13','2017-02-20 13:06:13','',0,'http://deanostudios.com/wp-content/uploads/2017/02/VI1_3650b-1.jpg',0,'attachment','image/jpeg',0),(6970,1,'2017-02-20 13:07:06','2017-02-20 13:07:06','','Tiger-Tail-8-12_2x3','','inherit','open','closed','','tiger-tail-8-12_2x3-2','','','2017-02-20 13:07:06','2017-02-20 13:07:06','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Tail-8-12_2x3-1.jpg',0,'attachment','image/jpeg',0),(6971,1,'2017-02-20 13:12:10','2017-02-20 13:12:10','','TIGER-SHARK-CLOSE-UP-2007-_2x3','','inherit','open','closed','','tiger-shark-close-up-2007-_2x3-2','','','2017-02-20 13:12:10','2017-02-20 13:12:10','',0,'http://deanostudios.com/wp-content/uploads/2017/02/TIGER-SHARK-CLOSE-UP-2007-_2x3-1.jpg',0,'attachment','image/jpeg',0),(6972,1,'2017-02-20 13:12:58','2017-02-20 13:12:58','','TIGER-SHARK-5-2007-_2x3','','inherit','open','closed','','tiger-shark-5-2007-_2x3-2','','','2017-02-20 13:12:58','2017-02-20 13:12:58','',0,'http://deanostudios.com/wp-content/uploads/2017/02/TIGER-SHARK-5-2007-_2x3-1.jpg',0,'attachment','image/jpeg',0),(6973,1,'2017-02-20 13:14:11','2017-02-20 13:14:11','','TIGER-SHARK-1-2007_2x3','','inherit','open','closed','','tiger-shark-1-2007_2x3-2','','','2017-02-20 13:14:11','2017-02-20 13:14:11','',0,'http://deanostudios.com/wp-content/uploads/2017/02/TIGER-SHARK-1-2007_2x3-1.jpg',0,'attachment','image/jpeg',0),(6974,1,'2017-02-20 13:17:24','2017-02-20 13:17:24','','MG_3284','','inherit','open','closed','','mg_3284','','','2017-02-20 13:17:24','2017-02-20 13:17:24','',0,'http://deanostudios.com/wp-content/uploads/2017/02/MG_3284-1.jpg',0,'attachment','image/jpeg',0),(6975,1,'2017-02-20 13:20:24','2017-02-20 13:20:24','','120820-113903-0163final-copy','','inherit','open','closed','','120820-113903-0163final-copy','','','2017-02-20 13:20:24','2017-02-20 13:20:24','',0,'http://deanostudios.com/wp-content/uploads/2017/02/120820-113903-0163final-copy-1.jpg',0,'attachment','image/jpeg',0),(6976,1,'2017-02-20 13:22:20','2017-02-20 13:22:20','','Bimini-Blue-7-13_2x3','','inherit','open','closed','','bimini-blue-7-13_2x3-2','','','2017-02-20 13:22:20','2017-02-20 13:22:20','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Bimini-Blue-7-13_2x3-1.jpg',0,'attachment','image/jpeg',0),(6977,1,'2017-02-20 13:22:28','2017-02-20 13:22:28','','Bottlenose-Dolphin-8-12_2x3','','inherit','open','closed','','bottlenose-dolphin-8-12_2x3-2','','','2017-02-20 13:22:28','2017-02-20 13:22:28','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Bottlenose-Dolphin-8-12_2x3-1.jpg',0,'attachment','image/jpeg',0),(6978,1,'2017-02-20 13:27:52','2017-02-20 13:27:52','','CAY_7791','','inherit','open','closed','','cay_7791','','','2017-02-20 13:27:52','2017-02-20 13:27:52','',0,'http://deanostudios.com/wp-content/uploads/2017/02/CAY_7791-1.jpg',0,'attachment','image/jpeg',0),(6979,1,'2017-02-20 13:44:31','2017-02-20 13:44:31','','DSC_1564b','','inherit','open','closed','','dsc_1564b','','','2017-02-20 13:44:31','2017-02-20 13:44:31','',0,'http://deanostudios.com/wp-content/uploads/2017/02/DSC_1564b-1.jpg',0,'attachment','image/jpeg',0),(6980,1,'2017-02-20 13:45:03','2017-02-20 13:45:03','','DSC_1573no-divers','','inherit','open','closed','','dsc_1573no-divers','','','2017-02-20 13:45:03','2017-02-20 13:45:03','',0,'http://deanostudios.com/wp-content/uploads/2017/02/DSC_1573no-divers-1.jpg',0,'attachment','image/jpeg',0),(6981,1,'2017-02-20 13:48:07','2017-02-20 13:48:07','','Gazing-Reef-10-12_2x3','','inherit','open','closed','','gazing-reef-10-12_2x3-2','','','2017-02-20 13:48:07','2017-02-20 13:48:07','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Gazing-Reef-10-12_2x3-1.jpg',0,'attachment','image/jpeg',0),(6982,1,'2017-02-20 13:48:47','2017-02-20 13:48:47','','GreenSea-Turtle-6-13_2x3','','inherit','open','closed','','greensea-turtle-6-13_2x3-2','','','2017-02-20 13:48:47','2017-02-20 13:48:47','',0,'http://deanostudios.com/wp-content/uploads/2017/02/GreenSea-Turtle-6-13_2x3-1.jpg',0,'attachment','image/jpeg',0),(6983,1,'2017-02-20 13:49:29','2017-02-20 13:49:29','','DSC_7280','','inherit','open','closed','','dsc_7280-2','','','2017-02-20 13:49:29','2017-02-20 13:49:29','',0,'http://deanostudios.com/wp-content/uploads/2017/02/DSC_7280-1.jpg',0,'attachment','image/jpeg',0),(6984,1,'2017-02-20 13:51:59','2017-02-20 13:51:59','','Hawksbill-Turtle-2-6-13_4x5','','inherit','open','closed','','hawksbill-turtle-2-6-13_4x5','','','2017-02-20 13:51:59','2017-02-20 13:51:59','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-2-6-13_4x5-1.jpg',0,'attachment','image/jpeg',0),(6985,1,'2017-02-20 13:52:23','2017-02-20 13:52:23','','Hawksbill-Turtle-6-13_2x3','','inherit','open','closed','','hawksbill-turtle-6-13_2x3-2','','','2017-02-20 13:52:23','2017-02-20 13:52:23','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-6-13_2x3-1.jpg',0,'attachment','image/jpeg',0),(6986,1,'2017-02-20 13:54:47','2017-02-20 13:54:47','','Hawksbill-Turtle-eating-Sponge-06-07_2x3','','inherit','open','closed','','hawksbill-turtle-eating-sponge-06-07_2x3-2','','','2017-02-20 13:54:47','2017-02-20 13:54:47','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-eating-Sponge-06-07_2x3-1.jpg',0,'attachment','image/jpeg',0),(6987,1,'2017-02-20 13:58:29','2017-02-20 13:58:29','','test','Test order','publish','closed','closed','','test','','','2017-02-20 13:58:29','2017-02-20 13:58:29','',0,'http://deanostudios.com/?post_type=shop_coupon&p=6987',0,'shop_coupon','',0),(6988,1,'2017-02-20 13:58:07','2017-02-20 13:58:07','','Hawksbill-Turtle-Flight-3-6-13_2x3-2','','inherit','open','closed','','hawksbill-turtle-flight-3-6-13_2x3-2','','','2017-02-20 13:58:07','2017-02-20 13:58:07','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-Flight-3-6-13_2x3-2.jpg',0,'attachment','image/jpeg',0),(6989,1,'2017-02-20 14:02:34','2017-02-20 14:02:34','','Hawksbill-Turtle-in-Coral-2-6-12_2x3','','inherit','open','closed','','hawksbill-turtle-in-coral-2-6-12_2x3-2','','','2017-02-20 14:02:34','2017-02-20 14:02:34','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-in-Coral-2-6-12_2x3-1.jpg',0,'attachment','image/jpeg',0),(6990,1,'2017-02-20 14:03:56','2017-02-20 14:03:56','','Hawksbill-Turtle-in-flight-6-13_2x3','','inherit','open','closed','','hawksbill-turtle-in-flight-6-13_2x3-2','','','2017-02-20 14:03:56','2017-02-20 14:03:56','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-in-flight-6-13_2x3-1.jpg',0,'attachment','image/jpeg',0),(6991,1,'2017-02-20 14:15:56','2017-02-20 14:15:56','','Hawksbill-Turtle-Sitting-6-13_4x5','','inherit','open','closed','','hawksbill-turtle-sitting-6-13_4x5-2','','','2017-02-20 14:15:56','2017-02-20 14:15:56','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-Sitting-6-13_4x5-1.jpg',0,'attachment','image/jpeg',0),(6992,1,'2017-02-20 14:29:00','2017-02-20 14:29:00','','Order – February 20, 2017 @ 02:29 PM','test order','wc-refunded','closed','closed','order_58aafad9725d0','order-feb-20-2017-0219-pm','','','2017-02-20 18:29:55','2017-02-20 18:29:55','',0,'http://deanostudios.com/?post_type=shop_order&p=6992',0,'shop_order','',4),(6993,1,'2017-02-20 14:25:22','2017-02-20 14:25:22','','Hawksbill-Turtle-Flight-2-9','','inherit','open','closed','','hawksbill-turtle-flight-2-9','','','2017-02-20 14:25:22','2017-02-20 14:25:22','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-Flight-2-9.jpg',0,'attachment','image/jpeg',0),(6994,1,'2017-02-20 14:27:21','2017-02-20 14:27:21','','Hawksbill-Turtle-in-Coral-16','','inherit','open','closed','','hawksbill-turtle-in-coral-16','','','2017-02-20 14:27:21','2017-02-20 14:27:21','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-in-Coral-16.jpg',0,'attachment','image/jpeg',0),(6995,1,'2017-02-20 14:29:04','2017-02-20 14:29:04','','Hawksbill-Turtle-with-Sponge-1-06-07_2x3','','inherit','open','closed','','hawksbill-turtle-with-sponge-1-06-07_2x3-2','','','2017-02-20 14:29:04','2017-02-20 14:29:04','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-with-Sponge-1-06-07_2x3-1.jpg',0,'attachment','image/jpeg',0),(6996,1,'2017-02-20 14:41:21','2017-02-20 14:41:21','','Refund – Feb 20, 2017 @ 02:41 PM','Order Fully Refunded','wc-completed','closed','closed','refund_58ab00113f378','refund-feb-20-2017-0241-pm','','','2017-02-20 14:41:21','2017-02-20 14:41:21','',6992,'http://deanostudios.com/shop_order_refund/refund-feb-20-2017-0241-pm/',0,'shop_order_refund','',0),(6997,1,'2017-02-20 14:49:57','2017-02-20 14:49:57','[vc_row][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Wishlist\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_column_text][yith_wcwl_wishlist][/vc_column_text][/vc_column][/vc_row]','Wishlist','','inherit','closed','closed','','5-autosave-v1','','','2017-02-20 14:49:57','2017-02-20 14:49:57','',5,'http://deanostudios.com/2017/02/20/5-autosave-v1/',0,'revision','',0),(6998,1,'2017-02-20 15:00:05','2017-02-20 15:00:05','[vc_row][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Wishlist\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_empty_space height=\"20px\"][vc_column_text][yith_wcwl_wishlist][/vc_column_text][/vc_column][/vc_row]','Wishlist','','inherit','closed','closed','','5-revision-v1','','','2017-02-20 15:00:05','2017-02-20 15:00:05','',5,'http://deanostudios.com/2017/02/20/5-revision-v1/',0,'revision','',0),(6999,1,'2017-02-20 17:51:25','2017-02-20 17:51:25','','Hawksbill-Turtle-with-Sponge-2-06-07_2x3','','inherit','open','closed','','hawksbill-turtle-with-sponge-2-06-07_2x3-2','','','2017-02-20 17:51:25','2017-02-20 17:51:25','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-with-Sponge-2-06-07_2x3-1.jpg',0,'attachment','image/jpeg',0),(7000,1,'2017-02-20 17:52:05','2017-02-20 17:52:05','','Hawksbill-Turtle-with-Sponge-3-06-07_2x3','','inherit','open','closed','','hawksbill-turtle-with-sponge-3-06-07_2x3-2','','','2017-02-20 17:52:05','2017-02-20 17:52:05','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Hawksbill-Turtle-with-Sponge-3-06-07_2x3-1.jpg',0,'attachment','image/jpeg',0),(7001,1,'2017-02-20 17:53:37','2017-02-20 17:53:37','','Hawksbills-Turtle-6-13_2x3','','inherit','open','closed','','hawksbills-turtle-6-13_2x3-2','','','2017-02-20 17:53:37','2017-02-20 17:53:37','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Hawksbills-Turtle-6-13_2x3-1.jpg',0,'attachment','image/jpeg',0),(7002,1,'2017-02-20 17:54:24','2017-02-20 17:54:24','','Lemon-and-Reef-@-Charcarious-Cut_2x3','','inherit','open','closed','','lemon-and-reef-charcarious-cut_2x3-2','','','2017-02-20 17:54:24','2017-02-20 17:54:24','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Lemon-and-Reef-@-Charcarious-Cut_2x3-1.jpg',0,'attachment','image/jpeg',0),(7003,1,'2017-02-20 17:55:05','2017-02-20 17:55:05','','Lemon-Bite-8-12_2x3','','inherit','open','closed','','lemon-bite-8-12_2x3-2','','','2017-02-20 17:55:05','2017-02-20 17:55:05','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Lemon-Bite-8-12_2x3-1.jpg',0,'attachment','image/jpeg',0),(7004,1,'2017-02-20 17:56:08','2017-02-20 17:56:08','','Lemon-Shark-Chrome-Surface-8-07_2x3','','inherit','open','closed','','lemon-shark-chrome-surface-8-07_2x3-2','','','2017-02-20 17:56:08','2017-02-20 17:56:08','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Lemon-Shark-Chrome-Surface-8-07_2x3-1.jpg',0,'attachment','image/jpeg',0),(7005,1,'2017-02-20 17:57:01','2017-02-20 17:57:01','','LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3','','inherit','open','closed','','lemon-shark-cleaned-by-ramoras-2_2x3-2','','','2017-02-20 17:57:01','2017-02-20 17:57:01','',0,'http://deanostudios.com/wp-content/uploads/2017/02/LEMON-SHARK-CLEANED-BY-RAMORAS-2_2x3-1.jpg',0,'attachment','image/jpeg',0),(7006,1,'2017-02-20 17:57:57','2017-02-20 17:57:57','','Lemon-Shark-over-the-Reef-8-12_2x3','','inherit','open','closed','','lemon-shark-over-the-reef-8-12_2x3-2','','','2017-02-20 17:57:57','2017-02-20 17:57:57','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Lemon-Shark-over-the-Reef-8-12_2x3-1.jpg',0,'attachment','image/jpeg',0),(7007,1,'2017-02-20 17:58:46','2017-02-20 17:58:46','','Lemon-Shark-Quicksilver-8-12_2x3','','inherit','open','closed','','lemon-shark-quicksilver-8-12_2x3-2','','','2017-02-20 17:58:46','2017-02-20 17:58:46','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Lemon-Shark-Quicksilver-8-12_2x3-1.jpg',0,'attachment','image/jpeg',0),(7008,1,'2017-02-20 17:59:18','2017-02-20 17:59:18','','LEMON-SHARK-SUNSET-final_2x3','','inherit','open','closed','','lemon-shark-sunset-final_2x3-2','','','2017-02-20 17:59:18','2017-02-20 17:59:18','',0,'http://deanostudios.com/wp-content/uploads/2017/02/LEMON-SHARK-SUNSET-final_2x3-1.jpg',0,'attachment','image/jpeg',0),(7009,1,'2017-02-20 18:02:39','2017-02-20 18:02:39','','LEMON-SNAP-1-DEANO-COOKfinalb_2x3-','','inherit','open','closed','','lemon-snap-1-deano-cookfinalb_2x3-2','','','2017-02-20 18:02:39','2017-02-20 18:02:39','',0,'http://deanostudios.com/wp-content/uploads/2017/02/LEMON-SNAP-1-DEANO-COOKfinalb_2x3-1-1.jpg',0,'attachment','image/jpeg',0),(7010,1,'2017-02-20 18:03:14','2017-02-20 18:03:14','','MANATEE-MOTHER-CHILD_2x3','','inherit','open','closed','','manatee-mother-child_2x3-2','','','2017-02-20 18:03:14','2017-02-20 18:03:14','',0,'http://deanostudios.com/wp-content/uploads/2017/02/MANATEE-MOTHER-CHILD_2x3-1.jpg',0,'attachment','image/jpeg',0),(7011,1,'2017-02-20 18:03:56','2017-02-20 18:03:56','','REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3','','inherit','open','closed','','reef-shark-charcarious-cut-2007web_2x3-2','','','2017-02-20 18:03:56','2017-02-20 18:03:56','',0,'http://deanostudios.com/wp-content/uploads/2017/02/REEF-SHARK-@-CHARCARIOUS-CUT-2007web_2x3-1.jpg',0,'attachment','image/jpeg',0),(7012,1,'2017-02-20 18:05:42','2017-02-20 18:05:42','','Reef-Shark-90-Degrees-8-07_2x3','','inherit','open','closed','','reef-shark-90-degrees-8-07_2x3-2','','','2017-02-20 18:05:42','2017-02-20 18:05:42','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-90-Degrees-8-07_2x3-1.jpg',0,'attachment','image/jpeg',0),(7013,1,'2017-02-20 18:05:54','2017-02-20 18:05:54','','Reef-Shark-and-Brain-Coral-8-07_2x3','','inherit','open','closed','','reef-shark-and-brain-coral-8-07_2x3-2','','','2017-02-20 18:05:54','2017-02-20 18:05:54','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-and-Brain-Coral-8-07_2x3-1.jpg',0,'attachment','image/jpeg',0),(7014,1,'2017-02-20 18:06:16','2017-02-20 18:06:16','','Reef-Shark-over-Reef-8-07_2x3','','inherit','open','closed','','reef-shark-over-reef-8-07_2x3-2','','','2017-02-20 18:06:16','2017-02-20 18:06:16','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-over-Reef-8-07_2x3-1.jpg',0,'attachment','image/jpeg',0),(7015,1,'2017-02-20 18:07:55','2017-02-20 18:07:55','','Reef-Shark-over-Reefs_2x3','','inherit','open','closed','','reef-shark-over-reefs_2x3-2','','','2017-02-20 18:07:55','2017-02-20 18:07:55','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-over-Reefs_2x3-1.jpg',0,'attachment','image/jpeg',0),(7016,1,'2017-02-20 18:08:24','2017-02-20 18:08:24','','Reef-Shark-Scar-8-07_2x3','','inherit','open','closed','','reef-shark-scar-8-07_2x3-2','','','2017-02-20 18:08:24','2017-02-20 18:08:24','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-Scar-8-07_2x3-1.jpg',0,'attachment','image/jpeg',0),(7017,1,'2017-02-20 18:09:12','2017-02-20 18:09:12','','Reef-Shark-Surface-Cut-10-12_2x3','','inherit','open','closed','','reef-shark-surface-cut-10-12_2x3-2','','','2017-02-20 18:09:12','2017-02-20 18:09:12','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-Surface-Cut-10-12_2x3-1.jpg',0,'attachment','image/jpeg',0),(7018,1,'2017-02-20 18:11:20','2017-02-20 18:11:20','','Reef-Shark-Wave-Cove-2012_2x3','','inherit','open','closed','','reef-shark-wave-cove-2012_2x3-2','','','2017-02-20 18:11:20','2017-02-20 18:11:20','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Reef-Shark-Wave-Cove-2012_2x3-1.jpg',0,'attachment','image/jpeg',0),(7019,1,'2017-02-20 18:12:01','2017-02-20 18:12:01','','Reef-Squids-_-Caymen-1-6-12_2x3','','inherit','open','closed','','reef-squids-_-caymen-1-6-12_2x3-2','','','2017-02-20 18:12:01','2017-02-20 18:12:01','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Reef-Squids-_-Caymen-1-6-12_2x3-1.jpg',0,'attachment','image/jpeg',0),(7020,1,'2017-02-20 18:12:50','2017-02-20 18:12:50','','Reef-Squids-_-Caymen-2-6-17_2x3','','inherit','open','closed','','reef-squids-_-caymen-2-6-17_2x3-2','','','2017-02-20 18:12:50','2017-02-20 18:12:50','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Reef-Squids-_-Caymen-2-6-17_2x3-1.jpg',0,'attachment','image/jpeg',0),(7021,1,'2017-02-20 18:13:21','2017-02-20 18:13:21','','Reflecting-Reef-Shark-11-11_2x3','','inherit','open','closed','','reflecting-reef-shark-11-11_2x3-2','','','2017-02-20 18:13:21','2017-02-20 18:13:21','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Reflecting-Reef-Shark-11-11_2x3-1.jpg',0,'attachment','image/jpeg',0),(7022,1,'2017-02-20 18:15:30','2017-02-20 18:15:30','','Spotted-Bottlenose-Dolphin-8-12_2x3','','inherit','open','closed','','spotted-bottlenose-dolphin-8-12_2x3-2','','','2017-02-20 18:15:30','2017-02-20 18:15:30','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Spotted-Bottlenose-Dolphin-8-12_2x3-1.jpg',0,'attachment','image/jpeg',0),(7023,1,'2017-02-20 18:15:50','2017-02-20 18:15:50','','Swim-Fast-8-07_2x3','','inherit','open','closed','','swim-fast-8-07_2x3-2','','','2017-02-20 18:15:50','2017-02-20 18:15:50','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Swim-Fast-8-07_2x3-1.jpg',0,'attachment','image/jpeg',0),(7024,1,'2017-02-20 18:16:18','2017-02-20 18:16:18','','Tiger-Beach-8-07_2x3','','inherit','open','closed','','tiger-beach-8-07_2x3-2','','','2017-02-20 18:16:18','2017-02-20 18:16:18','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Beach-8-07_2x3-1.jpg',0,'attachment','image/jpeg',0),(7025,1,'2017-02-20 18:17:19','2017-02-20 18:17:19','','Tiger-Shark-_-Emma-1-8-12_2x3','','inherit','open','closed','','tiger-shark-_-emma-1-8-12_2x3-2','','','2017-02-20 18:17:19','2017-02-20 18:17:19','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-_-Emma-1-8-12_2x3-1.jpg',0,'attachment','image/jpeg',0),(7026,1,'2017-02-20 18:18:56','2017-02-20 18:18:56','','Tiger-Shark-_-Emma-2-8-13_2x3','','inherit','open','closed','','tiger-shark-_-emma-2-8-13_2x3-2','','','2017-02-20 18:18:56','2017-02-20 18:18:56','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-_-Emma-2-8-13_2x3-1.jpg',0,'attachment','image/jpeg',0),(7027,1,'2017-02-20 18:19:47','2017-02-20 18:19:47','','Tiger-Shark-and-Cobia_2x3','','inherit','open','closed','','tiger-shark-and-cobia_2x3-2','','','2017-02-20 18:19:47','2017-02-20 18:19:47','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-and-Cobia_2x3-1.jpg',0,'attachment','image/jpeg',0),(7028,1,'2017-02-20 18:20:44','2017-02-20 18:20:44','','TIGER-SHARK-IN-SUNLIGHT_2x3','','inherit','open','closed','','tiger-shark-in-sunlight_2x3-2','','','2017-02-20 18:20:44','2017-02-20 18:20:44','',0,'http://deanostudios.com/wp-content/uploads/2017/02/TIGER-SHARK-IN-SUNLIGHT_2x3-1.jpg',0,'attachment','image/jpeg',0),(7029,1,'2017-02-20 18:22:01','2017-02-20 18:22:01','','Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3','','inherit','open','closed','','tiger-shark-lurking-_-tiger-beach-8-07_2x3-2','','','2017-02-20 18:22:01','2017-02-20 18:22:01','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-Lurking-_-Tiger-Beach-8-07_2x3-2.jpg',0,'attachment','image/jpeg',0),(7030,1,'2017-02-20 18:22:40','2017-02-20 18:22:40','','Tiger-Shark-Serenity-8-07_2x3','','inherit','open','closed','','tiger-shark-serenity-8-07_2x3-2','','','2017-02-20 18:22:40','2017-02-20 18:22:40','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-Serenity-8-07_2x3-1.jpg',0,'attachment','image/jpeg',0),(7031,1,'2017-02-20 18:23:06','2017-02-20 18:23:06','','Tiger-Shark-Stalker-8-07_2x3','','inherit','open','closed','','tiger-shark-stalker-8-07_2x3-2','','','2017-02-20 18:23:06','2017-02-20 18:23:06','',0,'http://deanostudios.com/wp-content/uploads/2017/02/Tiger-Shark-Stalker-8-07_2x3-1.jpg',0,'attachment','image/jpeg',0),(7032,1,'2017-02-20 18:47:54','2017-02-20 18:47:54','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6509\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6515\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1486320519015{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/DSC_1678-e1484805885314.jpg?id=5182) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-02-20 18:47:54','2017-02-20 18:47:54','',4511,'http://deanostudios.com/2017/02/20/4511-revision-v1/',0,'revision','',0),(7033,1,'2017-02-20 23:33:31','2017-02-20 23:33:31','','Order – February 20, 2017 @ 11:33 PM','','wc-cancelled','open','closed','order_58ab7ccb2e905','order-feb-20-2017-1133-pm','','','2017-05-22 22:31:50','2017-05-22 22:31:50','',0,'http://deanostudios.com/?post_type=shop_order&p=7033',0,'shop_order','',1),(7034,1,'2017-02-21 04:30:21','2017-02-21 04:30:21','','Order – February 21, 2017 @ 04:30 AM','Hi Deano, It\'s Linda from FB. Please send me the lowest numbered print available. \r\nThank you!!!!','wc-processing','open','closed','order_58abc214bbbd2','order-feb-21-2017-0429-am','','','2017-02-21 04:30:21','2017-02-21 04:30:21','',0,'http://deanostudios.com/?post_type=shop_order&p=7034',0,'shop_order','',3),(7036,1,'2017-02-27 20:13:02','2017-02-27 20:13:02','','DC-Icon','','inherit','open','closed','','dc-icon','','','2017-02-27 20:13:02','2017-02-27 20:13:02','',0,'http://deanostudios.com/wp-content/uploads/2017/02/DC-Icon.jpg',0,'attachment','image/jpeg',0),(7037,1,'2017-02-27 20:13:21','2017-02-27 20:13:21','http://deanostudios.com/wp-content/uploads/2017/02/cropped-DC-Icon.jpg','cropped-DC-Icon.jpg','','inherit','open','closed','','cropped-dc-icon-jpg','','','2017-02-27 20:13:21','2017-02-27 20:13:21','',0,'http://deanostudios.com/wp-content/uploads/2017/02/cropped-DC-Icon.jpg',0,'attachment','image/jpeg',0),(7039,1,'2017-02-27 20:15:05','2017-02-27 20:15:05','','DC-logo-bg','','inherit','open','closed','','dc-logo-bg','','','2017-02-27 20:15:05','2017-02-27 20:15:05','',0,'http://deanostudios.com/wp-content/uploads/2017/02/DC-logo-bg.png',0,'attachment','image/png',0),(7040,1,'2017-03-02 13:16:58','2017-03-02 13:16:58','','Order – March 2, 2017 @ 01:16 PM','','wc-processing','open','closed','order_58b81b1c759d0','order-mar-02-2017-0116-pm','','','2017-03-02 13:16:58','2017-03-02 13:16:58','',0,'http://deanostudios.com/?post_type=shop_order&p=7040',0,'shop_order','',3),(7041,1,'2017-03-06 03:59:22','2017-03-06 03:59:22','','Order – March 6, 2017 @ 03:59 AM','','wc-processing','open','closed','order_58bcdb0a4f14e','order-mar-06-2017-0344-am','','','2017-03-06 03:59:22','2017-03-06 03:59:22','',0,'http://deanostudios.com/?post_type=shop_order&p=7041',0,'shop_order','',4),(7046,3,'2017-03-31 12:30:12','2017-03-31 12:30:12','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6509\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6515\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1486320519015{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/DSC_1678-e1484805885314.jpg?id=5182) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-03-31 12:30:12','2017-03-31 12:30:12','',4511,'http://deanostudios.com/2017/03/31/4511-revision-v1/',0,'revision','',0),(7047,3,'2017-03-31 21:40:43','2017-03-31 21:40:43','','IMG_8586','','inherit','open','closed','','img_8586','','','2017-03-31 21:40:43','2017-03-31 21:40:43','',0,'http://deanostudios.com/wp-content/uploads/2017/03/IMG_8586.png',0,'attachment','image/png',0),(7049,3,'2017-04-01 00:01:12','2017-04-01 00:01:12','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6509\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6515\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1486320519015{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/DSC_1678-e1484805885314.jpg?id=5182) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-04-01 00:01:12','2017-04-01 00:01:12','',4511,'http://deanostudios.com/2017/04/01/4511-revision-v1/',0,'revision','',0),(7051,3,'2017-04-01 00:13:15','2017-04-01 00:13:15','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6509\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"6515\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1486320519015{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/DSC_1678-e1484805885314.jpg?id=5182) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-04-01 00:13:15','2017-04-01 00:13:15','',4511,'http://deanostudios.com/2017/04/01/4511-revision-v1/',0,'revision','',0),(7052,3,'2017-04-01 00:38:09','2017-04-01 00:38:09','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6509\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6515\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1486320519015{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/DSC_1678-e1484805885314.jpg?id=5182) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-04-01 00:38:09','2017-04-01 00:38:09','',4511,'http://deanostudios.com/2017/04/01/4511-revision-v1/',0,'revision','',0),(7057,3,'2017-04-01 22:17:39','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-04-01 22:17:39','0000-00-00 00:00:00','',0,'http://deanostudios.com/?p=7057',1,'nav_menu_item','',0),(7059,3,'2017-04-10 13:15:41','2017-04-10 13:15:41','','apparel-home-dc-2','','inherit','open','closed','','apparel-home-dc-2','','','2017-04-10 13:15:41','2017-04-10 13:15:41','',4511,'http://deanostudios.com/wp-content/uploads/2016/03/apparel-home-dc-2.psd',0,'attachment','application/octet-stream',0),(7060,3,'2017-04-10 13:16:16','2017-04-10 13:16:16','','apparel-home-dc-2','','inherit','open','closed','','apparel-home-dc-2-2','','','2017-04-10 13:16:16','2017-04-10 13:16:16','',4511,'http://deanostudios.com/wp-content/uploads/2016/03/apparel-home-dc-2.png',0,'attachment','image/png',0),(7062,3,'2017-04-10 13:16:57','2017-04-10 13:16:57','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6509\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7059\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1486320519015{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/DSC_1678-e1484805885314.jpg?id=5182) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-04-10 13:16:57','2017-04-10 13:16:57','',4511,'http://deanostudios.com/2017/04/10/4511-revision-v1/',0,'revision','',0),(7063,3,'2017-04-10 13:17:42','2017-04-10 13:17:42','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6509\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1486320519015{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/DSC_1678-e1484805885314.jpg?id=5182) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-04-10 13:17:42','2017-04-10 13:17:42','',4511,'http://deanostudios.com/2017/04/10/4511-revision-v1/',0,'revision','',0),(7064,3,'2017-04-10 13:29:12','2017-04-10 13:29:12','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1486320519015{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/DSC_1678-e1484805885314.jpg?id=5182) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-04-10 13:29:12','2017-04-10 13:29:12','',4511,'http://deanostudios.com/2017/04/10/4511-revision-v1/',0,'revision','',0),(7065,1,'2017-04-13 13:48:20','2017-04-13 13:48:20','','Order – April 13, 2017 @ 01:48 PM','','wc-processing','open','closed','order_58ef81a43bc6c','order-apr-13-2017-0148-pm','','','2017-04-13 13:49:45','2017-04-13 13:49:45','',0,'http://deanostudios.com/?post_type=shop_order&p=7065',0,'shop_order','',2),(7067,1,'2017-04-28 11:01:38','2017-04-28 11:01:38','','Order – April 28, 2017 @ 11:01 AM','','wc-processing','open','closed','order_59032112687ee','order-apr-28-2017-1101-am','','','2017-04-28 11:03:34','2017-04-28 11:03:34','',0,'http://deanostudios.com/?post_type=shop_order&p=7067',0,'shop_order','',2),(7075,3,'2017-04-29 22:00:28','2017-04-29 22:00:28','','IMG_0256','','inherit','open','closed','','img_0256','','','2017-04-29 22:00:28','2017-04-29 22:00:28','',0,'http://deanostudios.com/wp-content/uploads/2017/04/IMG_0256.png',0,'attachment','image/png',0),(7076,1,'2017-04-30 04:12:50','2017-04-30 04:12:50','','Order – April 30, 2017 @ 04:12 AM','','wc-processing','open','closed','order_59056442e1660','order-apr-30-2017-0412-am','','','2017-04-30 04:13:47','2017-04-30 04:13:47','',0,'http://deanostudios.com/?post_type=shop_order&p=7076',0,'shop_order','',2),(7077,1,'2017-04-30 15:14:54','2017-04-30 15:14:54','','Order – April 30, 2017 @ 03:14 PM','Thank you very much, keep up the outstanding work .... I was hoping for it to be the XL tank top....','wc-processing','open','closed','order_5905ff6e3414a','order-apr-30-2017-0314-pm','','','2017-04-30 15:15:34','2017-04-30 15:15:34','',0,'http://deanostudios.com/?post_type=shop_order&p=7077',0,'shop_order','',2),(7078,1,'2017-04-30 17:00:42','2017-04-30 17:00:42','','Order – April 30, 2017 @ 05:00 PM','','wc-cancelled','open','closed','order_5906183a06254','order-apr-30-2017-0500-pm','','','2017-04-30 17:37:06','2017-04-30 17:37:06','',0,'http://deanostudios.com/?post_type=shop_order&p=7078',0,'shop_order','',1),(7084,1,'2017-04-30 20:52:04','2017-04-30 20:52:04','','Order – April 30, 2017 @ 08:52 PM','','wc-cancelled','open','closed','order_59064e74de32e','order-apr-30-2017-0852-pm','','','2017-04-30 20:52:28','2017-04-30 20:52:28','',0,'http://deanostudios.com/?post_type=shop_order&p=7084',0,'shop_order','',1),(7085,1,'2017-04-30 21:10:58','2017-04-30 21:10:58','','Order – April 30, 2017 @ 09:10 PM','','wc-cancelled','open','closed','order_590652e2f2fa9','order-apr-30-2017-0910-pm','','','2017-04-30 21:12:04','2017-04-30 21:12:04','',0,'http://deanostudios.com/?post_type=shop_order&p=7085',0,'shop_order','',1),(7087,1,'2017-05-01 06:06:54','2017-05-01 06:06:54','','Order – May 1, 2017 @ 06:06 AM','','wc-processing','open','closed','order_5906d07e56498','order-may-01-2017-0606-am','','','2017-05-01 06:07:31','2017-05-01 06:07:31','',0,'http://deanostudios.com/?post_type=shop_order&p=7087',0,'shop_order','',2),(7088,1,'2017-05-01 11:33:12','2017-05-01 11:33:12','','Order – May 1, 2017 @ 11:33 AM','','wc-cancelled','open','closed','order_59071cf8b3870','order-may-01-2017-1133-am','','','2017-05-01 11:33:39','2017-05-01 11:33:39','',0,'http://deanostudios.com/?post_type=shop_order&p=7088',0,'shop_order','',1),(7089,1,'2017-05-01 12:34:39','2017-05-01 12:34:39','','Order – May 1, 2017 @ 12:34 PM','','wc-cancelled','open','closed','order_59072b5fafc1e','order-may-01-2017-1234-pm','','','2017-05-01 12:36:26','2017-05-01 12:36:26','',0,'http://deanostudios.com/?post_type=shop_order&p=7089',0,'shop_order','',1),(7090,1,'2017-05-01 12:37:08','2017-05-01 12:37:08','','Order – May 1, 2017 @ 12:37 PM','','wc-cancelled','open','closed','order_59072bf4d29de','order-may-01-2017-1237-pm','','','2017-05-01 12:37:38','2017-05-01 12:37:38','',0,'http://deanostudios.com/?post_type=shop_order&p=7090',0,'shop_order','',1),(7091,1,'2017-05-01 12:39:23','2017-05-01 12:39:23','','Order – May 1, 2017 @ 12:39 PM','','wc-cancelled','open','closed','order_59072c7b05c4b','order-may-01-2017-1239-pm','','','2017-05-01 12:39:41','2017-05-01 12:39:41','',0,'http://deanostudios.com/?post_type=shop_order&p=7091',0,'shop_order','',1),(7092,3,'2017-05-01 12:46:01','2017-05-01 12:46:01','','Octopus Tank Black - Men\'s','Color: Solid Black Tank Top\r\nDesign: Octopus with Psycho Tattoo Logo\r\nT-Shirt Brand: Next Level Apparel\r\nMaterial: 60% Cotton / 40% Polyester\r\nCare: Machine Cold Wash','draft','closed','closed','','octopus-tank-black-mens','','','2017-05-01 15:15:41','2017-05-01 15:15:41','',0,'http://deanostudios.com/?post_type=product&p=7092',1,'product','',0),(7094,3,'2017-02-17 17:42:44','2017-02-17 17:42:44','','Octopus T-Shirt Black - Men\'s (Copy) - X Large','','publish','closed','closed','','octopus-t-shirt-black-mens-copy-x-large','','','2017-02-17 17:42:44','2017-02-17 17:42:44','',7092,'http://deanostudios.com/?post_type=product&p=7092',0,'product_variation','',0),(7095,3,'2017-02-17 17:42:44','2017-02-17 17:42:44','','Octopus T-Shirt Black - Men\'s (Copy) - Large','','publish','closed','closed','','octopus-t-shirt-black-mens-copy-large','','','2017-02-17 17:42:44','2017-02-17 17:42:44','',7092,'http://deanostudios.com/?post_type=product&p=7092',0,'product_variation','',0),(7096,3,'2017-02-17 17:42:44','2017-02-17 17:42:44','','Octopus T-Shirt Black - Men\'s (Copy) - Medium','','publish','closed','closed','','octopus-t-shirt-black-mens-copy-medium','','','2017-02-17 17:42:44','2017-02-17 17:42:44','',7092,'http://deanostudios.com/?post_type=product&p=7092',0,'product_variation','',0),(7097,1,'2017-05-01 12:47:38','2017-05-01 12:47:38','','Order – May 1, 2017 @ 12:47 PM','','wc-cancelled','open','closed','order_59072e6a08a71','order-may-01-2017-1247-pm','','','2017-05-01 12:48:04','2017-05-01 12:48:04','',0,'http://deanostudios.com/?post_type=shop_order&p=7097',0,'shop_order','',1),(7098,1,'2017-05-01 12:50:18','2017-05-01 12:50:18','','Order – May 1, 2017 @ 12:50 PM','','wc-cancelled','open','closed','order_59072f0a676bc','order-may-01-2017-1250-pm','','','2017-05-01 12:50:39','2017-05-01 12:50:39','',0,'http://deanostudios.com/?post_type=shop_order&p=7098',0,'shop_order','',1),(7099,3,'2017-05-01 14:48:18','2017-05-01 14:48:18','','Octopus Tank Black - Men\'s','<p>Color: Solid Black Tank Top<br> Design: Octopus with Psycho Tattoo Logo<br> T-Shirt Brand: Next Level Apparel<br> Material: 60% Cotton / 40% Polyester<br> Care: Machine Cold Wash</p>','inherit','closed','closed','','7092-autosave-v1','','','2017-05-01 14:48:18','2017-05-01 14:48:18','',7092,'http://deanostudios.com/2017/05/01/7092-autosave-v1/',0,'revision','',0),(7103,3,'2017-05-01 14:37:52','2017-05-01 14:37:52','','Octopus Tank Black','Color: Solid Black Tank Top\r\nDesign: Octopus with Psycho Tattoo Logo\r\nT-Shirt Brand: Next Level Apparel\r\nMaterial: 60% Cotton / 40% Polyester\r\nCare: Machine Cold Wash','trash','closed','closed','','octopus-tank-black__trashed','','','2017-05-01 14:58:54','2017-05-01 14:58:54','',0,'http://deanostudios.com/product/octopus-tank-black/',1,'product','',0),(7108,1,'2017-05-01 14:56:00','2017-05-01 14:56:00','','Order – May 1, 2017 @ 02:56 PM','','wc-cancelled','open','closed','order_59074c809eb9c','order-may-01-2017-0256-pm','','','2017-05-01 14:56:15','2017-05-01 14:56:15','',0,'http://deanostudios.com/?post_type=shop_order&p=7108',0,'shop_order','',1),(7109,3,'2017-05-01 12:46:01','2017-05-01 12:46:01','','Octopus Tank Black - Men\'s','Color: Solid Black Tank Top\r\nDesign: Octopus with Psycho Tattoo Logo\r\nT-Shirt Brand: Next Level Apparel\r\nMaterial: 60% Cotton / 40% Polyester\r\nCare: Machine Cold Wash','publish','closed','closed','','octopus-tank-black-mens-2','','','2017-05-01 15:12:23','2017-05-01 15:12:23','',0,'http://deanostudios.com/?post_type=product&p=7109',1,'product','',0),(7110,3,'2017-02-17 17:42:44','2017-02-17 17:42:44','','Octopus Tank Black - Men\'s - X-Large','Size: X-Large','publish','closed','closed','','octopus-tank-black-mens-x-large','','','2017-02-17 17:42:44','2017-02-17 17:42:44','',7109,'http://deanostudios.com/?post_type=product&p=7109',0,'product_variation','',0),(7111,3,'2017-02-17 17:42:44','2017-02-17 17:42:44','','Octopus Tank Black - Men\'s - Large','Size: Large','publish','closed','closed','','octopus-tank-black-mens-large','','','2017-02-17 17:42:44','2017-02-17 17:42:44','',7109,'http://deanostudios.com/?post_type=product&p=7109',0,'product_variation','',0),(7112,3,'2017-02-17 17:42:44','2017-02-17 17:42:44','','Octopus Tank Black - Men\'s - Medium','Size: Medium','publish','closed','closed','','octopus-tank-black-mens-medium','','','2017-02-17 17:42:44','2017-02-17 17:42:44','',7109,'http://deanostudios.com/?post_type=product&p=7109',0,'product_variation','',0),(7113,3,'2017-05-01 15:06:06','2017-05-01 15:06:06','','Octopus Tank Black - Men\'s (Copy)','Color: Solid Black Tank Top\r\nDesign: Octopus with Psycho Tattoo Logo\r\nT-Shirt Brand: Next Level Apparel\r\nMaterial: 60% Cotton / 40% Polyester\r\nCare: Machine Cold Wash','draft','closed','closed','','','','','2017-05-01 15:06:06','2017-05-01 15:06:06','',0,'',1,'product','',0),(7114,3,'2017-05-01 15:06:06','2017-05-01 15:06:06','','Variation #7114 of Octopus Tank Black – Men’s (Copy)','','publish','closed','closed','','variation-7114-of-octopus-tank-black-mens-copy','','','2017-05-01 15:06:06','2017-05-01 15:06:06','',7113,'http://deanostudios.com/?post_type=product&p=7113',0,'product_variation','',0),(7115,3,'2017-05-01 15:06:06','2017-05-01 15:06:06','','Variation #7115 of Octopus Tank Black – Men’s (Copy)','','publish','closed','closed','','variation-7115-of-octopus-tank-black-mens-copy','','','2017-05-01 15:06:06','2017-05-01 15:06:06','',7113,'http://deanostudios.com/?post_type=product&p=7113',0,'product_variation','',0),(7116,3,'2017-05-01 15:06:06','2017-05-01 15:06:06','','Variation #7116 of Octopus Tank Black – Men’s (Copy)','','publish','closed','closed','','variation-7116-of-octopus-tank-black-mens-copy','','','2017-05-01 15:06:06','2017-05-01 15:06:06','',7113,'http://deanostudios.com/?post_type=product&p=7113',0,'product_variation','',0),(7117,1,'2017-05-01 15:16:40','2017-05-01 15:16:40','','Order – May 1, 2017 @ 03:16 PM','','wc-cancelled','open','closed','order_590751580243c','order-may-01-2017-0316-pm','','','2017-05-01 15:16:58','2017-05-01 15:16:58','',0,'http://deanostudios.com/?post_type=shop_order&p=7117',0,'shop_order','',1),(7118,1,'2017-05-01 16:38:12','2017-05-01 16:38:12','','Order – May 1, 2017 @ 04:38 PM','','wc-cancelled','open','closed','order_5907647403028','order-may-01-2017-0438-pm','','','2017-05-01 16:38:26','2017-05-01 16:38:26','',0,'http://deanostudios.com/?post_type=shop_order&p=7118',0,'shop_order','',1),(7119,1,'2017-05-01 16:54:33','2017-05-01 16:54:33','','Order – May 1, 2017 @ 04:54 PM','','wc-processing','open','closed','order_590768494d49b','order-may-01-2017-0454-pm','','','2017-05-01 16:55:44','2017-05-01 16:55:44','',0,'http://deanostudios.com/?post_type=shop_order&p=7119',0,'shop_order','',2),(7120,1,'2017-05-04 23:15:02','2017-05-04 23:15:02','','Order – May 4, 2017 @ 11:15 PM','','wc-processing','open','closed','order_590bb5f6c4cfe','order-may-04-2017-1115-pm','','','2017-05-04 23:16:10','2017-05-04 23:16:10','',0,'http://deanostudios.com/?post_type=shop_order&p=7120',0,'shop_order','',4),(7123,3,'2017-05-18 14:42:22','2017-05-18 14:42:22','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1486320519015{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/DSC_1678-e1484805885314.jpg?id=5182) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\"onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-05-18 14:42:22','2017-05-18 14:42:22','',4511,'http://deanostudios.com/2017/05/18/4511-revision-v1/',0,'revision','',0),(7125,3,'2017-05-18 14:46:17','2017-05-18 14:46:17','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1486320519015{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://www.artlanta.com/deanostudios/wp-content/uploads/2016/04/DSC_1678-e1484805885314.jpg?id=5182) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-05-18 14:46:17','2017-05-18 14:46:17','',4511,'http://deanostudios.com/2017/05/18/4511-revision-v1/',0,'revision','',0),(7126,3,'2017-05-22 19:30:24','2017-05-22 19:30:24','Limited edition color specially blended to match the Bimini Blue color from the Deano Cook artist set from Fusion Ink\r\n\r\n \r\n\r\nThe first completely versatile dedicated cartridge machine! All options packed into one machine without the need for additional Hardware. Download the user manual <a href=\"http://www.fkirons.com/shop/Edge%20QuickStart%20Guide.pdf\">here!</a>\r\n\r\nPivoting Stainless Steel Drive-bar\r\n-The Drivebar will work with our RPG Cartridge Grips, both disposable and autoclavable, along with the Hawk screw on adjustable grips. The pivoting DriveBar pivots on its end join self aligning to with the cartridge when the machine is active. This stabilizes the bar and needle without the need of bushings causing additional friction and noise.\r\n\r\nReinvented Vise Design\r\n- All new patent pending MultiVise System accepts conventional backstem and screw-on style cartridge grips without the need for adaptors.\r\n\r\nAircraft Aluminum Enclosure\r\n- CNC crafted from one solid rod of 6061 T6 aluminum, mirror polished and anodized for ultimate durability\r\n\r\nSelf Lubricating Slider\r\n- All new slider material reduces friction and wear prolonging the life of parts; virtually maintenance free\r\n\r\nBall Bearing Slider Stabilization\r\n- Ensures accurate glide of the slider while reducing friction and noise delivering a smooth performance with no axial play.\r\n\r\nAdjustable Stroke\r\n- Change the stroke from 2.8-4.2mm (with variable options in between) without the need for interchangeable parts.\r\n\r\nVariable Give On-the-fly\r\n-\"Variable On-the-Fly\" Micro Dialed Give Adjustment. One full turn of the Dial takes you from no give to full give.\r\n(Only available on Spektra Edge X)\r\n\r\nHex Drive Mechanism\r\n- Patent pending hex drive mechanism allows the motor to be detached while canceling axial load on the shaft. The Edge uses the same HexDrive MotorBolt as the Direkt, this means that if you have a Direkt you can interchange MotorBolts.\r\n\r\nMade in the USA\r\n\r\nThis machine is not compatible with standard needles and tubes, cartridge style needles only.','FKIrons Spektra Edge-X Deano Cook Bimini Blue','Free Shipping\r\n\r\nLimited Edition\r\n\r\nColor Matched Motor\r\n\r\nColor Matched Vise','publish','closed','closed','','spektra-edge-x-deano-cook-bimini-blue','','','2017-05-25 20:29:18','2017-05-25 20:29:18','',0,'http://deanostudios.com/?post_type=product&p=7126',0,'product','',0),(7132,3,'2017-05-22 18:54:23','2017-05-22 18:54:23','','IMG_9380','','inherit','open','closed','','img_9380','','','2017-05-22 18:54:23','2017-05-22 18:54:23','',7126,'http://deanostudios.com/wp-content/uploads/2017/05/IMG_9380.jpg',0,'attachment','image/jpeg',0),(7133,1,'2017-05-22 18:58:27','2017-05-22 18:58:27','','Order – May 22, 2017 @ 06:58 PM','','wc-cancelled','open','closed','order_592334d3a12b8','order-may-22-2017-0658-pm','','','2017-05-22 19:00:05','2017-05-22 19:00:05','',0,'http://deanostudios.com/?post_type=shop_order&p=7133',0,'shop_order','',1),(7134,1,'2017-05-22 19:19:56','2017-05-22 19:19:56','','Order – May 22, 2017 @ 07:19 PM','','wc-cancelled','open','closed','order_592339dca646c','order-may-22-2017-0719-pm','','','2017-05-22 19:22:38','2017-05-22 19:22:38','',0,'http://deanostudios.com/?post_type=shop_order&p=7134',0,'shop_order','',1),(7135,3,'2017-05-22 19:23:20','2017-05-22 19:23:20','','spektraWhite','','inherit','open','closed','','spektrawhite','','','2017-05-22 19:23:20','2017-05-22 19:23:20','',7126,'http://deanostudios.com/wp-content/uploads/2017/05/spektraWhite.png',0,'attachment','image/png',0),(7137,3,'2017-05-22 19:39:28','2017-05-22 19:39:28',' ','','','publish','closed','closed','','7137','','','2017-05-22 19:39:28','2017-05-22 19:39:28','',0,'http://deanostudios.com/2017/05/22/7137/',9,'nav_menu_item','',0),(7139,3,'2017-05-22 19:52:28','2017-05-22 19:52:28','','spektraWhite','','inherit','open','closed','','spektrawhite-2','','','2017-05-22 19:52:28','2017-05-22 19:52:28','',7126,'http://deanostudios.com/wp-content/uploads/2017/05/spektraWhite-1.png',0,'attachment','image/png',0),(7140,1,'2017-05-22 20:37:18','2017-05-22 20:37:18','','Order – May 22, 2017 @ 08:37 PM','','wc-processing','open','closed','order_59234bfef39b0','order-may-22-2017-0837-pm','','','2017-05-22 20:38:20','2017-05-22 20:38:20','',0,'http://deanostudios.com/?post_type=shop_order&p=7140',0,'shop_order','',4),(7142,1,'2017-05-23 06:23:42','2017-05-23 06:23:42','','Order – May 23, 2017 @ 06:23 AM','','wc-processing','open','closed','order_5923d56e46f77','order-may-23-2017-0623-am','','','2017-05-23 06:34:28','2017-05-23 06:34:28','',0,'http://deanostudios.com/?post_type=shop_order&p=7142',0,'shop_order','',4),(7143,3,'2017-05-25 20:27:43','2017-05-25 20:27:43','Limited edition color specially blended to match the Bimini Blue color from the Deano Cook artist set from Fusion Ink\n\n \n\nThe first completely versatile dedicated cartridge machine! All options packed into one machine without the need for additional Hardware. Download the user manual <a href=\"http://www.fkirons.com/shop/Edge%20QuickStart%20Guide.pdf\">here!</a>\n\nPivoting Stainless Steel Drive-bar\n-The Drivebar will work with our RPG Cartridge Grips, both disposable and autoclavable, along with the Hawk screw on adjustable grips. The pivoting DriveBar pivots on its end join self aligning to with the cartridge when the machine is active. This stabilizes the bar and needle without the need of bushings causing additional friction and noise.\n\nReinvented Vise Design\n- All new patent pending MultiVise System accepts conventional backstem and screw-on style cartridge grips without the need for adaptors.\n\nAircraft Aluminum Enclosure\n- CNC crafted from one solid rod of 6061 T6 aluminum, mirror polished and anodized for ultimate durability\n\nSelf Lubricating Slider\n- All new slider material reduces friction and wear prolonging the life of parts; virtually maintenance free\n\nBall Bearing Slider Stabilization\n- Ensures accurate glide of the slider while reducing friction and noise delivering a smooth performance with no axial play.\n\nAdjustable Stroke\n- Change the stroke from 2.8-4.2mm (with variable options in between) without the need for interchangeable parts.\n\nVariable Give On-the-fly\n-\"Variable On-the-Fly\" Micro Dialed Give Adjustment. One full turn of the Dial takes you from no give to full give.\n(Only available on Spektra Edge X)\n\nHex Drive Mechanism\n- Patent pending hex drive mechanism allows the motor to be detached while canceling axial load on the shaft. The Edge uses the same HexDrive MotorBolt as the Direkt, this means that if you have a Direkt you can interchange MotorBolts.\n\nMade in the USA\n\nThis machine is not compatible with standard needles and tubes, cartridge style needles only.','FKIrons Spektra Edge X Deano Cook Bimini Blue','Free Shipping\n\nLimited Edition\n\nColor Matched Motor\n\nColor Matched Vise','inherit','closed','closed','','7126-autosave-v1','','','2017-05-25 20:27:43','2017-05-25 20:27:43','',7126,'http://deanostudios.com/2017/05/25/7126-autosave-v1/',0,'revision','',0),(7144,3,'2017-05-25 18:38:55','2017-05-25 18:38:55','','SpektraLayout','','inherit','open','closed','','spektralayout','','','2017-05-25 18:38:55','2017-05-25 18:38:55','',7126,'http://deanostudios.com/wp-content/uploads/2017/05/SpektraLayout.png',0,'attachment','image/png',0),(7145,3,'2017-05-25 19:07:45','2017-05-25 19:07:45','','Unknown','','inherit','open','closed','','unknown','','','2017-05-25 19:07:45','2017-05-25 19:07:45','',0,'http://deanostudios.com/wp-content/uploads/2017/05/Unknown.jpeg',0,'attachment','image/jpeg',0),(7146,3,'2017-05-25 19:09:05','2017-05-25 19:09:05','','Unknown','','inherit','open','closed','','unknown-2','','','2017-05-25 19:09:05','2017-05-25 19:09:05','',0,'http://deanostudios.com/wp-content/uploads/2017/05/Unknown-1.jpeg',0,'attachment','image/jpeg',0),(7147,3,'2017-05-25 19:31:03','2017-05-25 19:31:03','','bg','','inherit','open','closed','','bg-2','','','2017-05-25 19:31:03','2017-05-25 19:31:03','',0,'http://deanostudios.com/wp-content/uploads/2017/05/bg.jpeg',0,'attachment','image/jpeg',0),(7149,3,'2017-05-25 22:57:03','2017-05-25 22:57:03','','bg','','inherit','open','closed','','bg-3','','','2017-05-25 22:57:03','2017-05-25 22:57:03','',0,'http://deanostudios.com/wp-content/uploads/2017/05/bg.jpg',0,'attachment','image/jpeg',0),(7152,3,'2017-05-25 23:12:00','2017-05-25 23:12:00','','Header','','inherit','open','closed','','header-7','','','2017-05-25 23:12:00','2017-05-25 23:12:00','',0,'http://deanostudios.com/wp-content/uploads/2017/05/Header.jpg',0,'attachment','image/jpeg',0),(7156,3,'2017-05-26 14:48:03','2017-05-26 14:48:03','','background','','inherit','open','closed','','background','','','2017-05-26 14:48:03','2017-05-26 14:48:03','',0,'http://deanostudios.com/wp-content/uploads/2017/05/background.jpg',0,'attachment','image/jpeg',0),(7157,3,'2017-05-26 14:56:48','2017-05-26 14:56:48','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-05-26 14:56:48','2017-05-26 14:56:48','',4511,'http://deanostudios.com/2017/05/26/4511-revision-v1/',0,'revision','',0),(7158,1,'2017-05-26 20:27:24','2017-05-26 20:27:24','','Order – May 26, 2017 @ 08:27 PM','','wc-cancelled','open','closed','order_59288face390b','order-may-26-2017-0827-pm','','','2017-06-09 16:00:16','2017-06-09 16:00:16','',0,'http://deanostudios.com/?post_type=shop_order&p=7158',0,'shop_order','',1),(7159,1,'2017-05-26 20:28:36','2017-05-26 20:28:36','','Order – May 26, 2017 @ 08:28 PM','','wc-cancelled','open','closed','order_59288ff4f12d7','order-may-26-2017-0828-pm','','','2017-06-09 16:00:17','2017-06-09 16:00:17','',0,'http://deanostudios.com/?post_type=shop_order&p=7159',0,'shop_order','',1),(7160,1,'2017-05-26 20:30:04','2017-05-26 20:30:04','','Order – May 26, 2017 @ 08:30 PM','','wc-cancelled','open','closed','order_5928904cbf3c8','order-may-26-2017-0830-pm','','','2017-06-09 16:00:17','2017-06-09 16:00:17','',0,'http://deanostudios.com/?post_type=shop_order&p=7160',0,'shop_order','',1),(7161,1,'2017-05-26 21:12:08','2017-05-26 21:12:08','','Order – May 26, 2017 @ 09:12 PM','','wc-cancelled','open','closed','order_59289a28d59cf','order-may-26-2017-0912-pm','','','2017-06-09 16:00:18','2017-06-09 16:00:18','',0,'http://deanostudios.com/?post_type=shop_order&p=7161',0,'shop_order','',1),(7162,1,'2017-05-26 21:13:17','2017-05-26 21:13:17','','Order – May 26, 2017 @ 09:13 PM','','wc-cancelled','open','closed','order_59289a6dbf392','order-may-26-2017-0913-pm','','','2017-06-09 16:00:18','2017-06-09 16:00:18','',0,'http://deanostudios.com/?post_type=shop_order&p=7162',0,'shop_order','',1),(7163,1,'2017-05-26 21:14:47','2017-05-26 21:14:47','','Order – May 26, 2017 @ 09:14 PM','','wc-cancelled','open','closed','order_59289ac721ff2','order-may-26-2017-0914-pm','','','2017-06-09 16:00:18','2017-06-09 16:00:18','',0,'http://deanostudios.com/?post_type=shop_order&p=7163',0,'shop_order','',1),(7164,1,'2017-05-26 21:15:48','2017-05-26 21:15:48','','Order – May 26, 2017 @ 09:15 PM','','wc-cancelled','open','closed','order_59289b04c4cbf','order-may-26-2017-0915-pm','','','2017-06-09 16:00:18','2017-06-09 16:00:18','',0,'http://deanostudios.com/?post_type=shop_order&p=7164',0,'shop_order','',1),(7165,1,'2017-05-26 21:30:39','2017-05-26 21:30:39','','Order – May 26, 2017 @ 09:30 PM','','wc-pending','open','closed','order_59289e7fa3d04','order-may-26-2017-0930-pm','','','2017-05-26 21:30:39','2017-05-26 21:30:39','',0,'http://deanostudios.com/?post_type=shop_order&p=7165',0,'shop_order','',0),(7166,1,'2017-05-26 21:35:03','2017-05-26 21:35:03','','Order – May 26, 2017 @ 09:35 PM','','wc-pending','open','closed','order_59289f871e9b7','order-may-26-2017-0935-pm','','','2017-05-26 21:35:03','2017-05-26 21:35:03','',0,'http://deanostudios.com/?post_type=shop_order&p=7166',0,'shop_order','',0),(7167,1,'2017-05-26 21:35:59','2017-05-26 21:35:59','','Order – May 26, 2017 @ 09:35 PM','','wc-pending','open','closed','order_59289fbfba61e','order-may-26-2017-0935-pm-2','','','2017-05-26 21:35:59','2017-05-26 21:35:59','',0,'http://deanostudios.com/?post_type=shop_order&p=7167',0,'shop_order','',0),(7168,1,'2017-05-26 21:54:20','2017-05-26 21:54:20','','Order – May 26, 2017 @ 09:54 PM','','wc-cancelled','open','closed','order_5928a40cca6e7','order-may-26-2017-0954-pm','','','2017-06-09 16:00:19','2017-06-09 16:00:19','',0,'http://deanostudios.com/?post_type=shop_order&p=7168',0,'shop_order','',1),(7169,1,'2017-05-26 21:56:31','2017-05-26 21:56:31','','Order – May 26, 2017 @ 09:56 PM','','wc-pending','open','closed','order_5928a48fc936c','order-may-26-2017-0956-pm','','','2017-05-26 21:56:31','2017-05-26 21:56:31','',0,'http://deanostudios.com/?post_type=shop_order&p=7169',0,'shop_order','',0),(7170,1,'2017-05-26 22:45:40','2017-05-26 22:45:40','','Order – May 26, 2017 @ 10:45 PM','','wc-cancelled','open','closed','order_5928b01471028','order-may-26-2017-1045-pm','','','2017-05-26 22:46:28','2017-05-26 22:46:28','',0,'http://deanostudios.com/?post_type=shop_order&p=7170',0,'shop_order','',1),(7171,3,'2017-05-26 23:40:13','0000-00-00 00:00:00','','Deposit For Appointment','One hour payment for setting an appointment. ','draft','closed','closed','','','','','2017-05-26 23:40:13','2017-05-26 23:40:13','',0,'http://deanostudios.com/?post_type=product&p=7171',0,'product','',0),(7172,3,'2017-06-01 02:14:20','2017-06-01 02:14:20','','BlueAd','','inherit','open','closed','','bluead','','','2017-06-01 02:14:20','2017-06-01 02:14:20','',4511,'http://deanostudios.com/wp-content/uploads/2016/03/BlueAd.png',0,'attachment','image/png',0),(7173,3,'2017-06-01 02:24:50','2017-06-01 02:24:50','','BlueAd','','inherit','open','closed','','bluead-2','','','2017-06-01 02:24:50','2017-06-01 02:24:50','',4511,'http://deanostudios.com/wp-content/uploads/2016/03/BlueAd-1.png',0,'attachment','image/png',0),(7174,3,'2017-06-01 02:26:17','2017-06-01 02:26:17','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_single_image image=\"7173\" img_size=\"1181x188\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/spektra-edge-x-deano-cook-bimini-blue/\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-06-01 02:26:17','2017-06-01 02:26:17','',4511,'http://deanostudios.com/2017/06/01/4511-revision-v1/',0,'revision','',0),(7175,3,'2017-06-01 02:29:56','2017-06-01 02:29:56','','bluead_noback','','inherit','open','closed','','bluead_noback','','','2017-06-01 02:29:56','2017-06-01 02:29:56','',4511,'http://deanostudios.com/wp-content/uploads/2016/03/bluead_noback.png',0,'attachment','image/png',0); INSERT INTO `wp_posts` VALUES (7176,3,'2017-06-01 02:31:01','2017-06-01 02:31:01','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_single_image image=\"7175\" img_size=\"1181x188\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/spektra-edge-x-deano-cook-bimini-blue/\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-06-01 02:31:01','2017-06-01 02:31:01','',4511,'http://deanostudios.com/2017/06/01/4511-revision-v1/',0,'revision','',0),(7178,3,'2017-06-02 21:54:07','2017-06-02 21:54:07','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_single_image image=\"7144\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/spektra-edge-x-deano-cook-bimini-blue/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited edition FK Irons Spektra Edge-x in Deano Cooks signature Fusion Ink color Bimini Blue\" font_container=\"tag:h2|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fspektra-edge-x-deano-cook-bimini-blue%2F|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-06-02 21:54:07','2017-06-02 21:54:07','',4511,'http://deanostudios.com/2017/06/02/4511-revision-v1/',0,'revision','',0),(7179,3,'2017-06-02 22:31:49','2017-06-02 22:31:49','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_single_image image=\"7144\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/spektra-edge-x-deano-cook-bimini-blue/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited Edition FK Irons Spektra Edge-X Deano Cook Bimini Blue\" font_container=\"tag:h2|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fspektra-edge-x-deano-cook-bimini-blue%2F|||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited edition color specially blended to match the Bimini Blue color from the Deano Cook artist set from Fusion Ink.\r\n\r\nEarly orders will receive a limited edition 12x8 canvas print.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-06-02 22:31:49','2017-06-02 22:31:49','',4511,'http://deanostudios.com/2017/06/02/4511-revision-v1/',0,'revision','',0),(7180,3,'2017-06-02 22:40:39','2017-06-02 22:40:39','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_single_image image=\"7144\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/spektra-edge-x-deano-cook-bimini-blue/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited Edition Deano Cook Spektra Edge-X in Bimini Blue from FK Irons\" font_container=\"tag:h2|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fspektra-edge-x-deano-cook-bimini-blue%2F|||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited edition color specially blended to match the Bimini Blue color from the Deano Cook artist set from Fusion Ink.\r\n\r\nEarly orders will receive a limited edition 12x8 canvas print.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-06-02 22:40:39','2017-06-02 22:40:39','',4511,'http://deanostudios.com/2017/06/02/4511-revision-v1/',0,'revision','',0),(7181,3,'2017-06-02 22:43:14','2017-06-02 22:43:14','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_single_image image=\"7144\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/spektra-edge-x-deano-cook-bimini-blue/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited Edition Deano Cook Spektra Edge-X in Bimini Blue from FK Irons\" font_container=\"tag:h2|font_size:25|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fspektra-edge-x-deano-cook-bimini-blue%2F|||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited edition color specially blended to match the Bimini Blue color from the Deano Cook artist set from Fusion Ink.\r\n\r\nEarly orders will receive a limited edition 12x8 canvas print.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-06-02 22:43:14','2017-06-02 22:43:14','',4511,'http://deanostudios.com/2017/06/02/4511-revision-v1/',0,'revision','',0),(7182,3,'2017-06-02 22:43:59','2017-06-02 22:43:59','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_single_image image=\"7144\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/spektra-edge-x-deano-cook-bimini-blue/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited Edition Deano Cook Spektra Edge-X in Bimini Blue from FK Irons\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fspektra-edge-x-deano-cook-bimini-blue%2F|||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited edition color specially blended to match the Bimini Blue color from the Deano Cook artist set from Fusion Ink.\r\n\r\nEarly orders will receive a limited edition 12x8 canvas print.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-06-02 22:43:59','2017-06-02 22:43:59','',4511,'http://deanostudios.com/2017/06/02/4511-revision-v1/',0,'revision','',0),(7184,1,'2017-06-06 17:50:50','2017-06-06 17:50:50','','Order – June 6, 2017 @ 05:50 PM','','wc-processing','open','closed','order_5936eb7a33095','order-jun-06-2017-0550-pm','','','2017-06-06 17:52:54','2017-06-06 17:52:54','',0,'http://deanostudios.com/?post_type=shop_order&p=7184',0,'shop_order','',3),(7185,1,'2017-06-06 22:19:12','2017-06-06 22:19:12','','Order – June 6, 2017 @ 10:19 PM','','wc-cancelled','open','closed','order_59372a6100639','order-jun-06-2017-1019-pm','','','2017-06-06 22:28:28','2017-06-06 22:28:28','',0,'http://deanostudios.com/?post_type=shop_order&p=7185',0,'shop_order','',1),(7186,1,'2017-06-06 22:28:55','2017-06-06 22:28:55','','Order – June 6, 2017 @ 10:28 PM','','wc-processing','open','closed','order_59372ca71eca2','order-jun-06-2017-1028-pm','','','2017-06-06 22:29:47','2017-06-06 22:29:47','',0,'http://deanostudios.com/?post_type=shop_order&p=7186',0,'shop_order','',3),(7187,1,'2017-06-07 03:42:53','2017-06-07 03:42:53','','Order – June 7, 2017 @ 03:42 AM','Shop close Sunday Monday ! Open Tuesday 11 to 5 Wednesday to fridays 1 to 9pm Saturday 11 to 5','wc-processing','open','closed','order_5937763d0cdbf','order-jun-07-2017-0342-am','','','2017-06-07 03:44:57','2017-06-07 03:44:57','',0,'http://deanostudios.com/?post_type=shop_order&p=7187',0,'shop_order','',3),(7188,1,'2017-06-07 09:34:41','2017-06-07 09:34:41','','Order – June 7, 2017 @ 09:34 AM','','wc-cancelled','open','closed','order_5937c8b18c380','order-jun-07-2017-0934-am','','','2017-06-09 16:00:19','2017-06-09 16:00:19','',0,'http://deanostudios.com/?post_type=shop_order&p=7188',0,'shop_order','',1),(7189,1,'2017-06-08 21:51:58','2017-06-08 21:51:58','','Order – June 8, 2017 @ 09:51 PM','Deliver after 12:30','wc-processing','open','closed','order_5939c6fed68cc','order-jun-08-2017-0951-pm','','','2017-06-08 21:52:56','2017-06-08 21:52:56','',0,'http://deanostudios.com/?post_type=shop_order&p=7189',0,'shop_order','',3),(7191,3,'2017-06-20 19:19:59','2017-06-20 19:19:59','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_single_image image=\"7144\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/spektra-edge-x-deano-cook-bimini-blue/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited Edition Deano Cook Spektra Edge-X in Bimini Blue from FK Irons\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fspektra-edge-x-deano-cook-bimini-blue%2F|||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited edition color specially blended to match the Bimini Blue color from the Deano Cook artist set from Fusion Ink.\r\n\r\nEarly orders will receive a limited edition 12x18 canvas print.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-06-20 19:19:59','2017-06-20 19:19:59','',4511,'http://deanostudios.com/2017/06/20/4511-revision-v1/',0,'revision','',0),(7192,1,'2017-06-21 18:21:10','2017-06-21 18:21:10','','Order – June 21, 2017 @ 06:21 PM','Delivery, okay to leave on porch/hidden by bushes .','wc-processing','open','closed','order_594ab916cf19d','order-jun-21-2017-0621-pm','','','2017-06-21 18:24:45','2017-06-21 18:24:45','',0,'http://deanostudios.com/?post_type=shop_order&p=7192',0,'shop_order','',5),(7193,3,'2017-06-21 23:47:54','2017-06-21 23:47:54','','CoralReefAdjustedNoSigForPrinting','CoralReef, 10/4/06, 11:30 AM, 8C, 4742x6806 (1794+3465), 100%, Custom, 1/30 s, R73.9, G44.9, B65.6','inherit','open','closed','','coralreefadjustednosigforprinting','','','2017-06-21 23:47:54','2017-06-21 23:47:54','',4511,'http://deanostudios.com/wp-content/uploads/2016/03/CoralReefAdjustedNoSigForPrinting.jpg',0,'attachment','image/jpeg',0),(7194,3,'2017-06-21 23:54:31','2017-06-21 23:54:31','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_single_image image=\"7144\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/spektra-edge-x-deano-cook-bimini-blue/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited Edition Deano Cook Spektra Edge-X in Bimini Blue from FK Irons\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fspektra-edge-x-deano-cook-bimini-blue%2F|||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited edition color specially blended to match the Bimini Blue color from the Deano Cook artist set from Fusion Ink.\r\n\r\nEarly orders will receive a limited edition 12x18 canvas print.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][vc_single_image image=\"7193\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/blog/painting-canvas-prints\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"``Aquatica`` Giclee Production.\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fblog%2Fpainting-canvas-prints|||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Deano Cook is known for his flawless approach to marine realism, and Guy\'s reputation is mostly about his abstract biomech work. These two iconic artists bring together their styles and approaches in Aquatica, their debut collaborative painting project.\r\n \r\n \r\nDue to such a strong response from their audiences, they have decided to release Aquatica in 2 canvas print formats, including a smaller limited run, 19``x28`` plus a 1`` border for mounting purposes, hand-signed by both artists, and a premium 26``x38`` pre-stretched full-sized gallery edition.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-06-21 23:54:31','2017-06-21 23:54:31','',4511,'http://deanostudios.com/2017/06/21/4511-revision-v1/',0,'revision','',0),(7195,3,'2017-06-21 23:59:20','2017-06-21 23:59:20','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_single_image image=\"7144\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/spektra-edge-x-deano-cook-bimini-blue/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited Edition Deano Cook Spektra Edge-X in Bimini Blue from FK Irons\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fspektra-edge-x-deano-cook-bimini-blue%2F|||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited edition color specially blended to match the Bimini Blue color from the Deano Cook artist set from Fusion Ink.\r\n\r\nEarly orders will receive a limited edition 12x18 canvas print.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"``Aquatica`` Giclee Production.\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fblog%2Fpainting-canvas-prints|||\"][vc_single_image image=\"7193\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/blog/painting-canvas-prints\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Deano Cook is known for his flawless approach to marine realism, and Guy\'s reputation is mostly about his abstract biomech work. These two iconic artists bring together their styles and approaches in Aquatica, their debut collaborative painting project.\r\n\r\nDue to such a strong response from their audiences, they have decided to release Aquatica in 2 canvas print formats, including a smaller limited run, 19``x28`` plus a 1`` border for mounting purposes, hand-signed by both artists, and a premium 26``x38`` pre-stretched full-sized gallery edition.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-06-21 23:59:20','2017-06-21 23:59:20','',4511,'http://deanostudios.com/2017/06/21/4511-revision-v1/',0,'revision','',0),(7196,3,'2017-06-22 00:05:44','2017-06-22 00:05:44','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_single_image image=\"7144\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/spektra-edge-x-deano-cook-bimini-blue/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited Edition Deano Cook Spektra Edge-X in Bimini Blue from FK Irons\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fspektra-edge-x-deano-cook-bimini-blue%2F|||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited edition color specially blended to match the Bimini Blue color from the Deano Cook artist set from Fusion Ink.\r\n\r\nEarly orders will receive a limited edition 12x18 canvas print.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"``Aquatica`` Giclee Production.\r\nDebut collaboration print from Guy Aitchison and Deano Cook.\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fblog%2Fpainting-canvas-prints|||\"][vc_single_image image=\"7193\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/blog/painting-canvas-prints\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Deano Cook is known for his flawless approach to marine realism, and Guy\'s reputation is mostly about his abstract biomech work. These two iconic artists bring together their styles and approaches in Aquatica, their debut collaborative painting project.\r\n\r\nDue to such a strong response from their audiences, they have decided to release Aquatica in 2 canvas print formats, including a smaller limited run, 19``x28`` plus a 1`` border for mounting purposes, hand-signed by both artists, and a premium 26``x38`` pre-stretched full-sized gallery edition.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-06-22 00:05:44','2017-06-22 00:05:44','',4511,'http://deanostudios.com/2017/06/22/4511-revision-v1/',0,'revision','',0),(7197,3,'2017-06-22 00:10:21','2017-06-22 00:10:21','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_single_image image=\"7144\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/spektra-edge-x-deano-cook-bimini-blue/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited Edition Deano Cook Spektra Edge-X in Bimini Blue from FK Irons\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fspektra-edge-x-deano-cook-bimini-blue%2F|||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited edition color specially blended to match the Bimini Blue color from the Deano Cook artist set from Fusion Ink.\r\n\r\nEarly orders will receive a limited edition 12x18 canvas print.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"``Aquatica`` \r\nGiclee Production.\r\nDebut collaboration print from Guy Aitchison and Deano Cook.\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fblog%2Fpainting-canvas-prints|||\"][vc_single_image image=\"7193\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/blog/painting-canvas-prints\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Deano Cook is known for his flawless approach to marine realism, and Guy\'s reputation is mostly about his abstract biomech work. These two iconic artists bring together their styles and approaches in Aquatica, their debut collaborative painting project.\r\n\r\nDue to such a strong response from their audiences, they have decided to release Aquatica in 2 canvas print formats, including a smaller limited run, 19``x28`` plus a 1`` border for mounting purposes, hand-signed by both artists, and a premium 26``x38`` pre-stretched full-sized gallery edition.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-06-22 00:10:21','2017-06-22 00:10:21','',4511,'http://deanostudios.com/2017/06/22/4511-revision-v1/',0,'revision','',0),(7198,3,'2017-06-22 14:14:57','2017-06-22 14:14:57','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_single_image image=\"7144\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/spektra-edge-x-deano-cook-bimini-blue/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited Edition Deano Cook Spektra Edge-X in Bimini Blue from FK Irons\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fspektra-edge-x-deano-cook-bimini-blue%2F|||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited edition color specially blended to match the Bimini Blue color from the Deano Cook artist set from Fusion Ink.\r\n\r\nEarly orders will receive a limited edition 12x18 canvas print.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"``Aquatica`` \r\nCanvas Giclee\r\nDebut collaboration print from Guy Aitchison and Deano Cook.\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fblog%2Fpainting-canvas-prints|||\"][vc_single_image image=\"7193\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/blog/painting-canvas-prints\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Deano Cook is known for his flawless approach to marine realism, and Guy\'s reputation is mostly about his abstract biomech work. These two iconic artists bring together their styles and approaches in Aquatica, their debut collaborative painting project.\r\n\r\nDue to such a strong response from their audiences, they have decided to release Aquatica in 2 canvas print formats, including a smaller limited run, 19``x28`` plus a 1`` border for mounting purposes, hand-signed by both artists, and a premium 26``x38`` pre-stretched full-sized gallery edition.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-06-22 14:14:57','2017-06-22 14:14:57','',4511,'http://deanostudios.com/2017/06/22/4511-revision-v1/',0,'revision','',0),(7199,3,'2017-06-22 14:19:09','2017-06-22 14:19:09','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_single_image image=\"7144\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/spektra-edge-x-deano-cook-bimini-blue/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited Edition Deano Cook Spektra Edge-X in Bimini Blue from FK Irons\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fspektra-edge-x-deano-cook-bimini-blue%2F|||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited edition color specially blended to match the Bimini Blue color from the Deano Cook artist set from Fusion Ink.\r\n\r\nEarly orders will receive a limited edition 12x18 canvas print.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"``Aquatica`` \r\nCanvas Giclee\r\nDebut collaboration print from Guy Aitchison and Deano Cook.\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fblog%2Fpainting-canvas-prints|||\"][vc_single_image image=\"7193\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/blog/painting-canvas-prints\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Deano Cook is known for his flawless approach to marine realism, and Guy Aitchison\'s reputation is mostly about his abstract biomech work. These two iconic artists bring together their styles and approaches in Aquatica, their debut collaborative painting project.\r\n\r\nDue to such a strong response from their audiences, they have decided to release Aquatica in 2 canvas print formats, including a smaller limited run, 19``x28`` plus a 1`` border for mounting purposes, hand-signed by both artists, and a premium 26``x38`` pre-stretched full-sized gallery edition.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-06-22 14:19:09','2017-06-22 14:19:09','',4511,'http://deanostudios.com/2017/06/22/4511-revision-v1/',0,'revision','',0),(7200,3,'2017-06-22 16:20:39','2017-06-22 16:20:39','','Aquatica Canvas Giclee 26\"x38\" Gallery Edition','\"Aquatica\"\r\nCanvas Giclee\r\nDebut collaboration print from Guy Aitchison and Deano Cook.\r\n\r\n\r\nDeano Cook is known for his flawless approach to marine realism, and Guy Aitchison's reputation is mostly about his abstract biomech work. These two iconic artists bring together their styles and approaches in Aquatica, their debut collaborative painting project.\r\n\r\n\r\n\r\n26\"x 38\" pre-stretched full-sized gallery edition.','publish','closed','closed','','aquatica-canvas-giclee-26x38-gallery-edition','','','2020-05-21 02:04:19','2020-05-21 02:04:19','',0,'http://deanostudios.com/?post_type=product&p=7200',6,'product','',0),(7203,3,'2017-06-22 15:47:57','2017-06-22 15:47:57','','Aquatica_Large','CoralReef, 10/4/06, 11:30 AM, 8C, 4742x6806 (1794+3465), 100%, Custom, 1/30 s, R73.9, G44.9, B65.6','inherit','open','closed','','aquatica_large','','','2017-06-22 15:47:57','2017-06-22 15:47:57','',7200,'http://deanostudios.com/wp-content/uploads/2017/06/Aquatica_Large.jpg',0,'attachment','image/jpeg',0),(7204,3,'2017-06-22 16:18:06','2017-06-22 16:18:06','','Aquatica_medium','CoralReef, 10/4/06, 11:30 AM, 8C, 4742x6806 (1794+3465), 100%, Custom, 1/30 s, R73.9, G44.9, B65.6','inherit','open','closed','','aquatica_medium','','','2017-06-22 16:18:06','2017-06-22 16:18:06','',7200,'http://deanostudios.com/wp-content/uploads/2017/06/Aquatica_medium.jpg',0,'attachment','image/jpeg',0),(7205,1,'2017-06-22 16:19:49','2017-06-22 16:19:49','','Order – June 22, 2017 @ 04:19 PM','','wc-cancelled','open','closed','order_594bee253c955','order-jun-22-2017-0419-pm','','','2017-06-22 16:20:26','2017-06-22 16:20:26','',0,'http://deanostudios.com/?post_type=shop_order&p=7205',0,'shop_order','',1),(7207,3,'2017-06-22 16:26:25','2017-06-22 16:26:25','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_single_image image=\"7144\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/spektra-edge-x-deano-cook-bimini-blue/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited Edition Deano Cook Spektra Edge-X in Bimini Blue from FK Irons\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fspektra-edge-x-deano-cook-bimini-blue%2F|||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited edition color specially blended to match the Bimini Blue color from the Deano Cook artist set from Fusion Ink.\r\n\r\nEarly orders will receive a limited edition 12x18 canvas print.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"``Aquatica`` \r\nCanvas Giclee\r\nDebut collaboration print from Guy Aitchison and Deano Cook.\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][vc_single_image image=\"7193\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Deano Cook is known for his flawless approach to marine realism, and Guy Aitchison\'s reputation is mostly about his abstract biomech work. These two iconic artists bring together their styles and approaches in Aquatica, their debut collaborative painting project.\r\n\r\nDue to such a strong response from their audiences, they have decided to release Aquatica in 2 canvas print formats, including a smaller limited run, 19``x28`` plus a 1`` border for mounting purposes, hand-signed by both artists, and a premium 26``x38`` pre-stretched full-sized gallery edition.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-06-22 16:26:25','2017-06-22 16:26:25','',4511,'http://deanostudios.com/2017/06/22/4511-revision-v1/',0,'revision','',0),(7208,3,'2017-06-22 16:44:32','2017-06-22 16:44:32','','FullSizeRender 3','','inherit','open','closed','','fullsizerender-3','','','2017-06-22 17:02:47','2017-06-22 17:02:47','',4511,'http://deanostudios.com/wp-content/uploads/2016/03/FullSizeRender-3.jpg',0,'attachment','image/jpeg',0),(7209,3,'2017-06-22 16:48:54','2017-06-22 16:48:54','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_single_image image=\"7144\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/spektra-edge-x-deano-cook-bimini-blue/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited Edition Deano Cook Spektra Edge-X in Bimini Blue from FK Irons\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fspektra-edge-x-deano-cook-bimini-blue%2F|||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited edition color specially blended to match the Bimini Blue color from the Deano Cook artist set from Fusion Ink.\r\n\r\nEarly orders will receive a limited edition 12x18 canvas print.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"``Aquatica`` \r\nCanvas Giclee\r\nDebut collaboration print from Guy Aitchison and Deano Cook.\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][vc_media_grid element_width=\"6\" grid_id=\"vc_gid:1498150037059-f9cd76b1-907d-10\" include=\"7193,7208\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Deano Cook is known for his flawless approach to marine realism, and Guy Aitchison\'s reputation is mostly about his abstract biomech work. These two iconic artists bring together their styles and approaches in Aquatica, their debut collaborative painting project.\r\n\r\nDue to such a strong response from their audiences, they have decided to release Aquatica in 2 canvas print formats, including a smaller limited run, 19``x28`` plus a 1`` border for mounting purposes, hand-signed by both artists, and a premium 26``x38`` pre-stretched full-sized gallery edition.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-06-22 16:48:54','2017-06-22 16:48:54','',4511,'http://deanostudios.com/2017/06/22/4511-revision-v1/',0,'revision','',0),(7210,3,'2017-06-22 16:54:00','2017-06-22 16:54:00','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_single_image image=\"7144\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/spektra-edge-x-deano-cook-bimini-blue/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited Edition Deano Cook Spektra Edge-X in Bimini Blue from FK Irons\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fspektra-edge-x-deano-cook-bimini-blue%2F|||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited edition color specially blended to match the Bimini Blue color from the Deano Cook artist set from Fusion Ink.\r\n\r\nEarly orders will receive a limited edition 12x18 canvas print.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"``Aquatica`` \r\nCanvas Giclee\r\nDebut collaboration print from Guy Aitchison and Deano Cook.\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"7208\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"7193\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][/vc_column_inner][/vc_row_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"Deano Cook is known for his flawless approach to marine realism, and Guy Aitchison\'s reputation is mostly about his abstract biomech work. These two iconic artists bring together their styles and approaches in Aquatica, their debut collaborative painting project.\r\n\r\nDue to such a strong response from their audiences, they have decided to release Aquatica in 2 canvas print formats, including a smaller limited run, 19``x28`` plus a 1`` border for mounting purposes, hand-signed by both artists, and a premium 26``x38`` pre-stretched full-sized gallery edition.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-06-22 16:54:00','2017-06-22 16:54:00','',4511,'http://deanostudios.com/2017/06/22/4511-revision-v1/',0,'revision','',0),(7211,3,'2017-06-22 16:55:38','2017-06-22 16:55:38','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_single_image image=\"7144\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/spektra-edge-x-deano-cook-bimini-blue/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited Edition Deano Cook Spektra Edge-X in Bimini Blue from FK Irons\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fspektra-edge-x-deano-cook-bimini-blue%2F|||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited edition color specially blended to match the Bimini Blue color from the Deano Cook artist set from Fusion Ink.\r\n\r\nEarly orders will receive a limited edition 12x18 canvas print.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"``Aquatica`` \r\nCanvas Giclee\r\nDebut collaboration print from Guy Aitchison and Deano Cook.\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"7208\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"7193\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][/vc_column_inner][/vc_row_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"Deano Cook is known for his flawless approach to marine realism, and Guy Aitchison\'s reputation is mostly about his abstract biomech work. These two iconic artists bring together their styles and approaches in Aquatica, their debut collaborative painting project.\r\n\r\nDue to such a strong response from their audiences, they have decided to release Aquatica in 2 canvas print formats, including a smaller limited run, 19``x28`` plus a 1`` border for mounting purposes, hand-signed by both artists, and a premium 26``x38`` pre-stretched full-sized gallery edition.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-06-22 16:55:38','2017-06-22 16:55:38','',4511,'http://deanostudios.com/2017/06/22/4511-revision-v1/',0,'revision','',0),(7212,3,'2017-06-22 16:59:19','2017-06-22 16:59:19','','FullSizeRender 3','','inherit','open','closed','','fullsizerender-3-2','','','2017-06-22 16:59:19','2017-06-22 16:59:19','',4511,'http://deanostudios.com/wp-content/uploads/2016/03/FullSizeRender-3-1.jpg',0,'attachment','image/jpeg',0),(7213,3,'2017-06-22 17:00:32','2017-06-22 17:00:32','','FullSizeRender 3','','inherit','open','closed','','fullsizerender-3-3','','','2017-06-22 17:00:32','2017-06-22 17:00:32','',4511,'http://deanostudios.com/wp-content/uploads/2016/03/FullSizeRender-3-2.jpg',0,'attachment','image/jpeg',0),(7214,3,'2017-06-22 17:02:54','2017-06-22 17:02:54','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_single_image image=\"7144\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/spektra-edge-x-deano-cook-bimini-blue/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited Edition Deano Cook Spektra Edge-X in Bimini Blue from FK Irons\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fspektra-edge-x-deano-cook-bimini-blue%2F|||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited edition color specially blended to match the Bimini Blue color from the Deano Cook artist set from Fusion Ink.\r\n\r\nEarly orders will receive a limited edition 12x18 canvas print.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"``Aquatica`` \r\nCanvas Giclee\r\nDebut collaboration print from Guy Aitchison and Deano Cook.\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"7208\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"7213\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][/vc_column_inner][/vc_row_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"Deano Cook is known for his flawless approach to marine realism, and Guy Aitchison\'s reputation is mostly about his abstract biomech work. These two iconic artists bring together their styles and approaches in Aquatica, their debut collaborative painting project.\r\n\r\nDue to such a strong response from their audiences, they have decided to release Aquatica in 2 canvas print formats, including a smaller limited run, 19``x28`` plus a 1`` border for mounting purposes, hand-signed by both artists, and a premium 26``x38`` pre-stretched full-sized gallery edition.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-06-22 17:02:54','2017-06-22 17:02:54','',4511,'http://deanostudios.com/2017/06/22/4511-revision-v1/',0,'revision','',0),(7215,3,'2017-06-22 17:18:37','2017-06-22 17:18:37','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_single_image image=\"7144\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/spektra-edge-x-deano-cook-bimini-blue/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited Edition Deano Cook Spektra Edge-X in Bimini Blue from FK Irons\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fspektra-edge-x-deano-cook-bimini-blue%2F|||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited edition color specially blended to match the Bimini Blue color from the Deano Cook artist set from Fusion Ink.\r\n\r\nEarly orders will receive a limited edition 12x18 canvas print.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"``Aquatica`` \r\nCanvas Giclee\r\nDebut collaboration print from Guy Aitchison and Deano Cook.\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"7212\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"7193\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][/vc_column_inner][/vc_row_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"Deano Cook is known for his flawless approach to marine realism, and Guy Aitchison\'s reputation is mostly about his abstract biomech work. These two iconic artists bring together their styles and approaches in Aquatica, their debut collaborative painting project.\r\n\r\nDue to such a strong response from their audiences, they have decided to release Aquatica in 2 canvas print formats, including a smaller limited run, 19``x28`` plus a 1`` border for mounting purposes, hand-signed by both artists, and a premium 26``x38`` pre-stretched full-sized gallery edition.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-06-22 17:18:37','2017-06-22 17:18:37','',4511,'http://deanostudios.com/2017/06/22/4511-revision-v1/',0,'revision','',0),(7216,1,'2017-06-22 21:51:02','2017-06-22 21:51:02','','Order – June 22, 2017 @ 09:51 PM','This order is for Tony Franco. Thank you Deeno!!! You are awesome and true artist!!! Love your work.... TRULY!!!!! Thanks again. If you can do something extra to sign this (or something, PLEASE DO) Wink-wink... P','wc-processing','open','closed','order_594c3bc6d9b2f','order-jun-22-2017-0951-pm','','','2017-06-22 21:53:41','2017-06-22 21:53:41','',0,'http://deanostudios.com/?post_type=shop_order&p=7216',0,'shop_order','',2),(7217,3,'2017-06-26 14:49:28','2017-06-26 14:49:28','','Sponsored Artist Logo-PNG','','inherit','open','closed','','sponsored-artist-logo-png','','','2017-06-26 14:49:28','2017-06-26 14:49:28','',4511,'http://deanostudios.com/wp-content/uploads/2016/03/Sponsored-Artist-Logo-PNG.png',0,'attachment','image/png',0),(7218,3,'2017-06-26 14:52:26','2017-06-26 14:52:26','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_single_image image=\"7144\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/spektra-edge-x-deano-cook-bimini-blue/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited Edition Deano Cook Spektra Edge-X in Bimini Blue from FK Irons\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fspektra-edge-x-deano-cook-bimini-blue%2F|||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited edition color specially blended to match the Bimini Blue color from the Deano Cook artist set from Fusion Ink.\r\n\r\nEarly orders will receive a limited edition 12x18 canvas print.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"``Aquatica`` \r\nCanvas Giclee\r\nDebut collaboration print from Guy Aitchison and Deano Cook.\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"7212\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"7193\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][/vc_column_inner][/vc_row_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"Deano Cook is known for his flawless approach to marine realism, and Guy Aitchison\'s reputation is mostly about his abstract biomech work. These two iconic artists bring together their styles and approaches in Aquatica, their debut collaborative painting project.\r\n\r\nDue to such a strong response from their audiences, they have decided to release Aquatica in 2 canvas print formats, including a smaller limited run, 19``x28`` plus a 1`` border for mounting purposes, hand-signed by both artists, and a premium 26``x38`` pre-stretched full-sized gallery edition.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"7217\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.heliostattoo.com\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-06-26 14:52:26','2017-06-26 14:52:26','',4511,'http://deanostudios.com/2017/06/26/4511-revision-v1/',0,'revision','',0),(7219,3,'2017-06-26 14:53:22','2017-06-26 14:53:22','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_single_image image=\"7144\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/spektra-edge-x-deano-cook-bimini-blue/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited Edition Deano Cook Spektra Edge-X in Bimini Blue from FK Irons\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fspektra-edge-x-deano-cook-bimini-blue%2F|||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited edition color specially blended to match the Bimini Blue color from the Deano Cook artist set from Fusion Ink.\r\n\r\nEarly orders will receive a limited edition 12x18 canvas print.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"``Aquatica`` \r\nCanvas Giclee\r\nDebut collaboration print from Guy Aitchison and Deano Cook.\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"7212\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"7193\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][/vc_column_inner][/vc_row_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"Deano Cook is known for his flawless approach to marine realism, and Guy Aitchison\'s reputation is mostly about his abstract biomech work. These two iconic artists bring together their styles and approaches in Aquatica, their debut collaborative painting project.\r\n\r\nDue to such a strong response from their audiences, they have decided to release Aquatica in 2 canvas print formats, including a smaller limited run, 19``x28`` plus a 1`` border for mounting purposes, hand-signed by both artists, and a premium 26``x38`` pre-stretched full-sized gallery edition.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"7217\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.heliostattoo.com\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-06-26 14:53:22','2017-06-26 14:53:22','',4511,'http://deanostudios.com/2017/06/26/4511-revision-v1/',0,'revision','',0),(7220,3,'2017-06-26 14:54:37','2017-06-26 14:54:37','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_single_image image=\"7144\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/spektra-edge-x-deano-cook-bimini-blue/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited Edition Deano Cook Spektra Edge-X in Bimini Blue from FK Irons\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fspektra-edge-x-deano-cook-bimini-blue%2F|||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited edition color specially blended to match the Bimini Blue color from the Deano Cook artist set from Fusion Ink.\r\n\r\nEarly orders will receive a limited edition 12x18 canvas print.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"``Aquatica`` \r\nCanvas Giclee\r\nDebut collaboration print from Guy Aitchison and Deano Cook.\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"7212\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"7193\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][/vc_column_inner][/vc_row_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"Deano Cook is known for his flawless approach to marine realism, and Guy Aitchison\'s reputation is mostly about his abstract biomech work. These two iconic artists bring together their styles and approaches in Aquatica, their debut collaborative painting project.\r\n\r\nDue to such a strong response from their audiences, they have decided to release Aquatica in 2 canvas print formats, including a smaller limited run, 19``x28`` plus a 1`` border for mounting purposes, hand-signed by both artists, and a premium 26``x38`` pre-stretched full-sized gallery edition.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"7217\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.heliostattoo.com\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-06-26 14:54:37','2017-06-26 14:54:37','',4511,'http://deanostudios.com/2017/06/26/4511-revision-v1/',0,'revision','',0),(7221,3,'2017-06-26 14:57:30','2017-06-26 14:57:30','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_single_image image=\"7144\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/spektra-edge-x-deano-cook-bimini-blue/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited Edition Deano Cook Spektra Edge-X in Bimini Blue from FK Irons\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fspektra-edge-x-deano-cook-bimini-blue%2F|||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited edition color specially blended to match the Bimini Blue color from the Deano Cook artist set from Fusion Ink.\r\n\r\nEarly orders will receive a limited edition 12x18 canvas print.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"``Aquatica`` \r\nCanvas Giclee\r\nDebut collaboration print from Guy Aitchison and Deano Cook.\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"7212\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"7193\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][/vc_column_inner][/vc_row_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"Deano Cook is known for his flawless approach to marine realism, and Guy Aitchison\'s reputation is mostly about his abstract biomech work. These two iconic artists bring together their styles and approaches in Aquatica, their debut collaborative painting project.\r\n\r\nDue to such a strong response from their audiences, they have decided to release Aquatica in 2 canvas print formats, including a smaller limited run, 19``x28`` plus a 1`` border for mounting purposes, hand-signed by both artists, and a premium 26``x38`` pre-stretched full-sized gallery edition.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"7217\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.heliostattoo.com\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-06-26 14:57:30','2017-06-26 14:57:30','',4511,'http://deanostudios.com/2017/06/26/4511-revision-v1/',0,'revision','',0),(7222,3,'2017-06-26 14:58:40','2017-06-26 14:58:40','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_single_image image=\"7144\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/spektra-edge-x-deano-cook-bimini-blue/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited Edition Deano Cook Spektra Edge-X in Bimini Blue from FK Irons\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fspektra-edge-x-deano-cook-bimini-blue%2F|||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited edition color specially blended to match the Bimini Blue color from the Deano Cook artist set from Fusion Ink.\r\n\r\nEarly orders will receive a limited edition 12x18 canvas print.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"``Aquatica`` \r\nCanvas Giclee\r\nDebut collaboration print from Guy Aitchison and Deano Cook.\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"7212\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"7193\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][/vc_column_inner][/vc_row_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"Deano Cook is known for his flawless approach to marine realism, and Guy Aitchison\'s reputation is mostly about his abstract biomech work. These two iconic artists bring together their styles and approaches in Aquatica, their debut collaborative painting project.\r\n\r\nDue to such a strong response from their audiences, they have decided to release Aquatica in 2 canvas print formats, including a smaller limited run, 19``x28`` plus a 1`` border for mounting purposes, hand-signed by both artists, and a premium 26``x38`` pre-stretched full-sized gallery edition.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"7217\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.heliostattoo.com\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-06-26 14:58:40','2017-06-26 14:58:40','',4511,'http://deanostudios.com/2017/06/26/4511-revision-v1/',0,'revision','',0),(7223,3,'2017-06-26 15:00:13','2017-06-26 15:00:13','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_single_image image=\"7144\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/spektra-edge-x-deano-cook-bimini-blue/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited Edition Deano Cook Spektra Edge-X in Bimini Blue from FK Irons\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fspektra-edge-x-deano-cook-bimini-blue%2F|||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited edition color specially blended to match the Bimini Blue color from the Deano Cook artist set from Fusion Ink.\r\n\r\nEarly orders will receive a limited edition 12x18 canvas print.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"``Aquatica`` \r\nCanvas Giclee\r\nDebut collaboration print from Guy Aitchison and Deano Cook.\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"7212\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"7193\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][/vc_column_inner][/vc_row_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"Deano Cook is known for his flawless approach to marine realism, and Guy Aitchison\'s reputation is mostly about his abstract biomech work. These two iconic artists bring together their styles and approaches in Aquatica, their debut collaborative painting project.\r\n\r\nDue to such a strong response from their audiences, they have decided to release Aquatica in 2 canvas print formats, including a smaller limited run, 19``x28`` plus a 1`` border for mounting purposes, hand-signed by both artists, and a premium 26``x38`` pre-stretched full-sized gallery edition.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"7217\" img_size=\"270x142\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.heliostattoo.com\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-06-26 15:00:13','2017-06-26 15:00:13','',4511,'http://deanostudios.com/2017/06/26/4511-revision-v1/',0,'revision','',0),(7224,3,'2017-06-26 16:14:49','2017-06-26 16:14:49','','helios','','inherit','open','closed','','helios','','','2017-06-26 16:14:49','2017-06-26 16:14:49','',4511,'http://deanostudios.com/wp-content/uploads/2016/03/helios.png',0,'attachment','image/png',0),(7225,3,'2017-06-26 16:15:40','2017-06-26 16:15:40','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1486226603876{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Featured Products\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226938125{margin-bottom: 10px !important;}\"][vc_single_image image=\"7144\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/spektra-edge-x-deano-cook-bimini-blue/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited Edition Deano Cook Spektra Edge-X in Bimini Blue from FK Irons\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fspektra-edge-x-deano-cook-bimini-blue%2F|||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited edition color specially blended to match the Bimini Blue color from the Deano Cook artist set from Fusion Ink.\r\n\r\nEarly orders will receive a limited edition 12x18 canvas print.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"``Aquatica`` \r\nCanvas Giclee\r\nDebut collaboration print from Guy Aitchison and Deano Cook.\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"7212\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"7193\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][/vc_column_inner][/vc_row_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"Deano Cook is known for his flawless approach to marine realism, and Guy Aitchison\'s reputation is mostly about his abstract biomech work. These two iconic artists bring together their styles and approaches in Aquatica, their debut collaborative painting project.\r\n\r\nDue to such a strong response from their audiences, they have decided to release Aquatica in 2 canvas print formats, including a smaller limited run, 19``x28`` plus a 1`` border for mounting purposes, hand-signed by both artists, and a premium 26``x38`` pre-stretched full-sized gallery edition.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\r\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\r\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\r\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\r\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\r\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\r\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\r\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\r\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\r\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"7224\" img_size=\"270x142\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.heliostattoo.com\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][ultimate_spacer height=\"40\" height_on_tabs=\"30\" height_on_tabs_portrait=\"30\" height_on_mob_landscape=\"20\" height_on_mob=\"20\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2017-06-26 16:15:40','2017-06-26 16:15:40','',4511,'http://deanostudios.com/2017/06/26/4511-revision-v1/',0,'revision','',0),(7226,1,'2017-06-26 19:21:50','2017-06-26 19:21:50','','Order – June 26, 2017 @ 07:21 PM','','wc-processing','open','closed','order_59515ecebebca','order-jun-26-2017-0721-pm','','','2017-06-26 19:23:27','2017-06-26 19:23:27','',0,'http://deanostudios.com/?post_type=shop_order&p=7226',0,'shop_order','',3),(7227,1,'2017-07-09 11:40:59','2017-07-09 11:40:59','','Order – July 9, 2017 @ 11:40 AM','','wc-processing','open','closed','order_5962164b5bd10','order-jul-09-2017-1140-am','','','2017-07-09 11:42:15','2017-07-09 11:42:15','',0,'http://deanostudios.com/?post_type=shop_order&p=7227',0,'shop_order','',6),(7228,1,'2017-07-10 16:07:22','2017-07-10 16:07:22','','Order – July 10, 2017 @ 04:07 PM','','wc-processing','open','closed','order_5963a63a4dc18','order-jul-10-2017-0407-pm','','','2017-07-10 16:08:14','2017-07-10 16:08:14','',0,'http://deanostudios.com/?post_type=shop_order&p=7228',0,'shop_order','',2),(7229,1,'2017-07-10 19:00:59','2017-07-10 19:00:59','','Order – July 10, 2017 @ 07:00 PM','','wc-processing','open','closed','order_5963ceeb2f8d6','order-jul-10-2017-0700-pm','','','2017-07-10 19:01:41','2017-07-10 19:01:41','',0,'http://deanostudios.com/?post_type=shop_order&p=7229',0,'shop_order','',2),(7230,1,'2017-07-13 08:14:51','2017-07-13 08:14:51','','Order – July 13, 2017 @ 08:14 AM','Can I please get a print of the project you and guy aitchison worked on and Delivery after 2pm please','wc-processing','open','closed','order_59672bfb3a1cd','order-jul-13-2017-0814-am','','','2017-07-13 08:16:23','2017-07-13 08:16:23','',0,'http://deanostudios.com/?post_type=shop_order&p=7230',0,'shop_order','',3),(7231,1,'2017-07-13 16:14:28','2017-07-13 16:14:28','','Order – July 13, 2017 @ 04:14 PM','','wc-cancelled','open','closed','order_59679c643d6a3','order-jul-13-2017-0414-pm','','','2017-07-13 17:53:10','2017-07-13 17:53:10','',0,'http://deanostudios.com/?post_type=shop_order&p=7231',0,'shop_order','',1),(7232,1,'2017-07-13 23:01:28','2017-07-13 23:01:28','','Order – July 13, 2017 @ 11:01 PM','','wc-processing','open','closed','order_5967fbc844afe','order-jul-13-2017-1101-pm','','','2017-07-13 23:02:32','2017-07-13 23:02:32','',0,'http://deanostudios.com/?post_type=shop_order&p=7232',0,'shop_order','',3),(7234,1,'2017-07-30 09:32:31','2017-07-30 09:32:31','','Order – July 30, 2017 @ 09:32 AM','','wc-processing','open','closed','order_597da7af71352','order-jul-30-2017-0932-am','','','2017-07-30 09:42:21','2017-07-30 09:42:21','',0,'http://deanostudios.com/?post_type=shop_order&p=7234',0,'shop_order','',5),(7235,1,'2017-08-04 14:44:21','2017-08-04 14:44:21','','Order – August 4, 2017 @ 02:44 PM','Please sign the front of the print to #dive bro Dave!','wc-processing','open','closed','order_5984884577640','order-aug-04-2017-0244-pm','','','2017-08-04 14:46:27','2017-08-04 14:46:27','',0,'http://deanostudios.com/?post_type=shop_order&p=7235',0,'shop_order','',3),(7236,1,'2017-08-28 00:50:17','2017-08-28 00:50:17','','Order – August 28, 2017 @ 12:50 AM','deliver after 12 pm\n','wc-processing','open','closed','order_59a368c98c878','order-aug-28-2017-1250-am','','','2017-08-28 01:24:32','2017-08-28 01:24:32','',0,'http://deanostudios.com/?post_type=shop_order&p=7236',0,'shop_order','',3),(7237,1,'2017-10-04 23:34:21','2017-10-04 23:34:21','','Order – October 4, 2017 @ 11:34 PM','','wc-processing','open','closed','order_59d56ffd3e1e6','order-oct-04-2017-1134-pm','','','2017-10-04 23:34:56','2017-10-04 23:34:56','',0,'http://deanostudios.com/?post_type=shop_order&p=7237',0,'shop_order','',3),(7238,1,'2017-10-25 11:01:20','2017-10-25 11:01:20','','Order – October 25, 2017 @ 11:01 AM','','wc-processing','open','closed','order_59f06f00808c8','order-oct-25-2017-1101-am','','','2017-10-25 11:03:43','2017-10-25 11:03:43','',0,'http://deanostudios.com/?post_type=shop_order&p=7238',0,'shop_order','',3),(7239,1,'2017-11-03 21:45:58','2017-11-03 21:45:58','','Order – November 3, 2017 @ 09:45 PM','','wc-processing','open','closed','order_59fce396b5fea','order-nov-03-2017-0945-pm','','','2017-11-03 21:47:02','2017-11-03 21:47:02','',0,'http://deanostudios.com/?post_type=shop_order&p=7239',0,'shop_order','',3),(7240,1,'2017-11-05 20:39:50','2017-11-05 20:39:50','','Order – November 5, 2017 @ 08:39 PM','','wc-cancelled','open','closed','order_59ff771633073','order-nov-05-2017-0839-pm','','','2017-11-10 01:55:37','2017-11-10 01:55:37','',0,'http://deanostudios.com/?post_type=shop_order&p=7240',0,'shop_order','',1),(7241,1,'2017-11-10 01:56:51','2017-11-10 01:56:51','','Order – November 10, 2017 @ 01:56 AM','','wc-cancelled','open','closed','order_5a050763b83ea','order-nov-10-2017-0156-am','','','2020-10-08 19:59:31','2020-10-08 19:59:31','',0,'http://deanostudios.com/?post_type=shop_order&p=7241',0,'shop_order','',1),(7242,1,'2017-11-29 19:22:44','2017-11-29 19:22:44','','Order – November 29, 2017 @ 07:22 PM','','wc-cancelled','open','closed','order_5a1f0904430b2','order-nov-29-2017-0722-pm','','','2020-10-08 19:59:32','2020-10-08 19:59:32','',0,'http://deanostudios.com/?post_type=shop_order&p=7242',0,'shop_order','',1),(7243,1,'2017-11-29 19:24:11','2017-11-29 19:24:11','','Order – November 29, 2017 @ 07:24 PM','','wc-processing','open','closed','order_5a1f095b2c07c','order-nov-29-2017-0724-pm','','','2017-11-29 19:25:57','2017-11-29 19:25:57','',0,'http://deanostudios.com/?post_type=shop_order&p=7243',0,'shop_order','',2),(7244,1,'2017-12-16 17:12:01','2017-12-16 17:12:01','','Order – December 16, 2017 @ 05:12 PM','Hey Deano Its Logan just want to have this as the turtle picture i emailed you about.\nThanks again','wc-processing','open','closed','order_5a3553e1e33cb','order-dec-16-2017-0512-pm','','','2017-12-16 17:17:59','2017-12-16 17:17:59','',0,'http://deanostudios.com/?post_type=shop_order&p=7244',0,'shop_order','',2),(7245,1,'2017-12-31 06:04:04','2017-12-31 06:04:04','','Order – December 31, 2017 @ 06:04 AM','','wc-processing','open','closed','order_5a487dd45885e','order-dec-31-2017-0604-am','','','2017-12-31 06:06:00','2017-12-31 06:06:00','',0,'http://deanostudios.com/?post_type=shop_order&p=7245',0,'shop_order','',3),(7246,1,'2018-03-12 05:37:11','2018-03-12 05:37:11','','Order – March 12, 2018 @ 05:37 AM','','wc-processing','open','closed','order_5aa61207b74c9','order-mar-12-2018-0537-am','','','2018-03-12 05:39:44','2018-03-12 05:39:44','',0,'http://deanostudios.com/?post_type=shop_order&p=7246',0,'shop_order','',2),(7254,3,'2018-03-12 16:40:10','2018-03-12 16:40:10','','0A1815EC-EEF6-4E98-913F-16770D0205BC','','inherit','open','closed','','0a1815ec-eef6-4e98-913f-16770d0205bc','','','2018-03-12 16:40:10','2018-03-12 16:40:10','',0,'http://deanostudios.com/wp-content/uploads/2018/03/0A1815EC-EEF6-4E98-913F-16770D0205BC.jpeg',0,'attachment','image/jpeg',0),(7255,3,'2018-03-12 16:31:50','2018-03-12 16:31:50','','69CD3C28-8129-41C0-9D66-A350B24B2345','','inherit','open','closed','','69cd3c28-8129-41c0-9d66-a350b24b2345','','','2018-03-12 16:31:50','2018-03-12 16:31:50','',0,'http://deanostudios.com/wp-content/uploads/2018/03/69CD3C28-8129-41C0-9D66-A350B24B2345.jpeg',0,'attachment','image/jpeg',0),(7261,3,'2018-03-12 16:35:19','2018-03-12 16:35:19','','ADC6E385-F4BF-4AD8-A5C3-9AFE0AC3022D','','inherit','open','closed','','adc6e385-f4bf-4ad8-a5c3-9afe0ac3022d','','','2018-03-12 16:35:19','2018-03-12 16:35:19','',0,'http://deanostudios.com/wp-content/uploads/2018/03/ADC6E385-F4BF-4AD8-A5C3-9AFE0AC3022D.jpeg',0,'attachment','image/jpeg',0),(7262,3,'2018-03-12 16:35:24','2018-03-12 16:35:24','','A1D59C84-6A99-43DD-80BA-31444A80DD95','','inherit','open','closed','','a1d59c84-6a99-43dd-80ba-31444a80dd95','','','2018-03-12 16:35:24','2018-03-12 16:35:24','',0,'http://deanostudios.com/wp-content/uploads/2018/03/A1D59C84-6A99-43DD-80BA-31444A80DD95.jpeg',0,'attachment','image/jpeg',0),(7269,1,'2018-03-12 20:31:55','2018-03-12 20:31:55','','Order – March 12, 2018 @ 08:31 PM','','wc-cancelled','open','closed','order_5aa6e3bb18cc1','order-mar-12-2018-0831-pm','','','2018-03-12 20:22:42','2018-03-12 20:22:42','',0,'http://deanostudios.com/?post_type=shop_order&p=7269',0,'shop_order','',1),(7270,3,'2018-03-12 20:50:22','2018-03-12 20:50:22','','Tiger Shark V Neck - Men’s -Black','Color: Solid Black V-Neck\r\nDesign: Tiger Shark with Psycho Tattoo Logo\r\nT-Shirt Brand: Next Level Apparel\r\nMaterial: 60% Cotton / 40% Polyester\r\nCare: Machine Cold Wash','publish','closed','closed','','tiger-shark-v-neck-mens-black','','','2018-03-13 12:05:11','2018-03-13 12:05:11','',0,'http://deanostudios.com/?post_type=product&p=7270',0,'product','',0),(7271,3,'2018-03-12 20:44:04','2018-03-12 20:44:04','','Tiger Shark V Neck - Men’s -Black - X-Large','Size: X-Large','publish','closed','closed','','tiger-shark-v-neck-mens-black-x-large','','','2018-03-12 21:00:42','2018-03-12 21:00:42','',7270,'http://deanostudios.com/?post_type=product&p=7270',3,'product_variation','',0),(7272,3,'2018-03-12 20:44:10','2018-03-12 20:44:10','','Tiger Shark V Neck - Men’s -Black - Large','Size: Large','publish','closed','closed','','tiger-shark-v-neck-mens-black-large','','','2018-03-12 21:00:42','2018-03-12 21:00:42','',7270,'http://deanostudios.com/?post_type=product&p=7270',1,'product_variation','',0),(7273,3,'2018-03-12 20:44:16','2018-03-12 20:44:16','','Tiger Shark V Neck - Men’s -Black - Medium','Size: Medium','publish','closed','closed','','tiger-shark-v-neck-mens-black-medium','','','2018-03-12 20:59:57','2018-03-12 20:59:57','',7270,'http://deanostudios.com/?post_type=product&p=7270',2,'product_variation','',0),(7274,3,'2018-03-12 20:57:30','2018-03-12 20:57:30','','Tiger Shark V-Neck - Men’s - Grey','Color: Solid Grey V-Neck\r\nDesign: Tiger Shark with Psycho Tattoo Logo\r\nT-Shirt Brand: Next Level Apparel\r\nMaterial: 60% Cotton / 40% Polyester\r\nCare: Machine Cold Wash','publish','closed','closed','','tiger-shark-v-neck-mens-grey','','','2018-03-26 16:24:34','2018-03-26 16:24:34','',0,'http://deanostudios.com/?post_type=product&p=7274',0,'product','',0),(7276,3,'2018-03-12 20:54:27','2018-03-12 20:54:27','','Tiger Shark V-Neck - Men’s - Grey - X-Large','Size: X-Large','publish','closed','closed','','tiger-shark-v-neck-mens-grey-x-large','','','2018-03-12 20:56:06','2018-03-12 20:56:06','',7274,'http://deanostudios.com/?post_type=product&p=7274',0,'product_variation','',0),(7277,3,'2018-03-12 20:54:32','2018-03-12 20:54:32','','Tiger Shark V-Neck - Men’s - Grey - Large','Size: Large','publish','closed','closed','','tiger-shark-v-neck-mens-grey-large','','','2018-03-12 20:56:07','2018-03-12 20:56:07','',7274,'http://deanostudios.com/?post_type=product&p=7274',1,'product_variation','',0),(7278,3,'2018-03-12 20:54:38','2018-03-12 20:54:38','','Tiger Shark V-Neck - Men’s - Grey - Medium','Size: Medium','publish','closed','closed','','tiger-shark-v-neck-mens-grey-medium','','','2018-03-12 20:56:07','2018-03-12 20:56:07','',7274,'http://deanostudios.com/?post_type=product&p=7274',2,'product_variation','',0),(7279,3,'2018-03-12 20:54:42','2018-03-12 20:54:42','','Tiger Shark V-Neck - Men’s - Grey - Small','Size: Small','private','closed','closed','','tiger-shark-v-neck-mens-grey-small','','','2018-03-26 16:24:25','2018-03-26 16:24:25','',7274,'http://deanostudios.com/?post_type=product&p=7274',4,'product_variation','',0),(7280,3,'2018-03-12 20:58:40','2018-03-12 20:58:40','','Tiger Shark V Neck - Men’s -Black - Small','Size: Small','private','closed','closed','','tiger-shark-v-neck-mens-black-small','','','2018-03-26 16:22:12','2018-03-26 16:22:12','',7270,'http://deanostudios.com/product/tiger-shark-v-neck-mens-black/',1,'product_variation','',0),(7281,3,'2018-03-12 21:15:45','2018-03-12 21:15:45','','Tiger Shark V-Neck - Women’s - Grey','Color: Solid Grey V-Neck\r\nDesign: Tiger Shark with Psycho Tattoo Logo\r\nT-Shirt Brand: Next Level Apparel\r\nMaterial: 60% Cotton / 40% Polyester\r\nCare: Machine Cold Wash','publish','closed','closed','','tiger-shark-v-neck-womens-grey','','','2018-03-13 12:04:55','2018-03-13 12:04:55','',0,'http://deanostudios.com/?post_type=product&p=7281',0,'product','',0),(7282,3,'2018-03-12 21:03:38','2018-03-12 21:03:38','','Tiger Shark V-Neck - Women’s - Grey - X-Large','Size: X-Large','publish','closed','closed','','tiger-shark-v-neck-womens-grey-x-large','','','2018-03-12 21:03:38','2018-03-12 21:03:38','',7281,'http://deanostudios.com/?post_type=product&p=7281',0,'product_variation','',0),(7283,3,'2018-03-12 21:03:38','2018-03-12 21:03:38','','Tiger Shark V-Neck - Women’s - Grey - Large','Size: Large','publish','closed','closed','','tiger-shark-v-neck-womens-grey-large','','','2018-03-12 21:03:38','2018-03-12 21:03:38','',7281,'http://deanostudios.com/?post_type=product&p=7281',1,'product_variation','',0),(7284,3,'2018-03-12 21:03:38','2018-03-12 21:03:38','','Tiger Shark V-Neck - Women’s - Grey - Medium','Size: Medium','publish','closed','closed','','tiger-shark-v-neck-womens-grey-medium','','','2018-03-12 21:03:38','2018-03-12 21:03:38','',7281,'http://deanostudios.com/?post_type=product&p=7281',2,'product_variation','',0),(7285,3,'2018-03-12 21:03:38','2018-03-12 21:03:38','','Tiger Shark V-Neck - Women’s - Grey - Small','Size: Small','publish','closed','closed','','tiger-shark-v-neck-womens-grey-small','','','2018-03-12 21:03:38','2018-03-12 21:03:38','',7281,'http://deanostudios.com/?post_type=product&p=7281',3,'product_variation','',0),(7286,1,'2018-03-12 21:07:24','2018-03-12 21:07:24','','Order – March 12, 2018 @ 09:07 PM','','wc-cancelled','open','closed','order_5aa6ec0c94532','order-mar-12-2018-0907-pm','','','2018-03-12 21:07:55','2018-03-12 21:07:55','',0,'http://deanostudios.com/?post_type=shop_order&p=7286',0,'shop_order','',1),(7287,3,'2018-03-13 11:31:07','2018-03-13 11:31:07','','Tiger Shark Crew Neck - Men’s - Black','Color: Solid Black Crew Neck\r\nDesign: Tiger Shark with Psycho Tattoo Logo\r\nT-Shirt Brand: Next Level Apparel\r\nMaterial: 60% Cotton / 40% Polyester\r\nCare: Machine Cold Wash','publish','closed','closed','','tiger-shark-crew-neck-mens-black','','','2018-03-14 00:57:54','2018-03-14 00:57:54','',0,'http://deanostudios.com/?post_type=product&p=7287',0,'product','',0),(7288,3,'2018-03-13 11:26:43','2018-03-13 11:26:43','','Tiger Shark Crew Neck - Men’s - Black - 2X- Large','Size: 2X- Large','private','closed','closed','','tiger-shark-crew-neck-mens-black-2x-large','','','2018-04-16 20:24:02','2018-04-16 20:24:02','',7287,'http://deanostudios.com/?post_type=product&p=7287',0,'product_variation','',0),(7289,3,'2018-03-13 11:26:44','2018-03-13 11:26:44','','Tiger Shark Crew Neck - Men’s - Black - X- Large','Size: X- Large','publish','closed','closed','','tiger-shark-crew-neck-mens-black-x-large','','','2018-03-13 11:26:44','2018-03-13 11:26:44','',7287,'http://deanostudios.com/?post_type=product&p=7287',1,'product_variation','',0),(7290,3,'2018-03-13 11:26:44','2018-03-13 11:26:44','','Tiger Shark Crew Neck - Men’s - Black - Large','Size: Large','publish','closed','closed','','tiger-shark-crew-neck-mens-black-large','','','2018-03-13 11:26:44','2018-03-13 11:26:44','',7287,'http://deanostudios.com/?post_type=product&p=7287',2,'product_variation','',0),(7291,3,'2018-03-13 11:26:44','2018-03-13 11:26:44','','Tiger Shark Crew Neck - Men’s - Black - Medium','Size: Medium','publish','closed','closed','','tiger-shark-crew-neck-mens-black-medium','','','2018-03-13 11:26:44','2018-03-13 11:26:44','',7287,'http://deanostudios.com/?post_type=product&p=7287',3,'product_variation','',0),(7292,3,'2018-03-13 11:29:58','2018-03-13 11:29:58','','D915FA70-49DA-40D0-8234-C999D46B4C90','','inherit','open','closed','','d915fa70-49da-40d0-8234-c999d46b4c90','','','2018-03-13 11:29:58','2018-03-13 11:29:58','',7287,'http://deanostudios.com/wp-content/uploads/2018/03/D915FA70-49DA-40D0-8234-C999D46B4C90.png',0,'attachment','image/png',0),(7293,3,'2018-03-13 11:35:20','2018-03-13 11:35:20','','Tiger Shark Crew Neck - Men’s - Grey','Color: Solid Grey Crew Neck\r\nDesign: Tiger Shark with Psycho Tattoo Logo\r\nT-Shirt Brand: Next Level Apparel\r\nMaterial: 60% Cotton / 40% Polyester\r\nCare: Machine Cold Wash','publish','closed','closed','','tiger-shark-crew-neck-mens-grey','','','2018-03-26 16:29:17','2018-03-26 16:29:17','',0,'http://deanostudios.com/?post_type=product&p=7293',0,'product','',0),(7294,3,'2018-03-13 11:33:33','2018-03-13 11:33:33','','Tiger Shark Crew Neck - Men’s - Grey - 2 X-Large','Size: 2 X-Large','publish','closed','closed','','tiger-shark-crew-neck-mens-grey-2-x-large','','','2018-03-26 16:28:06','2018-03-26 16:28:06','',7293,'http://deanostudios.com/?post_type=product&p=7293',1,'product_variation','',0),(7295,3,'2018-03-13 11:33:34','2018-03-13 11:33:34','','Tiger Shark Crew Neck - Men’s - Grey - X- Large','Size: X- Large','publish','closed','closed','','tiger-shark-crew-neck-mens-grey-x-large','','','2018-03-13 11:33:34','2018-03-13 11:33:34','',7293,'http://deanostudios.com/?post_type=product&p=7293',2,'product_variation','',0),(7296,3,'2018-03-13 11:33:34','2018-03-13 11:33:34','','Tiger Shark Crew Neck - Men’s - Grey - Large','Size: Large','publish','closed','closed','','tiger-shark-crew-neck-mens-grey-large','','','2018-03-13 11:33:34','2018-03-13 11:33:34','',7293,'http://deanostudios.com/?post_type=product&p=7293',3,'product_variation','',0),(7297,3,'2018-03-13 11:33:34','2018-03-13 11:33:34','','Tiger Shark Crew Neck - Men’s - Grey - Medium','Size: Medium','publish','closed','closed','','tiger-shark-crew-neck-mens-grey-medium','','','2018-03-13 11:33:34','2018-03-13 11:33:34','',7293,'http://deanostudios.com/?post_type=product&p=7293',4,'product_variation','',0),(7298,3,'2018-03-13 11:39:28','2018-03-13 11:39:28','','Tiger Shark Crew Neck - Women’s - Black','Color: Solid Black V-Neck\r\nDesign: Tiger Shark with Psycho Tattoo Logo\r\nT-Shirt Brand: Next Level Apparel\r\nMaterial: 60% Cotton / 40% Polyester\r\nCare: Machine Cold Wash','publish','closed','closed','','tiger-shark-crew-neck-womens-black','','','2018-03-14 00:55:37','2018-03-14 00:55:37','',0,'http://deanostudios.com/?post_type=product&p=7298',0,'product','',0),(7301,3,'2018-03-13 11:37:48','2018-03-13 11:37:48','','Tiger Shark Crew Neck - Women’s - Black - Large','Size: Large','publish','closed','closed','','tiger-shark-crew-neck-womens-black-large','','','2018-04-16 20:29:56','2018-04-16 20:29:56','',7298,'http://deanostudios.com/?post_type=product&p=7298',3,'product_variation','',0),(7302,3,'2018-03-13 11:37:49','2018-03-13 11:37:49','','Tiger Shark Crew Neck - Women’s - Black - Medium','Size: Medium','publish','closed','closed','','tiger-shark-crew-neck-womens-black-medium','','','2018-03-13 11:37:49','2018-03-13 11:37:49','',7298,'http://deanostudios.com/?post_type=product&p=7298',2,'product_variation','',0),(7303,3,'2018-03-13 11:43:18','2018-03-13 11:43:18','','Tiger Shark Crew Neck - Women’s - Grey','Color: Solid Grey Crew Neck\r\nDesign: Tiger Shark with Psycho Tattoo Logo\r\nT-Shirt Brand: Next Level Apparel\r\nMaterial: 60% Cotton / 40% Polyester\r\nCare: Machine Cold Wash','publish','closed','closed','','tiger-shark-crew-neck-womens-neck','','','2018-05-03 12:44:36','2018-05-03 12:44:36','',0,'http://deanostudios.com/?post_type=product&p=7303',0,'product','',0),(7308,3,'2018-03-13 11:57:34','2018-03-13 11:57:34','','Tiger Shark V-Neck - Women’s - Black','Color: Solid Black V-Neck\r\nDesign: Tiger Shark with Psycho Tattoo Logo\r\nT-Shirt Brand: Next Level Apparel\r\nMaterial: 60% Cotton / 40% Polyester\r\nCare: Machine Cold Wash','publish','closed','closed','','tiger-shark-v-neck-womens-black','','','2018-04-26 16:26:10','2018-04-26 16:26:10','',0,'http://deanostudios.com/?post_type=product&p=7308',0,'product','',0),(7311,3,'2018-03-13 11:52:29','2018-03-13 11:52:29','','Tiger Shark V-Neck - Women’s - Black - Large','Size: Large','publish','closed','closed','','tiger-shark-v-neck-womens-black-large','','','2018-04-26 16:26:06','2018-04-26 16:26:06','',7308,'http://deanostudios.com/?post_type=product&p=7308',3,'product_variation','',0),(7312,3,'2018-03-13 11:52:30','2018-03-13 11:52:30','','Tiger Shark V-Neck - Women’s - Black - Medium','Size: Medium','publish','closed','closed','','tiger-shark-v-neck-womens-black-medium','','','2018-03-13 11:52:30','2018-03-13 11:52:30','',7308,'http://deanostudios.com/?post_type=product&p=7308',2,'product_variation','',0),(7314,1,'2018-03-13 18:55:55','2018-03-13 18:55:55','','Order – March 13, 2018 @ 06:55 PM','','wc-processing','open','closed','order_5aa81ebb71748','order-mar-13-2018-0655-pm','','','2018-03-13 18:46:36','2018-03-13 18:46:36','',0,'http://deanostudios.com/?post_type=shop_order&p=7314',0,'shop_order','',4),(7315,3,'2018-03-13 19:01:25','2018-03-13 19:01:25','','womensgrewsharkcrew','','inherit','open','closed','','womensgrewsharkcrew','','','2018-03-13 19:01:25','2018-03-13 19:01:25','',0,'http://deanostudios.com/wp-content/uploads/2018/03/womensgrewsharkcrew.png',0,'attachment','image/png',0),(7316,3,'2018-03-13 19:01:43','2018-03-13 19:01:43','','blacksharkcrrew','','inherit','open','closed','','blacksharkcrrew','','','2018-03-13 19:01:43','2018-03-13 19:01:43','',0,'http://deanostudios.com/wp-content/uploads/2018/03/blacksharkcrrew.png',0,'attachment','image/png',0),(7317,3,'2018-03-13 19:01:49','2018-03-13 19:01:49','','greysharkcrew','','inherit','open','closed','','greysharkcrew','','','2018-03-13 19:01:49','2018-03-13 19:01:49','',0,'http://deanostudios.com/wp-content/uploads/2018/03/greysharkcrew.png',0,'attachment','image/png',0),(7318,3,'2018-03-13 19:03:10','2018-03-13 19:03:10','','womensblacksharkCrew','','inherit','open','closed','','womensblacksharkcrew','','','2018-03-13 19:03:10','2018-03-13 19:03:10','',0,'http://deanostudios.com/wp-content/uploads/2018/03/womensblacksharkCrew.png',0,'attachment','image/png',0),(7319,3,'2018-03-13 19:04:11','2018-03-13 19:04:11','','mensgreysharkcrew','','inherit','open','closed','','mensgreysharkcrew','','','2018-03-13 19:04:11','2018-03-13 19:04:11','',0,'http://deanostudios.com/wp-content/uploads/2018/03/mensgreysharkcrew.png',0,'attachment','image/png',0),(7320,3,'2018-03-13 19:09:52','2018-03-13 19:09:52','','Deano Cook Ladies Black Shark Proof2','','inherit','open','closed','','deano-cook-ladies-black-shark-proof2','','','2018-03-13 19:09:52','2018-03-13 19:09:52','',7308,'http://deanostudios.com/wp-content/uploads/2018/03/Deano-Cook-Ladies-Black-Shark-Proof2.jpg',0,'attachment','image/jpeg',0),(7321,1,'2018-03-13 19:47:28','2018-03-13 19:47:28','','Order – March 13, 2018 @ 07:47 PM','','wc-cancelled','open','closed','order_5aa82ad0db653','order-mar-13-2018-0747-pm','','','2018-03-13 19:48:10','2018-03-13 19:48:10','',0,'http://deanostudios.com/?post_type=shop_order&p=7321',0,'shop_order','',1),(7322,1,'2018-03-13 20:26:47','2018-03-13 20:26:47','','Order – March 13, 2018 @ 08:26 PM','','wc-processing','open','closed','order_5aa83407337e4','order-mar-13-2018-0826-pm','','','2018-03-13 20:27:58','2018-03-13 20:27:58','',0,'http://deanostudios.com/?post_type=shop_order&p=7322',0,'shop_order','',2),(7323,1,'2018-03-13 22:24:02','2018-03-13 22:24:02','','Order – March 13, 2018 @ 10:24 PM','','wc-processing','open','closed','order_5aa84f820e58b','order-mar-13-2018-1024-pm','','','2018-03-13 22:24:58','2018-03-13 22:24:58','',0,'http://deanostudios.com/?post_type=shop_order&p=7323',0,'shop_order','',2),(7324,3,'2018-03-14 00:54:01','2018-03-14 00:54:01','','FC5FEABB-4534-42C7-B4B3-543ECB4AF668','','inherit','open','closed','','fc5feabb-4534-42c7-b4b3-543ecb4af668','','','2018-03-14 00:54:01','2018-03-14 00:54:01','',7303,'http://deanostudios.com/wp-content/uploads/2018/03/FC5FEABB-4534-42C7-B4B3-543ECB4AF668.jpeg',0,'attachment','image/jpeg',0),(7325,3,'2018-03-14 00:54:07','2018-03-14 00:54:07','','9E74D029-285B-47E6-BC20-F6704261C577','','inherit','open','closed','','9e74d029-285b-47e6-bc20-f6704261c577','','','2018-03-14 00:54:07','2018-03-14 00:54:07','',7303,'http://deanostudios.com/wp-content/uploads/2018/03/9E74D029-285B-47E6-BC20-F6704261C577.jpeg',0,'attachment','image/jpeg',0),(7326,3,'2018-03-14 00:54:12','2018-03-14 00:54:12','','CC6873D6-AB10-4CBA-9A81-7C948929A309','','inherit','open','closed','','cc6873d6-ab10-4cba-9a81-7c948929a309','','','2018-03-14 00:54:12','2018-03-14 00:54:12','',7303,'http://deanostudios.com/wp-content/uploads/2018/03/CC6873D6-AB10-4CBA-9A81-7C948929A309.jpeg',0,'attachment','image/jpeg',0),(7327,3,'2018-03-14 00:54:17','2018-03-14 00:54:17','','56F3F316-B4F6-4C72-B6ED-E3F93F760686','','inherit','open','closed','','56f3f316-b4f6-4c72-b6ed-e3f93f760686','','','2018-03-14 00:54:17','2018-03-14 00:54:17','',7303,'http://deanostudios.com/wp-content/uploads/2018/03/56F3F316-B4F6-4C72-B6ED-E3F93F760686.jpeg',0,'attachment','image/jpeg',0),(7328,1,'2018-03-14 17:41:25','2018-03-14 17:41:25','','Order – March 14, 2018 @ 05:41 PM','','wc-processing','open','closed','order_5aa95ec51a8c0','order-mar-14-2018-0541-pm','','','2018-03-14 17:42:47','2018-03-14 17:42:47','',0,'http://deanostudios.com/?post_type=shop_order&p=7328',0,'shop_order','',4),(7329,1,'2018-03-16 19:08:20','2018-03-16 19:08:20','','Order – March 16, 2018 @ 07:08 PM','Love the shirt Deano! Miss you guys! Jennifer','wc-processing','open','closed','order_5aac162456a3d','order-mar-16-2018-0708-pm','','','2018-03-16 19:08:56','2018-03-16 19:08:56','',0,'http://deanostudios.com/?post_type=shop_order&p=7329',0,'shop_order','',2),(7330,1,'2018-03-17 01:33:37','2018-03-17 01:33:37','','Order – March 17, 2018 @ 01:33 AM','','wc-processing','open','closed','order_5aac7071127cf','order-mar-17-2018-0133-am','','','2018-03-17 01:35:12','2018-03-17 01:35:12','',0,'http://deanostudios.com/?post_type=shop_order&p=7330',0,'shop_order','',2),(7331,1,'2018-03-17 13:21:50','2018-03-17 13:21:50','','Order – March 17, 2018 @ 01:21 PM','','wc-processing','open','closed','order_5aad166e6dd77','order-mar-17-2018-0121-pm','','','2018-03-17 13:22:49','2018-03-17 13:22:49','',0,'http://deanostudios.com/?post_type=shop_order&p=7331',0,'shop_order','',2),(7332,1,'2018-03-19 23:45:26','2018-03-19 23:45:26','','Order – March 19, 2018 @ 11:45 PM','','wc-processing','open','closed','order_5ab04b9646581','order-mar-19-2018-1145-pm','','','2018-03-19 23:46:17','2018-03-19 23:46:17','',0,'http://deanostudios.com/?post_type=shop_order&p=7332',0,'shop_order','',2),(7333,1,'2018-03-20 16:35:56','2018-03-20 16:35:56','','Order – March 20, 2018 @ 04:35 PM','','wc-processing','open','closed','order_5ab1386c8baa3','order-mar-20-2018-0435-pm','','','2018-03-20 16:37:14','2018-03-20 16:37:14','',0,'http://deanostudios.com/?post_type=shop_order&p=7333',0,'shop_order','',3),(7334,1,'2018-03-22 01:40:03','2018-03-22 01:40:03','','Order – March 22, 2018 @ 01:40 AM','','wc-processing','open','closed','order_5ab3097311782','order-mar-22-2018-0140-am','','','2018-03-22 01:40:59','2018-03-22 01:40:59','',0,'http://deanostudios.com/?post_type=shop_order&p=7334',0,'shop_order','',2),(7336,3,'2018-03-25 01:53:58','2018-03-25 01:53:58','','Tiger Shark Tank Top - Men’s - Black','Color: Solid Black Tank Top \r\nDesign: Tiger Shark with Psycho Tattoo Logo\r\nT-Shirt Brand: Next Level Apparel\r\nMaterial: 60% Cotton / 40% Polyester\r\nCare: Machine Cold Wash','publish','open','closed','','tiger-shark-tank-top-mens-black','','','2018-03-25 01:53:58','2018-03-25 01:53:58','',0,'http://deanostudios.com/?post_type=product&p=7336',0,'product','',0),(7337,3,'2018-03-25 01:50:33','2018-03-25 01:50:33','','Tiger Shark Tank Top -Woman’s - Black','Color: Solid Black Tank Top \r\nDesign: Tiger Shark with Psycho Tattoo Logo\r\nT-Shirt Brand: Next Level Apparel\r\nMaterial: 60% Cotton / 40% Polyester\r\nCare: Machine Cold Wash','publish','open','closed','','tiger-shark-tank-top-womans-black','','','2018-05-03 12:47:04','2018-05-03 12:47:04','',0,'http://deanostudios.com/?post_type=product&p=7337',0,'product','',0),(7338,3,'2018-03-25 01:48:02','2018-03-25 01:48:02','','Tiger Shark Racer Back Tank Top - Woman’s - Black','Color: Solid Black Tank Top\r\nDesign: Tiger Shark with Psycho Tattoo Logo\r\nT-Shirt Brand: Next Level Apparel\r\nMaterial: 60% Cotton / 40% Polyester\r\nCare: Machine Cold Wash','publish','open','closed','','tiger-shark-racer-back-tank-top-womans-black','','','2018-03-25 01:56:20','2018-03-25 01:56:20','',0,'http://deanostudios.com/?post_type=product&p=7338',0,'product','',0),(7339,1,'2018-03-23 03:14:27','2018-03-23 03:14:27','','Order – March 23, 2018 @ 03:14 AM','','wc-processing','open','closed','order_5ab471137eb3a','order-mar-23-2018-0314-am','','','2018-03-23 03:15:15','2018-03-23 03:15:15','',0,'http://deanostudios.com/?post_type=shop_order&p=7339',0,'shop_order','',2),(7340,3,'2018-03-25 01:45:38','2018-03-25 01:45:38','','Tiger Shark Racer Back Tank Top - Woman’s - Black - Large','Size: Large','publish','closed','closed','','tiger-shark-racer-back-tank-top-womans-black-large','','','2018-03-25 01:45:38','2018-03-25 01:45:38','',7338,'http://deanostudios.com/?post_type=product&p=7338',0,'product_variation','',0),(7341,3,'2018-03-25 01:45:38','2018-03-25 01:45:38','','Tiger Shark Racer Back Tank Top - Woman’s - Black - Medium','Size: Medium','publish','closed','closed','','tiger-shark-racer-back-tank-top-womans-black-medium','','','2018-03-25 01:45:38','2018-03-25 01:45:38','',7338,'http://deanostudios.com/?post_type=product&p=7338',1,'product_variation','',0),(7342,3,'2018-03-25 01:45:39','2018-03-25 01:45:39','','Tiger Shark Racer Back Tank Top - Woman’s - Black - Small','Size: Small','publish','closed','closed','','tiger-shark-racer-back-tank-top-womans-black-small','','','2018-03-25 01:45:39','2018-03-25 01:45:39','',7338,'http://deanostudios.com/?post_type=product&p=7338',2,'product_variation','',0),(7343,3,'2018-03-25 01:49:39','2018-03-25 01:49:39','','Tiger Shark Tank Top -Woman’s - Black - Large','Size: Large','publish','closed','closed','','tiger-shark-tank-top-womans-black-large','','','2018-03-25 01:49:39','2018-03-25 01:49:39','',7337,'http://deanostudios.com/?post_type=product&p=7337',0,'product_variation','',0),(7344,3,'2018-03-25 01:49:39','2018-03-25 01:49:39','','Tiger Shark Tank Top -Woman’s - Black - Medium','Size: Medium','publish','closed','closed','','tiger-shark-tank-top-womans-black-medium','','','2018-03-25 01:49:39','2018-03-25 01:49:39','',7337,'http://deanostudios.com/?post_type=product&p=7337',1,'product_variation','',0),(7345,3,'2018-03-25 01:49:39','2018-03-25 01:49:39','','Tiger Shark Tank Top -Woman’s - Black - Small','Size: Small','publish','closed','closed','','tiger-shark-tank-top-womans-black-small','','','2018-03-25 01:49:39','2018-03-25 01:49:39','',7337,'http://deanostudios.com/?post_type=product&p=7337',2,'product_variation','',0),(7346,3,'2018-03-25 01:52:21','2018-03-25 01:52:21','','Tiger Shark Tank Top - Men’s - Black - Extra Large','Size: Extra Large','publish','closed','closed','','tiger-shark-tank-top-mens-black-extra-large','','','2018-03-25 01:52:21','2018-03-25 01:52:21','',7336,'http://deanostudios.com/?post_type=product&p=7336',0,'product_variation','',0),(7347,3,'2018-03-25 01:52:21','2018-03-25 01:52:21','','Tiger Shark Tank Top - Men’s - Black - Large','Size: Large','publish','closed','closed','','tiger-shark-tank-top-mens-black-large','','','2018-03-25 01:52:21','2018-03-25 01:52:21','',7336,'http://deanostudios.com/?post_type=product&p=7336',1,'product_variation','',0),(7348,3,'2018-03-25 01:52:21','2018-03-25 01:52:21','','Tiger Shark Tank Top - Men’s - Black - Medium','Size: Medium','publish','closed','closed','','tiger-shark-tank-top-mens-black-medium','','','2018-03-25 01:52:21','2018-03-25 01:52:21','',7336,'http://deanostudios.com/?post_type=product&p=7336',2,'product_variation','',0),(7349,3,'2018-03-25 01:55:05','2018-03-25 01:55:05','','4E932C2E-D9A6-4E7A-8E82-45703EFE86DC','','inherit','open','closed','','4e932c2e-d9a6-4e7a-8e82-45703efe86dc','','','2018-03-25 01:55:05','2018-03-25 01:55:05','',7337,'http://deanostudios.com/wp-content/uploads/2018/03/4E932C2E-D9A6-4E7A-8E82-45703EFE86DC.jpeg',0,'attachment','image/jpeg',0),(7351,3,'2018-03-26 16:26:55','2018-03-26 16:26:55','','Tiger Shark Crew Neck - Men’s - Grey - Small','Size: Small','publish','closed','closed','','tiger-shark-crew-neck-mens-grey','','','2018-03-26 16:28:03','2018-03-26 16:28:03','',7293,'http://deanostudios.com/product/tiger-shark-crew-neck-mens-grey/',5,'product_variation','',0),(7352,1,'2018-04-04 16:34:22','2018-04-04 16:34:22','','Order – April 4, 2018 @ 04:34 PM','','wc-processing','open','closed','order_5ac4fe8e18bb1','order-apr-04-2018-0434-pm','','','2018-04-04 16:34:54','2018-04-04 16:34:54','',0,'http://deanostudios.com/?post_type=shop_order&p=7352',0,'shop_order','',2),(7353,1,'2018-04-06 01:25:33','2018-04-06 01:25:33','','Order – April 6, 2018 @ 01:25 AM','','wc-processing','open','closed','order_5ac6cc8d65f1e','order-apr-06-2018-0125-am','','','2018-04-06 01:26:47','2018-04-06 01:26:47','',0,'http://deanostudios.com/?post_type=shop_order&p=7353',0,'shop_order','',3),(7354,1,'2018-04-06 15:22:24','2018-04-06 15:22:24','','Order – April 6, 2018 @ 03:22 PM','','wc-processing','open','closed','order_5ac790b0e5f86','order-apr-06-2018-0322-pm','','','2018-04-06 15:23:58','2018-04-06 15:23:58','',0,'http://deanostudios.com/?post_type=shop_order&p=7354',0,'shop_order','',2),(7355,1,'2018-04-09 22:35:11','2018-04-09 22:35:11','','Order – April 9, 2018 @ 10:35 PM','','wc-processing','open','closed','order_5acbea9f94222','order-apr-09-2018-1035-pm','','','2018-04-09 22:47:27','2018-04-09 22:47:27','',0,'http://deanostudios.com/?post_type=shop_order&p=7355',0,'shop_order','',2),(7357,1,'2018-04-14 18:59:15','2018-04-14 18:59:15','','Order – April 14, 2018 @ 06:59 PM','','wc-cancelled','open','closed','order_5ad24f83cffe4','order-apr-14-2018-0659-pm','','','2018-04-14 18:59:55','2018-04-14 18:59:55','',0,'http://deanostudios.com/?post_type=shop_order&p=7357',0,'shop_order','',1),(7358,1,'2018-04-15 22:51:07','2018-04-15 22:51:07','','Order – April 15, 2018 @ 10:51 PM','','wc-processing','open','closed','order_5ad3d75b46271','order-apr-15-2018-1051-pm','','','2018-04-15 22:52:53','2018-04-15 22:52:53','',0,'http://deanostudios.com/?post_type=shop_order&p=7358',0,'shop_order','',2),(7359,1,'2018-04-16 02:11:04','2018-04-16 02:11:04','','Order – April 16, 2018 @ 02:11 AM','Thank you','wc-processing','open','closed','order_5ad406386143d','order-apr-16-2018-0211-am','','','2018-04-16 02:12:03','2018-04-16 02:12:03','',0,'http://deanostudios.com/?post_type=shop_order&p=7359',0,'shop_order','',2),(7360,1,'2018-04-16 11:43:29','2018-04-16 11:43:29','','Order – April 16, 2018 @ 11:43 AM','','wc-processing','open','closed','order_5ad48c614e68c','order-apr-16-2018-1143-am','','','2018-04-16 11:44:15','2018-04-16 11:44:15','',0,'http://deanostudios.com/?post_type=shop_order&p=7360',0,'shop_order','',2),(7361,3,'2018-04-16 20:17:03','2018-04-16 20:17:03','','Tiger Shark Crew Neck - Women’s - Black - Small','Size: Small','publish','closed','closed','','tiger-shark-crew-neck-womens-black-small','','','2018-04-16 20:29:55','2018-04-16 20:29:55','',7298,'http://deanostudios.com/product/tiger-shark-crew-neck-womens-black/',1,'product_variation','',0),(7366,1,'2018-04-24 21:02:18','2018-04-24 21:02:18','','Order – April 24, 2018 @ 09:02 PM','','wc-processing','open','closed','order_5adf9b5a49e33','order-apr-24-2018-0902-pm','','','2018-04-24 21:42:07','2018-04-24 21:42:07','',0,'http://deanostudios.com/?post_type=shop_order&p=7366',0,'shop_order','',4),(7367,1,'2018-04-26 15:44:56','2018-04-26 15:44:56','','Order – April 26, 2018 @ 03:44 PM','','wc-processing','open','closed','order_5ae1f3f8c4c06','order-apr-26-2018-0344-pm','','','2018-04-26 15:45:37','2018-04-26 15:45:37','',0,'http://deanostudios.com/?post_type=shop_order&p=7367',0,'shop_order','',4),(7370,3,'2018-04-26 16:24:32','2018-04-26 16:24:32','','Tiger Shark V-Neck - Women’s - Black - Small','Size: Small','publish','closed','closed','','tiger-shark-v-neck-womens-black-small','','','2018-04-26 16:26:05','2018-04-26 16:26:05','',7308,'http://deanostudios.com/product/tiger-shark-v-neck-womens-black/',1,'product_variation','',0),(7371,1,'2018-05-01 00:42:22','2018-05-01 00:42:22','','Order – May 1, 2018 @ 12:42 AM','','wc-processing','open','closed','order_5ae7b7ee5bb34','order-may-01-2018-1242-am','','','2018-05-01 00:42:58','2018-05-01 00:42:58','',0,'http://deanostudios.com/?post_type=shop_order&p=7371',0,'shop_order','',2),(7373,3,'2018-05-01 13:36:15','2018-05-01 13:36:15','','Tiger Shark V-Neck - Men\'s - White','Color: White V Neck\r\nDesign: Tiger Shark with Psycho Tattoo Logo\r\nT-Shirt Brand: Next Level Apparel\r\nMaterial: 60% Cotton / 40% Polyester\r\nCare: Machine Cold Wash','publish','closed','closed','','tiger-shark-v-neck-mens-white','','','2018-05-01 13:40:31','2018-05-01 13:40:31','',0,'http://deanostudios.com/?post_type=product&p=7373',0,'product','',0),(7374,3,'2018-03-13 11:42:03','2018-03-13 11:42:03','','Tiger Shark V-Neck - Men\'s - White - 2X-Large','Size: 2X-Large','publish','closed','closed','','tiger-shark-crew-neck-womens-grey-copy-2x-large','','','2018-03-13 11:42:03','2018-03-13 11:42:03','',7373,'http://deanostudios.com/?post_type=product&p=7373',0,'product_variation','',0),(7375,3,'2018-03-13 11:42:04','2018-03-13 11:42:04','','Tiger Shark V-Neck - Men\'s - White - X-Large','Size: X-Large','publish','closed','closed','','tiger-shark-crew-neck-womens-grey-copy-x-large','','','2018-03-13 11:42:04','2018-03-13 11:42:04','',7373,'http://deanostudios.com/?post_type=product&p=7373',1,'product_variation','',0),(7376,3,'2018-03-13 11:42:05','2018-03-13 11:42:05','','Tiger Shark V-Neck - Men\'s - White - Large','Size: Large','publish','closed','closed','','tiger-shark-crew-neck-womens-grey-copy-large','','','2018-03-13 11:42:05','2018-03-13 11:42:05','',7373,'http://deanostudios.com/?post_type=product&p=7373',2,'product_variation','',0),(7377,3,'2018-03-13 11:42:05','2018-03-13 11:42:05','','Tiger Shark V-Neck - Men\'s - White - Medium','Size: Medium','publish','closed','closed','','tiger-shark-crew-neck-womens-grey-copy-medium','','','2018-03-13 11:42:05','2018-03-13 11:42:05','',7373,'http://deanostudios.com/?post_type=product&p=7373',3,'product_variation','',0),(7378,3,'2018-05-01 13:37:41','2018-05-01 13:37:41','','whiteTiger','','inherit','open','closed','','whitetiger','','','2018-05-01 13:37:41','2018-05-01 13:37:41','',7373,'http://deanostudios.com/wp-content/uploads/2018/05/whiteTiger.jpg',0,'attachment','image/jpeg',0),(7379,1,'2018-05-01 13:53:17','2018-05-01 13:53:17','','Order – May 1, 2018 @ 01:53 PM','','wc-cancelled','open','closed','order_5ae8714d724b6','order-may-01-2018-0153-pm','','','2018-05-01 13:41:38','2018-05-01 13:41:38','',0,'http://deanostudios.com/?post_type=shop_order&p=7379',0,'shop_order','',1),(7380,1,'2018-05-03 05:43:35','2018-05-03 05:43:35','','Order – May 3, 2018 @ 05:43 AM','','wc-cancelled','open','closed','order_5aeaa1873e8f2','order-may-03-2018-0543-am','','','2020-10-08 19:59:32','2020-10-08 19:59:32','',0,'http://deanostudios.com/?post_type=shop_order&p=7380',0,'shop_order','',1),(7381,3,'2018-05-03 12:51:08','2018-05-03 12:51:08','','Tiger Shark Crew Neck - Women’s - Grey - Small','Size: Small','publish','closed','closed','','tiger-shark-crew-neck-womens-grey-small','','','2018-05-03 12:39:01','2018-05-03 12:39:01','',7303,'http://deanostudios.com/product/tiger-shark-crew-neck-womens-neck/',1,'product_variation','',0),(7386,3,'2018-05-03 12:43:55','2018-05-03 12:43:55','','Tiger Shark Crew Neck - Women’s - Grey - Large','Size: Large','publish','closed','closed','','tiger-shark-crew-neck-womens-grey-large','','','2018-05-03 12:43:55','2018-05-03 12:43:55','',7303,'http://deanostudios.com/product/tiger-shark-crew-neck-womens-neck/',0,'product_variation','',0),(7387,3,'2018-05-03 12:43:55','2018-05-03 12:43:55','','Tiger Shark Crew Neck - Women’s - Grey - Medium','Size: Medium','publish','closed','closed','','tiger-shark-crew-neck-womens-grey-medium','','','2018-05-03 12:43:55','2018-05-03 12:43:55','',7303,'http://deanostudios.com/product/tiger-shark-crew-neck-womens-neck/',1,'product_variation','',0),(7388,3,'2018-05-03 12:43:56','2018-05-03 12:43:56','','Tiger Shark Crew Neck - Women’s - Grey - Small','Size: Small','publish','closed','closed','','tiger-shark-crew-neck-womens-grey-small-2','','','2018-05-03 12:43:56','2018-05-03 12:43:56','',7303,'http://deanostudios.com/product/tiger-shark-crew-neck-womens-neck/',2,'product_variation','',0),(7389,1,'2018-05-15 02:00:21','2018-05-15 02:00:21','','Order – May 15, 2018 @ 02:00 AM','','wc-processing','open','closed','order_5afa3f350a14d','order-may-15-2018-0200-am','','','2018-05-15 02:01:10','2018-05-15 02:01:10','',0,'http://deanostudios.com/?post_type=shop_order&p=7389',0,'shop_order','',2),(7390,1,'2018-06-01 10:39:25','2018-06-01 10:39:25','','Order – June 1, 2018 @ 10:39 AM','Hi Deano,\n\nI\'m ordering the canvas print for my boyfriend, Jordan Bennington -he\'s a big fan of yours and you did his large octopus tattoo a few years back. It\'s his 30th birthday and I thought it would be a nice gift for him. Is there any chance you could sign the print, either directly on it or on the back? I know that would mean so much to him and would be such a cool gift for him. (And obviously I have to get myself a t-shirt too!)\n\nWe\'re so happy to hear your health is doing better, and you\'ve been in our thoughts and prayers.\n\nThank you!\n\nKristen','wc-processing','open','closed','order_5b11225dc3517','order-jun-01-2018-1039-am','','','2018-06-01 10:41:32','2018-06-01 10:41:32','',0,'http://deanostudios.com/?post_type=shop_order&p=7390',0,'shop_order','',2),(7391,1,'2018-07-17 22:44:55','2018-07-17 22:44:55','','Order – July 17, 2018 @ 10:44 PM','','wc-processing','open','closed','order_5b4e7167548bd','order-jul-17-2018-1044-pm','','','2018-07-17 22:48:53','2018-07-17 22:48:53','',0,'http://deanostudios.com/?post_type=shop_order&p=7391',0,'shop_order','',2),(7392,1,'2018-07-24 04:08:04','2018-07-24 04:08:04','','Order – July 24, 2018 @ 04:08 AM','','wc-processing','open','closed','order_5b56a62430948','order-jul-24-2018-0408-am','','','2018-07-24 04:10:39','2018-07-24 04:10:39','',0,'http://deanostudios.com/?post_type=shop_order&p=7392',0,'shop_order','',2),(7394,3,'2018-07-27 16:24:07','2018-07-27 16:24:07','','Tiger Shark Tank Top - Men’s - Black (Copy)','Color: Solid Black Tank Top \r\nDesign: Tiger Shark with Psycho Tattoo Logo\r\nT-Shirt Brand: Next Level Apparel\r\nMaterial: 60% Cotton / 40% Polyester\r\nCare: Machine Cold Wash','draft','open','closed','','','','','2018-07-27 16:24:07','2018-07-27 16:24:07','',0,'http://deanostudios.com/?post_type=product&p=7394',0,'product','',0),(7395,3,'2018-03-25 01:52:21','2018-03-25 01:52:21','','Tiger Shark Tank Top - Men’s - Black (Copy) - Extra Large','Size: Extra Large','publish','closed','closed','','tiger-shark-tank-top-mens-black-copy-extra-large','','','2018-03-25 01:52:21','2018-03-25 01:52:21','',7394,'http://deanostudios.com/?post_type=product&p=7394',0,'product_variation','',0),(7396,3,'2018-03-25 01:52:21','2018-03-25 01:52:21','','Tiger Shark Tank Top - Men’s - Black (Copy) - Large','Size: Large','publish','closed','closed','','tiger-shark-tank-top-mens-black-copy-large','','','2018-03-25 01:52:21','2018-03-25 01:52:21','',7394,'http://deanostudios.com/?post_type=product&p=7394',1,'product_variation','',0),(7397,3,'2018-03-25 01:52:21','2018-03-25 01:52:21','','Tiger Shark Tank Top - Men’s - Black (Copy) - Medium','Size: Medium','publish','closed','closed','','tiger-shark-tank-top-mens-black-copy-medium','','','2018-03-25 01:52:21','2018-03-25 01:52:21','',7394,'http://deanostudios.com/?post_type=product&p=7394',2,'product_variation','',0),(7401,3,'2018-07-27 16:30:36','2018-07-27 16:30:36','','Tiger Shark Tank Top - Men’s - White','Color: Solid White Tank Top \r\nDesign: Tiger Shark with Psycho Tattoo Logo\r\nT-Shirt Brand: Next Level Apparel\r\nMaterial: 60% Cotton / 40% Polyester\r\nCare: Machine Cold Wash','publish','closed','closed','','tiger-shark-tank-top-mens-white','','','2018-08-16 19:17:10','2018-08-16 19:17:10','',0,'http://deanostudios.com/?post_type=product&p=7401',0,'product','',0),(7402,3,'2018-03-25 01:52:21','2018-03-25 01:52:21','','Tiger Shark Tank Top - Men’s - White - Extra Large','Size: Extra Large','publish','closed','closed','','tiger-shark-tank-top-mens-black-copy-extra-large-2','','','2018-03-25 01:52:21','2018-03-25 01:52:21','',7401,'http://deanostudios.com/?post_type=product&p=7401',0,'product_variation','',0),(7403,3,'2018-03-25 01:52:21','2018-03-25 01:52:21','','Tiger Shark Tank Top - Men’s - White - Large','Size: Large','publish','closed','closed','','tiger-shark-tank-top-mens-black-copy-large-2','','','2018-03-25 01:52:21','2018-03-25 01:52:21','',7401,'http://deanostudios.com/?post_type=product&p=7401',1,'product_variation','',0),(7404,3,'2018-03-25 01:52:21','2018-03-25 01:52:21','','Tiger Shark Tank Top - Men’s - White - Medium','Size: Medium','publish','closed','closed','','tiger-shark-tank-top-mens-black-copy-medium-2','','','2018-03-25 01:52:21','2018-03-25 01:52:21','',7401,'http://deanostudios.com/?post_type=product&p=7401',2,'product_variation','',0),(7405,1,'2018-07-27 16:33:28','2018-07-27 16:33:28','','Order – July 27, 2018 @ 04:33 PM','','wc-cancelled','open','closed','order_5b5b4958db513','order-jul-27-2018-0433-pm','','','2018-07-27 16:33:46','2018-07-27 16:33:46','',0,'http://deanostudios.com/?post_type=shop_order&p=7405',0,'shop_order','',1),(7406,1,'2018-08-15 12:59:38','2018-08-15 12:59:38','','Order – August 15, 2018 @ 12:59 PM','Please deliver during business hours\nTues-sat 12-8pm','wc-processing','open','closed','order_5b7423ba3a81c','order-aug-15-2018-1259-pm','','','2018-08-15 13:01:39','2018-08-15 13:01:39','',0,'http://deanostudios.com/?post_type=shop_order&p=7406',0,'shop_order','',3),(7408,3,'2018-08-16 18:54:51','2018-08-16 18:54:51','','136558BB-69C3-4245-B683-A3338C5B2DF5','','inherit','open','closed','','136558bb-69c3-4245-b683-a3338c5b2df5','','','2018-08-16 18:54:51','2018-08-16 18:54:51','',7401,'http://deanostudios.com/wp-content/uploads/2018/07/136558BB-69C3-4245-B683-A3338C5B2DF5.jpeg',0,'attachment','image/jpeg',0),(7409,1,'2018-08-25 22:09:51','2018-08-25 22:09:51','','Order – August 25, 2018 @ 10:09 PM','','wc-processing','open','closed','order_5b81d3afef6bf','order-aug-25-2018-1009-pm','','','2018-08-25 22:11:16','2018-08-25 22:11:16','',0,'http://deanostudios.com/?post_type=shop_order&p=7409',0,'shop_order','',2),(7410,1,'2018-09-12 01:59:30','2018-09-12 01:59:30','','Order – September 12, 2018 @ 01:59 AM','','wc-processing','open','closed','order_5b987302d2a9c','order-sep-12-2018-0159-am','','','2018-09-12 02:08:19','2018-09-12 02:08:19','',0,'http://deanostudios.com/?post_type=shop_order&p=7410',0,'shop_order','',2),(7411,1,'2018-10-11 01:58:22','2018-10-11 01:58:22','','Order – October 11, 2018 @ 01:58 AM','Deano,\n\nHello. If you don\'t mind can you please sign the shirt anywhere you want.\n\nThank you\n\nSteven','wc-processing','open','closed','order_5bbeae3edb686','order-oct-11-2018-0158-am','','','2018-10-11 01:59:41','2018-10-11 01:59:41','',0,'http://deanostudios.com/?post_type=shop_order&p=7411',0,'shop_order','',2),(7412,1,'2018-11-17 22:57:58','2018-11-17 22:57:58','','Order – November 17, 2018 @ 10:57 PM','','wc-processing','open','closed','order_5bf09cf6f3e18','order-nov-17-2018-1057-pm','','','2018-11-17 22:59:00','2018-11-17 22:59:00','',0,'http://deanostudios.com/?post_type=shop_order&p=7412',0,'shop_order','',2),(7413,1,'2018-12-10 16:51:56','2018-12-10 16:51:56','','Order – December 10, 2018 @ 04:51 PM','Christmas present','wc-processing','open','closed','order_5c0e99ac563eb','order-dec-10-2018-0451-pm','','','2018-12-10 16:52:40','2018-12-10 16:52:40','',0,'http://deanostudios.com/?post_type=shop_order&p=7413',0,'shop_order','',2),(7414,1,'2019-03-12 10:19:57','2019-03-12 10:19:57','','Order – March 12, 2019 @ 10:19 AM','','wc-cancelled','open','closed','order_5c8787cdb584a','order-mar-12-2019-1019-am','','','2020-10-08 19:59:32','2020-10-08 19:59:32','',0,'http://deanostudios.com/?post_type=shop_order&p=7414',0,'shop_order','',1),(7415,1,'2019-03-12 10:31:12','2019-03-12 10:31:12','','Order – March 12, 2019 @ 10:31 AM','','wc-cancelled','open','closed','order_5c878a707f518','order-mar-12-2019-1031-am','','','2020-10-08 19:59:32','2020-10-08 19:59:32','',0,'http://deanostudios.com/?post_type=shop_order&p=7415',0,'shop_order','',1),(7416,1,'2019-04-18 03:04:07','2019-04-18 03:04:07','','Order – April 18, 2019 @ 03:04 AM','','wc-processing','open','closed','order_5cb7e9276791c','order-apr-18-2019-0304-am','','','2019-04-18 03:04:56','2019-04-18 03:04:56','',0,'http://deanostudios.com/?post_type=shop_order&p=7416',0,'shop_order','',2),(7418,1,'2019-05-08 15:24:01','2019-05-08 15:24:01','','Order – May 8, 2019 @ 03:24 PM','','wc-processing','open','closed','order_5cd2f491dc25e','order-may-08-2019-0324-pm','','','2019-05-08 15:25:59','2019-05-08 15:25:59','',0,'http://deanostudios.com/?post_type=shop_order&p=7418',0,'shop_order','',2),(7419,1,'2019-09-17 17:21:36','2019-09-17 17:21:36','','Order – September 17, 2019 @ 05:21 PM','','wc-processing','open','closed','order_5d8116202cff7','order-sep-17-2019-0521-pm','','','2019-09-17 17:22:20','2019-09-17 17:22:20','',0,'http://deanostudios.com/?post_type=shop_order&p=7419',0,'shop_order','',2),(7420,1,'2019-09-18 11:04:56','2019-09-18 11:04:56','','Order – September 18, 2019 @ 11:04 AM','','wc-processing','open','closed','order_5d820f589413f','order-sep-18-2019-1104-am','','','2019-09-18 11:06:56','2019-09-18 11:06:56','',0,'http://deanostudios.com/?post_type=shop_order&p=7420',0,'shop_order','',2),(7422,3,'2019-11-19 13:27:22','2019-11-19 13:27:22','','HawaiianHonu_sf-GS4','','inherit','open','closed','','hawaiianhonu_sf-gs4','','','2019-11-19 13:27:22','2019-11-19 13:27:22','',0,'http://deanostudios.com/wp-content/uploads/2019/11/HawaiianHonu_sf-GS4.jpg',0,'attachment','image/jpeg',0),(7423,3,'2019-11-19 13:27:31','2019-11-19 13:27:31','','SaveOurSeas_eq-GS3','','inherit','open','closed','','saveourseas_eq-gs3','','','2019-11-19 13:27:31','2019-11-19 13:27:31','',0,'http://deanostudios.com/wp-content/uploads/2019/11/SaveOurSeas_eq-GS3.jpg',0,'attachment','image/jpeg',0),(7424,3,'2019-11-19 13:27:30','2019-11-19 13:27:30','','Warfish_eq-GS6-Marc-Popped-24x36-SIG Layer','','inherit','open','closed','','warfish_eq-gs6-marc-popped-24x36-sig-layer','','','2019-11-19 13:27:30','2019-11-19 13:27:30','',0,'http://deanostudios.com/wp-content/uploads/2019/11/Warfish_eq-GS6-Marc-Popped-24x36-SIG-Layer.jpg',0,'attachment','image/jpeg',0),(7425,3,'2019-11-19 13:27:58','2019-11-19 13:27:58','','HawaiianHonu_sf-GS4','','inherit','open','closed','','hawaiianhonu_sf-gs4-2','','','2019-11-19 13:27:58','2019-11-19 13:27:58','',0,'http://deanostudios.com/wp-content/uploads/2019/11/HawaiianHonu_sf-GS4-1.jpg',0,'attachment','image/jpeg',0),(7426,3,'2019-11-19 13:27:56','2019-11-19 13:27:56','','SaveOurSeas_eq-GS3','','inherit','open','closed','','saveourseas_eq-gs3-2','','','2019-11-19 13:27:56','2019-11-19 13:27:56','',0,'http://deanostudios.com/wp-content/uploads/2019/11/SaveOurSeas_eq-GS3-1.jpg',0,'attachment','image/jpeg',0),(7427,3,'2019-11-19 13:28:09','2019-11-19 13:28:09','','Warfish_eq-GS6-Marc-Popped-24x36-SIG Layer','','inherit','open','closed','','warfish_eq-gs6-marc-popped-24x36-sig-layer-2','','','2019-11-19 13:28:09','2019-11-19 13:28:09','',0,'http://deanostudios.com/wp-content/uploads/2019/11/Warfish_eq-GS6-Marc-Popped-24x36-SIG-Layer-1.jpg',0,'attachment','image/jpeg',0),(7429,3,'2020-05-17 12:31:38','2020-05-17 12:31:38','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column 0=\"\"][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid free diver, scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1589718644129{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"New Releases\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1589718683143{margin-bottom: 10px !important;}\"][vc_single_image image=\"7144\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/spektra-edge-x-deano-cook-bimini-blue/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited Edition Deano Cook Spektra Edge-X in Bimini Blue from FK Irons\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fspektra-edge-x-deano-cook-bimini-blue%2F|||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited edition color specially blended to match the Bimini Blue color from the Deano Cook artist set from Fusion Ink.\n\nEarly orders will receive a limited edition 12x18 canvas print.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"``Aquatica``\nCanvas Giclee\nDebut collaboration print from Guy Aitchison and Deano Cook.\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][vc_row_inner 0=\"\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"7212\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"7193\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][/vc_column_inner][/vc_row_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"Deano Cook is known for his flawless approach to marine realism, and Guy Aitchison\'s reputation is mostly about his abstract biomech work. These two iconic artists bring together their styles and approaches in Aquatica, their debut collaborative painting project.\n\nDue to such a strong response from their audiences, they have decided to release Aquatica in 2 canvas print formats, including a smaller limited run, 19``x28`` plus a 1`` border for mounting purposes, hand-signed by both artists, and a premium 26``x38`` pre-stretched full-sized gallery edition.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"60px\"][vc_row_inner 0=\"\"][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column 0=\"\"][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel 0=\"\"][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column 0=\"\"][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5716\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"7224\" img_size=\"270x142\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.heliostattoo.com\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2020-05-17 12:31:38','2020-05-17 12:31:38','',4511,'http://deanostudios.com/2020/05/17/4511-revision-v1/',0,'revision','',0),(7430,3,'2020-05-17 12:48:47','2020-05-17 12:48:47','','little_logo','','inherit','open','closed','','little_logo','','','2020-05-17 12:48:47','2020-05-17 12:48:47','',4511,'http://deanostudios.com/wp-content/uploads/2016/03/little_logo.png',0,'attachment','image/png',0),(7431,3,'2020-05-17 12:49:14','2020-05-17 12:49:14','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column 0=\"\"][vc_custom_heading text=\"From Sea to Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1486226948959{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid free diver, scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1589718644129{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"New Releases\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1589718683143{margin-bottom: 10px !important;}\"][vc_single_image image=\"7144\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/spektra-edge-x-deano-cook-bimini-blue/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited Edition Deano Cook Spektra Edge-X in Bimini Blue from FK Irons\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fspektra-edge-x-deano-cook-bimini-blue%2F|||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited edition color specially blended to match the Bimini Blue color from the Deano Cook artist set from Fusion Ink.\n\nEarly orders will receive a limited edition 12x18 canvas print.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"``Aquatica``\nCanvas Giclee\nDebut collaboration print from Guy Aitchison and Deano Cook.\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][vc_row_inner 0=\"\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"7212\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"7193\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][/vc_column_inner][/vc_row_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"Deano Cook is known for his flawless approach to marine realism, and Guy Aitchison\'s reputation is mostly about his abstract biomech work. These two iconic artists bring together their styles and approaches in Aquatica, their debut collaborative painting project.\n\nDue to such a strong response from their audiences, they have decided to release Aquatica in 2 canvas print formats, including a smaller limited run, 19``x28`` plus a 1`` border for mounting purposes, hand-signed by both artists, and a premium 26``x38`` pre-stretched full-sized gallery edition.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"60px\"][vc_row_inner 0=\"\"][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column 0=\"\"][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel 0=\"\"][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column 0=\"\"][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"7430\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"7224\" img_size=\"270x142\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.heliostattoo.com\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2020-05-17 12:49:14','2020-05-17 12:49:14','',4511,'http://deanostudios.com/2020/05/17/4511-revision-v1/',0,'revision','',0),(7432,3,'2020-05-18 00:09:40','2020-05-18 00:09:40','','Great Hammerhead Freedive Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame.\r\n\r\nLarger sizes will have additional shipping charges.\r\n\r\nAvailable sizes:\r\nA: 12\" x 18\" $175\r\nB: 16\" x 24\" $240\r\nC: 20\" x 30\" $300\r\nD: 24\" x 36\" $400\r\nE: 30\" x 45\" $500\r\nF: 36\" x 54\" $900\r\nG: 44\" x 66\" $1200','inherit','closed','closed','','5843-autosave-v1','','','2020-05-18 00:09:40','2020-05-18 00:09:40','',5843,'http://deanostudios.com/2020/05/17/5843-autosave-v1/',0,'revision','',0),(7433,3,'2020-05-17 13:03:36','2020-05-17 13:03:36','','Great Hammerhead Freedive Print - G','Size: G','publish','closed','closed','','lemon-bite-canvas-print-g','','','2020-05-17 13:13:31','2020-05-17 13:13:31','',5843,'http://deanostudios.com/product/lemon-bite-canvas-print/',7,'product_variation','',0),(7434,3,'2020-05-17 13:03:36','2020-05-17 13:03:36','','Great Hammerhead Freedive Print - F','Size: F','publish','closed','closed','','lemon-bite-canvas-print-f','','','2020-05-17 13:10:53','2020-05-17 13:10:53','',5843,'http://deanostudios.com/product/lemon-bite-canvas-print/',5,'product_variation','',0),(7435,3,'2020-05-17 13:20:15','2020-05-17 13:20:15','','White Shark Guadalupe 3 Canvas Print - G','Size: G','publish','closed','closed','','white-shark-guadalupe-3-canvas-print-g','','','2020-05-17 13:23:20','2020-05-17 13:23:20','',6325,'http://deanostudios.com/product/white-shark-guadalupe-3-canvas-print/',7,'product_variation','',0),(7436,3,'2020-05-17 13:20:17','2020-05-17 13:20:17','','White Shark Guadalupe 3 Canvas Print - F','Size: F','publish','closed','closed','','white-shark-guadalupe-3-canvas-print-f','','','2020-05-17 13:20:17','2020-05-17 13:20:17','',6325,'http://deanostudios.com/product/white-shark-guadalupe-3-canvas-print/',6,'product_variation','',0),(7437,3,'2020-05-17 13:20:27','2020-05-17 13:20:27','','White Shark Guadalupe 3 Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame.\n\n\nLarger sizes will have additional shipping charges.\n\nAvailable sizes:\nA: 12\" x 18\" $175\nB: 16\" x 24\" $240\nC: 20\" x 30\" $300\nD: 24\" x 36\" $400\nE: 30\" x 45\" $500\nF: 36\" x 54\" $900\nG: 44\" x 66\" $1200','inherit','closed','closed','','6325-autosave-v1','','','2020-05-17 13:20:27','2020-05-17 13:20:27','',6325,'http://deanostudios.com/2020/05/17/6325-autosave-v1/',0,'revision','',0),(7438,3,'2020-05-18 00:07:56','2020-05-18 00:07:56','','FullSizeRender','','inherit','open','closed','','fullsizerender','','','2020-05-18 00:07:56','2020-05-18 00:07:56','',5843,'http://deanostudios.com/wp-content/uploads/2017/02/FullSizeRender.jpg',0,'attachment','image/jpeg',0),(7440,3,'2020-05-18 01:30:04','2020-05-18 01:30:04','','White Shark Guadalupe 2 Canvas Print - G','Size: G','publish','closed','closed','','white-shark-guadalupe-2-canvas-print-g','','','2020-05-18 01:40:01','2020-05-18 01:40:01','',6319,'http://deanostudios.com/product/white-shark-guadalupe-2-canvas-print/',7,'product_variation','',0),(7441,3,'2020-05-18 01:30:04','2020-05-18 01:30:04','','White Shark Guadalupe 2 Canvas Print - F','Size: F','publish','closed','closed','','white-shark-guadalupe-2-canvas-print-f','','','2020-05-18 01:40:01','2020-05-18 01:40:01','',6319,'http://deanostudios.com/product/white-shark-guadalupe-2-canvas-print/',6,'product_variation','',0),(7442,3,'2020-05-18 01:38:13','2020-05-18 01:38:13','','White Shark Guadalupe 2 Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame.\n\n\nLarger sizes will have additional shipping charges.\n\nAvailable sizes:\nA: 12\" x 18\" $175\nB: 16\" x 24\" $240\nC: 20\" x 30\" $300\nD: 24\" x 36\" $400\nE: 30\" x 45\" $500\nF: 36\" x 54\" $900\nG: 44\" x 66\" $1200','inherit','closed','closed','','6319-autosave-v1','','','2020-05-18 01:38:13','2020-05-18 01:38:13','',6319,'http://deanostudios.com/2020/05/18/6319-autosave-v1/',0,'revision','',0),(7443,3,'2020-05-18 01:43:53','2020-05-18 01:43:53','','White Shark Guadalupe 1 Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame.\n\n\n\nLarger sizes will have additional shipping charges.\n\nAvailable sizes:\nA: 12\" x 18\" $175\nB: 16\" x 24\" $240\nC: 20\" x 30\" $300\nD: 24\" x 36\" $400\nE: 30\" x 45\" $500\nF: 36\" x 54\" $900\nG: 44\" x 66\" $1200','inherit','closed','closed','','6313-autosave-v1','','','2020-05-18 01:43:53','2020-05-18 01:43:53','',6313,'http://deanostudios.com/2020/05/18/6313-autosave-v1/',0,'revision','',0),(7444,3,'2020-05-18 01:44:00','2020-05-18 01:44:00','','White Shark Guadalupe 1 Canvas Print - G','Size: G','publish','closed','closed','','white-shark-guadalupe-1-canvas-print-g','','','2020-05-18 01:48:49','2020-05-18 01:48:49','',6313,'http://deanostudios.com/product/white-shark-guadalupe-1-canvas-print/',7,'product_variation','',0),(7445,3,'2020-05-18 01:44:02','2020-05-18 01:44:02','','White Shark Guadalupe 1 Canvas Print - F','Size: F','publish','closed','closed','','white-shark-guadalupe-1-canvas-print-f','','','2020-05-18 01:44:02','2020-05-18 01:44:02','',6313,'http://deanostudios.com/product/white-shark-guadalupe-1-canvas-print/',6,'product_variation','',0),(7446,3,'2020-05-18 02:20:20','2020-05-18 02:20:20','','Tiger Tail Canvas Print','Presenting Deano Cook’s original photography printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. \n\nLarger sizes will have additional shipping charges. \n\nAvailable sizes: \nA: 12\" x 18\" $175 \nB: 16\" x 24\" $240 \nC: 20\" x 30\" $300 \nD: 24\" x 36\" $400 \nE: 30\" x 45\" $500 \nF: 36\" x 54\" $900 \nG: 44\" x 66\" $1200','inherit','closed','closed','','6307-autosave-v1','','','2020-05-18 02:20:20','2020-05-18 02:20:20','',6307,'http://deanostudios.com/2020/05/18/6307-autosave-v1/',0,'revision','',0),(7449,3,'2020-05-18 02:48:04','2020-05-18 02:48:04','','Bimini Blue Canvas Print - F','Size: F','publish','closed','closed','','product-5924-variation-8','','','2020-05-18 02:53:45','2020-05-18 02:53:45','',5924,'http://deanostudios.com/product/bimini-blue-canvas-print/',6,'product_variation','',0),(7450,3,'2020-05-18 02:54:10','2020-05-18 02:54:10','','Bimini Blue Canvas Print - G','Size: G','publish','closed','closed','','bimini-blue-canvas-print-g','','','2020-05-18 02:54:57','2020-05-18 02:54:57','',5924,'http://deanostudios.com/product/bimini-blue-canvas-print/',7,'product_variation','',0),(7451,3,'2020-05-18 02:56:43','2020-05-18 02:56:43','','Bimini Blue Canvas Print - H','Size: H','publish','closed','closed','','product-5924-variation-6','','','2020-05-18 02:56:43','2020-05-18 02:56:43','',5924,'http://deanostudios.com/product/bimini-blue-canvas-print/',0,'product_variation','',0),(7453,3,'2020-05-18 02:56:44','2020-05-18 02:56:44','','Gazing Reef Canvas Print - H','Size: H','publish','closed','closed','','product-5931-variation-6','','','2020-05-18 02:56:44','2020-05-18 02:56:44','',5931,'http://deanostudios.com/product/gazing-reef-canvas-print/',0,'product_variation','',0),(7454,3,'2020-05-18 02:56:46','2020-05-18 02:56:46','','Great Hammerhead Freedive Print - H','Size: H','publish','closed','closed','','product-5843-variation-11','','','2020-05-18 02:56:46','2020-05-18 02:56:46','',5843,'http://deanostudios.com/product/lemon-bite-canvas-print/',0,'product_variation','',0),(7455,3,'2020-05-18 02:56:46','2020-05-18 02:56:46','','Green Sea Turtle Canvas Print - H','Size: H','publish','closed','closed','','product-5938-variation-6','','','2020-05-18 02:56:46','2020-05-18 02:56:46','',5938,'http://deanostudios.com/product/green-sea-turtle-canvas-print/',0,'product_variation','',0),(7456,3,'2020-05-18 02:56:46','2020-05-18 02:56:46','','Hawksbill Turtle 1 Canvas Print - H','Size: H','publish','closed','closed','','product-5982-variation-6','','','2020-05-18 02:56:46','2020-05-18 02:56:46','',5982,'http://deanostudios.com/product/hawksbill-turtle-1-canvas-print/',0,'product_variation','',0),(7457,3,'2020-05-18 02:56:46','2020-05-18 02:56:46','','Hawksbill Turtle 2 Canvas Print - H','Size: H','publish','closed','closed','','product-5892-variation-4','','','2020-05-18 02:56:46','2020-05-18 02:56:46','',5892,'http://deanostudios.com/product/hawksbill-turtle-2-canvas-print/',0,'product_variation','',0),(7458,3,'2020-05-18 02:56:46','2020-05-18 02:56:46','','Hawksbill Turtle Canvas Print - H','Size: H','publish','closed','closed','','product-6052-variation-6','','','2020-05-18 02:56:46','2020-05-18 02:56:46','',6052,'http://deanostudios.com/product/hawksbill-turtle-canvas-print/',0,'product_variation','',0),(7459,3,'2020-05-18 02:56:46','2020-05-18 02:56:46','','Hawksbill Turtle Eating Sponge Canvas Print - H','Size: H','publish','closed','closed','','product-5994-variation-6','','','2020-05-18 02:56:46','2020-05-18 02:56:46','',5994,'http://deanostudios.com/product/hawksbill-turtle-eating-sponge-canvas-print/',0,'product_variation','',0),(7460,3,'2020-05-18 02:56:48','2020-05-18 02:56:48','','Hawksbill Turtle Flight 1 Canvas Print - H','Size: H','publish','closed','closed','','product-6009-variation-6','','','2020-05-18 02:56:48','2020-05-18 02:56:48','',6009,'http://deanostudios.com/product/hawksbill-turtle-flight-1-canvas-print/',0,'product_variation','',0),(7461,3,'2020-05-18 02:56:49','2020-05-18 02:56:49','','Hawksbill Turtle Flight 2 Canvas Print - H','Size: H','publish','closed','closed','','product-6001-variation-6','','','2020-05-18 02:56:49','2020-05-18 02:56:49','',6001,'http://deanostudios.com/product/hawksbill-turtle-flight-2-canvas-print/',0,'product_variation','',0),(7462,3,'2020-05-18 02:56:49','2020-05-18 02:56:49','','Hawksbill Turtle Flight 3 Canvas Print - H','Size: H','publish','closed','closed','','product-6016-variation-6','','','2020-05-18 02:56:49','2020-05-18 02:56:49','',6016,'http://deanostudios.com/product/hawksbill-turtle-flight-3-canvas-print/',0,'product_variation','',0),(7463,3,'2020-05-18 02:56:49','2020-05-18 02:56:49','','Hawksbill Turtle in Coral 1 Canvas Print - H','Size: H','publish','closed','closed','','product-6023-variation-6','','','2020-05-18 02:56:49','2020-05-18 02:56:49','',6023,'http://deanostudios.com/product/hawksbill-turtle-in-coral-1-canvas-print/',0,'product_variation','',0),(7464,3,'2020-05-18 02:56:49','2020-05-18 02:56:49','','Hawksbill Turtle in Coral 2 Canvas Print - H','Size: H','publish','closed','closed','','product-6030-variation-6','','','2020-05-18 02:56:49','2020-05-18 02:56:49','',6030,'http://deanostudios.com/product/hawksbill-turtle-in-coral-2-canvas-print/',0,'product_variation','',0),(7465,3,'2020-05-18 02:56:49','2020-05-18 02:56:49','','Hawksbill Turtle Sitting Canvas Print - H','Size: H','publish','closed','closed','','product-5907-variation-4','','','2020-05-18 02:56:49','2020-05-18 02:56:49','',5907,'http://deanostudios.com/product/hawksbill-turtle-sitting-canvas-print/',0,'product_variation','',0),(7466,3,'2020-05-18 02:56:49','2020-05-18 02:56:49','','Hawksbill Turtle With Sponge 1 Canvas Print - H','Size: H','publish','closed','closed','','product-6037-variation-8','','','2020-05-18 02:56:49','2020-05-18 02:56:49','',6037,'http://deanostudios.com/product/hawksbill-turtle-with-sponge-1-canvas-print/',0,'product_variation','',0),(7467,3,'2020-05-18 02:56:49','2020-05-18 02:56:49','','Hawksbill Turtle With Sponge 2 Canvas Print - H','Size: H','publish','closed','closed','','product-6042-variation-8','','','2020-05-18 02:56:49','2020-05-18 02:56:49','',6042,'http://deanostudios.com/product/hawksbill-turtle-with-sponge-2-canvas-print/',0,'product_variation','',0),(7468,3,'2020-05-18 02:56:49','2020-05-18 02:56:49','','Hawksbill Turtle With Sponge 3 Canvas Print - H','Size: H','publish','closed','closed','','product-6047-variation-8','','','2020-05-18 02:56:49','2020-05-18 02:56:49','',6047,'http://deanostudios.com/product/hawksbill-turtle-with-sponge-3-canvas-print/',0,'product_variation','',0),(7469,3,'2020-05-18 02:56:49','2020-05-18 02:56:49','','Hawksbill Turtle With Sponge 4 Canvas Print - H','Size: H','publish','closed','closed','','product-5911-variation-4','','','2020-05-18 02:56:49','2020-05-18 02:56:49','',5911,'http://deanostudios.com/product/hawksbill-turtle-with-sponge-4-canvas-print/',0,'product_variation','',0),(7470,3,'2020-05-18 02:56:49','2020-05-18 02:56:49','','Lemon and Reef Canvas Print - H','Size: H','publish','closed','closed','','product-6065-variation-6','','','2020-05-18 02:56:49','2020-05-18 02:56:49','',6065,'http://deanostudios.com/product/lemon-and-reef-canvas-print/',0,'product_variation','',0),(7471,3,'2020-05-18 02:56:50','2020-05-18 02:56:50','','Lemon Shark Chrome Surface Canvas Print - H','Size: H','publish','closed','closed','','product-6072-variation-6','','','2020-05-18 02:56:50','2020-05-18 02:56:50','',6072,'http://deanostudios.com/product/lemon-shark-chrome-surface-canvas-print/',0,'product_variation','',0),(7472,3,'2020-05-18 02:56:50','2020-05-18 02:56:50','','Lemon Shark Cleaned by Ramoras Canvas Print - H','Size: H','publish','closed','closed','','product-6079-variation-6','','','2020-05-18 02:56:50','2020-05-18 02:56:50','',6079,'http://deanostudios.com/product/lemon-shark-cleaned-by-ramoras-canvas-print/',0,'product_variation','',0),(7473,3,'2020-05-18 02:56:50','2020-05-18 02:56:50','','Lemon Shark Over the Reef Canvas Print - H','Size: H','publish','closed','closed','','product-6086-variation-6','','','2020-05-18 02:56:50','2020-05-18 02:56:50','',6086,'http://deanostudios.com/product/lemon-shark-over-the-reef-canvas-print/',0,'product_variation','',0),(7474,3,'2020-05-18 02:56:50','2020-05-18 02:56:50','','Lemon Shark Quicksilver Canvas Print - H','Size: H','publish','closed','closed','','product-6093-variation-6','','','2020-05-18 02:56:50','2020-05-18 02:56:50','',6093,'http://deanostudios.com/product/lemon-shark-quicksilver-canvas-print/',0,'product_variation','',0),(7475,3,'2020-05-18 02:56:50','2020-05-18 02:56:50','','Lemon Shark Sunset Canvas Print - H','Size: H','publish','closed','closed','','product-6101-variation-6','','','2020-05-18 02:56:50','2020-05-18 02:56:50','',6101,'http://deanostudios.com/product/lemon-shark-sunset-canvas-print/',0,'product_variation','',0),(7476,3,'2020-05-18 02:56:56','2020-05-18 02:56:56','','Lemon Snap 1 Canvas Print - H','Size: H','publish','closed','closed','','product-6110-variation-6','','','2020-05-18 02:56:56','2020-05-18 02:56:56','',6110,'http://deanostudios.com/product/lemon-snap-1-canvas-print/',0,'product_variation','',0),(7477,3,'2020-05-18 02:56:56','2020-05-18 02:56:56','','Manatee Mother & Child Canvas Print - H','Size: H','publish','closed','closed','','product-6117-variation-6','','','2020-05-18 02:56:56','2020-05-18 02:56:56','',6117,'http://deanostudios.com/product/manatee-mother-child-canvas-print/',0,'product_variation','',0),(7478,3,'2020-05-18 02:56:56','2020-05-18 02:56:56','','Reef Shark 90 Degrees Canvas Print - H','Size: H','publish','closed','closed','','product-6132-variation-6','','','2020-05-18 02:56:56','2020-05-18 02:56:56','',6132,'http://deanostudios.com/product/reef-shark-90-degrees-canvas-print/',0,'product_variation','',0),(7479,3,'2020-05-18 02:56:56','2020-05-18 02:56:56','','Reef Shark and Brain Coral Canvas Print - H','Size: H','publish','closed','closed','','product-6139-variation-6','','','2020-05-18 02:56:56','2020-05-18 02:56:56','',6139,'http://deanostudios.com/product/reef-shark-and-brain-coral-canvas-print/',0,'product_variation','',0),(7480,3,'2020-05-18 02:56:57','2020-05-18 02:56:57','','Reef Shark Canvas Print - H','Size: H','publish','closed','closed','','product-6125-variation-6','','','2020-05-18 02:56:57','2020-05-18 02:56:57','',6125,'http://deanostudios.com/product/reef-shark-canvas-print/',0,'product_variation','',0),(7481,3,'2020-05-18 02:56:58','2020-05-18 02:56:58','','Reef Shark Over Reef Canvas Print - H','Size: H','publish','closed','closed','','product-6146-variation-6','','','2020-05-18 02:56:58','2020-05-18 02:56:58','',6146,'http://deanostudios.com/product/reef-shark-over-reef-canvas-print/',0,'product_variation','',0),(7482,3,'2020-05-18 02:56:58','2020-05-18 02:56:58','','Reef Shark Over Reefs Canvas Print - H','Size: H','publish','closed','closed','','product-6153-variation-6','','','2020-05-18 02:56:58','2020-05-18 02:56:58','',6153,'http://deanostudios.com/product/reef-shark-over-reefs-canvas-print/',0,'product_variation','',0),(7483,3,'2020-05-18 02:56:58','2020-05-18 02:56:58','','Reef Shark Scar Canvas Print - H','Size: H','publish','closed','closed','','product-6171-variation-6','','','2020-05-18 02:56:58','2020-05-18 02:56:58','',6171,'http://deanostudios.com/product/reef-shark-scar-canvas-print/',0,'product_variation','',0),(7484,3,'2020-05-18 02:56:58','2020-05-18 02:56:58','','Reef Shark Surface Cut Canvas Print - H','Size: H','publish','closed','closed','','product-6187-variation-6','','','2020-05-18 02:56:58','2020-05-18 02:56:58','',6187,'http://deanostudios.com/product/reef-shark-surface-cut-canvas-print/',0,'product_variation','',0),(7485,3,'2020-05-18 02:56:58','2020-05-18 02:56:58','','Reef Shark Trio Cove Canvas Print - H','Size: H','publish','closed','closed','','product-6202-variation-6','','','2020-05-18 02:56:58','2020-05-18 02:56:58','',6202,'http://deanostudios.com/product/reef-shark-trio-cove-canvas-print/',0,'product_variation','',0),(7486,3,'2020-05-18 02:56:58','2020-05-18 02:56:58','','Reef Shark Wave Cove Canvas Print - H','Size: H','publish','closed','closed','','product-6211-variation-6','','','2020-05-18 02:56:58','2020-05-18 02:56:58','',6211,'http://deanostudios.com/product/reef-shark-wave-cove-canvas-print/',0,'product_variation','',0),(7487,3,'2020-05-18 02:56:58','2020-05-18 02:56:58','','Reef Squids Caymen 1 Canvas Print - H','Size: H','publish','closed','closed','','product-6165-variation-6','','','2020-05-18 02:56:58','2020-05-18 02:56:58','',6165,'http://deanostudios.com/product/reef-squids-caymen-1-canvas-print/',0,'product_variation','',0),(7488,3,'2020-05-18 02:56:58','2020-05-18 02:56:58','','Reef Squids Caymen 2 Canvas Print - H','Size: H','publish','closed','closed','','product-6230-variation-6','','','2020-05-18 02:56:58','2020-05-18 02:56:58','',6230,'http://deanostudios.com/product/reef-squids-caymen-2-canvas-print/',0,'product_variation','',0),(7489,3,'2020-05-18 02:56:59','2020-05-18 02:56:59','','Reflecting Reef Shark Canvas Print - H','Size: H','publish','closed','closed','','product-6181-variation-6','','','2020-05-18 02:56:59','2020-05-18 02:56:59','',6181,'http://deanostudios.com/product/reflecting-reef-shark-canvas-print/',0,'product_variation','',0),(7490,3,'2020-05-18 02:56:59','2020-05-18 02:56:59','','Spotted Bottlenose Dolphin Canvas Print - H','Size: H','publish','closed','closed','','product-6196-variation-6','','','2020-05-18 02:56:59','2020-05-18 02:56:59','',6196,'http://deanostudios.com/product/spotted-bottlenose-dolphin-canvas-print/',0,'product_variation','',0),(7491,3,'2020-05-18 02:56:59','2020-05-18 02:56:59','','Swim Fast Canvas Print - H','Size: H','publish','closed','closed','','product-6224-variation-6','','','2020-05-18 02:56:59','2020-05-18 02:56:59','',6224,'http://deanostudios.com/product/swim-fast-canvas-print/',0,'product_variation','',0),(7492,3,'2020-05-18 02:56:59','2020-05-18 02:56:59','','Tiger Shark 1 Canvas Print - H','Size: H','publish','closed','closed','','product-6288-variation-6','','','2020-05-18 02:56:59','2020-05-18 02:56:59','',6288,'http://deanostudios.com/product/tiger-shark-1-canvas-print/',0,'product_variation','',0),(7493,3,'2020-05-18 02:56:59','2020-05-18 02:56:59','','Tiger Shark 5 Canvas Print - H','Size: H','publish','closed','closed','','product-6294-variation-6','','','2020-05-18 02:56:59','2020-05-18 02:56:59','',6294,'http://deanostudios.com/product/tiger-shark-5-canvas-print/',0,'product_variation','',0),(7494,3,'2020-05-18 02:57:00','2020-05-18 02:57:00','','Tiger Shark and Cobia Canvas Print - H','Size: H','publish','closed','closed','','product-6258-variation-6','','','2020-05-18 02:57:00','2020-05-18 02:57:00','',6258,'http://deanostudios.com/product/tiger-shark-and-cobia-canvas-print/',0,'product_variation','',0),(7495,3,'2020-05-18 02:57:00','2020-05-18 02:57:00','','Tiger Shark Beach Canvas Print - H','Size: H','publish','closed','closed','','product-6240-variation-6','','','2020-05-18 02:57:00','2020-05-18 02:57:00','',6240,'http://deanostudios.com/product/tiger-shark-beach-canvas-print-2/',0,'product_variation','',0),(7496,3,'2020-05-18 02:57:00','2020-05-18 02:57:00','','Tiger Shark Close Up Canvas Print - H','Size: H','publish','closed','closed','','product-6301-variation-6','','','2020-05-18 02:57:00','2020-05-18 02:57:00','',6301,'http://deanostudios.com/product/tiger-shark-close-up-canvas-print/',0,'product_variation','',0),(7497,3,'2020-05-18 02:57:01','2020-05-18 02:57:01','','Tiger Shark Emma 1 Canvas Print - H','Size: H','publish','closed','closed','','product-6246-variation-6','','','2020-05-18 02:57:01','2020-05-18 02:57:01','',6246,'http://deanostudios.com/product/tiger-shark-emma-1-canvas-print/',0,'product_variation','',0),(7498,3,'2020-05-18 02:57:01','2020-05-18 02:57:01','','Tiger Shark Emma 2 Canvas Print - H','Size: H','publish','closed','closed','','product-6252-variation-6','','','2020-05-18 02:57:01','2020-05-18 02:57:01','',6252,'http://deanostudios.com/product/tiger-shark-emma-2-canvas-print/',0,'product_variation','',0),(7499,3,'2020-05-18 02:57:02','2020-05-18 02:57:02','','Tiger Shark in Sunlight Canvas Print - H','Size: H','publish','closed','closed','','product-6264-variation-6','','','2020-05-18 02:57:02','2020-05-18 02:57:02','',6264,'http://deanostudios.com/product/tiger-shark-in-sunlight-canvas-print/',0,'product_variation','',0),(7500,3,'2020-05-18 02:57:02','2020-05-18 02:57:02','','Tiger Shark Lurking Canvas Print - H','Size: H','publish','closed','closed','','product-6270-variation-6','','','2020-05-18 02:57:02','2020-05-18 02:57:02','',6270,'http://deanostudios.com/product/tiger-shark-lurking-canvas-print/',0,'product_variation','',0),(7501,3,'2020-05-18 02:57:06','2020-05-18 02:57:06','','Tiger Shark Serenity Canvas Print - H','Size: H','publish','closed','closed','','product-6276-variation-6','','','2020-05-18 02:57:06','2020-05-18 02:57:06','',6276,'http://deanostudios.com/product/tiger-shark-serenity-canvas-print/',0,'product_variation','',0),(7502,3,'2020-05-18 02:57:06','2020-05-18 02:57:06','','Tiger Shark Stalker Canvas Print - H','Size: H','publish','closed','closed','','product-6282-variation-6','','','2020-05-18 02:57:06','2020-05-18 02:57:06','',6282,'http://deanostudios.com/product/tiger-shark-stalker-canvas-print/',0,'product_variation','',0),(7503,3,'2020-05-18 02:57:06','2020-05-18 02:57:06','','Tiger Tail Canvas Print - H','Size: H','publish','closed','closed','','product-6307-variation-6','','','2020-05-18 02:57:06','2020-05-18 02:57:06','',6307,'http://deanostudios.com/product/tiger-tail-canvas-print/',0,'product_variation','',0),(7504,3,'2020-05-18 02:57:07','2020-05-18 02:57:07','','White Shark Guadalupe 1 Canvas Print - H','Size: H','publish','closed','closed','','product-6313-variation-6','','','2020-05-18 02:57:07','2020-05-18 02:57:07','',6313,'http://deanostudios.com/product/white-shark-guadalupe-1-canvas-print/',0,'product_variation','',0),(7505,3,'2020-05-18 02:57:07','2020-05-18 02:57:07','','White Shark Guadalupe 2 Canvas Print - H','Size: H','publish','closed','closed','','product-6319-variation-6','','','2020-05-18 02:57:07','2020-05-18 02:57:07','',6319,'http://deanostudios.com/product/white-shark-guadalupe-2-canvas-print/',0,'product_variation','',0),(7506,3,'2020-05-18 02:57:07','2020-05-18 02:57:07','','White Shark Guadalupe 3 Canvas Print - H','Size: H','publish','closed','closed','','product-6325-variation-6','','','2020-05-18 02:57:07','2020-05-18 02:57:07','',6325,'http://deanostudios.com/product/white-shark-guadalupe-3-canvas-print/',0,'product_variation','',0),(7507,3,'2020-05-18 02:58:24','2020-05-18 02:58:24','','Bottlenose Dolphin Canvas Print - G','Size: G','publish','closed','closed','','product-5917-variation-7','','','2020-05-18 03:02:05','2020-05-18 03:02:05','',5917,'http://deanostudios.com/product/bottlenose-dolphin-canvas-print/',7,'product_variation','',0),(7508,3,'2020-05-18 02:58:24','2020-05-18 02:58:24','','Bottlenose Dolphin Canvas Print - F','Size: F','publish','closed','closed','','product-5917-variation-8','','','2020-05-18 03:02:05','2020-05-18 03:02:05','',5917,'http://deanostudios.com/product/bottlenose-dolphin-canvas-print/',6,'product_variation','',0),(7509,3,'2020-05-18 02:58:24','2020-05-18 02:58:24','','Gazing Reef Canvas Print - G','Size: G','publish','closed','closed','','product-5931-variation-7','','','2020-05-18 03:07:19','2020-05-18 03:07:19','',5931,'http://deanostudios.com/product/gazing-reef-canvas-print/',0,'product_variation','',0),(7510,3,'2020-05-18 02:58:24','2020-05-18 02:58:24','','Gazing Reef Canvas Print - F','Size: F','publish','closed','closed','','product-5931-variation-8','','','2020-05-18 03:10:25','2020-05-18 03:10:25','',5931,'http://deanostudios.com/product/gazing-reef-canvas-print/',0,'product_variation','',0),(7511,3,'2020-05-18 02:58:24','2020-05-18 02:58:24','','Green Sea Turtle Canvas Print - G','Size: G','publish','closed','closed','','product-5938-variation-7','','','2020-05-18 03:07:19','2020-05-18 03:07:19','',5938,'http://deanostudios.com/product/green-sea-turtle-canvas-print/',0,'product_variation','',0),(7512,3,'2020-05-18 02:58:24','2020-05-18 02:58:24','','Green Sea Turtle Canvas Print - F','Size: F','publish','closed','closed','','product-5938-variation-8','','','2020-05-18 03:10:27','2020-05-18 03:10:27','',5938,'http://deanostudios.com/product/green-sea-turtle-canvas-print/',0,'product_variation','',0),(7513,3,'2020-05-18 02:58:24','2020-05-18 02:58:24','','Hawksbill Turtle 1 Canvas Print - G','Size: G','publish','closed','closed','','product-5982-variation-7','','','2020-05-18 03:07:19','2020-05-18 03:07:19','',5982,'http://deanostudios.com/product/hawksbill-turtle-1-canvas-print/',0,'product_variation','',0),(7514,3,'2020-05-18 02:58:24','2020-05-18 02:58:24','','Hawksbill Turtle 1 Canvas Print - F','Size: F','publish','closed','closed','','product-5982-variation-8','','','2020-05-18 03:10:28','2020-05-18 03:10:28','',5982,'http://deanostudios.com/product/hawksbill-turtle-1-canvas-print/',0,'product_variation','',0),(7515,3,'2020-05-18 02:58:24','2020-05-18 02:58:24','','Hawksbill Turtle 2 Canvas Print - G','Size: G','publish','closed','closed','','product-5892-variation-5','','','2020-05-18 03:07:19','2020-05-18 03:07:19','',5892,'http://deanostudios.com/product/hawksbill-turtle-2-canvas-print/',0,'product_variation','',0),(7516,3,'2020-05-18 02:58:24','2020-05-18 02:58:24','','Hawksbill Turtle 2 Canvas Print - F','Size: F','publish','closed','closed','','product-5892-variation-6','','','2020-05-18 03:10:28','2020-05-18 03:10:28','',5892,'http://deanostudios.com/product/hawksbill-turtle-2-canvas-print/',0,'product_variation','',0),(7517,3,'2020-05-18 02:58:24','2020-05-18 02:58:24','','Hawksbill Turtle 2 Canvas Print - E','Size: E','publish','closed','closed','','product-5892-variation-7','','','2020-05-18 02:58:24','2020-05-18 02:58:24','',5892,'http://deanostudios.com/product/hawksbill-turtle-2-canvas-print/',0,'product_variation','',0),(7518,3,'2020-05-18 02:58:24','2020-05-18 02:58:24','','Hawksbill Turtle 2 Canvas Print - D','Size: D','publish','closed','closed','','product-5892-variation-8','','','2020-05-18 02:58:24','2020-05-18 02:58:24','',5892,'http://deanostudios.com/product/hawksbill-turtle-2-canvas-print/',0,'product_variation','',0),(7519,3,'2020-05-18 02:58:25','2020-05-18 02:58:25','','Hawksbill Turtle Canvas Print - G','Size: G','publish','closed','closed','','product-6052-variation-7','','','2020-05-18 03:07:19','2020-05-18 03:07:19','',6052,'http://deanostudios.com/product/hawksbill-turtle-canvas-print/',0,'product_variation','',0),(7520,3,'2020-05-18 02:58:25','2020-05-18 02:58:25','','Hawksbill Turtle Canvas Print - F','Size: F','publish','closed','closed','','product-6052-variation-8','','','2020-05-18 03:10:28','2020-05-18 03:10:28','',6052,'http://deanostudios.com/product/hawksbill-turtle-canvas-print/',0,'product_variation','',0),(7521,3,'2020-05-18 02:58:25','2020-05-18 02:58:25','','Hawksbill Turtle Eating Sponge Canvas Print - G','Size: G','publish','closed','closed','','product-5994-variation-7','','','2020-05-18 03:07:20','2020-05-18 03:07:20','',5994,'http://deanostudios.com/product/hawksbill-turtle-eating-sponge-canvas-print/',0,'product_variation','',0),(7522,3,'2020-05-18 02:58:25','2020-05-18 02:58:25','','Hawksbill Turtle Eating Sponge Canvas Print - F','Size: F','publish','closed','closed','','product-5994-variation-8','','','2020-05-18 03:10:30','2020-05-18 03:10:30','',5994,'http://deanostudios.com/product/hawksbill-turtle-eating-sponge-canvas-print/',0,'product_variation','',0),(7523,3,'2020-05-18 02:58:25','2020-05-18 02:58:25','','Hawksbill Turtle Flight 1 Canvas Print - G','Size: G','publish','closed','closed','','product-6009-variation-7','','','2020-05-18 03:07:20','2020-05-18 03:07:20','',6009,'http://deanostudios.com/product/hawksbill-turtle-flight-1-canvas-print/',0,'product_variation','',0),(7524,3,'2020-05-18 02:58:25','2020-05-18 02:58:25','','Hawksbill Turtle Flight 1 Canvas Print - F','Size: F','publish','closed','closed','','product-6009-variation-8','','','2020-05-18 03:10:31','2020-05-18 03:10:31','',6009,'http://deanostudios.com/product/hawksbill-turtle-flight-1-canvas-print/',0,'product_variation','',0),(7525,3,'2020-05-18 02:58:25','2020-05-18 02:58:25','','Hawksbill Turtle Flight 2 Canvas Print - G','Size: G','publish','closed','closed','','product-6001-variation-7','','','2020-05-18 03:07:20','2020-05-18 03:07:20','',6001,'http://deanostudios.com/product/hawksbill-turtle-flight-2-canvas-print/',0,'product_variation','',0),(7526,3,'2020-05-18 02:58:25','2020-05-18 02:58:25','','Hawksbill Turtle Flight 2 Canvas Print - F','Size: F','publish','closed','closed','','product-6001-variation-8','','','2020-05-18 03:10:31','2020-05-18 03:10:31','',6001,'http://deanostudios.com/product/hawksbill-turtle-flight-2-canvas-print/',0,'product_variation','',0),(7527,3,'2020-05-18 02:58:25','2020-05-18 02:58:25','','Hawksbill Turtle Flight 3 Canvas Print - G','Size: G','publish','closed','closed','','product-6016-variation-7','','','2020-05-18 03:07:20','2020-05-18 03:07:20','',6016,'http://deanostudios.com/product/hawksbill-turtle-flight-3-canvas-print/',0,'product_variation','',0),(7528,3,'2020-05-18 02:58:25','2020-05-18 02:58:25','','Hawksbill Turtle Flight 3 Canvas Print - F','Size: F','publish','closed','closed','','product-6016-variation-8','','','2020-05-18 03:10:31','2020-05-18 03:10:31','',6016,'http://deanostudios.com/product/hawksbill-turtle-flight-3-canvas-print/',0,'product_variation','',0),(7529,3,'2020-05-18 02:58:25','2020-05-18 02:58:25','','Hawksbill Turtle in Coral 1 Canvas Print - G','Size: G','publish','closed','closed','','product-6023-variation-7','','','2020-05-18 03:07:21','2020-05-18 03:07:21','',6023,'http://deanostudios.com/product/hawksbill-turtle-in-coral-1-canvas-print/',0,'product_variation','',0),(7530,3,'2020-05-18 02:58:25','2020-05-18 02:58:25','','Hawksbill Turtle in Coral 1 Canvas Print - F','Size: F','publish','closed','closed','','product-6023-variation-8','','','2020-05-18 03:10:31','2020-05-18 03:10:31','',6023,'http://deanostudios.com/product/hawksbill-turtle-in-coral-1-canvas-print/',0,'product_variation','',0),(7531,3,'2020-05-18 02:58:26','2020-05-18 02:58:26','','Hawksbill Turtle in Coral 2 Canvas Print - G','Size: G','publish','closed','closed','','product-6030-variation-7','','','2020-05-18 03:07:21','2020-05-18 03:07:21','',6030,'http://deanostudios.com/product/hawksbill-turtle-in-coral-2-canvas-print/',0,'product_variation','',0),(7532,3,'2020-05-18 02:58:26','2020-05-18 02:58:26','','Hawksbill Turtle in Coral 2 Canvas Print - F','Size: F','publish','closed','closed','','product-6030-variation-8','','','2020-05-18 03:10:31','2020-05-18 03:10:31','',6030,'http://deanostudios.com/product/hawksbill-turtle-in-coral-2-canvas-print/',0,'product_variation','',0),(7533,3,'2020-05-18 02:58:26','2020-05-18 02:58:26','','Hawksbill Turtle Sitting Canvas Print - G','Size: G','publish','closed','closed','','product-5907-variation-5','','','2020-05-18 03:07:25','2020-05-18 03:07:25','',5907,'http://deanostudios.com/product/hawksbill-turtle-sitting-canvas-print/',0,'product_variation','',0),(7534,3,'2020-05-18 02:58:26','2020-05-18 02:58:26','','Hawksbill Turtle Sitting Canvas Print - F','Size: F','publish','closed','closed','','product-5907-variation-6','','','2020-05-18 03:10:41','2020-05-18 03:10:41','',5907,'http://deanostudios.com/product/hawksbill-turtle-sitting-canvas-print/',0,'product_variation','',0),(7535,3,'2020-05-18 02:58:26','2020-05-18 02:58:26','','Hawksbill Turtle Sitting Canvas Print - E','Size: E','publish','closed','closed','','product-5907-variation-7','','','2020-05-18 02:58:26','2020-05-18 02:58:26','',5907,'http://deanostudios.com/product/hawksbill-turtle-sitting-canvas-print/',0,'product_variation','',0),(7536,3,'2020-05-18 02:58:26','2020-05-18 02:58:26','','Hawksbill Turtle Sitting Canvas Print - D','Size: D','publish','closed','closed','','product-5907-variation-8','','','2020-05-18 02:58:26','2020-05-18 02:58:26','',5907,'http://deanostudios.com/product/hawksbill-turtle-sitting-canvas-print/',0,'product_variation','',0),(7537,3,'2020-05-18 02:58:26','2020-05-18 02:58:26','','Hawksbill Turtle With Sponge 1 Canvas Print - G','Size: G','publish','closed','closed','','product-6037-variation-9','','','2020-05-18 03:07:26','2020-05-18 03:07:26','',6037,'http://deanostudios.com/product/hawksbill-turtle-with-sponge-1-canvas-print/',0,'product_variation','',0),(7538,3,'2020-05-18 02:58:26','2020-05-18 02:58:26','','Hawksbill Turtle With Sponge 1 Canvas Print - F','Size: F','publish','closed','closed','','product-6037-variation-10','','','2020-05-18 03:10:41','2020-05-18 03:10:41','',6037,'http://deanostudios.com/product/hawksbill-turtle-with-sponge-1-canvas-print/',0,'product_variation','',0),(7539,3,'2020-05-18 02:58:26','2020-05-18 02:58:26','','Hawksbill Turtle With Sponge 2 Canvas Print - G','Size: G','publish','closed','closed','','product-6042-variation-9','','','2020-05-18 03:07:27','2020-05-18 03:07:27','',6042,'http://deanostudios.com/product/hawksbill-turtle-with-sponge-2-canvas-print/',0,'product_variation','',0),(7540,3,'2020-05-18 02:58:26','2020-05-18 02:58:26','','Hawksbill Turtle With Sponge 2 Canvas Print - F','Size: F','publish','closed','closed','','product-6042-variation-10','','','2020-05-18 03:10:41','2020-05-18 03:10:41','',6042,'http://deanostudios.com/product/hawksbill-turtle-with-sponge-2-canvas-print/',0,'product_variation','',0),(7541,3,'2020-05-18 02:58:26','2020-05-18 02:58:26','','Hawksbill Turtle With Sponge 3 Canvas Print - G','Size: G','publish','closed','closed','','product-6047-variation-9','','','2020-05-18 03:07:27','2020-05-18 03:07:27','',6047,'http://deanostudios.com/product/hawksbill-turtle-with-sponge-3-canvas-print/',0,'product_variation','',0),(7542,3,'2020-05-18 02:58:26','2020-05-18 02:58:26','','Hawksbill Turtle With Sponge 3 Canvas Print - F','Size: F','publish','closed','closed','','product-6047-variation-10','','','2020-05-18 03:10:41','2020-05-18 03:10:41','',6047,'http://deanostudios.com/product/hawksbill-turtle-with-sponge-3-canvas-print/',0,'product_variation','',0),(7543,3,'2020-05-18 02:58:27','2020-05-18 02:58:27','','Hawksbill Turtle With Sponge 4 Canvas Print - G','Size: G','publish','closed','closed','','product-5911-variation-5','','','2020-05-18 03:07:27','2020-05-18 03:07:27','',5911,'http://deanostudios.com/product/hawksbill-turtle-with-sponge-4-canvas-print/',0,'product_variation','',0),(7544,3,'2020-05-18 02:58:27','2020-05-18 02:58:27','','Hawksbill Turtle With Sponge 4 Canvas Print - F','Size: F','publish','closed','closed','','product-5911-variation-6','','','2020-05-18 03:10:42','2020-05-18 03:10:42','',5911,'http://deanostudios.com/product/hawksbill-turtle-with-sponge-4-canvas-print/',0,'product_variation','',0),(7545,3,'2020-05-18 02:58:27','2020-05-18 02:58:27','','Hawksbill Turtle With Sponge 4 Canvas Print - E','Size: E','publish','closed','closed','','product-5911-variation-7','','','2020-05-18 02:58:27','2020-05-18 02:58:27','',5911,'http://deanostudios.com/product/hawksbill-turtle-with-sponge-4-canvas-print/',0,'product_variation','',0),(7546,3,'2020-05-18 02:58:27','2020-05-18 02:58:27','','Hawksbill Turtle With Sponge 4 Canvas Print - D','Size: D','publish','closed','closed','','product-5911-variation-8','','','2020-05-18 02:58:27','2020-05-18 02:58:27','',5911,'http://deanostudios.com/product/hawksbill-turtle-with-sponge-4-canvas-print/',0,'product_variation','',0),(7547,3,'2020-05-18 02:58:27','2020-05-18 02:58:27','','Lemon and Reef Canvas Print - G','Size: G','publish','closed','closed','','product-6065-variation-7','','','2020-05-18 03:07:28','2020-05-18 03:07:28','',6065,'http://deanostudios.com/product/lemon-and-reef-canvas-print/',0,'product_variation','',0),(7548,3,'2020-05-18 02:58:27','2020-05-18 02:58:27','','Lemon and Reef Canvas Print - F','Size: F','publish','closed','closed','','product-6065-variation-8','','','2020-05-18 03:10:42','2020-05-18 03:10:42','',6065,'http://deanostudios.com/product/lemon-and-reef-canvas-print/',0,'product_variation','',0),(7549,3,'2020-05-18 02:58:27','2020-05-18 02:58:27','','Lemon Shark Chrome Surface Canvas Print - G','Size: G','publish','closed','closed','','product-6072-variation-7','','','2020-05-18 03:07:28','2020-05-18 03:07:28','',6072,'http://deanostudios.com/product/lemon-shark-chrome-surface-canvas-print/',0,'product_variation','',0),(7550,3,'2020-05-18 02:58:27','2020-05-18 02:58:27','','Lemon Shark Chrome Surface Canvas Print - F','Size: F','publish','closed','closed','','product-6072-variation-8','','','2020-05-18 03:10:42','2020-05-18 03:10:42','',6072,'http://deanostudios.com/product/lemon-shark-chrome-surface-canvas-print/',0,'product_variation','',0),(7551,3,'2020-05-18 02:58:27','2020-05-18 02:58:27','','Lemon Shark Cleaned by Ramoras Canvas Print - G','Size: G','publish','closed','closed','','product-6079-variation-7','','','2020-05-18 03:07:28','2020-05-18 03:07:28','',6079,'http://deanostudios.com/product/lemon-shark-cleaned-by-ramoras-canvas-print/',0,'product_variation','',0),(7552,3,'2020-05-18 02:58:27','2020-05-18 02:58:27','','Lemon Shark Cleaned by Ramoras Canvas Print - F','Size: F','publish','closed','closed','','product-6079-variation-8','','','2020-05-18 03:10:42','2020-05-18 03:10:42','',6079,'http://deanostudios.com/product/lemon-shark-cleaned-by-ramoras-canvas-print/',0,'product_variation','',0),(7553,3,'2020-05-18 02:58:27','2020-05-18 02:58:27','','Lemon Shark Over the Reef Canvas Print - G','Size: G','publish','closed','closed','','product-6086-variation-7','','','2020-05-18 03:07:28','2020-05-18 03:07:28','',6086,'http://deanostudios.com/product/lemon-shark-over-the-reef-canvas-print/',0,'product_variation','',0),(7554,3,'2020-05-18 02:58:27','2020-05-18 02:58:27','','Lemon Shark Over the Reef Canvas Print - F','Size: F','publish','closed','closed','','product-6086-variation-8','','','2020-05-18 03:10:43','2020-05-18 03:10:43','',6086,'http://deanostudios.com/product/lemon-shark-over-the-reef-canvas-print/',0,'product_variation','',0),(7555,3,'2020-05-18 02:58:28','2020-05-18 02:58:28','','Lemon Shark Quicksilver Canvas Print - G','Size: G','publish','closed','closed','','product-6093-variation-7','','','2020-05-18 03:07:28','2020-05-18 03:07:28','',6093,'http://deanostudios.com/product/lemon-shark-quicksilver-canvas-print/',0,'product_variation','',0),(7556,3,'2020-05-18 02:58:28','2020-05-18 02:58:28','','Lemon Shark Quicksilver Canvas Print - F','Size: F','publish','closed','closed','','product-6093-variation-8','','','2020-05-18 03:10:44','2020-05-18 03:10:44','',6093,'http://deanostudios.com/product/lemon-shark-quicksilver-canvas-print/',0,'product_variation','',0),(7557,3,'2020-05-18 02:58:28','2020-05-18 02:58:28','','Lemon Shark Sunset Canvas Print - G','Size: G','publish','closed','closed','','product-6101-variation-7','','','2020-05-18 03:07:28','2020-05-18 03:07:28','',6101,'http://deanostudios.com/product/lemon-shark-sunset-canvas-print/',0,'product_variation','',0),(7558,3,'2020-05-18 02:58:28','2020-05-18 02:58:28','','Lemon Shark Sunset Canvas Print - F','Size: F','publish','closed','closed','','product-6101-variation-8','','','2020-05-18 03:10:45','2020-05-18 03:10:45','',6101,'http://deanostudios.com/product/lemon-shark-sunset-canvas-print/',0,'product_variation','',0),(7559,3,'2020-05-18 02:58:32','2020-05-18 02:58:32','','Lemon Snap 1 Canvas Print - G','Size: G','publish','closed','closed','','product-6110-variation-7','','','2020-05-18 03:07:29','2020-05-18 03:07:29','',6110,'http://deanostudios.com/product/lemon-snap-1-canvas-print/',0,'product_variation','',0),(7560,3,'2020-05-18 02:58:32','2020-05-18 02:58:32','','Lemon Snap 1 Canvas Print - F','Size: F','publish','closed','closed','','product-6110-variation-8','','','2020-05-18 03:10:45','2020-05-18 03:10:45','',6110,'http://deanostudios.com/product/lemon-snap-1-canvas-print/',0,'product_variation','',0),(7561,3,'2020-05-18 02:58:32','2020-05-18 02:58:32','','Manatee Mother & Child Canvas Print - G','Size: G','publish','closed','closed','','product-6117-variation-7','','','2020-05-18 03:07:29','2020-05-18 03:07:29','',6117,'http://deanostudios.com/product/manatee-mother-child-canvas-print/',0,'product_variation','',0),(7562,3,'2020-05-18 02:58:32','2020-05-18 02:58:32','','Manatee Mother & Child Canvas Print - F','Size: F','publish','closed','closed','','product-6117-variation-8','','','2020-05-18 03:10:45','2020-05-18 03:10:45','',6117,'http://deanostudios.com/product/manatee-mother-child-canvas-print/',0,'product_variation','',0),(7563,3,'2020-05-18 02:58:33','2020-05-18 02:58:33','','Reef Shark 90 Degrees Canvas Print - G','Size: G','publish','closed','closed','','product-6132-variation-7','','','2020-05-18 03:07:37','2020-05-18 03:07:37','',6132,'http://deanostudios.com/product/reef-shark-90-degrees-canvas-print/',0,'product_variation','',0),(7564,3,'2020-05-18 02:58:33','2020-05-18 02:58:33','','Reef Shark 90 Degrees Canvas Print - F','Size: F','publish','closed','closed','','product-6132-variation-8','','','2020-05-18 03:10:53','2020-05-18 03:10:53','',6132,'http://deanostudios.com/product/reef-shark-90-degrees-canvas-print/',0,'product_variation','',0),(7565,3,'2020-05-18 02:58:33','2020-05-18 02:58:33','','Reef Shark and Brain Coral Canvas Print - G','Size: G','publish','closed','closed','','product-6139-variation-7','','','2020-05-18 03:07:37','2020-05-18 03:07:37','',6139,'http://deanostudios.com/product/reef-shark-and-brain-coral-canvas-print/',0,'product_variation','',0),(7566,3,'2020-05-18 02:58:33','2020-05-18 02:58:33','','Reef Shark and Brain Coral Canvas Print - F','Size: F','publish','closed','closed','','product-6139-variation-8','','','2020-05-18 03:10:53','2020-05-18 03:10:53','',6139,'http://deanostudios.com/product/reef-shark-and-brain-coral-canvas-print/',0,'product_variation','',0),(7567,3,'2020-05-18 02:58:33','2020-05-18 02:58:33','','Reef Shark Canvas Print - G','Size: G','publish','closed','closed','','product-6125-variation-7','','','2020-05-18 03:07:37','2020-05-18 03:07:37','',6125,'http://deanostudios.com/product/reef-shark-canvas-print/',0,'product_variation','',0),(7568,3,'2020-05-18 02:58:33','2020-05-18 02:58:33','','Reef Shark Canvas Print - F','Size: F','publish','closed','closed','','product-6125-variation-8','','','2020-05-18 03:10:53','2020-05-18 03:10:53','',6125,'http://deanostudios.com/product/reef-shark-canvas-print/',0,'product_variation','',0),(7569,3,'2020-05-18 02:58:33','2020-05-18 02:58:33','','Reef Shark Over Reef Canvas Print - G','Size: G','publish','closed','closed','','product-6146-variation-7','','','2020-05-18 03:07:37','2020-05-18 03:07:37','',6146,'http://deanostudios.com/product/reef-shark-over-reef-canvas-print/',0,'product_variation','',0),(7570,3,'2020-05-18 02:58:33','2020-05-18 02:58:33','','Reef Shark Over Reef Canvas Print - F','Size: F','publish','closed','closed','','product-6146-variation-8','','','2020-05-18 03:10:53','2020-05-18 03:10:53','',6146,'http://deanostudios.com/product/reef-shark-over-reef-canvas-print/',0,'product_variation','',0),(7571,3,'2020-05-18 02:58:33','2020-05-18 02:58:33','','Reef Shark Over Reefs Canvas Print - G','Size: G','publish','closed','closed','','product-6153-variation-7','','','2020-05-18 03:07:37','2020-05-18 03:07:37','',6153,'http://deanostudios.com/product/reef-shark-over-reefs-canvas-print/',0,'product_variation','',0),(7572,3,'2020-05-18 02:58:33','2020-05-18 02:58:33','','Reef Shark Over Reefs Canvas Print - F','Size: F','publish','closed','closed','','product-6153-variation-8','','','2020-05-18 03:10:53','2020-05-18 03:10:53','',6153,'http://deanostudios.com/product/reef-shark-over-reefs-canvas-print/',0,'product_variation','',0),(7573,3,'2020-05-18 02:58:33','2020-05-18 02:58:33','','Reef Shark Scar Canvas Print - G','Size: G','publish','closed','closed','','product-6171-variation-7','','','2020-05-18 03:07:38','2020-05-18 03:07:38','',6171,'http://deanostudios.com/product/reef-shark-scar-canvas-print/',0,'product_variation','',0),(7574,3,'2020-05-18 02:58:34','2020-05-18 02:58:34','','Reef Shark Scar Canvas Print - F','Size: F','publish','closed','closed','','product-6171-variation-8','','','2020-05-18 03:10:54','2020-05-18 03:10:54','',6171,'http://deanostudios.com/product/reef-shark-scar-canvas-print/',0,'product_variation','',0),(7575,3,'2020-05-18 02:58:34','2020-05-18 02:58:34','','Reef Shark Surface Cut Canvas Print - G','Size: G','publish','closed','closed','','product-6187-variation-7','','','2020-05-18 03:07:38','2020-05-18 03:07:38','',6187,'http://deanostudios.com/product/reef-shark-surface-cut-canvas-print/',0,'product_variation','',0),(7576,3,'2020-05-18 02:58:34','2020-05-18 02:58:34','','Reef Shark Surface Cut Canvas Print - F','Size: F','publish','closed','closed','','product-6187-variation-8','','','2020-05-18 03:10:54','2020-05-18 03:10:54','',6187,'http://deanostudios.com/product/reef-shark-surface-cut-canvas-print/',0,'product_variation','',0),(7577,3,'2020-05-18 02:58:34','2020-05-18 02:58:34','','Reef Shark Trio Cove Canvas Print - G','Size: G','publish','closed','closed','','product-6202-variation-7','','','2020-05-18 03:07:38','2020-05-18 03:07:38','',6202,'http://deanostudios.com/product/reef-shark-trio-cove-canvas-print/',0,'product_variation','',0),(7578,3,'2020-05-18 02:58:34','2020-05-18 02:58:34','','Reef Shark Trio Cove Canvas Print - F','Size: F','publish','closed','closed','','product-6202-variation-8','','','2020-05-18 03:10:54','2020-05-18 03:10:54','',6202,'http://deanostudios.com/product/reef-shark-trio-cove-canvas-print/',0,'product_variation','',0),(7579,3,'2020-05-18 02:58:36','2020-05-18 02:58:36','','Reef Shark Wave Cove Canvas Print - G','Size: G','publish','closed','closed','','product-6211-variation-7','','','2020-05-18 03:07:38','2020-05-18 03:07:38','',6211,'http://deanostudios.com/product/reef-shark-wave-cove-canvas-print/',0,'product_variation','',0),(7580,3,'2020-05-18 02:58:36','2020-05-18 02:58:36','','Reef Shark Wave Cove Canvas Print - F','Size: F','publish','closed','closed','','product-6211-variation-8','','','2020-05-18 03:10:54','2020-05-18 03:10:54','',6211,'http://deanostudios.com/product/reef-shark-wave-cove-canvas-print/',0,'product_variation','',0),(7581,3,'2020-05-18 02:58:36','2020-05-18 02:58:36','','Reef Squids Caymen 1 Canvas Print - G','Size: G','publish','closed','closed','','product-6165-variation-7','','','2020-05-18 03:07:38','2020-05-18 03:07:38','',6165,'http://deanostudios.com/product/reef-squids-caymen-1-canvas-print/',0,'product_variation','',0),(7582,3,'2020-05-18 02:58:36','2020-05-18 02:58:36','','Reef Squids Caymen 1 Canvas Print - F','Size: F','publish','closed','closed','','product-6165-variation-8','','','2020-05-18 03:10:54','2020-05-18 03:10:54','',6165,'http://deanostudios.com/product/reef-squids-caymen-1-canvas-print/',0,'product_variation','',0),(7583,3,'2020-05-18 02:58:36','2020-05-18 02:58:36','','Reef Squids Caymen 2 Canvas Print - G','Size: G','publish','closed','closed','','product-6230-variation-7','','','2020-05-18 03:07:39','2020-05-18 03:07:39','',6230,'http://deanostudios.com/product/reef-squids-caymen-2-canvas-print/',0,'product_variation','',0),(7584,3,'2020-05-18 02:58:36','2020-05-18 02:58:36','','Reef Squids Caymen 2 Canvas Print - F','Size: F','publish','closed','closed','','product-6230-variation-8','','','2020-05-18 03:10:55','2020-05-18 03:10:55','',6230,'http://deanostudios.com/product/reef-squids-caymen-2-canvas-print/',0,'product_variation','',0),(7585,3,'2020-05-18 02:58:36','2020-05-18 02:58:36','','Reflecting Reef Shark Canvas Print - G','Size: G','publish','closed','closed','','product-6181-variation-7','','','2020-05-18 03:07:39','2020-05-18 03:07:39','',6181,'http://deanostudios.com/product/reflecting-reef-shark-canvas-print/',0,'product_variation','',0),(7586,3,'2020-05-18 02:58:37','2020-05-18 02:58:37','','Reflecting Reef Shark Canvas Print - F','Size: F','publish','closed','closed','','product-6181-variation-8','','','2020-05-18 03:10:55','2020-05-18 03:10:55','',6181,'http://deanostudios.com/product/reflecting-reef-shark-canvas-print/',0,'product_variation','',0),(7587,3,'2020-05-18 02:58:37','2020-05-18 02:58:37','','Spotted Bottlenose Dolphin Canvas Print - G','Size: G','publish','closed','closed','','product-6196-variation-7','','','2020-05-18 03:07:47','2020-05-18 03:07:47','',6196,'http://deanostudios.com/product/spotted-bottlenose-dolphin-canvas-print/',0,'product_variation','',0),(7588,3,'2020-05-18 02:58:37','2020-05-18 02:58:37','','Spotted Bottlenose Dolphin Canvas Print - F','Size: F','publish','closed','closed','','product-6196-variation-8','','','2020-05-18 03:11:00','2020-05-18 03:11:00','',6196,'http://deanostudios.com/product/spotted-bottlenose-dolphin-canvas-print/',0,'product_variation','',0),(7589,3,'2020-05-18 02:58:37','2020-05-18 02:58:37','','Swim Fast Canvas Print - G','Size: G','publish','closed','closed','','product-6224-variation-7','','','2020-05-18 03:07:47','2020-05-18 03:07:47','',6224,'http://deanostudios.com/product/swim-fast-canvas-print/',0,'product_variation','',0),(7590,3,'2020-05-18 02:58:37','2020-05-18 02:58:37','','Swim Fast Canvas Print - F','Size: F','publish','closed','closed','','product-6224-variation-8','','','2020-05-18 03:11:00','2020-05-18 03:11:00','',6224,'http://deanostudios.com/product/swim-fast-canvas-print/',0,'product_variation','',0),(7591,3,'2020-05-18 02:58:37','2020-05-18 02:58:37','','Tiger Shark 1 Canvas Print - G','Size: G','publish','closed','closed','','product-6288-variation-7','','','2020-05-18 03:07:47','2020-05-18 03:07:47','',6288,'http://deanostudios.com/product/tiger-shark-1-canvas-print/',0,'product_variation','',0),(7592,3,'2020-05-18 02:58:37','2020-05-18 02:58:37','','Tiger Shark 1 Canvas Print - F','Size: F','publish','closed','closed','','product-6288-variation-8','','','2020-05-18 03:11:01','2020-05-18 03:11:01','',6288,'http://deanostudios.com/product/tiger-shark-1-canvas-print/',0,'product_variation','',0),(7593,3,'2020-05-18 02:58:37','2020-05-18 02:58:37','','Tiger Shark 5 Canvas Print - G','Size: G','publish','closed','closed','','product-6294-variation-7','','','2020-05-18 03:07:48','2020-05-18 03:07:48','',6294,'http://deanostudios.com/product/tiger-shark-5-canvas-print/',0,'product_variation','',0),(7594,3,'2020-05-18 02:58:37','2020-05-18 02:58:37','','Tiger Shark 5 Canvas Print - F','Size: F','publish','closed','closed','','product-6294-variation-8','','','2020-05-18 03:11:01','2020-05-18 03:11:01','',6294,'http://deanostudios.com/product/tiger-shark-5-canvas-print/',0,'product_variation','',0),(7595,3,'2020-05-18 02:58:37','2020-05-18 02:58:37','','Tiger Shark and Cobia Canvas Print - G','Size: G','publish','closed','closed','','product-6258-variation-7','','','2020-05-18 03:07:48','2020-05-18 03:07:48','',6258,'http://deanostudios.com/product/tiger-shark-and-cobia-canvas-print/',0,'product_variation','',0),(7596,3,'2020-05-18 02:58:37','2020-05-18 02:58:37','','Tiger Shark and Cobia Canvas Print - F','Size: F','publish','closed','closed','','product-6258-variation-8','','','2020-05-18 03:11:01','2020-05-18 03:11:01','',6258,'http://deanostudios.com/product/tiger-shark-and-cobia-canvas-print/',0,'product_variation','',0),(7597,3,'2020-05-18 02:58:37','2020-05-18 02:58:37','','Tiger Shark Beach Canvas Print - G','Size: G','publish','closed','closed','','product-6240-variation-7','','','2020-05-18 03:07:49','2020-05-18 03:07:49','',6240,'http://deanostudios.com/product/tiger-shark-beach-canvas-print-2/',0,'product_variation','',0),(7598,3,'2020-05-18 02:58:37','2020-05-18 02:58:37','','Tiger Shark Beach Canvas Print - F','Size: F','publish','closed','closed','','product-6240-variation-8','','','2020-05-18 03:11:01','2020-05-18 03:11:01','',6240,'http://deanostudios.com/product/tiger-shark-beach-canvas-print-2/',0,'product_variation','',0),(7599,3,'2020-05-18 02:58:38','2020-05-18 02:58:38','','Tiger Shark Close Up Canvas Print - G','Size: G','publish','closed','closed','','product-6301-variation-7','','','2020-05-18 03:07:49','2020-05-18 03:07:49','',6301,'http://deanostudios.com/product/tiger-shark-close-up-canvas-print/',0,'product_variation','',0),(7600,3,'2020-05-18 02:58:38','2020-05-18 02:58:38','','Tiger Shark Close Up Canvas Print - F','Size: F','publish','closed','closed','','product-6301-variation-8','','','2020-05-18 03:11:01','2020-05-18 03:11:01','',6301,'http://deanostudios.com/product/tiger-shark-close-up-canvas-print/',0,'product_variation','',0),(7601,3,'2020-05-18 02:58:38','2020-05-18 02:58:38','','Tiger Shark Emma 1 Canvas Print - G','Size: G','publish','closed','closed','','product-6246-variation-7','','','2020-05-18 03:07:49','2020-05-18 03:07:49','',6246,'http://deanostudios.com/product/tiger-shark-emma-1-canvas-print/',0,'product_variation','',0),(7602,3,'2020-05-18 02:58:38','2020-05-18 02:58:38','','Tiger Shark Emma 1 Canvas Print - F','Size: F','publish','closed','closed','','product-6246-variation-8','','','2020-05-18 03:11:01','2020-05-18 03:11:01','',6246,'http://deanostudios.com/product/tiger-shark-emma-1-canvas-print/',0,'product_variation','',0),(7603,3,'2020-05-18 02:58:38','2020-05-18 02:58:38','','Tiger Shark Emma 2 Canvas Print - G','Size: G','publish','closed','closed','','product-6252-variation-7','','','2020-05-18 03:07:49','2020-05-18 03:07:49','',6252,'http://deanostudios.com/product/tiger-shark-emma-2-canvas-print/',0,'product_variation','',0),(7604,3,'2020-05-18 02:58:38','2020-05-18 02:58:38','','Tiger Shark Emma 2 Canvas Print - F','Size: F','publish','closed','closed','','product-6252-variation-8','','','2020-05-18 03:11:02','2020-05-18 03:11:02','',6252,'http://deanostudios.com/product/tiger-shark-emma-2-canvas-print/',0,'product_variation','',0),(7605,3,'2020-05-18 02:58:38','2020-05-18 02:58:38','','Tiger Shark in Sunlight Canvas Print - G','Size: G','publish','closed','closed','','product-6264-variation-7','','','2020-05-18 03:07:49','2020-05-18 03:07:49','',6264,'http://deanostudios.com/product/tiger-shark-in-sunlight-canvas-print/',0,'product_variation','',0),(7606,3,'2020-05-18 02:58:38','2020-05-18 02:58:38','','Tiger Shark in Sunlight Canvas Print - F','Size: F','publish','closed','closed','','product-6264-variation-8','','','2020-05-18 03:11:02','2020-05-18 03:11:02','',6264,'http://deanostudios.com/product/tiger-shark-in-sunlight-canvas-print/',0,'product_variation','',0),(7607,3,'2020-05-18 02:58:39','2020-05-18 02:58:39','','Tiger Shark Lurking Canvas Print - G','Size: G','publish','closed','closed','','product-6270-variation-7','','','2020-05-18 03:07:50','2020-05-18 03:07:50','',6270,'http://deanostudios.com/product/tiger-shark-lurking-canvas-print/',0,'product_variation','',0),(7608,3,'2020-05-18 02:58:39','2020-05-18 02:58:39','','Tiger Shark Lurking Canvas Print - F','Size: F','publish','closed','closed','','product-6270-variation-8','','','2020-05-18 03:11:02','2020-05-18 03:11:02','',6270,'http://deanostudios.com/product/tiger-shark-lurking-canvas-print/',0,'product_variation','',0),(7609,3,'2020-05-18 02:58:45','2020-05-18 02:58:45','','Tiger Shark Serenity Canvas Print - G','Size: G','publish','closed','closed','','product-6276-variation-7','','','2020-05-18 03:07:50','2020-05-18 03:07:50','',6276,'http://deanostudios.com/product/tiger-shark-serenity-canvas-print/',0,'product_variation','',0),(7610,3,'2020-05-18 02:58:45','2020-05-18 02:58:45','','Tiger Shark Serenity Canvas Print - F','Size: F','publish','closed','closed','','product-6276-variation-8','','','2020-05-18 03:11:02','2020-05-18 03:11:02','',6276,'http://deanostudios.com/product/tiger-shark-serenity-canvas-print/',0,'product_variation','',0),(7611,3,'2020-05-18 02:58:45','2020-05-18 02:58:45','','Tiger Shark Stalker Canvas Print - G','Size: G','publish','closed','closed','','product-6282-variation-7','','','2020-05-18 03:07:51','2020-05-18 03:07:51','',6282,'http://deanostudios.com/product/tiger-shark-stalker-canvas-print/',0,'product_variation','',0),(7612,3,'2020-05-18 02:58:45','2020-05-18 02:58:45','','Tiger Shark Stalker Canvas Print - F','Size: F','publish','closed','closed','','product-6282-variation-8','','','2020-05-18 03:11:02','2020-05-18 03:11:02','',6282,'http://deanostudios.com/product/tiger-shark-stalker-canvas-print/',0,'product_variation','',0),(7613,3,'2020-05-18 02:58:45','2020-05-18 02:58:45','','Tiger Tail Canvas Print - G','Size: G','publish','closed','closed','','product-6307-variation-7','','','2020-05-18 03:08:09','2020-05-18 03:08:09','',6307,'http://deanostudios.com/product/tiger-tail-canvas-print/',0,'product_variation','',0),(7614,3,'2020-05-18 02:58:45','2020-05-18 02:58:45','','Tiger Tail Canvas Print - F','Size: F','publish','closed','closed','','product-6307-variation-8','','','2020-05-18 03:11:14','2020-05-18 03:11:14','',6307,'http://deanostudios.com/product/tiger-tail-canvas-print/',0,'product_variation','',0),(7616,3,'2020-05-18 03:37:52','2020-05-18 03:37:52','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea\nto Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1589773058716{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid free diver, scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1589718644129{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"New Releases\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1589718683143{margin-bottom: 10px !important;}\"][vc_single_image image=\"7144\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/spektra-edge-x-deano-cook-bimini-blue/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited Edition Deano Cook Spektra Edge-X in Bimini Blue from FK Irons\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fspektra-edge-x-deano-cook-bimini-blue%2F|||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited edition color specially blended to match the Bimini Blue color from the Deano Cook artist set from Fusion Ink.\n\nEarly orders will receive a limited edition 12x18 canvas print.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"``Aquatica``\nCanvas Giclee\nDebut collaboration print from Guy Aitchison and Deano Cook.\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"7212\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"7193\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][/vc_column_inner][/vc_row_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"Deano Cook is known for his flawless approach to marine realism, and Guy Aitchison\'s reputation is mostly about his abstract biomech work. These two iconic artists bring together their styles and approaches in Aquatica, their debut collaborative painting project.\n\nDue to such a strong response from their audiences, they have decided to release Aquatica in 2 canvas print formats, including a smaller limited run, 19``x28`` plus a 1`` border for mounting purposes, hand-signed by both artists, and a premium 26``x38`` pre-stretched full-sized gallery edition.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"7430\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"7224\" img_size=\"270x142\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.heliostattoo.com\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2020-05-18 03:37:52','2020-05-18 03:37:52','',4511,'http://deanostudios.com/2020/05/18/4511-revision-v1/',0,'revision','',0),(7617,3,'2020-05-18 03:56:48','2020-05-18 03:56:48','','ga_aquarium','','inherit','open','closed','','ga_aquarium','','','2020-05-18 04:13:57','2020-05-18 04:13:57','',4511,'http://deanostudios.com/wp-content/uploads/2020/05/ga_aquarium.png',0,'attachment','image/png',0),(7618,3,'2020-05-18 04:16:58','2020-05-18 04:16:58','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column 0=\"\"][vc_custom_heading text=\"From Sea\nto Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1589773058716{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid free diver, scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1589718644129{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"New Releases\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1589718683143{margin-bottom: 10px !important;}\"][vc_single_image image=\"7144\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/spektra-edge-x-deano-cook-bimini-blue/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited Edition Deano Cook Spektra Edge-X in Bimini Blue from FK Irons\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fspektra-edge-x-deano-cook-bimini-blue%2F|||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Limited edition color specially blended to match the Bimini Blue color from the Deano Cook artist set from Fusion Ink.\n\nEarly orders will receive a limited edition 12x18 canvas print.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"|||\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"``Aquatica``\nCanvas Giclee\nDebut collaboration print from Guy Aitchison and Deano Cook.\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][vc_row_inner 0=\"\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"7212\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"7193\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][/vc_column_inner][/vc_row_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"Deano Cook is known for his flawless approach to marine realism, and Guy Aitchison\'s reputation is mostly about his abstract biomech work. These two iconic artists bring together their styles and approaches in Aquatica, their debut collaborative painting project.\n\nDue to such a strong response from their audiences, they have decided to release Aquatica in 2 canvas print formats, including a smaller limited run, 19``x28`` plus a 1`` border for mounting purposes, hand-signed by both artists, and a premium 26``x38`` pre-stretched full-sized gallery edition.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"60px\"][vc_row_inner 0=\"\"][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6513\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column 0=\"\"][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel 0=\"\"][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column 0=\"\"][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"7430\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner][vc_single_image image=\"7617\" img_size=\"200x100\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"7224\" img_size=\"270x142\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.heliostattoo.com\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2020-05-18 04:16:58','2020-05-18 04:16:58','',4511,'http://deanostudios.com/2020/05/18/4511-revision-v1/',0,'revision','',0),(7629,3,'2020-05-18 13:51:13','2020-05-18 13:51:13','','deanocook-logo copy','','inherit','open','closed','','deanocook-logo-copy','','','2020-05-18 13:51:13','2020-05-18 13:51:13','',0,'http://deanostudios.com/wp-content/uploads/2020/05/deanocook-logo-copy.jpg',0,'attachment','image/jpeg',0),(7631,3,'2020-05-21 01:28:25','2020-05-21 01:28:25','','_DSC7249a-final image','','inherit','open','closed','','_dsc7249a-final-image','','','2020-05-21 02:45:20','2020-05-21 02:45:20','',0,'http://deanostudios.com/wp-content/uploads/2020/05/DSC7249a-final-image.jpeg',0,'attachment','image/jpeg',0),(7632,3,'2020-05-21 01:28:37','2020-05-21 01:28:37','','_DSC7309b','','inherit','open','closed','','_dsc7309b','','','2020-05-21 01:28:37','2020-05-21 01:28:37','',0,'http://deanostudios.com/wp-content/uploads/2020/05/DSC7309b.jpeg',0,'attachment','image/jpeg',0),(7633,3,'2020-05-21 01:28:46','2020-05-21 01:28:46','','_DSC7230a','','inherit','open','closed','','_dsc7230a','','','2020-05-21 01:28:46','2020-05-21 01:28:46','',0,'http://deanostudios.com/wp-content/uploads/2020/05/DSC7230a.jpeg',0,'attachment','image/jpeg',0),(7634,3,'2020-05-21 01:30:38','2020-05-21 01:30:38','','Near Miss Print','Presenting Deano Cook\'s original painting printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame.\r\n\r\nAvailable sizes:\r\n24\" x 36\"\r\n','publish','closed','closed','','near-miss-print','','','2020-05-21 02:47:30','2020-05-21 02:47:30','',0,'http://deanostudios.com/?post_type=product&p=7634',0,'product','',0),(7636,3,'2017-02-20 01:26:15','2017-02-20 01:26:15','','Near Miss Print','','publish','closed','closed','','tortuga-del-mar-canvas-print-copy-24-x-30','','','2020-05-21 01:34:46','2020-05-21 01:34:46','',7634,'http://deanostudios.com/?post_type=product&p=7634',0,'product_variation','',0),(7637,3,'2020-05-21 01:36:11','2020-05-21 01:36:11','','Joyful Print','Presenting Deano Cook\'s original painting printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame.\r\n\r\nAvailable sizes:\r\n\r\n18\"x 24\"','publish','closed','closed','','joyful-print','','','2020-05-21 02:26:55','2020-05-21 02:26:55','',0,'http://deanostudios.com/?post_type=product&p=7637',0,'product','',0),(7638,3,'2017-02-20 01:26:15','2017-02-20 01:26:15','','Joyful Print - 16x20','Size: 16x20','publish','closed','closed','','near-miss-print-copy','','','2020-05-21 02:27:48','2020-05-21 02:27:48','',7637,'http://deanostudios.com/?post_type=product&p=7637',0,'product_variation','',0),(7639,3,'2020-05-21 01:40:59','2020-05-21 01:40:59','','Payasos Del Mar Print','Presenting Deano Cook\'s original painting printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame.\r\n\r\nAvailable sizes:\r\n16\" x 20\"','publish','closed','closed','','payasos-del-mar-print','','','2020-05-21 02:04:26','2020-05-21 02:04:26','',0,'http://deanostudios.com/?post_type=product&p=7639',0,'product','',0),(7641,3,'2017-02-20 01:26:15','2017-02-20 01:26:15','','Payasos Del Mar Print - 16x20','Size: 16x20','publish','closed','closed','','tortuga-del-mar-canvas-print-copy-24-x-30-2','','','2020-05-21 01:42:48','2020-05-21 01:42:48','',7639,'http://deanostudios.com/?post_type=product&p=7639',0,'product_variation','',0),(7642,3,'2020-05-21 01:53:56','2020-05-21 01:53:56','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea\nto Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1589773058716{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid free diver, scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1589718644129{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"New Releases\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1589718683143{margin-bottom: 10px !important;}\"][vc_single_image image=\"7632\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/payasos-del-mar-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"16`` x 20`` Print of Payasos Delmar\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fpayasos-del-mar-print%2F|||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fpayasos-del-mar-print%2F|title:Payasos%20Del%20Mar%20Print||\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"``Aquatica``\nCanvas Giclee\nDebut collaboration print from Guy Aitchison and Deano Cook.\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"7212\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"7193\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/aquatica-canvas-giclee-26x38-gallery-edition/\"][/vc_column_inner][/vc_row_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"Deano Cook is known for his flawless approach to marine realism, and Guy Aitchison\'s reputation is mostly about his abstract biomech work. These two iconic artists bring together their styles and approaches in Aquatica, their debut collaborative painting project.\n\nDue to such a strong response from their audiences, they have decided to release Aquatica in 2 canvas print formats, including a smaller limited run, 19``x28`` plus a 1`` border for mounting purposes, hand-signed by both artists, and a premium 26``x38`` pre-stretched full-sized gallery edition.\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7632\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"7430\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner 0=\"\"][vc_single_image image=\"7617\" img_size=\"200x100\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"7224\" img_size=\"270x142\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.heliostattoo.com\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2020-05-21 01:53:56','2020-05-21 01:53:56','',4511,'http://deanostudios.com/2020/05/21/4511-revision-v1/',0,'revision','',0),(7643,3,'2020-05-21 02:07:31','2020-05-21 02:07:31','','Save Our Seas Print','Presenting Deano Cook\'s original painting printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame.\r\n\r\nAvailable sizes:\r\n18\" x 24\"','publish','closed','closed','','save-our-seas-print','','','2020-05-21 02:29:34','2020-05-21 02:29:34','',0,'http://deanostudios.com/?post_type=product&p=7643',0,'product','',0),(7644,3,'2017-02-20 01:26:15','2017-02-20 01:26:15','','Save Our Seas Print - 18x24','Size: 18x24','publish','closed','closed','','payasos-del-mar-print-copy-16x20','','','2020-05-21 02:28:47','2020-05-21 02:28:47','',7643,'http://deanostudios.com/?post_type=product&p=7643',0,'product_variation','',0),(7645,3,'2020-05-21 02:10:01','2020-05-21 02:10:01','','SaveOurSeas_eq-GS3','','inherit','open','closed','','saveourseas_eq-gs3-3','','','2020-05-21 02:10:01','2020-05-21 02:10:01','',0,'http://deanostudios.com/wp-content/uploads/2020/05/SaveOurSeas_eq-GS3.jpg',0,'attachment','image/jpeg',0),(7646,3,'2020-05-21 02:10:04','2020-05-21 02:10:04','','Warfish_eq-GS6-Marc-Popped-24x36-SIG Layer','','inherit','open','closed','','warfish_eq-gs6-marc-popped-24x36-sig-layer-3','','','2020-05-21 02:10:04','2020-05-21 02:10:04','',0,'http://deanostudios.com/wp-content/uploads/2020/05/Warfish_eq-GS6-Marc-Popped-24x36-SIG-Layer.jpg',0,'attachment','image/jpeg',0),(7647,3,'2020-05-21 02:11:54','2020-05-21 02:11:54','','War Fish','Presenting Deano Cook\'s original painting printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame.\r\n\r\nAvailable sizes:\r\n24\" x 36\"','publish','closed','closed','','war-fish','','','2020-05-21 02:26:01','2020-05-21 02:26:01','',0,'http://deanostudios.com/?post_type=product&p=7647',0,'product','',0),(7648,3,'2017-02-20 01:26:15','2017-02-20 01:26:15','','War Fish - 24x36','Size: 24x36','publish','closed','closed','','payasos-del-mar-print-copy-copy-16x20','','','2020-05-21 02:24:47','2020-05-21 02:24:47','',7647,'http://deanostudios.com/?post_type=product&p=7647',0,'product_variation','',0),(7651,3,'2020-05-21 02:46:35','2020-05-21 02:46:35','','_DSC7249a-final image copy','','inherit','open','closed','','_dsc7249a-final-image-copy','','','2020-05-21 02:46:35','2020-05-21 02:46:35','',0,'http://deanostudios.com/wp-content/uploads/2020/05/DSC7249a-final-image-copy.png',0,'attachment','image/png',0),(7652,3,'2020-05-21 02:59:20','2020-05-21 02:59:20','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column 0=\"\"][vc_custom_heading text=\"From Sea\nto Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1589773058716{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid free diver, scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1589718644129{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"New Releases\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1589718683143{margin-bottom: 10px !important;}\"][vc_single_image image=\"7632\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/payasos-del-mar-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"16`` x 20`` Print of Payasos Delmar\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fpayasos-del-mar-print%2F|||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fpayasos-del-mar-print%2F|title:Payasos%20Del%20Mar%20Print||\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"New Canvas Giclee Prints available. Check out the new selections in the store\n\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fpainting-canvas-prints%2F|||\"][vc_row_inner 0=\"\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"7645\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/save-our-seas-print/\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"7646\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/war-fish/\"][vc_single_image image=\"7631\" img_size=\"large\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/near-miss-print/\"][/vc_column_inner][/vc_row_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"60px\"][vc_row_inner 0=\"\"][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6510\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7632\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column 0=\"\"][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel 0=\"\"][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column 0=\"\"][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"7430\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner][vc_single_image image=\"7617\" img_size=\"200x100\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"7224\" img_size=\"270x142\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.heliostattoo.com\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2020-05-21 02:59:20','2020-05-21 02:59:20','',4511,'http://deanostudios.com/2020/05/21/4511-revision-v1/',0,'revision','',0),(7653,3,'2020-05-22 02:04:10','2020-05-22 02:04:10','','IMG_3151','','inherit','open','closed','','img_3151','','','2020-05-22 02:04:10','2020-05-22 02:04:10','',0,'http://deanostudios.com/wp-content/uploads/2020/05/IMG_3151.jpg',0,'attachment','image/jpeg',0),(7654,3,'2020-05-22 02:05:05','2020-05-22 02:05:05','','IMG_3151','','inherit','open','closed','','img_3151-2','','','2020-05-22 02:05:05','2020-05-22 02:05:05','',4511,'http://deanostudios.com/wp-content/uploads/2020/05/IMG_3151-1.jpg',0,'attachment','image/jpeg',0),(7655,3,'2020-05-22 02:06:52','2020-05-22 02:06:52','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"From Sea\nto Skin\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1589773058716{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid free diver, scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1589718644129{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"New Releases\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1589718683143{margin-bottom: 10px !important;}\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"New Canvas Giclee Prints available. Check out the new selections in the store\n\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fpainting-canvas-prints%2F|||\"][vc_single_image image=\"7631\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/near-miss-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Near Miss 24`` x 36`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fnear-miss-print%2F|title:Near%20Miss%20Print||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fpayasos-del-mar-print%2F|title:Payasos%20Del%20Mar%20Print||\"][vc_row_inner][vc_column_inner][vc_single_image image=\"7633\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/joyful-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Joyful 16`` x 20`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fjoyful-print%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7632\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/payasos-del-mar-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Payasos Del Mar 16`` x 20`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fpayasos-del-mar-print%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7646\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/war-fish/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"War Fish 24`` x 36`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fwar-fish%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7645\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/save-our-seas-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Save Our Seas 18`` x 24`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fsave-our-seas-print%2F|title:Near%20Miss%20Print||\"][/vc_column_inner][/vc_row_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7654\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7632\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"7430\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"7617\" img_size=\"200x100\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner 0=\"\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"7224\" img_size=\"270x142\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.heliostattoo.com\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2020-05-22 02:06:52','2020-05-22 02:06:52','',4511,'http://deanostudios.com/2020/05/22/4511-revision-v1/',0,'revision','',0),(7656,3,'2020-05-22 02:14:36','2020-05-22 02:14:36','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"Photo ∙ Tattoo ∙ Paint\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1590113663784{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid free diver, scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1589718644129{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"New Releases\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1589718683143{margin-bottom: 10px !important;}\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"New Canvas Giclee Prints available. Check out the new selections in the store\n\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fpainting-canvas-prints%2F|||\"][vc_single_image image=\"7631\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/near-miss-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Near Miss 24`` x 36`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fnear-miss-print%2F|title:Near%20Miss%20Print||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fpayasos-del-mar-print%2F|title:Payasos%20Del%20Mar%20Print||\"][vc_row_inner][vc_column_inner][vc_single_image image=\"7633\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/joyful-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Joyful 16`` x 20`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fjoyful-print%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7632\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/payasos-del-mar-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Payasos Del Mar 16`` x 20`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fpayasos-del-mar-print%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7646\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/war-fish/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"War Fish 24`` x 36`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fwar-fish%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7645\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/save-our-seas-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Save Our Seas 18`` x 24`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fsave-our-seas-print%2F|title:Near%20Miss%20Print||\"][/vc_column_inner][/vc_row_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7654\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7632\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"7430\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"7617\" img_size=\"200x100\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner 0=\"\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"7224\" img_size=\"270x142\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.heliostattoo.com\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2020-05-22 02:14:36','2020-05-22 02:14:36','',4511,'http://deanostudios.com/2020/05/22/4511-revision-v1/',0,'revision','',0),(7657,3,'2020-05-22 02:16:15','2020-05-22 02:16:15','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"Photo · Tattoo · Paint\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1590113768610{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid free diver, scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1589718644129{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"New Releases\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1589718683143{margin-bottom: 10px !important;}\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"New Canvas Giclee Prints available. Check out the new selections in the store\n\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fpainting-canvas-prints%2F|||\"][vc_single_image image=\"7631\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/near-miss-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Near Miss 24`` x 36`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fnear-miss-print%2F|title:Near%20Miss%20Print||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fpayasos-del-mar-print%2F|title:Payasos%20Del%20Mar%20Print||\"][vc_row_inner][vc_column_inner][vc_single_image image=\"7633\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/joyful-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Joyful 16`` x 20`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fjoyful-print%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7632\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/payasos-del-mar-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Payasos Del Mar 16`` x 20`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fpayasos-del-mar-print%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7646\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/war-fish/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"War Fish 24`` x 36`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fwar-fish%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7645\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/save-our-seas-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Save Our Seas 18`` x 24`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fsave-our-seas-print%2F|title:Near%20Miss%20Print||\"][/vc_column_inner][/vc_row_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7654\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7632\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"7430\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"7617\" img_size=\"200x100\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner 0=\"\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"7224\" img_size=\"270x142\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.heliostattoo.com\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5724\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://kingpintattoosupply.com/deanocooksignature.aspx\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5725\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2020-05-22 02:16:15','2020-05-22 02:16:15','',4511,'http://deanostudios.com/2020/05/22/4511-revision-v1/',0,'revision','',0),(7658,3,'2020-05-22 02:19:56','2020-05-22 02:19:56','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column 0=\"\"][vc_custom_heading text=\"Photo · Tattoo · Paint\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1590113768610{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid free diver, scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1589718644129{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"New Releases\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1589718683143{margin-bottom: 10px !important;}\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"New Canvas Giclee Prints available. Check out the new selections in the store\n\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fpainting-canvas-prints%2F|||\"][vc_single_image image=\"7631\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/near-miss-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Near Miss 24`` x 36`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fnear-miss-print%2F|title:Near%20Miss%20Print||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fpayasos-del-mar-print%2F|title:Payasos%20Del%20Mar%20Print||\"][vc_row_inner 0=\"\"][vc_column_inner 0=\"\"][vc_single_image image=\"7633\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/joyful-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Joyful 16`` x 20`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fjoyful-print%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7632\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/payasos-del-mar-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Payasos Del Mar 16`` x 20`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fpayasos-del-mar-print%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7646\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/war-fish/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"War Fish 24`` x 36`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fwar-fish%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7645\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/save-our-seas-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Save Our Seas 18`` x 24`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fsave-our-seas-print%2F|title:Near%20Miss%20Print||\"][/vc_column_inner][/vc_row_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"60px\"][vc_row_inner 0=\"\"][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7654\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7632\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column 0=\"\"][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel 0=\"\"][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column 0=\"\"][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"7430\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"7617\" img_size=\"200x100\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2020-05-22 02:19:56','2020-05-22 02:19:56','',4511,'http://deanostudios.com/2020/05/22/4511-revision-v1/',0,'revision','',0),(7659,3,'2020-05-22 02:25:10','2020-05-22 02:25:10','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column 0=\"\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photo · Tattoo · Paint\" font_container=\"tag:h3|font_size:35|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1590114230379{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid free diver, scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1589718644129{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"New Releases\" font_container=\"tag:h3|font_size:35|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1590114271414{margin-bottom: 10px !important;}\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"New Canvas Giclee Prints available. Check out the new selections in the store\n\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fpainting-canvas-prints%2F|||\"][vc_single_image image=\"7631\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/near-miss-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Near Miss 24`` x 36`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fnear-miss-print%2F|title:Near%20Miss%20Print||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fpayasos-del-mar-print%2F|title:Payasos%20Del%20Mar%20Print||\"][vc_row_inner 0=\"\"][vc_column_inner 0=\"\"][vc_single_image image=\"7633\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/joyful-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Joyful 16`` x 20`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fjoyful-print%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7632\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/payasos-del-mar-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Payasos Del Mar 16`` x 20`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fpayasos-del-mar-print%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7646\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/war-fish/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"War Fish 24`` x 36`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fwar-fish%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7645\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/save-our-seas-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Save Our Seas 18`` x 24`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fsave-our-seas-print%2F|title:Near%20Miss%20Print||\"][/vc_column_inner][/vc_row_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"60px\"][vc_row_inner 0=\"\"][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7654\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7632\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column 0=\"\"][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel 0=\"\"][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column 0=\"\"][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"7430\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"7617\" img_size=\"200x100\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2020-05-22 02:25:10','2020-05-22 02:25:10','',4511,'http://deanostudios.com/2020/05/22/4511-revision-v1/',0,'revision','',0),(7660,3,'2020-05-22 02:45:46','2020-05-22 02:45:46','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column 0=\"\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photo · Tattoo · Paint\" font_container=\"tag:h3|font_size:35|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1590114230379{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid free diver, scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1589718644129{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"New Releases\" font_container=\"tag:h3|font_size:35|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1590114271414{margin-bottom: 10px !important;}\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"New Canvas Giclee Prints available. Check out the new selections in the store\n\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fpainting-canvas-prints%2F|||\"][vc_single_image image=\"7631\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/near-miss-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Near Miss 24`` x 36`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fnear-miss-print%2F|title:Near%20Miss%20Print||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fpayasos-del-mar-print%2F|title:Payasos%20Del%20Mar%20Print||\"][vc_row_inner 0=\"\"][vc_column_inner 0=\"\"][vc_single_image image=\"7633\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/joyful-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Joyful 16`` x 20`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fjoyful-print%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7632\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/payasos-del-mar-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Payasos Del Mar 16`` x 20`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fpayasos-del-mar-print%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7646\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/war-fish/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"War Fish 24`` x 36`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fwar-fish%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7645\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/save-our-seas-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Save Our Seas 18`` x 24`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fsave-our-seas-print%2F|title:Near%20Miss%20Print||\"][/vc_column_inner][/vc_row_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"60px\"][vc_row_inner 0=\"\"][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7654\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7633\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column 0=\"\"][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel 0=\"\"][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column 0=\"\"][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"7430\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"7617\" img_size=\"200x100\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2020-05-22 02:45:46','2020-05-22 02:45:46','',4511,'http://deanostudios.com/2020/05/22/4511-revision-v1/',0,'revision','',0),(7661,3,'2020-05-22 16:25:45','2020-05-22 16:25:45','','C98C8D85-DB82-4804-84EE-0622911CBEE1','','inherit','open','closed','','c98c8d85-db82-4804-84ee-0622911cbee1','','','2020-05-22 16:25:45','2020-05-22 16:25:45','',0,'http://deanostudios.com/wp-content/uploads/2020/05/C98C8D85-DB82-4804-84EE-0622911CBEE1.jpeg',0,'attachment','image/jpeg',0),(7662,3,'2020-05-22 16:30:16','2020-05-22 16:30:16','','Hawaiian Hanu','<p>Presenting Deano Cook\'s original painting printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. Available sizes: 18” x 24”</p>','publish','closed','closed','','hawaiian-hanu','','','2020-05-22 20:35:38','2020-05-22 20:35:38','',0,'http://deanostudios.com/?post_type=product&p=7662',1,'product','',0),(7663,3,'2017-02-20 01:26:15','2017-02-20 01:26:15','','Hawaiian Hanu - 18x24','Size: 18x24','publish','closed','closed','','war-fish-copy-24x36','','','2020-05-22 16:31:47','2020-05-22 16:31:47','',7662,'http://deanostudios.com/?post_type=product&p=7662',0,'product_variation','',0),(7664,3,'2020-05-22 20:31:19','2020-05-22 20:31:19','','deanocook-logo copy','','inherit','open','closed','','deanocook-logo-copy-2','','','2020-05-22 20:31:19','2020-05-22 20:31:19','',0,'http://deanostudios.com/wp-content/uploads/2020/05/deanocook-logo-copy-1.jpg',0,'attachment','image/jpeg',0),(7665,3,'2020-05-22 20:32:44','2020-05-22 20:32:44','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photo · Tattoo · Paint\" font_container=\"tag:h3|font_size:35|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1590114230379{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid free diver, scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1589718644129{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"New Releases\" font_container=\"tag:h3|font_size:35|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1590114271414{margin-bottom: 10px !important;}\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"New Canvas Giclee Prints available. Check out the new selections in the store\n\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fpainting-canvas-prints%2F|||\"][vc_single_image image=\"7631\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/near-miss-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Near Miss 24`` x 36`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fnear-miss-print%2F|title:Near%20Miss%20Print||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fpayasos-del-mar-print%2F|title:Payasos%20Del%20Mar%20Print||\"][vc_row_inner][vc_column_inner][vc_single_image image=\"7633\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/joyful-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Joyful 16`` x 20`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fjoyful-print%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7632\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/payasos-del-mar-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Payasos Del Mar 16`` x 20`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fpayasos-del-mar-print%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7661\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/hawaiian-hanu/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Hawaiian Hanu 18`` x 24`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fhawaiian-hanu%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7646\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/war-fish/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"War Fish 24`` x 36`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fwar-fish%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7645\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/save-our-seas-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Save Our Seas 18`` x 24`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fsave-our-seas-print%2F|title:Near%20Miss%20Print||\"][/vc_column_inner][/vc_row_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7654\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7633\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"7430\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"7617\" img_size=\"200x100\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner 0=\"\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2020-05-22 20:32:44','2020-05-22 20:32:44','',4511,'http://deanostudios.com/2020/05/22/4511-revision-v1/',0,'revision','',0),(7666,3,'2020-05-23 14:21:12','2020-05-23 14:21:12','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column 0=\"\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photo · Tattoo · Paint\" font_container=\"tag:h3|font_size:35|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1590114230379{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid free diver, scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1589718644129{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"New Releases\" font_container=\"tag:h3|font_size:35|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1590114271414{margin-bottom: 10px !important;}\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"New Canvas Giclee Prints available. Check out the new selections in the store\n\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fpainting-canvas-prints%2F|||\"][vc_single_image image=\"7631\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/near-miss-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Near Miss 24`` x 36`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fnear-miss-print%2F|title:Near%20Miss%20Print||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fpayasos-del-mar-print%2F|title:Payasos%20Del%20Mar%20Print||\"][vc_row_inner 0=\"\"][vc_column_inner 0=\"\"][vc_single_image image=\"7633\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/joyful-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Joyful 16`` x 20`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fjoyful-print%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7632\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/payasos-del-mar-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Payasos Del Mar 16`` x 20`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fpayasos-del-mar-print%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7661\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/hawaiian-hanu/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Hawaiian Honu 18`` x 24`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fhawaiian-hanu%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7646\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/war-fish/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"War Fish 24`` x 36`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fwar-fish%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7645\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/save-our-seas-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Save Our Seas 18`` x 24`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fsave-our-seas-print%2F|title:Near%20Miss%20Print||\"][/vc_column_inner][/vc_row_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"60px\"][vc_row_inner 0=\"\"][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7654\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7633\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column 0=\"\"][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel 0=\"\"][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column 0=\"\"][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"7430\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"7617\" img_size=\"200x100\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2020-05-23 14:21:12','2020-05-23 14:21:12','',4511,'http://deanostudios.com/2020/05/23/4511-revision-v1/',0,'revision','',0),(7668,3,'2020-05-30 14:30:38','2020-05-30 14:30:38','','IMG_0367','','inherit','open','closed','','img_0367','','','2020-05-30 14:30:38','2020-05-30 14:30:38','',4511,'http://deanostudios.com/wp-content/uploads/2020/05/IMG_0367.jpg',0,'attachment','image/jpeg',0),(7669,3,'2020-05-30 14:35:52','2020-05-30 14:35:52','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photo · Tattoo · Paint\" font_container=\"tag:h3|font_size:35|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1590114230379{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid free diver, scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1589718644129{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"New Releases\" font_container=\"tag:h3|font_size:35|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1590114271414{margin-bottom: 10px !important;}\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"New Canvas Giclee Prints available. Check out the new selections in the store\n\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fpainting-canvas-prints%2F|||\"][vc_single_image image=\"7631\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/near-miss-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Near Miss 24`` x 36`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fnear-miss-print%2F|title:Near%20Miss%20Print||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fpayasos-del-mar-print%2F|title:Payasos%20Del%20Mar%20Print||\"][vc_row_inner][vc_column_inner][vc_single_image image=\"7633\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/joyful-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Joyful 16`` x 20`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fjoyful-print%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7632\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/payasos-del-mar-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Payasos Del Mar 16`` x 20`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fpayasos-del-mar-print%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7661\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/hawaiian-hanu/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Hawaiian Honu 18`` x 24`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fhawaiian-hanu%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7427\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/war-fish/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"War Fish 24`` x 36`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fwar-fish%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7668\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/save-our-seas-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Save Our Seas 18`` x 24`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fsave-our-seas-print%2F|title:Near%20Miss%20Print||\"][/vc_column_inner][/vc_row_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7654\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7633\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"7430\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"7617\" img_size=\"200x100\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner 0=\"\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2020-05-30 14:35:52','2020-05-30 14:35:52','',4511,'http://deanostudios.com/2020/05/30/4511-revision-v1/',0,'revision','',0),(7672,3,'2020-10-08 18:57:36','2020-10-08 18:57:36','','woocommerce-placeholder','','inherit','open','closed','','woocommerce-placeholder','','','2020-10-08 18:57:36','2020-10-08 18:57:36','',0,'http://deanostudios.com/wp-content/uploads/2020/10/woocommerce-placeholder.png',0,'attachment','image/png',0),(7673,3,'2020-10-08 19:01:41','2020-10-08 19:01:41','','Isla Dreamin\' 2020','Presenting a collaboration original painting with Deano Cook and Joyful Enriquez printed on a giclee gallery-quality canvas. Stretched on wood, ready to hang or place in a frame. Available sizes: 36” x 60” 24\" x 40\"','publish','closed','closed','','isla-dreamin-2020','','','2020-10-10 19:34:17','2020-10-10 19:34:17','',0,'http://deanostudios.com/?post_type=product&p=7673',-1,'product','',0),(7677,3,'2020-10-08 19:10:41','2020-10-08 19:10:41','','Isla Dreamin\' 2020 - 36x60, Heavy Bars','Size: 36x60, Type: Heavy Bars','publish','closed','closed','','isla-dreamin-2020-heavy-bars-36x60','','','2020-10-08 19:13:03','2020-10-08 19:13:03','',7673,'http://deanostudios.com/?post_type=product_variation&p=7677',1,'product_variation','',0),(7678,3,'2020-10-08 19:10:42','2020-10-08 19:10:42','','Isla Dreamin\' 2020 - 36x60, Standard Bars','Size: 36x60, Type: Standard Bars','publish','closed','closed','','isla-dreamin-2020-standard-bars-36x60','','','2020-10-08 19:13:03','2020-10-08 19:13:03','',7673,'http://deanostudios.com/?post_type=product_variation&p=7678',2,'product_variation','',0),(7679,3,'2020-10-08 19:10:42','2020-10-08 19:10:42','','Isla Dreamin\' 2020 - 36x60, Rolls','Size: 36x60, Type: Rolls','publish','closed','closed','','isla-dreamin-2020-rolls-36x60','','','2020-10-08 19:13:03','2020-10-08 19:13:03','',7673,'http://deanostudios.com/?post_type=product_variation&p=7679',3,'product_variation','',0),(7680,3,'2020-10-08 19:10:42','2020-10-08 19:10:42','','Isla Dreamin\' 2020 - 24x40, Heavy Bars','Size: 24x40, Type: Heavy Bars','publish','closed','closed','','isla-dreamin-2020-heavy-bars-24x40','','','2020-10-08 19:13:03','2020-10-08 19:13:03','',7673,'http://deanostudios.com/?post_type=product_variation&p=7680',4,'product_variation','',0),(7681,3,'2020-10-08 19:10:42','2020-10-08 19:10:42','','Isla Dreamin\' 2020 - 24x40, Standard Bars','Size: 24x40, Type: Standard Bars','publish','closed','closed','','isla-dreamin-2020-standard-bars-24x40','','','2020-10-08 19:13:03','2020-10-08 19:13:03','',7673,'http://deanostudios.com/?post_type=product_variation&p=7681',5,'product_variation','',0),(7682,3,'2020-10-08 19:10:42','2020-10-08 19:10:42','','Isla Dreamin\' 2020 - 24x40, Rolls','Size: 24x40, Type: Rolls','publish','closed','closed','','isla-dreamin-2020-rolls-24x40','','','2020-10-08 19:13:03','2020-10-08 19:13:03','',7673,'http://deanostudios.com/?post_type=product_variation&p=7682',6,'product_variation','',0),(7683,3,'2020-10-10 19:31:05','2020-10-10 19:31:05','','140CE83E-6817-404D-9BD5-A975C18C2CAA','','inherit','open','closed','','140ce83e-6817-404d-9bd5-a975c18c2caa','','','2020-10-10 19:31:05','2020-10-10 19:31:05','',7673,'http://deanostudios.com/wp-content/uploads/2020/10/140CE83E-6817-404D-9BD5-A975C18C2CAA.jpeg',0,'attachment','image/jpeg',0),(7684,3,'2020-10-12 12:05:51','2020-10-12 12:05:51','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column 0=\"\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photo · Tattoo · Paint\" font_container=\"tag:h3|font_size:35|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1590114230379{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid free diver, scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1589718644129{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"New Releases\" font_container=\"tag:h3|font_size:35|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1590114271414{margin-bottom: 10px !important;}\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"New Canvas Giclee Prints available. Check out the new selections in the store\n\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fpainting-canvas-prints%2F|||\"][vc_single_image image=\"7683\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/near-miss-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Isla Dreamin\' 2020\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fisla-dreamin-2020%2F|title:Isla%20Dreamin\'%202020||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fpayasos-del-mar-print%2F|title:Payasos%20Del%20Mar%20Print||\"][vc_row_inner 0=\"\"][vc_column_inner 0=\"\"][vc_single_image image=\"7633\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/joyful-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Joyful 16`` x 20`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fjoyful-print%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7632\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/payasos-del-mar-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Payasos Del Mar 16`` x 20`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fpayasos-del-mar-print%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7661\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/hawaiian-hanu/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Hawaiian Honu 18`` x 24`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fhawaiian-hanu%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7427\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/war-fish/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"War Fish 24`` x 36`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fwar-fish%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7668\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/save-our-seas-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Save Our Seas 18`` x 24`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fsave-our-seas-print%2F|title:Near%20Miss%20Print||\"][/vc_column_inner][/vc_row_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"60px\"][vc_row_inner 0=\"\"][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7654\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7633\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text 0=\"\"]\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column 0=\"\"][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel 0=\"\"][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column 0=\"\"][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"7430\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"7617\" img_size=\"200x100\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2020-10-12 12:05:51','2020-10-12 12:05:51','',4511,'http://deanostudios.com/2020/10/12/4511-revision-v1/',0,'revision','',0),(7685,3,'2020-10-12 14:21:15','2020-10-12 14:21:15','[vc_row css=\".vc_custom_1485926060526{margin-top: 20px !important;}\"][vc_column][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photo · Tattoo · Paint\" font_container=\"tag:h3|font_size:35|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1590114230379{margin-bottom: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Gaining notoriety for his in depth work with sea life imagery...meet Deano Cook. Deano Cook is an artist, an avid free diver, scuba diver, an underwater photographer, and a realist. He is one of a very select group of tattooist who turns out exceptional photorealistic work.\" font_container=\"tag:h2|font_size:18px|text_align:center|color:%23939393\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1589718644129{margin-bottom: 50px !important;}\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"New Releases\" font_container=\"tag:h3|font_size:35|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" css=\".vc_custom_1590114271414{margin-bottom: 10px !important;}\"][vc_separator color=\"custom\" accent_color=\"#327e99\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"New Canvas Giclee Prints available. Check out the new selections in the store\n\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fpainting-canvas-prints%2F|||\"][vc_single_image image=\"7683\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/isla-dreamin-2020/?preview=true\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Isla Dreamin\' 2020\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fisla-dreamin-2020%2F|title:Isla%20Dreamin\'%202020||\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fpayasos-del-mar-print%2F|title:Payasos%20Del%20Mar%20Print||\"][vc_row_inner][vc_column_inner][vc_single_image image=\"7633\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/joyful-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Joyful 16`` x 20`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fjoyful-print%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7632\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/payasos-del-mar-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Payasos Del Mar 16`` x 20`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fpayasos-del-mar-print%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7661\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/hawaiian-hanu/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Hawaiian Honu 18`` x 24`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fhawaiian-hanu%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7427\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/war-fish/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"War Fish 24`` x 36`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fwar-fish%2F|title:Near%20Miss%20Print||\"][vc_single_image image=\"7668\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" link=\"http://deanostudios.com/product/save-our-seas-print/\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Save Our Seas 18`` x 24`` Canvas Print\" font_container=\"tag:h2|font_size:28|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Fsave-our-seas-print%2F|title:Near%20Miss%20Print||\"][/vc_column_inner][/vc_row_inner][vc_custom_heading content_alignment=\"aligncenter\" text=\"\" font_container=\"tag:h2|font_size:18|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\" link=\"url:http%3A%2F%2Fdeanostudios.com%2Fproduct%2Faquatica-canvas-giclee-26x38-gallery-edition%2F|||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"60px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Tattoos\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"6579\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/services\"][vc_column_text]\n<p style=\"text-align: center;\">Deano adds life and details that turn a tattoo into an art piece. His accomplishments as a master scuba diver, has certainly helped him stand apart from other marine life tattooers.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Photography\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7654\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/photography-canvas-prints\"][vc_column_text]\n<p style=\"text-align: center;\">Deano has had a deep love and infatuation with the ocean since he was young. He enjoys the fact that he often risks life and limb to swim out and get some of the most compelling images.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Paintings\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7633\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/painting-canvas-prints\"][vc_column_text]\n<p style=\"text-align: center;\">As an advanced certified diver, Deano fuses his oil on canvas artwork with his diving experiences and creates pieces based on his underwater photography.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_custom_heading content_alignment=\"aligncenter\" text=\"Apparel\" font_container=\"tag:h5|font_size:30px|text_align:center|color:%23327e99\" google_fonts=\"font_family:Cabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_single_image image=\"7060\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" link=\"/blog/apparel/\"][vc_column_text]\n<p style=\"text-align: center;\">Available online in both men and women styles Deano offers fine quality fitted T-shirts from Next Level Apparel featuring his signature designs in two colors: black and grey.</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Newest Feature\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][vc_single_image image=\"6517\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://deanostudios.com/wp-content/uploads/2016/03/Alert-Diver-Magazine.pdf\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=FNjidHtVYa8\" align=\"center\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"For Bookings & Inquiries\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][contact-form-7 id=\"3158\" html_class=\"comment-form contact-form\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"55px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1483697929671{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Testimonials\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23327e99\" use_theme_fonts=\"yes\"][dt_sc_testimonial_carousel][dt_sc_testimonial title=\"Guy Snell\" role=\"Marine Life Artist, Spearfisherman, Diver\"]\n<h2 style=\"text-transform: capitalize;\">My Base Layer Is Done And It Is Amazing. 4 More Hours And It Will Be Crawling Off My Arm. Another Incredible Session With My Insanely Talented Friend Deano Cook. It\'s Not Just A \"Tattoo\" It\'s A Piece Of Art!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Bimini Shark Girl\" role=\"Shark Conservationist & Advocate\"]\n<h2 style=\"text-transform: capitalize;\">Used #BiminiBlue From His Line Of Fusion Ink; Inspired By His Trip To Bimini With Us! Sharing A Love Of The Ocean & Sharks Means This Is So Much More Than A Tattoo Done By A Tattoo Guy; This Is My Passion In The Form Of Body Art Done By A True Waterman!</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Inked.com\" role=\"Tattoo & Art Magazine, Pop culture and Bizarre news\"]\n<h2 style=\"text-transform: capitalize;\">Not Only Is Cook A Skilled Tattooist, But He Is Also An Award Winning Photographer And Scuba Diver. With Such A Great Passion For What Lives Underwater, Cook Is Known To Actually Dive Down Into The Depths And Take His Own Reference Photos.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"FishCrack.com\" role=\"Worldwide Fishing Reports, Fishing Product Reviews\"]\n<h2 style=\"text-transform: capitalize;\">Sport Fishing Tattoos Are Becoming More And More Popular As The Sport Continues To Grow, And Renowned Artists Like Deano Cook Of Psycho Tattoo Are Setting Standards High With Realistic Designs And Body Art.</h2>\n[/dt_sc_testimonial][dt_sc_testimonial title=\"Wenshenbj.com\" role=\"Beijing Based Tattoo Shop Specializing in the ``Imprint of the Oriental``\"]\n<h2 style=\"text-transform: capitalize;\">Deano Cook Is One Of A Very Select Group Of Tattooist Who Turns Out Exceptional Photorealistic Work. He Loves Finding New Ways To Bring Life To His Art By Fusing His Artwork With His Diving Experience.</h2>\n[/dt_sc_testimonial][/dt_sc_testimonial_carousel][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1495810593922{padding-top: 60px !important;padding-bottom: 70px !important;background-image: url(http://deanostudios.com/wp-content/uploads/2017/05/background.jpg?id=7156) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"Associates\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"7430\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"7617\" img_size=\"200x100\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5713\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5714\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner 0=\"\"][vc_single_image image=\"5712\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Sponsors\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"5723\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://h2ocean.com/tattoo-aftercare/proteam/deano-cook/\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5722\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fusiontattooink.com/category-s/1837.htm\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"5721\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://www.fkirons.com/shop/\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"6520\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"http://sharksuits.com\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Gear\" font_container=\"tag:h3|font_size:60|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"5729\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5730\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5731\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"5732\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4511-revision-v1','','','2020-10-12 14:21:15','2020-10-12 14:21:15','',4511,'http://deanostudios.com/2020/10/12/4511-revision-v1/',0,'revision','',0),(7686,1,'2020-12-03 18:30:02','2020-12-03 18:30:02','','Order – December 3, 2020 @ 06:30 PM','','wc-processing','open','closed','wc_order_Z8FFAxUlGNP5u','order-dec-03-2020-0630-pm','','','2020-12-03 18:30:32','2020-12-03 18:30:32','',0,'http://deanostudios.com/?post_type=shop_order&p=7686',0,'shop_order','',2); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_css` -- DROP TABLE IF EXISTS `wp_revslider_css`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_css` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `settings` longtext, `hover` longtext, `params` longtext NOT NULL, `advanced` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_css` -- LOCK TABLES `wp_revslider_css` WRITE; /*!40000 ALTER TABLE `wp_revslider_css` DISABLE KEYS */; INSERT INTO `wp_revslider_css` VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(2,'.tp-caption.small_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(3,'.tp-caption.medium_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(4,'.tp-caption.large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(5,'.tp-caption.very_large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}'),(6,'.tp-caption.very_big_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),(7,'.tp-caption.very_big_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),(8,'.tp-caption.modern_medium_fat','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(9,'.tp-caption.modern_medium_fat_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(10,'.tp-caption.modern_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(11,'.tp-caption.modern_big_bluebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),(12,'.tp-caption.modern_big_redbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),(13,'.tp-caption.modern_small_text_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(14,'.tp-caption.boxshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','[]','{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}'),(15,'.tp-caption.black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(16,'.tp-caption.noshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','[]','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(17,'.tp-caption.thinheadline_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),(18,'.tp-caption.thintext_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),(19,'.tp-caption.largeblackbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(20,'.tp-caption.largepinkbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(21,'.tp-caption.largewhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(22,'.tp-caption.largegreenbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(23,'.tp-caption.excerpt','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}'),(24,'.tp-caption.large_bold_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(25,'.tp-caption.medium_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(26,'.tp-caption.small_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}'),(28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}'),(36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(48,'.tp-caption.MarkerDisplay','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(49,'.tp-caption.Restaurant-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(50,'.tp-caption.Restaurant-Cursive','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(51,'.tp-caption.Restaurant-ScrollDownText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(52,'.tp-caption.Restaurant-Description','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(53,'.tp-caption.Restaurant-Price','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(54,'.tp-caption.Restaurant-Menuitem','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(55,'.tp-caption.Furniture-LogoText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(56,'.tp-caption.Furniture-Plus','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}'),(57,'.tp-caption.Furniture-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(58,'.tp-caption.Furniture-Subtitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(59,'.tp-caption.Gym-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(60,'.tp-caption.Gym-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(61,'.tp-caption.Gym-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(62,'.tp-caption.Fashion-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(63,'.tp-caption.Fashion-BigDisplay','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(64,'.tp-caption.Fashion-TextBlock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(65,'.tp-caption.Sports-Display','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}'),(66,'.tp-caption.Sports-DisplayFat','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":[\"\"],\"hover\":\"\"}'),(67,'.tp-caption.Sports-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}'),(68,'.tp-caption.Instagram-Caption','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(69,'.tp-caption.News-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(70,'.tp-caption.News-Subtitle','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(71,'.tp-caption.Photography-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(72,'.tp-caption.Photography-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(73,'.tp-caption.Photography-ImageHover','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(74,'.tp-caption.Photography-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(75,'.tp-caption.Photography-Textblock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(76,'.tp-caption.Photography-Subline-2','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(77,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(78,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(79,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(80,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(81,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(82,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(83,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(84,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(85,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(86,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}'),(87,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(88,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(89,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(90,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(91,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}'),(92,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(93,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(94,'.tp-caption.Newspaper-Subtitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(95,'.tp-caption.Newspaper-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(96,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(97,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(98,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(99,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(100,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(101,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(102,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(103,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(104,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(105,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(106,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(107,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(108,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(109,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'); /*!40000 ALTER TABLE `wp_revslider_css` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_layer_animations` -- DROP TABLE IF EXISTS `wp_revslider_layer_animations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_layer_animations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `params` text NOT NULL, `settings` text, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_layer_animations` -- LOCK TABLES `wp_revslider_layer_animations` WRITE; /*!40000 ALTER TABLE `wp_revslider_layer_animations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_layer_animations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_navigations` -- DROP TABLE IF EXISTS `wp_revslider_navigations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_navigations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `name` varchar(191) NOT NULL, `handle` varchar(191) NOT NULL, `css` longtext NOT NULL, `markup` longtext NOT NULL, `settings` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_navigations` -- LOCK TABLES `wp_revslider_navigations` WRITE; /*!40000 ALTER TABLE `wp_revslider_navigations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_navigations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_sliders` -- DROP TABLE IF EXISTS `wp_revslider_sliders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_sliders` ( `id` int(9) NOT NULL AUTO_INCREMENT, `title` tinytext NOT NULL, `alias` tinytext, `params` longtext NOT NULL, `settings` text, `type` varchar(191) NOT NULL DEFAULT '', UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_sliders` -- LOCK TABLES `wp_revslider_sliders` WRITE; /*!40000 ALTER TABLE `wp_revslider_sliders` DISABLE KEYS */; INSERT INTO `wp_revslider_sliders` VALUES (1,'Home Page','homepage','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Home Page\",\"alias\":\"homepage\",\"shortcode\":\"[rev_slider alias=\\\\\\\"homepage\\\\\\\"]\",\"slider-type\":\"hero\",\"slider_type\":\"fullwidth\",\"width\":\"1840\",\"height\":\"868\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"http:\\/\\/deanocook.com\\/blog\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"navigation_arrows_preset\":\"default\",\"ph-round-arrows-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-arrows-arrow-size-custom-def\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-arrow-color-color-def\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-bg-size-custom-def\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-bg-color-custom-def\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"off\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"navigation_bullets_preset\":\"default\",\"ph-round-bullets-hover-bullet-bg-color-def\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-bullets-border-size-custom-def\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-border-color-color-def\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-bullet-bg-bottom-color-def\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-bullet-bg-top-color-def\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-size-custom-def\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"version\":\"\"}','{\"version\":\"5.0.7\"}',''); /*!40000 ALTER TABLE `wp_revslider_sliders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_slides` -- DROP TABLE IF EXISTS `wp_revslider_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `slide_order` int(11) NOT NULL, `params` longtext NOT NULL, `layers` longtext NOT NULL, `settings` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_slides` -- LOCK TABLES `wp_revslider_slides` WRITE; /*!40000 ALTER TABLE `wp_revslider_slides` DISABLE KEYS */; INSERT INTO `wp_revslider_slides` VALUES (3,1,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"0\":\"Clear\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"7664\",\"title\":\"Slide\",\"delay\":\"\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/deanostudios.com\\/wp-content\\/uploads\\/2020\\/05\\/deanocook-logo-copy-1-scaled.jpg\"}','[]','\"\"'); /*!40000 ALTER TABLE `wp_revslider_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_static_slides` -- DROP TABLE IF EXISTS `wp_revslider_static_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_static_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `params` longtext NOT NULL, `layers` longtext NOT NULL, `settings` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_static_slides` -- LOCK TABLES `wp_revslider_static_slides` WRITE; /*!40000 ALTER TABLE `wp_revslider_static_slides` DISABLE KEYS */; INSERT INTO `wp_revslider_static_slides` VALUES (1,1,'{\"background_type\":\"trans\",\"image\":\"http:\\/\\/deanocook.com\\/blog\\/wp-content\\/\"}','[]','[]'); /*!40000 ALTER TABLE `wp_revslider_static_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_smush_dir_images` -- DROP TABLE IF EXISTS `wp_smush_dir_images`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_smush_dir_images` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `path` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `resize` varchar(55) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `error` varchar(55) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `image_size` int(10) unsigned DEFAULT NULL, `orig_size` int(10) unsigned DEFAULT NULL, `file_time` int(10) unsigned DEFAULT NULL, `last_scan` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `meta` text COLLATE utf8mb4_unicode_520_ci, UNIQUE KEY `id` (`id`), UNIQUE KEY `path` (`path`(191)), KEY `image_size` (`image_size`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_smush_dir_images` -- LOCK TABLES `wp_smush_dir_images` WRITE; /*!40000 ALTER TABLE `wp_smush_dir_images` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_smush_dir_images` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0),(5162,109,0),(5167,109,0),(5190,109,0),(5191,109,0),(5192,109,0),(5193,109,0),(5194,109,0),(5195,109,0),(5196,109,0),(5197,109,0),(5198,109,0),(5199,109,0),(5200,109,0),(5201,84,0),(5203,84,0),(5205,84,0),(5208,84,0),(5210,84,0),(5211,84,0),(5212,109,0),(5214,109,0),(5215,109,0),(5216,109,0),(5217,84,0),(5455,4,0),(5455,22,0),(5455,77,0),(5455,133,0),(5468,4,0),(5468,22,0),(5468,78,0),(5468,133,0),(5475,4,0),(5475,22,0),(5475,81,0),(5475,133,0),(5484,4,0),(5484,22,0),(5484,79,0),(5484,133,0),(5489,4,0),(5489,22,0),(5489,80,0),(5489,133,0),(5495,4,0),(5495,22,0),(5495,82,0),(5495,133,0),(5616,83,0),(5634,83,0),(5636,83,0),(5637,83,0),(5651,83,0),(5652,83,0),(5653,83,0),(5654,83,0),(5706,2,0),(5706,29,0),(5706,110,0),(5706,131,0),(5762,2,0),(5762,29,0),(5762,30,0),(5762,131,0),(5765,2,0),(5765,29,0),(5765,34,0),(5765,131,0),(5778,2,0),(5778,29,0),(5778,43,0),(5778,131,0),(5782,2,0),(5782,29,0),(5782,71,0),(5782,131,0),(5790,2,0),(5790,29,0),(5790,103,0),(5790,131,0),(5797,2,0),(5797,29,0),(5797,104,0),(5797,131,0),(5800,4,0),(5800,29,0),(5800,123,0),(5800,131,0),(5843,4,0),(5843,21,0),(5843,23,0),(5843,28,0),(5843,29,0),(5843,32,0),(5843,35,0),(5843,36,0),(5843,37,0),(5843,60,0),(5843,132,0),(5880,4,0),(5880,22,0),(5880,75,0),(5880,133,0),(5887,4,0),(5887,22,0),(5887,76,0),(5887,133,0),(5892,4,0),(5892,21,0),(5892,23,0),(5892,28,0),(5892,29,0),(5892,32,0),(5892,35,0),(5892,36,0),(5892,37,0),(5892,44,0),(5892,132,0),(5907,4,0),(5907,21,0),(5907,23,0),(5907,28,0),(5907,29,0),(5907,32,0),(5907,35,0),(5907,36,0),(5907,37,0),(5907,46,0),(5907,53,0),(5907,132,0),(5911,4,0),(5911,21,0),(5911,23,0),(5911,28,0),(5911,29,0),(5911,32,0),(5911,35,0),(5911,36,0),(5911,37,0),(5911,57,0),(5911,132,0),(5917,4,0),(5917,21,0),(5917,23,0),(5917,27,0),(5917,28,0),(5917,29,0),(5917,32,0),(5917,35,0),(5917,36,0),(5917,37,0),(5917,132,0),(5924,4,0),(5924,21,0),(5924,23,0),(5924,24,0),(5924,28,0),(5924,29,0),(5924,32,0),(5924,35,0),(5924,36,0),(5924,37,0),(5924,132,0),(5931,4,0),(5931,21,0),(5931,23,0),(5931,28,0),(5931,29,0),(5931,32,0),(5931,35,0),(5931,36,0),(5931,37,0),(5931,38,0),(5931,132,0),(5938,4,0),(5938,21,0),(5938,23,0),(5938,28,0),(5938,29,0),(5938,32,0),(5938,35,0),(5938,36,0),(5938,37,0),(5938,41,0),(5938,132,0),(5982,4,0),(5982,21,0),(5982,23,0),(5982,28,0),(5982,29,0),(5982,32,0),(5982,35,0),(5982,36,0),(5982,37,0),(5982,46,0),(5982,132,0),(5994,4,0),(5994,21,0),(5994,23,0),(5994,28,0),(5994,29,0),(5994,32,0),(5994,35,0),(5994,36,0),(5994,37,0),(5994,47,0),(5994,132,0),(6001,4,0),(6001,21,0),(6001,23,0),(6001,28,0),(6001,29,0),(6001,32,0),(6001,35,0),(6001,36,0),(6001,37,0),(6001,48,0),(6001,132,0),(6009,4,0),(6009,21,0),(6009,23,0),(6009,28,0),(6009,29,0),(6009,32,0),(6009,35,0),(6009,36,0),(6009,37,0),(6009,50,0),(6009,132,0),(6016,4,0),(6016,21,0),(6016,23,0),(6016,28,0),(6016,29,0),(6016,32,0),(6016,35,0),(6016,36,0),(6016,37,0),(6016,49,0),(6016,132,0),(6023,4,0),(6023,21,0),(6023,23,0),(6023,28,0),(6023,29,0),(6023,32,0),(6023,35,0),(6023,36,0),(6023,37,0),(6023,52,0),(6023,132,0),(6030,4,0),(6030,21,0),(6030,23,0),(6030,28,0),(6030,29,0),(6030,32,0),(6030,35,0),(6030,36,0),(6030,37,0),(6030,51,0),(6030,132,0),(6037,4,0),(6037,21,0),(6037,23,0),(6037,28,0),(6037,29,0),(6037,32,0),(6037,35,0),(6037,36,0),(6037,37,0),(6037,54,0),(6037,132,0),(6042,4,0),(6042,21,0),(6042,23,0),(6042,28,0),(6042,29,0),(6042,32,0),(6042,35,0),(6042,36,0),(6042,37,0),(6042,55,0),(6042,132,0),(6047,4,0),(6047,21,0),(6047,23,0),(6047,28,0),(6047,29,0),(6047,32,0),(6047,35,0),(6047,36,0),(6047,37,0),(6047,56,0),(6047,132,0),(6052,4,0),(6052,21,0),(6052,23,0),(6052,28,0),(6052,29,0),(6052,32,0),(6052,35,0),(6052,36,0),(6052,37,0),(6052,46,0),(6052,132,0),(6065,4,0),(6065,21,0),(6065,23,0),(6065,28,0),(6065,29,0),(6065,32,0),(6065,35,0),(6065,36,0),(6065,37,0),(6065,59,0),(6065,132,0),(6072,4,0),(6072,21,0),(6072,23,0),(6072,28,0),(6072,29,0),(6072,32,0),(6072,35,0),(6072,36,0),(6072,37,0),(6072,62,0),(6072,132,0),(6079,4,0),(6079,21,0),(6079,23,0),(6079,28,0),(6079,29,0),(6079,32,0),(6079,35,0),(6079,36,0),(6079,37,0),(6079,63,0),(6079,132,0),(6086,4,0),(6086,21,0),(6086,23,0),(6086,28,0),(6086,29,0),(6086,32,0),(6086,35,0),(6086,36,0),(6086,37,0),(6086,65,0),(6086,132,0),(6093,4,0),(6093,21,0),(6093,23,0),(6093,28,0),(6093,29,0),(6093,32,0),(6093,35,0),(6093,36,0),(6093,37,0),(6093,66,0),(6093,132,0),(6101,4,0),(6101,21,0),(6101,23,0),(6101,28,0),(6101,29,0),(6101,32,0),(6101,35,0),(6101,36,0),(6101,37,0),(6101,67,0),(6101,132,0),(6110,4,0),(6110,21,0),(6110,23,0),(6110,28,0),(6110,29,0),(6110,32,0),(6110,35,0),(6110,36,0),(6110,37,0),(6110,69,0),(6110,132,0),(6117,4,0),(6117,21,0),(6117,23,0),(6117,28,0),(6117,29,0),(6117,32,0),(6117,35,0),(6117,36,0),(6117,37,0),(6117,72,0),(6117,132,0),(6125,4,0),(6125,21,0),(6125,23,0),(6125,28,0),(6125,29,0),(6125,32,0),(6125,35,0),(6125,36,0),(6125,37,0),(6125,88,0),(6125,132,0),(6132,4,0),(6132,21,0),(6132,23,0),(6132,28,0),(6132,29,0),(6132,32,0),(6132,35,0),(6132,36,0),(6132,37,0),(6132,86,0),(6132,132,0),(6139,4,0),(6139,21,0),(6139,23,0),(6139,28,0),(6139,29,0),(6139,32,0),(6139,35,0),(6139,36,0),(6139,37,0),(6139,87,0),(6139,132,0),(6146,4,0),(6146,21,0),(6146,23,0),(6146,28,0),(6146,29,0),(6146,32,0),(6146,35,0),(6146,36,0),(6146,37,0),(6146,89,0),(6146,132,0),(6153,4,0),(6153,21,0),(6153,23,0),(6153,28,0),(6153,29,0),(6153,32,0),(6153,35,0),(6153,36,0),(6153,37,0),(6153,90,0),(6153,132,0),(6165,4,0),(6165,21,0),(6165,23,0),(6165,28,0),(6165,29,0),(6165,32,0),(6165,35,0),(6165,36,0),(6165,37,0),(6165,95,0),(6165,132,0),(6171,4,0),(6171,21,0),(6171,23,0),(6171,28,0),(6171,29,0),(6171,32,0),(6171,35,0),(6171,36,0),(6171,37,0),(6171,91,0),(6171,132,0),(6181,4,0),(6181,21,0),(6181,23,0),(6181,28,0),(6181,29,0),(6181,32,0),(6181,35,0),(6181,36,0),(6181,37,0),(6181,97,0),(6181,132,0),(6187,4,0),(6187,21,0),(6187,23,0),(6187,28,0),(6187,29,0),(6187,32,0),(6187,35,0),(6187,36,0),(6187,37,0),(6187,92,0),(6187,132,0),(6196,4,0),(6196,21,0),(6196,23,0),(6196,28,0),(6196,29,0),(6196,32,0),(6196,35,0),(6196,36,0),(6196,37,0),(6196,105,0),(6196,132,0),(6202,4,0),(6202,21,0),(6202,23,0),(6202,28,0),(6202,29,0),(6202,32,0),(6202,35,0),(6202,36,0),(6202,37,0),(6202,93,0),(6202,132,0),(6211,4,0),(6211,21,0),(6211,23,0),(6211,28,0),(6211,29,0),(6211,32,0),(6211,35,0),(6211,36,0),(6211,37,0),(6211,94,0),(6211,132,0),(6224,4,0),(6224,21,0),(6224,23,0),(6224,28,0),(6224,29,0),(6224,32,0),(6224,35,0),(6224,36,0),(6224,37,0),(6224,108,0),(6224,132,0),(6230,4,0),(6230,21,0),(6230,23,0),(6230,28,0),(6230,29,0),(6230,32,0),(6230,35,0),(6230,36,0),(6230,37,0),(6230,96,0),(6230,132,0),(6240,4,0),(6240,21,0),(6240,23,0),(6240,28,0),(6240,29,0),(6240,32,0),(6240,35,0),(6240,36,0),(6240,37,0),(6240,114,0),(6240,132,0),(6246,4,0),(6246,21,0),(6246,23,0),(6246,28,0),(6246,29,0),(6246,32,0),(6246,35,0),(6246,36,0),(6246,37,0),(6246,116,0),(6246,132,0),(6252,4,0),(6252,21,0),(6252,23,0),(6252,28,0),(6252,29,0),(6252,32,0),(6252,35,0),(6252,36,0),(6252,37,0),(6252,117,0),(6252,132,0),(6258,4,0),(6258,21,0),(6258,23,0),(6258,28,0),(6258,29,0),(6258,32,0),(6258,35,0),(6258,36,0),(6258,37,0),(6258,113,0),(6258,132,0),(6264,4,0),(6264,21,0),(6264,23,0),(6264,28,0),(6264,29,0),(6264,32,0),(6264,35,0),(6264,36,0),(6264,37,0),(6264,118,0),(6264,132,0),(6270,4,0),(6270,21,0),(6270,23,0),(6270,28,0),(6270,29,0),(6270,32,0),(6270,35,0),(6270,36,0),(6270,37,0),(6270,119,0),(6270,132,0),(6276,4,0),(6276,21,0),(6276,23,0),(6276,28,0),(6276,29,0),(6276,32,0),(6276,35,0),(6276,36,0),(6276,37,0),(6276,120,0),(6276,132,0),(6282,4,0),(6282,21,0),(6282,23,0),(6282,28,0),(6282,29,0),(6282,32,0),(6282,35,0),(6282,36,0),(6282,37,0),(6282,121,0),(6282,132,0),(6288,4,0),(6288,21,0),(6288,23,0),(6288,28,0),(6288,29,0),(6288,32,0),(6288,35,0),(6288,36,0),(6288,37,0),(6288,111,0),(6288,132,0),(6294,4,0),(6294,21,0),(6294,23,0),(6294,28,0),(6294,29,0),(6294,32,0),(6294,35,0),(6294,36,0),(6294,37,0),(6294,112,0),(6294,132,0),(6301,4,0),(6301,21,0),(6301,23,0),(6301,28,0),(6301,29,0),(6301,32,0),(6301,35,0),(6301,36,0),(6301,37,0),(6301,115,0),(6301,132,0),(6307,4,0),(6307,21,0),(6307,23,0),(6307,28,0),(6307,29,0),(6307,32,0),(6307,35,0),(6307,36,0),(6307,37,0),(6307,122,0),(6307,132,0),(6313,4,0),(6313,21,0),(6313,23,0),(6313,28,0),(6313,29,0),(6313,32,0),(6313,35,0),(6313,36,0),(6313,37,0),(6313,125,0),(6313,132,0),(6319,4,0),(6319,21,0),(6319,23,0),(6319,28,0),(6319,29,0),(6319,32,0),(6319,35,0),(6319,36,0),(6319,37,0),(6319,126,0),(6319,132,0),(6325,4,0),(6325,21,0),(6325,23,0),(6325,28,0),(6325,29,0),(6325,32,0),(6325,35,0),(6325,36,0),(6325,37,0),(6325,127,0),(6325,132,0),(6333,84,0),(6335,84,0),(6336,84,0),(6340,84,0),(6346,84,0),(6352,84,0),(6361,84,0),(6363,84,0),(6364,84,0),(6365,84,0),(6367,84,0),(6368,84,0),(6369,84,0),(6370,84,0),(6371,84,0),(6372,84,0),(6373,84,0),(6375,84,0),(6380,84,0),(6387,84,0),(6394,84,0),(6404,84,0),(6420,84,0),(6421,84,0),(6422,84,0),(6423,84,0),(6424,84,0),(6425,84,0),(6426,84,0),(6427,84,0),(6428,84,0),(6429,84,0),(6430,84,0),(6431,84,0),(6432,84,0),(6433,84,0),(6434,84,0),(6435,84,0),(6436,84,0),(6437,84,0),(6438,84,0),(6439,84,0),(6440,84,0),(6441,84,0),(6442,84,0),(6443,84,0),(6444,84,0),(6445,84,0),(6446,84,0),(6449,84,0),(6450,84,0),(6452,84,0),(6453,84,0),(6454,84,0),(6455,84,0),(6456,84,0),(6457,84,0),(6458,84,0),(6459,84,0),(6460,84,0),(6461,84,0),(6462,84,0),(6463,84,0),(6466,109,0),(6470,109,0),(6471,109,0),(6472,109,0),(6473,109,0),(6474,109,0),(6476,109,0),(6478,109,0),(6480,109,0),(6485,134,0),(6486,134,0),(6487,134,0),(6488,134,0),(6489,134,0),(6490,134,0),(6491,134,0),(6492,134,0),(6493,134,0),(6495,134,0),(6496,134,0),(6497,134,0),(6498,134,0),(6499,134,0),(6500,134,0),(6565,109,0),(6566,109,0),(6567,109,0),(6568,109,0),(6569,109,0),(6570,109,0),(6571,109,0),(7092,4,0),(7092,22,0),(7092,133,0),(7092,144,0),(7092,150,0),(7109,4,0),(7109,22,0),(7109,133,0),(7109,144,0),(7109,150,0),(7113,4,0),(7113,22,0),(7113,133,0),(7113,150,0),(7126,2,0),(7126,153,0),(7126,154,0),(7126,155,0),(7126,156,0),(7126,157,0),(7126,158,0),(7126,159,0),(7137,134,0),(7200,2,0),(7200,129,0),(7200,131,0),(7200,161,0),(7270,4,0),(7270,22,0),(7270,133,0),(7270,162,0),(7271,22,0),(7272,22,0),(7273,22,0),(7274,4,0),(7274,22,0),(7274,130,0),(7274,164,0),(7276,22,0),(7277,22,0),(7278,22,0),(7279,22,0),(7280,22,0),(7281,4,0),(7281,22,0),(7281,133,0),(7281,163,0),(7282,22,0),(7283,22,0),(7284,22,0),(7285,22,0),(7287,4,0),(7287,22,0),(7287,133,0),(7287,165,0),(7293,4,0),(7293,22,0),(7293,133,0),(7293,166,0),(7298,4,0),(7298,22,0),(7298,133,0),(7298,167,0),(7303,4,0),(7303,22,0),(7303,133,0),(7303,168,0),(7308,4,0),(7308,22,0),(7308,133,0),(7308,169,0),(7336,4,0),(7336,22,0),(7336,128,0),(7336,133,0),(7337,4,0),(7337,22,0),(7337,128,0),(7337,133,0),(7338,4,0),(7338,22,0),(7338,128,0),(7338,133,0),(7373,4,0),(7373,22,0),(7373,133,0),(7373,168,0),(7386,22,0),(7387,22,0),(7388,22,0),(7394,4,0),(7394,22,0),(7394,128,0),(7394,133,0),(7401,4,0),(7401,22,0),(7401,128,0),(7401,133,0),(7634,4,0),(7634,29,0),(7634,123,0),(7634,131,0),(7637,4,0),(7637,29,0),(7637,123,0),(7637,131,0),(7639,4,0),(7639,29,0),(7639,123,0),(7639,131,0),(7643,4,0),(7643,29,0),(7643,123,0),(7643,131,0),(7647,4,0),(7647,29,0),(7647,123,0),(7647,131,0),(7662,4,0),(7662,29,0),(7662,123,0),(7662,131,0),(7673,4,0),(7673,29,0),(7673,123,0),(7673,131,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=171 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'product_type','',0,9),(3,3,'product_type','',0,0),(4,4,'product_type','',0,86),(5,5,'product_type','',0,0),(6,6,'category','',0,0),(7,7,'category','',0,0),(8,8,'category','',0,0),(9,9,'category','',0,0),(10,10,'category','',0,0),(11,11,'category','',0,0),(12,12,'category','',0,0),(13,13,'category','',0,0),(14,14,'post_tag','',0,0),(15,15,'post_tag','',0,0),(16,16,'post_tag','',0,0),(17,17,'post_tag','',0,0),(18,18,'post_tag','',0,0),(19,19,'post_tag','',0,0),(20,20,'post_tag','',0,0),(21,21,'pa_photo-prints','',0,56),(22,22,'product_shipping_class','Apparel Shipping',0,35),(23,23,'pa_photo-prints','',0,56),(24,24,'product_tag','',0,1),(25,25,'product_tag','',0,0),(26,26,'product_tag','',0,0),(27,27,'product_tag','',0,1),(28,28,'pa_photo-prints','',0,56),(29,29,'product_shipping_class','Canvas Prints Shipping',0,71),(30,30,'product_tag','',0,1),(31,31,'product_tag','',0,0),(32,32,'pa_photo-prints','',0,56),(33,33,'portfolio_entries','',0,0),(34,34,'product_tag','',0,1),(35,35,'pa_photo-prints','',0,56),(36,36,'pa_photo-prints','',0,56),(37,37,'pa_photo-prints','',0,56),(38,38,'product_tag','',0,1),(39,39,'product_tag','',0,0),(40,40,'product_tag','',0,0),(41,41,'product_tag','',0,1),(42,42,'pa_photo-prints','',0,0),(43,43,'product_tag','',0,1),(44,44,'product_tag','',0,1),(45,45,'product_tag','',0,0),(46,46,'product_tag','',0,3),(47,47,'product_tag','',0,1),(48,48,'product_tag','',0,1),(49,49,'product_tag','',0,1),(50,50,'product_tag','',0,1),(51,51,'product_tag','',0,1),(52,52,'product_tag','',0,1),(53,53,'product_tag','',0,1),(54,54,'product_tag','',0,1),(55,55,'product_tag','',0,1),(56,56,'product_tag','',0,1),(57,57,'product_tag','',0,1),(58,58,'product_tag','',0,0),(59,59,'product_tag','',0,1),(60,60,'product_tag','',0,1),(61,61,'product_tag','',0,0),(62,62,'product_tag','',0,1),(63,63,'product_tag','',0,1),(64,64,'product_tag','',0,0),(65,65,'product_tag','',0,1),(66,66,'product_tag','',0,1),(67,67,'product_tag','',0,1),(68,68,'product_tag','',0,0),(69,69,'product_tag','',0,1),(70,70,'product_tag','',0,0),(71,71,'product_tag','',0,1),(72,72,'product_tag','',0,1),(73,73,'product_tag','',0,0),(74,74,'product_tag','',0,0),(75,75,'product_tag','',0,1),(76,76,'product_tag','',0,1),(77,77,'product_tag','',0,1),(78,78,'product_tag','',0,1),(79,79,'product_tag','',0,1),(80,80,'product_tag','',0,1),(81,81,'product_tag','',0,1),(82,82,'product_tag','',0,1),(83,83,'portfolio_entries','',0,8),(84,84,'portfolio_entries','',0,70),(85,85,'portfolio_entries','',0,0),(86,86,'product_tag','',0,1),(87,87,'product_tag','',0,1),(88,88,'product_tag','',0,1),(89,89,'product_tag','',0,1),(90,90,'product_tag','',0,1),(91,91,'product_tag','',0,1),(92,92,'product_tag','',0,1),(93,93,'product_tag','',0,1),(94,94,'product_tag','',0,1),(95,95,'product_tag','',0,1),(96,96,'product_tag','',0,1),(97,97,'product_tag','',0,1),(98,98,'product_tag','',0,0),(99,99,'product_tag','',0,0),(100,100,'product_tag','',0,0),(101,101,'product_tag','',0,0),(102,102,'product_tag','',0,0),(103,103,'product_tag','',0,1),(104,104,'product_tag','',0,1),(105,105,'product_tag','',0,1),(106,106,'product_tag','',0,0),(107,107,'product_tag','',0,0),(108,108,'product_tag','',0,1),(109,109,'portfolio_entries','',0,33),(110,110,'product_tag','',0,1),(111,111,'product_tag','',0,1),(112,112,'product_tag','',0,1),(113,113,'product_tag','',0,1),(114,114,'product_tag','',0,1),(115,115,'product_tag','',0,1),(116,116,'product_tag','',0,1),(117,117,'product_tag','',0,1),(118,118,'product_tag','',0,1),(119,119,'product_tag','',0,1),(120,120,'product_tag','',0,1),(121,121,'product_tag','',0,1),(122,122,'product_tag','',0,1),(123,123,'product_tag','',0,8),(124,124,'product_tag','',0,0),(125,125,'product_tag','',0,1),(126,126,'product_tag','',0,1),(127,127,'product_tag','',0,1),(128,128,'product_cat','',0,4),(129,129,'product_cat','',0,1),(130,130,'product_cat','',128,1),(131,131,'product_cat','',0,16),(132,132,'product_cat','',0,56),(133,133,'product_cat','',128,21),(134,134,'nav_menu','',0,16),(135,135,'nav_menu','',0,0),(136,136,'product_visibility','',0,0),(137,137,'product_visibility','',0,0),(138,138,'product_visibility','',0,0),(139,139,'product_visibility','',0,0),(140,140,'product_visibility','',0,0),(141,141,'product_visibility','',0,0),(142,142,'product_visibility','',0,0),(143,143,'product_visibility','',0,0),(144,144,'product_visibility','',0,1),(145,145,'product_tag','',0,0),(146,146,'pa_apparel','',0,0),(147,147,'pa_apparel','',0,0),(148,148,'pa_apparel','',0,0),(149,149,'pa_apparel','',0,0),(150,150,'product_tag','',0,1),(151,151,'pa_photo-prints','',0,0),(152,152,'pa_photo-prints','',0,0),(153,153,'product_cat','',0,1),(154,154,'product_tag','',0,1),(155,155,'product_tag','',0,1),(156,156,'product_tag','',0,1),(157,157,'product_tag','',0,1),(158,158,'product_tag','',0,1),(159,159,'product_tag','',0,1),(160,160,'product_cat','',0,0),(161,161,'product_shipping_class','Large Stretched Canvas',0,1),(162,162,'product_tag','',0,1),(163,163,'product_tag','',0,1),(164,164,'product_tag','',0,1),(165,165,'product_tag','',0,1),(166,166,'product_tag','',0,1),(167,167,'product_tag','',0,1),(168,168,'product_tag','',0,2),(169,169,'product_tag','',0,1),(170,170,'product_cat','',0,0); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=148 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; INSERT INTO `wp_termmeta` VALUES (1,21,'order_pa_photo-prints','0'),(2,23,'order_pa_photo-prints','0'),(3,24,'product_count_product_tag','1'),(4,25,'product_count_product_tag','0'),(5,26,'product_count_product_tag','0'),(6,27,'product_count_product_tag','1'),(7,28,'order_pa_photo-prints','0'),(8,30,'product_count_product_tag','1'),(9,31,'product_count_product_tag','0'),(10,32,'order_pa_photo-prints','0'),(11,34,'product_count_product_tag','1'),(12,35,'order_pa_photo-prints','0'),(13,36,'order_pa_photo-prints','0'),(14,37,'order_pa_photo-prints','0'),(15,38,'product_count_product_tag','1'),(16,39,'product_count_product_tag','0'),(17,40,'product_count_product_tag','0'),(18,41,'product_count_product_tag','1'),(19,42,'order_pa_photo-prints','0'),(20,43,'product_count_product_tag','1'),(21,44,'product_count_product_tag','1'),(22,45,'product_count_product_tag','0'),(23,46,'product_count_product_tag','3'),(24,47,'product_count_product_tag','1'),(25,48,'product_count_product_tag','1'),(26,49,'product_count_product_tag','1'),(27,50,'product_count_product_tag','1'),(28,51,'product_count_product_tag','1'),(29,52,'product_count_product_tag','1'),(30,53,'product_count_product_tag','1'),(31,54,'product_count_product_tag','1'),(32,55,'product_count_product_tag','1'),(33,56,'product_count_product_tag','1'),(34,57,'product_count_product_tag','1'),(35,58,'product_count_product_tag','0'),(36,59,'product_count_product_tag','1'),(37,60,'product_count_product_tag','1'),(38,61,'product_count_product_tag','0'),(39,62,'product_count_product_tag','1'),(40,63,'product_count_product_tag','1'),(41,64,'product_count_product_tag','0'),(42,65,'product_count_product_tag','1'),(43,66,'product_count_product_tag','1'),(44,67,'product_count_product_tag','1'),(45,68,'product_count_product_tag','0'),(46,69,'product_count_product_tag','1'),(47,70,'product_count_product_tag','0'),(48,71,'product_count_product_tag','1'),(49,72,'product_count_product_tag','1'),(50,73,'product_count_product_tag','0'),(51,74,'product_count_product_tag','0'),(52,75,'product_count_product_tag','1'),(53,76,'product_count_product_tag','1'),(54,77,'product_count_product_tag','1'),(55,78,'product_count_product_tag','1'),(56,79,'product_count_product_tag','1'),(57,80,'product_count_product_tag','1'),(58,81,'product_count_product_tag','1'),(59,82,'product_count_product_tag','1'),(60,86,'product_count_product_tag','1'),(61,87,'product_count_product_tag','1'),(62,88,'product_count_product_tag','1'),(63,89,'product_count_product_tag','1'),(64,90,'product_count_product_tag','1'),(65,91,'product_count_product_tag','1'),(66,92,'product_count_product_tag','1'),(67,93,'product_count_product_tag','1'),(68,94,'product_count_product_tag','1'),(69,95,'product_count_product_tag','1'),(70,96,'product_count_product_tag','1'),(71,97,'product_count_product_tag','1'),(72,98,'product_count_product_tag','0'),(73,99,'product_count_product_tag','0'),(74,100,'product_count_product_tag','0'),(75,101,'product_count_product_tag','0'),(76,102,'product_count_product_tag','0'),(77,103,'product_count_product_tag','1'),(78,104,'product_count_product_tag','1'),(79,105,'product_count_product_tag','1'),(80,106,'product_count_product_tag','0'),(81,107,'product_count_product_tag','0'),(82,108,'product_count_product_tag','1'),(83,110,'product_count_product_tag','1'),(84,111,'product_count_product_tag','1'),(85,112,'product_count_product_tag','1'),(86,113,'product_count_product_tag','1'),(87,114,'product_count_product_tag','1'),(88,115,'product_count_product_tag','1'),(89,116,'product_count_product_tag','1'),(90,117,'product_count_product_tag','1'),(91,118,'product_count_product_tag','1'),(92,119,'product_count_product_tag','1'),(93,120,'product_count_product_tag','1'),(94,121,'product_count_product_tag','1'),(95,122,'product_count_product_tag','1'),(96,123,'product_count_product_tag','8'),(97,124,'product_count_product_tag','0'),(98,125,'product_count_product_tag','1'),(99,126,'product_count_product_tag','1'),(100,127,'product_count_product_tag','1'),(101,128,'order','0'),(102,128,'order','0'),(103,128,'product_count_product_cat','22'),(104,128,'display_type',''),(105,128,'thumbnail_id','0'),(106,129,'order','0'),(107,129,'order','0'),(108,129,'product_count_product_cat','1'),(109,130,'order','0'),(110,130,'order','0'),(111,130,'product_count_product_cat','1'),(112,131,'order','0'),(113,131,'order','0'),(114,131,'product_count_product_cat','16'),(115,132,'order','0'),(116,132,'order','0'),(117,132,'product_count_product_cat','56'),(118,132,'display_type',''),(119,132,'thumbnail_id','0'),(120,133,'order','0'),(121,133,'order','0'),(122,133,'product_count_product_cat','21'),(123,145,'product_count_product_tag','0'),(124,146,'order_pa_apparel','0'),(125,147,'order_pa_apparel','0'),(126,148,'order_pa_apparel','0'),(127,149,'order_pa_apparel','0'),(128,150,'product_count_product_tag','1'),(129,151,'order_pa_photo-prints','0'),(130,152,'order_pa_photo-prints','0'),(131,153,'order','0'),(132,153,'product_count_product_cat','1'),(133,154,'product_count_product_tag','1'),(134,155,'product_count_product_tag','1'),(135,156,'product_count_product_tag','1'),(136,157,'product_count_product_tag','1'),(137,158,'product_count_product_tag','1'),(138,159,'product_count_product_tag','1'),(139,160,'order','0'),(140,162,'product_count_product_tag','1'),(141,163,'product_count_product_tag','1'),(142,164,'product_count_product_tag','1'),(143,165,'product_count_product_tag','1'),(144,166,'product_count_product_tag','1'),(145,167,'product_count_product_tag','1'),(146,168,'product_count_product_tag','2'),(147,169,'product_count_product_tag','1'); /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=171 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'simple','simple',0),(3,'grouped','grouped',0),(4,'variable','variable',0),(5,'external','external',0),(6,'Audio','audio',0),(7,'Creativity','creativity',0),(8,'Goals','goals',0),(9,'News','news',0),(10,'Soft Skills','soft-skills',0),(11,'Technology','technology',0),(12,'Trendy','trendy',0),(13,'Video','video',0),(14,'Festival','festival',0),(15,'Inspiration','inspiration',0),(16,'Learning','learning',0),(17,'Photoshop','photoshop',0),(18,'Technology','technology',0),(19,'Trend','trend',0),(20,'Web 2.0','web-2-0',0),(21,'A','a',0),(22,'Apparel','apparel',0),(23,'B','b',0),(24,'Bimini Blue Canvas Print','bimini-blue-canvas-print',0),(25,'Blacktip Shark','blacktip-shark',0),(26,'Blacktip Shark Underneath','blacktip-shark-underneath',0),(27,'Bottlenose Dolphin Canvas Print','bottlenose-dolphin-canvas-print',0),(28,'C','c',0),(29,'Canvas Prints','canvas-prints',0),(30,'Closer Look Canvas Print','closer-look-canvas-print',0),(31,'Closer Look Giclee Print','closer-look-giclee-print',0),(32,'D','d',0),(33,'Designs','designs',0),(34,'Dolphins and Butterflyfish Canvas Print','dolphins-and-butterflyfish-canvas-print',0),(35,'E','e',0),(36,'F','f',0),(37,'G','g',0),(38,'Gazing Reef Canvas Print','gazing-reef-canvas-print',0),(39,'Gearhead Girl Canvas Print','gearhead-girl-canvas-print',0),(40,'Great White Shark','great-white-shark',0),(41,'Green Sea Turtle Canvas Print','green-sea-turtle-canvas-print',0),(42,'H','h',0),(43,'Hawksbill Sea Turtle Canvas Print','hawksbill-sea-turtle-canvas-print',0),(44,'Hawksbill Turtle 2 Canvas Print','hawksbill-turtle-2-canvas-print',0),(45,'Hawksbill Turtle 6 Canvas Print','hawksbill-turtle-6-canvas-print',0),(46,'Hawksbill Turtle Canvas Print','hawksbill-turtle-canvas-print',0),(47,'Hawksbill Turtle Eating Sponge Canvas Print','hawksbill-turtle-eating-sponge-canvas-print',0),(48,'Hawksbill Turtle Flight 2 Canvas Print','hawksbill-turtle-flight-2-canvas-print',0),(49,'Hawksbill Turtle Flight 3 Canvas Print','hawksbill-turtle-flight-3-canvas-print',0),(50,'Hawksbill Turtle Flight Canvas Print','hawksbill-turtle-flight-canvas-print',0),(51,'Hawksbill Turtle in Coral 2 Canvas Print','hawksbill-turtle-in-coral-2-canvas-print',0),(52,'Hawksbill Turtle in Coral Canvas Print','hawksbill-turtle-in-coral-canvas-print',0),(53,'Hawksbill Turtle Sitting Canvas Print','hawksbill-turtle-sitting-canvas-print',0),(54,'Hawksbill Turtle With Sponge 1 Canvas Print','hawksbill-turtle-with-sponge-1-canvas-print',0),(55,'Hawksbill Turtle With Sponge 2 Canvas Print','hawksbill-turtle-with-sponge-2-canvas-print',0),(56,'Hawksbill Turtle With Sponge 3 Canvas Print','hawksbill-turtle-with-sponge-3-canvas-print',0),(57,'Hawksbill Turtle With Sponge 4 Canvas Print','hawksbill-turtle-with-sponge-4-canvas-print',0),(58,'Hawksbill Turtle With Sponge Canvas Print','hawksbill-turtle-with-sponge-canvas-print',0),(59,'Lemon and Reef Canvas Print','lemon-and-reef-canvas-print',0),(60,'Lemon Bite','lemon-bite',0),(61,'Lemon Shark Breaking Print','lemon-shark-breaking-print',0),(62,'Lemon Shark Chrome Surface Canvas Print','lemon-shark-chrome-surface-canvas-print',0),(63,'Lemon Shark Cleaned by Ramoras Canvas Print','lemon-shark-cleaned-by-ramoras-canvas-print',0),(64,'Lemon Shark Cleaned By Ramoras Print','lemon-shark-cleaned-by-ramoras-print',0),(65,'Lemon Shark Over the Reef Canvas Print','lemon-shark-over-the-reef-canvas-print',0),(66,'Lemon Shark Quicksilver Canvas Print','lemon-shark-quicksilver-canvas-print',0),(67,'Lemon Shark Sunset Canvas Print','lemon-shark-sunset-canvas-print',0),(68,'Lemon Shark Sunset Print','lemon-shark-sunset-print',0),(69,'Lemon Snap 1 Canvas Print','lemon-snap-1-canvas-print',0),(70,'Lemon Snap Shark Print','lemon-snap-shark-print',0),(71,'Loggerhead Sea Turtle Canvas Print','loggerhead-sea-turtle-canvas-print',0),(72,'Manatee Mother & Child Canvas Print','manatee-mother-child-canvas-print',0),(73,'Nurse Shark','nurse-shark',0),(74,'Nurse Shark Underneath','nurse-shark-underneath',0),(75,'Octopus Crew Neck T-Shirt Black - Women\'s','octopus-crew-neck-t-shirt-black-womens',0),(76,'Octopus Crew Neck T-Shirt Grey - Women\'s','octopus-crew-neck-t-shirt-grey-womens',0),(77,'Octopus T-Shirt Black - Men\'s','octopus-t-shirt-black-mens',0),(78,'Octopus T-Shirt Grey - Men\'s','octopus-t-shirt-grey-mens',0),(79,'Octopus V-Neck T-Shirt Black - Men\'s','octopus-v-neck-t-shirt-black-mens',0),(80,'Octopus V-Neck T-Shirt Black - Women\'s','octopus-v-neck-t-shirt-black-womens',0),(81,'Octopus V-Neck T-Shirt Grey - Men\'s','octopus-v-neck-t-shirt-grey-mens',0),(82,'Octopus V-Neck T-Shirt Grey - Women\'s','octopus-v-neck-t-shirt-grey-womens',0),(83,'Paintings','paintings',0),(84,'Photography','photography',0),(85,'Press','press',0),(86,'Reef Shark 90 Degrees Canvas Print','reef-shark-90-degrees-canvas-print',0),(87,'Reef Shark and Brain Coral Canvas Print','reef-shark-and-brain-coral-canvas-print',0),(88,'Reef Shark Canvas Print','reef-shark-canvas-print',0),(89,'Reef Shark Over Reef Canvas Print','reef-shark-over-reef-canvas-print',0),(90,'Reef Shark Over Reefs Canvas Print','reef-shark-over-reefs-canvas-print',0),(91,'Reef Shark Scar Canvas Print','reef-shark-scar-canvas-print',0),(92,'Reef Shark Surface Cut Canvas Print','reef-shark-surface-cut-canvas-print',0),(93,'Reef Shark Trio Cove Canvas Print','reef-shark-trio-cove-canvas-print',0),(94,'Reef Shark Wave Cove Canvas Print','reef-shark-wave-cove-canvas-print',0),(95,'Reef Squids Caymen 1 Canvas Print','reef-squids-caymen-1-canvas-print',0),(96,'Reef Squids Caymen 2 Canvas Print','reef-squids-caymen-2-canvas-print',0),(97,'Reflecting Reef Shark Canvas Print','reflecting-reef-shark-canvas-print',0),(98,'Sea Turtle & Yellow Fish','sea-turtle-yellow-fish',0),(99,'sea turtle and coral','sea-turtle-and-coral',0),(100,'Sea Turtle Eating Coral','sea-turtle-eating-coral',0),(101,'Sea Turtle Swimming','sea-turtle-swimming',0),(102,'Sealy Girl Canvas Print','sealy-girl-canvas-print',0),(103,'Shark Study 1 Canvas Print','shark-study-1-canvas-print',0),(104,'Shark Study 2 Canvas Print','shark-study-2-canvas-print',0),(105,'Spotted Bottlenose Dolphin Canvas Print','spotted-bottlenose-dolphin-canvas-print',0),(106,'Squad of Squid','squad-of-squid',0),(107,'Squids Pair','squids-pair',0),(108,'Swim Fast Canvas Print','swim-fast-canvas-print',0),(109,'Tattoos','tattoos',0),(110,'Tiger Shark','tiger-shark',0),(111,'Tiger Shark 1 Canvas Print','tiger-shark-1-canvas-print',0),(112,'Tiger Shark 5 Canvas Print','tiger-shark-5-canvas-print',0),(113,'Tiger Shark and Cobia Canvas Print','tiger-shark-and-cobia-canvas-print',0),(114,'Tiger Shark Beach Canvas Print','tiger-shark-beach-canvas-print',0),(115,'Tiger Shark Close Up Canvas Print','tiger-shark-close-up-canvas-print',0),(116,'Tiger Shark Emma 1 Canvas Print','tiger-shark-emma-1-canvas-print',0),(117,'Tiger Shark Emma 2 Canvas Print','tiger-shark-emma-2-canvas-print',0),(118,'Tiger Shark in Sunlight Canvas Print','tiger-shark-in-sunlight-canvas-print',0),(119,'Tiger Shark Lurking Canvas Print','tiger-shark-lurking-canvas-print',0),(120,'Tiger Shark Serenity Canvas Print','tiger-shark-serenity-canvas-print',0),(121,'Tiger Shark Stalker Canvas Print','tiger-shark-stalker-canvas-print',0),(122,'Tiger Tail Canvas Print','tiger-tail-canvas-print',0),(123,'Tortuga Del Mar Canvas Print','tortuga-del-mar-canvas-print',0),(124,'Two Squids Giclee Print','two-squids-giclee-print',0),(125,'White Shark Guadalupe 1 Canvas Print','white-shark-guadalupe-1-canvas-print',0),(126,'White Shark Guadalupe 2 Canvas Print','white-shark-guadalupe-2-canvas-print',0),(127,'White Shark Guadalupe 3 Canvas Print','white-shark-guadalupe-3-canvas-print',0),(128,'Apparel','apparel',0),(129,'Canvas Prints','canvas-prints',0),(130,'Hoodies','hoodies',0),(131,'Paintings Canvas Prints','paintings-canvas-prints',0),(132,'Photography Prints','photo-prints',0),(133,'T-shirts','t-shirts',0),(134,'Header Menu','header-menu',0),(135,'One Page','one-page',0),(136,'exclude-from-search','exclude-from-search',0),(137,'exclude-from-catalog','exclude-from-catalog',0),(138,'featured','featured',0),(139,'outofstock','outofstock',0),(140,'rated-1','rated-1',0),(141,'rated-2','rated-2',0),(142,'rated-3','rated-3',0),(143,'rated-4','rated-4',0),(144,'rated-5','rated-5',0),(145,'Men\'s Tank Top Black','mens-tank-top-black',0),(146,'Small','small',0),(147,'Medium','medium',0),(148,'Large','large',0),(149,'Extra Large','extralarge',0),(150,'Octopus Tank Top Black - Men\'s','octopus-tank-top-black-mens',0),(151,'Sizes','sizes',0),(152,'151','151',0),(153,'Machines','machines',0),(154,'tatto machine','tatto-machine',0),(155,'machine','machine',0),(156,'bimini blue','bimini-blue',0),(157,'spektra','spektra',0),(158,'edge','edge',0),(159,'fkirons','fkirons',0),(160,'Appointment Payment','appointment-payment',0),(161,'Large Canvas','large-canvas',0),(162,'Tiger shark v neck men’s black','tiger-shark-v-neck-mens-black',0),(163,'Tiger Shark V-Neck-Women’s Grey','tiger-shark-v-neck-womens-grey',0),(164,'Tiger Shark V-Neck- Men\'s Grey','tiger-shark-v-neck-mens-grey',0),(165,'Tiger Shark Crew Neck - Men’s - Black','tiger-shark-crew-neck-mens-black',0),(166,'Tiger Shark Crew Neck - Men’s - Grey','tiger-shark-crew-neck-mens-grey',0),(167,'Tiger Shark crew neck women’s black','tiger-shark-crew-neck-womens-black',0),(168,'Tiger Shark Crew Neck women’s grey','tiger-shark-crew-neck-womens-grey',0),(169,'Tiger Shark v Neck women’s black','tiger-shark-v-neck-womens-black',0),(170,'Uncategorized','uncategorized',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=11067 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','deano'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'locale',''),(11,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(12,1,'wp_user_level','10'),(13,1,'dismissed_wp_pointers',''),(14,1,'default_password_nag',''),(15,1,'show_welcome_panel','0'),(16,1,'session_tokens','a:2:{s:64:\"c4cc73c8753254269314ee92f802de33ba8b9fb909d68f0052f3a592e006058f\";a:4:{s:10:\"expiration\";i:1488326781;s:2:\"ip\";s:12:\"66.87.101.71\";s:2:\"ua\";s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_2 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Mobile/14A456 Safari/602.1\";s:5:\"login\";i:1488153981;}s:64:\"a8518d907c18faa4589ebac755941477e7c1e7c71002664de94de46970c8dcb5\";a:4:{s:10:\"expiration\";i:1488399012;s:2:\"ip\";s:12:\"216.253.66.2\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12\";s:5:\"login\";i:1488226212;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','7035'),(18,1,'manageedit-shop_ordercolumnshidden','a:1:{i:0;s:15:\"billing_address\";}'),(19,1,'nav_menu_recently_edited','134'),(20,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(21,1,'metaboxhidden_nav-menus','a:9:{i:0;s:30:\"woocommerce_endpoints_nav_link\";i:1;s:21:\"add-post-type-product\";i:2;s:27:\"add-post-type-dt_portfolios\";i:3;s:26:\"add-post-type-dt_templates\";i:4;s:12:\"add-post_tag\";i:5;s:15:\"add-post_format\";i:6;s:15:\"add-product_cat\";i:7;s:15:\"add-product_tag\";i:8;s:21:\"add-portfolio_entries\";}'),(22,1,'_woocommerce_persistent_cart','a:1:{s:4:\"cart\";a:1:{s:32:\"08c91e534eeb1f1befe8028a2e0cfccb\";a:9:{s:10:\"product_id\";i:6132;s:12:\"variation_id\";i:6706;s:9:\"variation\";a:1:{s:25:\"attribute_pa_photo-prints\";s:1:\"d\";}s:8:\"quantity\";i:1;s:10:\"line_total\";i:500;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";i:500;s:17:\"line_subtotal_tax\";i:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}}}'),(23,1,'wp_user-settings','libraryContent=browse&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=688px&edit_element_vcUIPanelTop=74px&editor=tinymce'),(24,1,'wp_user-settings-time','1487555074'),(25,1,'closedpostboxes_product','a:1:{i:0;s:26:\"woocommerce-product-images\";}'),(26,1,'metaboxhidden_product','a:2:{i:0;s:10:\"postcustom\";i:1;s:7:\"slugdiv\";}'),(27,1,'closedpostboxes_shop_order','a:0:{}'),(28,1,'metaboxhidden_shop_order','a:2:{i:0;s:21:\"mymetabox_revslider_0\";i:1;s:27:\"woocommerce-order-downloads\";}'),(29,1,'closedpostboxes_dashboard','a:0:{}'),(30,1,'metaboxhidden_dashboard','a:4:{i:0;s:19:\"dashboard_right_now\";i:1;s:18:\"dashboard_activity\";i:2;s:21:\"dashboard_quick_press\";i:3;s:17:\"dashboard_primary\";}'),(31,1,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:38:\"dashboard_right_now,dashboard_activity\";s:4:\"side\";s:68:\"dashboard_quick_press,dashboard_primary,woocommerce_dashboard_status\";s:7:\"column3\";s:36:\"woocommerce_dashboard_recent_reviews\";s:7:\"column4\";s:0:\"\";}'),(33,2,'nickname','allison.bischof'),(34,2,'first_name','Allison'),(35,2,'last_name','Bischof'),(36,2,'description',''),(37,2,'rich_editing','true'),(38,2,'comment_shortcuts','false'),(39,2,'admin_color','fresh'),(40,2,'use_ssl','0'),(41,2,'show_admin_bar_front','true'),(42,2,'locale',''),(43,2,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(44,2,'wp_user_level','0'),(45,2,'session_tokens','a:1:{s:64:\"88875bf8e416f90ddf21ab57e939c0abe864669324544682d4b587f14ec89895\";a:4:{s:10:\"expiration\";i:1489981450;s:2:\"ip\";s:12:\"173.50.73.40\";s:2:\"ua\";s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1\";s:5:\"login\";i:1488771850;}}'),(47,2,'last_update','1488771850'),(48,2,'billing_first_name','Allison'),(49,2,'billing_last_name','Bischof'),(50,2,'billing_company',''),(51,2,'billing_email','allison.bischof@ymail.com'),(52,2,'billing_phone','7577177425'),(53,2,'billing_country','US'),(54,2,'billing_address_1','332 WHITE DOGWOOD DRIVE'),(55,2,'billing_address_2',''),(56,2,'billing_city','Chesapeake'),(57,2,'billing_state','VA'),(58,2,'billing_postcode','23322'),(59,2,'shipping_first_name','Allison'),(60,2,'shipping_last_name','Bischof'),(61,2,'shipping_company',''),(62,2,'shipping_country','US'),(63,2,'shipping_address_1','332 WHITE DOGWOOD DRIVE'),(64,2,'shipping_address_2',''),(65,2,'shipping_city','Chesapeake'),(66,2,'shipping_state','VA'),(67,2,'shipping_postcode','23322'),(68,2,'manageedit-shop_ordercolumnshidden','a:1:{i:0;s:15:\"billing_address\";}'),(69,3,'nickname','Rob Thomas'),(70,3,'first_name','Rob'),(71,3,'last_name','Thomas'),(72,3,'description',''),(73,3,'rich_editing','true'),(74,3,'comment_shortcuts','false'),(75,3,'admin_color','fresh'),(76,3,'use_ssl','0'),(77,3,'show_admin_bar_front','true'),(78,3,'locale',''),(79,3,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(80,3,'wp_user_level','10'),(82,3,'manageedit-shop_ordercolumnshidden','a:1:{i:0;s:15:\"billing_address\";}'),(83,3,'wp_dashboard_quick_press_last_post_id','7670'),(84,1,'billing_first_name',''),(85,1,'billing_last_name',''),(86,1,'billing_company',''),(87,1,'billing_address_1',''),(88,1,'billing_address_2',''),(89,1,'billing_city',''),(90,1,'billing_postcode',''),(91,1,'billing_country',''),(92,1,'billing_state',''),(93,1,'billing_phone',''),(94,1,'billing_email',''),(95,1,'shipping_first_name',''),(96,1,'shipping_last_name',''),(97,1,'shipping_company',''),(98,1,'shipping_address_1',''),(99,1,'shipping_address_2',''),(100,1,'shipping_city',''),(101,1,'shipping_postcode',''),(102,1,'shipping_country',''),(103,1,'shipping_state',''),(104,1,'last_update','1490887495'),(105,3,'wp_user-settings','edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=654px&edit_element_vcUIPanelTop=68px&editor=tinymce&libraryContent=browse&mfold=o&hidetb=0&post_dfw=off'),(106,3,'wp_user-settings-time','1590113023'),(107,3,'closedpostboxes_page','a:1:{i:0;s:12:\"revisionsdiv\";}'),(108,3,'metaboxhidden_page','a:5:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:11:\"commentsdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}'),(109,3,'meta-box-order_page','a:3:{s:4:\"side\";s:36:\"submitdiv,pageparentdiv,postimagediv\";s:6:\"normal\";s:177:\"wpb_visual_composer,revisionsdiv,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv,mymetabox_revslider_0,page-template-slider-meta-container,page-template-meta-container\";s:8:\"advanced\";s:0:\"\";}'),(110,3,'screen_layout_page','2'),(111,3,'nav_menu_recently_edited','134'),(112,3,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(113,3,'metaboxhidden_nav-menus','a:9:{i:0;s:30:\"woocommerce_endpoints_nav_link\";i:1;s:21:\"add-post-type-product\";i:2;s:27:\"add-post-type-dt_portfolios\";i:3;s:26:\"add-post-type-dt_templates\";i:4;s:12:\"add-post_tag\";i:5;s:15:\"add-post_format\";i:6;s:15:\"add-product_cat\";i:7;s:15:\"add-product_tag\";i:8;s:21:\"add-portfolio_entries\";}'),(115,3,'meta-box-order_product','a:3:{s:6:\"normal\";s:58:\"woocommerce-product-data,postexcerpt,mymetabox_revslider_0\";s:4:\"side\";s:26:\"woocommerce-product-images\";s:8:\"advanced\";s:0:\"\";}'),(116,3,'screen_layout_product','2'),(117,3,'_woocommerce_persistent_cart','a:1:{s:4:\"cart\";a:0:{}}'),(118,3,'last_update','1602182841'),(119,3,'billing_first_name','Rob'),(120,3,'billing_last_name','Thomas'),(121,3,'billing_address_1','66 Stevenson Pt'),(122,3,'billing_city','Dallas'),(123,3,'billing_state','GA'),(124,3,'billing_postcode','30132'),(125,3,'billing_country','US'),(126,3,'billing_email','robfthomas@me.com'),(127,3,'billing_phone','770-9778287'),(128,3,'shipping_first_name','Rob'),(129,3,'shipping_last_name','Thomas'),(130,3,'shipping_address_1','66 Stevenson Pt'),(131,3,'shipping_city','Dallas'),(132,3,'shipping_state','GA'),(133,3,'shipping_postcode','30132'),(134,3,'shipping_country','US'),(139,3,'closedpostboxes_product','a:1:{i:0;s:21:\"mymetabox_revslider_0\";}'),(140,3,'metaboxhidden_product','a:0:{}'),(153,4,'nickname','spindler.joey'),(154,4,'first_name','Joey'),(155,4,'last_name','Spindler'),(156,4,'description',''),(157,4,'rich_editing','true'),(158,4,'comment_shortcuts','false'),(159,4,'admin_color','fresh'),(160,4,'use_ssl','0'),(161,4,'show_admin_bar_front','true'),(162,4,'locale',''),(163,4,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(164,4,'wp_user_level','0'),(165,4,'session_tokens','a:1:{s:64:\"cb3fc7c05861feba6762f87d08107a6e06f501937a325cfee7a57440dec43d73\";a:4:{s:10:\"expiration\";i:1496695032;s:2:\"ip\";s:12:\"73.48.120.85\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36\";s:5:\"login\";i:1495485432;}}'),(167,4,'last_update','1495485433'),(168,4,'billing_first_name','Joey'),(169,4,'billing_last_name','Spindler'),(170,4,'billing_company','Gulf Coast Professional Tattoo Inc.'),(171,4,'billing_address_1','10442 Front Beach Rd.'),(172,4,'billing_city','Panama City Beach'),(173,4,'billing_state','FL'),(174,4,'billing_postcode','32407'),(175,4,'billing_country','US'),(176,4,'billing_email','spindler.joey@gmail.com'),(177,4,'billing_phone','770-853-9076'),(178,4,'shipping_first_name','Joey'),(179,4,'shipping_last_name','Spindler'),(180,4,'shipping_company','Gulf Coast Professional Tattoo Inc.'),(181,4,'shipping_address_1','10442 Front Beach Rd.'),(182,4,'shipping_city','Panama City Beach'),(183,4,'shipping_state','FL'),(184,4,'shipping_postcode','32407'),(185,4,'shipping_country','US'),(186,4,'shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(187,5,'nickname','texasbluesrock'),(188,5,'first_name','Mark'),(189,5,'last_name','Trull'),(190,5,'description',''),(191,5,'rich_editing','true'),(192,5,'comment_shortcuts','false'),(193,5,'admin_color','fresh'),(194,5,'use_ssl','0'),(195,5,'show_admin_bar_front','true'),(196,5,'locale',''),(197,5,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(198,5,'wp_user_level','0'),(199,5,'session_tokens','a:1:{s:64:\"00cbd54364104cc4e51ff52788866f464c010613f331f6e682d13208b80c22ca\";a:4:{s:10:\"expiration\";i:1496730207;s:2:\"ip\";s:14:\"71.195.190.160\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";s:5:\"login\";i:1495520607;}}'),(200,5,'_woocommerce_persistent_cart','a:1:{s:4:\"cart\";a:1:{s:32:\"cb93980bc94a17e36d6de5da28b99785\";a:9:{s:10:\"product_id\";i:7126;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";d:565;s:13:\"line_subtotal\";d:565;s:8:\"line_tax\";d:0;s:17:\"line_subtotal_tax\";d:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}}}'),(201,5,'last_update','1495520610'),(202,5,'billing_first_name','Mark'),(203,5,'billing_last_name','Trull'),(204,5,'billing_company','Otherside Ink'),(205,5,'billing_address_1','1184 Hillcrest Avenue'),(206,5,'billing_city','Tulare'),(207,5,'billing_state','CA'),(208,5,'billing_postcode','93274'),(209,5,'billing_country','US'),(210,5,'billing_email','texasbluesrock@gmail.com'),(211,5,'billing_phone','6612646175'),(212,5,'shipping_first_name','Mark'),(213,5,'shipping_last_name','Trull'),(214,5,'shipping_company','Otherside Ink'),(215,5,'shipping_address_1','1184 Hillcrest Avenue'),(216,5,'shipping_city','Tulare'),(217,5,'shipping_state','CA'),(218,5,'shipping_postcode','93274'),(219,5,'shipping_country','US'),(220,5,'shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(221,6,'nickname','Stingrayforgea'),(222,6,'first_name','Justin'),(223,6,'last_name','Forgea'),(224,6,'description',''),(225,6,'session_tokens','a:2:{s:64:\"e1f5e0882aa4b1aa03cbd0e55665b9bf60dbef5820ddaa54cea872cd76aca8c2\";a:4:{s:10:\"expiration\";i:1496003860;s:2:\"ip\";s:12:\"73.55.81.152\";s:2:\"ua\";s:128:\"Mozilla/5.0 (iPad; CPU OS 10_0_2 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Mobile/14A456 Safari/602.1\";s:5:\"login\";i:1495831060;}s:64:\"582e77e884f8930590a8b7d1ece92d0a0735a58ea96650cd5b5b2ca7ffffbc50\";a:4:{s:10:\"expiration\";i:1496005899;s:2:\"ip\";s:12:\"73.55.81.152\";s:2:\"ua\";s:163:\"Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G891A Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36\";s:5:\"login\";i:1495833099;}}'),(226,6,'_woocommerce_persistent_cart','a:1:{s:4:\"cart\";a:1:{s:32:\"cb93980bc94a17e36d6de5da28b99785\";a:9:{s:10:\"product_id\";i:7126;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";d:565;s:13:\"line_subtotal\";d:565;s:8:\"line_tax\";d:0;s:17:\"line_subtotal_tax\";d:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}}}'),(227,6,'rich_editing','true'),(228,6,'comment_shortcuts','false'),(229,6,'admin_color','fresh'),(230,6,'use_ssl','0'),(231,6,'show_admin_bar_front','true'),(232,6,'locale',''),(233,6,'last_update','1495835739'),(234,6,'billing_first_name','Justin'),(235,6,'billing_last_name','Forgea'),(236,6,'billing_company','Mockingbird Tattoo Co.'),(237,6,'billing_address_1','6022 S. Tamiami Tr.'),(238,6,'billing_city','Sarasota'),(239,6,'billing_state','FL'),(240,6,'billing_postcode','34231'),(241,6,'billing_country','US'),(242,6,'billing_email','Stingrayforgea@gmail.com'),(243,6,'billing_phone','(941)266-0387'),(244,6,'shipping_first_name','Justin'),(245,6,'shipping_last_name','Forgea'),(246,6,'shipping_company','Mockingbird Tattoo Co.'),(247,6,'shipping_address_1','6022 S. Tamiami Tr.'),(248,6,'shipping_city','Sarasota'),(249,6,'shipping_state','FL'),(250,6,'shipping_postcode','34231'),(251,6,'shipping_country','US'),(261,6,'shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(263,7,'nickname','claybaker96'),(264,7,'first_name','Clayton'),(265,7,'last_name','Baker'),(266,7,'description',''),(267,7,'rich_editing','true'),(268,7,'comment_shortcuts','false'),(269,7,'admin_color','fresh'),(270,7,'use_ssl','0'),(271,7,'show_admin_bar_front','true'),(272,7,'locale',''),(273,7,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(274,7,'wp_user_level','0'),(275,7,'session_tokens','a:1:{s:64:\"a2bfbbc1a55db299d525c2b78d3a3ff7e60dc4571149723638fb121b617c07f4\";a:4:{s:10:\"expiration\";i:1497997152;s:2:\"ip\";s:14:\"174.237.132.68\";s:2:\"ua\";s:134:\"Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13F69 Safari/601.1\";s:5:\"login\";i:1496787552;}}'),(277,7,'last_update','1496788135'),(278,7,'billing_first_name','Clayton'),(279,7,'billing_last_name','Baker'),(280,7,'billing_company','Inkmasters'),(281,7,'billing_address_1','3273 Cheyenne gardens way'),(282,7,'billing_city','North Las Vegas'),(283,7,'billing_state','NV'),(284,7,'billing_postcode','89032'),(285,7,'billing_country','US'),(286,7,'billing_email','claybaker96@yahoo.con'),(287,7,'billing_phone','5209758624'),(288,7,'shipping_first_name','Clayton'),(289,7,'shipping_last_name','Baker'),(290,7,'shipping_company','Inkmasters'),(291,7,'shipping_address_1','3273 Cheyenne gardens way'),(292,7,'shipping_city','North Las Vegas'),(293,7,'shipping_state','NV'),(294,7,'shipping_postcode','89032'),(295,7,'shipping_country','US'),(297,7,'shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(298,8,'nickname','mastertattoosink'),(299,8,'first_name','Josue'),(300,8,'last_name','Velazquez'),(301,8,'description',''),(302,8,'rich_editing','true'),(303,8,'comment_shortcuts','false'),(304,8,'admin_color','fresh'),(305,8,'use_ssl','0'),(306,8,'show_admin_bar_front','true'),(307,8,'locale',''),(308,8,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(309,8,'wp_user_level','0'),(310,8,'session_tokens','a:2:{s:64:\"757b92d33e35f03c63806d323bcab74bf0b6f32b6d8da8ec1f92bb5f41abbdd9\";a:4:{s:10:\"expiration\";i:1498016572;s:2:\"ip\";s:12:\"74.89.103.48\";s:2:\"ua\";s:197:\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Mobile/14F89 Instagram 10.24.0 (iPhone9,4; iOS 10_3_2; en_US; en; scale=2.61; gamut=wide; 1080x1920)\";s:5:\"login\";i:1496806972;}s:64:\"58ccdc206a69b1b6863e5595699cfd039f3c8142bb8d60660b2d054d32a67116\";a:4:{s:10:\"expiration\";i:1498016792;s:2:\"ip\";s:12:\"74.89.103.48\";s:2:\"ua\";s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1\";s:5:\"login\";i:1496807192;}}'),(312,8,'last_update','1496806972'),(313,8,'billing_first_name','Josue'),(314,8,'billing_last_name','Velazquez'),(315,8,'billing_company','Master tattoos ink'),(316,8,'billing_address_1','21 monroe st'),(317,8,'billing_address_2','#4'),(318,8,'billing_city','Garfield'),(319,8,'billing_state','NJ'),(320,8,'billing_postcode','07026'),(321,8,'billing_country','US'),(322,8,'billing_email','mastertattoosink@yahoo.com'),(323,8,'billing_phone','8622625828'),(324,8,'shipping_first_name','Josue'),(325,8,'shipping_last_name','Velazquez'),(326,8,'shipping_company','Vintage tattoo'),(327,8,'shipping_address_1','131 Newark Pompton turnpike,pequannock township'),(328,8,'shipping_address_2','131'),(329,8,'shipping_city','Pequannock'),(330,8,'shipping_state','NJ'),(331,8,'shipping_postcode','07440'),(332,8,'shipping_country','US'),(333,8,'shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(334,9,'nickname','Tat2goblin'),(335,9,'first_name',''),(336,9,'last_name',''),(337,9,'description',''),(338,9,'rich_editing','true'),(339,9,'comment_shortcuts','false'),(340,9,'admin_color','fresh'),(341,9,'use_ssl','0'),(342,9,'show_admin_bar_front','true'),(343,9,'locale',''),(344,9,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(345,9,'wp_user_level','0'),(346,9,'session_tokens','a:1:{s:64:\"8fb7087c709a5acd71a72e0b918e2869d044127ca6f757835a348b722b6101d3\";a:4:{s:10:\"expiration\";i:1498618239;s:2:\"ip\";s:12:\"76.7.155.138\";s:2:\"ua\";s:135:\"Mozilla/5.0 (Linux; Android 7.0; SM-N920V Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36\";s:5:\"login\";i:1497408639;}}'),(349,10,'nickname','belovedtattoo'),(350,10,'first_name','David'),(351,10,'last_name','Robinowitz'),(352,10,'description',''),(353,10,'rich_editing','true'),(354,10,'comment_shortcuts','false'),(355,10,'admin_color','fresh'),(356,10,'use_ssl','0'),(357,10,'show_admin_bar_front','true'),(358,10,'locale',''),(359,10,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(360,10,'wp_user_level','0'),(361,10,'session_tokens','a:1:{s:64:\"6e7197485aaed0e0db9e15a7a7940a743f92932923b72c60b67d2fed53f1288f\";a:4:{s:10:\"expiration\";i:1503067461;s:2:\"ip\";s:12:\"67.191.86.52\";s:2:\"ua\";s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1\";s:5:\"login\";i:1501857861;}}'),(363,10,'last_update','1501857861'),(364,10,'billing_first_name','David'),(365,10,'billing_last_name','Robinowitz'),(366,10,'billing_company','Belovedtattoo'),(367,10,'billing_address_1','113 chatham court'),(368,10,'billing_city','Boynton beach'),(369,10,'billing_state','FL'),(370,10,'billing_postcode','33436'),(371,10,'billing_country','US'),(372,10,'billing_email','belovedtattoo@yahoo.com'),(373,10,'billing_phone','5613067551'),(374,10,'shipping_first_name','David'),(375,10,'shipping_last_name','Robinowitz'),(376,10,'shipping_company','Aces high boynton'),(377,10,'shipping_address_1','4953 le chalet'),(378,10,'shipping_city','Boynton beach'),(379,10,'shipping_state','FL'),(380,10,'shipping_postcode','33436'),(381,10,'shipping_country','US'),(382,10,'shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(383,11,'nickname','kevincreaturez'),(384,11,'first_name','Kevin'),(385,11,'last_name','Farrand'),(386,11,'description',''),(387,11,'rich_editing','true'),(388,11,'comment_shortcuts','false'),(389,11,'admin_color','fresh'),(390,11,'use_ssl','0'),(391,11,'show_admin_bar_front','true'),(392,11,'locale',''),(393,11,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(394,11,'wp_user_level','0'),(395,11,'session_tokens','a:1:{s:64:\"7e928bddd2b35a57d58b71bc7132cefc3273d6be710ad7befff9948343731206\";a:4:{s:10:\"expiration\";i:1508369661;s:2:\"ip\";s:13:\"72.234.30.217\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8\";s:5:\"login\";i:1507160061;}}'),(397,11,'last_update','1507160061'),(398,11,'billing_first_name','Kevin'),(399,11,'billing_last_name','Farrand'),(400,11,'billing_company','Mid pacific Tattoo'),(401,11,'billing_address_1','57 W Waipuilani rd'),(402,11,'billing_city','Kihei'),(403,11,'billing_state','HI'),(404,11,'billing_postcode','96753'),(405,11,'billing_country','US'),(406,11,'billing_email','kevincreaturez@gmail.com'),(407,11,'billing_phone','585-208-2568'),(408,11,'shipping_first_name','Kevin'),(409,11,'shipping_last_name','Farrand'),(410,11,'shipping_company','Mid pacific Tattoo'),(411,11,'shipping_address_1','57 W Waipuilani rd'),(412,11,'shipping_city','Kihei'),(413,11,'shipping_state','HI'),(414,11,'shipping_postcode','96753'),(415,11,'shipping_country','US'),(416,11,'shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(417,12,'nickname','sheefart'),(418,12,'first_name','Alyshia'),(419,12,'last_name','McGuire'),(420,12,'description',''),(421,12,'rich_editing','true'),(422,12,'comment_shortcuts','false'),(423,12,'admin_color','fresh'),(424,12,'use_ssl','0'),(425,12,'show_admin_bar_front','true'),(426,12,'locale',''),(427,12,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(428,12,'wp_user_level','0'),(429,12,'session_tokens','a:2:{s:64:\"8b0c0dee4f7e2d20bc3a133d19363566776865b29eff55709d5075568203ff90\";a:4:{s:10:\"expiration\";i:1510955158;s:2:\"ip\";s:13:\"72.76.185.125\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Safari/604.1.38\";s:5:\"login\";i:1509745558;}s:64:\"76ffa25c1f59fe58bcd8e1e988d916fa52f94dc0689397a6b5ac48f9444bbda9\";a:4:{s:10:\"expiration\";i:1510757479;s:2:\"ip\";s:13:\"72.76.185.125\";s:2:\"ua\";s:135:\"Mozilla/5.0 (Linux; Android 7.0; SM-G930T Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36\";s:5:\"login\";i:1510584679;}}'),(431,12,'last_update','1509745558'),(432,12,'billing_first_name','Alyshia'),(433,12,'billing_last_name','McGuire'),(434,12,'billing_address_1','3 McClellan St'),(435,12,'billing_city','Cranford'),(436,12,'billing_state','NJ'),(437,12,'billing_postcode','07016'),(438,12,'billing_country','US'),(439,12,'billing_email','sheefart@gmail.com'),(440,12,'billing_phone','9084632092'),(441,12,'shipping_first_name','Kashif'),(442,12,'shipping_last_name','Brooks'),(443,12,'shipping_address_1','3 McClellan St'),(444,12,'shipping_city','Cranford'),(445,12,'shipping_state','NJ'),(446,12,'shipping_postcode','07016'),(447,12,'shipping_country','US'),(448,12,'shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(449,13,'nickname','ssgserranosaul'),(450,13,'first_name','Saul'),(451,13,'last_name','serrano'),(452,13,'description',''),(453,13,'rich_editing','true'),(454,13,'comment_shortcuts','false'),(455,13,'admin_color','fresh'),(456,13,'use_ssl','0'),(457,13,'show_admin_bar_front','true'),(458,13,'locale',''),(459,13,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(460,13,'wp_user_level','0'),(461,13,'session_tokens','a:1:{s:64:\"d0bb89a773fa0339b3dd3a7c9e26c2f880ea50156b658639550275a3b5bf5881\";a:4:{s:10:\"expiration\";i:1511023930;s:2:\"ip\";s:13:\"24.250.194.52\";s:2:\"ua\";s:128:\"Mozilla/5.0 (iPad; CPU OS 11_0_2 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A421 Safari/604.1\";s:5:\"login\";i:1509814330;}}'),(462,13,'_woocommerce_persistent_cart','a:1:{s:4:\"cart\";a:1:{s:32:\"cb93980bc94a17e36d6de5da28b99785\";a:9:{s:10:\"product_id\";i:7126;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";d:565;s:13:\"line_subtotal\";d:565;s:8:\"line_tax\";d:0;s:17:\"line_subtotal_tax\";d:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}}}'),(463,13,'last_update','1510279011'),(464,13,'billing_first_name','Saul'),(465,13,'billing_last_name','serrano'),(466,13,'billing_company','Risen Tattoos'),(467,13,'billing_address_1','1850 Se 18 Ave'),(468,13,'billing_address_2','Apt 2105'),(469,13,'billing_city','ocala'),(470,13,'billing_state','FL'),(471,13,'billing_postcode','34471'),(472,13,'billing_country','US'),(473,13,'billing_email','ssgserranosaul@gmail.com'),(474,13,'billing_phone','7868381155'),(475,13,'shipping_first_name','Saul'),(476,13,'shipping_last_name','serrano'),(477,13,'shipping_company','Risen Tattoos'),(478,13,'shipping_address_1','1850 Se 18 Ave'),(479,13,'shipping_address_2','Apt 2105'),(480,13,'shipping_city','ocala'),(481,13,'shipping_state','FL'),(482,13,'shipping_postcode','34471'),(483,13,'shipping_country','US'),(488,13,'shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(489,14,'nickname','lizcooktattoo'),(490,14,'first_name','Liz'),(491,14,'last_name','Cook'),(492,14,'description',''),(493,14,'rich_editing','true'),(494,14,'comment_shortcuts','false'),(495,14,'admin_color','fresh'),(496,14,'use_ssl','0'),(497,14,'show_admin_bar_front','true'),(498,14,'locale',''),(499,14,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(500,14,'wp_user_level','0'),(501,14,'session_tokens','a:1:{s:64:\"132e2e1e419603611e6d64548114a1ef6f663e270abf437ab70e9b4a2a0fb5bc\";a:4:{s:10:\"expiration\";i:1513192964;s:2:\"ip\";s:13:\"72.180.28.140\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:5:\"login\";i:1511983364;}}'),(503,14,'last_update','1511983451'),(504,14,'billing_first_name','Liz'),(505,14,'billing_last_name','Cook'),(506,14,'billing_company','Rebel Muse Tattoo'),(507,14,'billing_address_1','1565 W Main St'),(508,14,'billing_address_2','#419'),(509,14,'billing_city','Lewisville'),(510,14,'billing_state','TX'),(511,14,'billing_postcode','75067'),(512,14,'billing_country','US'),(513,14,'billing_email','lizcooktattoo@hotmail.com'),(514,14,'billing_phone','9724209666'),(515,14,'shipping_first_name','Liz'),(516,14,'shipping_last_name','Cook'),(517,14,'shipping_company','Rebel Muse Tattoo'),(518,14,'shipping_address_1','1565 W Main St'),(519,14,'shipping_address_2','#419'),(520,14,'shipping_city','Lewisville'),(521,14,'shipping_state','TX'),(522,14,'shipping_postcode','75067'),(523,14,'shipping_country','US'),(525,14,'shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(529,15,'nickname','oudivegirl'),(530,15,'first_name','Kelly'),(531,15,'last_name','Tyler'),(532,15,'description',''),(533,15,'rich_editing','true'),(534,15,'comment_shortcuts','false'),(535,15,'admin_color','fresh'),(536,15,'use_ssl','0'),(537,15,'show_admin_bar_front','true'),(538,15,'locale',''),(539,15,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(540,15,'wp_user_level','0'),(541,15,'session_tokens','a:1:{s:64:\"fbca255aa608fc4a1d1038d71bce01b689e651273d1b677635a6a5029084f532\";a:4:{s:10:\"expiration\";i:1522182406;s:2:\"ip\";s:14:\"47.185.151.168\";s:2:\"ua\";s:136:\"Mozilla/5.0 (iPhone; CPU iPhone OS 11_2_6 like Mac OS X) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0 Mobile/15D100 Safari/604.1\";s:5:\"login\";i:1520972806;}}'),(543,15,'last_update','1520972806'),(544,15,'billing_first_name','Kelly'),(545,15,'billing_last_name','Tyler'),(546,15,'billing_address_1','2504 Fox Hollow Ct'),(547,15,'billing_city','Flower Mound'),(548,15,'billing_state','TX'),(549,15,'billing_postcode','75028'),(550,15,'billing_country','US'),(551,15,'billing_email','oudivegirl@yahoo.com'),(552,15,'billing_phone','4695853483'),(553,15,'shipping_first_name','Kelly'),(554,15,'shipping_last_name','Tyler'),(555,15,'shipping_address_1','2504 Fox Hollow Ct'),(556,15,'shipping_city','Flower Mound'),(557,15,'shipping_state','TX'),(558,15,'shipping_postcode','75028'),(559,15,'shipping_country','US'),(560,15,'shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(561,16,'nickname','tattoosbybarry'),(562,16,'first_name','Barry'),(563,16,'last_name','Leffler'),(564,16,'description',''),(565,16,'rich_editing','true'),(566,16,'comment_shortcuts','false'),(567,16,'admin_color','fresh'),(568,16,'use_ssl','0'),(569,16,'show_admin_bar_front','true'),(570,16,'locale',''),(571,16,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(572,16,'wp_user_level','0'),(573,16,'session_tokens','a:1:{s:64:\"3c19882ef168be4d6df99fb6e35591b863dc36cb7f5de138f068de376f50c991\";a:4:{s:10:\"expiration\";i:1522258884;s:2:\"ip\";s:14:\"174.60.163.234\";s:2:\"ua\";s:193:\"Mozilla/5.0 (Linux; Android 7.0; LGL64VL Build/NRD90U; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/65.0.3325.109 Mobile Safari/537.36 [FB_IAB/Orca-Android;FBAV/156.0.0.16.94;]\";s:5:\"login\";i:1521049284;}}'),(575,16,'last_update','1521049284'),(576,16,'billing_first_name','Barry'),(577,16,'billing_last_name','Leffler'),(578,16,'billing_address_1','95 ruffian lane'),(579,16,'billing_city','Windsor'),(580,16,'billing_state','PA'),(581,16,'billing_postcode','17366'),(582,16,'billing_country','US'),(583,16,'billing_email','tattoosbybarry@live.com'),(584,16,'billing_phone','7173276122'),(585,16,'shipping_first_name','Barry'),(586,16,'shipping_last_name','Leffler'),(587,16,'shipping_address_1','95 ruffian lane'),(588,16,'shipping_city','Windsor'),(589,16,'shipping_state','PA'),(590,16,'shipping_postcode','17366'),(591,16,'shipping_country','US'),(592,16,'shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(593,16,'_woocommerce_persistent_cart','a:1:{s:4:\"cart\";a:0:{}}'),(594,17,'nickname','jen_thorne'),(595,17,'first_name','Jennifer'),(596,17,'last_name','Thorne'),(597,17,'description',''),(598,17,'rich_editing','true'),(599,17,'comment_shortcuts','false'),(600,17,'admin_color','fresh'),(601,17,'use_ssl','0'),(602,17,'show_admin_bar_front','true'),(603,17,'locale',''),(604,17,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(605,17,'wp_user_level','0'),(606,17,'session_tokens','a:1:{s:64:\"4d4f5f971aeb1117c495f67dea036c74cd7f2914b25e933480af6daeefbf4557\";a:4:{s:10:\"expiration\";i:1522436900;s:2:\"ip\";s:12:\"66.31.74.226\";s:2:\"ua\";s:206:\"Mozilla/5.0 (iPhone; CPU iPhone OS 11_2_6 like Mac OS X) AppleWebKit/604.5.6 (KHTML, like Gecko) Mobile/15D100 Instagram 36.0.0.7.96 (iPhone8,1; iOS 11_2_6; en_US; en-US; scale=2.00; gamut=normal; 750x1334)\";s:5:\"login\";i:1521227300;}}'),(608,17,'last_update','1521227300'),(609,17,'billing_first_name','Jennifer'),(610,17,'billing_last_name','Thorne'),(611,17,'billing_address_1','15 Bellevue Ave'),(612,17,'billing_city','Winchestet'),(613,17,'billing_state','MA'),(614,17,'billing_postcode','01890'),(615,17,'billing_country','US'),(616,17,'billing_email','jen_thorne@yahoo.com'),(617,17,'billing_phone','3392248569'),(618,17,'shipping_first_name','Jennifer'),(619,17,'shipping_last_name','Thorne'),(620,17,'shipping_address_1','15 Bellevue Ave'),(621,17,'shipping_city','Winchestet'),(622,17,'shipping_state','MA'),(623,17,'shipping_postcode','01890'),(624,17,'shipping_country','US'),(625,17,'shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(626,3,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:104:\"dashboard_right_now,dashboard_activity,woocommerce_dashboard_recent_reviews,woocommerce_dashboard_status\";s:4:\"side\";s:39:\"dashboard_quick_press,dashboard_primary\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:0:\"\";}'),(627,18,'nickname','runnerjon72'),(628,18,'first_name','Jonathan'),(629,18,'last_name','Drummond'),(630,18,'description',''),(631,18,'rich_editing','true'),(632,18,'comment_shortcuts','false'),(633,18,'admin_color','fresh'),(634,18,'use_ssl','0'),(635,18,'show_admin_bar_front','true'),(636,18,'locale',''),(637,18,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(638,18,'wp_user_level','0'),(639,18,'session_tokens','a:1:{s:64:\"80fbf9c71b2aafa57a5adc8073d1137fa010eae8cd36a2f13ccecb74889d5c9a\";a:4:{s:10:\"expiration\";i:1524069261;s:2:\"ip\";s:13:\"76.97.202.102\";s:2:\"ua\";s:136:\"Mozilla/5.0 (iPhone; CPU iPhone OS 11_2_6 like Mac OS X) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0 Mobile/15D100 Safari/604.1\";s:5:\"login\";i:1522859661;}}'),(641,18,'last_update','1522859661'),(642,18,'billing_first_name','Jonathan'),(643,18,'billing_last_name','Drummond'),(644,18,'billing_address_1','2508 Columns Drive'),(645,18,'billing_city','Cumming'),(646,18,'billing_state','GA'),(647,18,'billing_postcode','30041'),(648,18,'billing_country','US'),(649,18,'billing_email','runnerjon72@gmail.com'),(650,18,'billing_phone','17703155421'),(651,18,'shipping_first_name','Jonathan'),(652,18,'shipping_last_name','Drummond'),(653,18,'shipping_address_1','2508 Columns Drive'),(654,18,'shipping_city','Cumming'),(655,18,'shipping_state','GA'),(656,18,'shipping_postcode','30041'),(657,18,'shipping_country','US'),(658,18,'shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(660,19,'nickname','mandydaley1'),(661,19,'first_name','MANDY'),(662,19,'last_name','DALEY'),(663,19,'description',''),(664,19,'rich_editing','true'),(665,19,'comment_shortcuts','false'),(666,19,'admin_color','fresh'),(667,19,'use_ssl','0'),(668,19,'show_admin_bar_front','true'),(669,19,'locale',''),(670,19,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(671,19,'wp_user_level','0'),(672,19,'session_tokens','a:1:{s:64:\"2dec4bbeb4c528f97071971da25eeb49b67913192c15e3eb87e0ad29d4e656fe\";a:4:{s:10:\"expiration\";i:1525967096;s:2:\"ip\";s:15:\"207.136.208.178\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36\";s:5:\"login\";i:1524757496;}}'),(674,19,'last_update','1524757496'),(675,19,'billing_first_name','MANDY'),(676,19,'billing_last_name','DALEY'),(677,19,'billing_address_1','147 Suncrest Terrace'),(678,19,'billing_city','castleton'),(679,19,'billing_state','VT'),(680,19,'billing_postcode','05735'),(681,19,'billing_country','US'),(682,19,'billing_email','mandydaley1@gmail.com'),(683,19,'billing_phone','8025586296'),(684,19,'shipping_first_name','MANDY'),(685,19,'shipping_last_name','DALEY'),(686,19,'shipping_address_1','147 Suncrest Terrace'),(687,19,'shipping_city','castleton'),(688,19,'shipping_state','VT'),(689,19,'shipping_postcode','05735'),(690,19,'shipping_country','US'),(691,19,'shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(693,20,'nickname','womack.brittany'),(694,20,'first_name','Brittany'),(695,20,'last_name','Womack'),(696,20,'description',''),(697,20,'rich_editing','true'),(698,20,'comment_shortcuts','false'),(699,20,'admin_color','fresh'),(700,20,'use_ssl','0'),(701,20,'show_admin_bar_front','true'),(702,20,'locale',''),(703,20,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(704,20,'wp_user_level','0'),(705,20,'session_tokens','a:1:{s:64:\"497c08685a61fe5eba88f97e0899a75b85cf4487c9d3bcc283245ad8b515391c\";a:4:{s:10:\"expiration\";i:1526535815;s:2:\"ip\";s:14:\"142.196.96.187\";s:2:\"ua\";s:272:\"Mozilla/5.0 (Linux; Android 8.0.0; SM-G950U1 Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 Mobile Safari/537.36 Instagram 43.0.0.10.97 Android (26/8.0.0; 480dpi; 1080x2076; samsung; SM-G950U1; dreamqlteue; qcom; en_US; 105842053)\";s:5:\"login\";i:1525326215;}}'),(706,20,'_woocommerce_persistent_cart','a:1:{s:4:\"cart\";a:1:{s:32:\"1d5a6d7971d00b049e06a78f1d796d40\";a:9:{s:10:\"product_id\";i:7274;s:12:\"variation_id\";i:7278;s:9:\"variation\";a:1:{s:14:\"attribute_size\";s:6:\"Medium\";}s:8:\"quantity\";i:1;s:10:\"line_total\";d:25;s:13:\"line_subtotal\";d:25;s:8:\"line_tax\";i:0;s:17:\"line_subtotal_tax\";i:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}}}'),(707,20,'last_update','1525326215'),(708,20,'billing_first_name','Brittany'),(709,20,'billing_last_name','Womack'),(710,20,'billing_address_1','2007 hounds lake ct'),(711,20,'billing_city','Kissimmee'),(712,20,'billing_state','FL'),(713,20,'billing_postcode','34741'),(714,20,'billing_country','US'),(715,20,'billing_email','womack.brittany@gmail.com'),(716,20,'billing_phone','4079695733'),(717,20,'shipping_first_name','Brittany'),(718,20,'shipping_last_name','Womack'),(719,20,'shipping_address_1','2007 hounds lake ct'),(720,20,'shipping_city','Kissimmee'),(721,20,'shipping_state','FL'),(722,20,'shipping_postcode','34741'),(723,20,'shipping_country','US'),(724,20,'shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(725,21,'nickname','containerman1'),(726,21,'first_name','Shane'),(727,21,'last_name','Paulsen'),(728,21,'description',''),(729,21,'rich_editing','true'),(730,21,'comment_shortcuts','false'),(731,21,'admin_color','fresh'),(732,21,'use_ssl','0'),(733,21,'show_admin_bar_front','true'),(734,21,'locale',''),(735,21,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(736,21,'wp_user_level','0'),(737,21,'session_tokens','a:1:{s:64:\"f09412670c6aa8509fa8819aeb234d94ba23c9e80c1947d9bb04910dd5e579cc\";a:4:{s:10:\"expiration\";i:1527559220;s:2:\"ip\";s:14:\"209.232.26.115\";s:2:\"ua\";s:206:\"Mozilla/5.0 (iPhone; CPU iPhone OS 11_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E302 Instagram 43.0.0.13.91 (iPhone10,3; iOS 11_3_1; en_US; en-US; scale=3.00; gamut=wide; 1125x2436)\";s:5:\"login\";i:1526349620;}}'),(739,21,'last_update','1526349620'),(740,21,'billing_first_name','Shane'),(741,21,'billing_last_name','Paulsen'),(742,21,'billing_address_1','2987 Kaley drive'),(743,21,'billing_city','Kennesaw'),(744,21,'billing_state','GA'),(745,21,'billing_postcode','30152'),(746,21,'billing_country','US'),(747,21,'billing_email','containerman1@yahoo.com'),(748,21,'billing_phone','(404) 502-6891'),(749,21,'shipping_first_name','Shane'),(750,21,'shipping_last_name','Paulsen'),(751,21,'shipping_address_1','2987 Kaley drive'),(752,21,'shipping_city','Kennesaw'),(753,21,'shipping_state','GA'),(754,21,'shipping_postcode','30152'),(755,21,'shipping_country','US'),(756,21,'shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(757,22,'nickname','martyencl2007'),(758,22,'first_name',''),(759,22,'last_name',''),(760,22,'description',''),(761,22,'rich_editing','true'),(762,22,'comment_shortcuts','false'),(763,22,'admin_color','fresh'),(764,22,'use_ssl','0'),(765,22,'show_admin_bar_front','true'),(766,22,'locale',''),(767,22,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(768,22,'wp_user_level','0'),(769,22,'session_tokens','a:1:{s:64:\"2c9bd9b2526475514bec08bd292e005ae2b833d988017b2b8b15cc282e25337d\";a:4:{s:10:\"expiration\";i:1532903951;s:2:\"ip\";s:14:\"172.81.133.202\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\";s:5:\"login\";i:1531694351;}}'),(770,23,'nickname','abbott45218'),(771,23,'first_name',''),(772,23,'last_name',''),(773,23,'description',''),(774,23,'rich_editing','true'),(775,23,'comment_shortcuts','false'),(776,23,'admin_color','fresh'),(777,23,'use_ssl','0'),(778,23,'show_admin_bar_front','true'),(779,23,'locale',''),(780,23,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(781,23,'wp_user_level','0'),(782,23,'session_tokens','a:1:{s:64:\"362482a7264e803081a6941d258c548c4b38193ea424aa6d9beb58b412033674\";a:4:{s:10:\"expiration\";i:1533000035;s:2:\"ip\";s:14:\"172.81.133.202\";s:2:\"ua\";s:22:\"python-requests/2.19.1\";s:5:\"login\";i:1531790435;}}'),(783,24,'nickname','addison31682'),(784,24,'first_name',''),(785,24,'last_name',''),(786,24,'description',''),(787,24,'rich_editing','true'),(788,24,'comment_shortcuts','false'),(789,24,'admin_color','fresh'),(790,24,'use_ssl','0'),(791,24,'show_admin_bar_front','true'),(792,24,'locale',''),(793,24,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(794,24,'wp_user_level','0'),(795,24,'session_tokens','a:1:{s:64:\"b46bab1435ae876cd2ef36defe0bd4771542e8aecda9b29134c64389e8a31dea\";a:4:{s:10:\"expiration\";i:1533296505;s:2:\"ip\";s:14:\"172.81.133.202\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\";s:5:\"login\";i:1532086905;}}'),(796,25,'nickname','dale40217'),(797,25,'first_name',''),(798,25,'last_name',''),(799,25,'description',''),(800,25,'rich_editing','true'),(801,25,'comment_shortcuts','false'),(802,25,'admin_color','fresh'),(803,25,'use_ssl','0'),(804,25,'show_admin_bar_front','true'),(805,25,'locale',''),(806,25,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(807,25,'wp_user_level','0'),(808,25,'session_tokens','a:1:{s:64:\"9b624ba2d695fdc7ed0e1ed58abb5c5bcc10116a62636a3def478cc45ace6f6e\";a:4:{s:10:\"expiration\";i:1533307725;s:2:\"ip\";s:14:\"172.81.133.202\";s:2:\"ua\";s:22:\"python-requests/2.19.1\";s:5:\"login\";i:1532098125;}}'),(809,26,'nickname','blevins956'),(810,26,'first_name',''),(811,26,'last_name',''),(812,26,'description',''),(813,26,'rich_editing','true'),(814,26,'comment_shortcuts','false'),(815,26,'admin_color','fresh'),(816,26,'use_ssl','0'),(817,26,'show_admin_bar_front','true'),(818,26,'locale',''),(819,26,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(820,26,'wp_user_level','0'),(821,26,'session_tokens','a:1:{s:64:\"16d1d452967f3c56e5b69c8fe3b6c1b82388687442a89c426fb745784fcd2d2d\";a:4:{s:10:\"expiration\";i:1533671449;s:2:\"ip\";s:11:\"45.36.52.54\";s:2:\"ua\";s:131:\"Mozilla/5.0 (Linux; Android 5.0.2; SM-T530NU Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36\";s:5:\"login\";i:1532461849;}}'),(822,3,'shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(823,27,'nickname','in2tats2001'),(824,27,'first_name','Steven'),(825,27,'last_name','Johnson'),(826,27,'description',''),(827,27,'rich_editing','true'),(828,27,'comment_shortcuts','false'),(829,27,'admin_color','fresh'),(830,27,'use_ssl','0'),(831,27,'show_admin_bar_front','true'),(832,27,'locale',''),(833,27,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(834,27,'wp_user_level','0'),(835,27,'session_tokens','a:1:{s:64:\"cb43e65eeaff0b4e3e068b376a841f19526288cffe763898be615ed04a5eb752\";a:4:{s:10:\"expiration\";i:1540432702;s:2:\"ip\";s:13:\"71.143.137.25\";s:2:\"ua\";s:137:\"Mozilla/5.0 (Linux; Android 8.0.0; SM-G955U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36\";s:5:\"login\";i:1539223102;}}'),(837,27,'last_update','1539223102'),(838,27,'billing_first_name','Steven'),(839,27,'billing_last_name','Johnson'),(840,27,'billing_address_1','9860 Arapaho St'),(841,27,'billing_city','Spring Valley'),(842,27,'billing_state','CA'),(843,27,'billing_postcode','91977'),(844,27,'billing_country','US'),(845,27,'billing_email','in2tats2001@yahoo.com'),(846,27,'billing_phone','8587614520'),(847,27,'shipping_first_name','Steven'),(848,27,'shipping_last_name','Johnson'),(849,27,'shipping_address_1','9860 Arapaho St'),(850,27,'shipping_city','Spring Valley'),(851,27,'shipping_state','CA'),(852,27,'shipping_postcode','91977'),(853,27,'shipping_country','US'),(854,27,'shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(855,27,'_woocommerce_persistent_cart','a:1:{s:4:\"cart\";a:0:{}}'),(856,28,'nickname','megarandommadness'),(857,28,'first_name',''),(858,28,'last_name',''),(859,28,'description',''),(860,28,'rich_editing','true'),(861,28,'comment_shortcuts','false'),(862,28,'admin_color','fresh'),(863,28,'use_ssl','0'),(864,28,'show_admin_bar_front','true'),(865,28,'locale',''),(866,28,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(867,28,'wp_user_level','0'),(868,28,'session_tokens','a:1:{s:64:\"6a3b87bacd1be837c966f010b210437ec41b1f05cf0d88b5e6e8dae657aa2c5d\";a:4:{s:10:\"expiration\";i:1546965321;s:2:\"ip\";s:14:\"199.249.230.83\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/604.4.7 (KHTML, like Gecko) Version/11.0.2 Safari/604.4.7\";s:5:\"login\";i:1545755721;}}'),(869,29,'nickname','mikeconrad'),(870,29,'first_name',''),(871,29,'last_name',''),(872,29,'description',''),(873,29,'rich_editing','true'),(874,29,'comment_shortcuts','false'),(875,29,'admin_color','fresh'),(876,29,'use_ssl','0'),(877,29,'show_admin_bar_front','true'),(878,29,'locale',''),(879,29,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(880,29,'wp_user_level','0'),(881,29,'session_tokens','a:1:{s:64:\"3f22520eb08fecb740981caaa14709a73687162c715bd309254cc027d21c6f69\";a:4:{s:10:\"expiration\";i:1546967869;s:2:\"ip\";s:12:\"51.15.48.204\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0\";s:5:\"login\";i:1545758269;}}'),(882,30,'nickname','mssmith777'),(883,30,'first_name',''),(884,30,'last_name',''),(885,30,'description',''),(886,30,'rich_editing','true'),(887,30,'comment_shortcuts','false'),(888,30,'admin_color','fresh'),(889,30,'use_ssl','0'),(890,30,'show_admin_bar_front','true'),(891,30,'locale',''),(892,30,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(893,30,'wp_user_level','0'),(894,30,'session_tokens','a:1:{s:64:\"369095cdb12d05f67fc9e2fdaa5475385b94e2f7a83d73c0b7c36649c39ab183\";a:4:{s:10:\"expiration\";i:1546978254;s:2:\"ip\";s:12:\"31.220.0.225\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0\";s:5:\"login\";i:1545768654;}}'),(895,31,'nickname','ibdogby831'),(896,31,'first_name',''),(897,31,'last_name',''),(898,31,'description',''),(899,31,'rich_editing','true'),(900,31,'comment_shortcuts','false'),(901,31,'admin_color','fresh'),(902,31,'use_ssl','0'),(903,31,'show_admin_bar_front','true'),(904,31,'locale',''),(905,31,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(906,31,'wp_user_level','0'),(907,31,'session_tokens','a:1:{s:64:\"6dc6badbf4831b74a881801bd9fcaf66a88828f89df5ae8758bf0722aa30e287\";a:4:{s:10:\"expiration\";i:1547001176;s:2:\"ip\";s:11:\"35.0.127.52\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36 OPR/42.0.2393.94\";s:5:\"login\";i:1545791576;}}'),(908,32,'nickname','khurram'),(909,32,'first_name',''),(910,32,'last_name',''),(911,32,'description',''),(912,32,'rich_editing','true'),(913,32,'comment_shortcuts','false'),(914,32,'admin_color','fresh'),(915,32,'use_ssl','0'),(916,32,'show_admin_bar_front','true'),(917,32,'locale',''),(918,32,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(919,32,'wp_user_level','0'),(920,32,'session_tokens','a:1:{s:64:\"be84c5bc4dcd49d75ba254d25c8329d91aaae38908ef5cc56269f7da91cef48b\";a:4:{s:10:\"expiration\";i:1547031353;s:2:\"ip\";s:14:\"217.170.197.89\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";s:5:\"login\";i:1545821753;}}'),(921,33,'nickname','susansperou'),(922,33,'first_name',''),(923,33,'last_name',''),(924,33,'description',''),(925,33,'rich_editing','true'),(926,33,'comment_shortcuts','false'),(927,33,'admin_color','fresh'),(928,33,'use_ssl','0'),(929,33,'show_admin_bar_front','true'),(930,33,'locale',''),(931,33,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(932,33,'wp_user_level','0'),(933,33,'session_tokens','a:1:{s:64:\"15843043c7c0e68906c9ad61268d81f9bfbbbe658f496c1d4f05a5bfcb1c47a1\";a:4:{s:10:\"expiration\";i:1547079915;s:2:\"ip\";s:14:\"185.220.101.52\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134\";s:5:\"login\";i:1545870315;}}'),(934,34,'nickname','juanamunoz03'),(935,34,'first_name',''),(936,34,'last_name',''),(937,34,'description',''),(938,34,'rich_editing','true'),(939,34,'comment_shortcuts','false'),(940,34,'admin_color','fresh'),(941,34,'use_ssl','0'),(942,34,'show_admin_bar_front','true'),(943,34,'locale',''),(944,34,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(945,34,'wp_user_level','0'),(946,34,'session_tokens','a:1:{s:64:\"159a68922ab6c266d91a92e3929fd5d3a8da90c3b8a3d1caec6f714f2363c204\";a:4:{s:10:\"expiration\";i:1547080909;s:2:\"ip\";s:13:\"37.187.180.18\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1545871309;}}'),(947,35,'nickname','klemphouse'),(948,35,'first_name',''),(949,35,'last_name',''),(950,35,'description',''),(951,35,'rich_editing','true'),(952,35,'comment_shortcuts','false'),(953,35,'admin_color','fresh'),(954,35,'use_ssl','0'),(955,35,'show_admin_bar_front','true'),(956,35,'locale',''),(957,35,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(958,35,'wp_user_level','0'),(959,35,'session_tokens','a:1:{s:64:\"23d368ef6490abf26c3f802c673ad8a24c5f411f4d1e86da225de9276da02948\";a:4:{s:10:\"expiration\";i:1547090145;s:2:\"ip\";s:13:\"192.42.116.14\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1545880545;}}'),(960,36,'nickname','v.namli'),(961,36,'first_name',''),(962,36,'last_name',''),(963,36,'description',''),(964,36,'rich_editing','true'),(965,36,'comment_shortcuts','false'),(966,36,'admin_color','fresh'),(967,36,'use_ssl','0'),(968,36,'show_admin_bar_front','true'),(969,36,'locale',''),(970,36,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(971,36,'wp_user_level','0'),(972,36,'session_tokens','a:1:{s:64:\"1ed0d0d4c5aa6e7d57b43ea8c63f3612ae13a942a289b30bf23690ba6f0588a4\";a:4:{s:10:\"expiration\";i:1547115645;s:2:\"ip\";s:14:\"77.247.181.163\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1545906045;}}'),(973,37,'nickname','rostani1'),(974,37,'first_name',''),(975,37,'last_name',''),(976,37,'description',''),(977,37,'rich_editing','true'),(978,37,'comment_shortcuts','false'),(979,37,'admin_color','fresh'),(980,37,'use_ssl','0'),(981,37,'show_admin_bar_front','true'),(982,37,'locale',''),(983,37,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(984,37,'wp_user_level','0'),(985,37,'session_tokens','a:1:{s:64:\"33733dec56e23856f7316d6214c0f42428120963cc67e9972c8d454a79a1f697\";a:4:{s:10:\"expiration\";i:1547146249;s:2:\"ip\";s:13:\"51.38.134.189\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 5.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1545936649;}}'),(986,38,'nickname','msanchez107'),(987,38,'first_name',''),(988,38,'last_name',''),(989,38,'description',''),(990,38,'rich_editing','true'),(991,38,'comment_shortcuts','false'),(992,38,'admin_color','fresh'),(993,38,'use_ssl','0'),(994,38,'show_admin_bar_front','true'),(995,38,'locale',''),(996,38,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(997,38,'wp_user_level','0'),(998,38,'session_tokens','a:1:{s:64:\"20b89169c355d7b51b809a1469a823a4ac3f157b4fb7481ad77ec384ef311891\";a:4:{s:10:\"expiration\";i:1547156800;s:2:\"ip\";s:14:\"199.249.223.66\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0\";s:5:\"login\";i:1545947200;}}'),(999,39,'nickname','goloso333'),(1000,39,'first_name',''),(1001,39,'last_name',''),(1002,39,'description',''),(1003,39,'rich_editing','true'),(1004,39,'comment_shortcuts','false'),(1005,39,'admin_color','fresh'),(1006,39,'use_ssl','0'),(1007,39,'show_admin_bar_front','true'),(1008,39,'locale',''),(1009,39,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1010,39,'wp_user_level','0'),(1011,39,'session_tokens','a:1:{s:64:\"0c7488cc21f979a8a0f6d0f27670f66fd5c13f052af2853c2194a15990ecbbaf\";a:4:{s:10:\"expiration\";i:1547201902;s:2:\"ip\";s:14:\"185.220.101.15\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36\";s:5:\"login\";i:1545992302;}}'),(1012,40,'nickname','addiejason'),(1013,40,'first_name',''),(1014,40,'last_name',''),(1015,40,'description',''),(1016,40,'rich_editing','true'),(1017,40,'comment_shortcuts','false'),(1018,40,'admin_color','fresh'),(1019,40,'use_ssl','0'),(1020,40,'show_admin_bar_front','true'),(1021,40,'locale',''),(1022,40,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1023,40,'wp_user_level','0'),(1024,40,'session_tokens','a:1:{s:64:\"59f8e73e4e24bdaa823321c007c83514154aba6b7069a4b98ee8d02010aca265\";a:4:{s:10:\"expiration\";i:1547220156;s:2:\"ip\";s:12:\"51.15.34.214\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36\";s:5:\"login\";i:1546010556;}}'),(1025,41,'nickname','bonhamfammle'),(1026,41,'first_name',''),(1027,41,'last_name',''),(1028,41,'description',''),(1029,41,'rich_editing','true'),(1030,41,'comment_shortcuts','false'),(1031,41,'admin_color','fresh'),(1032,41,'use_ssl','0'),(1033,41,'show_admin_bar_front','true'),(1034,41,'locale',''),(1035,41,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1036,41,'wp_user_level','0'),(1037,41,'session_tokens','a:1:{s:64:\"ee48d7dff92c5157074b0c33368ff38364e35784e5d64b0f1c2bf5ce48c1e856\";a:4:{s:10:\"expiration\";i:1547239655;s:2:\"ip\";s:13:\"193.90.12.116\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1546030055;}}'),(1038,42,'nickname','tommasine'),(1039,42,'first_name',''),(1040,42,'last_name',''),(1041,42,'description',''),(1042,42,'rich_editing','true'),(1043,42,'comment_shortcuts','false'),(1044,42,'admin_color','fresh'),(1045,42,'use_ssl','0'),(1046,42,'show_admin_bar_front','true'),(1047,42,'locale',''),(1048,42,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1049,42,'wp_user_level','0'),(1050,42,'session_tokens','a:1:{s:64:\"161226e66df5ef9802e33b5a8bf3f99a87aa26fe5200eb553c828c5404c13f71\";a:4:{s:10:\"expiration\";i:1547256242;s:2:\"ip\";s:12:\"195.176.3.24\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/604.4.7 (KHTML, like Gecko) Version/11.0.2 Safari/604.4.7\";s:5:\"login\";i:1546046642;}}'),(1051,43,'nickname','tuanchristimtran'),(1052,43,'first_name',''),(1053,43,'last_name',''),(1054,43,'description',''),(1055,43,'rich_editing','true'),(1056,43,'comment_shortcuts','false'),(1057,43,'admin_color','fresh'),(1058,43,'use_ssl','0'),(1059,43,'show_admin_bar_front','true'),(1060,43,'locale',''),(1061,43,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1062,43,'wp_user_level','0'),(1063,43,'session_tokens','a:1:{s:64:\"4621d5b1081358e3a6df9f4832dd1ffa48d0da05ce2e3f7834dc7ff3f7813b50\";a:4:{s:10:\"expiration\";i:1547261518;s:2:\"ip\";s:14:\"199.249.230.64\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36\";s:5:\"login\";i:1546051918;}}'),(1064,44,'nickname','rwabc123'),(1065,44,'first_name',''),(1066,44,'last_name',''),(1067,44,'description',''),(1068,44,'rich_editing','true'),(1069,44,'comment_shortcuts','false'),(1070,44,'admin_color','fresh'),(1071,44,'use_ssl','0'),(1072,44,'show_admin_bar_front','true'),(1073,44,'locale',''),(1074,44,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1075,44,'wp_user_level','0'),(1076,44,'session_tokens','a:1:{s:64:\"316579dbb83b327c63a770ff682dcad85f67ef7720b8c261809ea587e2aa820f\";a:4:{s:10:\"expiration\";i:1547263442;s:2:\"ip\";s:13:\"51.77.193.218\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0\";s:5:\"login\";i:1546053842;}}'),(1077,45,'nickname','kay_chino'),(1078,45,'first_name',''),(1079,45,'last_name',''),(1080,45,'description',''),(1081,45,'rich_editing','true'),(1082,45,'comment_shortcuts','false'),(1083,45,'admin_color','fresh'),(1084,45,'use_ssl','0'),(1085,45,'show_admin_bar_front','true'),(1086,45,'locale',''),(1087,45,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1088,45,'wp_user_level','0'),(1089,45,'session_tokens','a:1:{s:64:\"d49fa052cd069d966e13d7334908875737ccb09981f2d6a9e9e94fbba6187e6e\";a:4:{s:10:\"expiration\";i:1547267783;s:2:\"ip\";s:14:\"162.247.74.213\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\";s:5:\"login\";i:1546058183;}}'),(1090,46,'nickname','cookie9deuce'),(1091,46,'first_name',''),(1092,46,'last_name',''),(1093,46,'description',''),(1094,46,'rich_editing','true'),(1095,46,'comment_shortcuts','false'),(1096,46,'admin_color','fresh'),(1097,46,'use_ssl','0'),(1098,46,'show_admin_bar_front','true'),(1099,46,'locale',''),(1100,46,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1101,46,'wp_user_level','0'),(1102,46,'session_tokens','a:1:{s:64:\"2924475f3b14571ae01a9e3ccb4aea81420661c8fb3b3ec363d28394096691a5\";a:4:{s:10:\"expiration\";i:1547316418;s:2:\"ip\";s:14:\"188.165.61.244\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0\";s:5:\"login\";i:1546106818;}}'),(1103,47,'nickname','jamaievans'),(1104,47,'first_name',''),(1105,47,'last_name',''),(1106,47,'description',''),(1107,47,'rich_editing','true'),(1108,47,'comment_shortcuts','false'),(1109,47,'admin_color','fresh'),(1110,47,'use_ssl','0'),(1111,47,'show_admin_bar_front','true'),(1112,47,'locale',''),(1113,47,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1114,47,'wp_user_level','0'),(1115,47,'session_tokens','a:1:{s:64:\"ed43145c886544fdd86d525deb23bc75b824f5460b8824b31789286e53b924ba\";a:4:{s:10:\"expiration\";i:1547321187;s:2:\"ip\";s:14:\"50.247.195.124\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 OPR/43.0.2442.991\";s:5:\"login\";i:1546111587;}}'),(1116,48,'nickname','elimelmiranda'),(1117,48,'first_name',''),(1118,48,'last_name',''),(1119,48,'description',''),(1120,48,'rich_editing','true'),(1121,48,'comment_shortcuts','false'),(1122,48,'admin_color','fresh'),(1123,48,'use_ssl','0'),(1124,48,'show_admin_bar_front','true'),(1125,48,'locale',''),(1126,48,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1127,48,'wp_user_level','0'),(1128,48,'session_tokens','a:1:{s:64:\"e1818340ebaadf2ec22b02eddea2be40a48cb6b84fc73a7790075620714ca344\";a:4:{s:10:\"expiration\";i:1547321278;s:2:\"ip\";s:13:\"192.42.116.20\";s:2:\"ua\";s:67:\"Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1\";s:5:\"login\";i:1546111678;}}'),(1129,49,'nickname','daniela'),(1130,49,'first_name',''),(1131,49,'last_name',''),(1132,49,'description',''),(1133,49,'rich_editing','true'),(1134,49,'comment_shortcuts','false'),(1135,49,'admin_color','fresh'),(1136,49,'use_ssl','0'),(1137,49,'show_admin_bar_front','true'),(1138,49,'locale',''),(1139,49,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1140,49,'wp_user_level','0'),(1141,49,'session_tokens','a:1:{s:64:\"c453ed64250c2b06021e7ef7d88c2e8477467e76cf42a5c1ca9d1ebcc7a84d15\";a:4:{s:10:\"expiration\";i:1547327636;s:2:\"ip\";s:12:\"195.176.3.20\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0\";s:5:\"login\";i:1546118036;}}'),(1142,50,'nickname','cortb64'),(1143,50,'first_name',''),(1144,50,'last_name',''),(1145,50,'description',''),(1146,50,'rich_editing','true'),(1147,50,'comment_shortcuts','false'),(1148,50,'admin_color','fresh'),(1149,50,'use_ssl','0'),(1150,50,'show_admin_bar_front','true'),(1151,50,'locale',''),(1152,50,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1153,50,'wp_user_level','0'),(1154,50,'session_tokens','a:1:{s:64:\"7c63f7941100d8a40a464c93ebbf44037fae29a488a49c4844abbad2ccde2cae\";a:4:{s:10:\"expiration\";i:1547345626;s:2:\"ip\";s:15:\"192.160.102.170\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36\";s:5:\"login\";i:1546136026;}}'),(1155,51,'nickname','leonor.reyes89'),(1156,51,'first_name',''),(1157,51,'last_name',''),(1158,51,'description',''),(1159,51,'rich_editing','true'),(1160,51,'comment_shortcuts','false'),(1161,51,'admin_color','fresh'),(1162,51,'use_ssl','0'),(1163,51,'show_admin_bar_front','true'),(1164,51,'locale',''),(1165,51,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1166,51,'wp_user_level','0'),(1167,51,'session_tokens','a:1:{s:64:\"8654aba9b2c2eb26c8be789c86c06b402fe0137194e57aacda8dceea5cd8ae00\";a:4:{s:10:\"expiration\";i:1547349811;s:2:\"ip\";s:14:\"77.247.181.162\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";s:5:\"login\";i:1546140211;}}'),(1168,52,'nickname','ksalkovics1'),(1169,52,'first_name',''),(1170,52,'last_name',''),(1171,52,'description',''),(1172,52,'rich_editing','true'),(1173,52,'comment_shortcuts','false'),(1174,52,'admin_color','fresh'),(1175,52,'use_ssl','0'),(1176,52,'show_admin_bar_front','true'),(1177,52,'locale',''),(1178,52,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1179,52,'wp_user_level','0'),(1180,52,'session_tokens','a:1:{s:64:\"d76d304af935db563899e64492015695b4a77d34ddc1ea895531427260ceddef\";a:4:{s:10:\"expiration\";i:1547397914;s:2:\"ip\";s:13:\"176.10.99.200\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0\";s:5:\"login\";i:1546188314;}}'),(1181,53,'nickname','timothy.been'),(1182,53,'first_name',''),(1183,53,'last_name',''),(1184,53,'description',''),(1185,53,'rich_editing','true'),(1186,53,'comment_shortcuts','false'),(1187,53,'admin_color','fresh'),(1188,53,'use_ssl','0'),(1189,53,'show_admin_bar_front','true'),(1190,53,'locale',''),(1191,53,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1192,53,'wp_user_level','0'),(1193,53,'session_tokens','a:1:{s:64:\"81bc2f67838f6c278a210b0e3272a648eb29e9f8932ca9b44c4daf64da2399cd\";a:4:{s:10:\"expiration\";i:1547401899;s:2:\"ip\";s:14:\"185.107.70.202\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0\";s:5:\"login\";i:1546192299;}}'),(1194,54,'nickname','z4myi3'),(1195,54,'first_name',''),(1196,54,'last_name',''),(1197,54,'description',''),(1198,54,'rich_editing','true'),(1199,54,'comment_shortcuts','false'),(1200,54,'admin_color','fresh'),(1201,54,'use_ssl','0'),(1202,54,'show_admin_bar_front','true'),(1203,54,'locale',''),(1204,54,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1205,54,'wp_user_level','0'),(1206,54,'session_tokens','a:1:{s:64:\"c9c24888eda2277d089f453e2cc781241f2da3dca0cc3a561e50bca93969f0ab\";a:4:{s:10:\"expiration\";i:1547430112;s:2:\"ip\";s:14:\"199.249.230.77\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36\";s:5:\"login\";i:1546220512;}}'),(1207,55,'nickname','goudarzi.bita'),(1208,55,'first_name',''),(1209,55,'last_name',''),(1210,55,'description',''),(1211,55,'rich_editing','true'),(1212,55,'comment_shortcuts','false'),(1213,55,'admin_color','fresh'),(1214,55,'use_ssl','0'),(1215,55,'show_admin_bar_front','true'),(1216,55,'locale',''),(1217,55,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1218,55,'wp_user_level','0'),(1219,55,'session_tokens','a:1:{s:64:\"46e64d4eff4a9844daa7818048621fe6eefef21c9bfee721fa8c522e27bc79c8\";a:4:{s:10:\"expiration\";i:1547474373;s:2:\"ip\";s:12:\"51.38.69.128\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.2; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1546264773;}}'),(1220,56,'nickname','pvoyles_cpm'),(1221,56,'first_name',''),(1222,56,'last_name',''),(1223,56,'description',''),(1224,56,'rich_editing','true'),(1225,56,'comment_shortcuts','false'),(1226,56,'admin_color','fresh'),(1227,56,'use_ssl','0'),(1228,56,'show_admin_bar_front','true'),(1229,56,'locale',''),(1230,56,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1231,56,'wp_user_level','0'),(1232,56,'session_tokens','a:1:{s:64:\"79818156f66211f2fd7bcf4b38c241cc39356180ca17230f8bec4a9cb8732422\";a:4:{s:10:\"expiration\";i:1547494088;s:2:\"ip\";s:14:\"178.17.170.194\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1546284488;}}'),(1233,57,'nickname','dedidorn'),(1234,57,'first_name',''),(1235,57,'last_name',''),(1236,57,'description',''),(1237,57,'rich_editing','true'),(1238,57,'comment_shortcuts','false'),(1239,57,'admin_color','fresh'),(1240,57,'use_ssl','0'),(1241,57,'show_admin_bar_front','true'),(1242,57,'locale',''),(1243,57,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1244,57,'wp_user_level','0'),(1245,57,'session_tokens','a:1:{s:64:\"ea4d117026ecd377beb5066c455f237f91247a0b26067d048bc98bc825da0668\";a:4:{s:10:\"expiration\";i:1547568705;s:2:\"ip\";s:14:\"199.249.223.76\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36\";s:5:\"login\";i:1546359105;}}'),(1246,58,'nickname','jkevintaft'),(1247,58,'first_name',''),(1248,58,'last_name',''),(1249,58,'description',''),(1250,58,'rich_editing','true'),(1251,58,'comment_shortcuts','false'),(1252,58,'admin_color','fresh'),(1253,58,'use_ssl','0'),(1254,58,'show_admin_bar_front','true'),(1255,58,'locale',''),(1256,58,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1257,58,'wp_user_level','0'),(1258,58,'session_tokens','a:1:{s:64:\"2a3aab8be77ef8f7433b08b2c83ac7a7833d273d6c6cbbd25423fffe7a580171\";a:4:{s:10:\"expiration\";i:1547663840;s:2:\"ip\";s:14:\"173.79.165.247\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";s:5:\"login\";i:1546454240;}}'),(1259,59,'nickname','meganl1610'),(1260,59,'first_name',''),(1261,59,'last_name',''),(1262,59,'description',''),(1263,59,'rich_editing','true'),(1264,59,'comment_shortcuts','false'),(1265,59,'admin_color','fresh'),(1266,59,'use_ssl','0'),(1267,59,'show_admin_bar_front','true'),(1268,59,'locale',''),(1269,59,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1270,59,'wp_user_level','0'),(1271,59,'session_tokens','a:1:{s:64:\"958ab7efeba3b20a1497c210e963a07505802599705ee5072cc0e94e2c47492f\";a:4:{s:10:\"expiration\";i:1547668596;s:2:\"ip\";s:14:\"77.247.181.162\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36 OPR/42.0.2393.94\";s:5:\"login\";i:1546458996;}}'),(1272,60,'nickname','kromelyk'),(1273,60,'first_name',''),(1274,60,'last_name',''),(1275,60,'description',''),(1276,60,'rich_editing','true'),(1277,60,'comment_shortcuts','false'),(1278,60,'admin_color','fresh'),(1279,60,'use_ssl','0'),(1280,60,'show_admin_bar_front','true'),(1281,60,'locale',''),(1282,60,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1283,60,'wp_user_level','0'),(1284,60,'session_tokens','a:1:{s:64:\"95b41f6a8fcfd4b628ecab8c1ed101eedc9fd312a0b5c4ad79a93f2ce460b0c5\";a:4:{s:10:\"expiration\";i:1547719293;s:2:\"ip\";s:14:\"171.25.193.235\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134\";s:5:\"login\";i:1546509693;}}'),(1285,61,'nickname','kromelynk'),(1286,61,'first_name',''),(1287,61,'last_name',''),(1288,61,'description',''),(1289,61,'rich_editing','true'),(1290,61,'comment_shortcuts','false'),(1291,61,'admin_color','fresh'),(1292,61,'use_ssl','0'),(1293,61,'show_admin_bar_front','true'),(1294,61,'locale',''),(1295,61,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1296,61,'wp_user_level','0'),(1297,61,'session_tokens','a:1:{s:64:\"73c80f4c4cc5a7488ba943cf86b3b4763e4a376ef6d27bc687b010c88a43468d\";a:4:{s:10:\"expiration\";i:1547738828;s:2:\"ip\";s:13:\"207.244.70.35\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1546529228;}}'),(1298,62,'nickname','shazen1945'),(1299,62,'first_name',''),(1300,62,'last_name',''),(1301,62,'description',''),(1302,62,'rich_editing','true'),(1303,62,'comment_shortcuts','false'),(1304,62,'admin_color','fresh'),(1305,62,'use_ssl','0'),(1306,62,'show_admin_bar_front','true'),(1307,62,'locale',''),(1308,62,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1309,62,'wp_user_level','0'),(1310,62,'session_tokens','a:1:{s:64:\"7682185ecd622ed5799776795e03d03dd83b76259b7a1d04c5df5fa900b618c7\";a:4:{s:10:\"expiration\";i:1547827852;s:2:\"ip\";s:12:\"167.99.42.89\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1546618252;}}'),(1311,63,'nickname','anthony.druart'),(1312,63,'first_name',''),(1313,63,'last_name',''),(1314,63,'description',''),(1315,63,'rich_editing','true'),(1316,63,'comment_shortcuts','false'),(1317,63,'admin_color','fresh'),(1318,63,'use_ssl','0'),(1319,63,'show_admin_bar_front','true'),(1320,63,'locale',''),(1321,63,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1322,63,'wp_user_level','0'),(1323,63,'session_tokens','a:1:{s:64:\"750bff3d831222a0567665b5116ed6157809ad6a0b45c6fee252e1a5bf14081c\";a:4:{s:10:\"expiration\";i:1547839032;s:2:\"ip\";s:12:\"192.99.247.1\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36 OPR/42.0.2393.94\";s:5:\"login\";i:1546629432;}}'),(1324,64,'nickname','donnaguzak'),(1325,64,'first_name',''),(1326,64,'last_name',''),(1327,64,'description',''),(1328,64,'rich_editing','true'),(1329,64,'comment_shortcuts','false'),(1330,64,'admin_color','fresh'),(1331,64,'use_ssl','0'),(1332,64,'show_admin_bar_front','true'),(1333,64,'locale',''),(1334,64,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1335,64,'wp_user_level','0'),(1336,64,'session_tokens','a:1:{s:64:\"cff13a4385edf7ed401dbc46ffd703cc57482c48bfd5b8053aaf38179d1aca90\";a:4:{s:10:\"expiration\";i:1547884878;s:2:\"ip\";s:14:\"162.247.74.204\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36\";s:5:\"login\";i:1546675278;}}'),(1337,65,'nickname','retro151617'),(1338,65,'first_name',''),(1339,65,'last_name',''),(1340,65,'description',''),(1341,65,'rich_editing','true'),(1342,65,'comment_shortcuts','false'),(1343,65,'admin_color','fresh'),(1344,65,'use_ssl','0'),(1345,65,'show_admin_bar_front','true'),(1346,65,'locale',''),(1347,65,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1348,65,'wp_user_level','0'),(1349,65,'session_tokens','a:1:{s:64:\"e2c44acd28703dd7374c8eeeeedb6b28bc5bf906678505eca74893a51bd8d3a6\";a:4:{s:10:\"expiration\";i:1547919065;s:2:\"ip\";s:14:\"199.249.230.85\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.2; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1546709465;}}'),(1350,66,'nickname','kursedkyuubi'),(1351,66,'first_name',''),(1352,66,'last_name',''),(1353,66,'description',''),(1354,66,'rich_editing','true'),(1355,66,'comment_shortcuts','false'),(1356,66,'admin_color','fresh'),(1357,66,'use_ssl','0'),(1358,66,'show_admin_bar_front','true'),(1359,66,'locale',''),(1360,66,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1361,66,'wp_user_level','0'),(1362,66,'session_tokens','a:1:{s:64:\"726cb82f458c5ca1ceb54a0ad914b87fcbf9f1fb26410298ca5c8b11702b3c9a\";a:4:{s:10:\"expiration\";i:1547919619;s:2:\"ip\";s:14:\"199.249.230.84\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\";s:5:\"login\";i:1546710019;}}'),(1363,67,'nickname','donavahn'),(1364,67,'first_name',''),(1365,67,'last_name',''),(1366,67,'description',''),(1367,67,'rich_editing','true'),(1368,67,'comment_shortcuts','false'),(1369,67,'admin_color','fresh'),(1370,67,'use_ssl','0'),(1371,67,'show_admin_bar_front','true'),(1372,67,'locale',''),(1373,67,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1374,67,'wp_user_level','0'),(1375,67,'session_tokens','a:1:{s:64:\"c5c55cc7cd27ab6f19dd92b31af7df7eca9a40d71dbbc6a1e7fc5b4665fd287e\";a:4:{s:10:\"expiration\";i:1547921915;s:2:\"ip\";s:13:\"51.38.134.189\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0.1 Safari/602.2.14\";s:5:\"login\";i:1546712315;}}'),(1376,68,'nickname','rolandclaire44'),(1377,68,'first_name',''),(1378,68,'last_name',''),(1379,68,'description',''),(1380,68,'rich_editing','true'),(1381,68,'comment_shortcuts','false'),(1382,68,'admin_color','fresh'),(1383,68,'use_ssl','0'),(1384,68,'show_admin_bar_front','true'),(1385,68,'locale',''),(1386,68,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1387,68,'wp_user_level','0'),(1388,68,'session_tokens','a:1:{s:64:\"e027df452b77a6015253187463c2475f4b4660d247cf203e9feca6f609b9c00b\";a:4:{s:10:\"expiration\";i:1547925599;s:2:\"ip\";s:15:\"205.185.127.219\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36\";s:5:\"login\";i:1546715999;}}'),(1389,69,'nickname','thegiftedbond'),(1390,69,'first_name',''),(1391,69,'last_name',''),(1392,69,'description',''),(1393,69,'rich_editing','true'),(1394,69,'comment_shortcuts','false'),(1395,69,'admin_color','fresh'),(1396,69,'use_ssl','0'),(1397,69,'show_admin_bar_front','true'),(1398,69,'locale',''),(1399,69,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1400,69,'wp_user_level','0'),(1401,69,'session_tokens','a:1:{s:64:\"f01ac3dade06644159febb61369d5ee6ed2b8b37a670d89400f329903465d98d\";a:4:{s:10:\"expiration\";i:1547940357;s:2:\"ip\";s:12:\"51.15.113.84\";s:2:\"ua\";s:69:\"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1546730757;}}'),(1402,70,'nickname','jordan.watson2'),(1403,70,'first_name',''),(1404,70,'last_name',''),(1405,70,'description',''),(1406,70,'rich_editing','true'),(1407,70,'comment_shortcuts','false'),(1408,70,'admin_color','fresh'),(1409,70,'use_ssl','0'),(1410,70,'show_admin_bar_front','true'),(1411,70,'locale',''),(1412,70,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1413,70,'wp_user_level','0'),(1414,70,'session_tokens','a:1:{s:64:\"510a423b5f6f988043398e2ee8f04512307c37a47b8f688ce201608f78998673\";a:4:{s:10:\"expiration\";i:1547954074;s:2:\"ip\";s:12:\"51.15.113.84\";s:2:\"ua\";s:63:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0)\";s:5:\"login\";i:1546744474;}}'),(1415,71,'nickname','dikopec'),(1416,71,'first_name',''),(1417,71,'last_name',''),(1418,71,'description',''),(1419,71,'rich_editing','true'),(1420,71,'comment_shortcuts','false'),(1421,71,'admin_color','fresh'),(1422,71,'use_ssl','0'),(1423,71,'show_admin_bar_front','true'),(1424,71,'locale',''),(1425,71,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1426,71,'wp_user_level','0'),(1427,71,'session_tokens','a:1:{s:64:\"4a3c9867372681863f290ae5d8c048167d54f4f2f5c56b28fb825ac8ca55399d\";a:4:{s:10:\"expiration\";i:1547954086;s:2:\"ip\";s:14:\"91.219.236.171\";s:2:\"ua\";s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)\";s:5:\"login\";i:1546744486;}}'),(1428,72,'nickname','kedari.a.matthews'),(1429,72,'first_name',''),(1430,72,'last_name',''),(1431,72,'description',''),(1432,72,'rich_editing','true'),(1433,72,'comment_shortcuts','false'),(1434,72,'admin_color','fresh'),(1435,72,'use_ssl','0'),(1436,72,'show_admin_bar_front','true'),(1437,72,'locale',''),(1438,72,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1439,72,'wp_user_level','0'),(1440,72,'session_tokens','a:1:{s:64:\"cd5788f541bf0f0191e784289fe34a732d57b7aa44faeff543e9e7ee82cc779e\";a:4:{s:10:\"expiration\";i:1547956794;s:2:\"ip\";s:15:\"192.160.102.170\";s:2:\"ua\";s:88:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/601.5.17 (KHTML, like Gecko)\";s:5:\"login\";i:1546747194;}}'),(1441,73,'nickname','cjdavis5678'),(1442,73,'first_name',''),(1443,73,'last_name',''),(1444,73,'description',''),(1445,73,'rich_editing','true'),(1446,73,'comment_shortcuts','false'),(1447,73,'admin_color','fresh'),(1448,73,'use_ssl','0'),(1449,73,'show_admin_bar_front','true'),(1450,73,'locale',''),(1451,73,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1452,73,'wp_user_level','0'),(1453,73,'session_tokens','a:1:{s:64:\"1ec32f434f1c5a2d31bac50f5cfa758240793b15ff286b1dc32e01c5810bfd60\";a:4:{s:10:\"expiration\";i:1547965986;s:2:\"ip\";s:13:\"23.129.64.101\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36\";s:5:\"login\";i:1546756386;}}'),(1454,74,'nickname','bocoopermx'),(1455,74,'first_name',''),(1456,74,'last_name',''),(1457,74,'description',''),(1458,74,'rich_editing','true'),(1459,74,'comment_shortcuts','false'),(1460,74,'admin_color','fresh'),(1461,74,'use_ssl','0'),(1462,74,'show_admin_bar_front','true'),(1463,74,'locale',''),(1464,74,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1465,74,'wp_user_level','0'),(1466,74,'session_tokens','a:1:{s:64:\"2488f22d218484449692cb9c30cbe4ae4cbeefcb487a6006deb06e267c979e66\";a:4:{s:10:\"expiration\";i:1547968558;s:2:\"ip\";s:14:\"199.249.230.78\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36\";s:5:\"login\";i:1546758958;}}'),(1467,75,'nickname','bo'),(1468,75,'first_name',''),(1469,75,'last_name',''),(1470,75,'description',''),(1471,75,'rich_editing','true'),(1472,75,'comment_shortcuts','false'),(1473,75,'admin_color','fresh'),(1474,75,'use_ssl','0'),(1475,75,'show_admin_bar_front','true'),(1476,75,'locale',''),(1477,75,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1478,75,'wp_user_level','0'),(1479,75,'session_tokens','a:1:{s:64:\"6de6188abba70c1c5f4b1116f22454162663e57ab10c147c77c35c571d568d8f\";a:4:{s:10:\"expiration\";i:1547970189;s:2:\"ip\";s:12:\"46.38.235.14\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0.3 Safari/604.5.6\";s:5:\"login\";i:1546760589;}}'),(1480,76,'nickname','derele420'),(1481,76,'first_name',''),(1482,76,'last_name',''),(1483,76,'description',''),(1484,76,'rich_editing','true'),(1485,76,'comment_shortcuts','false'),(1486,76,'admin_color','fresh'),(1487,76,'use_ssl','0'),(1488,76,'show_admin_bar_front','true'),(1489,76,'locale',''),(1490,76,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1491,76,'wp_user_level','0'),(1492,76,'session_tokens','a:1:{s:64:\"a89a72b260a7e9adecf7f67ed1d2066417bc49b34524ee1af04a3a047b117acc\";a:4:{s:10:\"expiration\";i:1547981404;s:2:\"ip\";s:13:\"158.69.193.32\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\";s:5:\"login\";i:1546771804;}}'),(1493,77,'nickname','gochattercom'),(1494,77,'first_name',''),(1495,77,'last_name',''),(1496,77,'description',''),(1497,77,'rich_editing','true'),(1498,77,'comment_shortcuts','false'),(1499,77,'admin_color','fresh'),(1500,77,'use_ssl','0'),(1501,77,'show_admin_bar_front','true'),(1502,77,'locale',''),(1503,77,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1504,77,'wp_user_level','0'),(1505,77,'session_tokens','a:1:{s:64:\"ab0505f21ee7768b0f5a31cd8e000dca0209597bfd591b41b7eeaed907ffab1b\";a:4:{s:10:\"expiration\";i:1547996237;s:2:\"ip\";s:13:\"54.39.148.234\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/601.5.17 (KHTML, like Gecko) Version/9.1 Safari/601.5.17\";s:5:\"login\";i:1546786637;}}'),(1506,78,'nickname','huntercleblanc'),(1507,78,'first_name',''),(1508,78,'last_name',''),(1509,78,'description',''),(1510,78,'rich_editing','true'),(1511,78,'comment_shortcuts','false'),(1512,78,'admin_color','fresh'),(1513,78,'use_ssl','0'),(1514,78,'show_admin_bar_front','true'),(1515,78,'locale',''),(1516,78,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1517,78,'wp_user_level','0'),(1518,78,'session_tokens','a:1:{s:64:\"3104abdc1e9076e7e122d8709b8e8ac7b6e9b7a77fa906e35d032d6c849e7ff1\";a:4:{s:10:\"expiration\";i:1548004246;s:2:\"ip\";s:14:\"185.107.94.233\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15\";s:5:\"login\";i:1546794646;}}'),(1519,79,'nickname','monturidavid'),(1520,79,'first_name',''),(1521,79,'last_name',''),(1522,79,'description',''),(1523,79,'rich_editing','true'),(1524,79,'comment_shortcuts','false'),(1525,79,'admin_color','fresh'),(1526,79,'use_ssl','0'),(1527,79,'show_admin_bar_front','true'),(1528,79,'locale',''),(1529,79,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1530,79,'wp_user_level','0'),(1531,79,'session_tokens','a:1:{s:64:\"c91a1cdecb30c486abf0661af23ab23cdadc0750e99387bddc5176bc616b768d\";a:4:{s:10:\"expiration\";i:1548007433;s:2:\"ip\";s:14:\"199.195.250.77\";s:2:\"ua\";s:63:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0)\";s:5:\"login\";i:1546797833;}}'),(1532,80,'nickname','sueb_8'),(1533,80,'first_name',''),(1534,80,'last_name',''),(1535,80,'description',''),(1536,80,'rich_editing','true'),(1537,80,'comment_shortcuts','false'),(1538,80,'admin_color','fresh'),(1539,80,'use_ssl','0'),(1540,80,'show_admin_bar_front','true'),(1541,80,'locale',''),(1542,80,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1543,80,'wp_user_level','0'),(1544,80,'session_tokens','a:1:{s:64:\"104d555b203519c3a57d1a167de6f59a45cb7dbe2aadc102f68706ecf84c371d\";a:4:{s:10:\"expiration\";i:1548027499;s:2:\"ip\";s:14:\"185.220.101.31\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1546817899;}}'),(1545,81,'nickname','sparkey361'),(1546,81,'first_name',''),(1547,81,'last_name',''),(1548,81,'description',''),(1549,81,'rich_editing','true'),(1550,81,'comment_shortcuts','false'),(1551,81,'admin_color','fresh'),(1552,81,'use_ssl','0'),(1553,81,'show_admin_bar_front','true'),(1554,81,'locale',''),(1555,81,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1556,81,'wp_user_level','0'),(1557,81,'session_tokens','a:1:{s:64:\"be04c189b7aef7232e13b4bd951e769e354854190b0b38101b2257d3b942795c\";a:4:{s:10:\"expiration\";i:1548045025;s:2:\"ip\";s:14:\"217.147.169.66\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\";s:5:\"login\";i:1546835425;}}'),(1558,82,'nickname','tjjacksonsm'),(1559,82,'first_name',''),(1560,82,'last_name',''),(1561,82,'description',''),(1562,82,'rich_editing','true'),(1563,82,'comment_shortcuts','false'),(1564,82,'admin_color','fresh'),(1565,82,'use_ssl','0'),(1566,82,'show_admin_bar_front','true'),(1567,82,'locale',''),(1568,82,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1569,82,'wp_user_level','0'),(1570,82,'session_tokens','a:1:{s:64:\"2d17f30098df97ca801af4f654947549a5a6839cc12af747fd2dce239d392572\";a:4:{s:10:\"expiration\";i:1548055556;s:2:\"ip\";s:14:\"85.248.227.163\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1546845956;}}'),(1571,83,'nickname','vikacherkachick'),(1572,83,'first_name',''),(1573,83,'last_name',''),(1574,83,'description',''),(1575,83,'rich_editing','true'),(1576,83,'comment_shortcuts','false'),(1577,83,'admin_color','fresh'),(1578,83,'use_ssl','0'),(1579,83,'show_admin_bar_front','true'),(1580,83,'locale',''),(1581,83,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1582,83,'wp_user_level','0'),(1583,83,'session_tokens','a:1:{s:64:\"13b3ef0b278cd76fb15af2d78cbfc26be9dbe3da4832eb7ffc94bf5b1569170e\";a:4:{s:10:\"expiration\";i:1548091266;s:2:\"ip\";s:14:\"185.220.101.45\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1546881666;}}'),(1584,84,'nickname','ag.alxhm'),(1585,84,'first_name',''),(1586,84,'last_name',''),(1587,84,'description',''),(1588,84,'rich_editing','true'),(1589,84,'comment_shortcuts','false'),(1590,84,'admin_color','fresh'),(1591,84,'use_ssl','0'),(1592,84,'show_admin_bar_front','true'),(1593,84,'locale',''),(1594,84,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1595,84,'wp_user_level','0'),(1596,84,'session_tokens','a:1:{s:64:\"96439e9e0325cff090c795f9d6506062f378175338769011a04bbb93ccd0a18f\";a:4:{s:10:\"expiration\";i:1548091537;s:2:\"ip\";s:14:\"185.107.47.171\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1546881937;}}'),(1597,85,'nickname','srekanivek'),(1598,85,'first_name',''),(1599,85,'last_name',''),(1600,85,'description',''),(1601,85,'rich_editing','true'),(1602,85,'comment_shortcuts','false'),(1603,85,'admin_color','fresh'),(1604,85,'use_ssl','0'),(1605,85,'show_admin_bar_front','true'),(1606,85,'locale',''),(1607,85,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1608,85,'wp_user_level','0'),(1609,85,'session_tokens','a:1:{s:64:\"784f95d653436103c13aef89bd838f39593c289a10d2fae9237b1edae7bbe3b7\";a:4:{s:10:\"expiration\";i:1548096009;s:2:\"ip\";s:11:\"5.196.1.129\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299\";s:5:\"login\";i:1546886409;}}'),(1610,86,'nickname','krhine1908'),(1611,86,'first_name',''),(1612,86,'last_name',''),(1613,86,'description',''),(1614,86,'rich_editing','true'),(1615,86,'comment_shortcuts','false'),(1616,86,'admin_color','fresh'),(1617,86,'use_ssl','0'),(1618,86,'show_admin_bar_front','true'),(1619,86,'locale',''),(1620,86,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1621,86,'wp_user_level','0'),(1622,86,'session_tokens','a:1:{s:64:\"40a70eba87ff69ee6f4ef4ddf58dac38461bb7843cafda9dd5ca3aa1a3702ef5\";a:4:{s:10:\"expiration\";i:1548098831;s:2:\"ip\";s:13:\"87.120.36.157\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1546889231;}}'),(1623,87,'nickname','mtnuriddin'),(1624,87,'first_name',''),(1625,87,'last_name',''),(1626,87,'description',''),(1627,87,'rich_editing','true'),(1628,87,'comment_shortcuts','false'),(1629,87,'admin_color','fresh'),(1630,87,'use_ssl','0'),(1631,87,'show_admin_bar_front','true'),(1632,87,'locale',''),(1633,87,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1634,87,'wp_user_level','0'),(1635,87,'session_tokens','a:1:{s:64:\"786e60fd3b7cd83e83da0dbc6100bd4f0f613056c3c973520a28356d290e0425\";a:4:{s:10:\"expiration\";i:1548099840;s:2:\"ip\";s:13:\"192.42.116.14\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36\";s:5:\"login\";i:1546890240;}}'),(1636,88,'nickname','stephenpaparo'),(1637,88,'first_name',''),(1638,88,'last_name',''),(1639,88,'description',''),(1640,88,'rich_editing','true'),(1641,88,'comment_shortcuts','false'),(1642,88,'admin_color','fresh'),(1643,88,'use_ssl','0'),(1644,88,'show_admin_bar_front','true'),(1645,88,'locale',''),(1646,88,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1647,88,'wp_user_level','0'),(1648,88,'session_tokens','a:1:{s:64:\"1e1ac9efd9258fb5f6a0a4da446f7e331d71a71cf25e246cf3f94797fbaf249a\";a:4:{s:10:\"expiration\";i:1548101452;s:2:\"ip\";s:14:\"185.220.101.53\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36\";s:5:\"login\";i:1546891852;}}'),(1649,89,'nickname','eppslucy'),(1650,89,'first_name',''),(1651,89,'last_name',''),(1652,89,'description',''),(1653,89,'rich_editing','true'),(1654,89,'comment_shortcuts','false'),(1655,89,'admin_color','fresh'),(1656,89,'use_ssl','0'),(1657,89,'show_admin_bar_front','true'),(1658,89,'locale',''),(1659,89,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1660,89,'wp_user_level','0'),(1661,89,'session_tokens','a:1:{s:64:\"612f38e859fcae50b8958737f3535eb973af79557c730cd3dd11ebdc975225fc\";a:4:{s:10:\"expiration\";i:1548109673;s:2:\"ip\";s:14:\"199.249.223.79\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/601.5.17 (KHTML, like Gecko) Version/9.1 Safari/601.5.17\";s:5:\"login\";i:1546900073;}}'),(1662,90,'nickname','peketrain'),(1663,90,'first_name',''),(1664,90,'last_name',''),(1665,90,'description',''),(1666,90,'rich_editing','true'),(1667,90,'comment_shortcuts','false'),(1668,90,'admin_color','fresh'),(1669,90,'use_ssl','0'),(1670,90,'show_admin_bar_front','true'),(1671,90,'locale',''),(1672,90,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1673,90,'wp_user_level','0'),(1674,90,'session_tokens','a:1:{s:64:\"b1b870970787eb7b8dcccab9ae68b0c889b9c706303638803315ad60922b29d7\";a:4:{s:10:\"expiration\";i:1548110942;s:2:\"ip\";s:13:\"204.85.191.30\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1546901342;}}'),(1675,91,'nickname','suhioi0220'),(1676,91,'first_name',''),(1677,91,'last_name',''),(1678,91,'description',''),(1679,91,'rich_editing','true'),(1680,91,'comment_shortcuts','false'),(1681,91,'admin_color','fresh'),(1682,91,'use_ssl','0'),(1683,91,'show_admin_bar_front','true'),(1684,91,'locale',''),(1685,91,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1686,91,'wp_user_level','0'),(1687,91,'session_tokens','a:1:{s:64:\"0de513e2d41fea38e6cfb95641e2537ac00780bb90028415a29b0f850928c405\";a:4:{s:10:\"expiration\";i:1548113380;s:2:\"ip\";s:14:\"185.220.101.44\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0\";s:5:\"login\";i:1546903780;}}'),(1688,92,'nickname','simon.rimmer'),(1689,92,'first_name',''),(1690,92,'last_name',''),(1691,92,'description',''),(1692,92,'rich_editing','true'),(1693,92,'comment_shortcuts','false'),(1694,92,'admin_color','fresh'),(1695,92,'use_ssl','0'),(1696,92,'show_admin_bar_front','true'),(1697,92,'locale',''),(1698,92,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1699,92,'wp_user_level','0'),(1700,92,'session_tokens','a:1:{s:64:\"3f05c107a949af516ac638c8d8508897ce8cf2d74a403215a792bd0f0762bc41\";a:4:{s:10:\"expiration\";i:1548114686;s:2:\"ip\";s:12:\"195.176.3.24\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";s:5:\"login\";i:1546905086;}}'),(1701,93,'nickname','michaeldespones'),(1702,93,'first_name',''),(1703,93,'last_name',''),(1704,93,'description',''),(1705,93,'rich_editing','true'),(1706,93,'comment_shortcuts','false'),(1707,93,'admin_color','fresh'),(1708,93,'use_ssl','0'),(1709,93,'show_admin_bar_front','true'),(1710,93,'locale',''),(1711,93,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1712,93,'wp_user_level','0'),(1713,93,'session_tokens','a:1:{s:64:\"c6528b1a89f392278a776d94fb75b303f1416c9c74a4fd9114b6f4576f9af22e\";a:4:{s:10:\"expiration\";i:1548118842;s:2:\"ip\";s:13:\"188.132.176.2\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15\";s:5:\"login\";i:1546909242;}}'),(1714,94,'nickname','skibud'),(1715,94,'first_name',''),(1716,94,'last_name',''),(1717,94,'description',''),(1718,94,'rich_editing','true'),(1719,94,'comment_shortcuts','false'),(1720,94,'admin_color','fresh'),(1721,94,'use_ssl','0'),(1722,94,'show_admin_bar_front','true'),(1723,94,'locale',''),(1724,94,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1725,94,'wp_user_level','0'),(1726,94,'session_tokens','a:1:{s:64:\"3a1ac411562f06ac5cbbfa6ce8cc8bfa69640edc270b18c83df299a025f03622\";a:4:{s:10:\"expiration\";i:1548119879;s:2:\"ip\";s:14:\"176.126.83.211\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1546910279;}}'),(1727,95,'nickname','marylouarends'),(1728,95,'first_name',''),(1729,95,'last_name',''),(1730,95,'description',''),(1731,95,'rich_editing','true'),(1732,95,'comment_shortcuts','false'),(1733,95,'admin_color','fresh'),(1734,95,'use_ssl','0'),(1735,95,'show_admin_bar_front','true'),(1736,95,'locale',''),(1737,95,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1738,95,'wp_user_level','0'),(1739,95,'session_tokens','a:1:{s:64:\"5f7ebe82ed907014eef32a8e087f64ef010e1ca51d07c008dca691b63a36015e\";a:4:{s:10:\"expiration\";i:1548131436;s:2:\"ip\";s:14:\"199.249.230.80\";s:2:\"ua\";s:76:\"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko\";s:5:\"login\";i:1546921836;}}'),(1740,96,'nickname','amberdowling'),(1741,96,'first_name',''),(1742,96,'last_name',''),(1743,96,'description',''),(1744,96,'rich_editing','true'),(1745,96,'comment_shortcuts','false'),(1746,96,'admin_color','fresh'),(1747,96,'use_ssl','0'),(1748,96,'show_admin_bar_front','true'),(1749,96,'locale',''),(1750,96,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1751,96,'wp_user_level','0'),(1752,96,'session_tokens','a:1:{s:64:\"59e43c5c1532c97f3d17b1b6c969730d8b2195195f12c9d0e71b44bc9edcb2dd\";a:4:{s:10:\"expiration\";i:1548132869;s:2:\"ip\";s:13:\"51.15.125.181\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1546923269;}}'),(1753,97,'nickname','hilda.zado'),(1754,97,'first_name',''),(1755,97,'last_name',''),(1756,97,'description',''),(1757,97,'rich_editing','true'),(1758,97,'comment_shortcuts','false'),(1759,97,'admin_color','fresh'),(1760,97,'use_ssl','0'),(1761,97,'show_admin_bar_front','true'),(1762,97,'locale',''),(1763,97,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1764,97,'wp_user_level','0'),(1765,97,'session_tokens','a:1:{s:64:\"00e098d291fd038b743540471ba5b0bac64a013bcfbab0df7327d6bc3133df20\";a:4:{s:10:\"expiration\";i:1548137454;s:2:\"ip\";s:12:\"18.85.22.239\";s:2:\"ua\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0)\";s:5:\"login\";i:1546927854;}}'),(1766,98,'nickname','ahoule726'),(1767,98,'first_name',''),(1768,98,'last_name',''),(1769,98,'description',''),(1770,98,'rich_editing','true'),(1771,98,'comment_shortcuts','false'),(1772,98,'admin_color','fresh'),(1773,98,'use_ssl','0'),(1774,98,'show_admin_bar_front','true'),(1775,98,'locale',''),(1776,98,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1777,98,'wp_user_level','0'),(1778,98,'session_tokens','a:1:{s:64:\"3b5e6ecd2f9805a3d7ff693f32af41e0ebdd09ae8949badfcd3b0362bd9d9b27\";a:4:{s:10:\"expiration\";i:1548161589;s:2:\"ip\";s:13:\"198.98.56.149\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1546951989;}}'),(1779,99,'nickname','tfinney1106'),(1780,99,'first_name',''),(1781,99,'last_name',''),(1782,99,'description',''),(1783,99,'rich_editing','true'),(1784,99,'comment_shortcuts','false'),(1785,99,'admin_color','fresh'),(1786,99,'use_ssl','0'),(1787,99,'show_admin_bar_front','true'),(1788,99,'locale',''),(1789,99,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1790,99,'wp_user_level','0'),(1791,99,'session_tokens','a:1:{s:64:\"e7711f4f027bc9bed128c62f92d9b83ad533acd901cd041d31a4d0dfa890fc37\";a:4:{s:10:\"expiration\";i:1548165339;s:2:\"ip\";s:13:\"51.15.125.181\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1546955739;}}'),(1792,100,'nickname','eduardo.martinez2011'),(1793,100,'first_name',''),(1794,100,'last_name',''),(1795,100,'description',''),(1796,100,'rich_editing','true'),(1797,100,'comment_shortcuts','false'),(1798,100,'admin_color','fresh'),(1799,100,'use_ssl','0'),(1800,100,'show_admin_bar_front','true'),(1801,100,'locale',''),(1802,100,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1803,100,'wp_user_level','0'),(1804,100,'session_tokens','a:1:{s:64:\"2754414be4d6aa2b7e838bd69c6e272214934a339989b0973cd77e5b1ca8c154\";a:4:{s:10:\"expiration\";i:1548169307;s:2:\"ip\";s:15:\"197.231.221.211\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0\";s:5:\"login\";i:1546959707;}}'),(1805,101,'nickname','ronroth2'),(1806,101,'first_name',''),(1807,101,'last_name',''),(1808,101,'description',''),(1809,101,'rich_editing','true'),(1810,101,'comment_shortcuts','false'),(1811,101,'admin_color','fresh'),(1812,101,'use_ssl','0'),(1813,101,'show_admin_bar_front','true'),(1814,101,'locale',''),(1815,101,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1816,101,'wp_user_level','0'),(1817,101,'session_tokens','a:1:{s:64:\"71f5f988a5a9fed840a9bd0dafafed08776e7d47fe587786cb5145b01827cd8e\";a:4:{s:10:\"expiration\";i:1548176119;s:2:\"ip\";s:14:\"178.17.166.147\";s:2:\"ua\";s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";s:5:\"login\";i:1546966519;}}'),(1818,102,'nickname','rockya1014'),(1819,102,'first_name',''),(1820,102,'last_name',''),(1821,102,'description',''),(1822,102,'rich_editing','true'),(1823,102,'comment_shortcuts','false'),(1824,102,'admin_color','fresh'),(1825,102,'use_ssl','0'),(1826,102,'show_admin_bar_front','true'),(1827,102,'locale',''),(1828,102,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1829,102,'wp_user_level','0'),(1830,102,'session_tokens','a:1:{s:64:\"6c3e234740a220526e88c3236f0222abef843b3feb9f428201da90a173c3bd08\";a:4:{s:10:\"expiration\";i:1548180612;s:2:\"ip\";s:14:\"185.220.101.49\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";s:5:\"login\";i:1546971012;}}'),(1831,103,'nickname','pcolombo5'),(1832,103,'first_name',''),(1833,103,'last_name',''),(1834,103,'description',''),(1835,103,'rich_editing','true'),(1836,103,'comment_shortcuts','false'),(1837,103,'admin_color','fresh'),(1838,103,'use_ssl','0'),(1839,103,'show_admin_bar_front','true'),(1840,103,'locale',''),(1841,103,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1842,103,'wp_user_level','0'),(1843,103,'session_tokens','a:1:{s:64:\"a2bf3fe133486bc0f30def85ae80a5b40ddb5293c2f052429a1b69d4750d0cc5\";a:4:{s:10:\"expiration\";i:1548182867;s:2:\"ip\";s:14:\"141.255.162.35\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0\";s:5:\"login\";i:1546973267;}}'),(1844,104,'nickname','amyraybornholmes'),(1845,104,'first_name',''),(1846,104,'last_name',''),(1847,104,'description',''),(1848,104,'rich_editing','true'),(1849,104,'comment_shortcuts','false'),(1850,104,'admin_color','fresh'),(1851,104,'use_ssl','0'),(1852,104,'show_admin_bar_front','true'),(1853,104,'locale',''),(1854,104,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1855,104,'wp_user_level','0'),(1856,104,'session_tokens','a:1:{s:64:\"5689f955a8877f6a7c7d3523c90832f82f37ee395d4b7381b9815927b6750af6\";a:4:{s:10:\"expiration\";i:1548184685;s:2:\"ip\";s:15:\"197.231.221.211\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1546975085;}}'),(1857,105,'nickname','daltontx101'),(1858,105,'first_name',''),(1859,105,'last_name',''),(1860,105,'description',''),(1861,105,'rich_editing','true'),(1862,105,'comment_shortcuts','false'),(1863,105,'admin_color','fresh'),(1864,105,'use_ssl','0'),(1865,105,'show_admin_bar_front','true'),(1866,105,'locale',''),(1867,105,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1868,105,'wp_user_level','0'),(1869,105,'session_tokens','a:1:{s:64:\"770c83b6d105aeae99121661aebd7b34183f4ed578bd7ee7869a74988e19fcae\";a:4:{s:10:\"expiration\";i:1548185286;s:2:\"ip\";s:13:\"54.36.189.105\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0\";s:5:\"login\";i:1546975686;}}'),(1870,106,'nickname','studio301'),(1871,106,'first_name',''),(1872,106,'last_name',''),(1873,106,'description',''),(1874,106,'rich_editing','true'),(1875,106,'comment_shortcuts','false'),(1876,106,'admin_color','fresh'),(1877,106,'use_ssl','0'),(1878,106,'show_admin_bar_front','true'),(1879,106,'locale',''),(1880,106,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1881,106,'wp_user_level','0'),(1882,106,'session_tokens','a:1:{s:64:\"6caa1ba7241c69e3b69b25de3f93eb47673bdc394181d4c9a4c7640a04f7ebee\";a:4:{s:10:\"expiration\";i:1548186084;s:2:\"ip\";s:11:\"159.69.91.3\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36\";s:5:\"login\";i:1546976484;}}'),(1883,107,'nickname','simon'),(1884,107,'first_name',''),(1885,107,'last_name',''),(1886,107,'description',''),(1887,107,'rich_editing','true'),(1888,107,'comment_shortcuts','false'),(1889,107,'admin_color','fresh'),(1890,107,'use_ssl','0'),(1891,107,'show_admin_bar_front','true'),(1892,107,'locale',''),(1893,107,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1894,107,'wp_user_level','0'),(1895,107,'session_tokens','a:1:{s:64:\"b43bdebcfb86b87d788782dfc9ec604b836808355f597885a0508e951c946c4a\";a:4:{s:10:\"expiration\";i:1548186139;s:2:\"ip\";s:10:\"51.15.59.9\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36\";s:5:\"login\";i:1546976539;}}'),(1896,108,'nickname','kenzocameron'),(1897,108,'first_name',''),(1898,108,'last_name',''),(1899,108,'description',''),(1900,108,'rich_editing','true'),(1901,108,'comment_shortcuts','false'),(1902,108,'admin_color','fresh'),(1903,108,'use_ssl','0'),(1904,108,'show_admin_bar_front','true'),(1905,108,'locale',''),(1906,108,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1907,108,'wp_user_level','0'),(1908,108,'session_tokens','a:1:{s:64:\"a5a6a1d1c2202998e9299c9edd8bb719a2b1ccbff426b1400eac61273b4218e4\";a:4:{s:10:\"expiration\";i:1548188037;s:2:\"ip\";s:14:\"185.107.94.233\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\";s:5:\"login\";i:1546978437;}}'),(1909,109,'nickname','rrains777'),(1910,109,'first_name',''),(1911,109,'last_name',''),(1912,109,'description',''),(1913,109,'rich_editing','true'),(1914,109,'comment_shortcuts','false'),(1915,109,'admin_color','fresh'),(1916,109,'use_ssl','0'),(1917,109,'show_admin_bar_front','true'),(1918,109,'locale',''),(1919,109,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1920,109,'wp_user_level','0'),(1921,109,'session_tokens','a:1:{s:64:\"9c098b280d56dce7bf12ed9ae79bac804aa314d465eeb2d5f34f9073b5447c08\";a:4:{s:10:\"expiration\";i:1548246302;s:2:\"ip\";s:14:\"199.249.230.89\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36 OPR/42.0.2393.94\";s:5:\"login\";i:1547036702;}}'),(1922,110,'nickname','sergioacarro'),(1923,110,'first_name',''),(1924,110,'last_name',''),(1925,110,'description',''),(1926,110,'rich_editing','true'),(1927,110,'comment_shortcuts','false'),(1928,110,'admin_color','fresh'),(1929,110,'use_ssl','0'),(1930,110,'show_admin_bar_front','true'),(1931,110,'locale',''),(1932,110,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1933,110,'wp_user_level','0'),(1934,110,'session_tokens','a:1:{s:64:\"b5ead0a9bda3dd04575873273ae9f1894e7d7a34551c1eb8a8c27f4d49b43d0b\";a:4:{s:10:\"expiration\";i:1548252900;s:2:\"ip\";s:15:\"158.174.122.218\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36\";s:5:\"login\";i:1547043300;}}'),(1935,111,'nickname','ankur.dhir1'),(1936,111,'first_name',''),(1937,111,'last_name',''),(1938,111,'description',''),(1939,111,'rich_editing','true'),(1940,111,'comment_shortcuts','false'),(1941,111,'admin_color','fresh'),(1942,111,'use_ssl','0'),(1943,111,'show_admin_bar_front','true'),(1944,111,'locale',''),(1945,111,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1946,111,'wp_user_level','0'),(1947,111,'session_tokens','a:1:{s:64:\"d82b14491a8404038abf1fb786463b06e5a745976bad5e5b184fe16e97da9235\";a:4:{s:10:\"expiration\";i:1548264426;s:2:\"ip\";s:14:\"162.247.74.202\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\";s:5:\"login\";i:1547054826;}}'),(1948,112,'nickname','badmarshmello2323'),(1949,112,'first_name',''),(1950,112,'last_name',''),(1951,112,'description',''),(1952,112,'rich_editing','true'),(1953,112,'comment_shortcuts','false'),(1954,112,'admin_color','fresh'),(1955,112,'use_ssl','0'),(1956,112,'show_admin_bar_front','true'),(1957,112,'locale',''),(1958,112,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1959,112,'wp_user_level','0'),(1960,112,'session_tokens','a:1:{s:64:\"2a656be8bf87f72202605d031c3989475d67fcfdb6c4dbbf5647d5738d34c4c4\";a:4:{s:10:\"expiration\";i:1548266441;s:2:\"ip\";s:15:\"195.123.221.122\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/604.4.7 (KHTML, like Gecko) Version/11.0.2 Safari/604.4.7\";s:5:\"login\";i:1547056841;}}'),(1961,113,'nickname','barbwhitecpa'),(1962,113,'first_name',''),(1963,113,'last_name',''),(1964,113,'description',''),(1965,113,'rich_editing','true'),(1966,113,'comment_shortcuts','false'),(1967,113,'admin_color','fresh'),(1968,113,'use_ssl','0'),(1969,113,'show_admin_bar_front','true'),(1970,113,'locale',''),(1971,113,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1972,113,'wp_user_level','0'),(1973,113,'session_tokens','a:1:{s:64:\"370202c6da52353f3ba2251a9069c394b497bceeff60e2efba5e2c4a146c3c5e\";a:4:{s:10:\"expiration\";i:1548266722;s:2:\"ip\";s:14:\"178.17.170.164\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8\";s:5:\"login\";i:1547057122;}}'),(1974,114,'nickname','brneyedgrl705'),(1975,114,'first_name',''),(1976,114,'last_name',''),(1977,114,'description',''),(1978,114,'rich_editing','true'),(1979,114,'comment_shortcuts','false'),(1980,114,'admin_color','fresh'),(1981,114,'use_ssl','0'),(1982,114,'show_admin_bar_front','true'),(1983,114,'locale',''),(1984,114,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1985,114,'wp_user_level','0'),(1986,114,'session_tokens','a:1:{s:64:\"bc2e8552dfbdb2f199096f5e2de3ad364e23656ca6c18fb71813c14be666475c\";a:4:{s:10:\"expiration\";i:1548269141;s:2:\"ip\";s:14:\"79.134.234.247\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0.3 Safari/604.5.6\";s:5:\"login\";i:1547059541;}}'),(1987,115,'nickname','irrael'),(1988,115,'first_name',''),(1989,115,'last_name',''),(1990,115,'description',''),(1991,115,'rich_editing','true'),(1992,115,'comment_shortcuts','false'),(1993,115,'admin_color','fresh'),(1994,115,'use_ssl','0'),(1995,115,'show_admin_bar_front','true'),(1996,115,'locale',''),(1997,115,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1998,115,'wp_user_level','0'),(1999,115,'session_tokens','a:1:{s:64:\"3ec7abbe418f904dac63c70521fa9c254b599645d194922a45b34f085b358e42\";a:4:{s:10:\"expiration\";i:1548280248;s:2:\"ip\";s:15:\"185.220.100.252\";s:2:\"ua\";s:70:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\";s:5:\"login\";i:1547070648;}}'),(2000,116,'nickname','foster.kitty'),(2001,116,'first_name',''),(2002,116,'last_name',''),(2003,116,'description',''),(2004,116,'rich_editing','true'),(2005,116,'comment_shortcuts','false'),(2006,116,'admin_color','fresh'),(2007,116,'use_ssl','0'),(2008,116,'show_admin_bar_front','true'),(2009,116,'locale',''),(2010,116,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2011,116,'wp_user_level','0'),(2012,116,'session_tokens','a:1:{s:64:\"1766325387d764fcb7bbbf67d5ed545f4957f7540ba43e1892962943251d887f\";a:4:{s:10:\"expiration\";i:1548283316;s:2:\"ip\";s:13:\"185.220.101.0\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 5.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0\";s:5:\"login\";i:1547073716;}}'),(2013,117,'nickname','joelboogher'),(2014,117,'first_name',''),(2015,117,'last_name',''),(2016,117,'description',''),(2017,117,'rich_editing','true'),(2018,117,'comment_shortcuts','false'),(2019,117,'admin_color','fresh'),(2020,117,'use_ssl','0'),(2021,117,'show_admin_bar_front','true'),(2022,117,'locale',''),(2023,117,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2024,117,'wp_user_level','0'),(2025,117,'session_tokens','a:1:{s:64:\"cd491c602ba429463b8c5b810a985306ef4c7385282617600f31036ba14a76a2\";a:4:{s:10:\"expiration\";i:1548289641;s:2:\"ip\";s:12:\"81.17.27.141\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36\";s:5:\"login\";i:1547080041;}}'),(2026,118,'nickname','pagel.lance'),(2027,118,'first_name',''),(2028,118,'last_name',''),(2029,118,'description',''),(2030,118,'rich_editing','true'),(2031,118,'comment_shortcuts','false'),(2032,118,'admin_color','fresh'),(2033,118,'use_ssl','0'),(2034,118,'show_admin_bar_front','true'),(2035,118,'locale',''),(2036,118,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2037,118,'wp_user_level','0'),(2038,118,'session_tokens','a:1:{s:64:\"dd28bb92c522092d25b0defaa423ff17ff1a8ed944edd0f2737c661eafe72413\";a:4:{s:10:\"expiration\";i:1548302851;s:2:\"ip\";s:15:\"167.114.108.152\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15\";s:5:\"login\";i:1547093251;}}'),(2039,119,'nickname','jgsplat'),(2040,119,'first_name',''),(2041,119,'last_name',''),(2042,119,'description',''),(2043,119,'rich_editing','true'),(2044,119,'comment_shortcuts','false'),(2045,119,'admin_color','fresh'),(2046,119,'use_ssl','0'),(2047,119,'show_admin_bar_front','true'),(2048,119,'locale',''),(2049,119,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2050,119,'wp_user_level','0'),(2051,119,'session_tokens','a:1:{s:64:\"5a311b52fd341e553814394e2a061e24249192547f01bf26f4081b7d44f87e52\";a:4:{s:10:\"expiration\";i:1548311676;s:2:\"ip\";s:14:\"185.220.101.54\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36\";s:5:\"login\";i:1547102076;}}'),(2052,120,'nickname','chev.curtis'),(2053,120,'first_name',''),(2054,120,'last_name',''),(2055,120,'description',''),(2056,120,'rich_editing','true'),(2057,120,'comment_shortcuts','false'),(2058,120,'admin_color','fresh'),(2059,120,'use_ssl','0'),(2060,120,'show_admin_bar_front','true'),(2061,120,'locale',''),(2062,120,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2063,120,'wp_user_level','0'),(2064,120,'session_tokens','a:1:{s:64:\"405b5aa6f856e7c8bb98dc89106523df75f9cb4b7f2864eb9f604d7c1bbfa592\";a:4:{s:10:\"expiration\";i:1548318133;s:2:\"ip\";s:11:\"35.0.127.52\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36\";s:5:\"login\";i:1547108533;}}'),(2065,121,'nickname','lynchdavid'),(2066,121,'first_name',''),(2067,121,'last_name',''),(2068,121,'description',''),(2069,121,'rich_editing','true'),(2070,121,'comment_shortcuts','false'),(2071,121,'admin_color','fresh'),(2072,121,'use_ssl','0'),(2073,121,'show_admin_bar_front','true'),(2074,121,'locale',''),(2075,121,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2076,121,'wp_user_level','0'),(2077,121,'session_tokens','a:1:{s:64:\"3089056bd9196ff0f537eac3c1ead9c16bc35878ade3eb6cfefe522ed15fa5ca\";a:4:{s:10:\"expiration\";i:1548332858;s:2:\"ip\";s:14:\"162.247.74.199\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1547123258;}}'),(2078,122,'nickname','abuse'),(2079,122,'first_name',''),(2080,122,'last_name',''),(2081,122,'description',''),(2082,122,'rich_editing','true'),(2083,122,'comment_shortcuts','false'),(2084,122,'admin_color','fresh'),(2085,122,'use_ssl','0'),(2086,122,'show_admin_bar_front','true'),(2087,122,'locale',''),(2088,122,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2089,122,'wp_user_level','0'),(2090,122,'session_tokens','a:1:{s:64:\"5422f7aae74fec2aaae8d136e3f17347e940566bd5e6376b435f3468e5fd822b\";a:4:{s:10:\"expiration\";i:1548337272;s:2:\"ip\";s:13:\"171.25.193.77\";s:2:\"ua\";s:88:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/601.5.17 (KHTML, like Gecko)\";s:5:\"login\";i:1547127672;}}'),(2091,123,'nickname','peytonfrith'),(2092,123,'first_name',''),(2093,123,'last_name',''),(2094,123,'description',''),(2095,123,'rich_editing','true'),(2096,123,'comment_shortcuts','false'),(2097,123,'admin_color','fresh'),(2098,123,'use_ssl','0'),(2099,123,'show_admin_bar_front','true'),(2100,123,'locale',''),(2101,123,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2102,123,'wp_user_level','0'),(2103,123,'session_tokens','a:1:{s:64:\"fa08548abca28fce53aa7c60388f6396d21da07d84cdaacc3329bca87fb04639\";a:4:{s:10:\"expiration\";i:1548339698;s:2:\"ip\";s:10:\"89.31.57.5\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.2; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0\";s:5:\"login\";i:1547130098;}}'),(2104,124,'nickname','rivas.noel'),(2105,124,'first_name',''),(2106,124,'last_name',''),(2107,124,'description',''),(2108,124,'rich_editing','true'),(2109,124,'comment_shortcuts','false'),(2110,124,'admin_color','fresh'),(2111,124,'use_ssl','0'),(2112,124,'show_admin_bar_front','true'),(2113,124,'locale',''),(2114,124,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2115,124,'wp_user_level','0'),(2116,124,'session_tokens','a:1:{s:64:\"f34f82aeeca0b7330c6ee318d93e5a85d95f78748f40dbdf9bdcd53e57a28d4a\";a:4:{s:10:\"expiration\";i:1548341601;s:2:\"ip\";s:14:\"199.249.230.66\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:59.0) Gecko/20100101 Firefox/59.0\";s:5:\"login\";i:1547132001;}}'),(2117,125,'nickname','byronchamberlain46'),(2118,125,'first_name',''),(2119,125,'last_name',''),(2120,125,'description',''),(2121,125,'rich_editing','true'),(2122,125,'comment_shortcuts','false'),(2123,125,'admin_color','fresh'),(2124,125,'use_ssl','0'),(2125,125,'show_admin_bar_front','true'),(2126,125,'locale',''),(2127,125,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2128,125,'wp_user_level','0'),(2129,125,'session_tokens','a:1:{s:64:\"15fa6393b6ca926172b74a30414d1fe36f79b847363b3b32006e4db82088b240\";a:4:{s:10:\"expiration\";i:1548343476;s:2:\"ip\";s:14:\"141.255.162.38\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8\";s:5:\"login\";i:1547133876;}}'),(2130,126,'nickname','schroermp'),(2131,126,'first_name',''),(2132,126,'last_name',''),(2133,126,'description',''),(2134,126,'rich_editing','true'),(2135,126,'comment_shortcuts','false'),(2136,126,'admin_color','fresh'),(2137,126,'use_ssl','0'),(2138,126,'show_admin_bar_front','true'),(2139,126,'locale',''),(2140,126,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2141,126,'wp_user_level','0'),(2142,126,'session_tokens','a:1:{s:64:\"1d3901cce25d5aeda898edc7b9a6053c65ad19a70d8e119c057f097368e390af\";a:4:{s:10:\"expiration\";i:1548344632;s:2:\"ip\";s:14:\"62.210.105.116\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 5.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0\";s:5:\"login\";i:1547135032;}}'),(2143,127,'nickname','soto_linda'),(2144,127,'first_name',''),(2145,127,'last_name',''),(2146,127,'description',''),(2147,127,'rich_editing','true'),(2148,127,'comment_shortcuts','false'),(2149,127,'admin_color','fresh'),(2150,127,'use_ssl','0'),(2151,127,'show_admin_bar_front','true'),(2152,127,'locale',''),(2153,127,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2154,127,'wp_user_level','0'),(2155,127,'session_tokens','a:1:{s:64:\"0b5e9c49ddf6bb9f1ab37be0a6d6d5a901d41eda1d21babd441dd567dd52edfe\";a:4:{s:10:\"expiration\";i:1548350171;s:2:\"ip\";s:13:\"109.70.100.20\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0\";s:5:\"login\";i:1547140571;}}'),(2156,128,'nickname','mikejluedtke'),(2157,128,'first_name',''),(2158,128,'last_name',''),(2159,128,'description',''),(2160,128,'rich_editing','true'),(2161,128,'comment_shortcuts','false'),(2162,128,'admin_color','fresh'),(2163,128,'use_ssl','0'),(2164,128,'show_admin_bar_front','true'),(2165,128,'locale',''),(2166,128,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2167,128,'wp_user_level','0'),(2168,128,'session_tokens','a:1:{s:64:\"871f37cb7cea57f32ee171d8d9f7c6eed8e9937a867f79f2095119cc87d1ad81\";a:4:{s:10:\"expiration\";i:1548354828;s:2:\"ip\";s:13:\"176.10.99.200\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1547145228;}}'),(2169,129,'nickname','andi.scheudoschi'),(2170,129,'first_name',''),(2171,129,'last_name',''),(2172,129,'description',''),(2173,129,'rich_editing','true'),(2174,129,'comment_shortcuts','false'),(2175,129,'admin_color','fresh'),(2176,129,'use_ssl','0'),(2177,129,'show_admin_bar_front','true'),(2178,129,'locale',''),(2179,129,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2180,129,'wp_user_level','0'),(2181,129,'session_tokens','a:1:{s:64:\"8954fa19e05f13b5f64cabe1f1719fcdd1a8602ca2bfad47ba764118b9fa5bf1\";a:4:{s:10:\"expiration\";i:1548357736;s:2:\"ip\";s:13:\"204.85.191.31\";s:2:\"ua\";s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";s:5:\"login\";i:1547148136;}}'),(2182,130,'nickname','tracey.hatcher'),(2183,130,'first_name',''),(2184,130,'last_name',''),(2185,130,'description',''),(2186,130,'rich_editing','true'),(2187,130,'comment_shortcuts','false'),(2188,130,'admin_color','fresh'),(2189,130,'use_ssl','0'),(2190,130,'show_admin_bar_front','true'),(2191,130,'locale',''),(2192,130,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2193,130,'wp_user_level','0'),(2194,130,'session_tokens','a:1:{s:64:\"1a1e4cf62b88dd9ad3d6a195c20cfd0b2230de4b43b3a68964e112255bb99210\";a:4:{s:10:\"expiration\";i:1548359656;s:2:\"ip\";s:13:\"212.47.229.60\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";s:5:\"login\";i:1547150056;}}'),(2195,131,'nickname','blimi'),(2196,131,'first_name',''),(2197,131,'last_name',''),(2198,131,'description',''),(2199,131,'rich_editing','true'),(2200,131,'comment_shortcuts','false'),(2201,131,'admin_color','fresh'),(2202,131,'use_ssl','0'),(2203,131,'show_admin_bar_front','true'),(2204,131,'locale',''),(2205,131,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2206,131,'wp_user_level','0'),(2207,131,'session_tokens','a:1:{s:64:\"a322a9a91295835ec26acd26bcd58381ecf7125f4a41087b4568d2d36588924d\";a:4:{s:10:\"expiration\";i:1548360961;s:2:\"ip\";s:14:\"185.220.101.26\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.7\";s:5:\"login\";i:1547151361;}}'),(2208,132,'nickname','bfarley'),(2209,132,'first_name',''),(2210,132,'last_name',''),(2211,132,'description',''),(2212,132,'rich_editing','true'),(2213,132,'comment_shortcuts','false'),(2214,132,'admin_color','fresh'),(2215,132,'use_ssl','0'),(2216,132,'show_admin_bar_front','true'),(2217,132,'locale',''),(2218,132,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2219,132,'wp_user_level','0'),(2220,132,'session_tokens','a:1:{s:64:\"3fc0dab0dbb81a4ae122540d3f7ee0277daad7b07981027dbad10702e0691e62\";a:4:{s:10:\"expiration\";i:1548364742;s:2:\"ip\";s:12:\"204.194.29.4\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0\";s:5:\"login\";i:1547155142;}}'),(2221,133,'nickname','elfrenalvara'),(2222,133,'first_name',''),(2223,133,'last_name',''),(2224,133,'description',''),(2225,133,'rich_editing','true'),(2226,133,'comment_shortcuts','false'),(2227,133,'admin_color','fresh'),(2228,133,'use_ssl','0'),(2229,133,'show_admin_bar_front','true'),(2230,133,'locale',''),(2231,133,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2232,133,'wp_user_level','0'),(2233,133,'session_tokens','a:1:{s:64:\"9fe4393aeaacaa63b71a13da1b26c046bead1de5c1aff365d6b9592c220e7c46\";a:4:{s:10:\"expiration\";i:1548386153;s:2:\"ip\";s:14:\"199.249.230.80\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1547176553;}}'),(2234,134,'nickname','stevech8n'),(2235,134,'first_name',''),(2236,134,'last_name',''),(2237,134,'description',''),(2238,134,'rich_editing','true'),(2239,134,'comment_shortcuts','false'),(2240,134,'admin_color','fresh'),(2241,134,'use_ssl','0'),(2242,134,'show_admin_bar_front','true'),(2243,134,'locale',''),(2244,134,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2245,134,'wp_user_level','0'),(2246,134,'session_tokens','a:1:{s:64:\"c6f6125b37f16298695eb4a39569e72bc8237bf6239eee15f25d09e4455bd038\";a:4:{s:10:\"expiration\";i:1548391773;s:2:\"ip\";s:14:\"176.10.104.240\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1547182173;}}'),(2247,135,'nickname','avszekeres'),(2248,135,'first_name',''),(2249,135,'last_name',''),(2250,135,'description',''),(2251,135,'rich_editing','true'),(2252,135,'comment_shortcuts','false'),(2253,135,'admin_color','fresh'),(2254,135,'use_ssl','0'),(2255,135,'show_admin_bar_front','true'),(2256,135,'locale',''),(2257,135,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2258,135,'wp_user_level','0'),(2259,135,'session_tokens','a:1:{s:64:\"19c6e8b4d63b3bf11c77ce7f79b8c38c1ba32d7dd629e83a0a689937c5f35379\";a:4:{s:10:\"expiration\";i:1548393981;s:2:\"ip\";s:14:\"85.248.227.165\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";s:5:\"login\";i:1547184381;}}'),(2260,136,'nickname','macdougall.doug'),(2261,136,'first_name',''),(2262,136,'last_name',''),(2263,136,'description',''),(2264,136,'rich_editing','true'),(2265,136,'comment_shortcuts','false'),(2266,136,'admin_color','fresh'),(2267,136,'use_ssl','0'),(2268,136,'show_admin_bar_front','true'),(2269,136,'locale',''),(2270,136,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2271,136,'wp_user_level','0'),(2272,136,'session_tokens','a:1:{s:64:\"afce41a60eacca574361ff4be7073061a1b2dae79826f4bbcb379fc1548f2b4d\";a:4:{s:10:\"expiration\";i:1548398054;s:2:\"ip\";s:14:\"185.107.94.233\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36\";s:5:\"login\";i:1547188454;}}'),(2273,137,'nickname','whitefieldsandra'),(2274,137,'first_name',''),(2275,137,'last_name',''),(2276,137,'description',''),(2277,137,'rich_editing','true'),(2278,137,'comment_shortcuts','false'),(2279,137,'admin_color','fresh'),(2280,137,'use_ssl','0'),(2281,137,'show_admin_bar_front','true'),(2282,137,'locale',''),(2283,137,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2284,137,'wp_user_level','0'),(2285,137,'session_tokens','a:1:{s:64:\"d90f9af558dbde18d00e09a6245987af215784596dfee53529f7d0aa4ee76a13\";a:4:{s:10:\"expiration\";i:1548421171;s:2:\"ip\";s:13:\"171.25.193.78\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";s:5:\"login\";i:1547211571;}}'),(2286,138,'nickname','ryan.anderson1488'),(2287,138,'first_name',''),(2288,138,'last_name',''),(2289,138,'description',''),(2290,138,'rich_editing','true'),(2291,138,'comment_shortcuts','false'),(2292,138,'admin_color','fresh'),(2293,138,'use_ssl','0'),(2294,138,'show_admin_bar_front','true'),(2295,138,'locale',''),(2296,138,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2297,138,'wp_user_level','0'),(2298,138,'session_tokens','a:1:{s:64:\"fb0e6e8b2ad6ce7cf4405c0aca63054b32e9c7ddeaeccb6f29a10ab1fdd2008c\";a:4:{s:10:\"expiration\";i:1548422488;s:2:\"ip\";s:13:\"51.15.205.214\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1547212888;}}'),(2299,139,'nickname','swick1969'),(2300,139,'first_name',''),(2301,139,'last_name',''),(2302,139,'description',''),(2303,139,'rich_editing','true'),(2304,139,'comment_shortcuts','false'),(2305,139,'admin_color','fresh'),(2306,139,'use_ssl','0'),(2307,139,'show_admin_bar_front','true'),(2308,139,'locale',''),(2309,139,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2310,139,'wp_user_level','0'),(2311,139,'session_tokens','a:1:{s:64:\"8bc465fc791e43324beb72e4b487ac5c0e54e21e349d0b7393ac304f82809679\";a:4:{s:10:\"expiration\";i:1548424202;s:2:\"ip\";s:13:\"87.118.116.12\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36\";s:5:\"login\";i:1547214602;}}'),(2312,140,'nickname','samchae'),(2313,140,'first_name',''),(2314,140,'last_name',''),(2315,140,'description',''),(2316,140,'rich_editing','true'),(2317,140,'comment_shortcuts','false'),(2318,140,'admin_color','fresh'),(2319,140,'use_ssl','0'),(2320,140,'show_admin_bar_front','true'),(2321,140,'locale',''),(2322,140,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2323,140,'wp_user_level','0'),(2324,140,'session_tokens','a:1:{s:64:\"e5bdf3e0c84f6674bd80463b1ce93194fbb0ee1e08c99254a7918139838b54bd\";a:4:{s:10:\"expiration\";i:1548426792;s:2:\"ip\";s:15:\"185.220.100.252\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 5.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1547217192;}}'),(2325,141,'nickname','yasmin.hosein'),(2326,141,'first_name',''),(2327,141,'last_name',''),(2328,141,'description',''),(2329,141,'rich_editing','true'),(2330,141,'comment_shortcuts','false'),(2331,141,'admin_color','fresh'),(2332,141,'use_ssl','0'),(2333,141,'show_admin_bar_front','true'),(2334,141,'locale',''),(2335,141,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2336,141,'wp_user_level','0'),(2337,141,'session_tokens','a:1:{s:64:\"60e9e45b442c57ef874aff73967ed805588b429fd264dddf3c1fbeb535b0fe20\";a:4:{s:10:\"expiration\";i:1548435122;s:2:\"ip\";s:14:\"185.107.47.215\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36\";s:5:\"login\";i:1547225522;}}'),(2338,142,'nickname','skygoddess22s'),(2339,142,'first_name',''),(2340,142,'last_name',''),(2341,142,'description',''),(2342,142,'rich_editing','true'),(2343,142,'comment_shortcuts','false'),(2344,142,'admin_color','fresh'),(2345,142,'use_ssl','0'),(2346,142,'show_admin_bar_front','true'),(2347,142,'locale',''),(2348,142,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2349,142,'wp_user_level','0'),(2350,142,'session_tokens','a:1:{s:64:\"e10f7cf6a34a376e8abc3f5f20f447c1371d3c67e3924acc9ec6ad60ca5a9c5a\";a:4:{s:10:\"expiration\";i:1548436041;s:2:\"ip\";s:14:\"185.220.101.22\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0.1 Safari/602.2.14\";s:5:\"login\";i:1547226441;}}'),(2351,143,'nickname','dmixon1981'),(2352,143,'first_name',''),(2353,143,'last_name',''),(2354,143,'description',''),(2355,143,'rich_editing','true'),(2356,143,'comment_shortcuts','false'),(2357,143,'admin_color','fresh'),(2358,143,'use_ssl','0'),(2359,143,'show_admin_bar_front','true'),(2360,143,'locale',''),(2361,143,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2362,143,'wp_user_level','0'),(2363,143,'session_tokens','a:1:{s:64:\"9ea2d6c70be54ebe6252f36c47363351126c4b97f2775cf74d6a14868add4306\";a:4:{s:10:\"expiration\";i:1548438037;s:2:\"ip\";s:13:\"109.70.100.22\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 OPR/43.0.2442.991\";s:5:\"login\";i:1547228437;}}'),(2364,144,'nickname','accounting'),(2365,144,'first_name',''),(2366,144,'last_name',''),(2367,144,'description',''),(2368,144,'rich_editing','true'),(2369,144,'comment_shortcuts','false'),(2370,144,'admin_color','fresh'),(2371,144,'use_ssl','0'),(2372,144,'show_admin_bar_front','true'),(2373,144,'locale',''),(2374,144,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2375,144,'wp_user_level','0'),(2376,144,'session_tokens','a:1:{s:64:\"b7224e5729781c9f9a213dbb082c7b43d25c20d24fe3045f63ad8dada6dea74d\";a:4:{s:10:\"expiration\";i:1548438917;s:2:\"ip\";s:14:\"199.249.230.75\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36\";s:5:\"login\";i:1547229317;}}'),(2377,145,'nickname','trovescott'),(2378,145,'first_name',''),(2379,145,'last_name',''),(2380,145,'description',''),(2381,145,'rich_editing','true'),(2382,145,'comment_shortcuts','false'),(2383,145,'admin_color','fresh'),(2384,145,'use_ssl','0'),(2385,145,'show_admin_bar_front','true'),(2386,145,'locale',''),(2387,145,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2388,145,'wp_user_level','0'),(2389,145,'session_tokens','a:1:{s:64:\"b351db282d5210389e64b5116aebe6f625e2ad268b3919e45202d3980bedd75f\";a:4:{s:10:\"expiration\";i:1548447905;s:2:\"ip\";s:12:\"195.176.3.24\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36\";s:5:\"login\";i:1547238305;}}'),(2390,146,'nickname','jaccolli'),(2391,146,'first_name',''),(2392,146,'last_name',''),(2393,146,'description',''),(2394,146,'rich_editing','true'),(2395,146,'comment_shortcuts','false'),(2396,146,'admin_color','fresh'),(2397,146,'use_ssl','0'),(2398,146,'show_admin_bar_front','true'),(2399,146,'locale',''),(2400,146,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2401,146,'wp_user_level','0'),(2402,146,'session_tokens','a:1:{s:64:\"5d121de0ef2ced0c868a65953c40eea11c1f222aa91df390f1814b700d1877b0\";a:4:{s:10:\"expiration\";i:1548450799;s:2:\"ip\";s:14:\"37.233.103.114\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";s:5:\"login\";i:1547241199;}}'),(2403,147,'nickname','2472hgm'),(2404,147,'first_name',''),(2405,147,'last_name',''),(2406,147,'description',''),(2407,147,'rich_editing','true'),(2408,147,'comment_shortcuts','false'),(2409,147,'admin_color','fresh'),(2410,147,'use_ssl','0'),(2411,147,'show_admin_bar_front','true'),(2412,147,'locale',''),(2413,147,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2414,147,'wp_user_level','0'),(2415,147,'session_tokens','a:1:{s:64:\"5589405fb6e897c6e441bf07410be17897e9008aa75a1a80ae90ef725ae509d1\";a:4:{s:10:\"expiration\";i:1548451114;s:2:\"ip\";s:14:\"199.249.223.42\";s:2:\"ua\";s:131:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.78 Safari/537.36 OPR/47.0.2631.39\";s:5:\"login\";i:1547241514;}}'),(2416,148,'nickname','scottglesz'),(2417,148,'first_name',''),(2418,148,'last_name',''),(2419,148,'description',''),(2420,148,'rich_editing','true'),(2421,148,'comment_shortcuts','false'),(2422,148,'admin_color','fresh'),(2423,148,'use_ssl','0'),(2424,148,'show_admin_bar_front','true'),(2425,148,'locale',''),(2426,148,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2427,148,'wp_user_level','0'),(2428,148,'session_tokens','a:1:{s:64:\"84e27df5157180abb2b47bf122867a37b194a0135792f99decaa0f1edc599b77\";a:4:{s:10:\"expiration\";i:1548451990;s:2:\"ip\";s:14:\"185.220.101.21\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\";s:5:\"login\";i:1547242390;}}'),(2429,149,'nickname','dearramgopal'),(2430,149,'first_name',''),(2431,149,'last_name',''),(2432,149,'description',''),(2433,149,'rich_editing','true'),(2434,149,'comment_shortcuts','false'),(2435,149,'admin_color','fresh'),(2436,149,'use_ssl','0'),(2437,149,'show_admin_bar_front','true'),(2438,149,'locale',''),(2439,149,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2440,149,'wp_user_level','0'),(2441,149,'session_tokens','a:1:{s:64:\"1668c4e19476123c96cfe42bc2cbd301fd267d3428d0fd7a838ae1589291ec57\";a:4:{s:10:\"expiration\";i:1548454214;s:2:\"ip\";s:14:\"185.220.101.54\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0\";s:5:\"login\";i:1547244614;}}'),(2442,150,'nickname','bsmith2277'),(2443,150,'first_name',''),(2444,150,'last_name',''),(2445,150,'description',''),(2446,150,'rich_editing','true'),(2447,150,'comment_shortcuts','false'),(2448,150,'admin_color','fresh'),(2449,150,'use_ssl','0'),(2450,150,'show_admin_bar_front','true'),(2451,150,'locale',''),(2452,150,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2453,150,'wp_user_level','0'),(2454,150,'session_tokens','a:1:{s:64:\"23915c81b724a3be20d2f78a1b4d94972a5e1d8d1d90a411c03f07f832932fa1\";a:4:{s:10:\"expiration\";i:1548457411;s:2:\"ip\";s:14:\"193.201.225.45\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299\";s:5:\"login\";i:1547247811;}}'),(2455,151,'nickname','lgmyale'),(2456,151,'first_name',''),(2457,151,'last_name',''),(2458,151,'description',''),(2459,151,'rich_editing','true'),(2460,151,'comment_shortcuts','false'),(2461,151,'admin_color','fresh'),(2462,151,'use_ssl','0'),(2463,151,'show_admin_bar_front','true'),(2464,151,'locale',''),(2465,151,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2466,151,'wp_user_level','0'),(2467,151,'session_tokens','a:1:{s:64:\"9d9cb2f4a978c10e97461d1feb993c9c74a1ae146543590c2ac0346cebbe421a\";a:4:{s:10:\"expiration\";i:1548457921;s:2:\"ip\";s:13:\"192.42.116.14\";s:2:\"ua\";s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";s:5:\"login\";i:1547248321;}}'),(2468,152,'nickname','simonafranklin'),(2469,152,'first_name',''),(2470,152,'last_name',''),(2471,152,'description',''),(2472,152,'rich_editing','true'),(2473,152,'comment_shortcuts','false'),(2474,152,'admin_color','fresh'),(2475,152,'use_ssl','0'),(2476,152,'show_admin_bar_front','true'),(2477,152,'locale',''),(2478,152,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2479,152,'wp_user_level','0'),(2480,152,'session_tokens','a:1:{s:64:\"60d8e31b78501fdf98fab5c81b95f778634bfb4cd2da944e07ab9b4e559266c7\";a:4:{s:10:\"expiration\";i:1548489694;s:2:\"ip\";s:14:\"94.230.208.147\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1547280094;}}'),(2481,153,'nickname','garcia.edward116'),(2482,153,'first_name',''),(2483,153,'last_name',''),(2484,153,'description',''),(2485,153,'rich_editing','true'),(2486,153,'comment_shortcuts','false'),(2487,153,'admin_color','fresh'),(2488,153,'use_ssl','0'),(2489,153,'show_admin_bar_front','true'),(2490,153,'locale',''),(2491,153,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2492,153,'wp_user_level','0'),(2493,153,'session_tokens','a:1:{s:64:\"36d1767cc5712c9c5a341aeedc1b58b9e791b94b6de48aead7c05b3fa1f11a6b\";a:4:{s:10:\"expiration\";i:1548508666;s:2:\"ip\";s:15:\"197.231.221.211\";s:2:\"ua\";s:131:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.78 Safari/537.36 OPR/47.0.2631.39\";s:5:\"login\";i:1547299066;}}'),(2494,154,'nickname','seh2113'),(2495,154,'first_name',''),(2496,154,'last_name',''),(2497,154,'description',''),(2498,154,'rich_editing','true'),(2499,154,'comment_shortcuts','false'),(2500,154,'admin_color','fresh'),(2501,154,'use_ssl','0'),(2502,154,'show_admin_bar_front','true'),(2503,154,'locale',''),(2504,154,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2505,154,'wp_user_level','0'),(2506,154,'session_tokens','a:1:{s:64:\"33bc5b04fbb51a592a72a88de233981a5f09553828f9faad4ab0e522c210cc7c\";a:4:{s:10:\"expiration\";i:1548514731;s:2:\"ip\";s:10:\"51.15.59.9\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1547305131;}}'),(2507,155,'nickname','infamousandbeast'),(2508,155,'first_name',''),(2509,155,'last_name',''),(2510,155,'description',''),(2511,155,'rich_editing','true'),(2512,155,'comment_shortcuts','false'),(2513,155,'admin_color','fresh'),(2514,155,'use_ssl','0'),(2515,155,'show_admin_bar_front','true'),(2516,155,'locale',''),(2517,155,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2518,155,'wp_user_level','0'),(2519,155,'session_tokens','a:1:{s:64:\"f3f782e13275e491dac3a7765667c7010021cc112d31c65557b35caca8fbc700\";a:4:{s:10:\"expiration\";i:1548515843;s:2:\"ip\";s:12:\"51.15.43.205\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\";s:5:\"login\";i:1547306243;}}'),(2520,156,'nickname','ryan.mason'),(2521,156,'first_name',''),(2522,156,'last_name',''),(2523,156,'description',''),(2524,156,'rich_editing','true'),(2525,156,'comment_shortcuts','false'),(2526,156,'admin_color','fresh'),(2527,156,'use_ssl','0'),(2528,156,'show_admin_bar_front','true'),(2529,156,'locale',''),(2530,156,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2531,156,'wp_user_level','0'),(2532,156,'session_tokens','a:1:{s:64:\"a2d8ce150fd4237ecb59cd166330060537be49a603fbb91ae7de77aedbd795c7\";a:4:{s:10:\"expiration\";i:1548516754;s:2:\"ip\";s:12:\"18.85.22.239\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36\";s:5:\"login\";i:1547307154;}}'),(2533,157,'nickname','robert.halliday'),(2534,157,'first_name',''),(2535,157,'last_name',''),(2536,157,'description',''),(2537,157,'rich_editing','true'),(2538,157,'comment_shortcuts','false'),(2539,157,'admin_color','fresh'),(2540,157,'use_ssl','0'),(2541,157,'show_admin_bar_front','true'),(2542,157,'locale',''),(2543,157,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2544,157,'wp_user_level','0'),(2545,157,'session_tokens','a:1:{s:64:\"c2b46966731ce95a9301e80ad7983b91001feb86ca8c69545bba1579a5a48bad\";a:4:{s:10:\"expiration\";i:1548531238;s:2:\"ip\";s:13:\"204.85.191.31\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 OPR/43.0.2442.991\";s:5:\"login\";i:1547321638;}}'),(2546,158,'nickname','fiftyonecent1'),(2547,158,'first_name',''),(2548,158,'last_name',''),(2549,158,'description',''),(2550,158,'rich_editing','true'),(2551,158,'comment_shortcuts','false'),(2552,158,'admin_color','fresh'),(2553,158,'use_ssl','0'),(2554,158,'show_admin_bar_front','true'),(2555,158,'locale',''),(2556,158,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2557,158,'wp_user_level','0'),(2558,158,'session_tokens','a:1:{s:64:\"ad8330c09b1d84b2e763f7e52402dcc7d39170e0d65bea671e74103637f402ba\";a:4:{s:10:\"expiration\";i:1548540419;s:2:\"ip\";s:15:\"195.206.105.217\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";s:5:\"login\";i:1547330819;}}'),(2559,159,'nickname','dearramgopal1'),(2560,159,'first_name',''),(2561,159,'last_name',''),(2562,159,'description',''),(2563,159,'rich_editing','true'),(2564,159,'comment_shortcuts','false'),(2565,159,'admin_color','fresh'),(2566,159,'use_ssl','0'),(2567,159,'show_admin_bar_front','true'),(2568,159,'locale',''),(2569,159,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2570,159,'wp_user_level','0'),(2571,159,'session_tokens','a:1:{s:64:\"aeb5af5a2b6ee675dd94f578a0609322cf3600d4a83b20844235a29b7afda5da\";a:4:{s:10:\"expiration\";i:1548542948;s:2:\"ip\";s:12:\"18.85.22.239\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36\";s:5:\"login\";i:1547333348;}}'),(2572,160,'nickname','emailjayceran'),(2573,160,'first_name',''),(2574,160,'last_name',''),(2575,160,'description',''),(2576,160,'rich_editing','true'),(2577,160,'comment_shortcuts','false'),(2578,160,'admin_color','fresh'),(2579,160,'use_ssl','0'),(2580,160,'show_admin_bar_front','true'),(2581,160,'locale',''),(2582,160,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2583,160,'wp_user_level','0'),(2584,160,'session_tokens','a:1:{s:64:\"7bc5362fa200e8327f37a11e1dd491aeb6b1d688fb3a597cd1b47bb0b82dbd42\";a:4:{s:10:\"expiration\";i:1548545634;s:2:\"ip\";s:13:\"204.85.191.30\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36\";s:5:\"login\";i:1547336034;}}'),(2585,161,'nickname','dfitzke65'),(2586,161,'first_name',''),(2587,161,'last_name',''),(2588,161,'description',''),(2589,161,'rich_editing','true'),(2590,161,'comment_shortcuts','false'),(2591,161,'admin_color','fresh'),(2592,161,'use_ssl','0'),(2593,161,'show_admin_bar_front','true'),(2594,161,'locale',''),(2595,161,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2596,161,'wp_user_level','0'),(2597,161,'session_tokens','a:1:{s:64:\"d12d2dd97ce38b112037aabbc2e189723e401daeb8eafc3d38a6938417d2c0f9\";a:4:{s:10:\"expiration\";i:1548560555;s:2:\"ip\";s:14:\"176.31.180.157\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1547350955;}}'),(2598,162,'nickname','quinterrya'),(2599,162,'first_name',''),(2600,162,'last_name',''),(2601,162,'description',''),(2602,162,'rich_editing','true'),(2603,162,'comment_shortcuts','false'),(2604,162,'admin_color','fresh'),(2605,162,'use_ssl','0'),(2606,162,'show_admin_bar_front','true'),(2607,162,'locale',''),(2608,162,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2609,162,'wp_user_level','0'),(2610,162,'session_tokens','a:1:{s:64:\"f7abebfebfe768bfc668205c90bfcb588ec8fcd84f1811407f8c8ccc9d047e7b\";a:4:{s:10:\"expiration\";i:1548567776;s:2:\"ip\";s:12:\"195.176.3.19\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/604.4.7 (KHTML, like Gecko) Version/11.0.2 Safari/604.4.7\";s:5:\"login\";i:1547358176;}}'),(2611,163,'nickname','kcarpenter234'),(2612,163,'first_name',''),(2613,163,'last_name',''),(2614,163,'description',''),(2615,163,'rich_editing','true'),(2616,163,'comment_shortcuts','false'),(2617,163,'admin_color','fresh'),(2618,163,'use_ssl','0'),(2619,163,'show_admin_bar_front','true'),(2620,163,'locale',''),(2621,163,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2622,163,'wp_user_level','0'),(2623,163,'session_tokens','a:1:{s:64:\"02810ad1d4622e212e313a320dd80b3796cea9aaf9f8791274a3ae1474bbf6d2\";a:4:{s:10:\"expiration\";i:1548588664;s:2:\"ip\";s:15:\"195.206.105.217\";s:2:\"ua\";s:61:\"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1547379064;}}'),(2624,164,'nickname','bsjuran'),(2625,164,'first_name',''),(2626,164,'last_name',''),(2627,164,'description',''),(2628,164,'rich_editing','true'),(2629,164,'comment_shortcuts','false'),(2630,164,'admin_color','fresh'),(2631,164,'use_ssl','0'),(2632,164,'show_admin_bar_front','true'),(2633,164,'locale',''),(2634,164,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2635,164,'wp_user_level','0'),(2636,164,'session_tokens','a:1:{s:64:\"23a08a4163d26eff711e94c49384038fef86f2480ea5b8fc33a1862bb59daccc\";a:4:{s:10:\"expiration\";i:1548605954;s:2:\"ip\";s:13:\"204.85.191.30\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.65 Safari/537.36\";s:5:\"login\";i:1547396354;}}'),(2637,165,'nickname','cielmarieluzardo'),(2638,165,'first_name',''),(2639,165,'last_name',''),(2640,165,'description',''),(2641,165,'rich_editing','true'),(2642,165,'comment_shortcuts','false'),(2643,165,'admin_color','fresh'),(2644,165,'use_ssl','0'),(2645,165,'show_admin_bar_front','true'),(2646,165,'locale',''),(2647,165,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2648,165,'wp_user_level','0'),(2649,165,'session_tokens','a:1:{s:64:\"00e31b4bc2bc7492c160a7d002ebfbb349623d28cff5f09561dcf33e3e37b56e\";a:4:{s:10:\"expiration\";i:1548624134;s:2:\"ip\";s:12:\"195.176.3.20\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1547414534;}}'),(2650,166,'nickname','etorres'),(2651,166,'first_name',''),(2652,166,'last_name',''),(2653,166,'description',''),(2654,166,'rich_editing','true'),(2655,166,'comment_shortcuts','false'),(2656,166,'admin_color','fresh'),(2657,166,'use_ssl','0'),(2658,166,'show_admin_bar_front','true'),(2659,166,'locale',''),(2660,166,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2661,166,'wp_user_level','0'),(2662,166,'session_tokens','a:1:{s:64:\"ea01888c711a9bf735d4586706d871a950270e0edfa7e099650bca51c5e65db9\";a:4:{s:10:\"expiration\";i:1548629527;s:2:\"ip\";s:12:\"195.176.3.20\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0\";s:5:\"login\";i:1547419927;}}'),(2663,167,'nickname','kkgfong'),(2664,167,'first_name',''),(2665,167,'last_name',''),(2666,167,'description',''),(2667,167,'rich_editing','true'),(2668,167,'comment_shortcuts','false'),(2669,167,'admin_color','fresh'),(2670,167,'use_ssl','0'),(2671,167,'show_admin_bar_front','true'),(2672,167,'locale',''),(2673,167,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2674,167,'wp_user_level','0'),(2675,167,'session_tokens','a:1:{s:64:\"70756173b6c26d48c2e617edf905117ae7b3fac98e9cfc0797e6e6bad28a34d6\";a:4:{s:10:\"expiration\";i:1548655150;s:2:\"ip\";s:12:\"198.98.52.93\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36\";s:5:\"login\";i:1547445550;}}'),(2676,168,'nickname','luismendez97'),(2677,168,'first_name',''),(2678,168,'last_name',''),(2679,168,'description',''),(2680,168,'rich_editing','true'),(2681,168,'comment_shortcuts','false'),(2682,168,'admin_color','fresh'),(2683,168,'use_ssl','0'),(2684,168,'show_admin_bar_front','true'),(2685,168,'locale',''),(2686,168,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2687,168,'wp_user_level','0'),(2688,168,'session_tokens','a:1:{s:64:\"a285f6c010be4eb6cf3cf181cfc1793afb2feba445fe20c34100c74e5e0cb66d\";a:4:{s:10:\"expiration\";i:1548666593;s:2:\"ip\";s:14:\"185.220.101.49\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134\";s:5:\"login\";i:1547456993;}}'),(2689,169,'nickname','sydneyluu'),(2690,169,'first_name',''),(2691,169,'last_name',''),(2692,169,'description',''),(2693,169,'rich_editing','true'),(2694,169,'comment_shortcuts','false'),(2695,169,'admin_color','fresh'),(2696,169,'use_ssl','0'),(2697,169,'show_admin_bar_front','true'),(2698,169,'locale',''),(2699,169,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2700,169,'wp_user_level','0'),(2701,169,'session_tokens','a:1:{s:64:\"1d339919f5ae912076b68553fdcdd7cc6b21ed7511458b2394215445a47daf8a\";a:4:{s:10:\"expiration\";i:1548669708;s:2:\"ip\";s:13:\"109.70.100.20\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36\";s:5:\"login\";i:1547460108;}}'),(2702,170,'nickname','intl-abuse'),(2703,170,'first_name',''),(2704,170,'last_name',''),(2705,170,'description',''),(2706,170,'rich_editing','true'),(2707,170,'comment_shortcuts','false'),(2708,170,'admin_color','fresh'),(2709,170,'use_ssl','0'),(2710,170,'show_admin_bar_front','true'),(2711,170,'locale',''),(2712,170,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2713,170,'wp_user_level','0'),(2714,170,'session_tokens','a:1:{s:64:\"6fd231634ed2b6259a1dc12f67742997b9382f9cd43c1ab044eadea3e6e1478a\";a:4:{s:10:\"expiration\";i:1548679413;s:2:\"ip\";s:14:\"185.220.101.50\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4\";s:5:\"login\";i:1547469813;}}'),(2715,171,'nickname','maria.e.small'),(2716,171,'first_name',''),(2717,171,'last_name',''),(2718,171,'description',''),(2719,171,'rich_editing','true'),(2720,171,'comment_shortcuts','false'),(2721,171,'admin_color','fresh'),(2722,171,'use_ssl','0'),(2723,171,'show_admin_bar_front','true'),(2724,171,'locale',''),(2725,171,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2726,171,'wp_user_level','0'),(2727,171,'session_tokens','a:1:{s:64:\"840cf39da35af0bdf79f6bfbff5f7a1d0060642cb005a11e5b7d32865c0aca45\";a:4:{s:10:\"expiration\";i:1548680122;s:2:\"ip\";s:12:\"51.77.201.37\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0\";s:5:\"login\";i:1547470522;}}'),(2728,172,'nickname','joshualgage'),(2729,172,'first_name',''),(2730,172,'last_name',''),(2731,172,'description',''),(2732,172,'rich_editing','true'),(2733,172,'comment_shortcuts','false'),(2734,172,'admin_color','fresh'),(2735,172,'use_ssl','0'),(2736,172,'show_admin_bar_front','true'),(2737,172,'locale',''),(2738,172,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2739,172,'wp_user_level','0'),(2740,172,'session_tokens','a:1:{s:64:\"d640324409d0da519d8353d8c0b4711995fb59e8b841bf5c95f0590784bdd21a\";a:4:{s:10:\"expiration\";i:1548683626;s:2:\"ip\";s:11:\"94.100.6.27\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0\";s:5:\"login\";i:1547474026;}}'),(2741,173,'nickname','talayaparker'),(2742,173,'first_name',''),(2743,173,'last_name',''),(2744,173,'description',''),(2745,173,'rich_editing','true'),(2746,173,'comment_shortcuts','false'),(2747,173,'admin_color','fresh'),(2748,173,'use_ssl','0'),(2749,173,'show_admin_bar_front','true'),(2750,173,'locale',''),(2751,173,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2752,173,'wp_user_level','0'),(2753,173,'session_tokens','a:1:{s:64:\"c8b924e82dae1109450c13f29ea2c3f765240bcae2124643a48c6bc3c31c9113\";a:4:{s:10:\"expiration\";i:1548685824;s:2:\"ip\";s:13:\"188.166.9.235\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\";s:5:\"login\";i:1547476224;}}'),(2754,174,'nickname','buckingham.arthur.tsu'),(2755,174,'first_name',''),(2756,174,'last_name',''),(2757,174,'description',''),(2758,174,'rich_editing','true'),(2759,174,'comment_shortcuts','false'),(2760,174,'admin_color','fresh'),(2761,174,'use_ssl','0'),(2762,174,'show_admin_bar_front','true'),(2763,174,'locale',''),(2764,174,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2765,174,'wp_user_level','0'),(2766,174,'session_tokens','a:1:{s:64:\"96db7a7b1da3721e370a5ab2efeac4315e1c4229d27b5befc64fc15c27159662\";a:4:{s:10:\"expiration\";i:1548693611;s:2:\"ip\";s:14:\"199.249.230.71\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\";s:5:\"login\";i:1547484011;}}'),(2767,175,'nickname','shakim_franks'),(2768,175,'first_name',''),(2769,175,'last_name',''),(2770,175,'description',''),(2771,175,'rich_editing','true'),(2772,175,'comment_shortcuts','false'),(2773,175,'admin_color','fresh'),(2774,175,'use_ssl','0'),(2775,175,'show_admin_bar_front','true'),(2776,175,'locale',''),(2777,175,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2778,175,'wp_user_level','0'),(2779,175,'session_tokens','a:1:{s:64:\"94e83bc3b4557ddd995ef60ea1b3aec05ddd5466357a59cbb383b794e9c7f5c9\";a:4:{s:10:\"expiration\";i:1548710937;s:2:\"ip\";s:15:\"195.206.105.217\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1547501337;}}'),(2780,176,'nickname','maracca.r.bush'),(2781,176,'first_name',''),(2782,176,'last_name',''),(2783,176,'description',''),(2784,176,'rich_editing','true'),(2785,176,'comment_shortcuts','false'),(2786,176,'admin_color','fresh'),(2787,176,'use_ssl','0'),(2788,176,'show_admin_bar_front','true'),(2789,176,'locale',''),(2790,176,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2791,176,'wp_user_level','0'),(2792,176,'session_tokens','a:1:{s:64:\"da1e79ede7c729ef21aacbfc2052478b403c6aafc7adca0cb3bcf3890d45d1e9\";a:4:{s:10:\"expiration\";i:1548731673;s:2:\"ip\";s:12:\"51.75.71.123\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1547522073;}}'),(2793,177,'nickname','markb168'),(2794,177,'first_name',''),(2795,177,'last_name',''),(2796,177,'description',''),(2797,177,'rich_editing','true'),(2798,177,'comment_shortcuts','false'),(2799,177,'admin_color','fresh'),(2800,177,'use_ssl','0'),(2801,177,'show_admin_bar_front','true'),(2802,177,'locale',''),(2803,177,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2804,177,'wp_user_level','0'),(2805,177,'session_tokens','a:1:{s:64:\"f13543755ebb72cf7a4f4a76c70b3aeadeb2eeabd1377551a6654f340d4bf92e\";a:4:{s:10:\"expiration\";i:1548733601;s:2:\"ip\";s:13:\"109.70.100.19\";s:2:\"ua\";s:76:\"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko\";s:5:\"login\";i:1547524001;}}'),(2806,178,'nickname','mattvermes'),(2807,178,'first_name',''),(2808,178,'last_name',''),(2809,178,'description',''),(2810,178,'rich_editing','true'),(2811,178,'comment_shortcuts','false'),(2812,178,'admin_color','fresh'),(2813,178,'use_ssl','0'),(2814,178,'show_admin_bar_front','true'),(2815,178,'locale',''),(2816,178,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2817,178,'wp_user_level','0'),(2818,178,'session_tokens','a:1:{s:64:\"91465bee0df8348c6b87f00edba21fd0aa25444aac1635c39fd926b5229470ea\";a:4:{s:10:\"expiration\";i:1548733962;s:2:\"ip\";s:13:\"54.39.148.234\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:5:\"login\";i:1547524362;}}'),(2819,179,'nickname','thoff2be'),(2820,179,'first_name',''),(2821,179,'last_name',''),(2822,179,'description',''),(2823,179,'rich_editing','true'),(2824,179,'comment_shortcuts','false'),(2825,179,'admin_color','fresh'),(2826,179,'use_ssl','0'),(2827,179,'show_admin_bar_front','true'),(2828,179,'locale',''),(2829,179,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2830,179,'wp_user_level','0'),(2831,179,'session_tokens','a:1:{s:64:\"8d5f43d3c342ff613c9d3a80a805ea2e363a8ee3ede52c6225ebe0e00d57f965\";a:4:{s:10:\"expiration\";i:1548745146;s:2:\"ip\";s:14:\"199.249.230.85\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";s:5:\"login\";i:1547535546;}}'),(2832,180,'nickname','shaunjon67'),(2833,180,'first_name',''),(2834,180,'last_name',''),(2835,180,'description',''),(2836,180,'rich_editing','true'),(2837,180,'comment_shortcuts','false'),(2838,180,'admin_color','fresh'),(2839,180,'use_ssl','0'),(2840,180,'show_admin_bar_front','true'),(2841,180,'locale',''),(2842,180,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2843,180,'wp_user_level','0'),(2844,180,'session_tokens','a:1:{s:64:\"d96e53e011c70e742c3664b7b0082c31236947572547362eb4212748363b00c7\";a:4:{s:10:\"expiration\";i:1548745317;s:2:\"ip\";s:15:\"192.160.102.164\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\";s:5:\"login\";i:1547535717;}}'),(2845,181,'nickname','danieltcobb7'),(2846,181,'first_name',''),(2847,181,'last_name',''),(2848,181,'description',''),(2849,181,'rich_editing','true'),(2850,181,'comment_shortcuts','false'),(2851,181,'admin_color','fresh'),(2852,181,'use_ssl','0'),(2853,181,'show_admin_bar_front','true'),(2854,181,'locale',''),(2855,181,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2856,181,'wp_user_level','0'),(2857,181,'session_tokens','a:1:{s:64:\"222590e145c07d489e5db25a56e1682a699040829c4d54515ef1000a5aaca46c\";a:4:{s:10:\"expiration\";i:1548752570;s:2:\"ip\";s:13:\"204.85.191.30\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36\";s:5:\"login\";i:1547542970;}}'),(2858,182,'nickname','arnoldjk2016'),(2859,182,'first_name',''),(2860,182,'last_name',''),(2861,182,'description',''),(2862,182,'rich_editing','true'),(2863,182,'comment_shortcuts','false'),(2864,182,'admin_color','fresh'),(2865,182,'use_ssl','0'),(2866,182,'show_admin_bar_front','true'),(2867,182,'locale',''),(2868,182,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2869,182,'wp_user_level','0'),(2870,182,'session_tokens','a:1:{s:64:\"287f48038d1bdb42697d146186f0073294817d6e4c79e9b5528102e740b6e9ce\";a:4:{s:10:\"expiration\";i:1548756324;s:2:\"ip\";s:14:\"185.220.101.44\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\";s:5:\"login\";i:1547546724;}}'),(2871,183,'nickname','pepebarcos'),(2872,183,'first_name',''),(2873,183,'last_name',''),(2874,183,'description',''),(2875,183,'rich_editing','true'),(2876,183,'comment_shortcuts','false'),(2877,183,'admin_color','fresh'),(2878,183,'use_ssl','0'),(2879,183,'show_admin_bar_front','true'),(2880,183,'locale',''),(2881,183,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2882,183,'wp_user_level','0'),(2883,183,'session_tokens','a:1:{s:64:\"939ded684c437e7cf03ae946028af810a63c3615365e8676afe001df5cdf9979\";a:4:{s:10:\"expiration\";i:1548762718;s:2:\"ip\";s:14:\"141.255.162.38\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\";s:5:\"login\";i:1547553118;}}'),(2884,184,'nickname','serhiyua'),(2885,184,'first_name',''),(2886,184,'last_name',''),(2887,184,'description',''),(2888,184,'rich_editing','true'),(2889,184,'comment_shortcuts','false'),(2890,184,'admin_color','fresh'),(2891,184,'use_ssl','0'),(2892,184,'show_admin_bar_front','true'),(2893,184,'locale',''),(2894,184,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2895,184,'wp_user_level','0'),(2896,184,'session_tokens','a:1:{s:64:\"2b1dec2e933701fabca633e1cf5e734e8787c361bdb04f405c8c055459567ce2\";a:4:{s:10:\"expiration\";i:1548774569;s:2:\"ip\";s:13:\"65.19.167.132\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36\";s:5:\"login\";i:1547564969;}}'),(2897,185,'nickname','ltracyhawkins'),(2898,185,'first_name',''),(2899,185,'last_name',''),(2900,185,'description',''),(2901,185,'rich_editing','true'),(2902,185,'comment_shortcuts','false'),(2903,185,'admin_color','fresh'),(2904,185,'use_ssl','0'),(2905,185,'show_admin_bar_front','true'),(2906,185,'locale',''),(2907,185,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2908,185,'wp_user_level','0'),(2909,185,'session_tokens','a:1:{s:64:\"388e656706fadb8dbe46fd0b68f9fc2bbd936c38b2eb86955b19a2f332f400d6\";a:4:{s:10:\"expiration\";i:1548774954;s:2:\"ip\";s:14:\"185.100.87.207\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1547565354;}}'),(2910,186,'nickname','davideitel.medical'),(2911,186,'first_name',''),(2912,186,'last_name',''),(2913,186,'description',''),(2914,186,'rich_editing','true'),(2915,186,'comment_shortcuts','false'),(2916,186,'admin_color','fresh'),(2917,186,'use_ssl','0'),(2918,186,'show_admin_bar_front','true'),(2919,186,'locale',''),(2920,186,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2921,186,'wp_user_level','0'),(2922,186,'session_tokens','a:1:{s:64:\"820e9dd55f5756223e4d4a57368f1d0cf5d32d5df5a83a91475d7587dd6417c7\";a:4:{s:10:\"expiration\";i:1548778026;s:2:\"ip\";s:15:\"197.231.221.211\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36\";s:5:\"login\";i:1547568426;}}'),(2923,187,'nickname','davidcolella9'),(2924,187,'first_name',''),(2925,187,'last_name',''),(2926,187,'description',''),(2927,187,'rich_editing','true'),(2928,187,'comment_shortcuts','false'),(2929,187,'admin_color','fresh'),(2930,187,'use_ssl','0'),(2931,187,'show_admin_bar_front','true'),(2932,187,'locale',''),(2933,187,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2934,187,'wp_user_level','0'),(2935,187,'session_tokens','a:1:{s:64:\"9639a2db3f38e00c8fd4842501915eda965c05068d7eab78b1006b33e1445a41\";a:4:{s:10:\"expiration\";i:1548783286;s:2:\"ip\";s:14:\"176.126.83.211\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36\";s:5:\"login\";i:1547573686;}}'),(2936,188,'nickname','mdayton'),(2937,188,'first_name',''),(2938,188,'last_name',''),(2939,188,'description',''),(2940,188,'rich_editing','true'),(2941,188,'comment_shortcuts','false'),(2942,188,'admin_color','fresh'),(2943,188,'use_ssl','0'),(2944,188,'show_admin_bar_front','true'),(2945,188,'locale',''),(2946,188,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2947,188,'wp_user_level','0'),(2948,188,'session_tokens','a:1:{s:64:\"e45af1679e0a01fb371f93c5aa35a0486b287579a8122558c95ed457e2928461\";a:4:{s:10:\"expiration\";i:1548796891;s:2:\"ip\";s:14:\"199.195.250.77\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 5.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1547587291;}}'),(2949,189,'nickname','torresdavid87'),(2950,189,'first_name',''),(2951,189,'last_name',''),(2952,189,'description',''),(2953,189,'rich_editing','true'),(2954,189,'comment_shortcuts','false'),(2955,189,'admin_color','fresh'),(2956,189,'use_ssl','0'),(2957,189,'show_admin_bar_front','true'),(2958,189,'locale',''),(2959,189,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2960,189,'wp_user_level','0'),(2961,189,'session_tokens','a:1:{s:64:\"55e3b67319a8c2d3d3e32ce83a7f6981f122658980ef161495f017ec97980730\";a:4:{s:10:\"expiration\";i:1548825046;s:2:\"ip\";s:14:\"144.217.60.211\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0\";s:5:\"login\";i:1547615446;}}'),(2962,190,'nickname','annepowers178'),(2963,190,'first_name',''),(2964,190,'last_name',''),(2965,190,'description',''),(2966,190,'rich_editing','true'),(2967,190,'comment_shortcuts','false'),(2968,190,'admin_color','fresh'),(2969,190,'use_ssl','0'),(2970,190,'show_admin_bar_front','true'),(2971,190,'locale',''),(2972,190,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2973,190,'wp_user_level','0'),(2974,190,'session_tokens','a:1:{s:64:\"827939c30c64c53e3254d464a2c9e6510ee13782c5909412d8d8f72d99940bdb\";a:4:{s:10:\"expiration\";i:1548859691;s:2:\"ip\";s:14:\"37.187.129.166\";s:2:\"ua\";s:61:\"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1547650091;}}'),(2975,191,'nickname','robjustice777'),(2976,191,'first_name',''),(2977,191,'last_name',''),(2978,191,'description',''),(2979,191,'rich_editing','true'),(2980,191,'comment_shortcuts','false'),(2981,191,'admin_color','fresh'),(2982,191,'use_ssl','0'),(2983,191,'show_admin_bar_front','true'),(2984,191,'locale',''),(2985,191,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2986,191,'wp_user_level','0'),(2987,191,'session_tokens','a:1:{s:64:\"de5668de7092a301829faf53413c653dc89b9b79e3828753799cf903a9d595a2\";a:4:{s:10:\"expiration\";i:1548888657;s:2:\"ip\";s:15:\"197.231.221.211\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36\";s:5:\"login\";i:1547679057;}}'),(2988,192,'nickname','leosaban'),(2989,192,'first_name',''),(2990,192,'last_name',''),(2991,192,'description',''),(2992,192,'rich_editing','true'),(2993,192,'comment_shortcuts','false'),(2994,192,'admin_color','fresh'),(2995,192,'use_ssl','0'),(2996,192,'show_admin_bar_front','true'),(2997,192,'locale',''),(2998,192,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2999,192,'wp_user_level','0'),(3000,192,'session_tokens','a:1:{s:64:\"5b90b3a9cae297b0a1688f0bbc4b6aad3eb627d8dee9d0f516eef6924060f499\";a:4:{s:10:\"expiration\";i:1548931045;s:2:\"ip\";s:13:\"176.10.99.200\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36\";s:5:\"login\";i:1547721445;}}'),(3001,193,'nickname','swbezj92'),(3002,193,'first_name',''),(3003,193,'last_name',''),(3004,193,'description',''),(3005,193,'rich_editing','true'),(3006,193,'comment_shortcuts','false'),(3007,193,'admin_color','fresh'),(3008,193,'use_ssl','0'),(3009,193,'show_admin_bar_front','true'),(3010,193,'locale',''),(3011,193,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3012,193,'wp_user_level','0'),(3013,193,'session_tokens','a:1:{s:64:\"7c873c66357edd4ab0f080f05a76f39626a01a9b802562853662d04bc0e03c24\";a:4:{s:10:\"expiration\";i:1548957364;s:2:\"ip\";s:14:\"176.126.83.211\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36\";s:5:\"login\";i:1547747764;}}'),(3014,194,'nickname','jayriera'),(3015,194,'first_name',''),(3016,194,'last_name',''),(3017,194,'description',''),(3018,194,'rich_editing','true'),(3019,194,'comment_shortcuts','false'),(3020,194,'admin_color','fresh'),(3021,194,'use_ssl','0'),(3022,194,'show_admin_bar_front','true'),(3023,194,'locale',''),(3024,194,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3025,194,'wp_user_level','0'),(3026,194,'session_tokens','a:1:{s:64:\"5fd3da9e9cc590d4d6a31715c8e04145ed5436871986b9447b28f43174a75b83\";a:4:{s:10:\"expiration\";i:1548959820;s:2:\"ip\";s:10:\"5.79.86.15\";s:2:\"ua\";s:63:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0)\";s:5:\"login\";i:1547750220;}}'),(3027,195,'nickname','dayv_d'),(3028,195,'first_name',''),(3029,195,'last_name',''),(3030,195,'description',''),(3031,195,'rich_editing','true'),(3032,195,'comment_shortcuts','false'),(3033,195,'admin_color','fresh'),(3034,195,'use_ssl','0'),(3035,195,'show_admin_bar_front','true'),(3036,195,'locale',''),(3037,195,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3038,195,'wp_user_level','0'),(3039,195,'session_tokens','a:1:{s:64:\"72f0cb582121c62b228e31ea88fa41eb15516f21463cb5d4b3994537b3a9c57c\";a:4:{s:10:\"expiration\";i:1548961886;s:2:\"ip\";s:15:\"192.160.102.169\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1547752286;}}'),(3040,196,'nickname','rakltt'),(3041,196,'first_name',''),(3042,196,'last_name',''),(3043,196,'description',''),(3044,196,'rich_editing','true'),(3045,196,'comment_shortcuts','false'),(3046,196,'admin_color','fresh'),(3047,196,'use_ssl','0'),(3048,196,'show_admin_bar_front','true'),(3049,196,'locale',''),(3050,196,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3051,196,'wp_user_level','0'),(3052,196,'session_tokens','a:1:{s:64:\"01b4829099118feeed8b5591e33ef6866dd2d6faa3b75a8de72b6fa82554263f\";a:4:{s:10:\"expiration\";i:1548969282;s:2:\"ip\";s:15:\"195.206.105.217\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36 OPR/42.0.2393.94\";s:5:\"login\";i:1547759682;}}'),(3053,197,'nickname','mikedenuzzo'),(3054,197,'first_name',''),(3055,197,'last_name',''),(3056,197,'description',''),(3057,197,'rich_editing','true'),(3058,197,'comment_shortcuts','false'),(3059,197,'admin_color','fresh'),(3060,197,'use_ssl','0'),(3061,197,'show_admin_bar_front','true'),(3062,197,'locale',''),(3063,197,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3064,197,'wp_user_level','0'),(3065,197,'session_tokens','a:1:{s:64:\"5945f3b9160381e9fa0a8d9bbf0083b3fbaad577e5a24a65314ce90490cb0be4\";a:4:{s:10:\"expiration\";i:1548972862;s:2:\"ip\";s:14:\"37.187.129.166\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1547763262;}}'),(3066,198,'nickname','n.nguyen0408'),(3067,198,'first_name',''),(3068,198,'last_name',''),(3069,198,'description',''),(3070,198,'rich_editing','true'),(3071,198,'comment_shortcuts','false'),(3072,198,'admin_color','fresh'),(3073,198,'use_ssl','0'),(3074,198,'show_admin_bar_front','true'),(3075,198,'locale',''),(3076,198,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3077,198,'wp_user_level','0'),(3078,198,'session_tokens','a:1:{s:64:\"d8dbed0d7c29b3a0c49c8c6bfd7661d808194560fcf787c0d67a97590136076f\";a:4:{s:10:\"expiration\";i:1548985402;s:2:\"ip\";s:12:\"51.15.43.205\";s:2:\"ua\";s:63:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0)\";s:5:\"login\";i:1547775802;}}'),(3079,199,'nickname','leonardocorso17'),(3080,199,'first_name',''),(3081,199,'last_name',''),(3082,199,'description',''),(3083,199,'rich_editing','true'),(3084,199,'comment_shortcuts','false'),(3085,199,'admin_color','fresh'),(3086,199,'use_ssl','0'),(3087,199,'show_admin_bar_front','true'),(3088,199,'locale',''),(3089,199,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3090,199,'wp_user_level','0'),(3091,199,'session_tokens','a:1:{s:64:\"cf6d1e774ce1b5732baaf22356e8c90f1fd5d71d3e9660d894fd4a012db365d6\";a:4:{s:10:\"expiration\";i:1548998914;s:2:\"ip\";s:14:\"185.107.47.171\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1547789314;}}'),(3092,200,'nickname','gyperrett'),(3093,200,'first_name',''),(3094,200,'last_name',''),(3095,200,'description',''),(3096,200,'rich_editing','true'),(3097,200,'comment_shortcuts','false'),(3098,200,'admin_color','fresh'),(3099,200,'use_ssl','0'),(3100,200,'show_admin_bar_front','true'),(3101,200,'locale',''),(3102,200,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3103,200,'wp_user_level','0'),(3104,200,'session_tokens','a:1:{s:64:\"7c080cb09bd30609befbb9564ea9a32ee31a665a945061dcd575b5ba97cbf2bd\";a:4:{s:10:\"expiration\";i:1549032335;s:2:\"ip\";s:14:\"185.220.101.49\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1547822735;}}'),(3105,201,'nickname','verniquame'),(3106,201,'first_name',''),(3107,201,'last_name',''),(3108,201,'description',''),(3109,201,'rich_editing','true'),(3110,201,'comment_shortcuts','false'),(3111,201,'admin_color','fresh'),(3112,201,'use_ssl','0'),(3113,201,'show_admin_bar_front','true'),(3114,201,'locale',''),(3115,201,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3116,201,'wp_user_level','0'),(3117,201,'session_tokens','a:1:{s:64:\"1fbad2b9ce006cf531194c64bc1994fc8e0435969ef421a2c1e9e1fe0980c9f3\";a:4:{s:10:\"expiration\";i:1549043433;s:2:\"ip\";s:14:\"195.254.135.76\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1547833833;}}'),(3118,202,'nickname','ketraellerbe'),(3119,202,'first_name',''),(3120,202,'last_name',''),(3121,202,'description',''),(3122,202,'rich_editing','true'),(3123,202,'comment_shortcuts','false'),(3124,202,'admin_color','fresh'),(3125,202,'use_ssl','0'),(3126,202,'show_admin_bar_front','true'),(3127,202,'locale',''),(3128,202,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3129,202,'wp_user_level','0'),(3130,202,'session_tokens','a:1:{s:64:\"74500cf27149d626e270f3aad080e14436d470bf6f12536329ada4f96d48830d\";a:4:{s:10:\"expiration\";i:1549048083;s:2:\"ip\";s:13:\"178.17.170.23\";s:2:\"ua\";s:69:\"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1547838483;}}'),(3131,203,'nickname','max23007'),(3132,203,'first_name',''),(3133,203,'last_name',''),(3134,203,'description',''),(3135,203,'rich_editing','true'),(3136,203,'comment_shortcuts','false'),(3137,203,'admin_color','fresh'),(3138,203,'use_ssl','0'),(3139,203,'show_admin_bar_front','true'),(3140,203,'locale',''),(3141,203,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3142,203,'wp_user_level','0'),(3143,203,'session_tokens','a:1:{s:64:\"3a7b71ab98cc96c59be49d0760a81e3a98eca6937979ad3375224b6c827669e1\";a:4:{s:10:\"expiration\";i:1549049067;s:2:\"ip\";s:13:\"66.70.217.179\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1547839467;}}'),(3144,204,'nickname','simonsteeber'),(3145,204,'first_name',''),(3146,204,'last_name',''),(3147,204,'description',''),(3148,204,'rich_editing','true'),(3149,204,'comment_shortcuts','false'),(3150,204,'admin_color','fresh'),(3151,204,'use_ssl','0'),(3152,204,'show_admin_bar_front','true'),(3153,204,'locale',''),(3154,204,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3155,204,'wp_user_level','0'),(3156,204,'session_tokens','a:1:{s:64:\"2836815038ab6ac78b7bf54ffd165a6337727dfe1a4b66801165a1d41638dcbb\";a:4:{s:10:\"expiration\";i:1549052939;s:2:\"ip\";s:13:\"37.187.180.18\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1547843339;}}'),(3157,205,'nickname','kitzmet'),(3158,205,'first_name',''),(3159,205,'last_name',''),(3160,205,'description',''),(3161,205,'rich_editing','true'),(3162,205,'comment_shortcuts','false'),(3163,205,'admin_color','fresh'),(3164,205,'use_ssl','0'),(3165,205,'show_admin_bar_front','true'),(3166,205,'locale',''),(3167,205,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3168,205,'wp_user_level','0'),(3169,205,'session_tokens','a:1:{s:64:\"6628c86d6367283ac4f165bb6ed98ac2cc2856d58e1296b536ba23245cd76168\";a:4:{s:10:\"expiration\";i:1549055217;s:2:\"ip\";s:10:\"51.15.59.9\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0\";s:5:\"login\";i:1547845617;}}'),(3170,206,'nickname','c.diane1106'),(3171,206,'first_name',''),(3172,206,'last_name',''),(3173,206,'description',''),(3174,206,'rich_editing','true'),(3175,206,'comment_shortcuts','false'),(3176,206,'admin_color','fresh'),(3177,206,'use_ssl','0'),(3178,206,'show_admin_bar_front','true'),(3179,206,'locale',''),(3180,206,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3181,206,'wp_user_level','0'),(3182,206,'session_tokens','a:1:{s:64:\"2667272cd37e3f9db33b593f982c87110dc49302faf9492db9c8724f4a86fdcd\";a:4:{s:10:\"expiration\";i:1549060890;s:2:\"ip\";s:15:\"188.214.104.146\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1547851290;}}'),(3183,207,'nickname','blustar.hg'),(3184,207,'first_name',''),(3185,207,'last_name',''),(3186,207,'description',''),(3187,207,'rich_editing','true'),(3188,207,'comment_shortcuts','false'),(3189,207,'admin_color','fresh'),(3190,207,'use_ssl','0'),(3191,207,'show_admin_bar_front','true'),(3192,207,'locale',''),(3193,207,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3194,207,'wp_user_level','0'),(3195,207,'session_tokens','a:1:{s:64:\"0f93109c09d57cc544f0a6f2839877017854a21e3ae71f337b7aa11cbf8cbeef\";a:4:{s:10:\"expiration\";i:1549067394;s:2:\"ip\";s:14:\"199.249.230.80\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1547857794;}}'),(3196,208,'nickname','liggitystick'),(3197,208,'first_name',''),(3198,208,'last_name',''),(3199,208,'description',''),(3200,208,'rich_editing','true'),(3201,208,'comment_shortcuts','false'),(3202,208,'admin_color','fresh'),(3203,208,'use_ssl','0'),(3204,208,'show_admin_bar_front','true'),(3205,208,'locale',''),(3206,208,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3207,208,'wp_user_level','0'),(3208,208,'session_tokens','a:1:{s:64:\"8c8d364f7992bc4b1b10826683038c8704262ed010db933124d2c73d5900c69b\";a:4:{s:10:\"expiration\";i:1549093526;s:2:\"ip\";s:14:\"77.247.181.162\";s:2:\"ua\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36\";s:5:\"login\";i:1547883926;}}'),(3209,209,'nickname','lesama0606'),(3210,209,'first_name',''),(3211,209,'last_name',''),(3212,209,'description',''),(3213,209,'rich_editing','true'),(3214,209,'comment_shortcuts','false'),(3215,209,'admin_color','fresh'),(3216,209,'use_ssl','0'),(3217,209,'show_admin_bar_front','true'),(3218,209,'locale',''),(3219,209,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3220,209,'wp_user_level','0'),(3221,209,'session_tokens','a:1:{s:64:\"c7644f9f74534f3bc3b7f606d2445040545a3ed298ae2522ffaf1b3f5e5f787c\";a:4:{s:10:\"expiration\";i:1549110942;s:2:\"ip\";s:14:\"85.202.163.127\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0\";s:5:\"login\";i:1547901342;}}'),(3222,210,'nickname','nmarais1'),(3223,210,'first_name',''),(3224,210,'last_name',''),(3225,210,'description',''),(3226,210,'rich_editing','true'),(3227,210,'comment_shortcuts','false'),(3228,210,'admin_color','fresh'),(3229,210,'use_ssl','0'),(3230,210,'show_admin_bar_front','true'),(3231,210,'locale',''),(3232,210,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3233,210,'wp_user_level','0'),(3234,210,'session_tokens','a:1:{s:64:\"38421829916da92938861d633683a5e3923b369fa00783da9880f29c7207b567\";a:4:{s:10:\"expiration\";i:1549112801;s:2:\"ip\";s:13:\"176.10.99.200\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134\";s:5:\"login\";i:1547903201;}}'),(3235,211,'nickname','sdwood52'),(3236,211,'first_name',''),(3237,211,'last_name',''),(3238,211,'description',''),(3239,211,'rich_editing','true'),(3240,211,'comment_shortcuts','false'),(3241,211,'admin_color','fresh'),(3242,211,'use_ssl','0'),(3243,211,'show_admin_bar_front','true'),(3244,211,'locale',''),(3245,211,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3246,211,'wp_user_level','0'),(3247,211,'session_tokens','a:1:{s:64:\"6e5293ff29b68af98080e524a58852c0a66bd1e2a075f1d0a8f6af4da32de085\";a:4:{s:10:\"expiration\";i:1549114497;s:2:\"ip\";s:13:\"198.98.56.149\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\";s:5:\"login\";i:1547904897;}}'),(3248,212,'nickname','codey4897'),(3249,212,'first_name',''),(3250,212,'last_name',''),(3251,212,'description',''),(3252,212,'rich_editing','true'),(3253,212,'comment_shortcuts','false'),(3254,212,'admin_color','fresh'),(3255,212,'use_ssl','0'),(3256,212,'show_admin_bar_front','true'),(3257,212,'locale',''),(3258,212,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3259,212,'wp_user_level','0'),(3260,212,'session_tokens','a:1:{s:64:\"1184edc4928bba628c52e2a665d2960a618f4efb312bcdad6c8d835d13b2b317\";a:4:{s:10:\"expiration\";i:1549132079;s:2:\"ip\";s:13:\"109.70.100.21\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1547922479;}}'),(3261,213,'nickname','pivotabledoor'),(3262,213,'first_name',''),(3263,213,'last_name',''),(3264,213,'description',''),(3265,213,'rich_editing','true'),(3266,213,'comment_shortcuts','false'),(3267,213,'admin_color','fresh'),(3268,213,'use_ssl','0'),(3269,213,'show_admin_bar_front','true'),(3270,213,'locale',''),(3271,213,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3272,213,'wp_user_level','0'),(3273,213,'session_tokens','a:1:{s:64:\"546551c9bdb5b22ff14ba09dec11e3a233fa42f07219e25db2e233e9796011b5\";a:4:{s:10:\"expiration\";i:1549139899;s:2:\"ip\";s:14:\"199.249.230.84\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0\";s:5:\"login\";i:1547930299;}}'),(3274,214,'nickname','maconaquah'),(3275,214,'first_name',''),(3276,214,'last_name',''),(3277,214,'description',''),(3278,214,'rich_editing','true'),(3279,214,'comment_shortcuts','false'),(3280,214,'admin_color','fresh'),(3281,214,'use_ssl','0'),(3282,214,'show_admin_bar_front','true'),(3283,214,'locale',''),(3284,214,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3285,214,'wp_user_level','0'),(3286,214,'session_tokens','a:1:{s:64:\"0efd8e4e44dbce314b3d48af516330b88168bb64f69835069d0fb628b192cb3e\";a:4:{s:10:\"expiration\";i:1549140358;s:2:\"ip\";s:14:\"185.100.86.182\";s:2:\"ua\";s:131:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.78 Safari/537.36 OPR/47.0.2631.39\";s:5:\"login\";i:1547930758;}}'),(3287,215,'nickname','andrewhsmith'),(3288,215,'first_name',''),(3289,215,'last_name',''),(3290,215,'description',''),(3291,215,'rich_editing','true'),(3292,215,'comment_shortcuts','false'),(3293,215,'admin_color','fresh'),(3294,215,'use_ssl','0'),(3295,215,'show_admin_bar_front','true'),(3296,215,'locale',''),(3297,215,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3298,215,'wp_user_level','0'),(3299,215,'session_tokens','a:1:{s:64:\"4dc5d4fbd27a0477ea9c4f1a1557f225932daf205890eff231af765aa1f9737a\";a:4:{s:10:\"expiration\";i:1549141554;s:2:\"ip\";s:14:\"185.32.124.226\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\";s:5:\"login\";i:1547931954;}}'),(3300,216,'nickname','linciyun'),(3301,216,'first_name',''),(3302,216,'last_name',''),(3303,216,'description',''),(3304,216,'rich_editing','true'),(3305,216,'comment_shortcuts','false'),(3306,216,'admin_color','fresh'),(3307,216,'use_ssl','0'),(3308,216,'show_admin_bar_front','true'),(3309,216,'locale',''),(3310,216,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3311,216,'wp_user_level','0'),(3312,216,'session_tokens','a:1:{s:64:\"2519242470a592d7f1436efda630a4e2dcd1c5d28a6699762b45b8ecd2a51a06\";a:4:{s:10:\"expiration\";i:1549144177;s:2:\"ip\";s:14:\"199.249.230.87\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";s:5:\"login\";i:1547934577;}}'),(3313,217,'nickname','rooo22'),(3314,217,'first_name',''),(3315,217,'last_name',''),(3316,217,'description',''),(3317,217,'rich_editing','true'),(3318,217,'comment_shortcuts','false'),(3319,217,'admin_color','fresh'),(3320,217,'use_ssl','0'),(3321,217,'show_admin_bar_front','true'),(3322,217,'locale',''),(3323,217,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3324,217,'wp_user_level','0'),(3325,217,'session_tokens','a:1:{s:64:\"d362216f070945a504ffeb37074660dce7ec6088a9423eed856ae18980057229\";a:4:{s:10:\"expiration\";i:1549148286;s:2:\"ip\";s:12:\"18.85.22.239\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0\";s:5:\"login\";i:1547938686;}}'),(3326,218,'nickname','hurdle0402'),(3327,218,'first_name',''),(3328,218,'last_name',''),(3329,218,'description',''),(3330,218,'rich_editing','true'),(3331,218,'comment_shortcuts','false'),(3332,218,'admin_color','fresh'),(3333,218,'use_ssl','0'),(3334,218,'show_admin_bar_front','true'),(3335,218,'locale',''),(3336,218,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3337,218,'wp_user_level','0'),(3338,218,'session_tokens','a:1:{s:64:\"81bad63e17bca83ab63c44ed52824598c0b7fd338cfce1a45eff094a2449dee6\";a:4:{s:10:\"expiration\";i:1549149351;s:2:\"ip\";s:12:\"18.85.22.239\";s:2:\"ua\";s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";s:5:\"login\";i:1547939751;}}'),(3339,219,'nickname','terbeekt'),(3340,219,'first_name',''),(3341,219,'last_name',''),(3342,219,'description',''),(3343,219,'rich_editing','true'),(3344,219,'comment_shortcuts','false'),(3345,219,'admin_color','fresh'),(3346,219,'use_ssl','0'),(3347,219,'show_admin_bar_front','true'),(3348,219,'locale',''),(3349,219,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3350,219,'wp_user_level','0'),(3351,219,'session_tokens','a:1:{s:64:\"a96ff3f93a45699b071c09c865771bd3a36dfcf0d621d9488d471fe031b9a066\";a:4:{s:10:\"expiration\";i:1549155197;s:2:\"ip\";s:13:\"185.65.205.10\";s:2:\"ua\";s:63:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0)\";s:5:\"login\";i:1547945597;}}'),(3352,220,'nickname','xcrunner3141'),(3353,220,'first_name',''),(3354,220,'last_name',''),(3355,220,'description',''),(3356,220,'rich_editing','true'),(3357,220,'comment_shortcuts','false'),(3358,220,'admin_color','fresh'),(3359,220,'use_ssl','0'),(3360,220,'show_admin_bar_front','true'),(3361,220,'locale',''),(3362,220,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3363,220,'wp_user_level','0'),(3364,220,'session_tokens','a:1:{s:64:\"c1e9168a48fd7770d6abd1564037d4c8670ca17e24a4488a7de7b8fb69bb1578\";a:4:{s:10:\"expiration\";i:1549183168;s:2:\"ip\";s:12:\"54.36.222.37\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1547973568;}}'),(3365,221,'nickname','seferan767'),(3366,221,'first_name',''),(3367,221,'last_name',''),(3368,221,'description',''),(3369,221,'rich_editing','true'),(3370,221,'comment_shortcuts','false'),(3371,221,'admin_color','fresh'),(3372,221,'use_ssl','0'),(3373,221,'show_admin_bar_front','true'),(3374,221,'locale',''),(3375,221,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3376,221,'wp_user_level','0'),(3377,221,'session_tokens','a:1:{s:64:\"3eae45c294096da8298d85c8b062fdd57f999e9fb7614bab18e0b9c880379ac5\";a:4:{s:10:\"expiration\";i:1549187217;s:2:\"ip\";s:12:\"195.176.3.23\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1547977617;}}'),(3378,222,'nickname','alecb2092'),(3379,222,'first_name',''),(3380,222,'last_name',''),(3381,222,'description',''),(3382,222,'rich_editing','true'),(3383,222,'comment_shortcuts','false'),(3384,222,'admin_color','fresh'),(3385,222,'use_ssl','0'),(3386,222,'show_admin_bar_front','true'),(3387,222,'locale',''),(3388,222,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3389,222,'wp_user_level','0'),(3390,222,'session_tokens','a:1:{s:64:\"73bd1c6d8e5ab0a61dde91a548a14f05936b0d5d0dd8ce7424c283a3c25c4a8e\";a:4:{s:10:\"expiration\";i:1549189154;s:2:\"ip\";s:14:\"185.100.86.182\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36\";s:5:\"login\";i:1547979554;}}'),(3391,223,'nickname','ncunningham2592'),(3392,223,'first_name',''),(3393,223,'last_name',''),(3394,223,'description',''),(3395,223,'rich_editing','true'),(3396,223,'comment_shortcuts','false'),(3397,223,'admin_color','fresh'),(3398,223,'use_ssl','0'),(3399,223,'show_admin_bar_front','true'),(3400,223,'locale',''),(3401,223,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3402,223,'wp_user_level','0'),(3403,223,'session_tokens','a:1:{s:64:\"512d190e168245927e0860a3c666fe9bcffc5f77bf4951393b99388f150d19c7\";a:4:{s:10:\"expiration\";i:1549194703;s:2:\"ip\";s:15:\"185.112.254.195\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1547985103;}}'),(3404,224,'nickname','kcavins2'),(3405,224,'first_name',''),(3406,224,'last_name',''),(3407,224,'description',''),(3408,224,'rich_editing','true'),(3409,224,'comment_shortcuts','false'),(3410,224,'admin_color','fresh'),(3411,224,'use_ssl','0'),(3412,224,'show_admin_bar_front','true'),(3413,224,'locale',''),(3414,224,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3415,224,'wp_user_level','0'),(3416,224,'session_tokens','a:1:{s:64:\"abe582ca5f4b30c883fb79dcf1be6477483ce013c14db4e83e1c036ff6e24554\";a:4:{s:10:\"expiration\";i:1549197768;s:2:\"ip\";s:12:\"51.15.234.90\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36\";s:5:\"login\";i:1547988168;}}'),(3417,225,'nickname','corderoluimer15'),(3418,225,'first_name',''),(3419,225,'last_name',''),(3420,225,'description',''),(3421,225,'rich_editing','true'),(3422,225,'comment_shortcuts','false'),(3423,225,'admin_color','fresh'),(3424,225,'use_ssl','0'),(3425,225,'show_admin_bar_front','true'),(3426,225,'locale',''),(3427,225,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3428,225,'wp_user_level','0'),(3429,225,'session_tokens','a:1:{s:64:\"69c61b715127b97add57cd39541c04604b9d166a90fdd792eae5c731d71f636b\";a:4:{s:10:\"expiration\";i:1549198885;s:2:\"ip\";s:15:\"197.231.221.211\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1547989285;}}'),(3430,226,'nickname','benny0035'),(3431,226,'first_name',''),(3432,226,'last_name',''),(3433,226,'description',''),(3434,226,'rich_editing','true'),(3435,226,'comment_shortcuts','false'),(3436,226,'admin_color','fresh'),(3437,226,'use_ssl','0'),(3438,226,'show_admin_bar_front','true'),(3439,226,'locale',''),(3440,226,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3441,226,'wp_user_level','0'),(3442,226,'session_tokens','a:1:{s:64:\"b222711e3e66a1b7b094002d99fc37985db089fe59890439898e8fcbe9fd785f\";a:4:{s:10:\"expiration\";i:1549199726;s:2:\"ip\";s:12:\"51.75.206.27\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36\";s:5:\"login\";i:1547990126;}}'),(3443,227,'nickname','troyleach8'),(3444,227,'first_name',''),(3445,227,'last_name',''),(3446,227,'description',''),(3447,227,'rich_editing','true'),(3448,227,'comment_shortcuts','false'),(3449,227,'admin_color','fresh'),(3450,227,'use_ssl','0'),(3451,227,'show_admin_bar_front','true'),(3452,227,'locale',''),(3453,227,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3454,227,'wp_user_level','0'),(3455,227,'session_tokens','a:1:{s:64:\"a6212289dce25f84d23c0c6c77f465dce926769648ffff56bc7c49e29cb05e12\";a:4:{s:10:\"expiration\";i:1549202149;s:2:\"ip\";s:13:\"185.104.120.2\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1547992549;}}'),(3456,228,'nickname','jyl3qh'),(3457,228,'first_name',''),(3458,228,'last_name',''),(3459,228,'description',''),(3460,228,'rich_editing','true'),(3461,228,'comment_shortcuts','false'),(3462,228,'admin_color','fresh'),(3463,228,'use_ssl','0'),(3464,228,'show_admin_bar_front','true'),(3465,228,'locale',''),(3466,228,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3467,228,'wp_user_level','0'),(3468,228,'session_tokens','a:1:{s:64:\"74c3c60d3a5582a5963555d50b13939df00c600e553b53efad184cf0bf613dc1\";a:4:{s:10:\"expiration\";i:1549211090;s:2:\"ip\";s:11:\"35.0.127.52\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1548001490;}}'),(3469,229,'nickname','lovelife970204'),(3470,229,'first_name',''),(3471,229,'last_name',''),(3472,229,'description',''),(3473,229,'rich_editing','true'),(3474,229,'comment_shortcuts','false'),(3475,229,'admin_color','fresh'),(3476,229,'use_ssl','0'),(3477,229,'show_admin_bar_front','true'),(3478,229,'locale',''),(3479,229,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3480,229,'wp_user_level','0'),(3481,229,'session_tokens','a:1:{s:64:\"28e270559c9985a8020a748661c18edf677b622dcc3f85472957b47c06c07b2f\";a:4:{s:10:\"expiration\";i:1549211961;s:2:\"ip\";s:13:\"66.42.224.235\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0\";s:5:\"login\";i:1548002361;}}'),(3482,230,'nickname','numbo9'),(3483,230,'first_name',''),(3484,230,'last_name',''),(3485,230,'description',''),(3486,230,'rich_editing','true'),(3487,230,'comment_shortcuts','false'),(3488,230,'admin_color','fresh'),(3489,230,'use_ssl','0'),(3490,230,'show_admin_bar_front','true'),(3491,230,'locale',''),(3492,230,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3493,230,'wp_user_level','0'),(3494,230,'session_tokens','a:1:{s:64:\"ad501dba84de9b49d46e9af8d0e734b99c3033cb7743aa30b43a576d902d4877\";a:4:{s:10:\"expiration\";i:1549223055;s:2:\"ip\";s:14:\"145.239.59.252\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";s:5:\"login\";i:1548013455;}}'),(3495,231,'nickname','mboyd86'),(3496,231,'first_name',''),(3497,231,'last_name',''),(3498,231,'description',''),(3499,231,'rich_editing','true'),(3500,231,'comment_shortcuts','false'),(3501,231,'admin_color','fresh'),(3502,231,'use_ssl','0'),(3503,231,'show_admin_bar_front','true'),(3504,231,'locale',''),(3505,231,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3506,231,'wp_user_level','0'),(3507,231,'session_tokens','a:1:{s:64:\"8555e10f22013795e65235da7bc9f48787aedec8ad03acc7e3e1fdde3b21001c\";a:4:{s:10:\"expiration\";i:1549223635;s:2:\"ip\";s:14:\"141.255.162.34\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36 OPR/42.0.2393.94\";s:5:\"login\";i:1548014035;}}'),(3508,232,'nickname','shill.john'),(3509,232,'first_name',''),(3510,232,'last_name',''),(3511,232,'description',''),(3512,232,'rich_editing','true'),(3513,232,'comment_shortcuts','false'),(3514,232,'admin_color','fresh'),(3515,232,'use_ssl','0'),(3516,232,'show_admin_bar_front','true'),(3517,232,'locale',''),(3518,232,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3519,232,'wp_user_level','0'),(3520,232,'session_tokens','a:1:{s:64:\"af48742dc1ff069b42bb54be050ac5a039dfd4f642aed043598cd0c66fa6a66f\";a:4:{s:10:\"expiration\";i:1549226328;s:2:\"ip\";s:14:\"199.249.230.79\";s:2:\"ua\";s:63:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0)\";s:5:\"login\";i:1548016728;}}'),(3521,233,'nickname','ssj4vegeta10'),(3522,233,'first_name',''),(3523,233,'last_name',''),(3524,233,'description',''),(3525,233,'rich_editing','true'),(3526,233,'comment_shortcuts','false'),(3527,233,'admin_color','fresh'),(3528,233,'use_ssl','0'),(3529,233,'show_admin_bar_front','true'),(3530,233,'locale',''),(3531,233,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3532,233,'wp_user_level','0'),(3533,233,'session_tokens','a:1:{s:64:\"c865247e524e0db29be17f08c089defaf983114787d994e1334e8a0f1eb4ef37\";a:4:{s:10:\"expiration\";i:1549233364;s:2:\"ip\";s:13:\"51.77.193.218\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30\";s:5:\"login\";i:1548023764;}}'),(3534,234,'nickname','ramenmonsterr'),(3535,234,'first_name',''),(3536,234,'last_name',''),(3537,234,'description',''),(3538,234,'rich_editing','true'),(3539,234,'comment_shortcuts','false'),(3540,234,'admin_color','fresh'),(3541,234,'use_ssl','0'),(3542,234,'show_admin_bar_front','true'),(3543,234,'locale',''),(3544,234,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3545,234,'wp_user_level','0'),(3546,234,'session_tokens','a:1:{s:64:\"a04fd7ddf3816e64146ab47b017037be7e3c64d33464cab235a8c736f9a9fba4\";a:4:{s:10:\"expiration\";i:1549236951;s:2:\"ip\";s:13:\"84.53.225.118\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/604.4.7 (KHTML, like Gecko) Version/11.0.2 Safari/604.4.7\";s:5:\"login\";i:1548027351;}}'),(3547,235,'nickname','anthluca'),(3548,235,'first_name',''),(3549,235,'last_name',''),(3550,235,'description',''),(3551,235,'rich_editing','true'),(3552,235,'comment_shortcuts','false'),(3553,235,'admin_color','fresh'),(3554,235,'use_ssl','0'),(3555,235,'show_admin_bar_front','true'),(3556,235,'locale',''),(3557,235,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3558,235,'wp_user_level','0'),(3559,235,'session_tokens','a:1:{s:64:\"18ccfecff83f96a292b6c46a7bf6851eaddd920c89aa1c01192b1690e65b1a1e\";a:4:{s:10:\"expiration\";i:1549240914;s:2:\"ip\";s:15:\"178.175.135.102\";s:2:\"ua\";s:87:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko)\";s:5:\"login\";i:1548031314;}}'),(3560,236,'nickname','markm805'),(3561,236,'first_name',''),(3562,236,'last_name',''),(3563,236,'description',''),(3564,236,'rich_editing','true'),(3565,236,'comment_shortcuts','false'),(3566,236,'admin_color','fresh'),(3567,236,'use_ssl','0'),(3568,236,'show_admin_bar_front','true'),(3569,236,'locale',''),(3570,236,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3571,236,'wp_user_level','0'),(3572,236,'session_tokens','a:1:{s:64:\"350e0b1e28275155d0c4bc567d9092a4839d185a8ac42dc908d5cd1559e5464b\";a:4:{s:10:\"expiration\";i:1549245395;s:2:\"ip\";s:12:\"51.75.66.250\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.104 Safari/537.36\";s:5:\"login\";i:1548035795;}}'),(3573,237,'nickname','supadan323'),(3574,237,'first_name',''),(3575,237,'last_name',''),(3576,237,'description',''),(3577,237,'rich_editing','true'),(3578,237,'comment_shortcuts','false'),(3579,237,'admin_color','fresh'),(3580,237,'use_ssl','0'),(3581,237,'show_admin_bar_front','true'),(3582,237,'locale',''),(3583,237,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3584,237,'wp_user_level','0'),(3585,237,'session_tokens','a:1:{s:64:\"435a8cbd22a500ed9f0c6dae403a9c98b23d4b2562d23e03438c7dc1a940adba\";a:4:{s:10:\"expiration\";i:1549249976;s:2:\"ip\";s:14:\"185.220.101.46\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0\";s:5:\"login\";i:1548040376;}}'),(3586,238,'nickname','n0cturn4l86'),(3587,238,'first_name',''),(3588,238,'last_name',''),(3589,238,'description',''),(3590,238,'rich_editing','true'),(3591,238,'comment_shortcuts','false'),(3592,238,'admin_color','fresh'),(3593,238,'use_ssl','0'),(3594,238,'show_admin_bar_front','true'),(3595,238,'locale',''),(3596,238,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3597,238,'wp_user_level','0'),(3598,238,'session_tokens','a:1:{s:64:\"048a7a69f1aac7c35751ab2fd1ef68a5dace22ee724141aaf0d7542daf2f7b73\";a:4:{s:10:\"expiration\";i:1549250049;s:2:\"ip\";s:14:\"89.234.157.254\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1548040449;}}'),(3599,239,'nickname','katbrummett'),(3600,239,'first_name',''),(3601,239,'last_name',''),(3602,239,'description',''),(3603,239,'rich_editing','true'),(3604,239,'comment_shortcuts','false'),(3605,239,'admin_color','fresh'),(3606,239,'use_ssl','0'),(3607,239,'show_admin_bar_front','true'),(3608,239,'locale',''),(3609,239,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3610,239,'wp_user_level','0'),(3611,239,'session_tokens','a:1:{s:64:\"bec5043f0889b799bad525640f18c5e38b6869b9e92bea6bef9af28fab1250e5\";a:4:{s:10:\"expiration\";i:1549275410;s:2:\"ip\";s:12:\"51.75.206.27\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36\";s:5:\"login\";i:1548065810;}}'),(3612,240,'nickname','deanette92'),(3613,240,'first_name',''),(3614,240,'last_name',''),(3615,240,'description',''),(3616,240,'rich_editing','true'),(3617,240,'comment_shortcuts','false'),(3618,240,'admin_color','fresh'),(3619,240,'use_ssl','0'),(3620,240,'show_admin_bar_front','true'),(3621,240,'locale',''),(3622,240,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3623,240,'wp_user_level','0'),(3624,240,'session_tokens','a:1:{s:64:\"44cc7ec4775d0f3add0a5de16e91764552e4e6ee8375a0b6f63edc4cca28e8e2\";a:4:{s:10:\"expiration\";i:1549279249;s:2:\"ip\";s:14:\"46.165.254.166\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10240\";s:5:\"login\";i:1548069649;}}'),(3625,241,'nickname','edcraig813'),(3626,241,'first_name',''),(3627,241,'last_name',''),(3628,241,'description',''),(3629,241,'rich_editing','true'),(3630,241,'comment_shortcuts','false'),(3631,241,'admin_color','fresh'),(3632,241,'use_ssl','0'),(3633,241,'show_admin_bar_front','true'),(3634,241,'locale',''),(3635,241,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3636,241,'wp_user_level','0'),(3637,241,'session_tokens','a:1:{s:64:\"435a79eeb2c3c60b18803c157cb1297ec5268d4a73d05fed0537fe5e4a24d23d\";a:4:{s:10:\"expiration\";i:1549294322;s:2:\"ip\";s:14:\"185.125.33.114\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36\";s:5:\"login\";i:1548084722;}}'),(3638,242,'nickname','ccampb64a'),(3639,242,'first_name',''),(3640,242,'last_name',''),(3641,242,'description',''),(3642,242,'rich_editing','true'),(3643,242,'comment_shortcuts','false'),(3644,242,'admin_color','fresh'),(3645,242,'use_ssl','0'),(3646,242,'show_admin_bar_front','true'),(3647,242,'locale',''),(3648,242,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3649,242,'wp_user_level','0'),(3650,242,'session_tokens','a:1:{s:64:\"00475ade5491d49005d40b25706c1f106e031fdbf1cc1aa8c1d43ae5d18d295e\";a:4:{s:10:\"expiration\";i:1549307744;s:2:\"ip\";s:14:\"199.249.230.87\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1548098144;}}'),(3651,243,'nickname','pparsons10'),(3652,243,'first_name',''),(3653,243,'last_name',''),(3654,243,'description',''),(3655,243,'rich_editing','true'),(3656,243,'comment_shortcuts','false'),(3657,243,'admin_color','fresh'),(3658,243,'use_ssl','0'),(3659,243,'show_admin_bar_front','true'),(3660,243,'locale',''),(3661,243,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3662,243,'wp_user_level','0'),(3663,243,'session_tokens','a:1:{s:64:\"2a442834f126be16ee6fd0df8375bdf23ec604ed0fa546c4f3af44f4e1c4877c\";a:4:{s:10:\"expiration\";i:1549317270;s:2:\"ip\";s:15:\"197.231.221.211\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.104 Safari/537.36\";s:5:\"login\";i:1548107670;}}'),(3664,244,'nickname','shelby350'),(3665,244,'first_name',''),(3666,244,'last_name',''),(3667,244,'description',''),(3668,244,'rich_editing','true'),(3669,244,'comment_shortcuts','false'),(3670,244,'admin_color','fresh'),(3671,244,'use_ssl','0'),(3672,244,'show_admin_bar_front','true'),(3673,244,'locale',''),(3674,244,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3675,244,'wp_user_level','0'),(3676,244,'session_tokens','a:1:{s:64:\"2af363c2ca456a824403661428141b8ceb57679112a8e979645b8e26a94299a4\";a:4:{s:10:\"expiration\";i:1549329673;s:2:\"ip\";s:13:\"185.220.102.7\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36\";s:5:\"login\";i:1548120073;}}'),(3677,245,'nickname','llynn605'),(3678,245,'first_name',''),(3679,245,'last_name',''),(3680,245,'description',''),(3681,245,'rich_editing','true'),(3682,245,'comment_shortcuts','false'),(3683,245,'admin_color','fresh'),(3684,245,'use_ssl','0'),(3685,245,'show_admin_bar_front','true'),(3686,245,'locale',''),(3687,245,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3688,245,'wp_user_level','0'),(3689,245,'session_tokens','a:1:{s:64:\"d1c8ba08db19b40f5537d7dee7b5174447b92e3f04225791679670d4cfafc75d\";a:4:{s:10:\"expiration\";i:1549330450;s:2:\"ip\";s:14:\"199.249.230.73\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1548120850;}}'),(3690,246,'nickname','jcbern47'),(3691,246,'first_name',''),(3692,246,'last_name',''),(3693,246,'description',''),(3694,246,'rich_editing','true'),(3695,246,'comment_shortcuts','false'),(3696,246,'admin_color','fresh'),(3697,246,'use_ssl','0'),(3698,246,'show_admin_bar_front','true'),(3699,246,'locale',''),(3700,246,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3701,246,'wp_user_level','0'),(3702,246,'session_tokens','a:1:{s:64:\"3c8338c3bd12650db9490676aac70341c9e37ac24eb1a0869758c5d1f855a204\";a:4:{s:10:\"expiration\";i:1549347842;s:2:\"ip\";s:13:\"109.70.100.20\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36\";s:5:\"login\";i:1548138242;}}'),(3703,247,'nickname','ddevlin'),(3704,247,'first_name',''),(3705,247,'last_name',''),(3706,247,'description',''),(3707,247,'rich_editing','true'),(3708,247,'comment_shortcuts','false'),(3709,247,'admin_color','fresh'),(3710,247,'use_ssl','0'),(3711,247,'show_admin_bar_front','true'),(3712,247,'locale',''),(3713,247,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3714,247,'wp_user_level','0'),(3715,247,'session_tokens','a:1:{s:64:\"ed24185288e2914e7cb3329025910ebadb7833d9c649c77cc73eb5d3e86a088d\";a:4:{s:10:\"expiration\";i:1549351575;s:2:\"ip\";s:13:\"62.102.148.68\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1548141975;}}'),(3716,248,'nickname','janetbowman41'),(3717,248,'first_name',''),(3718,248,'last_name',''),(3719,248,'description',''),(3720,248,'rich_editing','true'),(3721,248,'comment_shortcuts','false'),(3722,248,'admin_color','fresh'),(3723,248,'use_ssl','0'),(3724,248,'show_admin_bar_front','true'),(3725,248,'locale',''),(3726,248,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3727,248,'wp_user_level','0'),(3728,248,'session_tokens','a:1:{s:64:\"ca7c62836282bec83444a9a235f0beb751a44ee8e59b18a05b252533470936ff\";a:4:{s:10:\"expiration\";i:1549352629;s:2:\"ip\";s:13:\"66.70.217.179\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134\";s:5:\"login\";i:1548143029;}}'),(3729,249,'nickname','khanh.ea.gaming'),(3730,249,'first_name',''),(3731,249,'last_name',''),(3732,249,'description',''),(3733,249,'rich_editing','true'),(3734,249,'comment_shortcuts','false'),(3735,249,'admin_color','fresh'),(3736,249,'use_ssl','0'),(3737,249,'show_admin_bar_front','true'),(3738,249,'locale',''),(3739,249,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3740,249,'wp_user_level','0'),(3741,249,'session_tokens','a:1:{s:64:\"6218f067be12c2e4782fa6fc0fd85a41d97a29c2c68c66b2c46edf81c58d1893\";a:4:{s:10:\"expiration\";i:1549355838;s:2:\"ip\";s:14:\"185.220.101.50\";s:2:\"ua\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36\";s:5:\"login\";i:1548146238;}}'),(3742,250,'nickname','mathew.d.robinson'),(3743,250,'first_name',''),(3744,250,'last_name',''),(3745,250,'description',''),(3746,250,'rich_editing','true'),(3747,250,'comment_shortcuts','false'),(3748,250,'admin_color','fresh'),(3749,250,'use_ssl','0'),(3750,250,'show_admin_bar_front','true'),(3751,250,'locale',''),(3752,250,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3753,250,'wp_user_level','0'),(3754,250,'session_tokens','a:1:{s:64:\"938aad6a37de91b7f0e0b634bc9c7da21744bb833cfc110f91e925817993db81\";a:4:{s:10:\"expiration\";i:1549372444;s:2:\"ip\";s:14:\"158.69.192.239\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0\";s:5:\"login\";i:1548162844;}}'),(3755,251,'nickname','pfleck08'),(3756,251,'first_name',''),(3757,251,'last_name',''),(3758,251,'description',''),(3759,251,'rich_editing','true'),(3760,251,'comment_shortcuts','false'),(3761,251,'admin_color','fresh'),(3762,251,'use_ssl','0'),(3763,251,'show_admin_bar_front','true'),(3764,251,'locale',''),(3765,251,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3766,251,'wp_user_level','0'),(3767,251,'session_tokens','a:1:{s:64:\"afa97f54eeb900a283135048029edc57b6eb084911c77677f252e1c0367962b7\";a:4:{s:10:\"expiration\";i:1549374684;s:2:\"ip\";s:13:\"207.244.70.35\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36\";s:5:\"login\";i:1548165084;}}'),(3768,252,'nickname','bret.painter'),(3769,252,'first_name',''),(3770,252,'last_name',''),(3771,252,'description',''),(3772,252,'rich_editing','true'),(3773,252,'comment_shortcuts','false'),(3774,252,'admin_color','fresh'),(3775,252,'use_ssl','0'),(3776,252,'show_admin_bar_front','true'),(3777,252,'locale',''),(3778,252,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3779,252,'wp_user_level','0'),(3780,252,'session_tokens','a:1:{s:64:\"e72b8a8099fdb7f881f123c03067b9235e17d4717d6b12e415792a73676880b6\";a:4:{s:10:\"expiration\";i:1549382233;s:2:\"ip\";s:14:\"185.86.149.254\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1548172633;}}'),(3781,253,'nickname','flocastro'),(3782,253,'first_name',''),(3783,253,'last_name',''),(3784,253,'description',''),(3785,253,'rich_editing','true'),(3786,253,'comment_shortcuts','false'),(3787,253,'admin_color','fresh'),(3788,253,'use_ssl','0'),(3789,253,'show_admin_bar_front','true'),(3790,253,'locale',''),(3791,253,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3792,253,'wp_user_level','0'),(3793,253,'session_tokens','a:1:{s:64:\"ab2ffb522a09e091f6d258ad23f8294a282b73197f80eda741da5ccddf305a84\";a:4:{s:10:\"expiration\";i:1549389314;s:2:\"ip\";s:14:\"37.187.129.166\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1548179714;}}'),(3794,254,'nickname','anton_blagoev'),(3795,254,'first_name',''),(3796,254,'last_name',''),(3797,254,'description',''),(3798,254,'rich_editing','true'),(3799,254,'comment_shortcuts','false'),(3800,254,'admin_color','fresh'),(3801,254,'use_ssl','0'),(3802,254,'show_admin_bar_front','true'),(3803,254,'locale',''),(3804,254,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3805,254,'wp_user_level','0'),(3806,254,'session_tokens','a:1:{s:64:\"a8432d55dc6edfcc32214dbd9ba8b2359a9b6df344e815553ed5939b4d09df7b\";a:4:{s:10:\"expiration\";i:1549389875;s:2:\"ip\";s:12:\"51.75.66.250\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\";s:5:\"login\";i:1548180275;}}'),(3807,255,'nickname','melanie.weiken'),(3808,255,'first_name',''),(3809,255,'last_name',''),(3810,255,'description',''),(3811,255,'rich_editing','true'),(3812,255,'comment_shortcuts','false'),(3813,255,'admin_color','fresh'),(3814,255,'use_ssl','0'),(3815,255,'show_admin_bar_front','true'),(3816,255,'locale',''),(3817,255,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3818,255,'wp_user_level','0'),(3819,255,'session_tokens','a:1:{s:64:\"75d477bde33fa03beffd7ec957f057cfcda164a7cf0aed49aeeb6404af5cbd99\";a:4:{s:10:\"expiration\";i:1549390528;s:2:\"ip\";s:13:\"185.220.101.1\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1548180928;}}'),(3820,256,'nickname','brian.park'),(3821,256,'first_name',''),(3822,256,'last_name',''),(3823,256,'description',''),(3824,256,'rich_editing','true'),(3825,256,'comment_shortcuts','false'),(3826,256,'admin_color','fresh'),(3827,256,'use_ssl','0'),(3828,256,'show_admin_bar_front','true'),(3829,256,'locale',''),(3830,256,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3831,256,'wp_user_level','0'),(3832,256,'session_tokens','a:1:{s:64:\"7d283889f90e0c34030e142303040563d3d7d02e3f94ab1825ca84524832248a\";a:4:{s:10:\"expiration\";i:1549404587;s:2:\"ip\";s:14:\"176.31.208.193\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36\";s:5:\"login\";i:1548194987;}}'),(3833,257,'nickname','itsterenceng'),(3834,257,'first_name',''),(3835,257,'last_name',''),(3836,257,'description',''),(3837,257,'rich_editing','true'),(3838,257,'comment_shortcuts','false'),(3839,257,'admin_color','fresh'),(3840,257,'use_ssl','0'),(3841,257,'show_admin_bar_front','true'),(3842,257,'locale',''),(3843,257,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3844,257,'wp_user_level','0'),(3845,257,'session_tokens','a:1:{s:64:\"8d8c2de90b1b6ea02355a5623209e69e751482f8c894783bc21a498cf57c1f78\";a:4:{s:10:\"expiration\";i:1549405015;s:2:\"ip\";s:15:\"109.201.133.100\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1548195415;}}'),(3846,258,'nickname','florian.andersch'),(3847,258,'first_name',''),(3848,258,'last_name',''),(3849,258,'description',''),(3850,258,'rich_editing','true'),(3851,258,'comment_shortcuts','false'),(3852,258,'admin_color','fresh'),(3853,258,'use_ssl','0'),(3854,258,'show_admin_bar_front','true'),(3855,258,'locale',''),(3856,258,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3857,258,'wp_user_level','0'),(3858,258,'session_tokens','a:1:{s:64:\"5a9c1e83831a450a6099818880944000c6bbd9e37137faef30f54ab7a761ffe2\";a:4:{s:10:\"expiration\";i:1549410523;s:2:\"ip\";s:12:\"46.17.46.199\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.2; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0\";s:5:\"login\";i:1548200923;}}'),(3859,259,'nickname','jaygeo1'),(3860,259,'first_name',''),(3861,259,'last_name',''),(3862,259,'description',''),(3863,259,'rich_editing','true'),(3864,259,'comment_shortcuts','false'),(3865,259,'admin_color','fresh'),(3866,259,'use_ssl','0'),(3867,259,'show_admin_bar_front','true'),(3868,259,'locale',''),(3869,259,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3870,259,'wp_user_level','0'),(3871,259,'session_tokens','a:1:{s:64:\"d37cafc5e6b774e9aea8d1d14c72497e6cfb9a6397a8c85606aaabff0c717570\";a:4:{s:10:\"expiration\";i:1549414020;s:2:\"ip\";s:13:\"185.220.102.6\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36\";s:5:\"login\";i:1548204420;}}'),(3872,260,'nickname','tmichael86'),(3873,260,'first_name',''),(3874,260,'last_name',''),(3875,260,'description',''),(3876,260,'rich_editing','true'),(3877,260,'comment_shortcuts','false'),(3878,260,'admin_color','fresh'),(3879,260,'use_ssl','0'),(3880,260,'show_admin_bar_front','true'),(3881,260,'locale',''),(3882,260,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3883,260,'wp_user_level','0'),(3884,260,'session_tokens','a:1:{s:64:\"3b4ad522d497fa02fb004ce2178401e08cd552a973ea491f526b8a254b3c9aeb\";a:4:{s:10:\"expiration\";i:1549418414;s:2:\"ip\";s:14:\"185.220.101.46\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.104 Safari/537.36\";s:5:\"login\";i:1548208814;}}'),(3885,261,'nickname','carlagfrke'),(3886,261,'first_name',''),(3887,261,'last_name',''),(3888,261,'description',''),(3889,261,'rich_editing','true'),(3890,261,'comment_shortcuts','false'),(3891,261,'admin_color','fresh'),(3892,261,'use_ssl','0'),(3893,261,'show_admin_bar_front','true'),(3894,261,'locale',''),(3895,261,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3896,261,'wp_user_level','0'),(3897,261,'session_tokens','a:1:{s:64:\"78c82273c2d40d60eb17890b7aea8cc95f74d635b9a3327d1acadc3208eecbf2\";a:4:{s:10:\"expiration\";i:1549424591;s:2:\"ip\";s:12:\"195.176.3.19\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36\";s:5:\"login\";i:1548214991;}}'),(3898,262,'nickname','mcheng928'),(3899,262,'first_name',''),(3900,262,'last_name',''),(3901,262,'description',''),(3902,262,'rich_editing','true'),(3903,262,'comment_shortcuts','false'),(3904,262,'admin_color','fresh'),(3905,262,'use_ssl','0'),(3906,262,'show_admin_bar_front','true'),(3907,262,'locale',''),(3908,262,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3909,262,'wp_user_level','0'),(3910,262,'session_tokens','a:1:{s:64:\"3d6de9690859e6dd604c867ecc4356795020f718c8cb2ca271eb971f3b5b5814\";a:4:{s:10:\"expiration\";i:1549432497;s:2:\"ip\";s:14:\"199.249.230.79\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1548222897;}}'),(3911,263,'nickname','paulamccrimmon'),(3912,263,'first_name',''),(3913,263,'last_name',''),(3914,263,'description',''),(3915,263,'rich_editing','true'),(3916,263,'comment_shortcuts','false'),(3917,263,'admin_color','fresh'),(3918,263,'use_ssl','0'),(3919,263,'show_admin_bar_front','true'),(3920,263,'locale',''),(3921,263,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3922,263,'wp_user_level','0'),(3923,263,'session_tokens','a:1:{s:64:\"326247c65f1cafb0df669448480f808854dbac46f0cec50bba6d17c061258bcd\";a:4:{s:10:\"expiration\";i:1549433452;s:2:\"ip\";s:14:\"85.248.227.165\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1548223852;}}'),(3924,264,'nickname','xmankc'),(3925,264,'first_name',''),(3926,264,'last_name',''),(3927,264,'description',''),(3928,264,'rich_editing','true'),(3929,264,'comment_shortcuts','false'),(3930,264,'admin_color','fresh'),(3931,264,'use_ssl','0'),(3932,264,'show_admin_bar_front','true'),(3933,264,'locale',''),(3934,264,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3935,264,'wp_user_level','0'),(3936,264,'session_tokens','a:1:{s:64:\"9659cc03393b7cb4ee70006118b0755663d49e8b93fc4c06be3fa4f397331ddf\";a:4:{s:10:\"expiration\";i:1549444781;s:2:\"ip\";s:12:\"178.20.55.16\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1548235181;}}'),(3937,265,'nickname','mayodele'),(3938,265,'first_name',''),(3939,265,'last_name',''),(3940,265,'description',''),(3941,265,'rich_editing','true'),(3942,265,'comment_shortcuts','false'),(3943,265,'admin_color','fresh'),(3944,265,'use_ssl','0'),(3945,265,'show_admin_bar_front','true'),(3946,265,'locale',''),(3947,265,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3948,265,'wp_user_level','0'),(3949,265,'session_tokens','a:1:{s:64:\"eb67a1c1b3807d9f4b1956e48a15d764cd855176c23cfb3c2f5d88146d9babca\";a:4:{s:10:\"expiration\";i:1549448326;s:2:\"ip\";s:14:\"199.249.230.82\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134\";s:5:\"login\";i:1548238726;}}'),(3950,266,'nickname','joshuajosephrichardson'),(3951,266,'first_name',''),(3952,266,'last_name',''),(3953,266,'description',''),(3954,266,'rich_editing','true'),(3955,266,'comment_shortcuts','false'),(3956,266,'admin_color','fresh'),(3957,266,'use_ssl','0'),(3958,266,'show_admin_bar_front','true'),(3959,266,'locale',''),(3960,266,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3961,266,'wp_user_level','0'),(3962,266,'session_tokens','a:1:{s:64:\"46c10b7151f8b7873aa17f686fbeaeaa3d05fdb047e82325d14fcd32f99b3102\";a:4:{s:10:\"expiration\";i:1549449088;s:2:\"ip\";s:14:\"199.249.230.78\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0.3 Safari/604.5.6\";s:5:\"login\";i:1548239488;}}'),(3963,267,'nickname','hbrown0613'),(3964,267,'first_name',''),(3965,267,'last_name',''),(3966,267,'description',''),(3967,267,'rich_editing','true'),(3968,267,'comment_shortcuts','false'),(3969,267,'admin_color','fresh'),(3970,267,'use_ssl','0'),(3971,267,'show_admin_bar_front','true'),(3972,267,'locale',''),(3973,267,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3974,267,'wp_user_level','0'),(3975,267,'session_tokens','a:1:{s:64:\"26848a36120ca18f2d35ec47091f3f35904f40c9d661fee70eef272934318556\";a:4:{s:10:\"expiration\";i:1549458147;s:2:\"ip\";s:11:\"128.31.0.13\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.7\";s:5:\"login\";i:1548248547;}}'),(3976,268,'nickname','amanadee2004'),(3977,268,'first_name',''),(3978,268,'last_name',''),(3979,268,'description',''),(3980,268,'rich_editing','true'),(3981,268,'comment_shortcuts','false'),(3982,268,'admin_color','fresh'),(3983,268,'use_ssl','0'),(3984,268,'show_admin_bar_front','true'),(3985,268,'locale',''),(3986,268,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3987,268,'wp_user_level','0'),(3988,268,'session_tokens','a:1:{s:64:\"122e553fee81f6ff63c37e75a946fff3269b15fcec683850bb5ed79e847babbb\";a:4:{s:10:\"expiration\";i:1549460931;s:2:\"ip\";s:14:\"199.249.230.66\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:5:\"login\";i:1548251331;}}'),(3989,269,'nickname','johnqm123'),(3990,269,'first_name',''),(3991,269,'last_name',''),(3992,269,'description',''),(3993,269,'rich_editing','true'),(3994,269,'comment_shortcuts','false'),(3995,269,'admin_color','fresh'),(3996,269,'use_ssl','0'),(3997,269,'show_admin_bar_front','true'),(3998,269,'locale',''),(3999,269,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4000,269,'wp_user_level','0'),(4001,269,'session_tokens','a:1:{s:64:\"3e622212591478b6c590429ff4cc508aa7941137ffbbdb68f97f53b2afca3acb\";a:4:{s:10:\"expiration\";i:1549463441;s:2:\"ip\";s:13:\"51.15.235.211\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36\";s:5:\"login\";i:1548253841;}}'),(4002,270,'nickname','kicsihajnal'),(4003,270,'first_name',''),(4004,270,'last_name',''),(4005,270,'description',''),(4006,270,'rich_editing','true'),(4007,270,'comment_shortcuts','false'),(4008,270,'admin_color','fresh'),(4009,270,'use_ssl','0'),(4010,270,'show_admin_bar_front','true'),(4011,270,'locale',''),(4012,270,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4013,270,'wp_user_level','0'),(4014,270,'session_tokens','a:1:{s:64:\"5644f2777e67d74e9d398a1b23b17545c04d3d7adcc79bad0f426a4170442f3a\";a:4:{s:10:\"expiration\";i:1549468221;s:2:\"ip\";s:12:\"82.165.71.38\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36\";s:5:\"login\";i:1548258621;}}'),(4015,271,'nickname','thekat35'),(4016,271,'first_name',''),(4017,271,'last_name',''),(4018,271,'description',''),(4019,271,'rich_editing','true'),(4020,271,'comment_shortcuts','false'),(4021,271,'admin_color','fresh'),(4022,271,'use_ssl','0'),(4023,271,'show_admin_bar_front','true'),(4024,271,'locale',''),(4025,271,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4026,271,'wp_user_level','0'),(4027,271,'session_tokens','a:1:{s:64:\"8f31171fd1c46cf39f31f547d736bc82a3249033894464db6e8de3699a2f6331\";a:4:{s:10:\"expiration\";i:1549468271;s:2:\"ip\";s:13:\"198.98.56.149\";s:2:\"ua\";s:105:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36\";s:5:\"login\";i:1548258671;}}'),(4028,272,'nickname','cimino76'),(4029,272,'first_name',''),(4030,272,'last_name',''),(4031,272,'description',''),(4032,272,'rich_editing','true'),(4033,272,'comment_shortcuts','false'),(4034,272,'admin_color','fresh'),(4035,272,'use_ssl','0'),(4036,272,'show_admin_bar_front','true'),(4037,272,'locale',''),(4038,272,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4039,272,'wp_user_level','0'),(4040,272,'session_tokens','a:1:{s:64:\"e6b90f00ec28d3f490b4983b4e9c569c95ebbf64c832ff260e946771a2b9d0e4\";a:4:{s:10:\"expiration\";i:1549473398;s:2:\"ip\";s:14:\"185.220.101.33\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1548263798;}}'),(4041,273,'nickname','ksims65'),(4042,273,'first_name',''),(4043,273,'last_name',''),(4044,273,'description',''),(4045,273,'rich_editing','true'),(4046,273,'comment_shortcuts','false'),(4047,273,'admin_color','fresh'),(4048,273,'use_ssl','0'),(4049,273,'show_admin_bar_front','true'),(4050,273,'locale',''),(4051,273,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4052,273,'wp_user_level','0'),(4053,273,'session_tokens','a:1:{s:64:\"9f9f87e576eba860176e29bccee34e60c949bf520c5d3eb2ef99cfa364134b85\";a:4:{s:10:\"expiration\";i:1549477227;s:2:\"ip\";s:14:\"145.239.59.252\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36\";s:5:\"login\";i:1548267627;}}'),(4054,274,'nickname','ronglu3000'),(4055,274,'first_name',''),(4056,274,'last_name',''),(4057,274,'description',''),(4058,274,'rich_editing','true'),(4059,274,'comment_shortcuts','false'),(4060,274,'admin_color','fresh'),(4061,274,'use_ssl','0'),(4062,274,'show_admin_bar_front','true'),(4063,274,'locale',''),(4064,274,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4065,274,'wp_user_level','0'),(4066,274,'session_tokens','a:1:{s:64:\"5f247199cb3fb2ecccf3deb09ecd773b77f74b02b01e716f143ff7baf8b3a011\";a:4:{s:10:\"expiration\";i:1549489946;s:2:\"ip\";s:13:\"104.244.76.13\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1548280346;}}'),(4067,275,'nickname','charley_maize'),(4068,275,'first_name',''),(4069,275,'last_name',''),(4070,275,'description',''),(4071,275,'rich_editing','true'),(4072,275,'comment_shortcuts','false'),(4073,275,'admin_color','fresh'),(4074,275,'use_ssl','0'),(4075,275,'show_admin_bar_front','true'),(4076,275,'locale',''),(4077,275,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4078,275,'wp_user_level','0'),(4079,275,'session_tokens','a:1:{s:64:\"0f0c8c6b92f7ecefabb65cca788f6c1c052373752cd80bdc1421b53f19433ec4\";a:4:{s:10:\"expiration\";i:1549493925;s:2:\"ip\";s:14:\"162.247.74.201\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36\";s:5:\"login\";i:1548284325;}}'),(4080,276,'nickname','heritagewerks'),(4081,276,'first_name',''),(4082,276,'last_name',''),(4083,276,'description',''),(4084,276,'rich_editing','true'),(4085,276,'comment_shortcuts','false'),(4086,276,'admin_color','fresh'),(4087,276,'use_ssl','0'),(4088,276,'show_admin_bar_front','true'),(4089,276,'locale',''),(4090,276,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4091,276,'wp_user_level','0'),(4092,276,'session_tokens','a:1:{s:64:\"cd8f9426319e22be714d5018d56e57aac20bd0babab9dc2a3a7017b039e153da\";a:4:{s:10:\"expiration\";i:1549494139;s:2:\"ip\";s:13:\"158.255.6.242\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1548284539;}}'),(4093,277,'nickname','seyha2002'),(4094,277,'first_name',''),(4095,277,'last_name',''),(4096,277,'description',''),(4097,277,'rich_editing','true'),(4098,277,'comment_shortcuts','false'),(4099,277,'admin_color','fresh'),(4100,277,'use_ssl','0'),(4101,277,'show_admin_bar_front','true'),(4102,277,'locale',''),(4103,277,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4104,277,'wp_user_level','0'),(4105,277,'session_tokens','a:1:{s:64:\"edff0832fe992c218f19aed2d4f51c76629dc5310d1df6de26083dab29085bef\";a:4:{s:10:\"expiration\";i:1549498838;s:2:\"ip\";s:15:\"185.165.168.229\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36\";s:5:\"login\";i:1548289238;}}'),(4106,278,'nickname','cherrypham6346'),(4107,278,'first_name',''),(4108,278,'last_name',''),(4109,278,'description',''),(4110,278,'rich_editing','true'),(4111,278,'comment_shortcuts','false'),(4112,278,'admin_color','fresh'),(4113,278,'use_ssl','0'),(4114,278,'show_admin_bar_front','true'),(4115,278,'locale',''),(4116,278,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4117,278,'wp_user_level','0'),(4118,278,'session_tokens','a:1:{s:64:\"891977950901e6b1f2e1c4580feaa5e6ca3ae614d42de9b6c7924c91325d1c8f\";a:4:{s:10:\"expiration\";i:1549503998;s:2:\"ip\";s:13:\"109.70.100.22\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1548294398;}}'),(4119,279,'nickname','edmond.higgins'),(4120,279,'first_name',''),(4121,279,'last_name',''),(4122,279,'description',''),(4123,279,'rich_editing','true'),(4124,279,'comment_shortcuts','false'),(4125,279,'admin_color','fresh'),(4126,279,'use_ssl','0'),(4127,279,'show_admin_bar_front','true'),(4128,279,'locale',''),(4129,279,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4130,279,'wp_user_level','0'),(4131,279,'session_tokens','a:1:{s:64:\"15938368d4543f12783fc7e256cd89d2093569b856278e7ff338df695239cb7c\";a:4:{s:10:\"expiration\";i:1549504834;s:2:\"ip\";s:13:\"91.121.251.65\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1548295234;}}'),(4132,280,'nickname','dankaosays'),(4133,280,'first_name',''),(4134,280,'last_name',''),(4135,280,'description',''),(4136,280,'rich_editing','true'),(4137,280,'comment_shortcuts','false'),(4138,280,'admin_color','fresh'),(4139,280,'use_ssl','0'),(4140,280,'show_admin_bar_front','true'),(4141,280,'locale',''),(4142,280,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4143,280,'wp_user_level','0'),(4144,280,'session_tokens','a:1:{s:64:\"bd41a0e5b923a6f111ac299d3ad86790f25d57857068b9de9047eed8a1ce97de\";a:4:{s:10:\"expiration\";i:1549504983;s:2:\"ip\";s:12:\"18.85.22.239\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\";s:5:\"login\";i:1548295383;}}'),(4145,281,'nickname','333dub'),(4146,281,'first_name',''),(4147,281,'last_name',''),(4148,281,'description',''),(4149,281,'rich_editing','true'),(4150,281,'comment_shortcuts','false'),(4151,281,'admin_color','fresh'),(4152,281,'use_ssl','0'),(4153,281,'show_admin_bar_front','true'),(4154,281,'locale',''),(4155,281,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4156,281,'wp_user_level','0'),(4157,281,'session_tokens','a:1:{s:64:\"3ca6b1744bfea5112092528736ccdf62313d859d1ad6aa0d6bb7e414940457d7\";a:4:{s:10:\"expiration\";i:1549505098;s:2:\"ip\";s:13:\"176.10.99.200\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36\";s:5:\"login\";i:1548295498;}}'),(4158,282,'nickname','conniejcarroll1589'),(4159,282,'first_name',''),(4160,282,'last_name',''),(4161,282,'description',''),(4162,282,'rich_editing','true'),(4163,282,'comment_shortcuts','false'),(4164,282,'admin_color','fresh'),(4165,282,'use_ssl','0'),(4166,282,'show_admin_bar_front','true'),(4167,282,'locale',''),(4168,282,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4169,282,'wp_user_level','0'),(4170,282,'session_tokens','a:1:{s:64:\"c6320e35a91c7b7d5832a96d12b1006bc2c53008961ddce5f8bfca03a5fb1da4\";a:4:{s:10:\"expiration\";i:1549520315;s:2:\"ip\";s:14:\"185.220.101.45\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0\";s:5:\"login\";i:1548310715;}}'),(4171,283,'nickname','reynasarah13'),(4172,283,'first_name',''),(4173,283,'last_name',''),(4174,283,'description',''),(4175,283,'rich_editing','true'),(4176,283,'comment_shortcuts','false'),(4177,283,'admin_color','fresh'),(4178,283,'use_ssl','0'),(4179,283,'show_admin_bar_front','true'),(4180,283,'locale',''),(4181,283,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4182,283,'wp_user_level','0'),(4183,283,'session_tokens','a:1:{s:64:\"eda9c40df0c8757a6b8005e2eb1bbcc3e2024a3d27da1b50ae86af16292918a3\";a:4:{s:10:\"expiration\";i:1549539768;s:2:\"ip\";s:14:\"85.248.227.163\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";s:5:\"login\";i:1548330168;}}'),(4184,284,'nickname','fgm359'),(4185,284,'first_name',''),(4186,284,'last_name',''),(4187,284,'description',''),(4188,284,'rich_editing','true'),(4189,284,'comment_shortcuts','false'),(4190,284,'admin_color','fresh'),(4191,284,'use_ssl','0'),(4192,284,'show_admin_bar_front','true'),(4193,284,'locale',''),(4194,284,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4195,284,'wp_user_level','0'),(4196,284,'session_tokens','a:1:{s:64:\"0d3a86ad51507cf628c57cbe32f9c4abdbb4aca5a912cd72c591e312a7b8bf5f\";a:4:{s:10:\"expiration\";i:1549549457;s:2:\"ip\";s:14:\"176.31.180.157\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1548339857;}}'),(4197,285,'nickname','cryptohackers'),(4198,285,'first_name',''),(4199,285,'last_name',''),(4200,285,'description',''),(4201,285,'rich_editing','true'),(4202,285,'comment_shortcuts','false'),(4203,285,'admin_color','fresh'),(4204,285,'use_ssl','0'),(4205,285,'show_admin_bar_front','true'),(4206,285,'locale',''),(4207,285,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4208,285,'wp_user_level','0'),(4209,285,'session_tokens','a:1:{s:64:\"4b76cd2c1480d90a439f91fe560030d2c8d42ce12e897c035943ceda6e0b746a\";a:4:{s:10:\"expiration\";i:1549551982;s:2:\"ip\";s:12:\"18.85.22.239\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.2; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1548342382;}}'),(4210,286,'nickname','lincolnfireprotection'),(4211,286,'first_name',''),(4212,286,'last_name',''),(4213,286,'description',''),(4214,286,'rich_editing','true'),(4215,286,'comment_shortcuts','false'),(4216,286,'admin_color','fresh'),(4217,286,'use_ssl','0'),(4218,286,'show_admin_bar_front','true'),(4219,286,'locale',''),(4220,286,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4221,286,'wp_user_level','0'),(4222,286,'session_tokens','a:1:{s:64:\"8700fe46d2e4762b1665f93b7c8654f38befbc192cf1031ef2df89c7adb0e938\";a:4:{s:10:\"expiration\";i:1549581330;s:2:\"ip\";s:13:\"185.65.205.10\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1548371730;}}'),(4223,287,'nickname','arbruce7'),(4224,287,'first_name',''),(4225,287,'last_name',''),(4226,287,'description',''),(4227,287,'rich_editing','true'),(4228,287,'comment_shortcuts','false'),(4229,287,'admin_color','fresh'),(4230,287,'use_ssl','0'),(4231,287,'show_admin_bar_front','true'),(4232,287,'locale',''),(4233,287,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4234,287,'wp_user_level','0'),(4235,287,'session_tokens','a:1:{s:64:\"3e75cc71b4d8388af1cde6b29c41597a152454538acdb588566bf5dd0aa5a2e1\";a:4:{s:10:\"expiration\";i:1549605368;s:2:\"ip\";s:14:\"104.244.73.126\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1548395768;}}'),(4236,288,'nickname','traji1999'),(4237,288,'first_name',''),(4238,288,'last_name',''),(4239,288,'description',''),(4240,288,'rich_editing','true'),(4241,288,'comment_shortcuts','false'),(4242,288,'admin_color','fresh'),(4243,288,'use_ssl','0'),(4244,288,'show_admin_bar_front','true'),(4245,288,'locale',''),(4246,288,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4247,288,'wp_user_level','0'),(4248,288,'session_tokens','a:1:{s:64:\"38759da803f1056f78677fb5b3688d94eecabfd4f1dccb9033622ee700361f70\";a:4:{s:10:\"expiration\";i:1549617448;s:2:\"ip\";s:13:\"185.220.101.1\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.104 Safari/537.36\";s:5:\"login\";i:1548407848;}}'),(4249,289,'nickname','mt81832'),(4250,289,'first_name',''),(4251,289,'last_name',''),(4252,289,'description',''),(4253,289,'rich_editing','true'),(4254,289,'comment_shortcuts','false'),(4255,289,'admin_color','fresh'),(4256,289,'use_ssl','0'),(4257,289,'show_admin_bar_front','true'),(4258,289,'locale',''),(4259,289,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4260,289,'wp_user_level','0'),(4261,289,'session_tokens','a:1:{s:64:\"f0bea0dd71b5ea98bd01151b9dfda613b0d906322c4e0e7968880117b76525bb\";a:4:{s:10:\"expiration\";i:1549629200;s:2:\"ip\";s:13:\"109.70.100.21\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.104 Safari/537.36\";s:5:\"login\";i:1548419600;}}'),(4262,290,'nickname','cncblack'),(4263,290,'first_name',''),(4264,290,'last_name',''),(4265,290,'description',''),(4266,290,'rich_editing','true'),(4267,290,'comment_shortcuts','false'),(4268,290,'admin_color','fresh'),(4269,290,'use_ssl','0'),(4270,290,'show_admin_bar_front','true'),(4271,290,'locale',''),(4272,290,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4273,290,'wp_user_level','0'),(4274,290,'session_tokens','a:1:{s:64:\"c6943b9a4327a48e7a0f06e75d9fd5723a03ed5cd4dbbe5ac52aea7380e5291b\";a:4:{s:10:\"expiration\";i:1549640919;s:2:\"ip\";s:11:\"46.4.86.164\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 OPR/43.0.2442.991\";s:5:\"login\";i:1548431319;}}'),(4275,291,'nickname','jscolwyn47'),(4276,291,'first_name',''),(4277,291,'last_name',''),(4278,291,'description',''),(4279,291,'rich_editing','true'),(4280,291,'comment_shortcuts','false'),(4281,291,'admin_color','fresh'),(4282,291,'use_ssl','0'),(4283,291,'show_admin_bar_front','true'),(4284,291,'locale',''),(4285,291,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4286,291,'wp_user_level','0'),(4287,291,'session_tokens','a:1:{s:64:\"19b521bd0ad2d8dbc01e2ddef5fc29b4373c2c5297e4f6f6765ac9e777e1511b\";a:4:{s:10:\"expiration\";i:1549644390;s:2:\"ip\";s:14:\"199.249.230.73\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4\";s:5:\"login\";i:1548434790;}}'),(4288,292,'nickname','createbythought'),(4289,292,'first_name',''),(4290,292,'last_name',''),(4291,292,'description',''),(4292,292,'rich_editing','true'),(4293,292,'comment_shortcuts','false'),(4294,292,'admin_color','fresh'),(4295,292,'use_ssl','0'),(4296,292,'show_admin_bar_front','true'),(4297,292,'locale',''),(4298,292,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4299,292,'wp_user_level','0'),(4300,292,'session_tokens','a:1:{s:64:\"7ebf84bc1d43db103fd91f2a28296969b3c30702d15c4e727673ad745dd08f20\";a:4:{s:10:\"expiration\";i:1549649448;s:2:\"ip\";s:12:\"18.85.22.239\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:59.0) Gecko/20100101 Firefox/59.0\";s:5:\"login\";i:1548439848;}}'),(4301,293,'nickname','jmcendejas27'),(4302,293,'first_name',''),(4303,293,'last_name',''),(4304,293,'description',''),(4305,293,'rich_editing','true'),(4306,293,'comment_shortcuts','false'),(4307,293,'admin_color','fresh'),(4308,293,'use_ssl','0'),(4309,293,'show_admin_bar_front','true'),(4310,293,'locale',''),(4311,293,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4312,293,'wp_user_level','0'),(4313,293,'session_tokens','a:1:{s:64:\"e30cd69bcc83d96660f645d7a85bd0bfb043d2fb4b84c556f96577e8d635d844\";a:4:{s:10:\"expiration\";i:1549663719;s:2:\"ip\";s:14:\"37.187.129.166\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10240\";s:5:\"login\";i:1548454119;}}'),(4314,294,'nickname','nealrogol70'),(4315,294,'first_name',''),(4316,294,'last_name',''),(4317,294,'description',''),(4318,294,'rich_editing','true'),(4319,294,'comment_shortcuts','false'),(4320,294,'admin_color','fresh'),(4321,294,'use_ssl','0'),(4322,294,'show_admin_bar_front','true'),(4323,294,'locale',''),(4324,294,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4325,294,'wp_user_level','0'),(4326,294,'session_tokens','a:1:{s:64:\"692ff4c299e19dae553e740b9e1129668bdd8dc95be4af500b294527f45c1091\";a:4:{s:10:\"expiration\";i:1549687782;s:2:\"ip\";s:13:\"192.42.116.16\";s:2:\"ua\";s:105:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36\";s:5:\"login\";i:1548478182;}}'),(4327,295,'nickname','mab49311'),(4328,295,'first_name',''),(4329,295,'last_name',''),(4330,295,'description',''),(4331,295,'rich_editing','true'),(4332,295,'comment_shortcuts','false'),(4333,295,'admin_color','fresh'),(4334,295,'use_ssl','0'),(4335,295,'show_admin_bar_front','true'),(4336,295,'locale',''),(4337,295,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4338,295,'wp_user_level','0'),(4339,295,'session_tokens','a:1:{s:64:\"f0e041b16ac38857083e33ee2a859014019c98f1e8b1b2ee2266dd1ca9bc467f\";a:4:{s:10:\"expiration\";i:1549690127;s:2:\"ip\";s:13:\"193.90.12.118\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1548480527;}}'),(4340,296,'nickname','dominicspammail12'),(4341,296,'first_name',''),(4342,296,'last_name',''),(4343,296,'description',''),(4344,296,'rich_editing','true'),(4345,296,'comment_shortcuts','false'),(4346,296,'admin_color','fresh'),(4347,296,'use_ssl','0'),(4348,296,'show_admin_bar_front','true'),(4349,296,'locale',''),(4350,296,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4351,296,'wp_user_level','0'),(4352,296,'session_tokens','a:1:{s:64:\"55ab9b319960534f6c09e87631ebfe8567b11ce6c3da200237e5290af1503808\";a:4:{s:10:\"expiration\";i:1549692726;s:2:\"ip\";s:14:\"185.100.87.207\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";s:5:\"login\";i:1548483126;}}'),(4353,297,'nickname','tridentmarine'),(4354,297,'first_name',''),(4355,297,'last_name',''),(4356,297,'description',''),(4357,297,'rich_editing','true'),(4358,297,'comment_shortcuts','false'),(4359,297,'admin_color','fresh'),(4360,297,'use_ssl','0'),(4361,297,'show_admin_bar_front','true'),(4362,297,'locale',''),(4363,297,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4364,297,'wp_user_level','0'),(4365,297,'session_tokens','a:1:{s:64:\"7aa5b30b95344f7bc4d7e9ed81189d1014559746a7d1ff92dab9ec242225f33e\";a:4:{s:10:\"expiration\";i:1549693567;s:2:\"ip\";s:13:\"5.135.158.101\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1548483967;}}'),(4366,298,'nickname','cjblack24'),(4367,298,'first_name',''),(4368,298,'last_name',''),(4369,298,'description',''),(4370,298,'rich_editing','true'),(4371,298,'comment_shortcuts','false'),(4372,298,'admin_color','fresh'),(4373,298,'use_ssl','0'),(4374,298,'show_admin_bar_front','true'),(4375,298,'locale',''),(4376,298,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4377,298,'wp_user_level','0'),(4378,298,'session_tokens','a:1:{s:64:\"2a4d89cf7c419fe4ce005b6d27b2eb13e0b4a87f46b4a1bedfde5376db78f7b0\";a:4:{s:10:\"expiration\";i:1549696444;s:2:\"ip\";s:14:\"185.220.101.44\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1548486844;}}'),(4379,299,'nickname','munoz034'),(4380,299,'first_name',''),(4381,299,'last_name',''),(4382,299,'description',''),(4383,299,'rich_editing','true'),(4384,299,'comment_shortcuts','false'),(4385,299,'admin_color','fresh'),(4386,299,'use_ssl','0'),(4387,299,'show_admin_bar_front','true'),(4388,299,'locale',''),(4389,299,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4390,299,'wp_user_level','0'),(4391,299,'session_tokens','a:1:{s:64:\"b32c0cb30a2747a8a20c37b68727a4451f81e4fe339c2fcbcba41d1d3c34b61f\";a:4:{s:10:\"expiration\";i:1549709979;s:2:\"ip\";s:14:\"91.219.236.171\";s:2:\"ua\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36\";s:5:\"login\";i:1548500379;}}'),(4392,300,'nickname','hamiltonperry86'),(4393,300,'first_name',''),(4394,300,'last_name',''),(4395,300,'description',''),(4396,300,'rich_editing','true'),(4397,300,'comment_shortcuts','false'),(4398,300,'admin_color','fresh'),(4399,300,'use_ssl','0'),(4400,300,'show_admin_bar_front','true'),(4401,300,'locale',''),(4402,300,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4403,300,'wp_user_level','0'),(4404,300,'session_tokens','a:1:{s:64:\"1adde073127a3040d6151fea886f03cc004f37c9a4783c05548cd6013efb8939\";a:4:{s:10:\"expiration\";i:1549727288;s:2:\"ip\";s:14:\"185.220.101.68\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36\";s:5:\"login\";i:1548517688;}}'),(4405,301,'nickname','jessereed153'),(4406,301,'first_name',''),(4407,301,'last_name',''),(4408,301,'description',''),(4409,301,'rich_editing','true'),(4410,301,'comment_shortcuts','false'),(4411,301,'admin_color','fresh'),(4412,301,'use_ssl','0'),(4413,301,'show_admin_bar_front','true'),(4414,301,'locale',''),(4415,301,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4416,301,'wp_user_level','0'),(4417,301,'session_tokens','a:1:{s:64:\"016816896f5873c51da9b29821808cf2dba76dc70401185e7234e6a53c138655\";a:4:{s:10:\"expiration\";i:1549727890;s:2:\"ip\";s:14:\"185.220.101.69\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134\";s:5:\"login\";i:1548518290;}}'),(4418,302,'nickname','letosean'),(4419,302,'first_name',''),(4420,302,'last_name',''),(4421,302,'description',''),(4422,302,'rich_editing','true'),(4423,302,'comment_shortcuts','false'),(4424,302,'admin_color','fresh'),(4425,302,'use_ssl','0'),(4426,302,'show_admin_bar_front','true'),(4427,302,'locale',''),(4428,302,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4429,302,'wp_user_level','0'),(4430,302,'session_tokens','a:1:{s:64:\"9e3643c7730b9b7f1419d121d3f19656eba6efe5be551d6d79048ad86755d1da\";a:4:{s:10:\"expiration\";i:1549733633;s:2:\"ip\";s:13:\"192.195.80.10\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";s:5:\"login\";i:1548524033;}}'),(4431,303,'nickname','olyasharij'),(4432,303,'first_name',''),(4433,303,'last_name',''),(4434,303,'description',''),(4435,303,'rich_editing','true'),(4436,303,'comment_shortcuts','false'),(4437,303,'admin_color','fresh'),(4438,303,'use_ssl','0'),(4439,303,'show_admin_bar_front','true'),(4440,303,'locale',''),(4441,303,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4442,303,'wp_user_level','0'),(4443,303,'session_tokens','a:1:{s:64:\"a99cbaaef9faaff0f4db9452c3bddac8d02b73c52eb874bbc27626d2116578a3\";a:4:{s:10:\"expiration\";i:1549752365;s:2:\"ip\";s:10:\"89.40.2.91\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/604.4.7 (KHTML, like Gecko) Version/11.0.2 Safari/604.4.7\";s:5:\"login\";i:1548542765;}}'),(4444,304,'nickname','sharijnet2016'),(4445,304,'first_name',''),(4446,304,'last_name',''),(4447,304,'description',''),(4448,304,'rich_editing','true'),(4449,304,'comment_shortcuts','false'),(4450,304,'admin_color','fresh'),(4451,304,'use_ssl','0'),(4452,304,'show_admin_bar_front','true'),(4453,304,'locale',''),(4454,304,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4455,304,'wp_user_level','0'),(4456,304,'session_tokens','a:1:{s:64:\"077996357987e4a49e8ae8d6b950a5bfe33b13c139cd741d4d6f6ce586cb185c\";a:4:{s:10:\"expiration\";i:1549763286;s:2:\"ip\";s:14:\"185.220.101.48\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36\";s:5:\"login\";i:1548553686;}}'),(4457,305,'nickname','volcanicrapture2002'),(4458,305,'first_name',''),(4459,305,'last_name',''),(4460,305,'description',''),(4461,305,'rich_editing','true'),(4462,305,'comment_shortcuts','false'),(4463,305,'admin_color','fresh'),(4464,305,'use_ssl','0'),(4465,305,'show_admin_bar_front','true'),(4466,305,'locale',''),(4467,305,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4468,305,'wp_user_level','0'),(4469,305,'session_tokens','a:1:{s:64:\"36778b0b638f4f27a9cb7741ae06b5529c3fd66a66a57238216245d57185e741\";a:4:{s:10:\"expiration\";i:1549776313;s:2:\"ip\";s:13:\"185.220.102.7\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10240\";s:5:\"login\";i:1548566713;}}'),(4470,306,'nickname','dstyclemons'),(4471,306,'first_name',''),(4472,306,'last_name',''),(4473,306,'description',''),(4474,306,'rich_editing','true'),(4475,306,'comment_shortcuts','false'),(4476,306,'admin_color','fresh'),(4477,306,'use_ssl','0'),(4478,306,'show_admin_bar_front','true'),(4479,306,'locale',''),(4480,306,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4481,306,'wp_user_level','0'),(4482,306,'session_tokens','a:1:{s:64:\"b23760ee9a6ceffb8a6ace199d13b987c6d5e76fab3fa96748c2bea476fc9b93\";a:4:{s:10:\"expiration\";i:1549779731;s:2:\"ip\";s:13:\"185.220.102.7\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1548570131;}}'),(4483,307,'nickname','riskytoast'),(4484,307,'first_name',''),(4485,307,'last_name',''),(4486,307,'description',''),(4487,307,'rich_editing','true'),(4488,307,'comment_shortcuts','false'),(4489,307,'admin_color','fresh'),(4490,307,'use_ssl','0'),(4491,307,'show_admin_bar_front','true'),(4492,307,'locale',''),(4493,307,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4494,307,'wp_user_level','0'),(4495,307,'session_tokens','a:1:{s:64:\"c94f26fa5fda572989dd4efc6a4af1c73799eea61bac7b685cd86248147b9053\";a:4:{s:10:\"expiration\";i:1549788963;s:2:\"ip\";s:14:\"199.249.230.81\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\";s:5:\"login\";i:1548579363;}}'),(4496,308,'nickname','sevaughnorr'),(4497,308,'first_name',''),(4498,308,'last_name',''),(4499,308,'description',''),(4500,308,'rich_editing','true'),(4501,308,'comment_shortcuts','false'),(4502,308,'admin_color','fresh'),(4503,308,'use_ssl','0'),(4504,308,'show_admin_bar_front','true'),(4505,308,'locale',''),(4506,308,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4507,308,'wp_user_level','0'),(4508,308,'session_tokens','a:1:{s:64:\"1a292ccbc5cefcc2625104339e0aeea11974878f2e347b3faa0ec4002b5a7262\";a:4:{s:10:\"expiration\";i:1549792481;s:2:\"ip\";s:14:\"199.249.230.80\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1548582881;}}'),(4509,309,'nickname','askaggs06'),(4510,309,'first_name',''),(4511,309,'last_name',''),(4512,309,'description',''),(4513,309,'rich_editing','true'),(4514,309,'comment_shortcuts','false'),(4515,309,'admin_color','fresh'),(4516,309,'use_ssl','0'),(4517,309,'show_admin_bar_front','true'),(4518,309,'locale',''),(4519,309,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4520,309,'wp_user_level','0'),(4521,309,'session_tokens','a:1:{s:64:\"740557252c3649d464922a3d39df8c8431d9dea21099bc8b9d8b53400152e21e\";a:4:{s:10:\"expiration\";i:1549795065;s:2:\"ip\";s:14:\"188.165.61.244\";s:2:\"ua\";s:105:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36\";s:5:\"login\";i:1548585465;}}'),(4522,310,'nickname','austin1appel'),(4523,310,'first_name',''),(4524,310,'last_name',''),(4525,310,'description',''),(4526,310,'rich_editing','true'),(4527,310,'comment_shortcuts','false'),(4528,310,'admin_color','fresh'),(4529,310,'use_ssl','0'),(4530,310,'show_admin_bar_front','true'),(4531,310,'locale',''),(4532,310,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4533,310,'wp_user_level','0'),(4534,310,'session_tokens','a:1:{s:64:\"773c8591d8a67872ff23d3b96ebd434a33a5ef592eb253fe05f7a108dd974607\";a:4:{s:10:\"expiration\";i:1549798373;s:2:\"ip\";s:14:\"185.100.85.101\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.65 Safari/537.36\";s:5:\"login\";i:1548588773;}}'),(4535,311,'nickname','ryanfergusonk'),(4536,311,'first_name',''),(4537,311,'last_name',''),(4538,311,'description',''),(4539,311,'rich_editing','true'),(4540,311,'comment_shortcuts','false'),(4541,311,'admin_color','fresh'),(4542,311,'use_ssl','0'),(4543,311,'show_admin_bar_front','true'),(4544,311,'locale',''),(4545,311,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4546,311,'wp_user_level','0'),(4547,311,'session_tokens','a:1:{s:64:\"b0bc86f2aa88adfce2789b88977bda4dd0af465916b9c2be7770b13238677c6c\";a:4:{s:10:\"expiration\";i:1549803569;s:2:\"ip\";s:14:\"158.69.192.200\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 OPR/43.0.2442.991\";s:5:\"login\";i:1548593969;}}'),(4548,312,'nickname','hanmadmom'),(4549,312,'first_name',''),(4550,312,'last_name',''),(4551,312,'description',''),(4552,312,'rich_editing','true'),(4553,312,'comment_shortcuts','false'),(4554,312,'admin_color','fresh'),(4555,312,'use_ssl','0'),(4556,312,'show_admin_bar_front','true'),(4557,312,'locale',''),(4558,312,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4559,312,'wp_user_level','0'),(4560,312,'session_tokens','a:1:{s:64:\"5c372d6f04b62b44754df6bc5280df630ec3fc23f6392cf35dcda541717f804e\";a:4:{s:10:\"expiration\";i:1549837086;s:2:\"ip\";s:13:\"65.19.167.130\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";s:5:\"login\";i:1548627486;}}'),(4561,313,'nickname','peggy'),(4562,313,'first_name',''),(4563,313,'last_name',''),(4564,313,'description',''),(4565,313,'rich_editing','true'),(4566,313,'comment_shortcuts','false'),(4567,313,'admin_color','fresh'),(4568,313,'use_ssl','0'),(4569,313,'show_admin_bar_front','true'),(4570,313,'locale',''),(4571,313,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4572,313,'wp_user_level','0'),(4573,313,'session_tokens','a:1:{s:64:\"85525ca540ad1f6f63dc4867dc6d2a5413445a50756e0d2dff2c6c99aab913db\";a:4:{s:10:\"expiration\";i:1549841833;s:2:\"ip\";s:14:\"199.249.230.66\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\";s:5:\"login\";i:1548632233;}}'),(4574,314,'nickname','jessiehoyt2019'),(4575,314,'first_name',''),(4576,314,'last_name',''),(4577,314,'description',''),(4578,314,'rich_editing','true'),(4579,314,'comment_shortcuts','false'),(4580,314,'admin_color','fresh'),(4581,314,'use_ssl','0'),(4582,314,'show_admin_bar_front','true'),(4583,314,'locale',''),(4584,314,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4585,314,'wp_user_level','0'),(4586,314,'session_tokens','a:1:{s:64:\"42198858073edce98db1dc96127c6ebe98bd973842dfd9eea1c6cf8e98b190c5\";a:4:{s:10:\"expiration\";i:1549844418;s:2:\"ip\";s:14:\"185.220.101.26\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0\";s:5:\"login\";i:1548634818;}}'),(4587,315,'nickname','davidson.elizabeth1'),(4588,315,'first_name',''),(4589,315,'last_name',''),(4590,315,'description',''),(4591,315,'rich_editing','true'),(4592,315,'comment_shortcuts','false'),(4593,315,'admin_color','fresh'),(4594,315,'use_ssl','0'),(4595,315,'show_admin_bar_front','true'),(4596,315,'locale',''),(4597,315,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4598,315,'wp_user_level','0'),(4599,315,'session_tokens','a:1:{s:64:\"860c890446bd69fec5f422039756eccee76f3ba955458ce2c9c37d6a01edb3f0\";a:4:{s:10:\"expiration\";i:1549858137;s:2:\"ip\";s:14:\"209.141.51.150\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\";s:5:\"login\";i:1548648537;}}'),(4600,316,'nickname','samshaydel'),(4601,316,'first_name',''),(4602,316,'last_name',''),(4603,316,'description',''),(4604,316,'rich_editing','true'),(4605,316,'comment_shortcuts','false'),(4606,316,'admin_color','fresh'),(4607,316,'use_ssl','0'),(4608,316,'show_admin_bar_front','true'),(4609,316,'locale',''),(4610,316,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4611,316,'wp_user_level','0'),(4612,316,'session_tokens','a:1:{s:64:\"307504420606d1855385b7b057a377bc5012e824097c5d008c8cb407da8d7eef\";a:4:{s:10:\"expiration\";i:1549881786;s:2:\"ip\";s:14:\"185.220.101.66\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1548672186;}}'),(4613,317,'nickname','imiles17'),(4614,317,'first_name',''),(4615,317,'last_name',''),(4616,317,'description',''),(4617,317,'rich_editing','true'),(4618,317,'comment_shortcuts','false'),(4619,317,'admin_color','fresh'),(4620,317,'use_ssl','0'),(4621,317,'show_admin_bar_front','true'),(4622,317,'locale',''),(4623,317,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4624,317,'wp_user_level','0'),(4625,317,'session_tokens','a:1:{s:64:\"f623fe7c190d7ae797cdba73cefebb2fd42100be83a916aefad97db8c86a1ee0\";a:4:{s:10:\"expiration\";i:1549902309;s:2:\"ip\";s:15:\"197.231.221.211\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";s:5:\"login\";i:1548692709;}}'),(4626,318,'nickname','kimbbuford'),(4627,318,'first_name',''),(4628,318,'last_name',''),(4629,318,'description',''),(4630,318,'rich_editing','true'),(4631,318,'comment_shortcuts','false'),(4632,318,'admin_color','fresh'),(4633,318,'use_ssl','0'),(4634,318,'show_admin_bar_front','true'),(4635,318,'locale',''),(4636,318,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4637,318,'wp_user_level','0'),(4638,318,'session_tokens','a:1:{s:64:\"4a887d09614b46724e7b783204b67bc0c1c45cca116c62739329afeb855b891a\";a:4:{s:10:\"expiration\";i:1549904163;s:2:\"ip\";s:14:\"185.220.101.26\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4\";s:5:\"login\";i:1548694563;}}'),(4639,319,'nickname','mmb8850'),(4640,319,'first_name',''),(4641,319,'last_name',''),(4642,319,'description',''),(4643,319,'rich_editing','true'),(4644,319,'comment_shortcuts','false'),(4645,319,'admin_color','fresh'),(4646,319,'use_ssl','0'),(4647,319,'show_admin_bar_front','true'),(4648,319,'locale',''),(4649,319,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4650,319,'wp_user_level','0'),(4651,319,'session_tokens','a:1:{s:64:\"230292306c6457cc4cd8ea7d52d0fac64d9cf4bd9754ede60892c02fee153e2b\";a:4:{s:10:\"expiration\";i:1549911093;s:2:\"ip\";s:14:\"199.249.230.84\";s:2:\"ua\";s:69:\"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1548701493;}}'),(4652,320,'nickname','mtucker78'),(4653,320,'first_name',''),(4654,320,'last_name',''),(4655,320,'description',''),(4656,320,'rich_editing','true'),(4657,320,'comment_shortcuts','false'),(4658,320,'admin_color','fresh'),(4659,320,'use_ssl','0'),(4660,320,'show_admin_bar_front','true'),(4661,320,'locale',''),(4662,320,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4663,320,'wp_user_level','0'),(4664,320,'session_tokens','a:1:{s:64:\"7e8eccbda5ed37b388cd6967fcd391b08c3f2f8bc5e1bf69754200ba46978afe\";a:4:{s:10:\"expiration\";i:1549914225;s:2:\"ip\";s:14:\"185.220.101.33\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1548704625;}}'),(4665,321,'nickname','kentdrummer'),(4666,321,'first_name',''),(4667,321,'last_name',''),(4668,321,'description',''),(4669,321,'rich_editing','true'),(4670,321,'comment_shortcuts','false'),(4671,321,'admin_color','fresh'),(4672,321,'use_ssl','0'),(4673,321,'show_admin_bar_front','true'),(4674,321,'locale',''),(4675,321,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4676,321,'wp_user_level','0'),(4677,321,'session_tokens','a:1:{s:64:\"400c27628779be11d57a5873bb4217aba0304576d3b2f97c2eea5d4a552436b5\";a:4:{s:10:\"expiration\";i:1549923456;s:2:\"ip\";s:13:\"185.220.101.3\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1548713856;}}'),(4678,322,'nickname','halseyandassociates'),(4679,322,'first_name',''),(4680,322,'last_name',''),(4681,322,'description',''),(4682,322,'rich_editing','true'),(4683,322,'comment_shortcuts','false'),(4684,322,'admin_color','fresh'),(4685,322,'use_ssl','0'),(4686,322,'show_admin_bar_front','true'),(4687,322,'locale',''),(4688,322,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4689,322,'wp_user_level','0'),(4690,322,'session_tokens','a:1:{s:64:\"14cc981116aa0a85f2979c2b9d3566be1de3221e713f910192bbe9c5604b3289\";a:4:{s:10:\"expiration\";i:1549924904;s:2:\"ip\";s:13:\"54.39.148.233\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\";s:5:\"login\";i:1548715304;}}'),(4691,323,'nickname','johnnysimp8'),(4692,323,'first_name',''),(4693,323,'last_name',''),(4694,323,'description',''),(4695,323,'rich_editing','true'),(4696,323,'comment_shortcuts','false'),(4697,323,'admin_color','fresh'),(4698,323,'use_ssl','0'),(4699,323,'show_admin_bar_front','true'),(4700,323,'locale',''),(4701,323,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4702,323,'wp_user_level','0'),(4703,323,'session_tokens','a:1:{s:64:\"dbba11541f138ba2bd7e8f1185a11a2628f650687eda1068ae99873c7f46e0e6\";a:4:{s:10:\"expiration\";i:1549935736;s:2:\"ip\";s:13:\"176.10.99.200\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0\";s:5:\"login\";i:1548726136;}}'),(4704,324,'nickname','chere.justin'),(4705,324,'first_name',''),(4706,324,'last_name',''),(4707,324,'description',''),(4708,324,'rich_editing','true'),(4709,324,'comment_shortcuts','false'),(4710,324,'admin_color','fresh'),(4711,324,'use_ssl','0'),(4712,324,'show_admin_bar_front','true'),(4713,324,'locale',''),(4714,324,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4715,324,'wp_user_level','0'),(4716,324,'session_tokens','a:1:{s:64:\"faff4fbc42d3d6e65488c7890a35a339551437693e39cea8fada786af2ca86ad\";a:4:{s:10:\"expiration\";i:1549945571;s:2:\"ip\";s:14:\"176.31.208.193\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1548735971;}}'),(4717,325,'nickname','sells'),(4718,325,'first_name',''),(4719,325,'last_name',''),(4720,325,'description',''),(4721,325,'rich_editing','true'),(4722,325,'comment_shortcuts','false'),(4723,325,'admin_color','fresh'),(4724,325,'use_ssl','0'),(4725,325,'show_admin_bar_front','true'),(4726,325,'locale',''),(4727,325,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4728,325,'wp_user_level','0'),(4729,325,'session_tokens','a:1:{s:64:\"39b0bafa7999472bc77c5d06db20e7ee93c9acf0e87ed6caa5739043030b36b8\";a:4:{s:10:\"expiration\";i:1549945853;s:2:\"ip\";s:12:\"18.85.22.239\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1548736253;}}'),(4730,326,'nickname','sujantp'),(4731,326,'first_name',''),(4732,326,'last_name',''),(4733,326,'description',''),(4734,326,'rich_editing','true'),(4735,326,'comment_shortcuts','false'),(4736,326,'admin_color','fresh'),(4737,326,'use_ssl','0'),(4738,326,'show_admin_bar_front','true'),(4739,326,'locale',''),(4740,326,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4741,326,'wp_user_level','0'),(4742,326,'session_tokens','a:1:{s:64:\"83a82ace1c4a3d93bac519d0b0de233b484fee96beb4bd2912d94a301a75eb77\";a:4:{s:10:\"expiration\";i:1549947124;s:2:\"ip\";s:13:\"185.220.102.8\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 OPR/43.0.2442.991\";s:5:\"login\";i:1548737524;}}'),(4743,327,'nickname','kylemac1525'),(4744,327,'first_name',''),(4745,327,'last_name',''),(4746,327,'description',''),(4747,327,'rich_editing','true'),(4748,327,'comment_shortcuts','false'),(4749,327,'admin_color','fresh'),(4750,327,'use_ssl','0'),(4751,327,'show_admin_bar_front','true'),(4752,327,'locale',''),(4753,327,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4754,327,'wp_user_level','0'),(4755,327,'session_tokens','a:1:{s:64:\"e153b25016841afc31269faa732ec50c576769a8de4d0d6b84c650e47edeac9a\";a:4:{s:10:\"expiration\";i:1549957538;s:2:\"ip\";s:14:\"185.220.101.27\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36\";s:5:\"login\";i:1548747938;}}'),(4756,328,'nickname','fanwu9'),(4757,328,'first_name',''),(4758,328,'last_name',''),(4759,328,'description',''),(4760,328,'rich_editing','true'),(4761,328,'comment_shortcuts','false'),(4762,328,'admin_color','fresh'),(4763,328,'use_ssl','0'),(4764,328,'show_admin_bar_front','true'),(4765,328,'locale',''),(4766,328,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4767,328,'wp_user_level','0'),(4768,328,'session_tokens','a:1:{s:64:\"8c52c96b2ad78057f60abffa7484a5647da5a7646dda2c9975b03fab400671f5\";a:4:{s:10:\"expiration\";i:1549985247;s:2:\"ip\";s:12:\"18.85.22.239\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1548775647;}}'),(4769,329,'nickname','ree506'),(4770,329,'first_name',''),(4771,329,'last_name',''),(4772,329,'description',''),(4773,329,'rich_editing','true'),(4774,329,'comment_shortcuts','false'),(4775,329,'admin_color','fresh'),(4776,329,'use_ssl','0'),(4777,329,'show_admin_bar_front','true'),(4778,329,'locale',''),(4779,329,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4780,329,'wp_user_level','0'),(4781,329,'session_tokens','a:1:{s:64:\"975eb9c0a553daa45edadc5befc6900122832c09539689705150e27ff3bca4f1\";a:4:{s:10:\"expiration\";i:1549985323;s:2:\"ip\";s:13:\"109.70.100.19\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";s:5:\"login\";i:1548775723;}}'),(4782,330,'nickname','judithm.gonzales'),(4783,330,'first_name',''),(4784,330,'last_name',''),(4785,330,'description',''),(4786,330,'rich_editing','true'),(4787,330,'comment_shortcuts','false'),(4788,330,'admin_color','fresh'),(4789,330,'use_ssl','0'),(4790,330,'show_admin_bar_front','true'),(4791,330,'locale',''),(4792,330,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4793,330,'wp_user_level','0'),(4794,330,'session_tokens','a:1:{s:64:\"90623b6a35d6241377cb67f5f33e83772126c8d6ee10c61ac22bcd339e881290\";a:4:{s:10:\"expiration\";i:1549988484;s:2:\"ip\";s:14:\"185.220.101.46\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1548778884;}}'),(4795,331,'nickname','nareshkatwaroo'),(4796,331,'first_name',''),(4797,331,'last_name',''),(4798,331,'description',''),(4799,331,'rich_editing','true'),(4800,331,'comment_shortcuts','false'),(4801,331,'admin_color','fresh'),(4802,331,'use_ssl','0'),(4803,331,'show_admin_bar_front','true'),(4804,331,'locale',''),(4805,331,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4806,331,'wp_user_level','0'),(4807,331,'session_tokens','a:1:{s:64:\"c8a08b19df953467518d8db87d61eac49be928c816a38ccd8aaa1911ad1d62e3\";a:4:{s:10:\"expiration\";i:1549992863;s:2:\"ip\";s:14:\"199.249.230.84\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36\";s:5:\"login\";i:1548783263;}}'),(4808,332,'nickname','milton35blalock'),(4809,332,'first_name',''),(4810,332,'last_name',''),(4811,332,'description',''),(4812,332,'rich_editing','true'),(4813,332,'comment_shortcuts','false'),(4814,332,'admin_color','fresh'),(4815,332,'use_ssl','0'),(4816,332,'show_admin_bar_front','true'),(4817,332,'locale',''),(4818,332,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4819,332,'wp_user_level','0'),(4820,332,'session_tokens','a:1:{s:64:\"abe3f0ad230124a74bb18e7e1d772859e764087e941209bcf4206d0f01bd448f\";a:4:{s:10:\"expiration\";i:1549999736;s:2:\"ip\";s:15:\"197.231.221.211\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0\";s:5:\"login\";i:1548790136;}}'),(4821,333,'nickname','itsme6673'),(4822,333,'first_name',''),(4823,333,'last_name',''),(4824,333,'description',''),(4825,333,'rich_editing','true'),(4826,333,'comment_shortcuts','false'),(4827,333,'admin_color','fresh'),(4828,333,'use_ssl','0'),(4829,333,'show_admin_bar_front','true'),(4830,333,'locale',''),(4831,333,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4832,333,'wp_user_level','0'),(4833,333,'session_tokens','a:1:{s:64:\"dcdeaae6f9d2085e2939e1030c55d8adea28efb3af0ec612c5c6d172398caba9\";a:4:{s:10:\"expiration\";i:1550012490;s:2:\"ip\";s:13:\"65.19.167.130\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36\";s:5:\"login\";i:1548802890;}}'),(4834,334,'nickname','tjp99q'),(4835,334,'first_name',''),(4836,334,'last_name',''),(4837,334,'description',''),(4838,334,'rich_editing','true'),(4839,334,'comment_shortcuts','false'),(4840,334,'admin_color','fresh'),(4841,334,'use_ssl','0'),(4842,334,'show_admin_bar_front','true'),(4843,334,'locale',''),(4844,334,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4845,334,'wp_user_level','0'),(4846,334,'session_tokens','a:1:{s:64:\"274f36beefee985c6e89c6c9acb32dea299b694e400c021916a3cc3dcc89d56c\";a:4:{s:10:\"expiration\";i:1550023839;s:2:\"ip\";s:14:\"185.220.101.64\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0\";s:5:\"login\";i:1548814239;}}'),(4847,335,'nickname','rolmsted'),(4848,335,'first_name',''),(4849,335,'last_name',''),(4850,335,'description',''),(4851,335,'rich_editing','true'),(4852,335,'comment_shortcuts','false'),(4853,335,'admin_color','fresh'),(4854,335,'use_ssl','0'),(4855,335,'show_admin_bar_front','true'),(4856,335,'locale',''),(4857,335,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4858,335,'wp_user_level','0'),(4859,335,'session_tokens','a:1:{s:64:\"78812144196a9439a2ce97bfd12af7c4ee15b0094d00aee891922391df04ebe0\";a:4:{s:10:\"expiration\";i:1550025397;s:2:\"ip\";s:14:\"77.247.181.163\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 5.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1548815797;}}'),(4860,336,'nickname','citizen.charles'),(4861,336,'first_name',''),(4862,336,'last_name',''),(4863,336,'description',''),(4864,336,'rich_editing','true'),(4865,336,'comment_shortcuts','false'),(4866,336,'admin_color','fresh'),(4867,336,'use_ssl','0'),(4868,336,'show_admin_bar_front','true'),(4869,336,'locale',''),(4870,336,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4871,336,'wp_user_level','0'),(4872,336,'session_tokens','a:1:{s:64:\"c8bae98784b6208956220893b595744a51ec8a7eab04873501e219c94904db1c\";a:4:{s:10:\"expiration\";i:1550026431;s:2:\"ip\";s:13:\"54.39.148.234\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36\";s:5:\"login\";i:1548816831;}}'),(4873,337,'nickname','stanleynakamura'),(4874,337,'first_name',''),(4875,337,'last_name',''),(4876,337,'description',''),(4877,337,'rich_editing','true'),(4878,337,'comment_shortcuts','false'),(4879,337,'admin_color','fresh'),(4880,337,'use_ssl','0'),(4881,337,'show_admin_bar_front','true'),(4882,337,'locale',''),(4883,337,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4884,337,'wp_user_level','0'),(4885,337,'session_tokens','a:1:{s:64:\"fbbae4fac274d2a5d55d4fc92f174d48229d81a700b5df03ae217b21b1f7354b\";a:4:{s:10:\"expiration\";i:1550031937;s:2:\"ip\";s:14:\"185.220.101.45\";s:2:\"ua\";s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)\";s:5:\"login\";i:1548822337;}}'),(4886,338,'nickname','mloi1030'),(4887,338,'first_name',''),(4888,338,'last_name',''),(4889,338,'description',''),(4890,338,'rich_editing','true'),(4891,338,'comment_shortcuts','false'),(4892,338,'admin_color','fresh'),(4893,338,'use_ssl','0'),(4894,338,'show_admin_bar_front','true'),(4895,338,'locale',''),(4896,338,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4897,338,'wp_user_level','0'),(4898,338,'session_tokens','a:1:{s:64:\"69133d774f936ae3ffa86e7cc4982496ca4b55873ef0f0f3f617ac6f762360d2\";a:4:{s:10:\"expiration\";i:1550033872;s:2:\"ip\";s:13:\"87.118.116.12\";s:2:\"ua\";s:76:\"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko\";s:5:\"login\";i:1548824272;}}'),(4899,339,'nickname','c.s.imperial'),(4900,339,'first_name',''),(4901,339,'last_name',''),(4902,339,'description',''),(4903,339,'rich_editing','true'),(4904,339,'comment_shortcuts','false'),(4905,339,'admin_color','fresh'),(4906,339,'use_ssl','0'),(4907,339,'show_admin_bar_front','true'),(4908,339,'locale',''),(4909,339,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4910,339,'wp_user_level','0'),(4911,339,'session_tokens','a:1:{s:64:\"911c6560091ba9396410b7d2e10f3f996f03c047251100e155c28fca42bdd197\";a:4:{s:10:\"expiration\";i:1550035992;s:2:\"ip\";s:13:\"185.220.101.0\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299\";s:5:\"login\";i:1548826392;}}'),(4912,340,'nickname','fredyrs02'),(4913,340,'first_name',''),(4914,340,'last_name',''),(4915,340,'description',''),(4916,340,'rich_editing','true'),(4917,340,'comment_shortcuts','false'),(4918,340,'admin_color','fresh'),(4919,340,'use_ssl','0'),(4920,340,'show_admin_bar_front','true'),(4921,340,'locale',''),(4922,340,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4923,340,'wp_user_level','0'),(4924,340,'session_tokens','a:1:{s:64:\"08e320d5a81876f61c719207ccb9d6e0cd96dafa424bf7e89720eb8d4e35f17d\";a:4:{s:10:\"expiration\";i:1550042831;s:2:\"ip\";s:11:\"46.4.86.164\";s:2:\"ua\";s:131:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.78 Safari/537.36 OPR/47.0.2631.39\";s:5:\"login\";i:1548833231;}}'),(4925,341,'nickname','myfivemonsters'),(4926,341,'first_name',''),(4927,341,'last_name',''),(4928,341,'description',''),(4929,341,'rich_editing','true'),(4930,341,'comment_shortcuts','false'),(4931,341,'admin_color','fresh'),(4932,341,'use_ssl','0'),(4933,341,'show_admin_bar_front','true'),(4934,341,'locale',''),(4935,341,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4936,341,'wp_user_level','0'),(4937,341,'session_tokens','a:1:{s:64:\"1c638aefbbf2a2ca174787dcd49ed523752a36cbcf4bd4ad6356ad2e40f89f79\";a:4:{s:10:\"expiration\";i:1550043156;s:2:\"ip\";s:14:\"178.32.147.150\";s:2:\"ua\";s:76:\"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko\";s:5:\"login\";i:1548833556;}}'),(4938,342,'nickname','jacklynfariawade'),(4939,342,'first_name',''),(4940,342,'last_name',''),(4941,342,'description',''),(4942,342,'rich_editing','true'),(4943,342,'comment_shortcuts','false'),(4944,342,'admin_color','fresh'),(4945,342,'use_ssl','0'),(4946,342,'show_admin_bar_front','true'),(4947,342,'locale',''),(4948,342,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4949,342,'wp_user_level','0'),(4950,342,'session_tokens','a:1:{s:64:\"fcc27bc4b8e8d70c1032bdedc6732944ad53994b46cd2a85fdf125e616300988\";a:4:{s:10:\"expiration\";i:1550051350;s:2:\"ip\";s:13:\"51.15.125.181\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0\";s:5:\"login\";i:1548841750;}}'),(4951,343,'nickname','wright471'),(4952,343,'first_name',''),(4953,343,'last_name',''),(4954,343,'description',''),(4955,343,'rich_editing','true'),(4956,343,'comment_shortcuts','false'),(4957,343,'admin_color','fresh'),(4958,343,'use_ssl','0'),(4959,343,'show_admin_bar_front','true'),(4960,343,'locale',''),(4961,343,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4962,343,'wp_user_level','0'),(4963,343,'session_tokens','a:1:{s:64:\"c24b1a0256d69944041496038ebb56c92cb422ada88581c542356413b687e780\";a:4:{s:10:\"expiration\";i:1550054602;s:2:\"ip\";s:14:\"89.248.162.130\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36\";s:5:\"login\";i:1548845002;}}'),(4964,344,'nickname','snooge4'),(4965,344,'first_name',''),(4966,344,'last_name',''),(4967,344,'description',''),(4968,344,'rich_editing','true'),(4969,344,'comment_shortcuts','false'),(4970,344,'admin_color','fresh'),(4971,344,'use_ssl','0'),(4972,344,'show_admin_bar_front','true'),(4973,344,'locale',''),(4974,344,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4975,344,'wp_user_level','0'),(4976,344,'session_tokens','a:1:{s:64:\"afd2dffa82ea9c869ff5bb29ceced98b25010ccededc539094f7e98729a3e97e\";a:4:{s:10:\"expiration\";i:1550057363;s:2:\"ip\";s:15:\"185.234.217.243\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134\";s:5:\"login\";i:1548847763;}}'),(4977,345,'nickname','eric'),(4978,345,'first_name',''),(4979,345,'last_name',''),(4980,345,'description',''),(4981,345,'rich_editing','true'),(4982,345,'comment_shortcuts','false'),(4983,345,'admin_color','fresh'),(4984,345,'use_ssl','0'),(4985,345,'show_admin_bar_front','true'),(4986,345,'locale',''),(4987,345,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4988,345,'wp_user_level','0'),(4989,345,'session_tokens','a:1:{s:64:\"1aff727e8cc153f07562dd8ae082613306ff86a7696d527de4a9c2b11e3e1adc\";a:4:{s:10:\"expiration\";i:1550077916;s:2:\"ip\";s:14:\"176.31.180.157\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\";s:5:\"login\";i:1548868316;}}'),(4990,346,'nickname','bethany.s.peterson'),(4991,346,'first_name',''),(4992,346,'last_name',''),(4993,346,'description',''),(4994,346,'rich_editing','true'),(4995,346,'comment_shortcuts','false'),(4996,346,'admin_color','fresh'),(4997,346,'use_ssl','0'),(4998,346,'show_admin_bar_front','true'),(4999,346,'locale',''),(5000,346,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5001,346,'wp_user_level','0'),(5002,346,'session_tokens','a:1:{s:64:\"62f11cb4721b98d2267fa58c038b8a83a58ec264fffa73edc64d2a311adf6c7f\";a:4:{s:10:\"expiration\";i:1550082768;s:2:\"ip\";s:14:\"176.31.208.193\";s:2:\"ua\";s:67:\"Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1\";s:5:\"login\";i:1548873168;}}'),(5003,347,'nickname','laurenorsak'),(5004,347,'first_name',''),(5005,347,'last_name',''),(5006,347,'description',''),(5007,347,'rich_editing','true'),(5008,347,'comment_shortcuts','false'),(5009,347,'admin_color','fresh'),(5010,347,'use_ssl','0'),(5011,347,'show_admin_bar_front','true'),(5012,347,'locale',''),(5013,347,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5014,347,'wp_user_level','0'),(5015,347,'session_tokens','a:1:{s:64:\"a4a44e731d9015fe6af0be1f079dc2a21b4d80a854127de64bc4fdf03a003bb8\";a:4:{s:10:\"expiration\";i:1550082890;s:2:\"ip\";s:14:\"37.187.129.166\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36\";s:5:\"login\";i:1548873290;}}'),(5016,348,'nickname','sjh2709'),(5017,348,'first_name',''),(5018,348,'last_name',''),(5019,348,'description',''),(5020,348,'rich_editing','true'),(5021,348,'comment_shortcuts','false'),(5022,348,'admin_color','fresh'),(5023,348,'use_ssl','0'),(5024,348,'show_admin_bar_front','true'),(5025,348,'locale',''),(5026,348,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5027,348,'wp_user_level','0'),(5028,348,'session_tokens','a:1:{s:64:\"017f6188dde138ad8f8a0221de50cb45e5a3876bc15bd77fdea39f799812e99f\";a:4:{s:10:\"expiration\";i:1550085841;s:2:\"ip\";s:14:\"79.134.234.247\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0\";s:5:\"login\";i:1548876241;}}'),(5029,349,'nickname','kshort'),(5030,349,'first_name',''),(5031,349,'last_name',''),(5032,349,'description',''),(5033,349,'rich_editing','true'),(5034,349,'comment_shortcuts','false'),(5035,349,'admin_color','fresh'),(5036,349,'use_ssl','0'),(5037,349,'show_admin_bar_front','true'),(5038,349,'locale',''),(5039,349,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5040,349,'wp_user_level','0'),(5041,349,'session_tokens','a:1:{s:64:\"bc40444c8a9330bd7f6b2c115a31b02e9c8e219823fec5ddaeba8db786b639f4\";a:4:{s:10:\"expiration\";i:1550091662;s:2:\"ip\";s:13:\"109.70.100.23\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0\";s:5:\"login\";i:1548882062;}}'),(5042,350,'nickname','sta0815'),(5043,350,'first_name',''),(5044,350,'last_name',''),(5045,350,'description',''),(5046,350,'rich_editing','true'),(5047,350,'comment_shortcuts','false'),(5048,350,'admin_color','fresh'),(5049,350,'use_ssl','0'),(5050,350,'show_admin_bar_front','true'),(5051,350,'locale',''),(5052,350,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5053,350,'wp_user_level','0'),(5054,350,'session_tokens','a:1:{s:64:\"8f81aaca106b3a2e1d25eb9a3ae02248c730a498a23b4282484aeb59fa649020\";a:4:{s:10:\"expiration\";i:1550093897;s:2:\"ip\";s:14:\"199.195.250.77\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0\";s:5:\"login\";i:1548884297;}}'),(5055,351,'nickname','karenapursediva'),(5056,351,'first_name',''),(5057,351,'last_name',''),(5058,351,'description',''),(5059,351,'rich_editing','true'),(5060,351,'comment_shortcuts','false'),(5061,351,'admin_color','fresh'),(5062,351,'use_ssl','0'),(5063,351,'show_admin_bar_front','true'),(5064,351,'locale',''),(5065,351,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5066,351,'wp_user_level','0'),(5067,351,'session_tokens','a:1:{s:64:\"52b2b0cab0e4366659f5ca16b2c65c722080ece061ba65ff774384216489313b\";a:4:{s:10:\"expiration\";i:1550094750;s:2:\"ip\";s:14:\"185.220.101.27\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0\";s:5:\"login\";i:1548885150;}}'),(5068,352,'nickname','christy019'),(5069,352,'first_name',''),(5070,352,'last_name',''),(5071,352,'description',''),(5072,352,'rich_editing','true'),(5073,352,'comment_shortcuts','false'),(5074,352,'admin_color','fresh'),(5075,352,'use_ssl','0'),(5076,352,'show_admin_bar_front','true'),(5077,352,'locale',''),(5078,352,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5079,352,'wp_user_level','0'),(5080,352,'session_tokens','a:1:{s:64:\"1fa307c3e77ee2c7fa03c0c805dab4d0e20e64c0a5747d0f9d5a9fcba10cc742\";a:4:{s:10:\"expiration\";i:1550096278;s:2:\"ip\";s:13:\"54.39.148.234\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0\";s:5:\"login\";i:1548886678;}}'),(5081,353,'nickname','davidsha88'),(5082,353,'first_name',''),(5083,353,'last_name',''),(5084,353,'description',''),(5085,353,'rich_editing','true'),(5086,353,'comment_shortcuts','false'),(5087,353,'admin_color','fresh'),(5088,353,'use_ssl','0'),(5089,353,'show_admin_bar_front','true'),(5090,353,'locale',''),(5091,353,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5092,353,'wp_user_level','0'),(5093,353,'session_tokens','a:1:{s:64:\"ad3bce3a4e3231d72dbc67fd0ec6fbc97b2cd7b474a97f1557809d67e59ba4b9\";a:4:{s:10:\"expiration\";i:1550097240;s:2:\"ip\";s:14:\"77.247.181.163\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";s:5:\"login\";i:1548887640;}}'),(5094,354,'nickname','kim'),(5095,354,'first_name',''),(5096,354,'last_name',''),(5097,354,'description',''),(5098,354,'rich_editing','true'),(5099,354,'comment_shortcuts','false'),(5100,354,'admin_color','fresh'),(5101,354,'use_ssl','0'),(5102,354,'show_admin_bar_front','true'),(5103,354,'locale',''),(5104,354,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5105,354,'wp_user_level','0'),(5106,354,'session_tokens','a:1:{s:64:\"25aaa6105a58ed9967fc844647ff73f0f11dd7c1e0a26402cb1804c291116f55\";a:4:{s:10:\"expiration\";i:1550108612;s:2:\"ip\";s:13:\"176.10.99.200\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";s:5:\"login\";i:1548899012;}}'),(5107,355,'nickname','krzeigler'),(5108,355,'first_name',''),(5109,355,'last_name',''),(5110,355,'description',''),(5111,355,'rich_editing','true'),(5112,355,'comment_shortcuts','false'),(5113,355,'admin_color','fresh'),(5114,355,'use_ssl','0'),(5115,355,'show_admin_bar_front','true'),(5116,355,'locale',''),(5117,355,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5118,355,'wp_user_level','0'),(5119,355,'session_tokens','a:1:{s:64:\"6ddae7a30cf56f400050ae5ef85be2d8f3f9fa469d1ab2252fc005c64aad1102\";a:4:{s:10:\"expiration\";i:1550110537;s:2:\"ip\";s:14:\"37.187.129.166\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1548900937;}}'),(5120,356,'nickname','norrinelew'),(5121,356,'first_name',''),(5122,356,'last_name',''),(5123,356,'description',''),(5124,356,'rich_editing','true'),(5125,356,'comment_shortcuts','false'),(5126,356,'admin_color','fresh'),(5127,356,'use_ssl','0'),(5128,356,'show_admin_bar_front','true'),(5129,356,'locale',''),(5130,356,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5131,356,'wp_user_level','0'),(5132,356,'session_tokens','a:1:{s:64:\"39206a877ee64876731bfead645437cbdcafdaa99309f6e18cb7fa70267fb257\";a:4:{s:10:\"expiration\";i:1550119288;s:2:\"ip\";s:13:\"185.104.120.5\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/604.4.7 (KHTML, like Gecko) Version/11.0.2 Safari/604.4.7\";s:5:\"login\";i:1548909688;}}'),(5133,357,'nickname','vbrownjd'),(5134,357,'first_name',''),(5135,357,'last_name',''),(5136,357,'description',''),(5137,357,'rich_editing','true'),(5138,357,'comment_shortcuts','false'),(5139,357,'admin_color','fresh'),(5140,357,'use_ssl','0'),(5141,357,'show_admin_bar_front','true'),(5142,357,'locale',''),(5143,357,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5144,357,'wp_user_level','0'),(5145,357,'session_tokens','a:1:{s:64:\"71cc828fbc315c684b8536aa7b495632b40666b7ef34b733f9868d5a2238ca40\";a:4:{s:10:\"expiration\";i:1550149658;s:2:\"ip\";s:14:\"104.244.73.126\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36\";s:5:\"login\";i:1548940058;}}'),(5146,358,'nickname','nrojas'),(5147,358,'first_name',''),(5148,358,'last_name',''),(5149,358,'description',''),(5150,358,'rich_editing','true'),(5151,358,'comment_shortcuts','false'),(5152,358,'admin_color','fresh'),(5153,358,'use_ssl','0'),(5154,358,'show_admin_bar_front','true'),(5155,358,'locale',''),(5156,358,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5157,358,'wp_user_level','0'),(5158,358,'session_tokens','a:1:{s:64:\"d5ef6297f6cf6a895e04d52c350aeca75e8cb270338442c3d09726ed7eff3a3f\";a:4:{s:10:\"expiration\";i:1550152361;s:2:\"ip\";s:14:\"185.220.101.68\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36\";s:5:\"login\";i:1548942761;}}'),(5159,359,'nickname','michelle.cmi'),(5160,359,'first_name',''),(5161,359,'last_name',''),(5162,359,'description',''),(5163,359,'rich_editing','true'),(5164,359,'comment_shortcuts','false'),(5165,359,'admin_color','fresh'),(5166,359,'use_ssl','0'),(5167,359,'show_admin_bar_front','true'),(5168,359,'locale',''),(5169,359,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5170,359,'wp_user_level','0'),(5171,359,'session_tokens','a:1:{s:64:\"1c0046b650b1bf5e4a37650e87a1323f9191fa28893119f21cd7610257b1b286\";a:4:{s:10:\"expiration\";i:1550158382;s:2:\"ip\";s:14:\"185.220.101.45\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.104 Safari/537.36\";s:5:\"login\";i:1548948782;}}'),(5172,360,'nickname','dmitryfoxphoto'),(5173,360,'first_name',''),(5174,360,'last_name',''),(5175,360,'description',''),(5176,360,'rich_editing','true'),(5177,360,'comment_shortcuts','false'),(5178,360,'admin_color','fresh'),(5179,360,'use_ssl','0'),(5180,360,'show_admin_bar_front','true'),(5181,360,'locale',''),(5182,360,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5183,360,'wp_user_level','0'),(5184,360,'session_tokens','a:1:{s:64:\"ed59fbb272b1c9867086c63cd731adb9712db6320ff2fc4729149a6a916e8d61\";a:4:{s:10:\"expiration\";i:1550209855;s:2:\"ip\";s:15:\"197.231.221.211\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36\";s:5:\"login\";i:1549000255;}}'),(5185,361,'nickname','mrs_ktant'),(5186,361,'first_name',''),(5187,361,'last_name',''),(5188,361,'description',''),(5189,361,'rich_editing','true'),(5190,361,'comment_shortcuts','false'),(5191,361,'admin_color','fresh'),(5192,361,'use_ssl','0'),(5193,361,'show_admin_bar_front','true'),(5194,361,'locale',''),(5195,361,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5196,361,'wp_user_level','0'),(5197,361,'session_tokens','a:1:{s:64:\"3c08297937ac0c2bd871e0c076c2aaa98ba16d2898a27116084ce7fb761518f9\";a:4:{s:10:\"expiration\";i:1550265779;s:2:\"ip\";s:14:\"199.249.230.79\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1549056179;}}'),(5198,362,'nickname','r7demon'),(5199,362,'first_name',''),(5200,362,'last_name',''),(5201,362,'description',''),(5202,362,'rich_editing','true'),(5203,362,'comment_shortcuts','false'),(5204,362,'admin_color','fresh'),(5205,362,'use_ssl','0'),(5206,362,'show_admin_bar_front','true'),(5207,362,'locale',''),(5208,362,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5209,362,'wp_user_level','0'),(5210,362,'session_tokens','a:1:{s:64:\"e0eb60164b53b976e594abb576bf711ad2daec3301c1564ac8e89c7086a0ff0f\";a:4:{s:10:\"expiration\";i:1550294578;s:2:\"ip\";s:14:\"185.220.101.58\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1549084978;}}'),(5211,363,'nickname','joanlberman'),(5212,363,'first_name',''),(5213,363,'last_name',''),(5214,363,'description',''),(5215,363,'rich_editing','true'),(5216,363,'comment_shortcuts','false'),(5217,363,'admin_color','fresh'),(5218,363,'use_ssl','0'),(5219,363,'show_admin_bar_front','true'),(5220,363,'locale',''),(5221,363,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5222,363,'wp_user_level','0'),(5223,363,'session_tokens','a:1:{s:64:\"f804793a53b013bf0625d2439742043644d206dfd80caf6ee654d00fe5d077e2\";a:4:{s:10:\"expiration\";i:1550319820;s:2:\"ip\";s:14:\"178.17.166.150\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:59.0) Gecko/20100101 Firefox/59.0\";s:5:\"login\";i:1549110220;}}'),(5224,364,'nickname','danperri'),(5225,364,'first_name',''),(5226,364,'last_name',''),(5227,364,'description',''),(5228,364,'rich_editing','true'),(5229,364,'comment_shortcuts','false'),(5230,364,'admin_color','fresh'),(5231,364,'use_ssl','0'),(5232,364,'show_admin_bar_front','true'),(5233,364,'locale',''),(5234,364,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5235,364,'wp_user_level','0'),(5236,364,'session_tokens','a:1:{s:64:\"ddd3a91cdbcfe680f0693d6c13f43c1c02ea3e7c432433ff924a9d589815f8a3\";a:4:{s:10:\"expiration\";i:1550320457;s:2:\"ip\";s:15:\"149.202.238.204\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\";s:5:\"login\";i:1549110857;}}'),(5237,365,'nickname','kornking311'),(5238,365,'first_name',''),(5239,365,'last_name',''),(5240,365,'description',''),(5241,365,'rich_editing','true'),(5242,365,'comment_shortcuts','false'),(5243,365,'admin_color','fresh'),(5244,365,'use_ssl','0'),(5245,365,'show_admin_bar_front','true'),(5246,365,'locale',''),(5247,365,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5248,365,'wp_user_level','0'),(5249,365,'session_tokens','a:1:{s:64:\"664144d3a76cc8763b5bff99e83492e8cd0fc22282e7bced9aa63bbf7893bdb4\";a:4:{s:10:\"expiration\";i:1550344154;s:2:\"ip\";s:10:\"89.31.57.5\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1549134554;}}'),(5250,366,'nickname','thejellybeanboy'),(5251,366,'first_name',''),(5252,366,'last_name',''),(5253,366,'description',''),(5254,366,'rich_editing','true'),(5255,366,'comment_shortcuts','false'),(5256,366,'admin_color','fresh'),(5257,366,'use_ssl','0'),(5258,366,'show_admin_bar_front','true'),(5259,366,'locale',''),(5260,366,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5261,366,'wp_user_level','0'),(5262,366,'session_tokens','a:1:{s:64:\"234b77529f251cb15427cc912691bc30b9fd5ebaa33deb462a1da69146a33ce5\";a:4:{s:10:\"expiration\";i:1550350892;s:2:\"ip\";s:15:\"185.222.202.125\";s:2:\"ua\";s:131:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.78 Safari/537.36 OPR/47.0.2631.39\";s:5:\"login\";i:1549141292;}}'),(5263,367,'nickname','kazmet62'),(5264,367,'first_name',''),(5265,367,'last_name',''),(5266,367,'description',''),(5267,367,'rich_editing','true'),(5268,367,'comment_shortcuts','false'),(5269,367,'admin_color','fresh'),(5270,367,'use_ssl','0'),(5271,367,'show_admin_bar_front','true'),(5272,367,'locale',''),(5273,367,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5274,367,'wp_user_level','0'),(5275,367,'session_tokens','a:1:{s:64:\"5713a54af407649ce709fbebb767c64f32ddf5ff1524e93e6744406dbd5243bf\";a:4:{s:10:\"expiration\";i:1550365375;s:2:\"ip\";s:14:\"85.248.227.163\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36\";s:5:\"login\";i:1549155775;}}'),(5276,368,'nickname','electricflame99'),(5277,368,'first_name',''),(5278,368,'last_name',''),(5279,368,'description',''),(5280,368,'rich_editing','true'),(5281,368,'comment_shortcuts','false'),(5282,368,'admin_color','fresh'),(5283,368,'use_ssl','0'),(5284,368,'show_admin_bar_front','true'),(5285,368,'locale',''),(5286,368,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5287,368,'wp_user_level','0'),(5288,368,'session_tokens','a:1:{s:64:\"c7f3cee8be998e5affaaa920ec9c822a2ae16fcc58648887941da2236f7f1651\";a:4:{s:10:\"expiration\";i:1550419308;s:2:\"ip\";s:12:\"46.105.52.65\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1549209708;}}'),(5289,369,'nickname','manshur_amd'),(5290,369,'first_name',''),(5291,369,'last_name',''),(5292,369,'description',''),(5293,369,'rich_editing','true'),(5294,369,'comment_shortcuts','false'),(5295,369,'admin_color','fresh'),(5296,369,'use_ssl','0'),(5297,369,'show_admin_bar_front','true'),(5298,369,'locale',''),(5299,369,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5300,369,'wp_user_level','0'),(5301,369,'session_tokens','a:1:{s:64:\"b497339dd936b3c4a37ed37e6ef1adefaa968392c739f485bf70867c4d7eed98\";a:4:{s:10:\"expiration\";i:1550419606;s:2:\"ip\";s:14:\"185.220.101.27\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 OPR/43.0.2442.991\";s:5:\"login\";i:1549210006;}}'),(5302,370,'nickname','drdsstuart'),(5303,370,'first_name',''),(5304,370,'last_name',''),(5305,370,'description',''),(5306,370,'rich_editing','true'),(5307,370,'comment_shortcuts','false'),(5308,370,'admin_color','fresh'),(5309,370,'use_ssl','0'),(5310,370,'show_admin_bar_front','true'),(5311,370,'locale',''),(5312,370,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5313,370,'wp_user_level','0'),(5314,370,'session_tokens','a:1:{s:64:\"82b45d1f308152cfad626c086b979cf9ab8ee225a76ffd78b77c9cc2bd1314f6\";a:4:{s:10:\"expiration\";i:1550508571;s:2:\"ip\";s:14:\"199.249.230.85\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\";s:5:\"login\";i:1549298971;}}'),(5315,371,'nickname','benbohan04'),(5316,371,'first_name',''),(5317,371,'last_name',''),(5318,371,'description',''),(5319,371,'rich_editing','true'),(5320,371,'comment_shortcuts','false'),(5321,371,'admin_color','fresh'),(5322,371,'use_ssl','0'),(5323,371,'show_admin_bar_front','true'),(5324,371,'locale',''),(5325,371,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5326,371,'wp_user_level','0'),(5327,371,'session_tokens','a:1:{s:64:\"6f81f20f7bf0b2310d2dadae0342efb12964399733bd35c2087c6f9789c2a148\";a:4:{s:10:\"expiration\";i:1550509403;s:2:\"ip\";s:14:\"176.31.208.193\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1549299803;}}'),(5328,372,'nickname','egilmore'),(5329,372,'first_name',''),(5330,372,'last_name',''),(5331,372,'description',''),(5332,372,'rich_editing','true'),(5333,372,'comment_shortcuts','false'),(5334,372,'admin_color','fresh'),(5335,372,'use_ssl','0'),(5336,372,'show_admin_bar_front','true'),(5337,372,'locale',''),(5338,372,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5339,372,'wp_user_level','0'),(5340,372,'session_tokens','a:1:{s:64:\"b3340dc485eb41f679ef982948bcae051aa304c2d495bdff04b71b347355abc2\";a:4:{s:10:\"expiration\";i:1550513982;s:2:\"ip\";s:13:\"185.220.102.6\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";s:5:\"login\";i:1549304382;}}'),(5341,373,'nickname','microtechoptical'),(5342,373,'first_name',''),(5343,373,'last_name',''),(5344,373,'description',''),(5345,373,'rich_editing','true'),(5346,373,'comment_shortcuts','false'),(5347,373,'admin_color','fresh'),(5348,373,'use_ssl','0'),(5349,373,'show_admin_bar_front','true'),(5350,373,'locale',''),(5351,373,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5352,373,'wp_user_level','0'),(5353,373,'session_tokens','a:1:{s:64:\"264ebf4fab5f1f5c082dee775ea12e9302c2bb7deba8b4253f2c134b2ae6d0d4\";a:4:{s:10:\"expiration\";i:1550521678;s:2:\"ip\";s:11:\"95.130.9.90\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.65 Safari/537.36\";s:5:\"login\";i:1549312078;}}'),(5354,374,'nickname','subho.saha'),(5355,374,'first_name',''),(5356,374,'last_name',''),(5357,374,'description',''),(5358,374,'rich_editing','true'),(5359,374,'comment_shortcuts','false'),(5360,374,'admin_color','fresh'),(5361,374,'use_ssl','0'),(5362,374,'show_admin_bar_front','true'),(5363,374,'locale',''),(5364,374,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5365,374,'wp_user_level','0'),(5366,374,'session_tokens','a:1:{s:64:\"0dda43b75f87a5ea59c596b17bfa0929f19493f85ea01091073e436fcadaa734\";a:4:{s:10:\"expiration\";i:1550525309;s:2:\"ip\";s:13:\"94.242.57.161\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36\";s:5:\"login\";i:1549315709;}}'),(5367,375,'nickname','ogmoongravity'),(5368,375,'first_name',''),(5369,375,'last_name',''),(5370,375,'description',''),(5371,375,'rich_editing','true'),(5372,375,'comment_shortcuts','false'),(5373,375,'admin_color','fresh'),(5374,375,'use_ssl','0'),(5375,375,'show_admin_bar_front','true'),(5376,375,'locale',''),(5377,375,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5378,375,'wp_user_level','0'),(5379,375,'session_tokens','a:1:{s:64:\"40859d498d515587cfcb7c7bd2ce27c962a394d17adbabccb77123f968c9d443\";a:4:{s:10:\"expiration\";i:1550525530;s:2:\"ip\";s:11:\"78.109.23.2\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0.3 Safari/604.5.6\";s:5:\"login\";i:1549315930;}}'),(5380,376,'nickname','desiloosindeliblebeauty'),(5381,376,'first_name',''),(5382,376,'last_name',''),(5383,376,'description',''),(5384,376,'rich_editing','true'),(5385,376,'comment_shortcuts','false'),(5386,376,'admin_color','fresh'),(5387,376,'use_ssl','0'),(5388,376,'show_admin_bar_front','true'),(5389,376,'locale',''),(5390,376,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5391,376,'wp_user_level','0'),(5392,376,'session_tokens','a:1:{s:64:\"b5e111bbcfd5f9925ca0d3c43ab9b7a5b17b9abb5c8e60ac75d600786343e0e4\";a:4:{s:10:\"expiration\";i:1550534261;s:2:\"ip\";s:13:\"54.39.148.233\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1549324661;}}'),(5393,377,'nickname','shenell231'),(5394,377,'first_name',''),(5395,377,'last_name',''),(5396,377,'description',''),(5397,377,'rich_editing','true'),(5398,377,'comment_shortcuts','false'),(5399,377,'admin_color','fresh'),(5400,377,'use_ssl','0'),(5401,377,'show_admin_bar_front','true'),(5402,377,'locale',''),(5403,377,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5404,377,'wp_user_level','0'),(5405,377,'session_tokens','a:1:{s:64:\"4d49cce31692c91972078b349a593e3d48c671ae3ae8fa987af4f65245098db9\";a:4:{s:10:\"expiration\";i:1550574021;s:2:\"ip\";s:14:\"199.249.230.70\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1549364421;}}'),(5406,378,'nickname','topnotch.goods.ca'),(5407,378,'first_name',''),(5408,378,'last_name',''),(5409,378,'description',''),(5410,378,'rich_editing','true'),(5411,378,'comment_shortcuts','false'),(5412,378,'admin_color','fresh'),(5413,378,'use_ssl','0'),(5414,378,'show_admin_bar_front','true'),(5415,378,'locale',''),(5416,378,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5417,378,'wp_user_level','0'),(5418,378,'session_tokens','a:1:{s:64:\"3fd8c0033fcd84193ec2924217412b45aa40142bedf576aa7973746dc33cd3a9\";a:4:{s:10:\"expiration\";i:1550579870;s:2:\"ip\";s:14:\"185.220.101.66\";s:2:\"ua\";s:131:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.78 Safari/537.36 OPR/47.0.2631.39\";s:5:\"login\";i:1549370270;}}'),(5419,379,'nickname','panda.kumi123'),(5420,379,'first_name',''),(5421,379,'last_name',''),(5422,379,'description',''),(5423,379,'rich_editing','true'),(5424,379,'comment_shortcuts','false'),(5425,379,'admin_color','fresh'),(5426,379,'use_ssl','0'),(5427,379,'show_admin_bar_front','true'),(5428,379,'locale',''),(5429,379,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5430,379,'wp_user_level','0'),(5431,379,'session_tokens','a:1:{s:64:\"ee154eb98e1699f1352ad204276e591e4ddb82c66343c31d86f74895d8e27f85\";a:4:{s:10:\"expiration\";i:1550580321;s:2:\"ip\";s:13:\"185.220.102.6\";s:2:\"ua\";s:131:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.78 Safari/537.36 OPR/47.0.2631.39\";s:5:\"login\";i:1549370721;}}'),(5432,380,'nickname','17damion'),(5433,380,'first_name',''),(5434,380,'last_name',''),(5435,380,'description',''),(5436,380,'rich_editing','true'),(5437,380,'comment_shortcuts','false'),(5438,380,'admin_color','fresh'),(5439,380,'use_ssl','0'),(5440,380,'show_admin_bar_front','true'),(5441,380,'locale',''),(5442,380,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5443,380,'wp_user_level','0'),(5444,380,'session_tokens','a:1:{s:64:\"6b58bb0f14544ec5944cb6855cf60e588902cd4ce7d911e785a968f20c59e1b5\";a:4:{s:10:\"expiration\";i:1550595744;s:2:\"ip\";s:15:\"103.234.220.197\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36\";s:5:\"login\";i:1549386144;}}'),(5445,381,'nickname','sarah'),(5446,381,'first_name',''),(5447,381,'last_name',''),(5448,381,'description',''),(5449,381,'rich_editing','true'),(5450,381,'comment_shortcuts','false'),(5451,381,'admin_color','fresh'),(5452,381,'use_ssl','0'),(5453,381,'show_admin_bar_front','true'),(5454,381,'locale',''),(5455,381,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5456,381,'wp_user_level','0'),(5457,381,'session_tokens','a:1:{s:64:\"d2a74a4e7361a764699db0de8cbf997a0e7fc58c55393a4cde8250c625d5e2dd\";a:4:{s:10:\"expiration\";i:1550619526;s:2:\"ip\";s:13:\"65.19.167.130\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";s:5:\"login\";i:1549409926;}}'),(5458,382,'nickname','anjkelle'),(5459,382,'first_name',''),(5460,382,'last_name',''),(5461,382,'description',''),(5462,382,'rich_editing','true'),(5463,382,'comment_shortcuts','false'),(5464,382,'admin_color','fresh'),(5465,382,'use_ssl','0'),(5466,382,'show_admin_bar_front','true'),(5467,382,'locale',''),(5468,382,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5469,382,'wp_user_level','0'),(5470,382,'session_tokens','a:1:{s:64:\"0932991074b0a6d93bad999a75ce17806ada5b011e664e815648c2002b779804\";a:4:{s:10:\"expiration\";i:1550647320;s:2:\"ip\";s:12:\"198.98.52.93\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.104 Safari/537.36\";s:5:\"login\";i:1549437720;}}'),(5471,383,'nickname','raybret'),(5472,383,'first_name',''),(5473,383,'last_name',''),(5474,383,'description',''),(5475,383,'rich_editing','true'),(5476,383,'comment_shortcuts','false'),(5477,383,'admin_color','fresh'),(5478,383,'use_ssl','0'),(5479,383,'show_admin_bar_front','true'),(5480,383,'locale',''),(5481,383,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5482,383,'wp_user_level','0'),(5483,383,'session_tokens','a:1:{s:64:\"c0ea7999fb915c2cf9bad2287fd502acbe26a457fa9e2e271b8419544c78dc6f\";a:4:{s:10:\"expiration\";i:1550666434;s:2:\"ip\";s:12:\"31.220.0.225\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1549456834;}}'),(5484,384,'nickname','goodchurch'),(5485,384,'first_name',''),(5486,384,'last_name',''),(5487,384,'description',''),(5488,384,'rich_editing','true'),(5489,384,'comment_shortcuts','false'),(5490,384,'admin_color','fresh'),(5491,384,'use_ssl','0'),(5492,384,'show_admin_bar_front','true'),(5493,384,'locale',''),(5494,384,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5495,384,'wp_user_level','0'),(5496,384,'session_tokens','a:1:{s:64:\"c4d5837673688714132d6b6985dbe10745b555264e4c52dd72ce034ef2f2e602\";a:4:{s:10:\"expiration\";i:1550669299;s:2:\"ip\";s:14:\"193.169.145.66\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0\";s:5:\"login\";i:1549459699;}}'),(5497,385,'nickname','limegreen43'),(5498,385,'first_name',''),(5499,385,'last_name',''),(5500,385,'description',''),(5501,385,'rich_editing','true'),(5502,385,'comment_shortcuts','false'),(5503,385,'admin_color','fresh'),(5504,385,'use_ssl','0'),(5505,385,'show_admin_bar_front','true'),(5506,385,'locale',''),(5507,385,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5508,385,'wp_user_level','0'),(5509,385,'session_tokens','a:1:{s:64:\"26e1caa239edfe946b1fb4fb25a9c0c87a8c10b4767d8e822abe70540f1a342b\";a:4:{s:10:\"expiration\";i:1550675449;s:2:\"ip\";s:13:\"109.70.100.21\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0\";s:5:\"login\";i:1549465849;}}'),(5510,386,'nickname','hashiali309'),(5511,386,'first_name',''),(5512,386,'last_name',''),(5513,386,'description',''),(5514,386,'rich_editing','true'),(5515,386,'comment_shortcuts','false'),(5516,386,'admin_color','fresh'),(5517,386,'use_ssl','0'),(5518,386,'show_admin_bar_front','true'),(5519,386,'locale',''),(5520,386,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5521,386,'wp_user_level','0'),(5522,386,'session_tokens','a:1:{s:64:\"2d921d88392c75989bf88f2d1e845c4f6567dfaa12a21c968607221f6e1d61e1\";a:4:{s:10:\"expiration\";i:1550678215;s:2:\"ip\";s:13:\"171.25.193.20\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8\";s:5:\"login\";i:1549468615;}}'),(5523,387,'nickname','okta_hanifa'),(5524,387,'first_name',''),(5525,387,'last_name',''),(5526,387,'description',''),(5527,387,'rich_editing','true'),(5528,387,'comment_shortcuts','false'),(5529,387,'admin_color','fresh'),(5530,387,'use_ssl','0'),(5531,387,'show_admin_bar_front','true'),(5532,387,'locale',''),(5533,387,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5534,387,'wp_user_level','0'),(5535,387,'session_tokens','a:1:{s:64:\"b7f6a42001e3d3039ac65fdc30531c81638bf1d7296a45b4137687148d6abae1\";a:4:{s:10:\"expiration\";i:1550684020;s:2:\"ip\";s:15:\"178.175.148.227\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0\";s:5:\"login\";i:1549474420;}}'),(5536,388,'nickname','nies35'),(5537,388,'first_name',''),(5538,388,'last_name',''),(5539,388,'description',''),(5540,388,'rich_editing','true'),(5541,388,'comment_shortcuts','false'),(5542,388,'admin_color','fresh'),(5543,388,'use_ssl','0'),(5544,388,'show_admin_bar_front','true'),(5545,388,'locale',''),(5546,388,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5547,388,'wp_user_level','0'),(5548,388,'session_tokens','a:1:{s:64:\"1ddfb585a9c531e7b9fc95ffdaef43c89d4c8bd90c11740dced944723716e0cb\";a:4:{s:10:\"expiration\";i:1550691132;s:2:\"ip\";s:15:\"197.231.221.211\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36\";s:5:\"login\";i:1549481532;}}'),(5549,389,'nickname','ncscreenwriter'),(5550,389,'first_name',''),(5551,389,'last_name',''),(5552,389,'description',''),(5553,389,'rich_editing','true'),(5554,389,'comment_shortcuts','false'),(5555,389,'admin_color','fresh'),(5556,389,'use_ssl','0'),(5557,389,'show_admin_bar_front','true'),(5558,389,'locale',''),(5559,389,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5560,389,'wp_user_level','0'),(5561,389,'session_tokens','a:1:{s:64:\"b02a30a5da93fbcb131d6cf907ccab972e8af3d2005f496511a06e65e57228ce\";a:4:{s:10:\"expiration\";i:1550699462;s:2:\"ip\";s:15:\"197.231.221.211\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0\";s:5:\"login\";i:1549489862;}}'),(5562,390,'nickname','mdasdmsafl'),(5563,390,'first_name',''),(5564,390,'last_name',''),(5565,390,'description',''),(5566,390,'rich_editing','true'),(5567,390,'comment_shortcuts','false'),(5568,390,'admin_color','fresh'),(5569,390,'use_ssl','0'),(5570,390,'show_admin_bar_front','true'),(5571,390,'locale',''),(5572,390,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5573,390,'wp_user_level','0'),(5574,390,'session_tokens','a:1:{s:64:\"8ad4a1135d9c087b452a9f4a99733317e7e803db4acd767edb207a3d2b7d747a\";a:4:{s:10:\"expiration\";i:1550703419;s:2:\"ip\";s:12:\"209.95.51.11\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36\";s:5:\"login\";i:1549493819;}}'),(5575,391,'nickname','mauilu1595'),(5576,391,'first_name',''),(5577,391,'last_name',''),(5578,391,'description',''),(5579,391,'rich_editing','true'),(5580,391,'comment_shortcuts','false'),(5581,391,'admin_color','fresh'),(5582,391,'use_ssl','0'),(5583,391,'show_admin_bar_front','true'),(5584,391,'locale',''),(5585,391,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5586,391,'wp_user_level','0'),(5587,391,'session_tokens','a:1:{s:64:\"ddc9421142fb5f16f597d6c80f6da6bfb8dbc09a9ea94a5b7abae0ac1713b421\";a:4:{s:10:\"expiration\";i:1550716894;s:2:\"ip\";s:13:\"62.102.148.68\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.104 Safari/537.36\";s:5:\"login\";i:1549507294;}}'),(5588,392,'nickname','lloydmike34'),(5589,392,'first_name',''),(5590,392,'last_name',''),(5591,392,'description',''),(5592,392,'rich_editing','true'),(5593,392,'comment_shortcuts','false'),(5594,392,'admin_color','fresh'),(5595,392,'use_ssl','0'),(5596,392,'show_admin_bar_front','true'),(5597,392,'locale',''),(5598,392,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5599,392,'wp_user_level','0'),(5600,392,'session_tokens','a:1:{s:64:\"878b4528430a6963963ae543c45615aacc6bcbb00f2bf0b318a638b1f70dff26\";a:4:{s:10:\"expiration\";i:1550718448;s:2:\"ip\";s:12:\"195.176.3.23\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1549508848;}}'),(5601,393,'nickname','marycoch53'),(5602,393,'first_name',''),(5603,393,'last_name',''),(5604,393,'description',''),(5605,393,'rich_editing','true'),(5606,393,'comment_shortcuts','false'),(5607,393,'admin_color','fresh'),(5608,393,'use_ssl','0'),(5609,393,'show_admin_bar_front','true'),(5610,393,'locale',''),(5611,393,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5612,393,'wp_user_level','0'),(5613,393,'session_tokens','a:1:{s:64:\"eb3398dd5d7a9f53afe59cb7165baf650d4920eccbd5c53e3b830ab5e41afcd0\";a:4:{s:10:\"expiration\";i:1550719834;s:2:\"ip\";s:13:\"207.244.70.35\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15\";s:5:\"login\";i:1549510234;}}'),(5614,394,'nickname','kjaren123'),(5615,394,'first_name',''),(5616,394,'last_name',''),(5617,394,'description',''),(5618,394,'rich_editing','true'),(5619,394,'comment_shortcuts','false'),(5620,394,'admin_color','fresh'),(5621,394,'use_ssl','0'),(5622,394,'show_admin_bar_front','true'),(5623,394,'locale',''),(5624,394,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5625,394,'wp_user_level','0'),(5626,394,'session_tokens','a:1:{s:64:\"cdd01bb9b6d83cfd6a18b6eeeec5ec86ff78f6167527f13b995cf126f07f8b99\";a:4:{s:10:\"expiration\";i:1550727081;s:2:\"ip\";s:14:\"178.17.174.196\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36\";s:5:\"login\";i:1549517481;}}'),(5627,395,'nickname','broadparkpayments'),(5628,395,'first_name',''),(5629,395,'last_name',''),(5630,395,'description',''),(5631,395,'rich_editing','true'),(5632,395,'comment_shortcuts','false'),(5633,395,'admin_color','fresh'),(5634,395,'use_ssl','0'),(5635,395,'show_admin_bar_front','true'),(5636,395,'locale',''),(5637,395,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5638,395,'wp_user_level','0'),(5639,395,'session_tokens','a:1:{s:64:\"d59ec822919dead09ef9d023da53df3d349dfc4961fc92e815ed04bfab0a800b\";a:4:{s:10:\"expiration\";i:1550744100;s:2:\"ip\";s:13:\"62.102.148.68\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0.1 Safari/602.2.14\";s:5:\"login\";i:1549534500;}}'),(5640,396,'nickname','dhruvish'),(5641,396,'first_name',''),(5642,396,'last_name',''),(5643,396,'description',''),(5644,396,'rich_editing','true'),(5645,396,'comment_shortcuts','false'),(5646,396,'admin_color','fresh'),(5647,396,'use_ssl','0'),(5648,396,'show_admin_bar_front','true'),(5649,396,'locale',''),(5650,396,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5651,396,'wp_user_level','0'),(5652,396,'session_tokens','a:1:{s:64:\"0bf6e115b3f8caf30ff460e56df407cc58f402e0d7dfda62e5411b1d5a302393\";a:4:{s:10:\"expiration\";i:1550757164;s:2:\"ip\";s:14:\"85.202.163.127\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1549547564;}}'),(5653,397,'nickname','angelagoloborodko'),(5654,397,'first_name',''),(5655,397,'last_name',''),(5656,397,'description',''),(5657,397,'rich_editing','true'),(5658,397,'comment_shortcuts','false'),(5659,397,'admin_color','fresh'),(5660,397,'use_ssl','0'),(5661,397,'show_admin_bar_front','true'),(5662,397,'locale',''),(5663,397,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5664,397,'wp_user_level','0'),(5665,397,'session_tokens','a:1:{s:64:\"545509a9cd3cd410b3678831efab9ec2118a0a484ceb5cf30f380d47d224cc36\";a:4:{s:10:\"expiration\";i:1550774790;s:2:\"ip\";s:13:\"54.39.148.233\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1 Safari/605.1.15\";s:5:\"login\";i:1549565190;}}'),(5666,398,'nickname','brian.skeen97'),(5667,398,'first_name',''),(5668,398,'last_name',''),(5669,398,'description',''),(5670,398,'rich_editing','true'),(5671,398,'comment_shortcuts','false'),(5672,398,'admin_color','fresh'),(5673,398,'use_ssl','0'),(5674,398,'show_admin_bar_front','true'),(5675,398,'locale',''),(5676,398,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5677,398,'wp_user_level','0'),(5678,398,'session_tokens','a:1:{s:64:\"a6e23b632d5b643856e62f2d9f83629b6685cba369aa4582dfde3babae2fbfe8\";a:4:{s:10:\"expiration\";i:1550776104;s:2:\"ip\";s:13:\"185.129.62.62\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36\";s:5:\"login\";i:1549566504;}}'),(5679,399,'nickname','randyscalise'),(5680,399,'first_name',''),(5681,399,'last_name',''),(5682,399,'description',''),(5683,399,'rich_editing','true'),(5684,399,'comment_shortcuts','false'),(5685,399,'admin_color','fresh'),(5686,399,'use_ssl','0'),(5687,399,'show_admin_bar_front','true'),(5688,399,'locale',''),(5689,399,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5690,399,'wp_user_level','0'),(5691,399,'session_tokens','a:1:{s:64:\"f01de077e0f0f00f04d2db8591292253d4e288eb3ee93e530b3799ff9e9e57c2\";a:4:{s:10:\"expiration\";i:1550778531;s:2:\"ip\";s:15:\"195.206.105.217\";s:2:\"ua\";s:74:\"Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0\";s:5:\"login\";i:1549568931;}}'),(5692,400,'nickname','jrcons1'),(5693,400,'first_name',''),(5694,400,'last_name',''),(5695,400,'description',''),(5696,400,'rich_editing','true'),(5697,400,'comment_shortcuts','false'),(5698,400,'admin_color','fresh'),(5699,400,'use_ssl','0'),(5700,400,'show_admin_bar_front','true'),(5701,400,'locale',''),(5702,400,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5703,400,'wp_user_level','0'),(5704,400,'session_tokens','a:1:{s:64:\"ee6ef207adeb756c1028e63528b5773c02a160f76e244ac310be90282e07c58c\";a:4:{s:10:\"expiration\";i:1550780088;s:2:\"ip\";s:13:\"193.90.12.116\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1549570488;}}'),(5705,401,'nickname','stacy_vera'),(5706,401,'first_name',''),(5707,401,'last_name',''),(5708,401,'description',''),(5709,401,'rich_editing','true'),(5710,401,'comment_shortcuts','false'),(5711,401,'admin_color','fresh'),(5712,401,'use_ssl','0'),(5713,401,'show_admin_bar_front','true'),(5714,401,'locale',''),(5715,401,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5716,401,'wp_user_level','0'),(5717,401,'session_tokens','a:1:{s:64:\"f3aea92284f368c9369e7e0016e8a0c11cbe755bd29e68695c33e210e5ebeb3a\";a:4:{s:10:\"expiration\";i:1550782086;s:2:\"ip\";s:14:\"77.247.181.162\";s:2:\"ua\";s:70:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\";s:5:\"login\";i:1549572486;}}'),(5718,402,'nickname','ingrammicro'),(5719,402,'first_name',''),(5720,402,'last_name',''),(5721,402,'description',''),(5722,402,'rich_editing','true'),(5723,402,'comment_shortcuts','false'),(5724,402,'admin_color','fresh'),(5725,402,'use_ssl','0'),(5726,402,'show_admin_bar_front','true'),(5727,402,'locale',''),(5728,402,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5729,402,'wp_user_level','0'),(5730,402,'session_tokens','a:1:{s:64:\"1f747a4f5c81a6d7f04b50eb1ad8cf3123df11bdbcdf6764caad1788f4e7646b\";a:4:{s:10:\"expiration\";i:1550784147;s:2:\"ip\";s:14:\"94.230.208.148\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1549574547;}}'),(5731,403,'nickname','sfindley'),(5732,403,'first_name',''),(5733,403,'last_name',''),(5734,403,'description',''),(5735,403,'rich_editing','true'),(5736,403,'comment_shortcuts','false'),(5737,403,'admin_color','fresh'),(5738,403,'use_ssl','0'),(5739,403,'show_admin_bar_front','true'),(5740,403,'locale',''),(5741,403,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5742,403,'wp_user_level','0'),(5743,403,'session_tokens','a:1:{s:64:\"aff6f950bc7ef3f38db20b0b665d11c00572a19709c3294ec5cb96dcfd8db884\";a:4:{s:10:\"expiration\";i:1550791845;s:2:\"ip\";s:11:\"51.75.73.65\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8\";s:5:\"login\";i:1549582245;}}'),(5744,404,'nickname','ig7735live'),(5745,404,'first_name',''),(5746,404,'last_name',''),(5747,404,'description',''),(5748,404,'rich_editing','true'),(5749,404,'comment_shortcuts','false'),(5750,404,'admin_color','fresh'),(5751,404,'use_ssl','0'),(5752,404,'show_admin_bar_front','true'),(5753,404,'locale',''),(5754,404,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5755,404,'wp_user_level','0'),(5756,404,'session_tokens','a:1:{s:64:\"ce5af0b3b25f29db636c3407c1bfb5333bee1adecb761bc23fc20b3c5b1b6137\";a:4:{s:10:\"expiration\";i:1550804293;s:2:\"ip\";s:14:\"185.220.101.34\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10240\";s:5:\"login\";i:1549594693;}}'),(5757,405,'nickname','clennonfuller24'),(5758,405,'first_name',''),(5759,405,'last_name',''),(5760,405,'description',''),(5761,405,'rich_editing','true'),(5762,405,'comment_shortcuts','false'),(5763,405,'admin_color','fresh'),(5764,405,'use_ssl','0'),(5765,405,'show_admin_bar_front','true'),(5766,405,'locale',''),(5767,405,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5768,405,'wp_user_level','0'),(5769,405,'session_tokens','a:1:{s:64:\"fc7469eed1b965c68f826ca8118c96d19a83984d6a010579e8cd8c4a2bf4addb\";a:4:{s:10:\"expiration\";i:1550807561;s:2:\"ip\";s:14:\"89.234.157.254\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 5.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1549597961;}}'),(5770,406,'nickname','hcidustfre'),(5771,406,'first_name',''),(5772,406,'last_name',''),(5773,406,'description',''),(5774,406,'rich_editing','true'),(5775,406,'comment_shortcuts','false'),(5776,406,'admin_color','fresh'),(5777,406,'use_ssl','0'),(5778,406,'show_admin_bar_front','true'),(5779,406,'locale',''),(5780,406,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5781,406,'wp_user_level','0'),(5782,406,'session_tokens','a:1:{s:64:\"af0350d3634ab4f5c0d0623bab1d27eabc293d31c90d925180356791fbc7d70e\";a:4:{s:10:\"expiration\";i:1550809013;s:2:\"ip\";s:14:\"77.247.181.163\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0\";s:5:\"login\";i:1549599413;}}'),(5783,407,'nickname','philip.kocev'),(5784,407,'first_name',''),(5785,407,'last_name',''),(5786,407,'description',''),(5787,407,'rich_editing','true'),(5788,407,'comment_shortcuts','false'),(5789,407,'admin_color','fresh'),(5790,407,'use_ssl','0'),(5791,407,'show_admin_bar_front','true'),(5792,407,'locale',''),(5793,407,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5794,407,'wp_user_level','0'),(5795,407,'session_tokens','a:1:{s:64:\"2a25e13e32661da9040ffdcc78e58041a4525485ea81f56045070413f7d357a3\";a:4:{s:10:\"expiration\";i:1550828456;s:2:\"ip\";s:14:\"158.69.192.200\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8\";s:5:\"login\";i:1549618856;}}'),(5796,408,'nickname','sbabiuk'),(5797,408,'first_name',''),(5798,408,'last_name',''),(5799,408,'description',''),(5800,408,'rich_editing','true'),(5801,408,'comment_shortcuts','false'),(5802,408,'admin_color','fresh'),(5803,408,'use_ssl','0'),(5804,408,'show_admin_bar_front','true'),(5805,408,'locale',''),(5806,408,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5807,408,'wp_user_level','0'),(5808,408,'session_tokens','a:1:{s:64:\"d346472b71525cd30fb6ccc4244ff2327ac4e906e2cdf548ce1c577938a5de34\";a:4:{s:10:\"expiration\";i:1550839766;s:2:\"ip\";s:14:\"185.220.101.46\";s:2:\"ua\";s:70:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\";s:5:\"login\";i:1549630166;}}'),(5809,409,'nickname','jtroxel49'),(5810,409,'first_name',''),(5811,409,'last_name',''),(5812,409,'description',''),(5813,409,'rich_editing','true'),(5814,409,'comment_shortcuts','false'),(5815,409,'admin_color','fresh'),(5816,409,'use_ssl','0'),(5817,409,'show_admin_bar_front','true'),(5818,409,'locale',''),(5819,409,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5820,409,'wp_user_level','0'),(5821,409,'session_tokens','a:1:{s:64:\"b510573cbe974257b72113b2a57bab4b76bf810c0c94fb0616d03261fbab153f\";a:4:{s:10:\"expiration\";i:1550842405;s:2:\"ip\";s:14:\"46.165.245.154\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0\";s:5:\"login\";i:1549632805;}}'),(5822,410,'nickname','patrick.laurie'),(5823,410,'first_name',''),(5824,410,'last_name',''),(5825,410,'description',''),(5826,410,'rich_editing','true'),(5827,410,'comment_shortcuts','false'),(5828,410,'admin_color','fresh'),(5829,410,'use_ssl','0'),(5830,410,'show_admin_bar_front','true'),(5831,410,'locale',''),(5832,410,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5833,410,'wp_user_level','0'),(5834,410,'session_tokens','a:1:{s:64:\"07d20134ed65bdb91f6fd62c5f379d52f9ddc466e461cc2360f128b338834465\";a:4:{s:10:\"expiration\";i:1550846543;s:2:\"ip\";s:14:\"185.220.101.65\";s:2:\"ua\";s:76:\"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko\";s:5:\"login\";i:1549636943;}}'),(5835,411,'nickname','acaughill'),(5836,411,'first_name',''),(5837,411,'last_name',''),(5838,411,'description',''),(5839,411,'rich_editing','true'),(5840,411,'comment_shortcuts','false'),(5841,411,'admin_color','fresh'),(5842,411,'use_ssl','0'),(5843,411,'show_admin_bar_front','true'),(5844,411,'locale',''),(5845,411,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5846,411,'wp_user_level','0'),(5847,411,'session_tokens','a:1:{s:64:\"bcd40ed782ab9d757c52303dd2fb2da963c35edb25aea1e6e65a1f1e7d940e9b\";a:4:{s:10:\"expiration\";i:1550856539;s:2:\"ip\";s:15:\"192.160.102.169\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1549646939;}}'),(5848,412,'nickname','kwashington594'),(5849,412,'first_name',''),(5850,412,'last_name',''),(5851,412,'description',''),(5852,412,'rich_editing','true'),(5853,412,'comment_shortcuts','false'),(5854,412,'admin_color','fresh'),(5855,412,'use_ssl','0'),(5856,412,'show_admin_bar_front','true'),(5857,412,'locale',''),(5858,412,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5859,412,'wp_user_level','0'),(5860,412,'session_tokens','a:1:{s:64:\"7539aa16a4942ab0c38e9e3fb7541a5c6c97b025d3c55453445314a0efec87bd\";a:4:{s:10:\"expiration\";i:1550858713;s:2:\"ip\";s:14:\"62.210.157.133\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1 Safari/605.1.15\";s:5:\"login\";i:1549649113;}}'),(5861,413,'nickname','dapakelly'),(5862,413,'first_name',''),(5863,413,'last_name',''),(5864,413,'description',''),(5865,413,'rich_editing','true'),(5866,413,'comment_shortcuts','false'),(5867,413,'admin_color','fresh'),(5868,413,'use_ssl','0'),(5869,413,'show_admin_bar_front','true'),(5870,413,'locale',''),(5871,413,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5872,413,'wp_user_level','0'),(5873,413,'session_tokens','a:1:{s:64:\"5ee381a9e913aec8c3552c261758b4d50c40c706476cdbe25ded2cb5f14d7d84\";a:4:{s:10:\"expiration\";i:1550884117;s:2:\"ip\";s:12:\"51.15.48.204\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\";s:5:\"login\";i:1549674517;}}'),(5874,414,'nickname','team'),(5875,414,'first_name',''),(5876,414,'last_name',''),(5877,414,'description',''),(5878,414,'rich_editing','true'),(5879,414,'comment_shortcuts','false'),(5880,414,'admin_color','fresh'),(5881,414,'use_ssl','0'),(5882,414,'show_admin_bar_front','true'),(5883,414,'locale',''),(5884,414,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5885,414,'wp_user_level','0'),(5886,414,'session_tokens','a:1:{s:64:\"3dccad7817dfac89372c0b5558df91cadf806875ce2cdbe7d5bbca0bbce06044\";a:4:{s:10:\"expiration\";i:1550885740;s:2:\"ip\";s:14:\"128.199.38.115\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299\";s:5:\"login\";i:1549676140;}}'),(5887,415,'nickname','automaton25'),(5888,415,'first_name',''),(5889,415,'last_name',''),(5890,415,'description',''),(5891,415,'rich_editing','true'),(5892,415,'comment_shortcuts','false'),(5893,415,'admin_color','fresh'),(5894,415,'use_ssl','0'),(5895,415,'show_admin_bar_front','true'),(5896,415,'locale',''),(5897,415,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5898,415,'wp_user_level','0'),(5899,415,'session_tokens','a:1:{s:64:\"4b054899e36594d14f3e19a10cb99b254b2c5e591ccd13123e0b0a9eb53232af\";a:4:{s:10:\"expiration\";i:1550888217;s:2:\"ip\";s:15:\"197.231.221.211\";s:2:\"ua\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36\";s:5:\"login\";i:1549678617;}}'),(5900,416,'nickname','sebastian.luis'),(5901,416,'first_name',''),(5902,416,'last_name',''),(5903,416,'description',''),(5904,416,'rich_editing','true'),(5905,416,'comment_shortcuts','false'),(5906,416,'admin_color','fresh'),(5907,416,'use_ssl','0'),(5908,416,'show_admin_bar_front','true'),(5909,416,'locale',''),(5910,416,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5911,416,'wp_user_level','0'),(5912,416,'session_tokens','a:1:{s:64:\"bc13f2dc82947fd44560d40ed8dcb30d9143386d04c6fd8c286c625e6109581f\";a:4:{s:10:\"expiration\";i:1550899234;s:2:\"ip\";s:12:\"162.247.74.7\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0\";s:5:\"login\";i:1549689634;}}'),(5913,417,'nickname','stlukad'),(5914,417,'first_name',''),(5915,417,'last_name',''),(5916,417,'description',''),(5917,417,'rich_editing','true'),(5918,417,'comment_shortcuts','false'),(5919,417,'admin_color','fresh'),(5920,417,'use_ssl','0'),(5921,417,'show_admin_bar_front','true'),(5922,417,'locale',''),(5923,417,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5924,417,'wp_user_level','0'),(5925,417,'session_tokens','a:1:{s:64:\"e57c8cd17bbbe5d62e5d8b9ab99c27a9f29b6f7d921fd0ab4c58dbd0e345afa4\";a:4:{s:10:\"expiration\";i:1550900423;s:2:\"ip\";s:14:\"176.10.104.240\";s:2:\"ua\";s:74:\"Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0\";s:5:\"login\";i:1549690823;}}'),(5926,418,'nickname','cheyannad.weldon9094'),(5927,418,'first_name',''),(5928,418,'last_name',''),(5929,418,'description',''),(5930,418,'rich_editing','true'),(5931,418,'comment_shortcuts','false'),(5932,418,'admin_color','fresh'),(5933,418,'use_ssl','0'),(5934,418,'show_admin_bar_front','true'),(5935,418,'locale',''),(5936,418,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5937,418,'wp_user_level','0'),(5938,418,'session_tokens','a:1:{s:64:\"0d57bbd6beb0c0655a8fe8940dfe57571a99079c9ed68c8b7d9439e74600d1f0\";a:4:{s:10:\"expiration\";i:1550907562;s:2:\"ip\";s:11:\"46.36.38.57\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";s:5:\"login\";i:1549697962;}}'),(5939,419,'nickname','jordanraebell'),(5940,419,'first_name',''),(5941,419,'last_name',''),(5942,419,'description',''),(5943,419,'rich_editing','true'),(5944,419,'comment_shortcuts','false'),(5945,419,'admin_color','fresh'),(5946,419,'use_ssl','0'),(5947,419,'show_admin_bar_front','true'),(5948,419,'locale',''),(5949,419,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5950,419,'wp_user_level','0'),(5951,419,'session_tokens','a:1:{s:64:\"ec1bb94a8d4b43ddb622037e171c37e12244800df4f5d1029738aa4ad79e0c9d\";a:4:{s:10:\"expiration\";i:1550913933;s:2:\"ip\";s:14:\"199.249.230.75\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.7\";s:5:\"login\";i:1549704333;}}'),(5952,420,'nickname','roninmiranda20'),(5953,420,'first_name',''),(5954,420,'last_name',''),(5955,420,'description',''),(5956,420,'rich_editing','true'),(5957,420,'comment_shortcuts','false'),(5958,420,'admin_color','fresh'),(5959,420,'use_ssl','0'),(5960,420,'show_admin_bar_front','true'),(5961,420,'locale',''),(5962,420,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5963,420,'wp_user_level','0'),(5964,420,'session_tokens','a:1:{s:64:\"51be3aea3ca4d64d7196bc7c7585c3f37cbbb90d5d64ac962c3f7aff330ff387\";a:4:{s:10:\"expiration\";i:1550914082;s:2:\"ip\";s:14:\"185.104.120.60\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1549704482;}}'),(5965,421,'nickname','lisareneecrook'),(5966,421,'first_name',''),(5967,421,'last_name',''),(5968,421,'description',''),(5969,421,'rich_editing','true'),(5970,421,'comment_shortcuts','false'),(5971,421,'admin_color','fresh'),(5972,421,'use_ssl','0'),(5973,421,'show_admin_bar_front','true'),(5974,421,'locale',''),(5975,421,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5976,421,'wp_user_level','0'),(5977,421,'session_tokens','a:1:{s:64:\"16fee72f08283804d519024857edfc5d399879f293b887e2ebce63b1a905064a\";a:4:{s:10:\"expiration\";i:1550931238;s:2:\"ip\";s:14:\"198.167.223.38\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 OPR/43.0.2442.991\";s:5:\"login\";i:1549721638;}}'),(5978,422,'nickname','lashaundaphillips'),(5979,422,'first_name',''),(5980,422,'last_name',''),(5981,422,'description',''),(5982,422,'rich_editing','true'),(5983,422,'comment_shortcuts','false'),(5984,422,'admin_color','fresh'),(5985,422,'use_ssl','0'),(5986,422,'show_admin_bar_front','true'),(5987,422,'locale',''),(5988,422,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(5989,422,'wp_user_level','0'),(5990,422,'session_tokens','a:1:{s:64:\"294a7262b6a986749e2fc928ba7ee0f16d79d71b3f1a4bb4dbb3d41a81fbfc18\";a:4:{s:10:\"expiration\";i:1550942329;s:2:\"ip\";s:15:\"195.254.134.194\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0\";s:5:\"login\";i:1549732729;}}'),(5991,423,'nickname','jacqueline-rudkin'),(5992,423,'first_name',''),(5993,423,'last_name',''),(5994,423,'description',''),(5995,423,'rich_editing','true'),(5996,423,'comment_shortcuts','false'),(5997,423,'admin_color','fresh'),(5998,423,'use_ssl','0'),(5999,423,'show_admin_bar_front','true'),(6000,423,'locale',''),(6001,423,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6002,423,'wp_user_level','0'),(6003,423,'session_tokens','a:1:{s:64:\"b03b11968bd9042e1bdc0163ee8565dbc417aa409064c648a1a4008cae3c73a3\";a:4:{s:10:\"expiration\";i:1550943648;s:2:\"ip\";s:13:\"158.69.217.87\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0\";s:5:\"login\";i:1549734048;}}'),(6004,424,'nickname','elco2000'),(6005,424,'first_name',''),(6006,424,'last_name',''),(6007,424,'description',''),(6008,424,'rich_editing','true'),(6009,424,'comment_shortcuts','false'),(6010,424,'admin_color','fresh'),(6011,424,'use_ssl','0'),(6012,424,'show_admin_bar_front','true'),(6013,424,'locale',''),(6014,424,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6015,424,'wp_user_level','0'),(6016,424,'session_tokens','a:1:{s:64:\"c4328f7676d3992146c667acbe3e3f94fac3dfc96ea652a3cb55a5060f3e4d50\";a:4:{s:10:\"expiration\";i:1550944090;s:2:\"ip\";s:14:\"185.220.101.57\";s:2:\"ua\";s:70:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\";s:5:\"login\";i:1549734490;}}'),(6017,425,'nickname','alexulloa'),(6018,425,'first_name',''),(6019,425,'last_name',''),(6020,425,'description',''),(6021,425,'rich_editing','true'),(6022,425,'comment_shortcuts','false'),(6023,425,'admin_color','fresh'),(6024,425,'use_ssl','0'),(6025,425,'show_admin_bar_front','true'),(6026,425,'locale',''),(6027,425,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6028,425,'wp_user_level','0'),(6029,425,'session_tokens','a:1:{s:64:\"99aba1ee651984025e28d42dd6f7b994a584d26afa36b35696229890ad1c5d7f\";a:4:{s:10:\"expiration\";i:1550949506;s:2:\"ip\";s:15:\"185.220.100.252\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15\";s:5:\"login\";i:1549739906;}}'),(6030,426,'nickname','xkorixhoshix'),(6031,426,'first_name',''),(6032,426,'last_name',''),(6033,426,'description',''),(6034,426,'rich_editing','true'),(6035,426,'comment_shortcuts','false'),(6036,426,'admin_color','fresh'),(6037,426,'use_ssl','0'),(6038,426,'show_admin_bar_front','true'),(6039,426,'locale',''),(6040,426,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6041,426,'wp_user_level','0'),(6042,426,'session_tokens','a:1:{s:64:\"1d920cf036405a06293ac1422e0f64bc9fdab3a6c2d1a1513b3f15c168d3ea97\";a:4:{s:10:\"expiration\";i:1551050758;s:2:\"ip\";s:13:\"51.77.177.194\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0\";s:5:\"login\";i:1549841158;}}'),(6043,427,'nickname','vickilove1978'),(6044,427,'first_name',''),(6045,427,'last_name',''),(6046,427,'description',''),(6047,427,'rich_editing','true'),(6048,427,'comment_shortcuts','false'),(6049,427,'admin_color','fresh'),(6050,427,'use_ssl','0'),(6051,427,'show_admin_bar_front','true'),(6052,427,'locale',''),(6053,427,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6054,427,'wp_user_level','0'),(6055,427,'session_tokens','a:1:{s:64:\"1f61add2649b96b5ccbf20cb2525ee0ffac7a20984f840b51a5a7c694f6bbd7e\";a:4:{s:10:\"expiration\";i:1551066940;s:2:\"ip\";s:13:\"192.42.116.16\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36\";s:5:\"login\";i:1549857340;}}'),(6056,428,'nickname','tammybryant62'),(6057,428,'first_name',''),(6058,428,'last_name',''),(6059,428,'description',''),(6060,428,'rich_editing','true'),(6061,428,'comment_shortcuts','false'),(6062,428,'admin_color','fresh'),(6063,428,'use_ssl','0'),(6064,428,'show_admin_bar_front','true'),(6065,428,'locale',''),(6066,428,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6067,428,'wp_user_level','0'),(6068,428,'session_tokens','a:1:{s:64:\"43630b5b74896f0bc930cd4905280f37953360778f0ae122aba0dd8b4232f91c\";a:4:{s:10:\"expiration\";i:1551072221;s:2:\"ip\";s:14:\"46.182.106.190\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36 OPR/42.0.2393.94\";s:5:\"login\";i:1549862621;}}'),(6069,429,'nickname','stanleyy0311'),(6070,429,'first_name',''),(6071,429,'last_name',''),(6072,429,'description',''),(6073,429,'rich_editing','true'),(6074,429,'comment_shortcuts','false'),(6075,429,'admin_color','fresh'),(6076,429,'use_ssl','0'),(6077,429,'show_admin_bar_front','true'),(6078,429,'locale',''),(6079,429,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6080,429,'wp_user_level','0'),(6081,429,'session_tokens','a:1:{s:64:\"4ca181e6cff38631eee0e4af6e702a80c57206d15f7b1942d95b8b2dd84560e8\";a:4:{s:10:\"expiration\";i:1551090821;s:2:\"ip\";s:14:\"162.247.74.206\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0\";s:5:\"login\";i:1549881221;}}'),(6082,430,'nickname','fmsinwar1568'),(6083,430,'first_name',''),(6084,430,'last_name',''),(6085,430,'description',''),(6086,430,'rich_editing','true'),(6087,430,'comment_shortcuts','false'),(6088,430,'admin_color','fresh'),(6089,430,'use_ssl','0'),(6090,430,'show_admin_bar_front','true'),(6091,430,'locale',''),(6092,430,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6093,430,'wp_user_level','0'),(6094,430,'session_tokens','a:1:{s:64:\"4effbb60efea9a78357861c904d697963a9aab1e309191f3d78745a1cd3d658b\";a:4:{s:10:\"expiration\";i:1551108527;s:2:\"ip\";s:14:\"54.165.219.240\";s:2:\"ua\";s:63:\"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0)\";s:5:\"login\";i:1549898927;}}'),(6095,431,'nickname','fmsinwar6492'),(6096,432,'nickname','fmsinwar2506'),(6097,431,'first_name',''),(6098,432,'first_name',''),(6099,431,'last_name',''),(6100,432,'last_name',''),(6101,431,'description',''),(6102,432,'description',''),(6103,431,'rich_editing','true'),(6104,432,'rich_editing','true'),(6105,431,'comment_shortcuts','false'),(6106,432,'comment_shortcuts','false'),(6107,431,'admin_color','fresh'),(6108,432,'admin_color','fresh'),(6109,431,'use_ssl','0'),(6110,432,'use_ssl','0'),(6111,431,'show_admin_bar_front','true'),(6112,432,'show_admin_bar_front','true'),(6113,431,'locale',''),(6114,432,'locale',''),(6115,431,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6116,432,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6117,431,'wp_user_level','0'),(6118,432,'wp_user_level','0'),(6119,431,'session_tokens','a:1:{s:64:\"ebd96c5f2b513574cca6e26a96a2b770a43ad057ac84a98fb65a104de891ebfd\";a:4:{s:10:\"expiration\";i:1551108530;s:2:\"ip\";s:14:\"54.165.219.240\";s:2:\"ua\";s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";s:5:\"login\";i:1549898930;}}'),(6120,432,'session_tokens','a:1:{s:64:\"b1f03adee245b681161f9135407e7a97a0cd680be456ccb4b8edbfbeaacf0ec6\";a:4:{s:10:\"expiration\";i:1551108530;s:2:\"ip\";s:14:\"54.165.219.240\";s:2:\"ua\";s:62:\"Opera/9.80 (Windows NT 5.2; U; en) Presto/2.2.15 Version/10.10\";s:5:\"login\";i:1549898930;}}'),(6121,433,'nickname','fmsinwar5536'),(6122,433,'first_name',''),(6123,433,'last_name',''),(6124,433,'description',''),(6125,433,'rich_editing','true'),(6126,433,'comment_shortcuts','false'),(6127,433,'admin_color','fresh'),(6128,433,'use_ssl','0'),(6129,433,'show_admin_bar_front','true'),(6130,433,'locale',''),(6131,433,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6132,433,'wp_user_level','0'),(6133,433,'session_tokens','a:1:{s:64:\"531fa92b44feb8770b427c7e3754587e38fc74200a197090004804c96c608410\";a:4:{s:10:\"expiration\";i:1551108539;s:2:\"ip\";s:14:\"54.165.219.240\";s:2:\"ua\";s:182:\"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Avant Browser; Avant Browser; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)\";s:5:\"login\";i:1549898939;}}'),(6134,434,'nickname','delpagival'),(6135,434,'first_name',''),(6136,434,'last_name',''),(6137,434,'description',''),(6138,434,'rich_editing','true'),(6139,434,'comment_shortcuts','false'),(6140,434,'admin_color','fresh'),(6141,434,'use_ssl','0'),(6142,434,'show_admin_bar_front','true'),(6143,434,'locale',''),(6144,434,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6145,434,'wp_user_level','0'),(6146,434,'session_tokens','a:1:{s:64:\"2fe988149be1d4f6e0ba478702cbb58490feb6d5fc10c6107b32027c73138683\";a:4:{s:10:\"expiration\";i:1551120648;s:2:\"ip\";s:14:\"199.249.230.68\";s:2:\"ua\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)\";s:5:\"login\";i:1549911048;}}'),(6147,435,'nickname','scuba3075'),(6148,435,'first_name',''),(6149,435,'last_name',''),(6150,435,'description',''),(6151,435,'rich_editing','true'),(6152,435,'comment_shortcuts','false'),(6153,435,'admin_color','fresh'),(6154,435,'use_ssl','0'),(6155,435,'show_admin_bar_front','true'),(6156,435,'locale',''),(6157,435,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6158,435,'wp_user_level','0'),(6159,435,'session_tokens','a:1:{s:64:\"c3789ee41f9ac0d4320895c1a0cfe315e308eb134b83fbee4395a6ac61ca358c\";a:4:{s:10:\"expiration\";i:1551138925;s:2:\"ip\";s:13:\"109.70.100.23\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1549929325;}}'),(6160,436,'nickname','tmrct'),(6161,436,'first_name',''),(6162,436,'last_name',''),(6163,436,'description',''),(6164,436,'rich_editing','true'),(6165,436,'comment_shortcuts','false'),(6166,436,'admin_color','fresh'),(6167,436,'use_ssl','0'),(6168,436,'show_admin_bar_front','true'),(6169,436,'locale',''),(6170,436,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6171,436,'wp_user_level','0'),(6172,436,'session_tokens','a:1:{s:64:\"46d1b8940369d947e4fcb18f9a7511e2425bcc476f3e464ba3f7f7ea74328f77\";a:4:{s:10:\"expiration\";i:1551141943;s:2:\"ip\";s:13:\"192.42.116.24\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36\";s:5:\"login\";i:1549932343;}}'),(6173,437,'nickname','kporter42'),(6174,437,'first_name',''),(6175,437,'last_name',''),(6176,437,'description',''),(6177,437,'rich_editing','true'),(6178,437,'comment_shortcuts','false'),(6179,437,'admin_color','fresh'),(6180,437,'use_ssl','0'),(6181,437,'show_admin_bar_front','true'),(6182,437,'locale',''),(6183,437,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6184,437,'wp_user_level','0'),(6185,437,'session_tokens','a:1:{s:64:\"41e45bc5261223a9c8e1e35f5c6364682fc9a0cfcf71172404b23910478bd60a\";a:4:{s:10:\"expiration\";i:1551156510;s:2:\"ip\";s:14:\"185.220.101.20\";s:2:\"ua\";s:105:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36\";s:5:\"login\";i:1549946910;}}'),(6186,438,'nickname','marquanar'),(6187,438,'first_name',''),(6188,438,'last_name',''),(6189,438,'description',''),(6190,438,'rich_editing','true'),(6191,438,'comment_shortcuts','false'),(6192,438,'admin_color','fresh'),(6193,438,'use_ssl','0'),(6194,438,'show_admin_bar_front','true'),(6195,438,'locale',''),(6196,438,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6197,438,'wp_user_level','0'),(6198,438,'session_tokens','a:1:{s:64:\"706c5ce0f0c6d54cfc97a94bf8af251914909610c9a66cd6dc605ef2a523e9f4\";a:4:{s:10:\"expiration\";i:1551171005;s:2:\"ip\";s:11:\"51.15.252.1\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1549961405;}}'),(6199,439,'nickname','mjeancharles1'),(6200,439,'first_name',''),(6201,439,'last_name',''),(6202,439,'description',''),(6203,439,'rich_editing','true'),(6204,439,'comment_shortcuts','false'),(6205,439,'admin_color','fresh'),(6206,439,'use_ssl','0'),(6207,439,'show_admin_bar_front','true'),(6208,439,'locale',''),(6209,439,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6210,439,'wp_user_level','0'),(6211,439,'session_tokens','a:1:{s:64:\"cdbe06dbc01fd3de2b330ef475e4da4f8182453582521861d94f2eb8bf97087f\";a:4:{s:10:\"expiration\";i:1551175809;s:2:\"ip\";s:13:\"192.42.116.16\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\";s:5:\"login\";i:1549966209;}}'),(6212,440,'nickname','holly1004'),(6213,440,'first_name',''),(6214,440,'last_name',''),(6215,440,'description',''),(6216,440,'rich_editing','true'),(6217,440,'comment_shortcuts','false'),(6218,440,'admin_color','fresh'),(6219,440,'use_ssl','0'),(6220,440,'show_admin_bar_front','true'),(6221,440,'locale',''),(6222,440,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6223,440,'wp_user_level','0'),(6224,440,'session_tokens','a:1:{s:64:\"6787df109b43ea56d52f9fb023a51e8a0f0ac81f1712995ea6b61da3c8f4a4a5\";a:4:{s:10:\"expiration\";i:1551187985;s:2:\"ip\";s:15:\"185.222.202.125\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1549978385;}}'),(6225,441,'nickname','alexlcole'),(6226,441,'first_name',''),(6227,441,'last_name',''),(6228,441,'description',''),(6229,441,'rich_editing','true'),(6230,441,'comment_shortcuts','false'),(6231,441,'admin_color','fresh'),(6232,441,'use_ssl','0'),(6233,441,'show_admin_bar_front','true'),(6234,441,'locale',''),(6235,441,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6236,441,'wp_user_level','0'),(6237,441,'session_tokens','a:1:{s:64:\"31d8a88a38da40bf1b9295086c1ff7df848a2e1cf42f6b8704d041fc33fed5a8\";a:4:{s:10:\"expiration\";i:1551189147;s:2:\"ip\";s:12:\"204.17.56.42\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10240\";s:5:\"login\";i:1549979547;}}'),(6238,442,'nickname','eric.ew.anthony'),(6239,442,'first_name',''),(6240,442,'last_name',''),(6241,442,'description',''),(6242,442,'rich_editing','true'),(6243,442,'comment_shortcuts','false'),(6244,442,'admin_color','fresh'),(6245,442,'use_ssl','0'),(6246,442,'show_admin_bar_front','true'),(6247,442,'locale',''),(6248,442,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6249,442,'wp_user_level','0'),(6250,442,'session_tokens','a:1:{s:64:\"a5c6284784d809269fd5801e2c83039f942f8ab9a54d01c4851581c7960c837f\";a:4:{s:10:\"expiration\";i:1551192147;s:2:\"ip\";s:13:\"65.19.167.130\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36\";s:5:\"login\";i:1549982547;}}'),(6251,443,'nickname','vasil100'),(6252,443,'first_name',''),(6253,443,'last_name',''),(6254,443,'description',''),(6255,443,'rich_editing','true'),(6256,443,'comment_shortcuts','false'),(6257,443,'admin_color','fresh'),(6258,443,'use_ssl','0'),(6259,443,'show_admin_bar_front','true'),(6260,443,'locale',''),(6261,443,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6262,443,'wp_user_level','0'),(6263,443,'session_tokens','a:1:{s:64:\"3b707cb6caf8c5160ed41acd8390ce27bb6109abe9262cdd44b76262bb048bc1\";a:4:{s:10:\"expiration\";i:1551210496;s:2:\"ip\";s:13:\"173.244.209.5\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36\";s:5:\"login\";i:1550000896;}}'),(6264,444,'nickname','shimace'),(6265,444,'first_name',''),(6266,444,'last_name',''),(6267,444,'description',''),(6268,444,'rich_editing','true'),(6269,444,'comment_shortcuts','false'),(6270,444,'admin_color','fresh'),(6271,444,'use_ssl','0'),(6272,444,'show_admin_bar_front','true'),(6273,444,'locale',''),(6274,444,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6275,444,'wp_user_level','0'),(6276,444,'session_tokens','a:1:{s:64:\"5dca582b3f866f08a6043de2a12bc5b9ccc2ad5e317e74fae7bd26c02b64a680\";a:4:{s:10:\"expiration\";i:1551217449;s:2:\"ip\";s:15:\"192.160.102.170\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1550007849;}}'),(6277,445,'nickname','dicasell'),(6278,445,'first_name',''),(6279,445,'last_name',''),(6280,445,'description',''),(6281,445,'rich_editing','true'),(6282,445,'comment_shortcuts','false'),(6283,445,'admin_color','fresh'),(6284,445,'use_ssl','0'),(6285,445,'show_admin_bar_front','true'),(6286,445,'locale',''),(6287,445,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6288,445,'wp_user_level','0'),(6289,445,'session_tokens','a:1:{s:64:\"416d35d33151c26c84b3eed1cf8c1aebd0212e82b1a36bde1860fb43d9663a39\";a:4:{s:10:\"expiration\";i:1551220359;s:2:\"ip\";s:12:\"94.102.51.78\";s:2:\"ua\";s:61:\"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1550010759;}}'),(6290,446,'nickname','gar772'),(6291,446,'first_name',''),(6292,446,'last_name',''),(6293,446,'description',''),(6294,446,'rich_editing','true'),(6295,446,'comment_shortcuts','false'),(6296,446,'admin_color','fresh'),(6297,446,'use_ssl','0'),(6298,446,'show_admin_bar_front','true'),(6299,446,'locale',''),(6300,446,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6301,446,'wp_user_level','0'),(6302,446,'session_tokens','a:1:{s:64:\"038b684a824152d73c7ff08f730f8cab0baf601466aed4935141d0e781f4ae4f\";a:4:{s:10:\"expiration\";i:1551222904;s:2:\"ip\";s:11:\"35.0.127.52\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1550013304;}}'),(6303,447,'nickname','darcyrandall'),(6304,447,'first_name',''),(6305,447,'last_name',''),(6306,447,'description',''),(6307,447,'rich_editing','true'),(6308,447,'comment_shortcuts','false'),(6309,447,'admin_color','fresh'),(6310,447,'use_ssl','0'),(6311,447,'show_admin_bar_front','true'),(6312,447,'locale',''),(6313,447,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6314,447,'wp_user_level','0'),(6315,447,'session_tokens','a:1:{s:64:\"523ddfa6f02b0262bec702a55c9e3be0eebe4384591cf1c4343b899fed90133c\";a:4:{s:10:\"expiration\";i:1551223348;s:2:\"ip\";s:13:\"185.220.102.6\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36\";s:5:\"login\";i:1550013748;}}'),(6316,448,'nickname','shikar455'),(6317,448,'first_name',''),(6318,448,'last_name',''),(6319,448,'description',''),(6320,448,'rich_editing','true'),(6321,448,'comment_shortcuts','false'),(6322,448,'admin_color','fresh'),(6323,448,'use_ssl','0'),(6324,448,'show_admin_bar_front','true'),(6325,448,'locale',''),(6326,448,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6327,448,'wp_user_level','0'),(6328,448,'session_tokens','a:1:{s:64:\"600e93f8a3021701e001469a0b4e3b1aa8cdc230ea3a88557dfb6f949575c47a\";a:4:{s:10:\"expiration\";i:1551227083;s:2:\"ip\";s:11:\"95.130.9.90\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36\";s:5:\"login\";i:1550017483;}}'),(6329,449,'nickname','nickkig184'),(6330,449,'first_name',''),(6331,449,'last_name',''),(6332,449,'description',''),(6333,449,'rich_editing','true'),(6334,449,'comment_shortcuts','false'),(6335,449,'admin_color','fresh'),(6336,449,'use_ssl','0'),(6337,449,'show_admin_bar_front','true'),(6338,449,'locale',''),(6339,449,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6340,449,'wp_user_level','0'),(6341,449,'session_tokens','a:1:{s:64:\"b51134d28ed579df71ed8d4ee34c9d49bd0bd8e6b3aa2791ab7af77d3668a10c\";a:4:{s:10:\"expiration\";i:1551228743;s:2:\"ip\";s:13:\"65.19.167.131\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36\";s:5:\"login\";i:1550019143;}}'),(6342,450,'nickname','nathanial124'),(6343,450,'first_name',''),(6344,450,'last_name',''),(6345,450,'description',''),(6346,450,'rich_editing','true'),(6347,450,'comment_shortcuts','false'),(6348,450,'admin_color','fresh'),(6349,450,'use_ssl','0'),(6350,450,'show_admin_bar_front','true'),(6351,450,'locale',''),(6352,450,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6353,450,'wp_user_level','0'),(6354,450,'session_tokens','a:1:{s:64:\"2f1ab3b3e618650e9fe130292f08d604326008052bb5924d9bb1392a0f3f7a61\";a:4:{s:10:\"expiration\";i:1551231520;s:2:\"ip\";s:13:\"192.42.116.16\";s:2:\"ua\";s:105:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36\";s:5:\"login\";i:1550021920;}}'),(6355,451,'nickname','luismadmax'),(6356,451,'first_name',''),(6357,451,'last_name',''),(6358,451,'description',''),(6359,451,'rich_editing','true'),(6360,451,'comment_shortcuts','false'),(6361,451,'admin_color','fresh'),(6362,451,'use_ssl','0'),(6363,451,'show_admin_bar_front','true'),(6364,451,'locale',''),(6365,451,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6366,451,'wp_user_level','0'),(6367,451,'session_tokens','a:1:{s:64:\"64a25df6a85074fca0d00c64897ea52353ca3a528c2e935ccda7ca9ccd9de445\";a:4:{s:10:\"expiration\";i:1551232205;s:2:\"ip\";s:13:\"185.220.102.6\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1550022605;}}'),(6368,452,'nickname','southlandsmiles'),(6369,452,'first_name',''),(6370,452,'last_name',''),(6371,452,'description',''),(6372,452,'rich_editing','true'),(6373,452,'comment_shortcuts','false'),(6374,452,'admin_color','fresh'),(6375,452,'use_ssl','0'),(6376,452,'show_admin_bar_front','true'),(6377,452,'locale',''),(6378,452,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6379,452,'wp_user_level','0'),(6380,452,'session_tokens','a:1:{s:64:\"d426057396881840e189ae0f2919c0753f7f0cb3dfb5abcba6f94257da848d4a\";a:4:{s:10:\"expiration\";i:1551236198;s:2:\"ip\";s:13:\"62.102.148.68\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36\";s:5:\"login\";i:1550026598;}}'),(6381,453,'nickname','dennytbo'),(6382,453,'first_name',''),(6383,453,'last_name',''),(6384,453,'description',''),(6385,453,'rich_editing','true'),(6386,453,'comment_shortcuts','false'),(6387,453,'admin_color','fresh'),(6388,453,'use_ssl','0'),(6389,453,'show_admin_bar_front','true'),(6390,453,'locale',''),(6391,453,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6392,453,'wp_user_level','0'),(6393,453,'session_tokens','a:1:{s:64:\"441e6c50d88d12776e9aa3b4a84d459023a045c14084d2fa3bd2f314f0f54ce6\";a:4:{s:10:\"expiration\";i:1551258121;s:2:\"ip\";s:14:\"199.249.230.69\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\";s:5:\"login\";i:1550048521;}}'),(6394,454,'nickname','robinhayes7'),(6395,454,'first_name',''),(6396,454,'last_name',''),(6397,454,'description',''),(6398,454,'rich_editing','true'),(6399,454,'comment_shortcuts','false'),(6400,454,'admin_color','fresh'),(6401,454,'use_ssl','0'),(6402,454,'show_admin_bar_front','true'),(6403,454,'locale',''),(6404,454,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6405,454,'wp_user_level','0'),(6406,454,'session_tokens','a:1:{s:64:\"2fe952f4fe0a88f651a77a1b225c30adb956d25eaa8adca2160652b1e86766f2\";a:4:{s:10:\"expiration\";i:1551266401;s:2:\"ip\";s:10:\"51.15.59.9\";s:2:\"ua\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)\";s:5:\"login\";i:1550056801;}}'),(6407,455,'nickname','potts76248'),(6408,455,'first_name',''),(6409,455,'last_name',''),(6410,455,'description',''),(6411,455,'rich_editing','true'),(6412,455,'comment_shortcuts','false'),(6413,455,'admin_color','fresh'),(6414,455,'use_ssl','0'),(6415,455,'show_admin_bar_front','true'),(6416,455,'locale',''),(6417,455,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6418,455,'wp_user_level','0'),(6419,455,'session_tokens','a:1:{s:64:\"37328c95dfe87cbaaa305457b8a983afaf57badeec71ca8ee9a145ba21c66ae4\";a:4:{s:10:\"expiration\";i:1551271011;s:2:\"ip\";s:12:\"198.98.52.93\";s:2:\"ua\";s:63:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0)\";s:5:\"login\";i:1550061411;}}'),(6420,456,'nickname','josh.barrera.18'),(6421,456,'first_name',''),(6422,456,'last_name',''),(6423,456,'description',''),(6424,456,'rich_editing','true'),(6425,456,'comment_shortcuts','false'),(6426,456,'admin_color','fresh'),(6427,456,'use_ssl','0'),(6428,456,'show_admin_bar_front','true'),(6429,456,'locale',''),(6430,456,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6431,456,'wp_user_level','0'),(6432,456,'session_tokens','a:1:{s:64:\"e7a0cbe8236bde243695aafce206614d3768835a01cc08f9504f61e5f8f05688\";a:4:{s:10:\"expiration\";i:1551274465;s:2:\"ip\";s:13:\"176.10.99.200\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10240\";s:5:\"login\";i:1550064865;}}'),(6433,457,'nickname','jmlucia77'),(6434,457,'first_name',''),(6435,457,'last_name',''),(6436,457,'description',''),(6437,457,'rich_editing','true'),(6438,457,'comment_shortcuts','false'),(6439,457,'admin_color','fresh'),(6440,457,'use_ssl','0'),(6441,457,'show_admin_bar_front','true'),(6442,457,'locale',''),(6443,457,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6444,457,'wp_user_level','0'),(6445,457,'session_tokens','a:1:{s:64:\"94a8f66d642d3c17ce24f4f6c0353a05ce7927595138c8aa73e571954cdb9501\";a:4:{s:10:\"expiration\";i:1551275113;s:2:\"ip\";s:12:\"195.176.3.23\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36\";s:5:\"login\";i:1550065513;}}'),(6446,458,'nickname','animalloverkayh'),(6447,458,'first_name',''),(6448,458,'last_name',''),(6449,458,'description',''),(6450,458,'rich_editing','true'),(6451,458,'comment_shortcuts','false'),(6452,458,'admin_color','fresh'),(6453,458,'use_ssl','0'),(6454,458,'show_admin_bar_front','true'),(6455,458,'locale',''),(6456,458,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6457,458,'wp_user_level','0'),(6458,458,'session_tokens','a:1:{s:64:\"14879ad58a0be9d097b6c16c8dd809b550b86ad5102cadd2fb76cc19a25608ee\";a:4:{s:10:\"expiration\";i:1551325077;s:2:\"ip\";s:14:\"37.187.129.166\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\";s:5:\"login\";i:1550115477;}}'),(6459,459,'nickname','meganate28'),(6460,459,'first_name',''),(6461,459,'last_name',''),(6462,459,'description',''),(6463,459,'rich_editing','true'),(6464,459,'comment_shortcuts','false'),(6465,459,'admin_color','fresh'),(6466,459,'use_ssl','0'),(6467,459,'show_admin_bar_front','true'),(6468,459,'locale',''),(6469,459,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6470,459,'wp_user_level','0'),(6471,459,'session_tokens','a:1:{s:64:\"1067a557272695fa428d5e7afc571ac703197ec62c38ca5bfabb912e89f29440\";a:4:{s:10:\"expiration\";i:1551331357;s:2:\"ip\";s:13:\"104.218.63.73\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1550121757;}}'),(6472,460,'nickname','marciafolsom'),(6473,460,'first_name',''),(6474,460,'last_name',''),(6475,460,'description',''),(6476,460,'rich_editing','true'),(6477,460,'comment_shortcuts','false'),(6478,460,'admin_color','fresh'),(6479,460,'use_ssl','0'),(6480,460,'show_admin_bar_front','true'),(6481,460,'locale',''),(6482,460,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6483,460,'wp_user_level','0'),(6484,460,'session_tokens','a:1:{s:64:\"d1b779a6a0cc66a38a65572b1c48f873b03933f0184651a370f3d11dbccc48b4\";a:4:{s:10:\"expiration\";i:1551333839;s:2:\"ip\";s:12:\"51.15.234.90\";s:2:\"ua\";s:105:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36\";s:5:\"login\";i:1550124239;}}'),(6485,461,'nickname','1008jia'),(6486,461,'first_name',''),(6487,461,'last_name',''),(6488,461,'description',''),(6489,461,'rich_editing','true'),(6490,461,'comment_shortcuts','false'),(6491,461,'admin_color','fresh'),(6492,461,'use_ssl','0'),(6493,461,'show_admin_bar_front','true'),(6494,461,'locale',''),(6495,461,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6496,461,'wp_user_level','0'),(6497,461,'session_tokens','a:1:{s:64:\"b3be7c7a16b887ae53c5b8f9f6204cb34b7bbcde28c38aac03a32747feeee6ab\";a:4:{s:10:\"expiration\";i:1551340330;s:2:\"ip\";s:13:\"91.121.251.65\";s:2:\"ua\";s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";s:5:\"login\";i:1550130730;}}'),(6498,462,'nickname','terrychase47'),(6499,462,'first_name',''),(6500,462,'last_name',''),(6501,462,'description',''),(6502,462,'rich_editing','true'),(6503,462,'comment_shortcuts','false'),(6504,462,'admin_color','fresh'),(6505,462,'use_ssl','0'),(6506,462,'show_admin_bar_front','true'),(6507,462,'locale',''),(6508,462,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6509,462,'wp_user_level','0'),(6510,462,'session_tokens','a:1:{s:64:\"ab32f63bb9310bbedb33f32f933e2af545513498f006647679bea14d7a7d3acd\";a:4:{s:10:\"expiration\";i:1551352251;s:2:\"ip\";s:14:\"178.17.166.147\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134\";s:5:\"login\";i:1550142651;}}'),(6511,463,'nickname','nash.alexander.w'),(6512,463,'first_name',''),(6513,463,'last_name',''),(6514,463,'description',''),(6515,463,'rich_editing','true'),(6516,463,'comment_shortcuts','false'),(6517,463,'admin_color','fresh'),(6518,463,'use_ssl','0'),(6519,463,'show_admin_bar_front','true'),(6520,463,'locale',''),(6521,463,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6522,463,'wp_user_level','0'),(6523,463,'session_tokens','a:1:{s:64:\"59f509a09b8a67a67f08e75f8a6a6bd81fc2d21ad3dd90f2d21cc3d2be4afe37\";a:4:{s:10:\"expiration\";i:1551377236;s:2:\"ip\";s:14:\"187.178.75.109\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0\";s:5:\"login\";i:1550167636;}}'),(6524,464,'nickname','btcfastmail'),(6525,464,'first_name',''),(6526,464,'last_name',''),(6527,464,'description',''),(6528,464,'rich_editing','true'),(6529,464,'comment_shortcuts','false'),(6530,464,'admin_color','fresh'),(6531,464,'use_ssl','0'),(6532,464,'show_admin_bar_front','true'),(6533,464,'locale',''),(6534,464,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6535,464,'wp_user_level','0'),(6536,464,'session_tokens','a:1:{s:64:\"2d8049214edf4b18d84d0161a9bdea1b2be6f98e93019b52959b9d388dd07006\";a:4:{s:10:\"expiration\";i:1551383602;s:2:\"ip\";s:13:\"185.220.101.6\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1550174002;}}'),(6537,465,'nickname','actionnorth'),(6538,465,'first_name',''),(6539,465,'last_name',''),(6540,465,'description',''),(6541,465,'rich_editing','true'),(6542,465,'comment_shortcuts','false'),(6543,465,'admin_color','fresh'),(6544,465,'use_ssl','0'),(6545,465,'show_admin_bar_front','true'),(6546,465,'locale',''),(6547,465,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6548,465,'wp_user_level','0'),(6549,465,'session_tokens','a:1:{s:64:\"14b1c757e0f05e1d2fc72334af9e50bd069c927a3154c18378758ee0f308334a\";a:4:{s:10:\"expiration\";i:1551390752;s:2:\"ip\";s:13:\"109.70.100.18\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8\";s:5:\"login\";i:1550181152;}}'),(6550,466,'nickname','sully32120'),(6551,466,'first_name',''),(6552,466,'last_name',''),(6553,466,'description',''),(6554,466,'rich_editing','true'),(6555,466,'comment_shortcuts','false'),(6556,466,'admin_color','fresh'),(6557,466,'use_ssl','0'),(6558,466,'show_admin_bar_front','true'),(6559,466,'locale',''),(6560,466,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6561,466,'wp_user_level','0'),(6562,466,'session_tokens','a:1:{s:64:\"d167515f36ba3db257f166c3b016f5b5744ddba9a4d7ab73bf10ae7a1df6e6d1\";a:4:{s:10:\"expiration\";i:1551399890;s:2:\"ip\";s:13:\"172.96.118.14\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1550190290;}}'),(6563,467,'nickname','kvflood'),(6564,467,'first_name',''),(6565,467,'last_name',''),(6566,467,'description',''),(6567,467,'rich_editing','true'),(6568,467,'comment_shortcuts','false'),(6569,467,'admin_color','fresh'),(6570,467,'use_ssl','0'),(6571,467,'show_admin_bar_front','true'),(6572,467,'locale',''),(6573,467,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6574,467,'wp_user_level','0'),(6575,467,'session_tokens','a:1:{s:64:\"0b81b106dc9181a62b5bfe374d9ca2d16e3abbd1848595b40a7688d81406f1fc\";a:4:{s:10:\"expiration\";i:1551422053;s:2:\"ip\";s:14:\"199.249.230.82\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\";s:5:\"login\";i:1550212453;}}'),(6576,468,'nickname','dylan.freeman1'),(6577,468,'first_name',''),(6578,468,'last_name',''),(6579,468,'description',''),(6580,468,'rich_editing','true'),(6581,468,'comment_shortcuts','false'),(6582,468,'admin_color','fresh'),(6583,468,'use_ssl','0'),(6584,468,'show_admin_bar_front','true'),(6585,468,'locale',''),(6586,468,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6587,468,'wp_user_level','0'),(6588,468,'session_tokens','a:1:{s:64:\"138e54d226232656bea307f166e3a678b2d4664c2dfa3be613ade9f4e2d6ba16\";a:4:{s:10:\"expiration\";i:1551424899;s:2:\"ip\";s:12:\"144.217.7.33\";s:2:\"ua\";s:74:\"Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0\";s:5:\"login\";i:1550215299;}}'),(6589,469,'nickname','ronhunt5620'),(6590,469,'first_name',''),(6591,469,'last_name',''),(6592,469,'description',''),(6593,469,'rich_editing','true'),(6594,469,'comment_shortcuts','false'),(6595,469,'admin_color','fresh'),(6596,469,'use_ssl','0'),(6597,469,'show_admin_bar_front','true'),(6598,469,'locale',''),(6599,469,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6600,469,'wp_user_level','0'),(6601,469,'session_tokens','a:1:{s:64:\"ef4e83cc28f996a42d040f74deaba0d55e296b701302ca18d28d880453068832\";a:4:{s:10:\"expiration\";i:1551432078;s:2:\"ip\";s:14:\"185.220.101.33\";s:2:\"ua\";s:105:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36\";s:5:\"login\";i:1550222478;}}'),(6602,470,'nickname','ionutng'),(6603,470,'first_name',''),(6604,470,'last_name',''),(6605,470,'description',''),(6606,470,'rich_editing','true'),(6607,470,'comment_shortcuts','false'),(6608,470,'admin_color','fresh'),(6609,470,'use_ssl','0'),(6610,470,'show_admin_bar_front','true'),(6611,470,'locale',''),(6612,470,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6613,470,'wp_user_level','0'),(6614,470,'session_tokens','a:1:{s:64:\"091bb791d23f36720bb713bf6491ea6717214d72ef2f65f70f16906699170bfc\";a:4:{s:10:\"expiration\";i:1551662164;s:2:\"ip\";s:12:\"51.75.71.123\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0\";s:5:\"login\";i:1550452564;}}'),(6615,471,'nickname','bridgett.martz'),(6616,471,'first_name',''),(6617,471,'last_name',''),(6618,471,'description',''),(6619,471,'rich_editing','true'),(6620,471,'comment_shortcuts','false'),(6621,471,'admin_color','fresh'),(6622,471,'use_ssl','0'),(6623,471,'show_admin_bar_front','true'),(6624,471,'locale',''),(6625,471,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6626,471,'wp_user_level','0'),(6627,471,'session_tokens','a:1:{s:64:\"4479232e498f3a3013a629cc414dc5601b079062052999b1d39f687999dc3afd\";a:4:{s:10:\"expiration\";i:1551700830;s:2:\"ip\";s:12:\"178.20.55.18\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36\";s:5:\"login\";i:1550491230;}}'),(6628,472,'nickname','jberesforduk'),(6629,472,'first_name',''),(6630,472,'last_name',''),(6631,472,'description',''),(6632,472,'rich_editing','true'),(6633,472,'comment_shortcuts','false'),(6634,472,'admin_color','fresh'),(6635,472,'use_ssl','0'),(6636,472,'show_admin_bar_front','true'),(6637,472,'locale',''),(6638,472,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6639,472,'wp_user_level','0'),(6640,472,'session_tokens','a:1:{s:64:\"72e6a640a82c0fdfe96b86a27663cbeaa285e8cd32e5e62161e6024fafdba98b\";a:4:{s:10:\"expiration\";i:1551811364;s:2:\"ip\";s:13:\"198.98.56.149\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1550601764;}}'),(6641,473,'nickname','ccalise'),(6642,473,'first_name',''),(6643,473,'last_name',''),(6644,473,'description',''),(6645,473,'rich_editing','true'),(6646,473,'comment_shortcuts','false'),(6647,473,'admin_color','fresh'),(6648,473,'use_ssl','0'),(6649,473,'show_admin_bar_front','true'),(6650,473,'locale',''),(6651,473,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6652,473,'wp_user_level','0'),(6653,473,'session_tokens','a:1:{s:64:\"ba44a7c11b5a507a7d4abe2de63396de120a23225ecda5da63ff688ffda9e87a\";a:4:{s:10:\"expiration\";i:1551816694;s:2:\"ip\";s:13:\"185.104.120.3\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36\";s:5:\"login\";i:1550607094;}}'),(6654,474,'nickname','azimvasrani'),(6655,474,'first_name',''),(6656,474,'last_name',''),(6657,474,'description',''),(6658,474,'rich_editing','true'),(6659,474,'comment_shortcuts','false'),(6660,474,'admin_color','fresh'),(6661,474,'use_ssl','0'),(6662,474,'show_admin_bar_front','true'),(6663,474,'locale',''),(6664,474,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6665,474,'wp_user_level','0'),(6666,474,'session_tokens','a:1:{s:64:\"3b185fcfdcebc1b9a9b15ab17af019be7cceb5f6e6526f60a6e620a4f0f3a187\";a:4:{s:10:\"expiration\";i:1551900016;s:2:\"ip\";s:14:\"94.230.208.148\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36\";s:5:\"login\";i:1550690416;}}'),(6667,475,'nickname','bruces7157'),(6668,475,'first_name',''),(6669,475,'last_name',''),(6670,475,'description',''),(6671,475,'rich_editing','true'),(6672,475,'comment_shortcuts','false'),(6673,475,'admin_color','fresh'),(6674,475,'use_ssl','0'),(6675,475,'show_admin_bar_front','true'),(6676,475,'locale',''),(6677,475,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6678,475,'wp_user_level','0'),(6679,475,'session_tokens','a:1:{s:64:\"0e18ca54cf61f372abd083970d97995cb491ba5a37ebc583144e7b395030852f\";a:4:{s:10:\"expiration\";i:1552017405;s:2:\"ip\";s:12:\"176.53.90.26\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36\";s:5:\"login\";i:1550807805;}}'),(6680,476,'nickname','naoasano'),(6681,476,'first_name',''),(6682,476,'last_name',''),(6683,476,'description',''),(6684,476,'rich_editing','true'),(6685,476,'comment_shortcuts','false'),(6686,476,'admin_color','fresh'),(6687,476,'use_ssl','0'),(6688,476,'show_admin_bar_front','true'),(6689,476,'locale',''),(6690,476,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6691,476,'wp_user_level','0'),(6692,476,'session_tokens','a:1:{s:64:\"eb4bc9170b4a0bbe05cbd5298e4a9068763b6f9ac8fa09ff9739ac17309a10b4\";a:4:{s:10:\"expiration\";i:1552085515;s:2:\"ip\";s:13:\"192.42.116.16\";s:2:\"ua\";s:70:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\";s:5:\"login\";i:1550875915;}}'),(6693,477,'nickname','peaches0920'),(6694,477,'first_name',''),(6695,477,'last_name',''),(6696,477,'description',''),(6697,477,'rich_editing','true'),(6698,477,'comment_shortcuts','false'),(6699,477,'admin_color','fresh'),(6700,477,'use_ssl','0'),(6701,477,'show_admin_bar_front','true'),(6702,477,'locale',''),(6703,477,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6704,477,'wp_user_level','0'),(6705,477,'session_tokens','a:1:{s:64:\"26c2a2ee573348b9786fb880da69f023f8df919b622f147ab84e6de7d96ec8c7\";a:4:{s:10:\"expiration\";i:1552112130;s:2:\"ip\";s:13:\"185.129.62.62\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36\";s:5:\"login\";i:1550902530;}}'),(6706,478,'nickname','downsouthdiva82'),(6707,478,'first_name',''),(6708,478,'last_name',''),(6709,478,'description',''),(6710,478,'rich_editing','true'),(6711,478,'comment_shortcuts','false'),(6712,478,'admin_color','fresh'),(6713,478,'use_ssl','0'),(6714,478,'show_admin_bar_front','true'),(6715,478,'locale',''),(6716,478,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6717,478,'wp_user_level','0'),(6718,478,'session_tokens','a:1:{s:64:\"612a0f8ea750b2586853341fbb8b34fa941ddae023b8043b4afc1a21ccf6adb6\";a:4:{s:10:\"expiration\";i:1552152541;s:2:\"ip\";s:15:\"192.160.102.164\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";s:5:\"login\";i:1550942941;}}'),(6719,479,'nickname','greenhausc'),(6720,479,'first_name',''),(6721,479,'last_name',''),(6722,479,'description',''),(6723,479,'rich_editing','true'),(6724,479,'comment_shortcuts','false'),(6725,479,'admin_color','fresh'),(6726,479,'use_ssl','0'),(6727,479,'show_admin_bar_front','true'),(6728,479,'locale',''),(6729,479,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6730,479,'wp_user_level','0'),(6731,479,'session_tokens','a:1:{s:64:\"def0b37a06fd76c24666dc7143e8d19e4707169d3fa5c168b14a91ba67a26a53\";a:4:{s:10:\"expiration\";i:1552192746;s:2:\"ip\";s:14:\"185.220.101.25\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8\";s:5:\"login\";i:1550983146;}}'),(6732,480,'nickname','oana_24_11'),(6733,480,'first_name',''),(6734,480,'last_name',''),(6735,480,'description',''),(6736,480,'rich_editing','true'),(6737,480,'comment_shortcuts','false'),(6738,480,'admin_color','fresh'),(6739,480,'use_ssl','0'),(6740,480,'show_admin_bar_front','true'),(6741,480,'locale',''),(6742,480,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6743,480,'wp_user_level','0'),(6744,480,'session_tokens','a:1:{s:64:\"429dd442e2611b394a36de48fd0ee4fbf785e13c03f4254c738fee8f87d668f4\";a:4:{s:10:\"expiration\";i:1552234477;s:2:\"ip\";s:13:\"192.42.116.16\";s:2:\"ua\";s:50:\"Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)\";s:5:\"login\";i:1551024877;}}'),(6745,481,'nickname','services'),(6746,481,'first_name',''),(6747,481,'last_name',''),(6748,481,'description',''),(6749,481,'rich_editing','true'),(6750,481,'comment_shortcuts','false'),(6751,481,'admin_color','fresh'),(6752,481,'use_ssl','0'),(6753,481,'show_admin_bar_front','true'),(6754,481,'locale',''),(6755,481,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6756,481,'wp_user_level','0'),(6757,481,'session_tokens','a:1:{s:64:\"41ace38cec19d944528ae566a663954f843398af1dc4d5f48a9f210f78eea947\";a:4:{s:10:\"expiration\";i:1552249300;s:2:\"ip\";s:13:\"109.70.100.25\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 5.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1551039700;}}'),(6758,482,'nickname','jwm3rd'),(6759,482,'first_name',''),(6760,482,'last_name',''),(6761,482,'description',''),(6762,482,'rich_editing','true'),(6763,482,'comment_shortcuts','false'),(6764,482,'admin_color','fresh'),(6765,482,'use_ssl','0'),(6766,482,'show_admin_bar_front','true'),(6767,482,'locale',''),(6768,482,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6769,482,'wp_user_level','0'),(6770,482,'session_tokens','a:1:{s:64:\"07cd72acc9d2900578568005876214ca52279323d8c573216a3e158dc6bc3462\";a:4:{s:10:\"expiration\";i:1552304926;s:2:\"ip\";s:13:\"109.70.100.21\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4\";s:5:\"login\";i:1551095326;}}'),(6771,483,'nickname','terihuebner'),(6772,483,'first_name',''),(6773,483,'last_name',''),(6774,483,'description',''),(6775,483,'rich_editing','true'),(6776,483,'comment_shortcuts','false'),(6777,483,'admin_color','fresh'),(6778,483,'use_ssl','0'),(6779,483,'show_admin_bar_front','true'),(6780,483,'locale',''),(6781,483,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6782,483,'wp_user_level','0'),(6783,483,'session_tokens','a:1:{s:64:\"ce1f83e76a9163c77b8c55da8a2e8b69244f7e2e0febc103bdec161bae05980e\";a:4:{s:10:\"expiration\";i:1552304842;s:2:\"ip\";s:13:\"109.70.100.19\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0\";s:5:\"login\";i:1551095242;}}'),(6784,484,'nickname','bshell_2'),(6785,484,'first_name',''),(6786,484,'last_name',''),(6787,484,'description',''),(6788,484,'rich_editing','true'),(6789,484,'comment_shortcuts','false'),(6790,484,'admin_color','fresh'),(6791,484,'use_ssl','0'),(6792,484,'show_admin_bar_front','true'),(6793,484,'locale',''),(6794,484,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6795,484,'wp_user_level','0'),(6796,484,'session_tokens','a:1:{s:64:\"90c2520939fc8f0f9213e50dad10e97e33b4d4e1781bba77bd5df2bb59897246\";a:4:{s:10:\"expiration\";i:1552327831;s:2:\"ip\";s:12:\"195.176.3.19\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1551118231;}}'),(6797,485,'nickname','a_cristie'),(6798,485,'first_name',''),(6799,485,'last_name',''),(6800,485,'description',''),(6801,485,'rich_editing','true'),(6802,485,'comment_shortcuts','false'),(6803,485,'admin_color','fresh'),(6804,485,'use_ssl','0'),(6805,485,'show_admin_bar_front','true'),(6806,485,'locale',''),(6807,485,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6808,485,'wp_user_level','0'),(6809,485,'session_tokens','a:1:{s:64:\"20425517ce742fd77e3ae625cec8e7bb8bde32d3a868a6d00bae71b04d4cd731\";a:4:{s:10:\"expiration\";i:1552339247;s:2:\"ip\";s:14:\"89.234.157.254\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\";s:5:\"login\";i:1551129647;}}'),(6810,486,'nickname','wjanwea'),(6811,486,'first_name',''),(6812,486,'last_name',''),(6813,486,'description',''),(6814,486,'rich_editing','true'),(6815,486,'comment_shortcuts','false'),(6816,486,'admin_color','fresh'),(6817,486,'use_ssl','0'),(6818,486,'show_admin_bar_front','true'),(6819,486,'locale',''),(6820,486,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6821,486,'wp_user_level','0'),(6822,486,'session_tokens','a:1:{s:64:\"b4f7ffaf08425dc46331fc907356afbe88a081732d65f8a9900c54fc1e627442\";a:4:{s:10:\"expiration\";i:1552344113;s:2:\"ip\";s:14:\"158.69.192.239\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36\";s:5:\"login\";i:1551134513;}}'),(6823,487,'nickname','cvhardscapes'),(6824,487,'first_name',''),(6825,487,'last_name',''),(6826,487,'description',''),(6827,487,'rich_editing','true'),(6828,487,'comment_shortcuts','false'),(6829,487,'admin_color','fresh'),(6830,487,'use_ssl','0'),(6831,487,'show_admin_bar_front','true'),(6832,487,'locale',''),(6833,487,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6834,487,'wp_user_level','0'),(6835,487,'session_tokens','a:1:{s:64:\"75fccabb0e6ec7dccfb794b638910bb4366f48ed649d5635e2b42c144d848117\";a:4:{s:10:\"expiration\";i:1552345667;s:2:\"ip\";s:14:\"185.220.101.69\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1551136067;}}'),(6836,488,'nickname','b.jason.dressel'),(6837,488,'first_name',''),(6838,488,'last_name',''),(6839,488,'description',''),(6840,488,'rich_editing','true'),(6841,488,'comment_shortcuts','false'),(6842,488,'admin_color','fresh'),(6843,488,'use_ssl','0'),(6844,488,'show_admin_bar_front','true'),(6845,488,'locale',''),(6846,488,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6847,488,'wp_user_level','0'),(6848,488,'session_tokens','a:1:{s:64:\"133ac89bb6709474e6c3907464959d12518aa1c28728e7c5ebdf14486536ff02\";a:4:{s:10:\"expiration\";i:1552366300;s:2:\"ip\";s:14:\"163.172.12.160\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/604.4.7 (KHTML, like Gecko) Version/11.0.2 Safari/604.4.7\";s:5:\"login\";i:1551156700;}}'),(6849,489,'nickname','decl2wewew'),(6850,489,'first_name',''),(6851,489,'last_name',''),(6852,489,'description',''),(6853,489,'rich_editing','true'),(6854,489,'comment_shortcuts','false'),(6855,489,'admin_color','fresh'),(6856,489,'use_ssl','0'),(6857,489,'show_admin_bar_front','true'),(6858,489,'locale',''),(6859,489,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6860,489,'wp_user_level','0'),(6861,489,'session_tokens','a:1:{s:64:\"4af5a2ed8d38dae91ea4fd48f477a29652ec5f434e0548f7e7029592a4909eb6\";a:4:{s:10:\"expiration\";i:1552397681;s:2:\"ip\";s:14:\"199.249.230.88\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0\";s:5:\"login\";i:1551188081;}}'),(6862,490,'nickname','shafl'),(6863,490,'first_name',''),(6864,490,'last_name',''),(6865,490,'description',''),(6866,490,'rich_editing','true'),(6867,490,'comment_shortcuts','false'),(6868,490,'admin_color','fresh'),(6869,490,'use_ssl','0'),(6870,490,'show_admin_bar_front','true'),(6871,490,'locale',''),(6872,490,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6873,490,'wp_user_level','0'),(6874,490,'session_tokens','a:1:{s:64:\"2c8d53dc7644d78054e7549a2c02b262d3fee23b7688b4fa788f2f4ec56ea1aa\";a:4:{s:10:\"expiration\";i:1552403388;s:2:\"ip\";s:14:\"185.220.101.21\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1551193788;}}'),(6875,491,'nickname','brian'),(6876,491,'first_name',''),(6877,491,'last_name',''),(6878,491,'description',''),(6879,491,'rich_editing','true'),(6880,491,'comment_shortcuts','false'),(6881,491,'admin_color','fresh'),(6882,491,'use_ssl','0'),(6883,491,'show_admin_bar_front','true'),(6884,491,'locale',''),(6885,491,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6886,491,'wp_user_level','0'),(6887,491,'session_tokens','a:1:{s:64:\"5da1f64e3ce7d28ec4136483e517de93f3f883004a48c462cb379fa9b6cb7878\";a:4:{s:10:\"expiration\";i:1552404178;s:2:\"ip\";s:13:\"51.77.177.194\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36\";s:5:\"login\";i:1551194578;}}'),(6888,492,'nickname','leshawn30_30'),(6889,492,'first_name',''),(6890,492,'last_name',''),(6891,492,'description',''),(6892,492,'rich_editing','true'),(6893,492,'comment_shortcuts','false'),(6894,492,'admin_color','fresh'),(6895,492,'use_ssl','0'),(6896,492,'show_admin_bar_front','true'),(6897,492,'locale',''),(6898,492,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6899,492,'wp_user_level','0'),(6900,492,'session_tokens','a:1:{s:64:\"97053336b8a70a0f589348accfba771bc9cfaa8b8dd1aebccf0a7e91586e4f7b\";a:4:{s:10:\"expiration\";i:1552410007;s:2:\"ip\";s:15:\"195.206.105.217\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1551200407;}}'),(6901,493,'nickname','maporter9'),(6902,493,'first_name',''),(6903,493,'last_name',''),(6904,493,'description',''),(6905,493,'rich_editing','true'),(6906,493,'comment_shortcuts','false'),(6907,493,'admin_color','fresh'),(6908,493,'use_ssl','0'),(6909,493,'show_admin_bar_front','true'),(6910,493,'locale',''),(6911,493,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6912,493,'wp_user_level','0'),(6913,493,'session_tokens','a:1:{s:64:\"a58ce57e8f60bed20c2dc2049792ad038dbd7e2c536dce32afb2d21696062cd8\";a:4:{s:10:\"expiration\";i:1552416278;s:2:\"ip\";s:14:\"178.175.148.34\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 5.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0\";s:5:\"login\";i:1551206678;}}'),(6914,494,'nickname','rrudich1'),(6915,494,'first_name',''),(6916,494,'last_name',''),(6917,494,'description',''),(6918,494,'rich_editing','true'),(6919,494,'comment_shortcuts','false'),(6920,494,'admin_color','fresh'),(6921,494,'use_ssl','0'),(6922,494,'show_admin_bar_front','true'),(6923,494,'locale',''),(6924,494,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6925,494,'wp_user_level','0'),(6926,494,'session_tokens','a:1:{s:64:\"a01cb458969ecf276c7a6b361e9c93afc39e5880dc58bfbafcdbd646d672fbf3\";a:4:{s:10:\"expiration\";i:1552419917;s:2:\"ip\";s:15:\"195.206.106.190\";s:2:\"ua\";s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0\";s:5:\"login\";i:1551210317;}}'),(6927,495,'nickname','carolina'),(6928,495,'first_name',''),(6929,495,'last_name',''),(6930,495,'description',''),(6931,495,'rich_editing','true'),(6932,495,'comment_shortcuts','false'),(6933,495,'admin_color','fresh'),(6934,495,'use_ssl','0'),(6935,495,'show_admin_bar_front','true'),(6936,495,'locale',''),(6937,495,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6938,495,'wp_user_level','0'),(6939,495,'session_tokens','a:1:{s:64:\"5b3f9076446ce4bd40a878fe291e3ba01fd2809b23278269821636cec21e4590\";a:4:{s:10:\"expiration\";i:1552427634;s:2:\"ip\";s:14:\"185.220.101.53\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0\";s:5:\"login\";i:1551218034;}}'),(6940,496,'nickname','dleiman24'),(6941,496,'first_name',''),(6942,496,'last_name',''),(6943,496,'description',''),(6944,496,'rich_editing','true'),(6945,496,'comment_shortcuts','false'),(6946,496,'admin_color','fresh'),(6947,496,'use_ssl','0'),(6948,496,'show_admin_bar_front','true'),(6949,496,'locale',''),(6950,496,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6951,496,'wp_user_level','0'),(6952,496,'session_tokens','a:1:{s:64:\"8b4da6a263d937f747202ac49a9f03c156e0820ed0dc59401c618bd342241f5f\";a:4:{s:10:\"expiration\";i:1552436782;s:2:\"ip\";s:14:\"178.17.174.229\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";s:5:\"login\";i:1551227182;}}'),(6953,497,'nickname','jcavanaro'),(6954,497,'first_name',''),(6955,497,'last_name',''),(6956,497,'description',''),(6957,497,'rich_editing','true'),(6958,497,'comment_shortcuts','false'),(6959,497,'admin_color','fresh'),(6960,497,'use_ssl','0'),(6961,497,'show_admin_bar_front','true'),(6962,497,'locale',''),(6963,497,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6964,497,'wp_user_level','0'),(6965,497,'session_tokens','a:1:{s:64:\"d613b04d4889380cf7734f778b9ffe6735f09cc968e64b24dc867702381f2b44\";a:4:{s:10:\"expiration\";i:1552437821;s:2:\"ip\";s:14:\"188.165.61.244\";s:2:\"ua\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)\";s:5:\"login\";i:1551228221;}}'),(6966,498,'nickname','charalson'),(6967,498,'first_name',''),(6968,498,'last_name',''),(6969,498,'description',''),(6970,498,'rich_editing','true'),(6971,498,'comment_shortcuts','false'),(6972,498,'admin_color','fresh'),(6973,498,'use_ssl','0'),(6974,498,'show_admin_bar_front','true'),(6975,498,'locale',''),(6976,498,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6977,498,'wp_user_level','0'),(6978,498,'session_tokens','a:1:{s:64:\"0416bb3a5a7b98f9652939c4955dac59d47db267bc8b2da74aaede292a2df8df\";a:4:{s:10:\"expiration\";i:1552488523;s:2:\"ip\";s:14:\"85.248.227.164\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0\";s:5:\"login\";i:1551278923;}}'),(6979,499,'nickname','winnubst'),(6980,499,'first_name',''),(6981,499,'last_name',''),(6982,499,'description',''),(6983,499,'rich_editing','true'),(6984,499,'comment_shortcuts','false'),(6985,499,'admin_color','fresh'),(6986,499,'use_ssl','0'),(6987,499,'show_admin_bar_front','true'),(6988,499,'locale',''),(6989,499,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6990,499,'wp_user_level','0'),(6991,499,'session_tokens','a:1:{s:64:\"5cfde34d28071e9fa5d347f7bf767a06f771c68969e9ca42d87165dcd2adf269\";a:4:{s:10:\"expiration\";i:1552494985;s:2:\"ip\";s:14:\"185.220.101.56\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8\";s:5:\"login\";i:1551285385;}}'),(6992,500,'nickname','brettnelson6600'),(6993,500,'first_name',''),(6994,500,'last_name',''),(6995,500,'description',''),(6996,500,'rich_editing','true'),(6997,500,'comment_shortcuts','false'),(6998,500,'admin_color','fresh'),(6999,500,'use_ssl','0'),(7000,500,'show_admin_bar_front','true'),(7001,500,'locale',''),(7002,500,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7003,500,'wp_user_level','0'),(7004,500,'session_tokens','a:1:{s:64:\"8bd04df2bb042e840e6b3a597de21f857cff5ab502a136667ef2ef30e154239a\";a:4:{s:10:\"expiration\";i:1552501388;s:2:\"ip\";s:15:\"185.220.100.253\";s:2:\"ua\";s:87:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko)\";s:5:\"login\";i:1551291788;}}'),(7005,501,'nickname','thekives'),(7006,501,'first_name',''),(7007,501,'last_name',''),(7008,501,'description',''),(7009,501,'rich_editing','true'),(7010,501,'comment_shortcuts','false'),(7011,501,'admin_color','fresh'),(7012,501,'use_ssl','0'),(7013,501,'show_admin_bar_front','true'),(7014,501,'locale',''),(7015,501,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7016,501,'wp_user_level','0'),(7017,501,'session_tokens','a:1:{s:64:\"00ec47497e31401e302cdd94ab3d2198a6ece3ca717f38521f03c89d9db6dd6f\";a:4:{s:10:\"expiration\";i:1552507846;s:2:\"ip\";s:14:\"37.187.129.166\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36\";s:5:\"login\";i:1551298246;}}'),(7018,502,'nickname','cdg6329'),(7019,502,'first_name',''),(7020,502,'last_name',''),(7021,502,'description',''),(7022,502,'rich_editing','true'),(7023,502,'comment_shortcuts','false'),(7024,502,'admin_color','fresh'),(7025,502,'use_ssl','0'),(7026,502,'show_admin_bar_front','true'),(7027,502,'locale',''),(7028,502,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7029,502,'wp_user_level','0'),(7030,502,'session_tokens','a:1:{s:64:\"e5d3fb5f2974504f259d5542e98d1b47ff6fbc3a90d7c4cf04574656d7ec982e\";a:4:{s:10:\"expiration\";i:1552515033;s:2:\"ip\";s:12:\"166.70.207.2\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1551305433;}}'),(7031,503,'nickname','willieburchjr'),(7032,503,'first_name',''),(7033,503,'last_name',''),(7034,503,'description',''),(7035,503,'rich_editing','true'),(7036,503,'comment_shortcuts','false'),(7037,503,'admin_color','fresh'),(7038,503,'use_ssl','0'),(7039,503,'show_admin_bar_front','true'),(7040,503,'locale',''),(7041,503,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7042,503,'wp_user_level','0'),(7043,503,'session_tokens','a:1:{s:64:\"c788c01c89445a7c86982c9376a2d321152135ce5e8fa1167d8c0beab5705183\";a:4:{s:10:\"expiration\";i:1552517071;s:2:\"ip\";s:13:\"192.42.116.16\";s:2:\"ua\";s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0\";s:5:\"login\";i:1551307471;}}'),(7044,504,'nickname','mdagostino'),(7045,504,'first_name',''),(7046,504,'last_name',''),(7047,504,'description',''),(7048,504,'rich_editing','true'),(7049,504,'comment_shortcuts','false'),(7050,504,'admin_color','fresh'),(7051,504,'use_ssl','0'),(7052,504,'show_admin_bar_front','true'),(7053,504,'locale',''),(7054,504,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7055,504,'wp_user_level','0'),(7056,504,'session_tokens','a:1:{s:64:\"9394926e0b09c7f76e0bef928dfe49666ebe92091bfba47c98f0b6c9a3933403\";a:4:{s:10:\"expiration\";i:1552518091;s:2:\"ip\";s:14:\"85.248.227.163\";s:2:\"ua\";s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0\";s:5:\"login\";i:1551308491;}}'),(7057,505,'nickname','nuts4running'),(7058,505,'first_name',''),(7059,505,'last_name',''),(7060,505,'description',''),(7061,505,'rich_editing','true'),(7062,505,'comment_shortcuts','false'),(7063,505,'admin_color','fresh'),(7064,505,'use_ssl','0'),(7065,505,'show_admin_bar_front','true'),(7066,505,'locale',''),(7067,505,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7068,505,'wp_user_level','0'),(7069,505,'session_tokens','a:1:{s:64:\"e9ed5a591876a5da2ce976d10989dce2f458c78d40ef3f80696291b1b8ee2682\";a:4:{s:10:\"expiration\";i:1552518850;s:2:\"ip\";s:14:\"77.247.181.162\";s:2:\"ua\";s:105:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36\";s:5:\"login\";i:1551309250;}}'),(7070,506,'nickname','dgiso5326'),(7071,506,'first_name',''),(7072,506,'last_name',''),(7073,506,'description',''),(7074,506,'rich_editing','true'),(7075,506,'comment_shortcuts','false'),(7076,506,'admin_color','fresh'),(7077,506,'use_ssl','0'),(7078,506,'show_admin_bar_front','true'),(7079,506,'locale',''),(7080,506,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7081,506,'wp_user_level','0'),(7082,506,'session_tokens','a:1:{s:64:\"0a82aba8e8b23a0814eb082f6b488055e378118d3bb235d8a8de76718b2f89f7\";a:4:{s:10:\"expiration\";i:1552527528;s:2:\"ip\";s:13:\"158.69.193.32\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";s:5:\"login\";i:1551317928;}}'),(7083,507,'nickname','cappy_caparida'),(7084,507,'first_name',''),(7085,507,'last_name',''),(7086,507,'description',''),(7087,507,'rich_editing','true'),(7088,507,'comment_shortcuts','false'),(7089,507,'admin_color','fresh'),(7090,507,'use_ssl','0'),(7091,507,'show_admin_bar_front','true'),(7092,507,'locale',''),(7093,507,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7094,507,'wp_user_level','0'),(7095,507,'session_tokens','a:1:{s:64:\"532818995d45d0ab305aa215c8a7af0b0c75dfb9868cfbf76f423901cbb4c6cc\";a:4:{s:10:\"expiration\";i:1552543930;s:2:\"ip\";s:14:\"94.230.208.147\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\";s:5:\"login\";i:1551334330;}}'),(7096,508,'nickname','lora.alvera'),(7097,508,'first_name',''),(7098,508,'last_name',''),(7099,508,'description',''),(7100,508,'rich_editing','true'),(7101,508,'comment_shortcuts','false'),(7102,508,'admin_color','fresh'),(7103,508,'use_ssl','0'),(7104,508,'show_admin_bar_front','true'),(7105,508,'locale',''),(7106,508,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7107,508,'wp_user_level','0'),(7108,508,'session_tokens','a:1:{s:64:\"bda3fdc206ed71c7b6b6414117e95fc8dd75ce2802e7527ae3607ee2a631ca4b\";a:4:{s:10:\"expiration\";i:1552556524;s:2:\"ip\";s:14:\"185.220.101.26\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1551346924;}}'),(7109,509,'nickname','ethanstarkey'),(7110,509,'first_name',''),(7111,509,'last_name',''),(7112,509,'description',''),(7113,509,'rich_editing','true'),(7114,509,'comment_shortcuts','false'),(7115,509,'admin_color','fresh'),(7116,509,'use_ssl','0'),(7117,509,'show_admin_bar_front','true'),(7118,509,'locale',''),(7119,509,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7120,509,'wp_user_level','0'),(7121,509,'session_tokens','a:1:{s:64:\"b986f92e909e047a6c26ff4665906f89e86f5285cdaf1915cb5da3040acdc2fe\";a:4:{s:10:\"expiration\";i:1552566357;s:2:\"ip\";s:13:\"192.42.116.15\";s:2:\"ua\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36\";s:5:\"login\";i:1551356757;}}'),(7122,510,'nickname','renee.milliorn'),(7123,510,'first_name',''),(7124,510,'last_name',''),(7125,510,'description',''),(7126,510,'rich_editing','true'),(7127,510,'comment_shortcuts','false'),(7128,510,'admin_color','fresh'),(7129,510,'use_ssl','0'),(7130,510,'show_admin_bar_front','true'),(7131,510,'locale',''),(7132,510,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7133,510,'wp_user_level','0'),(7134,510,'session_tokens','a:1:{s:64:\"f13dd3f1d476ccb0a7bb155a7ff25d1164c423e3ad626497cd1302c740d28383\";a:4:{s:10:\"expiration\";i:1552571201;s:2:\"ip\";s:14:\"185.220.101.56\";s:2:\"ua\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)\";s:5:\"login\";i:1551361601;}}'),(7135,511,'nickname','recup.mhart'),(7136,511,'first_name',''),(7137,511,'last_name',''),(7138,511,'description',''),(7139,511,'rich_editing','true'),(7140,511,'comment_shortcuts','false'),(7141,511,'admin_color','fresh'),(7142,511,'use_ssl','0'),(7143,511,'show_admin_bar_front','true'),(7144,511,'locale',''),(7145,511,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7146,511,'wp_user_level','0'),(7147,511,'session_tokens','a:1:{s:64:\"84d4d821740729448e58a113e40d55443a6a8c58ae8a56748da9ebcff10a144f\";a:4:{s:10:\"expiration\";i:1552589982;s:2:\"ip\";s:13:\"87.118.116.12\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1551380382;}}'),(7148,512,'nickname','onyx1018'),(7149,512,'first_name',''),(7150,512,'last_name',''),(7151,512,'description',''),(7152,512,'rich_editing','true'),(7153,512,'comment_shortcuts','false'),(7154,512,'admin_color','fresh'),(7155,512,'use_ssl','0'),(7156,512,'show_admin_bar_front','true'),(7157,512,'locale',''),(7158,512,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7159,512,'wp_user_level','0'),(7160,512,'session_tokens','a:1:{s:64:\"5ba911bd815e254b313f2418fb9797521da998730821e921e7304bfbfcfabd7d\";a:4:{s:10:\"expiration\";i:1552595705;s:2:\"ip\";s:13:\"192.42.116.16\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36\";s:5:\"login\";i:1551386105;}}'),(7161,513,'nickname','kurtiscookson14'),(7162,513,'first_name',''),(7163,513,'last_name',''),(7164,513,'description',''),(7165,513,'rich_editing','true'),(7166,513,'comment_shortcuts','false'),(7167,513,'admin_color','fresh'),(7168,513,'use_ssl','0'),(7169,513,'show_admin_bar_front','true'),(7170,513,'locale',''),(7171,513,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7172,513,'wp_user_level','0'),(7173,513,'session_tokens','a:1:{s:64:\"584144ba4c026068d12fff696704b0a5c4db2be4d8b7b969829f17fca3a69090\";a:4:{s:10:\"expiration\";i:1552599939;s:2:\"ip\";s:15:\"178.175.143.242\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10240\";s:5:\"login\";i:1551390339;}}'),(7174,514,'nickname','geoff24'),(7175,514,'first_name',''),(7176,514,'last_name',''),(7177,514,'description',''),(7178,514,'rich_editing','true'),(7179,514,'comment_shortcuts','false'),(7180,514,'admin_color','fresh'),(7181,514,'use_ssl','0'),(7182,514,'show_admin_bar_front','true'),(7183,514,'locale',''),(7184,514,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7185,514,'wp_user_level','0'),(7186,514,'session_tokens','a:1:{s:64:\"feac3bb5b17aec19c247a789ec4b2094d776ecedc727b2310c82b501c005416a\";a:4:{s:10:\"expiration\";i:1552600701;s:2:\"ip\";s:13:\"62.102.148.69\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/604.4.7 (KHTML, like Gecko) Version/11.0.2 Safari/604.4.7\";s:5:\"login\";i:1551391101;}}'),(7187,515,'nickname','scott'),(7188,515,'first_name',''),(7189,515,'last_name',''),(7190,515,'description',''),(7191,515,'rich_editing','true'),(7192,515,'comment_shortcuts','false'),(7193,515,'admin_color','fresh'),(7194,515,'use_ssl','0'),(7195,515,'show_admin_bar_front','true'),(7196,515,'locale',''),(7197,515,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7198,515,'wp_user_level','0'),(7199,515,'session_tokens','a:1:{s:64:\"d6f539d8cc330fb88d3d74af78044d34ec457517c4b5a490bf8e9578bb6bdfe0\";a:4:{s:10:\"expiration\";i:1552603352;s:2:\"ip\";s:13:\"23.129.64.104\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\";s:5:\"login\";i:1551393752;}}'),(7200,516,'nickname','lynningram207'),(7201,516,'first_name',''),(7202,516,'last_name',''),(7203,516,'description',''),(7204,516,'rich_editing','true'),(7205,516,'comment_shortcuts','false'),(7206,516,'admin_color','fresh'),(7207,516,'use_ssl','0'),(7208,516,'show_admin_bar_front','true'),(7209,516,'locale',''),(7210,516,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7211,516,'wp_user_level','0'),(7212,516,'session_tokens','a:1:{s:64:\"cd23ba2819b0a949e23cf404aecd7ab2865d4437c573129dd1519a767e54e773\";a:4:{s:10:\"expiration\";i:1552610185;s:2:\"ip\";s:14:\"185.220.101.68\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15\";s:5:\"login\";i:1551400585;}}'),(7213,517,'nickname','devonn_tradell'),(7214,517,'first_name',''),(7215,517,'last_name',''),(7216,517,'description',''),(7217,517,'rich_editing','true'),(7218,517,'comment_shortcuts','false'),(7219,517,'admin_color','fresh'),(7220,517,'use_ssl','0'),(7221,517,'show_admin_bar_front','true'),(7222,517,'locale',''),(7223,517,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7224,517,'wp_user_level','0'),(7225,517,'session_tokens','a:1:{s:64:\"e254f4a957df79049cc7dffa2147b88fb2edfd5f8b06251ae4e782233198c981\";a:4:{s:10:\"expiration\";i:1552618776;s:2:\"ip\";s:13:\"109.70.100.19\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\";s:5:\"login\";i:1551409176;}}'),(7226,518,'nickname','worldrug'),(7227,518,'first_name',''),(7228,518,'last_name',''),(7229,518,'description',''),(7230,518,'rich_editing','true'),(7231,518,'comment_shortcuts','false'),(7232,518,'admin_color','fresh'),(7233,518,'use_ssl','0'),(7234,518,'show_admin_bar_front','true'),(7235,518,'locale',''),(7236,518,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7237,518,'wp_user_level','0'),(7238,518,'session_tokens','a:1:{s:64:\"aeb564a6c6b37843fb2ee1b8d38064ff6169c32af97acdba47068878c617a541\";a:4:{s:10:\"expiration\";i:1552618930;s:2:\"ip\";s:13:\"54.39.151.216\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0\";s:5:\"login\";i:1551409330;}}'),(7239,519,'nickname','lydwina'),(7240,519,'first_name',''),(7241,519,'last_name',''),(7242,519,'description',''),(7243,519,'rich_editing','true'),(7244,519,'comment_shortcuts','false'),(7245,519,'admin_color','fresh'),(7246,519,'use_ssl','0'),(7247,519,'show_admin_bar_front','true'),(7248,519,'locale',''),(7249,519,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7250,519,'wp_user_level','0'),(7251,519,'session_tokens','a:1:{s:64:\"b053347baa65a55f3c2ca4bf0e128fe838a6e1bf16711a90431eb62886b24322\";a:4:{s:10:\"expiration\";i:1552624600;s:2:\"ip\";s:14:\"179.43.134.154\";s:2:\"ua\";s:63:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0)\";s:5:\"login\";i:1551415000;}}'),(7252,520,'nickname','aguilecg8'),(7253,520,'first_name',''),(7254,520,'last_name',''),(7255,520,'description',''),(7256,520,'rich_editing','true'),(7257,520,'comment_shortcuts','false'),(7258,520,'admin_color','fresh'),(7259,520,'use_ssl','0'),(7260,520,'show_admin_bar_front','true'),(7261,520,'locale',''),(7262,520,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7263,520,'wp_user_level','0'),(7264,520,'session_tokens','a:1:{s:64:\"bc2a781362c3ac8f1a4bc6dbe1c14d662f8d76286deb5a1dd73c500454b49b18\";a:4:{s:10:\"expiration\";i:1552669475;s:2:\"ip\";s:14:\"185.220.101.35\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 OPR/43.0.2442.991\";s:5:\"login\";i:1551459875;}}'),(7265,521,'nickname','support'),(7266,521,'first_name',''),(7267,521,'last_name',''),(7268,521,'description',''),(7269,521,'rich_editing','true'),(7270,521,'comment_shortcuts','false'),(7271,521,'admin_color','fresh'),(7272,521,'use_ssl','0'),(7273,521,'show_admin_bar_front','true'),(7274,521,'locale',''),(7275,521,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7276,521,'wp_user_level','0'),(7277,521,'session_tokens','a:1:{s:64:\"e94be6575cb5dafea252b0b465e7601937a99e01524ae12eb79cfcd5f08ee9f9\";a:4:{s:10:\"expiration\";i:1552672313;s:2:\"ip\";s:14:\"185.220.101.60\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36\";s:5:\"login\";i:1551462713;}}'),(7278,522,'nickname','bllyrussell'),(7279,522,'first_name',''),(7280,522,'last_name',''),(7281,522,'description',''),(7282,522,'rich_editing','true'),(7283,522,'comment_shortcuts','false'),(7284,522,'admin_color','fresh'),(7285,522,'use_ssl','0'),(7286,522,'show_admin_bar_front','true'),(7287,522,'locale',''),(7288,522,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7289,522,'wp_user_level','0'),(7290,522,'session_tokens','a:1:{s:64:\"766cfc9cf55263bf5f74df79197a0a9681d3b5457deadd784a8aa07c50ca5bc9\";a:4:{s:10:\"expiration\";i:1552673105;s:2:\"ip\";s:11:\"93.174.93.6\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1551463505;}}'),(7291,523,'nickname','stickney_1999'),(7292,523,'first_name',''),(7293,523,'last_name',''),(7294,523,'description',''),(7295,523,'rich_editing','true'),(7296,523,'comment_shortcuts','false'),(7297,523,'admin_color','fresh'),(7298,523,'use_ssl','0'),(7299,523,'show_admin_bar_front','true'),(7300,523,'locale',''),(7301,523,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7302,523,'wp_user_level','0'),(7303,523,'session_tokens','a:1:{s:64:\"89d0ad637857ff2f9cff1d92b81204b71ba31cd2e85f8c6bee282ed848f421f0\";a:4:{s:10:\"expiration\";i:1552674790;s:2:\"ip\";s:12:\"46.173.214.3\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";s:5:\"login\";i:1551465190;}}'),(7304,524,'nickname','ryan'),(7305,524,'first_name',''),(7306,524,'last_name',''),(7307,524,'description',''),(7308,524,'rich_editing','true'),(7309,524,'comment_shortcuts','false'),(7310,524,'admin_color','fresh'),(7311,524,'use_ssl','0'),(7312,524,'show_admin_bar_front','true'),(7313,524,'locale',''),(7314,524,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7315,524,'wp_user_level','0'),(7316,524,'session_tokens','a:1:{s:64:\"037d593a4c6be5d9e17bbd1b6d4d00241926d07fe2b38f4dee32cc0b93d940d3\";a:4:{s:10:\"expiration\";i:1552676086;s:2:\"ip\";s:13:\"185.129.62.63\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10240\";s:5:\"login\";i:1551466486;}}'),(7317,525,'nickname','modonna13'),(7318,525,'first_name',''),(7319,525,'last_name',''),(7320,525,'description',''),(7321,525,'rich_editing','true'),(7322,525,'comment_shortcuts','false'),(7323,525,'admin_color','fresh'),(7324,525,'use_ssl','0'),(7325,525,'show_admin_bar_front','true'),(7326,525,'locale',''),(7327,525,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7328,525,'wp_user_level','0'),(7329,525,'session_tokens','a:1:{s:64:\"73343ff3e5c9826b0d248a8a31f0264600e840bd7b9dcfa09c89b425ee1ed3a6\";a:4:{s:10:\"expiration\";i:1552687087;s:2:\"ip\";s:13:\"65.19.167.132\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36\";s:5:\"login\";i:1551477487;}}'),(7330,526,'nickname','eric.learn'),(7331,526,'first_name',''),(7332,526,'last_name',''),(7333,526,'description',''),(7334,526,'rich_editing','true'),(7335,526,'comment_shortcuts','false'),(7336,526,'admin_color','fresh'),(7337,526,'use_ssl','0'),(7338,526,'show_admin_bar_front','true'),(7339,526,'locale',''),(7340,526,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7341,526,'wp_user_level','0'),(7342,526,'session_tokens','a:1:{s:64:\"dddb5ebaf9b3fac63a153b5294a4b744d5d58986e379b8f59bc7de4c88c087a7\";a:4:{s:10:\"expiration\";i:1552691250;s:2:\"ip\";s:14:\"87.118.116.103\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\";s:5:\"login\";i:1551481650;}}'),(7343,527,'nickname','obmc'),(7344,527,'first_name',''),(7345,527,'last_name',''),(7346,527,'description',''),(7347,527,'rich_editing','true'),(7348,527,'comment_shortcuts','false'),(7349,527,'admin_color','fresh'),(7350,527,'use_ssl','0'),(7351,527,'show_admin_bar_front','true'),(7352,527,'locale',''),(7353,527,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7354,527,'wp_user_level','0'),(7355,527,'session_tokens','a:1:{s:64:\"098a91cff84f9da307cbe5bd287bb8099ebd7b098adaceaa4bea09401e25b546\";a:4:{s:10:\"expiration\";i:1552731644;s:2:\"ip\";s:13:\"108.62.141.95\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36\";s:5:\"login\";i:1551522044;}}'),(7356,528,'nickname','avoz24'),(7357,528,'first_name',''),(7358,528,'last_name',''),(7359,528,'description',''),(7360,528,'rich_editing','true'),(7361,528,'comment_shortcuts','false'),(7362,528,'admin_color','fresh'),(7363,528,'use_ssl','0'),(7364,528,'show_admin_bar_front','true'),(7365,528,'locale',''),(7366,528,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7367,528,'wp_user_level','0'),(7368,528,'session_tokens','a:1:{s:64:\"0f597c26d440bb88a5b570dbbf9ad212d87969ebdb76658e28051f892415532f\";a:4:{s:10:\"expiration\";i:1552788814;s:2:\"ip\";s:14:\"37.187.129.166\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1551579214;}}'),(7369,529,'nickname','june'),(7370,529,'first_name',''),(7371,529,'last_name',''),(7372,529,'description',''),(7373,529,'rich_editing','true'),(7374,529,'comment_shortcuts','false'),(7375,529,'admin_color','fresh'),(7376,529,'use_ssl','0'),(7377,529,'show_admin_bar_front','true'),(7378,529,'locale',''),(7379,529,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7380,529,'wp_user_level','0'),(7381,529,'session_tokens','a:1:{s:64:\"5ec5cc7cadacb8cc9e49c1a8d6c34596df9c7540bffa3514567012ab34e8a042\";a:4:{s:10:\"expiration\";i:1552790022;s:2:\"ip\";s:14:\"185.220.101.29\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0\";s:5:\"login\";i:1551580422;}}'),(7382,530,'nickname','morrisonjasmin'),(7383,530,'first_name',''),(7384,530,'last_name',''),(7385,530,'description',''),(7386,530,'rich_editing','true'),(7387,530,'comment_shortcuts','false'),(7388,530,'admin_color','fresh'),(7389,530,'use_ssl','0'),(7390,530,'show_admin_bar_front','true'),(7391,530,'locale',''),(7392,530,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7393,530,'wp_user_level','0'),(7394,530,'session_tokens','a:1:{s:64:\"37da826afca5f5872e428758943a58f5c2e34af7dc4272fb5202b0021fc7d176\";a:4:{s:10:\"expiration\";i:1552842611;s:2:\"ip\";s:15:\"185.244.151.149\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36\";s:5:\"login\";i:1551633011;}}'),(7395,531,'nickname','slickman93'),(7396,531,'first_name',''),(7397,531,'last_name',''),(7398,531,'description',''),(7399,531,'rich_editing','true'),(7400,531,'comment_shortcuts','false'),(7401,531,'admin_color','fresh'),(7402,531,'use_ssl','0'),(7403,531,'show_admin_bar_front','true'),(7404,531,'locale',''),(7405,531,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7406,531,'wp_user_level','0'),(7407,531,'session_tokens','a:1:{s:64:\"3e5f3f770a526f9195c10cc2d0e05ce86a903c0adf35df12177f78423d77a704\";a:4:{s:10:\"expiration\";i:1552851511;s:2:\"ip\";s:12:\"195.176.3.24\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36 OPR/42.0.2393.94\";s:5:\"login\";i:1551641911;}}'),(7408,532,'nickname','jkirtley'),(7409,532,'first_name',''),(7410,532,'last_name',''),(7411,532,'description',''),(7412,532,'rich_editing','true'),(7413,532,'comment_shortcuts','false'),(7414,532,'admin_color','fresh'),(7415,532,'use_ssl','0'),(7416,532,'show_admin_bar_front','true'),(7417,532,'locale',''),(7418,532,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7419,532,'wp_user_level','0'),(7420,532,'session_tokens','a:1:{s:64:\"e6c116867f1aba06d50cfe4bbb01672758a07b6ba1a2a61a76c8a14a01587ace\";a:4:{s:10:\"expiration\";i:1552864124;s:2:\"ip\";s:14:\"77.247.181.162\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36\";s:5:\"login\";i:1551654524;}}'),(7421,533,'nickname','akapansat'),(7422,533,'first_name',''),(7423,533,'last_name',''),(7424,533,'description',''),(7425,533,'rich_editing','true'),(7426,533,'comment_shortcuts','false'),(7427,533,'admin_color','fresh'),(7428,533,'use_ssl','0'),(7429,533,'show_admin_bar_front','true'),(7430,533,'locale',''),(7431,533,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7432,533,'wp_user_level','0'),(7433,533,'session_tokens','a:1:{s:64:\"7253221e1769caf0ac1a5e1038c601b8950492ffdf5e3ae238860e5f2dd45c43\";a:4:{s:10:\"expiration\";i:1552865358;s:2:\"ip\";s:14:\"199.249.230.80\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 5.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1551655758;}}'),(7434,534,'nickname','maugugliaro'),(7435,534,'first_name',''),(7436,534,'last_name',''),(7437,534,'description',''),(7438,534,'rich_editing','true'),(7439,534,'comment_shortcuts','false'),(7440,534,'admin_color','fresh'),(7441,534,'use_ssl','0'),(7442,534,'show_admin_bar_front','true'),(7443,534,'locale',''),(7444,534,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7445,534,'wp_user_level','0'),(7446,534,'session_tokens','a:1:{s:64:\"4296f1f6c1177f23ca689e3c756c7a4261ecb776921cf54abffd062bf7f98c1b\";a:4:{s:10:\"expiration\";i:1552879256;s:2:\"ip\";s:14:\"85.248.227.164\";s:2:\"ua\";s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)\";s:5:\"login\";i:1551669656;}}'),(7447,535,'nickname','geralddea'),(7448,535,'first_name',''),(7449,535,'last_name',''),(7450,535,'description',''),(7451,535,'rich_editing','true'),(7452,535,'comment_shortcuts','false'),(7453,535,'admin_color','fresh'),(7454,535,'use_ssl','0'),(7455,535,'show_admin_bar_front','true'),(7456,535,'locale',''),(7457,535,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7458,535,'wp_user_level','0'),(7459,535,'session_tokens','a:1:{s:64:\"603689b6fdf906f779769fe3897a46f2c4b7d99e91d5f5384d42f034f7ca99d8\";a:4:{s:10:\"expiration\";i:1552901277;s:2:\"ip\";s:12:\"178.20.55.18\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36\";s:5:\"login\";i:1551691677;}}'),(7460,536,'nickname','cdsweet2010'),(7461,536,'first_name',''),(7462,536,'last_name',''),(7463,536,'description',''),(7464,536,'rich_editing','true'),(7465,536,'comment_shortcuts','false'),(7466,536,'admin_color','fresh'),(7467,536,'use_ssl','0'),(7468,536,'show_admin_bar_front','true'),(7469,536,'locale',''),(7470,536,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7471,536,'wp_user_level','0'),(7472,536,'session_tokens','a:1:{s:64:\"dcc0a49e102357a5b4d49da6f4a648963ae0b6d6bfd09d94f23c3cd95298483d\";a:4:{s:10:\"expiration\";i:1552928206;s:2:\"ip\";s:14:\"79.134.234.247\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 5.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1551718606;}}'),(7473,537,'nickname','leamassey'),(7474,537,'first_name',''),(7475,537,'last_name',''),(7476,537,'description',''),(7477,537,'rich_editing','true'),(7478,537,'comment_shortcuts','false'),(7479,537,'admin_color','fresh'),(7480,537,'use_ssl','0'),(7481,537,'show_admin_bar_front','true'),(7482,537,'locale',''),(7483,537,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7484,537,'wp_user_level','0'),(7485,537,'session_tokens','a:1:{s:64:\"9c75d9d4686ae739a55f97555b9a266a801cb5fe8ca1ce1fe90078c03adbe14a\";a:4:{s:10:\"expiration\";i:1552932358;s:2:\"ip\";s:13:\"185.220.101.3\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1551722758;}}'),(7486,538,'nickname','cdbmeli'),(7487,538,'first_name',''),(7488,538,'last_name',''),(7489,538,'description',''),(7490,538,'rich_editing','true'),(7491,538,'comment_shortcuts','false'),(7492,538,'admin_color','fresh'),(7493,538,'use_ssl','0'),(7494,538,'show_admin_bar_front','true'),(7495,538,'locale',''),(7496,538,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7497,538,'wp_user_level','0'),(7498,538,'session_tokens','a:1:{s:64:\"01b8d918217772f931eaba73267683542fd9f38df99895e61616e525c7b715fb\";a:4:{s:10:\"expiration\";i:1552935684;s:2:\"ip\";s:14:\"185.220.101.65\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.79 Safari/537.36\";s:5:\"login\";i:1551726084;}}'),(7499,539,'nickname','familyfirst341'),(7500,539,'first_name',''),(7501,539,'last_name',''),(7502,539,'description',''),(7503,539,'rich_editing','true'),(7504,539,'comment_shortcuts','false'),(7505,539,'admin_color','fresh'),(7506,539,'use_ssl','0'),(7507,539,'show_admin_bar_front','true'),(7508,539,'locale',''),(7509,539,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7510,539,'wp_user_level','0'),(7511,539,'session_tokens','a:1:{s:64:\"90915795d33db9d9b3bfd894e7a7e615fab3f85887a6bd848f1d170b84508f9b\";a:4:{s:10:\"expiration\";i:1552935740;s:2:\"ip\";s:13:\"204.8.156.142\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.79 Safari/537.36\";s:5:\"login\";i:1551726140;}}'),(7512,540,'nickname','miguelg72'),(7513,540,'first_name',''),(7514,540,'last_name',''),(7515,540,'description',''),(7516,540,'rich_editing','true'),(7517,540,'comment_shortcuts','false'),(7518,540,'admin_color','fresh'),(7519,540,'use_ssl','0'),(7520,540,'show_admin_bar_front','true'),(7521,540,'locale',''),(7522,540,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7523,540,'wp_user_level','0'),(7524,540,'session_tokens','a:1:{s:64:\"386d1c96e21d5833c87376aaba1d08de7940cfdc0a845ed8aacf4f9441a9373d\";a:4:{s:10:\"expiration\";i:1552936991;s:2:\"ip\";s:14:\"199.249.230.65\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36\";s:5:\"login\";i:1551727391;}}'),(7525,541,'nickname','coyoteez'),(7526,541,'first_name',''),(7527,541,'last_name',''),(7528,541,'description',''),(7529,541,'rich_editing','true'),(7530,541,'comment_shortcuts','false'),(7531,541,'admin_color','fresh'),(7532,541,'use_ssl','0'),(7533,541,'show_admin_bar_front','true'),(7534,541,'locale',''),(7535,541,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7536,541,'wp_user_level','0'),(7537,541,'session_tokens','a:1:{s:64:\"6483e23a779baf34d76357bf3288b7515e0396e9af4f58ab06dc3c2ecefd06b3\";a:4:{s:10:\"expiration\";i:1552943747;s:2:\"ip\";s:14:\"185.220.101.49\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36\";s:5:\"login\";i:1551734147;}}'),(7538,542,'nickname','jcrugg'),(7539,542,'first_name',''),(7540,542,'last_name',''),(7541,542,'description',''),(7542,542,'rich_editing','true'),(7543,542,'comment_shortcuts','false'),(7544,542,'admin_color','fresh'),(7545,542,'use_ssl','0'),(7546,542,'show_admin_bar_front','true'),(7547,542,'locale',''),(7548,542,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7549,542,'wp_user_level','0'),(7550,542,'session_tokens','a:1:{s:64:\"df1e0227411c0e59d74690d5fe2e957a610fe1a1fa3e2cef7974567b73414308\";a:4:{s:10:\"expiration\";i:1552949391;s:2:\"ip\";s:13:\"82.223.14.245\";s:2:\"ua\";s:74:\"Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0\";s:5:\"login\";i:1551739791;}}'),(7551,543,'nickname','olsonrandm'),(7552,543,'first_name',''),(7553,543,'last_name',''),(7554,543,'description',''),(7555,543,'rich_editing','true'),(7556,543,'comment_shortcuts','false'),(7557,543,'admin_color','fresh'),(7558,543,'use_ssl','0'),(7559,543,'show_admin_bar_front','true'),(7560,543,'locale',''),(7561,543,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7562,543,'wp_user_level','0'),(7563,543,'session_tokens','a:1:{s:64:\"69c2521ee1b04c81af5e85ba1fe60afccae6cf5832bfd0f7d5722d3b27f36b4e\";a:4:{s:10:\"expiration\";i:1552975098;s:2:\"ip\";s:13:\"198.98.56.149\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36\";s:5:\"login\";i:1551765498;}}'),(7564,544,'nickname','orion0m42'),(7565,544,'first_name',''),(7566,544,'last_name',''),(7567,544,'description',''),(7568,544,'rich_editing','true'),(7569,544,'comment_shortcuts','false'),(7570,544,'admin_color','fresh'),(7571,544,'use_ssl','0'),(7572,544,'show_admin_bar_front','true'),(7573,544,'locale',''),(7574,544,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7575,544,'wp_user_level','0'),(7576,544,'session_tokens','a:1:{s:64:\"994f0705ae33038607ba426d92fd7c9d0b79108ddffbe996407dff1ca35ca9bf\";a:4:{s:10:\"expiration\";i:1552978828;s:2:\"ip\";s:15:\"144.217.161.119\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1551769228;}}'),(7577,545,'nickname','mgjets12'),(7578,545,'first_name',''),(7579,545,'last_name',''),(7580,545,'description',''),(7581,545,'rich_editing','true'),(7582,545,'comment_shortcuts','false'),(7583,545,'admin_color','fresh'),(7584,545,'use_ssl','0'),(7585,545,'show_admin_bar_front','true'),(7586,545,'locale',''),(7587,545,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7588,545,'wp_user_level','0'),(7589,545,'session_tokens','a:1:{s:64:\"4de8dd7a53613f7e49ad71482345ceb84ec9b86f5c252f7630d099a070b4ebc5\";a:4:{s:10:\"expiration\";i:1552990264;s:2:\"ip\";s:14:\"138.197.177.62\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1551780664;}}'),(7590,546,'nickname','euro800euro'),(7591,546,'first_name',''),(7592,546,'last_name',''),(7593,546,'description',''),(7594,546,'rich_editing','true'),(7595,546,'comment_shortcuts','false'),(7596,546,'admin_color','fresh'),(7597,546,'use_ssl','0'),(7598,546,'show_admin_bar_front','true'),(7599,546,'locale',''),(7600,546,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7601,546,'wp_user_level','0'),(7602,546,'session_tokens','a:1:{s:64:\"3677e8f32ea663f5aeaf2d5d26858a69f36053e9609fb99838279c0a4dcddbb8\";a:4:{s:10:\"expiration\";i:1552992615;s:2:\"ip\";s:14:\"185.220.101.31\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0.1 Safari/602.2.14\";s:5:\"login\";i:1551783015;}}'),(7603,547,'nickname','bludya72'),(7604,547,'first_name',''),(7605,547,'last_name',''),(7606,547,'description',''),(7607,547,'rich_editing','true'),(7608,547,'comment_shortcuts','false'),(7609,547,'admin_color','fresh'),(7610,547,'use_ssl','0'),(7611,547,'show_admin_bar_front','true'),(7612,547,'locale',''),(7613,547,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7614,547,'wp_user_level','0'),(7615,547,'session_tokens','a:1:{s:64:\"ddd31ac7ae44f6a3c00fa3a42176201dfe189df8b75e06dd5e822ccdf29c127e\";a:4:{s:10:\"expiration\";i:1552994951;s:2:\"ip\";s:13:\"176.10.99.200\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36\";s:5:\"login\";i:1551785351;}}'),(7616,548,'nickname','newvisaua'),(7617,548,'first_name',''),(7618,548,'last_name',''),(7619,548,'description',''),(7620,548,'rich_editing','true'),(7621,548,'comment_shortcuts','false'),(7622,548,'admin_color','fresh'),(7623,548,'use_ssl','0'),(7624,548,'show_admin_bar_front','true'),(7625,548,'locale',''),(7626,548,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7627,548,'wp_user_level','0'),(7628,548,'session_tokens','a:1:{s:64:\"a9f72b794470529739e9d758eb3481846e5c7cd0c2f2ecd3e910f1d3fc800846\";a:4:{s:10:\"expiration\";i:1552999611;s:2:\"ip\";s:13:\"5.135.158.101\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";s:5:\"login\";i:1551790011;}}'),(7629,549,'nickname','jstreetman8'),(7630,549,'first_name',''),(7631,549,'last_name',''),(7632,549,'description',''),(7633,549,'rich_editing','true'),(7634,549,'comment_shortcuts','false'),(7635,549,'admin_color','fresh'),(7636,549,'use_ssl','0'),(7637,549,'show_admin_bar_front','true'),(7638,549,'locale',''),(7639,549,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7640,549,'wp_user_level','0'),(7641,549,'session_tokens','a:1:{s:64:\"24712cdc638ea25eb826d00c89e36e3d7b23324e0d04a5b8b8545e2178bbb1f0\";a:4:{s:10:\"expiration\";i:1553002804;s:2:\"ip\";s:13:\"54.39.148.234\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134\";s:5:\"login\";i:1551793204;}}'),(7642,550,'nickname','terrie.epstein'),(7643,550,'first_name',''),(7644,550,'last_name',''),(7645,550,'description',''),(7646,550,'rich_editing','true'),(7647,550,'comment_shortcuts','false'),(7648,550,'admin_color','fresh'),(7649,550,'use_ssl','0'),(7650,550,'show_admin_bar_front','true'),(7651,550,'locale',''),(7652,550,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7653,550,'wp_user_level','0'),(7654,550,'session_tokens','a:1:{s:64:\"a6bbef5e6ccbf98ef66d06f9e2a97aba56a0ec5c3bcc367a0899b1b707d2a5c6\";a:4:{s:10:\"expiration\";i:1553007195;s:2:\"ip\";s:10:\"51.15.59.9\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1551797595;}}'),(7655,551,'nickname','ms_briona'),(7656,551,'first_name',''),(7657,551,'last_name',''),(7658,551,'description',''),(7659,551,'rich_editing','true'),(7660,551,'comment_shortcuts','false'),(7661,551,'admin_color','fresh'),(7662,551,'use_ssl','0'),(7663,551,'show_admin_bar_front','true'),(7664,551,'locale',''),(7665,551,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7666,551,'wp_user_level','0'),(7667,551,'session_tokens','a:1:{s:64:\"99b689a4d29b9c12535004bd33f8d749050457d75c1cca4b8cc89b7744021e18\";a:4:{s:10:\"expiration\";i:1553007880;s:2:\"ip\";s:14:\"144.217.166.59\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1\";s:5:\"login\";i:1551798280;}}'),(7668,552,'nickname','danieldubon31'),(7669,552,'first_name',''),(7670,552,'last_name',''),(7671,552,'description',''),(7672,552,'rich_editing','true'),(7673,552,'comment_shortcuts','false'),(7674,552,'admin_color','fresh'),(7675,552,'use_ssl','0'),(7676,552,'show_admin_bar_front','true'),(7677,552,'locale',''),(7678,552,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7679,552,'wp_user_level','0'),(7680,552,'session_tokens','a:1:{s:64:\"58cdefc59e57fba4d39227aec30d0457ab76fa2e222676d46afef25690ddfae3\";a:4:{s:10:\"expiration\";i:1553009148;s:2:\"ip\";s:14:\"185.220.101.12\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:5:\"login\";i:1551799548;}}'),(7681,553,'nickname','donyuhas9'),(7682,553,'first_name',''),(7683,553,'last_name',''),(7684,553,'description',''),(7685,553,'rich_editing','true'),(7686,553,'comment_shortcuts','false'),(7687,553,'admin_color','fresh'),(7688,553,'use_ssl','0'),(7689,553,'show_admin_bar_front','true'),(7690,553,'locale',''),(7691,553,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7692,553,'wp_user_level','0'),(7693,553,'session_tokens','a:1:{s:64:\"d01d7c979ec6def51ffe47ffa578dfae587f5a8c957702cdbd5b35d4f4e0cad3\";a:4:{s:10:\"expiration\";i:1553013371;s:2:\"ip\";s:13:\"93.174.93.133\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/604.4.7 (KHTML, like Gecko) Version/11.0.2 Safari/604.4.7\";s:5:\"login\";i:1551803771;}}'),(7694,554,'nickname','mehjam57'),(7695,554,'first_name',''),(7696,554,'last_name',''),(7697,554,'description',''),(7698,554,'rich_editing','true'),(7699,554,'comment_shortcuts','false'),(7700,554,'admin_color','fresh'),(7701,554,'use_ssl','0'),(7702,554,'show_admin_bar_front','true'),(7703,554,'locale',''),(7704,554,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7705,554,'wp_user_level','0'),(7706,554,'session_tokens','a:1:{s:64:\"658e7a24c2e624d5ca19b6d6058d0f70458e4bb89a94cd0b8dec6936c4450bad\";a:4:{s:10:\"expiration\";i:1553031658;s:2:\"ip\";s:13:\"109.70.100.20\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1551822058;}}'),(7707,555,'nickname','hdeshazo2009'),(7708,555,'first_name',''),(7709,555,'last_name',''),(7710,555,'description',''),(7711,555,'rich_editing','true'),(7712,555,'comment_shortcuts','false'),(7713,555,'admin_color','fresh'),(7714,555,'use_ssl','0'),(7715,555,'show_admin_bar_front','true'),(7716,555,'locale',''),(7717,555,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7718,555,'wp_user_level','0'),(7719,555,'session_tokens','a:1:{s:64:\"cefb4c5c30023983a576e9b6a789f590fab0c2ce98a5242699401a7abf5c9331\";a:4:{s:10:\"expiration\";i:1553031841;s:2:\"ip\";s:12:\"162.247.74.7\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36\";s:5:\"login\";i:1551822241;}}'),(7720,556,'nickname','twomillers888'),(7721,556,'first_name',''),(7722,556,'last_name',''),(7723,556,'description',''),(7724,556,'rich_editing','true'),(7725,556,'comment_shortcuts','false'),(7726,556,'admin_color','fresh'),(7727,556,'use_ssl','0'),(7728,556,'show_admin_bar_front','true'),(7729,556,'locale',''),(7730,556,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7731,556,'wp_user_level','0'),(7732,556,'session_tokens','a:1:{s:64:\"d759e081b21bbdc64be80aa3b39ebf240669927672cdbd28cddbb0395ab2bc36\";a:4:{s:10:\"expiration\";i:1553038088;s:2:\"ip\";s:14:\"199.249.230.64\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36\";s:5:\"login\";i:1551828488;}}'),(7733,557,'nickname','jmm1190'),(7734,557,'first_name',''),(7735,557,'last_name',''),(7736,557,'description',''),(7737,557,'rich_editing','true'),(7738,557,'comment_shortcuts','false'),(7739,557,'admin_color','fresh'),(7740,557,'use_ssl','0'),(7741,557,'show_admin_bar_front','true'),(7742,557,'locale',''),(7743,557,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7744,557,'wp_user_level','0'),(7745,557,'session_tokens','a:1:{s:64:\"9be51c8231b259c467354678541fe87cca628ed17f4207b525ad476e84930725\";a:4:{s:10:\"expiration\";i:1553040302;s:2:\"ip\";s:14:\"199.249.230.88\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0\";s:5:\"login\";i:1551830702;}}'),(7746,558,'nickname','jaaldrich'),(7747,558,'first_name',''),(7748,558,'last_name',''),(7749,558,'description',''),(7750,558,'rich_editing','true'),(7751,558,'comment_shortcuts','false'),(7752,558,'admin_color','fresh'),(7753,558,'use_ssl','0'),(7754,558,'show_admin_bar_front','true'),(7755,558,'locale',''),(7756,558,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7757,558,'wp_user_level','0'),(7758,558,'session_tokens','a:1:{s:64:\"88f00de7394821a5b0d517bbacf9d537b83b2ff676faceb2eeed5d70c5cd1f38\";a:4:{s:10:\"expiration\";i:1553043279;s:2:\"ip\";s:14:\"185.220.101.32\";s:2:\"ua\";s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";s:5:\"login\";i:1551833679;}}'),(7759,559,'nickname','cmangon'),(7760,559,'first_name',''),(7761,559,'last_name',''),(7762,559,'description',''),(7763,559,'rich_editing','true'),(7764,559,'comment_shortcuts','false'),(7765,559,'admin_color','fresh'),(7766,559,'use_ssl','0'),(7767,559,'show_admin_bar_front','true'),(7768,559,'locale',''),(7769,559,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7770,559,'wp_user_level','0'),(7771,559,'session_tokens','a:1:{s:64:\"da990a490974b3ef672cb7c2138b18416eb5ea1736ea3fb73aee58d656ea0fb1\";a:4:{s:10:\"expiration\";i:1553045191;s:2:\"ip\";s:14:\"185.100.87.207\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";s:5:\"login\";i:1551835591;}}'),(7772,560,'nickname','rogocon'),(7773,560,'first_name',''),(7774,560,'last_name',''),(7775,560,'description',''),(7776,560,'rich_editing','true'),(7777,560,'comment_shortcuts','false'),(7778,560,'admin_color','fresh'),(7779,560,'use_ssl','0'),(7780,560,'show_admin_bar_front','true'),(7781,560,'locale',''),(7782,560,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7783,560,'wp_user_level','0'),(7784,560,'session_tokens','a:1:{s:64:\"7dacd8a52a8f81eab86a7dc6c23ad7f91bd6405034f090e4593dd6b7060c2b3a\";a:4:{s:10:\"expiration\";i:1553051588;s:2:\"ip\";s:15:\"193.169.145.202\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.79 Safari/537.36\";s:5:\"login\";i:1551841988;}}'),(7785,561,'nickname','meleanj'),(7786,561,'first_name',''),(7787,561,'last_name',''),(7788,561,'description',''),(7789,561,'rich_editing','true'),(7790,561,'comment_shortcuts','false'),(7791,561,'admin_color','fresh'),(7792,561,'use_ssl','0'),(7793,561,'show_admin_bar_front','true'),(7794,561,'locale',''),(7795,561,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7796,561,'wp_user_level','0'),(7797,561,'session_tokens','a:1:{s:64:\"b3aee08daeca908b9fd9812b9158f7cae3b440da6b62db76ec00efe331f28628\";a:4:{s:10:\"expiration\";i:1553077630;s:2:\"ip\";s:13:\"54.39.148.234\";s:2:\"ua\";s:61:\"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1551868030;}}'),(7798,562,'nickname','euua.com.ua'),(7799,562,'first_name',''),(7800,562,'last_name',''),(7801,562,'description',''),(7802,562,'rich_editing','true'),(7803,562,'comment_shortcuts','false'),(7804,562,'admin_color','fresh'),(7805,562,'use_ssl','0'),(7806,562,'show_admin_bar_front','true'),(7807,562,'locale',''),(7808,562,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7809,562,'wp_user_level','0'),(7810,562,'session_tokens','a:1:{s:64:\"67011f5e6cb39f5f229bd101c1ee5e0e69de8c600ef3ee39ef4c9e4236b5368e\";a:4:{s:10:\"expiration\";i:1553079766;s:2:\"ip\";s:13:\"198.98.56.149\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.2; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1551870166;}}'),(7811,563,'nickname','kareem.khasawneh2000'),(7812,563,'first_name',''),(7813,563,'last_name',''),(7814,563,'description',''),(7815,563,'rich_editing','true'),(7816,563,'comment_shortcuts','false'),(7817,563,'admin_color','fresh'),(7818,563,'use_ssl','0'),(7819,563,'show_admin_bar_front','true'),(7820,563,'locale',''),(7821,563,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7822,563,'wp_user_level','0'),(7823,563,'session_tokens','a:1:{s:64:\"40221616c15c38b16c01ad27add5a23ff046aa49e44ecdc21cc5135432e068ab\";a:4:{s:10:\"expiration\";i:1553088234;s:2:\"ip\";s:14:\"185.220.101.53\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.79 Safari/537.36\";s:5:\"login\";i:1551878634;}}'),(7824,564,'nickname','siyer1'),(7825,564,'first_name',''),(7826,564,'last_name',''),(7827,564,'description',''),(7828,564,'rich_editing','true'),(7829,564,'comment_shortcuts','false'),(7830,564,'admin_color','fresh'),(7831,564,'use_ssl','0'),(7832,564,'show_admin_bar_front','true'),(7833,564,'locale',''),(7834,564,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7835,564,'wp_user_level','0'),(7836,564,'session_tokens','a:1:{s:64:\"0165efb483cf4cfaf77cdaa9430b9c0c28f8e52ed7a0166ecfd7ffe25fff0b58\";a:4:{s:10:\"expiration\";i:1553096438;s:2:\"ip\";s:15:\"178.175.143.166\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/604.4.7 (KHTML, like Gecko) Version/11.0.2 Safari/604.4.7\";s:5:\"login\";i:1551886838;}}'),(7837,565,'nickname','infocentr.ro'),(7838,565,'first_name',''),(7839,565,'last_name',''),(7840,565,'description',''),(7841,565,'rich_editing','true'),(7842,565,'comment_shortcuts','false'),(7843,565,'admin_color','fresh'),(7844,565,'use_ssl','0'),(7845,565,'show_admin_bar_front','true'),(7846,565,'locale',''),(7847,565,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7848,565,'wp_user_level','0'),(7849,565,'session_tokens','a:1:{s:64:\"f4639491e223e79c35e8abaff547c621d46ec2fcc733e75accfe709965791f72\";a:4:{s:10:\"expiration\";i:1553099279;s:2:\"ip\";s:13:\"213.61.215.54\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";s:5:\"login\";i:1551889679;}}'),(7850,566,'nickname','cahuilla81'),(7851,566,'first_name',''),(7852,566,'last_name',''),(7853,566,'description',''),(7854,566,'rich_editing','true'),(7855,566,'comment_shortcuts','false'),(7856,566,'admin_color','fresh'),(7857,566,'use_ssl','0'),(7858,566,'show_admin_bar_front','true'),(7859,566,'locale',''),(7860,566,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7861,566,'wp_user_level','0'),(7862,566,'session_tokens','a:1:{s:64:\"fe0c170ebb741d33953cbce4daa04ddfc61b5d6c35c3b595a08d4ff768fc71ac\";a:4:{s:10:\"expiration\";i:1553112309;s:2:\"ip\";s:13:\"109.70.100.24\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1551902709;}}'),(7863,567,'nickname','nyc512'),(7864,567,'first_name',''),(7865,567,'last_name',''),(7866,567,'description',''),(7867,567,'rich_editing','true'),(7868,567,'comment_shortcuts','false'),(7869,567,'admin_color','fresh'),(7870,567,'use_ssl','0'),(7871,567,'show_admin_bar_front','true'),(7872,567,'locale',''),(7873,567,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7874,567,'wp_user_level','0'),(7875,567,'session_tokens','a:1:{s:64:\"81ca854f947e143828bc0ac65e4b482aec461ff06ac2b43dcfef0cbcf216b4df\";a:4:{s:10:\"expiration\";i:1553112673;s:2:\"ip\";s:13:\"212.47.226.52\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";s:5:\"login\";i:1551903073;}}'),(7876,568,'nickname','grizzly0627'),(7877,568,'first_name',''),(7878,568,'last_name',''),(7879,568,'description',''),(7880,568,'rich_editing','true'),(7881,568,'comment_shortcuts','false'),(7882,568,'admin_color','fresh'),(7883,568,'use_ssl','0'),(7884,568,'show_admin_bar_front','true'),(7885,568,'locale',''),(7886,568,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7887,568,'wp_user_level','0'),(7888,568,'session_tokens','a:1:{s:64:\"716469b083e99f0319a65ef5d7d5b744b66c8ef74219b64d2c52c565bdd6e272\";a:4:{s:10:\"expiration\";i:1553117790;s:2:\"ip\";s:13:\"185.16.85.152\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1551908190;}}'),(7889,569,'nickname','robin.carter2011'),(7890,569,'first_name',''),(7891,569,'last_name',''),(7892,569,'description',''),(7893,569,'rich_editing','true'),(7894,569,'comment_shortcuts','false'),(7895,569,'admin_color','fresh'),(7896,569,'use_ssl','0'),(7897,569,'show_admin_bar_front','true'),(7898,569,'locale',''),(7899,569,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7900,569,'wp_user_level','0'),(7901,569,'session_tokens','a:1:{s:64:\"25db5cdb56f40d82ae44bb3db4fe5eef92d3b19f3071b4554545ef518859a180\";a:4:{s:10:\"expiration\";i:1553118593;s:2:\"ip\";s:14:\"185.220.101.69\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36\";s:5:\"login\";i:1551908993;}}'),(7902,570,'nickname','lgarcia_281'),(7903,570,'first_name',''),(7904,570,'last_name',''),(7905,570,'description',''),(7906,570,'rich_editing','true'),(7907,570,'comment_shortcuts','false'),(7908,570,'admin_color','fresh'),(7909,570,'use_ssl','0'),(7910,570,'show_admin_bar_front','true'),(7911,570,'locale',''),(7912,570,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7913,570,'wp_user_level','0'),(7914,570,'session_tokens','a:1:{s:64:\"809320758f70b8b2af21fc11a70bba373fc204629d8ae5b96058c59f73b42606\";a:4:{s:10:\"expiration\";i:1553120535;s:2:\"ip\";s:14:\"199.249.230.80\";s:2:\"ua\";s:76:\"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko\";s:5:\"login\";i:1551910935;}}'),(7915,571,'nickname','mhutchinson1993'),(7916,571,'first_name',''),(7917,571,'last_name',''),(7918,571,'description',''),(7919,571,'rich_editing','true'),(7920,571,'comment_shortcuts','false'),(7921,571,'admin_color','fresh'),(7922,571,'use_ssl','0'),(7923,571,'show_admin_bar_front','true'),(7924,571,'locale',''),(7925,571,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7926,571,'wp_user_level','0'),(7927,571,'session_tokens','a:1:{s:64:\"7758f21332f68822080faa5dd9615296caa73631d94bfa50b82ad3c3f95e393f\";a:4:{s:10:\"expiration\";i:1553121113;s:2:\"ip\";s:14:\"141.255.162.36\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299\";s:5:\"login\";i:1551911513;}}'),(7928,572,'nickname','h4guzman'),(7929,572,'first_name',''),(7930,572,'last_name',''),(7931,572,'description',''),(7932,572,'rich_editing','true'),(7933,572,'comment_shortcuts','false'),(7934,572,'admin_color','fresh'),(7935,572,'use_ssl','0'),(7936,572,'show_admin_bar_front','true'),(7937,572,'locale',''),(7938,572,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7939,572,'wp_user_level','0'),(7940,572,'session_tokens','a:1:{s:64:\"150970bbb4ce2a678da2e286b939806751cde09f190a4a24262973ab8d79933f\";a:4:{s:10:\"expiration\";i:1553129142;s:2:\"ip\";s:12:\"109.69.67.17\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36\";s:5:\"login\";i:1551919542;}}'),(7941,573,'nickname','ap'),(7942,573,'first_name',''),(7943,573,'last_name',''),(7944,573,'description',''),(7945,573,'rich_editing','true'),(7946,573,'comment_shortcuts','false'),(7947,573,'admin_color','fresh'),(7948,573,'use_ssl','0'),(7949,573,'show_admin_bar_front','true'),(7950,573,'locale',''),(7951,573,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7952,573,'wp_user_level','0'),(7953,573,'session_tokens','a:1:{s:64:\"a997245a9632ea1f4bef00a78f03c36522c4c7d6f65cbc1394f2e8363a11ad2a\";a:4:{s:10:\"expiration\";i:1553129800;s:2:\"ip\";s:13:\"192.42.116.22\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299\";s:5:\"login\";i:1551920200;}}'),(7954,574,'nickname','dania.tanguis'),(7955,574,'first_name',''),(7956,574,'last_name',''),(7957,574,'description',''),(7958,574,'rich_editing','true'),(7959,574,'comment_shortcuts','false'),(7960,574,'admin_color','fresh'),(7961,574,'use_ssl','0'),(7962,574,'show_admin_bar_front','true'),(7963,574,'locale',''),(7964,574,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7965,574,'wp_user_level','0'),(7966,574,'session_tokens','a:1:{s:64:\"271883e4115652d21f96b362b1b8bc1270b4add5fd266460dfab613dda9c5726\";a:4:{s:10:\"expiration\";i:1553130069;s:2:\"ip\";s:15:\"103.234.220.195\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1\";s:5:\"login\";i:1551920469;}}'),(7967,575,'nickname','carolk0729'),(7968,575,'first_name',''),(7969,575,'last_name',''),(7970,575,'description',''),(7971,575,'rich_editing','true'),(7972,575,'comment_shortcuts','false'),(7973,575,'admin_color','fresh'),(7974,575,'use_ssl','0'),(7975,575,'show_admin_bar_front','true'),(7976,575,'locale',''),(7977,575,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7978,575,'wp_user_level','0'),(7979,575,'session_tokens','a:1:{s:64:\"bb260a42bfe8eea7df6c2d7b8e63c506cba3a06e7f5aea89ca171b1d86311b65\";a:4:{s:10:\"expiration\";i:1553134212;s:2:\"ip\";s:13:\"18.85.192.253\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0\";s:5:\"login\";i:1551924612;}}'),(7980,576,'nickname','hectorafb'),(7981,576,'first_name',''),(7982,576,'last_name',''),(7983,576,'description',''),(7984,576,'rich_editing','true'),(7985,576,'comment_shortcuts','false'),(7986,576,'admin_color','fresh'),(7987,576,'use_ssl','0'),(7988,576,'show_admin_bar_front','true'),(7989,576,'locale',''),(7990,576,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7991,576,'wp_user_level','0'),(7992,576,'session_tokens','a:1:{s:64:\"e75c9bafa45a1d4844632421226d8176911f32c28fce3bba71f250782e9f0fd4\";a:4:{s:10:\"expiration\";i:1553138703;s:2:\"ip\";s:15:\"158.174.122.218\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1551929103;}}'),(7993,577,'nickname','patmann2012'),(7994,577,'first_name',''),(7995,577,'last_name',''),(7996,577,'description',''),(7997,577,'rich_editing','true'),(7998,577,'comment_shortcuts','false'),(7999,577,'admin_color','fresh'),(8000,577,'use_ssl','0'),(8001,577,'show_admin_bar_front','true'),(8002,577,'locale',''),(8003,577,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8004,577,'wp_user_level','0'),(8005,577,'session_tokens','a:1:{s:64:\"d718746e09c16cd903fcc04285e4ca1f99297031194a27ab2fa7b8c4aefc653b\";a:4:{s:10:\"expiration\";i:1553140718;s:2:\"ip\";s:11:\"51.15.80.14\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";s:5:\"login\";i:1551931118;}}'),(8006,578,'nickname','elive71'),(8007,578,'first_name',''),(8008,578,'last_name',''),(8009,578,'description',''),(8010,578,'rich_editing','true'),(8011,578,'comment_shortcuts','false'),(8012,578,'admin_color','fresh'),(8013,578,'use_ssl','0'),(8014,578,'show_admin_bar_front','true'),(8015,578,'locale',''),(8016,578,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8017,578,'wp_user_level','0'),(8018,578,'session_tokens','a:1:{s:64:\"fbd02fbfd8114c3a416a23ebecc3058cba13b10f6cefc880c3cfd8b11c4e4a1a\";a:4:{s:10:\"expiration\";i:1553158904;s:2:\"ip\";s:14:\"162.247.74.201\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1551949304;}}'),(8019,579,'nickname','chrisgoldshot511'),(8020,579,'first_name',''),(8021,579,'last_name',''),(8022,579,'description',''),(8023,579,'rich_editing','true'),(8024,579,'comment_shortcuts','false'),(8025,579,'admin_color','fresh'),(8026,579,'use_ssl','0'),(8027,579,'show_admin_bar_front','true'),(8028,579,'locale',''),(8029,579,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8030,579,'wp_user_level','0'),(8031,579,'session_tokens','a:1:{s:64:\"58b3d0b9c3886957994207b767bb7271ab6da9a375bb4acc04a2d0e1af734be9\";a:4:{s:10:\"expiration\";i:1553162636;s:2:\"ip\";s:14:\"179.43.134.156\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1551953036;}}'),(8032,580,'nickname','menciushunan'),(8033,580,'first_name',''),(8034,580,'last_name',''),(8035,580,'description',''),(8036,580,'rich_editing','true'),(8037,580,'comment_shortcuts','false'),(8038,580,'admin_color','fresh'),(8039,580,'use_ssl','0'),(8040,580,'show_admin_bar_front','true'),(8041,580,'locale',''),(8042,580,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8043,580,'wp_user_level','0'),(8044,580,'session_tokens','a:1:{s:64:\"b5382b5468aed73975ff0f06b7872631c7b6f828a7a2169b570787940353be78\";a:4:{s:10:\"expiration\";i:1553167341;s:2:\"ip\";s:14:\"213.160.32.233\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0\";s:5:\"login\";i:1551957741;}}'),(8045,581,'nickname','yamilruiz16'),(8046,581,'first_name',''),(8047,581,'last_name',''),(8048,581,'description',''),(8049,581,'rich_editing','true'),(8050,581,'comment_shortcuts','false'),(8051,581,'admin_color','fresh'),(8052,581,'use_ssl','0'),(8053,581,'show_admin_bar_front','true'),(8054,581,'locale',''),(8055,581,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8056,581,'wp_user_level','0'),(8057,581,'session_tokens','a:1:{s:64:\"b2a0af345367efc58b515a93b9b4d1a6957ce690e838e94531059d54e0139c1f\";a:4:{s:10:\"expiration\";i:1553175821;s:2:\"ip\";s:14:\"185.220.101.70\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1 Safari/605.1.15\";s:5:\"login\";i:1551966221;}}'),(8058,582,'nickname','nathalie.pothier'),(8059,582,'first_name',''),(8060,582,'last_name',''),(8061,582,'description',''),(8062,582,'rich_editing','true'),(8063,582,'comment_shortcuts','false'),(8064,582,'admin_color','fresh'),(8065,582,'use_ssl','0'),(8066,582,'show_admin_bar_front','true'),(8067,582,'locale',''),(8068,582,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8069,582,'wp_user_level','0'),(8070,582,'session_tokens','a:1:{s:64:\"c5bffa746b33689ef38c46fa803b56df4e8be10b35c059eae36290445d55b725\";a:4:{s:10:\"expiration\";i:1553179211;s:2:\"ip\";s:14:\"89.234.157.254\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 OPR/43.0.2442.991\";s:5:\"login\";i:1551969611;}}'),(8071,583,'nickname','majiddds'),(8072,583,'first_name',''),(8073,583,'last_name',''),(8074,583,'description',''),(8075,583,'rich_editing','true'),(8076,583,'comment_shortcuts','false'),(8077,583,'admin_color','fresh'),(8078,583,'use_ssl','0'),(8079,583,'show_admin_bar_front','true'),(8080,583,'locale',''),(8081,583,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8082,583,'wp_user_level','0'),(8083,583,'session_tokens','a:1:{s:64:\"16074a51dfecd30fa9a960873ac408065234042b8256c9ca2f2624df26bd8c55\";a:4:{s:10:\"expiration\";i:1553181018;s:2:\"ip\";s:14:\"162.247.74.200\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\";s:5:\"login\";i:1551971418;}}'),(8084,584,'nickname','paulplain'),(8085,584,'first_name',''),(8086,584,'last_name',''),(8087,584,'description',''),(8088,584,'rich_editing','true'),(8089,584,'comment_shortcuts','false'),(8090,584,'admin_color','fresh'),(8091,584,'use_ssl','0'),(8092,584,'show_admin_bar_front','true'),(8093,584,'locale',''),(8094,584,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8095,584,'wp_user_level','0'),(8096,584,'session_tokens','a:1:{s:64:\"c82b1fd0402d0b69fee80696af393b2836c65a830144c0da9cb143cd77f11dfb\";a:4:{s:10:\"expiration\";i:1553189966;s:2:\"ip\";s:12:\"67.1.172.198\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";s:5:\"login\";i:1551980366;}}'),(8097,585,'nickname','melanytracy'),(8098,585,'first_name',''),(8099,585,'last_name',''),(8100,585,'description',''),(8101,585,'rich_editing','true'),(8102,585,'comment_shortcuts','false'),(8103,585,'admin_color','fresh'),(8104,585,'use_ssl','0'),(8105,585,'show_admin_bar_front','true'),(8106,585,'locale',''),(8107,585,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8108,585,'wp_user_level','0'),(8109,585,'session_tokens','a:1:{s:64:\"808103722261c0b1855decb3e134c90acdf02f6607a53898495cdf030df905b3\";a:4:{s:10:\"expiration\";i:1553195895;s:2:\"ip\";s:12:\"46.165.230.5\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\";s:5:\"login\";i:1551986295;}}'),(8110,586,'nickname','sunriseroofing'),(8111,586,'first_name',''),(8112,586,'last_name',''),(8113,586,'description',''),(8114,586,'rich_editing','true'),(8115,586,'comment_shortcuts','false'),(8116,586,'admin_color','fresh'),(8117,586,'use_ssl','0'),(8118,586,'show_admin_bar_front','true'),(8119,586,'locale',''),(8120,586,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8121,586,'wp_user_level','0'),(8122,586,'session_tokens','a:1:{s:64:\"9c8dcbefeae80b7ae0de4e115f9af697395ee385b29a039e131f71ab2b74982b\";a:4:{s:10:\"expiration\";i:1553198719;s:2:\"ip\";s:14:\"199.249.230.85\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36\";s:5:\"login\";i:1551989119;}}'),(8123,587,'nickname','campbek'),(8124,587,'first_name',''),(8125,587,'last_name',''),(8126,587,'description',''),(8127,587,'rich_editing','true'),(8128,587,'comment_shortcuts','false'),(8129,587,'admin_color','fresh'),(8130,587,'use_ssl','0'),(8131,587,'show_admin_bar_front','true'),(8132,587,'locale',''),(8133,587,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8134,587,'wp_user_level','0'),(8135,587,'session_tokens','a:1:{s:64:\"11754664f6ad51a31148e38bd5c1c5596a6327cfdb719233f2ba741211b33902\";a:4:{s:10:\"expiration\";i:1553199362;s:2:\"ip\";s:14:\"217.182.78.177\";s:2:\"ua\";s:105:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36\";s:5:\"login\";i:1551989762;}}'),(8136,588,'nickname','shawntsweeney'),(8137,588,'first_name',''),(8138,588,'last_name',''),(8139,588,'description',''),(8140,588,'rich_editing','true'),(8141,588,'comment_shortcuts','false'),(8142,588,'admin_color','fresh'),(8143,588,'use_ssl','0'),(8144,588,'show_admin_bar_front','true'),(8145,588,'locale',''),(8146,588,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8147,588,'wp_user_level','0'),(8148,588,'session_tokens','a:1:{s:64:\"f5648066ee6714058798b8e5da320739ba115226de795186bb7e72f49fe86acc\";a:4:{s:10:\"expiration\";i:1553204332;s:2:\"ip\";s:15:\"199.195.252.246\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1551994732;}}'),(8149,589,'nickname','mholley1104'),(8150,589,'first_name',''),(8151,589,'last_name',''),(8152,589,'description',''),(8153,589,'rich_editing','true'),(8154,589,'comment_shortcuts','false'),(8155,589,'admin_color','fresh'),(8156,589,'use_ssl','0'),(8157,589,'show_admin_bar_front','true'),(8158,589,'locale',''),(8159,589,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8160,589,'wp_user_level','0'),(8161,589,'session_tokens','a:1:{s:64:\"2389a386d5696363cd3ed371c0f12e36092af335632e6a84cd97d2436fcfb326\";a:4:{s:10:\"expiration\";i:1553207681;s:2:\"ip\";s:13:\"51.68.143.229\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1551998081;}}'),(8162,590,'nickname','hanna.riley.21'),(8163,590,'first_name',''),(8164,590,'last_name',''),(8165,590,'description',''),(8166,590,'rich_editing','true'),(8167,590,'comment_shortcuts','false'),(8168,590,'admin_color','fresh'),(8169,590,'use_ssl','0'),(8170,590,'show_admin_bar_front','true'),(8171,590,'locale',''),(8172,590,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8173,590,'wp_user_level','0'),(8174,590,'session_tokens','a:1:{s:64:\"d2581baf581fe698c5411c47f049606f76af248d11fd251547fec101394969fa\";a:4:{s:10:\"expiration\";i:1553209309;s:2:\"ip\";s:12:\"81.17.27.132\";s:2:\"ua\";s:101:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.21 (KHTML, like Gecko) Mwendo/1.1.5 Safari/537.21\";s:5:\"login\";i:1551999709;}}'),(8175,591,'nickname','haydeb2424'),(8176,591,'first_name',''),(8177,591,'last_name',''),(8178,591,'description',''),(8179,591,'rich_editing','true'),(8180,591,'comment_shortcuts','false'),(8181,591,'admin_color','fresh'),(8182,591,'use_ssl','0'),(8183,591,'show_admin_bar_front','true'),(8184,591,'locale',''),(8185,591,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8186,591,'wp_user_level','0'),(8187,591,'session_tokens','a:1:{s:64:\"b3d47f77cd181ca65e3637e36548720da81028d9995f1a2af80a93c029d62a27\";a:4:{s:10:\"expiration\";i:1553209958;s:2:\"ip\";s:15:\"192.160.102.169\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:59.0) Gecko/20100101 Firefox/59.0\";s:5:\"login\";i:1552000358;}}'),(8188,592,'nickname','derekjbedell'),(8189,592,'first_name',''),(8190,592,'last_name',''),(8191,592,'description',''),(8192,592,'rich_editing','true'),(8193,592,'comment_shortcuts','false'),(8194,592,'admin_color','fresh'),(8195,592,'use_ssl','0'),(8196,592,'show_admin_bar_front','true'),(8197,592,'locale',''),(8198,592,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8199,592,'wp_user_level','0'),(8200,592,'session_tokens','a:1:{s:64:\"22934b37febc06113cdead9006005bd4d75a7b9c89301364ccfa51203f693b5a\";a:4:{s:10:\"expiration\";i:1553219853;s:2:\"ip\";s:13:\"185.220.101.1\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36\";s:5:\"login\";i:1552010253;}}'),(8201,593,'nickname','ejwmonbilout'),(8202,593,'first_name',''),(8203,593,'last_name',''),(8204,593,'description',''),(8205,593,'rich_editing','true'),(8206,593,'comment_shortcuts','false'),(8207,593,'admin_color','fresh'),(8208,593,'use_ssl','0'),(8209,593,'show_admin_bar_front','true'),(8210,593,'locale',''),(8211,593,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8212,593,'wp_user_level','0'),(8213,593,'session_tokens','a:1:{s:64:\"f1d3bc2443cd79dc962de83ddaef7492df5588897d652544f28a77b1c8a27224\";a:4:{s:10:\"expiration\";i:1553226304;s:2:\"ip\";s:13:\"185.104.120.4\";s:2:\"ua\";s:118:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/601.6.17 (KHTML, like Gecko) Version/9.1.1 Safari/601.6.17\";s:5:\"login\";i:1552016704;}}'),(8214,594,'nickname','danielalbarian'),(8215,594,'first_name',''),(8216,594,'last_name',''),(8217,594,'description',''),(8218,594,'rich_editing','true'),(8219,594,'comment_shortcuts','false'),(8220,594,'admin_color','fresh'),(8221,594,'use_ssl','0'),(8222,594,'show_admin_bar_front','true'),(8223,594,'locale',''),(8224,594,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8225,594,'wp_user_level','0'),(8226,594,'session_tokens','a:1:{s:64:\"afb1419ff98d6b354f6414da1134d6d6db65311fadd0185eacdebc024104a5b1\";a:4:{s:10:\"expiration\";i:1553227455;s:2:\"ip\";s:14:\"185.220.101.62\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1552017855;}}'),(8227,595,'nickname','roeser1984'),(8228,595,'first_name',''),(8229,595,'last_name',''),(8230,595,'description',''),(8231,595,'rich_editing','true'),(8232,595,'comment_shortcuts','false'),(8233,595,'admin_color','fresh'),(8234,595,'use_ssl','0'),(8235,595,'show_admin_bar_front','true'),(8236,595,'locale',''),(8237,595,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8238,595,'wp_user_level','0'),(8239,595,'session_tokens','a:1:{s:64:\"2e9e301b555fae3716fbce9fd97444f286854cfbd66ac7638998a56e8e8e2436\";a:4:{s:10:\"expiration\";i:1553231327;s:2:\"ip\";s:15:\"185.222.202.125\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0\";s:5:\"login\";i:1552021727;}}'),(8240,596,'nickname','justin.levine.one'),(8241,596,'first_name',''),(8242,596,'last_name',''),(8243,596,'description',''),(8244,596,'rich_editing','true'),(8245,596,'comment_shortcuts','false'),(8246,596,'admin_color','fresh'),(8247,596,'use_ssl','0'),(8248,596,'show_admin_bar_front','true'),(8249,596,'locale',''),(8250,596,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8251,596,'wp_user_level','0'),(8252,596,'session_tokens','a:1:{s:64:\"71183ed5521438a9a70a0d5f34dfa296444fa7a182906d2c3328bc54493a4675\";a:4:{s:10:\"expiration\";i:1553233749;s:2:\"ip\";s:11:\"51.15.128.3\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";s:5:\"login\";i:1552024149;}}'),(8253,597,'nickname','cdoremus'),(8254,597,'first_name',''),(8255,597,'last_name',''),(8256,597,'description',''),(8257,597,'rich_editing','true'),(8258,597,'comment_shortcuts','false'),(8259,597,'admin_color','fresh'),(8260,597,'use_ssl','0'),(8261,597,'show_admin_bar_front','true'),(8262,597,'locale',''),(8263,597,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8264,597,'wp_user_level','0'),(8265,597,'session_tokens','a:1:{s:64:\"03b1bfde24814183dc44c553a81cf9ce476d4be1b45413b2dd5b1d83ee508e4f\";a:4:{s:10:\"expiration\";i:1553234370;s:2:\"ip\";s:13:\"109.70.100.18\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1552024770;}}'),(8266,598,'nickname','sanmingsan'),(8267,598,'first_name',''),(8268,598,'last_name',''),(8269,598,'description',''),(8270,598,'rich_editing','true'),(8271,598,'comment_shortcuts','false'),(8272,598,'admin_color','fresh'),(8273,598,'use_ssl','0'),(8274,598,'show_admin_bar_front','true'),(8275,598,'locale',''),(8276,598,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8277,598,'wp_user_level','0'),(8278,598,'session_tokens','a:1:{s:64:\"83e1e10d43630927c5d92187755a81a6b44299128a1efff855b5e71a1c3d376a\";a:4:{s:10:\"expiration\";i:1553244988;s:2:\"ip\";s:13:\"94.142.242.84\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.2; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1552035388;}}'),(8279,599,'nickname','tm'),(8280,599,'first_name',''),(8281,599,'last_name',''),(8282,599,'description',''),(8283,599,'rich_editing','true'),(8284,599,'comment_shortcuts','false'),(8285,599,'admin_color','fresh'),(8286,599,'use_ssl','0'),(8287,599,'show_admin_bar_front','true'),(8288,599,'locale',''),(8289,599,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8290,599,'wp_user_level','0'),(8291,599,'session_tokens','a:1:{s:64:\"c7710e381462a2b91376a648482ba5483c038086771049770ebac1cda5a7d83c\";a:4:{s:10:\"expiration\";i:1553245171;s:2:\"ip\";s:14:\"162.247.74.216\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.65 Safari/537.36\";s:5:\"login\";i:1552035571;}}'),(8292,600,'nickname','hdeshazo'),(8293,600,'first_name',''),(8294,600,'last_name',''),(8295,600,'description',''),(8296,600,'rich_editing','true'),(8297,600,'comment_shortcuts','false'),(8298,600,'admin_color','fresh'),(8299,600,'use_ssl','0'),(8300,600,'show_admin_bar_front','true'),(8301,600,'locale',''),(8302,600,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8303,600,'wp_user_level','0'),(8304,600,'session_tokens','a:1:{s:64:\"ea0f672c9df25c5d1ad0bab7c601d62037c0f41f08b4f1e8eeef27d7f3b919cc\";a:4:{s:10:\"expiration\";i:1553248009;s:2:\"ip\";s:14:\"185.220.101.28\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1552038409;}}'),(8305,601,'nickname','deborahwnewell'),(8306,601,'first_name',''),(8307,601,'last_name',''),(8308,601,'description',''),(8309,601,'rich_editing','true'),(8310,601,'comment_shortcuts','false'),(8311,601,'admin_color','fresh'),(8312,601,'use_ssl','0'),(8313,601,'show_admin_bar_front','true'),(8314,601,'locale',''),(8315,601,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8316,601,'wp_user_level','0'),(8317,601,'session_tokens','a:1:{s:64:\"6311eeaaa7711a89938a44a898c79ca800d538a48305e97aa3817e17ffc35c6c\";a:4:{s:10:\"expiration\";i:1553288461;s:2:\"ip\";s:14:\"199.249.230.82\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1552078861;}}'),(8318,602,'nickname','iclaepmagze'),(8319,602,'first_name',''),(8320,602,'last_name',''),(8321,602,'description',''),(8322,602,'rich_editing','true'),(8323,602,'comment_shortcuts','false'),(8324,602,'admin_color','fresh'),(8325,602,'use_ssl','0'),(8326,602,'show_admin_bar_front','true'),(8327,602,'locale',''),(8328,602,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8329,602,'wp_user_level','0'),(8330,602,'session_tokens','a:1:{s:64:\"26276a5774f60e98bc0807479e9c3b958ee0dcf7d22660476884b7f5757009aa\";a:4:{s:10:\"expiration\";i:1553292246;s:2:\"ip\";s:14:\"37.187.129.166\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15\";s:5:\"login\";i:1552082646;}}'),(8331,603,'nickname','kosgei.sylvia95'),(8332,603,'first_name',''),(8333,603,'last_name',''),(8334,603,'description',''),(8335,603,'rich_editing','true'),(8336,603,'comment_shortcuts','false'),(8337,603,'admin_color','fresh'),(8338,603,'use_ssl','0'),(8339,603,'show_admin_bar_front','true'),(8340,603,'locale',''),(8341,603,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8342,603,'wp_user_level','0'),(8343,603,'session_tokens','a:1:{s:64:\"fe9a5eb7e18cf8a603c2dc580842c561db04680cb35ca052495732decbda89fe\";a:4:{s:10:\"expiration\";i:1553338981;s:2:\"ip\";s:14:\"185.220.101.15\";s:2:\"ua\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36\";s:5:\"login\";i:1552129381;}}'),(8344,604,'nickname','sparacinogiulia'),(8345,604,'first_name',''),(8346,604,'last_name',''),(8347,604,'description',''),(8348,604,'rich_editing','true'),(8349,604,'comment_shortcuts','false'),(8350,604,'admin_color','fresh'),(8351,604,'use_ssl','0'),(8352,604,'show_admin_bar_front','true'),(8353,604,'locale',''),(8354,604,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8355,604,'wp_user_level','0'),(8356,604,'session_tokens','a:1:{s:64:\"73341d727d40b11cc0dc5749822f56982d2393cda7fcb6febacb64087832b655\";a:4:{s:10:\"expiration\";i:1553361308;s:2:\"ip\";s:13:\"109.70.100.21\";s:2:\"ua\";s:118:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/601.6.17 (KHTML, like Gecko) Version/9.1.1 Safari/601.6.17\";s:5:\"login\";i:1552151708;}}'),(8357,605,'nickname','wedding2014'),(8358,605,'first_name',''),(8359,605,'last_name',''),(8360,605,'description',''),(8361,605,'rich_editing','true'),(8362,605,'comment_shortcuts','false'),(8363,605,'admin_color','fresh'),(8364,605,'use_ssl','0'),(8365,605,'show_admin_bar_front','true'),(8366,605,'locale',''),(8367,605,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8368,605,'wp_user_level','0'),(8369,605,'session_tokens','a:1:{s:64:\"1b9a8b9cbd1ad8fd1408604273b879f9f5839c865033404c1ab28902fec9bf4e\";a:4:{s:10:\"expiration\";i:1553363653;s:2:\"ip\";s:13:\"109.70.100.25\";s:2:\"ua\";s:76:\"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko\";s:5:\"login\";i:1552154053;}}'),(8370,606,'nickname','kwhitham1'),(8371,606,'first_name',''),(8372,606,'last_name',''),(8373,606,'description',''),(8374,606,'rich_editing','true'),(8375,606,'comment_shortcuts','false'),(8376,606,'admin_color','fresh'),(8377,606,'use_ssl','0'),(8378,606,'show_admin_bar_front','true'),(8379,606,'locale',''),(8380,606,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8381,606,'wp_user_level','0'),(8382,606,'session_tokens','a:1:{s:64:\"3070af3e9346f77a1c3d0649546cf49f0a865d09c9c3734433c3cccd8fe723e2\";a:4:{s:10:\"expiration\";i:1553382463;s:2:\"ip\";s:15:\"198.167.223.100\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36\";s:5:\"login\";i:1552172863;}}'),(8383,607,'nickname','instinctvfx'),(8384,607,'first_name',''),(8385,607,'last_name',''),(8386,607,'description',''),(8387,607,'rich_editing','true'),(8388,607,'comment_shortcuts','false'),(8389,607,'admin_color','fresh'),(8390,607,'use_ssl','0'),(8391,607,'show_admin_bar_front','true'),(8392,607,'locale',''),(8393,607,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8394,607,'wp_user_level','0'),(8395,607,'session_tokens','a:1:{s:64:\"89297a7704b962ccf4ba97af73b9c867ab42237a96d92e5ad48f526cd3433753\";a:4:{s:10:\"expiration\";i:1553474179;s:2:\"ip\";s:13:\"80.127.116.96\";s:2:\"ua\";s:63:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0)\";s:5:\"login\";i:1552264579;}}'),(8396,608,'nickname','sanford.dan'),(8397,608,'first_name',''),(8398,608,'last_name',''),(8399,608,'description',''),(8400,608,'rich_editing','true'),(8401,608,'comment_shortcuts','false'),(8402,608,'admin_color','fresh'),(8403,608,'use_ssl','0'),(8404,608,'show_admin_bar_front','true'),(8405,608,'locale',''),(8406,608,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8407,608,'wp_user_level','0'),(8408,608,'session_tokens','a:1:{s:64:\"071aa5695fe0cadfd3bbf31ec472e0cab004fde026140f459372792f7ce8efe8\";a:4:{s:10:\"expiration\";i:1553477314;s:2:\"ip\";s:14:\"199.249.230.88\";s:2:\"ua\";s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";s:5:\"login\";i:1552267714;}}'),(8409,609,'nickname','paulmdonovan'),(8410,609,'first_name',''),(8411,609,'last_name',''),(8412,609,'description',''),(8413,609,'rich_editing','true'),(8414,609,'comment_shortcuts','false'),(8415,609,'admin_color','fresh'),(8416,609,'use_ssl','0'),(8417,609,'show_admin_bar_front','true'),(8418,609,'locale',''),(8419,609,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8420,609,'wp_user_level','0'),(8421,609,'session_tokens','a:1:{s:64:\"6e920d08f0d2b9cb0318d5d27935e8a0fbce8faac9cafeac2bb71de20191e095\";a:4:{s:10:\"expiration\";i:1553490941;s:2:\"ip\";s:14:\"37.187.129.166\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36\";s:5:\"login\";i:1552281341;}}'),(8422,610,'nickname','gcpc007'),(8423,610,'first_name',''),(8424,610,'last_name',''),(8425,610,'description',''),(8426,610,'rich_editing','true'),(8427,610,'comment_shortcuts','false'),(8428,610,'admin_color','fresh'),(8429,610,'use_ssl','0'),(8430,610,'show_admin_bar_front','true'),(8431,610,'locale',''),(8432,610,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8433,610,'wp_user_level','0'),(8434,610,'session_tokens','a:1:{s:64:\"8e849d9f38e53115f04e6c03630184e273c7339d2646a55afa58342b5ac5b203\";a:4:{s:10:\"expiration\";i:1553499144;s:2:\"ip\";s:10:\"5.79.86.15\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1552289544;}}'),(8435,611,'nickname','sexynicole2018'),(8436,611,'first_name',''),(8437,611,'last_name',''),(8438,611,'description',''),(8439,611,'rich_editing','true'),(8440,611,'comment_shortcuts','false'),(8441,611,'admin_color','fresh'),(8442,611,'use_ssl','0'),(8443,611,'show_admin_bar_front','true'),(8444,611,'locale',''),(8445,611,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8446,611,'wp_user_level','0'),(8447,611,'session_tokens','a:1:{s:64:\"35d73e48200538d9ad9b059aafb43b88d0ac509d1acb3d512f0ae22c1c5f7c56\";a:4:{s:10:\"expiration\";i:1553499193;s:2:\"ip\";s:13:\"104.244.76.13\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8\";s:5:\"login\";i:1552289593;}}'),(8448,612,'nickname','mohsarlene'),(8449,612,'first_name',''),(8450,612,'last_name',''),(8451,612,'description',''),(8452,612,'rich_editing','true'),(8453,612,'comment_shortcuts','false'),(8454,612,'admin_color','fresh'),(8455,612,'use_ssl','0'),(8456,612,'show_admin_bar_front','true'),(8457,612,'locale',''),(8458,612,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8459,612,'wp_user_level','0'),(8460,612,'session_tokens','a:1:{s:64:\"2e9df591bd96d68791b6b0a4e9aa2dfa7b1f9facc9c865b01d3deac75e04d200\";a:4:{s:10:\"expiration\";i:1553500212;s:2:\"ip\";s:14:\"185.220.101.68\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1552290612;}}'),(8461,613,'nickname','rawsonbari'),(8462,613,'first_name',''),(8463,613,'last_name',''),(8464,613,'description',''),(8465,613,'rich_editing','true'),(8466,613,'comment_shortcuts','false'),(8467,613,'admin_color','fresh'),(8468,613,'use_ssl','0'),(8469,613,'show_admin_bar_front','true'),(8470,613,'locale',''),(8471,613,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8472,613,'wp_user_level','0'),(8473,613,'session_tokens','a:1:{s:64:\"810d6275f3276d198856259956fbf1a9ddbdf7800248da5ab7233595e1c61383\";a:4:{s:10:\"expiration\";i:1553502251;s:2:\"ip\";s:13:\"185.220.102.7\";s:2:\"ua\";s:93:\"Mozilla/5.0 (Unknown; Linux) AppleWebKit/538.1 (KHTML, like Gecko) Chrome/v1.0.0 Safari/538.1\";s:5:\"login\";i:1552292651;}}'),(8474,614,'nickname','jints07'),(8475,614,'first_name',''),(8476,614,'last_name',''),(8477,614,'description',''),(8478,614,'rich_editing','true'),(8479,614,'comment_shortcuts','false'),(8480,614,'admin_color','fresh'),(8481,614,'use_ssl','0'),(8482,614,'show_admin_bar_front','true'),(8483,614,'locale',''),(8484,614,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8485,614,'wp_user_level','0'),(8486,614,'session_tokens','a:1:{s:64:\"76e8c71c8c70ae0809458d71b175b9214043b858bbe628483bc4acfd73bf7530\";a:4:{s:10:\"expiration\";i:1553505269;s:2:\"ip\";s:15:\"197.231.221.211\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36\";s:5:\"login\";i:1552295669;}}'),(8487,615,'nickname','tuvu2015'),(8488,615,'first_name',''),(8489,615,'last_name',''),(8490,615,'description',''),(8491,615,'rich_editing','true'),(8492,615,'comment_shortcuts','false'),(8493,615,'admin_color','fresh'),(8494,615,'use_ssl','0'),(8495,615,'show_admin_bar_front','true'),(8496,615,'locale',''),(8497,615,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8498,615,'wp_user_level','0'),(8499,615,'session_tokens','a:1:{s:64:\"064b5718715e12f5184b3537d9035dd26a73b2ffa2d1ffd0eb87c57f2c7d6966\";a:4:{s:10:\"expiration\";i:1553514616;s:2:\"ip\";s:12:\"31.220.0.225\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\";s:5:\"login\";i:1552305016;}}'),(8500,616,'nickname','jonathanshefton78'),(8501,616,'first_name',''),(8502,616,'last_name',''),(8503,616,'description',''),(8504,616,'rich_editing','true'),(8505,616,'comment_shortcuts','false'),(8506,616,'admin_color','fresh'),(8507,616,'use_ssl','0'),(8508,616,'show_admin_bar_front','true'),(8509,616,'locale',''),(8510,616,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8511,616,'wp_user_level','0'),(8512,616,'session_tokens','a:1:{s:64:\"988516c825e63aef7c32519f24e5a35755cecb3ece97ad4ca5bfb963ee47c901\";a:4:{s:10:\"expiration\";i:1553514646;s:2:\"ip\";s:13:\"192.42.116.20\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36\";s:5:\"login\";i:1552305046;}}'),(8513,617,'nickname','joanna.fiedler'),(8514,617,'first_name',''),(8515,617,'last_name',''),(8516,617,'description',''),(8517,617,'rich_editing','true'),(8518,617,'comment_shortcuts','false'),(8519,617,'admin_color','fresh'),(8520,617,'use_ssl','0'),(8521,617,'show_admin_bar_front','true'),(8522,617,'locale',''),(8523,617,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8524,617,'wp_user_level','0'),(8525,617,'session_tokens','a:1:{s:64:\"113885b484cad79de65fa882fa25f419a1bfb350c525f781224a0d2e5a5f13a1\";a:4:{s:10:\"expiration\";i:1553519721;s:2:\"ip\";s:14:\"199.249.230.64\";s:2:\"ua\";s:93:\"Mozilla/5.0 (Unknown; Linux) AppleWebKit/538.1 (KHTML, like Gecko) Chrome/v1.0.0 Safari/538.1\";s:5:\"login\";i:1552310121;}}'),(8526,618,'nickname','brenda11938'),(8527,618,'first_name',''),(8528,618,'last_name',''),(8529,618,'description',''),(8530,618,'rich_editing','true'),(8531,618,'comment_shortcuts','false'),(8532,618,'admin_color','fresh'),(8533,618,'use_ssl','0'),(8534,618,'show_admin_bar_front','true'),(8535,618,'locale',''),(8536,618,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8537,618,'wp_user_level','0'),(8538,618,'session_tokens','a:1:{s:64:\"ca00ad7c105d0f05edf836d158f12dd0c190ea6298df66971b6da5ac4ca1fda3\";a:4:{s:10:\"expiration\";i:1553524919;s:2:\"ip\";s:13:\"162.247.74.74\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15\";s:5:\"login\";i:1552315319;}}'),(8539,619,'nickname','sergiopiedade1999'),(8540,619,'first_name',''),(8541,619,'last_name',''),(8542,619,'description',''),(8543,619,'rich_editing','true'),(8544,619,'comment_shortcuts','false'),(8545,619,'admin_color','fresh'),(8546,619,'use_ssl','0'),(8547,619,'show_admin_bar_front','true'),(8548,619,'locale',''),(8549,619,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8550,619,'wp_user_level','0'),(8551,619,'session_tokens','a:1:{s:64:\"0c1e963690629145d0d389ab79e783762f255e18a1c5245aabe92610447354cf\";a:4:{s:10:\"expiration\";i:1553529514;s:2:\"ip\";s:15:\"103.208.220.226\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36\";s:5:\"login\";i:1552319914;}}'),(8552,620,'nickname','jessekmac'),(8553,620,'first_name',''),(8554,620,'last_name',''),(8555,620,'description',''),(8556,620,'rich_editing','true'),(8557,620,'comment_shortcuts','false'),(8558,620,'admin_color','fresh'),(8559,620,'use_ssl','0'),(8560,620,'show_admin_bar_front','true'),(8561,620,'locale',''),(8562,620,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8563,620,'wp_user_level','0'),(8564,620,'session_tokens','a:1:{s:64:\"d512ccd7eaace392f24536f4fed88106821ce359edae361a9488625c0b665dcb\";a:4:{s:10:\"expiration\";i:1553531255;s:2:\"ip\";s:13:\"192.42.116.27\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1552321655;}}'),(8565,621,'nickname','da.scott'),(8566,621,'first_name',''),(8567,621,'last_name',''),(8568,621,'description',''),(8569,621,'rich_editing','true'),(8570,621,'comment_shortcuts','false'),(8571,621,'admin_color','fresh'),(8572,621,'use_ssl','0'),(8573,621,'show_admin_bar_front','true'),(8574,621,'locale',''),(8575,621,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8576,621,'wp_user_level','0'),(8577,621,'session_tokens','a:1:{s:64:\"8c3b76737711d3fb81f83ab36cfd8f3cabac86601affe2178b42e5d6ba43cdaa\";a:4:{s:10:\"expiration\";i:1553541097;s:2:\"ip\";s:14:\"185.147.80.155\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36\";s:5:\"login\";i:1552331497;}}'),(8578,622,'nickname','info'),(8579,622,'first_name',''),(8580,622,'last_name',''),(8581,622,'description',''),(8582,622,'rich_editing','true'),(8583,622,'comment_shortcuts','false'),(8584,622,'admin_color','fresh'),(8585,622,'use_ssl','0'),(8586,622,'show_admin_bar_front','true'),(8587,622,'locale',''),(8588,622,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8589,622,'wp_user_level','0'),(8590,622,'session_tokens','a:1:{s:64:\"332ebdaee136faa255d0211734667b0285ce27f5bb764b02b3766c639c6ca10a\";a:4:{s:10:\"expiration\";i:1553549502;s:2:\"ip\";s:13:\"87.118.122.51\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1552339902;}}'),(8591,623,'nickname','xxlanklesxx1'),(8592,623,'first_name',''),(8593,623,'last_name',''),(8594,623,'description',''),(8595,623,'rich_editing','true'),(8596,623,'comment_shortcuts','false'),(8597,623,'admin_color','fresh'),(8598,623,'use_ssl','0'),(8599,623,'show_admin_bar_front','true'),(8600,623,'locale',''),(8601,623,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8602,623,'wp_user_level','0'),(8603,623,'session_tokens','a:1:{s:64:\"8303856c781169a47142f1c78c8c12b46149e09b95dfb94dd2c949af1ca048aa\";a:4:{s:10:\"expiration\";i:1553554583;s:2:\"ip\";s:14:\"185.220.101.27\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.104 Safari/537.36\";s:5:\"login\";i:1552344983;}}'),(8604,624,'nickname','sgiacalone'),(8605,624,'first_name',''),(8606,624,'last_name',''),(8607,624,'description',''),(8608,624,'rich_editing','true'),(8609,624,'comment_shortcuts','false'),(8610,624,'admin_color','fresh'),(8611,624,'use_ssl','0'),(8612,624,'show_admin_bar_front','true'),(8613,624,'locale',''),(8614,624,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8615,624,'wp_user_level','0'),(8616,624,'session_tokens','a:1:{s:64:\"9b31282ef01bf7266cf5c5714f5d706bc7256ffc58a4d35faba7be96f626ad6d\";a:4:{s:10:\"expiration\";i:1553557131;s:2:\"ip\";s:14:\"185.220.101.44\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36\";s:5:\"login\";i:1552347531;}}'),(8617,625,'nickname','abelletti7'),(8618,625,'first_name',''),(8619,625,'last_name',''),(8620,625,'description',''),(8621,625,'rich_editing','true'),(8622,625,'comment_shortcuts','false'),(8623,625,'admin_color','fresh'),(8624,625,'use_ssl','0'),(8625,625,'show_admin_bar_front','true'),(8626,625,'locale',''),(8627,625,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8628,625,'wp_user_level','0'),(8629,625,'session_tokens','a:1:{s:64:\"972ba37d2eacceace188acca693c849943f162307c445722a84d11314f8322cf\";a:4:{s:10:\"expiration\";i:1553567050;s:2:\"ip\";s:13:\"185.220.101.6\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36\";s:5:\"login\";i:1552357450;}}'),(8630,626,'nickname','andrewkwin'),(8631,626,'first_name',''),(8632,626,'last_name',''),(8633,626,'description',''),(8634,626,'rich_editing','true'),(8635,626,'comment_shortcuts','false'),(8636,626,'admin_color','fresh'),(8637,626,'use_ssl','0'),(8638,626,'show_admin_bar_front','true'),(8639,626,'locale',''),(8640,626,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8641,626,'wp_user_level','0'),(8642,626,'session_tokens','a:1:{s:64:\"a2c3a630fd29960aaeb18c3d753e048fc45caa2389c4eb398c2dbaaff12efd0c\";a:4:{s:10:\"expiration\";i:1553568960;s:2:\"ip\";s:14:\"185.220.101.25\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0\";s:5:\"login\";i:1552359360;}}'),(8643,627,'nickname','94dooley'),(8644,627,'first_name',''),(8645,627,'last_name',''),(8646,627,'description',''),(8647,627,'rich_editing','true'),(8648,627,'comment_shortcuts','false'),(8649,627,'admin_color','fresh'),(8650,627,'use_ssl','0'),(8651,627,'show_admin_bar_front','true'),(8652,627,'locale',''),(8653,627,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8654,627,'wp_user_level','0'),(8655,627,'session_tokens','a:1:{s:64:\"a80ab6d69237326271105afebad619b4693cf30ba1b4227d73fc6e72be0ccb7c\";a:4:{s:10:\"expiration\";i:1553574604;s:2:\"ip\";s:14:\"195.228.45.176\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0\";s:5:\"login\";i:1552365004;}}'),(8656,628,'nickname','judi18188'),(8657,628,'first_name',''),(8658,628,'last_name',''),(8659,628,'description',''),(8660,628,'rich_editing','true'),(8661,628,'comment_shortcuts','false'),(8662,628,'admin_color','fresh'),(8663,628,'use_ssl','0'),(8664,628,'show_admin_bar_front','true'),(8665,628,'locale',''),(8666,628,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8667,628,'wp_user_level','0'),(8668,628,'session_tokens','a:1:{s:64:\"b6c466f6c08f03eb3736acd695c3aa4df21dcc5f6e6e1c702ce1af2531f5b16e\";a:4:{s:10:\"expiration\";i:1553576106;s:2:\"ip\";s:14:\"89.234.157.254\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36\";s:5:\"login\";i:1552366506;}}'),(8669,629,'nickname','tcbeck2'),(8670,629,'first_name',''),(8671,629,'last_name',''),(8672,629,'description',''),(8673,629,'rich_editing','true'),(8674,629,'comment_shortcuts','false'),(8675,629,'admin_color','fresh'),(8676,629,'use_ssl','0'),(8677,629,'show_admin_bar_front','true'),(8678,629,'locale',''),(8679,629,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8680,629,'wp_user_level','0'),(8681,629,'session_tokens','a:1:{s:64:\"3c8586ca074e7c011c53b0738775ce5c83c84e41b8ff9540154700bae2d80a3b\";a:4:{s:10:\"expiration\";i:1553579172;s:2:\"ip\";s:14:\"217.115.10.132\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";s:5:\"login\";i:1552369572;}}'),(8682,630,'nickname','dianakach1968'),(8683,630,'first_name',''),(8684,630,'last_name',''),(8685,630,'description',''),(8686,630,'rich_editing','true'),(8687,630,'comment_shortcuts','false'),(8688,630,'admin_color','fresh'),(8689,630,'use_ssl','0'),(8690,630,'show_admin_bar_front','true'),(8691,630,'locale',''),(8692,630,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8693,630,'wp_user_level','0'),(8694,630,'session_tokens','a:1:{s:64:\"df126d7f5b33cebdeedced0ff8c987ce3edf80fadd2d83e5e5664286c756238e\";a:4:{s:10:\"expiration\";i:1553581737;s:2:\"ip\";s:13:\"54.39.151.216\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0\";s:5:\"login\";i:1552372137;}}'),(8695,631,'nickname','booknicoledejaneiro'),(8696,631,'first_name',''),(8697,631,'last_name',''),(8698,631,'description',''),(8699,631,'rich_editing','true'),(8700,631,'comment_shortcuts','false'),(8701,631,'admin_color','fresh'),(8702,631,'use_ssl','0'),(8703,631,'show_admin_bar_front','true'),(8704,631,'locale',''),(8705,631,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8706,631,'wp_user_level','0'),(8707,631,'session_tokens','a:1:{s:64:\"04b0357087a567dd5e36d9dc3931dd148c48638690b28a1877caa1f2d0f72f13\";a:4:{s:10:\"expiration\";i:1553589444;s:2:\"ip\";s:13:\"192.42.116.16\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\";s:5:\"login\";i:1552379844;}}'),(8708,632,'nickname','Us4w5N5qs'),(8709,632,'first_name','John'),(8710,632,'last_name','Hillam'),(8711,632,'description',''),(8712,632,'rich_editing','true'),(8713,632,'comment_shortcuts','false'),(8714,632,'admin_color','fresh'),(8715,632,'use_ssl','0'),(8716,632,'show_admin_bar_front','true'),(8717,632,'locale',''),(8718,632,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8719,632,'wp_user_level','0'),(8720,632,'session_tokens','a:1:{s:64:\"a07a7766502ff9da86855b2536f457d66b109696642a588db7e69ffe073df3cd\";a:4:{s:10:\"expiration\";i:1553595597;s:2:\"ip\";s:15:\"146.185.200.201\";s:2:\"ua\";s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:44.0) Gecko/20100101 Firefox/44.0\";s:5:\"login\";i:1552385997;}}'),(8721,632,'_woocommerce_persistent_cart','a:1:{s:4:\"cart\";a:1:{s:32:\"cb93980bc94a17e36d6de5da28b99785\";a:9:{s:10:\"product_id\";i:7126;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";d:565;s:13:\"line_subtotal\";d:565;s:8:\"line_tax\";d:0;s:17:\"line_subtotal_tax\";d:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}}}'),(8722,632,'last_update','1552385997'),(8723,632,'billing_first_name','John'),(8724,632,'billing_last_name','Hillam'),(8725,632,'billing_company','company'),(8726,632,'billing_address_1','H 1 street 31'),(8727,632,'billing_city','New York'),(8728,632,'billing_state','VT'),(8729,632,'billing_postcode','32223'),(8730,632,'billing_country','US'),(8731,632,'billing_email','Us4w5N5qs@gmail.com'),(8732,632,'billing_phone','111111111111'),(8733,632,'shipping_first_name','John'),(8734,632,'shipping_last_name','Hillam'),(8735,632,'shipping_company','company'),(8736,632,'shipping_address_1','H 1 street 31'),(8737,632,'shipping_city','New York'),(8738,632,'shipping_state','VT'),(8739,632,'shipping_postcode','32223'),(8740,632,'shipping_country','US'),(8741,632,'shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(8742,633,'nickname','ZFT4i75va'),(8743,633,'first_name','John'),(8744,633,'last_name','Hillam'),(8745,633,'description',''),(8746,633,'rich_editing','true'),(8747,633,'comment_shortcuts','false'),(8748,633,'admin_color','fresh'),(8749,633,'use_ssl','0'),(8750,633,'show_admin_bar_front','true'),(8751,633,'locale',''),(8752,633,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8753,633,'wp_user_level','0'),(8754,633,'session_tokens','a:1:{s:64:\"1658eaef9bb0ca286d502c8e42ce696f0ee85929f61162f2098c39f64c32108b\";a:4:{s:10:\"expiration\";i:1553596272;s:2:\"ip\";s:13:\"46.161.63.228\";s:2:\"ua\";s:143:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 YaBrowser/16.2.0.3539 Yowser/2.5 Safari/537.36\";s:5:\"login\";i:1552386672;}}'),(8755,633,'_woocommerce_persistent_cart','a:1:{s:4:\"cart\";a:1:{s:32:\"cb93980bc94a17e36d6de5da28b99785\";a:9:{s:10:\"product_id\";i:7126;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";d:565;s:13:\"line_subtotal\";d:565;s:8:\"line_tax\";d:0;s:17:\"line_subtotal_tax\";d:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}}}'),(8756,633,'last_update','1552386672'),(8757,633,'billing_first_name','John'),(8758,633,'billing_last_name','Hillam'),(8759,633,'billing_company','company'),(8760,633,'billing_address_1','H 1 street 31'),(8761,633,'billing_city','New York'),(8762,633,'billing_state','UT'),(8763,633,'billing_postcode','11572'),(8764,633,'billing_country','US'),(8765,633,'billing_email','ZFT4i75va@gmail.com'),(8766,633,'billing_phone','111111111111'),(8767,633,'shipping_first_name','John'),(8768,633,'shipping_last_name','Hillam'),(8769,633,'shipping_company','company'),(8770,633,'shipping_address_1','H 1 street 31'),(8771,633,'shipping_city','New York'),(8772,633,'shipping_state','UT'),(8773,633,'shipping_postcode','11572'),(8774,633,'shipping_country','US'),(8775,633,'shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(8776,634,'nickname','mercedesparjus143'),(8777,634,'first_name',''),(8778,634,'last_name',''),(8779,634,'description',''),(8780,634,'rich_editing','true'),(8781,634,'comment_shortcuts','false'),(8782,634,'admin_color','fresh'),(8783,634,'use_ssl','0'),(8784,634,'show_admin_bar_front','true'),(8785,634,'locale',''),(8786,634,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8787,634,'wp_user_level','0'),(8788,634,'session_tokens','a:1:{s:64:\"6e8459353b1dec00118da034dc5ce2596ebbddb5a3e7ba9d73af437f4b4ba4b3\";a:4:{s:10:\"expiration\";i:1553602000;s:2:\"ip\";s:15:\"195.254.134.242\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1552392400;}}'),(8789,635,'nickname','john'),(8790,635,'first_name',''),(8791,635,'last_name',''),(8792,635,'description',''),(8793,635,'rich_editing','true'),(8794,635,'comment_shortcuts','false'),(8795,635,'admin_color','fresh'),(8796,635,'use_ssl','0'),(8797,635,'show_admin_bar_front','true'),(8798,635,'locale',''),(8799,635,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8800,635,'wp_user_level','0'),(8801,635,'session_tokens','a:1:{s:64:\"04364e6f72d62ec0d51a3a808aaffb368fdcf862a866e6e839494b5da9e23564\";a:4:{s:10:\"expiration\";i:1553605502;s:2:\"ip\";s:13:\"185.220.102.7\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0\";s:5:\"login\";i:1552395902;}}'),(8802,636,'nickname','matthewrutski77'),(8803,636,'first_name',''),(8804,636,'last_name',''),(8805,636,'description',''),(8806,636,'rich_editing','true'),(8807,636,'comment_shortcuts','false'),(8808,636,'admin_color','fresh'),(8809,636,'use_ssl','0'),(8810,636,'show_admin_bar_front','true'),(8811,636,'locale',''),(8812,636,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8813,636,'wp_user_level','0'),(8814,636,'session_tokens','a:1:{s:64:\"1321364ed551b4bcbc9f9baa2d8fc3936b4b8f9c259032d405be865a5dc51a60\";a:4:{s:10:\"expiration\";i:1553613595;s:2:\"ip\";s:14:\"185.220.101.25\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8\";s:5:\"login\";i:1552403995;}}'),(8815,637,'nickname','ckmate312'),(8816,637,'first_name',''),(8817,637,'last_name',''),(8818,637,'description',''),(8819,637,'rich_editing','true'),(8820,637,'comment_shortcuts','false'),(8821,637,'admin_color','fresh'),(8822,637,'use_ssl','0'),(8823,637,'show_admin_bar_front','true'),(8824,637,'locale',''),(8825,637,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8826,637,'wp_user_level','0'),(8827,637,'session_tokens','a:1:{s:64:\"511a0a6206e821f91f118817a3961e1fead960420222dbdf7e5cce42e72c6258\";a:4:{s:10:\"expiration\";i:1553614403;s:2:\"ip\";s:14:\"77.247.181.163\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1\";s:5:\"login\";i:1552404803;}}'),(8828,638,'nickname','contact.lisa27'),(8829,638,'first_name',''),(8830,638,'last_name',''),(8831,638,'description',''),(8832,638,'rich_editing','true'),(8833,638,'comment_shortcuts','false'),(8834,638,'admin_color','fresh'),(8835,638,'use_ssl','0'),(8836,638,'show_admin_bar_front','true'),(8837,638,'locale',''),(8838,638,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8839,638,'wp_user_level','0'),(8840,638,'session_tokens','a:1:{s:64:\"a6f573b31b622837b7b357d91bc2e75acec48b393b28115350aab207e3431f1f\";a:4:{s:10:\"expiration\";i:1553615889;s:2:\"ip\";s:13:\"49.50.107.221\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1552406289;}}'),(8841,639,'nickname','rick'),(8842,639,'first_name',''),(8843,639,'last_name',''),(8844,639,'description',''),(8845,639,'rich_editing','true'),(8846,639,'comment_shortcuts','false'),(8847,639,'admin_color','fresh'),(8848,639,'use_ssl','0'),(8849,639,'show_admin_bar_front','true'),(8850,639,'locale',''),(8851,639,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8852,639,'wp_user_level','0'),(8853,639,'session_tokens','a:1:{s:64:\"9a73e5e7ade66c1d67d26086ec671d105e811af1aa21eed04e892fea33375f70\";a:4:{s:10:\"expiration\";i:1553617498;s:2:\"ip\";s:13:\"104.218.63.74\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:59.0) Gecko/20100101 Firefox/59.0\";s:5:\"login\";i:1552407898;}}'),(8854,640,'nickname','jchenoweth1957'),(8855,640,'first_name',''),(8856,640,'last_name',''),(8857,640,'description',''),(8858,640,'rich_editing','true'),(8859,640,'comment_shortcuts','false'),(8860,640,'admin_color','fresh'),(8861,640,'use_ssl','0'),(8862,640,'show_admin_bar_front','true'),(8863,640,'locale',''),(8864,640,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8865,640,'wp_user_level','0'),(8866,640,'session_tokens','a:1:{s:64:\"c4a0d66ada92af9f54a34dd0644d9dbeac192e31d8a677b6166110967880c7d9\";a:4:{s:10:\"expiration\";i:1553618171;s:2:\"ip\";s:14:\"185.220.101.69\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4\";s:5:\"login\";i:1552408571;}}'),(8867,641,'nickname','christopher.m.sacry'),(8868,641,'first_name',''),(8869,641,'last_name',''),(8870,641,'description',''),(8871,641,'rich_editing','true'),(8872,641,'comment_shortcuts','false'),(8873,641,'admin_color','fresh'),(8874,641,'use_ssl','0'),(8875,641,'show_admin_bar_front','true'),(8876,641,'locale',''),(8877,641,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8878,641,'wp_user_level','0'),(8879,641,'session_tokens','a:1:{s:64:\"21f1d964c91ab7b845ef1fea17dc4679f130a872884e588a876e6ce260c90020\";a:4:{s:10:\"expiration\";i:1553627684;s:2:\"ip\";s:15:\"197.231.221.211\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1552418084;}}'),(8880,642,'nickname','jasonhowser83'),(8881,642,'first_name',''),(8882,642,'last_name',''),(8883,642,'description',''),(8884,642,'rich_editing','true'),(8885,642,'comment_shortcuts','false'),(8886,642,'admin_color','fresh'),(8887,642,'use_ssl','0'),(8888,642,'show_admin_bar_front','true'),(8889,642,'locale',''),(8890,642,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8891,642,'wp_user_level','0'),(8892,642,'session_tokens','a:1:{s:64:\"866fd8b526412653ff6c1750e45cebe0dbaf6fcc3881d2cf527704767f9bcbf0\";a:4:{s:10:\"expiration\";i:1553627742;s:2:\"ip\";s:14:\"162.247.74.216\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\";s:5:\"login\";i:1552418142;}}'),(8893,643,'nickname','lgauvin'),(8894,643,'first_name',''),(8895,643,'last_name',''),(8896,643,'description',''),(8897,643,'rich_editing','true'),(8898,643,'comment_shortcuts','false'),(8899,643,'admin_color','fresh'),(8900,643,'use_ssl','0'),(8901,643,'show_admin_bar_front','true'),(8902,643,'locale',''),(8903,643,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8904,643,'wp_user_level','0'),(8905,643,'session_tokens','a:1:{s:64:\"b6ca2d38edbabea3c854a93c0128a9c924a446903d3e4d536353ecc571916868\";a:4:{s:10:\"expiration\";i:1553628462;s:2:\"ip\";s:14:\"185.125.33.114\";s:2:\"ua\";s:50:\"Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)\";s:5:\"login\";i:1552418862;}}'),(8906,644,'nickname','mcdermottm'),(8907,644,'first_name',''),(8908,644,'last_name',''),(8909,644,'description',''),(8910,644,'rich_editing','true'),(8911,644,'comment_shortcuts','false'),(8912,644,'admin_color','fresh'),(8913,644,'use_ssl','0'),(8914,644,'show_admin_bar_front','true'),(8915,644,'locale',''),(8916,644,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8917,644,'wp_user_level','0'),(8918,644,'session_tokens','a:1:{s:64:\"451d22fd2f56b1cca363c7df677978829f2d5512af8335dff254accdaa130d04\";a:4:{s:10:\"expiration\";i:1553628244;s:2:\"ip\";s:13:\"176.10.99.200\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36\";s:5:\"login\";i:1552418644;}}'),(8919,645,'nickname','searcyspcs'),(8920,645,'first_name',''),(8921,645,'last_name',''),(8922,645,'description',''),(8923,645,'rich_editing','true'),(8924,645,'comment_shortcuts','false'),(8925,645,'admin_color','fresh'),(8926,645,'use_ssl','0'),(8927,645,'show_admin_bar_front','true'),(8928,645,'locale',''),(8929,645,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8930,645,'wp_user_level','0'),(8931,645,'session_tokens','a:1:{s:64:\"62b9ddb9bbad18f2af4e08ba2ac36eea9ecb57ae7eb418960b608a6dec38ff88\";a:4:{s:10:\"expiration\";i:1553628659;s:2:\"ip\";s:13:\"158.69.193.32\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36\";s:5:\"login\";i:1552419059;}}'),(8932,646,'nickname','joshuadamronmcguire'),(8933,646,'first_name',''),(8934,646,'last_name',''),(8935,646,'description',''),(8936,646,'rich_editing','true'),(8937,646,'comment_shortcuts','false'),(8938,646,'admin_color','fresh'),(8939,646,'use_ssl','0'),(8940,646,'show_admin_bar_front','true'),(8941,646,'locale',''),(8942,646,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8943,646,'wp_user_level','0'),(8944,646,'session_tokens','a:1:{s:64:\"c4337037b6279f5d4ac5dbb5dd3bd6336b4c42af69e951cbac842586ebbeb821\";a:4:{s:10:\"expiration\";i:1553630124;s:2:\"ip\";s:14:\"199.249.230.70\";s:2:\"ua\";s:105:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36\";s:5:\"login\";i:1552420524;}}'),(8945,647,'nickname','trujillorafel'),(8946,647,'first_name',''),(8947,647,'last_name',''),(8948,647,'description',''),(8949,647,'rich_editing','true'),(8950,647,'comment_shortcuts','false'),(8951,647,'admin_color','fresh'),(8952,647,'use_ssl','0'),(8953,647,'show_admin_bar_front','true'),(8954,647,'locale',''),(8955,647,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8956,647,'wp_user_level','0'),(8957,647,'session_tokens','a:1:{s:64:\"d9c8dfe78d3c17904e6e09ef5a6c55f5f96fae1da27e47651fd07e543223a58d\";a:4:{s:10:\"expiration\";i:1553632622;s:2:\"ip\";s:14:\"185.220.101.57\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36\";s:5:\"login\";i:1552423022;}}'),(8958,648,'nickname','jasonexist'),(8959,648,'first_name',''),(8960,648,'last_name',''),(8961,648,'description',''),(8962,648,'rich_editing','true'),(8963,648,'comment_shortcuts','false'),(8964,648,'admin_color','fresh'),(8965,648,'use_ssl','0'),(8966,648,'show_admin_bar_front','true'),(8967,648,'locale',''),(8968,648,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8969,648,'wp_user_level','0'),(8970,648,'session_tokens','a:1:{s:64:\"893eea756a3eee1b5b249d3af0404943adb9fd7268e0215a493da75926ec99e8\";a:4:{s:10:\"expiration\";i:1553635624;s:2:\"ip\";s:11:\"185.34.33.2\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1552426024;}}'),(8971,649,'nickname','laha3527'),(8972,649,'first_name',''),(8973,649,'last_name',''),(8974,649,'description',''),(8975,649,'rich_editing','true'),(8976,649,'comment_shortcuts','false'),(8977,649,'admin_color','fresh'),(8978,649,'use_ssl','0'),(8979,649,'show_admin_bar_front','true'),(8980,649,'locale',''),(8981,649,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8982,649,'wp_user_level','0'),(8983,649,'session_tokens','a:1:{s:64:\"b4e9fa055fc8bf235a339a96dc296756cfaae55414820fbf9712d0cf97564bc1\";a:4:{s:10:\"expiration\";i:1553636392;s:2:\"ip\";s:11:\"51.15.224.0\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0\";s:5:\"login\";i:1552426792;}}'),(8984,650,'nickname','williamfran'),(8985,650,'first_name',''),(8986,650,'last_name',''),(8987,650,'description',''),(8988,650,'rich_editing','true'),(8989,650,'comment_shortcuts','false'),(8990,650,'admin_color','fresh'),(8991,650,'use_ssl','0'),(8992,650,'show_admin_bar_front','true'),(8993,650,'locale',''),(8994,650,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8995,650,'wp_user_level','0'),(8996,650,'session_tokens','a:1:{s:64:\"53231e7546ff46d0618b8a7e3fbf9ae59b35be78dfecfdb6eae8d87bbb547458\";a:4:{s:10:\"expiration\";i:1553636808;s:2:\"ip\";s:12:\"71.19.148.20\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10240\";s:5:\"login\";i:1552427208;}}'),(8997,651,'nickname','imam_defid_efendi'),(8998,651,'first_name',''),(8999,651,'last_name',''),(9000,651,'description',''),(9001,651,'rich_editing','true'),(9002,651,'comment_shortcuts','false'),(9003,651,'admin_color','fresh'),(9004,651,'use_ssl','0'),(9005,651,'show_admin_bar_front','true'),(9006,651,'locale',''),(9007,651,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9008,651,'wp_user_level','0'),(9009,651,'session_tokens','a:1:{s:64:\"7ec1616f4843b08d2911c6b857386a5fe51e55e139b68ca11e1e8ab027b1963e\";a:4:{s:10:\"expiration\";i:1553639568;s:2:\"ip\";s:13:\"109.70.100.22\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";s:5:\"login\";i:1552429968;}}'),(9010,652,'nickname','richard_meadows'),(9011,652,'first_name',''),(9012,652,'last_name',''),(9013,652,'description',''),(9014,652,'rich_editing','true'),(9015,652,'comment_shortcuts','false'),(9016,652,'admin_color','fresh'),(9017,652,'use_ssl','0'),(9018,652,'show_admin_bar_front','true'),(9019,652,'locale',''),(9020,652,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9021,652,'wp_user_level','0'),(9022,652,'session_tokens','a:1:{s:64:\"2e510a164b6c4689d4c7d4cd4a5af4b7e58de58666a86d7b9fe1483c0df7f75c\";a:4:{s:10:\"expiration\";i:1553640307;s:2:\"ip\";s:13:\"71.19.144.106\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36\";s:5:\"login\";i:1552430707;}}'),(9023,653,'nickname','shareenamoody'),(9024,653,'first_name',''),(9025,653,'last_name',''),(9026,653,'description',''),(9027,653,'rich_editing','true'),(9028,653,'comment_shortcuts','false'),(9029,653,'admin_color','fresh'),(9030,653,'use_ssl','0'),(9031,653,'show_admin_bar_front','true'),(9032,653,'locale',''),(9033,653,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9034,653,'wp_user_level','0'),(9035,653,'session_tokens','a:1:{s:64:\"376be71e2e28497cd489d211a8d1b77460b97df64c196155bbc8e3dbb45a4518\";a:4:{s:10:\"expiration\";i:1553640614;s:2:\"ip\";s:13:\"185.107.83.71\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";s:5:\"login\";i:1552431014;}}'),(9036,654,'nickname','frostvdogyt'),(9037,654,'first_name',''),(9038,654,'last_name',''),(9039,654,'description',''),(9040,654,'rich_editing','true'),(9041,654,'comment_shortcuts','false'),(9042,654,'admin_color','fresh'),(9043,654,'use_ssl','0'),(9044,654,'show_admin_bar_front','true'),(9045,654,'locale',''),(9046,654,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9047,654,'wp_user_level','0'),(9048,654,'session_tokens','a:1:{s:64:\"64e024e620ba151ffae86d05659d0e17953a31ac9406e2b0a5b6f992ff28c5c0\";a:4:{s:10:\"expiration\";i:1553640867;s:2:\"ip\";s:13:\"109.70.100.20\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1552431267;}}'),(9049,655,'nickname','lilmspumkin'),(9050,655,'first_name',''),(9051,655,'last_name',''),(9052,655,'description',''),(9053,655,'rich_editing','true'),(9054,655,'comment_shortcuts','false'),(9055,655,'admin_color','fresh'),(9056,655,'use_ssl','0'),(9057,655,'show_admin_bar_front','true'),(9058,655,'locale',''),(9059,655,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9060,655,'wp_user_level','0'),(9061,655,'session_tokens','a:1:{s:64:\"e9c4fb50058339106060de3878d1f896dbdcdc686a059b7b609e28c2df69608a\";a:4:{s:10:\"expiration\";i:1553642309;s:2:\"ip\";s:15:\"178.175.143.158\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\";s:5:\"login\";i:1552432709;}}'),(9062,656,'nickname','tkimng'),(9063,656,'first_name',''),(9064,656,'last_name',''),(9065,656,'description',''),(9066,656,'rich_editing','true'),(9067,656,'comment_shortcuts','false'),(9068,656,'admin_color','fresh'),(9069,656,'use_ssl','0'),(9070,656,'show_admin_bar_front','true'),(9071,656,'locale',''),(9072,656,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9073,656,'wp_user_level','0'),(9074,656,'session_tokens','a:1:{s:64:\"e25f5ae893984c3c156f37857730c15a706ac098c9d7be26789cbc5339a9033b\";a:4:{s:10:\"expiration\";i:1553646020;s:2:\"ip\";s:14:\"185.220.101.33\";s:2:\"ua\";s:101:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.21 (KHTML, like Gecko) Mwendo/1.1.5 Safari/537.21\";s:5:\"login\";i:1552436420;}}'),(9075,657,'nickname','davis.remington'),(9076,657,'first_name',''),(9077,657,'last_name',''),(9078,657,'description',''),(9079,657,'rich_editing','true'),(9080,657,'comment_shortcuts','false'),(9081,657,'admin_color','fresh'),(9082,657,'use_ssl','0'),(9083,657,'show_admin_bar_front','true'),(9084,657,'locale',''),(9085,657,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9086,657,'wp_user_level','0'),(9087,657,'session_tokens','a:1:{s:64:\"35e2680ba2f0e96dd7d9029f74f50323a5f0e7f9ce82f650287a04ffaac8259c\";a:4:{s:10:\"expiration\";i:1553646301;s:2:\"ip\";s:13:\"204.85.191.30\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.65 Safari/537.36\";s:5:\"login\";i:1552436701;}}'),(9088,658,'nickname','damonavery'),(9089,658,'first_name',''),(9090,658,'last_name',''),(9091,658,'description',''),(9092,658,'rich_editing','true'),(9093,658,'comment_shortcuts','false'),(9094,658,'admin_color','fresh'),(9095,658,'use_ssl','0'),(9096,658,'show_admin_bar_front','true'),(9097,658,'locale',''),(9098,658,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9099,658,'wp_user_level','0'),(9100,658,'session_tokens','a:1:{s:64:\"9b843e0fbc2a0adb23ced2cb6bcdaaf13574687aa0439fcd0e35a7d2fb24b3b2\";a:4:{s:10:\"expiration\";i:1553653522;s:2:\"ip\";s:14:\"199.249.230.85\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/604.4.7 (KHTML, like Gecko) Version/11.0.2 Safari/604.4.7\";s:5:\"login\";i:1552443922;}}'),(9101,659,'nickname','sam.azner'),(9102,659,'first_name',''),(9103,659,'last_name',''),(9104,659,'description',''),(9105,659,'rich_editing','true'),(9106,659,'comment_shortcuts','false'),(9107,659,'admin_color','fresh'),(9108,659,'use_ssl','0'),(9109,659,'show_admin_bar_front','true'),(9110,659,'locale',''),(9111,659,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9112,659,'wp_user_level','0'),(9113,659,'session_tokens','a:1:{s:64:\"0a2d92e2720ae2dc0f8de7caf8ed5aab7b6111e6d566b040221f1f146e98a50d\";a:4:{s:10:\"expiration\";i:1553657045;s:2:\"ip\";s:13:\"23.129.64.105\";s:2:\"ua\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)\";s:5:\"login\";i:1552447445;}}'),(9114,660,'nickname','ksmithbuilder1'),(9115,660,'first_name',''),(9116,660,'last_name',''),(9117,660,'description',''),(9118,660,'rich_editing','true'),(9119,660,'comment_shortcuts','false'),(9120,660,'admin_color','fresh'),(9121,660,'use_ssl','0'),(9122,660,'show_admin_bar_front','true'),(9123,660,'locale',''),(9124,660,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9125,660,'wp_user_level','0'),(9126,660,'session_tokens','a:1:{s:64:\"e8eefbfaae6769ffd77e6804849e557e068c07a7ca0bfbce07c7f38789af6f1a\";a:4:{s:10:\"expiration\";i:1553678330;s:2:\"ip\";s:12:\"166.70.207.2\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36\";s:5:\"login\";i:1552468730;}}'),(9127,661,'nickname','spazmanian2016'),(9128,661,'first_name',''),(9129,661,'last_name',''),(9130,661,'description',''),(9131,661,'rich_editing','true'),(9132,661,'comment_shortcuts','false'),(9133,661,'admin_color','fresh'),(9134,661,'use_ssl','0'),(9135,661,'show_admin_bar_front','true'),(9136,661,'locale',''),(9137,661,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9138,661,'wp_user_level','0'),(9139,661,'session_tokens','a:1:{s:64:\"5f8eb87c70ce806aa992744d1e98a6bf28847551d9d02674112fb118d59a836d\";a:4:{s:10:\"expiration\";i:1553685298;s:2:\"ip\";s:14:\"178.32.147.150\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36\";s:5:\"login\";i:1552475698;}}'),(9140,662,'nickname','sciencekinget'),(9141,662,'first_name',''),(9142,662,'last_name',''),(9143,662,'description',''),(9144,662,'rich_editing','true'),(9145,662,'comment_shortcuts','false'),(9146,662,'admin_color','fresh'),(9147,662,'use_ssl','0'),(9148,662,'show_admin_bar_front','true'),(9149,662,'locale',''),(9150,662,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9151,662,'wp_user_level','0'),(9152,662,'session_tokens','a:1:{s:64:\"a9c0108df7a5b780eddf7f3b603c81938b093ca7cf30e09b328f0a05bee31601\";a:4:{s:10:\"expiration\";i:1553685835;s:2:\"ip\";s:13:\"109.70.100.24\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36\";s:5:\"login\";i:1552476235;}}'),(9153,663,'nickname','fhweebee101'),(9154,663,'first_name',''),(9155,663,'last_name',''),(9156,663,'description',''),(9157,663,'rich_editing','true'),(9158,663,'comment_shortcuts','false'),(9159,663,'admin_color','fresh'),(9160,663,'use_ssl','0'),(9161,663,'show_admin_bar_front','true'),(9162,663,'locale',''),(9163,663,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9164,663,'wp_user_level','0'),(9165,663,'session_tokens','a:1:{s:64:\"9d83ccbe4bc9711544b8dbf01cd60f3336361a5245ec2639e1dcd660f028daea\";a:4:{s:10:\"expiration\";i:1553694064;s:2:\"ip\";s:15:\"185.220.100.252\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1552484464;}}'),(9166,664,'nickname','shoty2cuteforu'),(9167,664,'first_name',''),(9168,664,'last_name',''),(9169,664,'description',''),(9170,664,'rich_editing','true'),(9171,664,'comment_shortcuts','false'),(9172,664,'admin_color','fresh'),(9173,664,'use_ssl','0'),(9174,664,'show_admin_bar_front','true'),(9175,664,'locale',''),(9176,664,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9177,664,'wp_user_level','0'),(9178,664,'session_tokens','a:1:{s:64:\"6c96064067d80d008fa4510a5b9e358c87b6d3b2876f26e99b6896da01646a2f\";a:4:{s:10:\"expiration\";i:1553694134;s:2:\"ip\";s:15:\"192.160.102.170\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1552484534;}}'),(9179,665,'nickname','universalcar'),(9180,665,'first_name',''),(9181,665,'last_name',''),(9182,665,'description',''),(9183,665,'rich_editing','true'),(9184,665,'comment_shortcuts','false'),(9185,665,'admin_color','fresh'),(9186,665,'use_ssl','0'),(9187,665,'show_admin_bar_front','true'),(9188,665,'locale',''),(9189,665,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9190,665,'wp_user_level','0'),(9191,665,'session_tokens','a:1:{s:64:\"e6758c506448f2c46ba0676516df1b864cf5b8823fa863f635b10fa0adb3bf93\";a:4:{s:10:\"expiration\";i:1553694770;s:2:\"ip\";s:13:\"46.166.139.35\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.65 Safari/537.36\";s:5:\"login\";i:1552485170;}}'),(9192,666,'nickname','jennifer.oldham'),(9193,666,'first_name',''),(9194,666,'last_name',''),(9195,666,'description',''),(9196,666,'rich_editing','true'),(9197,666,'comment_shortcuts','false'),(9198,666,'admin_color','fresh'),(9199,666,'use_ssl','0'),(9200,666,'show_admin_bar_front','true'),(9201,666,'locale',''),(9202,666,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9203,666,'wp_user_level','0'),(9204,666,'session_tokens','a:1:{s:64:\"1bdd7cf79985e2d9563bc9c98fc1999e5f59efe76bb79181b79562dfda1a9a5a\";a:4:{s:10:\"expiration\";i:1553695858;s:2:\"ip\";s:13:\"212.47.248.66\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.2; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1552486258;}}'),(9205,667,'nickname','simofdo92'),(9206,667,'first_name',''),(9207,667,'last_name',''),(9208,667,'description',''),(9209,667,'rich_editing','true'),(9210,667,'comment_shortcuts','false'),(9211,667,'admin_color','fresh'),(9212,667,'use_ssl','0'),(9213,667,'show_admin_bar_front','true'),(9214,667,'locale',''),(9215,667,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9216,667,'wp_user_level','0'),(9217,667,'session_tokens','a:1:{s:64:\"9cfc35855a3447318599e6757f09ecf7a7c1e6939b8ba2e30c49d85aabea32c5\";a:4:{s:10:\"expiration\";i:1553695845;s:2:\"ip\";s:15:\"192.160.102.166\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8\";s:5:\"login\";i:1552486245;}}'),(9218,668,'nickname','fdelreal'),(9219,668,'first_name',''),(9220,668,'last_name',''),(9221,668,'description',''),(9222,668,'rich_editing','true'),(9223,668,'comment_shortcuts','false'),(9224,668,'admin_color','fresh'),(9225,668,'use_ssl','0'),(9226,668,'show_admin_bar_front','true'),(9227,668,'locale',''),(9228,668,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9229,668,'wp_user_level','0'),(9230,668,'session_tokens','a:1:{s:64:\"4b970e1c450edecbad3bff4fb38cdffbe894f750ec7b4462c8437c8ca5d3de30\";a:4:{s:10:\"expiration\";i:1553696099;s:2:\"ip\";s:14:\"185.220.101.34\";s:2:\"ua\";s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";s:5:\"login\";i:1552486499;}}'),(9231,669,'nickname','rwzehr'),(9232,669,'first_name',''),(9233,669,'last_name',''),(9234,669,'description',''),(9235,669,'rich_editing','true'),(9236,669,'comment_shortcuts','false'),(9237,669,'admin_color','fresh'),(9238,669,'use_ssl','0'),(9239,669,'show_admin_bar_front','true'),(9240,669,'locale',''),(9241,669,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9242,669,'wp_user_level','0'),(9243,669,'session_tokens','a:1:{s:64:\"e9e53b2db173a2467729878618d24ad23773e6192e9913aa4ade651cc975bb90\";a:4:{s:10:\"expiration\";i:1553699159;s:2:\"ip\";s:13:\"23.129.64.104\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0.3 Safari/604.5.6\";s:5:\"login\";i:1552489559;}}'),(9244,670,'nickname','thaistanley'),(9245,670,'first_name',''),(9246,670,'last_name',''),(9247,670,'description',''),(9248,670,'rich_editing','true'),(9249,670,'comment_shortcuts','false'),(9250,670,'admin_color','fresh'),(9251,670,'use_ssl','0'),(9252,670,'show_admin_bar_front','true'),(9253,670,'locale',''),(9254,670,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9255,670,'wp_user_level','0'),(9256,670,'session_tokens','a:1:{s:64:\"14e05853460f77b2a5812c5f9564f3905da1cc47d1f47ff8c9fd412c9b925218\";a:4:{s:10:\"expiration\";i:1553701482;s:2:\"ip\";s:14:\"77.247.181.162\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0\";s:5:\"login\";i:1552491882;}}'),(9257,671,'nickname','d.lagrone23'),(9258,671,'first_name',''),(9259,671,'last_name',''),(9260,671,'description',''),(9261,671,'rich_editing','true'),(9262,671,'comment_shortcuts','false'),(9263,671,'admin_color','fresh'),(9264,671,'use_ssl','0'),(9265,671,'show_admin_bar_front','true'),(9266,671,'locale',''),(9267,671,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9268,671,'wp_user_level','0'),(9269,671,'session_tokens','a:1:{s:64:\"4e8b4201c839eb1057e5f9c7054000ba147f608e971d035d30402696f219393c\";a:4:{s:10:\"expiration\";i:1553707557;s:2:\"ip\";s:15:\"178.175.143.166\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8\";s:5:\"login\";i:1552497957;}}'),(9270,672,'nickname','scabusi'),(9271,672,'first_name',''),(9272,672,'last_name',''),(9273,672,'description',''),(9274,672,'rich_editing','true'),(9275,672,'comment_shortcuts','false'),(9276,672,'admin_color','fresh'),(9277,672,'use_ssl','0'),(9278,672,'show_admin_bar_front','true'),(9279,672,'locale',''),(9280,672,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9281,672,'wp_user_level','0'),(9282,672,'session_tokens','a:1:{s:64:\"9115cd316e42ceca0f29ce5dce97c73e838bcd988c8d37696e519f268a922fb0\";a:4:{s:10:\"expiration\";i:1553707692;s:2:\"ip\";s:13:\"185.104.120.7\";s:2:\"ua\";s:69:\"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1552498092;}}'),(9283,673,'nickname','dville65'),(9284,673,'first_name',''),(9285,673,'last_name',''),(9286,673,'description',''),(9287,673,'rich_editing','true'),(9288,673,'comment_shortcuts','false'),(9289,673,'admin_color','fresh'),(9290,673,'use_ssl','0'),(9291,673,'show_admin_bar_front','true'),(9292,673,'locale',''),(9293,673,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9294,673,'wp_user_level','0'),(9295,673,'session_tokens','a:1:{s:64:\"98e869103b01d9a8d7af7374083b60d171e81a4980edddb6a563fc2287465168\";a:4:{s:10:\"expiration\";i:1553707790;s:2:\"ip\";s:13:\"207.244.70.35\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0\";s:5:\"login\";i:1552498190;}}'),(9296,674,'nickname','juliemanuel8'),(9297,674,'first_name',''),(9298,674,'last_name',''),(9299,674,'description',''),(9300,674,'rich_editing','true'),(9301,674,'comment_shortcuts','false'),(9302,674,'admin_color','fresh'),(9303,674,'use_ssl','0'),(9304,674,'show_admin_bar_front','true'),(9305,674,'locale',''),(9306,674,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9307,674,'wp_user_level','0'),(9308,674,'session_tokens','a:1:{s:64:\"49995129b58ba097f91b116b8f5f74fd983094524486d31c7e09f3ca931d30c5\";a:4:{s:10:\"expiration\";i:1553708795;s:2:\"ip\";s:14:\"185.220.101.25\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1552499195;}}'),(9309,675,'nickname','aaronxf'),(9310,675,'first_name',''),(9311,675,'last_name',''),(9312,675,'description',''),(9313,675,'rich_editing','true'),(9314,675,'comment_shortcuts','false'),(9315,675,'admin_color','fresh'),(9316,675,'use_ssl','0'),(9317,675,'show_admin_bar_front','true'),(9318,675,'locale',''),(9319,675,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9320,675,'wp_user_level','0'),(9321,675,'session_tokens','a:1:{s:64:\"54bc1502d0fcfb2888c139396635eb42d9631e0ffd69377014f40eba6143b256\";a:4:{s:10:\"expiration\";i:1553709534;s:2:\"ip\";s:12:\"51.15.48.204\";s:2:\"ua\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0)\";s:5:\"login\";i:1552499934;}}'),(9322,676,'nickname','bcargile'),(9323,676,'first_name',''),(9324,676,'last_name',''),(9325,676,'description',''),(9326,676,'rich_editing','true'),(9327,676,'comment_shortcuts','false'),(9328,676,'admin_color','fresh'),(9329,676,'use_ssl','0'),(9330,676,'show_admin_bar_front','true'),(9331,676,'locale',''),(9332,676,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9333,676,'wp_user_level','0'),(9334,676,'session_tokens','a:1:{s:64:\"48fc4210157929ec164b8c67209bbfb05b42e3a0d6169fea76a59298ed37680c\";a:4:{s:10:\"expiration\";i:1553710081;s:2:\"ip\";s:14:\"199.249.230.70\";s:2:\"ua\";s:93:\"Mozilla/5.0 (Unknown; Linux) AppleWebKit/538.1 (KHTML, like Gecko) Chrome/v1.0.0 Safari/538.1\";s:5:\"login\";i:1552500481;}}'),(9335,677,'nickname','jetinjr'),(9336,677,'first_name',''),(9337,677,'last_name',''),(9338,677,'description',''),(9339,677,'rich_editing','true'),(9340,677,'comment_shortcuts','false'),(9341,677,'admin_color','fresh'),(9342,677,'use_ssl','0'),(9343,677,'show_admin_bar_front','true'),(9344,677,'locale',''),(9345,677,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9346,677,'wp_user_level','0'),(9347,677,'session_tokens','a:1:{s:64:\"a3d4aa165e6bbfebaf791b726ad833dd3cd0bc811a41c025c37ce69ccaeb4593\";a:4:{s:10:\"expiration\";i:1553715084;s:2:\"ip\";s:12:\"178.20.55.18\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36\";s:5:\"login\";i:1552505484;}}'),(9348,678,'nickname','burgwc1'),(9349,678,'first_name',''),(9350,678,'last_name',''),(9351,678,'description',''),(9352,678,'rich_editing','true'),(9353,678,'comment_shortcuts','false'),(9354,678,'admin_color','fresh'),(9355,678,'use_ssl','0'),(9356,678,'show_admin_bar_front','true'),(9357,678,'locale',''),(9358,678,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9359,678,'wp_user_level','0'),(9360,678,'session_tokens','a:1:{s:64:\"92fba2ebd3665f323b4b21f6318607dac6b561356bb4e9168dc5080077fc27e8\";a:4:{s:10:\"expiration\";i:1553715491;s:2:\"ip\";s:14:\"46.165.245.154\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10240\";s:5:\"login\";i:1552505891;}}'),(9361,679,'nickname','palatouche'),(9362,679,'first_name',''),(9363,679,'last_name',''),(9364,679,'description',''),(9365,679,'rich_editing','true'),(9366,679,'comment_shortcuts','false'),(9367,679,'admin_color','fresh'),(9368,679,'use_ssl','0'),(9369,679,'show_admin_bar_front','true'),(9370,679,'locale',''),(9371,679,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9372,679,'wp_user_level','0'),(9373,679,'session_tokens','a:1:{s:64:\"a54795a91216061188ae7cd89aa9b9d14abfa692be2af750563ee9a36d7e444a\";a:4:{s:10:\"expiration\";i:1553723111;s:2:\"ip\";s:13:\"94.142.242.84\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36\";s:5:\"login\";i:1552513511;}}'),(9374,680,'nickname','helena.mastro'),(9375,680,'first_name',''),(9376,680,'last_name',''),(9377,680,'description',''),(9378,680,'rich_editing','true'),(9379,680,'comment_shortcuts','false'),(9380,680,'admin_color','fresh'),(9381,680,'use_ssl','0'),(9382,680,'show_admin_bar_front','true'),(9383,680,'locale',''),(9384,680,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9385,680,'wp_user_level','0'),(9386,680,'session_tokens','a:1:{s:64:\"9a84f3869d845b69b109b614cc631b6a7078c4a61efa5eae089a50401f10b5fe\";a:4:{s:10:\"expiration\";i:1553730307;s:2:\"ip\";s:14:\"185.220.101.33\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0.3 Safari/604.5.6\";s:5:\"login\";i:1552520707;}}'),(9387,681,'nickname','louise.hodapp'),(9388,681,'first_name',''),(9389,681,'last_name',''),(9390,681,'description',''),(9391,681,'rich_editing','true'),(9392,681,'comment_shortcuts','false'),(9393,681,'admin_color','fresh'),(9394,681,'use_ssl','0'),(9395,681,'show_admin_bar_front','true'),(9396,681,'locale',''),(9397,681,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9398,681,'wp_user_level','0'),(9399,681,'session_tokens','a:1:{s:64:\"24c9967d7e484e81a2f803cf9f54ce31330a89fa3c8e8708aa6df3f1b6a7ef63\";a:4:{s:10:\"expiration\";i:1553737417;s:2:\"ip\";s:14:\"185.220.101.12\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0\";s:5:\"login\";i:1552527817;}}'),(9400,682,'nickname','kluvsammy'),(9401,682,'first_name',''),(9402,682,'last_name',''),(9403,682,'description',''),(9404,682,'rich_editing','true'),(9405,682,'comment_shortcuts','false'),(9406,682,'admin_color','fresh'),(9407,682,'use_ssl','0'),(9408,682,'show_admin_bar_front','true'),(9409,682,'locale',''),(9410,682,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9411,682,'wp_user_level','0'),(9412,682,'session_tokens','a:1:{s:64:\"2c1555d042f485e14b5438033745e142d587183ec6a90428e04b540631e2f071\";a:4:{s:10:\"expiration\";i:1553755046;s:2:\"ip\";s:14:\"199.249.230.85\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1552545446;}}'),(9413,683,'nickname','jollyjq1987'),(9414,683,'first_name',''),(9415,683,'last_name',''),(9416,683,'description',''),(9417,683,'rich_editing','true'),(9418,683,'comment_shortcuts','false'),(9419,683,'admin_color','fresh'),(9420,683,'use_ssl','0'),(9421,683,'show_admin_bar_front','true'),(9422,683,'locale',''),(9423,683,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9424,683,'wp_user_level','0'),(9425,683,'session_tokens','a:1:{s:64:\"a40f87a23859149334e9f35516e03813282caede38f570bdfdeb94e45fd83f54\";a:4:{s:10:\"expiration\";i:1553762301;s:2:\"ip\";s:13:\"185.220.102.6\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36\";s:5:\"login\";i:1552552701;}}'),(9426,684,'nickname','vashtie225'),(9427,684,'first_name',''),(9428,684,'last_name',''),(9429,684,'description',''),(9430,684,'rich_editing','true'),(9431,684,'comment_shortcuts','false'),(9432,684,'admin_color','fresh'),(9433,684,'use_ssl','0'),(9434,684,'show_admin_bar_front','true'),(9435,684,'locale',''),(9436,684,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9437,684,'wp_user_level','0'),(9438,684,'session_tokens','a:1:{s:64:\"4f8031929adda91e1d4ffb811ebabe273fee6aeb47583e0a0532de8f97ed17b0\";a:4:{s:10:\"expiration\";i:1553770594;s:2:\"ip\";s:13:\"192.42.116.24\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0\";s:5:\"login\";i:1552560994;}}'),(9439,685,'nickname','rjdamele'),(9440,685,'first_name',''),(9441,685,'last_name',''),(9442,685,'description',''),(9443,685,'rich_editing','true'),(9444,685,'comment_shortcuts','false'),(9445,685,'admin_color','fresh'),(9446,685,'use_ssl','0'),(9447,685,'show_admin_bar_front','true'),(9448,685,'locale',''),(9449,685,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9450,685,'wp_user_level','0'),(9451,685,'session_tokens','a:1:{s:64:\"11c808dfde70210b55d6b719c400f607a3260f6d5ccbee5b90cd032830fcd09f\";a:4:{s:10:\"expiration\";i:1553776314;s:2:\"ip\";s:10:\"89.31.57.5\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8\";s:5:\"login\";i:1552566714;}}'),(9452,686,'nickname','sidollc1'),(9453,686,'first_name',''),(9454,686,'last_name',''),(9455,686,'description',''),(9456,686,'rich_editing','true'),(9457,686,'comment_shortcuts','false'),(9458,686,'admin_color','fresh'),(9459,686,'use_ssl','0'),(9460,686,'show_admin_bar_front','true'),(9461,686,'locale',''),(9462,686,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9463,686,'wp_user_level','0'),(9464,686,'session_tokens','a:1:{s:64:\"d15c8123c604281e0fa4dc6c97267a0f4eb278bb21633c8f892cbc7203beb91b\";a:4:{s:10:\"expiration\";i:1553780161;s:2:\"ip\";s:14:\"199.249.230.85\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36\";s:5:\"login\";i:1552570561;}}'),(9465,687,'nickname','logan.chaney920'),(9466,687,'first_name',''),(9467,687,'last_name',''),(9468,687,'description',''),(9469,687,'rich_editing','true'),(9470,687,'comment_shortcuts','false'),(9471,687,'admin_color','fresh'),(9472,687,'use_ssl','0'),(9473,687,'show_admin_bar_front','true'),(9474,687,'locale',''),(9475,687,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9476,687,'wp_user_level','0'),(9477,687,'session_tokens','a:1:{s:64:\"eabbd3825c872e09795852e9fa4d16e97eff398f6dc4c0f562d72d3c0d01519a\";a:4:{s:10:\"expiration\";i:1553782373;s:2:\"ip\";s:14:\"185.220.101.50\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1552572773;}}'),(9478,688,'nickname','dvslawyer'),(9479,688,'first_name',''),(9480,688,'last_name',''),(9481,688,'description',''),(9482,688,'rich_editing','true'),(9483,688,'comment_shortcuts','false'),(9484,688,'admin_color','fresh'),(9485,688,'use_ssl','0'),(9486,688,'show_admin_bar_front','true'),(9487,688,'locale',''),(9488,688,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9489,688,'wp_user_level','0'),(9490,688,'session_tokens','a:1:{s:64:\"6f48f01b4c9d109afcc99dda34807ba91ad96d48899c1eef8ab8edde409a8a86\";a:4:{s:10:\"expiration\";i:1553788352;s:2:\"ip\";s:14:\"185.220.101.70\";s:2:\"ua\";s:105:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36\";s:5:\"login\";i:1552578752;}}'),(9491,689,'nickname','reetz626'),(9492,689,'first_name',''),(9493,689,'last_name',''),(9494,689,'description',''),(9495,689,'rich_editing','true'),(9496,689,'comment_shortcuts','false'),(9497,689,'admin_color','fresh'),(9498,689,'use_ssl','0'),(9499,689,'show_admin_bar_front','true'),(9500,689,'locale',''),(9501,689,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9502,689,'wp_user_level','0'),(9503,689,'session_tokens','a:1:{s:64:\"927b000f5292b041ec9861375297391765d6695e69f89dcaf3e0440b8a3c4a63\";a:4:{s:10:\"expiration\";i:1553800264;s:2:\"ip\";s:14:\"199.87.154.255\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";s:5:\"login\";i:1552590664;}}'),(9504,690,'nickname','mikeh'),(9505,690,'first_name',''),(9506,690,'last_name',''),(9507,690,'description',''),(9508,690,'rich_editing','true'),(9509,690,'comment_shortcuts','false'),(9510,690,'admin_color','fresh'),(9511,690,'use_ssl','0'),(9512,690,'show_admin_bar_front','true'),(9513,690,'locale',''),(9514,690,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9515,690,'wp_user_level','0'),(9516,690,'session_tokens','a:1:{s:64:\"28b1b62529959824d057b3592bc59282fae2b758fdbfcf5f220ce2167db6f7fd\";a:4:{s:10:\"expiration\";i:1553822378;s:2:\"ip\";s:15:\"178.175.143.163\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10240\";s:5:\"login\";i:1552612778;}}'),(9517,691,'nickname','williamj'),(9518,691,'first_name',''),(9519,691,'last_name',''),(9520,691,'description',''),(9521,691,'rich_editing','true'),(9522,691,'comment_shortcuts','false'),(9523,691,'admin_color','fresh'),(9524,691,'use_ssl','0'),(9525,691,'show_admin_bar_front','true'),(9526,691,'locale',''),(9527,691,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9528,691,'wp_user_level','0'),(9529,691,'session_tokens','a:1:{s:64:\"85135a7a2cc1e7843db56671bf8b6a2c65749f19bb13d70f355c927e1d5839f8\";a:4:{s:10:\"expiration\";i:1553824084;s:2:\"ip\";s:15:\"192.160.102.169\";s:2:\"ua\";s:87:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko)\";s:5:\"login\";i:1552614484;}}'),(9530,692,'nickname','dsmith'),(9531,692,'first_name',''),(9532,692,'last_name',''),(9533,692,'description',''),(9534,692,'rich_editing','true'),(9535,692,'comment_shortcuts','false'),(9536,692,'admin_color','fresh'),(9537,692,'use_ssl','0'),(9538,692,'show_admin_bar_front','true'),(9539,692,'locale',''),(9540,692,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9541,692,'wp_user_level','0'),(9542,692,'session_tokens','a:1:{s:64:\"241b74c28e7f673537faf4cd2dcf0b33d7522220b222b61dff459a3f7f92fe97\";a:4:{s:10:\"expiration\";i:1553845381;s:2:\"ip\";s:13:\"137.74.167.96\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1552635781;}}'),(9543,693,'nickname','ndpavett'),(9544,693,'first_name',''),(9545,693,'last_name',''),(9546,693,'description',''),(9547,693,'rich_editing','true'),(9548,693,'comment_shortcuts','false'),(9549,693,'admin_color','fresh'),(9550,693,'use_ssl','0'),(9551,693,'show_admin_bar_front','true'),(9552,693,'locale',''),(9553,693,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9554,693,'wp_user_level','0'),(9555,693,'session_tokens','a:1:{s:64:\"1068a35f74231f9ff97f4a71bb02a73a4135f65540b2ee6952f278797821c17f\";a:4:{s:10:\"expiration\";i:1553850587;s:2:\"ip\";s:13:\"45.62.250.175\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36\";s:5:\"login\";i:1552640987;}}'),(9556,694,'nickname','pamskis2'),(9557,694,'first_name',''),(9558,694,'last_name',''),(9559,694,'description',''),(9560,694,'rich_editing','true'),(9561,694,'comment_shortcuts','false'),(9562,694,'admin_color','fresh'),(9563,694,'use_ssl','0'),(9564,694,'show_admin_bar_front','true'),(9565,694,'locale',''),(9566,694,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9567,694,'wp_user_level','0'),(9568,694,'session_tokens','a:1:{s:64:\"e0b93ba4aa78cef807eadaa6ffe76810636e991b082a7659656a187aaede171c\";a:4:{s:10:\"expiration\";i:1553852802;s:2:\"ip\";s:14:\"178.17.170.135\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0\";s:5:\"login\";i:1552643202;}}'),(9569,695,'nickname','skweels'),(9570,695,'first_name',''),(9571,695,'last_name',''),(9572,695,'description',''),(9573,695,'rich_editing','true'),(9574,695,'comment_shortcuts','false'),(9575,695,'admin_color','fresh'),(9576,695,'use_ssl','0'),(9577,695,'show_admin_bar_front','true'),(9578,695,'locale',''),(9579,695,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9580,695,'wp_user_level','0'),(9581,695,'session_tokens','a:1:{s:64:\"f6325120c51fc09ca4f25ca543210f1c14a1c44302a04f85e1e0a81588254f06\";a:4:{s:10:\"expiration\";i:1553852983;s:2:\"ip\";s:13:\"109.70.100.21\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1552643383;}}'),(9582,696,'nickname','m.p.brancoveanu'),(9583,696,'first_name',''),(9584,696,'last_name',''),(9585,696,'description',''),(9586,696,'rich_editing','true'),(9587,696,'comment_shortcuts','false'),(9588,696,'admin_color','fresh'),(9589,696,'use_ssl','0'),(9590,696,'show_admin_bar_front','true'),(9591,696,'locale',''),(9592,696,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9593,696,'wp_user_level','0'),(9594,696,'session_tokens','a:1:{s:64:\"986d4c54baa40b48f8d4002a7d05815a3dc67d0b221dce321e9a78f999c4cd9b\";a:4:{s:10:\"expiration\";i:1553859825;s:2:\"ip\";s:14:\"82.221.128.191\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36\";s:5:\"login\";i:1552650225;}}'),(9595,697,'nickname','jessedean05'),(9596,697,'first_name',''),(9597,697,'last_name',''),(9598,697,'description',''),(9599,697,'rich_editing','true'),(9600,697,'comment_shortcuts','false'),(9601,697,'admin_color','fresh'),(9602,697,'use_ssl','0'),(9603,697,'show_admin_bar_front','true'),(9604,697,'locale',''),(9605,697,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9606,697,'wp_user_level','0'),(9607,697,'session_tokens','a:1:{s:64:\"ade8567651468893418e8a1f02f4fc83c87342e20fe62c8ecf6eb04e34e2ec6a\";a:4:{s:10:\"expiration\";i:1553869941;s:2:\"ip\";s:14:\"145.239.89.235\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:59.0) Gecko/20100101 Firefox/59.0\";s:5:\"login\";i:1552660341;}}'),(9608,698,'nickname','ymondelus'),(9609,698,'first_name',''),(9610,698,'last_name',''),(9611,698,'description',''),(9612,698,'rich_editing','true'),(9613,698,'comment_shortcuts','false'),(9614,698,'admin_color','fresh'),(9615,698,'use_ssl','0'),(9616,698,'show_admin_bar_front','true'),(9617,698,'locale',''),(9618,698,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9619,698,'wp_user_level','0'),(9620,698,'session_tokens','a:1:{s:64:\"a27cdbcb26edc9b2626c11ec9779c5b71b1ef6e532647b56f7b3cadbff40b73c\";a:4:{s:10:\"expiration\";i:1553877292;s:2:\"ip\";s:15:\"178.175.143.242\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36 OPR/42.0.2393.94\";s:5:\"login\";i:1552667692;}}'),(9621,699,'nickname','rickw230'),(9622,699,'first_name',''),(9623,699,'last_name',''),(9624,699,'description',''),(9625,699,'rich_editing','true'),(9626,699,'comment_shortcuts','false'),(9627,699,'admin_color','fresh'),(9628,699,'use_ssl','0'),(9629,699,'show_admin_bar_front','true'),(9630,699,'locale',''),(9631,699,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9632,699,'wp_user_level','0'),(9633,699,'session_tokens','a:1:{s:64:\"152bb8d292d1394124a8553ef6da2f776b13bd8064d659c2c5495cb8ae295f80\";a:4:{s:10:\"expiration\";i:1553880369;s:2:\"ip\";s:14:\"162.247.74.202\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 5.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0\";s:5:\"login\";i:1552670769;}}'),(9634,700,'nickname','anisedmo'),(9635,700,'first_name',''),(9636,700,'last_name',''),(9637,700,'description',''),(9638,700,'rich_editing','true'),(9639,700,'comment_shortcuts','false'),(9640,700,'admin_color','fresh'),(9641,700,'use_ssl','0'),(9642,700,'show_admin_bar_front','true'),(9643,700,'locale',''),(9644,700,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9645,700,'wp_user_level','0'),(9646,700,'session_tokens','a:1:{s:64:\"7ead5ede0a3ebf923c18b0c8d4f9787320f484bfa4e7b72a1b1ee1c5aa262f0b\";a:4:{s:10:\"expiration\";i:1553980704;s:2:\"ip\";s:15:\"107.181.161.182\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1552771104;}}'),(9647,701,'nickname','astonish621'),(9648,701,'first_name',''),(9649,701,'last_name',''),(9650,701,'description',''),(9651,701,'rich_editing','true'),(9652,701,'comment_shortcuts','false'),(9653,701,'admin_color','fresh'),(9654,701,'use_ssl','0'),(9655,701,'show_admin_bar_front','true'),(9656,701,'locale',''),(9657,701,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9658,701,'wp_user_level','0'),(9659,701,'session_tokens','a:1:{s:64:\"6c670c1fa539559e0f47db2553e3a9698fab7d6391ed56d1c7fd33238f304435\";a:4:{s:10:\"expiration\";i:1553987073;s:2:\"ip\";s:12:\"31.220.0.225\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299\";s:5:\"login\";i:1552777473;}}'),(9660,702,'nickname','61sara'),(9661,702,'first_name',''),(9662,702,'last_name',''),(9663,702,'description',''),(9664,702,'rich_editing','true'),(9665,702,'comment_shortcuts','false'),(9666,702,'admin_color','fresh'),(9667,702,'use_ssl','0'),(9668,702,'show_admin_bar_front','true'),(9669,702,'locale',''),(9670,702,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9671,702,'wp_user_level','0'),(9672,702,'session_tokens','a:1:{s:64:\"c1a4ea256098bad3d67572c1dcb22f4a83b2704d264b917c9d4af9a5d4360a91\";a:4:{s:10:\"expiration\";i:1553988740;s:2:\"ip\";s:12:\"45.66.32.220\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0\";s:5:\"login\";i:1552779140;}}'),(9673,703,'nickname','hercimur'),(9674,703,'first_name',''),(9675,703,'last_name',''),(9676,703,'description',''),(9677,703,'rich_editing','true'),(9678,703,'comment_shortcuts','false'),(9679,703,'admin_color','fresh'),(9680,703,'use_ssl','0'),(9681,703,'show_admin_bar_front','true'),(9682,703,'locale',''),(9683,703,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9684,703,'wp_user_level','0'),(9685,703,'session_tokens','a:1:{s:64:\"f577c1c4e2408c699a216a13e1a7e0815643288e84ebdb2f9cf042e0f8973b05\";a:4:{s:10:\"expiration\";i:1554037165;s:2:\"ip\";s:13:\"185.220.102.4\";s:2:\"ua\";s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";s:5:\"login\";i:1552827565;}}'),(9686,704,'nickname','diansav'),(9687,704,'first_name',''),(9688,704,'last_name',''),(9689,704,'description',''),(9690,704,'rich_editing','true'),(9691,704,'comment_shortcuts','false'),(9692,704,'admin_color','fresh'),(9693,704,'use_ssl','0'),(9694,704,'show_admin_bar_front','true'),(9695,704,'locale',''),(9696,704,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9697,704,'wp_user_level','0'),(9698,704,'session_tokens','a:1:{s:64:\"880f6a0e5f205cd3889aba485ca6ab7fa6062d06feaf608e9bec9ca409a0c9e2\";a:4:{s:10:\"expiration\";i:1554095417;s:2:\"ip\";s:13:\"209.141.33.25\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\";s:5:\"login\";i:1552885817;}}'),(9699,705,'nickname','michaelamangini'),(9700,705,'first_name',''),(9701,705,'last_name',''),(9702,705,'description',''),(9703,705,'rich_editing','true'),(9704,705,'comment_shortcuts','false'),(9705,705,'admin_color','fresh'),(9706,705,'use_ssl','0'),(9707,705,'show_admin_bar_front','true'),(9708,705,'locale',''),(9709,705,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9710,705,'wp_user_level','0'),(9711,705,'session_tokens','a:1:{s:64:\"232197e5fd1bf479ee25876dd486c16556466a76714a12ee20f1e53d16c897ca\";a:4:{s:10:\"expiration\";i:1554098287;s:2:\"ip\";s:14:\"199.249.230.75\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0\";s:5:\"login\";i:1552888687;}}'),(9712,706,'nickname','francamps'),(9713,706,'first_name',''),(9714,706,'last_name',''),(9715,706,'description',''),(9716,706,'rich_editing','true'),(9717,706,'comment_shortcuts','false'),(9718,706,'admin_color','fresh'),(9719,706,'use_ssl','0'),(9720,706,'show_admin_bar_front','true'),(9721,706,'locale',''),(9722,706,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9723,706,'wp_user_level','0'),(9724,706,'session_tokens','a:1:{s:64:\"9c2062b2fcd0796e1ea1b324c1c7c6dd21418935e8d0e1b341fb3218124dc44f\";a:4:{s:10:\"expiration\";i:1554114290;s:2:\"ip\";s:12:\"31.220.0.225\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36\";s:5:\"login\";i:1552904690;}}'),(9725,707,'nickname','jmcronander'),(9726,707,'first_name',''),(9727,707,'last_name',''),(9728,707,'description',''),(9729,707,'rich_editing','true'),(9730,707,'comment_shortcuts','false'),(9731,707,'admin_color','fresh'),(9732,707,'use_ssl','0'),(9733,707,'show_admin_bar_front','true'),(9734,707,'locale',''),(9735,707,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9736,707,'wp_user_level','0'),(9737,707,'session_tokens','a:1:{s:64:\"a579bc4306d7ec7770e9cc9cd7015bc3ab2917363443dece6be31da3277fd9d4\";a:4:{s:10:\"expiration\";i:1554115861;s:2:\"ip\";s:14:\"172.245.177.18\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0\";s:5:\"login\";i:1552906261;}}'),(9738,708,'nickname','devinhart10'),(9739,708,'first_name',''),(9740,708,'last_name',''),(9741,708,'description',''),(9742,708,'rich_editing','true'),(9743,708,'comment_shortcuts','false'),(9744,708,'admin_color','fresh'),(9745,708,'use_ssl','0'),(9746,708,'show_admin_bar_front','true'),(9747,708,'locale',''),(9748,708,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9749,708,'wp_user_level','0'),(9750,708,'session_tokens','a:1:{s:64:\"1a5ec5ceb94f2be4d1d97d04fa4196442a4ecf70614ef740df64162dee344c76\";a:4:{s:10:\"expiration\";i:1554131752;s:2:\"ip\";s:12:\"204.85.191.9\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1552922152;}}'),(9751,709,'nickname','larrancel'),(9752,709,'first_name',''),(9753,709,'last_name',''),(9754,709,'description',''),(9755,709,'rich_editing','true'),(9756,709,'comment_shortcuts','false'),(9757,709,'admin_color','fresh'),(9758,709,'use_ssl','0'),(9759,709,'show_admin_bar_front','true'),(9760,709,'locale',''),(9761,709,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9762,709,'wp_user_level','0'),(9763,709,'session_tokens','a:1:{s:64:\"963d62fe0f1be56da3516f5e960b96bec7f7937e4d895614a09a87b19815758e\";a:4:{s:10:\"expiration\";i:1554132726;s:2:\"ip\";s:14:\"185.220.101.27\";s:2:\"ua\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)\";s:5:\"login\";i:1552923126;}}'),(9764,710,'nickname','tk52680'),(9765,710,'first_name',''),(9766,710,'last_name',''),(9767,710,'description',''),(9768,710,'rich_editing','true'),(9769,710,'comment_shortcuts','false'),(9770,710,'admin_color','fresh'),(9771,710,'use_ssl','0'),(9772,710,'show_admin_bar_front','true'),(9773,710,'locale',''),(9774,710,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9775,710,'wp_user_level','0'),(9776,710,'session_tokens','a:1:{s:64:\"4216a84fdd5f88c249406aa493663e65ab2cddf5dccccb07af6427a71624d384\";a:4:{s:10:\"expiration\";i:1554133099;s:2:\"ip\";s:12:\"195.176.3.19\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";s:5:\"login\";i:1552923499;}}'),(9777,711,'nickname','momma_stacey70394'),(9778,711,'first_name',''),(9779,711,'last_name',''),(9780,711,'description',''),(9781,711,'rich_editing','true'),(9782,711,'comment_shortcuts','false'),(9783,711,'admin_color','fresh'),(9784,711,'use_ssl','0'),(9785,711,'show_admin_bar_front','true'),(9786,711,'locale',''),(9787,711,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9788,711,'wp_user_level','0'),(9789,711,'session_tokens','a:1:{s:64:\"e8e6b83e55b89b02554c8815cc0267381ca590a6a215780a44df5607edf0aad8\";a:4:{s:10:\"expiration\";i:1554133672;s:2:\"ip\";s:14:\"185.86.149.254\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1552924072;}}'),(9790,712,'nickname','gdempsey908'),(9791,712,'first_name',''),(9792,712,'last_name',''),(9793,712,'description',''),(9794,712,'rich_editing','true'),(9795,712,'comment_shortcuts','false'),(9796,712,'admin_color','fresh'),(9797,712,'use_ssl','0'),(9798,712,'show_admin_bar_front','true'),(9799,712,'locale',''),(9800,712,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9801,712,'wp_user_level','0'),(9802,712,'session_tokens','a:1:{s:64:\"12f1a870495c3af2d2a0c9a9b8379747613d06b5a71b99acc523bcd206a4144b\";a:4:{s:10:\"expiration\";i:1554136255;s:2:\"ip\";s:12:\"51.68.214.45\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1552926655;}}'),(9803,713,'nickname','tonya.miller'),(9804,713,'first_name',''),(9805,713,'last_name',''),(9806,713,'description',''),(9807,713,'rich_editing','true'),(9808,713,'comment_shortcuts','false'),(9809,713,'admin_color','fresh'),(9810,713,'use_ssl','0'),(9811,713,'show_admin_bar_front','true'),(9812,713,'locale',''),(9813,713,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9814,713,'wp_user_level','0'),(9815,713,'session_tokens','a:1:{s:64:\"c176ceadf46d83ea177faf57afa287c3833a15968eb18a0e222dff8a9be182ff\";a:4:{s:10:\"expiration\";i:1554141594;s:2:\"ip\";s:14:\"198.50.200.129\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";s:5:\"login\";i:1552931994;}}'),(9816,714,'nickname','zmisic'),(9817,714,'first_name',''),(9818,714,'last_name',''),(9819,714,'description',''),(9820,714,'rich_editing','true'),(9821,714,'comment_shortcuts','false'),(9822,714,'admin_color','fresh'),(9823,714,'use_ssl','0'),(9824,714,'show_admin_bar_front','true'),(9825,714,'locale',''),(9826,714,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9827,714,'wp_user_level','0'),(9828,714,'session_tokens','a:1:{s:64:\"ec8d5169f269093447dde58340a02520c49857e4839bbecdcbc4c548368dc474\";a:4:{s:10:\"expiration\";i:1554143247;s:2:\"ip\";s:13:\"109.70.100.21\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/604.4.7 (KHTML, like Gecko) Version/11.0.2 Safari/604.4.7\";s:5:\"login\";i:1552933647;}}'),(9829,715,'nickname','mcgoverncharles7t9'),(9830,715,'first_name',''),(9831,715,'last_name',''),(9832,715,'description',''),(9833,715,'rich_editing','true'),(9834,715,'comment_shortcuts','false'),(9835,715,'admin_color','fresh'),(9836,715,'use_ssl','0'),(9837,715,'show_admin_bar_front','true'),(9838,715,'locale',''),(9839,715,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9840,715,'wp_user_level','0'),(9841,715,'session_tokens','a:1:{s:64:\"b9fd30dac4866a0cf852c825c06083d7abe7fd33e8a4d1d9a884a3aa5754246c\";a:4:{s:10:\"expiration\";i:1554143569;s:2:\"ip\";s:13:\"213.61.215.54\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.104 Safari/537.36\";s:5:\"login\";i:1552933969;}}'),(9842,716,'nickname','ednalyn_viesca'),(9843,716,'first_name',''),(9844,716,'last_name',''),(9845,716,'description',''),(9846,716,'rich_editing','true'),(9847,716,'comment_shortcuts','false'),(9848,716,'admin_color','fresh'),(9849,716,'use_ssl','0'),(9850,716,'show_admin_bar_front','true'),(9851,716,'locale',''),(9852,716,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9853,716,'wp_user_level','0'),(9854,716,'session_tokens','a:1:{s:64:\"ff251ad02a2a2b5c517d9e193ecdce798d054fd975589616de7a18dcaa5d473a\";a:4:{s:10:\"expiration\";i:1554153152;s:2:\"ip\";s:13:\"209.141.33.25\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36\";s:5:\"login\";i:1552943552;}}'),(9855,717,'nickname','vjpope'),(9856,717,'first_name',''),(9857,717,'last_name',''),(9858,717,'description',''),(9859,717,'rich_editing','true'),(9860,717,'comment_shortcuts','false'),(9861,717,'admin_color','fresh'),(9862,717,'use_ssl','0'),(9863,717,'show_admin_bar_front','true'),(9864,717,'locale',''),(9865,717,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9866,717,'wp_user_level','0'),(9867,717,'session_tokens','a:1:{s:64:\"eeb8e966e312cf6720ef4b537370e4724841394f7ed5b507b27e273ec931088b\";a:4:{s:10:\"expiration\";i:1554155000;s:2:\"ip\";s:12:\"204.17.56.42\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\";s:5:\"login\";i:1552945400;}}'),(9868,718,'nickname','trivera32'),(9869,718,'first_name',''),(9870,718,'last_name',''),(9871,718,'description',''),(9872,718,'rich_editing','true'),(9873,718,'comment_shortcuts','false'),(9874,718,'admin_color','fresh'),(9875,718,'use_ssl','0'),(9876,718,'show_admin_bar_front','true'),(9877,718,'locale',''),(9878,718,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9879,718,'wp_user_level','0'),(9880,718,'session_tokens','a:1:{s:64:\"333ea9b448ae0868bbf0ed140b064338e8d66964c8a248cfbd6d45838eb36035\";a:4:{s:10:\"expiration\";i:1554156351;s:2:\"ip\";s:13:\"66.222.153.25\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1552946751;}}'),(9881,719,'nickname','aprhfoley'),(9882,719,'first_name',''),(9883,719,'last_name',''),(9884,719,'description',''),(9885,719,'rich_editing','true'),(9886,719,'comment_shortcuts','false'),(9887,719,'admin_color','fresh'),(9888,719,'use_ssl','0'),(9889,719,'show_admin_bar_front','true'),(9890,719,'locale',''),(9891,719,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9892,719,'wp_user_level','0'),(9893,719,'session_tokens','a:1:{s:64:\"e75fe19318483fb5c0350bd2261e17467266ad7506a6bad7da0b054d36de4476\";a:4:{s:10:\"expiration\";i:1554160107;s:2:\"ip\";s:12:\"51.15.117.50\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1552950507;}}'),(9894,720,'nickname','bfarragher88'),(9895,720,'first_name',''),(9896,720,'last_name',''),(9897,720,'description',''),(9898,720,'rich_editing','true'),(9899,720,'comment_shortcuts','false'),(9900,720,'admin_color','fresh'),(9901,720,'use_ssl','0'),(9902,720,'show_admin_bar_front','true'),(9903,720,'locale',''),(9904,720,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9905,720,'wp_user_level','0'),(9906,720,'session_tokens','a:1:{s:64:\"335157671d1094b4759ffbeed8f4cdfa59a524db71ce508a48485c96179deb51\";a:4:{s:10:\"expiration\";i:1554165451;s:2:\"ip\";s:12:\"46.38.235.14\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0\";s:5:\"login\";i:1552955851;}}'),(9907,721,'nickname','herschel.rose'),(9908,721,'first_name',''),(9909,721,'last_name',''),(9910,721,'description',''),(9911,721,'rich_editing','true'),(9912,721,'comment_shortcuts','false'),(9913,721,'admin_color','fresh'),(9914,721,'use_ssl','0'),(9915,721,'show_admin_bar_front','true'),(9916,721,'locale',''),(9917,721,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9918,721,'wp_user_level','0'),(9919,721,'session_tokens','a:1:{s:64:\"881a3bbd4414e1867995a05074673e04f774028a80e1003dbd70398308c4bcec\";a:4:{s:10:\"expiration\";i:1554168910;s:2:\"ip\";s:14:\"185.220.101.69\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36\";s:5:\"login\";i:1552959310;}}'),(9920,722,'nickname','david.friedel'),(9921,722,'first_name',''),(9922,722,'last_name',''),(9923,722,'description',''),(9924,722,'rich_editing','true'),(9925,722,'comment_shortcuts','false'),(9926,722,'admin_color','fresh'),(9927,722,'use_ssl','0'),(9928,722,'show_admin_bar_front','true'),(9929,722,'locale',''),(9930,722,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9931,722,'wp_user_level','0'),(9932,722,'session_tokens','a:1:{s:64:\"a7c72358a729aa78da7ffefef13d48ed870139b8689c5ec87b18472da6f39614\";a:4:{s:10:\"expiration\";i:1554168961;s:2:\"ip\";s:13:\"176.10.99.200\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0\";s:5:\"login\";i:1552959361;}}'),(9933,723,'nickname','ilovejazmin9'),(9934,723,'first_name',''),(9935,723,'last_name',''),(9936,723,'description',''),(9937,723,'rich_editing','true'),(9938,723,'comment_shortcuts','false'),(9939,723,'admin_color','fresh'),(9940,723,'use_ssl','0'),(9941,723,'show_admin_bar_front','true'),(9942,723,'locale',''),(9943,723,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9944,723,'wp_user_level','0'),(9945,723,'session_tokens','a:1:{s:64:\"061254df0e3424f4f25b1e4dfc80b7aec9f449eefdf7528f9922cfe86cc4f2e9\";a:4:{s:10:\"expiration\";i:1554172074;s:2:\"ip\";s:14:\"178.17.166.147\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\";s:5:\"login\";i:1552962474;}}'),(9946,724,'nickname','larioselectric'),(9947,724,'first_name',''),(9948,724,'last_name',''),(9949,724,'description',''),(9950,724,'rich_editing','true'),(9951,724,'comment_shortcuts','false'),(9952,724,'admin_color','fresh'),(9953,724,'use_ssl','0'),(9954,724,'show_admin_bar_front','true'),(9955,724,'locale',''),(9956,724,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9957,724,'wp_user_level','0'),(9958,724,'session_tokens','a:1:{s:64:\"f959922f43b903f9bd71f6ae569bf872510f1c78a9d1ca9306e8e9a397bc3622\";a:4:{s:10:\"expiration\";i:1554175562;s:2:\"ip\";s:14:\"193.169.145.66\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\";s:5:\"login\";i:1552965962;}}'),(9959,725,'nickname','rjh013439'),(9960,725,'first_name',''),(9961,725,'last_name',''),(9962,725,'description',''),(9963,725,'rich_editing','true'),(9964,725,'comment_shortcuts','false'),(9965,725,'admin_color','fresh'),(9966,725,'use_ssl','0'),(9967,725,'show_admin_bar_front','true'),(9968,725,'locale',''),(9969,725,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9970,725,'wp_user_level','0'),(9971,725,'session_tokens','a:1:{s:64:\"188ed538632adec4c2c5b35ce513d9ce24c139b4ef705327d8e32647d2527bfe\";a:4:{s:10:\"expiration\";i:1554190721;s:2:\"ip\";s:12:\"95.216.2.172\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\";s:5:\"login\";i:1552981121;}}'),(9972,726,'nickname','krishnanstephanie'),(9973,726,'first_name',''),(9974,726,'last_name',''),(9975,726,'description',''),(9976,726,'rich_editing','true'),(9977,726,'comment_shortcuts','false'),(9978,726,'admin_color','fresh'),(9979,726,'use_ssl','0'),(9980,726,'show_admin_bar_front','true'),(9981,726,'locale',''),(9982,726,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9983,726,'wp_user_level','0'),(9984,726,'session_tokens','a:1:{s:64:\"65269136cca2abc6ed0e88f07891f78916f6039e25ed7a2a355728ac96545e86\";a:4:{s:10:\"expiration\";i:1554192982;s:2:\"ip\";s:14:\"158.69.192.200\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0\";s:5:\"login\";i:1552983382;}}'),(9985,727,'nickname','josert95'),(9986,727,'first_name',''),(9987,727,'last_name',''),(9988,727,'description',''),(9989,727,'rich_editing','true'),(9990,727,'comment_shortcuts','false'),(9991,727,'admin_color','fresh'),(9992,727,'use_ssl','0'),(9993,727,'show_admin_bar_front','true'),(9994,727,'locale',''),(9995,727,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9996,727,'wp_user_level','0'),(9997,727,'session_tokens','a:1:{s:64:\"60f5d21fd3cfa3116e99354858d05625c289e72197dadd33efec0c0b4016e407\";a:4:{s:10:\"expiration\";i:1554206062;s:2:\"ip\";s:13:\"185.72.244.24\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1552996462;}}'),(9998,728,'nickname','josh.kaszuba'),(9999,728,'first_name',''),(10000,728,'last_name',''),(10001,728,'description',''),(10002,728,'rich_editing','true'),(10003,728,'comment_shortcuts','false'),(10004,728,'admin_color','fresh'),(10005,728,'use_ssl','0'),(10006,728,'show_admin_bar_front','true'),(10007,728,'locale',''),(10008,728,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10009,728,'wp_user_level','0'),(10010,728,'session_tokens','a:1:{s:64:\"7404e2bbb42dd3abf84d796ba2e934e820c1ee1ba80e080af909c966d1751ea6\";a:4:{s:10:\"expiration\";i:1554215740;s:2:\"ip\";s:14:\"107.155.49.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1553006140;}}'),(10011,729,'nickname','jjpoolspa'),(10012,729,'first_name',''),(10013,729,'last_name',''),(10014,729,'description',''),(10015,729,'rich_editing','true'),(10016,729,'comment_shortcuts','false'),(10017,729,'admin_color','fresh'),(10018,729,'use_ssl','0'),(10019,729,'show_admin_bar_front','true'),(10020,729,'locale',''),(10021,729,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10022,729,'wp_user_level','0'),(10023,729,'session_tokens','a:1:{s:64:\"5c394311a11b2ab46944705f9ed93fd8333ad8b0a7b861248a5f9cb1f2e6a0e5\";a:4:{s:10:\"expiration\";i:1554221388;s:2:\"ip\";s:15:\"178.175.143.157\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36\";s:5:\"login\";i:1553011788;}}'),(10024,730,'nickname','atenglett'),(10025,730,'first_name',''),(10026,730,'last_name',''),(10027,730,'description',''),(10028,730,'rich_editing','true'),(10029,730,'comment_shortcuts','false'),(10030,730,'admin_color','fresh'),(10031,730,'use_ssl','0'),(10032,730,'show_admin_bar_front','true'),(10033,730,'locale',''),(10034,730,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10035,730,'wp_user_level','0'),(10036,730,'session_tokens','a:1:{s:64:\"c4443a29b8666551e107dc2530d0ad5e98c1efb06974f27f22f290e7b8b76a49\";a:4:{s:10:\"expiration\";i:1554244428;s:2:\"ip\";s:11:\"51.15.252.1\";s:2:\"ua\";s:61:\"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1553034828;}}'),(10037,731,'nickname','jayw'),(10038,731,'first_name',''),(10039,731,'last_name',''),(10040,731,'description',''),(10041,731,'rich_editing','true'),(10042,731,'comment_shortcuts','false'),(10043,731,'admin_color','fresh'),(10044,731,'use_ssl','0'),(10045,731,'show_admin_bar_front','true'),(10046,731,'locale',''),(10047,731,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10048,731,'wp_user_level','0'),(10049,731,'session_tokens','a:1:{s:64:\"54ae9d79ac0e32241a4504a0b860b4f25a70eea7e7dc7d31fd70601d442cd769\";a:4:{s:10:\"expiration\";i:1554246458;s:2:\"ip\";s:14:\"37.187.129.166\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36\";s:5:\"login\";i:1553036858;}}'),(10050,732,'nickname','mplsgolf'),(10051,732,'first_name',''),(10052,732,'last_name',''),(10053,732,'description',''),(10054,732,'rich_editing','true'),(10055,732,'comment_shortcuts','false'),(10056,732,'admin_color','fresh'),(10057,732,'use_ssl','0'),(10058,732,'show_admin_bar_front','true'),(10059,732,'locale',''),(10060,732,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10061,732,'wp_user_level','0'),(10062,732,'session_tokens','a:1:{s:64:\"aeffb2594ec2903d94a8917d4e864477f0a8d6d63d8cbc81c6cb62c7a8bd4fdd\";a:4:{s:10:\"expiration\";i:1554252910;s:2:\"ip\";s:12:\"87.118.92.43\";s:2:\"ua\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0)\";s:5:\"login\";i:1553043310;}}'),(10063,733,'nickname','kmac12762'),(10064,733,'first_name',''),(10065,733,'last_name',''),(10066,733,'description',''),(10067,733,'rich_editing','true'),(10068,733,'comment_shortcuts','false'),(10069,733,'admin_color','fresh'),(10070,733,'use_ssl','0'),(10071,733,'show_admin_bar_front','true'),(10072,733,'locale',''),(10073,733,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10074,733,'wp_user_level','0'),(10075,733,'session_tokens','a:1:{s:64:\"79736e291a97fd8d8457dd43f30a10b43554448a64082ab4fe5b2964d95bc42f\";a:4:{s:10:\"expiration\";i:1554257136;s:2:\"ip\";s:14:\"198.50.200.129\";s:2:\"ua\";s:93:\"Mozilla/5.0 (Unknown; Linux) AppleWebKit/538.1 (KHTML, like Gecko) Chrome/v1.0.0 Safari/538.1\";s:5:\"login\";i:1553047536;}}'),(10076,734,'nickname','jthompson969'),(10077,734,'first_name',''),(10078,734,'last_name',''),(10079,734,'description',''),(10080,734,'rich_editing','true'),(10081,734,'comment_shortcuts','false'),(10082,734,'admin_color','fresh'),(10083,734,'use_ssl','0'),(10084,734,'show_admin_bar_front','true'),(10085,734,'locale',''),(10086,734,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10087,734,'wp_user_level','0'),(10088,734,'session_tokens','a:1:{s:64:\"c4065936dc63bd5650d8f88b5117722c0768aceace5682ce49e48075f2a616a5\";a:4:{s:10:\"expiration\";i:1554261987;s:2:\"ip\";s:14:\"199.249.230.77\";s:2:\"ua\";s:74:\"Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0\";s:5:\"login\";i:1553052387;}}'),(10089,735,'nickname','jschembari'),(10090,735,'first_name',''),(10091,735,'last_name',''),(10092,735,'description',''),(10093,735,'rich_editing','true'),(10094,735,'comment_shortcuts','false'),(10095,735,'admin_color','fresh'),(10096,735,'use_ssl','0'),(10097,735,'show_admin_bar_front','true'),(10098,735,'locale',''),(10099,735,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10100,735,'wp_user_level','0'),(10101,735,'session_tokens','a:1:{s:64:\"1fce3ac3d50d5bc170eec80c226a32e0b896b262a05c929e0a932ad65682ace0\";a:4:{s:10:\"expiration\";i:1554306913;s:2:\"ip\";s:11:\"51.15.68.66\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0\";s:5:\"login\";i:1553097313;}}'),(10102,736,'nickname','jobatt72'),(10103,736,'first_name',''),(10104,736,'last_name',''),(10105,736,'description',''),(10106,736,'rich_editing','true'),(10107,736,'comment_shortcuts','false'),(10108,736,'admin_color','fresh'),(10109,736,'use_ssl','0'),(10110,736,'show_admin_bar_front','true'),(10111,736,'locale',''),(10112,736,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10113,736,'wp_user_level','0'),(10114,736,'session_tokens','a:1:{s:64:\"f85f1ad71c8d5b4823ff106432815350547b2d425c1c5c7e35fd5d3e2763e717\";a:4:{s:10:\"expiration\";i:1554307095;s:2:\"ip\";s:13:\"209.141.41.41\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\";s:5:\"login\";i:1553097495;}}'),(10115,737,'nickname','davidespuga'),(10116,737,'first_name',''),(10117,737,'last_name',''),(10118,737,'description',''),(10119,737,'rich_editing','true'),(10120,737,'comment_shortcuts','false'),(10121,737,'admin_color','fresh'),(10122,737,'use_ssl','0'),(10123,737,'show_admin_bar_front','true'),(10124,737,'locale',''),(10125,737,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10126,737,'wp_user_level','0'),(10127,737,'session_tokens','a:1:{s:64:\"dcb0c5408ce179cdefa0f97cb92331cd88b3f84faca4d1474687fda12ee17678\";a:4:{s:10:\"expiration\";i:1554307223;s:2:\"ip\";s:15:\"185.220.100.252\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1553097623;}}'),(10128,738,'nickname','tinkis4mee'),(10129,738,'first_name',''),(10130,738,'last_name',''),(10131,738,'description',''),(10132,738,'rich_editing','true'),(10133,738,'comment_shortcuts','false'),(10134,738,'admin_color','fresh'),(10135,738,'use_ssl','0'),(10136,738,'show_admin_bar_front','true'),(10137,738,'locale',''),(10138,738,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10139,738,'wp_user_level','0'),(10140,738,'session_tokens','a:1:{s:64:\"56547e5b468d88f1a4bef276e1ec7464bf629383b8057009b873ff12c5e37733\";a:4:{s:10:\"expiration\";i:1554309788;s:2:\"ip\";s:13:\"176.10.99.200\";s:2:\"ua\";s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";s:5:\"login\";i:1553100188;}}'),(10141,739,'nickname','lycalderontci'),(10142,739,'first_name',''),(10143,739,'last_name',''),(10144,739,'description',''),(10145,739,'rich_editing','true'),(10146,739,'comment_shortcuts','false'),(10147,739,'admin_color','fresh'),(10148,739,'use_ssl','0'),(10149,739,'show_admin_bar_front','true'),(10150,739,'locale',''),(10151,739,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10152,739,'wp_user_level','0'),(10153,739,'session_tokens','a:1:{s:64:\"beb77b70897c2dcdb559dd49677d5cfab7024f188cfc49c706fb2d43cba040d9\";a:4:{s:10:\"expiration\";i:1554349452;s:2:\"ip\";s:13:\"144.217.80.80\";s:2:\"ua\";s:76:\"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko\";s:5:\"login\";i:1553139852;}}'),(10154,740,'nickname','ljohnso2559'),(10155,740,'first_name',''),(10156,740,'last_name',''),(10157,740,'description',''),(10158,740,'rich_editing','true'),(10159,740,'comment_shortcuts','false'),(10160,740,'admin_color','fresh'),(10161,740,'use_ssl','0'),(10162,740,'show_admin_bar_front','true'),(10163,740,'locale',''),(10164,740,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10165,740,'wp_user_level','0'),(10166,740,'session_tokens','a:1:{s:64:\"6d80194eb007bb3ee234f0cdafcb7acae95a10769d209dd9d67b4e5f56a54dd0\";a:4:{s:10:\"expiration\";i:1554370545;s:2:\"ip\";s:13:\"18.85.192.253\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.2; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1553160945;}}'),(10167,741,'nickname','sbrady249'),(10168,741,'first_name',''),(10169,741,'last_name',''),(10170,741,'description',''),(10171,741,'rich_editing','true'),(10172,741,'comment_shortcuts','false'),(10173,741,'admin_color','fresh'),(10174,741,'use_ssl','0'),(10175,741,'show_admin_bar_front','true'),(10176,741,'locale',''),(10177,741,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10178,741,'wp_user_level','0'),(10179,741,'session_tokens','a:1:{s:64:\"7570e56955fb77c2adee9bbe85847988bfc9342d2add4f5057c260a96b98baad\";a:4:{s:10:\"expiration\";i:1554385905;s:2:\"ip\";s:13:\"109.70.100.18\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10240\";s:5:\"login\";i:1553176305;}}'),(10180,742,'nickname','sanjeev_behera'),(10181,742,'first_name',''),(10182,742,'last_name',''),(10183,742,'description',''),(10184,742,'rich_editing','true'),(10185,742,'comment_shortcuts','false'),(10186,742,'admin_color','fresh'),(10187,742,'use_ssl','0'),(10188,742,'show_admin_bar_front','true'),(10189,742,'locale',''),(10190,742,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10191,742,'wp_user_level','0'),(10192,742,'session_tokens','a:1:{s:64:\"d5f8c35efeb051897c9e4c56f3d056b5e35adfff5ab647201db8ed90eb35c5cc\";a:4:{s:10:\"expiration\";i:1554391302;s:2:\"ip\";s:14:\"199.249.230.89\";s:2:\"ua\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)\";s:5:\"login\";i:1553181702;}}'),(10193,743,'nickname','jenniferliantonio'),(10194,743,'first_name',''),(10195,743,'last_name',''),(10196,743,'description',''),(10197,743,'rich_editing','true'),(10198,743,'comment_shortcuts','false'),(10199,743,'admin_color','fresh'),(10200,743,'use_ssl','0'),(10201,743,'show_admin_bar_front','true'),(10202,743,'locale',''),(10203,743,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10204,743,'wp_user_level','0'),(10205,743,'session_tokens','a:1:{s:64:\"d197099f9e57c80d4705b4eae23d7221ffb07c79ebb7c2b717ea7e82b4288be9\";a:4:{s:10:\"expiration\";i:1554395990;s:2:\"ip\";s:13:\"109.70.100.25\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0\";s:5:\"login\";i:1553186390;}}'),(10206,744,'nickname','jorgeysalgado'),(10207,744,'first_name',''),(10208,744,'last_name',''),(10209,744,'description',''),(10210,744,'rich_editing','true'),(10211,744,'comment_shortcuts','false'),(10212,744,'admin_color','fresh'),(10213,744,'use_ssl','0'),(10214,744,'show_admin_bar_front','true'),(10215,744,'locale',''),(10216,744,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10217,744,'wp_user_level','0'),(10218,744,'session_tokens','a:1:{s:64:\"037db7546884e7df1e9490935abbaddfd8154e92bd0c8f211e106663f9a24869\";a:4:{s:10:\"expiration\";i:1554397215;s:2:\"ip\";s:12:\"51.15.49.134\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36\";s:5:\"login\";i:1553187615;}}'),(10219,745,'nickname','hawkcourt'),(10220,745,'first_name',''),(10221,745,'last_name',''),(10222,745,'description',''),(10223,745,'rich_editing','true'),(10224,745,'comment_shortcuts','false'),(10225,745,'admin_color','fresh'),(10226,745,'use_ssl','0'),(10227,745,'show_admin_bar_front','true'),(10228,745,'locale',''),(10229,745,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10230,745,'wp_user_level','0'),(10231,745,'session_tokens','a:1:{s:64:\"cbf577e5c7189d7dcdcf3e2c9bc0f857e0b46db81d35aa919313a1ece9100ea6\";a:4:{s:10:\"expiration\";i:1554400655;s:2:\"ip\";s:11:\"94.100.6.27\";s:2:\"ua\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36\";s:5:\"login\";i:1553191055;}}'),(10232,746,'nickname','ljbecho'),(10233,746,'first_name',''),(10234,746,'last_name',''),(10235,746,'description',''),(10236,746,'rich_editing','true'),(10237,746,'comment_shortcuts','false'),(10238,746,'admin_color','fresh'),(10239,746,'use_ssl','0'),(10240,746,'show_admin_bar_front','true'),(10241,746,'locale',''),(10242,746,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10243,746,'wp_user_level','0'),(10244,746,'session_tokens','a:1:{s:64:\"35caa25940c87aad8605c25ed759b4fb4be6a8d0f8d618fec5e773007c0e48fb\";a:4:{s:10:\"expiration\";i:1554402312;s:2:\"ip\";s:12:\"51.15.36.100\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0\";s:5:\"login\";i:1553192712;}}'),(10245,747,'nickname','mmcintyre'),(10246,747,'first_name',''),(10247,747,'last_name',''),(10248,747,'description',''),(10249,747,'rich_editing','true'),(10250,747,'comment_shortcuts','false'),(10251,747,'admin_color','fresh'),(10252,747,'use_ssl','0'),(10253,747,'show_admin_bar_front','true'),(10254,747,'locale',''),(10255,747,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10256,747,'wp_user_level','0'),(10257,747,'session_tokens','a:1:{s:64:\"9e48f27dffc2e7b8a33adb2fe31910ca48b0982ddfa9950cd95ceba76c9e0087\";a:4:{s:10:\"expiration\";i:1554406560;s:2:\"ip\";s:13:\"185.220.102.8\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0\";s:5:\"login\";i:1553196960;}}'),(10258,748,'nickname','dmn0809'),(10259,748,'first_name',''),(10260,748,'last_name',''),(10261,748,'description',''),(10262,748,'rich_editing','true'),(10263,748,'comment_shortcuts','false'),(10264,748,'admin_color','fresh'),(10265,748,'use_ssl','0'),(10266,748,'show_admin_bar_front','true'),(10267,748,'locale',''),(10268,748,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10269,748,'wp_user_level','0'),(10270,748,'session_tokens','a:1:{s:64:\"cd7bbbf474dbb274b48f1d18de230206e4db36b02ebc13e90508a9259dc35036\";a:4:{s:10:\"expiration\";i:1554408248;s:2:\"ip\";s:13:\"185.220.102.7\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1553198648;}}'),(10271,749,'nickname','ken_kallett'),(10272,749,'first_name',''),(10273,749,'last_name',''),(10274,749,'description',''),(10275,749,'rich_editing','true'),(10276,749,'comment_shortcuts','false'),(10277,749,'admin_color','fresh'),(10278,749,'use_ssl','0'),(10279,749,'show_admin_bar_front','true'),(10280,749,'locale',''),(10281,749,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10282,749,'wp_user_level','0'),(10283,749,'session_tokens','a:1:{s:64:\"7ed2773ff6e127971d6c3312e04058159801d66ff66ab2c4f13226fccf534ff5\";a:4:{s:10:\"expiration\";i:1554412913;s:2:\"ip\";s:14:\"185.147.80.155\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1553203313;}}'),(10284,750,'nickname','animemonkey02'),(10285,750,'first_name',''),(10286,750,'last_name',''),(10287,750,'description',''),(10288,750,'rich_editing','true'),(10289,750,'comment_shortcuts','false'),(10290,750,'admin_color','fresh'),(10291,750,'use_ssl','0'),(10292,750,'show_admin_bar_front','true'),(10293,750,'locale',''),(10294,750,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10295,750,'wp_user_level','0'),(10296,750,'session_tokens','a:1:{s:64:\"5239a6a804b6bc993601e6a48aba0da1b68dec507a8b744b57bc167125addcf6\";a:4:{s:10:\"expiration\";i:1554416482;s:2:\"ip\";s:15:\"144.217.164.104\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.7\";s:5:\"login\";i:1553206882;}}'),(10297,751,'nickname','jamesbraunns'),(10298,751,'first_name',''),(10299,751,'last_name',''),(10300,751,'description',''),(10301,751,'rich_editing','true'),(10302,751,'comment_shortcuts','false'),(10303,751,'admin_color','fresh'),(10304,751,'use_ssl','0'),(10305,751,'show_admin_bar_front','true'),(10306,751,'locale',''),(10307,751,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10308,751,'wp_user_level','0'),(10309,751,'session_tokens','a:1:{s:64:\"b0c658e9d67028710d30b56e8faeeeb2c23529cab376b397588127c93a53dc23\";a:4:{s:10:\"expiration\";i:1554420909;s:2:\"ip\";s:13:\"176.10.99.200\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8\";s:5:\"login\";i:1553211309;}}'),(10310,752,'nickname','bchahn'),(10311,752,'first_name',''),(10312,752,'last_name',''),(10313,752,'description',''),(10314,752,'rich_editing','true'),(10315,752,'comment_shortcuts','false'),(10316,752,'admin_color','fresh'),(10317,752,'use_ssl','0'),(10318,752,'show_admin_bar_front','true'),(10319,752,'locale',''),(10320,752,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10321,752,'wp_user_level','0'),(10322,752,'session_tokens','a:1:{s:64:\"79ae391352c0239aa3017fc3d0e09a9a99e370af4d55f2dadf69c17321eda327\";a:4:{s:10:\"expiration\";i:1554461715;s:2:\"ip\";s:14:\"185.220.101.70\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1553252115;}}'),(10323,753,'nickname','pixelgod51'),(10324,753,'first_name',''),(10325,753,'last_name',''),(10326,753,'description',''),(10327,753,'rich_editing','true'),(10328,753,'comment_shortcuts','false'),(10329,753,'admin_color','fresh'),(10330,753,'use_ssl','0'),(10331,753,'show_admin_bar_front','true'),(10332,753,'locale',''),(10333,753,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10334,753,'wp_user_level','0'),(10335,753,'session_tokens','a:1:{s:64:\"a44e18364854f9f007aa8728b21fcfc2d9d424c1c487d54196bc2ac3c0bf1480\";a:4:{s:10:\"expiration\";i:1554466168;s:2:\"ip\";s:13:\"109.70.100.24\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 OPR/43.0.2442.991\";s:5:\"login\";i:1553256568;}}'),(10336,754,'nickname','kimberlyblair2012'),(10337,754,'first_name',''),(10338,754,'last_name',''),(10339,754,'description',''),(10340,754,'rich_editing','true'),(10341,754,'comment_shortcuts','false'),(10342,754,'admin_color','fresh'),(10343,754,'use_ssl','0'),(10344,754,'show_admin_bar_front','true'),(10345,754,'locale',''),(10346,754,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10347,754,'wp_user_level','0'),(10348,754,'session_tokens','a:1:{s:64:\"b28d5db9ead99c479302a6693320687b60181d0b63d79b556645ed2bb909cf85\";a:4:{s:10:\"expiration\";i:1554487936;s:2:\"ip\";s:15:\"178.175.132.213\";s:2:\"ua\";s:61:\"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1553278336;}}'),(10349,755,'nickname','rogerdbartlett'),(10350,755,'first_name',''),(10351,755,'last_name',''),(10352,755,'description',''),(10353,755,'rich_editing','true'),(10354,755,'comment_shortcuts','false'),(10355,755,'admin_color','fresh'),(10356,755,'use_ssl','0'),(10357,755,'show_admin_bar_front','true'),(10358,755,'locale',''),(10359,755,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10360,755,'wp_user_level','0'),(10361,755,'session_tokens','a:1:{s:64:\"51cdc19308e70c252ed45f463236d2779fd787414ad2fbe291409e43774c2a31\";a:4:{s:10:\"expiration\";i:1554494087;s:2:\"ip\";s:13:\"109.70.100.26\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36\";s:5:\"login\";i:1553284487;}}'),(10362,756,'nickname','pacl18'),(10363,756,'first_name',''),(10364,756,'last_name',''),(10365,756,'description',''),(10366,756,'rich_editing','true'),(10367,756,'comment_shortcuts','false'),(10368,756,'admin_color','fresh'),(10369,756,'use_ssl','0'),(10370,756,'show_admin_bar_front','true'),(10371,756,'locale',''),(10372,756,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10373,756,'wp_user_level','0'),(10374,756,'session_tokens','a:1:{s:64:\"ed2e73c38a32ca5a84190a97dcf53c76d7d1d6f9c115379bd02f66ea44478f5e\";a:4:{s:10:\"expiration\";i:1554499908;s:2:\"ip\";s:14:\"171.25.193.235\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1553290308;}}'),(10375,757,'nickname','asianpheonix'),(10376,757,'first_name',''),(10377,757,'last_name',''),(10378,757,'description',''),(10379,757,'rich_editing','true'),(10380,757,'comment_shortcuts','false'),(10381,757,'admin_color','fresh'),(10382,757,'use_ssl','0'),(10383,757,'show_admin_bar_front','true'),(10384,757,'locale',''),(10385,757,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10386,757,'wp_user_level','0'),(10387,757,'session_tokens','a:1:{s:64:\"9ca299ebb54ad48aa0b774e07b99c0b57f807e32d0e7759c5259d0556e1505c4\";a:4:{s:10:\"expiration\";i:1554512328;s:2:\"ip\";s:14:\"89.234.157.254\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1553302728;}}'),(10388,758,'nickname','staceyt83'),(10389,758,'first_name',''),(10390,758,'last_name',''),(10391,758,'description',''),(10392,758,'rich_editing','true'),(10393,758,'comment_shortcuts','false'),(10394,758,'admin_color','fresh'),(10395,758,'use_ssl','0'),(10396,758,'show_admin_bar_front','true'),(10397,758,'locale',''),(10398,758,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10399,758,'wp_user_level','0'),(10400,758,'session_tokens','a:1:{s:64:\"62e1cbdd6dec5f71c63109cd06ea26b79cf4f4b4672dae7f54a496dda64d9cb5\";a:4:{s:10:\"expiration\";i:1554528819;s:2:\"ip\";s:13:\"5.199.130.188\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36\";s:5:\"login\";i:1553319219;}}'),(10401,759,'nickname','denyerg'),(10402,759,'first_name',''),(10403,759,'last_name',''),(10404,759,'description',''),(10405,759,'rich_editing','true'),(10406,759,'comment_shortcuts','false'),(10407,759,'admin_color','fresh'),(10408,759,'use_ssl','0'),(10409,759,'show_admin_bar_front','true'),(10410,759,'locale',''),(10411,759,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10412,759,'wp_user_level','0'),(10413,759,'session_tokens','a:1:{s:64:\"f67bef6fdc3e4397c1b0878a1c86bfd1acc2bc76ab04be91da519a1a502c9aa0\";a:4:{s:10:\"expiration\";i:1554550097;s:2:\"ip\";s:12:\"195.176.3.23\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:59.0) Gecko/20100101 Firefox/59.0\";s:5:\"login\";i:1553340497;}}'),(10414,760,'nickname','yannik.fuerst'),(10415,760,'first_name',''),(10416,760,'last_name',''),(10417,760,'description',''),(10418,760,'rich_editing','true'),(10419,760,'comment_shortcuts','false'),(10420,760,'admin_color','fresh'),(10421,760,'use_ssl','0'),(10422,760,'show_admin_bar_front','true'),(10423,760,'locale',''),(10424,760,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10425,760,'wp_user_level','0'),(10426,760,'session_tokens','a:1:{s:64:\"773e5c75557be205dfc5aaa2953f8c724b462c1cd9c851bacd9f4b9b011253f0\";a:4:{s:10:\"expiration\";i:1554552549;s:2:\"ip\";s:14:\"77.247.181.163\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36\";s:5:\"login\";i:1553342949;}}'),(10427,761,'nickname','woodco43'),(10428,761,'first_name',''),(10429,761,'last_name',''),(10430,761,'description',''),(10431,761,'rich_editing','true'),(10432,761,'comment_shortcuts','false'),(10433,761,'admin_color','fresh'),(10434,761,'use_ssl','0'),(10435,761,'show_admin_bar_front','true'),(10436,761,'locale',''),(10437,761,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10438,761,'wp_user_level','0'),(10439,761,'session_tokens','a:1:{s:64:\"f2e834bf2fae4fb6545b220b438d647afdff5683e30d4258632dfc70a6c66d34\";a:4:{s:10:\"expiration\";i:1554583750;s:2:\"ip\";s:13:\"185.104.120.5\";s:2:\"ua\";s:131:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.78 Safari/537.36 OPR/47.0.2631.39\";s:5:\"login\";i:1553374150;}}'),(10440,762,'nickname','hans.brink'),(10441,762,'first_name',''),(10442,762,'last_name',''),(10443,762,'description',''),(10444,762,'rich_editing','true'),(10445,762,'comment_shortcuts','false'),(10446,762,'admin_color','fresh'),(10447,762,'use_ssl','0'),(10448,762,'show_admin_bar_front','true'),(10449,762,'locale',''),(10450,762,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10451,762,'wp_user_level','0'),(10452,762,'session_tokens','a:1:{s:64:\"c5453a472ef9a09a9d51bccb30ed5b399e254428c6e945a07c336863e79c6e2f\";a:4:{s:10:\"expiration\";i:1554605581;s:2:\"ip\";s:14:\"144.217.166.19\";s:2:\"ua\";s:88:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/601.5.17 (KHTML, like Gecko)\";s:5:\"login\";i:1553395981;}}'),(10453,763,'nickname','hayden101897'),(10454,763,'first_name',''),(10455,763,'last_name',''),(10456,763,'description',''),(10457,763,'rich_editing','true'),(10458,763,'comment_shortcuts','false'),(10459,763,'admin_color','fresh'),(10460,763,'use_ssl','0'),(10461,763,'show_admin_bar_front','true'),(10462,763,'locale',''),(10463,763,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10464,763,'wp_user_level','0'),(10465,763,'session_tokens','a:1:{s:64:\"93c15f7cbfda2f391a950126af6a4a49c653a87ae2a033061ba4e7d7602e9f52\";a:4:{s:10:\"expiration\";i:1554660976;s:2:\"ip\";s:12:\"74.82.47.194\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36\";s:5:\"login\";i:1553451376;}}'),(10466,764,'nickname','cathiej51'),(10467,764,'first_name',''),(10468,764,'last_name',''),(10469,764,'description',''),(10470,764,'rich_editing','true'),(10471,764,'comment_shortcuts','false'),(10472,764,'admin_color','fresh'),(10473,764,'use_ssl','0'),(10474,764,'show_admin_bar_front','true'),(10475,764,'locale',''),(10476,764,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10477,764,'wp_user_level','0'),(10478,764,'session_tokens','a:1:{s:64:\"6e9591d586c64292d21887130e929331a170d74fb6551c983a8909e1d1dbedcb\";a:4:{s:10:\"expiration\";i:1554670318;s:2:\"ip\";s:14:\"178.17.166.146\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\";s:5:\"login\";i:1553460718;}}'),(10479,765,'nickname','tim.r.timmons'),(10480,765,'first_name',''),(10481,765,'last_name',''),(10482,765,'description',''),(10483,765,'rich_editing','true'),(10484,765,'comment_shortcuts','false'),(10485,765,'admin_color','fresh'),(10486,765,'use_ssl','0'),(10487,765,'show_admin_bar_front','true'),(10488,765,'locale',''),(10489,765,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10490,765,'wp_user_level','0'),(10491,765,'session_tokens','a:1:{s:64:\"0e1263745c3fb0927288f6186c71f7fe99c62a0b548d58c7f2cc00e8de70ad28\";a:4:{s:10:\"expiration\";i:1554670449;s:2:\"ip\";s:13:\"185.220.102.4\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0\";s:5:\"login\";i:1553460849;}}'),(10492,766,'nickname','mslisalee1977'),(10493,766,'first_name',''),(10494,766,'last_name',''),(10495,766,'description',''),(10496,766,'rich_editing','true'),(10497,766,'comment_shortcuts','false'),(10498,766,'admin_color','fresh'),(10499,766,'use_ssl','0'),(10500,766,'show_admin_bar_front','true'),(10501,766,'locale',''),(10502,766,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10503,766,'wp_user_level','0'),(10504,766,'session_tokens','a:1:{s:64:\"1367c42de10163c376ae5bc2b27a7d858e389f3f49ef15520c27d4d68d1607b3\";a:4:{s:10:\"expiration\";i:1554672544;s:2:\"ip\";s:14:\"162.244.80.228\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36\";s:5:\"login\";i:1553462944;}}'),(10505,767,'nickname','damioncarlos78'),(10506,767,'first_name',''),(10507,767,'last_name',''),(10508,767,'description',''),(10509,767,'rich_editing','true'),(10510,767,'comment_shortcuts','false'),(10511,767,'admin_color','fresh'),(10512,767,'use_ssl','0'),(10513,767,'show_admin_bar_front','true'),(10514,767,'locale',''),(10515,767,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10516,767,'wp_user_level','0'),(10517,767,'session_tokens','a:1:{s:64:\"b94c24fe40da8feb24e05501af51fde5c523a4974f0315bb1def80c6f9e3a6f4\";a:4:{s:10:\"expiration\";i:1554679191;s:2:\"ip\";s:14:\"185.220.101.67\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0\";s:5:\"login\";i:1553469591;}}'),(10518,768,'nickname','rlewenson'),(10519,768,'first_name',''),(10520,768,'last_name',''),(10521,768,'description',''),(10522,768,'rich_editing','true'),(10523,768,'comment_shortcuts','false'),(10524,768,'admin_color','fresh'),(10525,768,'use_ssl','0'),(10526,768,'show_admin_bar_front','true'),(10527,768,'locale',''),(10528,768,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10529,768,'wp_user_level','0'),(10530,768,'session_tokens','a:1:{s:64:\"2fe71b695dd6a20bf4c7891985def1f525e94ef3d8762f5cb3b5bb868972a016\";a:4:{s:10:\"expiration\";i:1554679627;s:2:\"ip\";s:13:\"109.70.100.19\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1553470027;}}'),(10531,769,'nickname','tanziwest'),(10532,769,'first_name',''),(10533,769,'last_name',''),(10534,769,'description',''),(10535,769,'rich_editing','true'),(10536,769,'comment_shortcuts','false'),(10537,769,'admin_color','fresh'),(10538,769,'use_ssl','0'),(10539,769,'show_admin_bar_front','true'),(10540,769,'locale',''),(10541,769,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10542,769,'wp_user_level','0'),(10543,769,'session_tokens','a:1:{s:64:\"b09210f4494d6be44698f421d5ecf0e2aaffc9db04a1bd73f5252b29e9b946d8\";a:4:{s:10:\"expiration\";i:1554680925;s:2:\"ip\";s:12:\"45.66.32.220\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 OPR/43.0.2442.991\";s:5:\"login\";i:1553471325;}}'),(10544,770,'nickname','froydisbjerkholt'),(10545,770,'first_name',''),(10546,770,'last_name',''),(10547,770,'description',''),(10548,770,'rich_editing','true'),(10549,770,'comment_shortcuts','false'),(10550,770,'admin_color','fresh'),(10551,770,'use_ssl','0'),(10552,770,'show_admin_bar_front','true'),(10553,770,'locale',''),(10554,770,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10555,770,'wp_user_level','0'),(10556,770,'session_tokens','a:1:{s:64:\"60dfd3f893ac33cb25df2bf15697945d6869886956e2e2b1cba88092b563c0c0\";a:4:{s:10:\"expiration\";i:1554689748;s:2:\"ip\";s:14:\"185.220.101.22\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";s:5:\"login\";i:1553480148;}}'),(10557,771,'nickname','dazzlingdesignscg'),(10558,771,'first_name',''),(10559,771,'last_name',''),(10560,771,'description',''),(10561,771,'rich_editing','true'),(10562,771,'comment_shortcuts','false'),(10563,771,'admin_color','fresh'),(10564,771,'use_ssl','0'),(10565,771,'show_admin_bar_front','true'),(10566,771,'locale',''),(10567,771,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10568,771,'wp_user_level','0'),(10569,771,'session_tokens','a:1:{s:64:\"dc95ecad6f570d48093f05f7b72f0d99a6f8a3e04918d729a99e3e6cf6511f22\";a:4:{s:10:\"expiration\";i:1554695266;s:2:\"ip\";s:14:\"185.220.101.20\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1553485666;}}'),(10570,772,'nickname','lucasbom109'),(10571,772,'first_name',''),(10572,772,'last_name',''),(10573,772,'description',''),(10574,772,'rich_editing','true'),(10575,772,'comment_shortcuts','false'),(10576,772,'admin_color','fresh'),(10577,772,'use_ssl','0'),(10578,772,'show_admin_bar_front','true'),(10579,772,'locale',''),(10580,772,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10581,772,'wp_user_level','0'),(10582,772,'session_tokens','a:1:{s:64:\"fec801d4694950d62ec5955c6e2c8260c6834c29cfad147257af5cbcc1d9190f\";a:4:{s:10:\"expiration\";i:1554704374;s:2:\"ip\";s:13:\"185.104.120.2\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0\";s:5:\"login\";i:1553494774;}}'),(10583,773,'nickname','nospammallowed'),(10584,773,'first_name',''),(10585,773,'last_name',''),(10586,773,'description',''),(10587,773,'rich_editing','true'),(10588,773,'comment_shortcuts','false'),(10589,773,'admin_color','fresh'),(10590,773,'use_ssl','0'),(10591,773,'show_admin_bar_front','true'),(10592,773,'locale',''),(10593,773,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10594,773,'wp_user_level','0'),(10595,773,'session_tokens','a:1:{s:64:\"5917bab5086959f15b5b6274e903419b9fc4579d2cafe3547aa112d0ad527f51\";a:4:{s:10:\"expiration\";i:1554706248;s:2:\"ip\";s:15:\"192.160.102.169\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1553496648;}}'),(10596,774,'nickname','boomer1620'),(10597,774,'first_name',''),(10598,774,'last_name',''),(10599,774,'description',''),(10600,774,'rich_editing','true'),(10601,774,'comment_shortcuts','false'),(10602,774,'admin_color','fresh'),(10603,774,'use_ssl','0'),(10604,774,'show_admin_bar_front','true'),(10605,774,'locale',''),(10606,774,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10607,774,'wp_user_level','0'),(10608,774,'session_tokens','a:1:{s:64:\"c4f4ba9c923ce84d30eb929e811887f3aea54eed543b099c422c3d9924a9344e\";a:4:{s:10:\"expiration\";i:1554706548;s:2:\"ip\";s:12:\"45.66.32.220\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36\";s:5:\"login\";i:1553496948;}}'),(10609,775,'nickname','bairachnyi'),(10610,775,'first_name',''),(10611,775,'last_name',''),(10612,775,'description',''),(10613,775,'rich_editing','true'),(10614,775,'comment_shortcuts','false'),(10615,775,'admin_color','fresh'),(10616,775,'use_ssl','0'),(10617,775,'show_admin_bar_front','true'),(10618,775,'locale',''),(10619,775,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10620,775,'wp_user_level','0'),(10621,775,'session_tokens','a:1:{s:64:\"a53501fe77341fdcc3dd35f9a1b145c7369b5742e905f75305a1b0f0af2bb313\";a:4:{s:10:\"expiration\";i:1554717077;s:2:\"ip\";s:13:\"185.220.102.7\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1553507477;}}'),(10622,776,'nickname','edelgard.rehak'),(10623,776,'first_name',''),(10624,776,'last_name',''),(10625,776,'description',''),(10626,776,'rich_editing','true'),(10627,776,'comment_shortcuts','false'),(10628,776,'admin_color','fresh'),(10629,776,'use_ssl','0'),(10630,776,'show_admin_bar_front','true'),(10631,776,'locale',''),(10632,776,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10633,776,'wp_user_level','0'),(10634,776,'session_tokens','a:1:{s:64:\"7f0e91ab96106d45269ce91c22bae55bbdb85cad7b3d7bdeb0cdcecd51d3aab5\";a:4:{s:10:\"expiration\";i:1554730928;s:2:\"ip\";s:13:\"185.227.68.78\";s:2:\"ua\";s:88:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/601.5.17 (KHTML, like Gecko)\";s:5:\"login\";i:1553521328;}}'),(10635,777,'nickname','michelle.h.mcadams'),(10636,777,'first_name',''),(10637,777,'last_name',''),(10638,777,'description',''),(10639,777,'rich_editing','true'),(10640,777,'comment_shortcuts','false'),(10641,777,'admin_color','fresh'),(10642,777,'use_ssl','0'),(10643,777,'show_admin_bar_front','true'),(10644,777,'locale',''),(10645,777,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10646,777,'wp_user_level','0'),(10647,777,'session_tokens','a:1:{s:64:\"1a2e953d9c0dc9cfdbc378ccf5f455999c66b6872aebb932732cd43a9ef23729\";a:4:{s:10:\"expiration\";i:1554731628;s:2:\"ip\";s:15:\"185.234.219.119\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0\";s:5:\"login\";i:1553522028;}}'),(10648,778,'nickname','bbalocco'),(10649,778,'first_name',''),(10650,778,'last_name',''),(10651,778,'description',''),(10652,778,'rich_editing','true'),(10653,778,'comment_shortcuts','false'),(10654,778,'admin_color','fresh'),(10655,778,'use_ssl','0'),(10656,778,'show_admin_bar_front','true'),(10657,778,'locale',''),(10658,778,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10659,778,'wp_user_level','0'),(10660,778,'session_tokens','a:1:{s:64:\"1f8d28714fad4ecb9e45902bd4c687e686aa3f2265694c5f2e3cc2af2c6fe208\";a:4:{s:10:\"expiration\";i:1554733309;s:2:\"ip\";s:10:\"51.15.59.9\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1553523709;}}'),(10661,779,'nickname','mbehar09'),(10662,779,'first_name',''),(10663,779,'last_name',''),(10664,779,'description',''),(10665,779,'rich_editing','true'),(10666,779,'comment_shortcuts','false'),(10667,779,'admin_color','fresh'),(10668,779,'use_ssl','0'),(10669,779,'show_admin_bar_front','true'),(10670,779,'locale',''),(10671,779,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10672,779,'wp_user_level','0'),(10673,779,'session_tokens','a:1:{s:64:\"9bab5f3af973625ac7a08df889be94bf5d1a2a9cd34b816df3216235b9960692\";a:4:{s:10:\"expiration\";i:1554740554;s:2:\"ip\";s:15:\"185.222.202.125\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15\";s:5:\"login\";i:1553530954;}}'),(10674,780,'nickname','munusarao'),(10675,780,'first_name',''),(10676,780,'last_name',''),(10677,780,'description',''),(10678,780,'rich_editing','true'),(10679,780,'comment_shortcuts','false'),(10680,780,'admin_color','fresh'),(10681,780,'use_ssl','0'),(10682,780,'show_admin_bar_front','true'),(10683,780,'locale',''),(10684,780,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10685,780,'wp_user_level','0'),(10686,780,'session_tokens','a:1:{s:64:\"dcabc48b5fbf8b9736f0b8459c52d4598e425297ca11d48a51e3f695462f97c6\";a:4:{s:10:\"expiration\";i:1554742017;s:2:\"ip\";s:14:\"185.220.101.69\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";s:5:\"login\";i:1553532417;}}'),(10687,781,'nickname','brantgoddard1967'),(10688,781,'first_name',''),(10689,781,'last_name',''),(10690,781,'description',''),(10691,781,'rich_editing','true'),(10692,781,'comment_shortcuts','false'),(10693,781,'admin_color','fresh'),(10694,781,'use_ssl','0'),(10695,781,'show_admin_bar_front','true'),(10696,781,'locale',''),(10697,781,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10698,781,'wp_user_level','0'),(10699,781,'session_tokens','a:1:{s:64:\"43ba089d89986665507b5cd2f5b5ddc73be83b04b77405ed6d867d719feed1c1\";a:4:{s:10:\"expiration\";i:1554742380;s:2:\"ip\";s:13:\"185.220.102.4\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/604.4.7 (KHTML, like Gecko) Version/11.0.2 Safari/604.4.7\";s:5:\"login\";i:1553532780;}}'),(10700,782,'nickname','cynrowe'),(10701,782,'first_name',''),(10702,782,'last_name',''),(10703,782,'description',''),(10704,782,'rich_editing','true'),(10705,782,'comment_shortcuts','false'),(10706,782,'admin_color','fresh'),(10707,782,'use_ssl','0'),(10708,782,'show_admin_bar_front','true'),(10709,782,'locale',''),(10710,782,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10711,782,'wp_user_level','0'),(10712,782,'session_tokens','a:1:{s:64:\"80e5321ac22129b27729341305b296f1743da3ed987a6dfd7c6339d38b4282b8\";a:4:{s:10:\"expiration\";i:1554744048;s:2:\"ip\";s:14:\"199.249.230.72\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36\";s:5:\"login\";i:1553534448;}}'),(10713,783,'nickname','ffromm'),(10714,783,'first_name',''),(10715,783,'last_name',''),(10716,783,'description',''),(10717,783,'rich_editing','true'),(10718,783,'comment_shortcuts','false'),(10719,783,'admin_color','fresh'),(10720,783,'use_ssl','0'),(10721,783,'show_admin_bar_front','true'),(10722,783,'locale',''),(10723,783,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10724,783,'wp_user_level','0'),(10725,783,'session_tokens','a:1:{s:64:\"dbdf2c6f4f65e8d21b013faeb90c8cc9d5acd93db12cc45888d025d1d042e431\";a:4:{s:10:\"expiration\";i:1554744331;s:2:\"ip\";s:15:\"193.169.145.194\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8\";s:5:\"login\";i:1553534731;}}'),(10726,784,'nickname','euro.business.net'),(10727,784,'first_name',''),(10728,784,'last_name',''),(10729,784,'description',''),(10730,784,'rich_editing','true'),(10731,784,'comment_shortcuts','false'),(10732,784,'admin_color','fresh'),(10733,784,'use_ssl','0'),(10734,784,'show_admin_bar_front','true'),(10735,784,'locale',''),(10736,784,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10737,784,'wp_user_level','0'),(10738,784,'session_tokens','a:1:{s:64:\"141bc91dd633ab6a6fa08b623ea83548b1f76741f5d3bcdaeff995fd82851c0e\";a:4:{s:10:\"expiration\";i:1554747942;s:2:\"ip\";s:14:\"46.165.245.154\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0\";s:5:\"login\";i:1553538342;}}'),(10739,785,'nickname','cakersnjtattoos'),(10740,785,'first_name','Kelly'),(10741,785,'last_name','Holman'),(10742,785,'description',''),(10743,785,'rich_editing','true'),(10744,785,'comment_shortcuts','false'),(10745,785,'admin_color','fresh'),(10746,785,'use_ssl','0'),(10747,785,'show_admin_bar_front','true'),(10748,785,'locale',''),(10749,785,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10750,785,'wp_user_level','0'),(10751,785,'session_tokens','a:1:{s:64:\"a5a545778a1862f7916e61e3ad4ac088300bf78493794cff1a2a9dcc0d5ef28b\";a:4:{s:10:\"expiration\";i:1569950495;s:2:\"ip\";s:10:\"10.30.72.4\";s:2:\"ua\";s:220:\"Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Instagram 91.0.0.18.117 (iPhone9,1; iOS 12_4_1; en_US; en-US; scale=2.00; gamut=normal; 750x1334; 151989260)\";s:5:\"login\";i:1568740895;}}'),(10753,785,'last_update','1568740896'),(10754,785,'billing_first_name','Kelly'),(10755,785,'billing_last_name','Holman'),(10756,785,'billing_company','Tattoo Asylum'),(10757,785,'billing_address_1','50 US Highway 130'),(10758,785,'billing_address_2','Apt c'),(10759,785,'billing_city','Trenton'),(10760,785,'billing_state','NJ'),(10761,785,'billing_postcode','08620'),(10762,785,'billing_country','US'),(10763,785,'billing_email','cakersnjtattoos@gmail.com'),(10764,785,'billing_phone','+16099332508'),(10765,785,'shipping_first_name','Kelly'),(10766,785,'shipping_last_name','Holman'),(10767,785,'shipping_company','Tattoo Asylum'),(10768,785,'shipping_address_1','50 US Highway 130'),(10769,785,'shipping_address_2','Apt c'),(10770,785,'shipping_city','Trenton'),(10771,785,'shipping_state','NJ'),(10772,785,'shipping_postcode','08620'),(10773,785,'shipping_country','US'),(10774,785,'shipping_method','a:1:{i:0;s:11:\"flat_rate:1\";}'),(10775,3,'session_tokens','a:3:{s:64:\"7ff529a5a08cee152fcf9a56b8406c34a56de437e334595ff72a447df3252a26\";a:4:{s:10:\"expiration\";i:1602530954;s:2:\"ip\";s:10:\"10.30.72.4\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Safari/605.1.15\";s:5:\"login\";i:1602358154;}s:64:\"6c1900032197a053fc1fa21299841ede50a3b42c9396b3cbb585b7ec14bf4cb7\";a:4:{s:10:\"expiration\";i:1602530956;s:2:\"ip\";s:10:\"10.30.72.4\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Safari/605.1.15\";s:5:\"login\";i:1602358156;}s:64:\"5f98ce4afc8921a653ea7843d65056ef3f01ece5fd1449c4284f3e78e11692cf\";a:4:{s:10:\"expiration\";i:1602676407;s:2:\"ip\";s:10:\"10.30.72.4\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Safari/605.1.15\";s:5:\"login\";i:1602503607;}}'),(10776,3,'community-events-location','a:1:{s:2:\"ip\";s:12:\"67.191.161.0\";}'),(10777,3,'dismissed_wp_pointers','theme_editor_notice'),(10778,3,'billing_company',''),(10779,3,'billing_address_2',''),(10780,3,'shipping_company',''),(10781,3,'shipping_address_2',''),(10782,3,'syntax_highlighting','true'),(10783,3,'_woocommerce_tracks_anon_id','woo:7GNswOyh/RE06ZfL1gSzgw9K'),(10784,3,'wc_last_active','1602460800'),(10785,3,'_order_count','21'),(10788,786,'nickname','qwrfoqoudqd'),(10789,786,'first_name',''),(10790,786,'last_name',''),(10791,786,'description',''),(10792,786,'rich_editing','true'),(10793,786,'syntax_highlighting','true'),(10794,786,'comment_shortcuts','false'),(10795,786,'admin_color','fresh'),(10796,786,'use_ssl','0'),(10797,786,'show_admin_bar_front','true'),(10798,786,'locale',''),(10799,786,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10800,786,'wp_user_level','0'),(10801,786,'session_tokens','a:1:{s:64:\"72d1fb95b3bb80ebf335890a8e397802407b32d216b0d0ed74a059349a26222e\";a:4:{s:10:\"expiration\";i:1604981887;s:2:\"ip\";s:10:\"10.30.72.4\";s:2:\"ua\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0\";s:5:\"login\";i:1603772287;}}'),(10802,786,'wc_last_active','1603756800'),(10803,787,'nickname','hvivhwrolyb'),(10804,787,'first_name',''),(10805,787,'last_name',''),(10806,787,'description',''),(10807,787,'rich_editing','true'),(10808,787,'syntax_highlighting','true'),(10809,787,'comment_shortcuts','false'),(10810,787,'admin_color','fresh'),(10811,787,'use_ssl','0'),(10812,787,'show_admin_bar_front','true'),(10813,787,'locale',''),(10814,787,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10815,787,'wp_user_level','0'),(10816,787,'session_tokens','a:1:{s:64:\"e412378c7b7c5f876775fb93e2cf824471153f88aa57325f2c052a5c244fffc4\";a:4:{s:10:\"expiration\";i:1604981901;s:2:\"ip\";s:10:\"10.30.72.4\";s:2:\"ua\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0\";s:5:\"login\";i:1603772301;}}'),(10817,787,'wc_last_active','1603756800'),(10818,788,'nickname','kfkldjtfgth'),(10819,788,'first_name',''),(10820,788,'last_name',''),(10821,788,'description',''),(10822,788,'rich_editing','true'),(10823,788,'syntax_highlighting','true'),(10824,788,'comment_shortcuts','false'),(10825,788,'admin_color','fresh'),(10826,788,'use_ssl','0'),(10827,788,'show_admin_bar_front','true'),(10828,788,'locale',''),(10829,788,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10830,788,'wp_user_level','0'),(10831,788,'session_tokens','a:1:{s:64:\"3aee78b7c94c031f79a1834af98401e981af6ecd4b98ca86e1ca374f3cf9f77f\";a:4:{s:10:\"expiration\";i:1605121809;s:2:\"ip\";s:10:\"10.30.72.4\";s:2:\"ua\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0\";s:5:\"login\";i:1603912209;}}'),(10832,788,'wc_last_active','1603843200'),(10833,789,'nickname','xlgyqrkcysn'),(10834,789,'first_name',''),(10835,789,'last_name',''),(10836,789,'description',''),(10837,789,'rich_editing','true'),(10838,789,'syntax_highlighting','true'),(10839,789,'comment_shortcuts','false'),(10840,789,'admin_color','fresh'),(10841,789,'use_ssl','0'),(10842,789,'show_admin_bar_front','true'),(10843,789,'locale',''),(10844,789,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10845,789,'wp_user_level','0'),(10846,789,'session_tokens','a:1:{s:64:\"4f0d604a41464bf379442f4df20809c4fe947ef56fc94e4b72204b6b64f3aed0\";a:4:{s:10:\"expiration\";i:1605123431;s:2:\"ip\";s:10:\"10.30.72.4\";s:2:\"ua\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0\";s:5:\"login\";i:1603913831;}}'),(10847,789,'wc_last_active','1603843200'),(10848,790,'nickname','tkcanuqwdyw'),(10849,790,'first_name',''),(10850,790,'last_name',''),(10851,790,'description',''),(10852,790,'rich_editing','true'),(10853,790,'syntax_highlighting','true'),(10854,790,'comment_shortcuts','false'),(10855,790,'admin_color','fresh'),(10856,790,'use_ssl','0'),(10857,790,'show_admin_bar_front','true'),(10858,790,'locale',''),(10859,790,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10860,790,'wp_user_level','0'),(10861,790,'session_tokens','a:1:{s:64:\"9ead2a0ac9ff8877306778b4aa7ebeae68bc1353b2460cb5f0098a3ed0a5315d\";a:4:{s:10:\"expiration\";i:1605128655;s:2:\"ip\";s:10:\"10.30.72.4\";s:2:\"ua\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0\";s:5:\"login\";i:1603919055;}}'),(10862,790,'wc_last_active','1603843200'),(10863,791,'nickname','qrppwayeswf'),(10864,791,'first_name',''),(10865,791,'last_name',''),(10866,791,'description',''),(10867,791,'rich_editing','true'),(10868,791,'syntax_highlighting','true'),(10869,791,'comment_shortcuts','false'),(10870,791,'admin_color','fresh'),(10871,791,'use_ssl','0'),(10872,791,'show_admin_bar_front','true'),(10873,791,'locale',''),(10874,791,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10875,791,'wp_user_level','0'),(10876,791,'session_tokens','a:1:{s:64:\"7e104a4624ed3219b721d206a511489094a6babc26344f84256f1079ee36696a\";a:4:{s:10:\"expiration\";i:1605218355;s:2:\"ip\";s:10:\"10.30.72.4\";s:2:\"ua\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0\";s:5:\"login\";i:1604008755;}}'),(10877,791,'wc_last_active','1603929600'),(10878,792,'nickname','xscvudotyqc'),(10879,792,'first_name',''),(10880,792,'last_name',''),(10881,792,'description',''),(10882,792,'rich_editing','true'),(10883,792,'syntax_highlighting','true'),(10884,792,'comment_shortcuts','false'),(10885,792,'admin_color','fresh'),(10886,792,'use_ssl','0'),(10887,792,'show_admin_bar_front','true'),(10888,792,'locale',''),(10889,792,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10890,792,'wp_user_level','0'),(10891,792,'session_tokens','a:1:{s:64:\"08422ec7d6e447c548243b9c085229074402be1a6735c9239802b29865485609\";a:4:{s:10:\"expiration\";i:1605389489;s:2:\"ip\";s:10:\"10.30.72.4\";s:2:\"ua\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0\";s:5:\"login\";i:1604179889;}}'),(10892,793,'nickname','myedsyzrmef'),(10893,793,'first_name',''),(10894,793,'last_name',''),(10895,793,'description',''),(10896,793,'rich_editing','true'),(10897,793,'syntax_highlighting','true'),(10898,793,'comment_shortcuts','false'),(10899,793,'admin_color','fresh'),(10900,793,'use_ssl','0'),(10901,793,'show_admin_bar_front','true'),(10902,793,'locale',''),(10903,793,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10904,793,'wp_user_level','0'),(10905,793,'session_tokens','a:1:{s:64:\"2184326516da953a1d403beb536b11c3c38969265ad29930327e02f724951ab0\";a:4:{s:10:\"expiration\";i:1605389493;s:2:\"ip\";s:10:\"10.30.72.4\";s:2:\"ua\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0\";s:5:\"login\";i:1604179893;}}'),(10906,792,'wc_last_active','1604102400'),(10907,793,'wc_last_active','1604102400'),(10908,794,'nickname','5mos'),(10909,794,'first_name',''),(10910,794,'last_name',''),(10911,794,'description',''),(10912,794,'rich_editing','true'),(10913,794,'syntax_highlighting','true'),(10914,794,'comment_shortcuts','false'),(10915,794,'admin_color','fresh'),(10916,794,'use_ssl','0'),(10917,794,'show_admin_bar_front','true'),(10918,794,'locale',''),(10919,794,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10920,794,'wp_user_level','0'),(10921,794,'session_tokens','a:1:{s:64:\"92a7769d470b87ec38fba80902ee54ce67b56621ac5cf24cf997eba48175e641\";a:4:{s:10:\"expiration\";i:1609934086;s:2:\"ip\";s:13:\"45.115.211.10\";s:2:\"ua\";s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:39.0) Gecko/20100101 Firefox/39.0\";s:5:\"login\";i:1608724486;}}'),(10922,795,'nickname','uqtcxofiyou'),(10923,795,'first_name',''),(10924,795,'last_name',''),(10925,795,'description',''),(10926,795,'rich_editing','true'),(10927,795,'syntax_highlighting','true'),(10928,795,'comment_shortcuts','false'),(10929,795,'admin_color','fresh'),(10930,795,'use_ssl','0'),(10931,795,'show_admin_bar_front','false'),(10932,795,'locale',''),(10933,795,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10934,795,'wp_user_level','0'),(10935,795,'session_tokens','a:1:{s:64:\"41bfa911efbcb5cc44a8ff0eb76642c716664dc048be80410dff1e58aa30b1ac\";a:4:{s:10:\"expiration\";i:1610529034;s:2:\"ip\";s:12:\"45.67.58.147\";s:2:\"ua\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0\";s:5:\"login\";i:1609319434;}}'),(10936,795,'wc_last_active','1609286400'),(10937,795,'last_update','1609319442'),(10938,796,'nickname','wppvesjeevy'),(10939,796,'first_name',''),(10940,796,'last_name',''),(10941,796,'description',''),(10942,796,'rich_editing','true'),(10943,796,'syntax_highlighting','true'),(10944,796,'comment_shortcuts','false'),(10945,796,'admin_color','fresh'),(10946,796,'use_ssl','0'),(10947,796,'show_admin_bar_front','false'),(10948,796,'locale',''),(10949,796,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10950,796,'wp_user_level','0'),(10951,796,'session_tokens','a:1:{s:64:\"0f671fbbf870918670929055b558750158b7c2dac6d24d5d514dafc674b0b5ad\";a:4:{s:10:\"expiration\";i:1610781713;s:2:\"ip\";s:14:\"85.114.138.138\";s:2:\"ua\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0\";s:5:\"login\";i:1609572113;}}'),(10952,796,'wc_last_active','1609545600'),(10953,796,'last_update','1609572120'),(10954,797,'nickname','xtw18387'),(10955,797,'first_name',''),(10956,797,'last_name',''),(10957,797,'description',''),(10958,797,'rich_editing','true'),(10959,797,'syntax_highlighting','true'),(10960,797,'comment_shortcuts','false'),(10961,797,'admin_color','fresh'),(10962,797,'use_ssl','0'),(10963,797,'show_admin_bar_front','true'),(10964,797,'locale',''),(10965,797,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10966,797,'wp_user_level','0'),(10967,797,'session_tokens','a:2:{s:64:\"a99c243d5f2d27122e0a8bc9a90e38c4fe1a3f469fab4c8288aa08ae038a92e5\";a:4:{s:10:\"expiration\";i:1610909027;s:2:\"ip\";s:12:\"91.217.76.11\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2768.82 Safari/537.36\";s:5:\"login\";i:1609699427;}s:64:\"15beeb28f1cf940c0cfa6db3a6608269845445dddf92c466f667b591c3781e71\";a:4:{s:10:\"expiration\";i:1609872264;s:2:\"ip\";s:14:\"95.174.110.235\";s:2:\"ua\";s:66:\"Mozilla/5.0 (X11; Linux i686; rv:51.0) Gecko/20100101 Firefox/51.0\";s:5:\"login\";i:1609699464;}}'),(10968,797,'wc_last_active','1609632000'),(10970,798,'nickname','aijetkgwirj'),(10971,798,'first_name',''),(10972,798,'last_name',''),(10973,798,'description',''),(10974,798,'rich_editing','true'),(10975,798,'syntax_highlighting','true'),(10976,798,'comment_shortcuts','false'),(10977,798,'admin_color','fresh'),(10978,798,'use_ssl','0'),(10979,798,'show_admin_bar_front','false'),(10980,798,'locale',''),(10981,798,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10982,798,'wp_user_level','0'),(10983,798,'session_tokens','a:1:{s:64:\"22c2865d010e087cc3892d547ce9bb4128642e1431e287c430d4137ae5b30c75\";a:4:{s:10:\"expiration\";i:1611126383;s:2:\"ip\";s:12:\"51.91.156.36\";s:2:\"ua\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0\";s:5:\"login\";i:1609916783;}}'),(10984,798,'wc_last_active','1609891200'),(10985,798,'last_update','1609916790'),(10986,799,'nickname','tacfxcwiwon'),(10987,799,'first_name',''),(10988,799,'last_name',''),(10989,799,'description',''),(10990,799,'rich_editing','true'),(10991,799,'syntax_highlighting','true'),(10992,799,'comment_shortcuts','false'),(10993,799,'admin_color','fresh'),(10994,799,'use_ssl','0'),(10995,799,'show_admin_bar_front','false'),(10996,799,'locale',''),(10997,799,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(10998,799,'wp_user_level','0'),(10999,799,'session_tokens','a:1:{s:64:\"659a9cb91a34cd22df5d4b8f695fd2e4697f7c5602e0cd2e0675899f2feb2338\";a:4:{s:10:\"expiration\";i:1611126398;s:2:\"ip\";s:12:\"203.150.37.6\";s:2:\"ua\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0\";s:5:\"login\";i:1609916798;}}'),(11000,799,'wc_last_active','1609891200'),(11001,799,'last_update','1609916808'),(11002,800,'nickname','pgfogcvcrub'),(11003,800,'first_name',''),(11004,800,'last_name',''),(11005,800,'description',''),(11006,800,'rich_editing','true'),(11007,800,'syntax_highlighting','true'),(11008,800,'comment_shortcuts','false'),(11009,800,'admin_color','fresh'),(11010,800,'use_ssl','0'),(11011,800,'show_admin_bar_front','false'),(11012,800,'locale',''),(11013,800,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(11014,800,'wp_user_level','0'),(11015,800,'session_tokens','a:1:{s:64:\"b22a50f9781546e2afb2e07da2e98530ca8f9eda32e6ffc959529f07b50c5a73\";a:4:{s:10:\"expiration\";i:1611268405;s:2:\"ip\";s:14:\"157.230.240.86\";s:2:\"ua\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0\";s:5:\"login\";i:1610058805;}}'),(11016,801,'nickname','ltdnakkjjpx'),(11017,801,'first_name',''),(11018,801,'last_name',''),(11019,801,'description',''),(11020,801,'rich_editing','true'),(11021,801,'syntax_highlighting','true'),(11022,801,'comment_shortcuts','false'),(11023,801,'admin_color','fresh'),(11024,801,'use_ssl','0'),(11025,801,'show_admin_bar_front','false'),(11026,801,'locale',''),(11027,801,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(11028,801,'wp_user_level','0'),(11029,801,'session_tokens','a:1:{s:64:\"c2b65fa1e4bf70abd8862466143b72b43fe3a8d4982934081a4c81b5f7d5a2e0\";a:4:{s:10:\"expiration\";i:1611268406;s:2:\"ip\";s:11:\"61.153.52.5\";s:2:\"ua\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0\";s:5:\"login\";i:1610058806;}}'),(11030,800,'wc_last_active','1609977600'),(11031,801,'wc_last_active','1609977600'),(11032,801,'last_update','1610058813'),(11033,800,'last_update','1610058814'),(11034,802,'nickname','mdfxtlsizja'),(11035,802,'first_name',''),(11036,802,'last_name',''),(11037,802,'description',''),(11038,802,'rich_editing','true'),(11039,802,'syntax_highlighting','true'),(11040,802,'comment_shortcuts','false'),(11041,802,'admin_color','fresh'),(11042,802,'use_ssl','0'),(11043,802,'show_admin_bar_front','false'),(11044,802,'locale',''),(11045,802,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(11046,802,'wp_user_level','0'),(11047,802,'session_tokens','a:1:{s:64:\"65c3e2a949950bdbbc1d2ff63d019f74a7ee8b2cda11db8ea245415afcbda576\";a:4:{s:10:\"expiration\";i:1613085574;s:2:\"ip\";s:10:\"10.30.72.4\";s:2:\"ua\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0\";s:5:\"login\";i:1612912774;}}'),(11048,802,'wc_last_active','1612828800'),(11049,803,'nickname','bjwqmvmjcme'),(11050,803,'first_name',''),(11051,803,'last_name',''),(11052,803,'description',''),(11053,803,'rich_editing','true'),(11054,803,'syntax_highlighting','true'),(11055,803,'comment_shortcuts','false'),(11056,803,'admin_color','fresh'),(11057,803,'use_ssl','0'),(11058,803,'show_admin_bar_front','false'),(11059,803,'locale',''),(11060,803,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(11061,803,'wp_user_level','0'),(11062,803,'session_tokens','a:1:{s:64:\"4ada9e3eb2b92bd8446e50c5fc8cd5116697d2883be688c5bc23b64707931a29\";a:4:{s:10:\"expiration\";i:1612403159;s:2:\"ip\";s:14:\"204.186.24.110\";s:2:\"ua\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0\";s:5:\"login\";i:1611193559;}}'),(11063,803,'wc_last_active','1611187200'),(11064,802,'last_update','1611193562'),(11065,803,'last_update','1611193571'),(11066,802,'_order_count','0'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=804 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'deano','$P$BaTEvTAJnRDAO9PK9Z7jnPII0Md8CI0','deano','ashmarie.evans@yahoo.com','','2017-01-26 20:40:41','',0,'deano'),(2,'allison.bischof','$P$Bf4kr2F3Vgtqgw64eYVSKGWDtGfZSc1','allison-bischof','allison.bischof@ymail.com','','2017-03-06 03:44:07','',0,'Allison'),(3,'Rob Thomas','$P$Bzzu2I4mmRJsii5xMmYj4a3m.7oJqr.','rob-thomas','robfthomas@me.com','','2017-03-30 15:22:45','',0,'Rob Thomas'),(4,'spindler.joey','$P$BN.habLNA5BXILAxx6QsNxx05B/7Na1','spindler-joey','spindler.joey@gmail.com','','2017-05-22 20:37:05','',0,'Joey Spindler'),(5,'texasbluesrock','$P$B/G449YBynKc8v73ShNol/H6Ba6JZS1','texasbluesrock','texasbluesrock@gmail.com','','2017-05-23 06:23:05','1495520771:$P$BmuM4Tqyrhl6a2jq.pNWJ3/TPjCXVI1',0,'Mark Trull'),(6,'Stingrayforgea','$P$BC9EnP7cTDhQcr/AcyJc.p.ijEwQVY.','stingrayforgea','Stingrayforgea@gmail.com','','2017-05-26 20:31:50','',0,'Justin Forgea'),(7,'claybaker96','$P$BGaueMSoTs886uT8y9DUnrrVDYNhhf1','claybaker96','claybaker96@yahoo.con','','2017-06-06 22:19:11','',0,'Clayton Baker'),(8,'mastertattoosink','$P$BemBavGT1iuNbwLVIY6MqVaXaKFH2D/','mastertattoosink','mastertattoosink@yahoo.com','','2017-06-07 03:42:52','',0,'Josue Velazquez'),(9,'Tat2goblin','$P$BkzAooHtA52bZEuCbuMhe6rEIR/QQd0','tat2goblin','Tat2goblin@yahoo.com','','2017-06-14 02:50:39','',0,'Tat2goblin'),(10,'belovedtattoo','$P$BPQD89VIen0PqPg/3QKQkpEwY35vsy1','belovedtattoo','belovedtattoo@yahoo.com','','2017-08-04 14:44:18','',0,'David Robinowitz'),(11,'kevincreaturez','$P$B9wRnKzOFA7GZGNXTAI2PSO7Zfw6zz/','kevincreaturez','kevincreaturez@gmail.com','','2017-10-04 23:34:20','',0,'Kevin Farrand'),(12,'sheefart','$P$B8OULr76I98V1l3b1gNj0XrAUAwR/g/','sheefart','sheefart@gmail.com','','2017-11-03 21:45:58','',0,'Alyshia McGuire'),(13,'ssgserranosaul','$P$B9qFOQ1khN.VNNfWQ4n.wg3bWl1Jm7/','ssgserranosaul','ssgserranosaul@gmail.com','','2017-11-04 16:52:09','',0,'Saul serrano'),(14,'lizcooktattoo','$P$BTTFLZBm9fzOjXaePIAYCfCOPyAZ7e.','lizcooktattoo','lizcooktattoo@hotmail.com','','2017-11-29 19:22:43','',0,'Liz Cook'),(15,'oudivegirl','$P$B.1hXhWDBqzr6OZrH.znSpdJxF.DKY0','oudivegirl','oudivegirl@yahoo.com','','2018-03-13 20:26:46','',0,'Kelly Tyler'),(16,'tattoosbybarry','$P$B20TSisJ4m63MzaziVrJnsTwh/cXKU0','tattoosbybarry','tattoosbybarry@live.com','','2018-03-14 17:41:24','',0,'Barry Leffler'),(17,'jen_thorne','$P$BWqJdKPIm..IqN2QOYokZgQDinN3RI/','jen_thorne','jen_thorne@yahoo.com','','2018-03-16 19:08:17','',0,'Jennifer Thorne'),(18,'runnerjon72','$P$BkVxHu4aqEaNz4D9FeWq/qFL.xAY871','runnerjon72','runnerjon72@gmail.com','','2018-04-04 16:34:21','',0,'Jonathan Drummond'),(19,'mandydaley1','$P$BX3I1ejr8yZamVqVkwPnwqttJufA4y.','mandydaley1','mandydaley1@gmail.com','','2018-04-26 15:44:56','',0,'MANDY DALEY'),(20,'womack.brittany','$P$BvsDDImvQT2Bs.pBIEdbnt4PjisWqP1','womack-brittany','womack.brittany@gmail.com','','2018-05-03 05:43:34','',0,'Brittany Womack'),(21,'containerman1','$P$Bir9heSzksHxHpK3CiH9JfsdXCww5I/','containerman1','containerman1@yahoo.com','','2018-05-15 02:00:20','',0,'Shane Paulsen'),(22,'martyencl2007','$P$Bvami3O1fSFExst9OijgtQby6oGaHM1','martyencl2007','martyencl2007@yahoo.com','','2018-07-15 22:39:11','',0,'martyencl2007'),(23,'abbott45218','$P$BGF.Qdgymii3/f411bGsNKg2pjdcXy/','abbott45218','abbott45218@yahoo.com','','2018-07-17 01:20:33','',0,'abbott45218'),(24,'addison31682','$P$BJ481dYy0s4yr1PjcOSIdks80Qd7DP0','addison31682','addison31682@yahoo.com','','2018-07-20 11:41:44','',0,'addison31682'),(25,'dale40217','$P$Bo7EBqXDAT7zEGTZ8Qf/nARly1DE4t1','dale40217','dale40217@yahoo.com','','2018-07-20 14:48:24','',0,'dale40217'),(26,'blevins956','$P$BXWvvYKzDRlDQzAV7ozSF1IHn.SGaj1','blevins956','blevins956@gmail.com','','2018-07-24 19:50:44','',0,'blevins956'),(27,'in2tats2001','$P$Bm6hm9loC4Z6cRo8kPOi8amV5DbX4j0','in2tats2001','in2tats2001@yahoo.com','','2018-10-11 01:58:22','',0,'Steven Johnson'),(28,'megarandommadness','$P$BMqvcSlPMlgXDNCtKeoDKXGBiWjixS.','megarandommadness','megarandommadness@gmail.com','','2018-12-25 16:35:21','',0,'megarandommadness'),(29,'mikeconrad','$P$BAQvJKC8lwmTiWxXsnKO6i0syLM/fS.','mikeconrad','mikeconrad@wellsfargo.com','','2018-12-25 17:17:48','',0,'mikeconrad'),(30,'mssmith777','$P$B9IdEXMJmbnaZ1SZblSkvFziVhK4Qz.','mssmith777','mssmith777@yahoo.com','','2018-12-25 20:10:54','',0,'mssmith777'),(31,'ibdogby831','$P$BXRBERFkDUmKZNU8H15fSTPKFw1MxU.','ibdogby831','ibdogby831@yahoo.com','','2018-12-26 02:32:56','',0,'ibdogby831'),(32,'khurram','$P$BH5Yxpr3uA5r25VktsaHPR9F0guM7I.','khurram','khurram@kingfuels.com','','2018-12-26 10:55:53','',0,'khurram'),(33,'susansperou','$P$BoTjB1ePTnYKeC9ZO6vL6Ktjrljprl1','susansperou','susansperou@yahoo.com','','2018-12-27 00:25:14','',0,'susansperou'),(34,'juanamunoz03','$P$B32TCy.QN1RwYdDlccuR12cit3Jij91','juanamunoz03','juanamunoz03@yahoo.com','','2018-12-27 00:41:48','',0,'juanamunoz03'),(35,'klemphouse','$P$BqeO12eSn7TpwhaSvbsGDkw1IrD0WQ1','klemphouse','klemphouse@yahoo.com','','2018-12-27 03:15:44','',0,'klemphouse'),(36,'v.namli','$P$BGn4Rok2ytwqBmfGRsJxNG1z/WXMib/','v-namli','v.namli@gmx.de','','2018-12-27 10:20:44','',0,'v.namli'),(37,'rostani1','$P$BJ9ED5wW41jbxXPnsCI5VxmD9wCdKq.','rostani1','rostani1@yahoo.com','','2018-12-27 18:50:49','',0,'rostani1'),(38,'msanchez107','$P$BEWwsEsu9IjDfkMYPvNTglHUs5f7ZB0','msanchez107','msanchez107@yahoo.com','','2018-12-27 21:46:39','',0,'msanchez107'),(39,'goloso333','$P$BqTJUKFd.pCA0COxcrF8veuUeNFxi5.','goloso333','goloso333@yahoo.com','','2018-12-28 10:18:22','',0,'goloso333'),(40,'addiejason','$P$BuICNT5h76y6uVvElaiVaubpPXuAWB1','addiejason','addiejason@yahoo.com','','2018-12-28 15:22:36','',0,'addiejason'),(41,'bonhamfammle','$P$BinHc5KJmLK5edO5tU3EYRT7BcAIGw/','bonhamfammle','bonhamfammle@yahoo.com','','2018-12-28 20:47:35','',0,'bonhamfammle'),(42,'tommasine','$P$Bstv6psmma4qHGeTqKGwBQHKIF1pZg1','tommasine','tommasine@columbus.rr.com','','2018-12-29 01:24:02','',0,'tommasine'),(43,'tuanchristimtran','$P$BRnML9J/N.kLWDBrCn.xbZxfnMuE7J/','tuanchristimtran','tuanchristimtran@yahoo.com','','2018-12-29 02:51:56','',0,'tuanchristimtran'),(44,'rwabc123','$P$BYa4A2BpoLmbyprcRGC6kfCd8VKAbu/','rwabc123','rwabc123@yahoo.com','','2018-12-29 03:24:01','',0,'rwabc123'),(45,'kay_chino','$P$BNtYIpYNst5JeyPoofLMoIJch8r8Ct0','kay_chino','kay_chino@yahoo.com','','2018-12-29 04:36:23','',0,'kay_chino'),(46,'cookie9deuce','$P$BaGqJgClSpno2dtuIiRpHJOIk3OdgR1','cookie9deuce','cookie9deuce@yahoo.com','','2018-12-29 18:06:58','',0,'cookie9deuce'),(47,'jamaievans','$P$BnVtT44Xtv1OWf03c1TkcjKC9O1mDv1','jamaievans','jamaievans@yahoo.com','','2018-12-29 19:26:26','',0,'jamaievans'),(48,'elimelmiranda','$P$BYd.Sx1NtCsTClKKaco/Gpmcl9AsL50','elimelmiranda','elimelmiranda@yahoo.com','','2018-12-29 19:27:58','',0,'elimelmiranda'),(49,'daniela','$P$Bumq3xhSF2Lif7c6R20nCGomJSYnJg/','daniela','daniela@galvanandgardner.com','','2018-12-29 21:13:56','',0,'daniela'),(50,'cortb64','$P$BL6O40P3uPzvmuMGuxcreYIKx.8ngZ/','cortb64','cortb64@yahoo.com','','2018-12-30 02:13:45','',0,'cortb64'),(51,'leonor.reyes89','$P$B6q2ozgn.ChRyo2mtlo6Ys5UxB0XMy/','leonor-reyes89','leonor.reyes89@yahoo.com','','2018-12-30 03:23:31','',0,'leonor.reyes89'),(52,'ksalkovics1','$P$Bf34tPswj8lDCF0kdppTRY0PTf5.jg1','ksalkovics1','ksalkovics1@yahoo.com','','2018-12-30 16:45:13','',0,'ksalkovics1'),(53,'timothy.been','$P$BUbeQQrDnuh/8T0K525UTkbbAKs3iU1','timothy-been','timothy.been@mines.sdsmt.edu','','2018-12-30 17:51:39','',0,'timothy.been'),(54,'z4myi3','$P$BM6KOjDd8rlDG1Pt8LOOzkX7H27X4N1','z4myi3','z4myi3@yahoo.com','','2018-12-31 01:41:52','',0,'z4myi3'),(55,'goudarzi.bita','$P$Bb3xyejPzX3eiLX4I0J9I31zgANTba0','goudarzi-bita','goudarzi.bita@yahoo.com','','2018-12-31 13:59:33','',0,'goudarzi.bita'),(56,'pvoyles_cpm','$P$BMtroJhR9nUVVJye3o3Bcr74LkGXnn/','pvoyles_cpm','pvoyles_cpm@yahoo.com','','2018-12-31 19:28:08','',0,'pvoyles_cpm'),(57,'dedidorn','$P$B8hMK633DyWxJZJvPPc/yxGA9IkJij.','dedidorn','dedidorn@yahoo.com','','2019-01-01 16:11:45','',0,'dedidorn'),(58,'jkevintaft','$P$B7f49RX2rshvS8Bft2y03dIo0UNPrm.','jkevintaft','jkevintaft@yahoo.com','','2019-01-02 18:37:20','',0,'jkevintaft'),(59,'meganl1610','$P$Bg7D32wmHOd6WwV59ZXkk1g3/tfnHL0','meganl1610','meganl1610@yahoo.co.uk','','2019-01-02 19:56:36','',0,'meganl1610'),(60,'kromelyk','$P$B0Ak4V1TUu17tZF2VjwfRxlRtNxxce0','kromelyk','kromelyk@yahoo.com','','2019-01-03 10:01:32','',0,'kromelyk'),(61,'kromelynk','$P$B.Zwu/jAeDR5iuWKQqVONSsyRyFE4R/','kromelynk','kromelynk@yahoo.com','','2019-01-03 15:27:08','',0,'kromelynk'),(62,'shazen1945','$P$BgcPRZ.bPWCWgGStY2PrMAjSvvf1V..','shazen1945','shazen1945@yahoo.com','','2019-01-04 16:10:52','',0,'shazen1945'),(63,'anthony.druart','$P$BykeTAeBMuw0CI5tPoLKKdZOpIJW9z0','anthony-druart','anthony.druart@wanadoo.fr','','2019-01-04 19:17:12','',0,'anthony.druart'),(64,'donnaguzak','$P$B3mENsyQ0XuJuf0FJeiUPWYUS4VFQ20','donnaguzak','donnaguzak@comcast.net','','2019-01-05 08:01:17','',0,'donnaguzak'),(65,'retro151617','$P$Bid3vSenfDx08CAeM5Du8NCOMmFQF81','retro151617','retro151617@aol.com','','2019-01-05 17:31:05','',0,'retro151617'),(66,'kursedkyuubi','$P$B6moUnDS0KY7fpiXQ7LHmBqbdBct2J0','kursedkyuubi','kursedkyuubi@gmail.com','','2019-01-05 17:40:19','',0,'kursedkyuubi'),(67,'donavahn','$P$BMn.pNgw7JPvuXobLpZo62mUDf48Jg/','donavahn','donavahn@gmail.com','','2019-01-05 18:18:35','',0,'donavahn'),(68,'rolandclaire44','$P$B/uK7U0m8r5EaAhAY7b/EDqJaj0MZJ.','rolandclaire44','rolandclaire44@gmail.com','','2019-01-05 19:19:59','',0,'rolandclaire44'),(69,'thegiftedbond','$P$BwxSueSbCocIGSGtEuJZCMfml8ZygC1','thegiftedbond','thegiftedbond@gmail.com','','2019-01-05 23:25:57','',0,'thegiftedbond'),(70,'jordan.watson2','$P$BgsqewgoRtkYWoLwfTo8SZfq8oYNsJ.','jordan-watson2','jordan.watson2@yahoo.com','','2019-01-06 03:14:33','',0,'jordan.watson2'),(71,'dikopec','$P$BfBqHfkwmLAcbwGzBGLuMKark9Rc4Y.','dikopec','dikopec@yahoo.com','','2019-01-06 03:14:45','',0,'dikopec'),(72,'kedari.a.matthews','$P$BZveEO0Qe3QbiU.nVC1NBhhjStW9Vc/','kedari-a-matthews','kedari.a.matthews@gmail.com','','2019-01-06 03:59:54','',0,'kedari.a.matthews'),(73,'cjdavis5678','$P$BivxNBpXtOaDaGYSdixly289wP7ulQ.','cjdavis5678','cjdavis5678@gmail.com','','2019-01-06 06:33:06','',0,'cjdavis5678'),(74,'bocoopermx','$P$Bm1eq4T4cjdgOqsA/lnyHT47heVIcA0','bocoopermx','bocoopermx@gmail.com','','2019-01-06 07:15:57','',0,'bocoopermx'),(75,'bo','$P$B..yDsxHRDzi3lXtt/1VHPRpVRqUUp/','bo','bo@a1design.se','','2019-01-06 07:43:08','',0,'bo'),(76,'derele420','$P$BQ/DZPTZ2mAIyiw73ydLXPPIVVXghs/','derele420','derele420@gmail.com','','2019-01-06 10:50:03','',0,'derele420'),(77,'gochattercom','$P$Bbe160/5ilJQn24sK8JRyDCQM5ZVs.1','gochattercom','gochattercom@gmail.com','','2019-01-06 14:57:17','',0,'gochattercom'),(78,'huntercleblanc','$P$Bq09GeSV4NfmeWuKPYjKfboV8OGRO5/','huntercleblanc','huntercleblanc@aol.com','','2019-01-06 17:10:45','',0,'huntercleblanc'),(79,'monturidavid','$P$Bn9ckxb5ge8bSyKZqnUBaubOb7vorv.','monturidavid','monturidavid@gmail.com','','2019-01-06 18:03:53','',0,'monturidavid'),(80,'sueb_8','$P$B5/Ai70eLSn1k4rFS6dFvAW3ZoMDb01','sueb_8','sueb_8@yahoo.com','','2019-01-06 23:38:19','',0,'sueb_8'),(81,'sparkey361','$P$B.h5MS3Rw8g75Se3QAvO1OUVZ0MXYT0','sparkey361','sparkey361@yahoo.com','','2019-01-07 04:30:23','',0,'sparkey361'),(82,'tjjacksonsm','$P$B9TYOuUsn6Uq9H7Fa4cvOHoPZq1Bpf1','tjjacksonsm','tjjacksonsm@gmail.com','','2019-01-07 07:25:55','',0,'tjjacksonsm'),(83,'vikacherkachick','$P$BgU06Krq/YCDpDTMPjpvzHMJGu/j1y0','vikacherkachick','vikacherkachick@gmail.com','','2019-01-07 17:21:06','',0,'vikacherkachick'),(84,'ag.alxhm','$P$BQQ3g32pUrTG0xquMp/QlVv/MEP8nc.','ag-alxhm','ag.alxhm@gmail.com','','2019-01-07 17:25:37','',0,'ag.alxhm'),(85,'srekanivek','$P$BtSQx81IF9xh/4ULqkySONsM7CG60s.','srekanivek','srekanivek@yahoo.com','','2019-01-07 18:40:09','',0,'srekanivek'),(86,'krhine1908','$P$B6ukiZm2x0gkUSfQNmijpSF6IMpUoj.','krhine1908','krhine1908@yahoo.com','','2019-01-07 19:27:10','',0,'krhine1908'),(87,'mtnuriddin','$P$B7ryYddMMza/bP0yG70BtQJh3sNDZn0','mtnuriddin','mtnuriddin@aol.com','','2019-01-07 19:44:00','',0,'mtnuriddin'),(88,'stephenpaparo','$P$BISBnesX5jMqjRc6o3r8UIkfAQ5jXQ0','stephenpaparo','stephenpaparo@aol.com','','2019-01-07 20:10:50','',0,'stephenpaparo'),(89,'eppslucy','$P$BOTa5zhc.QM1ckqIQX964MeH0Xm9b..','eppslucy','eppslucy@gmail.com','','2019-01-07 22:27:52','',0,'eppslucy'),(90,'peketrain','$P$BUWWNen2QOPUn4rLGyZh8tzm7EqySV1','peketrain','peketrain@aol.com','','2019-01-07 22:49:01','',0,'peketrain'),(91,'suhioi0220','$P$BT0hnR0lt7TSW8oUeEg0NZJIJecpga.','suhioi0220','suhioi0220@gmail.com','','2019-01-07 23:29:40','',0,'suhioi0220'),(92,'simon.rimmer','$P$Bj7N1LHSSldCEiN19xKdxGtD1ZYq0n/','simon-rimmer','simon.rimmer@comcast.net','','2019-01-07 23:51:26','',0,'simon.rimmer'),(93,'michaeldespones','$P$Bi3WJNPQz5dpH/BJ/2dkKRMY179U3V1','michaeldespones','michaeldespones@yahoo.com','','2019-01-08 01:00:42','',0,'michaeldespones'),(94,'skibud','$P$BivQAQu29WR7rBU8RXX1NjHSloU0ro.','skibud','skibud@lightspeed.net','','2019-01-08 01:17:58','',0,'skibud'),(95,'marylouarends','$P$Bfhk0/tGky.5kxNzLiwlQAzr1TOoa81','marylouarends','marylouarends@gmail.com','','2019-01-08 04:30:36','',0,'marylouarends'),(96,'amberdowling','$P$BsvueevLp/ylI.sL0wl1evLLtWi/36/','amberdowling','amberdowling@gmail.com','','2019-01-08 04:54:29','',0,'amberdowling'),(97,'hilda.zado','$P$B0D0FtRb8ODsdWFw2cVT8lugmZWDEa0','hilda-zado','hilda.zado@gmail.com','','2019-01-08 06:10:53','',0,'hilda.zado'),(98,'ahoule726','$P$BGnLTkWSZuzL2UkDiNYPFZSwA0oyYF0','ahoule726','ahoule726@yahoo.com','','2019-01-08 12:53:09','',0,'ahoule726'),(99,'tfinney1106','$P$BCWmE4.Sg/RC9x5bbbI3eIREmq0Bv5/','tfinney1106','tfinney1106@gmail.com','','2019-01-08 13:55:39','',0,'tfinney1106'),(100,'eduardo.martinez2011','$P$BL3V0iFJvxgtnAThbjN632yx3MM4OG.','eduardo-martinez2011','eduardo.martinez2011@yahoo.com','','2019-01-08 15:01:47','',0,'eduardo.martinez2011'),(101,'ronroth2','$P$BGDzj77o.7/a18iDgD3mPysdHv.7oO0','ronroth2','ronroth2@gmail.com','','2019-01-08 16:55:18','',0,'ronroth2'),(102,'rockya1014','$P$Bdfy346kKnibhFgMOcBvialnSj.zYP1','rockya1014','rockya1014@aol.com','','2019-01-08 18:10:10','',0,'rockya1014'),(103,'pcolombo5','$P$BGGNepHNUC13PDQu5BnwVTGms3.NqM/','pcolombo5','pcolombo5@aol.com','','2019-01-08 18:47:47','',0,'pcolombo5'),(104,'amyraybornholmes','$P$B3QR9dY94lEBhTzYqThsoTqUnHHYpu/','amyraybornholmes','amyraybornholmes@gmail.com','','2019-01-08 19:18:04','',0,'amyraybornholmes'),(105,'daltontx101','$P$B2roo3.Tm1uDFXBWPNz2QgD8j8ESvV.','daltontx101','daltontx101@aol.com','','2019-01-08 19:28:06','',0,'daltontx101'),(106,'studio301','$P$BPs1gtwMApRmotWiJr/jIKlVha1UbS.','studio301','studio301@aol.com','','2019-01-08 19:41:23','',0,'studio301'),(107,'simon','$P$BEt5sR07SCVZXxE0DvM7GPvdDrI5nB.','simon','simon@sifient.com','','2019-01-08 19:42:19','',0,'simon'),(108,'kenzocameron','$P$Ba5oHGBD8cPkqLPRAtDbwtkI4kbCKr1','kenzocameron','kenzocameron@gmail.com','','2019-01-08 20:13:57','',0,'kenzocameron'),(109,'rrains777','$P$Bfd.0qbod6/yyr0Wlyx4HZRHonPkSi.','rrains777','rrains777@yahoo.com','','2019-01-09 12:25:01','',0,'rrains777'),(110,'sergioacarro','$P$B9XoFFaBVc8v/jiHdGDlqEMXbkOSkA1','sergioacarro','sergioacarro@gmail.com','','2019-01-09 14:14:59','',0,'sergioacarro'),(111,'ankur.dhir1','$P$BtC.5sCDOIhPyWwmqZlcO3J9PTQEYA/','ankur-dhir1','ankur.dhir1@gmail.com','','2019-01-09 17:27:06','',0,'ankur.dhir1'),(112,'badmarshmello2323','$P$BoHgcbFLoCrphtHf8MULM17GyALYLp/','badmarshmello2323','badmarshmello2323@gmail.com','','2019-01-09 18:00:41','',0,'badmarshmello2323'),(113,'barbwhitecpa','$P$BBmX6EajVprExEKXn8xxFWd.ZNEPDw0','barbwhitecpa','barbwhitecpa@aol.com','','2019-01-09 18:05:20','',0,'barbwhitecpa'),(114,'brneyedgrl705','$P$Bqvgb0uyswpAbCxulviUgUOZm1UGzh/','brneyedgrl705','brneyedgrl705@gmail.com','','2019-01-09 18:45:41','',0,'brneyedgrl705'),(115,'irrael','$P$BPY/GZkL96uPni0PjmkMGIH57K0tJR1','irrael','irrael@me.com','','2019-01-09 21:50:48','',0,'irrael'),(116,'foster.kitty','$P$Ba4HEtCGDcHwuylBkx34q9FO4H.YXY0','foster-kitty','foster.kitty@yahoo.com','','2019-01-09 22:41:56','',0,'foster.kitty'),(117,'joelboogher','$P$B7vcFLTBV6nRvRXtDqbpRl7pznl8y0.','joelboogher','joelboogher@gmail.com','','2019-01-10 00:27:21','',0,'joelboogher'),(118,'pagel.lance','$P$BDbK6KFkrtcOi9pni58MGCxjORKxDH0','pagel-lance','pagel.lance@gmail.com','','2019-01-10 04:07:29','',0,'pagel.lance'),(119,'jgsplat','$P$BDWe.V15srVF4kEWb08J/96sE4dH.e1','jgsplat','jgsplat@gmail.com','','2019-01-10 06:34:36','',0,'jgsplat'),(120,'chev.curtis','$P$BJHgsCsEQ9SVtjh8sQZrMggjY5rkl.1','chev-curtis','chev.curtis@gmail.com','','2019-01-10 08:22:12','',0,'chev.curtis'),(121,'lynchdavid','$P$BjlAZyQ.8v5uzp9YUxDD6upYu2teTY.','lynchdavid','lynchdavid@aol.com','','2019-01-10 12:27:38','',0,'lynchdavid'),(122,'abuse','$P$BDxETxB9V1zHqQJFw5gb0ov5M8i3K.0','abuse','abuse@instra.com','','2019-01-10 13:41:11','',0,'abuse'),(123,'peytonfrith','$P$BGJguIjZLHaFEcxAhpgvFTOz8Rj8OY1','peytonfrith','peytonfrith@gmail.com','','2019-01-10 14:21:38','',0,'peytonfrith'),(124,'rivas.noel','$P$BosC7Uzb448TpegG7bRLbHLMd/f.cz/','rivas-noel','rivas.noel@gmail.com','','2019-01-10 14:53:21','',0,'rivas.noel'),(125,'byronchamberlain46','$P$BNibFAACjUCNf3zcC3dIDSspxtJ7p21','byronchamberlain46','byronchamberlain46@gmail.com','','2019-01-10 15:24:35','',0,'byronchamberlain46'),(126,'schroermp','$P$BgiPkq4HNuUnAMmaQlZDtOZcWkalZV1','schroermp','schroermp@gmail.com','','2019-01-10 15:43:50','',0,'schroermp'),(127,'soto_linda','$P$BYHvcN7ehKWSsQQunFDeMv.BDmWabW1','soto_linda','soto_linda@yahoo.com','','2019-01-10 17:16:10','',0,'soto_linda'),(128,'mikejluedtke','$P$B0wJMVApDHJAo53J4rNg0lhjhn34TW1','mikejluedtke','mikejluedtke@gmail.com','','2019-01-10 18:33:48','',0,'mikejluedtke'),(129,'andi.scheudoschi','$P$BhZUGOE3ZBQiRM8QI2E9hAWDB2K0t71','andi-scheudoschi','andi.scheudoschi@freenet.de','','2019-01-10 19:22:16','',0,'andi.scheudoschi'),(130,'tracey.hatcher','$P$BtsEJ0r8pF6AA9TF2Npp1Q8e4BqLGb.','tracey-hatcher','tracey.hatcher@cbexchange.com','','2019-01-10 19:54:15','',0,'tracey.hatcher'),(131,'blimi','$P$BonLD1yLCvSFmrMj09sMWHZGhy5DZE0','blimi','blimi@tristatecamera.com','','2019-01-10 20:16:01','',0,'blimi'),(132,'bfarley','$P$BtLEjIiL/EkqhJcYBhVOR03PlxJNNF.','bfarley','bfarley@pmrnewkirk.com','','2019-01-10 21:19:02','',0,'bfarley'),(133,'elfrenalvara','$P$BuX7JcXCtUArfSZux3jAz8yL3gHb7b/','elfrenalvara','elfrenalvara@gmail.com','','2019-01-11 03:15:52','',0,'elfrenalvara'),(134,'stevech8n','$P$BGH6DhFfq.0tAZKdmuDfe4QiMrI3dV1','stevech8n','stevech8n@gmail.com','','2019-01-11 04:49:33','',0,'stevech8n'),(135,'avszekeres','$P$B4zEd7.328IlpNq6dh97m5DkmICh/a/','avszekeres','avszekeres@yahoo.com','','2019-01-11 05:26:21','',0,'avszekeres'),(136,'macdougall.doug','$P$BFWXUTMh3WBacnrs4Wz/65MPAGlivc.','macdougall-doug','macdougall.doug@gmail.com','','2019-01-11 06:34:12','',0,'macdougall.doug'),(137,'whitefieldsandra','$P$BMri6E583YlUxD7DA2VnDd6QIfXUrD1','whitefieldsandra','whitefieldsandra@yahoo.co.uk','','2019-01-11 12:59:31','',0,'whitefieldsandra'),(138,'ryan.anderson1488','$P$BT1IS.D3DcO8PF9qoj3HlcrWeI9iuI0','ryan-anderson1488','ryan.anderson1488@yahoo.com','','2019-01-11 13:21:27','',0,'ryan.anderson1488'),(139,'swick1969','$P$BKz6ckuJjqx1FT50VhaLEryvW4OAb7/','swick1969','swick1969@gmail.com','','2019-01-11 13:50:02','',0,'swick1969'),(140,'samchae','$P$BLsoajY2kHA/QGORXuJ2OjYcISlv1A1','samchae','samchae@gmail.com','','2019-01-11 14:33:11','',0,'samchae'),(141,'yasmin.hosein','$P$BTcjWqNj9D.BDf5JTOt7VqqUrfQjej.','yasmin-hosein','yasmin.hosein@gmail.com','','2019-01-11 16:52:02','',0,'yasmin.hosein'),(142,'skygoddess22s','$P$BQQY5X3Gd.pRZ4qL.0/qw7ZGqnHWI0.','skygoddess22s','skygoddess22s@bellsouth.net','','2019-01-11 17:07:21','',0,'skygoddess22s'),(143,'dmixon1981','$P$BzhN9aninyTz0/RfJaG40xiC0P631d/','dmixon1981','dmixon1981@gmail.com','','2019-01-11 17:40:37','',0,'dmixon1981'),(144,'accounting','$P$BHNS7/YI6UxxpCYHQsYdtV.LZP3I8A.','accounting','accounting@pmrnewkirk.com','','2019-01-11 17:55:16','',0,'accounting'),(145,'trovescott','$P$B8/TzTvQqjV0IvKDa7CdFcGA5W4ZIA1','trovescott','trovescott@gmail.com','','2019-01-11 20:25:05','',0,'trovescott'),(146,'jaccolli','$P$B.tamPlJLUq1os3kQpxIXhqsxrtA7T0','jaccolli','jaccolli@sbcglobal.net','','2019-01-11 21:13:19','',0,'jaccolli'),(147,'2472hgm','$P$BfTZvMR.b7SHP7hfXE4ulTWXSrVnhO0','2472hgm','2472hgm@gmail.com','','2019-01-11 21:18:34','',0,'2472hgm'),(148,'scottglesz','$P$BvjXdH0zj0pAdHkxJLB5VLhOmzpHkD.','scottglesz','scottglesz@gmail.com','','2019-01-11 21:33:10','',0,'scottglesz'),(149,'dearramgopal','$P$BnxTZ6F1pgkgny2WrTM4/v4fcaMhmS0','dearramgopal','dearramgopal@rediffmail.com','','2019-01-11 22:10:13','',0,'dearramgopal'),(150,'bsmith2277','$P$B3fPdUP2kYj3I3vBgKCsd1HJjmMBon/','bsmith2277','bsmith2277@gmail.com','','2019-01-11 23:03:30','',0,'bsmith2277'),(151,'lgmyale','$P$BcZt7v3GpP2csfQdKM/.G4xT3H1VIE0','lgmyale','lgmyale@gmail.com','','2019-01-11 23:12:01','',0,'lgmyale'),(152,'simonafranklin','$P$BuYMRnFZew1wLUwkCyEIcHhknb7vlG1','simonafranklin','simonafranklin@gmail.com','','2019-01-12 08:01:34','',0,'simonafranklin'),(153,'garcia.edward116','$P$BMRP2Nb5T6pnt7aDLPsVpYkesniid8.','garcia-edward116','garcia.edward116@gmail.com','','2019-01-12 13:17:46','',0,'garcia.edward116'),(154,'seh2113','$P$B1JHFOuML1mz13yNbStPhoRVB.qVPr0','seh2113','seh2113@gmail.com','','2019-01-12 14:58:50','',0,'seh2113'),(155,'infamousandbeast','$P$BozPwdjW3.Vvs.h1H5ysB7eGJi7lkT.','infamousandbeast','infamousandbeast@gmail.com','','2019-01-12 15:17:23','',0,'infamousandbeast'),(156,'ryan.mason','$P$BPDq7ntZDTpAoGlQsUgjArIhJuwcQO0','ryan-mason','ryan.mason@gmail.com','','2019-01-12 15:32:34','',0,'ryan.mason'),(157,'robert.halliday','$P$BhgvPHmLgrqDK3MeRigwyWfRTW.Lnj0','robert-halliday','robert.halliday@newtonmedical.com','','2019-01-12 19:33:58','',0,'robert.halliday'),(158,'fiftyonecent1','$P$B8f6g/6AxWPzL1AtLmRoBeVd./tziC/','fiftyonecent1','fiftyonecent1@gmail.com','','2019-01-12 22:06:59','',0,'fiftyonecent1'),(159,'dearramgopal1','$P$Ba4cD1TpYHSbhLrYEqNguq06R0sukk.','dearramgopal1','dearramgopal@gmail.com','','2019-01-12 22:49:06','',0,'dearramgopal1'),(160,'emailjayceran','$P$Bsa68Z1GDT14B9B6re8TJ88YOHaksW0','emailjayceran','emailjayceran@gmail.com','','2019-01-12 23:33:53','',0,'emailjayceran'),(161,'dfitzke65','$P$BBrwKKfO.L430pyHvVLM2Gwhq7GTnr0','dfitzke65','dfitzke65@gmail.com','','2019-01-13 03:42:35','',0,'dfitzke65'),(162,'quinterrya','$P$BhAaEQlUdM03XrU1rG3ZJTGsHbZ9xE/','quinterrya','quinterrya@yahoo.com','','2019-01-13 05:42:56','',0,'quinterrya'),(163,'kcarpenter234','$P$BDgf2gVIIDk6wLCMohbxAvIjwm.Ep31','kcarpenter234','kcarpenter234@gmail.com','','2019-01-13 11:31:03','',0,'kcarpenter234'),(164,'bsjuran','$P$BdpI9svu77aH0MI2NP8qW7.1zpJ6mU1','bsjuran','bsjuran@aol.com','','2019-01-13 16:19:12','',0,'bsjuran'),(165,'cielmarieluzardo','$P$Bpok5CZLtysSdh5zc/Y8ygbFGq8AFH1','cielmarieluzardo','cielmarieluzardo@gmail.com','','2019-01-13 21:22:14','',0,'cielmarieluzardo'),(166,'etorres','$P$BWjEIR/7mqxfGxhq8cdaGoJjhSGKo30','etorres','etorres@cardinalhayes.org','','2019-01-13 22:52:07','',0,'etorres'),(167,'kkgfong','$P$BSALMZ40ffmEJo4moS.ahvM/cwWftV1','kkgfong','kkgfong@yahoo.com','','2019-01-14 05:59:08','',0,'kkgfong'),(168,'luismendez97','$P$BHuQcaCU41M.gjYedt/DwaijtbHtOY/','luismendez97','luismendez97@gmail.com','','2019-01-14 09:09:51','',0,'luismendez97'),(169,'sydneyluu','$P$BlSQ7VZ6ONaWhyTzmHPrv9U1OHNy0J/','sydneyluu','sydneyluu@yahoo.com','','2019-01-14 10:01:48','',0,'sydneyluu'),(170,'intl-abuse','$P$B6qG/EGI0KAXJTVeIobjkVwzj8GYZO.','intl-abuse','intl-abuse@list.alibaba-inc.com','','2019-01-14 12:43:33','',0,'intl-abuse'),(171,'maria.e.small','$P$BzFznIFEHzGu8ewoG/1j49ovHkiQM8/','maria-e-small','maria.e.small@gmail.com','','2019-01-14 12:55:22','',0,'maria.e.small'),(172,'joshualgage','$P$B559EjV3dH8bfrOh/em2w61yYMKGRm1','joshualgage','joshualgage@gmail.com','','2019-01-14 13:53:46','',0,'joshualgage'),(173,'talayaparker','$P$BIVq6GFQtM6VpIFTKqUynr.AiY9Vq4.','talayaparker','talayaparker@gmail.com','','2019-01-14 14:30:23','',0,'talayaparker'),(174,'buckingham.arthur.tsu','$P$Buw7WGB0/IHfchy1dylwhkiWpnyo3B1','buckingham-arthur-tsu','buckingham.arthur.tsu@gmail.com','','2019-01-14 16:40:11','',0,'buckingham.arthur.tsu'),(175,'shakim_franks','$P$BS8rxU7rpB3g0iE4CJFgyrZDA7qYjs/','shakim_franks','shakim_franks@yahoo.com','','2019-01-14 21:28:56','',0,'shakim_franks'),(176,'maracca.r.bush','$P$BA7ytDOLprYIhGBuRzEfd6LxaRr6qK.','maracca-r-bush','maracca.r.bush@gmail.com','','2019-01-15 03:14:33','',0,'maracca.r.bush'),(177,'markb168','$P$BO2AcBacP0bBv1QH4Ejaula7tXT8B31','markb168','markb168@yahoo.com','','2019-01-15 03:46:41','',0,'markb168'),(178,'mattvermes','$P$BisowDlBwznDP9e5yC4cSJBDNlOVy0.','mattvermes','mattvermes@gmail.com','','2019-01-15 03:52:42','',0,'mattvermes'),(179,'thoff2be','$P$BxgHqvebU5v/SnqRlH22g2JheS3ThM.','thoff2be','thoff2be@yahoo.com','','2019-01-15 06:59:06','',0,'thoff2be'),(180,'shaunjon67','$P$BDjc382pM26OsSZNIW2NuDlcbnr6lq0','shaunjon67','shaunjon67@gmail.com','','2019-01-15 07:01:57','',0,'shaunjon67'),(181,'danieltcobb7','$P$BI5xE3uObtF8U9bu3..I/X1BcFJyO9/','danieltcobb7','danieltcobb7@gmail.com','','2019-01-15 09:02:49','',0,'danieltcobb7'),(182,'arnoldjk2016','$P$B5hBLFVx66rlhEqj.sRounPWO31MNw1','arnoldjk2016','arnoldjk2016@gmail.com','','2019-01-15 10:05:23','',0,'arnoldjk2016'),(183,'pepebarcos','$P$BHhvycNC0QNgDt2F.SrIjExBFpL7BO1','pepebarcos','pepebarcos@movistar.es','','2019-01-15 11:51:58','',0,'pepebarcos'),(184,'serhiyua','$P$BlfMZvHynAoi0nem3PHxNWJNBDZniR1','serhiyua','serhiyua@aol.com','','2019-01-15 15:09:29','',0,'serhiyua'),(185,'ltracyhawkins','$P$BchmaVFll/7Hs0KZVQpzrLwCXX3v1H0','ltracyhawkins','ltracyhawkins@gmail.com','','2019-01-15 15:15:53','',0,'ltracyhawkins'),(186,'davideitel.medical','$P$B9vJaYE1COFDeeM7fujJKZwV0dtpgm/','davideitel-medical','davideitel.medical@gmail.com','','2019-01-15 16:07:05','',0,'davideitel.medical'),(187,'davidcolella9','$P$BbsRPg0FUnCdyhXFl9gBOxyBu56M4I1','davidcolella9','davidcolella9@gmail.com','','2019-01-15 17:34:46','',0,'davidcolella9'),(188,'mdayton','$P$BNd8HZrgaqhhCGnctCS2tgvkwqY9BD1','mdayton','mdayton@mansfieldoil.com','','2019-01-15 21:21:30','',0,'mdayton'),(189,'torresdavid87','$P$B.fcB7QV0FpiPVHeDSMAnFFJt58u3o.','torresdavid87','torresdavid87@gmail.com','','2019-01-16 05:10:44','',0,'torresdavid87'),(190,'annepowers178','$P$BMXMwlX3e4uIoF8lOtiE6/JLBGup630','annepowers178','annepowers178@gmail.com','','2019-01-16 14:48:11','',0,'annepowers178'),(191,'robjustice777','$P$BFFy6V3DCjrg5bxns3q5LtTCOHZamX1','robjustice777','robjustice777@gmail.com','','2019-01-16 22:50:56','',0,'robjustice777'),(192,'leosaban','$P$BVwSzlhYLO4Ibk8aHAEkjmA5b39yEo0','leosaban','leosaban@gmail.com','','2019-01-17 10:37:25','',0,'leosaban'),(193,'swbezj92','$P$B9TXwSbmKMlc6PJ3.RyVqRT4ZnI7ZE.','swbezj92','swbezj92@gmail.com','','2019-01-17 17:56:04','',0,'swbezj92'),(194,'jayriera','$P$BFvS7lUj7ELvey75NfXsOSlU7G7Zhs1','jayriera','jayriera@gmail.com','','2019-01-17 18:36:59','',0,'jayriera'),(195,'dayv_d','$P$BAI7q9z1KtqZxki38JuQ8LL8StKoWu/','dayv_d','dayv_d@suddenlink.net','','2019-01-17 19:11:25','',0,'dayv_d'),(196,'rakltt','$P$BBK0iy02nn1lWLs8/GzQ3eWSeQ5kP30','rakltt','rakltt@aol.com','','2019-01-17 21:14:42','',0,'rakltt'),(197,'mikedenuzzo','$P$BWEpwIGwcuacH0uilbOgc7CKaMCovN/','mikedenuzzo','mikedenuzzo@rogers.com','','2019-01-17 22:14:22','',0,'mikedenuzzo'),(198,'n.nguyen0408','$P$B2KDhnwQjCsbBNAOVCNgQiCUedxTXd.','n-nguyen0408','n.nguyen0408@gmail.com','','2019-01-18 01:43:22','',0,'n.nguyen0408'),(199,'leonardocorso17','$P$Bhr0yDlN12wcD2M7w3s0TG8Uqb1Int0','leonardocorso17','leonardocorso17@gmail.com','','2019-01-18 05:28:34','',0,'leonardocorso17'),(200,'gyperrett','$P$BwpUN3wZ5m0dmxl0UB3eLj/goP3GFU1','gyperrett','gyperrett@yahoo.com','','2019-01-18 14:45:35','',0,'gyperrett'),(201,'verniquame','$P$BhqrFC2xlJ5imT/C6XcilSC58.jTqF.','verniquame','verniquame@gmail.com','','2019-01-18 17:50:32','',0,'verniquame'),(202,'ketraellerbe','$P$Bb7aqE8Ae/pTs5g/FKE3WYqst7MRml.','ketraellerbe','ketraellerbe@aol.com','','2019-01-18 19:08:02','',0,'ketraellerbe'),(203,'max23007','$P$Bq7j2.3GzYGw7zUYOlTtSVqR8KvnNe.','max23007','max23007@yahoo.com','','2019-01-18 19:24:27','',0,'max23007'),(204,'simonsteeber','$P$BQFSSANug7r.NmFE0m5qjTXiXaPjck0','simonsteeber','simonsteeber@gmail.com','','2019-01-18 20:28:59','',0,'simonsteeber'),(205,'kitzmet','$P$Bw5/7cvZCW/voRARXqegLbx2Zhvvbu1','kitzmet','kitzmet@gmail.com','','2019-01-18 21:06:57','',0,'kitzmet'),(206,'c.diane1106','$P$BOJuh7QeRqLtjCGRnFGHInTLgP86Q.0','c-diane1106','c.diane1106@yahoo.com','','2019-01-18 22:41:30','',0,'c.diane1106'),(207,'blustar.hg','$P$BHSrW.c2BVjID8/g0AJBHNrRo1Zi6M.','blustar-hg','blustar.hg@gmail.com','','2019-01-19 00:29:54','',0,'blustar.hg'),(208,'liggitystick','$P$BAtRt9NVkVYlkyXf/wIbZEi2zOt8jO1','liggitystick','liggitystick@gmail.com','','2019-01-19 07:45:26','',0,'liggitystick'),(209,'lesama0606','$P$BxFl7f.hzcsZpVlb4N5uFWbtE7Ptnm.','lesama0606','lesama0606@aol.com','','2019-01-19 12:35:42','',0,'lesama0606'),(210,'nmarais1','$P$BdceSfW2cx6CNREQ8ynzGf6Kd4aMq..','nmarais1','nmarais1@gmail.com','','2019-01-19 13:06:41','',0,'nmarais1'),(211,'sdwood52','$P$BokrIS9HGsFjuTr1kNNO5xYS8WhUW01','sdwood52','sdwood52@gmail.com','','2019-01-19 13:34:56','',0,'sdwood52'),(212,'codey4897','$P$B.eUJuye8HQBvRiqEb2k469c76YE300','codey4897','codey4897@gmail.com','','2019-01-19 18:27:58','',0,'codey4897'),(213,'pivotabledoor','$P$B9e5YuGUraewbfkscb58BwH3UMWIjv1','pivotabledoor','pivotabledoor@gmail.com','','2019-01-19 20:38:19','',0,'pivotabledoor'),(214,'maconaquah','$P$BO0zsn6kKTRpiyyIjsmzgytmrK7614/','maconaquah','maconaquah@gmail.com','','2019-01-19 20:45:58','',0,'maconaquah'),(215,'andrewhsmith','$P$B9nQ6iixx5akqVIcj1DJuG3x/ts2PI.','andrewhsmith','andrewhsmith@aol.com','','2019-01-19 21:05:52','',0,'andrewhsmith'),(216,'linciyun','$P$BftCdve.0Lga2QM044VXfF86g9LM/C.','linciyun','linciyun@gmail.com','','2019-01-19 21:49:36','',0,'linciyun'),(217,'rooo22','$P$BBjFN/cj3x63Q.i5jlYPeB7ntKAQ1U1','rooo22','rooo22@earthlink.net','','2019-01-19 22:58:05','',0,'rooo22'),(218,'hurdle0402','$P$BGshN91jW2rxgFTc5CO6WjLfJoldfV/','hurdle0402','hurdle0402@cox.net','','2019-01-19 23:15:51','',0,'hurdle0402'),(219,'terbeekt','$P$BRnQGDxWZsil4RfAigk3F6KdaSrgZZ/','terbeekt','terbeekt@gmail.com','','2019-01-20 00:53:16','',0,'terbeekt'),(220,'xcrunner3141','$P$BytsO0GyzFM6LwDpCjvjeOwLFVM9Aw/','xcrunner3141','xcrunner3141@gmail.com','','2019-01-20 08:39:27','',0,'xcrunner3141'),(221,'seferan767','$P$BhiwKadTF5nfFghLlwXda3TgbEJxiW0','seferan767','seferan767@gmail.com','','2019-01-20 09:46:56','',0,'seferan767'),(222,'alecb2092','$P$Bzw8I7fwHRrXtAjFDfsDRzmrix88bu.','alecb2092','alecb2092@gmail.com','','2019-01-20 10:19:14','',0,'alecb2092'),(223,'ncunningham2592','$P$BwmU7BKWMt5pk7XBkELJRtAOvc4yXt.','ncunningham2592','ncunningham2592@aol.com','','2019-01-20 11:51:43','',0,'ncunningham2592'),(224,'kcavins2','$P$BWoe/Bnztw2C05n7xAGTKZsYi9WsR/.','kcavins2','kcavins2@gmail.com','','2019-01-20 12:42:48','',0,'kcavins2'),(225,'corderoluimer15','$P$BF9vADMdr9UCZLoVMLtpL0Orsvu7Eb1','corderoluimer15','corderoluimer15@gmail.com','','2019-01-20 13:01:25','',0,'corderoluimer15'),(226,'benny0035','$P$BNCBLCKl.cfKQO7d8ZAlXi3OX11NAO/','benny0035','benny0035@gmail.com','','2019-01-20 13:15:25','',0,'benny0035'),(227,'troyleach8','$P$BnL1QfM0HFYeZQ5tNljCxLGZyH1HKp/','troyleach8','troyleach8@gmail.com','','2019-01-20 13:55:49','',0,'troyleach8'),(228,'jyl3qh','$P$BkEYRQUynZbvO9OHFSaesYHEHxGgsi.','jyl3qh','jyl3qh@virginia.edu','','2019-01-20 16:24:50','',0,'jyl3qh'),(229,'lovelife970204','$P$BnYPPp3BAz8ZLmm8qhjpsEkuEj.5pP/','lovelife970204','lovelife970204@gmail.com','','2019-01-20 16:39:21','',0,'lovelife970204'),(230,'numbo9','$P$BPQx7o1/kI26JGKBjaZd6MbAvf38LH0','numbo9','numbo9@yahoo.com','','2019-01-20 19:44:15','',0,'numbo9'),(231,'mboyd86','$P$B/nngVYXUcmlstjKPBtQgE297VmoYQ0','mboyd86','mboyd86@gmail.com','','2019-01-20 19:53:53','',0,'mboyd86'),(232,'shill.john','$P$BlLZSrUw9xjvZnm02KRYqDwkV/eoSJ.','shill-john','shill.john@gmail.com','','2019-01-20 20:38:47','',0,'shill.john'),(233,'ssj4vegeta10','$P$BOp6qFFFm0tRy5yMUdD2OyNPIE/o5.1','ssj4vegeta10','ssj4vegeta10@gmail.com','','2019-01-20 22:36:03','',0,'ssj4vegeta10'),(234,'ramenmonsterr','$P$BuLt9a4KbJoO53UkFKfcfCRHIWwc3k.','ramenmonsterr','ramenmonsterr@gmail.com','','2019-01-20 23:35:50','',0,'ramenmonsterr'),(235,'anthluca','$P$BLSnzBY8i0GvibYPqtbFO63fc83za11','anthluca','anthluca@gmail.com','','2019-01-21 00:41:54','',0,'anthluca'),(236,'markm805','$P$BbMj4gd/DnwEQU2kS3HBjMCKinpX9P1','markm805','markm805@gmail.com','','2019-01-21 01:56:35','',0,'markm805'),(237,'supadan323','$P$BcJ2uw/KpwFk4Z/c5goGolR9KT7G7c/','supadan323','supadan323@yahoo.com','','2019-01-21 03:12:56','',0,'supadan323'),(238,'n0cturn4l86','$P$B5ATmUtVfKv/a/tF97UErS0WODlsw51','n0cturn4l86','n0cturn4l86@gmail.com','','2019-01-21 03:14:09','',0,'n0cturn4l86'),(239,'katbrummett','$P$BW4U/SdgLElB/h96PrzcMwd6TeOf1D0','katbrummett','katbrummett@gmail.com','','2019-01-21 10:16:50','',0,'katbrummett'),(240,'deanette92','$P$BQvVGM4/F3fXOMMStexwbt74wknH5A0','deanette92','deanette92@gmail.com','','2019-01-21 11:20:49','',0,'deanette92'),(241,'edcraig813','$P$Bu1F/SvRlKZ5t8xoac/1DYJW9e6YgD/','edcraig813','edcraig813@aol.com','','2019-01-21 15:32:01','',0,'edcraig813'),(242,'ccampb64a','$P$BMS316ZlAIgjgjGLeBnx3Nb1SjE3Md0','ccampb64a','ccampb64a@uwo.ca','','2019-01-21 19:15:44','',0,'ccampb64a'),(243,'pparsons10','$P$BfrVUGCu2q4KDp1PtZuuzfdELLjQSf1','pparsons10','pparsons10@gmail.com','','2019-01-21 21:54:30','',0,'pparsons10'),(244,'shelby350','$P$BeJ/NQ8VfjMGWAWsgMEFUAuK2QvqBm.','shelby350','shelby350@gmail.com','','2019-01-22 01:21:12','',0,'shelby350'),(245,'llynn605','$P$BPcmqmD.v/pOXydrgDWd9jie2gB1aq0','llynn605','llynn605@yahoo.com','','2019-01-22 01:34:10','',0,'llynn605'),(246,'jcbern47','$P$B4NfFaKXWz/ivWRBJwW4K6nxTbgU8o0','jcbern47','jcbern47@yahoo.com','','2019-01-22 06:24:01','',0,'jcbern47'),(247,'ddevlin','$P$B4ww4GJs7DbOanp4Jqd.pZh8Hz3phF1','ddevlin','ddevlin@firstrepublic.com','','2019-01-22 07:26:14','',0,'ddevlin'),(248,'janetbowman41','$P$B9MesHriqvyBnt528qbGz2AzI2G3HN/','janetbowman41','janetbowman41@gmail.com','','2019-01-22 07:43:49','',0,'janetbowman41'),(249,'khanh.ea.gaming','$P$BJWK2jX4ZA4BIJqgRfCl3v/R77T4mJ1','khanh-ea-gaming','khanh.ea.gaming@gmail.com','','2019-01-22 08:37:16','',0,'khanh.ea.gaming'),(250,'mathew.d.robinson','$P$BnFJ72ffNf0xYBhBMWTxRinR4kEBxb0','mathew-d-robinson','mathew.d.robinson@gmail.com','','2019-01-22 13:14:04','',0,'mathew.d.robinson'),(251,'pfleck08','$P$BhkVmTexLF8TG.GCgxSs7aU5uip9MC.','pfleck08','pfleck08@gmail.com','','2019-01-22 13:51:24','',0,'pfleck08'),(252,'bret.painter','$P$BkFIdVBIc/WLIHtpGoVwD8lsBi1kjD1','bret-painter','bret.painter@honeywell.com','','2019-01-22 15:57:13','',0,'bret.painter'),(253,'flocastro','$P$BQL4J2.oz7AbZH3IKLC6rUziioaa6m0','flocastro','flocastro@smithmur.com','','2019-01-22 17:55:12','',0,'flocastro'),(254,'anton_blagoev','$P$BZlMUTfT/do/ohY42OhKzf9qHMCIMa0','anton_blagoev','anton_blagoev@yahoo.com','','2019-01-22 18:04:35','',0,'anton_blagoev'),(255,'melanie.weiken','$P$BhR0CDT79NBxOE3Qy3KeiVTpxZCNX5.','melanie-weiken','melanie.weiken@gmx.de','','2019-01-22 18:15:28','',0,'melanie.weiken'),(256,'brian.park','$P$B.7u7y1ZVLSfavCphvxw0pxdX2SZJF1','brian-park','brian.park@thebeerstore.ca','','2019-01-22 22:09:47','',0,'brian.park'),(257,'itsterenceng','$P$BcJ1QbqOD5IfyXxMibNxbrJFA8G6eo/','itsterenceng','itsterenceng@yahoo.com','','2019-01-22 22:16:55','',0,'itsterenceng'),(258,'florian.andersch','$P$BdXU1O004MB.sNxMa44aeM3BMUrPXd1','florian-andersch','florian.andersch@gmail.com','','2019-01-22 23:48:43','',0,'florian.andersch'),(259,'jaygeo1','$P$Bl79FkrH67/sCtriMzmHt0mY0Mpqkv.','jaygeo1','jaygeo1@aol.com','','2019-01-23 00:47:00','',0,'jaygeo1'),(260,'tmichael86','$P$BKFjxpET5zQmfYT4yfPfYkgjhuThzf/','tmichael86','tmichael86@gmail.com','','2019-01-23 02:00:14','',0,'tmichael86'),(261,'carlagfrke','$P$Bjyh1ZcWpwdkMs7JKnIqrlaFgGg7rJ1','carlagfrke','carlagfrke@aol.com','','2019-01-23 03:43:11','',0,'carlagfrke'),(262,'mcheng928','$P$BQre7I3KuTr2wR8UYqKU44ugcF9iF60','mcheng928','mcheng928@gmail.com','','2019-01-23 05:54:57','',0,'mcheng928'),(263,'paulamccrimmon','$P$BuDWWLQEUyOPGX7xA/17J4l2C7FQqU.','paulamccrimmon','paulamccrimmon@yahoo.com','','2019-01-23 06:10:52','',0,'paulamccrimmon'),(264,'xmankc','$P$BE.ZedY8oClzfUBr7R81rNQSEpBPa/0','xmankc','xmankc@yahoo.com','','2019-01-23 09:19:40','',0,'xmankc'),(265,'mayodele','$P$B3Cv3sCTWYqQ.OJ84qISoSBAfTeAe80','mayodele','mayodele@yahoo.co.uk','','2019-01-23 10:18:46','',0,'mayodele'),(266,'joshuajosephrichardson','$P$B4Mz81ogDDyKXHmt5wySQ7n8NSj6lt0','joshuajosephrichardson','joshuajosephrichardson@gmail.com','','2019-01-23 10:31:28','',0,'joshuajosephrichardson'),(267,'hbrown0613','$P$BadmvNsVYI1uBv3G5TLr5JIJfvaPPR0','hbrown0613','hbrown0613@comcast.net','','2019-01-23 13:02:27','',0,'hbrown0613'),(268,'amanadee2004','$P$BVX6AyK10yTuX/e1861m1awzvFN98k.','amanadee2004','amanadee2004@yahoo.com','','2019-01-23 13:48:51','',0,'amanadee2004'),(269,'johnqm123','$P$BeF2XNzdW23uYlrWEgHNTxTJJhxLEK0','johnqm123','johnqm123@yahoo.com','','2019-01-23 14:30:41','',0,'johnqm123'),(270,'kicsihajnal','$P$BJmtPpxWoOWjJaQnaHOncQksaP.HyA1','kicsihajnal','kicsihajnal@gmail.com','','2019-01-23 15:50:21','',0,'kicsihajnal'),(271,'thekat35','$P$BMEGHxxHz4Xo3KVYUJAPy5tMqIKSCQ0','thekat35','thekat35@cox.net','','2019-01-23 15:51:11','',0,'thekat35'),(272,'cimino76','$P$B3f37PJJivqdV3yJD7x7ptXIzzzn6s1','cimino76','cimino76@gmail.com','','2019-01-23 17:16:38','',0,'cimino76'),(273,'ksims65','$P$Bqsb/53KyQ5tsiR9QwJOnNeJzxUoK8.','ksims65','ksims65@yahoo.com','','2019-01-23 18:20:27','',0,'ksims65'),(274,'ronglu3000','$P$B1DyWp5jojg4NiUbeCYDYWN1h/cUmT1','ronglu3000','ronglu3000@yahoo.com','','2019-01-23 21:52:26','',0,'ronglu3000'),(275,'charley_maize','$P$BNy.3n1yiioUZ79dNBV..cQ/lAXomx/','charley_maize','charley_maize@yahoo.com','','2019-01-23 22:58:45','',0,'charley_maize'),(276,'heritagewerks','$P$BCI3ae/K5YOTbr0jwFyzhg2aCAuZ5.0','heritagewerks','heritagewerks@gmail.com','','2019-01-23 23:02:19','',0,'heritagewerks'),(277,'seyha2002','$P$BqYuCfnHoqmKwWEeYaI26JBwuSbBQd1','seyha2002','seyha2002@yahoo.com','','2019-01-24 00:20:38','',0,'seyha2002'),(278,'cherrypham6346','$P$BpFBx37Hlwn2Us0KjcimpGvY238q.O1','cherrypham6346','cherrypham6346@gmail.com','','2019-01-24 01:46:38','',0,'cherrypham6346'),(279,'edmond.higgins','$P$BUhvhfTdBAMXVAM/L/FXCAFzEUKJZP/','edmond-higgins','edmond.higgins@gmail.com','','2019-01-24 02:00:33','',0,'edmond.higgins'),(280,'dankaosays','$P$B77n0blXZdFQHaw8r51tfVMpQgqOHC0','dankaosays','dankaosays@gmail.com','','2019-01-24 02:03:02','',0,'dankaosays'),(281,'333dub','$P$BR.7z.3S.TNqYw24pxhwJCrM5a3vrQ/','333dub','333dub@gmail.com','','2019-01-24 02:04:57','',0,'333dub'),(282,'conniejcarroll1589','$P$Bd5A1xDm5o2SljENr.nO8bbObVzWQT0','conniejcarroll1589','conniejcarroll1589@gmail.com','','2019-01-24 06:18:35','',0,'conniejcarroll1589'),(283,'reynasarah13','$P$B2cWUUkmPIw3M1D8N53pgeoQmy2hBd0','reynasarah13','reynasarah13@gmail.com','','2019-01-24 11:42:48','',0,'reynasarah13'),(284,'fgm359','$P$B4OEWXmB/0HxoCRYSI1SPYXLrLorew/','fgm359','fgm359@gmail.com','','2019-01-24 14:24:15','',0,'fgm359'),(285,'cryptohackers','$P$BFIB7FYvp87djJJ3SOtCBYqUHIK9Gv.','cryptohackers','cryptohackers@gmail.com','','2019-01-24 15:06:21','',0,'cryptohackers'),(286,'lincolnfireprotection','$P$BAoFAV9d0p5HeOc0X7N2Es3QjTH04q0','lincolnfireprotection','lincolnfireprotection@yahoo.com','','2019-01-24 23:15:29','',0,'lincolnfireprotection'),(287,'arbruce7','$P$BSXWOs33qs38l1RWqByxhFcU1wnhkh0','arbruce7','arbruce7@aol.com','','2019-01-25 05:56:06','',0,'arbruce7'),(288,'traji1999','$P$Betnuq8eizv1fhUsvJIQCFXng.fvAj0','traji1999','traji1999@gmail.com','','2019-01-25 09:17:27','',0,'traji1999'),(289,'mt81832','$P$BaGnU/tgRxounWOUi07.pNTDj1SplE0','mt81832','mt81832@gmail.com','','2019-01-25 12:33:20','',0,'mt81832'),(290,'cncblack','$P$Boxo2S3jFpeJ1VarS9j5xHtdjPI9Af/','cncblack','cncblack@gmail.com','','2019-01-25 15:48:39','',0,'cncblack'),(291,'jscolwyn47','$P$BRdE4QS8rB.XMgWJcfxxptGDptxTRq/','jscolwyn47','jscolwyn47@gmail.com','','2019-01-25 16:46:29','',0,'jscolwyn47'),(292,'createbythought','$P$BXX.FLMY8OcaMnEZQl9gPOwZuorIhI1','createbythought','createbythought@yahoo.com','','2019-01-25 18:10:48','',0,'createbythought'),(293,'jmcendejas27','$P$BL86OU4i8at633M7VJuVPUNKmyYMof.','jmcendejas27','jmcendejas27@gmail.com','','2019-01-25 22:08:38','',0,'jmcendejas27'),(294,'nealrogol70','$P$BoPj/OqxwkNO/QzSBGszlOHMjil3sw/','nealrogol70','nealrogol70@gmail.com','','2019-01-26 04:49:42','',0,'nealrogol70'),(295,'mab49311','$P$BQWOELdZaUzE9DGLKtP3MZsTMDDGj11','mab49311','mab49311@gmail.com','','2019-01-26 05:28:47','',0,'mab49311'),(296,'dominicspammail12','$P$B2qIOLbeitBWtTEluJd3IMA5VAhEM9/','dominicspammail12','dominicspammail12@gmail.com','','2019-01-26 06:12:05','',0,'dominicspammail12'),(297,'tridentmarine','$P$BjZbKv1cqL7waDmyI611XoEqmsfSOp0','tridentmarine','tridentmarine@aol.com','','2019-01-26 06:26:07','',0,'tridentmarine'),(298,'cjblack24','$P$BzkeiOt6y8g8PMKWdsQpiisTyqPQD81','cjblack24','cjblack24@gmail.com','','2019-01-26 07:14:04','',0,'cjblack24'),(299,'munoz034','$P$BqJlfarXPr07qXLYY9SrwBh3TaNCzJ.','munoz034','munoz034@gmail.com','','2019-01-26 10:59:38','',0,'munoz034'),(300,'hamiltonperry86','$P$BP19fQ1XEfc6JvrSJ3JHce0.C5KuJV0','hamiltonperry86','hamiltonperry86@gmail.com','','2019-01-26 15:48:07','',0,'hamiltonperry86'),(301,'jessereed153','$P$BB9EI.EH2lxHxT/GPoy0DpIlcIUmsx1','jessereed153','jessereed153@yahoo.com','','2019-01-26 15:58:09','',0,'jessereed153'),(302,'letosean','$P$BkHb2qVNb7mLBTxFPjPjXruCpeO1VC/','letosean','letosean@gmail.com','','2019-01-26 17:33:52','',0,'letosean'),(303,'olyasharij','$P$BSasUEeyKBx4yX//bxa4wTaLmUyYVR1','olyasharij','olyasharij@gmail.com','','2019-01-26 22:46:05','',0,'olyasharij'),(304,'sharijnet2016','$P$BZz5AZk3ZshAfrkjOWQ98nIerRuGUr0','sharijnet2016','sharijnet2016@gmail.com','','2019-01-27 01:48:06','',0,'sharijnet2016'),(305,'volcanicrapture2002','$P$B7I/zweV/Aut93dcfMtI51E494aVD..','volcanicrapture2002','volcanicrapture2002@gmail.com','','2019-01-27 05:25:12','',0,'volcanicrapture2002'),(306,'dstyclemons','$P$BjEY.gpqHLcDuSQfDnF1bHG9zIvFAp/','dstyclemons','dstyclemons@gmail.com','','2019-01-27 06:22:11','',0,'dstyclemons'),(307,'riskytoast','$P$B5UTLdG7Zh8b8ivSsbpKRuU01aYYjF1','riskytoast','riskytoast@gmail.com','','2019-01-27 08:56:02','',0,'riskytoast'),(308,'sevaughnorr','$P$BmGG51MZtp/a8CfosiB0i0lOOGzDjh0','sevaughnorr','sevaughnorr@gmail.com','','2019-01-27 09:54:41','',0,'sevaughnorr'),(309,'askaggs06','$P$BjtUD/6Wfgo.ZeXUsv2t7h.ViO8T4N1','askaggs06','askaggs06@gmail.com','','2019-01-27 10:37:45','',0,'askaggs06'),(310,'austin1appel','$P$BnbjIbidodNv5h4lN4ZOc1dhdkMwIm.','austin1appel','austin1appel@gmail.com','','2019-01-27 11:32:53','',0,'austin1appel'),(311,'ryanfergusonk','$P$BjKL0OBtZar0P7nADVi0D//gumf3KJ/','ryanfergusonk','ryanfergusonk@gmail.com','','2019-01-27 12:59:29','',0,'ryanfergusonk'),(312,'hanmadmom','$P$B4Y2b8EHYdKrCJRARzH9rOCsDkbLAU0','hanmadmom','hanmadmom@gmail.com','','2019-01-27 22:18:06','',0,'hanmadmom'),(313,'peggy','$P$B/fvAmlE/Q61DkB0blZhpM3bT1Bnu31','peggy','peggy@williamsparts.com','','2019-01-27 23:37:12','',0,'peggy'),(314,'jessiehoyt2019','$P$BGzY2LbinAEqSWZ5daST8BdbQu3FPk0','jessiehoyt2019','jessiehoyt2019@gmail.com','','2019-01-28 00:20:17','',0,'jessiehoyt2019'),(315,'davidson.elizabeth1','$P$BUNVcw8zAxA2BqE7yzQDYiSkWigc//.','davidson-elizabeth1','davidson.elizabeth1@gmail.com','','2019-01-28 04:08:57','',0,'davidson.elizabeth1'),(316,'samshaydel','$P$BOaPy4rv3QJydlQOvlxLgt.ZhL7AJI/','samshaydel','samshaydel@gmail.com','','2019-01-28 10:43:04','',0,'samshaydel'),(317,'imiles17','$P$BI2KrMiHt4nTpeonxUFRJJHdSrOy8L1','imiles17','imiles17@gmail.com','','2019-01-28 16:25:08','',0,'imiles17'),(318,'kimbbuford','$P$Bad3dCGp8xVJdaae6KXQXBM/2h0eLv1','kimbbuford','kimbbuford@yahoo.com','','2019-01-28 16:56:03','',0,'kimbbuford'),(319,'mmb8850','$P$B6kaGQKgmiXirskGGOLnqXGmHejgi..','mmb8850','mmb8850@aol.com','','2019-01-28 18:51:32','',0,'mmb8850'),(320,'mtucker78','$P$B15W2czENNercxuEbqOwJK4L8Jz6xc1','mtucker78','mtucker78@yahoo.com','','2019-01-28 19:43:45','',0,'mtucker78'),(321,'kentdrummer','$P$BpUbpoaV8xjgXl0P1HJ0e0LB.mHS6z0','kentdrummer','kentdrummer@gmail.com','','2019-01-28 22:17:36','',0,'kentdrummer'),(322,'halseyandassociates','$P$BN.GVPc1SyhXUmqlT4i/JTZgEr69dg.','halseyandassociates','halseyandassociates@yahoo.com','','2019-01-28 22:41:44','',0,'halseyandassociates'),(323,'johnnysimp8','$P$BGhTPoJ3rkScu6QuhSkTVTon/RigZk/','johnnysimp8','johnnysimp8@gmail.com','','2019-01-29 01:42:16','',0,'johnnysimp8'),(324,'chere.justin','$P$BLr9deFy3j8siLLv.jccvrqe2txxUy/','chere-justin','chere.justin@gmail.com','','2019-01-29 04:26:11','',0,'chere.justin'),(325,'sells','$P$Ba77g8XDnFlszhSxYjYDZtuKMuQG/P.','sells','sells@sellsmarine.com','','2019-01-29 04:30:53','',0,'sells'),(326,'sujantp','$P$BsM7MYUku/2ausMLG.SEMN4voTnH7D1','sujantp','sujantp@gmail.com','','2019-01-29 04:52:02','',0,'sujantp'),(327,'kylemac1525','$P$BiFDPumt/PTKjBdLuSDJTOWlTpV.CV1','kylemac1525','kylemac1525@yahoo.com','','2019-01-29 07:45:38','',0,'kylemac1525'),(328,'fanwu9','$P$BiaZfaI/qSfdfbd1WfTiy7RfTiuVEa/','fanwu9','fanwu9@gmail.com','','2019-01-29 15:27:26','',0,'fanwu9'),(329,'ree506','$P$BJVzaT9jVScf9awsKAQZUveuqNAYfz0','ree506','ree506@yahoo.com','','2019-01-29 15:28:41','',0,'ree506'),(330,'judithm.gonzales','$P$BJPDDAR0qTBG4jUtNFSWKozF9k3YK2/','judithm-gonzales','judithm.gonzales@gmail.com','','2019-01-29 16:21:23','',0,'judithm.gonzales'),(331,'nareshkatwaroo','$P$B6A/UOgyo9AGciW0vfwSkHGpFemaJC/','nareshkatwaroo','nareshkatwaroo@gmail.com','','2019-01-29 17:34:23','',0,'nareshkatwaroo'),(332,'milton35blalock','$P$BwsBHGVYDqINxxmETnR1BxFCDBF1co1','milton35blalock','milton35blalock@gmail.com','','2019-01-29 19:28:55','',0,'milton35blalock'),(333,'itsme6673','$P$Bd746r0rWX89lBjGn79ZRZk.FhrfEI.','itsme6673','itsme6673@aol.com','','2019-01-29 23:01:30','',0,'itsme6673'),(334,'tjp99q','$P$BFdHAM70BcS9iHx0iuPdkSw6YSGMfq1','tjp99q','tjp99q@gmail.com','','2019-01-30 02:10:38','',0,'tjp99q'),(335,'rolmsted','$P$BnyfrKhqkkdEGzd/S2wzsTmwtU1jeK.','rolmsted','rolmsted@gmail.com','','2019-01-30 02:36:36','',0,'rolmsted'),(336,'citizen.charles','$P$B7qSGh2EkUbI.ds1GYFR7fFuDqQhrc1','citizen-charles','citizen.charles@gmail.com','','2019-01-30 02:53:51','',0,'citizen.charles'),(337,'stanleynakamura','$P$BLp3OrYSqJ9b6maIU7Dg9P7MpkDFNc1','stanleynakamura','stanleynakamura@gmail.com','','2019-01-30 04:25:35','',0,'stanleynakamura'),(338,'mloi1030','$P$B0XoB86x4sZxFyjuol.kUvwRMYqqFa.','mloi1030','mloi1030@gmail.com','','2019-01-30 04:57:51','',0,'mloi1030'),(339,'c.s.imperial','$P$BY2zeqh4GiX347AL/F9cM8kSsPx65z1','c-s-imperial','c.s.imperial@gmail.com','','2019-01-30 05:33:11','',0,'c.s.imperial'),(340,'fredyrs02','$P$Bcmg1DB9W50Rj6JIc66aq8EAhMtpfU.','fredyrs02','fredyrs02@gmail.com','','2019-01-30 07:27:11','',0,'fredyrs02'),(341,'myfivemonsters','$P$BIFG0tLLtBYEwSNg2Itri1M01.IEFl/','myfivemonsters','myfivemonsters@aol.com','','2019-01-30 07:32:36','',0,'myfivemonsters'),(342,'jacklynfariawade','$P$BplDW.est7VM/tUiabBJru0dLv1XpB0','jacklynfariawade','jacklynfariawade@gmail.com','','2019-01-30 09:49:10','',0,'jacklynfariawade'),(343,'wright471','$P$BqYBc8HgqAI.9nyY6Hp4Gk0vlgdZtR1','wright471','wright471@gmail.com','','2019-01-30 10:43:22','',0,'wright471'),(344,'snooge4','$P$BN5AqvaywvN4XQRFuj70KV9VsLAbIg1','snooge4','snooge4@gmail.com','','2019-01-30 11:29:22','',0,'snooge4'),(345,'eric','$P$BkmumWjUsVmX1ew35OJjWix6Y.Ocrl/','eric','eric@presdo.com','','2019-01-30 17:11:55','',0,'eric'),(346,'bethany.s.peterson','$P$BB1RbjhQqq4bu2oG6YCMK2NxgYPGEV/','bethany-s-peterson','bethany.s.peterson@gmail.com','','2019-01-30 18:32:48','',0,'bethany.s.peterson'),(347,'laurenorsak','$P$BwvTF2Ti3B5OMuIHjPxnh/pl1R9NOp0','laurenorsak','laurenorsak@yahoo.com','','2019-01-30 18:34:50','',0,'laurenorsak'),(348,'sjh2709','$P$BpbyAjXETgM7eWv6ccYMe.FpTmZ1zh0','sjh2709','sjh2709@yahoo.com','','2019-01-30 19:24:01','',0,'sjh2709'),(349,'kshort','$P$BgxJh8MxvHirjPYRMHXXPV78dijKNG0','kshort','kshort@mdmercy.com','','2019-01-30 21:01:02','',0,'kshort'),(350,'sta0815','$P$B1.TuDIYeuqMdc/IqcNItB61QQEH4t0','sta0815','sta0815@gmail.com','','2019-01-30 21:38:17','',0,'sta0815'),(351,'karenapursediva','$P$BGWRaPsWebRnCrpkGUocT.kMSXd2Uf.','karenapursediva','karenapursediva@aol.com','','2019-01-30 21:52:30','',0,'karenapursediva'),(352,'christy019','$P$Bx1iLLRm9icl3s8t0NopJVX39v3WxV.','christy019','christy019@gmail.com','','2019-01-30 22:17:58','',0,'christy019'),(353,'davidsha88','$P$B90JnYTMCUih15fRaK6MfWtJjk7/GN0','davidsha88','davidsha88@yahoo.com','','2019-01-30 22:34:00','',0,'davidsha88'),(354,'kim','$P$B7iiEN3HIcn0oAFY3XoC.wr1YM3qK.1','kim','kim@thecrosscc.org','','2019-01-31 01:43:31','',0,'kim'),(355,'krzeigler','$P$BfwEsvN3aPRP2q4fKvf0TxKeYGe9uR1','krzeigler','krzeigler@gmail.com','','2019-01-31 02:15:36','',0,'krzeigler'),(356,'norrinelew','$P$BaG385kT0eJmL9TJ1CEV4oFL.QiAcJ1','norrinelew','norrinelew@yahoo.com','','2019-01-31 04:41:28','',0,'norrinelew'),(357,'vbrownjd','$P$BRevq7X1ahg4/Rpgvr31wBnsIwQ4m1/','vbrownjd','vbrownjd@aol.com','','2019-01-31 13:07:37','',0,'vbrownjd'),(358,'nrojas','$P$B5/vFEdQUt/VB5/3muKLhyIGx9Ssvq/','nrojas','nrojas@elsegundo.org','','2019-01-31 13:52:41','',0,'nrojas'),(359,'michelle.cmi','$P$B46rcrX0.9uV6Dja5g0jTHtMVui2pC.','michelle-cmi','michelle.cmi@centurytel.net','','2019-01-31 15:33:02','',0,'michelle.cmi'),(360,'dmitryfoxphoto','$P$Bj5NHDJL3bJ1BgvuKy4JavN.VMfHbH/','dmitryfoxphoto','dmitryfoxphoto@gmail.com','','2019-02-01 05:50:54','',0,'dmitryfoxphoto'),(361,'mrs_ktant','$P$B7OGJFSWhbBy8x2/itSBsZoDyjBoBo0','mrs_ktant','mrs_ktant@yahoo.com','','2019-02-01 21:22:58','',0,'mrs_ktant'),(362,'r7demon','$P$Bq2Bmg9Xb1YuM0wcKF3wGxdXePr/HY0','r7demon','r7demon@gmail.com','','2019-02-02 05:22:58','',0,'r7demon'),(363,'joanlberman','$P$B3Ah9ynjSjmTOmkb.s.3yETPKB0S.f0','joanlberman','joanlberman@gmail.com','','2019-02-02 12:23:40','',0,'joanlberman'),(364,'danperri','$P$B6.CM.JK7LlNiy0MWvRclqXc4up3NF1','danperri','danperri@gmail.com','','2019-02-02 12:34:17','',0,'danperri'),(365,'kornking311','$P$BdEYIa2DbtkvBhkfRKU8sGiypQnxrq1','kornking311','kornking311@gmail.com','','2019-02-02 19:09:14','',0,'kornking311'),(366,'thejellybeanboy','$P$BgVcP49da8eiuyMqk19QlFB6LxSKH81','thejellybeanboy','thejellybeanboy@gmail.com','','2019-02-02 21:01:32','',0,'thejellybeanboy'),(367,'kazmet62','$P$BShG8oYwErWRsZ49N61h0bAxhXkMu./','kazmet62','kazmet62@yahoo.com','','2019-02-03 01:02:54','',0,'kazmet62'),(368,'electricflame99','$P$B/r4MCj4bQRpa.aufxfmjEWKfJYLUz1','electricflame99','electricflame99@gmail.com','','2019-02-03 16:01:48','',0,'electricflame99'),(369,'manshur_amd','$P$BJywHxXjZYYYKvfm/8zU1.LAq80vo4/','manshur_amd','manshur_amd@yahoo.co.id','','2019-02-03 16:06:45','',0,'manshur_amd'),(370,'drdsstuart','$P$Bnahp2OQ4DmSb46tG9a.RPof5I1NZX/','drdsstuart','drdsstuart@gmail.com','','2019-02-04 16:49:31','',0,'drdsstuart'),(371,'benbohan04','$P$BrTH8U7ncpoNQDvqu96/bnLM8IXFWr0','benbohan04','benbohan04@gmail.com','','2019-02-04 17:03:22','',0,'benbohan04'),(372,'egilmore','$P$B1znUYnNBGzY5X.Sc.DpPJpvk50VR6.','egilmore','egilmore@permiantank.com','','2019-02-04 18:19:42','',0,'egilmore'),(373,'microtechoptical','$P$BkbVvWeN6sAoqWqRegmyU8K3hnP5FQ/','microtechoptical','microtechoptical@comcast.net','','2019-02-04 20:27:57','',0,'microtechoptical'),(374,'subho.saha','$P$BP6N/UZlBI4jnCk5BI4sd/RkoobKls/','subho-saha','subho.saha@gmail.com','','2019-02-04 21:28:29','',0,'subho.saha'),(375,'ogmoongravity','$P$BBggOGvAPvvfUSmkjVjr5p93v/aA7Q.','ogmoongravity','ogmoongravity@gmail.com','','2019-02-04 21:32:09','',0,'ogmoongravity'),(376,'desiloosindeliblebeauty','$P$Bs1CYBFnGJjN5pDNSpPXK0dy6yBdwo/','desiloosindeliblebeauty','desiloosindeliblebeauty@gmail.com','','2019-02-04 23:57:41','',0,'desiloosindeliblebeauty'),(377,'shenell231','$P$Bmu2ksCPMwCFqzAvOt6Qxgpr0QqjO5/','shenell231','shenell231@yahoo.com','','2019-02-05 11:00:21','',0,'shenell231'),(378,'topnotch.goods.ca','$P$B7SXuLZzKP64aSSb2f3u36uRQUsW1..','topnotch-goods-ca','topnotch.goods.ca@gmail.com','','2019-02-05 12:37:49','',0,'topnotch.goods.ca'),(379,'panda.kumi123','$P$Bt8J2WIjW3z5ADqxICnbmp1FAcw8Pw0','panda-kumi123','panda.kumi123@gmail.com','','2019-02-05 12:45:21','',0,'panda.kumi123'),(380,'17damion','$P$BgXWEUccbhyN3e1VjSzygrqOyCRHb4.','17damion','17damion@gmail.com','','2019-02-05 17:02:24','',0,'17damion'),(381,'sarah','$P$Bcy2uk1/ECWZmBCEPnAcwvyRIFQMgh0','sarah','sarah@chestercabinets.com','','2019-02-05 23:38:45','',0,'sarah'),(382,'anjkelle','$P$Bo.CD7Md87BLAwvs7grcy3pjP6z4AA/','anjkelle','anjkelle@gmail.com','','2019-02-06 07:21:59','',0,'anjkelle'),(383,'raybret','$P$Bug2jps0O5m3RLoSwrEZU75K0rU73J.','raybret','raybret@aol.com','','2019-02-06 12:40:34','',0,'raybret'),(384,'goodchurch','$P$Bkbon.VeHsyp7Ukvgn1v3ZYl0uq1LP1','goodchurch','goodchurch@gmail.com','','2019-02-06 13:28:19','',0,'goodchurch'),(385,'limegreen43','$P$BPO1YYdtljfmVJ/SanQXWW0KpDJHE10','limegreen43','limegreen43@gmail.com','','2019-02-06 15:10:49','',0,'limegreen43'),(386,'hashiali309','$P$BF5gtoIS80MJK5nscfLtKiPVFScKQb/','hashiali309','hashiali309@gmail.com','','2019-02-06 15:56:55','',0,'hashiali309'),(387,'okta_hanifa','$P$B4p2HMHI.xBNrUwlzezJdsWodtZTTl1','okta_hanifa','okta_hanifa@yahoo.co.id','','2019-02-06 17:33:39','',0,'okta_hanifa'),(388,'nies35','$P$Bu/fB2eX5tmoAX.XR0GiEv78TY7CoE/','nies35','nies35@aol.com','','2019-02-06 19:32:11','',0,'nies35'),(389,'ncscreenwriter','$P$BE5kr9l1pAl2Dtcquaiyzy9TMVP0ma/','ncscreenwriter','ncscreenwriter@yahoo.com','','2019-02-06 21:51:02','',0,'ncscreenwriter'),(390,'mdasdmsafl','$P$B7hNA7cFPgHOAkazULRjeNIVja9fu6.','mdasdmsafl','mdasdmsafl@gmail.com','','2019-02-06 22:56:59','',0,'mdasdmsafl'),(391,'mauilu1595','$P$BCECVCFvDZbt.Wd3exD6.wzlmdHCPa/','mauilu1595','mauilu1595@yahoo.com','','2019-02-07 02:41:34','',0,'mauilu1595'),(392,'lloydmike34','$P$BnU9yXIwqJt1bRr868AGkxhdPpTMNJ.','lloydmike34','lloydmike34@yahoo.com','','2019-02-07 03:07:27','',0,'lloydmike34'),(393,'marycoch53','$P$BbigjdRpMjAQobzzCXj1Lm43/mXCAG/','marycoch53','marycoch53@gmail.com','','2019-02-07 03:30:34','',0,'marycoch53'),(394,'kjaren123','$P$BIxEBw/85ZeqrP2XUi6mfXZNtJHSOZ0','kjaren123','kjaren123@gmail.com','','2019-02-07 05:31:21','',0,'kjaren123'),(395,'broadparkpayments','$P$BuWXPdgAL4LBHdadxsF5y0OOZaDIDa1','broadparkpayments','broadparkpayments@gmail.com','','2019-02-07 10:15:00','',0,'broadparkpayments'),(396,'dhruvish','$P$BkYh6Ynpy6EHr1xQQRdGfMzJGjPWwR.','dhruvish','dhruvish@yahoo.com','','2019-02-07 13:52:44','',0,'dhruvish'),(397,'angelagoloborodko','$P$Btt4k7fODdX.qnWKvxYUd85pZNvPrf/','angelagoloborodko','angelagoloborodko@yahoo.com','','2019-02-07 18:46:30','',0,'angelagoloborodko'),(398,'brian.skeen97','$P$BhVIK2SbM6VrMz.8FQz3TdQrVvQf3b0','brian-skeen97','brian.skeen97@gmail.com','','2019-02-07 19:08:23','',0,'brian.skeen97'),(399,'randyscalise','$P$BCZ3DGOeXlc6L2IekMC9l3C/IyTClQ.','randyscalise','randyscalise@yahoo.com','','2019-02-07 19:48:50','',0,'randyscalise'),(400,'jrcons1','$P$BTEX9PaGNTmokKN4NPH84CmqyGl9Br.','jrcons1','jrcons1@aol.com','','2019-02-07 20:14:47','',0,'jrcons1'),(401,'stacy_vera','$P$Bm8iYaZQOiZWmJKLG.cRtGolsaYRxQ.','stacy_vera','stacy_vera@aol.com','','2019-02-07 20:48:05','',0,'stacy_vera'),(402,'ingrammicro','$P$BwVr0MVbAnYEQFJEYnPgoh5uv5FEEv/','ingrammicro','ingrammicro@trinitync.co','','2019-02-07 21:22:26','',0,'ingrammicro'),(403,'sfindley','$P$BqPsJlQtx6UnUswQL4vw5y2qLDP3xS1','sfindley','sfindley@jcbga.com','','2019-02-07 23:30:44','',0,'sfindley'),(404,'ig7735live','$P$B6UmATDnkjfRdyipSoujNVkAPyg5l00','ig7735live','ig7735live@gmail.com','','2019-02-08 02:58:12','',0,'ig7735live'),(405,'clennonfuller24','$P$BdU01vAFld2OBCKa5ogevJVrtDPoJU/','clennonfuller24','clennonfuller24@gmail.com','','2019-02-08 03:52:41','',0,'clennonfuller24'),(406,'hcidustfre','$P$BOLH/X0H2ql.TLBbIdErBafSIta1V3.','hcidustfre','hcidustfre@aol.com','','2019-02-08 04:16:52','',0,'hcidustfre'),(407,'philip.kocev','$P$Bw7n13N9tfcHwRB825LuevNZxgnQ4W1','philip-kocev','philip.kocev@gmail.com','','2019-02-08 09:40:56','',0,'philip.kocev'),(408,'sbabiuk','$P$B/n5p0ek6spHtkcn1HpSglMgZ0vf7V0','sbabiuk','sbabiuk@yahoo.com','','2019-02-08 12:49:26','',0,'sbabiuk'),(409,'jtroxel49','$P$BIjMkxRTE3WF09e1eM8vf8f38.MycQ1','jtroxel49','jtroxel49@gmail.com','','2019-02-08 13:33:25','',0,'jtroxel49'),(410,'patrick.laurie','$P$BCmgdAtlOSraFZg6nYutopaVZB.VtB0','patrick-laurie','patrick.laurie@gmail.com','','2019-02-08 14:42:23','',0,'patrick.laurie'),(411,'acaughill','$P$BXpd0.K2CtJl39V/C1uK7JtD8ok4cP1','acaughill','acaughill@olg.ca','','2019-02-08 17:28:59','',0,'acaughill'),(412,'kwashington594','$P$BDLl./jrs6p07GtflIZSuuiVtcVfRy0','kwashington594','kwashington594@gmail.com','','2019-02-08 18:05:13','',0,'kwashington594'),(413,'dapakelly','$P$B4j0hkDSsCOjlku4Yy1m8aL3BDk2YA0','dapakelly','dapakelly@yahoo.com','','2019-02-09 01:08:36','',0,'dapakelly'),(414,'team','$P$BOv7gOE5XZx9VK/TSfd7r8lGuWF/ku/','team','team@theccbuddies.com','','2019-02-09 01:35:39','',0,'team'),(415,'automaton25','$P$Bwx8rOJf3JSJX9Hz70u3QmiPbUtP2J0','automaton25','automaton25@gmail.com','','2019-02-09 02:16:57','',0,'automaton25'),(416,'sebastian.luis','$P$BA8CvKL.fsnz0lJ.9dhxqdcwwroaqW0','sebastian-luis','sebastian.luis@yahoo.com','','2019-02-09 05:20:34','',0,'sebastian.luis'),(417,'stlukad','$P$BSRgth95xJTwXduGZvWuV6PptvYSe51','stlukad','stlukad@yahoo.com','','2019-02-09 05:40:23','',0,'stlukad'),(418,'cheyannad.weldon9094','$P$BAXxgAD.4GW0OKb8eMs2w/rpfVUcMD.','cheyannad-weldon9094','cheyannad.weldon9094@gmail.com','','2019-02-09 07:39:22','',0,'cheyannad.weldon9094'),(419,'jordanraebell','$P$BVTw/HxVEpppz3js114aWk10hvOyGl/','jordanraebell','jordanraebell@yahoo.com','','2019-02-09 09:25:33','',0,'jordanraebell'),(420,'roninmiranda20','$P$BnyvIvCPP2AxdcjdTvAKkCJwRj4H/a.','roninmiranda20','roninmiranda20@gmail.com','','2019-02-09 09:28:01','',0,'roninmiranda20'),(421,'lisareneecrook','$P$B2QEkY7sEnuKblMeje1V12WyH/TTEe0','lisareneecrook','lisareneecrook@gmail.com','','2019-02-09 14:13:57','',0,'lisareneecrook'),(422,'lashaundaphillips','$P$BOIyPofmx4fAIgNHoZPgy1JAZM2cqa.','lashaundaphillips','lashaundaphillips@yahoo.com','','2019-02-09 17:18:48','',0,'lashaundaphillips'),(423,'jacqueline-rudkin','$P$B3AMIThTdFT0nme9Nbv0N0fCJm2EWF.','jacqueline-rudkin','jacqueline-rudkin@t-online.de','','2019-02-09 17:40:48','',0,'jacqueline-rudkin'),(424,'elco2000','$P$B4jOsDILi/xngXjCKtDyQPhobH6mzi.','elco2000','elco2000@bol.com.br','','2019-02-09 17:48:09','',0,'elco2000'),(425,'alexulloa','$P$Be8yV/.hWKL7s7bK3LEIclcKn5oFN91','alexulloa','alexulloa@gmail.com','','2019-02-09 19:18:26','',0,'alexulloa'),(426,'xkorixhoshix','$P$BM7XJVXM9Vs5knqHzayCDFf1Ezs3Wt0','xkorixhoshix','xkorixhoshix@gmail.com','','2019-02-10 23:25:57','',0,'xkorixhoshix'),(427,'vickilove1978','$P$B7OhqHIe9te88drU/kCWbqDBpbdrlF1','vickilove1978','vickilove1978@yahoo.com','','2019-02-11 03:55:39','',0,'vickilove1978'),(428,'tammybryant62','$P$BT5BPf.f5aM0oZBt65iwtxD2v2ubA1/','tammybryant62','tammybryant62@yahoo.com','','2019-02-11 05:23:41','',0,'tammybryant62'),(429,'stanleyy0311','$P$B0x241LO/qEOAX/wITiaWn3UozdETm/','stanleyy0311','stanleyy0311@yahoo.com','','2019-02-11 10:33:41','',0,'stanleyy0311'),(430,'fmsinwar1568','$P$Bjr4L5ROUWzCxXZmgzM85h5ujUfedN/','fmsinwar1568','fmsinwar1568@gmail.com','','2019-02-11 15:28:47','',0,'fmsinwar1568'),(431,'fmsinwar6492','$P$BbffOyLLEqMgeAyx1dYQMVqd4F4sTa1','fmsinwar6492','fmsinwar6492@gmail.com','','2019-02-11 15:28:50','',0,'fmsinwar6492'),(432,'fmsinwar2506','$P$BkqYFuHjCPK5PoFJW83byMGLvr59vq0','fmsinwar2506','fmsinwar2506@gmail.com','','2019-02-11 15:28:50','',0,'fmsinwar2506'),(433,'fmsinwar5536','$P$BKjR7021Gc/PHe8atKhSVQLzlAx99i.','fmsinwar5536','fmsinwar5536@gmail.com','','2019-02-11 15:28:58','',0,'fmsinwar5536'),(434,'delpagival','$P$B8IrIihgn5X5YFP7VqcqykWLpOzFvb.','delpagival','delpagival@aol.com','','2019-02-11 18:50:47','',0,'delpagival'),(435,'scuba3075','$P$BpcPq4p.BoGpe3eodalKcXRzpvz7D51','scuba3075','scuba3075@yahoo.com','','2019-02-11 23:55:24','',0,'scuba3075'),(436,'tmrct','$P$BbURMrR947F.ixUXGfqqENraYWhpAJ/','tmrct','tmrct@yahoo.com','','2019-02-12 00:45:43','',0,'tmrct'),(437,'kporter42','$P$Bc8x5Ae6E47o5UvSvoEfaL6bQtaSTW.','kporter42','kporter42@yahoo.com','','2019-02-12 04:48:29','',0,'kporter42'),(438,'marquanar','$P$BkJsebP16KqUNlGC9CSu8DJcAE8rsZ1','marquanar','marquanar@gmail.com','','2019-02-12 08:50:05','',0,'marquanar'),(439,'mjeancharles1','$P$BcUajiSL5gnMgo/5fzc74i.Mwy03du/','mjeancharles1','mjeancharles1@yahoo.com','','2019-02-12 10:10:09','',0,'mjeancharles1'),(440,'holly1004','$P$Bfm9Rc59AeItc7HKhWtCFHgbo8Qw4C1','holly1004','holly1004@aol.com','','2019-02-12 13:33:04','',0,'holly1004'),(441,'alexlcole','$P$Bq3hmV.zoW9PXC5xMS6hB8qrWv.KDc0','alexlcole','alexlcole@gmail.com','','2019-02-12 13:52:26','',0,'alexlcole'),(442,'eric.ew.anthony','$P$BpbSXQocNJ7el43W6/JRPR9BQKivKi0','eric-ew-anthony','eric.ew.anthony@gmail.com','','2019-02-12 14:42:26','',0,'eric.ew.anthony'),(443,'vasil100','$P$BJft5mKENPCSfNuaE/TAEMLK4bEQgJ0','vasil100','vasil100@yahoo.com','','2019-02-12 19:48:16','',0,'vasil100'),(444,'shimace','$P$B8aslmwnjz5y2gdPRla0B5g7Y1f0lx1','shimace','shimace@aol.com','','2019-02-12 21:44:09','',0,'shimace'),(445,'dicasell','$P$Bg8wM1qf363Se12N6dKiZl9b9oN48b0','dicasell','dicasell@aol.com','','2019-02-12 22:32:39','',0,'dicasell'),(446,'gar772','$P$BmtJyLFlOGhgcpiTyUAjBHIuWlniYZ/','gar772','gar772@yahoo.com','','2019-02-12 23:15:04','',0,'gar772'),(447,'darcyrandall','$P$BLhhhA4Q/ysuWolPYlLVIXGWyMTMv91','darcyrandall','darcyrandall@gmail.com','','2019-02-12 23:22:28','',0,'darcyrandall'),(448,'shikar455','$P$BPsBOXXGdVa1YAc.ttPsrKepZg1T4m/','shikar455','shikar455@gmail.com','','2019-02-13 00:24:42','',0,'shikar455'),(449,'nickkig184','$P$B3EGFHIdCmSVqdkMi8FUFNnbzxW/mr/','nickkig184','nickkig184@aol.com','','2019-02-13 00:52:23','',0,'nickkig184'),(450,'nathanial124','$P$BQEd7WxKBWa3Zx0Sw1UHxuS/4gsiMs1','nathanial124','nathanial124@yahoo.com','','2019-02-13 01:38:40','',0,'nathanial124'),(451,'luismadmax','$P$BAQTrxFQvA./m5L.cMZxhwAelXDv1T.','luismadmax','luismadmax@aol.com','','2019-02-13 01:50:05','',0,'luismadmax'),(452,'southlandsmiles','$P$B5fldRao9Zk3XZNvgxzg6ao1APSybV.','southlandsmiles','southlandsmiles@gmail.com','','2019-02-13 02:56:37','',0,'southlandsmiles'),(453,'dennytbo','$P$BmmmYpR6zkvaLwpe/iG7EzkIzm98OC1','dennytbo','dennytbo@gmail.com','','2019-02-13 09:02:01','',0,'dennytbo'),(454,'robinhayes7','$P$Bj5k3UzTT89aOLTwg6pT.C3Qjdhw9v0','robinhayes7','robinhayes7@yahoo.com','','2019-02-13 11:20:01','',0,'robinhayes7'),(455,'potts76248','$P$BwGQ2tXJvcKoLCVs4DkIWv6rORWrOX0','potts76248','potts76248@yahoo.com','','2019-02-13 12:36:51','',0,'potts76248'),(456,'josh.barrera.18','$P$BxQjJWFDVs8nlts6753O8J8VRwGe0e/','josh-barrera-18','josh.barrera.18@gmail.com','','2019-02-13 13:34:25','',0,'josh.barrera.18'),(457,'jmlucia77','$P$BRgojSFeFWNSdLjM6gehysGTRz/JB5/','jmlucia77','jmlucia77@yahoo.com','','2019-02-13 13:45:13','',0,'jmlucia77'),(458,'animalloverkayh','$P$B6ZFH3G/oMFWYlGLsqTvrWmS/.3xaF.','animalloverkayh','animalloverkayh@gmail.com','','2019-02-14 03:37:57','',0,'animalloverkayh'),(459,'meganate28','$P$B7uI7vblzzDbzsCb30/MM5Lvr7jMN2.','meganate28','meganate28@gmail.com','','2019-02-14 05:22:37','',0,'meganate28'),(460,'marciafolsom','$P$BMs3.lt4AAVXC0FimAbB7r9qNdeMJN0','marciafolsom','marciafolsom@gmail.com','','2019-02-14 06:03:59','',0,'marciafolsom'),(461,'1008jia','$P$Bd/6B2bOfUhGltF1j6.hgNipwv6mkK/','1008jia','1008jia@gmail.com','','2019-02-14 07:52:09','',0,'1008jia'),(462,'terrychase47','$P$Bx41uqU0G4mY.oYrNJ.GwxD8pS8Frh1','terrychase47','terrychase47@gmail.com','','2019-02-14 11:10:51','',0,'terrychase47'),(463,'nash.alexander.w','$P$BJIvq0v8CbK9LpjP0/iF.num76CUeS0','nash-alexander-w','nash.alexander.w@gmail.com','','2019-02-14 18:07:15','',0,'nash.alexander.w'),(464,'btcfastmail','$P$Bd06Tt0PpGiDtWoI87yvEZ.8Kk8IUx.','btcfastmail','btcfastmail@gmail.com','','2019-02-14 19:53:22','',0,'btcfastmail'),(465,'actionnorth','$P$BNgoAGryZjSuB5vzdNgyNkpDSAN5CY1','actionnorth','actionnorth@aol.com','','2019-02-14 21:52:31','',0,'actionnorth'),(466,'sully32120','$P$BcNcddFIwzlK9nea8IyO1Ahem.wnsP/','sully32120','sully32120@aol.com','','2019-02-15 00:24:50','',0,'sully32120'),(467,'kvflood','$P$BqWYxrBnMRFhVH6fhu.jb/lA4J0GEL/','kvflood','kvflood@yahoo.com','','2019-02-15 06:34:12','',0,'kvflood'),(468,'dylan.freeman1','$P$B6HKlT.8k/ZR6UqecUvgeJfZhgPaxd0','dylan-freeman1','dylan.freeman1@aol.com','','2019-02-15 07:21:39','',0,'dylan.freeman1'),(469,'ronhunt5620','$P$BLDydh4uVuhnTJt4bOoq2BWS7qpVMq.','ronhunt5620','ronhunt5620@gmail.com','','2019-02-15 09:21:18','',0,'ronhunt5620'),(470,'ionutng','$P$B9Ior8L2TgCN2GSTvo/gVb8PDka8zF1','ionutng','ionutng@yahoo.co.uk','','2019-02-18 01:16:02','',0,'ionutng'),(471,'bridgett.martz','$P$BFn90McSsKiplyPD.Jwtk2443iepyw1','bridgett-martz','bridgett.martz@yahoo.com','','2019-02-18 12:00:30','',0,'bridgett.martz'),(472,'jberesforduk','$P$BcvuTsDR4q0YvrmzKowMEt9F7tqBZn0','jberesforduk','jberesforduk@aol.com','','2019-02-19 18:42:43','',0,'jberesforduk'),(473,'ccalise','$P$BY1ocKSPy4KdHb5AfZ5JvLKlTGYqQb1','ccalise','ccalise@cpwcapital.com','','2019-02-19 20:11:33','',0,'ccalise'),(474,'azimvasrani','$P$BlYyn1e.BSZNwgQVSsOOM4snuEtiX60','azimvasrani','azimvasrani@yahoo.com','','2019-02-20 19:20:16','',0,'azimvasrani'),(475,'bruces7157','$P$B2xVVjwhHiThlCUaKX34Zq4WAppy4Q.','bruces7157','bruces7157@aol.com','','2019-02-22 03:56:45','',0,'bruces7157'),(476,'naoasano','$P$BkQbq46ujMopbHbqH558vRLqyEIiz0.','naoasano','naoasano@gsd.harvard.edu','','2019-02-22 22:51:54','',0,'naoasano'),(477,'peaches0920','$P$BUsHq52g5fmSPuEVeUXv89lJizNsSg1','peaches0920','peaches0920@aol.com','','2019-02-23 06:15:30','',0,'peaches0920'),(478,'downsouthdiva82','$P$BDNuLewsldBXyIPEH8XLwRC.LwAKgT1','downsouthdiva82','downsouthdiva82@yahoo.com','','2019-02-23 17:29:01','',0,'downsouthdiva82'),(479,'greenhausc','$P$BTqueWoY5h4QIdGf1uuabMjtoefpOH/','greenhausc','greenhausc@aol.com','','2019-02-24 04:39:06','',0,'greenhausc'),(480,'oana_24_11','$P$B9vqyjcTY2zOeE8./9VhhjjG0IPAHM.','oana_24_11','oana_24_11@yahoo.com','','2019-02-24 16:14:36','',0,'oana_24_11'),(481,'services','$P$BiHUvc7x4YZmBJTVJYvG/AMMnxlUQ11','services','services@1st-rate-pet.com','','2019-02-24 20:21:40','',0,'services'),(482,'jwm3rd','$P$BKD09H0ovoMgBhpOdfcNH8LVvhVyy/.','jwm3rd','jwm3rd@yahoo.com','','2019-02-25 11:48:46','',0,'jwm3rd'),(483,'terihuebner','$P$Bi3S2bcdlaXNZrUybafJlupHkrhjs80','terihuebner','terihuebner@aol.com','','2019-02-25 11:47:22','',0,'terihuebner'),(484,'bshell_2','$P$BVCiCuCEPJ/254SCvOByRLGOCKx/J91','bshell_2','bshell_2@yahoo.com','','2019-02-25 18:10:31','',0,'bshell_2'),(485,'a_cristie','$P$BykixvvNNa2Rv0hbz6P4JWiItMMQEK.','a_cristie','a_cristie@yahoo.com','','2019-02-25 21:20:47','',0,'a_cristie'),(486,'wjanwea','$P$BVU4pYSHvyXNb52rYVw5jsTFZHM/dj0','wjanwea','wjanwea@aol.com','','2019-02-25 22:41:52','',0,'wjanwea'),(487,'cvhardscapes','$P$B1Gg9pp9VDbqbrfpsGkn0VZgJ9C3SP1','cvhardscapes','cvhardscapes@yahoo.com','','2019-02-25 23:07:46','',0,'cvhardscapes'),(488,'b.jason.dressel','$P$B0SgG.XxK4x9.ORqPtb4hlVS8zyBzj.','b-jason-dressel','b.jason.dressel@icloud.com','','2019-02-26 04:51:38','',0,'b.jason.dressel'),(489,'decl2wewew','$P$BoEwk5SQPi87yVbwgzLl1VSoRfzsO20','decl2wewew','decl2wewew@godzym.bid','','2019-02-26 13:34:40','',0,'decl2wewew'),(490,'shafl','$P$Bek7cwpp/5TbLcR/US39LU55MqfvUQ0','shafl','shafl@consrtuctionvertex.com','','2019-02-26 15:09:48','',0,'shafl'),(491,'brian','$P$BLAWtbNHAHy/z5e1JiN6wPLRMdkJF60','brian','brian@1stoplaser.com','','2019-02-26 15:22:58','',0,'brian'),(492,'leshawn30_30','$P$BwSgHQSxPYI.x.QX69izkXwG5UlPEW1','leshawn30_30','leshawn30_30@yahoo.com','','2019-02-26 17:00:07','',0,'leshawn30_30'),(493,'maporter9','$P$BPhsuUdm1qNmdSc6U42MLiUxfogy9V0','maporter9','maporter9@yahoo.com','','2019-02-26 18:44:37','',0,'maporter9'),(494,'rrudich1','$P$BMDHZmxwK14imEQ1OPxVY/86R/0h3a1','rrudich1','rrudich1@yahoo.com','','2019-02-26 19:45:17','',0,'rrudich1'),(495,'carolina','$P$BRuOTew04/sPmrJyD4RYaK1dtAV1Df/','carolina','carolina@hfscpas.net','','2019-02-26 21:53:53','',0,'carolina'),(496,'dleiman24','$P$Bb14vC1kaTkKkbypgTOZ6oPwKCBv2v/','dleiman24','dleiman24@aol.com','','2019-02-27 00:26:22','',0,'dleiman24'),(497,'jcavanaro','$P$BACOSZALvNI8dAVKNZ6yeud9hI/ecI0','jcavanaro','jcavanaro@cavanaroconsulting.com','','2019-02-27 00:43:39','',0,'jcavanaro'),(498,'charalson','$P$Bf3bnH2/q5TurXNfCiCtBKts99pVhI.','charalson','charalson@me.com','','2019-02-27 14:48:43','',0,'charalson'),(499,'winnubst','$P$BSABWVxZxqCWvWPhsRzW/CzK2MbeRl1','winnubst','winnubst@sbcglobal.net','','2019-02-27 16:36:25','',0,'winnubst'),(500,'brettnelson6600','$P$BpeZxtefuRbmEoHLO48mC6fcuffd1d/','brettnelson6600','brettnelson6600@yahoo.com','','2019-02-27 18:23:08','',0,'brettnelson6600'),(501,'thekives','$P$BCVpA507J87z7gBKIAw162jLZE558X/','thekives','thekives@cox.net','','2019-02-27 20:10:46','',0,'thekives'),(502,'cdg6329','$P$BdjorfWkRJsLOfWVsf585yyZXX40s4.','cdg6329','cdg6329@yahoo.com','','2019-02-27 22:10:32','',0,'cdg6329'),(503,'willieburchjr','$P$BDLf9qUKekzzmnqCLiHxMwPjJ3DNiV.','willieburchjr','willieburchjr@yahoo.com','','2019-02-27 22:44:30','',0,'willieburchjr'),(504,'mdagostino','$P$ByU.JtGgueknk7LXGRD6ra94.hg7Z1/','mdagostino','mdagostino@ismgcorp.com','','2019-02-27 23:01:28','',0,'mdagostino'),(505,'nuts4running','$P$BWIEHKOGgSL1zQLEVCT14uaPtO9nCJ1','nuts4running','nuts4running@yahoo.com','','2019-02-27 23:14:10','',0,'nuts4running'),(506,'dgiso5326','$P$BMk4YksRW6al/.rg1cFSV2iO5WS2Lf1','dgiso5326','dgiso5326@aol.com','','2019-02-28 01:38:46','',0,'dgiso5326'),(507,'cappy_caparida','$P$BB1.nYh1zho.YSH2d9U5cBw24oaxaR1','cappy_caparida','cappy_caparida@yahoo.com','','2019-02-28 06:12:09','',0,'cappy_caparida'),(508,'lora.alvera','$P$By0qpo1uOY7RE9/D5njqcypj8cEf400','lora-alvera','lora.alvera@yahoo.com','','2019-02-28 09:42:04','',0,'lora.alvera'),(509,'ethanstarkey','$P$B91qXYvs6VpFyZxgETK0iIazaZH20w0','ethanstarkey','ethanstarkey@yahoo.com','','2019-02-28 12:25:57','',0,'ethanstarkey'),(510,'renee.milliorn','$P$BxhzT1Zs.JdjKs6imr5c5If4OnCTkB/','renee-milliorn','renee.milliorn@eaglesteel.com','','2019-02-28 13:46:40','',0,'renee.milliorn'),(511,'recup.mhart','$P$BZeN2PdTcJBXgIzt0XNhUcZUpRDlFo0','recup-mhart','recup.mhart@bellnet.ca','','2019-02-28 18:59:42','',0,'recup.mhart'),(512,'onyx1018','$P$BgO58sXOtYQXawuiKcIU03ba7ERS2t/','onyx1018','onyx1018@aol.com','','2019-02-28 20:35:04','',0,'onyx1018'),(513,'kurtiscookson14','$P$Bs1SA0lXbpbQTaBi41LLeU6nIr03LN.','kurtiscookson14','kurtiscookson14@yahoo.com','','2019-02-28 21:45:39','',0,'kurtiscookson14'),(514,'geoff24','$P$BTznLizuda5pcBeXvGtSGHhbOvZBaa/','geoff24','geoff24@btinternet.com','','2019-02-28 21:58:21','',0,'geoff24'),(515,'scott','$P$Bh4nXdHEQFu1XjkmdvE/ADancigPZ9/','scott','scott@lp-cpa.com','','2019-02-28 22:42:31','',0,'scott'),(516,'lynningram207','$P$BwRE6qnTVYJA19OhRlsLAJkSRyXthl.','lynningram207','lynningram207@comcast.net','','2019-03-01 00:36:24','',0,'lynningram207'),(517,'devonn_tradell','$P$BQiSVlBcsxcpv0rl1mYYcOm48CwkRe.','devonn_tradell','devonn_tradell@yahoo.com','','2019-03-01 02:59:36','',0,'devonn_tradell'),(518,'worldrug','$P$B3pMEWRaaJCzySl4Fgy7PehCeObj18/','worldrug','worldrug@aol.com','','2019-03-01 03:02:10','',0,'worldrug'),(519,'lydwina','$P$BUN4qrL//Dt9ZysaaduHdAudmA.sPi/','lydwina','lydwina@aol.com','','2019-03-01 04:36:40','',0,'lydwina'),(520,'aguilecg8','$P$BKT4rLooWgcVh0DMKa/rCZTFhlQS1r.','aguilecg8','aguilecg8@yahoo.com','','2019-03-01 17:04:33','',0,'aguilecg8'),(521,'support','$P$Bn96DsuETVou390Sa/jmExMKsh/bDb0','support','support@integrateny.com','','2019-03-01 17:51:53','',0,'support'),(522,'bllyrussell','$P$BUvLXrSznZBVUcDyJEXhGDNYqkbNmG/','bllyrussell','bllyrussell@aol.com','','2019-03-01 18:05:04','',0,'bllyrussell'),(523,'stickney_1999','$P$B1m0NFaZ7pqENPCoHClfXV1eg3BRy01','stickney_1999','stickney_1999@yahoo.com','','2019-03-01 18:33:09','',0,'stickney_1999'),(524,'ryan','$P$BA4wmbEaEbdlUaXMBXyOZVBtAhmtml1','ryan','ryan@buistlandscaping.com','','2019-03-01 18:54:44','',0,'ryan'),(525,'modonna13','$P$BljYxwZIxOhJEhsM1ssMSZmeRj/2or/','modonna13','modonna13@yahoo.com','','2019-03-01 21:58:07','',0,'modonna13'),(526,'eric.learn','$P$BcpkrzczwQyZhVSlRNRPfyn1ve9uG6.','eric-learn','eric.learn@yahoo.com','','2019-03-01 23:07:29','',0,'eric.learn'),(527,'obmc','$P$B5iA.e8bYmvDgdykKnxmGSAyFYg0bm1','obmc','obmc@run-on.net','','2019-03-02 10:20:44','',0,'obmc'),(528,'avoz24','$P$B4exVccoGOoszICUTGBJhNdSla6u5s.','avoz24','avoz24@yahoo.com','','2019-03-03 02:13:34','',0,'avoz24'),(529,'june','$P$BwEnDCpsCT7kAmOGk0mxehNYaHsYlF0','june','june@junesmith.ca','','2019-03-03 02:33:42','',0,'june'),(530,'morrisonjasmin','$P$BAgIHlsZy9n6nhVw41u98mrRkx8bJZ.','morrisonjasmin','morrisonjasmin@aol.com','','2019-03-03 17:10:11','',0,'morrisonjasmin'),(531,'slickman93','$P$B5dDKZ8BatvwCjpGftge1P67d/wUUI.','slickman93','slickman93@aol.com','','2019-03-03 19:38:31','',0,'slickman93'),(532,'jkirtley','$P$BsIbjewLSdqdiwEzoCj8j4jAPzjhpJ1','jkirtley','jkirtley@lawyerworks.com','','2019-03-03 23:08:42','',0,'jkirtley'),(533,'akapansat','$P$Bpg8L/t1IagH4lrO7ucAujZwKt59F./','akapansat','akapansat@yahoo.com','','2019-03-03 23:29:18','',0,'akapansat'),(534,'maugugliaro','$P$BRcajaJ5DZokazyVtLsPL0Ict5Cpzi.','maugugliaro','maugugliaro@htk.com','','2019-03-04 03:20:55','',0,'maugugliaro'),(535,'geralddea','$P$BtisRyi5A0q/twMhVw8ZZrSDCH/Lig/','geralddea','geralddea@aol.com','','2019-03-04 09:27:57','',0,'geralddea'),(536,'cdsweet2010','$P$Bf/op76w/QPJawNe7D4IQrdZ8WfxR1/','cdsweet2010','cdsweet2010@gmail.com','','2019-03-04 16:56:46','',0,'cdsweet2010'),(537,'leamassey','$P$BwFEdsubAcm4P14PV080i4GbxNmYHo0','leamassey','leamassey@gmail.com','','2019-03-04 18:05:58','',0,'leamassey'),(538,'cdbmeli','$P$BqL4sqK1pL1l9Yt21hp2CaUlDiKyYQ.','cdbmeli','cdbmeli@gmail.com','','2019-03-04 19:01:24','',0,'cdbmeli'),(539,'familyfirst341','$P$Bg5j21EbJS1bCaFOfIB25IXpiaqPQn.','familyfirst341','familyfirst341@gmail.com','','2019-03-04 19:02:19','',0,'familyfirst341'),(540,'miguelg72','$P$BTa467/KFI14GbYaCQ.ZDN8eKzAdZi.','miguelg72','miguelg72@icloud.com','','2019-03-04 19:23:11','',0,'miguelg72'),(541,'coyoteez','$P$BEbW/QOns1SpDGl28XBZqMhB5TnVe40','coyoteez','coyoteez@yahoo.com','','2019-03-04 21:15:46','',0,'coyoteez'),(542,'jcrugg','$P$BFnTDMhIoIqe/MmT5iELHEhmMCtFRt0','jcrugg','jcrugg@gmail.com','','2019-03-04 22:49:49','',0,'jcrugg'),(543,'olsonrandm','$P$By2BlPBs/RcZomVPRnd6//IC2nMCoR/','olsonrandm','olsonrandm@yahoo.com','','2019-03-05 05:58:16','',0,'olsonrandm'),(544,'orion0m42','$P$BqRO5GmwQdyIVJrlQLcpUM7quNiX1j1','orion0m42','orion0m42@aol.com','','2019-03-05 07:00:28','',0,'orion0m42'),(545,'mgjets12','$P$BzlDEyj/0CdferXmTunTuM5DapbuX80','mgjets12','mgjets12@gmail.com','','2019-03-05 10:11:04','',0,'mgjets12'),(546,'euro800euro','$P$BWI1BLI2J3jrpkFoinxpspxafGpcS01','euro800euro','euro800euro@gmail.com','','2019-03-05 10:50:15','',0,'euro800euro'),(547,'bludya72','$P$BwqW9mKtFJ9tizT1M5xBzru65lcKTP1','bludya72','bludya72@gmail.com','','2019-03-05 11:29:10','',0,'bludya72'),(548,'newvisaua','$P$BgvZKskJJLqbfM4oG9WvviP5TYAgJO/','newvisaua','newvisaua@gmail.com','','2019-03-05 12:46:51','',0,'newvisaua'),(549,'jstreetman8','$P$Bnq7pr6QH2orcy/8QfEfCNN1I7nzFI.','jstreetman8','jstreetman8@gmail.com','','2019-03-05 13:40:04','',0,'jstreetman8'),(550,'terrie.epstein','$P$BkQyVYBjg6G6a0fwcfwF6sVwiZ1gMb1','terrie-epstein','terrie.epstein@gmail.com','','2019-03-05 14:53:15','',0,'terrie.epstein'),(551,'ms_briona','$P$BiIvgaSZYuVn7.5VT1O8aXpfV.2WN50','ms_briona','ms_briona@yahoo.com','','2019-03-05 15:04:39','',0,'ms_briona'),(552,'danieldubon31','$P$BJbtwZ7wmdWkyYFtdZ3t8tp6HDFtU50','danieldubon31','danieldubon31@gmail.com','','2019-03-05 15:25:46','',0,'danieldubon31'),(553,'donyuhas9','$P$Bs9P1YFyxEN0PMCwrF9BI.l8QSEetQ/','donyuhas9','donyuhas9@gmail.com','','2019-03-05 16:36:10','',0,'donyuhas9'),(554,'mehjam57','$P$BmMm1AS5Wu55L1kJdtbo.LTtXg2BSa/','mehjam57','mehjam57@gmail.com','','2019-03-05 21:40:58','',0,'mehjam57'),(555,'hdeshazo2009','$P$BH.9X6omVrqgsXRBUtDnjDHVg23PXs.','hdeshazo2009','hdeshazo2009@yahoo.com','','2019-03-05 21:44:00','',0,'hdeshazo2009'),(556,'twomillers888','$P$BhrSHAAEZU8O.4k/oVknDm0/L.wqEt.','twomillers888','twomillers888@aol.com','','2019-03-05 23:28:07','',0,'twomillers888'),(557,'jmm1190','$P$Bug603LnWXW9i.o0.ib9AjugYXwaDD.','jmm1190','jmm1190@aol.com','','2019-03-06 00:05:01','',0,'jmm1190'),(558,'jaaldrich','$P$BQZ55sIdLvzht0BER18JgSIsF.CJdx1','jaaldrich','jaaldrich@gmail.com','','2019-03-06 00:54:39','',0,'jaaldrich'),(559,'cmangon','$P$BKpZztGxA.7XGyJg3cafLqmcFCODaV/','cmangon','cmangon@neo.rr.com','','2019-03-06 01:26:31','',0,'cmangon'),(560,'rogocon','$P$BmfeA6weGaQL5MsZOd36oQrAK0qBAh.','rogocon','rogocon@yahoo.com','','2019-03-06 03:13:08','',0,'rogocon'),(561,'meleanj','$P$BhDnu7d0mb9fcnhz9DtT9NMTVEVlp4.','meleanj','meleanj@gmail.com','','2019-03-06 10:27:10','',0,'meleanj'),(562,'euua.com.ua','$P$BckP/4s4OJtlXDmHfm.zBy5Gpk9.nX1','euua-com-ua','euua.com.ua@gmail.com','','2019-03-06 11:02:45','',0,'euua.com.ua'),(563,'kareem.khasawneh2000','$P$Bsey2y8ouso.mff3AQz9BU6RXyT5Qo/','kareem-khasawneh2000','kareem.khasawneh2000@gmail.com','','2019-03-06 13:23:53','',0,'kareem.khasawneh2000'),(564,'siyer1','$P$BgucUWaKt57mnRR3mdJluijZyNFFhH0','siyer1','siyer1@gmail.com','','2019-03-06 15:40:38','',0,'siyer1'),(565,'infocentr.ro','$P$BJlO9P2P/0TV80DB7xVMJAIxSbZgee1','infocentr-ro','infocentr.ro@gmail.com','','2019-03-06 16:27:59','',0,'infocentr.ro'),(566,'cahuilla81','$P$B/X8VrM5wr4QAG9hMvKHlIlsi5q55h.','cahuilla81','cahuilla81@aol.com','','2019-03-06 20:05:08','',0,'cahuilla81'),(567,'nyc512','$P$BFcFe/nyEXLGJ2Qqu3.DG6xF5WBphk0','nyc512','nyc512@gmail.com','','2019-03-06 20:11:13','',0,'nyc512'),(568,'grizzly0627','$P$BIhXGrOIeK6zlKGIHUv1M1BmJw6fUI.','grizzly0627','grizzly0627@gmail.com','','2019-03-06 21:36:30','',0,'grizzly0627'),(569,'robin.carter2011','$P$BLITwKJ1vGIQymKZy/L4jWHbF4Fi6t.','robin-carter2011','robin.carter2011@gmail.com','','2019-03-06 21:49:53','',0,'robin.carter2011'),(570,'lgarcia_281','$P$BCQRM0NyoAt5q627CKkGLOWWc7FtFd.','lgarcia_281','lgarcia_281@yahoo.com','','2019-03-06 22:22:15','',0,'lgarcia_281'),(571,'mhutchinson1993','$P$BO3caXz3GAlx6kzvGO.Posn5JLC/Bl1','mhutchinson1993','mhutchinson1993@gmail.com','','2019-03-06 22:31:52','',0,'mhutchinson1993'),(572,'h4guzman','$P$BmwFubEx034RySFfvXHkmhkUfsiz8K0','h4guzman','h4guzman@gmail.com','','2019-03-07 00:45:41','',0,'h4guzman'),(573,'ap','$P$B8A8rpySkmMQoBmmFAB1LngZ7hHWYA/','ap','ap@griffittsohara.com','','2019-03-07 00:56:40','',0,'ap'),(574,'dania.tanguis','$P$BN/DVoyIRKQMjik74tYpdhBVw4zQji.','dania-tanguis','dania.tanguis@gmail.com','','2019-03-07 01:01:08','',0,'dania.tanguis'),(575,'carolk0729','$P$BaEuwr5sp3.l34n2kF1K50ICKdo3Uc0','carolk0729','carolk0729@gmail.com','','2019-03-07 02:10:12','',0,'carolk0729'),(576,'hectorafb','$P$BbZLmEPoBeooJnrW18yl0ij1LqzkH1.','hectorafb','hectorafb@yahoo.com','','2019-03-07 03:25:03','',0,'hectorafb'),(577,'patmann2012','$P$BnBEC8LcrFQtBXWSScdLuwK8BKHpjL0','patmann2012','patmann2012@gmail.com','','2019-03-07 03:58:37','',0,'patmann2012'),(578,'elive71','$P$BMVzHPEikEXn8WISGVJvm2/teFDT0Y1','elive71','elive71@yahoo.com','','2019-03-07 09:01:44','',0,'elive71'),(579,'chrisgoldshot511','$P$BZi2251DVnNQm2k0uEQOEgl8t/36fM0','chrisgoldshot511','chrisgoldshot511@gmail.com','','2019-03-07 10:03:55','',0,'chrisgoldshot511'),(580,'menciushunan','$P$BnkeQYbByI3SAWgFsm5uXjgayNB.if.','menciushunan','menciushunan@gmail.com','','2019-03-07 11:22:20','',0,'menciushunan'),(581,'yamilruiz16','$P$BLnREUlm3mECKAFtaIIOmblIIqjClb/','yamilruiz16','yamilruiz16@gmail.com','','2019-03-07 13:43:41','',0,'yamilruiz16'),(582,'nathalie.pothier','$P$BA8x9.F/nBOHw9U0.QzeJ9UscRVn6U0','nathalie-pothier','nathalie.pothier@gmail.com','','2019-03-07 14:40:11','',0,'nathalie.pothier'),(583,'majiddds','$P$BwRb4TeokdSaMROhFwEoy7bQKOYyq/1','majiddds','majiddds@gmail.com','','2019-03-07 15:10:17','',0,'majiddds'),(584,'paulplain','$P$BrCJb.sUNoDCwmukWyim.3JfmLtx27.','paulplain','paulplain@gmail.com','','2019-03-07 17:39:26','',0,'paulplain'),(585,'melanytracy','$P$B4dtYOUWIqXyA79AKr3AINFyqDzWhq/','melanytracy','melanytracy@gmail.com','','2019-03-07 19:18:14','',0,'melanytracy'),(586,'sunriseroofing','$P$BP6OqhZ/OhW92azrXxyPLe0riop6CA.','sunriseroofing','sunriseroofing@sympatico.ca','','2019-03-07 20:05:18','',0,'sunriseroofing'),(587,'campbek','$P$B8fVxsOIhc4bB3eWd.nXYA7cp5kzW10','campbek','campbek@gmail.com','','2019-03-07 20:16:01','',0,'campbek'),(588,'shawntsweeney','$P$ButsyUwvAdqQ/U/yPdzvDjgxXzwnjo0','shawntsweeney','shawntsweeney@yahoo.com','','2019-03-07 21:38:52','',0,'shawntsweeney'),(589,'mholley1104','$P$BDXxv9uuoBhUP0KRuM702xIrT6ASJ3.','mholley1104','mholley1104@gmail.com','','2019-03-07 22:34:40','',0,'mholley1104'),(590,'hanna.riley.21','$P$BcM01UQ3wT4pMVSlkw6I7wiurRuHuu.','hanna-riley-21','hanna.riley.21@gmail.com','','2019-03-07 23:01:49','',0,'hanna.riley.21'),(591,'haydeb2424','$P$BSiTqciM.Ltoet/KgndQaYUYCipERW0','haydeb2424','haydeb2424@gmail.com','','2019-03-07 23:12:38','',0,'haydeb2424'),(592,'derekjbedell','$P$Btg1CNou0Lg02ZlkflFltBq32iTTkD0','derekjbedell','derekjbedell@yahoo.com','','2019-03-08 01:57:32','',0,'derekjbedell'),(593,'ejwmonbilout','$P$BXAQkPtzIXiPJhkWR.JwEg8pbvGovu1','ejwmonbilout','ejwmonbilout@gmail.com','','2019-03-08 03:45:04','',0,'ejwmonbilout'),(594,'danielalbarian','$P$Bn6qtWpRhZhaS3U2iMOK8wLcUAtIiE.','danielalbarian','danielalbarian@gmail.com','','2019-03-08 04:04:15','',0,'danielalbarian'),(595,'roeser1984','$P$BOuo9HLPouSQoH8hQFu1xV2ObwgMqA/','roeser1984','roeser1984@aol.com','','2019-03-08 05:08:47','',0,'roeser1984'),(596,'justin.levine.one','$P$B9oq9ifSvkZF6LHNqDMyotq8lUsFmD.','justin-levine-one','justin.levine.one@gmail.com','','2019-03-08 05:49:07','',0,'justin.levine.one'),(597,'cdoremus','$P$BO.uz1jH2dyix0RLP5U4kKgE9sqe101','cdoremus','cdoremus@newh.net','','2019-03-08 05:59:30','',0,'cdoremus'),(598,'sanmingsan','$P$BJ/xWOiUBRV/85Ys2eKrniB/G3feTY.','sanmingsan','sanmingsan@gmail.com','','2019-03-08 08:56:27','',0,'sanmingsan'),(599,'tm','$P$B5cDdRDH1fB.2mTOJsiLxVyKg47ZwH/','tm','tm@pritchardindustries.com','','2019-03-08 08:59:31','',0,'tm'),(600,'hdeshazo','$P$Bv9l5J9ZOEc9S0ODDSo.xriNQWhx6m1','hdeshazo','hdeshazo@yahoo.com','','2019-03-08 09:46:49','',0,'hdeshazo'),(601,'deborahwnewell','$P$B8nD.yvEJH/kv87fpI0.nSZX0THK8z0','deborahwnewell','deborahwnewell@gmail.com','','2019-03-08 21:01:00','',0,'deborahwnewell'),(602,'iclaepmagze','$P$B1NercFCPgc/lpMqyBQv3CcHa6rwmQ.','iclaepmagze','iclaepmagze@gmail.com','','2019-03-08 22:04:05','',0,'iclaepmagze'),(603,'kosgei.sylvia95','$P$Ba7nzSI4G63xEC9Uz5ZPQAWUhxx9jK0','kosgei-sylvia95','kosgei.sylvia95@gmail.com','','2019-03-09 11:03:01','',0,'kosgei.sylvia95'),(604,'sparacinogiulia','$P$BlTu3zcebHpFCcsXJh6PT3jSOgQhkO/','sparacinogiulia','sparacinogiulia@gmail.com','','2019-03-09 17:15:08','',0,'sparacinogiulia'),(605,'wedding2014','$P$BILZjM.xLGSollUVxtbn9lBNVK98bB1','wedding2014','wedding2014@t-online.de','','2019-03-09 17:54:12','',0,'wedding2014'),(606,'kwhitham1','$P$BKr04zzq/6tH3gkv0ziFPJtGpSBElS/','kwhitham1','kwhitham1@gmail.com','','2019-03-09 23:07:41','',0,'kwhitham1'),(607,'instinctvfx','$P$Bh2vc76D5Qf49XFwLUdZzhOcZ/6MOG.','instinctvfx','instinctvfx@googlemail.com','','2019-03-11 00:36:19','',0,'instinctvfx'),(608,'sanford.dan','$P$BsG6xW46q.V.PAKI.7i7XGMudMYnGY.','sanford-dan','sanford.dan@gmail.com','','2019-03-11 01:28:33','',0,'sanford.dan'),(609,'paulmdonovan','$P$BfMb2wGfPOp5hZr66WkUUzDve4qf7/1','paulmdonovan','paulmdonovan@yahoo.com','','2019-03-11 05:15:40','',0,'paulmdonovan'),(610,'gcpc007','$P$Bz42BF0j1n/SRzyVzwvYyIFOVYl6tK.','gcpc007','gcpc007@yahoo.com','','2019-03-11 07:32:24','',0,'gcpc007'),(611,'sexynicole2018','$P$BRlBc1gol8lkpRjEzumQ95Us3zBcez/','sexynicole2018','sexynicole2018@gmail.com','','2019-03-11 07:33:12','',0,'sexynicole2018'),(612,'mohsarlene','$P$B4TLhPzdr.7MaPnw2k4yrdpChqCc0k1','mohsarlene','mohsarlene@gmail.com','','2019-03-11 07:50:11','',0,'mohsarlene'),(613,'rawsonbari','$P$BM/WWCwqKdxtpjI0S7tu8yT73/vr62.','rawsonbari','rawsonbari@gmail.com','','2019-03-11 08:24:11','',0,'rawsonbari'),(614,'jints07','$P$B.rSIHoDWm2ZkAzL/YpagL5LIbgHAN1','jints07','jints07@gmail.com','','2019-03-11 09:14:28','',0,'jints07'),(615,'tuvu2015','$P$BaL8N8c4YeRVYmigd6XheNIzQ1vAjJ/','tuvu2015','tuvu2015@gmail.com','','2019-03-11 11:50:16','',0,'tuvu2015'),(616,'jonathanshefton78','$P$BdX3Z8VUWExKaUjVx5WBkxtogANQ3M/','jonathanshefton78','jonathanshefton78@gmail.com','','2019-03-11 11:50:46','',0,'jonathanshefton78'),(617,'joanna.fiedler','$P$BNlgAgWbIZXIkalWOXNzvEFjYMd91H1','joanna-fiedler','joanna.fiedler@gmail.com','','2019-03-11 13:15:21','',0,'joanna.fiedler'),(618,'brenda11938','$P$BhOhpE05INCmj9jjHOoXeW5o3.nvuj.','brenda11938','brenda11938@gmail.com','','2019-03-11 14:41:58','',0,'brenda11938'),(619,'sergiopiedade1999','$P$BAephV4DgSNlIcm7aHODCXLuk2Nw9v0','sergiopiedade1999','sergiopiedade1999@gmail.com','','2019-03-11 15:58:33','',0,'sergiopiedade1999'),(620,'jessekmac','$P$BhZttwLqCT7s05CbtIfOi/ZqFCIuRd.','jessekmac','jessekmac@aol.com','','2019-03-11 16:27:35','',0,'jessekmac'),(621,'da.scott','$P$BKJHggjnsj/7z3HgaZUYwTliZviQER1','da-scott','da.scott@yahoo.com','','2019-03-11 19:11:36','',0,'da.scott'),(622,'info','$P$B3EeBl2xIe7zSQ/.UDMESmgGbKp79t.','info','info@nordelettraimpianti.it','','2019-03-11 21:31:40','',0,'info'),(623,'xxlanklesxx1','$P$BRWZiCxiTxB/W1IjIBN1r3.tMKKbFV0','xxlanklesxx1','xxlanklesxx1@gmail.com','','2019-03-11 22:56:23','',0,'xxlanklesxx1'),(624,'sgiacalone','$P$BWA3Dz7POHkmnCJcXLf/yvQJ.HLA..1','sgiacalone','sgiacalone@cfgva.com','','2019-03-11 23:38:51','',0,'sgiacalone'),(625,'abelletti7','$P$B1fCisJ9tCk/AL5K0CDDSJM3sTx7Iu1','abelletti7','abelletti7@yahoo.com','','2019-03-12 02:24:09','',0,'abelletti7'),(626,'andrewkwin','$P$B/PT9pjjXm9fKAIEeTfOu98Q6ItSZZ1','andrewkwin','andrewkwin@gmail.com','','2019-03-12 02:56:00','',0,'andrewkwin'),(627,'94dooley','$P$B5lgQUy4OlgR3.X6U/Jpc.jigfsGPb1','94dooley','94dooley@gmail.com','','2019-03-12 04:30:04','',0,'94dooley'),(628,'judi18188','$P$BFzj5kz0Fevfp1IswKbQ9qH4f/mApI1','judi18188','judi18188@aol.com','','2019-03-12 04:55:06','',0,'judi18188'),(629,'tcbeck2','$P$BJY7DtvSdH7doEHagFvo.DL1qtugxH0','tcbeck2','tcbeck2@gmail.com','','2019-03-12 05:46:11','',0,'tcbeck2'),(630,'dianakach1968','$P$BR/.sRa7G1KGkUDUoW7NHEGhGwJxF21','dianakach1968','dianakach1968@gmail.com','','2019-03-12 06:28:57','',0,'dianakach1968'),(631,'booknicoledejaneiro','$P$BYvJyhVEn1/8FyJgnyt3cU9qNf6MjW.','booknicoledejaneiro','booknicoledejaneiro@gmail.com','','2019-03-12 08:37:24','',0,'booknicoledejaneiro'),(632,'Us4w5N5qs','$P$BmDGBF7.8LvjoV8geW.21uNDG9cKYj.','us4w5n5qs','Us4w5N5qs@gmail.com','','2019-03-12 10:19:57','',0,'John Hillam'),(633,'ZFT4i75va','$P$BB4gi27Ce4LisbZKIR1yPFII..jEqO.','zft4i75va','ZFT4i75va@gmail.com','','2019-03-12 10:31:11','',0,'John Hillam'),(634,'mercedesparjus143','$P$B2E70/P9JkbIc04cWmiS59xucnbQeT/','mercedesparjus143','mercedesparjus143@gmail.com','','2019-03-12 12:06:39','',0,'mercedesparjus143'),(635,'john','$P$B73hABkDLN4AmND7UfKt/yzezpbiYO/','john','john@gibsonexp.com','','2019-03-12 13:05:01','',0,'john'),(636,'matthewrutski77','$P$BY6jBx0yM8eY3bBJw9zDAWGvoR4j550','matthewrutski77','matthewrutski77@gmail.com','','2019-03-12 15:19:53','',0,'matthewrutski77'),(637,'ckmate312','$P$BNmsFsXSJu.eYxdd9/ZzC9cgNl3V3K1','ckmate312','ckmate312@yahoo.com','','2019-03-12 15:33:23','',0,'ckmate312'),(638,'contact.lisa27','$P$BiD4r3EFWOHg0moeccUWoVB2I17XxI/','contact-lisa27','contact.lisa27@gmail.com','','2019-03-12 15:58:09','',0,'contact.lisa27'),(639,'rick','$P$BP86omvViHdEaPT8Qi5nWA/3ScpbC70','rick','rick@allabouttravel.ca','','2019-03-12 16:24:58','',0,'rick'),(640,'jchenoweth1957','$P$BxfbQCbIgNnmmiONdpS5kM1iewcUAX0','jchenoweth1957','jchenoweth1957@yahoo.com','','2019-03-12 16:36:10','',0,'jchenoweth1957'),(641,'christopher.m.sacry','$P$BEU5PPJ.e4EpJg4xa1GD.fdZW1k5a9.','christopher-m-sacry','christopher.m.sacry@gmail.com','','2019-03-12 19:14:43','',0,'christopher.m.sacry'),(642,'jasonhowser83','$P$BlyMdHWvKGJqzCA6icgP5JA3aWb7jc1','jasonhowser83','jasonhowser83@gmail.com','','2019-03-12 19:15:42','',0,'jasonhowser83'),(643,'lgauvin','$P$Bc0YjL6kRNwhpw905dbbNaUp/l5ito.','lgauvin','lgauvin@asivret.ca','','2019-03-12 19:27:42','',0,'lgauvin'),(644,'mcdermottm','$P$BBL6fQJPdt8e8kXnlPbciJbWyB8tEh/','mcdermottm','mcdermottm@earthlink.net','','2019-03-12 19:24:03','',0,'mcdermottm'),(645,'searcyspcs','$P$BOP7KAlNj/a6XA5FGMhgQix1SGeGDU0','searcyspcs','searcyspcs@gmail.com','','2019-03-12 19:30:59','',0,'searcyspcs'),(646,'joshuadamronmcguire','$P$B86rAuCj3EnnkzwJ.DT4mXb5IFce6D.','joshuadamronmcguire','joshuadamronmcguire@gmail.com','','2019-03-12 19:55:24','',0,'joshuadamronmcguire'),(647,'trujillorafel','$P$Bvm5Z98Drnv.8uExm6m/Ocf9gdDfz4/','trujillorafel','trujillorafel@yahoo.com','','2019-03-12 20:37:02','',0,'trujillorafel'),(648,'jasonexist','$P$BayOLjl0gZBhOR/G7B8jVblj1nRA0o/','jasonexist','jasonexist@gmail.com','','2019-03-12 21:27:03','',0,'jasonexist'),(649,'laha3527','$P$BfhvyE16/cELgRabYnay58qR/MY/sm.','laha3527','laha3527@gmail.com','','2019-03-12 21:39:50','',0,'laha3527'),(650,'williamfran','$P$BwdLoo5PZEVX9NQ6hfQXlv4ddBzEBh1','williamfran','williamfran@gmail.com','','2019-03-12 21:46:47','',0,'williamfran'),(651,'imam_defid_efendi','$P$BNEWVNOsxel3KDoQgRSjqymnouRqIR1','imam_defid_efendi','imam_defid_efendi@yahoo.com','','2019-03-12 22:32:47','',0,'imam_defid_efendi'),(652,'richard_meadows','$P$BWuVyXyqgMoPe9qmUkWd.z00HilXHI0','richard_meadows','richard_meadows@yahoo.com','','2019-03-12 22:45:06','',0,'richard_meadows'),(653,'shareenamoody','$P$B2MP9SRBkx0EyJkDoOpL.ttKSlzMDJ1','shareenamoody','shareenamoody@yahoo.com','','2019-03-12 22:50:14','',0,'shareenamoody'),(654,'frostvdogyt','$P$B4XgxR/DclCR2vtxXF4GEtY5Z6RKhc1','frostvdogyt','frostvdogyt@gmail.com','','2019-03-12 22:54:27','',0,'frostvdogyt'),(655,'lilmspumkin','$P$BBfkTSqtkP.uohfZVgx5rXEoluVRR2/','lilmspumkin','lilmspumkin@yahoo.com','','2019-03-12 23:18:29','',0,'lilmspumkin'),(656,'tkimng','$P$BpAQZPJzLb3ExaD6hUpkX6/wy1tN/C1','tkimng','tkimng@yahoo.com','','2019-03-13 00:20:20','',0,'tkimng'),(657,'davis.remington','$P$B//Tv6f2ZapozKc4DE.GgDbj5dDsL61','davis-remington','davis.remington@gmail.com','','2019-03-13 00:25:01','',0,'davis.remington'),(658,'damonavery','$P$BPQyLSN7XsT8iwx1htRub8vTyN8121.','damonavery','damonavery@bellsouth.net','','2019-03-13 02:25:22','',0,'damonavery'),(659,'sam.azner','$P$BRrncwGvxWpS9LwxxL/H1IJLnf9AWp1','sam-azner','sam.azner@gmail.com','','2019-03-13 03:24:05','',0,'sam.azner'),(660,'ksmithbuilder1','$P$B4tbe9BoHjDn2WL8UbXCqDAAjrMLJO.','ksmithbuilder1','ksmithbuilder1@gmail.com','','2019-03-13 09:18:49','',0,'ksmithbuilder1'),(661,'spazmanian2016','$P$B5DlyGKPe6Okzt8WB5unEirCVstiAJ/','spazmanian2016','spazmanian2016@gmail.com','','2019-03-13 11:14:57','',0,'spazmanian2016'),(662,'sciencekinget','$P$BNzaG/rol/G2F6rwmZqGEDrqFle/2J/','sciencekinget','sciencekinget@gmail.com','','2019-03-13 11:23:55','',0,'sciencekinget'),(663,'fhweebee101','$P$BbNs9zMCtRjzwIf1GfKikfqQQkuD7V0','fhweebee101','fhweebee101@gmail.com','','2019-03-13 13:41:03','',0,'fhweebee101'),(664,'shoty2cuteforu','$P$BACCNiYEedwPSrjA4wfhh9immM/OLs0','shoty2cuteforu','shoty2cuteforu@aol.com','','2019-03-13 13:42:14','',0,'shoty2cuteforu'),(665,'universalcar','$P$B8OCHjIRjfg4GvqVQoNymIIzw/b2Jb0','universalcar','universalcar@gmail.com','','2019-03-13 13:52:50','',0,'universalcar'),(666,'jennifer.oldham','$P$B57clAjAqy0wnUpPlwmoy1c2GPnFN2.','jennifer-oldham','jennifer.oldham@gmail.com','','2019-03-13 14:10:58','',0,'jennifer.oldham'),(667,'simofdo92','$P$BDfamGxn0.L4Aa2L..gyza38bqBBf3.','simofdo92','simofdo92@gmail.com','','2019-03-13 14:10:45','',0,'simofdo92'),(668,'fdelreal','$P$BPPlswWBtT9h327naZbfbAEFXsqpg91','fdelreal','fdelreal@elontec.com','','2019-03-13 14:14:59','',0,'fdelreal'),(669,'rwzehr','$P$BGkQ7QXLnl6LkWKlw31hEJmWWzvcmd0','rwzehr','rwzehr@gmail.com','','2019-03-13 15:05:59','',0,'rwzehr'),(670,'thaistanley','$P$B4riC2OPhlH7X6B/tfQ/YXxhbOSoJO.','thaistanley','thaistanley@yahoo.com','','2019-03-13 15:44:41','',0,'thaistanley'),(671,'d.lagrone23','$P$BbGGEZ9UntfF75QmF7xET71gor0ee91','d-lagrone23','d.lagrone23@gmail.com','','2019-03-13 17:25:57','',0,'d.lagrone23'),(672,'scabusi','$P$BNkK5BiqQqmi0cqSG3CYGMmS5kOTG3/','scabusi','scabusi@calclosets.com','','2019-03-13 17:28:12','',0,'scabusi'),(673,'dville65','$P$BUoZb3ajzUZWqjKF/Hd.Dp6ptS/twA.','dville65','dville65@aol.com','','2019-03-13 17:29:50','',0,'dville65'),(674,'juliemanuel8','$P$B1CmTarc4kc3MLYRe64qs1zY5tcaMZ1','juliemanuel8','juliemanuel8@gmail.com','','2019-03-13 17:46:34','',0,'juliemanuel8'),(675,'aaronxf','$P$BaX.aJEOI.x4t1fFwD6EjIDZb/0k/2/','aaronxf','aaronxf@gmail.com','','2019-03-13 17:58:54','',0,'aaronxf'),(676,'bcargile','$P$BAIAf2SZBJEbFtMpos/qTwEdldGFzZ0','bcargile','bcargile@mrsgrissoms.com','','2019-03-13 18:08:00','',0,'bcargile'),(677,'jetinjr','$P$BuSLQMogBDByOUYMlhfAZ3/6XKJskN.','jetinjr','jetinjr@gmail.com','','2019-03-13 19:31:23','',0,'jetinjr'),(678,'burgwc1','$P$BPFefzuFigZGCIzcX5M5ppFy40eJuB.','burgwc1','burgwc1@aol.com','','2019-03-13 19:38:11','',0,'burgwc1'),(679,'palatouche','$P$BAnC4zkUzjoaCoam9evSNUtZaqmGv4/','palatouche','palatouche@yahoo.com','','2019-03-13 21:45:09','',0,'palatouche'),(680,'helena.mastro','$P$BRDDM9e6vEqgYbCt8diyhElASm8g8a/','helena-mastro','helena.mastro@gmail.com','','2019-03-13 23:45:07','',0,'helena.mastro'),(681,'louise.hodapp','$P$B08hm33QiTvDgz9EyoiFXrM4F603zF0','louise-hodapp','louise.hodapp@gmail.com','','2019-03-14 01:43:36','',0,'louise.hodapp'),(682,'kluvsammy','$P$BX8nKZ/VSeuLy3XZYPJ45MNuzXt7iJ.','kluvsammy','kluvsammy@gmail.com','','2019-03-14 06:37:25','',0,'kluvsammy'),(683,'jollyjq1987','$P$BgTHv1NxjNPmGXjRIPaFZEUQhDdiuG.','jollyjq1987','jollyjq1987@yahoo.com','','2019-03-14 08:38:20','',0,'jollyjq1987'),(684,'vashtie225','$P$BgKlqRHxc.cd88lIwPIP1Uroqf1HKU.','vashtie225','vashtie225@aol.com','','2019-03-14 10:56:34','',0,'vashtie225'),(685,'rjdamele','$P$Bg5Z75wbiJ.Ut3ENI3O6xbaYENA0F71','rjdamele','rjdamele@aol.com','','2019-03-14 12:31:54','',0,'rjdamele'),(686,'sidollc1','$P$B9UqQU46E4V4KdIdrl.quUN9FQW8Vt/','sidollc1','sidollc1@gmail.com','','2019-03-14 13:36:00','',0,'sidollc1'),(687,'logan.chaney920','$P$BRFlRC.NamjkozNwccHNp.n2MdbJKK/','logan-chaney920','logan.chaney920@gmail.com','','2019-03-14 14:12:53','',0,'logan.chaney920'),(688,'dvslawyer','$P$BIsgUhZ1vY6f3tNwn.NONu447IRPhK0','dvslawyer','dvslawyer@dvsemploymentlaw.com','','2019-03-14 15:52:31','',0,'dvslawyer'),(689,'reetz626','$P$B4yqMv0J2r.VGykbhSTkMCvvDvtHTB.','reetz626','reetz626@aol.com','','2019-03-14 19:11:03','',0,'reetz626'),(690,'mikeh','$P$BP30/xfqJbu9/be1vue8WjSsgg/YnH1','mikeh','mikeh@hoyttrans.com','','2019-03-15 01:19:38','',0,'mikeh'),(691,'williamj','$P$B4bh0rgVrPvCkNDM8XkLelLqFGLFAZ.','williamj','williamj@justencompany.com','','2019-03-15 01:48:03','',0,'williamj'),(692,'dsmith','$P$Bl4wH9NhX4jYwOY75NW.wHUdcuD3Yr/','dsmith','dsmith@phahou.com','','2019-03-15 07:43:01','',0,'dsmith'),(693,'ndpavett','$P$Bk.b0Me4OqFoh4RDEkYreBcl0qkPqY/','ndpavett','ndpavett@gmail.com','','2019-03-15 09:09:46','',0,'ndpavett'),(694,'pamskis2','$P$Bmp5GHKTHAzP5Bpa4d/o06mk8F9Nge0','pamskis2','pamskis2@aol.com','','2019-03-15 09:46:42','',0,'pamskis2'),(695,'skweels','$P$BJFi5yBFzLJ4KUadHVWKRYjxCtQ59m/','skweels','skweels@gmail.com','','2019-03-15 09:49:43','',0,'skweels'),(696,'m.p.brancoveanu','$P$Bw/KC2Vcqr0hIGMXgfLbnAs5.AatOA1','m-p-brancoveanu','m.p.brancoveanu@gmail.com','','2019-03-15 11:43:45','',0,'m.p.brancoveanu'),(697,'jessedean05','$P$BorMcYqHqDMb9obayIqqLRsF5TfK6a0','jessedean05','jessedean05@yahoo.com','','2019-03-15 14:32:20','',0,'jessedean05'),(698,'ymondelus','$P$BzYCKy15pNttpINUb52w2BPtp9wCma/','ymondelus','ymondelus@yahoo.com','','2019-03-15 16:34:52','',0,'ymondelus'),(699,'rickw230','$P$BHz/MvXpXTIY6JseH0AKYD3cyp75kO0','rickw230','rickw230@aol.com','','2019-03-15 17:26:08','',0,'rickw230'),(700,'anisedmo','$P$BFz2rF5m7xXaMu78PkawN2lmXLS8cE.','anisedmo','anisedmo@gmail.com','','2019-03-16 21:18:23','',0,'anisedmo'),(701,'astonish621','$P$BXEK2yZhm.POd4bGC1HhWkMnNQQAzl1','astonish621','astonish621@gmail.com','','2019-03-16 23:04:32','',0,'astonish621'),(702,'61sara','$P$BuDh0sWQC0/RF90d098SmIP4LwDsFj1','61sara','61sara@gmail.com','','2019-03-16 23:32:20','',0,'61sara'),(703,'hercimur','$P$B.mXnreA29xbHvibJ2GbE6OlAOpv/c/','hercimur','hercimur@yahoo.com','','2019-03-17 12:59:25','',0,'hercimur'),(704,'diansav','$P$B4bqdZb5B.6HaFla0eqB.nVcX8mDE6/','diansav','diansav@yahoo.co.id','','2019-03-18 05:10:17','',0,'diansav'),(705,'michaelamangini','$P$BUboY7ie4oIfr50xhbO9BZ/To.uBhg0','michaelamangini','michaelamangini@yahoo.com','','2019-03-18 05:58:05','',0,'michaelamangini'),(706,'francamps','$P$BdM6lIn.bL4K2qcAAC7CrdfNVBnZzc1','francamps','francamps@gmail.com','','2019-03-18 10:24:48','',0,'francamps'),(707,'jmcronander','$P$B07Vrn6I5iWUBPO09OneSydy7uT1wj/','jmcronander','jmcronander@yahoo.com','','2019-03-18 10:51:01','',0,'jmcronander'),(708,'devinhart10','$P$BjnYB7Zje/i3RyEYNBfh6kM4VAE2N/1','devinhart10','devinhart10@aol.com','','2019-03-18 15:15:51','',0,'devinhart10'),(709,'larrancel','$P$B.3ou0sBHMVZJ8IEiScxOgv9CuXlBm/','larrancel','larrancel@gmail.com','','2019-03-18 15:32:06','',0,'larrancel'),(710,'tk52680','$P$BkKNznxNRNd0uMxbYot8gijkAAJpS3/','tk52680','tk52680@yahoo.com','','2019-03-18 15:38:18','',0,'tk52680'),(711,'momma_stacey70394','$P$B7k5WWWD6hyddgB2jjvkYy9NbGTWoI.','momma_stacey70394','momma_stacey70394@yahoo.com','','2019-03-18 15:47:51','',0,'momma_stacey70394'),(712,'gdempsey908','$P$BAkwtcMgRuSMnEuBGd4m8yN7j06l21/','gdempsey908','gdempsey908@aol.com','','2019-03-18 16:30:55','',0,'gdempsey908'),(713,'tonya.miller','$P$Bg6KOb3sQAofBSGaRbfbDlq0x.hIm4/','tonya-miller','tonya.miller@mail.com','','2019-03-18 17:59:54','',0,'tonya.miller'),(714,'zmisic','$P$Bl7/UqZ6i8TFckfIBsdWNCm2vX754P/','zmisic','zmisic@freesurf.ch','','2019-03-18 18:27:26','',0,'zmisic'),(715,'mcgoverncharles7t9','$P$BgbNaAHKhH/thTVltEV4UNDX9ZncS5/','mcgoverncharles7t9','mcgoverncharles7t9@gmail.com','','2019-03-18 18:32:49','',0,'mcgoverncharles7t9'),(716,'ednalyn_viesca','$P$BDNZ/yFYRaMZZ/qaCltBtcVM6SAOt8/','ednalyn_viesca','ednalyn_viesca@yahoo.com','','2019-03-18 21:12:32','',0,'ednalyn_viesca'),(717,'vjpope','$P$BJvJNdObGurpAL3QAGGC.kak8pLngA/','vjpope','vjpope@gmail.com','','2019-03-18 21:43:20','',0,'vjpope'),(718,'trivera32','$P$B1svmHbXPta0AnMAKUxB7SFAfz3VR0/','trivera32','trivera32@yahoo.com','','2019-03-18 22:05:50','',0,'trivera32'),(719,'aprhfoley','$P$BMSWOssT5mgqFKSSqVajzZaqeru8dM/','aprhfoley','aprhfoley@aol.com','','2019-03-18 23:08:26','',0,'aprhfoley'),(720,'bfarragher88','$P$Bk9FQKmrEB.e5sdMwfqXGWVuFQoTFJ/','bfarragher88','bfarragher88@gmail.com','','2019-03-19 00:37:30','',0,'bfarragher88'),(721,'herschel.rose','$P$B298MP5kgw45jPd5sIu1pEM.f5Y8IL.','herschel-rose','herschel.rose@gmail.com','','2019-03-19 01:35:10','',0,'herschel.rose'),(722,'david.friedel','$P$BmiN6lRE8IKz1cpdARTtS2tPMYDx9t0','david-friedel','david.friedel@buildersblinds.com','','2019-03-19 01:36:01','',0,'david.friedel'),(723,'ilovejazmin9','$P$BqTVyVJXVPdfWBAe4dMhlhHvHAmqjp0','ilovejazmin9','ilovejazmin9@gmail.com','','2019-03-19 02:27:53','',0,'ilovejazmin9'),(724,'larioselectric','$P$Bv3uSTzt.uahDT9pA6p./Jkq649xgy1','larioselectric','larioselectric@yahoo.com','','2019-03-19 03:26:02','',0,'larioselectric'),(725,'rjh013439','$P$BHM0C.rD1xEw8AG.Nq9QF3seMHeZKn1','rjh013439','rjh013439@gmail.com','','2019-03-19 07:38:41','',0,'rjh013439'),(726,'krishnanstephanie','$P$BEvmvrdMcbHYqROAEHQ6O7qqNR7rPj1','krishnanstephanie','krishnanstephanie@gmail.com','','2019-03-19 08:16:21','',0,'krishnanstephanie'),(727,'josert95','$P$BKQpj0qLb6IQ24lepLCoz90roPfJ9E0','josert95','josert95@gmail.com','','2019-03-19 11:54:21','',0,'josert95'),(728,'josh.kaszuba','$P$BI0cYyMc.Fx2MPi9eo0rhv1JenzWyF.','josh-kaszuba','josh.kaszuba@yahoo.com','','2019-03-19 14:35:39','',0,'josh.kaszuba'),(729,'jjpoolspa','$P$Bc1L3MLjB/jMrSmEjfOyz7v6IQnKXp.','jjpoolspa','jjpoolspa@yahoo.com','','2019-03-19 16:09:48','',0,'jjpoolspa'),(730,'atenglett','$P$BnG8H2SHLXtTGJM1zGbc28vJMzlNM4/','atenglett','atenglett@yahoo.com','','2019-03-19 22:33:48','',0,'atenglett'),(731,'jayw','$P$BvuzFZiy4JrZg3Iv9ts4HEZ4Rd0ViJ1','jayw','jayw@wildbillssoda.com','','2019-03-19 23:07:38','',0,'jayw'),(732,'mplsgolf','$P$BcjJah/.65IdOAcW7YNq6msfCczule.','mplsgolf','mplsgolf@aol.com','','2019-03-20 00:55:10','',0,'mplsgolf'),(733,'kmac12762','$P$BmBkvraiBGsZvARahxxfmbopxO5Dch.','kmac12762','kmac12762@aol.com','','2019-03-20 02:05:36','',0,'kmac12762'),(734,'jthompson969','$P$BRuuIGefvO3fvwpy9v9Z07VaUng2nA.','jthompson969','jthompson969@yahoo.com','','2019-03-20 03:26:26','',0,'jthompson969'),(735,'jschembari','$P$BS/El/W9VipLPMBt1KN7StjSkfxchB/','jschembari','jschembari@yahoo.com','','2019-03-20 15:55:11','',0,'jschembari'),(736,'jobatt72','$P$BtbCpXkg989ZBct/EKguYGzRU8PL6W0','jobatt72','jobatt72@yahoo.com','','2019-03-20 15:58:15','',0,'jobatt72'),(737,'davidespuga','$P$BkJk6ucr0CDu0INCat.ZZqmSAFyb1Y1','davidespuga','davidespuga@yahoo.com','','2019-03-20 16:00:22','',0,'davidespuga'),(738,'tinkis4mee','$P$BcPr/UCNInb90IewVCGHvwgwyCqrBL/','tinkis4mee','tinkis4mee@aol.com','','2019-03-20 16:43:08','',0,'tinkis4mee'),(739,'lycalderontci','$P$BGWoUMmX/irp5kg99.zDR53c3a5hJP/','lycalderontci','lycalderontci@aol.com','','2019-03-21 03:44:11','',0,'lycalderontci'),(740,'ljohnso2559','$P$BS5NrsNV.s8z6Y1Ho/Lyb7jAPRwV9f1','ljohnso2559','ljohnso2559@yahoo.com','','2019-03-21 09:35:45','',0,'ljohnso2559'),(741,'sbrady249','$P$B32ULPlwoUxywpRr23M9GZyoSiBss51','sbrady249','sbrady249@aol.com','','2019-03-21 13:51:44','',0,'sbrady249'),(742,'sanjeev_behera','$P$BYKi514FSEcujKxUt7YaoDBRILe8jy/','sanjeev_behera','sanjeev_behera@yahoo.com','','2019-03-21 15:21:40','',0,'sanjeev_behera'),(743,'jenniferliantonio','$P$BhO82Qb2Gm0BOXDFKYEJYM37NjuDMb1','jenniferliantonio','jenniferliantonio@yahoo.com','','2019-03-21 16:39:50','',0,'jenniferliantonio'),(744,'jorgeysalgado','$P$BKOmQpaCL6D2fo8xnx0PHxX6YDXkRl/','jorgeysalgado','jorgeysalgado@yahoo.com','','2019-03-21 17:00:14','',0,'jorgeysalgado'),(745,'hawkcourt','$P$BA7XWUjvDZGWPNdVIpuno.qkz2DnqM/','hawkcourt','hawkcourt@aol.com','','2019-03-21 17:57:34','',0,'hawkcourt'),(746,'ljbecho','$P$Bfjqb.2myeI4jWcTB4umOO0Szx.Mvv/','ljbecho','ljbecho@aol.com','','2019-03-21 18:25:11','',0,'ljbecho'),(747,'mmcintyre','$P$BB/Yw8GVK9oTpkyV03Qj5i0wIbqbsb0','mmcintyre','mmcintyre@tellennium.com','','2019-03-21 19:35:59','',0,'mmcintyre'),(748,'dmn0809','$P$Bek1qEcUj3Xuc3cF92tgJCZ7JoK7Me/','dmn0809','dmn0809@aol.com','','2019-03-21 20:04:08','',0,'dmn0809'),(749,'ken_kallett','$P$BWXbIAY8sAS2XtA3r2nqVFwsixHMSu.','ken_kallett','ken_kallett@yahoo.com','','2019-03-21 21:21:52','',0,'ken_kallett'),(750,'animemonkey02','$P$BLshra1JA5if77rG6RbLFldEfOqfsu/','animemonkey02','animemonkey02@yahoo.com','','2019-03-21 22:21:22','',0,'animemonkey02'),(751,'jamesbraunns','$P$BrDT0z5qYDxrIZXNmhETIfGjtIyoQn.','jamesbraunns','jamesbraunns@yahoo.com','','2019-03-21 23:35:09','',0,'jamesbraunns'),(752,'bchahn','$P$BsLx8mZzK2OogS58zzmC2U/NZsqx2D1','bchahn','bchahn@skyrain.com','','2019-03-22 10:55:15','',0,'bchahn'),(753,'pixelgod51','$P$BUogcrmlFZpOH0oNdo9M3mo9AAteZ70','pixelgod51','pixelgod51@yahoo.com','','2019-03-22 12:09:28','',0,'pixelgod51'),(754,'kimberlyblair2012','$P$BYUSkey6C7Hv5Pg6EeImksdiX13zfx1','kimberlyblair2012','kimberlyblair2012@yahoo.com','','2019-03-22 18:12:16','',0,'kimberlyblair2012'),(755,'rogerdbartlett','$P$BjakYzUyBbpL6pyV2c0f8rZZSK6k7g/','rogerdbartlett','rogerdbartlett@yahoo.com','','2019-03-22 19:54:46','',0,'rogerdbartlett'),(756,'pacl18','$P$BY0LKVo.LW23C1DpZjugBOj1xm3Mfr/','pacl18','pacl18@aol.com','','2019-03-22 21:31:48','',0,'pacl18'),(757,'asianpheonix','$P$BjId1t.Cz2UFALBUNcluBsJbz6G0NN0','asianpheonix','asianpheonix@aol.com','','2019-03-23 00:58:47','',0,'asianpheonix'),(758,'staceyt83','$P$B6bwK.UEMatMwkHfhGe9N0JfRp67A71','staceyt83','staceyt83@yahoo.com','','2019-03-23 05:33:38','',0,'staceyt83'),(759,'denyerg','$P$B6P5Ky9O3jrKZV2EJ9Zd3tqK358AxU/','denyerg','denyerg@bellsouth.net','','2019-03-23 11:28:17','',0,'denyerg'),(760,'yannik.fuerst','$P$BEilVSskYMwFVM74fnbkAp9NWduGLr0','yannik-fuerst','yannik.fuerst@freenet.de','','2019-03-23 12:09:09','',0,'yannik.fuerst'),(761,'woodco43','$P$BLdo1/Sve3F0MSHLdD0Sz4MNwAJN/o0','woodco43','woodco43@yahoo.com','','2019-03-23 20:49:09','',0,'woodco43'),(762,'hans.brink','$P$Bs9A8.iEQ6Pct74kIcxnLotTeZE0vt0','hans-brink','hans.brink@yahoo.de','','2019-03-24 02:53:00','',0,'hans.brink'),(763,'hayden101897','$P$B1LZiN0nV1kGTwADCfe5HP6piqgcX70','hayden101897','hayden101897@gmail.com','','2019-03-24 18:16:16','',0,'hayden101897'),(764,'cathiej51','$P$BL7K7ywRT11MGTKV7GNO619ydjEtEi0','cathiej51','cathiej51@aol.com','','2019-03-24 20:51:58','',0,'cathiej51'),(765,'tim.r.timmons','$P$B3hhy6sdrmWuy3YvxV222To7.ca.Je.','tim-r-timmons','tim.r.timmons@gmail.com','','2019-03-24 20:54:08','',0,'tim.r.timmons'),(766,'mslisalee1977','$P$BiJ/FHEQEeGxx43y7TPe81rO3Bick9.','mslisalee1977','mslisalee1977@gmail.com','','2019-03-24 21:29:04','',0,'mslisalee1977'),(767,'damioncarlos78','$P$Br.wNmdidZ67PYfJxeDmBEFMGD3VuD1','damioncarlos78','damioncarlos78@gmail.com','','2019-03-24 23:19:50','',0,'damioncarlos78'),(768,'rlewenson','$P$BV33ktKEpciUogmPlj6lE.5uGskmoL.','rlewenson','rlewenson@opticaloutlets.com','','2019-03-24 23:27:07','',0,'rlewenson'),(769,'tanziwest','$P$B6DIB.ep7X6qHRvQBWyjzsxe8tScy10','tanziwest','tanziwest@gmail.com','','2019-03-24 23:48:44','',0,'tanziwest'),(770,'froydisbjerkholt','$P$BtYynR9zAw.O8r7Z7qTTWOQ2FFwKnN/','froydisbjerkholt','froydisbjerkholt@gmail.com','','2019-03-25 02:15:47','',0,'froydisbjerkholt'),(771,'dazzlingdesignscg','$P$BhLLoxYy74BJvGGkQ20ToyLW1uwpvv0','dazzlingdesignscg','dazzlingdesignscg@gmail.com','','2019-03-25 03:47:45','',0,'dazzlingdesignscg'),(772,'lucasbom109','$P$BIg87ubwmoFk.ug.qixH48qRG9iz.F/','lucasbom109','lucasbom109@gmail.com','','2019-03-25 06:19:34','',0,'lucasbom109'),(773,'nospammallowed','$P$BZC/iZ0A.o5Wk5P0beMtG6C96W0yz0/','nospammallowed','nospammallowed@gmail.com','','2019-03-25 06:50:48','',0,'nospammallowed'),(774,'boomer1620','$P$B/Z0ALcwXKxj6uZ6g6L/9xLkZgqxFB0','boomer1620','boomer1620@aim.com','','2019-03-25 06:55:48','',0,'boomer1620'),(775,'bairachnyi','$P$Bs/wXcjuTAhFDgHAZ99ULOBg99CIbS0','bairachnyi','bairachnyi@gmail.com','','2019-03-25 09:51:16','',0,'bairachnyi'),(776,'edelgard.rehak','$P$BJPBfEvrcqtD9Q0EUXkJB2z6sex3n//','edelgard-rehak','edelgard.rehak@web.de','','2019-03-25 13:42:07','',0,'edelgard.rehak'),(777,'michelle.h.mcadams','$P$BSHLi2UDrFrHhwLTQAnaV0UYk64IxB.','michelle-h-mcadams','michelle.h.mcadams@gmail.com','','2019-03-25 13:53:47','',0,'michelle.h.mcadams'),(778,'bbalocco','$P$Baan.WlBgS9hwAfosRABpUgNqtw/OQ/','bbalocco','bbalocco@comcast.net','','2019-03-25 14:21:48','',0,'bbalocco'),(779,'mbehar09','$P$BGRp9wNBjoyIty5.1hlFbRdY8tjeKR.','mbehar09','mbehar09@yahoo.com','','2019-03-25 16:22:34','',0,'mbehar09'),(780,'munusarao','$P$B1fI2sa5sU6GpHSGq3OoaB8iqtnTp61','munusarao','munusarao@gmail.com','','2019-03-25 16:46:57','',0,'munusarao'),(781,'brantgoddard1967','$P$B6oGBUv2JQcqcc5zlIvbLy/7fuBvx91','brantgoddard1967','brantgoddard1967@gmail.com','','2019-03-25 16:53:00','',0,'brantgoddard1967'),(782,'cynrowe','$P$By.Gn30zaQQMr5IsrdgSxXhlE/o1a/.','cynrowe','cynrowe@comcast.net','','2019-03-25 17:20:48','',0,'cynrowe'),(783,'ffromm','$P$BHWnAVnccJZaYky97pLDOXMm8kEPMd/','ffromm','ffromm@verizon.net','','2019-03-25 17:25:30','',0,'ffromm'),(784,'euro.business.net','$P$BqVzeUhZmxe6yQ.5J7EXot8SNw1O871','euro-business-net','euro.business.net@gmail.com','','2019-03-25 18:25:41','',0,'euro.business.net'),(785,'cakersnjtattoos','$P$BbpYSAHd/QCEaL8x.F.eJcC/3Vms17.','cakersnjtattoos','cakersnjtattoos@gmail.com','','2019-09-17 17:21:34','',0,'Kelly Holman'),(786,'qwrfoqoudqd','$P$ByCtTDLkn5/fBEKVrKHSWmyTS/9wdM/','qwrfoqoudqd','qwrfoqoudqd@desry.com','','2020-10-27 04:18:06','',0,'qwrfoqoudqd'),(787,'hvivhwrolyb','$P$BbAPInas4srmjQbNTQoGunQ6wkAq2D.','hvivhwrolyb','hvivhwrolyb@desry.com','','2020-10-27 04:18:20','',0,'hvivhwrolyb'),(788,'kfkldjtfgth','$P$BgOxOdFVn6TbK5j0ZMcKUH.M6oB4qa1','kfkldjtfgth','kfkldjtfgth@yttjtyj.com','','2020-10-28 19:10:08','',0,'kfkldjtfgth'),(789,'xlgyqrkcysn','$P$BmDRLL186E8ssp7ebbqneJygBXOobe.','xlgyqrkcysn','xlgyqrkcysn@desry.com','','2020-10-28 19:37:10','',0,'xlgyqrkcysn'),(790,'tkcanuqwdyw','$P$BZF4bWpiNlRaiuESPs2myXNgkiBrs.1','tkcanuqwdyw','tkcanuqwdyw@desry.com','','2020-10-28 21:04:14','',0,'tkcanuqwdyw'),(791,'qrppwayeswf','$P$Bs32NGVz0EREUVPYHAQJ1tdYhkFg3u0','qrppwayeswf','qrppwayeswf@abbuzz.com','','2020-10-29 21:59:14','',0,'qrppwayeswf'),(792,'xscvudotyqc','$P$BfSNuDtTl7LJC65161TT63hrpU25QQ1','xscvudotyqc','xscvudotyqc@demo.com','','2020-10-31 21:31:28','',0,'xscvudotyqc'),(793,'myedsyzrmef','$P$B9uczgC2vTWy3Iq1H3SyzMays/06x60','myedsyzrmef','myedsyzrmef@demo.com','','2020-10-31 21:31:32','',0,'myedsyzrmef'),(794,'5mos','$P$BsUk8xfB4Mp2FKX3TLefN8FTtM1WXN1','5mos','5mos@jbnasfjhas19704.ml','','2020-12-23 11:54:45','',0,'5mos'),(795,'uqtcxofiyou','$P$BdxoLfAvt0ExU6rTCYD1v6GlBYMTSL.','uqtcxofiyou','uqtcxofiyou@demo.com','','2020-12-30 09:10:33','',0,'uqtcxofiyou'),(796,'wppvesjeevy','$P$BoSAawjoKnKiREmckrzwK51EHF2aFl.','wppvesjeevy','wppvesjeevy@demo.com','','2021-01-02 07:21:53','',0,'wppvesjeevy'),(797,'xtw18387','$P$BcM6wUc0lXFO3pSmRc/7ijwMBVKIsN1','xtw18387','xtw18387@outlook.com','','2021-01-03 18:43:47','',0,'xtw18387'),(798,'aijetkgwirj','$P$BBVDzq2C/Uhdk070D1dfxvmG1tgm54/','aijetkgwirj','aijetkgwirj@demo.com','','2021-01-06 07:06:23','',0,'aijetkgwirj'),(799,'tacfxcwiwon','$P$BCe3dx8c.0NYLJFyGsDLQEIHI.ct6i1','tacfxcwiwon','tacfxcwiwon@demo.com','','2021-01-06 07:06:37','',0,'tacfxcwiwon'),(800,'pgfogcvcrub','$P$BFzEmoMxtHFY/qoG.fTXykrjr4up4h0','pgfogcvcrub','pgfogcvcrub@demo.com','','2021-01-07 22:33:24','',0,'pgfogcvcrub'),(801,'ltdnakkjjpx','$P$Bex0qAHNbooU1Z7t1sOJEAejxnBa7C0','ltdnakkjjpx','ltdnakkjjpx@demo.com','','2021-01-07 22:33:25','',0,'ltdnakkjjpx'),(802,'mdfxtlsizja','$P$B/4Z9444Kf0aKNCxFwUvkRS0Vwxbv/0','mdfxtlsizja','mdfxtlsizja@sdemo.com','','2021-01-21 01:45:53','',0,'mdfxtlsizja'),(803,'bjwqmvmjcme','$P$BNuBu7p2I4juGc5iCKqsWifGbw7iAG.','bjwqmvmjcme','bjwqmvmjcme@sdemo.com','','2021-01-21 01:45:58','',0,'bjwqmvmjcme'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wc_admin_note_actions` -- DROP TABLE IF EXISTS `wp_wc_admin_note_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wc_admin_note_actions` ( `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `note_id` bigint(20) unsigned NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `label` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `query` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `status` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `is_primary` tinyint(1) NOT NULL DEFAULT '0', `actioned_text` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`action_id`), KEY `note_id` (`note_id`) ) ENGINE=InnoDB AUTO_INCREMENT=71 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wc_admin_note_actions` -- LOCK TABLES `wp_wc_admin_note_actions` WRITE; /*!40000 ALTER TABLE `wp_wc_admin_note_actions` DISABLE KEYS */; INSERT INTO `wp_wc_admin_note_actions` VALUES (1,1,'get-started','Get Started','?page=wc-admin&path=/analytics/settings&import=true','actioned',1,''),(2,2,'connect','Connect','?page=wc-addons§ion=helper','unactioned',0,''),(5,4,'browse','Browse','https://woocommerce.com/success-stories/?utm_source=inbox','actioned',0,''),(6,5,'yes-please','Yes please!','https://woocommerce.us8.list-manage.com/subscribe/post?u=2c1434dc56f9506bf3c3ecd21&id=13860df971&SIGNUPPAGE=plugin','actioned',0,''),(7,6,'open-marketing-hub','Open marketing hub','http://deanostudios.com/wp-admin/admin.php?page=wc-admin&path=/marketing','actioned',0,''),(8,7,'learn-more-about-product-settings','Watch tutorial','https://www.youtube.com/watch?v=FEmwJsE8xDY&t=','actioned',1,''),(27,8,'learn-more','Learn more','https://woocommerce.com/mobile/','actioned',0,''),(62,3,'update-db_run','Update WooCommerce Database','http://deanostudios.com/wp-admin/post.php?post=4511&action=edit&message=4&do_update_woocommerce=true&wc_db_update_nonce=08b3fa86e0','unactioned',1,''),(63,3,'update-db_learn-more','Learn more about updates','https://docs.woocommerce.com/document/how-to-update-woocommerce/','unactioned',0,''),(64,9,'tracking-opt-in','Activate usage tracking','','actioned',1,''),(65,10,'learn-more','Learn more','https://woocommerce.com/payments/','unactioned',0,''),(66,10,'install-now','Install now','','actioned',1,''),(67,11,'share-feedback','Share feedback','https://automattic.survey.fm/new-onboarding-survey','actioned',0,''),(68,12,'affirm-insight-first-sale','Yes','','actioned',0,'Thanks for your feedback'),(69,12,'deny-insight-first-sale','No','','actioned',0,'Thanks for your feedback'),(70,13,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox','actioned',0,''); /*!40000 ALTER TABLE `wp_wc_admin_note_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wc_admin_notes` -- DROP TABLE IF EXISTS `wp_wc_admin_notes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wc_admin_notes` ( `note_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `locale` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `title` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `content_data` longtext COLLATE utf8mb4_unicode_520_ci, `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_reminder` datetime DEFAULT NULL, `is_snoozable` tinyint(1) NOT NULL DEFAULT '0', `layout` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `image` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `is_deleted` tinyint(1) NOT NULL DEFAULT '0', `icon` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'info', PRIMARY KEY (`note_id`) ) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wc_admin_notes` -- LOCK TABLES `wp_wc_admin_notes` WRITE; /*!40000 ALTER TABLE `wp_wc_admin_notes` DISABLE KEYS */; INSERT INTO `wp_wc_admin_notes` VALUES (1,'wc-admin-historical-data','update','en_US','WooCommerce Admin: Historical Analytics Data','To view your historical analytics data, you must process your existing orders and customers.','{}','unactioned','woocommerce-admin','2020-10-08 18:57:37',NULL,0,'plain','',0,'info'),(2,'wc-admin-wc-helper-connection','info','en_US','Connect to WooCommerce.com','Connect to get important product notifications and updates.','{}','unactioned','woocommerce-admin','2020-10-08 18:57:39',NULL,0,'plain','',0,'info'),(3,'wc-update-db-reminder','update','en_US','WooCommerce database update required','WooCommerce has been updated! To keep things running smoothly, we have to update your database to the newest version. The database update process runs in the background and may take a little while, so please be patient. Advanced users can alternatively update via <a href=\"https://github.com/woocommerce/woocommerce/wiki/Upgrading-the-database-using-WP-CLI\">WP CLI</a>.','{}','unactioned','woocommerce-core','2020-10-08 18:57:40',NULL,0,'plain','',0,'info'),(4,'wc-admin-orders-milestone','info','en_US','Congratulations on processing 10 orders!','You\'ve hit the 10 orders milestone! Look at you go. Browse some WooCommerce success stories for inspiration.','{}','unactioned','woocommerce-admin','2020-10-08 18:57:43',NULL,0,'plain','',0,'info'),(5,'wc-admin-onboarding-email-marketing','info','en_US','Tips, product updates, and inspiration','We\'re here for you - get tips, product updates and inspiration straight to your email box','{}','unactioned','woocommerce-admin','2020-10-08 18:57:43',NULL,0,'plain','',0,'info'),(6,'wc-admin-marketing-intro','info','en_US','Connect with your audience','Grow your customer base and increase your sales with marketing tools built for WooCommerce.','{}','unactioned','woocommerce-admin','2020-10-08 18:57:43',NULL,0,'plain','',0,'info'),(7,'wc-admin-learn-more-about-product-settings','info','en_US','Learn more about Product Settings','In this video you\'ll find information about configuring product settings, such as how they are displayed, editing inventory options and so on.','{}','unactioned','woocommerce-admin','2020-10-08 18:57:43',NULL,0,'plain','',0,'info'),(8,'wc-admin-mobile-app','info','en_US','Install Woo mobile app','Install the WooCommerce mobile app to manage orders, receive sales notifications, and view key metrics — wherever you are.','{}','unactioned','woocommerce-admin','2020-10-10 18:57:40',NULL,0,'plain','',0,'info'),(9,'wc-admin-usage-tracking-opt-in','info','en_US','Help WooCommerce improve with usage tracking','Gathering usage data allows us to improve WooCommerce. Your store will be considered as we evaluate new features, judge the quality of an update, or determine if an improvement makes sense. You can always visit the <a href=\"http://deanostudios.com/wp-admin/admin.php?page=wc-settings&tab=advanced&section=woocommerce_com\" target=\"_blank\">Settings</a> and choose to stop sharing data. <a href=\"https://woocommerce.com/usage-tracking\" target=\"_blank\">Read more</a> about what data we collect.','{}','unactioned','woocommerce-admin','2020-10-15 18:57:41',NULL,0,'plain','',0,'info'),(10,'wc-admin-woocommerce-payments','marketing','en_US','Try the new way to get paid','Securely accept credit and debit cards on your site. Manage transactions without leaving your WordPress dashboard. Only with WooCommerce Payments.','{}','unactioned','woocommerce-admin','2020-10-15 18:57:42',NULL,0,'plain','',0,'info'),(11,'wc-admin-store-notice-giving-feedback-2','info','en_US','Give feedback','Now that you’ve chosen us as a partner, our goal is to make sure we\'re providing the right tools to meet your needs. We\'re looking forward to having your feedback on the store setup experience so we can improve it in the future.','{}','unactioned','woocommerce-admin','2020-10-16 19:00:08',NULL,0,'plain','',0,'info'),(12,'wc-admin-insight-first-sale','survey','en_US','Did you know?','A WooCommerce powered store needs on average 31 days to get the first sale. You\'re on the right track! Do you find this type of insight useful?','{}','unactioned','woocommerce-admin','2020-10-16 19:00:08',NULL,0,'plain','',0,'info'),(13,'wc-admin-real-time-order-alerts','info','en_US','Get real-time order alerts anywhere','Get notifications about store activity, including new orders and product reviews directly on your mobile devices with the Woo app.','{}','unactioned','woocommerce-admin','2021-01-06 18:58:42',NULL,0,'plain','',0,'info'); /*!40000 ALTER TABLE `wp_wc_admin_notes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wc_category_lookup` -- DROP TABLE IF EXISTS `wp_wc_category_lookup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wc_category_lookup` ( `category_tree_id` bigint(20) unsigned NOT NULL, `category_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`category_tree_id`,`category_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wc_category_lookup` -- LOCK TABLES `wp_wc_category_lookup` WRITE; /*!40000 ALTER TABLE `wp_wc_category_lookup` DISABLE KEYS */; INSERT INTO `wp_wc_category_lookup` VALUES (128,128),(128,130),(128,133),(129,129),(130,130),(131,131),(132,132),(133,133),(153,153),(160,160),(170,170); /*!40000 ALTER TABLE `wp_wc_category_lookup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wc_customer_lookup` -- DROP TABLE IF EXISTS `wp_wc_customer_lookup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wc_customer_lookup` ( `customer_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned DEFAULT NULL, `username` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `first_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `last_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `email` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `date_last_active` timestamp NULL DEFAULT NULL, `date_registered` timestamp NULL DEFAULT NULL, `country` char(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `postcode` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `city` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `state` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`customer_id`), UNIQUE KEY `user_id` (`user_id`), KEY `email` (`email`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wc_customer_lookup` -- LOCK TABLES `wp_wc_customer_lookup` WRITE; /*!40000 ALTER TABLE `wp_wc_customer_lookup` DISABLE KEYS */; INSERT INTO `wp_wc_customer_lookup` VALUES (1,13,'ssgserranosaul','Saul','serrano','ssgserranosaul@gmail.com','2017-11-10 06:56:51','2017-11-04 20:52:09','US','34471','ocala','FL'),(2,14,'lizcooktattoo','Liz','Cook','lizcooktattoo@hotmail.com','2017-11-30 00:22:44','2017-11-30 00:22:43','US','75067','Lewisville','TX'),(3,20,'womack.brittany','Brittany','Womack','womack.brittany@gmail.com','2018-05-03 09:43:35','2018-05-03 09:43:34','US','34741','Kissimmee','FL'),(4,632,'Us4w5N5qs','John','Hillam','Us4w5N5qs@gmail.com','2019-03-12 14:19:57','2019-03-12 14:19:57','US','32223','New York','VT'),(5,633,'ZFT4i75va','John','Hillam','ZFT4i75va@gmail.com','2019-03-12 14:31:12','2019-03-12 14:31:11','US','11572','New York','UT'),(6,3,'Rob Thomas','Rob','Thomas','robfthomas@me.com','2020-10-12 04:00:00','2017-03-30 19:22:45','US','30132','Dallas','GA'),(7,NULL,'','Jaime','Wiggins','jaime75035@gmail.com','2020-12-03 23:30:02',NULL,'US','75013','Allen','TX'),(8,802,'mdfxtlsizja','','','mdfxtlsizja@sdemo.com','2021-02-09 05:00:00','2021-01-21 06:45:53','','','',''); /*!40000 ALTER TABLE `wp_wc_customer_lookup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wc_download_log` -- DROP TABLE IF EXISTS `wp_wc_download_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wc_download_log` ( `download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `timestamp` datetime NOT NULL, `permission_id` bigint(20) unsigned NOT NULL, `user_id` bigint(20) unsigned DEFAULT NULL, `user_ip_address` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '', PRIMARY KEY (`download_log_id`), KEY `permission_id` (`permission_id`), KEY `timestamp` (`timestamp`), CONSTRAINT `fk_wp_wc_download_log_permission_id` FOREIGN KEY (`permission_id`) REFERENCES `wp_woocommerce_downloadable_product_permissions` (`permission_id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wc_download_log` -- LOCK TABLES `wp_wc_download_log` WRITE; /*!40000 ALTER TABLE `wp_wc_download_log` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wc_download_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wc_order_coupon_lookup` -- DROP TABLE IF EXISTS `wp_wc_order_coupon_lookup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wc_order_coupon_lookup` ( `order_id` bigint(20) unsigned NOT NULL, `coupon_id` bigint(20) NOT NULL, `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `discount_amount` double NOT NULL DEFAULT '0', PRIMARY KEY (`order_id`,`coupon_id`), KEY `coupon_id` (`coupon_id`), KEY `date_created` (`date_created`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wc_order_coupon_lookup` -- LOCK TABLES `wp_wc_order_coupon_lookup` WRITE; /*!40000 ALTER TABLE `wp_wc_order_coupon_lookup` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wc_order_coupon_lookup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wc_order_product_lookup` -- DROP TABLE IF EXISTS `wp_wc_order_product_lookup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wc_order_product_lookup` ( `order_item_id` bigint(20) unsigned NOT NULL, `order_id` bigint(20) unsigned NOT NULL, `product_id` bigint(20) unsigned NOT NULL, `variation_id` bigint(20) unsigned NOT NULL, `customer_id` bigint(20) unsigned DEFAULT NULL, `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `product_qty` int(11) NOT NULL, `product_net_revenue` double NOT NULL DEFAULT '0', `product_gross_revenue` double NOT NULL DEFAULT '0', `coupon_amount` double NOT NULL DEFAULT '0', `tax_amount` double NOT NULL DEFAULT '0', `shipping_amount` double NOT NULL DEFAULT '0', `shipping_tax_amount` double NOT NULL DEFAULT '0', PRIMARY KEY (`order_item_id`), KEY `order_id` (`order_id`), KEY `product_id` (`product_id`), KEY `customer_id` (`customer_id`), KEY `date_created` (`date_created`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wc_order_product_lookup` -- LOCK TABLES `wp_wc_order_product_lookup` WRITE; /*!40000 ALTER TABLE `wp_wc_order_product_lookup` DISABLE KEYS */; INSERT INTO `wp_wc_order_product_lookup` VALUES (144,7241,7126,0,1,'2017-11-10 01:56:51',1,565,565,0,0,0,0),(146,7242,7200,0,2,'2017-11-29 19:22:44',2,1000,1100,0,0,100,0),(224,7380,7274,7278,3,'2018-05-03 05:43:35',1,25,30.95,0,0,5.95,0),(256,7414,7126,0,4,'2019-03-12 10:19:57',1,565,565,0,0,0,0),(258,7415,7126,0,5,'2019-03-12 10:31:12',1,565,565,0,0,0,0),(271,7686,5455,6562,7,'2020-12-03 18:30:02',1,25,30.95,0,0,5.95,0); /*!40000 ALTER TABLE `wp_wc_order_product_lookup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wc_order_stats` -- DROP TABLE IF EXISTS `wp_wc_order_stats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wc_order_stats` ( `order_id` bigint(20) unsigned NOT NULL, `parent_id` bigint(20) unsigned NOT NULL DEFAULT '0', `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `num_items_sold` int(11) NOT NULL DEFAULT '0', `total_sales` double NOT NULL DEFAULT '0', `tax_total` double NOT NULL DEFAULT '0', `shipping_total` double NOT NULL DEFAULT '0', `net_total` double NOT NULL DEFAULT '0', `returning_customer` tinyint(1) DEFAULT NULL, `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `customer_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`order_id`), KEY `date_created` (`date_created`), KEY `customer_id` (`customer_id`), KEY `status` (`status`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wc_order_stats` -- LOCK TABLES `wp_wc_order_stats` WRITE; /*!40000 ALTER TABLE `wp_wc_order_stats` DISABLE KEYS */; INSERT INTO `wp_wc_order_stats` VALUES (7241,0,'2017-11-10 01:56:51','2017-11-10 01:56:51',1,565,0,0,565,0,'wc-cancelled',1),(7242,0,'2017-11-29 19:22:44','2017-11-29 19:22:44',2,1100,0,100,1000,0,'wc-cancelled',2),(7380,0,'2018-05-03 05:43:35','2018-05-03 05:43:35',1,30.95,0,5.95,25,0,'wc-cancelled',3),(7414,0,'2019-03-12 10:19:57','2019-03-12 10:19:57',1,565,0,0,565,0,'wc-cancelled',4),(7415,0,'2019-03-12 10:31:12','2019-03-12 10:31:12',1,565,0,0,565,0,'wc-cancelled',5),(7686,0,'2020-12-03 18:30:02','2020-12-03 18:30:02',1,30.95,0,5.95,25,0,'wc-processing',7); /*!40000 ALTER TABLE `wp_wc_order_stats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wc_order_tax_lookup` -- DROP TABLE IF EXISTS `wp_wc_order_tax_lookup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wc_order_tax_lookup` ( `order_id` bigint(20) unsigned NOT NULL, `tax_rate_id` bigint(20) unsigned NOT NULL, `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `shipping_tax` double NOT NULL DEFAULT '0', `order_tax` double NOT NULL DEFAULT '0', `total_tax` double NOT NULL DEFAULT '0', PRIMARY KEY (`order_id`,`tax_rate_id`), KEY `tax_rate_id` (`tax_rate_id`), KEY `date_created` (`date_created`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wc_order_tax_lookup` -- LOCK TABLES `wp_wc_order_tax_lookup` WRITE; /*!40000 ALTER TABLE `wp_wc_order_tax_lookup` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wc_order_tax_lookup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wc_product_meta_lookup` -- DROP TABLE IF EXISTS `wp_wc_product_meta_lookup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wc_product_meta_lookup` ( `product_id` bigint(20) NOT NULL, `sku` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '', `virtual` tinyint(1) DEFAULT '0', `downloadable` tinyint(1) DEFAULT '0', `min_price` decimal(19,4) DEFAULT NULL, `max_price` decimal(19,4) DEFAULT NULL, `onsale` tinyint(1) DEFAULT '0', `stock_quantity` double DEFAULT NULL, `stock_status` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT 'instock', `rating_count` bigint(20) DEFAULT '0', `average_rating` decimal(3,2) DEFAULT '0.00', `total_sales` bigint(20) DEFAULT '0', `tax_status` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT 'taxable', `tax_class` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '', PRIMARY KEY (`product_id`), KEY `virtual` (`virtual`), KEY `downloadable` (`downloadable`), KEY `stock_status` (`stock_status`), KEY `stock_quantity` (`stock_quantity`), KEY `onsale` (`onsale`), KEY `min_max_price` (`min_price`,`max_price`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wc_product_meta_lookup` -- LOCK TABLES `wp_wc_product_meta_lookup` WRITE; /*!40000 ALTER TABLE `wp_wc_product_meta_lookup` DISABLE KEYS */; INSERT INTO `wp_wc_product_meta_lookup` VALUES (5455,'',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,8,'taxable',''),(7673,'',0,0,550.0000,1975.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(7677,'',0,0,1975.0000,1975.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(7678,'',0,0,1650.0000,1650.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(7679,'',0,0,1200.0000,1200.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(7680,'',0,0,1050.0000,1050.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(7681,'',0,0,850.0000,850.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(7682,'',0,0,550.0000,550.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'); /*!40000 ALTER TABLE `wp_wc_product_meta_lookup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wc_reserved_stock` -- DROP TABLE IF EXISTS `wp_wc_reserved_stock`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wc_reserved_stock` ( `order_id` bigint(20) NOT NULL, `product_id` bigint(20) NOT NULL, `stock_quantity` double NOT NULL DEFAULT '0', `timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`order_id`,`product_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wc_reserved_stock` -- LOCK TABLES `wp_wc_reserved_stock` WRITE; /*!40000 ALTER TABLE `wp_wc_reserved_stock` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wc_reserved_stock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wc_tax_rate_classes` -- DROP TABLE IF EXISTS `wp_wc_tax_rate_classes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wc_tax_rate_classes` ( `tax_rate_class_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`tax_rate_class_id`), UNIQUE KEY `slug` (`slug`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wc_tax_rate_classes` -- LOCK TABLES `wp_wc_tax_rate_classes` WRITE; /*!40000 ALTER TABLE `wp_wc_tax_rate_classes` DISABLE KEYS */; INSERT INTO `wp_wc_tax_rate_classes` VALUES (1,'Reduced rate','reduced-rate'),(2,'Zero rate','zero-rate'); /*!40000 ALTER TABLE `wp_wc_tax_rate_classes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wc_webhooks` -- DROP TABLE IF EXISTS `wp_wc_webhooks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wc_webhooks` ( `webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `name` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_id` bigint(20) unsigned NOT NULL, `delivery_url` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `secret` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `topic` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `api_version` smallint(4) NOT NULL, `failure_count` smallint(10) NOT NULL DEFAULT '0', `pending_delivery` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`webhook_id`), KEY `user_id` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wc_webhooks` -- LOCK TABLES `wp_wc_webhooks` WRITE; /*!40000 ALTER TABLE `wp_wc_webhooks` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wc_webhooks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_api_keys` -- DROP TABLE IF EXISTS `wp_woocommerce_api_keys`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_api_keys` ( `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL, `description` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `permissions` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL, `consumer_key` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL, `consumer_secret` char(43) COLLATE utf8mb4_unicode_520_ci NOT NULL, `nonces` longtext COLLATE utf8mb4_unicode_520_ci, `truncated_key` char(7) COLLATE utf8mb4_unicode_520_ci NOT NULL, `last_access` datetime DEFAULT NULL, PRIMARY KEY (`key_id`), KEY `consumer_key` (`consumer_key`), KEY `consumer_secret` (`consumer_secret`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_api_keys` -- LOCK TABLES `wp_woocommerce_api_keys` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_api_keys` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_api_keys` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_attribute_taxonomies` -- DROP TABLE IF EXISTS `wp_woocommerce_attribute_taxonomies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_attribute_taxonomies` ( `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `attribute_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `attribute_label` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `attribute_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `attribute_public` int(1) NOT NULL DEFAULT '1', PRIMARY KEY (`attribute_id`), KEY `attribute_name` (`attribute_name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_attribute_taxonomies` -- LOCK TABLES `wp_woocommerce_attribute_taxonomies` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` DISABLE KEYS */; INSERT INTO `wp_woocommerce_attribute_taxonomies` VALUES (1,'photo-prints','Size','select','menu_order',0),(2,'apparel','Size','select','menu_order',0); /*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_downloadable_product_permissions` -- DROP TABLE IF EXISTS `wp_woocommerce_downloadable_product_permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_downloadable_product_permissions` ( `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `download_id` varchar(36) COLLATE utf8mb4_unicode_520_ci NOT NULL, `product_id` bigint(20) unsigned NOT NULL, `order_id` bigint(20) unsigned NOT NULL DEFAULT '0', `order_key` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_email` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_id` bigint(20) unsigned DEFAULT NULL, `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `access_expires` datetime DEFAULT NULL, `download_count` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`permission_id`), KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(191),`download_id`), KEY `download_order_product` (`download_id`,`order_id`,`product_id`), KEY `order_id` (`order_id`), KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_downloadable_product_permissions` -- LOCK TABLES `wp_woocommerce_downloadable_product_permissions` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_log` -- DROP TABLE IF EXISTS `wp_woocommerce_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_log` ( `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `timestamp` datetime NOT NULL, `level` smallint(4) NOT NULL, `source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `context` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`log_id`), KEY `level` (`level`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_log` -- LOCK TABLES `wp_woocommerce_log` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_log` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_order_itemmeta` -- DROP TABLE IF EXISTS `wp_woocommerce_order_itemmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_order_itemmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `order_item_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `order_item_id` (`order_item_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=1948 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_order_itemmeta` -- LOCK TABLES `wp_woocommerce_order_itemmeta` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` DISABLE KEYS */; INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (1,1,'_qty','1'),(2,1,'_tax_class',''),(3,1,'_product_id','5880'),(4,1,'_variation_id','6555'),(5,1,'_line_subtotal','25'),(6,1,'_line_total','0'),(7,1,'_line_subtotal_tax','1.75'),(8,1,'_line_tax','0'),(9,1,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:1:\"0\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"1.75\";}}'),(10,1,'size','Small'),(11,2,'_qty','1'),(12,2,'_tax_class',''),(13,2,'_product_id','5778'),(14,2,'_variation_id','0'),(15,2,'_line_subtotal','250'),(16,2,'_line_total','0'),(17,2,'_line_subtotal_tax','17.5'),(18,2,'_line_tax','0'),(19,2,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:1:\"0\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"17.5\";}}'),(20,3,'method_id','flat_rate:1'),(21,3,'cost','21.90'),(22,3,'taxes','a:1:{i:1;s:5:\"1.533\";}'),(23,3,'Items','Octopus Crew Neck T-Shirt Black - Women\'s × 1, Hawksbill Sea Turtle Canvas Print × 1'),(24,4,'rate_id','1'),(25,4,'label','GA Sales Tax'),(26,4,'compound','0'),(27,4,'tax_amount','0'),(28,4,'shipping_tax_amount','1.533'),(29,5,'discount_amount','275'),(30,5,'discount_amount_tax','19.25'),(45,8,'_qty','1'),(46,8,'_tax_class',''),(47,8,'_product_id','6101'),(48,8,'_variation_id','6694'),(49,8,'_line_subtotal','300'),(50,8,'_line_total','300'),(51,8,'_line_subtotal_tax','0'),(52,8,'_line_tax','0'),(53,8,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54,8,'pa_photo-prints','b'),(55,9,'method_id','flat_rate:1'),(56,9,'cost','15.95'),(57,9,'taxes','a:0:{}'),(58,9,'Items','Lemon Shark Sunset Canvas Print × 1'),(59,10,'_qty','1'),(60,10,'_tax_class',''),(61,10,'_product_id','6101'),(62,10,'_variation_id','6694'),(63,10,'_line_subtotal','300'),(64,10,'_line_total','300'),(65,10,'_line_subtotal_tax','0'),(66,10,'_line_tax','0'),(67,10,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68,10,'pa_photo-prints','b'),(69,11,'method_id','flat_rate:1'),(70,11,'cost','15.95'),(71,11,'taxes','a:0:{}'),(72,11,'Items','Lemon Shark Sunset Canvas Print × 1'),(73,12,'_qty','1'),(74,12,'_tax_class',''),(75,12,'_product_id','5495'),(76,12,'_variation_id','6609'),(77,12,'_line_subtotal','25'),(78,12,'_line_total','25'),(79,12,'_line_subtotal_tax','1.75'),(80,12,'_line_tax','1.75'),(81,12,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:4:\"1.75\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"1.75\";}}'),(82,12,'size','Medium'),(83,13,'method_id','flat_rate:1'),(84,13,'cost','5.95'),(85,13,'taxes','a:1:{i:1;s:6:\"0.4165\";}'),(86,13,'Items','Octopus V-Neck T-Shirt Grey - Women\'s × 1'),(87,14,'rate_id','1'),(88,14,'label','GA Sales Tax'),(89,14,'compound','0'),(90,14,'tax_amount','1.75'),(91,14,'shipping_tax_amount','0.4165'),(92,15,'_qty','1'),(93,15,'_tax_class',''),(94,15,'_product_id','6110'),(95,15,'_variation_id','6690'),(96,15,'_line_subtotal','175'),(97,15,'_line_total','175'),(98,15,'_line_subtotal_tax','0'),(99,15,'_line_tax','0'),(100,15,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101,15,'pa_photo-prints','a'),(102,16,'method_id','flat_rate:1'),(103,16,'cost','15.95'),(104,16,'taxes','a:0:{}'),(105,16,'Items','Lemon Snap 1 Canvas Print × 1'),(106,17,'_product_id','5887'),(107,17,'_variation_id','6558'),(108,17,'_qty','1'),(109,17,'_tax_class',''),(110,17,'_line_subtotal','25'),(111,17,'_line_subtotal_tax','1.75'),(112,17,'_line_total','25'),(113,17,'_line_tax','1.75'),(114,17,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:4:\"1.75\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"1.75\";}}'),(115,17,'size','Medium'),(116,18,'method_id','flat_rate:1'),(117,18,'cost','5.95'),(118,18,'total_tax','0.4165'),(119,18,'taxes','a:1:{s:5:\"total\";a:1:{i:1;s:6:\"0.4165\";}}'),(120,18,'Items','Octopus Crew Neck T-Shirt Grey - Women\'s – Medium × 1'),(121,19,'rate_id','1'),(122,19,'label','GA Sales Tax'),(123,19,'compound',''),(124,19,'tax_amount','1.75'),(125,19,'shipping_tax_amount','0.4165'),(126,20,'_product_id','5489'),(127,20,'_variation_id','6612'),(128,20,'_qty','1'),(129,20,'_tax_class',''),(130,20,'_line_subtotal','25'),(131,20,'_line_subtotal_tax','0'),(132,20,'_line_total','25'),(133,20,'_line_tax','0'),(134,20,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135,20,'size','Large'),(136,21,'method_id','flat_rate:1'),(137,21,'cost','5.95'),(138,21,'total_tax','0'),(139,21,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(140,21,'Items','Octopus V-Neck T-Shirt Black - Women\'s – Large × 1'),(141,22,'_product_id','7068'),(142,22,'_variation_id','7072'),(143,22,'_qty','1'),(144,22,'_tax_class',''),(145,22,'_line_subtotal','25'),(146,22,'_line_subtotal_tax','0'),(147,22,'_line_total','25'),(148,22,'_line_tax','0'),(149,22,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150,22,'size','Medium'),(151,23,'method_id','flat_rate:1'),(152,23,'cost','5.95'),(153,23,'total_tax','0'),(154,23,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(155,23,'Items','Octopus V-Neck T-Shirt Black - Men\'s – Medium × 1'),(156,24,'_product_id','7068'),(157,24,'_variation_id','7070'),(158,24,'_qty','1'),(159,24,'_tax_class',''),(160,24,'_line_subtotal','25'),(161,24,'_line_subtotal_tax','0'),(162,24,'_line_total','25'),(163,24,'_line_tax','0'),(164,24,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165,24,'size','X-Large'),(166,25,'method_id','flat_rate:1'),(167,25,'cost','5.95'),(168,25,'total_tax','0'),(169,25,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(170,25,'Items','Octopus V-Neck T-Shirt Black - Men\'s – X Large × 1'),(211,32,'_product_id','7068'),(212,32,'_variation_id','7072'),(213,32,'_qty','1'),(214,32,'_tax_class',''),(215,32,'_line_subtotal','25'),(216,32,'_line_subtotal_tax','1.75'),(217,32,'_line_total','25'),(218,32,'_line_tax','1.75'),(219,32,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:4:\"1.75\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"1.75\";}}'),(220,32,'size','Medium'),(221,33,'method_id','flat_rate:1'),(222,33,'cost','5.95'),(223,33,'total_tax','0.4165'),(224,33,'taxes','a:1:{s:5:\"total\";a:1:{i:1;s:6:\"0.4165\";}}'),(225,33,'Items','Octopus V-Neck T-Shirt Black - Men\'s – Medium × 1'),(226,34,'rate_id','1'),(227,34,'label','GA Sales Tax'),(228,34,'compound',''),(229,34,'tax_amount','1.75'),(230,34,'shipping_tax_amount','0.4165'),(231,35,'_product_id','7068'),(232,35,'_variation_id','7072'),(233,35,'_qty','2'),(234,35,'_tax_class',''),(235,35,'_line_subtotal','50'),(236,35,'_line_subtotal_tax','3.5'),(237,35,'_line_total','50'),(238,35,'_line_tax','3.5'),(239,35,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:3:\"3.5\";}s:8:\"subtotal\";a:1:{i:1;s:3:\"3.5\";}}'),(240,35,'size','Medium'),(241,36,'method_id','flat_rate:1'),(242,36,'cost','11.90'),(243,36,'total_tax','0.833'),(244,36,'taxes','a:1:{s:5:\"total\";a:1:{i:1;s:5:\"0.833\";}}'),(245,36,'Items','Octopus V-Neck T-Shirt Black - Men\'s – Medium × 2'),(246,37,'rate_id','1'),(247,37,'label','GA Sales Tax'),(248,37,'compound',''),(249,37,'tax_amount','3.5'),(250,37,'shipping_tax_amount','0.833'),(251,38,'_product_id','7068'),(252,38,'_variation_id','7072'),(253,38,'_qty','1'),(254,38,'_tax_class',''),(255,38,'_line_subtotal','25'),(256,38,'_line_subtotal_tax','1.75'),(257,38,'_line_total','25'),(258,38,'_line_tax','1.75'),(259,38,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:4:\"1.75\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"1.75\";}}'),(260,38,'size','Medium'),(261,39,'method_id','flat_rate:1'),(262,39,'cost','5.95'),(263,39,'total_tax','0.4165'),(264,39,'taxes','a:1:{s:5:\"total\";a:1:{i:1;s:6:\"0.4165\";}}'),(265,39,'Items','Octopus V-Neck T-Shirt Black - Men\'s – Medium × 1'),(266,40,'rate_id','1'),(267,40,'label','GA Sales Tax'),(268,40,'compound',''),(269,40,'tax_amount','1.75'),(270,40,'shipping_tax_amount','0.4165'),(271,41,'_product_id','5475'),(272,41,'_variation_id','6616'),(273,41,'_qty','1'),(274,41,'_tax_class',''),(275,41,'_line_subtotal','25'),(276,41,'_line_subtotal_tax','0'),(277,41,'_line_total','25'),(278,41,'_line_tax','0'),(279,41,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(280,41,'size','X-Large'),(281,42,'method_id','flat_rate:1'),(282,42,'cost','5.95'),(283,42,'total_tax','0'),(284,42,'taxes','a:1:{s:5:\"total\";a:1:{s:5:\"total\";a:0:{}}}'),(285,42,'Items','Octopus V-Neck T-Shirt Grey - Men\'s – X Large × 1'),(286,43,'_product_id','7083'),(287,43,'_variation_id','0'),(288,43,'_qty','1'),(289,43,'_tax_class',''),(290,43,'_line_subtotal','25'),(291,43,'_line_subtotal_tax','1.75'),(292,43,'_line_total','25'),(293,43,'_line_tax','1.75'),(294,43,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:4:\"1.75\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"1.75\";}}'),(295,44,'method_id','flat_rate:1'),(296,44,'cost','5.95'),(297,44,'total_tax','0.4165'),(298,44,'taxes','a:1:{s:5:\"total\";a:1:{i:1;s:6:\"0.4165\";}}'),(299,44,'Items','Octopus Tank Top Black - Men\'s × 1'),(300,45,'rate_id','1'),(301,45,'label','GA Sales Tax'),(302,45,'compound',''),(303,45,'tax_amount','1.75'),(304,45,'shipping_tax_amount','0.4165'),(305,46,'_product_id','7083'),(306,46,'_variation_id','0'),(307,46,'_qty','1'),(308,46,'_tax_class',''),(309,46,'_line_subtotal','25'),(310,46,'_line_subtotal_tax','1.75'),(311,46,'_line_total','25'),(312,46,'_line_tax','1.75'),(313,46,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:4:\"1.75\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"1.75\";}}'),(314,47,'method_id','flat_rate:1'),(315,47,'cost','5.95'),(316,47,'total_tax','0.4165'),(317,47,'taxes','a:1:{s:5:\"total\";a:1:{i:1;s:6:\"0.4165\";}}'),(318,47,'Items','Test Product × 1'),(319,48,'rate_id','1'),(320,48,'label','GA Sales Tax'),(321,48,'compound',''),(322,48,'tax_amount','1.75'),(323,48,'shipping_tax_amount','0.4165'),(324,49,'_product_id','7068'),(325,49,'_variation_id','7072'),(326,49,'_qty','1'),(327,49,'_tax_class',''),(328,49,'_line_subtotal','25'),(329,49,'_line_subtotal_tax','1.75'),(330,49,'_line_total','25'),(331,49,'_line_tax','1.75'),(332,49,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:4:\"1.75\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"1.75\";}}'),(333,49,'size','Medium'),(334,50,'method_id','flat_rate:1'),(335,50,'cost','5.95'),(336,50,'total_tax','0.4165'),(337,50,'taxes','a:1:{s:5:\"total\";a:1:{i:1;s:6:\"0.4165\";}}'),(338,50,'Items','Octopus V-Neck T-Shirt Black - Men\'s – Medium × 1'),(339,51,'rate_id','1'),(340,51,'label','GA Sales Tax'),(341,51,'compound',''),(342,51,'tax_amount','1.75'),(343,51,'shipping_tax_amount','0.4165'),(344,52,'_product_id','7068'),(345,52,'_variation_id','0'),(346,52,'_qty','1'),(347,52,'_tax_class',''),(348,52,'_line_subtotal','25'),(349,52,'_line_subtotal_tax','1.75'),(350,52,'_line_total','25'),(351,52,'_line_tax','1.75'),(352,52,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:4:\"1.75\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"1.75\";}}'),(353,53,'method_id','flat_rate:1'),(354,53,'cost','5.95'),(355,53,'total_tax','0.4165'),(356,53,'taxes','a:1:{s:5:\"total\";a:1:{i:1;s:6:\"0.4165\";}}'),(357,53,'Items','Mens Octopus Tank Top Black × 1'),(358,54,'rate_id','1'),(359,54,'label','GA Sales Tax'),(360,54,'compound',''),(361,54,'tax_amount','1.75'),(362,54,'shipping_tax_amount','0.4165'),(363,55,'_product_id','7092'),(364,55,'_variation_id','7096'),(365,55,'_qty','1'),(366,55,'_tax_class',''),(367,55,'_line_subtotal','25'),(368,55,'_line_subtotal_tax','1.75'),(369,55,'_line_total','25'),(370,55,'_line_tax','1.75'),(371,55,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:4:\"1.75\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"1.75\";}}'),(372,55,'size','Medium'),(373,56,'method_id','flat_rate:1'),(374,56,'cost','5.95'),(375,56,'total_tax','0.4165'),(376,56,'taxes','a:1:{s:5:\"total\";a:1:{i:1;s:6:\"0.4165\";}}'),(377,56,'Items','Octopus T-Shirt Black - Men\'s (Copy) - Medium × 1'),(378,57,'rate_id','1'),(379,57,'label','GA Sales Tax'),(380,57,'compound',''),(381,57,'tax_amount','1.75'),(382,57,'shipping_tax_amount','0.4165'),(383,58,'_product_id','7092'),(384,58,'_variation_id','7096'),(385,58,'_qty','1'),(386,58,'_tax_class',''),(387,58,'_line_subtotal','25'),(388,58,'_line_subtotal_tax','1.75'),(389,58,'_line_total','25'),(390,58,'_line_tax','1.75'),(391,58,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:4:\"1.75\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"1.75\";}}'),(392,58,'size','Medium'),(393,59,'method_id','flat_rate:1'),(394,59,'cost','5.95'),(395,59,'total_tax','0.4165'),(396,59,'taxes','a:1:{s:5:\"total\";a:1:{i:1;s:6:\"0.4165\";}}'),(397,59,'Items','Octopus T-Shirt Black - Men\'s (Copy) - Medium × 1'),(398,60,'rate_id','1'),(399,60,'label','GA Sales Tax'),(400,60,'compound',''),(401,60,'tax_amount','1.75'),(402,60,'shipping_tax_amount','0.4165'),(403,61,'_product_id','7092'),(404,61,'_variation_id','7096'),(405,61,'_qty','1'),(406,61,'_tax_class',''),(407,61,'_line_subtotal','25'),(408,61,'_line_subtotal_tax','1.75'),(409,61,'_line_total','25'),(410,61,'_line_tax','1.75'),(411,61,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:4:\"1.75\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"1.75\";}}'),(412,61,'size','Medium'),(413,62,'method_id','flat_rate:1'),(414,62,'cost','5.95'),(415,62,'total_tax','0.4165'),(416,62,'taxes','a:1:{s:5:\"total\";a:1:{i:1;s:6:\"0.4165\";}}'),(417,62,'Items','Octopus T-Shirt Black - Men\'s (Copy) - Medium × 1'),(418,63,'rate_id','1'),(419,63,'label','GA Sales Tax'),(420,63,'compound',''),(421,63,'tax_amount','1.75'),(422,63,'shipping_tax_amount','0.4165'),(423,64,'_product_id','7109'),(424,64,'_variation_id','7110'),(425,64,'_qty','1'),(426,64,'_tax_class',''),(427,64,'_line_subtotal','25'),(428,64,'_line_subtotal_tax','1.75'),(429,64,'_line_total','25'),(430,64,'_line_tax','1.75'),(431,64,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:4:\"1.75\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"1.75\";}}'),(432,64,'size','X-Large'),(433,65,'method_id','flat_rate:1'),(434,65,'cost','5.95'),(435,65,'total_tax','0.4165'),(436,65,'taxes','a:1:{s:5:\"total\";a:1:{i:1;s:6:\"0.4165\";}}'),(437,65,'Items','Octopus Tank Black - Men\'s – X Large × 1'),(438,66,'rate_id','1'),(439,66,'label','GA Sales Tax'),(440,66,'compound',''),(441,66,'tax_amount','1.75'),(442,66,'shipping_tax_amount','0.4165'),(443,67,'_product_id','7109'),(444,67,'_variation_id','7112'),(445,67,'_qty','1'),(446,67,'_tax_class',''),(447,67,'_line_subtotal','25'),(448,67,'_line_subtotal_tax','1.75'),(449,67,'_line_total','25'),(450,67,'_line_tax','1.75'),(451,67,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:4:\"1.75\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"1.75\";}}'),(452,67,'size','Medium'),(453,68,'method_id','flat_rate:1'),(454,68,'cost','5.95'),(455,68,'total_tax','0.4165'),(456,68,'taxes','a:1:{s:5:\"total\";a:1:{i:1;s:6:\"0.4165\";}}'),(457,68,'Items','Octopus Tank Black - Men\'s – Medium × 1'),(458,69,'rate_id','1'),(459,69,'label','GA Sales Tax'),(460,69,'compound',''),(461,69,'tax_amount','1.75'),(462,69,'shipping_tax_amount','0.4165'),(463,70,'_product_id','7109'),(464,70,'_variation_id','7111'),(465,70,'_qty','1'),(466,70,'_tax_class',''),(467,70,'_line_subtotal','25'),(468,70,'_line_subtotal_tax','0'),(469,70,'_line_total','25'),(470,70,'_line_tax','0'),(471,70,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(472,70,'size','Large'),(473,71,'method_id','flat_rate:1'),(474,71,'cost','5.95'),(475,71,'total_tax','0'),(476,71,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(477,71,'Items','Octopus Tank Black - Men\'s – Large × 1'),(478,72,'_product_id','7109'),(479,72,'_variation_id','7110'),(480,72,'_qty','1'),(481,72,'_tax_class',''),(482,72,'_line_subtotal','25'),(483,72,'_line_subtotal_tax','0'),(484,72,'_line_total','25'),(485,72,'_line_tax','0'),(486,72,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(487,72,'size','X-Large'),(488,73,'method_id','flat_rate:1'),(489,73,'cost','5.95'),(490,73,'total_tax','0'),(491,73,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(492,73,'Items','Octopus Tank Black - Men\'s – X Large × 1'),(493,74,'_product_id','7126'),(494,74,'_variation_id','0'),(495,74,'_qty','1'),(496,74,'_tax_class',''),(497,74,'_line_subtotal','565'),(498,74,'_line_subtotal_tax','39.55'),(499,74,'_line_total','565'),(500,74,'_line_tax','39.55'),(501,74,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:5:\"39.55\";}s:8:\"subtotal\";a:1:{i:1;s:5:\"39.55\";}}'),(502,75,'method_id','flat_rate:1'),(503,75,'cost','0.00'),(504,75,'total_tax','0'),(505,75,'taxes','a:1:{s:5:\"total\";a:1:{s:5:\"total\";a:0:{}}}'),(506,75,'Items','Spektra Edge X-Deano Cook Bimini Blue × 1'),(507,76,'rate_id','1'),(508,76,'label','GA Sales Tax'),(509,76,'compound',''),(510,76,'tax_amount','39.55'),(511,76,'shipping_tax_amount','0'),(512,77,'_product_id','7126'),(513,77,'_variation_id','0'),(514,77,'_qty','1'),(515,77,'_tax_class','zero-rate'),(516,77,'_line_subtotal','565'),(517,77,'_line_subtotal_tax','0'),(518,77,'_line_total','565'),(519,77,'_line_tax','0'),(520,77,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(521,78,'method_id','flat_rate:1'),(522,78,'cost','0.00'),(523,78,'total_tax','0'),(524,78,'taxes','a:1:{s:5:\"total\";a:1:{s:5:\"total\";a:0:{}}}'),(525,78,'Items','Spektra Edge X-Deano Cook Bimini Blue × 1'),(526,79,'_product_id','7126'),(527,79,'_variation_id','0'),(528,79,'_qty','1'),(529,79,'_tax_class','zero-rate'),(530,79,'_line_subtotal','565'),(531,79,'_line_subtotal_tax','0'),(532,79,'_line_total','565'),(533,79,'_line_tax','0'),(534,79,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(535,80,'method_id','flat_rate:1'),(536,80,'cost','0.00'),(537,80,'total_tax','0'),(538,80,'taxes','a:1:{s:5:\"total\";a:1:{s:5:\"total\";a:0:{}}}'),(539,80,'Items','Spektra Edge X-Deano Cook Bimini Blue × 1'),(554,83,'_product_id','7126'),(555,83,'_variation_id','0'),(556,83,'_qty','1'),(557,83,'_tax_class','zero-rate'),(558,83,'_line_subtotal','565'),(559,83,'_line_subtotal_tax','0'),(560,83,'_line_total','565'),(561,83,'_line_tax','0'),(562,83,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(563,84,'method_id','flat_rate:1'),(564,84,'cost','0.00'),(565,84,'total_tax','0'),(566,84,'taxes','a:1:{s:5:\"total\";a:1:{s:5:\"total\";a:0:{}}}'),(567,84,'Items','Spektra Edge X-Deano Cook Bimini Blue × 1'),(568,85,'_product_id','7126'),(569,85,'_variation_id','0'),(570,85,'_qty','1'),(571,85,'_tax_class','zero-rate'),(572,85,'_line_subtotal','565'),(573,85,'_line_subtotal_tax','0'),(574,85,'_line_total','565'),(575,85,'_line_tax','0'),(576,86,'_product_id','7126'),(577,86,'_variation_id','0'),(578,86,'_qty','1'),(579,86,'_tax_class','zero-rate'),(580,86,'_line_subtotal','565'),(581,86,'_line_subtotal_tax','0'),(582,86,'_line_total','565'),(583,86,'_line_tax','0'),(584,86,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(585,87,'method_id','flat_rate:1'),(586,87,'cost','0.00'),(587,87,'total_tax','0'),(588,87,'taxes','a:1:{s:5:\"total\";a:1:{s:5:\"total\";a:0:{}}}'),(589,87,'Items','FKIrons Spektra Edge-X Deano Cook Bimini Blue × 1'),(590,88,'_product_id','7126'),(591,88,'_variation_id','0'),(592,88,'_qty','1'),(593,88,'_tax_class','zero-rate'),(594,88,'_line_subtotal','565'),(595,88,'_line_subtotal_tax','0'),(596,88,'_line_total','565'),(597,88,'_line_tax','0'),(598,88,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(599,89,'method_id','flat_rate:1'),(600,89,'cost','0.00'),(601,89,'total_tax','0'),(602,89,'taxes','a:1:{s:5:\"total\";a:1:{s:5:\"total\";a:0:{}}}'),(603,89,'Items','FKIrons Spektra Edge-X Deano Cook Bimini Blue × 1'),(604,90,'_product_id','7126'),(605,90,'_variation_id','0'),(606,90,'_qty','1'),(607,90,'_tax_class','zero-rate'),(608,90,'_line_subtotal','565'),(609,90,'_line_subtotal_tax','0'),(610,90,'_line_total','565'),(611,90,'_line_tax','0'),(612,90,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(613,91,'method_id','flat_rate:1'),(614,91,'cost','0.00'),(615,91,'total_tax','0'),(616,91,'taxes','a:1:{s:5:\"total\";a:1:{s:5:\"total\";a:0:{}}}'),(617,91,'Items','FKIrons Spektra Edge-X Deano Cook Bimini Blue × 1'),(618,92,'_product_id','7126'),(619,92,'_variation_id','0'),(620,92,'_qty','1'),(621,92,'_tax_class','zero-rate'),(622,92,'_line_subtotal','565'),(623,92,'_line_subtotal_tax','0'),(624,92,'_line_total','565'),(625,92,'_line_tax','0'),(626,92,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(627,93,'method_id','flat_rate:1'),(628,93,'cost','0.00'),(629,93,'total_tax','0'),(630,93,'taxes','a:1:{s:5:\"total\";a:1:{s:5:\"total\";a:0:{}}}'),(631,93,'Items','FKIrons Spektra Edge-X Deano Cook Bimini Blue × 1'),(632,94,'_product_id','7126'),(633,94,'_variation_id','0'),(634,94,'_qty','1'),(635,94,'_tax_class','zero-rate'),(636,94,'_line_subtotal','565'),(637,94,'_line_subtotal_tax','0'),(638,94,'_line_total','565'),(639,94,'_line_tax','0'),(640,94,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(641,95,'method_id','flat_rate:1'),(642,95,'cost','0.00'),(643,95,'total_tax','0'),(644,95,'taxes','a:1:{s:5:\"total\";a:1:{s:5:\"total\";a:0:{}}}'),(645,95,'Items','FKIrons Spektra Edge-X Deano Cook Bimini Blue × 1'),(646,96,'_product_id','7126'),(647,96,'_variation_id','0'),(648,96,'_qty','1'),(649,96,'_tax_class','zero-rate'),(650,96,'_line_subtotal','565'),(651,96,'_line_subtotal_tax','0'),(652,96,'_line_total','565'),(653,96,'_line_tax','0'),(654,96,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(655,97,'method_id','flat_rate:1'),(656,97,'cost','0.00'),(657,97,'total_tax','0'),(658,97,'taxes','a:1:{s:5:\"total\";a:1:{s:5:\"total\";a:0:{}}}'),(659,97,'Items','FKIrons Spektra Edge-X Deano Cook Bimini Blue × 1'),(660,98,'_product_id','7126'),(661,98,'_variation_id','0'),(662,98,'_qty','1'),(663,98,'_tax_class','zero-rate'),(664,98,'_line_subtotal','565'),(665,98,'_line_subtotal_tax','0'),(666,98,'_line_total','565'),(667,98,'_line_tax','0'),(668,98,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(669,99,'method_id','flat_rate:1'),(670,99,'cost','0.00'),(671,99,'total_tax','0'),(672,99,'taxes','a:1:{s:5:\"total\";a:1:{s:5:\"total\";a:0:{}}}'),(673,99,'Items','FKIrons Spektra Edge-X Deano Cook Bimini Blue × 1'),(674,85,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(675,100,'_product_id','7126'),(676,100,'_variation_id','0'),(677,100,'_qty','1'),(678,100,'_tax_class','zero-rate'),(679,100,'_line_subtotal','565'),(680,100,'_line_subtotal_tax','0'),(681,100,'_line_total','565'),(682,100,'_line_tax','0'),(683,100,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(684,101,'method_id','flat_rate:1'),(685,101,'cost','0.00'),(686,101,'total_tax','0'),(687,101,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(688,101,'Items','FKIrons Spektra Edge-X Deano Cook Bimini Blue × 1'),(689,102,'_product_id','7200'),(690,102,'_variation_id','0'),(691,102,'_qty','1'),(692,102,'_tax_class',''),(693,102,'_line_subtotal','500'),(694,102,'_line_subtotal_tax','35'),(695,102,'_line_total','500'),(696,102,'_line_tax','35'),(697,102,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:2:\"35\";}s:8:\"subtotal\";a:1:{i:1;s:2:\"35\";}}'),(698,103,'method_id','flat_rate:1'),(699,103,'cost','50.00'),(700,103,'total_tax','3.5'),(701,103,'taxes','a:1:{s:5:\"total\";a:1:{i:1;s:3:\"3.5\";}}'),(702,103,'Items','Aquatica Canvas Giclee 26\"x38\" Gallery Edition × 1'),(703,104,'rate_id','1'),(704,104,'label','GA Sales Tax'),(705,104,'compound',''),(706,104,'tax_amount','35'),(707,104,'shipping_tax_amount','3.5'),(708,105,'_product_id','7200'),(709,105,'_variation_id','0'),(710,105,'_qty','1'),(711,105,'_tax_class','zero-rate'),(712,105,'_line_subtotal','500'),(713,105,'_line_subtotal_tax','0'),(714,105,'_line_total','500'),(715,105,'_line_tax','0'),(716,105,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(717,106,'method_id','flat_rate:1'),(718,106,'cost','50.00'),(719,106,'total_tax','0'),(720,106,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(721,106,'Items','Aquatica Canvas Giclee 26\"x38\" Gallery Edition × 1'),(722,107,'_product_id','7126'),(723,107,'_variation_id','0'),(724,107,'_qty','1'),(725,107,'_tax_class','zero-rate'),(726,107,'_line_subtotal','565'),(727,107,'_line_subtotal_tax','0'),(728,107,'_line_total','565'),(729,107,'_line_tax','0'),(730,107,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(731,108,'method_id','flat_rate:1'),(732,108,'cost','0.00'),(733,108,'total_tax','0'),(734,108,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(735,108,'Items','FKIrons Spektra Edge-X Deano Cook Bimini Blue × 1'),(736,109,'_product_id','7126'),(737,109,'_variation_id','0'),(738,109,'_qty','1'),(739,109,'_tax_class','zero-rate'),(740,109,'_line_subtotal','565'),(741,109,'_line_subtotal_tax','0'),(742,109,'_line_total','565'),(743,109,'_line_tax','0'),(744,109,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(745,110,'method_id','flat_rate:1'),(746,110,'cost','0.00'),(747,110,'total_tax','0'),(748,110,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(749,110,'Items','FKIrons Spektra Edge-X Deano Cook Bimini Blue × 1'),(750,111,'_product_id','5455'),(751,111,'_variation_id','6561'),(752,111,'_qty','1'),(753,111,'_tax_class',''),(754,111,'_line_subtotal','25'),(755,111,'_line_subtotal_tax','0'),(756,111,'_line_total','25'),(757,111,'_line_tax','0'),(758,111,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(759,111,'size','X-Large'),(760,112,'method_id','flat_rate:1'),(761,112,'cost','5.95'),(762,112,'total_tax','0'),(763,112,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(764,112,'Items','Octopus T-Shirt Black - Men\'s – X Large × 1'),(765,113,'_product_id','5455'),(766,113,'_variation_id','6561'),(767,113,'_qty','1'),(768,113,'_tax_class',''),(769,113,'_line_subtotal','25'),(770,113,'_line_subtotal_tax','0'),(771,113,'_line_total','25'),(772,113,'_line_tax','0'),(773,113,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(774,113,'size','X-Large'),(775,114,'_product_id','7109'),(776,114,'_variation_id','7110'),(777,114,'_qty','1'),(778,114,'_tax_class',''),(779,114,'_line_subtotal','25'),(780,114,'_line_subtotal_tax','0'),(781,114,'_line_total','25'),(782,114,'_line_tax','0'),(783,114,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(784,114,'size','X-Large'),(785,115,'method_id','flat_rate:1'),(786,115,'cost','11.90'),(787,115,'total_tax','0'),(788,115,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(789,115,'Items','Octopus T-Shirt Black - Men\'s – X Large × 1, Octopus Tank Black - Men\'s – X Large × 1'),(790,116,'_product_id','7126'),(791,116,'_variation_id','0'),(792,116,'_qty','1'),(793,116,'_tax_class','zero-rate'),(794,116,'_line_subtotal','565'),(795,116,'_line_subtotal_tax','0'),(796,116,'_line_total','565'),(797,116,'_line_tax','0'),(798,116,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(799,117,'method_id','flat_rate:1'),(800,117,'cost','0.00'),(801,117,'total_tax','0'),(802,117,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(803,117,'Items','FKIrons Spektra Edge-X Deano Cook Bimini Blue × 1'),(804,118,'_product_id','7126'),(805,118,'_variation_id','0'),(806,118,'_qty','1'),(807,118,'_tax_class','zero-rate'),(808,118,'_line_subtotal','565'),(809,118,'_line_subtotal_tax','0'),(810,118,'_line_total','565'),(811,118,'_line_tax','0'),(812,118,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(813,119,'method_id','flat_rate:1'),(814,119,'cost','0.00'),(815,119,'total_tax','0'),(816,119,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(817,119,'Items','FKIrons Spektra Edge-X Deano Cook Bimini Blue × 1'),(818,120,'_product_id','7126'),(819,120,'_variation_id','0'),(820,120,'_qty','1'),(821,120,'_tax_class','zero-rate'),(822,120,'_line_subtotal','565'),(823,120,'_line_subtotal_tax','0'),(824,120,'_line_total','565'),(825,120,'_line_tax','0'),(826,120,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(827,121,'method_id','flat_rate:1'),(828,121,'cost','0.00'),(829,121,'total_tax','0'),(830,121,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(831,121,'Items','FKIrons Spektra Edge-X Deano Cook Bimini Blue × 1'),(846,124,'_product_id','7126'),(847,124,'_variation_id','0'),(848,124,'_qty','1'),(849,124,'_tax_class','zero-rate'),(850,124,'_line_subtotal','565'),(851,124,'_line_subtotal_tax','0'),(852,124,'_line_total','565'),(853,124,'_line_tax','0'),(854,124,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(855,125,'method_id','flat_rate:1'),(856,125,'cost','0.00'),(857,125,'total_tax','0'),(858,125,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(859,125,'Items','FKIrons Spektra Edge-X Deano Cook Bimini Blue × 1'),(860,126,'_product_id','7126'),(861,126,'_variation_id','0'),(862,126,'_qty','1'),(863,126,'_tax_class','zero-rate'),(864,126,'_line_subtotal','565'),(865,126,'_line_subtotal_tax','0'),(866,126,'_line_total','565'),(867,126,'_line_tax','0'),(868,126,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(869,127,'method_id','flat_rate:1'),(870,127,'cost','0.00'),(871,127,'total_tax','0'),(872,127,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(873,127,'Items','FKIrons Spektra Edge-X Deano Cook Bimini Blue × 1'),(874,128,'_product_id','7126'),(875,128,'_variation_id','0'),(876,128,'_qty','1'),(877,128,'_tax_class','zero-rate'),(878,128,'_line_subtotal','565'),(879,128,'_line_subtotal_tax','0'),(880,128,'_line_total','565'),(881,128,'_line_tax','0'),(882,128,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(883,129,'method_id','flat_rate:1'),(884,129,'cost','0.00'),(885,129,'total_tax','0'),(886,129,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(887,129,'Items','FKIrons Spektra Edge-X Deano Cook Bimini Blue × 1'),(888,130,'_product_id','7126'),(889,130,'_variation_id','0'),(890,130,'_qty','1'),(891,130,'_tax_class','zero-rate'),(892,130,'_line_subtotal','565'),(893,130,'_line_subtotal_tax','0'),(894,130,'_line_total','565'),(895,130,'_line_tax','0'),(896,130,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(897,131,'method_id','flat_rate:1'),(898,131,'cost','0.00'),(899,131,'total_tax','0'),(900,131,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(901,131,'Items','FKIrons Spektra Edge-X Deano Cook Bimini Blue × 1'),(902,132,'_product_id','7126'),(903,132,'_variation_id','0'),(904,132,'_qty','1'),(905,132,'_tax_class','zero-rate'),(906,132,'_line_subtotal','565'),(907,132,'_line_subtotal_tax','0'),(908,132,'_line_total','565'),(909,132,'_line_tax','0'),(910,132,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(911,133,'method_id','flat_rate:1'),(912,133,'cost','0.00'),(913,133,'total_tax','0'),(914,133,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(915,133,'Items','FKIrons Spektra Edge-X Deano Cook Bimini Blue × 1'),(916,134,'_product_id','7126'),(917,134,'_variation_id','0'),(918,134,'_qty','1'),(919,134,'_tax_class','zero-rate'),(920,134,'_line_subtotal','565'),(921,134,'_line_subtotal_tax','0'),(922,134,'_line_total','565'),(923,134,'_line_tax','0'),(924,134,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(925,135,'method_id','flat_rate:1'),(926,135,'cost','0.00'),(927,135,'total_tax','0'),(928,135,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(929,135,'Items','FKIrons Spektra Edge-X Deano Cook Bimini Blue × 1'),(972,142,'_product_id','7126'),(973,142,'_variation_id','0'),(974,142,'_qty','1'),(975,142,'_tax_class','zero-rate'),(976,142,'_line_subtotal','565'),(977,142,'_line_subtotal_tax','0'),(978,142,'_line_total','565'),(979,142,'_line_tax','0'),(980,142,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(981,143,'method_id','flat_rate:1'),(982,143,'cost','0.00'),(983,143,'total_tax','0'),(984,143,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(985,143,'Items','FKIrons Spektra Edge-X Deano Cook Bimini Blue × 1'),(986,144,'_product_id','7126'),(987,144,'_variation_id','0'),(988,144,'_qty','1'),(989,144,'_tax_class','zero-rate'),(990,144,'_line_subtotal','565'),(991,144,'_line_subtotal_tax','0'),(992,144,'_line_total','565'),(993,144,'_line_tax','0'),(994,144,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(995,145,'method_id','flat_rate:1'),(996,145,'cost','0.00'),(997,145,'total_tax','0'),(998,145,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(999,145,'Items','FKIrons Spektra Edge-X Deano Cook Bimini Blue × 1'),(1000,146,'_product_id','7200'),(1001,146,'_variation_id','0'),(1002,146,'_qty','2'),(1003,146,'_tax_class','zero-rate'),(1004,146,'_line_subtotal','1000'),(1005,146,'_line_subtotal_tax','0'),(1006,146,'_line_total','1000'),(1007,146,'_line_tax','0'),(1008,146,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1009,147,'method_id','flat_rate:1'),(1010,147,'cost','100.00'),(1011,147,'total_tax','0'),(1012,147,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1013,147,'Items','Aquatica Canvas Giclee 26\"x38\" Gallery Edition × 2'),(1014,148,'_product_id','7200'),(1015,148,'_variation_id','0'),(1016,148,'_qty','1'),(1017,148,'_tax_class','zero-rate'),(1018,148,'_line_subtotal','500'),(1019,148,'_line_subtotal_tax','0'),(1020,148,'_line_total','500'),(1021,148,'_line_tax','0'),(1022,148,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1023,149,'method_id','flat_rate:1'),(1024,149,'cost','50.00'),(1025,149,'total_tax','0'),(1026,149,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1027,149,'Items','Aquatica Canvas Giclee 26\"x38\" Gallery Edition × 1'),(1028,150,'_product_id','5843'),(1029,150,'_variation_id','6700'),(1030,150,'_qty','1'),(1031,150,'_tax_class',''),(1032,150,'_line_subtotal','175'),(1033,150,'_line_subtotal_tax','0'),(1034,150,'_line_total','175'),(1035,150,'_line_tax','0'),(1036,150,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1037,150,'pa_photo-prints','a'),(1038,151,'method_id','flat_rate:1'),(1039,151,'cost','15.95'),(1040,151,'total_tax','0'),(1041,151,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1042,151,'Items','Lemon Bite Canvas Print – A × 1'),(1043,152,'_product_id','7126'),(1044,152,'_variation_id','0'),(1045,152,'_qty','1'),(1046,152,'_tax_class','zero-rate'),(1047,152,'_line_subtotal','565'),(1048,152,'_line_subtotal_tax','0'),(1049,152,'_line_total','565'),(1050,152,'_line_tax','0'),(1051,152,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1052,153,'method_id','flat_rate:1'),(1053,153,'cost','0.00'),(1054,153,'total_tax','0'),(1055,153,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1056,153,'Items','FKIrons Spektra Edge-X Deano Cook Bimini Blue × 1'),(1057,154,'_product_id','5455'),(1058,154,'_variation_id','6562'),(1059,154,'_qty','1'),(1060,154,'_tax_class',''),(1061,154,'_line_subtotal','25'),(1062,154,'_line_subtotal_tax','0'),(1063,154,'_line_total','25'),(1064,154,'_line_tax','0'),(1065,154,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1066,154,'size','Large'),(1067,155,'method_id','flat_rate:1'),(1068,155,'cost','5.95'),(1069,155,'total_tax','0'),(1070,155,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1071,155,'Items','Octopus T-Shirt Black - Men\'s – Large × 1'),(1072,156,'_product_id','7249'),(1073,156,'_variation_id','7253'),(1074,156,'_qty','1'),(1075,156,'_tax_class',''),(1076,156,'_line_subtotal','25'),(1077,156,'_line_subtotal_tax','1.75'),(1078,156,'_line_total','25'),(1079,156,'_line_tax','1.75'),(1080,156,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:4:\"1.75\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"1.75\";}}'),(1081,156,'size','Medium'),(1082,157,'method_id','flat_rate:1'),(1083,157,'cost','5.95'),(1084,157,'total_tax','0'),(1085,157,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1086,157,'Items','Octopus V-Neck T-Shirt Grey - Men\'s (Copy) - Medium × 1'),(1087,158,'rate_id','1'),(1088,158,'label','GA Sales Tax'),(1089,158,'compound',''),(1090,158,'tax_amount','1.75'),(1091,158,'shipping_tax_amount','0'),(1092,159,'_product_id','7270'),(1093,159,'_variation_id','7273'),(1094,159,'_qty','1'),(1095,159,'_tax_class',''),(1096,159,'_line_subtotal','25'),(1097,159,'_line_subtotal_tax','1.75'),(1098,159,'_line_total','25'),(1099,159,'_line_tax','1.75'),(1100,159,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:4:\"1.75\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"1.75\";}}'),(1101,159,'size','Medium'),(1102,160,'_product_id','7281'),(1103,160,'_variation_id','7285'),(1104,160,'_qty','1'),(1105,160,'_tax_class',''),(1106,160,'_line_subtotal','25'),(1107,160,'_line_subtotal_tax','1.75'),(1108,160,'_line_total','25'),(1109,160,'_line_tax','1.75'),(1110,160,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:4:\"1.75\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"1.75\";}}'),(1111,160,'size','Small'),(1112,161,'method_id','flat_rate:1'),(1113,161,'cost','11.90'),(1114,161,'total_tax','0'),(1115,161,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1116,161,'Items','Tiger Shark V Neck - Men’s -Black - Medium × 1, Tiger Shark V-Neck - Women’s - Grey - Small × 1'),(1117,162,'rate_id','1'),(1118,162,'label','GA Sales Tax'),(1119,162,'compound',''),(1120,162,'tax_amount','3.5'),(1121,162,'shipping_tax_amount','0'),(1122,163,'_product_id','7308'),(1123,163,'_variation_id','7312'),(1124,163,'_qty','1'),(1125,163,'_tax_class',''),(1126,163,'_line_subtotal','25'),(1127,163,'_line_subtotal_tax','1.75'),(1128,163,'_line_total','25'),(1129,163,'_line_tax','1.75'),(1130,163,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:4:\"1.75\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"1.75\";}}'),(1131,163,'size','Medium'),(1132,164,'method_id','flat_rate:1'),(1133,164,'cost','0.00'),(1134,164,'total_tax','0'),(1135,164,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1136,164,'Items','Tiger Shark V-Neck - Women’s - Black - Medium × 1'),(1137,165,'rate_id','1'),(1138,165,'label','GA Sales Tax'),(1139,165,'compound',''),(1140,165,'tax_amount','1.75'),(1141,165,'shipping_tax_amount','0'),(1142,166,'_product_id','7308'),(1143,166,'_variation_id','7312'),(1144,166,'_qty','1'),(1145,166,'_tax_class',''),(1146,166,'_line_subtotal','25'),(1147,166,'_line_subtotal_tax','1.75'),(1148,166,'_line_total','25'),(1149,166,'_line_tax','1.75'),(1150,166,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:4:\"1.75\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"1.75\";}}'),(1151,166,'size','Medium'),(1152,167,'method_id','flat_rate:1'),(1153,167,'cost','5.95'),(1154,167,'total_tax','0'),(1155,167,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1156,167,'Items','Tiger Shark V-Neck - Women’s - Black - Medium × 1'),(1157,168,'rate_id','1'),(1158,168,'label','GA Sales Tax'),(1159,168,'compound',''),(1160,168,'tax_amount','1.75'),(1161,168,'shipping_tax_amount','0'),(1162,169,'_product_id','7287'),(1163,169,'_variation_id','7290'),(1164,169,'_qty','1'),(1165,169,'_tax_class',''),(1166,169,'_line_subtotal','25'),(1167,169,'_line_subtotal_tax','0'),(1168,169,'_line_total','25'),(1169,169,'_line_tax','0'),(1170,169,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1171,169,'size','Large'),(1172,170,'method_id','flat_rate:1'),(1173,170,'cost','5.95'),(1174,170,'total_tax','0'),(1175,170,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1176,170,'Items','Tiger Shark Crew Neck - Men’s - Black - Large × 1'),(1177,171,'_product_id','7270'),(1178,171,'_variation_id','7272'),(1179,171,'_qty','1'),(1180,171,'_tax_class',''),(1181,171,'_line_subtotal','25'),(1182,171,'_line_subtotal_tax','0'),(1183,171,'_line_total','25'),(1184,171,'_line_tax','0'),(1185,171,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1186,171,'size','Large'),(1187,172,'method_id','flat_rate:1'),(1188,172,'cost','5.95'),(1189,172,'total_tax','0'),(1190,172,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1191,172,'Items','Tiger Shark V Neck - Men’s -Black - Large × 1'),(1192,173,'_product_id','7281'),(1193,173,'_variation_id','7285'),(1194,173,'_qty','1'),(1195,173,'_tax_class',''),(1196,173,'_line_subtotal','25'),(1197,173,'_line_subtotal_tax','0'),(1198,173,'_line_total','25'),(1199,173,'_line_tax','0'),(1200,173,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1201,173,'size','Small'),(1202,174,'method_id','flat_rate:1'),(1203,174,'cost','5.95'),(1204,174,'total_tax','0'),(1205,174,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1206,174,'Items','Tiger Shark V-Neck - Women’s - Grey - Small × 1'),(1207,175,'_product_id','7281'),(1208,175,'_variation_id','7284'),(1209,175,'_qty','1'),(1210,175,'_tax_class',''),(1211,175,'_line_subtotal','25'),(1212,175,'_line_subtotal_tax','0'),(1213,175,'_line_total','25'),(1214,175,'_line_tax','0'),(1215,175,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1216,175,'size','Medium'),(1217,176,'method_id','flat_rate:1'),(1218,176,'cost','5.95'),(1219,176,'total_tax','0'),(1220,176,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1221,176,'Items','Tiger Shark V-Neck - Women’s - Grey - Medium × 1'),(1222,177,'_product_id','7270'),(1223,177,'_variation_id','7273'),(1224,177,'_qty','1'),(1225,177,'_tax_class',''),(1226,177,'_line_subtotal','25'),(1227,177,'_line_subtotal_tax','0'),(1228,177,'_line_total','25'),(1229,177,'_line_tax','0'),(1230,177,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1231,177,'size','Medium'),(1232,178,'method_id','flat_rate:1'),(1233,178,'cost','5.95'),(1234,178,'total_tax','0'),(1235,178,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1236,178,'Items','Tiger Shark V Neck - Men’s -Black - Medium × 1'),(1237,179,'_product_id','5468'),(1238,179,'_variation_id','6604'),(1239,179,'_qty','1'),(1240,179,'_tax_class',''),(1241,179,'_line_subtotal','25'),(1242,179,'_line_subtotal_tax','0'),(1243,179,'_line_total','25'),(1244,179,'_line_tax','0'),(1245,179,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1246,179,'size','Large'),(1247,180,'method_id','flat_rate:1'),(1248,180,'cost','5.95'),(1249,180,'total_tax','0'),(1250,180,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1251,180,'Items','Octopus T-Shirt Grey - Men\'s – Large × 1'),(1252,181,'_product_id','7287'),(1253,181,'_variation_id','7289'),(1254,181,'_qty','1'),(1255,181,'_tax_class',''),(1256,181,'_line_subtotal','25'),(1257,181,'_line_subtotal_tax','0'),(1258,181,'_line_total','25'),(1259,181,'_line_tax','0'),(1260,181,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1261,181,'size','X- Large'),(1262,182,'method_id','flat_rate:1'),(1263,182,'cost','5.95'),(1264,182,'total_tax','0'),(1265,182,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1266,182,'Items','Tiger Shark Crew Neck - Men’s - Black - X Large × 1'),(1267,183,'_product_id','7126'),(1268,183,'_variation_id','0'),(1269,183,'_qty','1'),(1270,183,'_tax_class','zero-rate'),(1271,183,'_line_subtotal','565'),(1272,183,'_line_subtotal_tax','0'),(1273,183,'_line_total','565'),(1274,183,'_line_tax','0'),(1275,183,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1276,184,'_product_id','5455'),(1277,184,'_variation_id','6562'),(1278,184,'_qty','1'),(1279,184,'_tax_class',''),(1280,184,'_line_subtotal','25'),(1281,184,'_line_subtotal_tax','0'),(1282,184,'_line_total','25'),(1283,184,'_line_tax','0'),(1284,184,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1285,184,'size','Large'),(1286,185,'method_id','flat_rate:1'),(1287,185,'cost','5.95'),(1288,185,'total_tax','0'),(1289,185,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1290,185,'Items','FKIrons Spektra Edge-X Deano Cook Bimini Blue × 1, Octopus T-Shirt Black - Men\'s – Large × 1'),(1291,186,'_product_id','7270'),(1292,186,'_variation_id','7280'),(1293,186,'_qty','1'),(1294,186,'_tax_class',''),(1295,186,'_line_subtotal','25'),(1296,186,'_line_subtotal_tax','0'),(1297,186,'_line_total','25'),(1298,186,'_line_tax','0'),(1299,186,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1300,186,'size','Small'),(1301,187,'method_id','flat_rate:1'),(1302,187,'cost','5.95'),(1303,187,'total_tax','0'),(1304,187,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1305,187,'Items','Tiger Shark V Neck - Men’s -Black - Small × 1'),(1306,188,'_product_id','5484'),(1307,188,'_variation_id','6622'),(1308,188,'_qty','1'),(1309,188,'_tax_class',''),(1310,188,'_line_subtotal','25'),(1311,188,'_line_subtotal_tax','0'),(1312,188,'_line_total','25'),(1313,188,'_line_tax','0'),(1314,188,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1315,188,'size','Medium'),(1316,189,'method_id','flat_rate:1'),(1317,189,'cost','5.95'),(1318,189,'total_tax','0'),(1319,189,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1320,189,'Items','Octopus V-Neck T-Shirt Black - Men\'s – Medium × 1'),(1321,190,'_product_id','7274'),(1322,190,'_variation_id','7278'),(1323,190,'_qty','1'),(1324,190,'_tax_class',''),(1325,190,'_line_subtotal','25'),(1326,190,'_line_subtotal_tax','1.75'),(1327,190,'_line_total','25'),(1328,190,'_line_tax','1.75'),(1329,190,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:4:\"1.75\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"1.75\";}}'),(1330,190,'size','Medium'),(1331,191,'method_id','flat_rate:1'),(1332,191,'cost','5.95'),(1333,191,'total_tax','0'),(1334,191,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1335,191,'Items','Tiger Shark V-Neck - Men’s - Grey - Medium × 1'),(1336,192,'rate_id','1'),(1337,192,'label','GA Sales Tax'),(1338,192,'compound',''),(1339,192,'tax_amount','1.75'),(1340,192,'shipping_tax_amount','0'),(1341,193,'_product_id','7126'),(1342,193,'_variation_id','0'),(1343,193,'_qty','1'),(1344,193,'_tax_class','zero-rate'),(1345,193,'_line_subtotal','565'),(1346,193,'_line_subtotal_tax','0'),(1347,193,'_line_total','565'),(1348,193,'_line_tax','0'),(1349,193,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1350,194,'method_id','flat_rate:1'),(1351,194,'cost','0.00'),(1352,194,'total_tax','0'),(1353,194,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1354,194,'Items','FKIrons Spektra Edge-X Deano Cook Bimini Blue × 1'),(1355,195,'_product_id','7338'),(1356,195,'_variation_id','7342'),(1357,195,'_qty','1'),(1358,195,'_tax_class',''),(1359,195,'_line_subtotal','25'),(1360,195,'_line_subtotal_tax','0'),(1361,195,'_line_total','25'),(1362,195,'_line_tax','0'),(1363,195,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1364,195,'size','Small'),(1365,196,'method_id','flat_rate:1'),(1366,196,'cost','5.95'),(1367,196,'total_tax','0'),(1368,196,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1369,196,'Items','Tiger Shark Racer Back Tank Top - Woman’s - Black - Small × 1'),(1370,197,'_product_id','7287'),(1371,197,'_variation_id','7289'),(1372,197,'_qty','1'),(1373,197,'_tax_class',''),(1374,197,'_line_subtotal','25'),(1375,197,'_line_subtotal_tax','0'),(1376,197,'_line_total','25'),(1377,197,'_line_tax','0'),(1378,197,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1379,197,'size','X- Large'),(1380,198,'_product_id','7293'),(1381,198,'_variation_id','7295'),(1382,198,'_qty','1'),(1383,198,'_tax_class',''),(1384,198,'_line_subtotal','25'),(1385,198,'_line_subtotal_tax','0'),(1386,198,'_line_total','25'),(1387,198,'_line_tax','0'),(1388,198,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1389,198,'size','X- Large'),(1390,199,'_product_id','5468'),(1391,199,'_variation_id','6603'),(1392,199,'_qty','1'),(1393,199,'_tax_class',''),(1394,199,'_line_subtotal','25'),(1395,199,'_line_subtotal_tax','0'),(1396,199,'_line_total','25'),(1397,199,'_line_tax','0'),(1398,199,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1399,199,'size','X-Large'),(1400,200,'_product_id','5455'),(1401,200,'_variation_id','6561'),(1402,200,'_qty','1'),(1403,200,'_tax_class',''),(1404,200,'_line_subtotal','25'),(1405,200,'_line_subtotal_tax','0'),(1406,200,'_line_total','25'),(1407,200,'_line_tax','0'),(1408,200,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1409,200,'size','X-Large'),(1410,201,'method_id','flat_rate:1'),(1411,201,'cost','23.80'),(1412,201,'total_tax','0'),(1413,201,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1414,201,'Items','Tiger Shark Crew Neck - Men’s - Black - X Large × 1, Tiger Shark Crew Neck - Men’s - Grey - X Large × 1, Octopus T-Shirt Grey - Men\'s – X Large × 1, Octopus T-Shirt Black - Men\'s – X Large × 1'),(1415,202,'_product_id','5468'),(1416,202,'_variation_id','6603'),(1417,202,'_qty','1'),(1418,202,'_tax_class',''),(1419,202,'_line_subtotal','25'),(1420,202,'_line_subtotal_tax','1.75'),(1421,202,'_line_total','25'),(1422,202,'_line_tax','1.75'),(1423,202,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:4:\"1.75\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"1.75\";}}'),(1424,202,'size','X-Large'),(1425,203,'method_id','flat_rate:1'),(1426,203,'cost','5.95'),(1427,203,'total_tax','0'),(1428,203,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1429,203,'Items','Octopus T-Shirt Grey Crew Neck - Men\'s - X Large × 1'),(1430,204,'rate_id','1'),(1431,204,'label','GA Sales Tax'),(1432,204,'compound',''),(1433,204,'tax_amount','1.75'),(1434,204,'shipping_tax_amount','0'),(1435,205,'_product_id','7338'),(1436,205,'_variation_id','7342'),(1437,205,'_qty','1'),(1438,205,'_tax_class',''),(1439,205,'_line_subtotal','25'),(1440,205,'_line_subtotal_tax','0'),(1441,205,'_line_total','25'),(1442,205,'_line_tax','0'),(1443,205,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1444,205,'size','Small'),(1445,206,'method_id','flat_rate:1'),(1446,206,'cost','5.95'),(1447,206,'total_tax','0'),(1448,206,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1449,206,'Items','Tiger Shark Racer Back Tank Top - Woman’s - Black - Small × 1'),(1450,207,'_product_id','7337'),(1451,207,'_variation_id','7343'),(1452,207,'_qty','1'),(1453,207,'_tax_class',''),(1454,207,'_line_subtotal','25'),(1455,207,'_line_subtotal_tax','0'),(1456,207,'_line_total','25'),(1457,207,'_line_tax','0'),(1458,207,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1459,207,'size','Large'),(1460,208,'_product_id','7298'),(1461,208,'_variation_id','7300'),(1462,208,'_qty','1'),(1463,208,'_tax_class',''),(1464,208,'_line_subtotal','25'),(1465,208,'_line_subtotal_tax','0'),(1466,208,'_line_total','25'),(1467,208,'_line_tax','0'),(1468,208,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1469,208,'size','X-Large'),(1470,209,'method_id','flat_rate:1'),(1471,209,'cost','11.90'),(1472,209,'total_tax','0'),(1473,209,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1474,209,'Items','Tiger Shark Tank Top -Woman’s - Black - Large × 1, Tiger Shark Crew Neck - Women’s - Black - X Large × 1'),(1475,210,'_product_id','7293'),(1476,210,'_variation_id','7295'),(1477,210,'_qty','1'),(1478,210,'_tax_class',''),(1479,210,'_line_subtotal','25'),(1480,210,'_line_subtotal_tax','0'),(1481,210,'_line_total','25'),(1482,210,'_line_tax','0'),(1483,210,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1484,210,'size','X- Large'),(1485,211,'method_id','flat_rate:1'),(1486,211,'cost','5.95'),(1487,211,'total_tax','0'),(1488,211,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1489,211,'Items','Tiger Shark Crew Neck - Men’s - Grey - X Large × 1'),(1505,214,'_product_id','5475'),(1506,214,'_variation_id','6615'),(1507,214,'_qty','1'),(1508,214,'_tax_class',''),(1509,214,'_line_subtotal','25'),(1510,214,'_line_subtotal_tax','0'),(1511,214,'_line_total','25'),(1512,214,'_line_tax','0'),(1513,214,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1514,214,'size','XX-Large'),(1515,215,'method_id','flat_rate:1'),(1516,215,'cost','5.95'),(1517,215,'total_tax','0'),(1518,215,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1519,215,'Items','Octopus V-Neck T-Shirt Grey - Men\'s – XX Large × 1'),(1520,216,'_product_id','7308'),(1521,216,'_variation_id','7310'),(1522,216,'_qty','1'),(1523,216,'_tax_class',''),(1524,216,'_line_subtotal','25'),(1525,216,'_line_subtotal_tax','0'),(1526,216,'_line_total','25'),(1527,216,'_line_tax','0'),(1528,216,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1529,216,'size','X-Large'),(1530,217,'method_id','flat_rate:1'),(1531,217,'cost','5.95'),(1532,217,'total_tax','0'),(1533,217,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1534,217,'Items','Tiger Shark V-Neck - Women’s - Black - X Large × 1'),(1535,218,'_product_id','7109'),(1536,218,'_variation_id','7110'),(1537,218,'_qty','1'),(1538,218,'_tax_class',''),(1539,218,'_line_subtotal','25'),(1540,218,'_line_subtotal_tax','0'),(1541,218,'_line_total','25'),(1542,218,'_line_tax','0'),(1543,218,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1544,218,'size','X-Large'),(1545,219,'_product_id','7270'),(1546,219,'_variation_id','7271'),(1547,219,'_qty','1'),(1548,219,'_tax_class',''),(1549,219,'_line_subtotal','25'),(1550,219,'_line_subtotal_tax','0'),(1551,219,'_line_total','25'),(1552,219,'_line_tax','0'),(1553,219,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1554,219,'size','X-Large'),(1555,220,'method_id','flat_rate:1'),(1556,220,'cost','5.95'),(1557,220,'total_tax','0'),(1558,220,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1559,220,'Items','Octopus Tank Black - Men\'s – X Large × 1, Tiger Shark V Neck - Men’s -Black - X Large × 1'),(1560,221,'_product_id','7373'),(1561,221,'_variation_id','7377'),(1562,221,'_qty','1'),(1563,221,'_tax_class',''),(1564,221,'_line_subtotal','25'),(1565,221,'_line_subtotal_tax','1.75'),(1566,221,'_line_total','25'),(1567,221,'_line_tax','1.75'),(1568,221,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:4:\"1.75\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"1.75\";}}'),(1569,221,'size','Medium'),(1570,222,'method_id','flat_rate:1'),(1571,222,'cost','5.95'),(1572,222,'total_tax','0'),(1573,222,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1574,222,'Items','Tiger Shark V-Neck - Men\'s - White - Medium × 1'),(1575,223,'rate_id','1'),(1576,223,'label','GA Sales Tax'),(1577,223,'compound',''),(1578,223,'tax_amount','1.75'),(1579,223,'shipping_tax_amount','0'),(1580,224,'_product_id','7274'),(1581,224,'_variation_id','7278'),(1582,224,'_qty','1'),(1583,224,'_tax_class',''),(1584,224,'_line_subtotal','25'),(1585,224,'_line_subtotal_tax','0'),(1586,224,'_line_total','25'),(1587,224,'_line_tax','0'),(1588,224,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1589,224,'size','Medium'),(1590,225,'method_id','flat_rate:1'),(1591,225,'cost','5.95'),(1592,225,'total_tax','0'),(1593,225,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1594,225,'Items','Tiger Shark V-Neck - Men’s - Grey - Medium × 1'),(1595,226,'_product_id','7336'),(1596,226,'_variation_id','7347'),(1597,226,'_qty','1'),(1598,226,'_tax_class',''),(1599,226,'_line_subtotal','25'),(1600,226,'_line_subtotal_tax','1.75'),(1601,226,'_line_total','25'),(1602,226,'_line_tax','1.75'),(1603,226,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:4:\"1.75\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"1.75\";}}'),(1604,226,'size','Large'),(1605,227,'_product_id','7109'),(1606,227,'_variation_id','7111'),(1607,227,'_qty','1'),(1608,227,'_tax_class',''),(1609,227,'_line_subtotal','25'),(1610,227,'_line_subtotal_tax','1.75'),(1611,227,'_line_total','25'),(1612,227,'_line_tax','1.75'),(1613,227,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:4:\"1.75\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"1.75\";}}'),(1614,227,'size','Large'),(1615,228,'method_id','flat_rate:1'),(1616,228,'cost','5.95'),(1617,228,'total_tax','0'),(1618,228,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1619,228,'Items','Tiger Shark Tank Top - Men’s - Black - Large × 1, Octopus Tank Black - Men\'s – Large × 1'),(1620,229,'rate_id','1'),(1621,229,'label','GA Sales Tax'),(1622,229,'compound',''),(1623,229,'tax_amount','3.5'),(1624,229,'shipping_tax_amount','0'),(1625,230,'_product_id','6181'),(1626,230,'_variation_id','6888'),(1627,230,'_qty','1'),(1628,230,'_tax_class',''),(1629,230,'_line_subtotal','175'),(1630,230,'_line_subtotal_tax','0'),(1631,230,'_line_total','175'),(1632,230,'_line_tax','0'),(1633,230,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1634,230,'pa_photo-prints','a'),(1635,231,'_product_id','7281'),(1636,231,'_variation_id','7285'),(1637,231,'_qty','1'),(1638,231,'_tax_class',''),(1639,231,'_line_subtotal','25'),(1640,231,'_line_subtotal_tax','0'),(1641,231,'_line_total','25'),(1642,231,'_line_tax','0'),(1643,231,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1644,231,'size','Small'),(1645,232,'method_id','flat_rate:1'),(1646,232,'cost','21.90'),(1647,232,'total_tax','0'),(1648,232,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1649,232,'Items','Reflecting Reef Shark Canvas Print – A × 1, Tiger Shark V-Neck - Women’s - Grey - Small × 1'),(1650,233,'_product_id','7287'),(1651,233,'_variation_id','7290'),(1652,233,'_qty','1'),(1653,233,'_tax_class',''),(1654,233,'_line_subtotal','25'),(1655,233,'_line_subtotal_tax','0'),(1656,233,'_line_total','25'),(1657,233,'_line_tax','0'),(1658,233,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1659,233,'size','Large'),(1660,234,'method_id','flat_rate:1'),(1661,234,'cost','5.95'),(1662,234,'total_tax','0'),(1663,234,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1664,234,'Items','Tiger Shark Crew Neck - Men’s - Black - Large × 1'),(1665,235,'_product_id','7338'),(1666,235,'_variation_id','7342'),(1667,235,'_qty','1'),(1668,235,'_tax_class',''),(1669,235,'_line_subtotal','25'),(1670,235,'_line_subtotal_tax','0'),(1671,235,'_line_total','25'),(1672,235,'_line_tax','0'),(1673,235,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1674,235,'size','Small'),(1675,236,'method_id','flat_rate:1'),(1676,236,'cost','5.95'),(1677,236,'total_tax','0'),(1678,236,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1679,236,'Items','Tiger Shark Racer Back Tank Top - Woman’s - Black - Small × 1'),(1680,237,'_product_id','7373'),(1681,237,'_variation_id','7377'),(1682,237,'_qty','1'),(1683,237,'_tax_class',''),(1684,237,'_line_subtotal','25'),(1685,237,'_line_subtotal_tax','1.75'),(1686,237,'_line_total','25'),(1687,237,'_line_tax','1.75'),(1688,237,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:4:\"1.75\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"1.75\";}}'),(1689,237,'size','Medium'),(1690,238,'_product_id','7401'),(1691,238,'_variation_id','7404'),(1692,238,'_qty','1'),(1693,238,'_tax_class',''),(1694,238,'_line_subtotal','25'),(1695,238,'_line_subtotal_tax','1.75'),(1696,238,'_line_total','25'),(1697,238,'_line_tax','1.75'),(1698,238,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:4:\"1.75\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"1.75\";}}'),(1699,238,'size','Medium'),(1700,239,'method_id','flat_rate:1'),(1701,239,'cost','5.95'),(1702,239,'total_tax','0'),(1703,239,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1704,239,'Items','Tiger Shark V-Neck - Men\'s - White - Medium × 1, Tiger Shark Tank Top - Men’s - White - Medium × 1'),(1705,240,'rate_id','1'),(1706,240,'label','GA Sales Tax'),(1707,240,'compound',''),(1708,240,'tax_amount','3.5'),(1709,240,'shipping_tax_amount','0'),(1710,241,'_product_id','7126'),(1711,241,'_variation_id','0'),(1712,241,'_qty','1'),(1713,241,'_tax_class','zero-rate'),(1714,241,'_line_subtotal','565'),(1715,241,'_line_subtotal_tax','0'),(1716,241,'_line_total','565'),(1717,241,'_line_tax','0'),(1718,241,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1719,242,'method_id','flat_rate:1'),(1720,242,'cost','0.00'),(1721,242,'total_tax','0'),(1722,242,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1723,242,'Items','FKIrons Spektra Edge-X Deano Cook Bimini Blue × 1'),(1724,243,'_product_id','7109'),(1725,243,'_variation_id','7112'),(1726,243,'_qty','1'),(1727,243,'_tax_class',''),(1728,243,'_line_subtotal','25'),(1729,243,'_line_subtotal_tax','1.75'),(1730,243,'_line_total','25'),(1731,243,'_line_tax','1.75'),(1732,243,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:4:\"1.75\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"1.75\";}}'),(1733,243,'size','Medium'),(1734,244,'method_id','flat_rate:1'),(1735,244,'cost','5.95'),(1736,244,'total_tax','0'),(1737,244,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1738,244,'Items','Octopus Tank Black - Men\'s – Medium × 1'),(1739,245,'rate_id','1'),(1740,245,'label','GA Sales Tax'),(1741,245,'compound',''),(1742,245,'tax_amount','1.75'),(1743,245,'shipping_tax_amount','0'),(1759,248,'_product_id','5468'),(1760,248,'_variation_id','6603'),(1761,248,'_qty','1'),(1762,248,'_tax_class',''),(1763,248,'_line_subtotal','25'),(1764,248,'_line_subtotal_tax','0'),(1765,248,'_line_total','25'),(1766,248,'_line_tax','0'),(1767,248,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1768,248,'size','X-Large'),(1769,249,'method_id','flat_rate:1'),(1770,249,'cost','5.95'),(1771,249,'total_tax','0'),(1772,249,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1773,249,'Items','Octopus T-Shirt Grey Crew Neck - Men\'s - X Large × 1'),(1774,250,'_product_id','5455'),(1775,250,'_variation_id','6562'),(1776,250,'_qty','1'),(1777,250,'_tax_class',''),(1778,250,'_line_subtotal','25'),(1779,250,'_line_subtotal_tax','0'),(1780,250,'_line_total','25'),(1781,250,'_line_tax','0'),(1782,250,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1783,250,'size','Large'),(1784,251,'method_id','flat_rate:1'),(1785,251,'cost','5.95'),(1786,251,'total_tax','0'),(1787,251,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1788,251,'Items','Octopus T-Shirt Black Crew Neck - Men\'s - Large × 1'),(1789,252,'_product_id','7270'),(1790,252,'_variation_id','7272'),(1791,252,'_qty','1'),(1792,252,'_tax_class',''),(1793,252,'_line_subtotal','25'),(1794,252,'_line_subtotal_tax','0'),(1795,252,'_line_total','25'),(1796,252,'_line_tax','0'),(1797,252,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1798,252,'size','Large'),(1799,253,'method_id','flat_rate:1'),(1800,253,'cost','5.95'),(1801,253,'total_tax','0'),(1802,253,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1803,253,'Items','Tiger Shark V Neck - Men’s -Black - Large × 1'),(1804,254,'_product_id','5455'),(1805,254,'_variation_id','6562'),(1806,254,'_qty','1'),(1807,254,'_tax_class',''),(1808,254,'_line_subtotal','25'),(1809,254,'_line_subtotal_tax','0'),(1810,254,'_line_total','25'),(1811,254,'_line_tax','0'),(1812,254,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1813,254,'size','Large'),(1814,255,'method_id','flat_rate:1'),(1815,255,'cost','5.95'),(1816,255,'total_tax','0'),(1817,255,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1818,255,'Items','Octopus T-Shirt Black Crew Neck - Men\'s - Large × 1'),(1819,256,'_product_id','7126'),(1820,256,'_variation_id','0'),(1821,256,'_qty','1'),(1822,256,'_tax_class','zero-rate'),(1823,256,'_line_subtotal','565'),(1824,256,'_line_subtotal_tax','0'),(1825,256,'_line_total','565'),(1826,256,'_line_tax','0'),(1827,256,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1828,257,'method_id','flat_rate:1'),(1829,257,'cost','0.00'),(1830,257,'total_tax','0'),(1831,257,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1832,257,'Items','FKIrons Spektra Edge-X Deano Cook Bimini Blue × 1'),(1833,258,'_product_id','7126'),(1834,258,'_variation_id','0'),(1835,258,'_qty','1'),(1836,258,'_tax_class','zero-rate'),(1837,258,'_line_subtotal','565'),(1838,258,'_line_subtotal_tax','0'),(1839,258,'_line_total','565'),(1840,258,'_line_tax','0'),(1841,258,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1842,259,'method_id','flat_rate:1'),(1843,259,'cost','0.00'),(1844,259,'total_tax','0'),(1845,259,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1846,259,'Items','FKIrons Spektra Edge-X Deano Cook Bimini Blue × 1'),(1847,260,'_product_id','7293'),(1848,260,'_variation_id','7294'),(1849,260,'_qty','1'),(1850,260,'_tax_class',''),(1851,260,'_line_subtotal','25'),(1852,260,'_line_subtotal_tax','0'),(1853,260,'_line_total','25'),(1854,260,'_line_tax','0'),(1855,260,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1856,260,'size','2 X-Large'),(1857,261,'method_id','flat_rate:1'),(1858,261,'cost','5.95'),(1859,261,'total_tax','0'),(1860,261,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1861,261,'Items','Tiger Shark Crew Neck - Men’s - Grey - 2 X Large × 1'),(1862,262,'_product_id','5484'),(1863,262,'_variation_id','6621'),(1864,262,'_qty','1'),(1865,262,'_tax_class',''),(1866,262,'_line_subtotal','25'),(1867,262,'_line_subtotal_tax','1.75'),(1868,262,'_line_total','25'),(1869,262,'_line_tax','1.75'),(1870,262,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:4:\"1.75\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"1.75\";}}'),(1871,262,'size','Large'),(1872,263,'_product_id','5484'),(1873,263,'_variation_id','6620'),(1874,263,'_qty','1'),(1875,263,'_tax_class',''),(1876,263,'_line_subtotal','25'),(1877,263,'_line_subtotal_tax','1.75'),(1878,263,'_line_total','25'),(1879,263,'_line_tax','1.75'),(1880,263,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:4:\"1.75\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"1.75\";}}'),(1881,263,'size','X-Large'),(1882,264,'method_id','flat_rate:1'),(1883,264,'cost','5.95'),(1884,264,'total_tax','0'),(1885,264,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1886,264,'Items','Octopus V-Neck T-Shirt Black - Men\'s – Large × 1, Octopus V-Neck T-Shirt Black - Men\'s – X Large × 1'),(1887,265,'rate_id','1'),(1888,265,'label','GA Sales Tax'),(1889,265,'compound',''),(1890,265,'tax_amount','3.5'),(1891,265,'shipping_tax_amount','0'),(1892,266,'_product_id','6307'),(1893,266,'_variation_id','6947'),(1894,266,'_qty','1'),(1895,266,'_tax_class',''),(1896,266,'_line_subtotal','300'),(1897,266,'_line_subtotal_tax','0'),(1898,266,'_line_total','300'),(1899,266,'_line_tax','0'),(1900,266,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1901,266,'pa_photo-prints','b'),(1902,267,'_product_id','7308'),(1903,267,'_variation_id','7312'),(1904,267,'_qty','1'),(1905,267,'_tax_class',''),(1906,267,'_line_subtotal','25'),(1907,267,'_line_subtotal_tax','0'),(1908,267,'_line_total','25'),(1909,267,'_line_tax','0'),(1910,267,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1911,267,'size','Medium'),(1912,268,'method_id','flat_rate:1'),(1913,268,'cost','21.90'),(1914,268,'total_tax','0'),(1915,268,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1916,268,'Items','Tiger Tail Canvas Print – B × 1, Tiger Shark V-Neck - Women’s - Black - Medium × 1'),(1917,269,'_product_id','6065'),(1918,269,'_variation_id','6812'),(1919,269,'_qty','1'),(1920,269,'_tax_class',''),(1921,269,'_line_subtotal','300'),(1922,269,'_line_subtotal_tax','0'),(1923,269,'_line_total','300'),(1924,269,'_line_tax','0'),(1925,269,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1926,269,'pa_photo-prints','b'),(1927,270,'method_id','flat_rate:1'),(1928,270,'cost','15.95'),(1929,270,'total_tax','0'),(1930,270,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1931,270,'Items','Lemon and Reef Canvas Print – B × 1'),(1932,271,'_product_id','5455'),(1933,271,'_variation_id','6562'),(1934,271,'_qty','1'),(1935,271,'_tax_class',''),(1936,271,'_line_subtotal','25'),(1937,271,'_line_subtotal_tax','0'),(1938,271,'_line_total','25'),(1939,271,'_line_tax','0'),(1940,271,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1941,271,'size','Large'),(1942,272,'method_id','flat_rate'),(1943,272,'instance_id','1'),(1944,272,'cost','5.95'),(1945,272,'total_tax','0'),(1946,272,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1947,272,'Items','Octopus T-Shirt Black Crew Neck - Men\'s - Large × 1'); /*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_order_items` -- DROP TABLE IF EXISTS `wp_woocommerce_order_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_order_items` ( `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `order_item_name` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `order_item_type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `order_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`order_item_id`), KEY `order_id` (`order_id`) ) ENGINE=InnoDB AUTO_INCREMENT=273 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_order_items` -- LOCK TABLES `wp_woocommerce_order_items` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_order_items` DISABLE KEYS */; INSERT INTO `wp_woocommerce_order_items` VALUES (1,'Octopus Crew Neck T-Shirt Black - Women\'s','line_item',6992),(2,'Hawksbill Sea Turtle Canvas Print','line_item',6992),(3,'Flat Rate','shipping',6992),(4,'US-GA-GA SALES TAX-1','tax',6992),(5,'test','coupon',6992),(8,'Lemon Shark Sunset Canvas Print','line_item',7033),(9,'Flat Rate','shipping',7033),(10,'Lemon Shark Sunset Canvas Print','line_item',7034),(11,'Flat Rate','shipping',7034),(12,'Octopus V-Neck T-Shirt Grey - Women\'s','line_item',7040),(13,'Flat Rate','shipping',7040),(14,'US-GA-GA SALES TAX-1','tax',7040),(15,'Lemon Snap 1 Canvas Print','line_item',7041),(16,'Flat Rate','shipping',7041),(17,'Octopus Crew Neck T-Shirt Grey - Women\'s – Medium','line_item',7065),(18,'Flat Rate','shipping',7065),(19,'US-GA-GA SALES TAX-1','tax',7065),(20,'Octopus V-Neck T-Shirt Black - Women\'s – Large','line_item',7067),(21,'Flat Rate','shipping',7067),(22,'Octopus V-Neck T-Shirt Black - Men\'s – Medium','line_item',7076),(23,'Flat Rate','shipping',7076),(24,'Octopus V-Neck T-Shirt Black - Men\'s – X Large','line_item',7077),(25,'Flat Rate','shipping',7077),(32,'Octopus V-Neck T-Shirt Black - Men\'s – Medium','line_item',7078),(33,'Flat Rate','shipping',7078),(34,'US-GA-GA SALES TAX-1','tax',7078),(35,'Octopus V-Neck T-Shirt Black - Men\'s – Medium','line_item',7084),(36,'Flat Rate','shipping',7084),(37,'US-GA-GA SALES TAX-1','tax',7084),(38,'Octopus V-Neck T-Shirt Black - Men\'s – Medium','line_item',7085),(39,'Flat Rate','shipping',7085),(40,'US-GA-GA SALES TAX-1','tax',7085),(41,'Octopus V-Neck T-Shirt Grey - Men\'s – X Large','line_item',7087),(42,'Flat Rate','shipping',7087),(43,'Octopus Tank Top Black - Men\'s','line_item',7088),(44,'Flat Rate','shipping',7088),(45,'US-GA-GA SALES TAX-1','tax',7088),(46,'Test Product','line_item',7089),(47,'Flat Rate','shipping',7089),(48,'US-GA-GA SALES TAX-1','tax',7089),(49,'Octopus V-Neck T-Shirt Black - Men\'s – Medium','line_item',7090),(50,'Flat Rate','shipping',7090),(51,'US-GA-GA SALES TAX-1','tax',7090),(52,'Mens Octopus Tank Top Black','line_item',7091),(53,'Flat Rate','shipping',7091),(54,'US-GA-GA SALES TAX-1','tax',7091),(55,'Octopus T-Shirt Black - Men\'s (Copy) - Medium','line_item',7097),(56,'Flat Rate','shipping',7097),(57,'US-GA-GA SALES TAX-1','tax',7097),(58,'Octopus T-Shirt Black - Men\'s (Copy) - Medium','line_item',7098),(59,'Flat Rate','shipping',7098),(60,'US-GA-GA SALES TAX-1','tax',7098),(61,'Octopus T-Shirt Black - Men\'s (Copy) - Medium','line_item',7108),(62,'Flat Rate','shipping',7108),(63,'US-GA-GA SALES TAX-1','tax',7108),(64,'Octopus Tank Black - Men\'s – X Large','line_item',7117),(65,'Flat Rate','shipping',7117),(66,'US-GA-GA SALES TAX-1','tax',7117),(67,'Octopus Tank Black - Men\'s – Medium','line_item',7118),(68,'Flat Rate','shipping',7118),(69,'US-GA-GA SALES TAX-1','tax',7118),(70,'Octopus Tank Black - Men\'s – Large','line_item',7119),(71,'Flat Rate','shipping',7119),(72,'Octopus Tank Black - Men\'s – X Large','line_item',7120),(73,'Flat Rate','shipping',7120),(74,'Spektra Edge X-Deano Cook Bimini Blue','line_item',7133),(75,'Flat Rate','shipping',7133),(76,'US-GA-GA SALES TAX-1','tax',7133),(77,'Spektra Edge X-Deano Cook Bimini Blue','line_item',7134),(78,'Flat Rate','shipping',7134),(79,'Spektra Edge X-Deano Cook Bimini Blue','line_item',7140),(80,'Flat Rate','shipping',7140),(83,'Spektra Edge X-Deano Cook Bimini Blue','line_item',7142),(84,'Flat Rate','shipping',7142),(85,'FKIrons Spektra Edge-X Deano Cook Bimini Blue','line_item',7168),(86,'FKIrons Spektra Edge-X Deano Cook Bimini Blue','line_item',7170),(87,'Flat Rate','shipping',7170),(88,'FKIrons Spektra Edge-X Deano Cook Bimini Blue','line_item',7184),(89,'Flat Rate','shipping',7184),(90,'FKIrons Spektra Edge-X Deano Cook Bimini Blue','line_item',7185),(91,'Flat Rate','shipping',7185),(92,'FKIrons Spektra Edge-X Deano Cook Bimini Blue','line_item',7186),(93,'Flat Rate','shipping',7186),(94,'FKIrons Spektra Edge-X Deano Cook Bimini Blue','line_item',7187),(95,'Flat Rate','shipping',7187),(96,'FKIrons Spektra Edge-X Deano Cook Bimini Blue','line_item',7188),(97,'Flat Rate','shipping',7188),(98,'FKIrons Spektra Edge-X Deano Cook Bimini Blue','line_item',7189),(99,'Flat Rate','shipping',7189),(100,'FKIrons Spektra Edge-X Deano Cook Bimini Blue','line_item',7192),(101,'Flat Rate','shipping',7192),(102,'Aquatica Canvas Giclee 26\"x38\" Gallery Edition','line_item',7205),(103,'Flat Rate','shipping',7205),(104,'US-GA-GA SALES TAX-1','tax',7205),(105,'Aquatica Canvas Giclee 26\"x38\" Gallery Edition','line_item',7216),(106,'Flat Rate','shipping',7216),(107,'FKIrons Spektra Edge-X Deano Cook Bimini Blue','line_item',7226),(108,'Flat Rate','shipping',7226),(109,'FKIrons Spektra Edge-X Deano Cook Bimini Blue','line_item',7227),(110,'Flat Rate','shipping',7227),(111,'Octopus T-Shirt Black - Men\'s – X Large','line_item',7228),(112,'Flat Rate','shipping',7228),(113,'Octopus T-Shirt Black - Men\'s – X Large','line_item',7229),(114,'Octopus Tank Black - Men\'s – X Large','line_item',7229),(115,'Flat Rate','shipping',7229),(116,'FKIrons Spektra Edge-X Deano Cook Bimini Blue','line_item',7230),(117,'Flat Rate','shipping',7230),(118,'FKIrons Spektra Edge-X Deano Cook Bimini Blue','line_item',7231),(119,'Flat Rate','shipping',7231),(120,'FKIrons Spektra Edge-X Deano Cook Bimini Blue','line_item',7232),(121,'Flat Rate','shipping',7232),(124,'FKIrons Spektra Edge-X Deano Cook Bimini Blue','line_item',7234),(125,'Flat Rate','shipping',7234),(126,'FKIrons Spektra Edge-X Deano Cook Bimini Blue','line_item',7235),(127,'Flat Rate','shipping',7235),(128,'FKIrons Spektra Edge-X Deano Cook Bimini Blue','line_item',7236),(129,'Flat Rate','shipping',7236),(130,'FKIrons Spektra Edge-X Deano Cook Bimini Blue','line_item',7237),(131,'Flat Rate','shipping',7237),(132,'FKIrons Spektra Edge-X Deano Cook Bimini Blue','line_item',7238),(133,'Flat Rate','shipping',7238),(134,'FKIrons Spektra Edge-X Deano Cook Bimini Blue','line_item',7239),(135,'Flat Rate','shipping',7239),(142,'FKIrons Spektra Edge-X Deano Cook Bimini Blue','line_item',7240),(143,'Flat Rate','shipping',7240),(144,'FKIrons Spektra Edge-X Deano Cook Bimini Blue','line_item',7241),(145,'Flat Rate','shipping',7241),(146,'Aquatica Canvas Giclee 26\"x38\" Gallery Edition','line_item',7242),(147,'Flat Rate','shipping',7242),(148,'Aquatica Canvas Giclee 26\"x38\" Gallery Edition','line_item',7243),(149,'Flat Rate','shipping',7243),(150,'Lemon Bite Canvas Print – A','line_item',7244),(151,'Flat Rate','shipping',7244),(152,'FKIrons Spektra Edge-X Deano Cook Bimini Blue','line_item',7245),(153,'Flat Rate','shipping',7245),(154,'Octopus T-Shirt Black - Men\'s – Large','line_item',7246),(155,'Flat Rate','shipping',7246),(156,'Octopus V-Neck T-Shirt Grey - Men\'s (Copy) - Medium','line_item',7269),(157,'Flat Rate','shipping',7269),(158,'US-GA-GA SALES TAX-1','tax',7269),(159,'Tiger Shark V Neck - Men’s -Black - Medium','line_item',7286),(160,'Tiger Shark V-Neck - Women’s - Grey - Small','line_item',7286),(161,'Flat Rate','shipping',7286),(162,'US-GA-GA SALES TAX-1','tax',7286),(163,'Tiger Shark V-Neck - Women’s - Black - Medium','line_item',7314),(164,'Flat Rate','shipping',7314),(165,'US-GA-GA SALES TAX-1','tax',7314),(166,'Tiger Shark V-Neck - Women’s - Black - Medium','line_item',7321),(167,'Flat Rate','shipping',7321),(168,'US-GA-GA SALES TAX-1','tax',7321),(169,'Tiger Shark Crew Neck - Men’s - Black - Large','line_item',7322),(170,'Flat Rate','shipping',7322),(171,'Tiger Shark V Neck - Men’s -Black - Large','line_item',7323),(172,'Flat Rate','shipping',7323),(173,'Tiger Shark V-Neck - Women’s - Grey - Small','line_item',7328),(174,'Flat Rate','shipping',7328),(175,'Tiger Shark V-Neck - Women’s - Grey - Medium','line_item',7329),(176,'Flat Rate','shipping',7329),(177,'Tiger Shark V Neck - Men’s -Black - Medium','line_item',7330),(178,'Flat Rate','shipping',7330),(179,'Octopus T-Shirt Grey - Men\'s – Large','line_item',7331),(180,'Flat Rate','shipping',7331),(181,'Tiger Shark Crew Neck - Men’s - Black - X Large','line_item',7332),(182,'Flat Rate','shipping',7332),(183,'FKIrons Spektra Edge-X Deano Cook Bimini Blue','line_item',7333),(184,'Octopus T-Shirt Black - Men\'s – Large','line_item',7333),(185,'Flat Rate','shipping',7333),(186,'Tiger Shark V Neck - Men’s -Black - Small','line_item',7334),(187,'Flat Rate','shipping',7334),(188,'Octopus V-Neck T-Shirt Black - Men\'s – Medium','line_item',7339),(189,'Flat Rate','shipping',7339),(190,'Tiger Shark V-Neck - Men’s - Grey - Medium','line_item',7352),(191,'Flat Rate','shipping',7352),(192,'US-GA-GA SALES TAX-1','tax',7352),(193,'FKIrons Spektra Edge-X Deano Cook Bimini Blue','line_item',7353),(194,'Flat Rate','shipping',7353),(195,'Tiger Shark Racer Back Tank Top - Woman’s - Black - Small','line_item',7354),(196,'Flat Rate','shipping',7354),(197,'Tiger Shark Crew Neck - Men’s - Black - X Large','line_item',7355),(198,'Tiger Shark Crew Neck - Men’s - Grey - X Large','line_item',7355),(199,'Octopus T-Shirt Grey - Men\'s – X Large','line_item',7355),(200,'Octopus T-Shirt Black - Men\'s – X Large','line_item',7355),(201,'Flat Rate','shipping',7355),(202,'Octopus T-Shirt Grey Crew Neck - Men\'s - X Large','line_item',7357),(203,'Flat Rate','shipping',7357),(204,'US-GA-GA SALES TAX-1','tax',7357),(205,'Tiger Shark Racer Back Tank Top - Woman’s - Black - Small','line_item',7358),(206,'Flat Rate','shipping',7358),(207,'Tiger Shark Tank Top -Woman’s - Black - Large','line_item',7359),(208,'Tiger Shark Crew Neck - Women’s - Black - X Large','line_item',7359),(209,'Flat Rate','shipping',7359),(210,'Tiger Shark Crew Neck - Men’s - Grey - X Large','line_item',7360),(211,'Flat Rate','shipping',7360),(214,'Octopus V-Neck T-Shirt Grey - Men\'s – XX Large','line_item',7366),(215,'Flat Rate','shipping',7366),(216,'Tiger Shark V-Neck - Women’s - Black - X Large','line_item',7367),(217,'Flat Rate','shipping',7367),(218,'Octopus Tank Black - Men\'s – X Large','line_item',7371),(219,'Tiger Shark V Neck - Men’s -Black - X Large','line_item',7371),(220,'Flat Rate','shipping',7371),(221,'Tiger Shark V-Neck - Men\\\'s - White - Medium','line_item',7379),(222,'Flat Rate','shipping',7379),(223,'US-GA-GA SALES TAX-1','tax',7379),(224,'Tiger Shark V-Neck - Men’s - Grey - Medium','line_item',7380),(225,'Flat Rate','shipping',7380),(226,'Tiger Shark Tank Top - Men’s - Black - Large','line_item',7389),(227,'Octopus Tank Black - Men\'s – Large','line_item',7389),(228,'Flat Rate','shipping',7389),(229,'US-GA-GA SALES TAX-1','tax',7389),(230,'Reflecting Reef Shark Canvas Print – A','line_item',7390),(231,'Tiger Shark V-Neck - Women’s - Grey - Small','line_item',7390),(232,'Flat Rate','shipping',7390),(233,'Tiger Shark Crew Neck - Men’s - Black - Large','line_item',7391),(234,'Flat Rate','shipping',7391),(235,'Tiger Shark Racer Back Tank Top - Woman’s - Black - Small','line_item',7392),(236,'Flat Rate','shipping',7392),(237,'Tiger Shark V-Neck - Men\\\'s - White - Medium','line_item',7405),(238,'Tiger Shark Tank Top - Men’s - White - Medium','line_item',7405),(239,'Flat Rate','shipping',7405),(240,'US-GA-GA SALES TAX-1','tax',7405),(241,'FKIrons Spektra Edge-X Deano Cook Bimini Blue','line_item',7406),(242,'Flat Rate','shipping',7406),(243,'Octopus Tank Black - Men\'s – Medium','line_item',7409),(244,'Flat Rate','shipping',7409),(245,'US-GA-GA SALES TAX-1','tax',7409),(248,'Octopus T-Shirt Grey Crew Neck - Men\'s - X Large','line_item',7410),(249,'Flat Rate','shipping',7410),(250,'Octopus T-Shirt Black Crew Neck - Men\'s - Large','line_item',7411),(251,'Flat Rate','shipping',7411),(252,'Tiger Shark V Neck - Men’s -Black - Large','line_item',7412),(253,'Flat Rate','shipping',7412),(254,'Octopus T-Shirt Black Crew Neck - Men\'s - Large','line_item',7413),(255,'Flat Rate','shipping',7413),(256,'FKIrons Spektra Edge-X Deano Cook Bimini Blue','line_item',7414),(257,'Flat Rate','shipping',7414),(258,'FKIrons Spektra Edge-X Deano Cook Bimini Blue','line_item',7415),(259,'Flat Rate','shipping',7415),(260,'Tiger Shark Crew Neck - Men’s - Grey - 2 X Large','line_item',7416),(261,'Flat Rate','shipping',7416),(262,'Octopus V-Neck T-Shirt Black - Men\'s – Large','line_item',7418),(263,'Octopus V-Neck T-Shirt Black - Men\'s – X Large','line_item',7418),(264,'Flat Rate','shipping',7418),(265,'US-GA-GA SALES TAX-1','tax',7418),(266,'Tiger Tail Canvas Print – B','line_item',7419),(267,'Tiger Shark V-Neck - Women’s - Black - Medium','line_item',7419),(268,'Flat Rate','shipping',7419),(269,'Lemon and Reef Canvas Print – B','line_item',7420),(270,'Flat Rate','shipping',7420),(271,'Octopus T-Shirt Black Crew Neck - Men\'s - Large','line_item',7686),(272,'Flat Rate','shipping',7686); /*!40000 ALTER TABLE `wp_woocommerce_order_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_payment_tokenmeta` -- DROP TABLE IF EXISTS `wp_woocommerce_payment_tokenmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_payment_tokenmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `payment_token_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `payment_token_id` (`payment_token_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_payment_tokenmeta` -- LOCK TABLES `wp_woocommerce_payment_tokenmeta` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_payment_tokens` -- DROP TABLE IF EXISTS `wp_woocommerce_payment_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_payment_tokens` ( `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `gateway_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `token` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `is_default` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`token_id`), KEY `user_id` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_payment_tokens` -- LOCK TABLES `wp_woocommerce_payment_tokens` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_sessions` -- DROP TABLE IF EXISTS `wp_woocommerce_sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_sessions` ( `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `session_key` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `session_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `session_expiry` bigint(20) unsigned NOT NULL, PRIMARY KEY (`session_id`), UNIQUE KEY `session_key` (`session_key`) ) ENGINE=InnoDB AUTO_INCREMENT=206799 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_sessions` -- LOCK TABLES `wp_woocommerce_sessions` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_sessions` DISABLE KEYS */; INSERT INTO `wp_woocommerce_sessions` VALUES (206740,'eb0f6800894434ebb15016364b62094a','a:12:{s:4:\"cart\";s:434:\"a:1:{s:32:\"d384dec9f5f7a64a36b5c8f03b8a6d92\";a:11:{s:3:\"key\";s:32:\"d384dec9f5f7a64a36b5c8f03b8a6d92\";s:10:\"product_id\";i:5762;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:21;}s:5:\"total\";a:1:{i:1;d:21;}}s:13:\"line_subtotal\";d:300;s:17:\"line_subtotal_tax\";d:21;s:10:\"line_total\";d:300;s:8:\"line_tax\";d:21;}}\";s:11:\"cart_totals\";s:421:\"a:15:{s:8:\"subtotal\";s:6:\"300.00\";s:12:\"subtotal_tax\";d:21;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"300.00\";s:17:\"cart_contents_tax\";d:21;s:19:\"cart_contents_taxes\";a:1:{i:1;d:21;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"336.95\";s:9:\"total_tax\";d:21;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:391:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_68a217e0a6c103d2f6ae1a90ae533c2b\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:34:\"Closer Look Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612925781),(206741,'68ef111feea11eceb91d863ee8335c52','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"8b10a9280bd46b8874af9b5cadec91d5\";a:11:{s:3:\"key\";s:32:\"8b10a9280bd46b8874af9b5cadec91d5\";s:10:\"product_id\";i:5765;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:406:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_c18793de9565a0b0071c0f9ee6eb72ba\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:49:\"Dolphins and Butterflyfish Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612925812),(206742,'80246afc79efa4fcbcf0a20be97c9fa7','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"cf9dc5e4e194fc21f397b4cac9cc3ae9\";a:11:{s:3:\"key\";s:32:\"cf9dc5e4e194fc21f397b4cac9cc3ae9\";s:10:\"product_id\";i:5782;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:401:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_fa86729b2392afe2ffeb512f6c972ad5\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:44:\"Loggerhead Sea Turtle Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612925841),(206743,'be28a7477ef4692c2acdef32c190e6f3','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"034260c0426cf36118803ce0df4457fd\";a:11:{s:3:\"key\";s:32:\"034260c0426cf36118803ce0df4457fd\";s:10:\"product_id\";i:5797;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:393:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_17f080511a1cddc4e56f07eeb00fe98b\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:36:\"Shark Study 2 Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612927272),(206744,'17f29c6f1b1eeef59a6cd9d34e2478ca','a:12:{s:4:\"cart\";s:434:\"a:1:{s:32:\"d384dec9f5f7a64a36b5c8f03b8a6d92\";a:11:{s:3:\"key\";s:32:\"d384dec9f5f7a64a36b5c8f03b8a6d92\";s:10:\"product_id\";i:5762;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:21;}s:5:\"total\";a:1:{i:1;d:21;}}s:13:\"line_subtotal\";d:300;s:17:\"line_subtotal_tax\";d:21;s:10:\"line_total\";d:300;s:8:\"line_tax\";d:21;}}\";s:11:\"cart_totals\";s:421:\"a:15:{s:8:\"subtotal\";s:6:\"300.00\";s:12:\"subtotal_tax\";d:21;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"300.00\";s:17:\"cart_contents_tax\";d:21;s:19:\"cart_contents_taxes\";a:1:{i:1;d:21;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"336.95\";s:9:\"total_tax\";d:21;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:391:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_68a217e0a6c103d2f6ae1a90ae533c2b\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:34:\"Closer Look Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612927432),(206745,'7af1ee917a57ec771d3f804e6ef2b215','a:12:{s:4:\"cart\";s:434:\"a:1:{s:32:\"99607461cdb9c26e2bd5f31b12dcf27a\";a:11:{s:3:\"key\";s:32:\"99607461cdb9c26e2bd5f31b12dcf27a\";s:10:\"product_id\";i:5706;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:21;}s:5:\"total\";a:1:{i:1;d:21;}}s:13:\"line_subtotal\";d:300;s:17:\"line_subtotal_tax\";d:21;s:10:\"line_total\";d:300;s:8:\"line_tax\";d:21;}}\";s:11:\"cart_totals\";s:421:\"a:15:{s:8:\"subtotal\";s:6:\"300.00\";s:12:\"subtotal_tax\";d:21;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"300.00\";s:17:\"cart_contents_tax\";d:21;s:19:\"cart_contents_taxes\";a:1:{i:1;d:21;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"336.95\";s:9:\"total_tax\";d:21;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:397:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_a948624e33dde932933925d89b356a72\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:40:\"Tiger Shark Beach Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612930619),(206746,'87b381edab4a3df1e75cbb1e8bb2685a','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"cf9dc5e4e194fc21f397b4cac9cc3ae9\";a:11:{s:3:\"key\";s:32:\"cf9dc5e4e194fc21f397b4cac9cc3ae9\";s:10:\"product_id\";i:5782;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:401:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_fa86729b2392afe2ffeb512f6c972ad5\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:44:\"Loggerhead Sea Turtle Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612938022),(206747,'d6d3310588042cee3f7444b3733a4549','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"cf9dc5e4e194fc21f397b4cac9cc3ae9\";a:11:{s:3:\"key\";s:32:\"cf9dc5e4e194fc21f397b4cac9cc3ae9\";s:10:\"product_id\";i:5782;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:401:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_fa86729b2392afe2ffeb512f6c972ad5\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:44:\"Loggerhead Sea Turtle Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612945871),(206748,'08d7fc78d462fef4ae7d4d44f7ab9386','a:12:{s:4:\"cart\";s:414:\"a:1:{s:32:\"2354c276f1c9156f4b97a11a7aa41254\";a:11:{s:3:\"key\";s:32:\"2354c276f1c9156f4b97a11a7aa41254\";s:10:\"product_id\";i:7200;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:500;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:500;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:409:\"a:15:{s:8:\"subtotal\";s:6:\"500.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:5:\"50.00\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"500.00\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"550.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:413:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_551a222951f3d73f33ea728429c526db\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"50.00\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:56:\"Aquatica Canvas Giclee 26\"x38\" Gallery Edition × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612975447),(206749,'8796eb27c376214d0e9ae45995c2f078','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"8b10a9280bd46b8874af9b5cadec91d5\";a:11:{s:3:\"key\";s:32:\"8b10a9280bd46b8874af9b5cadec91d5\";s:10:\"product_id\";i:5765;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:406:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_c18793de9565a0b0071c0f9ee6eb72ba\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:49:\"Dolphins and Butterflyfish Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612987257),(206750,'bbadc3afc125c60bb8d47702a5126265','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"8b10a9280bd46b8874af9b5cadec91d5\";a:11:{s:3:\"key\";s:32:\"8b10a9280bd46b8874af9b5cadec91d5\";s:10:\"product_id\";i:5765;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:406:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_c18793de9565a0b0071c0f9ee6eb72ba\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:49:\"Dolphins and Butterflyfish Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";s:250:\"a:1:{s:7:\"success\";a:1:{i:0;a:2:{s:6:\"notice\";s:175:\"<a href=\"http://deanostudios.com/cart/\" tabindex=\"1\" class=\"button wc-forward\">View cart</a> “Dolphins and Butterflyfish Canvas Print” has been added to your cart.\";s:4:\"data\";a:0:{}}}}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612990600),(206751,'ca11934bdcb067b7b0f8b66a80c133a7','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"ca7be8306ecc3f5fa30ff2c41e64fa7b\";a:11:{s:3:\"key\";s:32:\"ca7be8306ecc3f5fa30ff2c41e64fa7b\";s:10:\"product_id\";i:5778;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:400:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_57798295ffaf110360251e51a00d557a\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:43:\"Hawksbill Sea Turtle Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612993402),(206752,'1a3de76c556ed3317a01d3fff29996a9','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"cf9dc5e4e194fc21f397b4cac9cc3ae9\";a:11:{s:3:\"key\";s:32:\"cf9dc5e4e194fc21f397b4cac9cc3ae9\";s:10:\"product_id\";i:5782;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:401:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_fa86729b2392afe2ffeb512f6c972ad5\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:44:\"Loggerhead Sea Turtle Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612993858),(206753,'96526a3726fd0a6c1a12364802543abd','a:12:{s:4:\"cart\";s:414:\"a:1:{s:32:\"2354c276f1c9156f4b97a11a7aa41254\";a:11:{s:3:\"key\";s:32:\"2354c276f1c9156f4b97a11a7aa41254\";s:10:\"product_id\";i:7200;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:500;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:500;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:409:\"a:15:{s:8:\"subtotal\";s:6:\"500.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:5:\"50.00\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"500.00\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"550.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:413:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_551a222951f3d73f33ea728429c526db\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"50.00\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:56:\"Aquatica Canvas Giclee 26\"x38\" Gallery Edition × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612993886),(206754,'e99c1e14b4cd1eebb5ef923a1b330fdd','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"cf9dc5e4e194fc21f397b4cac9cc3ae9\";a:11:{s:3:\"key\";s:32:\"cf9dc5e4e194fc21f397b4cac9cc3ae9\";s:10:\"product_id\";i:5782;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:401:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_fa86729b2392afe2ffeb512f6c972ad5\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:44:\"Loggerhead Sea Turtle Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612995096),(206755,'de5f9aaa1c2180f67421fe3458cf338b','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"8763d72bba4a7ade23f9ae1f09f4efc7\";a:11:{s:3:\"key\";s:32:\"8763d72bba4a7ade23f9ae1f09f4efc7\";s:10:\"product_id\";i:5790;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:391:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_0084f7fa07dd034134bea6f6c1ab4579\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:34:\"Shark Study Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612995134),(206756,'c7dc4d426fac6f8aa7ecaf30b1b06c26','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"034260c0426cf36118803ce0df4457fd\";a:11:{s:3:\"key\";s:32:\"034260c0426cf36118803ce0df4457fd\";s:10:\"product_id\";i:5797;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:393:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_17f080511a1cddc4e56f07eeb00fe98b\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:36:\"Shark Study 2 Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612995176),(206757,'05eba98747f6bfcf3cf139b09e8440c7','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"8763d72bba4a7ade23f9ae1f09f4efc7\";a:11:{s:3:\"key\";s:32:\"8763d72bba4a7ade23f9ae1f09f4efc7\";s:10:\"product_id\";i:5790;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:391:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_0084f7fa07dd034134bea6f6c1ab4579\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:34:\"Shark Study Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612995551),(206758,'904053ae1f845dd732a863816dee4c35','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"034260c0426cf36118803ce0df4457fd\";a:11:{s:3:\"key\";s:32:\"034260c0426cf36118803ce0df4457fd\";s:10:\"product_id\";i:5797;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:393:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_17f080511a1cddc4e56f07eeb00fe98b\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:36:\"Shark Study 2 Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612995590),(206759,'8eabaf4cbd12a391e0a619c337f93a45','a:12:{s:4:\"cart\";s:414:\"a:1:{s:32:\"2354c276f1c9156f4b97a11a7aa41254\";a:11:{s:3:\"key\";s:32:\"2354c276f1c9156f4b97a11a7aa41254\";s:10:\"product_id\";i:7200;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:500;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:500;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:409:\"a:15:{s:8:\"subtotal\";s:6:\"500.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:5:\"50.00\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"500.00\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"550.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:413:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_551a222951f3d73f33ea728429c526db\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"50.00\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:56:\"Aquatica Canvas Giclee 26\"x38\" Gallery Edition × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612995618),(206760,'15da0a03838229fd9d2bb8ecdc9cb1fa','a:12:{s:4:\"cart\";s:434:\"a:1:{s:32:\"d384dec9f5f7a64a36b5c8f03b8a6d92\";a:11:{s:3:\"key\";s:32:\"d384dec9f5f7a64a36b5c8f03b8a6d92\";s:10:\"product_id\";i:5762;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:21;}s:5:\"total\";a:1:{i:1;d:21;}}s:13:\"line_subtotal\";d:300;s:17:\"line_subtotal_tax\";d:21;s:10:\"line_total\";d:300;s:8:\"line_tax\";d:21;}}\";s:11:\"cart_totals\";s:421:\"a:15:{s:8:\"subtotal\";s:6:\"300.00\";s:12:\"subtotal_tax\";d:21;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"300.00\";s:17:\"cart_contents_tax\";d:21;s:19:\"cart_contents_taxes\";a:1:{i:1;d:21;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"336.95\";s:9:\"total_tax\";d:21;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:391:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_68a217e0a6c103d2f6ae1a90ae533c2b\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:34:\"Closer Look Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612995664),(206761,'3437c7a08e7083e80c0ac55d009ed15a','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"8b10a9280bd46b8874af9b5cadec91d5\";a:11:{s:3:\"key\";s:32:\"8b10a9280bd46b8874af9b5cadec91d5\";s:10:\"product_id\";i:5765;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:406:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_c18793de9565a0b0071c0f9ee6eb72ba\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:49:\"Dolphins and Butterflyfish Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612995707),(206762,'737047eda5603292a70a932e089beec6','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"cf9dc5e4e194fc21f397b4cac9cc3ae9\";a:11:{s:3:\"key\";s:32:\"cf9dc5e4e194fc21f397b4cac9cc3ae9\";s:10:\"product_id\";i:5782;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:401:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_fa86729b2392afe2ffeb512f6c972ad5\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:44:\"Loggerhead Sea Turtle Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612995736),(206763,'2f8adef47da249446853da9bd07bc41f','a:12:{s:4:\"cart\";s:434:\"a:1:{s:32:\"99607461cdb9c26e2bd5f31b12dcf27a\";a:11:{s:3:\"key\";s:32:\"99607461cdb9c26e2bd5f31b12dcf27a\";s:10:\"product_id\";i:5706;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:21;}s:5:\"total\";a:1:{i:1;d:21;}}s:13:\"line_subtotal\";d:300;s:17:\"line_subtotal_tax\";d:21;s:10:\"line_total\";d:300;s:8:\"line_tax\";d:21;}}\";s:11:\"cart_totals\";s:421:\"a:15:{s:8:\"subtotal\";s:6:\"300.00\";s:12:\"subtotal_tax\";d:21;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"300.00\";s:17:\"cart_contents_tax\";d:21;s:19:\"cart_contents_taxes\";a:1:{i:1;d:21;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"336.95\";s:9:\"total_tax\";d:21;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:397:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_a948624e33dde932933925d89b356a72\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:40:\"Tiger Shark Beach Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612995774),(206764,'dd6b1c6b4851b91f280419e729c6c721','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"ca7be8306ecc3f5fa30ff2c41e64fa7b\";a:11:{s:3:\"key\";s:32:\"ca7be8306ecc3f5fa30ff2c41e64fa7b\";s:10:\"product_id\";i:5778;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:400:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_57798295ffaf110360251e51a00d557a\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:43:\"Hawksbill Sea Turtle Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612995808),(206765,'5230f034428020084476003d3493838c','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"cf9dc5e4e194fc21f397b4cac9cc3ae9\";a:11:{s:3:\"key\";s:32:\"cf9dc5e4e194fc21f397b4cac9cc3ae9\";s:10:\"product_id\";i:5782;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:401:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_fa86729b2392afe2ffeb512f6c972ad5\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:44:\"Loggerhead Sea Turtle Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612995834),(206766,'74592a858737077cf873f973d5526f7d','a:12:{s:4:\"cart\";s:434:\"a:1:{s:32:\"99607461cdb9c26e2bd5f31b12dcf27a\";a:11:{s:3:\"key\";s:32:\"99607461cdb9c26e2bd5f31b12dcf27a\";s:10:\"product_id\";i:5706;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:21;}s:5:\"total\";a:1:{i:1;d:21;}}s:13:\"line_subtotal\";d:300;s:17:\"line_subtotal_tax\";d:21;s:10:\"line_total\";d:300;s:8:\"line_tax\";d:21;}}\";s:11:\"cart_totals\";s:421:\"a:15:{s:8:\"subtotal\";s:6:\"300.00\";s:12:\"subtotal_tax\";d:21;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"300.00\";s:17:\"cart_contents_tax\";d:21;s:19:\"cart_contents_taxes\";a:1:{i:1;d:21;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"336.95\";s:9:\"total_tax\";d:21;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:397:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_a948624e33dde932933925d89b356a72\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:40:\"Tiger Shark Beach Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612995874),(206767,'1e2d90345a6a0c8f92499e5b2b216848','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"ca7be8306ecc3f5fa30ff2c41e64fa7b\";a:11:{s:3:\"key\";s:32:\"ca7be8306ecc3f5fa30ff2c41e64fa7b\";s:10:\"product_id\";i:5778;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:400:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_57798295ffaf110360251e51a00d557a\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:43:\"Hawksbill Sea Turtle Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612995908),(206768,'dad48fe2cb1ed538dcec1b2493fbb8db','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"cf9dc5e4e194fc21f397b4cac9cc3ae9\";a:11:{s:3:\"key\";s:32:\"cf9dc5e4e194fc21f397b4cac9cc3ae9\";s:10:\"product_id\";i:5782;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:401:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_fa86729b2392afe2ffeb512f6c972ad5\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:44:\"Loggerhead Sea Turtle Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612995945),(206769,'1d1ee86d680112a15c1e17aa63888af5','a:12:{s:4:\"cart\";s:414:\"a:1:{s:32:\"2354c276f1c9156f4b97a11a7aa41254\";a:11:{s:3:\"key\";s:32:\"2354c276f1c9156f4b97a11a7aa41254\";s:10:\"product_id\";i:7200;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:500;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:500;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:409:\"a:15:{s:8:\"subtotal\";s:6:\"500.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:5:\"50.00\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"500.00\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"550.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:413:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_551a222951f3d73f33ea728429c526db\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"50.00\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:56:\"Aquatica Canvas Giclee 26\"x38\" Gallery Edition × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612995982),(206770,'583299e64b66860a511ee54c1f722d8a','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"8b10a9280bd46b8874af9b5cadec91d5\";a:11:{s:3:\"key\";s:32:\"8b10a9280bd46b8874af9b5cadec91d5\";s:10:\"product_id\";i:5765;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:406:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_c18793de9565a0b0071c0f9ee6eb72ba\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:49:\"Dolphins and Butterflyfish Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612996041),(206771,'e13354e3565c8f23d76e39c4779dc0bc','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"8b10a9280bd46b8874af9b5cadec91d5\";a:11:{s:3:\"key\";s:32:\"8b10a9280bd46b8874af9b5cadec91d5\";s:10:\"product_id\";i:5765;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:406:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_c18793de9565a0b0071c0f9ee6eb72ba\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:49:\"Dolphins and Butterflyfish Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612996097),(206772,'5b71b022ba0220670bee5a1880b7967c','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"ca7be8306ecc3f5fa30ff2c41e64fa7b\";a:11:{s:3:\"key\";s:32:\"ca7be8306ecc3f5fa30ff2c41e64fa7b\";s:10:\"product_id\";i:5778;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:400:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_57798295ffaf110360251e51a00d557a\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:43:\"Hawksbill Sea Turtle Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612996135),(206773,'a9df1a632c3a6e7a3bd722e489cee580','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"cf9dc5e4e194fc21f397b4cac9cc3ae9\";a:11:{s:3:\"key\";s:32:\"cf9dc5e4e194fc21f397b4cac9cc3ae9\";s:10:\"product_id\";i:5782;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:401:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_fa86729b2392afe2ffeb512f6c972ad5\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:44:\"Loggerhead Sea Turtle Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612996188),(206774,'06f8db2c644919165246e69a46ed69ba','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"8763d72bba4a7ade23f9ae1f09f4efc7\";a:11:{s:3:\"key\";s:32:\"8763d72bba4a7ade23f9ae1f09f4efc7\";s:10:\"product_id\";i:5790;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:391:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_0084f7fa07dd034134bea6f6c1ab4579\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:34:\"Shark Study Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612996242),(206775,'7bc3512b0beb0735bf4269c5525a395f','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"034260c0426cf36118803ce0df4457fd\";a:11:{s:3:\"key\";s:32:\"034260c0426cf36118803ce0df4457fd\";s:10:\"product_id\";i:5797;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:393:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_17f080511a1cddc4e56f07eeb00fe98b\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:36:\"Shark Study 2 Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612996283),(206776,'0b54396684ed0420a78153d915f7459c','a:12:{s:4:\"cart\";s:434:\"a:1:{s:32:\"99607461cdb9c26e2bd5f31b12dcf27a\";a:11:{s:3:\"key\";s:32:\"99607461cdb9c26e2bd5f31b12dcf27a\";s:10:\"product_id\";i:5706;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:21;}s:5:\"total\";a:1:{i:1;d:21;}}s:13:\"line_subtotal\";d:300;s:17:\"line_subtotal_tax\";d:21;s:10:\"line_total\";d:300;s:8:\"line_tax\";d:21;}}\";s:11:\"cart_totals\";s:421:\"a:15:{s:8:\"subtotal\";s:6:\"300.00\";s:12:\"subtotal_tax\";d:21;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"300.00\";s:17:\"cart_contents_tax\";d:21;s:19:\"cart_contents_taxes\";a:1:{i:1;d:21;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"336.95\";s:9:\"total_tax\";d:21;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:397:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_a948624e33dde932933925d89b356a72\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:40:\"Tiger Shark Beach Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1612996349),(206777,'b643e15273e2fe292470c1025d2eaaaf','a:12:{s:4:\"cart\";s:434:\"a:1:{s:32:\"99607461cdb9c26e2bd5f31b12dcf27a\";a:11:{s:3:\"key\";s:32:\"99607461cdb9c26e2bd5f31b12dcf27a\";s:10:\"product_id\";i:5706;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:21;}s:5:\"total\";a:1:{i:1;d:21;}}s:13:\"line_subtotal\";d:300;s:17:\"line_subtotal_tax\";d:21;s:10:\"line_total\";d:300;s:8:\"line_tax\";d:21;}}\";s:11:\"cart_totals\";s:421:\"a:15:{s:8:\"subtotal\";s:6:\"300.00\";s:12:\"subtotal_tax\";d:21;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"300.00\";s:17:\"cart_contents_tax\";d:21;s:19:\"cart_contents_taxes\";a:1:{i:1;d:21;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"336.95\";s:9:\"total_tax\";d:21;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:397:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_a948624e33dde932933925d89b356a72\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:40:\"Tiger Shark Beach Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";s:241:\"a:1:{s:7:\"success\";a:1:{i:0;a:2:{s:6:\"notice\";s:166:\"<a href=\"http://deanostudios.com/cart/\" tabindex=\"1\" class=\"button wc-forward\">View cart</a> “Tiger Shark Beach Canvas Print” has been added to your cart.\";s:4:\"data\";a:0:{}}}}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1613000699),(206778,'c3c2fb8f0b0a9c1f1434c552b5e6e75f','a:12:{s:4:\"cart\";s:414:\"a:1:{s:32:\"2354c276f1c9156f4b97a11a7aa41254\";a:11:{s:3:\"key\";s:32:\"2354c276f1c9156f4b97a11a7aa41254\";s:10:\"product_id\";i:7200;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:500;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:500;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:409:\"a:15:{s:8:\"subtotal\";s:6:\"500.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:5:\"50.00\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"500.00\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"550.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:413:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_551a222951f3d73f33ea728429c526db\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"50.00\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:56:\"Aquatica Canvas Giclee 26\"x38\" Gallery Edition × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";s:269:\"a:1:{s:7:\"success\";a:1:{i:0;a:2:{s:6:\"notice\";s:194:\"<a href=\"http://deanostudios.com/cart/\" tabindex=\"1\" class=\"button wc-forward\">View cart</a> “Aquatica Canvas Giclee 26″x38″ Gallery Edition” has been added to your cart.\";s:4:\"data\";a:0:{}}}}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1613012556),(206779,'d1ed737a0f1ac1985cedfa583d225bdd','a:12:{s:4:\"cart\";s:434:\"a:1:{s:32:\"d384dec9f5f7a64a36b5c8f03b8a6d92\";a:11:{s:3:\"key\";s:32:\"d384dec9f5f7a64a36b5c8f03b8a6d92\";s:10:\"product_id\";i:5762;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:21;}s:5:\"total\";a:1:{i:1;d:21;}}s:13:\"line_subtotal\";d:300;s:17:\"line_subtotal_tax\";d:21;s:10:\"line_total\";d:300;s:8:\"line_tax\";d:21;}}\";s:11:\"cart_totals\";s:421:\"a:15:{s:8:\"subtotal\";s:6:\"300.00\";s:12:\"subtotal_tax\";d:21;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"300.00\";s:17:\"cart_contents_tax\";d:21;s:19:\"cart_contents_taxes\";a:1:{i:1;d:21;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"336.95\";s:9:\"total_tax\";d:21;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:391:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_68a217e0a6c103d2f6ae1a90ae533c2b\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:34:\"Closer Look Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";s:235:\"a:1:{s:7:\"success\";a:1:{i:0;a:2:{s:6:\"notice\";s:160:\"<a href=\"http://deanostudios.com/cart/\" tabindex=\"1\" class=\"button wc-forward\">View cart</a> “Closer Look Canvas Print” has been added to your cart.\";s:4:\"data\";a:0:{}}}}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1613018860),(206780,'cc086f0c819ca6d8e09246aef95b7be3','a:12:{s:4:\"cart\";s:434:\"a:1:{s:32:\"99607461cdb9c26e2bd5f31b12dcf27a\";a:11:{s:3:\"key\";s:32:\"99607461cdb9c26e2bd5f31b12dcf27a\";s:10:\"product_id\";i:5706;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:21;}s:5:\"total\";a:1:{i:1;d:21;}}s:13:\"line_subtotal\";d:300;s:17:\"line_subtotal_tax\";d:21;s:10:\"line_total\";d:300;s:8:\"line_tax\";d:21;}}\";s:11:\"cart_totals\";s:421:\"a:15:{s:8:\"subtotal\";s:6:\"300.00\";s:12:\"subtotal_tax\";d:21;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"300.00\";s:17:\"cart_contents_tax\";d:21;s:19:\"cart_contents_taxes\";a:1:{i:1;d:21;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"336.95\";s:9:\"total_tax\";d:21;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:397:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_a948624e33dde932933925d89b356a72\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:40:\"Tiger Shark Beach Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1613032564),(206781,'6d5e98aa36d71f2f0422526ce017f929','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"cf9dc5e4e194fc21f397b4cac9cc3ae9\";a:11:{s:3:\"key\";s:32:\"cf9dc5e4e194fc21f397b4cac9cc3ae9\";s:10:\"product_id\";i:5782;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:401:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_fa86729b2392afe2ffeb512f6c972ad5\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:44:\"Loggerhead Sea Turtle Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";s:245:\"a:1:{s:7:\"success\";a:1:{i:0;a:2:{s:6:\"notice\";s:170:\"<a href=\"http://deanostudios.com/cart/\" tabindex=\"1\" class=\"button wc-forward\">View cart</a> “Loggerhead Sea Turtle Canvas Print” has been added to your cart.\";s:4:\"data\";a:0:{}}}}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1613045454),(206782,'9b88447301a19408cdc48faf8c66ecdb','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"cf9dc5e4e194fc21f397b4cac9cc3ae9\";a:11:{s:3:\"key\";s:32:\"cf9dc5e4e194fc21f397b4cac9cc3ae9\";s:10:\"product_id\";i:5782;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:401:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_fa86729b2392afe2ffeb512f6c972ad5\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:44:\"Loggerhead Sea Turtle Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1613045457),(206783,'788775e29f161daf9305a87ab8568417','a:12:{s:4:\"cart\";s:414:\"a:1:{s:32:\"2354c276f1c9156f4b97a11a7aa41254\";a:11:{s:3:\"key\";s:32:\"2354c276f1c9156f4b97a11a7aa41254\";s:10:\"product_id\";i:7200;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:500;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:500;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:409:\"a:15:{s:8:\"subtotal\";s:6:\"500.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:5:\"50.00\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"500.00\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"550.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:413:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_551a222951f3d73f33ea728429c526db\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"50.00\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:56:\"Aquatica Canvas Giclee 26\"x38\" Gallery Edition × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1613047878),(206784,'38019d3281c30a650bb4b88c1d8e7507','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"cf9dc5e4e194fc21f397b4cac9cc3ae9\";a:11:{s:3:\"key\";s:32:\"cf9dc5e4e194fc21f397b4cac9cc3ae9\";s:10:\"product_id\";i:5782;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:401:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_fa86729b2392afe2ffeb512f6c972ad5\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:44:\"Loggerhead Sea Turtle Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";s:245:\"a:1:{s:7:\"success\";a:1:{i:0;a:2:{s:6:\"notice\";s:170:\"<a href=\"http://deanostudios.com/cart/\" tabindex=\"1\" class=\"button wc-forward\">View cart</a> “Loggerhead Sea Turtle Canvas Print” has been added to your cart.\";s:4:\"data\";a:0:{}}}}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1613072406),(206785,'cfa6fc9b9ac0fa2ce3c4883e87b4a1ac','a:12:{s:4:\"cart\";s:434:\"a:1:{s:32:\"d384dec9f5f7a64a36b5c8f03b8a6d92\";a:11:{s:3:\"key\";s:32:\"d384dec9f5f7a64a36b5c8f03b8a6d92\";s:10:\"product_id\";i:5762;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:21;}s:5:\"total\";a:1:{i:1;d:21;}}s:13:\"line_subtotal\";d:300;s:17:\"line_subtotal_tax\";d:21;s:10:\"line_total\";d:300;s:8:\"line_tax\";d:21;}}\";s:11:\"cart_totals\";s:421:\"a:15:{s:8:\"subtotal\";s:6:\"300.00\";s:12:\"subtotal_tax\";d:21;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"300.00\";s:17:\"cart_contents_tax\";d:21;s:19:\"cart_contents_taxes\";a:1:{i:1;d:21;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"336.95\";s:9:\"total_tax\";d:21;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:391:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_68a217e0a6c103d2f6ae1a90ae533c2b\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:34:\"Closer Look Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1613074751),(206786,'910329f8c16c31d06ac12b412b1a1246','a:12:{s:4:\"cart\";s:414:\"a:1:{s:32:\"2354c276f1c9156f4b97a11a7aa41254\";a:11:{s:3:\"key\";s:32:\"2354c276f1c9156f4b97a11a7aa41254\";s:10:\"product_id\";i:7200;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:500;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:500;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:409:\"a:15:{s:8:\"subtotal\";s:6:\"500.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:5:\"50.00\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"500.00\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"550.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:413:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_551a222951f3d73f33ea728429c526db\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"50.00\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:56:\"Aquatica Canvas Giclee 26\"x38\" Gallery Edition × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1613074800),(206787,'802','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:737:\"a:26:{s:2:\"id\";s:3:\"802\";s:13:\"date_modified\";s:25:\"2021-01-21T01:46:02+00:00\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:21:\"mdfxtlsizja@sdemo.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1613085579),(206788,'90c3a5ac66a4f8ab99797ae88d906fe6','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"cf9dc5e4e194fc21f397b4cac9cc3ae9\";a:11:{s:3:\"key\";s:32:\"cf9dc5e4e194fc21f397b4cac9cc3ae9\";s:10:\"product_id\";i:5782;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:401:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_fa86729b2392afe2ffeb512f6c972ad5\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:44:\"Loggerhead Sea Turtle Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1613086963),(206789,'50dfde0f9ae9a94a79bdecec440e15c0','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"8763d72bba4a7ade23f9ae1f09f4efc7\";a:11:{s:3:\"key\";s:32:\"8763d72bba4a7ade23f9ae1f09f4efc7\";s:10:\"product_id\";i:5790;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:391:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_0084f7fa07dd034134bea6f6c1ab4579\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:34:\"Shark Study Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1613089446),(206790,'23ee1e4319e8e1ead87f0b0302dc02ff','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"034260c0426cf36118803ce0df4457fd\";a:11:{s:3:\"key\";s:32:\"034260c0426cf36118803ce0df4457fd\";s:10:\"product_id\";i:5797;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:393:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_17f080511a1cddc4e56f07eeb00fe98b\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:36:\"Shark Study 2 Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";s:237:\"a:1:{s:7:\"success\";a:1:{i:0;a:2:{s:6:\"notice\";s:162:\"<a href=\"http://deanostudios.com/cart/\" tabindex=\"1\" class=\"button wc-forward\">View cart</a> “Shark Study 2 Canvas Print” has been added to your cart.\";s:4:\"data\";a:0:{}}}}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1613095492),(206791,'4a707af9bcb10d297097949829189e04','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"cf9dc5e4e194fc21f397b4cac9cc3ae9\";a:11:{s:3:\"key\";s:32:\"cf9dc5e4e194fc21f397b4cac9cc3ae9\";s:10:\"product_id\";i:5782;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:401:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_fa86729b2392afe2ffeb512f6c972ad5\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:44:\"Loggerhead Sea Turtle Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1613096710),(206792,'293cdb982119d87b9d257631dcf5669e','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"8b10a9280bd46b8874af9b5cadec91d5\";a:11:{s:3:\"key\";s:32:\"8b10a9280bd46b8874af9b5cadec91d5\";s:10:\"product_id\";i:5765;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:406:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_c18793de9565a0b0071c0f9ee6eb72ba\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:49:\"Dolphins and Butterflyfish Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";s:250:\"a:1:{s:7:\"success\";a:1:{i:0;a:2:{s:6:\"notice\";s:175:\"<a href=\"http://deanostudios.com/cart/\" tabindex=\"1\" class=\"button wc-forward\">View cart</a> “Dolphins and Butterflyfish Canvas Print” has been added to your cart.\";s:4:\"data\";a:0:{}}}}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1613101551),(206793,'ba664694992762d484cdbdf912b34c2c','a:12:{s:4:\"cart\";s:434:\"a:1:{s:32:\"99607461cdb9c26e2bd5f31b12dcf27a\";a:11:{s:3:\"key\";s:32:\"99607461cdb9c26e2bd5f31b12dcf27a\";s:10:\"product_id\";i:5706;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:21;}s:5:\"total\";a:1:{i:1;d:21;}}s:13:\"line_subtotal\";d:300;s:17:\"line_subtotal_tax\";d:21;s:10:\"line_total\";d:300;s:8:\"line_tax\";d:21;}}\";s:11:\"cart_totals\";s:421:\"a:15:{s:8:\"subtotal\";s:6:\"300.00\";s:12:\"subtotal_tax\";d:21;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"300.00\";s:17:\"cart_contents_tax\";d:21;s:19:\"cart_contents_taxes\";a:1:{i:1;d:21;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"336.95\";s:9:\"total_tax\";d:21;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:397:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_a948624e33dde932933925d89b356a72\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:40:\"Tiger Shark Beach Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";s:241:\"a:1:{s:7:\"success\";a:1:{i:0;a:2:{s:6:\"notice\";s:166:\"<a href=\"http://deanostudios.com/cart/\" tabindex=\"1\" class=\"button wc-forward\">View cart</a> “Tiger Shark Beach Canvas Print” has been added to your cart.\";s:4:\"data\";a:0:{}}}}\";s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1613103861),(206794,'044d7118e6154808f3d6aece969608ae','a:12:{s:4:\"cart\";s:434:\"a:1:{s:32:\"99607461cdb9c26e2bd5f31b12dcf27a\";a:11:{s:3:\"key\";s:32:\"99607461cdb9c26e2bd5f31b12dcf27a\";s:10:\"product_id\";i:5706;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:21;}s:5:\"total\";a:1:{i:1;d:21;}}s:13:\"line_subtotal\";d:300;s:17:\"line_subtotal_tax\";d:21;s:10:\"line_total\";d:300;s:8:\"line_tax\";d:21;}}\";s:11:\"cart_totals\";s:421:\"a:15:{s:8:\"subtotal\";s:6:\"300.00\";s:12:\"subtotal_tax\";d:21;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"300.00\";s:17:\"cart_contents_tax\";d:21;s:19:\"cart_contents_taxes\";a:1:{i:1;d:21;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"336.95\";s:9:\"total_tax\";d:21;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:397:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_a948624e33dde932933925d89b356a72\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:40:\"Tiger Shark Beach Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1613103863),(206795,'206c26726f5c5c8f954aec93f38a7409','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"034260c0426cf36118803ce0df4457fd\";a:11:{s:3:\"key\";s:32:\"034260c0426cf36118803ce0df4457fd\";s:10:\"product_id\";i:5797;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:393:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_17f080511a1cddc4e56f07eeb00fe98b\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:36:\"Shark Study 2 Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1613109500),(206796,'f97f0088bd3ac485d2323c36a007cf80','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"ca7be8306ecc3f5fa30ff2c41e64fa7b\";a:11:{s:3:\"key\";s:32:\"ca7be8306ecc3f5fa30ff2c41e64fa7b\";s:10:\"product_id\";i:5778;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:400:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_57798295ffaf110360251e51a00d557a\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:43:\"Hawksbill Sea Turtle Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1613113872),(206797,'c5a1c878faefcda705a69d47ae86d6d6','a:12:{s:4:\"cart\";s:434:\"a:1:{s:32:\"d384dec9f5f7a64a36b5c8f03b8a6d92\";a:11:{s:3:\"key\";s:32:\"d384dec9f5f7a64a36b5c8f03b8a6d92\";s:10:\"product_id\";i:5762;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:21;}s:5:\"total\";a:1:{i:1;d:21;}}s:13:\"line_subtotal\";d:300;s:17:\"line_subtotal_tax\";d:21;s:10:\"line_total\";d:300;s:8:\"line_tax\";d:21;}}\";s:11:\"cart_totals\";s:421:\"a:15:{s:8:\"subtotal\";s:6:\"300.00\";s:12:\"subtotal_tax\";d:21;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"300.00\";s:17:\"cart_contents_tax\";d:21;s:19:\"cart_contents_taxes\";a:1:{i:1;d:21;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"336.95\";s:9:\"total_tax\";d:21;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:391:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_68a217e0a6c103d2f6ae1a90ae533c2b\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:34:\"Closer Look Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1613114101),(206798,'3a4e15f8f76c14a1580fa87d8b132364','a:12:{s:4:\"cart\";s:442:\"a:1:{s:32:\"034260c0426cf36118803ce0df4457fd\";a:11:{s:3:\"key\";s:32:\"034260c0426cf36118803ce0df4457fd\";s:10:\"product_id\";i:5797;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:17.5;}s:5:\"total\";a:1:{i:1;d:17.5;}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:17.5;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:17.5;}}\";s:11:\"cart_totals\";s:429:\"a:15:{s:8:\"subtotal\";s:6:\"250.00\";s:12:\"subtotal_tax\";d:17.5;s:14:\"shipping_total\";s:5:\"15.95\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:6:\"250.00\";s:17:\"cart_contents_tax\";d:17.5;s:19:\"cart_contents_taxes\";a:1:{i:1;d:17.5;}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"283.45\";s:9:\"total_tax\";d:17.5;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:393:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_17f080511a1cddc4e56f07eeb00fe98b\";s:5:\"rates\";a:1:{s:11:\"flat_rate:1\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:6:{s:2:\"id\";s:11:\"flat_rate:1\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:1;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:5:\"15.95\";s:5:\"taxes\";a:0:{}}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:36:\"Shark Study 2 Canvas Print × 1\";}}}}\";s:25:\"previous_shipping_methods\";s:39:\"a:1:{i:0;a:1:{i:0;s:11:\"flat_rate:1\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:1\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"GA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1613118100); /*!40000 ALTER TABLE `wp_woocommerce_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_shipping_zone_locations` -- DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_shipping_zone_locations` ( `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `zone_id` bigint(20) unsigned NOT NULL, `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`location_id`), KEY `location_id` (`location_id`), KEY `location_type` (`location_type`), KEY `location_type_code` (`location_type`,`location_code`(90)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_shipping_zone_locations` -- LOCK TABLES `wp_woocommerce_shipping_zone_locations` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` DISABLE KEYS */; INSERT INTO `wp_woocommerce_shipping_zone_locations` VALUES (1,1,'US','country'); /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_shipping_zone_methods` -- DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_methods`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_shipping_zone_methods` ( `zone_id` bigint(20) unsigned NOT NULL, `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `method_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `method_order` bigint(20) unsigned NOT NULL, `is_enabled` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`instance_id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_shipping_zone_methods` -- LOCK TABLES `wp_woocommerce_shipping_zone_methods` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` DISABLE KEYS */; INSERT INTO `wp_woocommerce_shipping_zone_methods` VALUES (1,1,'flat_rate',1,1),(1,3,'local_pickup',2,0); /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_shipping_zones` -- DROP TABLE IF EXISTS `wp_woocommerce_shipping_zones`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_shipping_zones` ( `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `zone_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `zone_order` bigint(20) unsigned NOT NULL, PRIMARY KEY (`zone_id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_shipping_zones` -- LOCK TABLES `wp_woocommerce_shipping_zones` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` DISABLE KEYS */; INSERT INTO `wp_woocommerce_shipping_zones` VALUES (1,'USA',0); /*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_tax_rate_locations` -- DROP TABLE IF EXISTS `wp_woocommerce_tax_rate_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_tax_rate_locations` ( `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `tax_rate_id` bigint(20) unsigned NOT NULL, `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`location_id`), KEY `tax_rate_id` (`tax_rate_id`), KEY `location_type` (`location_type`), KEY `location_type_code` (`location_type`,`location_code`(90)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_tax_rate_locations` -- LOCK TABLES `wp_woocommerce_tax_rate_locations` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_tax_rates` -- DROP TABLE IF EXISTS `wp_woocommerce_tax_rates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_tax_rates` ( `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate_priority` bigint(20) unsigned 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) unsigned NOT NULL, `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`tax_rate_id`), KEY `tax_rate_country` (`tax_rate_country`), KEY `tax_rate_state` (`tax_rate_state`(191)), KEY `tax_rate_class` (`tax_rate_class`(191)), KEY `tax_rate_priority` (`tax_rate_priority`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_tax_rates` -- LOCK TABLES `wp_woocommerce_tax_rates` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_tax_rates` DISABLE KEYS */; INSERT INTO `wp_woocommerce_tax_rates` VALUES (1,'US','GA','7.0000','GA Sales Tax',1,0,0,0,''),(2,'US','AL,AK,AS,AZ,AR,CA,CO,CT,DE,DC,FL,GU,HI,ID,IL,IN,IA,KS,KY,LA,ME,MD,MH,MA,MI,FM,MN,MS,MO,MT,NE,NV,NH,NJ,NM,NY,NC,ND,MP,OH,OK,OR,PW,PA,PR,RI,SC,SD,TN,TX,UT,VT,VA,VI,WA,WV,WI,WY','0.0000','No Sales Tax',2,0,0,0,''); /*!40000 ALTER TABLE `wp_woocommerce_tax_rates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_yith_wcwl` -- DROP TABLE IF EXISTS `wp_yith_wcwl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_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, `wishlist_id` int(11) DEFAULT NULL, `dateadded` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`ID`), KEY `prod_id` (`prod_id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_yith_wcwl` -- LOCK TABLES `wp_yith_wcwl` WRITE; /*!40000 ALTER TABLE `wp_yith_wcwl` DISABLE KEYS */; INSERT INTO `wp_yith_wcwl` VALUES (1,6319,1,2,2,'2017-03-14 02:30:20'),(2,7293,1,23,10,'2018-07-17 05:20:45'),(3,7337,1,23,10,'2018-07-17 05:04:23'),(4,7274,1,25,12,'2018-07-20 18:49:33'),(5,7200,1,25,12,'2018-07-20 18:49:23'); /*!40000 ALTER TABLE `wp_yith_wcwl` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_yith_wcwl_lists` -- DROP TABLE IF EXISTS `wp_yith_wcwl_lists`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_yith_wcwl_lists` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL, `wishlist_slug` varchar(200) NOT NULL, `wishlist_name` text, `wishlist_token` varchar(64) NOT NULL, `wishlist_privacy` tinyint(1) NOT NULL DEFAULT '0', `is_default` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), UNIQUE KEY `wishlist_token` (`wishlist_token`), KEY `wishlist_slug` (`wishlist_slug`) ) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_yith_wcwl_lists` -- LOCK TABLES `wp_yith_wcwl_lists` WRITE; /*!40000 ALTER TABLE `wp_yith_wcwl_lists` DISABLE KEYS */; INSERT INTO `wp_yith_wcwl_lists` VALUES (1,1,'','','SEMSILILME7O',0,1),(2,2,'','','F3CA7HCLNDIU',0,1),(3,3,'','','MZ6QL1UF8HQJ',0,1),(4,4,'','','BM0YN1L6IIRD',0,1),(5,6,'','','BVLCS2H3NNW0',0,1),(6,7,'','','63M1A0NB09U7',0,1),(7,9,'','','1RR96OQDRWLD',0,1),(8,13,'','','DI4DMR71G6P4',0,1),(9,22,'','','08LL80YWPCGY',0,1),(10,23,'','','60J8YP74C1EX',0,1),(11,24,'','','MMDH337FGYFK',0,1),(12,25,'','','SA0XS0DXOA1Q',0,1),(13,27,'','','FYCB3ZODKUGA',0,1); /*!40000 ALTER TABLE `wp_yith_wcwl_lists` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_0330990_2' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2021-02-10 6:18:40