📁
SKYSHELL MANAGER
PHP v8.1.29
Create
Create
Path:
root
/
var
/
www
/
html
/
wxwpsite
/
fungiftdeals
/
wp-admin
/
Name
Size
Perm
Actions
📁
css
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
includes
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
maint
-
0755
🗑️
🏷️
🔒
📁
network
-
0755
🗑️
🏷️
🔒
📁
user
-
0755
🗑️
🏷️
🔒
📄
about.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-footer.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin.php
12.63 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
async-upload.php
5.47 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
authorize-application.php
10.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
comment.php
11.37 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
custom-header.php
0.49 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
customize.php
11.21 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit-form-blocks.php
14.73 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit.php
19.48 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
export-personal-data.php
7.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
font-library.php
1.01 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
home.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
7.68 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
media-upload.php
3.58 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
menu-header.php
9.82 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
network.php
5.39 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
press-this.php
2.41 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
privacy.php
2.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
setup-config.php
17.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
themes.phpwp-update.php
114.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
update.php
12.76 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
user-edit.php
40.35 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
widgets-form-blocks.php
5.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: wxwp_spectaclesfree.sql
-- MySQL dump 10.13 Distrib 5.5.60, for Linux (x86_64) -- -- Host: localhost Database: wxwp_spectaclesfree -- ------------------------------------------------------ -- Server version 5.5.60 /*!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 `cerber_acl` -- DROP TABLE IF EXISTS `cerber_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cerber_acl` ( `ip` varchar(39) CHARACTER SET ascii NOT NULL COMMENT 'IP', `ip_long_begin` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT 'IPv4 range begin', `ip_long_end` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT 'IPv4 range end', `tag` char(1) NOT NULL COMMENT 'Type: B or W', `comments` varchar(250) NOT NULL, UNIQUE KEY `ip_begin_end` (`ip`,`ip_long_begin`,`ip_long_end`), KEY `begin_end_tag` (`ip_long_begin`,`ip_long_end`,`tag`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Cerber IP Access Lists'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cerber_acl` -- LOCK TABLES `cerber_acl` WRITE; /*!40000 ALTER TABLE `cerber_acl` DISABLE KEYS */; INSERT INTO `cerber_acl` VALUES ('111.93.114.26',1868395034,1868395034,'W',''),('5.141.226.126',93184638,93184638,'B',''); /*!40000 ALTER TABLE `cerber_acl` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cerber_blocks` -- DROP TABLE IF EXISTS `cerber_blocks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cerber_blocks` ( `ip` varchar(39) CHARACTER SET ascii NOT NULL COMMENT 'Remote IP', `block_until` bigint(20) unsigned NOT NULL COMMENT 'Unix timestamp', `reason` varchar(250) NOT NULL COMMENT 'Why IP was blocked', UNIQUE KEY `ip` (`ip`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Cerber list of currently blocked IPs'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cerber_blocks` -- LOCK TABLES `cerber_blocks` WRITE; /*!40000 ALTER TABLE `cerber_blocks` DISABLE KEYS */; INSERT INTO `cerber_blocks` VALUES ('75.98.173.*',1548947113,'Probing for vulnerable PHP code'); /*!40000 ALTER TABLE `cerber_blocks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cerber_countries` -- DROP TABLE IF EXISTS `cerber_countries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cerber_countries` ( `country` char(3) NOT NULL DEFAULT '' COMMENT 'Country code', `locale` char(10) NOT NULL DEFAULT '' COMMENT 'Locale i18n', `country_name` varchar(250) NOT NULL DEFAULT '' COMMENT 'Country name', PRIMARY KEY (`country`,`locale`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cerber_countries` -- LOCK TABLES `cerber_countries` WRITE; /*!40000 ALTER TABLE `cerber_countries` DISABLE KEYS */; /*!40000 ALTER TABLE `cerber_countries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cerber_lab` -- DROP TABLE IF EXISTS `cerber_lab`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cerber_lab` ( `ip` varchar(39) CHARACTER SET ascii NOT NULL COMMENT 'Remote IP', `reason_id` int(11) unsigned NOT NULL DEFAULT '0', `stamp` bigint(20) unsigned NOT NULL COMMENT 'Unix timestamp', `details` text NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Cerber lab cache'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cerber_lab` -- LOCK TABLES `cerber_lab` WRITE; /*!40000 ALTER TABLE `cerber_lab` DISABLE KEYS */; INSERT INTO `cerber_lab` VALUES ('5.135.143.224',8,1548922500,'a:1:{s:3:\"uri\";s:34:\"/wp-content/themes/sst-cafe/db.php\";}'),('139.224.114.255',8,1548934214,'a:1:{s:3:\"uri\";s:21:\"/wp-content/Mhbgf.php\";}'),('5.135.138.188',8,1548934469,'a:1:{s:3:\"uri\";s:29:\"/wp-content/plugins/hello.php\";}'),('193.106.30.98',8,1548934688,'a:1:{s:3:\"uri\";s:9:\"/news.php\";}'),('75.98.173.208',8,1548943513,'a:1:{s:3:\"uri\";s:40:\"/wp-admin/css/colors/blue/wp-console.php\";}'); /*!40000 ALTER TABLE `cerber_lab` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cerber_lab_ip` -- DROP TABLE IF EXISTS `cerber_lab_ip`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cerber_lab_ip` ( `ip` varchar(39) CHARACTER SET ascii NOT NULL COMMENT 'IP', `reputation` int(11) unsigned NOT NULL COMMENT 'Reputation of IP', `expires` int(11) unsigned NOT NULL COMMENT 'Unix timestamp', PRIMARY KEY (`ip`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Cerber lab IP cache'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cerber_lab_ip` -- LOCK TABLES `cerber_lab_ip` WRITE; /*!40000 ALTER TABLE `cerber_lab_ip` DISABLE KEYS */; /*!40000 ALTER TABLE `cerber_lab_ip` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cerber_lab_net` -- DROP TABLE IF EXISTS `cerber_lab_net`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cerber_lab_net` ( `ip` varchar(39) CHARACTER SET ascii NOT NULL DEFAULT '' COMMENT 'IP address', `ip_long_begin` bigint(20) unsigned NOT NULL DEFAULT '0', `ip_long_end` bigint(20) unsigned NOT NULL DEFAULT '0', `country` char(3) CHARACTER SET ascii NOT NULL DEFAULT '' COMMENT 'Country code', `expires` int(11) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`ip`), UNIQUE KEY `begin_end` (`ip_long_begin`,`ip_long_end`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Cerber lab network cache'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cerber_lab_net` -- LOCK TABLES `cerber_lab_net` WRITE; /*!40000 ALTER TABLE `cerber_lab_net` DISABLE KEYS */; /*!40000 ALTER TABLE `cerber_lab_net` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cerber_log` -- DROP TABLE IF EXISTS `cerber_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cerber_log` ( `ip` varchar(39) CHARACTER SET ascii NOT NULL COMMENT 'Remote IP', `ip_long` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT 'IPv4 long', `user_login` varchar(60) NOT NULL COMMENT 'Username from HTTP request', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `stamp` decimal(14,4) NOT NULL, `activity` int(10) unsigned NOT NULL DEFAULT '0', `session_id` char(32) CHARACTER SET ascii NOT NULL DEFAULT '', `country` char(3) CHARACTER SET ascii NOT NULL DEFAULT '' COMMENT 'Country code', `details` varchar(250) CHARACTER SET ascii NOT NULL DEFAULT '' COMMENT 'Details about HTTP request', KEY `ip` (`ip`), KEY `ip_long` (`ip_long`), KEY `session_index` (`session_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Cerber activity log'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cerber_log` -- LOCK TABLES `cerber_log` WRITE; /*!40000 ALTER TABLE `cerber_log` DISABLE KEYS */; INSERT INTO `cerber_log` VALUES ('82.202.167.53',1389012789,'',0,1546429436.9840,50,'jG1hefK0cU5VsgpyXAmaE3zF','','0|0|0|0|spectaclesfree.com//wp-login.php'),('82.202.167.53',1389012789,'',0,1546429436.9840,11,'jG1hefK0cU5VsgpyXAmaE3zF','','0|0|0|0|spectaclesfree.com//wp-login.php'),('82.202.167.53',1389012789,'',0,1546429439.5610,55,'uSV2POemqhdgf3Z8nCry5AvF','','13|0|0|0|spectaclesfree.com//administrator/index.php'),('82.202.167.53',1389012789,'',0,1546429440.5140,55,'sTFaA1xmEvGInlHhY73gqcNM','','13|0|0|0|spectaclesfree.com//admin.php'),('46.32.249.72',773912904,'',0,1546432034.7510,55,'lbLMjvuSWdERfK0oXha6ZmPV','','13|0|0|0|spectaclesfree.com/wp-upload-class.php'),('46.32.249.72',773912904,'',0,1546432034.7510,11,'lbLMjvuSWdERfK0oXha6ZmPV','','0|0|0|0|spectaclesfree.com/wp-upload-class.php'),('46.32.249.72',773912904,'',0,1546432035.3800,55,'GiFU1Ka9whl7s2YjdkMb6oO8','','13|0|0|0|spectaclesfree.com/wp-admin/wp-upload-class.php'),('46.32.249.72',773912904,'',0,1546432035.9950,55,'FMKthAcjDVYuevqzI1oQwHPa','','13|0|0|0|spectaclesfree.com/wp-ajax-hook.php'),('46.32.249.72',773912904,'',0,1546432036.6720,55,'5KIPDY90zgA8oiZE7dUMbtBX','','13|0|0|0|spectaclesfree.com/new_license.php'),('46.32.249.72',773912904,'',0,1546432037.3420,55,'rxvbdGPyZVYHnS6wasUBjqRo','','13|0|0|0|spectaclesfree.com/assets/images/new_license.php'),('46.32.249.72',773912904,'',0,1546432037.9450,55,'WyAEIa8b0ZkY2cTes1qvP6u3','','13|0|0|0|spectaclesfree.com/wp-xml.php'),('46.32.249.72',773912904,'',0,1546432038.6350,55,'uAS4UDm76WojptO5IzFJsEd0','','13|0|0|0|spectaclesfree.com/newsleter.php'),('46.32.249.72',773912904,'',0,1546432039.2500,55,'T6JhQ4ldCtxoy1iLMnG5XfPv','','13|0|0|0|spectaclesfree.com/content-post.php'),('46.32.249.72',773912904,'',0,1546432039.8710,55,'I2dcOaYn9mPFxpeMAKBQRUj0','','13|0|0|0|spectaclesfree.com/header-cache.php'),('46.32.249.72',773912904,'',0,1546432040.4950,55,'NTIPfXvj0ul6aYSoDmRtGgb1','','13|0|0|0|spectaclesfree.com/assets/images/header-cache.php'),('46.32.249.72',773912904,'',0,1546432041.1000,55,'mU9qyTkAG01WNV3xSbREKHOp','','13|0|0|0|spectaclesfree.com/cache_.php'),('46.32.249.72',773912904,'',0,1546432041.7540,55,'zZKdhtAEM9qu35esj8HfoN4F','','13|0|0|0|spectaclesfree.com/license.php'),('46.32.249.72',773912904,'',0,1546432050.9980,55,'GEjb0A6slmyPgIMhUpkeQ2Jv','','13|0|0|0|spectaclesfree.com/installer.php'),('46.32.249.72',773912904,'',0,1546432051.6110,55,'51ReGMvAjJKZ9BT8rsYpkQDn','','13|0|0|0|spectaclesfree.com/installer-backup.php'),('46.32.249.72',773912904,'',0,1546432056.4970,55,'z5xm9ankViO2HKDTQBqGvLFP','','13|0|0|0|spectaclesfree.com/installer.php'),('46.32.249.72',773912904,'',0,1546432057.1320,55,'gPZl4boYCcSmFu9UOa1kMsTt','','13|0|0|0|spectaclesfree.com/installer-backup.php'),('46.32.249.72',773912904,'',0,1546432058.2360,55,'PJaXnTy61C5RZfwdODA74m0S','','13|0|0|0|spectaclesfree.com/installer.php'),('46.32.249.72',773912904,'',0,1546432058.8960,55,'6uMDvmcOVkdNfUbJYPT59jex','','13|0|0|0|spectaclesfree.com/installer-backup.php'),('46.32.249.72',773912904,'',0,1546432059.5170,55,'v0lfeROZLu6KJtxgsIaMEPUi','','13|0|0|0|spectaclesfree.com/.trash/installer.php'),('46.32.249.72',773912904,'',0,1546432065.0830,55,'uIO9mJGn6CX7fcU5x3Egb0Y1','','13|0|0|0|spectaclesfree.com/searchreplacedb2.php'),('46.32.249.72',773912904,'',0,1546432070.8670,55,'Rqv4P1tdwNc6fIjiToDMZnex','','13|0|0|0|spectaclesfree.com/searchreplacedb2.php'),('200.43.15.186',3358265274,'',0,1546438882.5330,55,'DPg1XZBMktxRCO2FyVjs5Sl6','','13|0|0|0|spectaclesfree.com/installer.php'),('200.43.15.186',3358265274,'',0,1546438882.5330,11,'DPg1XZBMktxRCO2FyVjs5Sl6','','0|0|0|0|spectaclesfree.com/installer.php'),('185.234.217.137',3119176073,'',0,1546491837.4770,50,'D6oTJbz4KWRBVmgnlFQc1Hqw','','0|0|0|0|spectaclesfree.com/wp-login.php'),('185.234.217.137',3119176073,'',0,1546491837.4770,11,'D6oTJbz4KWRBVmgnlFQc1Hqw','','0|0|0|0|spectaclesfree.com/wp-login.php'),('185.234.217.137',3119176073,'',0,1546491838.2420,50,'mOWxRCMvkzdUJPGhDy0i1Z8I','','13|0|0|0|spectaclesfree.com/wp-login.php'),('185.234.217.151',3119176087,'',0,1546503011.3820,50,'lE9Tce4s8uKF3C7DYqZPt1gi','','0|0|0|0|spectaclesfree.com/wp-login.php'),('185.234.217.151',3119176087,'',0,1546503011.3820,11,'lE9Tce4s8uKF3C7DYqZPt1gi','','0|0|0|0|spectaclesfree.com/wp-login.php'),('185.234.217.151',3119176087,'',0,1546503012.1800,50,'aWobPJU1lXQ32M4SVtHCAqD8','','13|0|0|0|spectaclesfree.com/wp-login.php'),('193.201.224.17',3251232785,'',0,1546589694.9310,50,'kqYXovcI9OKFyGU8wp0sCbVR','','0|0|0|0|spectaclesfree.com/wp-login.php'),('193.201.224.17',3251232785,'',0,1546589694.9310,11,'kqYXovcI9OKFyGU8wp0sCbVR','','0|0|0|0|spectaclesfree.com/wp-login.php'),('193.201.224.17',3251232785,'',0,1546589704.3920,50,'FDGzZfi1RUK5jhkoXeVYMvJL','','13|0|0|0|spectaclesfree.com//wp-login.php'),('185.211.245.167',3117675943,'',0,1546606871.2540,50,'qmADHpBvZeQhxljz2XniSw3O','','0|0|0|0|spectaclesfree.com/wp-login.php'),('185.211.245.167',3117675943,'',0,1546606871.2540,11,'qmADHpBvZeQhxljz2XniSw3O','','0|0|0|0|spectaclesfree.com/wp-login.php'),('81.88.49.42',1364734250,'',0,1546607406.1780,55,'o5cjpAewbOuqrVCzB8dEl30Y','','13|0|0|0|spectaclesfree.com/Dwsonv.php.suspected'),('81.88.49.42',1364734250,'',0,1546607406.1780,11,'o5cjpAewbOuqrVCzB8dEl30Y','','0|0|0|0|spectaclesfree.com/Dwsonv.php.suspected'),('81.88.49.43',1364734251,'',0,1546607412.3370,55,'CLkDxh09PT4QFNetnR72Srbj','','13|0|0|0|spectaclesfree.com/Dwsonv.php.suspected'),('188.66.6.88',3158443608,'',0,1546608909.1280,55,'mqu9oJEwGdklrFjfLaMvTSh0','','13|0|0|0|spectaclesfree.com/wp-content/plugins/simple/tags.php'),('188.66.6.88',3158443608,'',0,1546608909.1280,11,'mqu9oJEwGdklrFjfLaMvTSh0','','0|0|0|0|spectaclesfree.com/wp-content/plugins/simple/tags.php'),('144.34.206.40',2418200104,'',0,1546634031.7700,55,'qzOP4isDUC5haKYbV7nBwxmd','','13|0|0|0|spectaclesfree.com/wp-content/info.php'),('144.34.206.40',2418200104,'',0,1546634031.7700,11,'qzOP4isDUC5haKYbV7nBwxmd','','0|0|0|0|spectaclesfree.com/wp-content/info.php'),('144.34.206.40',2418200104,'',0,1546634033.1150,55,'Yv2D47CTMqc9bHsxSPBuE5yj','','13|0|0|0|spectaclesfree.com/wp-content/info.php'),('144.34.206.40',2418200104,'',0,1546634057.5990,55,'672ghMGSj8E9cWrxbLmZAaCn','','13|0|0|0|spectaclesfree.com/wp-content/info.php'),('144.34.206.40',2418200104,'',0,1546634060.4830,55,'rtdncD5VXAK0CN9OIyHxp7w6','','13|0|0|0|spectaclesfree.com/wp-content/info.php'),('144.34.206.40',2418200104,'',0,1546634063.4520,55,'dyAVRqPtnsl4ex1NSuicrGEJ','','13|0|0|0|spectaclesfree.com/wp-content/info.php'),('46.105.101.95',778659167,'',0,1546645864.4320,50,'sfzoE4F3ZxjklmP6rHDpQX0y','','0|0|0|0|spectaclesfree.com/wp-login.php'),('46.105.101.95',778659167,'',0,1546645864.4320,11,'sfzoE4F3ZxjklmP6rHDpQX0y','','0|0|0|0|spectaclesfree.com/wp-login.php'),('162.241.216.239',2733758703,'',0,1546688904.9010,55,'lsoVcAN5bamW08gHeI37OJ6h','','13|0|0|0|spectaclesfree.com/wp-content/plugins/hello.php'),('162.241.216.239',2733758703,'',0,1546688904.9010,11,'lsoVcAN5bamW08gHeI37OJ6h','','0|0|0|0|spectaclesfree.com/wp-content/plugins/hello.php'),('69.163.250.228',1168374500,'',0,1546690995.2850,55,'t9KdLFzGc8r1nUolxm5Y7HND','','13|0|0|0|spectaclesfree.com/wp-content/themes/twentyfourteen/404.php'),('69.163.250.228',1168374500,'',0,1546690995.2850,11,'t9KdLFzGc8r1nUolxm5Y7HND','','0|0|0|0|spectaclesfree.com/wp-content/themes/twentyfourteen/404.php'),('5.101.156.167',90545319,'',0,1546700331.6080,55,'xotEqyNg4QLC9MKF5iRwTVpH','','13|0|0|0|spectaclesfree.com/wp-content/plugins/hello.php'),('5.101.156.167',90545319,'',0,1546700331.6080,11,'xotEqyNg4QLC9MKF5iRwTVpH','','0|0|0|0|spectaclesfree.com/wp-content/plugins/hello.php'),('5.196.81.104',96751976,'',0,1546712846.9680,55,'HIw3lmhqpsPBtjuNA160kaze','','13|0|0|0|spectaclesfree.com/wp-content/uploads/2018/11/w.php'),('5.196.81.104',96751976,'',0,1546712846.9680,11,'HIw3lmhqpsPBtjuNA160kaze','','0|0|0|0|spectaclesfree.com/wp-content/uploads/2018/11/w.php'),('138.197.10.226',2328169186,'',0,1546716427.4770,55,'nvEGQ8R9eJctMZWowg2kuXTp','','13|0|0|0|spectaclesfree.com/wp-content/themes/twentysixteen/404.php'),('138.197.10.226',2328169186,'',0,1546716427.4770,11,'nvEGQ8R9eJctMZWowg2kuXTp','','0|0|0|0|spectaclesfree.com/wp-content/themes/twentysixteen/404.php'),('138.197.10.226',2328169186,'',0,1546716448.5270,55,'7PqXNt6WyiEZu0bAKcSfrCTQ','','13|0|0|0|spectaclesfree.com/wp-content/themes/twentysixteen/404.php'),('139.224.114.255',2346742527,'',0,1546729573.0130,55,'Mtm7uZP8Of3jkSFLDlQBqwia','','13|0|0|0|spectaclesfree.com/wp-logout.php.suspected'),('139.224.114.255',2346742527,'',0,1546729573.0130,11,'Mtm7uZP8Of3jkSFLDlQBqwia','','0|0|0|0|spectaclesfree.com/wp-logout.php.suspected'),('139.224.114.255',2346742527,'',0,1546729576.4550,55,'r15Szio0aYmfWXE8c9Mn4HBR','','13|0|0|0|spectaclesfree.com/wp-logout.php.suspected'),('139.224.114.255',2346742527,'',0,1546729604.3790,55,'IBkUsnxO3d1KPD5ugQ9M7LXz','','13|0|0|0|spectaclesfree.com/wp-logout.php.suspected'),('119.59.120.33',2000386081,'',0,1546736022.9750,55,'uBvPGqo4Khr7nlJVcX1e8392','','13|0|0|0|spectaclesfree.com/wp-content/plugins/background-image-cropper/content-post.php.suspected'),('119.59.120.33',2000386081,'',0,1546736022.9750,11,'uBvPGqo4Khr7nlJVcX1e8392','','0|0|0|0|spectaclesfree.com/wp-content/plugins/background-image-cropper/content-post.php.suspected'),('119.59.120.33',2000386081,'',0,1546736026.6660,55,'aorQxMDdiWP9u3jhsNweIvGl','','13|0|0|0|spectaclesfree.com/wp-content/plugins/background-image-cropper/content-post.php.suspected'),('81.88.49.54',1364734262,'',0,1546747185.5860,55,'DP8pKst4XiZB6OEHJvjqRLIW','','13|0|0|0|spectaclesfree.com/wp-content/plugins/simple/zo.php'),('81.88.49.54',1364734262,'',0,1546747185.5860,11,'DP8pKst4XiZB6OEHJvjqRLIW','','0|0|0|0|spectaclesfree.com/wp-content/plugins/simple/zo.php'),('81.88.49.44',1364734252,'',0,1546747188.7480,55,'Je8Adyz6tGDqbia5wfvk7BSH','','13|0|0|0|spectaclesfree.com/wp-content/plugins/simple/zo.php'),('64.207.177.227',1087353315,'',0,1546747792.0340,55,'5GzkFdNfMJHX0WyKl4C6S2au','','13|0|0|0|spectaclesfree.com/wp-admin/css/colors/blue/class.php'),('64.207.177.227',1087353315,'',0,1546747792.0340,11,'5GzkFdNfMJHX0WyKl4C6S2au','','0|0|0|0|spectaclesfree.com/wp-admin/css/colors/blue/class.php'),('50.62.56.237',842938605,'',0,1546792840.2050,55,'nWru1Tf0ocULQjy9zKCdB8sH','','13|0|0|0|spectaclesfree.com/wp-admin/maint/Mhbgf.php'),('50.62.56.237',842938605,'',0,1546792840.2050,11,'nWru1Tf0ocULQjy9zKCdB8sH','','0|0|0|0|spectaclesfree.com/wp-admin/maint/Mhbgf.php'),('113.8.194.3',1896399363,'',0,1546793116.7620,50,'9Mismv8UfJkz4xunL5Tlqje6','','0|0|0|0|spectaclesfree.com/wp-login.php'),('113.8.194.3',1896399363,'',0,1546793116.7620,11,'9Mismv8UfJkz4xunL5Tlqje6','','0|0|0|0|spectaclesfree.com/wp-login.php'),('113.8.194.3',1896399363,'',0,1546793122.8180,50,'CqDVdeUp2N1lJS6nitbrvgX0','','13|0|0|0|spectaclesfree.com/wp-login.php'),('66.198.240.36',1120333860,'',0,1546793877.2040,55,'578yXxRsnIfdUM4hH2lrbYVG','','13|0|0|0|spectaclesfree.com/newsfeter.php.suspected'),('66.198.240.36',1120333860,'',0,1546793877.2040,11,'578yXxRsnIfdUM4hH2lrbYVG','','0|0|0|0|spectaclesfree.com/newsfeter.php.suspected'),('125.159.137.216',2107607512,'',0,1546795523.3860,50,'Y3rbiGydvHaOzfsClFkPUIm9','','0|0|0|0|spectaclesfree.com/wp-login.php'),('125.159.137.216',2107607512,'',0,1546795523.3860,11,'Y3rbiGydvHaOzfsClFkPUIm9','','0|0|0|0|spectaclesfree.com/wp-login.php'),('125.159.137.216',2107607512,'',0,1546795531.0060,50,'Yeno1OPXMsJTz03R76axBQqk','','13|0|0|0|spectaclesfree.com/wp-login.php'),('193.201.224.17',3251232785,'',0,1546804241.1480,50,'rANFgGJknvKh0ZjlRBi4mat1','','0|0|0|0|spectaclesfree.com/wp-login.php'),('193.201.224.17',3251232785,'',0,1546804241.1480,11,'rANFgGJknvKh0ZjlRBi4mat1','','0|0|0|0|spectaclesfree.com/wp-login.php'),('193.201.224.17',3251232785,'',0,1546804244.8240,50,'B51aXCEoKdYxg2zwOGTrRQMf','','13|0|0|0|spectaclesfree.com//wp-login.php'),('173.44.35.187',2905351099,'',0,1546815128.1380,50,'HO5FQbMUpvj6qBJIACtfXKm7','','0|0|0|0|spectaclesfree.com/wp-login.php'),('173.44.35.187',2905351099,'',0,1546815128.1380,11,'HO5FQbMUpvj6qBJIACtfXKm7','','0|0|0|0|spectaclesfree.com/wp-login.php'),('193.201.224.17',3251232785,'',0,1546892548.2200,50,'OdzVRwrjNtQWboX63nSpTkCe','','0|0|0|0|spectaclesfree.com/wp-login.php'),('193.201.224.17',3251232785,'',0,1546892548.2200,11,'OdzVRwrjNtQWboX63nSpTkCe','','0|0|0|0|spectaclesfree.com/wp-login.php'),('193.201.224.17',3251232785,'',0,1546892549.9470,50,'b7UXs8nwOEDace9ZQmNVxlAz','','13|0|0|0|spectaclesfree.com//wp-login.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547008975.5920,7,'V1Eg9qhZB8GdNKPpAe3LtWjQ','','0|0|0|0|spectaclesfree.com/xmlrpc.php'),('192.99.1.38',3227713830,'',0,1547009865.0370,50,'F8SJOA3cM5IBuUYiV6QDvGbt','','0|0|0|0|spectaclesfree.com/wp-login.php'),('192.99.1.38',3227713830,'',0,1547009865.0370,11,'F8SJOA3cM5IBuUYiV6QDvGbt','','0|0|0|0|spectaclesfree.com/wp-login.php'),('192.99.1.38',3227713830,'',0,1547010076.5450,50,'b2E9B4t3zL0OA5M7GUZyhHgi','','13|0|0|0|spectaclesfree.com/wp-login.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547016494.1200,7,'OQH1yi0gKv6MREDPUCchlLa3','','0|0|0|0|spectaclesfree.com/xmlrpc.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547024402.4680,7,'xGueZpncd0sAEkvU7BX2KyPg','','0|0|0|0|spectaclesfree.com/xmlrpc.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547032427.3880,7,'MxqbFk60w3IjapszfnSDZV89','','0|0|0|0|spectaclesfree.com/xmlrpc.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547040475.1350,7,'3ao7Hs01njcgdRuLKXOfUVS2','','0|0|0|0|spectaclesfree.com/xmlrpc.php'),('74.63.197.26',1245693210,'',0,1547045513.6220,50,'fnpq0GQSIJFEA6imu3UBZTyl','','0|0|0|0|spectaclesfree.com/wp-login.php'),('74.63.197.26',1245693210,'',0,1547045513.6220,11,'fnpq0GQSIJFEA6imu3UBZTyl','','0|0|0|0|spectaclesfree.com/wp-login.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547048478.6810,7,'pIPa1K5WojhsUZ6t9GMVveq2','','0|0|0|0|spectaclesfree.com/xmlrpc.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547056461.2140,7,'BY93nWiRywDdox0NAUEFt4rj','','0|0|0|0|spectaclesfree.com/xmlrpc.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547064443.6560,7,'0KbWEATM8g27U1ZJ94Y6XuhR','','0|0|0|0|spectaclesfree.com/xmlrpc.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547072489.3040,7,'TauhvqcPyxNmr8BUn1JKwI4g','','0|0|0|0|spectaclesfree.com/xmlrpc.php'),('192.99.1.38',3227713830,'',0,1547088686.9500,50,'dxmeMbNCPtJUTIlyQKgqa8Vo','','0|0|0|0|spectaclesfree.com/wp-login.php'),('192.99.1.38',3227713830,'',0,1547088686.9500,11,'dxmeMbNCPtJUTIlyQKgqa8Vo','','0|0|0|0|spectaclesfree.com/wp-login.php'),('192.99.1.38',3227713830,'',0,1547088711.3810,50,'dSbV6uK4aMF78nJE3wN9DjmP','','13|0|0|0|spectaclesfree.com/wp-login.php'),('185.234.217.208',3119176144,'',0,1547102027.5120,50,'qQUJ5XS0PZ8w9nr74KfoudAe','','0|0|0|0|spectaclesfree.com/wp-login.php'),('185.234.217.208',3119176144,'',0,1547102027.5120,11,'qQUJ5XS0PZ8w9nr74KfoudAe','','0|0|0|0|spectaclesfree.com/wp-login.php'),('185.234.217.208',3119176144,'',0,1547102028.2640,50,'Q372dZwE0FLDb1eq9kfhsKAp','','13|0|0|0|spectaclesfree.com/wp-login.php'),('190.13.106.93',3188550237,'',0,1547115187.2890,50,'BD6tMNgnPQZR5upGXx7FrKH9','','0|0|0|0|spectaclesfree.com/wp-login.php'),('190.13.106.93',3188550237,'',0,1547115187.2890,11,'BD6tMNgnPQZR5upGXx7FrKH9','','0|0|0|0|spectaclesfree.com/wp-login.php'),('190.13.106.93',3188550237,'',0,1547115192.4520,50,'2XnWxOJPYAQykDmUdt3pr54N','','13|0|0|0|spectaclesfree.com/wp-login.php'),('222.97.89.45',3730921773,'',0,1547115564.5480,50,'hF6sMDO9rPKBiL0bG412N8kg','','0|0|0|0|spectaclesfree.com/wp-login.php'),('222.97.89.45',3730921773,'',0,1547115564.5480,11,'hF6sMDO9rPKBiL0bG412N8kg','','0|0|0|0|spectaclesfree.com/wp-login.php'),('222.97.89.45',3730921773,'',0,1547115568.2920,50,'ZSAlIq9ruejTFw54GiLKcnEk','','13|0|0|0|spectaclesfree.com/wp-login.php'),('112.167.130.88',1890026072,'',0,1547117996.2660,50,'Pj1MBdwpKyu3eW7oJFgch0nL','','0|0|0|0|spectaclesfree.com/wp-login.php'),('112.167.130.88',1890026072,'',0,1547117996.2660,11,'Pj1MBdwpKyu3eW7oJFgch0nL','','0|0|0|0|spectaclesfree.com/wp-login.php'),('112.167.130.88',1890026072,'',0,1547118001.3680,50,'n9NDowTBW4uIjAFVdEkPaQGs','','13|0|0|0|spectaclesfree.com/wp-login.php'),('194.113.106.11',3262212619,'wxwebadmin',0,1547119804.4430,7,'cRZz6OlEiKV04N81MJnGBetd','','0|0|0|0|spectaclesfree.com/xmlrpc.php'),('194.113.106.11',3262212619,'wxwebadmin',0,1547119805.2230,7,'IzFufMLdSsNR0Q2nqwVmKlhr','','0|0|0|0|spectaclesfree.com/xmlrpc.php'),('194.113.106.11',3262212619,'wxwebadmin',0,1547119806.0580,7,'VUMCpexc0PEX4QOoqfjL5nGH','','0|0|0|0|spectaclesfree.com/xmlrpc.php'),('194.113.106.11',3262212619,'',0,1547119806.0580,11,'VUMCpexc0PEX4QOoqfjL5nGH','','0|0|0|0|spectaclesfree.com/xmlrpc.php'),('194.113.106.11',3262212619,'',0,1547119806.9500,50,'nj56GhFHTgIywz0BW4VqNbcP','','13|0|0|0|spectaclesfree.com/xmlrpc.php'),('136.144.131.4',2291172100,'',0,1547144295.9860,55,'xAf6dhR2UqbXNvtPLMYOJEWT','','13|0|0|0|spectaclesfree.com/wp-content/themes/Revera/timthumb.php'),('136.144.131.4',2291172100,'',0,1547144295.9860,11,'xAf6dhR2UqbXNvtPLMYOJEWT','','0|0|0|0|spectaclesfree.com/wp-content/themes/Revera/timthumb.php'),('136.144.131.4',2291172100,'',0,1547144297.6210,55,'nlHtP8ZAjEqM1D5B4g0xbkCK','','13|0|0|0|spectaclesfree.com/wp-content/themes/Viper/timthumb.php'),('136.144.131.4',2291172100,'',0,1547144317.9280,55,'Zoa9IHj4dShmuvq3tEX0nV2N','','13|0|0|0|spectaclesfree.com/wp-content/plugins/wp-custom-pages/wp-download.php'),('136.144.131.4',2291172100,'',0,1547144320.5370,55,'4KToJaUA1hG5qxrD9Hd3Yb80','','13|0|0|0|spectaclesfree.com/wp-content/themes/MichaelCanthony/download.php'),('94.23.196.14',1578615822,'',0,1547181321.1700,50,'JAaDE60kCtgF9h84xGLTenbO','','0|0|0|0|spectaclesfree.com/wp-login.php'),('94.23.196.14',1578615822,'',0,1547181321.1700,11,'JAaDE60kCtgF9h84xGLTenbO','','0|0|0|0|spectaclesfree.com/wp-login.php'),('185.4.29.152',3104054680,'',0,1547181383.0310,55,'jvNQa2JxSo1VgL80nwrW4qkf','','13|0|0|0|spectaclesfree.com/assets/images/content-post.php'),('185.4.29.152',3104054680,'',0,1547181383.0310,11,'jvNQa2JxSo1VgL80nwrW4qkf','','0|0|0|0|spectaclesfree.com/assets/images/content-post.php'),('185.4.29.152',3104054680,'',0,1547181391.7470,55,'NczrkqXD5CsSG4l3jIU6bA9T','','13|0|0|0|spectaclesfree.com/assets/images/content-post.php'),('94.23.196.14',1578615822,'',0,1547181412.9470,50,'8kCK0dMFheAqcuTVREtNpOj6','','13|0|0|0|spectaclesfree.com/wp-login.php'),('145.239.169.76',2448402764,'',0,1547217564.4420,55,'wuE2GaRgm6Mt8Incey5FTDKr','','13|0|0|0|spectaclesfree.com/wp-upload-class.php'),('145.239.169.76',2448402764,'',0,1547217564.4420,11,'wuE2GaRgm6Mt8Incey5FTDKr','','0|0|0|0|spectaclesfree.com/wp-upload-class.php'),('145.239.169.76',2448402764,'',0,1547217565.0660,55,'8qDkYjI34SofaL9ucs6UhXrV','','13|0|0|0|spectaclesfree.com/wp-admin/wp-upload-class.php'),('145.239.169.76',2448402764,'',0,1547217565.6680,55,'iY0cnUjVJRv7QkDu1AdxaeTF','','13|0|0|0|spectaclesfree.com/wp-ajax-hook.php'),('145.239.169.76',2448402764,'',0,1547217566.2870,55,'Yxd8cHROroVaji4Fy03nC5TW','','13|0|0|0|spectaclesfree.com/new_license.php'),('145.239.169.76',2448402764,'',0,1547217566.9000,55,'JERYIg6swpmH4bjqzBGC21du','','13|0|0|0|spectaclesfree.com/assets/images/new_license.php'),('145.239.169.76',2448402764,'',0,1547217567.4980,55,'NaBI8iywVWsUZ9Dch1OClHXn','','13|0|0|0|spectaclesfree.com/wp-xml.php'),('145.239.169.76',2448402764,'',0,1547217568.0990,55,'Pblvt6i9BoWpCQIVYeuxcdHT','','13|0|0|0|spectaclesfree.com/newsleter.php'),('145.239.169.76',2448402764,'',0,1547217568.7070,55,'l0ZdXmCcuNt9OfwgVAE3kbTa','','13|0|0|0|spectaclesfree.com/content-post.php'),('145.239.169.76',2448402764,'',0,1547217569.3100,55,'KG6fEouwSV4DczdbUgZt9qpn','','13|0|0|0|spectaclesfree.com/header-cache.php'),('145.239.169.76',2448402764,'',0,1547217569.9080,55,'yc8XD7UlTu6q4aREM2gIWbx1','','13|0|0|0|spectaclesfree.com/assets/images/header-cache.php'),('145.239.169.76',2448402764,'',0,1547217570.5210,55,'L4gaPmUI2dkwOzhlVGtpcFAs','','13|0|0|0|spectaclesfree.com/cache_.php'),('145.239.169.76',2448402764,'',0,1547217571.1430,55,'9FLtmoCxdv6PBGOHzeiq1VbI','','13|0|0|0|spectaclesfree.com/license.php'),('145.239.169.76',2448402764,'',0,1547217580.4330,55,'5U49fv6aipLmxZEynJYGPhDN','','13|0|0|0|spectaclesfree.com/installer.php'),('145.239.169.76',2448402764,'',0,1547217581.0490,55,'u4Pf5mCSoQs8pREnJthiZxBw','','13|0|0|0|spectaclesfree.com/installer-backup.php'),('145.239.169.76',2448402764,'',0,1547217588.5190,55,'v4cloGQYryZgIqbxJNCpDtAa','','13|0|0|0|spectaclesfree.com/installer.php'),('145.239.169.76',2448402764,'',0,1547217589.1310,55,'GO4cglj8htZ0zE5fKR16DWJn','','13|0|0|0|spectaclesfree.com/installer-backup.php'),('145.239.169.76',2448402764,'',0,1547217590.1420,55,'4H0dabnlO1heNmyU7ZYSpVJB','','13|0|0|0|spectaclesfree.com/installer.php'),('145.239.169.76',2448402764,'',0,1547217590.7460,55,'1jWfd6nipB4GzFEvCU0Z8QTH','','13|0|0|0|spectaclesfree.com/installer-backup.php'),('145.239.169.76',2448402764,'',0,1547217596.6710,55,'EXTyNSgZnUvKFwWiduMrV1mp','','13|0|0|0|spectaclesfree.com/searchreplacedb2.php'),('145.239.169.76',2448402764,'',0,1547217602.5450,55,'HfiX29jeUTzYIKMOgD3F0GJl','','13|0|0|0|spectaclesfree.com/searchreplacedb2.php'),('45.32.232.150',757131414,'',0,1547217613.7270,55,'7FMwNrjlRy4UZxWnJ2PLB3gD','','13|0|0|0|spectaclesfree.com/wp-upload-class.php'),('45.32.232.150',757131414,'',0,1547217613.7270,11,'7FMwNrjlRy4UZxWnJ2PLB3gD','','0|0|0|0|spectaclesfree.com/wp-upload-class.php'),('103.255.101.13',1744790797,'',0,1547219913.4520,55,'VyqUIZCN0fBHSxoLwJ6AniPs','','13|0|0|0|spectaclesfree.com/wp-includes/fonts/Mhbgf.php.suspected'),('103.255.101.13',1744790797,'',0,1547219913.4520,11,'VyqUIZCN0fBHSxoLwJ6AniPs','','0|0|0|0|spectaclesfree.com/wp-includes/fonts/Mhbgf.php.suspected'),('103.255.101.13',1744790797,'',0,1547219915.4410,55,'pSEUzWa37KMmCvjkL8gxdHnN','','13|0|0|0|spectaclesfree.com/wp-includes/fonts/Mhbgf.php.suspected'),('193.106.30.98',3244957282,'',0,1547220467.6600,55,'Uj2pTMKmGnJarHO5vch1kVeW','','13|0|0|0|spectaclesfree.com/license.php'),('193.106.30.98',3244957282,'',0,1547220467.6600,11,'Uj2pTMKmGnJarHO5vch1kVeW','','0|0|0|0|spectaclesfree.com/license.php'),('45.117.78.48',762662448,'',0,1547223515.8110,55,'HyZYOhzDdluGw9x4kfs2gUNt','','13|0|0|0|spectaclesfree.com/wp-content/plugins/background-image-cropper/newsleter.php.suspected'),('45.117.78.48',762662448,'',0,1547223515.8110,11,'HyZYOhzDdluGw9x4kfs2gUNt','','0|0|0|0|spectaclesfree.com/wp-content/plugins/background-image-cropper/newsleter.php.suspected'),('193.106.30.98',3244957282,'',0,1547224448.4700,55,'7NXp6ZAHIubhU2tvLdr8qx4w','','13|0|0|0|spectaclesfree.com/accesson.php'),('193.106.30.98',3244957282,'',0,1547224448.4700,11,'7NXp6ZAHIubhU2tvLdr8qx4w','','0|0|0|0|spectaclesfree.com/accesson.php'),('193.106.30.98',3244957282,'',0,1547228926.8440,55,'YKi90XQof15WUACxgehysIbr','','13|0|0|0|spectaclesfree.com/license.php'),('193.106.30.98',3244957282,'',0,1547228926.8440,11,'YKi90XQof15WUACxgehysIbr','','0|0|0|0|spectaclesfree.com/license.php'),('193.106.30.98',3244957282,'',0,1547230412.8240,55,'dzibKlZCINOyusB6xaRkewF3','','13|0|0|0|spectaclesfree.com/wp-content/themes/sketch/404.php'),('193.106.30.98',3244957282,'',0,1547232000.9770,55,'QhYZVTgCc56MEdzxO4IKLn2H','','13|0|0|0|spectaclesfree.com/wp-content/themes/twentyseventeen/404.php'),('193.106.30.98',3244957282,'',0,1547237669.3050,55,'m0LNpIjvedct3Y41woFqaMsW','','13|0|0|0|spectaclesfree.com/wp-content/themes/bloggingcream/404.php'),('193.106.30.98',3244957282,'',0,1547237669.3050,11,'m0LNpIjvedct3Y41woFqaMsW','','0|0|0|0|spectaclesfree.com/wp-content/themes/bloggingcream/404.php'),('193.106.30.98',3244957282,'',0,1547240596.6830,55,'9rEjp3OZ2gBzVbcCfn4J1aSy','','13|0|0|0|spectaclesfree.com/wp-content/themes/agregado/404.php'),('77.88.87.74',1297635146,'',0,1547243922.8820,55,'8InBHwqOoVvre2MfLhujz7XP','','13|0|0|0|spectaclesfree.com/wp-content/uploader.php'),('77.88.87.74',1297635146,'',0,1547243922.8820,11,'8InBHwqOoVvre2MfLhujz7XP','','0|0|0|0|spectaclesfree.com/wp-content/uploader.php'),('188.66.6.88',3158443608,'',0,1547244672.8830,55,'DefBzOCwFcjU0nAdJqLG5hi6','','13|0|0|0|spectaclesfree.com/wp-content/themes/photozoom/customizer/sections/Meuhy.php.suspected'),('188.66.6.88',3158443608,'',0,1547244672.8830,11,'DefBzOCwFcjU0nAdJqLG5hi6','','0|0|0|0|spectaclesfree.com/wp-content/themes/photozoom/customizer/sections/Meuhy.php.suspected'),('193.106.30.98',3244957282,'',0,1547247348.4410,55,'RsV0hCaYIPbuKnvQlqr3WGg5','','13|0|0|0|spectaclesfree.com/wp-content/themes/better-mag/footer.php'),('193.106.30.98',3244957282,'',0,1547247348.4410,11,'RsV0hCaYIPbuKnvQlqr3WGg5','','0|0|0|0|spectaclesfree.com/wp-content/themes/better-mag/footer.php'),('125.212.209.56',2111099192,'',0,1547250423.6380,55,'pcbe9gYT2oIDLNfrUwWXOjGu','','13|0|0|0|spectaclesfree.com/wp-content/themes/stag-blocks/inc/Mhbgf.php'),('125.212.209.56',2111099192,'',0,1547250423.6380,11,'pcbe9gYT2oIDLNfrUwWXOjGu','','0|0|0|0|spectaclesfree.com/wp-content/themes/stag-blocks/inc/Mhbgf.php'),('125.212.209.56',2111099192,'',0,1547250429.6740,55,'Gif2RvVnpSaZNzqsYTwhyM9X','','13|0|0|0|spectaclesfree.com/wp-content/themes/stag-blocks/inc/Mhbgf.php'),('193.106.30.98',3244957282,'',0,1547254581.8650,55,'5XKNY8T93C4wFbaBDVvcu0LS','','13|0|0|0|spectaclesfree.com/temp.php'),('193.106.30.98',3244957282,'',0,1547254581.8650,11,'5XKNY8T93C4wFbaBDVvcu0LS','','0|0|0|0|spectaclesfree.com/temp.php'),('193.106.30.98',3244957282,'',0,1547255843.4330,55,'rcRuld1eYqBK8Etyh7Cpi0Mx','','13|0|0|0|spectaclesfree.com/wp-content/themes/twentyseventeen/inc/color-patterns.php'),('193.106.30.98',3244957282,'',0,1547256879.4120,55,'kCZbnoQw62FThBcdyKlGufsp','','13|0|0|0|spectaclesfree.com/wp-content/themes/twentyseventeen/404.php'),('193.106.30.98',3244957282,'',0,1547257991.0780,55,'gXbj27u0BYwTp3FlJzaH9cDU','','13|0|0|0|spectaclesfree.com/wp-logos.php'),('193.106.30.98',3244957282,'',0,1547258973.2710,55,'JyIE3V7RmfbrZFs9CPw0c65t','','13|0|0|0|spectaclesfree.com/wp-content/themes/twentyseventeen/footer.php'),('193.106.30.98',3244957282,'',0,1547258973.2710,11,'JyIE3V7RmfbrZFs9CPw0c65t','','0|0|0|0|spectaclesfree.com/wp-content/themes/twentyseventeen/footer.php'),('193.106.30.98',3244957282,'',0,1547263002.4550,55,'cQqmCjy31D6vhktR50lxgdnI','','13|0|0|0|spectaclesfree.com/wp-content/plugins/temp.php'),('193.106.30.98',3244957282,'',0,1547263002.4550,11,'cQqmCjy31D6vhktR50lxgdnI','','0|0|0|0|spectaclesfree.com/wp-content/plugins/temp.php'),('193.106.30.98',3244957282,'',0,1547266119.8190,55,'rP5yYiU9IBq0dQ3XjADcv2tE','','13|0|0|0|spectaclesfree.com/wp-content/themes/twentyfifteen/content.php'),('193.106.30.98',3244957282,'',0,1547267242.3360,55,'739CEoKfldUISJV8A04RXi21','','13|0|0|0|spectaclesfree.com/wp-icoud.php'),('193.106.30.98',3244957282,'',0,1547267242.3360,11,'739CEoKfldUISJV8A04RXi21','','0|0|0|0|spectaclesfree.com/wp-icoud.php'),('193.106.30.98',3244957282,'',0,1547268222.5160,55,'V8H1A9xpf0l5oLeNQ7FUMSmW','','13|0|0|0|spectaclesfree.com/ytt.php'),('193.106.30.98',3244957282,'',0,1547270882.1910,55,'7tk14v2oXaHS6hmO3NxWGpbn','','13|0|0|0|spectaclesfree.com/wp-content/themes/twentyfifteen/index.php'),('193.106.30.98',3244957282,'',0,1547270882.1910,11,'7tk14v2oXaHS6hmO3NxWGpbn','','0|0|0|0|spectaclesfree.com/wp-content/themes/twentyfifteen/index.php'),('193.106.30.98',3244957282,'',0,1547271869.9290,55,'eP1iChaoBWTQDJnOX0Vyjb5k','','13|0|0|0|spectaclesfree.com/wp-cahce.php'),('193.106.30.98',3244957282,'',0,1547274000.8470,55,'Dn5yedhxfKcHj01qk92iLFGm','','13|0|0|0|spectaclesfree.com/search.php'),('193.106.30.98',3244957282,'',0,1547276059.0050,55,'wWeqJy9vuMLlcbZYf1SGaOd7','','13|0|0|0|spectaclesfree.com/wp-conde.php'),('193.106.30.98',3244957282,'',0,1547276059.0050,11,'wWeqJy9vuMLlcbZYf1SGaOd7','','0|0|0|0|spectaclesfree.com/wp-conde.php'),('193.106.30.98',3244957282,'',0,1547283314.2060,55,'QIhutYGpE493d7eNaWbikVZC','','13|0|0|0|spectaclesfree.com/wp-content/themes/sketch/wp-console.php'),('193.106.30.98',3244957282,'',0,1547283314.2060,11,'QIhutYGpE493d7eNaWbikVZC','','0|0|0|0|spectaclesfree.com/wp-content/themes/sketch/wp-console.php'),('193.106.30.98',3244957282,'',0,1547285102.2530,55,'9v4zC72nNlUePbFLm0HwKpI8','','13|0|0|0|spectaclesfree.com/wp-content/plugins/cherry-plugin/admin/import-export/upload.php'),('193.106.30.98',3244957282,'',0,1547287204.4640,55,'obgBdp9mkAvfHZi2eYKxcXnw','','13|0|0|0|spectaclesfree.com/wp-content/plugins/sfn.php'),('193.106.30.98',3244957282,'',0,1547287204.4640,11,'obgBdp9mkAvfHZi2eYKxcXnw','','0|0|0|0|spectaclesfree.com/wp-content/plugins/sfn.php'),('193.106.30.98',3244957282,'',0,1547288830.4500,55,'piBoOmurW0REvUJZsCAwIPSV','','13|0|0|0|spectaclesfree.com/payload.php'),('193.106.30.98',3244957282,'',0,1547290362.9370,55,'PQmil4eDWMYHofqa0E2Ovkyc','','13|0|0|0|spectaclesfree.com/wp-includes/css/modules.php'),('193.106.30.98',3244957282,'',0,1547291264.6170,55,'IYClXMWuxaD6jbkgyZfNrK4d','','13|0|0|0|spectaclesfree.com/wp-content/plugins/easyrotator-for-wordpress/c.php'),('193.106.30.98',3244957282,'',0,1547291264.6170,11,'IYClXMWuxaD6jbkgyZfNrK4d','','0|0|0|0|spectaclesfree.com/wp-content/plugins/easyrotator-for-wordpress/c.php'),('193.106.30.98',3244957282,'',0,1547292355.8370,55,'JWgSL4sq8l376jhXbRupdyF2','','13|0|0|0|spectaclesfree.com/wp-feed.php'),('193.106.30.98',3244957282,'',0,1547294690.3680,55,'yovcuQ6eKMs59jtZFLfCxW8N','','13|0|0|0|spectaclesfree.com/wp-logs.php'),('193.106.30.98',3244957282,'',0,1547298110.6750,55,'L8zAVrnHTBCWtyiQmuNlR0JY','','13|0|0|0|spectaclesfree.com/wp-caches.php'),('193.106.30.98',3244957282,'',0,1547298110.6750,11,'L8zAVrnHTBCWtyiQmuNlR0JY','','0|0|0|0|spectaclesfree.com/wp-caches.php'),('193.106.30.98',3244957282,'',0,1547299242.4630,55,'ogcAVIC79DlYGS6mrzxTHKhs','','13|0|0|0|spectaclesfree.com/seo_script.php'),('193.106.30.98',3244957282,'',0,1547300291.1380,55,'4dx93t7GgVHrXiIBQlAL0v8j','','13|0|0|0|spectaclesfree.com/cache.php'),('193.106.30.98',3244957282,'',0,1547302869.1010,55,'3F4NRU5XiwrhH8s0MnQO2vtD','','13|0|0|0|spectaclesfree.com/modules/mod_feed/tmpl/mod_feed.php'),('193.106.30.98',3244957282,'',0,1547302869.1010,11,'3F4NRU5XiwrhH8s0MnQO2vtD','','0|0|0|0|spectaclesfree.com/modules/mod_feed/tmpl/mod_feed.php'),('193.106.30.98',3244957282,'',0,1547304000.5170,55,'jNWMqs1DkK8RTuBLyhweC9A6','','13|0|0|0|spectaclesfree.com/wp-content/plugins/easyrotator-for-wordpress/prv8.php'),('193.106.30.98',3244957282,'',0,1547304116.1850,55,'7PIf6lab1xEAJ5yNSKtL3WYQ','','13|0|0|0|spectaclesfree.com/log.php'),('193.106.30.98',3244957282,'',0,1547305403.1640,55,'GIhPy7zmapc1xD0Z4HQKSXTU','','13|0|0|0|spectaclesfree.com/wp-content/uploads/index.php'),('193.106.30.98',3244957282,'',0,1547306459.6110,55,'6p73I5wvUQHbgZsGYJ0aST8f','','13|0|0|0|spectaclesfree.com/wp-content/plugins/easyrotator-for-wordpress/b.php'),('193.106.30.98',3244957282,'',0,1547307433.8950,55,'dsptSTOnxiG8y9g21wobKAru','','13|0|0|0|spectaclesfree.com/LICENSE.php'),('193.106.30.98',3244957282,'',0,1547307433.8950,11,'dsptSTOnxiG8y9g21wobKAru','','0|0|0|0|spectaclesfree.com/LICENSE.php'),('193.106.30.98',3244957282,'',0,1547308668.4900,55,'T4QWqaHriI8BDLplFvcOob0X','','13|0|0|0|spectaclesfree.com/lieats.php'),('193.106.30.98',3244957282,'',0,1547309719.4150,55,'Ec75Sn1NrP6JL3jAQogTHa2k','','13|0|0|0|spectaclesfree.com/wp-content/themes/twentyseventeen/functions.php'),('193.106.30.98',3244957282,'',0,1547313241.5600,55,'QuFKbcs7m6zIxy0GUdNWDi1C','','13|0|0|0|spectaclesfree.com/wp-admin/css/colors/blue/system_m.php'),('193.106.30.98',3244957282,'',0,1547313241.5600,11,'QuFKbcs7m6zIxy0GUdNWDi1C','','0|0|0|0|spectaclesfree.com/wp-admin/css/colors/blue/system_m.php'),('193.106.30.98',3244957282,'',0,1547314289.2890,55,'oUC2xk9ujQ5A3VdmKG70RqD1','','13|0|0|0|spectaclesfree.com/wp-content/plugins/easyrotator-for-wordpress/a.php'),('193.106.30.98',3244957282,'',0,1547316502.7920,55,'HR8z0NAFXY2edamUvf3srGhn','','13|0|0|0|spectaclesfree.com/wp-includes/Text/Diff/Engine/cache.php'),('193.106.30.98',3244957282,'',0,1547318321.1800,55,'dWX0H9riwt3vsS6JMD4KFA1P','','13|0|0|0|spectaclesfree.com/1.php'),('193.106.30.98',3244957282,'',0,1547318321.1800,11,'dWX0H9riwt3vsS6JMD4KFA1P','','0|0|0|0|spectaclesfree.com/1.php'),('193.106.30.98',3244957282,'',0,1547321494.7880,55,'fLyoGdBMbSm0C7Ycax1n9WKZ','','13|0|0|0|spectaclesfree.com/wp-content/plugins/background-image-cropper/image/ico/seo_script.php'),('193.106.30.98',3244957282,'',0,1547322593.1020,55,'4oqFHCshr259DvRSUmLKftMy','','13|0|0|0|spectaclesfree.com/wp-includes/class-wp-bar.php'),('193.106.30.98',3244957282,'',0,1547322593.1020,11,'4oqFHCshr259DvRSUmLKftMy','','0|0|0|0|spectaclesfree.com/wp-includes/class-wp-bar.php'),('193.106.30.98',3244957282,'',0,1547324612.5690,55,'4JVy1mpLeaGRQU7t8BTgjwfX','','13|0|0|0|spectaclesfree.com/consystem.php'),('193.106.30.98',3244957282,'',0,1547326672.3280,55,'KGXFLEPzZ4IsSY9tcARBy1ea','','13|0|0|0|spectaclesfree.com/wp-includes/LICENSE.php'),('193.106.30.98',3244957282,'',0,1547326672.3280,11,'KGXFLEPzZ4IsSY9tcARBy1ea','','0|0|0|0|spectaclesfree.com/wp-includes/LICENSE.php'),('193.106.30.98',3244957282,'',0,1547328648.5410,55,'pb8PrvTHDCRdsjxcWhLtaomO','','13|0|0|0|spectaclesfree.com/wp-content/common.php'),('193.106.30.98',3244957282,'',0,1547330696.8700,55,'WVliz8c32BoNDEJmKS1U4kyj','','13|0|0|0|spectaclesfree.com/wp-includes/Text/Diff/Engine/cache.php'),('193.106.30.98',3244957282,'',0,1547330696.8700,11,'WVliz8c32BoNDEJmKS1U4kyj','','0|0|0|0|spectaclesfree.com/wp-includes/Text/Diff/Engine/cache.php'),('193.106.30.98',3244957282,'',0,1547331771.2870,55,'doprvNVTl4FH2nD7SemAZzwE','','13|0|0|0|spectaclesfree.com/gtde.php'),('193.106.30.98',3244957282,'',0,1547335493.0510,55,'gkPFY4CaGmsHxIJMQtWDXrdu','','13|0|0|0|spectaclesfree.com/shell.php'),('193.106.30.98',3244957282,'',0,1547335493.0510,11,'gkPFY4CaGmsHxIJMQtWDXrdu','','0|0|0|0|spectaclesfree.com/shell.php'),('193.106.30.98',3244957282,'',0,1547336458.1620,55,'pQrljXW7kYq2egiMBfJ0yHRc','','13|0|0|0|spectaclesfree.com/cod.php'),('173.44.35.38',2905350950,'',0,1547340470.3720,50,'KwYFDLZVM2jT8rczAvGPRHtS','','0|0|0|0|spectaclesfree.com/wp-login.php'),('173.44.35.38',2905350950,'',0,1547340470.3720,11,'KwYFDLZVM2jT8rczAvGPRHtS','','0|0|0|0|spectaclesfree.com/wp-login.php'),('193.106.30.98',3244957282,'',0,1547342416.7190,55,'uM0fUOt5ZWScoLNX2beABwrF','','13|0|0|0|spectaclesfree.com/readme.php'),('193.106.30.98',3244957282,'',0,1547342416.7190,11,'uM0fUOt5ZWScoLNX2beABwrF','','0|0|0|0|spectaclesfree.com/readme.php'),('193.106.30.98',3244957282,'',0,1547343459.5820,55,'pJ0iQs2LwarXNc86qv9OAKU4','','13|0|0|0|spectaclesfree.com/wp-includes/pomo/index.php'),('193.106.30.98',3244957282,'',0,1547346560.8400,55,'XUrf1v9c6e0jsoyw4CBpQJEA','','13|0|0|0|spectaclesfree.com/wp-admin/newsr.php'),('193.106.30.98',3244957282,'',0,1547346560.8400,11,'XUrf1v9c6e0jsoyw4CBpQJEA','','0|0|0|0|spectaclesfree.com/wp-admin/newsr.php'),('193.106.30.98',3244957282,'',0,1547347669.6340,55,'iF4eZkUKqI7sMAfxGN6BLXCu','','13|0|0|0|spectaclesfree.com/wp-content/plugins/akismet/akismet.php'),('31.211.86.13',533943821,'',0,1547347771.3500,55,'UPanQDbFg2NxHeo6Xi5Ej8fT','','13|0|0|0|spectaclesfree.com/wp-content/themes/skt-cafe/db.php'),('31.211.86.13',533943821,'',0,1547347771.3500,11,'UPanQDbFg2NxHeo6Xi5Ej8fT','','0|0|0|0|spectaclesfree.com/wp-content/themes/skt-cafe/db.php'),('193.106.30.98',3244957282,'',0,1547348685.5290,55,'tb5TlfAuQVUsY3NBxgk2epPi','','13|0|0|0|spectaclesfree.com/b.php'),('208.97.138.194',3496053442,'',0,1547353071.7880,55,'0FHAIwQRd8U1OeuZ5K369qPj','','13|0|0|0|spectaclesfree.com/wp-build-report.php'),('208.97.138.194',3496053442,'',0,1547353071.7880,11,'0FHAIwQRd8U1OeuZ5K369qPj','','0|0|0|0|spectaclesfree.com/wp-build-report.php'),('208.97.138.194',3496053442,'',0,1547353150.6630,55,'L1j6eNXduJvYaSmRsfPr52c8','','13|0|0|0|spectaclesfree.com/wp-content/uploads/wp-build-report.php'),('193.106.30.98',3244957282,'',0,1547355354.4020,55,'RbQmhlTai89FwpYB1Mn7I4Jr','','13|0|0|0|spectaclesfree.com/modules/mod_feed/tmpl/mod_feed.php'),('193.106.30.98',3244957282,'',0,1547355354.4020,11,'RbQmhlTai89FwpYB1Mn7I4Jr','','0|0|0|0|spectaclesfree.com/modules/mod_feed/tmpl/mod_feed.php'),('193.106.30.98',3244957282,'',0,1547358276.7630,55,'vXQq5eN1bxs8wLCZyDGicFmf','','13|0|0|0|spectaclesfree.com/wp-content/uploads/2018/08/seo_script.php'),('193.106.30.98',3244957282,'',0,1547359247.3320,55,'HXIux5AkjhQEFB4YUrWNp9dq','','13|0|0|0|spectaclesfree.com/phqmv.php'),('193.106.30.98',3244957282,'',0,1547359247.3320,11,'HXIux5AkjhQEFB4YUrWNp9dq','','0|0|0|0|spectaclesfree.com/phqmv.php'),('193.106.30.98',3244957282,'',0,1547360265.8430,55,'ZGsbkwAfq3TXaKctFleh0pPS','','13|0|0|0|spectaclesfree.com/sites/default/files/seo_script.php'),('193.106.30.98',3244957282,'',0,1547361256.3370,55,'CZetPximakINzBOjyYMcgFo2','','13|0|0|0|spectaclesfree.com/rsau.php'),('193.106.30.98',3244957282,'',0,1547362251.2920,55,'dzHk5hvEFmZ7KVypBsfM0Q9G','','13|0|0|0|spectaclesfree.com/kup.php'),('193.106.30.98',3244957282,'',0,1547363314.7720,55,'m8I7j03radcHQzoNfFPqBe2n','','13|0|0|0|spectaclesfree.com/wp-content/plugins/easyrotator-for-wordpress/cache.php'),('193.106.30.98',3244957282,'',0,1547363314.7720,11,'m8I7j03radcHQzoNfFPqBe2n','','0|0|0|0|spectaclesfree.com/wp-content/plugins/easyrotator-for-wordpress/cache.php'),('193.106.30.98',3244957282,'',0,1547364357.2940,55,'LHiGKu3EfBxtlrDVvPok0IRN','','13|0|0|0|spectaclesfree.com/wp-checking.php'),('193.106.30.98',3244957282,'',0,1547365311.1010,55,'zSsQRgeC9AaPibm6nH7NWDB5','','13|0|0|0|spectaclesfree.com/wp-admin/css/colors/blue/log.php'),('193.106.30.98',3244957282,'',0,1547368134.1250,55,'hTpe0YPKlbHMZ94USLRO7BFE','','13|0|0|0|spectaclesfree.com/wp-content/plugins/plugin/info.php'),('193.106.30.98',3244957282,'',0,1547368134.1250,11,'hTpe0YPKlbHMZ94USLRO7BFE','','0|0|0|0|spectaclesfree.com/wp-content/plugins/plugin/info.php'),('193.106.30.98',3244957282,'',0,1547369226.8130,55,'NbeHLqTvKhkrc4d5nCul31z7','','13|0|0|0|spectaclesfree.com/cache/cachee.php'),('193.106.30.98',3244957282,'',0,1547373043.4100,55,'4PTGYxUZ1syMItEp8KHOSXka','','13|0|0|0|spectaclesfree.com/wp-admin/maint/log.php'),('193.106.30.98',3244957282,'',0,1547373043.4100,11,'4PTGYxUZ1syMItEp8KHOSXka','','0|0|0|0|spectaclesfree.com/wp-admin/maint/log.php'),('77.88.87.74',1297635146,'',0,1547373167.1420,55,'OYn8uo1ySDWGTsjh3dbNHq0L','','13|0|0|0|spectaclesfree.com/wp-content/themes/skt-cafe/db.php'),('77.88.87.74',1297635146,'',0,1547373167.1420,11,'OYn8uo1ySDWGTsjh3dbNHq0L','','0|0|0|0|spectaclesfree.com/wp-content/themes/skt-cafe/db.php'),('193.106.30.98',3244957282,'',0,1547375248.1490,55,'iOanVJHXuljF2oAkMKQfYReb','','13|0|0|0|spectaclesfree.com/code.php.php'),('193.106.30.98',3244957282,'',0,1547376987.0700,55,'djYKVPSDIpLvH0ai8r6gchJW','','13|0|0|0|spectaclesfree.com/wp-content/plugins/myshe.php'),('193.106.30.98',3244957282,'',0,1547376987.0700,11,'djYKVPSDIpLvH0ai8r6gchJW','','0|0|0|0|spectaclesfree.com/wp-content/plugins/myshe.php'),('193.106.30.98',3244957282,'',0,1547378435.2430,55,'PupHg8JAXyTMmSLqZV65ezkj','','13|0|0|0|spectaclesfree.com/wp-cson.php'),('45.40.143.13',757632781,'',0,1547379350.2880,55,'5FWbinJR3uYHzDhMP4sZ1yVr','','13|0|0|0|spectaclesfree.com/wp-content/uploads/wp-build-report.php'),('45.40.143.13',757632781,'',0,1547379350.2880,11,'5FWbinJR3uYHzDhMP4sZ1yVr','','0|0|0|0|spectaclesfree.com/wp-content/uploads/wp-build-report.php'),('193.106.30.98',3244957282,'',0,1547379431.5160,55,'qR3hiCoGQcVgyxZzLNKEWI9s','','13|0|0|0|spectaclesfree.com/wp-includes/Text/Tiff.php'),('193.106.30.98',3244957282,'',0,1547381695.5280,55,'tEVKyw3Fvg7zPJaxTiAM8G2C','','13|0|0|0|spectaclesfree.com/wp-content/themes/twentythirteen/404.php'),('193.106.30.98',3244957282,'',0,1547381695.5280,11,'tEVKyw3Fvg7zPJaxTiAM8G2C','','0|0|0|0|spectaclesfree.com/wp-content/themes/twentythirteen/404.php'),('193.106.30.98',3244957282,'',0,1547382730.3710,55,'8MCFESsHXv7ngazhf90uGBek','','13|0|0|0|spectaclesfree.com/wp-content/plugins/Wp-LayerSlider/layerslider.php'),('193.106.30.98',3244957282,'',0,1547384843.8590,55,'S7fAwpOQRjzo5GWdI3ZbFaKu','','13|0|0|0|spectaclesfree.com/unz.php'),('193.106.30.98',3244957282,'',0,1547386953.9900,55,'RegO6puIaiCZMk2WUhrQVNbw','','13|0|0|0|spectaclesfree.com/wp-includse.php'),('193.106.30.98',3244957282,'',0,1547386953.9900,11,'RegO6puIaiCZMk2WUhrQVNbw','','0|0|0|0|spectaclesfree.com/wp-includse.php'),('193.106.30.98',3244957282,'',0,1547388081.9860,55,'qrGipFHnwegPyzmCA31xUfd9','','13|0|0|0|spectaclesfree.com/system/storage/logs/seo_script.php'),('27.254.77.210',469650898,'',0,1547388325.4460,55,'hoDCJT4cI36dvVUsRj2OiuSQ','','13|0|0|0|spectaclesfree.com/wp-admin/user/Mhbgf.php'),('27.254.77.210',469650898,'',0,1547388325.4460,11,'hoDCJT4cI36dvVUsRj2OiuSQ','','0|0|0|0|spectaclesfree.com/wp-admin/user/Mhbgf.php'),('27.254.77.210',469650898,'',0,1547388328.9590,55,'BEKgcnaHpAMP4LvItZlz56uJ','','13|0|0|0|spectaclesfree.com/wp-admin/user/Mhbgf.php'),('193.106.30.98',3244957282,'',0,1547390572.5240,55,'OzchnNwkeZU5u321jSrqPdQF','','13|0|0|0|spectaclesfree.com/wp-includes/css/hi.php'),('193.106.30.98',3244957282,'',0,1547390572.5240,11,'OzchnNwkeZU5u321jSrqPdQF','','0|0|0|0|spectaclesfree.com/wp-includes/css/hi.php'),('193.106.30.98',3244957282,'',0,1547391625.5850,55,'TFqsDQmRuvU6zK19edPkMy5V','','13|0|0|0|spectaclesfree.com/wp-content/themes/wp-conns.php'),('193.106.30.98',3244957282,'',0,1547396817.7190,55,'WhPre8gnb0Vv6qsXMCuHUjIm','','13|0|0|0|spectaclesfree.com/script.php'),('193.106.30.98',3244957282,'',0,1547396817.7190,11,'WhPre8gnb0Vv6qsXMCuHUjIm','','0|0|0|0|spectaclesfree.com/script.php'),('193.106.30.98',3244957282,'',0,1547398389.4710,55,'ZXgycBUl0uKQfhIkEPsMriwV','','13|0|0|0|spectaclesfree.com/reade.php'),('193.106.30.98',3244957282,'',0,1547399220.0370,55,'1D4I3F5ufUwgnm7CbGLhvJoS','','13|0|0|0|spectaclesfree.com/libraries/cms.php'),('193.106.30.98',3244957282,'',0,1547400236.2190,55,'Qwmxy6HJIaM34bAVqhLOtzWN','','13|0|0|0|spectaclesfree.com/wp-content/plugins/contact-form-7/login.php'),('193.106.30.98',3244957282,'',0,1547402348.6310,55,'ELzWjogkAFwhYVbfRIiGQdxU','','13|0|0|0|spectaclesfree.com/wp-content/plugins/thumbnail.php'),('193.106.30.98',3244957282,'',0,1547402348.6310,11,'ELzWjogkAFwhYVbfRIiGQdxU','','0|0|0|0|spectaclesfree.com/wp-content/plugins/thumbnail.php'),('193.106.30.98',3244957282,'',0,1547403388.7760,55,'emS83XjTnwEiqk95L6ZrVBUz','','13|0|0|0|spectaclesfree.com/wp-includes/output.php'),('193.106.30.98',3244957282,'',0,1547404433.6460,55,'ZPKHs0jz3YrQ2J4d68DtmiBk','','13|0|0|0|spectaclesfree.com/test.php'),('192.99.35.63',3227722559,'',0,1547405263.8260,50,'kOFzEmUw5GKc7HNdj8gxqu6V','','0|0|0|0|spectaclesfree.com/wp-login.php'),('192.99.35.63',3227722559,'',0,1547405263.8260,11,'kOFzEmUw5GKc7HNdj8gxqu6V','','0|0|0|0|spectaclesfree.com/wp-login.php'),('192.99.35.63',3227722559,'',0,1547405324.6820,50,'XzpELQPh1fyqekRB93Ha54Gi','','13|0|0|0|spectaclesfree.com/wp-login.php'),('193.106.30.98',3244957282,'',0,1547407607.8960,55,'mbCEAeON9KIzlch0FDJy5sP3','','13|0|0|0|spectaclesfree.com/wp-content/themes/t98-sade/seo_script.php'),('193.106.30.98',3244957282,'',0,1547407607.8960,11,'mbCEAeON9KIzlch0FDJy5sP3','','0|0|0|0|spectaclesfree.com/wp-content/themes/t98-sade/seo_script.php'),('193.106.30.98',3244957282,'',0,1547409944.2370,55,'GvcMDjBR2Syz0ULTNoIfhAq1','','13|0|0|0|spectaclesfree.com/trackback.php'),('193.106.30.98',3244957282,'',0,1547411021.5860,55,'vN7ufW8JcsMbk1qL9UgI4ODX','','13|0|0|0|spectaclesfree.com/wp-content/themes/twentyfifteen/404.php'),('193.106.30.98',3244957282,'',0,1547412076.8070,55,'jJrmQGVvO12xF83TeLAShc7q','','13|0|0|0|spectaclesfree.com/beck/cron.php'),('193.106.30.98',3244957282,'',0,1547412076.8070,11,'jJrmQGVvO12xF83TeLAShc7q','','0|0|0|0|spectaclesfree.com/beck/cron.php'),('77.72.85.14',1296585998,'',0,1547413499.3810,55,'wn891xbLcO75VWAaYe23BmU0','','13|0|0|0|spectaclesfree.com/wp-content/plugins/woocommerce-abandon-cart-pro/plugin-updates/EDD_AC_WOO_Plugin_Updater.php'),('77.72.85.14',1296585998,'',0,1547413499.3810,11,'wn891xbLcO75VWAaYe23BmU0','','0|0|0|0|spectaclesfree.com/wp-content/plugins/woocommerce-abandon-cart-pro/plugin-updates/EDD_AC_WOO_Plugin_Updater.php'),('193.106.30.98',3244957282,'',0,1547417106.1360,55,'alxROvULr5B0boyqMf6cuJQX','','13|0|0|0|spectaclesfree.com/wp-admin/user/log.php'),('193.106.30.98',3244957282,'',0,1547417106.1360,11,'alxROvULr5B0boyqMf6cuJQX','','0|0|0|0|spectaclesfree.com/wp-admin/user/log.php'),('149.56.24.213',2503481557,'',0,1547418291.6950,55,'sKJ6XaCRqNzMd78hGDWifTx2','','13|0|0|0|spectaclesfree.com/wp-includes/pomo/Mhbgf.php'),('149.56.24.213',2503481557,'',0,1547418291.6950,11,'sKJ6XaCRqNzMd78hGDWifTx2','','0|0|0|0|spectaclesfree.com/wp-includes/pomo/Mhbgf.php'),('193.106.30.98',3244957282,'',0,1547420346.2760,55,'dXJ428omnpiDAOlfUTkLPx0H','','13|0|0|0|spectaclesfree.com/images/xxx.php'),('193.106.30.98',3244957282,'',0,1547424496.3270,55,'tY4GaMSR0HgiumfejoIy7pEV','','13|0|0|0|spectaclesfree.com/wp-includes/pomo/so.php'),('193.106.30.98',3244957282,'',0,1547424496.3270,11,'tY4GaMSR0HgiumfejoIy7pEV','','0|0|0|0|spectaclesfree.com/wp-includes/pomo/so.php'),('193.106.30.98',3244957282,'',0,1547433322.7530,55,'DzB4LVxZWTaRS5GruhsANifU','','13|0|0|0|spectaclesfree.com/path4.php'),('193.106.30.98',3244957282,'',0,1547433322.7530,11,'DzB4LVxZWTaRS5GruhsANifU','','0|0|0|0|spectaclesfree.com/path4.php'),('193.106.30.98',3244957282,'',0,1547434563.3500,55,'cXCSO47eYT5LE6qV3KQag8hG','','13|0|0|0|spectaclesfree.com/missok.php'),('193.106.30.98',3244957282,'',0,1547437654.0850,55,'aQOCTWdu8BjseGoUwKEHtJMp','','13|0|0|0|spectaclesfree.com/wp-content/themes/hello.php'),('193.106.30.98',3244957282,'',0,1547437654.0850,11,'aQOCTWdu8BjseGoUwKEHtJMp','','0|0|0|0|spectaclesfree.com/wp-content/themes/hello.php'),('117.16.165.13',1964025101,'',0,1547440344.6280,50,'vipdQDWxmcCH63ETJkSULeFV','','0|0|0|0|spectaclesfree.com/wp-login.php'),('117.16.165.13',1964025101,'',0,1547440344.6280,11,'vipdQDWxmcCH63ETJkSULeFV','','0|0|0|0|spectaclesfree.com/wp-login.php'),('117.16.165.13',1964025101,'',0,1547440348.7450,50,'HwGVK3cDqBRQFeJEsLfU6uS9','','13|0|0|0|spectaclesfree.com/wp-login.php'),('193.106.30.98',3244957282,'',0,1547441158.8670,55,'jvp06DzLGe7kh8ScUATNmsBw','','13|0|0|0|spectaclesfree.com/administrator/templates/isis/ext.php'),('193.106.30.98',3244957282,'',0,1547442208.6400,55,'sTtQjm5cpl8JZzPyRMLxAYdC','','13|0|0|0|spectaclesfree.com/interst.php'),('193.106.30.98',3244957282,'',0,1547442208.6400,11,'sTtQjm5cpl8JZzPyRMLxAYdC','','0|0|0|0|spectaclesfree.com/interst.php'),('115.4.56.37',1929656357,'',0,1547442765.6450,50,'ky7zs1AtvFQ40SapbGZxRMcJ','','0|0|0|0|spectaclesfree.com/wp-login.php'),('115.4.56.37',1929656357,'',0,1547442765.6450,11,'ky7zs1AtvFQ40SapbGZxRMcJ','','0|0|0|0|spectaclesfree.com/wp-login.php'),('115.4.56.37',1929656357,'',0,1547442769.6460,50,'RUTZpWqwSzVivDPHnsf8GgE1','','13|0|0|0|spectaclesfree.com/wp-login.php'),('193.106.30.98',3244957282,'',0,1547444340.1800,55,'tVFBERvdYoA8ecQqnxwaJbsD','','13|0|0|0|spectaclesfree.com/prv8.php'),('193.106.30.98',3244957282,'',0,1547448677.9630,55,'CpWqZcBSbxtkol243aOIAPUH','','13|0|0|0|spectaclesfree.com/wp-admin/css/colors/blue/engine_functions.php'),('193.106.30.98',3244957282,'',0,1547448677.9630,11,'CpWqZcBSbxtkol243aOIAPUH','','0|0|0|0|spectaclesfree.com/wp-admin/css/colors/blue/engine_functions.php'),('193.106.30.98',3244957282,'',0,1547450994.6880,55,'8TbRZzod5lcEUMjGguH1PyaY','','13|0|0|0|spectaclesfree.com/tmp/sfx.php'),('193.106.30.98',3244957282,'',0,1547453361.2690,55,'e5z28Raxou7LZYQWhyc94Jtg','','13|0|0|0|spectaclesfree.com/wp-admin/includes/rnnvhs.php'),('193.106.30.98',3244957282,'',0,1547453361.2690,11,'e5z28Raxou7LZYQWhyc94Jtg','','0|0|0|0|spectaclesfree.com/wp-admin/includes/rnnvhs.php'),('193.106.30.98',3244957282,'',0,1547455534.9260,55,'6L3YHJhbcKnuamQEk8ivgoz1','','13|0|0|0|spectaclesfree.com/wp-includes/theme-compat/umos.php'),('193.106.30.98',3244957282,'',0,1547457487.5340,55,'QVcR8L3rKBWHAs7MtY4zZloN','','13|0|0|0|spectaclesfree.com/wp-includes/SimplePie/Decode/HTML/bug.php'),('193.106.30.98',3244957282,'',0,1547457487.5340,11,'QVcR8L3rKBWHAs7MtY4zZloN','','0|0|0|0|spectaclesfree.com/wp-includes/SimplePie/Decode/HTML/bug.php'),('193.106.30.98',3244957282,'',0,1547459801.4960,55,'z95DPVUkahBOwHqrClERvGAt','','13|0|0|0|spectaclesfree.com/wp-info.php'),('193.106.30.98',3244957282,'',0,1547461838.2720,55,'EBPhZJ2IDw6Cpc9WXOMdi1oY','','13|0|0|0|spectaclesfree.com/includes.php'),('193.106.30.98',3244957282,'',0,1547461838.2720,11,'EBPhZJ2IDw6Cpc9WXOMdi1oY','','0|0|0|0|spectaclesfree.com/includes.php'),('193.106.30.98',3244957282,'',0,1547462693.1420,55,'bsrfmtVXv6UwKzgQETF9Zyhi','','13|0|0|0|spectaclesfree.com/wp-content/plugins/cherry-plugin/admin/import-export/xo.php'),('193.106.30.98',3244957282,'',0,1547463742.6430,55,'MTimnQoKYbvlIdRfLt4hwrxs','','13|0|0|0|spectaclesfree.com/wp-kidmx.php'),('193.106.30.98',3244957282,'',0,1547466900.7950,55,'xPFj9ZhYVSrN35WE0LTQ8B4v','','13|0|0|0|spectaclesfree.com/wp-includes/css/newgolden.php'),('193.106.30.98',3244957282,'',0,1547466900.7950,11,'xPFj9ZhYVSrN35WE0LTQ8B4v','','0|0|0|0|spectaclesfree.com/wp-includes/css/newgolden.php'),('193.106.30.98',3244957282,'',0,1547468887.6730,55,'akgmB7GVIvuY1HFUbwRZK6SW','','13|0|0|0|spectaclesfree.com/test.php'),('193.106.30.98',3244957282,'',0,1547472204.1780,55,'J1hfTyumlHjMIK2wOar5q4Ee','','13|0|0|0|spectaclesfree.com/yjh.php'),('193.106.30.98',3244957282,'',0,1547472204.1780,11,'J1hfTyumlHjMIK2wOar5q4Ee','','0|0|0|0|spectaclesfree.com/yjh.php'),('193.106.30.98',3244957282,'',0,1547473732.2600,55,'jDXLQKpYH6Eu08aoxetUWC9v','','13|0|0|0|spectaclesfree.com/wp-content/themes/peekaboo/404.php'),('193.106.30.98',3244957282,'',0,1547474780.1100,55,'WLRlefqHTS1DoEkh2yN6GXMt','','13|0|0|0|spectaclesfree.com/wp-content/themes/peekaboo/functions.php'),('193.106.30.98',3244957282,'',0,1547480720.5810,55,'zxdcf4Z5mutlF1UENsOXjbKW','','13|0|0|0|spectaclesfree.com/maill.php'),('193.106.30.98',3244957282,'',0,1547480720.5810,11,'zxdcf4Z5mutlF1UENsOXjbKW','','0|0|0|0|spectaclesfree.com/maill.php'),('193.106.30.98',3244957282,'',0,1547486216.9640,55,'Aap9nkWLDUYb48s5NOxijl6y','','13|0|0|0|spectaclesfree.com/config.php'),('193.106.30.98',3244957282,'',0,1547486216.9640,11,'Aap9nkWLDUYb48s5NOxijl6y','','0|0|0|0|spectaclesfree.com/config.php'),('193.106.30.98',3244957282,'',0,1547486350.2840,55,'aiHCL943D1fpUXEQgGWAZnhO','','13|0|0|0|spectaclesfree.com/tong.php'),('119.171.249.242',2007759346,'',0,1547488711.7710,55,'FkmoKzT60cPNvWYAjn7yQZGb','','13|0|0|0|spectaclesfree.com//plug/comment/commentList.asp'),('119.171.249.242',2007759346,'',0,1547488711.7710,11,'FkmoKzT60cPNvWYAjn7yQZGb','','0|0|0|0|spectaclesfree.com//plug/comment/commentList.asp'),('142.67.88.148',2386778260,'',0,1547488718.9170,55,'UPBoyKDZjsdXRWJYfFOv7mTk','','13|0|0|0|spectaclesfree.com/plus/recommend.php'),('142.67.88.148',2386778260,'',0,1547488718.9170,11,'UPBoyKDZjsdXRWJYfFOv7mTk','','0|0|0|0|spectaclesfree.com/plus/recommend.php'),('44.36.104.108',740583532,'',0,1547488719.8260,55,'qJb2MZhKwyTsQLDrAFEXcUtx','','13|0|0|0|spectaclesfree.com/plus/search.php'),('44.36.104.108',740583532,'',0,1547488719.8260,11,'qJb2MZhKwyTsQLDrAFEXcUtx','','0|0|0|0|spectaclesfree.com/plus/search.php'),('193.106.30.98',3244957282,'',0,1547489319.7000,55,'9iD5Y8o4BNzS1Ehvj6VOaHKl','','13|0|0|0|spectaclesfree.com/connectors/resource/seo_script.php'),('193.106.30.98',3244957282,'',0,1547490336.1820,55,'mWqhaJl6YRGdSAXvo1VyZPze','','13|0|0|0|spectaclesfree.com/wp-config_bak.php'),('193.106.30.98',3244957282,'',0,1547490336.1820,11,'mWqhaJl6YRGdSAXvo1VyZPze','','0|0|0|0|spectaclesfree.com/wp-config_bak.php'),('193.106.30.98',3244957282,'',0,1547492499.1070,55,'Ww3MR04zu6tBX9FNU5GgCJyn','','13|0|0|0|spectaclesfree.com/maps.php'),('193.106.30.98',3244957282,'',0,1547492638.1920,55,'05x8Hsa9SonLCjf2MTR3pAJY','','13|0|0|0|spectaclesfree.com/wp-index.php'),('193.106.30.98',3244957282,'',0,1547493927.8710,55,'U1IitbmQOkdH7vALwxNKVWeR','','13|0|0|0|spectaclesfree.com/wp-admin/user/fronqx.php'),('193.106.30.98',3244957282,'',0,1547494912.0190,55,'L9UH7nIR8z2EwhQs0X65OPoa','','13|0|0|0|spectaclesfree.com/wp-admin/ms-menu.php'),('193.106.30.98',3244957282,'',0,1547494912.0190,11,'L9UH7nIR8z2EwhQs0X65OPoa','','0|0|0|0|spectaclesfree.com/wp-admin/ms-menu.php'),('193.106.30.98',3244957282,'',0,1547498016.9380,55,'sXnNbucVJUotjflxMgwBITd5','','13|0|0|0|spectaclesfree.com/wp-admin/network/rnnvhs.php'),('193.106.30.98',3244957282,'',0,1547505760.5860,55,'B7b45mrxsg2eS6X8tc09v1EM','','13|0|0|0|spectaclesfree.com/wp-content/plugins/wp-uninstall.php'),('193.106.30.98',3244957282,'',0,1547505760.5860,11,'B7b45mrxsg2eS6X8tc09v1EM','','0|0|0|0|spectaclesfree.com/wp-content/plugins/wp-uninstall.php'),('193.106.30.98',3244957282,'',0,1547513351.6470,55,'yZwhKbGfMFldHacNo8DA6ILs','','13|0|0|0|spectaclesfree.com/Tobey.php'),('193.106.30.98',3244957282,'',0,1547513351.6470,11,'yZwhKbGfMFldHacNo8DA6ILs','','0|0|0|0|spectaclesfree.com/Tobey.php'),('193.106.30.98',3244957282,'',0,1547518061.7450,55,'smGOlNeVMbkZoBLczJThU92a','','13|0|0|0|spectaclesfree.com/wp-includes/pomo/7313581d9a.php'),('193.106.30.98',3244957282,'',0,1547518061.7450,11,'smGOlNeVMbkZoBLczJThU92a','','0|0|0|0|spectaclesfree.com/wp-includes/pomo/7313581d9a.php'),('193.106.30.98',3244957282,'',0,1547519025.1040,55,'hOdu3PZ2YmKjeXaLW8oTkMFS','','13|0|0|0|spectaclesfree.com/wp-includes/SimplePie/Parse/yun.php'),('193.106.30.98',3244957282,'',0,1547521196.1750,55,'REBxlaHk5JMLTStIfcGqYyVz','','13|0|0|0|spectaclesfree.com/indax.php'),('188.213.175.168',3168120744,'',0,1547521334.9150,55,'qYoze3JMpUVT5hAb9Sr4lxiQ','','13|0|0|0|spectaclesfree.com/wp-content/plugins/wp-db-ajax-made/wp-ajax.php'),('188.213.175.168',3168120744,'',0,1547521334.9150,11,'qYoze3JMpUVT5hAb9Sr4lxiQ','','0|0|0|0|spectaclesfree.com/wp-content/plugins/wp-db-ajax-made/wp-ajax.php'),('193.106.30.98',3244957282,'',0,1547524090.9870,55,'Aa7jqXPWN4FoR0DpTLOfE2yw','','13|0|0|0|spectaclesfree.com/pinfon.php'),('193.106.30.98',3244957282,'',0,1547524090.9870,11,'Aa7jqXPWN4FoR0DpTLOfE2yw','','0|0|0|0|spectaclesfree.com/pinfon.php'),('193.106.30.98',3244957282,'',0,1547525180.8630,55,'bKj7XBP8FMcqhp0QrOUuogZd','','13|0|0|0|spectaclesfree.com/view.php'),('193.106.30.98',3244957282,'',0,1547526247.5690,55,'wQTxD946uVRXEvnygZLpoYhN','','13|0|0|0|spectaclesfree.com/wp-content/plugins/upgrade-network.php'),('50.63.160.72',843030600,'',0,1547529225.4410,55,'elusvSjw2byo0NFTAiEMO453','','13|0|0|0|spectaclesfree.com/wp-content/plugins/wp-db-ajax-made/wp-ajax.php'),('50.63.160.72',843030600,'',0,1547529225.4410,11,'elusvSjw2byo0NFTAiEMO453','','0|0|0|0|spectaclesfree.com/wp-content/plugins/wp-db-ajax-made/wp-ajax.php'),('193.106.30.98',3244957282,'',0,1547532275.0350,55,'q3wovbQsciIVdBF7rJ50Th2W','','13|0|0|0|spectaclesfree.com/wp-admin/theme-uploader.php'),('193.106.30.98',3244957282,'',0,1547532275.0350,11,'q3wovbQsciIVdBF7rJ50Th2W','','0|0|0|0|spectaclesfree.com/wp-admin/theme-uploader.php'),('193.106.30.98',3244957282,'',0,1547534332.3380,55,'g7MsQlmD9n5AZ0jxdqofvVR1','','13|0|0|0|spectaclesfree.com/tmp.php'),('193.106.30.98',3244957282,'',0,1547535411.5180,55,'giPxLmrZOtUQyMHECbaTBd3Y','','13|0|0|0|spectaclesfree.com/infos.php'),('193.106.30.98',3244957282,'',0,1547535606.7070,55,'ajT4duMqW9NrQl7oUfkVOzet','','13|0|0|0|spectaclesfree.com/wp-sbb.php'),('193.106.30.98',3244957282,'',0,1547536750.5000,55,'pcCYv9DzB6uaAlJQTkbOjNW0','','13|0|0|0|spectaclesfree.com/wp-admin/includes/fdsj399jdsf.php'),('193.106.30.98',3244957282,'',0,1547536750.5000,11,'pcCYv9DzB6uaAlJQTkbOjNW0','','0|0|0|0|spectaclesfree.com/wp-admin/includes/fdsj399jdsf.php'),('193.106.30.98',3244957282,'',0,1547539881.4610,55,'SzgMardlwWef6pZYuNs3vKJ5','','13|0|0|0|spectaclesfree.com/wpcache.php'),('193.106.30.98',3244957282,'',0,1547540990.0540,55,'tVQwlLcWKa5FpIezunGRf3hv','','13|0|0|0|spectaclesfree.com/wp-includes/js/tinymce/plugins/wpview/diff.php'),('193.106.30.98',3244957282,'',0,1547540990.0540,11,'tVQwlLcWKa5FpIezunGRf3hv','','0|0|0|0|spectaclesfree.com/wp-includes/js/tinymce/plugins/wpview/diff.php'),('193.106.30.98',3244957282,'',0,1547542328.0680,55,'6Em8CWOpQz7TGh0MnoJB5wa4','','13|0|0|0|spectaclesfree.com/error-logs.php'),('193.106.30.98',3244957282,'',0,1547543857.6100,55,'ybTkLPmOW6YlzgDRqnhjfF09','','13|0|0|0|spectaclesfree.com/wp-content/plugins/Materialnlns.php'),('193.106.30.98',3244957282,'',0,1547544963.5210,55,'ewBr9yWPKNq1T4AfxgMlLFjJ','','13|0|0|0|spectaclesfree.com/wp-pas.php'),('193.106.30.98',3244957282,'',0,1547544963.5210,11,'ewBr9yWPKNq1T4AfxgMlLFjJ','','0|0|0|0|spectaclesfree.com/wp-pas.php'),('193.106.30.98',3244957282,'',0,1547546142.9850,55,'oal5QWKISsq9xOUzcJdAFZeu','','13|0|0|0|spectaclesfree.com/wp-admin/includes/menustype.php'),('193.106.30.98',3244957282,'',0,1547548122.9250,55,'7KBTYm6JdqaVUZ2ElyQ3iPpI','','13|0|0|0|spectaclesfree.com/wp-content/plugins/wpfoot.php'),('193.106.30.98',3244957282,'',0,1547550295.6140,55,'YEwTJXrDhu0ynQ2lGmc7vasz','','13|0|0|0|spectaclesfree.com/qq.php'),('193.106.30.98',3244957282,'',0,1547550295.6140,11,'YEwTJXrDhu0ynQ2lGmc7vasz','','0|0|0|0|spectaclesfree.com/qq.php'),('193.106.30.98',3244957282,'',0,1547552437.3870,55,'b3HGa9IC5ROTfo6p7kd1stli','','13|0|0|0|spectaclesfree.com/wp-content/plugins/wp-cache.php'),('193.106.30.98',3244957282,'',0,1547553379.5940,55,'ykPgc1OmzH82xsIiTo4qKl6M','','13|0|0|0|spectaclesfree.com/wp-content/plugins/all-in-one-seo/all-in-one-seo.php'),('193.106.30.98',3244957282,'',0,1547554746.2040,55,'JAhwydaP8jx1rzZiBvteRlW7','','13|0|0|0|spectaclesfree.com/wp-content/themes/error-log.php'),('193.106.30.98',3244957282,'',0,1547554746.2040,11,'JAhwydaP8jx1rzZiBvteRlW7','','0|0|0|0|spectaclesfree.com/wp-content/themes/error-log.php'),('193.106.30.98',3244957282,'',0,1547555900.7450,55,'0UDKXvOdyI2rg3o9ksaBQ4Wi','','13|0|0|0|spectaclesfree.com/comments.php'),('193.106.30.98',3244957282,'',0,1547560421.6320,55,'8oZ0rVxiO9gKTJhlz45bSeqy','','13|0|0|0|spectaclesfree.com/Marvin.php'),('193.106.30.98',3244957282,'',0,1547560421.6320,11,'8oZ0rVxiO9gKTJhlz45bSeqy','','0|0|0|0|spectaclesfree.com/Marvin.php'),('193.106.30.98',3244957282,'',0,1547561524.8100,55,'E8BHqrmYCfjg0xRnZ6hMK4ad','','13|0|0|0|spectaclesfree.com/options.php'),('193.106.30.98',3244957282,'',0,1547562704.9100,55,'Jh2EMG0eDY6xzAwtQlZgLKIn','','13|0|0|0|spectaclesfree.com/random.php'),('193.106.30.98',3244957282,'',0,1547566907.4040,55,'LMWpXnCfhgGDEcRzNdZkbsOB','','13|0|0|0|spectaclesfree.com/ciosan.php'),('193.106.30.98',3244957282,'',0,1547566907.4040,11,'LMWpXnCfhgGDEcRzNdZkbsOB','','0|0|0|0|spectaclesfree.com/ciosan.php'),('193.106.30.98',3244957282,'',0,1547567074.3040,55,'k5bCBMgGOrSTReyf3Yi0a2E7','','13|0|0|0|spectaclesfree.com/wp-includes/theme-compat/files.php'),('193.106.30.98',3244957282,'',0,1547570453.1240,55,'VIDoAupatbjFX16wSzy52nRT','','13|0|0|0|spectaclesfree.com/google.php'),('193.106.30.98',3244957282,'',0,1547571634.6990,55,'oqdQEUZunr8xbNseAVaifB9y','','13|0|0|0|spectaclesfree.com/wp-content/plugins/fAaWBH.php'),('193.106.30.98',3244957282,'',0,1547571634.6990,11,'oqdQEUZunr8xbNseAVaifB9y','','0|0|0|0|spectaclesfree.com/wp-content/plugins/fAaWBH.php'),('193.106.30.98',3244957282,'',0,1547573941.1830,55,'ZkVbm5lnepOwgiv6HLqt3S90','','13|0|0|0|spectaclesfree.com/wp-admin/network/links-list-table.php'),('193.106.30.98',3244957282,'',0,1547575922.3750,55,'N5ABnrfIaJUFdveSxw2i03tE','','13|0|0|0|spectaclesfree.com/admin/language/english/total/seo_script.php'),('193.106.30.98',3244957282,'',0,1547575922.3750,11,'N5ABnrfIaJUFdveSxw2i03tE','','0|0|0|0|spectaclesfree.com/admin/language/english/total/seo_script.php'),('193.106.30.98',3244957282,'',0,1547580381.6780,55,'fJtmpNqMy6TdiR1neD0h28kz','','13|0|0|0|spectaclesfree.com/imprima.php'),('193.106.30.98',3244957282,'',0,1547580381.6780,11,'fJtmpNqMy6TdiR1neD0h28kz','','0|0|0|0|spectaclesfree.com/imprima.php'),('193.106.30.98',3244957282,'',0,1547582629.9940,55,'9lUYyoeML8n7CHpbc5fqshF3','','13|0|0|0|spectaclesfree.com/wp-includes/images/hon2our.php'),('185.234.217.151',3119176087,'',0,1547588264.7580,50,'EFWY5izpjK0nAtJHUI8kPNZX','','0|0|0|0|spectaclesfree.com/wp-login.php'),('185.234.217.151',3119176087,'',0,1547588264.7580,11,'EFWY5izpjK0nAtJHUI8kPNZX','','0|0|0|0|spectaclesfree.com/wp-login.php'),('185.234.217.151',3119176087,'',0,1547588265.5030,50,'N4CUjBxaWmlS2OZG7E1qD5ef','','13|0|0|0|spectaclesfree.com/wp-login.php'),('193.106.30.98',3244957282,'',0,1547588815.6950,55,'PQZwo6q7kB5UmJaNjFcs0v4t','','13|0|0|0|spectaclesfree.com/wp-includes/css/upload.php'),('193.106.30.98',3244957282,'',0,1547588815.6950,11,'PQZwo6q7kB5UmJaNjFcs0v4t','','0|0|0|0|spectaclesfree.com/wp-includes/css/upload.php'),('193.106.30.98',3244957282,'',0,1547592169.1740,55,'DzdrufZECN7F6031tOeshw95','','13|0|0|0|spectaclesfree.com/wp-content/themes/twentyseventeen/footer.php'),('193.106.30.98',3244957282,'',0,1547593161.0560,55,'ASWuzPQarNh7Ms28ceX9xBCl','','13|0|0|0|spectaclesfree.com/wp-content/plugins/way2register.php'),('193.106.30.98',3244957282,'',0,1547593161.0560,11,'ASWuzPQarNh7Ms28ceX9xBCl','','0|0|0|0|spectaclesfree.com/wp-content/plugins/way2register.php'),('193.106.30.98',3244957282,'',0,1547606341.7220,55,'OhkyaZzdEw9qvucBJpVNATe8','','13|0|0|0|spectaclesfree.com/brandtalk/administrator/component/w6360n.php'),('193.106.30.98',3244957282,'',0,1547606341.7220,11,'OhkyaZzdEw9qvucBJpVNATe8','','0|0|0|0|spectaclesfree.com/brandtalk/administrator/component/w6360n.php'),('193.106.30.98',3244957282,'',0,1547607501.3730,55,'l26rhMfC8Zi0q5A9P3HmYbyX','','13|0|0|0|spectaclesfree.com/assets/images/wp-load-5b7a23c0744615b7a23c0744af.php'),('193.106.30.98',3244957282,'',0,1547608645.3220,55,'QS2x6FY5TIDVt9hCWMO3bHzi','','13|0|0|0|spectaclesfree.com/wp-content/plugins/up.php'),('193.106.30.98',3244957282,'',0,1547609782.0880,55,'VWrMRnTIfQJ6HSLlOv2wB1Uc','','13|0|0|0|spectaclesfree.com/Adoni.php'),('193.106.30.98',3244957282,'',0,1547610986.4110,55,'exmIW91cLifF26vPBUGJKruZ','','13|0|0|0|spectaclesfree.com/bps.php'),('193.106.30.98',3244957282,'',0,1547610986.4110,11,'exmIW91cLifF26vPBUGJKruZ','','0|0|0|0|spectaclesfree.com/bps.php'),('193.106.30.98',3244957282,'',0,1547614785.6280,55,'optRbr0PMqdgSma9JCO1YEV4','','13|0|0|0|spectaclesfree.com/cachee.php'),('193.106.30.98',3244957282,'',0,1547614785.6280,11,'optRbr0PMqdgSma9JCO1YEV4','','0|0|0|0|spectaclesfree.com/cachee.php'),('193.106.30.98',3244957282,'',0,1547616875.4540,55,'KWrGTaUOE3SIxFdeC1cQwbkD','','13|0|0|0|spectaclesfree.com/wp-content/plugins/func.php'),('185.234.217.203',3119176139,'',0,1547617523.0720,55,'YM0qf1hnuzpmecsF5El7B3wr','','13|0|0|0|spectaclesfree.com/wp-content/plugins/Login-wall-etgFB/login_wall.php'),('185.234.217.203',3119176139,'',0,1547617523.0720,11,'YM0qf1hnuzpmecsF5El7B3wr','','0|0|0|0|spectaclesfree.com/wp-content/plugins/Login-wall-etgFB/login_wall.php'),('185.234.217.203',3119176139,'',0,1547617523.7360,55,'c059ktSOE6dUxCQ4ZHW28Rgs','','13|0|0|0|spectaclesfree.com/wp-content/plugins/sfn.php'),('185.234.217.203',3119176139,'',0,1547617525.7080,55,'9TQhUWgC0Ljr53Bd8scJkqem','','13|0|0|0|spectaclesfree.com/wp-content/uploads/sfn.php'),('185.234.217.203',3119176139,'',0,1547617527.3120,55,'UyJLlcakmEKdTZp0hB3rqHe8','','13|0|0|0|spectaclesfree.com/wp-content/plugins/revslider/temp/update_extract/sfn.php'),('185.234.217.203',3119176139,'',0,1547617527.9710,55,'LINkaMmWgxqnyKVTsh42RpFz','','13|0|0|0|spectaclesfree.com/wp-content/plugins/revslider/sfn.php'),('185.234.217.203',3119176139,'',0,1547617528.5980,55,'j48YJbONGm0udZrk3qB9EAI6','','13|0|0|0|spectaclesfree.com/license.php'),('185.234.217.203',3119176139,'',0,1547617529.2500,55,'rexbyYBv6qTHlDnFWhRg7zVp','','13|0|0|0|spectaclesfree.com/sfn.php'),('185.234.217.203',3119176139,'',0,1547617529.9180,55,'upEYmsAP46KxhlGng9orS2dD','','13|0|0|0|spectaclesfree.com/uploadify/uploadify.php'),('185.234.217.203',3119176139,'',0,1547617530.5630,55,'M3yGj9iYwZmEnzHJTgFPC5LA','','13|0|0|0|spectaclesfree.com/sfn.php'),('185.234.217.203',3119176139,'',0,1547617531.2100,55,'5g7dEbR16paW3BZX4DymIQin','','13|0|0|0|spectaclesfree.com/tiny_mce/plugins/tinybrowser/upload_file.php'),('185.234.217.203',3119176139,'',0,1547617531.8550,55,'S9WOYDvc3Rjo82fxIUTnwZGe','','13|0|0|0|spectaclesfree.com/sfn.php'),('185.234.217.203',3119176139,'',0,1547617533.2320,55,'xFm7JZ8N1EHTa3jco0uS6PMq','','13|0|0|0|spectaclesfree.com/wp-content/plugins/jquery-html5-file-upload/jquery-html5-file-upload.php'),('185.234.217.203',3119176139,'',0,1547617533.8800,55,'sFqoRvhOVCHE5aDpk89BTQtc','','13|0|0|0|spectaclesfree.com/wp-content/uploads/files/guest/sfn.php'),('185.234.217.203',3119176139,'',0,1547617534.5110,55,'pWMJUkOa7CiEbj1sXFIomZuV','','13|0|0|0|spectaclesfree.com/wp-content/plugins/woocommerce-product-options/includes/image-upload.php'),('185.234.217.203',3119176139,'',0,1547617535.1410,55,'wKhrRanl1YgHvtNs8BpL3mPS','','13|0|0|0|spectaclesfree.com/wp-content/uploads/2019/1/sfn.php'),('185.234.217.203',3119176139,'',0,1547617535.7810,55,'2LaQiICfEkyW04PU7FgAtZ3e','','13|0|0|0|spectaclesfree.com/modules/mod_simplefileuploadv1.3/elements/udd.php'),('185.234.217.203',3119176139,'',0,1547617536.4300,55,'AILMQ9gSc5RGEw6PNnuHYl7K','','13|0|0|0|spectaclesfree.com/modules/mod_simplefileuploadv1.3/elements/sfn.php'),('185.234.217.203',3119176139,'',0,1547617538.5690,50,'AGf2Rgz1yqFSb7smDj59wvBK','','13|0|0|0|spectaclesfree.com/wp-login.php'),('185.234.217.203',3119176139,'',0,1547617539.2920,50,'KWeXlBfJTSYVjNLE1gioqt9H','','13|0|0|0|spectaclesfree.com/wp-login.php'),('185.234.217.203',3119176139,'',0,1547617540.0240,50,'YcMR9Ua6DyLQ5StbZd7zioTj','','13|0|0|0|spectaclesfree.com/xmlrpc.php'),('92.222.29.57',1558060345,'',0,1547620676.4220,55,'6zKeFMqf35XxnN9w4RjrSUph','','13|0|0|0|spectaclesfree.com/wp-content/themes/wp-update.php'),('92.222.29.57',1558060345,'',0,1547620676.4220,11,'6zKeFMqf35XxnN9w4RjrSUph','','0|0|0|0|spectaclesfree.com/wp-content/themes/wp-update.php'),('193.106.30.98',3244957282,'',0,1547621654.1730,55,'vw5Ks3kz2xtHPeuiCjOMBXmE','','13|0|0|0|spectaclesfree.com/c0nfig.php'),('193.106.30.98',3244957282,'',0,1547621654.1730,11,'vw5Ks3kz2xtHPeuiCjOMBXmE','','0|0|0|0|spectaclesfree.com/c0nfig.php'),('193.106.30.98',3244957282,'',0,1547623292.8220,55,'kEXizsTAlG36DJMNUjrO9BKQ','','13|0|0|0|spectaclesfree.com/brandtalk/administrator/component/w6360n.php.php'),('193.106.30.98',3244957282,'',0,1547624233.6190,55,'PMCrTlBF7yZfDzUvE1diIo5Q','','13|0|0|0|spectaclesfree.com/wp-load-5b7a23c0744615b7a23c0744af.php'),('193.106.30.98',3244957282,'',0,1547627695.5340,55,'z5Pu2lMmCxtgUhqcnbWyGSVr','','13|0|0|0|spectaclesfree.com/administrator/includes/readmy.php'),('193.106.30.98',3244957282,'',0,1547627695.5340,11,'z5Pu2lMmCxtgUhqcnbWyGSVr','','0|0|0|0|spectaclesfree.com/administrator/includes/readmy.php'),('193.106.30.98',3244957282,'',0,1547628729.4590,55,'lRB3sJNh7tWSKcreQ62P1buU','','13|0|0|0|spectaclesfree.com/administrator/administrator.php'),('193.201.224.17',3251232785,'',0,1547631175.8100,50,'Zn0UHYbNtloGPiBWFE39R2Ad','','0|0|0|0|spectaclesfree.com/wp-login.php'),('193.201.224.17',3251232785,'',0,1547631175.8100,11,'Zn0UHYbNtloGPiBWFE39R2Ad','','0|0|0|0|spectaclesfree.com/wp-login.php'),('193.201.224.17',3251232785,'',0,1547631187.9200,50,'WPJ9SzrFhLMpBT2notCHOys5','','13|0|0|0|spectaclesfree.com//wp-login.php'),('210.86.225.249',3528909305,'',0,1547640362.9990,55,'C1dJNfXERWyh2s6YBmjevQ4L','','13|0|0|0|spectaclesfree.com/searchreplacedb2.php'),('210.86.225.249',3528909305,'',0,1547640362.9990,11,'C1dJNfXERWyh2s6YBmjevQ4L','','0|0|0|0|spectaclesfree.com/searchreplacedb2.php'),('210.86.225.249',3528909305,'',0,1547640366.9450,55,'Q64SLZba98qemWf0pUFuGJI7','','13|0|0|0|spectaclesfree.com/installer.php'),('210.86.225.249',3528909305,'',0,1547640367.8250,55,'4z0rb2KlRj3TqAOaCDmwnci8','','13|0|0|0|spectaclesfree.com/installer-backup.php'),('210.86.225.249',3528909305,'',0,1547640368.7050,55,'SWaPRB0kebq7i6HL1AYzscNK','','13|0|0|0|spectaclesfree.com/wp-upload-class.php'),('210.86.225.249',3528909305,'',0,1547640369.5470,55,'rGpcgzUWTS4s1EFKAPk3evfl','','13|0|0|0|spectaclesfree.com/wp-ajax-hook.php'),('210.86.225.249',3528909305,'',0,1547640370.4510,55,'Gnfx2BvQ6pI7ulhKSi9zmDUL','','13|0|0|0|spectaclesfree.com/new_license.php'),('210.86.225.249',3528909305,'',0,1547640371.3320,55,'ASfsdVMwX806NtFJpnLiDlW5','','13|0|0|0|spectaclesfree.com/wp-xml.php'),('210.86.225.249',3528909305,'',0,1547640372.2000,55,'IQp0qSV32D5GrokO6dfZ9NTx','','13|0|0|0|spectaclesfree.com/newsleter.php'),('210.86.225.249',3528909305,'',0,1547640373.0740,55,'IctUsTCAFHXpnOzhvu02SjG4','','13|0|0|0|spectaclesfree.com/content-post.php'),('210.86.225.249',3528909305,'',0,1547640373.9640,55,'K3uInk561mbWSNwaM9gxOApv','','13|0|0|0|spectaclesfree.com/header-cache.php'),('210.86.225.249',3528909305,'',0,1547640374.8210,55,'EwSPYiFtIdDO12URmx4jAfN3','','13|0|0|0|spectaclesfree.com/cache_.php'),('210.86.225.249',3528909305,'',0,1547640375.6870,55,'I3MntABiHYUZ4NJG65QXdaSy','','13|0|0|0|spectaclesfree.com/license.php'),('210.86.225.249',3528909305,'',0,1547640376.5530,55,'nDMHZOteV1KFbdNYm9oBXTIU','','13|0|0|0|spectaclesfree.com/wp-content/plugins/formcraft/file-upload/server/php/index.php'),('210.86.225.249',3528909305,'',0,1547640377.4320,55,'UGnc2lSukr5O7Dbyz3mX46fY','','13|0|0|0|spectaclesfree.com/wp-content/plugins/fluid_forms/file-upload/server/php/index.php'),('173.44.35.53',2905350965,'',0,1547652205.2470,50,'6bPdZKzCNgtQYmHGxivFInh7','','0|0|0|0|spectaclesfree.com/wp-login.php'),('173.44.35.53',2905350965,'',0,1547652205.2470,11,'6bPdZKzCNgtQYmHGxivFInh7','','0|0|0|0|spectaclesfree.com/wp-login.php'),('103.29.215.148',1730008980,'',0,1547655739.6000,55,'Hz8aIAlQ53jpbfydGnwV6KW2','','13|0|0|0|spectaclesfree.com/wp-content/plugins/contact-form-7/jss.php'),('103.29.215.148',1730008980,'',0,1547655739.6000,11,'Hz8aIAlQ53jpbfydGnwV6KW2','','0|0|0|0|spectaclesfree.com/wp-content/plugins/contact-form-7/jss.php'),('185.165.30.35',3114606115,'',0,1547662476.9320,55,'msbVKdkeGluPT4pJW2f0qy7O','','13|0|0|0|spectaclesfree.com/wp-includes/images/404.php'),('185.165.30.35',3114606115,'',0,1547662476.9320,11,'msbVKdkeGluPT4pJW2f0qy7O','','0|0|0|0|spectaclesfree.com/wp-includes/images/404.php'),('185.165.30.35',3114606115,'',0,1547662480.9680,55,'jkBgOPVK6xbsm5cvwqun1te9','','13|0|0|0|spectaclesfree.com/wp-includes/images/404.php'),('193.201.224.17',3251232785,'',0,1547668134.0380,50,'SCDfH26ngWu7cNYTrbFqMwXy','','0|0|0|0|spectaclesfree.com/wp-login.php'),('193.201.224.17',3251232785,'',0,1547668134.0380,11,'SCDfH26ngWu7cNYTrbFqMwXy','','0|0|0|0|spectaclesfree.com/wp-login.php'),('193.201.224.17',3251232785,'',0,1547668144.6080,50,'0Ki9sGpBTkhZ73VESa86emub','','13|0|0|0|spectaclesfree.com//wp-login.php'),('193.27.218.141',3239828109,'',0,1547668882.5450,55,'eKYAVJEn0zGkmZTxNbMwuBoL','','13|0|0|0|spectaclesfree.com/wp-admin/css/colors/coffee/newsleter.php'),('193.27.218.141',3239828109,'',0,1547668882.5450,11,'eKYAVJEn0zGkmZTxNbMwuBoL','','0|0|0|0|spectaclesfree.com/wp-admin/css/colors/coffee/newsleter.php'),('193.27.218.141',3239828109,'',0,1547668887.4040,55,'LFE42BrJAsNUwdnRp5qyma86','','13|0|0|0|spectaclesfree.com/wp-admin/css/colors/coffee/newsleter.php'),('91.134.248.253',1535572221,'',0,1547673343.6790,55,'oTHd5BugWN1QijlYmJzawE7q','','13|0|0|0|spectaclesfree.com/wp-admin/css/colors/coffee/theme.php.suspected'),('91.134.248.253',1535572221,'',0,1547673343.6790,11,'oTHd5BugWN1QijlYmJzawE7q','','0|0|0|0|spectaclesfree.com/wp-admin/css/colors/coffee/theme.php.suspected'),('69.12.82.242',1158435570,'',0,1547677481.2340,55,'hucoJNR6Pm4zn2eby3H8wIgj','','13|0|0|0|spectaclesfree.com/wp-includes/007.php'),('69.12.82.242',1158435570,'',0,1547677481.2340,11,'hucoJNR6Pm4zn2eby3H8wIgj','','0|0|0|0|spectaclesfree.com/wp-includes/007.php'),('69.12.82.242',1158435570,'',0,1547677485.2580,55,'2Q7Va5lmXcZEu4dOPTqzx1YG','','13|0|0|0|spectaclesfree.com/wp-includes/007.php'),('209.205.206.58',3519925818,'',0,1547678471.5280,55,'XCFbPSWOL8uMv1AfKZxma90Q','','13|0|0|0|spectaclesfree.com/wp-includes/js/tinymce/plugins/wpautoresize/aw.php.suspected'),('209.205.206.58',3519925818,'',0,1547678471.5280,11,'XCFbPSWOL8uMv1AfKZxma90Q','','0|0|0|0|spectaclesfree.com/wp-includes/js/tinymce/plugins/wpautoresize/aw.php.suspected'),('185.234.217.203',3119176139,'',0,1547679852.6440,50,'5QTLozWi7rv9MD48GEAxHB6d','','0|0|0|0|spectaclesfree.com/wp-login.php'),('185.234.217.203',3119176139,'',0,1547679852.6440,11,'5QTLozWi7rv9MD48GEAxHB6d','','0|0|0|0|spectaclesfree.com/wp-login.php'),('185.234.217.203',3119176139,'',0,1547679853.4820,50,'r8cG29ZebIRFW4KYE51ziaTu','','13|0|0|0|spectaclesfree.com/wp-login.php'),('132.148.249.210',2224355794,'',0,1547686776.6260,55,'iHoBR2WO4k0nSF98LTp75vyx','','13|0|0|0|spectaclesfree.com/dhon.php'),('132.148.249.210',2224355794,'',0,1547686776.6260,11,'iHoBR2WO4k0nSF98LTp75vyx','','0|0|0|0|spectaclesfree.com/dhon.php'),('132.148.249.210',2224355794,'',0,1547686787.2090,55,'vP0p1rquRk8HDcNAF47JxnGW','','13|0|0|0|spectaclesfree.com/dhon.php'),('94.156.175.61',1587326781,'',0,1547697711.7470,55,'harYWtc5JNSeVFb0LKoiyT43','','13|0|0|0|spectaclesfree.com/wp-content/themes/elentra/newsleter.php'),('94.156.175.61',1587326781,'',0,1547697711.7470,11,'harYWtc5JNSeVFb0LKoiyT43','','0|0|0|0|spectaclesfree.com/wp-content/themes/elentra/newsleter.php'),('199.241.186.126',3354507902,'',0,1547703628.6090,55,'cmB7NTselQgCdhODI2W48PbZ','','13|0|0|0|spectaclesfree.com/wp-admin/css/colors/light/simple.php5'),('199.241.186.126',3354507902,'',0,1547703628.6090,11,'cmB7NTselQgCdhODI2W48PbZ','','0|0|0|0|spectaclesfree.com/wp-admin/css/colors/light/simple.php5'),('92.60.71.42',1547454250,'',0,1547703910.7450,55,'oy3qn2TtWaP7zLHdXiKNgxOY','','13|0|0|0|spectaclesfree.com/m0m.php'),('92.60.71.42',1547454250,'',0,1547703910.7450,11,'oy3qn2TtWaP7zLHdXiKNgxOY','','0|0|0|0|spectaclesfree.com/m0m.php'),('62.210.185.4',1053997316,'',0,1547707527.1480,55,'RIzi6BcNOeSrdxTUDK4L705g','','13|0|0|0|spectaclesfree.com/wp-includes/ID3/Mhbgf.php.suspected'),('62.210.185.4',1053997316,'',0,1547707527.1480,11,'RIzi6BcNOeSrdxTUDK4L705g','','0|0|0|0|spectaclesfree.com/wp-includes/ID3/Mhbgf.php.suspected'),('136.243.90.101',2297649765,'',0,1547714161.8090,55,'unNTWaw28zd4kBYADEI0sy7r','','13|0|0|0|spectaclesfree.com/wp-includes/Requests/404.php'),('136.243.90.101',2297649765,'',0,1547714161.8090,11,'unNTWaw28zd4kBYADEI0sy7r','','0|0|0|0|spectaclesfree.com/wp-includes/Requests/404.php'),('213.251.182.103',3590043239,'',0,1547716902.0880,55,'wF1Tvk5OCZi04nNzLPUlxreq','','13|0|0|0|spectaclesfree.com/wp-content/themes/fincorp/about3.php.suspected'),('213.251.182.103',3590043239,'',0,1547716902.0880,11,'wF1Tvk5OCZi04nNzLPUlxreq','','0|0|0|0|spectaclesfree.com/wp-content/themes/fincorp/about3.php.suspected'),('5.189.150.213',96310997,'',0,1547718797.1330,55,'TcIpY5rt2JNKszRx3jZWv1O9','','13|0|0|0|spectaclesfree.com/wp-admin/zone.php'),('5.189.150.213',96310997,'',0,1547718797.1330,11,'TcIpY5rt2JNKszRx3jZWv1O9','','0|0|0|0|spectaclesfree.com/wp-admin/zone.php'),('47.104.97.225',795369953,'',0,1547720437.0140,55,'B1CyQRsV2px95M4qSvODgX70','','13|0|0|0|spectaclesfree.com/xmliipc.php'),('47.104.97.225',795369953,'',0,1547720437.0140,11,'B1CyQRsV2px95M4qSvODgX70','','0|0|0|0|spectaclesfree.com/xmliipc.php'),('47.104.97.225',795369953,'',0,1547720441.0630,55,'O2T7dyzauD8n1pVKlXhJ4W6v','','13|0|0|0|spectaclesfree.com/xmliipc.php'),('192.185.179.162',3233395618,'',0,1547740607.7410,55,'JzfDarcnw79XUExHydOtRP0h','','13|0|0|0|spectaclesfree.com/wordpress/wp-admin/bl.php'),('192.185.179.162',3233395618,'',0,1547740607.7410,11,'JzfDarcnw79XUExHydOtRP0h','','0|0|0|0|spectaclesfree.com/wordpress/wp-admin/bl.php'),('192.185.179.162',3233395618,'',0,1547740610.9830,55,'N0uziZR6ycQvBS9O1rpLmEWM','','13|0|0|0|spectaclesfree.com/wordpress/wp-admin/bl.php'),('87.238.192.82',1475264594,'',0,1547744894.1070,55,'L4OXrlwcs8251xv9DBVjkqYo','','13|0|0|0|spectaclesfree.com/wp-includes/SimplePie/Decode/simple.php5'),('87.238.192.82',1475264594,'',0,1547744894.1070,11,'L4OXrlwcs8251xv9DBVjkqYo','','0|0|0|0|spectaclesfree.com/wp-includes/SimplePie/Decode/simple.php5'),('50.62.56.237',842938605,'',0,1547745643.1350,55,'5PwV03xBh1EZ89kyNIW2CGzu','','13|0|0|0|spectaclesfree.com/wp-includes/js/tinymce/plugins/fullscreen/newsleter.php'),('50.62.56.237',842938605,'',0,1547745643.1350,11,'5PwV03xBh1EZ89kyNIW2CGzu','','0|0|0|0|spectaclesfree.com/wp-includes/js/tinymce/plugins/fullscreen/newsleter.php'),('50.62.56.237',842938605,'',0,1547745653.3010,55,'l4KUOo9W5pc6sAXZ2J3Fihmj','','13|0|0|0|spectaclesfree.com/wp-includes/js/tinymce/plugins/fullscreen/newsleter.php'),('87.98.227.4',1466098436,'',0,1547748177.3400,55,'dYPGRimNfvjEpFya6he2MQSJ','','13|0|0|0|spectaclesfree.com/wp-content/themes/prides/db.php'),('87.98.227.4',1466098436,'',0,1547748177.3400,11,'dYPGRimNfvjEpFya6he2MQSJ','','0|0|0|0|spectaclesfree.com/wp-content/themes/prides/db.php'),('193.106.30.98',3244957282,'',0,1547766451.2370,55,'PqCZ4DemOwYbUFIVoS6XWHtd','','13|0|0|0|spectaclesfree.com/hook-filters.php'),('193.106.30.98',3244957282,'',0,1547766451.2370,11,'PqCZ4DemOwYbUFIVoS6XWHtd','','0|0|0|0|spectaclesfree.com/hook-filters.php'),('194.48.209.229',3257979365,'',0,1547772413.3750,55,'E6ZcHGiVW0NtzljsgDR721qQ','','13|0|0|0|spectaclesfree.com/license.php'),('194.48.209.229',3257979365,'',0,1547772413.3750,11,'E6ZcHGiVW0NtzljsgDR721qQ','','0|0|0|0|spectaclesfree.com/license.php'),('194.48.209.229',3257979365,'',0,1547772414.0890,55,'0WBR9JaiuxbjSYmwcekqFvM2','','13|0|0|0|spectaclesfree.com/license.php'),('185.234.217.248',3119176184,'',0,1547792271.4450,50,'3HdN49QD2wMIfuWZ8kOntUXC','','0|0|0|0|spectaclesfree.com/wp-login.php'),('185.234.217.248',3119176184,'',0,1547792271.4450,11,'3HdN49QD2wMIfuWZ8kOntUXC','','0|0|0|0|spectaclesfree.com/wp-login.php'),('185.234.217.248',3119176184,'',0,1547792273.3090,50,'CHMaPcwtLGTyRzI5u0n8FmAh','','13|0|0|0|spectaclesfree.com//wp-login.php'),('59.51.167.236',993241068,'',0,1547792972.6910,50,'lSYF0OMhen4wyt51J9UTs3Eg','','0|0|0|0|spectaclesfree.com/wp-login.php'),('59.51.167.236',993241068,'',0,1547792972.6910,11,'lSYF0OMhen4wyt51J9UTs3Eg','','0|0|0|0|spectaclesfree.com/wp-login.php'),('59.51.167.236',993241068,'',0,1547792977.0820,50,'7t9HAO2ERPDudL5alcJWZCjk','','13|0|0|0|spectaclesfree.com/wp-login.php'),('220.164.2.123',3701736059,'',0,1547793151.3120,50,'ORL1wtxNHy452mQWM9Esahlf','','0|0|0|0|spectaclesfree.com/wp-login.php'),('220.164.2.123',3701736059,'',0,1547793151.3120,11,'ORL1wtxNHy452mQWM9Esahlf','','0|0|0|0|spectaclesfree.com/wp-login.php'),('220.164.2.123',3701736059,'',0,1547793155.7800,50,'5afiHwsDp0zjZvCcS2o7hAVx','','13|0|0|0|spectaclesfree.com/wp-login.php'),('124.137.14.94',2089356894,'',0,1547793738.1570,50,'pwujh1XN3KlrG2UsYSEyn0vQ','','0|0|0|0|spectaclesfree.com/wp-login.php'),('124.137.14.94',2089356894,'',0,1547793738.1570,11,'pwujh1XN3KlrG2UsYSEyn0vQ','','0|0|0|0|spectaclesfree.com/wp-login.php'),('124.137.14.94',2089356894,'',0,1547793752.7410,50,'G79HBlCSt8zpA4bJh0sLDMQE','','13|0|0|0|spectaclesfree.com/wp-login.php'),('41.78.27.215',692984791,'',0,1547793956.2580,55,'b1inkpDzUvMqaXZe8LSK723I','','13|0|0|0|spectaclesfree.com/wp-includes/js/imgareaselect/newsleter.php'),('41.78.27.215',692984791,'',0,1547793956.2580,11,'b1inkpDzUvMqaXZe8LSK723I','','0|0|0|0|spectaclesfree.com/wp-includes/js/imgareaselect/newsleter.php'),('41.78.27.215',692984791,'',0,1547793956.2970,55,'buzpIZ3X5BShjVAPCONmtRHq','','13|0|0|0|spectaclesfree.com/wp-includes/js/imgareaselect/newsleter.php'),('64.13.232.29',1074653213,'',0,1547809803.9930,55,'TzhjrscdFvgEyaHZ0YDxok65','','13|0|0|0|spectaclesfree.com/wp-content/confix.php.suspected'),('64.13.232.29',1074653213,'',0,1547809803.9930,11,'TzhjrscdFvgEyaHZ0YDxok65','','0|0|0|0|spectaclesfree.com/wp-content/confix.php.suspected'),('193.106.30.98',3244957282,'',0,1547827900.8650,55,'akRZzj2nD4KeEwiUcXtNVTsB','','13|0|0|0|spectaclesfree.com/assets/images/accesson.php'),('193.106.30.98',3244957282,'',0,1547827900.8650,11,'akRZzj2nD4KeEwiUcXtNVTsB','','0|0|0|0|spectaclesfree.com/assets/images/accesson.php'),('188.213.175.168',3168120744,'',0,1547854012.2060,55,'06kxrVA1DgIil5hePUpz82fw','','13|0|0|0|spectaclesfree.com/wp-content/themes/prides/db.php'),('188.213.175.168',3168120744,'',0,1547854012.2060,11,'06kxrVA1DgIil5hePUpz82fw','','0|0|0|0|spectaclesfree.com/wp-content/themes/prides/db.php'),('185.211.245.158',3117675934,'',0,1547882089.9330,50,'4p078lXMO9grjUc1dtsGSxeo','','0|0|0|0|spectaclesfree.com/wp-login.php'),('185.211.245.158',3117675934,'',0,1547882089.9330,11,'4p078lXMO9grjUc1dtsGSxeo','','0|0|0|0|spectaclesfree.com/wp-login.php'),('193.106.30.98',3244957282,'',0,1547887322.4080,55,'Ot5mdXAVRw1WskhPYZSzclJ6','','13|0|0|0|spectaclesfree.com/customizer.php'),('193.106.30.98',3244957282,'',0,1547887322.4080,11,'Ot5mdXAVRw1WskhPYZSzclJ6','','0|0|0|0|spectaclesfree.com/customizer.php'),('211.57.200.67',3543779395,'',0,1547889244.2110,55,'wSb1selIv2kBtLqyKWDGRJ35','','13|0|0|0|spectaclesfree.com/wp-content/themes/prides/db.php'),('211.57.200.67',3543779395,'',0,1547889244.2110,11,'wSb1selIv2kBtLqyKWDGRJ35','','0|0|0|0|spectaclesfree.com/wp-content/themes/prides/db.php'),('62.210.152.199',1053989063,'',0,1547889992.8030,55,'fFDNy10GCBoUc3XJTkeHth9d','','13|0|0|0|spectaclesfree.com/wp-content/newsleter.php.suspected'),('62.210.152.199',1053989063,'',0,1547889992.8030,11,'fFDNy10GCBoUc3XJTkeHth9d','','0|0|0|0|spectaclesfree.com/wp-content/newsleter.php.suspected'),('5.196.81.104',96751976,'',0,1547890723.3700,55,'Go6vqZRD0CY8pXbz5gnilLmW','','13|0|0|0|spectaclesfree.com/wp-admin/maint/wp-console.php'),('5.196.81.104',96751976,'',0,1547890723.3700,11,'Go6vqZRD0CY8pXbz5gnilLmW','','0|0|0|0|spectaclesfree.com/wp-admin/maint/wp-console.php'),('208.97.138.194',3496053442,'',0,1547891394.3470,55,'eoKt8cq0U3ELiC1SDlRhMO7b','','13|0|0|0|spectaclesfree.com/wp-content/uploads/2018/12/minify.php'),('208.97.138.194',3496053442,'',0,1547891394.3470,11,'eoKt8cq0U3ELiC1SDlRhMO7b','','0|0|0|0|spectaclesfree.com/wp-content/uploads/2018/12/minify.php'),('81.88.49.39',1364734247,'',0,1547906191.6410,55,'oegrUyXEqOSC92FjuB61dfW4','','13|0|0|0|spectaclesfree.com/wp-admin/includes/headroll.php'),('81.88.49.39',1364734247,'',0,1547906191.6410,11,'oegrUyXEqOSC92FjuB61dfW4','','0|0|0|0|spectaclesfree.com/wp-admin/includes/headroll.php'),('81.88.49.28',1364734236,'',0,1547906195.7030,55,'hNdegz2On6Eal8fZbmjq54DQ','','13|0|0|0|spectaclesfree.com/wp-admin/includes/headroll.php'),('185.234.217.130',3119176066,'',0,1547945712.9370,50,'4asQiRp6l0D8VKnZLGkJANOb','','0|0|0|0|spectaclesfree.com/wp-login.php'),('185.234.217.130',3119176066,'',0,1547945712.9370,11,'4asQiRp6l0D8VKnZLGkJANOb','','0|0|0|0|spectaclesfree.com/wp-login.php'),('185.234.217.130',3119176066,'',0,1547945713.6850,50,'C5cjL8FUz61OZiSVIJEgKqYd','','13|0|0|0|spectaclesfree.com/wp-login.php'),('132.148.80.15',2224312335,'',0,1547973102.7820,55,'zPDw7p1yV6vM9X4dx0r5NeRZ','','13|0|0|0|spectaclesfree.com/options.php'),('132.148.80.15',2224312335,'',0,1547973102.7820,11,'zPDw7p1yV6vM9X4dx0r5NeRZ','','0|0|0|0|spectaclesfree.com/options.php'),('193.201.224.17',3251232785,'',0,1548004145.4710,50,'TScZs3PAvHEYLCo6lpi2UxGD','','0|0|0|0|spectaclesfree.com/wp-login.php'),('193.201.224.17',3251232785,'',0,1548004145.4710,11,'TScZs3PAvHEYLCo6lpi2UxGD','','0|0|0|0|spectaclesfree.com/wp-login.php'),('193.201.224.17',3251232785,'',0,1548004153.7090,50,'7mEerd5pJSAX082hu6xYsoUj','','13|0|0|0|spectaclesfree.com//wp-login.php'),('193.106.30.98',3244957282,'',0,1548016741.5970,55,'vALlPbezxi8WuG5YSHjC3aRd','','13|0|0|0|spectaclesfree.com/wp-content/plugins/log.php'),('193.106.30.98',3244957282,'',0,1548016741.5970,11,'vALlPbezxi8WuG5YSHjC3aRd','','0|0|0|0|spectaclesfree.com/wp-content/plugins/log.php'),('193.106.30.98',3244957282,'',0,1548071156.2720,55,'tjuWUNFcABzxeJEr34fk1pPb','','13|0|0|0|spectaclesfree.com/temp.php'),('193.106.30.98',3244957282,'',0,1548071156.2720,11,'tjuWUNFcABzxeJEr34fk1pPb','','0|0|0|0|spectaclesfree.com/temp.php'),('198.27.69.191',3323676095,'',0,1548077283.9120,50,'n0gRK1b5jMIQyzcAkihUo9Sq','','0|0|0|0|spectaclesfree.com/wp-login.php'),('198.27.69.191',3323676095,'',0,1548077283.9120,11,'n0gRK1b5jMIQyzcAkihUo9Sq','','0|0|0|0|spectaclesfree.com/wp-login.php'),('198.27.69.191',3323676095,'',0,1548077444.3610,50,'nQmRoEYhyUSu2FlLXKBC78Na','','13|0|0|0|spectaclesfree.com/wp-login.php'),('193.106.30.98',3244957282,'',0,1548085808.2280,55,'fLSAC2Er3bv8datRiY1q7hyX','','13|0|0|0|spectaclesfree.com/temp.php'),('193.106.30.98',3244957282,'',0,1548085808.2280,11,'fLSAC2Er3bv8datRiY1q7hyX','','0|0|0|0|spectaclesfree.com/temp.php'),('91.82.50.8',1532113416,'',0,1548089486.4770,50,'CZzKtHBodyEPJcOTFp3SnDMA','','0|0|0|0|spectaclesfree.com/wp-login.php'),('91.82.50.8',1532113416,'',0,1548089486.4770,11,'CZzKtHBodyEPJcOTFp3SnDMA','','0|0|0|0|spectaclesfree.com/wp-login.php'),('91.82.50.8',1532113416,'',0,1548089489.3690,50,'JUt8VayxAk23ZDiRcsvz0hSl','','13|0|0|0|spectaclesfree.com/wp-login.php'),('77.88.87.74',1297635146,'',0,1548114114.7910,55,'HmXYWLzcxilBgOv3uAoPFhd5','','13|0|0|0|spectaclesfree.com/wp-includes/wp-tomar.php'),('77.88.87.74',1297635146,'',0,1548114114.7910,11,'HmXYWLzcxilBgOv3uAoPFhd5','','0|0|0|0|spectaclesfree.com/wp-includes/wp-tomar.php'),('193.106.30.98',3244957282,'',0,1548125069.6320,55,'ysNDS3Cn5RL4JdXlfzWEZjHc','','13|0|0|0|spectaclesfree.com/log.php'),('193.106.30.98',3244957282,'',0,1548125069.6320,11,'ysNDS3Cn5RL4JdXlfzWEZjHc','','0|0|0|0|spectaclesfree.com/log.php'),('192.190.221.229',3233734117,'',0,1548146247.9980,50,'ROkm1sV3d0AiLZpYazyS9PUv','','0|0|0|0|spectaclesfree.com/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146247.9980,11,'ROkm1sV3d0AiLZpYazyS9PUv','','0|0|0|0|spectaclesfree.com/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146248.7160,55,'9TIgJmcvDE8LsRifjKrydH37','','13|0|0|0|spectaclesfree.com/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146249.1890,55,'6nix1sNzL9XDfKEZqcSBk8yd','','13|0|0|0|spectaclesfree.com/feed/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146249.6420,55,'dxTnGlCAUH6b4iyYO1tfZpvN','','13|0|0|0|spectaclesfree.com/feed/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146250.1020,55,'Y0qfhgOFi1aNIH9AsDjZ25dv','','13|0|0|0|spectaclesfree.com/comments/feed/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146250.5710,55,'3SzYPWgGy4Ch1d8eTNQpqIkj','','13|0|0|0|spectaclesfree.com/comments/feed/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146251.0350,55,'eDKYbTZhzfNG2S1OQLt6oEnH','','13|0|0|0|spectaclesfree.com/wp-includes/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146251.5150,55,'L9A7l5NcRM3Ftr2QzyD8C1Xa','','13|0|0|0|spectaclesfree.com/wp-includes/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146251.9960,55,'vf3F6idIT9PNDaVrGO71ewY5','','13|0|0|0|spectaclesfree.com/wp-content/uploads/2017/12/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146252.4720,55,'pBdAiugf2UFTElOVKwRj863m','','13|0|0|0|spectaclesfree.com/wp-content/uploads/2017/12/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146252.9210,55,'AHUriS6jzGyu3NkqVs14DboY','','13|0|0|0|spectaclesfree.com/my-account/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146253.3850,55,'NGf0AJCW3btrs71TwB9KqYSn','','13|0|0|0|spectaclesfree.com/my-account/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146253.8450,55,'QLN75AnXlZtYGp3MyPWf6DUr','','13|0|0|0|spectaclesfree.com/cart/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146254.2970,55,'dywI5gcZt4uXa12DESrQv709','','13|0|0|0|spectaclesfree.com/cart/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146254.7500,55,'pkg8M4Hn6tlWLwzxmv7dCU5I','','13|0|0|0|spectaclesfree.com/wishlist/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146255.2130,55,'VJo0r7CcsYe93Sxm1GFadLPi','','13|0|0|0|spectaclesfree.com/wishlist/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146255.6840,55,'0YoOqRjlUchHA6zCG52QkMI4','','13|0|0|0|spectaclesfree.com/shop/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146256.1420,55,'kFDNQLSjeJUa3vist2AhRumY','','13|0|0|0|spectaclesfree.com/shop/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146256.6250,55,'f4kAv6P9n7LSsQOHKRhU1y8p','','13|0|0|0|spectaclesfree.com/checkout/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146257.1080,55,'axmu3hsprWOPRLkeMAB1ijIc','','13|0|0|0|spectaclesfree.com/checkout/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146257.5490,55,'Vu41WY0gNKeIGZJq2RpCXLw7','','13|0|0|0|spectaclesfree.com/types-of-spectacle-lenses-and-their-coating/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146258.0110,55,'5FJ9UglvBXVSpLkbTEntNjuQ','','13|0|0|0|spectaclesfree.com/types-of-spectacle-lenses-and-their-coating/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146258.4750,55,'YksQeu2diy8MrwL90Eq4WtFl','','13|0|0|0|spectaclesfree.com/10-awesome-facts-about-eyeglasses/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146258.9320,55,'sPxBqG1z7aflUAYZWwjCvKot','','13|0|0|0|spectaclesfree.com/10-awesome-facts-about-eyeglasses/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146259.3970,55,'x3MSUWiTCyst7oDq285NmdF9','','13|0|0|0|spectaclesfree.com/contact/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146259.8570,55,'aN7AOpzwZy6BKPCegkQFSmt5','','13|0|0|0|spectaclesfree.com/contact/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146260.3120,55,'DOriF97auMPtW4mkX5AlvLob','','13|0|0|0|spectaclesfree.com/product/abbey-clear-crystal-glasses/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146260.7840,55,'uph4J6fM7znIiZ5HvmkdPNoX','','13|0|0|0|spectaclesfree.com/product/abbey-clear-crystal-glasses/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146261.2670,55,'HUpYeE2JjAFld6NmDRa50Xhn','','13|0|0|0|spectaclesfree.com/product/madison/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146261.7290,55,'JTFuZfCPoEVi8YnrB0yXw4p3','','13|0|0|0|spectaclesfree.com/product/madison/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146262.1700,55,'6tubWzeTvaj9EhRGxdoLrSUH','','13|0|0|0|spectaclesfree.com/product/amy-amber-havana-sunglasses/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146262.6230,55,'AG2wbkesnzFo4LEHDvjxPW9m','','13|0|0|0|spectaclesfree.com/product/amy-amber-havana-sunglasses/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146263.0670,55,'YL8RjWeK41r0hTAupiX5Bzv2','','13|0|0|0|spectaclesfree.com/product/canby-rx/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146263.5100,55,'SNHKdRgCMj72DopiOYemyWz4','','13|0|0|0|spectaclesfree.com/product/canby-rx/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146263.9780,55,'WLy7aFAVT8dbtwYcghlnSRM0','','13|0|0|0|spectaclesfree.com/product/abbey-pastel-lilac-glasses/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146264.4460,55,'PWOkyHbJBmh5zw4ZcKYp2C9u','','13|0|0|0|spectaclesfree.com/product/abbey-pastel-lilac-glasses/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146264.9150,55,'N3F19wsBgJcYVejlOoMQPrxA','','13|0|0|0|spectaclesfree.com/product/cannon-rx/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146265.3750,55,'8RmSYvZxyp6BlXaLwHf3r9M5','','13|0|0|0|spectaclesfree.com/product/cannon-rx/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146265.8370,55,'dVLNfcSy6T5IODpsx3ZiwMzh','','13|0|0|0|spectaclesfree.com/product/ray-ban-rx5154-clubmaster/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146266.3030,55,'3XZ4hfYTtE01pjQrRekMJbFz','','13|0|0|0|spectaclesfree.com/product/ray-ban-rx5154-clubmaster/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146266.7950,55,'9Gf3SvAEOQerqWnktsRVi2pZ','','13|0|0|0|spectaclesfree.com/product/coltrane-cobalt-sunglasses/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146267.2280,55,'9hWIAHwKvgFN7qjCOlZLMb65','','13|0|0|0|spectaclesfree.com/product/coltrane-cobalt-sunglasses/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146267.6790,55,'ZPw8BmFjtOCrepgqAELKaIJ7','','13|0|0|0|spectaclesfree.com/product/francis-rx/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146268.1480,55,'vtBw26sSqMHQnb9L4KDNxu7z','','13|0|0|0|spectaclesfree.com/product/francis-rx/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146268.6030,55,'FnelgEjXkA1qbLZ9y7IWSGtv','','13|0|0|0|spectaclesfree.com/product/homeeyeglassesdolomiti-eyewearrc2-c-shiny-gold-tortoise-dolomiti-eyewear-rc2-c-eyeglasses/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146269.0650,55,'bDENyAJ2a31FRLjKYkcxCigU','','13|0|0|0|spectaclesfree.com/product/homeeyeglassesdolomiti-eyewearrc2-c-shiny-gold-tortoise-dolomiti-eyewear-rc2-c-eyeglasses/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146269.5250,55,'vrGs8P6nFl4dtV2cw79JHEQ0','','13|0|0|0|spectaclesfree.com/product/ray-ban-5298/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146269.9740,55,'LV8BpmHafzObksoYx7yQwCK0','','13|0|0|0|spectaclesfree.com/product/ray-ban-5298/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146270.4340,55,'OtBgosNQzHrCw0uJeTRaW6XU','','13|0|0|0|spectaclesfree.com/product-category/glass/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146270.8940,55,'jh4yQp7ogdkwXA9YMuc3GfxR','','13|0|0|0|spectaclesfree.com/product-category/glass/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146271.3520,55,'6BXx2QysDlfGoRTzp5kt0awe','','13|0|0|0|spectaclesfree.com/product-category/men/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146271.8010,55,'rjEY9RJsUIcVBaFXpT5fCzO2','','13|0|0|0|spectaclesfree.com/product-category/men/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146272.2550,55,'Aq1uZRJL52Nt3FMPBG6yihfI','','13|0|0|0|spectaclesfree.com/product-category/sun-glasses/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146272.6960,55,'xPuoMYrVkQ6yABD2lmSw08WX','','13|0|0|0|spectaclesfree.com/product-category/sun-glasses/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146273.1520,55,'aNOyze5cLWh1pK24HoJxAClT','','13|0|0|0|spectaclesfree.com/product-category/uncategorized/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146273.6330,55,'JGSD4s2WX1wOchdmKnHfzP9M','','13|0|0|0|spectaclesfree.com/product-category/uncategorized/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146274.1010,55,'CQ75KmWVoGEzIgiutD9MkbHS','','13|0|0|0|spectaclesfree.com/product-category/women/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146274.5640,55,'4yQgoI8sepGtOvbCXD9hMkSP','','13|0|0|0|spectaclesfree.com/product-category/women/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146275.0360,55,'tfJ6oABOubF9QxUDpgymLv7T','','13|0|0|0|spectaclesfree.com/product/fremont-rx/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146275.4910,55,'6WPohwI7jqZaOm4DSegyBuXC','','13|0|0|0|spectaclesfree.com/product/fremont-rx/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146275.9440,55,'Wz9tLMkrlxP4HpVRJ6dFAYiG','','13|0|0|0|spectaclesfree.com/product/govy-2/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146276.4160,55,'0EQgd6DpwOm8jfqi49VsCUIz','','13|0|0|0|spectaclesfree.com/product/govy-2/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146276.8750,55,'iGyKzLEwQuHMn2hF6I8D5CWO','','13|0|0|0|spectaclesfree.com/product/francis/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146277.3380,55,'hR4zlJ2OK1eMLvibIt6smYcd','','13|0|0|0|spectaclesfree.com/product/francis/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146277.8120,55,'gHhDCy8VNU0QOwmP5KanvJlr','','13|0|0|0|spectaclesfree.com/product/canby/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146278.2730,55,'5xybGirTBtHUCs2Mq6DzYSev','','13|0|0|0|spectaclesfree.com/product/canby/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146278.7100,55,'DilbucYPoU2f0xFHrpAC6BnT','','13|0|0|0|spectaclesfree.com/unsubscribe/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146279.1700,55,'Jf4jTdUiZQ3RbgBVY5ADHlet','','13|0|0|0|spectaclesfree.com/unsubscribe/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146279.6440,55,'KvfOlwtznc4aSdFqesA9bJ1r','','13|0|0|0|spectaclesfree.com/subscribe/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146280.1000,55,'bZC8qHUPe3oYzAu4SQlwsWfR','','13|0|0|0|spectaclesfree.com/subscribe/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146280.5610,55,'E5C9wRXIMf6Fgsr0HOW7GNz8','','13|0|0|0|spectaclesfree.com/privacy-policy/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146281.0010,55,'kSlbuLVhs9F0afGwWpKtOAqP','','13|0|0|0|spectaclesfree.com/privacy-policy/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146281.4610,55,'tWeYM8gHSCXKocIv205xNfml','','13|0|0|0|spectaclesfree.com/terms-and-conditions/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146281.9340,55,'geBznb0Chyc6HjDpsIE51YVQ','','13|0|0|0|spectaclesfree.com/terms-and-conditions/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146282.4020,55,'6lOnBbcELqfJwdUk5zgVrYWM','','13|0|0|0|spectaclesfree.com/wp-json/oembed/1.0/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146282.8490,55,'NBsiG2vrd0LPwH7Fz4EtApY9','','13|0|0|0|spectaclesfree.com/wp-json/oembed/1.0/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146283.3090,55,'Y3ujK6Ra7bcyi48WFTtBAEVg','','13|0|0|0|spectaclesfree.com/my-account/lost-password/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146284.2840,55,'AaeP6hWqmFx9rzRujYypf1SL','','13|0|0|0|spectaclesfree.com/my-account/lost-password/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146284.7540,55,'KueGMPx7gBCzRQqjNpJvlad9','','13|0|0|0|spectaclesfree.com/shop/feed/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146285.2300,55,'jb4oLiUNGpc1aJOeYI3T0q5g','','13|0|0|0|spectaclesfree.com/shop/feed/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146285.6930,55,'RIbwj1d7iLFeurNtHK5kMcyP','','13|0|0|0|spectaclesfree.com/product/abbey-amber-havana-glasses/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146286.1590,55,'ol7s0fLrGkKAuPwWTxdIhmXO','','13|0|0|0|spectaclesfree.com/product/abbey-amber-havana-glasses/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146286.5950,55,'2COElw6YMovNfyxp98qFBiZb','','13|0|0|0|spectaclesfree.com/product/alice-black-glasses/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146287.1300,55,'wLcIEi3K7kjmtXB0CbOaYAPz','','13|0|0|0|spectaclesfree.com/product/alice-black-glasses/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146287.5830,55,'Aswc50m2ifJBuzL6oSb4ktqM','','13|0|0|0|spectaclesfree.com/product/art-pink-gradual-glasses/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146288.0420,55,'INvdRJHQf9rElxyMBeotC0jZ','','13|0|0|0|spectaclesfree.com/product/art-pink-gradual-glasses/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146288.5110,55,'D9KdvVaCTpW7zf2uOrI6QnsZ','','13|0|0|0|spectaclesfree.com/shop/page/2/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146288.9630,55,'4psPd051GLztDq7wbBn6XIeo','','13|0|0|0|spectaclesfree.com/shop/page/2/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146289.4300,55,'duO0fmWph46KyzIEtYb7rZH9','','13|0|0|0|spectaclesfree.com/product/abbey-clear-crystal-glasses/feed/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146289.8860,55,'m0PBvDXc4WafLEJlknOqRNKY','','13|0|0|0|spectaclesfree.com/product/abbey-clear-crystal-glasses/feed/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146290.3390,55,'9S1RbPW548VJGnUHhzML0K27','','13|0|0|0|spectaclesfree.com/wp-content/uploads/2017/11/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146290.8030,55,'g8o43AkXVEYpb21u5qCKQrhs','','13|0|0|0|spectaclesfree.com/wp-content/uploads/2017/11/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146291.2670,55,'4loIYjmH78CNOFu9nRcE1wgW','','13|0|0|0|spectaclesfree.com/product/madison/feed/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146291.7190,55,'DIL6T1n9jBWM0qCJ8Gupywz5','','13|0|0|0|spectaclesfree.com/product/madison/feed/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146292.1710,55,'uFSkgC53pYN1WiQsoZ9DbRre','','13|0|0|0|spectaclesfree.com/product/elliot/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146292.6400,55,'BqPCXW4z3ylLKrZGYvku8cMR','','13|0|0|0|spectaclesfree.com/product/elliot/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146293.1040,55,'xSuCGBPrLHQFUyIj3RsJn9W5','','13|0|0|0|spectaclesfree.com/product/columbus/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146293.5560,55,'LAOxlUNn6q1iyHrKo2CPtFEv','','13|0|0|0|spectaclesfree.com/product/columbus/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146294.0130,55,'0wc418ZOnXrDLzhtduyxiINU','','13|0|0|0|spectaclesfree.com/product/amy-amber-havana-sunglasses/feed/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146294.4570,55,'3YEIehZM9gsCWTUtmKPcovBN','','13|0|0|0|spectaclesfree.com/product/amy-amber-havana-sunglasses/feed/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146294.9200,55,'CfFosQvDWGzqTXJucANUHy5l','','13|0|0|0|spectaclesfree.com/product/canby-rx/feed/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146295.3710,55,'m9Oneuo03J5jqxNwQkaVp7I8','','13|0|0|0|spectaclesfree.com/product/canby-rx/feed/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146295.8430,55,'J7nkK5FCUobmNxLsy0Zh6OXj','','13|0|0|0|spectaclesfree.com/product/98/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146296.3140,55,'CD5Pv4taO8igbqZyERxoYnM1','','13|0|0|0|spectaclesfree.com/product/98/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146296.7820,55,'AQ6Ldwp2StE7ZPlviJqnaDf1','','13|0|0|0|spectaclesfree.com/product/abbey-pastel-lilac-glasses/feed/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146297.2640,55,'lJQoebtOc6nPhavKUuzgTW3B','','13|0|0|0|spectaclesfree.com/product/abbey-pastel-lilac-glasses/feed/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146298.2150,55,'29oRqnBO7wXfD05vmNIeF1WG','','13|0|0|0|spectaclesfree.com/product/cannon-rx/feed/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146298.6630,55,'Cfi3lZdEM764rT5mFD98wsRe','','13|0|0|0|spectaclesfree.com/product/cannon-rx/feed/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146299.1210,55,'07VGhFasgrqzopWEnkYLtJIy','','13|0|0|0|spectaclesfree.com/product/dolomiti-eyewear-rc4-c-eyeglasses/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146299.5580,55,'68HTSh2og59M7VEtkyx1lmw0','','13|0|0|0|spectaclesfree.com/product/dolomiti-eyewear-rc4-c-eyeglasses/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146299.9970,55,'eZv3o7k8YsKI14HnCFLhBRTM','','13|0|0|0|spectaclesfree.com/product/ray-ban-rx5154-clubmaster/feed/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146300.4380,55,'ODEgpYC8BLtWId1TnRrSJy3m','','13|0|0|0|spectaclesfree.com/product/ray-ban-rx5154-clubmaster/feed/administrator/index.php'),('192.190.221.229',3233734117,'',0,1548146301.3880,55,'xOtndTLFW6e5y7jBg29csDYb','','13|0|0|0|spectaclesfree.com/product/coltrane-cobalt-sunglasses/feed/wp-login.php'),('192.190.221.229',3233734117,'',0,1548146301.8400,55,'eE1LPSBzvW2xjsV7NbrRklKu','','13|0|0|0|spectaclesfree.com/product/coltrane-cobalt-sunglasses/feed/administrator/index.php'),('185.216.34.233',3117949673,'',0,1548159275.7110,55,'TkzxchZ3viUrR4gNjDIJfLe2','','13|0|0|0|spectaclesfree.com/blog3/wp-login.php'),('185.216.34.233',3117949673,'',0,1548159275.7110,11,'TkzxchZ3viUrR4gNjDIJfLe2','','0|0|0|0|spectaclesfree.com/blog3/wp-login.php'),('185.216.34.233',3117949673,'',0,1548159276.4430,55,'eM06rECSi8Y2ZjX1z4B95Twd','','13|0|0|0|spectaclesfree.com/blog3/wp-login.php'),('185.216.34.233',3117949673,'',0,1548159277.4870,55,'Gla6TKfEcn17rZ9oDXOQRbgL','','13|0|0|0|spectaclesfree.com/wp2/wp-login.php'),('185.216.34.233',3117949673,'',0,1548159278.1720,55,'RqNzh3rIsMXT6jbpmfEOBe74','','13|0|0|0|spectaclesfree.com/wp2/wp-login.php'),('185.216.34.233',3117949673,'',0,1548159280.6420,55,'YlpAPGEkTjg7CKZLs5metSiW','','13|0|0|0|spectaclesfree.com/wordpress1/wp-login.php'),('185.216.34.233',3117949673,'',0,1548159281.3520,55,'tMne015R9Guf7xO8CdKBgqm2','','13|0|0|0|spectaclesfree.com/wordpress1/wp-login.php'),('185.216.34.233',3117949673,'',0,1548159282.3440,55,'CpUnS19xTzGeEjLvdc5Pkg2W','','13|0|0|0|spectaclesfree.com/blog/wp-login.php'),('185.216.34.233',3117949673,'',0,1548159283.0370,55,'23HmYxlbAj4hOLwVEizkBS81','','13|0|0|0|spectaclesfree.com/blog/wp-login.php'),('185.216.34.233',3117949673,'',0,1548159283.7320,55,'MetgKo6XcE0hTPY5BLdfrmRN','','13|0|0|0|spectaclesfree.com/test1/wp-login.php'),('185.216.34.233',3117949673,'',0,1548159284.4290,55,'fcGlHtwkAx1DMZvLJNRbXdQV','','13|0|0|0|spectaclesfree.com/test1/wp-login.php'),('185.216.34.233',3117949673,'',0,1548159285.1080,55,'tb3LZX7mHKURu6AMFjxT5Gon','','13|0|0|0|spectaclesfree.com/blog1/wp-login.php'),('185.216.34.233',3117949673,'',0,1548159285.7870,55,'qtWx4oJrGzngE836MfiYSPvp','','13|0|0|0|spectaclesfree.com/blog1/wp-login.php'),('185.216.34.233',3117949673,'',0,1548159286.7700,55,'hnAr7YPCjzJeitISvuNWOm2g','','13|0|0|0|spectaclesfree.com/blog2/wp-login.php'),('185.216.34.233',3117949673,'',0,1548159287.4380,55,'UGQg9TR1VtuWaDPdS2IshBk0','','13|0|0|0|spectaclesfree.com/blog2/wp-login.php'),('185.216.34.233',3117949673,'',0,1548159288.2570,55,'PO0KWSHEr7ayns4vt3DLfbI9','','13|0|0|0|spectaclesfree.com/wordpress/wp-login.php'),('185.216.34.233',3117949673,'',0,1548159288.9510,55,'SiPf4qb3YlBQCMnZHwd9zc7j','','13|0|0|0|spectaclesfree.com/wordpress/wp-login.php'),('185.216.34.233',3117949673,'',0,1548159289.6280,55,'GQZyIB2W0NHw7jKvon6VR9et','','13|0|0|0|spectaclesfree.com/test3/wp-login.php'),('185.216.34.233',3117949673,'',0,1548159290.3230,55,'lv1aKh8OT7MmPSR90cJ4YfGt','','13|0|0|0|spectaclesfree.com/test3/wp-login.php'),('185.216.34.233',3117949673,'',0,1548159291.0750,55,'OKXWZLIlwyJV4NhdzYFaTCeB','','13|0|0|0|spectaclesfree.com/test2/wp-login.php'),('185.216.34.233',3117949673,'',0,1548159291.7450,55,'IjXFrwPeanZL5Tf8Q1k4M0dS','','13|0|0|0|spectaclesfree.com/test2/wp-login.php'),('185.216.34.233',3117949673,'',0,1548159292.4240,55,'0McL5tlpDqhkTCaAPbvJwFZ8','','13|0|0|0|spectaclesfree.com/wp1/wp-login.php'),('185.216.34.233',3117949673,'',0,1548159293.1050,55,'WtjRSGH9FXM6qmrUzA2yTx0d','','13|0|0|0|spectaclesfree.com/wp1/wp-login.php'),('185.216.34.233',3117949673,'',0,1548159294.7800,55,'eSTsCbatQmlpiNUrMYJuEvqo','','13|0|0|0|spectaclesfree.com/test/wp-login.php'),('185.216.34.233',3117949673,'',0,1548159295.5960,55,'jT5BYWxlGQ184Jpmu7fEr9ts','','13|0|0|0|spectaclesfree.com/test/wp-login.php'),('185.216.34.233',3117949673,'',0,1548159296.2790,55,'dkOhFps5zMn2IYl39BDa4rQi','','13|0|0|0|spectaclesfree.com/wp3/wp-login.php'),('185.216.34.233',3117949673,'',0,1548159296.9610,55,'TziL06SbYvPHUAJ4pRknFG9Q','','13|0|0|0|spectaclesfree.com/wp3/wp-login.php'),('185.216.34.233',3117949673,'',0,1548159298.0070,55,'HzQ0Z1ajDAWnURXiv4ENxwcg','','13|0|0|0|spectaclesfree.com/wp/wp-login.php'),('185.216.34.233',3117949673,'',0,1548159298.6840,55,'NPtaEwMoRsBFHAOD2i3d09k8','','13|0|0|0|spectaclesfree.com/wp/wp-login.php'),('185.216.34.233',3117949673,'',0,1548159299.4210,55,'8UwRycutAj3mbpJ1OLVgq9sD','','13|0|0|0|spectaclesfree.com/wordpress3/wp-login.php'),('185.216.34.233',3117949673,'',0,1548159300.0870,55,'OI6kMP5w0dG3Dapj1smLSHg4','','13|0|0|0|spectaclesfree.com/wordpress3/wp-login.php'),('185.216.34.233',3117949673,'',0,1548159301.0370,55,'aRHqiQb4pSWolZJF5fT6vek8','','13|0|0|0|spectaclesfree.com/wordpress2/wp-login.php'),('185.216.34.233',3117949673,'',0,1548159301.7340,55,'JqzMeG0lwi4CncgQ7dsRx9HP','','13|0|0|0|spectaclesfree.com/wordpress2/wp-login.php'),('185.234.217.206',3119176142,'',0,1548166452.0970,50,'gntB5Cm7P9pihsNoSJa03Q6A','','0|0|0|0|spectaclesfree.com/wp-login.php'),('185.234.217.206',3119176142,'',0,1548166452.0970,11,'gntB5Cm7P9pihsNoSJa03Q6A','','0|0|0|0|spectaclesfree.com/wp-login.php'),('185.234.217.206',3119176142,'',0,1548166452.9640,50,'YXQhVaupJ7rENTj3ZdkiKFev','','13|0|0|0|spectaclesfree.com/wp-login.php'),('211.57.200.67',3543779395,'',0,1548185437.3830,55,'ebIf27lSRzKT9xgonkG3d01B','','13|0|0|0|spectaclesfree.com/wp-includes/SimplePie/Canonical.php'),('211.57.200.67',3543779395,'',0,1548185437.3830,11,'ebIf27lSRzKT9xgonkG3d01B','','0|0|0|0|spectaclesfree.com/wp-includes/SimplePie/Canonical.php'),('193.106.30.98',3244957282,'',0,1548186806.2720,55,'lRIYAZaTs6UBVq5Wz3DCktdr','','13|0|0|0|spectaclesfree.com/wp-icoud.php'),('193.106.30.98',3244957282,'',0,1548186806.2720,11,'lRIYAZaTs6UBVq5Wz3DCktdr','','0|0|0|0|spectaclesfree.com/wp-icoud.php'),('176.126.244.82',2961110098,'',0,1548200339.4160,55,'gjkITM4NWztUhm3qDuYxAbrX','','13|0|0|0|spectaclesfree.com/wp-includes/SimplePie/Canonical.php'),('176.126.244.82',2961110098,'',0,1548200339.4160,11,'gjkITM4NWztUhm3qDuYxAbrX','','0|0|0|0|spectaclesfree.com/wp-includes/SimplePie/Canonical.php'),('185.234.217.132',3119176068,'',0,1548224420.8460,50,'Riuvk8jCaPmyZ2sEMBwhFXlV','','0|0|0|0|spectaclesfree.com/wp-login.php'),('185.234.217.132',3119176068,'',0,1548224420.8460,11,'Riuvk8jCaPmyZ2sEMBwhFXlV','','0|0|0|0|spectaclesfree.com/wp-login.php'),('185.234.217.132',3119176068,'',0,1548224421.5850,50,'vyWjui987oLXIFkexf24OdVK','','13|0|0|0|spectaclesfree.com/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227185.6880,50,'jORwm7VoAviGKJXuk12Hyd34','','0|0|0|0|spectaclesfree.com/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227185.6880,11,'jORwm7VoAviGKJXuk12Hyd34','','0|0|0|0|spectaclesfree.com/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227186.6550,55,'IGPWMkxEqQgYReHbJoayZVdu','','13|0|0|0|spectaclesfree.com/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227187.2430,55,'ysALOJS3dcxNtFnD6MgQ5hm9','','13|0|0|0|spectaclesfree.com/feed/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227187.8590,55,'by3dT97wM6OGR5nSFKhfVstI','','13|0|0|0|spectaclesfree.com/feed/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227188.4690,55,'6kS4XAYVIyjQaFo3E9nx8u0P','','13|0|0|0|spectaclesfree.com/comments/feed/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227189.0620,55,'RYaplJ3Fc7GNKEjBUTvOX9AW','','13|0|0|0|spectaclesfree.com/comments/feed/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227189.6570,55,'G9czaXEf6wHyIiq5410dJVrb','','13|0|0|0|spectaclesfree.com/wp-includes/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227190.2510,55,'mF8qkRT5dXyjfcY76AaQxwPV','','13|0|0|0|spectaclesfree.com/wp-includes/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227190.8650,55,'SW2rJhxyNme6EailQv7PRVg4','','13|0|0|0|spectaclesfree.com/wp-content/uploads/2017/12/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227191.4700,55,'edncxLYXbMlw2a5ZDmgjFuvk','','13|0|0|0|spectaclesfree.com/wp-content/uploads/2017/12/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227192.0750,55,'4TCdbaJOhcUqvmMfsezjrYiN','','13|0|0|0|spectaclesfree.com/my-account/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227192.6750,55,'QqctPNKsI382dGrY76Vfxbyz','','13|0|0|0|spectaclesfree.com/my-account/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227193.2670,55,'pTlHukO8b4vU5nagN0LG19Ys','','13|0|0|0|spectaclesfree.com/cart/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227193.8560,55,'O1VRvWk2GPzHg6tQBAK0iSXc','','13|0|0|0|spectaclesfree.com/cart/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227194.4460,55,'4rfjdkpNi8qMOIYHcJsZynlt','','13|0|0|0|spectaclesfree.com/wishlist/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227195.0480,55,'ibWv1UqHrGP0Ssx5Kujo3lXE','','13|0|0|0|spectaclesfree.com/wishlist/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227195.6460,55,'ayr1xjfkFGUcMIXtpEwCRsb3','','13|0|0|0|spectaclesfree.com/shop/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227196.2340,55,'9G7bMzW6oxtaFlQ3vfJ0HNpU','','13|0|0|0|spectaclesfree.com/shop/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227196.8240,55,'yvWQf0uM4chK1O92smdwnXGE','','13|0|0|0|spectaclesfree.com/checkout/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227197.4260,55,'h4ps7wQHdePT9mj6uv2NbocX','','13|0|0|0|spectaclesfree.com/checkout/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227198.0360,55,'JblP6cwvzhTGQfk1oEBmVjX4','','13|0|0|0|spectaclesfree.com/types-of-spectacle-lenses-and-their-coating/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227198.6460,55,'rTYfi9OsnKt8JRhGBEvLNHoW','','13|0|0|0|spectaclesfree.com/types-of-spectacle-lenses-and-their-coating/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227199.2530,55,'16HokygVEbhtp2SMJl5LXxqK','','13|0|0|0|spectaclesfree.com/10-awesome-facts-about-eyeglasses/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227199.8490,55,'skl1DhjS45zuycMXJenW8QC2','','13|0|0|0|spectaclesfree.com/10-awesome-facts-about-eyeglasses/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227200.4420,55,'HJyTsDY4PWC0LbX1oIlUncNM','','13|0|0|0|spectaclesfree.com/contact/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227201.0360,55,'bLjpgykt85UFCexTE0YlScZH','','13|0|0|0|spectaclesfree.com/contact/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227201.6250,55,'S3Gmc1RfxzhWBQCIblO40Yve','','13|0|0|0|spectaclesfree.com/product/amy-amber-havana-sunglasses/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227202.2340,55,'7YPH31bGr6CFmqidOsfXgRt2','','13|0|0|0|spectaclesfree.com/product/amy-amber-havana-sunglasses/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227202.8270,55,'LGN6yWhtmbXn2z5vpsfOFSaY','','13|0|0|0|spectaclesfree.com/product/canby-rx/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227203.4260,55,'1tNoPTz6B8DYVHaxXAQmw3bS','','13|0|0|0|spectaclesfree.com/product/canby-rx/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227204.0260,55,'GKx3S1OodJ4IckNtziVBvCWe','','13|0|0|0|spectaclesfree.com/product/abbey-pastel-lilac-glasses/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227204.6270,55,'jZepky9Srf1hv4d3DtC5RzTJ','','13|0|0|0|spectaclesfree.com/product/abbey-pastel-lilac-glasses/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227205.2280,55,'5oGtbehusrYJCEamQ2zIkM4y','','13|0|0|0|spectaclesfree.com/product/cannon-rx/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227205.8290,55,'Xiv8Y6lsgUPtR57EeuKHMmTp','','13|0|0|0|spectaclesfree.com/product/cannon-rx/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227206.4210,55,'sZH3oJqYS9QvaBzupUhMjygx','','13|0|0|0|spectaclesfree.com/product/ray-ban-rx5154-clubmaster/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227207.0170,55,'or7FIn6HDG5lJTOx1Yi2qzKW','','13|0|0|0|spectaclesfree.com/product/ray-ban-rx5154-clubmaster/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227207.6280,55,'VG2xYMZ7ByWTCfAjQwNOU0lq','','13|0|0|0|spectaclesfree.com/product/coltrane-cobalt-sunglasses/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227208.2170,55,'uOpVc3b0lCKF5vaswyQktNfH','','13|0|0|0|spectaclesfree.com/product/coltrane-cobalt-sunglasses/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227208.8170,55,'rB5Sz96p2QUD7WmaNXGTgJlq','','13|0|0|0|spectaclesfree.com/product/francis-rx/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227209.4160,55,'wvhmTZ62nyLjlfr1DGq5W038','','13|0|0|0|spectaclesfree.com/product/francis-rx/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227210.0040,55,'SF9G1JAxdcRvNkXWOQqi5oIB','','13|0|0|0|spectaclesfree.com/product/homeeyeglassesdolomiti-eyewearrc2-c-shiny-gold-tortoise-dolomiti-eyewear-rc2-c-eyeglasses/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227210.6040,55,'9nOUAVRHWchuSrPwz8aqvNYd','','13|0|0|0|spectaclesfree.com/product/homeeyeglassesdolomiti-eyewearrc2-c-shiny-gold-tortoise-dolomiti-eyewear-rc2-c-eyeglasses/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227211.1970,55,'lZ8O1L5aiWwRhnDHIgyCsQdS','','13|0|0|0|spectaclesfree.com/product/ray-ban-5298/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227211.8050,55,'zfJLsYMqnPcNwrhglo3H5AaO','','13|0|0|0|spectaclesfree.com/product/ray-ban-5298/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227212.4070,55,'DKOpyAMFca0E5x8hBLYG1tWC','','13|0|0|0|spectaclesfree.com/product/fremont-rx/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227213.0070,55,'f0bOhwg1q7tPv5TesR3diLVS','','13|0|0|0|spectaclesfree.com/product/fremont-rx/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227213.5950,55,'hSWgps2VaumbjnfyZYB6l9kT','','13|0|0|0|spectaclesfree.com/product/98/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227214.1970,55,'E1IZAjfWSTQdnoDPUN09lhHb','','13|0|0|0|spectaclesfree.com/product/98/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227214.7850,55,'pzJaX8ueqtiEoPOKlnNW4YD2','','13|0|0|0|spectaclesfree.com/product-category/glass/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227215.3890,55,'6b1JoMBL5SKg03RQjxWI2HZr','','13|0|0|0|spectaclesfree.com/product-category/glass/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227215.9870,55,'Rgw8VTh2b0Qrlq1uBAjInFWM','','13|0|0|0|spectaclesfree.com/product-category/men/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227216.5890,55,'xbuGeHzd2rFa1BMVKpgc3tJP','','13|0|0|0|spectaclesfree.com/product-category/men/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227217.1770,55,'onJzhxKAcsODpa1RNGrHU2EM','','13|0|0|0|spectaclesfree.com/product-category/sun-glasses/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227217.7780,55,'lKd4SmUfqwCOc7JMzYP9EDVL','','13|0|0|0|spectaclesfree.com/product-category/sun-glasses/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227218.3770,55,'h5niJECc7y01D8uGVAZzI63d','','13|0|0|0|spectaclesfree.com/product-category/uncategorized/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227218.9850,55,'cMnbHuqwKfF34DrZedzLPjWl','','13|0|0|0|spectaclesfree.com/product-category/uncategorized/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227219.5840,55,'QwnPRuYTgFUcNev8AGCM5Z7X','','13|0|0|0|spectaclesfree.com/product-category/women/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227220.1790,55,'fjGYHPDFA6XR9t2wrlQusz0x','','13|0|0|0|spectaclesfree.com/product-category/women/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227220.7970,55,'78IkAJZGjQTVFYe2qrsPOlgH','','13|0|0|0|spectaclesfree.com/product/madison/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227221.3960,55,'TAvOkuNmrWoK6SpXq3HRytGe','','13|0|0|0|spectaclesfree.com/product/madison/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227221.9920,55,'FtoXayBwUnLKke1Prd3OfghC','','13|0|0|0|spectaclesfree.com/product/govy-2/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227222.5870,55,'rYK16XHOitSajFCZy2G9cnw8','','13|0|0|0|spectaclesfree.com/product/govy-2/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227223.1650,55,'O6zZKUA4ih1TXxrNeb7SPdp8','','13|0|0|0|spectaclesfree.com/product/francis/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227224.2550,55,'kD3uGoFXOqMUJn1TH4y0b5sr','','13|0|0|0|spectaclesfree.com/product/francis/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227224.8590,55,'WkDmTU1QxBZJ2HyqYF85KfaM','','13|0|0|0|spectaclesfree.com/product/canby/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227225.4490,55,'KJiMgzbNdpLlWQeFjc6AVrsO','','13|0|0|0|spectaclesfree.com/product/canby/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227226.0480,55,'6HZctDW2gkqaUuheI3BEyLJK','','13|0|0|0|spectaclesfree.com/unsubscribe/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227226.6520,55,'2g194coPwECuKRQhjHlJaiWF','','13|0|0|0|spectaclesfree.com/unsubscribe/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227227.2460,55,'NRdGP3CBSitZTMVhWev9K2mD','','13|0|0|0|spectaclesfree.com/subscribe/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227227.8460,55,'LpnN7VKu2OWgUyoa8rbIBFMJ','','13|0|0|0|spectaclesfree.com/subscribe/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227228.4480,55,'yEwZj3Xn6cxYbJoCNSlHUzgL','','13|0|0|0|spectaclesfree.com/privacy-policy/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227229.0470,55,'RrYQ96ZmPsD8ktjNUBu1MeCI','','13|0|0|0|spectaclesfree.com/privacy-policy/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227229.6450,55,'6Y0jwAPNlF9RH2Vx8JgCTzLd','','13|0|0|0|spectaclesfree.com/terms-and-conditions/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227230.2440,55,'BjJ1Ie4mxcYoLwgTyqArHDW9','','13|0|0|0|spectaclesfree.com/terms-and-conditions/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227230.8550,55,'sf3nNtVAG5rOYEedmZo7PHqk','','13|0|0|0|spectaclesfree.com/wp-json/oembed/1.0/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227231.4380,55,'aHplwbBxjq9GPzVDJeg6ryAQ','','13|0|0|0|spectaclesfree.com/wp-json/oembed/1.0/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227232.0260,55,'Ou9sv2MUYr5tBnpkehZjG4Qx','','13|0|0|0|spectaclesfree.com/my-account/lost-password/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227232.6170,55,'zq1phraYlu9Tsv3UWLmSoKXV','','13|0|0|0|spectaclesfree.com/my-account/lost-password/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227233.2160,55,'abot9uEKB4jdkRIT6nC7hMUJ','','13|0|0|0|spectaclesfree.com/shop/feed/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227233.8190,55,'PsxFZKGYm8itCNUD93z0RABf','','13|0|0|0|spectaclesfree.com/shop/feed/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227234.4290,55,'UXNR54T7klwCgutia2D3qjsF','','13|0|0|0|spectaclesfree.com/product/abbey-amber-havana-glasses/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227235.0250,55,'ha78k3ybBO1qgAGS0sVMc5C9','','13|0|0|0|spectaclesfree.com/product/abbey-amber-havana-glasses/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227235.6170,55,'dj9JeL8E1axVzY72tuiqRrhf','','13|0|0|0|spectaclesfree.com/product/abbey-clear-crystal-glasses/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227236.1960,55,'FGtU7PDLTaifbMpN2w40RSx3','','13|0|0|0|spectaclesfree.com/product/abbey-clear-crystal-glasses/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227236.7920,55,'eQfC3DoIsjJEgmcdvnPK6VY9','','13|0|0|0|spectaclesfree.com/product/alice-black-glasses/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227237.3880,55,'5g4Re0DidKFJsGEIjTMnyzlO','','13|0|0|0|spectaclesfree.com/product/alice-black-glasses/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227237.9760,55,'8msJ6HWORywKgrEMi2YpdUTc','','13|0|0|0|spectaclesfree.com/product/art-pink-gradual-glasses/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227238.5650,55,'JOCAuRT5g8sGvldcMbiEzanj','','13|0|0|0|spectaclesfree.com/product/art-pink-gradual-glasses/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227239.1660,55,'EdhcpJHC18staXfyQqrnSUmw','','13|0|0|0|spectaclesfree.com/shop/page/2/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227239.7660,55,'n0JaNiI8DEwQgoz6RrebcKst','','13|0|0|0|spectaclesfree.com/shop/page/2/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227240.3690,55,'Ax6qoYv3KWimLz5y4QfJ2wFl','','13|0|0|0|spectaclesfree.com/product/amy-amber-havana-sunglasses/feed/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227240.9630,55,'bAl2cCh3BVwexfzgnouXHJaN','','13|0|0|0|spectaclesfree.com/product/amy-amber-havana-sunglasses/feed/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227241.5690,55,'QA4l1NqFRbDicaYs5XtjKWVw','','13|0|0|0|spectaclesfree.com/wp-content/uploads/2017/11/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227242.1670,55,'TWJgvuyqsSfOkprEl3aQGNUH','','13|0|0|0|spectaclesfree.com/wp-content/uploads/2017/11/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227242.7660,55,'i7Amxvne8Bsj3cPbzgDJ5RLV','','13|0|0|0|spectaclesfree.com/product/canby-rx/feed/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227243.3520,55,'LR7hI2daPQV6TzHwkyGU9nbJ','','13|0|0|0|spectaclesfree.com/product/canby-rx/feed/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227243.9600,55,'GS7KqMzhURjoBv5wJt04raub','','13|0|0|0|spectaclesfree.com/product/dolomiti-eyewear-rc4-c-eyeglasses/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227244.5580,55,'mdM4FCJK6R3zvWLAP8xt7BfY','','13|0|0|0|spectaclesfree.com/product/dolomiti-eyewear-rc4-c-eyeglasses/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227245.1460,55,'gC1mJWfuVb8DvYFpMPXTc3BS','','13|0|0|0|spectaclesfree.com/product/abbey-pastel-lilac-glasses/feed/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227245.7480,55,'o8dzMDkbQ23Nh0SFu19s5PLI','','13|0|0|0|spectaclesfree.com/product/abbey-pastel-lilac-glasses/feed/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227246.3490,55,'FD8H9S2UJrGYLdqi0lWR3OT4','','13|0|0|0|spectaclesfree.com/product/cannon-rx/feed/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227246.9460,55,'1xKRX6CJUyMDrjf0Vg59eZSE','','13|0|0|0|spectaclesfree.com/product/cannon-rx/feed/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227247.5410,55,'s2WGFnzaQeVH30BgI4jrAcYP','','13|0|0|0|spectaclesfree.com/product/ray-ban-rx5154-clubmaster/feed/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227248.1310,55,'qR7WoDgnQGx1A43VJ6eOMjtP','','13|0|0|0|spectaclesfree.com/product/ray-ban-rx5154-clubmaster/feed/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227248.7360,55,'OQir63Fkj4v7RSBN8KcPwldT','','13|0|0|0|spectaclesfree.com/product/coltrane-cobalt-sunglasses/feed/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227249.3240,55,'vFThd0CzlP5t3xaXSVYME8Nc','','13|0|0|0|spectaclesfree.com/product/coltrane-cobalt-sunglasses/feed/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227249.9140,55,'pN6sQcIPAe7XGSWRvFr4Ho1n','','13|0|0|0|spectaclesfree.com/product/francis-rx/feed/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227250.5250,55,'DAW9NZ2sUQHLKv8Mcp0Rm7Po','','13|0|0|0|spectaclesfree.com/product/francis-rx/feed/administrator/index.php'),('178.33.10.186',2988509882,'',0,1548227251.1210,55,'HD0vmQ3PB1EiW6lbt8GTyUgX','','13|0|0|0|spectaclesfree.com/product/homeeyeglassesdolomiti-eyewearrc2-c-shiny-gold-tortoise-dolomiti-eyewear-rc2-c-eyeglasses/feed/wp-login.php'),('178.33.10.186',2988509882,'',0,1548227251.7040,55,'uNfP0AC4eqp52lVB9wgIDn6L','','13|0|0|0|spectaclesfree.com/product/homeeyeglassesdolomiti-eyewearrc2-c-shiny-gold-tortoise-dolomiti-eyewear-rc2-c-eyeglasses/feed/administrator/index.php'),('193.106.30.98',3244957282,'',0,1548253466.5340,55,'hF1TN0Kv3IkEwCingAyuVRPW','','13|0|0|0|spectaclesfree.com/wp-conde.php'),('193.106.30.98',3244957282,'',0,1548253466.5340,11,'hF1TN0Kv3IkEwCingAyuVRPW','','0|0|0|0|spectaclesfree.com/wp-conde.php'),('50.28.37.9',840705289,'',0,1548257755.2010,55,'TxM79sPoRvzg0r6SlBIc8D2U','','13|0|0|0|spectaclesfree.com/wp-content/themes/sketch/404.php'),('50.28.37.9',840705289,'',0,1548257755.2010,11,'TxM79sPoRvzg0r6SlBIc8D2U','','0|0|0|0|spectaclesfree.com/wp-content/themes/sketch/404.php'),('212.129.6.199',3565225671,'',0,1548270217.2730,55,'WUZ4OElDuf7iVXNkQKqLIJCh','','13|0|0|0|spectaclesfree.com/wp-includes/SimplePie/Canonical.php'),('212.129.6.199',3565225671,'',0,1548270217.2730,11,'WUZ4OElDuf7iVXNkQKqLIJCh','','0|0|0|0|spectaclesfree.com/wp-includes/SimplePie/Canonical.php'),('208.113.162.107',3497108075,'',0,1548270234.0600,55,'BRFmqWpP12xC0f7idDuG6jhs','','13|0|0|0|spectaclesfree.com/wp-content/themes/sketch/404.php'),('208.113.162.107',3497108075,'',0,1548270234.0600,11,'BRFmqWpP12xC0f7idDuG6jhs','','0|0|0|0|spectaclesfree.com/wp-content/themes/sketch/404.php'),('193.106.30.98',3244957282,'',0,1548315450.8690,55,'Tesb69ylMG2nwFva47V3SghX','','13|0|0|0|spectaclesfree.com/wp-ajax-hook.php'),('193.106.30.98',3244957282,'',0,1548315450.8690,11,'Tesb69ylMG2nwFva47V3SghX','','0|0|0|0|spectaclesfree.com/wp-ajax-hook.php'),('94.180.114.155',1588884123,'',0,1548315705.3660,55,'cGOMJXHZL3WaVAgk7yIzbKQ5','','13|0|0|0|spectaclesfree.com/administrator/index.php'),('94.180.114.155',1588884123,'',0,1548315705.3660,11,'cGOMJXHZL3WaVAgk7yIzbKQ5','','0|0|0|0|spectaclesfree.com/administrator/index.php'),('188.162.166.11',3164775947,'',0,1548316636.6360,55,'mXFUuVcYTCe5NGPiqlhIZvax','','13|0|0|0|spectaclesfree.com/admin.php'),('188.162.166.11',3164775947,'',0,1548316636.6360,11,'mXFUuVcYTCe5NGPiqlhIZvax','','0|0|0|0|spectaclesfree.com/admin.php'),('62.176.7.182',1051723702,'',0,1548317486.7510,55,'fy3BJoqgNIw9O7rK6Ms0hlYp','','13|0|0|0|spectaclesfree.com/administrator/index.php'),('62.176.7.182',1051723702,'',0,1548317486.7510,11,'fy3BJoqgNIw9O7rK6Ms0hlYp','','0|0|0|0|spectaclesfree.com/administrator/index.php'),('62.176.7.182',1051723702,'',0,1548317710.5600,50,'xcjUMlTP3oODhAvgti6wyQmz','','13|0|0|0|spectaclesfree.com/wp-login.php'),('62.176.7.182',1051723702,'',0,1548317762.3940,55,'l0esjvcSRiIyfqhTD91J52oZ','','13|0|0|0|spectaclesfree.com/admin.php'),('5.138.177.3',92975363,'',0,1548318602.3750,55,'a5KmUSepVByQAFhDqtnjIdMx','','13|0|0|0|spectaclesfree.com/administrator/index.php'),('5.138.177.3',92975363,'',0,1548318602.3750,11,'a5KmUSepVByQAFhDqtnjIdMx','','0|0|0|0|spectaclesfree.com/administrator/index.php'),('5.138.177.3',92975363,'',0,1548318802.6230,50,'Jc0q9EiH4Ml3LwfzFKG2etOS','','13|0|0|0|spectaclesfree.com/wp-login.php'),('5.138.177.3',92975363,'',0,1548318858.1540,55,'hGbWHPNKBUn38sAc2gvLwy4S','','13|0|0|0|spectaclesfree.com/admin.php'),('83.167.17.165',1403457957,'',0,1548319089.9300,55,'bj5PmiJNp0vB3QtwqehuZyc4','','13|0|0|0|spectaclesfree.com/administrator/index.php'),('83.167.17.165',1403457957,'',0,1548319089.9300,11,'bj5PmiJNp0vB3QtwqehuZyc4','','0|0|0|0|spectaclesfree.com/administrator/index.php'),('93.188.2.5',1572602373,'',0,1548331695.5760,55,'vcH8wnqZQD5ajKGybi7oFhAV','','13|0|0|0|spectaclesfree.com/wp-includes/images/wlw/Mhbgf.php'),('93.188.2.5',1572602373,'',0,1548331695.5760,11,'vcH8wnqZQD5ajKGybi7oFhAV','','0|0|0|0|spectaclesfree.com/wp-includes/images/wlw/Mhbgf.php'),('31.28.163.44',521970476,'',0,1548334579.6740,50,'UiG9rtazK7CR5yNljobfcHmA','','0|0|0|0|spectaclesfree.com/wp-login.php'),('31.28.163.44',521970476,'',0,1548334579.6740,11,'UiG9rtazK7CR5yNljobfcHmA','','0|0|0|0|spectaclesfree.com/wp-login.php'),('207.58.187.197',3476732869,'',0,1548334772.0890,55,'drzthXWwcM8PBUfovx0KaHsg','','13|0|0|0|spectaclesfree.com/wp-content/plugins/jetpack/wp-setings.php'),('207.58.187.197',3476732869,'',0,1548334772.0890,11,'drzthXWwcM8PBUfovx0KaHsg','','0|0|0|0|spectaclesfree.com/wp-content/plugins/jetpack/wp-setings.php'),('207.58.187.197',3476732869,'',0,1548334772.4570,55,'T7pGBJhmlAQVWgndySPxeuot','','13|0|0|0|spectaclesfree.com/wp-content/plugins/jetpack/wp-setings.php'),('207.58.187.197',3476732869,'',0,1548334777.9250,55,'VbgS1XdUpY9CtFjv5BfGi6cx','','13|0|0|0|spectaclesfree.com/wp-content/plugins/jetpack/wp-setings.php'),('91.232.247.20',1541994260,'',0,1548336379.3940,55,'HoO19cJCR7bh5S4ZMnlaIDGu','','13|0|0|0|spectaclesfree.com/settings_auto.php'),('91.232.247.20',1541994260,'',0,1548336379.3940,11,'HoO19cJCR7bh5S4ZMnlaIDGu','','0|0|0|0|spectaclesfree.com/settings_auto.php'),('104.238.116.254',1760457982,'',0,1548336408.0480,55,'bGATv5xwj6p4mQyIe92qKfUB','','13|0|0|0|spectaclesfree.com/wp-includes/Text/Diff/content-post.php'),('104.238.116.254',1760457982,'',0,1548336408.0480,11,'bGATv5xwj6p4mQyIe92qKfUB','','0|0|0|0|spectaclesfree.com/wp-includes/Text/Diff/content-post.php'),('104.238.116.254',1760457982,'',0,1548336421.2340,55,'D6qWafTtQS2gZ4MsEY5oI7wn','','13|0|0|0|spectaclesfree.com/wp-includes/Text/Diff/content-post.php'),('91.149.157.185',1536531897,'',0,1548339585.2740,55,'Op2bNeutPkKza0jCfTvQDqFG','','13|0|0|0|spectaclesfree.com/wp-content/themes/twentyten/404.php'),('91.149.157.185',1536531897,'',0,1548339585.2740,11,'Op2bNeutPkKza0jCfTvQDqFG','','0|0|0|0|spectaclesfree.com/wp-content/themes/twentyten/404.php'),('80.9.198.141',1342817933,'',0,1548342883.3630,50,'zR6rVMvTLtHsge4h19yNKfuX','','0|0|0|0|spectaclesfree.com////wp-login.php'),('80.9.198.141',1342817933,'',0,1548342883.3630,11,'zR6rVMvTLtHsge4h19yNKfuX','','0|0|0|0|spectaclesfree.com////wp-login.php'),('80.9.198.141',1342817933,'',0,1548342906.4760,50,'cWI54fN2zYUqgO6esK9dxBiD','','13|0|0|0|spectaclesfree.com////wp-login.php'),('54.125.27.8',914168584,'wxwebadmin',0,1548343070.0200,7,'anqlHQKWyET5hj86Dg3FSwOx','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('97.154.57.225',1637497313,'wxwebadmin',0,1548343092.4450,7,'gCmpqrBQFKoP4Gzf9ONLveZj','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('55.209.40.49',936454193,'wxwebadmin',0,1548343109.0780,7,'h8cBnYvtmGkUMil4T0K51CHD','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('72.80.192.249',1213251833,'wxwebadmin',0,1548343182.0750,7,'jWh3wMSgA2CD1YHyvcxfoIb0','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('117.38.248.108',1965488236,'wxwebadmin',0,1548343207.4550,7,'DtpHS2ilRG8TdbKEaMsVev7J','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('230.213.149.104',3872757096,'wxwebadmin',0,1548343221.7380,7,'BV6PXR8uhsNt5ZqHlWaJQLT7','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('132.242.212.101',2230506597,'wxwebadmin',0,1548343249.8780,7,'w8pv6fe7mtgyWJhxdXniUPuO','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('66.156.245.191',1117582783,'wxwebadmin',0,1548343270.7090,7,'QRyf0FzpeYto9cMrW6TkOJvi','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('89.238.27.89',1508776793,'wxwebadmin',0,1548343285.5460,7,'mz3OHD80PEw9vpitRa4CBjWh','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('55.97.207.53',929156917,'wxwebadmin',0,1548343299.2720,7,'YRrNUAjnBm250IbE17ePufVW','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('162.253.185.93',2734537053,'wxwebadmin',0,1548343328.3140,7,'Zv8FmoCi9pdOWKfBTtlI0UgG','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('237.177.183.38',3987846950,'wxwebadmin',0,1548343350.0850,7,'NkzbOgnE3jRLFhSqAG40wM9I','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('245.159.35.64',4120847168,'wxwebadmin',0,1548343379.7740,7,'dA7T1bwKy0jxrHDeiMzf62hs','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('219.211.197.113',3688088945,'wxwebadmin',0,1548343404.3840,7,'9BHVuLYQbwAdiEp6kJR2Pqg0','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('10.160.213.241',178312689,'wxwebadmin',0,1548343422.6480,7,'rqZKzuYQVJdyhXcCpn9e6mRg','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('25.124.97.202',427581898,'wxwebadmin',0,1548343456.5040,7,'M1VxbY9d4icyFTSmOpUJkj78','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('79.112.24.237',1332746477,'wxwebadmin',0,1548343526.3830,7,'XR3Infq4YC7Tpk9axDSV6bUd','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('62.250.79.177',1056591793,'wxwebadmin',0,1548343586.2230,7,'8WlgI7m15w3NFHRnxrA2jL9M','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('206.211.90.63',3469957695,'wxwebadmin',0,1548343605.8710,7,'4Zrbv7cBKmpHj8OiMP3s16Yd','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('124.163.95.231',2091081703,'wxwebadmin',0,1548343628.1100,7,'BNO5enh3ZiXTuExlpCRUHrmy','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('129.173.147.115',2175636339,'wxwebadmin',0,1548343648.4050,7,'nCaKIYf0x1osRGShBZqAz3yW','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('206.249.131.78',3472458574,'wxwebadmin',0,1548343693.3050,7,'Lb3DdW04RTjOeyl1JroCUX7s','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('166.247.25.186',2801211834,'wxwebadmin',0,1548343733.9130,7,'TzgLt24hCRcnJiGHZfam5Ky3','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('32.133.113.20',545616148,'wxwebadmin',0,1548343753.7440,7,'zKCmMxLhN0bEauWgocPFwvJO','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('165.229.211.252',2783302652,'wxwebadmin',0,1548343789.3950,7,'ud3gxn4Ir0ZYpWBPQmKwLDo1','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('157.230.91.240',2649119728,'wxwebadmin',0,1548343843.7750,7,'Sby2srNFAGHICOp0gauxQeYq','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('99.229.202.32',1676003872,'wxwebadmin',0,1548343859.7700,7,'EMaHsvXU3mdRji4t8FAWzuJk','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('186.72.111.188',3125309372,'wxwebadmin',0,1548343900.0450,7,'WUlRdV2rDqmAYe6pFhQoaOPL','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('165.205.3.183',2781676471,'wxwebadmin',0,1548343928.9130,7,'SQaotEN15n0zTrxZP4cYO6iy','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('221.213.205.69',3721776453,'wxwebadmin',0,1548343954.2630,7,'N0KZW9reGQMgAwmpFHvP5Uzs','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('11.57.215.83',188340051,'wxwebadmin',0,1548343998.6710,7,'67t05uspSbOKea813kUThjMA','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('151.42.65.250',2536129018,'wxwebadmin',0,1548344017.6560,7,'YgkmeclW1CyrBLiRhGzF987T','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('9.57.210.62',154784318,'wxwebadmin',0,1548344044.3240,7,'6JdYzRMQbO10VqZ4Wj5vnStP','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('140.227.213.209',2363741649,'wxwebadmin',0,1548344064.6100,7,'Sg0MHNfWrZb2KvzoiDcFpkQT','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('244.253.154.143',4110260879,'wxwebadmin',0,1548344122.7320,7,'U7DQSJ10YV6b5XLGtnquAKcv','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('73.120.143.251',1232637947,'wxwebadmin',0,1548344210.0260,7,'mTpxgAuPlOkd4nv0ojCQWZ2w','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('72.235.9.86',1223362902,'wxwebadmin',0,1548344230.4110,7,'mY1q50x82PcQlgMyZwjdozaC','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('166.243.197.78',2800993614,'wxwebadmin',0,1548344269.4790,7,'hsb0jNCPzxmRWI2Yt3lvrw8p','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('161.165.104.213',2711972053,'wxwebadmin',0,1548344335.3530,7,'9GjKDwHNEvPJbyXsx3B18fic','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('182.120.245.204',3061380556,'wxwebadmin',0,1548344363.2520,7,'J8Ya1Pd3rEmGilvtV7ARqKBs','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('123.14.47.140',2064527244,'wxwebadmin',0,1548344380.1720,7,'LJPsbSN1enHGRtazuDwTWqYh','','0|0|0|0|spectaclesfree.com/////xmlrpc.php'),('140.168.179.155',2359866267,'wxwebadmin',0,1548344400.9630,7,'yOJYg4sSzf7F1c5IM8uxPUKX','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('232.30.132.119',3894314103,'wxwebadmin',0,1548344431.1850,7,'dBLFokgSywhQqxWfAV8nDs7b','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('190.50.155.76',3190987596,'wxwebadmin',0,1548344459.6050,7,'EUOGiByD6o2hm5M87juS3pKn','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('37.118.63.26',628506394,'wxwebadmin',0,1548344484.5430,7,'TMOK2SbuFCGn91UeyxYpPWg4','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('227.223.234.217',3823102681,'wxwebadmin',0,1548344506.5450,7,'Dwx8H9n6Lqhc0MONiRrjFgBo','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('170.164.50.122',2862887546,'wxwebadmin',0,1548344524.9740,7,'xX4ihwOUL7QEckFvByNJdpHM','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('248.114.135.86',4168255318,'wxwebadmin',0,1548344539.9400,7,'4guojf62AswKUxJiC1HYQaRS','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('246.148.74.33',4136913441,'wxwebadmin',0,1548344569.4250,7,'ZDPQXEdNbF0W7gine2BywM4x','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('51.221.77.179',870141363,'wxwebadmin',0,1548344596.2930,7,'TJCF2BvVd1aIWUruP57x3kpe','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('140.90.176.97',2354753633,'wxwebadmin',0,1548344616.9430,7,'ALXVuU5qngCQmPcN3jrFBzop','','0|0|0|0|spectaclesfree.com/////xmlrpc.php'),('251.213.42.211',4225051347,'wxwebadmin',0,1548344638.5570,7,'da3WcfQujDeoMy8in5L2NUmb','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('34.164.196.190',581223614,'wxwebadmin',0,1548344666.3640,7,'dyJV2QcrOokhDXzNZnY6P0Mg','','0|0|0|0|spectaclesfree.com/////xmlrpc.php'),('65.113.86.166',1097946790,'wxwebadmin',0,1548344681.2050,7,'szK1tbGWTHfqndOrwCueULoF','','0|0|0|0|spectaclesfree.com/////xmlrpc.php'),('55.222.4.73',937296969,'wxwebadmin',0,1548344712.0140,7,'ItwBsznfkFXrjJSVmUHobWvO','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('61.169.174.227',1034530531,'wxwebadmin',0,1548344741.3080,7,'XszwDfB5aYPTMURb9ACInltj','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('16.3.56.19',268646419,'wxwebadmin',0,1548344792.7980,7,'DnXM5yAOCsqzEiP0fguH1aVS','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('191.220.99.21',3218891541,'wxwebadmin',0,1548344862.5700,7,'1Frz8f0Hk7Mv3NwJ2QRL49Ei','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('10.94.28.203',173939915,'wxwebadmin',0,1548344908.2330,7,'WBvoSbmE2ghy6jUeV3D4qku8','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('75.85.49.167',1263874471,'wxwebadmin',0,1548344927.9120,7,'wjdMx4zOfgZnYVSHIDPiaAtB','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('134.245.221.13',2264259853,'wxwebadmin',0,1548345013.1650,7,'e4wzxrml9NXS7OY5vbUhJTEG','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('103.88.247.253',1733883901,'wxwebadmin',0,1548345028.4800,7,'H2IVTOb87khQ9q3ENZRLtz6w','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('198.212.160.99',3335823459,'wxwebadmin',0,1548345051.5340,7,'XBaJI65nwCkFKAuN1RtmlhQO','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('19.45.39.204',321726412,'wxwebadmin',0,1548345072.6970,7,'VqBxE190Gk2bC7ynivFeHzU6','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('183.67.144.28',3074658332,'wxwebadmin',0,1548345094.6380,7,'IYTX9LzpP72slr5DhQgeVtoC','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('119.71.196.38',2001191974,'wxwebadmin',0,1548345110.8050,7,'LeRDymJY6VUpwcMAsfaBbjEx','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('80.80.26.189',1347427005,'wxwebadmin',0,1548345127.4870,7,'BuJ6L2resRMF5gqxSQDkZ8dO','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('78.201.240.139',1321857163,'wxwebadmin',0,1548345149.3960,7,'blnYO6rsuSHoJyqEWDj8UM1I','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('252.47.197.4',4230989060,'wxwebadmin',0,1548345164.6830,7,'bDuycHwMQ70ZzqjNm35P9WSn','','0|0|0|0|spectaclesfree.com/////xmlrpc.php'),('140.227.200.215',2363738327,'wxwebadmin',0,1548345192.7800,7,'M8lymXoOdhuDPz6TFeNK4is7','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('223.38.156.197',3743849669,'wxwebadmin',0,1548345206.8390,7,'kjzaGXlAE5iDFbtoeHTJ3WCh','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('140.227.200.215',2363738327,'wxwebadmin',0,1548345227.3360,7,'QoINV4SwfWdyLOZYjDB59G36','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('140.8.134.127',2349368959,'wxwebadmin',0,1548345245.8600,7,'Xuoq8HDGTB6nzrbPItRwV3Sm','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('64.19.239.183',1075048375,'wxwebadmin',0,1548345261.3840,7,'teObZM5fKYjcFw1dmg83I9UL','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('15.186.184.110',263895150,'wxwebadmin',0,1548345276.6310,7,'6qb79Q8dJLO54lgzTjKEnM3D','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('131.246.171.157',2213981085,'wxwebadmin',0,1548345297.4980,7,'gBrcM1COj9exXYmhdLGb046A','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('176.6.153.229',2953222629,'wxwebadmin',0,1548345331.8180,7,'CrHj2lIyhO1xJtzRVk9Z4aMB','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('202.159.210.55',3399471671,'wxwebadmin',0,1548345347.6480,7,'yWpxnidDkvf8MTrX7Pm24IcZ','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('208.207.70.151',3503244951,'wxwebadmin',0,1548345400.8390,7,'ULmsoIdf5418YPeVMKBNa6cx','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('213.181.85.38',3585430822,'wxwebadmin',0,1548345422.2790,7,'qzXxDRJ1b8YBC6H0KVgipAE4','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('232.232.24.80',3907524688,'wxwebadmin',0,1548345453.4040,7,'CQFZ137z9xtkiuyBh6Dfs5VT','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('7.241.232.109',133294189,'wxwebadmin',0,1548345478.3850,7,'GIFcOCXB79AzmV2Mr650sHid','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('146.98.68.124',2455913596,'wxwebadmin',0,1548345521.0200,7,'hN2fpFZU7BCJzP5cvAoiuqX1','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('106.56.16.6',1782059014,'wxwebadmin',0,1548345544.7120,7,'PJydzjAXRt0C9QBSoElKkFaW','','0|0|0|0|spectaclesfree.com/////xmlrpc.php'),('135.244.165.211',2280957395,'wxwebadmin',0,1548345599.0210,7,'ganGt9Lxbd8WFrjekl2m7EhM','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('62.101.63.203',1046822859,'wxwebadmin',0,1548345624.0450,7,'2YpoNPO7cjfXW6RurlKtq39A','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('63.146.122.54',1066564150,'wxwebadmin',0,1548345638.6800,7,'HWeK1B37bQEvny40xiRSCsN6','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('51.61.112.68',859664452,'wxwebadmin',0,1548345663.9900,7,'bC1tQAxpOr0yTVB39fkWanJq','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('153.115.130.247',2574484215,'wxwebadmin',0,1548345691.5750,7,'6Q9poYH7ALceDfGKIThlRiWN','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('186.14.222.198',3121536710,'wxwebadmin',0,1548345732.2900,7,'8M4ZvXgckztdFSsG6BrYOji2','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('69.37.186.188',1160100540,'wxwebadmin',0,1548345829.5130,7,'uaNy7DTjCOcSL0sHU8tomiqX','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('47.211.63.99',802373475,'wxwebadmin',0,1548345858.6800,7,'P6a5HNBvudeRoSL9zVDxitwh','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('75.251.92.6',1274764294,'wxwebadmin',0,1548345917.5140,7,'LEpQluq47JYzhaBrDc2WdFyX','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('51.15.237.26',856681754,'wxwebadmin',0,1548345937.1560,7,'OSzDo1pE3e6Ysbrg2nZywt9X','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('250.192.145.243',4206924275,'wxwebadmin',0,1548345973.1510,7,'5kAKQWBoSvOlPUMweCD7IFzi','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('222.6.25.30',3724941598,'wxwebadmin',0,1548345987.8230,7,'Bo9cb3MRxODFQq5Yg1CIXewr','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('140.227.200.215',2363738327,'wxwebadmin',0,1548346024.2790,7,'2tXRogUhiPsbvYMl9IwyzOdC','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('140.227.200.215',2363738327,'',0,1548346024.2790,11,'2tXRogUhiPsbvYMl9IwyzOdC','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('154.186.225.7',2595938567,'wxwebadmin',0,1548346045.4260,7,'QXIxjCVe4Pk5c8bLGq9ldfz7','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('195.238.79.41',3287174953,'wxwebadmin',0,1548346062.7780,7,'unvYmDx65c0PBtaNieWRylJ4','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('51.15.86.88',856643160,'wxwebadmin',0,1548346075.0800,7,'ixrteDsOcaCopZf286KMnlGR','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('170.29.225.122',2854084986,'wxwebadmin',0,1548346087.6350,7,'xohwAZ1fq5D9mNV4FEOIlyav','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('107.241.169.212',1810999764,'wxwebadmin',0,1548346131.0320,7,'qSctr2PzFHn5YKp98ewI37Au','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('237.108.139.158',3983313822,'wxwebadmin',0,1548346147.2700,7,'GI6UgjFKeWN0Mlv3oPdBVXQ2','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('54.78.51.183',911094711,'wxwebadmin',0,1548346202.6120,7,'AwKkQ6ir8cZ79XPJWdNgo43n','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('233.37.139.197',3911551941,'wxwebadmin',0,1548346251.7990,7,'PZzKo3ncEmrwyWD1JCaXLgHA','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('189.184.172.28',3182996508,'wxwebadmin',0,1548346288.8420,7,'uMptE5UIHDFZhxRJz7mNgkdB','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('243.91.96.146',4082851986,'wxwebadmin',0,1548346338.3530,7,'CDcmUoY4ONse5xKjqHVhR0A8','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('109.140.212.241',1837946097,'wxwebadmin',0,1548346362.8880,7,'xDRFSAktZET5qMaso1jWKmp0','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('101.91.240.237',1700524269,'wxwebadmin',0,1548346375.9830,7,'zwMkGJYKxstLZai4TpWcS5nH','','0|0|0|0|spectaclesfree.com/////xmlrpc.php'),('30.130.28.193',511843521,'wxwebadmin',0,1548346862.1140,7,'FKkjgSYAzvxC7a4RGByMH8Zr','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('137.180.213.169',2310329769,'wxwebadmin',0,1548346963.3010,7,'fkAXdwOqQ6c0ohR1ZWKyFEPe','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('41.185.170.161',700033697,'wxwebadmin',0,1548346980.4290,7,'BF3IAjXZdV4gn5zW9vshGq7i','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('111.242.17.126',1878135166,'wxwebadmin',0,1548347005.2380,7,'HbTWn5FYgkav9wjABfXhMDOE','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('220.38.84.218',3693499610,'wxwebadmin',0,1548347037.7100,7,'vitEeIO5fY6nSWPQVymKgUbr','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('174.35.135.191',2921564095,'wxwebadmin',0,1548347053.7500,7,'6quiYaU8xdfbsk0ChlHocFAI','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('25.14.217.187',420403643,'wxwebadmin',0,1548347068.4510,7,'MCaFv83tbDzLUminZjYBVhuG','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('122.58.181.235',2050668011,'wxwebadmin',0,1548347094.1920,7,'WcixC80B9v741aZetIEzJyL2','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('246.20.144.154',4128542874,'wxwebadmin',0,1548347133.3270,7,'zP5SvMCO0cm49UNDGZyHgWVh','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('173.9.104.17',2903074833,'wxwebadmin',0,1548347218.9150,7,'dZDPkQqJj4UtGmxnFYMzoBOp','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('61.248.34.123',1039671931,'wxwebadmin',0,1548347248.1590,7,'W2ReQ9XM1imEFpUx3THacbYw','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('6.219.89.187',115038651,'wxwebadmin',0,1548347264.9600,7,'POztBnX86N9U1TocGV5Are0w','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('180.191.137.64',3032451392,'wxwebadmin',0,1548347286.4930,7,'UHIC69fQMyDb8ceoR2lwxmvF','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('154.60.70.190',2587641534,'wxwebadmin',0,1548347299.5210,7,'ydxz9kZBGDsfu3jQi1hP7OCp','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('103.241.41.61',1743857981,'wxwebadmin',0,1548347341.7900,7,'Q2c7W9RhExUoXn1gOFiTzrtu','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('171.85.193.175',2874524079,'wxwebadmin',0,1548347355.7270,7,'U7NdmAC1hwVSrGxRWL8TqfJ6','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('159.244.144.125',2683605117,'wxwebadmin',0,1548347367.4160,7,'jRPrx2UoWNkTDwJqLnXd9lVa','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('246.85.110.186',4132794042,'wxwebadmin',0,1548347395.5800,7,'XfucrmxJvlgTIys8VWQt0qpK','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('31.68.87.97',524572513,'wxwebadmin',0,1548347419.8680,7,'6lEhAYIwzC5xecfaFKVHPSRi','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('225.65.118.251',3779163899,'wxwebadmin',0,1548347432.3060,7,'cCmYr7LWx9N8AS4EROfZK2Tt','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('222.190.217.46',3737049390,'wxwebadmin',0,1548347443.6170,7,'qdbEnyZLSeBTJMW2vmskj6Y0','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('14.12.178.163',235713187,'wxwebadmin',0,1548347464.9160,7,'9hxVMAtmUDwJcaFf4IevZlNn','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('50.179.60.188',850607292,'wxwebadmin',0,1548347478.3520,7,'BzRVqKW342ymESkT5LYUc1Zh','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('198.205.109.206',3335351758,'wxwebadmin',0,1548347496.2210,7,'zfrlLjx3P4vqQRZ6FS1a7toA','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('240.22.207.76',4028026700,'wxwebadmin',0,1548347509.3230,7,'GxVh2npQFAu5ymEirj9WbPtM','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('107.126.89.116',1803442548,'wxwebadmin',0,1548347522.3780,7,'9OiJBLuPhel06Wzy1x7FaoUC','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('249.221.85.86',4192032086,'wxwebadmin',0,1548347542.0690,7,'PAGieL2KtISncr6HC4Wzb8RJ','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('210.110.41.210',3530435026,'wxwebadmin',0,1548347555.8170,7,'K2vfnxUySMQr6mPFVo8ZuW07','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('233.101.219.39',3915766567,'wxwebadmin',0,1548347568.0000,7,'e7stDR0SnquNoUFiJwvZ5mGx','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('193.2.25.208',3238140368,'wxwebadmin',0,1548347586.1810,7,'S2Ly9H5gCsFP8q3TjwZJUfz4','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('233.149.83.205',3918877645,'wxwebadmin',0,1548347634.5980,7,'LCDI4petvBGdz5QMKnfi1HR3','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('102.97.115.236',1717662700,'wxwebadmin',0,1548347651.9520,7,'mrujHzPeBLQ86FEkD2bJ5Z0M','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('246.30.3.29',4129162013,'wxwebadmin',0,1548347663.8250,7,'X28tcBW5CSf6pV01msFNdhxz','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('174.22.198.64',2920728128,'wxwebadmin',0,1548347681.2280,7,'pkjW1GDZrK3UtzeE8PqiNswu','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('191.106.55.153',3211409305,'wxwebadmin',0,1548347693.5930,7,'P0fCQWDSogFGJ5bHXyxrlRMs','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('193.181.192.72',3249913928,'wxwebadmin',0,1548347703.7040,7,'stLu3Ici6n91XUWxkBQeHF2v','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('3.165.65.239',61161967,'wxwebadmin',0,1548347748.0570,7,'n7eBmcWF9NMlZIjJD5pkfLEa','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('244.198.50.22',4106629654,'wxwebadmin',0,1548347818.3620,7,'6a9QyYHPvJp3LcGwirfhblCn','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('251.52.88.20',4214511636,'wxwebadmin',0,1548347829.0420,7,'HQY1cVeutJAECSf2k4LwFnWK','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('218.161.131.125',3668018045,'wxwebadmin',0,1548347838.6250,7,'6VJe1ZtqTdNUluBrRIXQ2jLy','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('252.231.156.124',4243037308,'wxwebadmin',0,1548347852.2400,7,'7DUItOYGubeBlmnaLdT6jEy9','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('234.36.95.53',3928252213,'wxwebadmin',0,1548347867.1710,7,'O1YBnv09Cl8yAjVkJ7FWptRE','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('243.93.45.164',4082970020,'wxwebadmin',0,1548347885.0490,7,'hLnIHGMN3px7dPoTjYA6e0Dm','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('227.30.119.251',3810424827,'wxwebadmin',0,1548347923.0300,7,'dKqHt8y2FnjIsMb0i7xLErWV','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('100.90.87.45',1683642157,'wxwebadmin',0,1548347940.5430,7,'pLwcPAsln7iHSkBZTytD4Rq5','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('35.228.189.172',602193324,'wxwebadmin',0,1548347985.6880,7,'IdMayVEjfx6K2rSobp4H8thi','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('105.214.124.216',1775664344,'wxwebadmin',0,1548348030.5880,7,'iJMB8I1VF0dW7XqtxNAZecbl','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('226.167.85.193',3802617281,'wxwebadmin',0,1548348048.8350,7,'HECPjvchRuVd0Jx9763aAbzD','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('7.190.32.28',129900572,'wxwebadmin',0,1548348082.9550,7,'gD7Ts4VtroSd1FP8eznhB6Wx','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('133.179.188.115',2243148915,'wxwebadmin',0,1548348110.0760,7,'NbOCTUJ7fkrj3P0Fi1oVWwHB','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('9.73.31.78',155787086,'wxwebadmin',0,1548348150.1680,7,'erHUC95DIkvcfQJ6SFoulzbi','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('239.172.32.191',4021035199,'wxwebadmin',0,1548348166.4890,7,'bEiN9w0RnfQjglzVDd6c7YmU','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('123.88.212.180',2069419188,'wxwebadmin',0,1548348192.8190,7,'lBn35XxbGJIOgjMTkysrcuU8','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('192.99.167.179',3227756467,'wxwebadmin',0,1548348207.6420,7,'5IKDbcB0Vf9QWNjEugJ3ra4H','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('42.207.81.44',718229804,'wxwebadmin',0,1548348252.7220,7,'fnpK9eFL1ugrITZv7JADhNd4','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('157.117.95.249',2641715193,'wxwebadmin',0,1548348303.3090,7,'cW1K0CQ8EOoUghpN3fXntbH6','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('33.132.133.254',562333182,'wxwebadmin',0,1548348321.4050,7,'M8KTUuH9Cq4h5XfaBLg3Ymy6','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('164.230.239.148',2766598036,'wxwebadmin',0,1548348350.4220,7,'b9Kk17DTjgLNQXxGnYSO6B8z','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('234.36.112.141',3928256653,'wxwebadmin',0,1548348366.4130,7,'A01hov4pZfV75rTlXknDuLEN','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('215.251.9.230',3623553510,'wxwebadmin',0,1548348400.2800,7,'Blc6GRC7wDSpose85TXfEUIz','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('94.177.147.120',1588695928,'wxwebadmin',0,1548348410.8290,7,'eALl5YDmXU3SbqZfvRFaI4co','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('240.217.248.93',4040816733,'wxwebadmin',0,1548348467.5530,7,'VDbIMjdgQWvcmqePR6Ga7FAN','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('132.37.121.249',2217048569,'wxwebadmin',0,1548348492.8160,7,'vzfW1UpY0LSjKuTgaIMxR4FD','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('73.221.132.11',1239254027,'wxwebadmin',0,1548348508.0610,7,'0Tsw5gtIvbG19HEA6u3QMaml','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('114.237.107.44',1928162092,'wxwebadmin',0,1548348522.8700,7,'jocCF8fYp9metKPVwzyaNxLH','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('182.90.254.162',3059416738,'wxwebadmin',0,1548348541.5600,7,'MBKceHnC6msfJYIbXtgyTv3N','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('82.154.12.3',1385827331,'wxwebadmin',0,1548348574.8820,7,'zSMdAPuj5mgN3vxy7wC9HqZB','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('123.129.243.5',2072113925,'wxwebadmin',0,1548348638.2530,7,'2mLafV0wszJqEYbQi9W1BZH5','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('85.119.109.216',1433890264,'wxwebadmin',0,1548348656.4000,7,'R6KIwzSaXHmL8tTe2DEhidyc','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('64.176.180.50',1085322290,'wxwebadmin',0,1548348675.1790,7,'baetJZ5Snc8AO1hv7QUmzC43','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('178.124.15.47',2994474799,'wxwebadmin',0,1548348733.2150,7,'mlk4UA915zEbqRWV3HCto2hi','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('228.220.104.249',3839650041,'wxwebadmin',0,1548348752.5180,7,'iIufPMXsqEcxanrLOVypg7GH','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('164.87.227.148',2757223316,'wxwebadmin',0,1548348795.9700,7,'ksdhqPD6iLbYplJM4Z31vy8C','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('221.230.252.6',3722902534,'wxwebadmin',0,1548348818.2360,7,'Wxy871gaDkizoHMJfsNtEBrc','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('117.225.124.163',1977711779,'wxwebadmin',0,1548348833.2940,7,'prz7AlKVuEkMBXZ5Gam1nSx3','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('218.3.188.162',3657677986,'wxwebadmin',0,1548348852.7890,7,'a8ELRiGxoDOdwvBkczJUuN64','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('17.227.105.33',300116257,'wxwebadmin',0,1548348868.2120,7,'WufpKIlbn6UEBLFSzxAVG0cj','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('156.18.253.143',2618490255,'wxwebadmin',0,1548348889.1420,7,'4gMlqi7c1fe2rHJaCXQTG0Iz','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('14.93.192.3',241025027,'wxwebadmin',0,1548348913.5640,7,'naAg4xBcMQqKI0C7ydEmSkRw','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('47.184.199.89',800638809,'wxwebadmin',0,1548348935.2100,7,'QVlTyfJ2osxYF7tn9IPS0UpB','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('240.11.40.250',4027263226,'wxwebadmin',0,1548348968.2330,7,'mCnR3t5gIKu9wvYjGT7AcBsl','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('114.193.209.209',1925304785,'wxwebadmin',0,1548348999.8460,7,'5QriTceZhJ6l1RSUDMft7Im4','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('138.164.116.149',2326033557,'wxwebadmin',0,1548349026.5730,7,'qaR7SO5FlABmoxv08ykXiTts','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('41.103.71.145',694634385,'wxwebadmin',0,1548349050.4810,7,'J2Ri0OMEj5taqL1veXfgHAb3','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('79.134.164.218',1334224090,'wxwebadmin',0,1548349068.2110,7,'CHTJfB5mDt3xAiEjNGQFIwPh','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('118.169.113.249',1990816249,'wxwebadmin',0,1548349093.1750,7,'ftalek98z7D5TrRAJKj4nWIb','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('119.102.21.86',2003178838,'wxwebadmin',0,1548349110.9630,7,'n6uX1EayF9jAKUG7rBxY0iLD','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('71.213.59.219',1205156827,'wxwebadmin',0,1548349151.5330,7,'YKVlkwaCx4Nc8uJ6sHMfT7iO','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('243.11.184.204',4077631692,'wxwebadmin',0,1548349166.7460,7,'EM7ZUn12mJs59WNtueo8RyOb','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('41.43.40.93',690694237,'wxwebadmin',0,1548349188.0020,7,'r63tWLkD0YVRybJXCfNiPT1h','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('42.29.111.194',706572226,'wxwebadmin',0,1548349223.9690,7,'G3CyqsBioYx7T9anRHPL21AZ','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('76.4.87.168',1275353000,'wxwebadmin',0,1548349260.6400,7,'tpIZaKNMreJ05E7TmsCPSyR8','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('189.117.21.171',3178567083,'wxwebadmin',0,1548349924.0620,7,'5pKreFm6B1Qz72aRstTbS9XL','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('74.47.35.133',1244603269,'wxwebadmin',0,1548349974.5820,7,'QNBW47um31GMLRx2yevIFkXo','','0|0|0|0|spectaclesfree.com////xmlrpc.php'),('209.205.206.58',3519925818,'',0,1548359757.5010,55,'fGV2AHkDzcLJqs7CwUBpQjFK','','13|0|0|0|spectaclesfree.com/wp-admin/css/colors/coffee/wp-console.php'),('209.205.206.58',3519925818,'',0,1548359757.5010,11,'fGV2AHkDzcLJqs7CwUBpQjFK','','0|0|0|0|spectaclesfree.com/wp-admin/css/colors/coffee/wp-console.php'),('188.66.6.88',3158443608,'',0,1548364215.2320,55,'NpD6zsyLx5PYflkAaHgmtBvG','','13|0|0|0|spectaclesfree.com/wp-version.php'),('188.66.6.88',3158443608,'',0,1548364215.2320,11,'NpD6zsyLx5PYflkAaHgmtBvG','','0|0|0|0|spectaclesfree.com/wp-version.php'),('193.106.30.98',3244957282,'',0,1548371305.4900,55,'hqDxV8Z2wzudRPFT6QiCUWc7','','13|0|0|0|spectaclesfree.com/wp-content/plugins/temp.php'),('193.106.30.98',3244957282,'',0,1548371305.4900,11,'hqDxV8Z2wzudRPFT6QiCUWc7','','0|0|0|0|spectaclesfree.com/wp-content/plugins/temp.php'),('175.193.71.202',2948679626,'',0,1548384781.3440,50,'bhSus0mMeXBwT9G8vP25ngLq','','0|0|0|0|spectaclesfree.com/wp-login.php'),('175.193.71.202',2948679626,'',0,1548384781.3440,11,'bhSus0mMeXBwT9G8vP25ngLq','','0|0|0|0|spectaclesfree.com/wp-login.php'),('175.193.71.202',2948679626,'',0,1548384785.4910,50,'MGlWC75nyptsU0g3wfm4OuI6','','13|0|0|0|spectaclesfree.com/wp-login.php'),('134.19.230.167',2249451175,'',0,1548384834.7320,50,'BnvqKiOEf4VbPZeCdX5hW7R2','','0|0|0|0|spectaclesfree.com/wp-login.php'),('134.19.230.167',2249451175,'',0,1548384834.7320,11,'BnvqKiOEf4VbPZeCdX5hW7R2','','0|0|0|0|spectaclesfree.com/wp-login.php'),('134.19.230.167',2249451175,'',0,1548384837.7090,50,'ctwg3VFij78feon502qQJIOa','','13|0|0|0|spectaclesfree.com/wp-login.php'),('93.39.196.67',1562887235,'',0,1548389315.8120,55,'D1Jb3tR6m7fOChXLuiFSPydo','','13|0|0|0|spectaclesfree.com/wp-content/plugins/background-image-cropper/blackhat.php'),('93.39.196.67',1562887235,'',0,1548389315.8120,11,'D1Jb3tR6m7fOChXLuiFSPydo','','0|0|0|0|spectaclesfree.com/wp-content/plugins/background-image-cropper/blackhat.php'),('104.222.33.92',1759387996,'',0,1548389317.6810,55,'75dZ1aoN3zDucIrOKLgS2vBE','','13|0|0|0|spectaclesfree.com/wp-content/plugins/background-image-cropper/blackhat.php'),('104.222.33.92',1759387996,'',0,1548389317.6810,11,'75dZ1aoN3zDucIrOKLgS2vBE','','0|0|0|0|spectaclesfree.com/wp-content/plugins/background-image-cropper/blackhat.php'),('88.198.55.80',1489385296,'',0,1548392087.5300,55,'daT4UbCW5YJjVBe2St0IGhKF','','13|0|0|0|spectaclesfree.com/wp-admin/includes/jss.php'),('88.198.55.80',1489385296,'',0,1548392087.5300,11,'daT4UbCW5YJjVBe2St0IGhKF','','0|0|0|0|spectaclesfree.com/wp-admin/includes/jss.php'),('88.198.55.80',1489385296,'',0,1548392090.3800,55,'OxKCabPQUGINcmtnlEBJLRde','','13|0|0|0|spectaclesfree.com/wp-admin/includes/jss.php'),('88.99.63.106',1482899306,'',0,1548403210.3200,55,'ONFITUzfrRK4icXCBeqDWwb8','','13|0|0|0|spectaclesfree.com/wp-content/uploads/2018/11/blackhat.php'),('88.99.63.106',1482899306,'',0,1548403210.3200,11,'ONFITUzfrRK4icXCBeqDWwb8','','0|0|0|0|spectaclesfree.com/wp-content/uploads/2018/11/blackhat.php'),('213.251.182.111',3590043247,'',0,1548419465.4270,55,'9XzJeUcHN50VndY8w3ZxRaSL','','13|0|0|0|spectaclesfree.com/wp-includes/images/smilies/Mhbgf.php'),('213.251.182.111',3590043247,'',0,1548419465.4270,11,'9XzJeUcHN50VndY8w3ZxRaSL','','0|0|0|0|spectaclesfree.com/wp-includes/images/smilies/Mhbgf.php'),('213.251.182.111',3590043247,'',0,1548419465.8870,55,'skZbOC3eaLE5QFcNPIhV7Wvi','','13|0|0|0|spectaclesfree.com/wp-includes/images/smilies/Mhbgf.php'),('132.148.249.210',2224355794,'',0,1548424059.0800,55,'lFMw3T5SjA9ItYfp8aWv7crQ','','13|0|0|0|spectaclesfree.com/wp-includes/js/imgareaselect/Mhbgf.php'),('132.148.249.210',2224355794,'',0,1548424059.0800,11,'lFMw3T5SjA9ItYfp8aWv7crQ','','0|0|0|0|spectaclesfree.com/wp-includes/js/imgareaselect/Mhbgf.php'),('132.148.249.210',2224355794,'',0,1548424063.1170,55,'TCBOISKMqLA5E1c6yt0nZPxk','','13|0|0|0|spectaclesfree.com/wp-includes/js/imgareaselect/Mhbgf.php'),('132.148.249.210',2224355794,'',0,1548424083.3640,55,'fcmZ4jaQgtXRid6NP1rL08CA','','13|0|0|0|spectaclesfree.com/wp-includes/js/imgareaselect/Mhbgf.php'),('193.106.30.98',3244957282,'',0,1548426230.3730,55,'x7FJz4QrO5UuWDYR1tMehwn8','','13|0|0|0|spectaclesfree.com/bps.php'),('193.106.30.98',3244957282,'',0,1548426230.3730,11,'x7FJz4QrO5UuWDYR1tMehwn8','','0|0|0|0|spectaclesfree.com/bps.php'),('66.70.206.209',1111936721,'',0,1548427143.2840,55,'wH5YsUXdnNBWPImFzTLG7RMS','','13|0|0|0|spectaclesfree.com/wp-content/plugins/background-image-cropper/wp-console.php'),('66.70.206.209',1111936721,'',0,1548427143.2840,11,'wH5YsUXdnNBWPImFzTLG7RMS','','0|0|0|0|spectaclesfree.com/wp-content/plugins/background-image-cropper/wp-console.php'),('66.70.206.209',1111936721,'',0,1548427148.9030,55,'04iLk9AzWX1qJISYUZRPpy5O','','13|0|0|0|spectaclesfree.com/wp-content/plugins/background-image-cropper/wp-console.php'),('185.165.30.35',3114606115,'',0,1548434985.5730,55,'I8WaiCPSMs9yKUmYg1uLx6vH','','13|0|0|0|spectaclesfree.com/wp-includes/images/crystal/Mhbgf.php'),('185.165.30.35',3114606115,'',0,1548434985.5730,11,'I8WaiCPSMs9yKUmYg1uLx6vH','','0|0|0|0|spectaclesfree.com/wp-includes/images/crystal/Mhbgf.php'),('179.43.157.109',3005980013,'',0,1548439604.3040,55,'xZaAsEDURG3YWr1Vf2t8lbBH','','13|0|0|0|spectaclesfree.com/admin/login.php'),('179.43.157.109',3005980013,'',0,1548439604.3040,11,'xZaAsEDURG3YWr1Vf2t8lbBH','','0|0|0|0|spectaclesfree.com/admin/login.php'),('204.93.197.149',3428697493,'',0,1548441388.5000,55,'CKrVTjsYXcRq9WgJQ2aM78AE','','13|0|0|0|spectaclesfree.com/wp-includes/images/media/Mhbgf.php'),('204.93.197.149',3428697493,'',0,1548441388.5000,11,'CKrVTjsYXcRq9WgJQ2aM78AE','','0|0|0|0|spectaclesfree.com/wp-includes/images/media/Mhbgf.php'),('119.59.120.33',2000386081,'',0,1548456710.9570,55,'x4PYiqbovuHMgkca03j8QwNC','','13|0|0|0|spectaclesfree.com/meta.php'),('119.59.120.33',2000386081,'',0,1548456710.9570,11,'x4PYiqbovuHMgkca03j8QwNC','','0|0|0|0|spectaclesfree.com/meta.php'),('119.59.120.33',2000386081,'',0,1548456715.7400,55,'HENJRX7u0rl9TytnK1AgdcSk','','13|0|0|0|spectaclesfree.com/meta.php'),('193.106.30.98',3244957282,'',0,1548488290.8120,55,'7tdUhG8DQSfkzvAqj26P9bal','','13|0|0|0|spectaclesfree.com/seo_script.php'),('193.106.30.98',3244957282,'',0,1548488290.8120,11,'7tdUhG8DQSfkzvAqj26P9bal','','0|0|0|0|spectaclesfree.com/seo_script.php'),('209.205.206.58',3519925818,'',0,1548490711.4640,55,'eBdbqz52tm1glZyDIG4KEMvs','','13|0|0|0|spectaclesfree.com/assets/images/blackhat.php'),('209.205.206.58',3519925818,'',0,1548490711.4640,11,'eBdbqz52tm1glZyDIG4KEMvs','','0|0|0|0|spectaclesfree.com/assets/images/blackhat.php'),('192.185.4.46',3233350702,'',0,1548491728.9200,55,'KIcgXhtly2wAfkGzS8QUVnEO','','13|0|0|0|spectaclesfree.com/wp-admin/maint/newsleter.php'),('192.185.4.46',3233350702,'',0,1548491728.9200,11,'KIcgXhtly2wAfkGzS8QUVnEO','','0|0|0|0|spectaclesfree.com/wp-admin/maint/newsleter.php'),('27.254.77.210',469650898,'',0,1548494101.1250,55,'K72j9JkflhvwHW1TuyxFQSD3','','13|0|0|0|spectaclesfree.com/wp-content/uploads/2019/01/wp-console.php'),('27.254.77.210',469650898,'',0,1548494101.1250,11,'K72j9JkflhvwHW1TuyxFQSD3','','0|0|0|0|spectaclesfree.com/wp-content/uploads/2019/01/wp-console.php'),('27.254.77.210',469650898,'',0,1548494109.8760,55,'ZjHn9FBaiubfzSXs7RPoIQrc','','13|0|0|0|spectaclesfree.com/wp-content/uploads/2019/01/wp-console.php'),('192.227.114.197',3236131525,'',0,1548498235.5680,55,'7bWvCfX2j8ikp4EeuFSnDThG','','13|0|0|0|SPECTACLESFREE.com/wp/wp-login.php'),('192.227.114.197',3236131525,'',0,1548498235.5680,11,'7bWvCfX2j8ikp4EeuFSnDThG','','0|0|0|0|SPECTACLESFREE.com/wp/wp-login.php'),('217.61.105.39',3644680487,'',0,1548498983.8490,50,'i9Y4Fp8VDfgvMX1N5wyxl6Zn','','0|0|0|0|spectaclesfree.com/wp-login.php'),('217.61.105.39',3644680487,'',0,1548498983.8490,11,'i9Y4Fp8VDfgvMX1N5wyxl6Zn','','0|0|0|0|spectaclesfree.com/wp-login.php'),('64.71.79.16',1078415120,'',0,1548499331.3070,55,'NkocYhiECb6M0fy2zAIlu3Xt','','13|0|0|0|SPECTACLESFREE.com/wordpress/wp-login.php'),('64.71.79.16',1078415120,'',0,1548499331.3070,11,'NkocYhiECb6M0fy2zAIlu3Xt','','0|0|0|0|SPECTACLESFREE.com/wordpress/wp-login.php'),('192.227.108.107',3236129899,'',0,1548500451.2670,55,'Y81z0iDWhAgPEs3wfUdtQJHe','','13|0|0|0|SPECTACLESFREE.com/blog/wp-login.php'),('192.227.108.107',3236129899,'',0,1548500451.2670,11,'Y81z0iDWhAgPEs3wfUdtQJHe','','0|0|0|0|SPECTACLESFREE.com/blog/wp-login.php'),('38.130.226.244',646111988,'',0,1548502526.0700,50,'K8b502AWV7z1rJNnUMSuaegh','','0|0|0|0|SPECTACLESFREE.com/wp-login.php'),('38.130.226.244',646111988,'',0,1548502526.0700,11,'K8b502AWV7z1rJNnUMSuaegh','','0|0|0|0|SPECTACLESFREE.com/wp-login.php'),('95.211.151.66',1607702338,'',0,1548507527.6040,55,'7FoDkpza1dljuKQ34sxNUHqB','','13|0|0|0|spectaclesfree.com/blog/wp-login.php'),('95.211.151.66',1607702338,'',0,1548507527.6040,11,'7FoDkpza1dljuKQ34sxNUHqB','','0|0|0|0|spectaclesfree.com/blog/wp-login.php'),('195.114.18.160',3279032992,'',0,1548509234.4160,55,'WzfCD1QeSXVPZ9wHadGhloxY','','13|0|0|0|spectaclesfree.com/wp-content/uploads/2019/01/wp-consoles.php'),('195.114.18.160',3279032992,'',0,1548509234.4160,11,'WzfCD1QeSXVPZ9wHadGhloxY','','0|0|0|0|spectaclesfree.com/wp-content/uploads/2019/01/wp-consoles.php'),('109.98.205.126',1835191678,'',0,1548512256.0110,55,'noD7LTMN1ls3yVibuv0I2JGq','','13|0|0|0|SPECTACLESFREE.com/administrator/index.php'),('109.98.205.126',1835191678,'',0,1548512256.0110,11,'noD7LTMN1ls3yVibuv0I2JGq','','0|0|0|0|SPECTACLESFREE.com/administrator/index.php'),('176.31.198.4',2954872324,'',0,1548514092.1620,55,'zfiKuDX192nrgNlC8BotOmIq','','13|0|0|0|spectaclesfree.com/wp-content/uploads/2019/01/blackhat.php'),('176.31.198.4',2954872324,'',0,1548514092.1620,11,'zfiKuDX192nrgNlC8BotOmIq','','0|0|0|0|spectaclesfree.com/wp-content/uploads/2019/01/blackhat.php'),('176.31.198.4',2954872324,'',0,1548514098.4720,55,'AhMYg9idmjTlOfFHZRVr5Npe','','13|0|0|0|spectaclesfree.com/wp-content/uploads/2019/01/blackhat.php'),('41.140.88.128',697063552,'',0,1548519133.5410,55,'nyrGjY47btHsz3pOWI2D5cq6','','13|0|0|0|SPECTACLESFREE.com/wp/wp-login.php'),('41.140.88.128',697063552,'',0,1548519133.5410,11,'nyrGjY47btHsz3pOWI2D5cq6','','0|0|0|0|SPECTACLESFREE.com/wp/wp-login.php'),('208.67.16.29',3494055965,'',0,1548519809.1260,55,'UEYuqz8ec6IMPGOTZA7kLyga','','13|0|0|0|spectaclesfree.com/assets/images/wp-console.php'),('208.67.16.29',3494055965,'',0,1548519809.1260,11,'UEYuqz8ec6IMPGOTZA7kLyga','','0|0|0|0|spectaclesfree.com/assets/images/wp-console.php'),('198.27.67.120',3323675512,'',0,1548520207.1560,55,'elSz6HBNCRLW5JUGpdmKruo9','','13|0|0|0|spectaclesfree.com/site/wp-login.php'),('198.27.67.120',3323675512,'',0,1548520207.1560,11,'elSz6HBNCRLW5JUGpdmKruo9','','0|0|0|0|spectaclesfree.com/site/wp-login.php'),('207.180.204.120',3484732536,'',0,1548524470.4260,55,'aDBOjSx8nLCE7bk6AUJyVt0h','','13|0|0|0|spectaclesfree.com/admin/wp-login.php'),('207.180.204.120',3484732536,'',0,1548524470.4260,11,'aDBOjSx8nLCE7bk6AUJyVt0h','','0|0|0|0|spectaclesfree.com/admin/wp-login.php'),('95.211.151.66',1607702338,'',0,1548528694.0150,55,'DMXFzb9JGKuQVHmIdYEZ2RTy','','13|0|0|0|spectaclesfree.com/administrator/wp-login.php'),('95.211.151.66',1607702338,'',0,1548528694.0150,11,'DMXFzb9JGKuQVHmIdYEZ2RTy','','0|0|0|0|spectaclesfree.com/administrator/wp-login.php'),('31.131.251.113',528743281,'',0,1548531229.9790,55,'pO7WlzcNGhy1x2sRYDZdroSn','','13|0|0|0|SPECTACLESFREE.com/wordpress/wp-login.php'),('31.131.251.113',528743281,'',0,1548531229.9790,11,'pO7WlzcNGhy1x2sRYDZdroSn','','0|0|0|0|SPECTACLESFREE.com/wordpress/wp-login.php'),('66.55.155.146',1110940562,'',0,1548533041.1500,55,'42N6gitcxjnLk9o5JWUDsHZP','','13|0|0|0|spectaclesfree.com/wordpress/wp-login.php'),('66.55.155.146',1110940562,'',0,1548533041.1500,11,'42N6gitcxjnLk9o5JWUDsHZP','','0|0|0|0|spectaclesfree.com/wordpress/wp-login.php'),('155.138.162.2',2609553922,'',0,1548535367.0890,55,'ByihoFIfHQSYp4LPU9xDjTtE','','13|0|0|0|spectaclesfree.com/adminer.php'),('155.138.162.2',2609553922,'',0,1548535367.0890,11,'ByihoFIfHQSYp4LPU9xDjTtE','','0|0|0|0|spectaclesfree.com/adminer.php'),('179.95.246.96',3009410656,'',0,1548542151.2970,55,'1oaE0dTU8PC5p4rASvXwMklj','','13|0|0|0|SPECTACLESFREE.com/blog/wp-login.php'),('179.95.246.96',3009410656,'',0,1548542151.2970,11,'1oaE0dTU8PC5p4rASvXwMklj','','0|0|0|0|SPECTACLESFREE.com/blog/wp-login.php'),('137.245.122.169',2314566313,'',0,1548544907.8220,50,'WOeqJnhzia1B7Gtl8DCT0IuM','','0|0|0|0|spectaclesfree.com//wp-login.php'),('137.245.122.169',2314566313,'',0,1548544907.8220,11,'WOeqJnhzia1B7Gtl8DCT0IuM','','0|0|0|0|spectaclesfree.com//wp-login.php'),('137.245.122.169',2314566313,'',0,1548544915.7590,50,'60Xk3MEjptU8B5GmsCviTgRc','','13|0|0|0|spectaclesfree.com//xmlrpc.php'),('193.106.30.98',3244957282,'',0,1548548544.0290,55,'0WwgzIdZU7iPT6CqyF4JKVM5','','13|0|0|0|spectaclesfree.com/wp-includes/images/hon2our.php'),('193.106.30.98',3244957282,'',0,1548548544.0290,11,'0WwgzIdZU7iPT6CqyF4JKVM5','','0|0|0|0|spectaclesfree.com/wp-includes/images/hon2our.php'),('192.227.67.58',3236119354,'',0,1548577733.7420,50,'fFUkhd8SsNDjAPTJvg9aowp7','','0|0|0|0|SPECTACLESFREE.com/wp-login.php'),('192.227.67.58',3236119354,'',0,1548577733.7420,11,'fFUkhd8SsNDjAPTJvg9aowp7','','0|0|0|0|SPECTACLESFREE.com/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577817.1330,55,'6DLjnpIvkXmE7CP8UGT1AY5r','','13|0|0|0|spectaclesfree.com/wp1/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577817.1330,11,'6DLjnpIvkXmE7CP8UGT1AY5r','','0|0|0|0|spectaclesfree.com/wp1/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577818.2240,55,'MPJ7W1sb9uUikoBf46Z8xR5V','','13|0|0|0|spectaclesfree.com/wp1/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577819.2820,55,'cApWULCS1s4yIm2bwXVBTk5o','','13|0|0|0|spectaclesfree.com/test1/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577820.3420,55,'U42YgiJ0mV9MlBWPtEQSChcH','','13|0|0|0|spectaclesfree.com/test1/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577821.4110,55,'MZeoyGaQYuLRFEJ31AnWglDT','','13|0|0|0|spectaclesfree.com/blog1/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577822.4840,55,'Ytap7fLHJjWiso6wCd8DQTgx','','13|0|0|0|spectaclesfree.com/blog1/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577823.5280,55,'TwmS6GLBJZeWgvkdOnAYCNhz','','13|0|0|0|spectaclesfree.com/wordpress3/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577824.5760,55,'XBO9MPx1WVnzHwoQ6sjFTdpE','','13|0|0|0|spectaclesfree.com/wordpress3/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577825.6990,55,'EGMflAD1wXq93aN4i8Y7L2dV','','13|0|0|0|spectaclesfree.com/blog2/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577826.7420,55,'xZMkUhE6Xz0PejraKwtgQ8yd','','13|0|0|0|spectaclesfree.com/blog2/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577827.7990,55,'4nGVJ2N1QiXW63r8UY0udlEp','','13|0|0|0|spectaclesfree.com/wp2/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577828.8510,55,'NqVOwTeCrH6WdG2PbSIjvFoc','','13|0|0|0|spectaclesfree.com/wp2/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577829.8980,55,'yoCYS7MQWBeZKhvqckzVd1bL','','13|0|0|0|spectaclesfree.com/blog/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577830.9200,55,'jLG7AF3n6NapTcUtWlw94xQb','','13|0|0|0|spectaclesfree.com/blog/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577832.7110,55,'GcbLhpB0yKR6ZHn4q2tJzS8X','','13|0|0|0|spectaclesfree.com/blog3/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577833.7680,55,'8fpykXCh6xTDAYNJvsSKWIHg','','13|0|0|0|spectaclesfree.com/blog3/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577834.8100,55,'e9bTSHB537Mq2o1KrU4QZFlR','','13|0|0|0|spectaclesfree.com/wp3/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577835.8530,55,'95zYehBb1rOgHIdSvCifKPR6','','13|0|0|0|spectaclesfree.com/wp3/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577836.9220,55,'FdRxKhmGyoZVE4nWU51T2uNe','','13|0|0|0|spectaclesfree.com/test3/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577837.9770,55,'CpS12efAa9Fnx8igbkYVuTEq','','13|0|0|0|spectaclesfree.com/test3/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577839.0470,55,'oHFDxz2vp6OBCtme5kYWa3NG','','13|0|0|0|spectaclesfree.com/wordpress1/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577840.0870,55,'nONoxMGLbl4FuItPz6yEmjQB','','13|0|0|0|spectaclesfree.com/wordpress1/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577841.1280,55,'6zKFPbZEnqOJ5N0lwksB7tUS','','13|0|0|0|spectaclesfree.com/wordpress/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577842.1550,55,'ZTerRLDIqK98GOySczAtbCNP','','13|0|0|0|spectaclesfree.com/wordpress/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577843.2220,55,'VP3LjQmil9fIHSygRez5GA2b','','13|0|0|0|spectaclesfree.com/wp/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577844.2740,55,'OzZ0KLG5BWIg7FdQ8qpRP6Y1','','13|0|0|0|spectaclesfree.com/wp/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577845.3140,55,'PYJoQcaWdteTD7Uh0qxgK9fH','','13|0|0|0|spectaclesfree.com/test2/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577846.3540,55,'uYQBd59ipG7LFMUChx4tKJT1','','13|0|0|0|spectaclesfree.com/test2/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577847.4080,55,'nAlZpg9DJov4ULaHyIO3B7XC','','13|0|0|0|spectaclesfree.com/wordpress2/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577848.4400,55,'qESiTt487zNvKQLrWohO6CYk','','13|0|0|0|spectaclesfree.com/wordpress2/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577849.5910,55,'sP5mZgzdy0ipLq716TfSC82W','','13|0|0|0|spectaclesfree.com/test/wp-login.php'),('207.89.22.100',3478722148,'',0,1548577850.6340,55,'WfbS1JBvx47P8tUkmLcXuDN5','','13|0|0|0|spectaclesfree.com/test/wp-login.php'),('69.12.72.186',1158432954,'',0,1548597358.3350,55,'ZN4YKgEWzaqoVtp8bjd2eMCG','','13|0|0|0|www.spectaclesfree.com/wp-content/plugins/apikey/apikey.php'),('69.12.72.186',1158432954,'',0,1548597358.3350,11,'ZN4YKgEWzaqoVtp8bjd2eMCG','','0|0|0|0|www.spectaclesfree.com/wp-content/plugins/apikey/apikey.php'),('192.227.108.107',3236129899,'',0,1548601540.6710,55,'u1dpif6ODJoIkKLcbBxy34YS','','13|0|0|0|SPECTACLESFREE.com/wp/wp-login.php'),('192.227.108.107',3236129899,'',0,1548601540.6710,11,'u1dpif6ODJoIkKLcbBxy34YS','','0|0|0|0|SPECTACLESFREE.com/wp/wp-login.php'),('193.106.30.98',3244957282,'',0,1548603465.4360,55,'euZ7Erw2gDFJx3kq5B4T9isV','','13|0|0|0|spectaclesfree.com/assets/images/seo_script.php'),('193.106.30.98',3244957282,'',0,1548603465.4360,11,'euZ7Erw2gDFJx3kq5B4T9isV','','0|0|0|0|spectaclesfree.com/assets/images/seo_script.php'),('229.183.248.95',3854039135,'',0,1548609312.8810,50,'9K4czNjZLbuRp6PC2OlQ71vs','','0|0|0|0|spectaclesfree.com//wp-login.php'),('229.183.248.95',3854039135,'',0,1548609312.8810,11,'9K4czNjZLbuRp6PC2OlQ71vs','','0|0|0|0|spectaclesfree.com//wp-login.php'),('192.227.114.132',3236131460,'',0,1548618805.8770,55,'GL1fnIWz3HbjXch4ZATD5J2w','','13|0|0|0|SPECTACLESFREE.com/wordpress/wp-login.php'),('192.227.114.132',3236131460,'',0,1548618805.8770,11,'GL1fnIWz3HbjXch4ZATD5J2w','','0|0|0|0|SPECTACLESFREE.com/wordpress/wp-login.php'),('64.71.78.166',1078415014,'',0,1548635870.3140,55,'cRAhBpmyXECFxHbSdML8oqa7','','13|0|0|0|SPECTACLESFREE.com/blog/wp-login.php'),('64.71.78.166',1078415014,'',0,1548635870.3140,11,'cRAhBpmyXECFxHbSdML8oqa7','','0|0|0|0|SPECTACLESFREE.com/blog/wp-login.php'),('104.167.6.90',1755776602,'',0,1548651416.7940,55,'k6GB1EZ470wzLh8CxDsuynrH','','13|0|0|0|SPECTACLESFREE.com/dev/wp-login.php'),('104.167.6.90',1755776602,'',0,1548651416.7940,11,'k6GB1EZ470wzLh8CxDsuynrH','','0|0|0|0|SPECTACLESFREE.com/dev/wp-login.php'),('193.106.30.98',3244957282,'',0,1548659013.7450,55,'P9M702NydObsT5JZtDGW6rQI','','13|0|0|0|spectaclesfree.com/phqmv.php'),('193.106.30.98',3244957282,'',0,1548659013.7450,11,'P9M702NydObsT5JZtDGW6rQI','','0|0|0|0|spectaclesfree.com/phqmv.php'),('46.209.160.157',785490077,'',0,1548667267.2700,50,'OmckRFnNq35ULldVgD6AxiPI','','0|0|0|0|spectaclesfree.com/wp-login.php'),('46.209.160.157',785490077,'',0,1548667267.2700,11,'OmckRFnNq35ULldVgD6AxiPI','','0|0|0|0|spectaclesfree.com/wp-login.php'),('193.106.30.98',3244957282,'',0,1548674232.4840,55,'vG7cYBZU06w3lgLshmOACJyf','','13|0|0|0|spectaclesfree.com/phqmv.php'),('193.106.30.98',3244957282,'',0,1548674232.4840,11,'vG7cYBZU06w3lgLshmOACJyf','','0|0|0|0|spectaclesfree.com/phqmv.php'),('46.4.64.141',772030605,'',0,1548678173.3630,55,'UVK9C0H5NAPGaFkgd6hoBbJc','','13|0|0|0|spectaclesfree.com/wp-includes/pomo/mini.php'),('46.4.64.141',772030605,'',0,1548678173.3630,11,'UVK9C0H5NAPGaFkgd6hoBbJc','','0|0|0|0|spectaclesfree.com/wp-includes/pomo/mini.php'),('50.63.147.13',843027213,'',0,1548678578.8050,55,'mgh7WjMY2t3VFkZyRErTaPdo','','13|0|0|0|spectaclesfree.com/wp-content/uploads/2019/01/content-post.php'),('50.63.147.13',843027213,'',0,1548678578.8050,11,'mgh7WjMY2t3VFkZyRErTaPdo','','0|0|0|0|spectaclesfree.com/wp-content/uploads/2019/01/content-post.php'),('211.149.209.43',3549810987,'',0,1548678591.8250,55,'aTSQPfIvBCMD5YcU8mlkrNiy','','13|0|0|0|spectaclesfree.com/wp-content/plugins/jetpack/wp-blogs.php'),('211.149.209.43',3549810987,'',0,1548678591.8250,11,'aTSQPfIvBCMD5YcU8mlkrNiy','','0|0|0|0|spectaclesfree.com/wp-content/plugins/jetpack/wp-blogs.php'),('211.149.209.43',3549810987,'',0,1548678593.4700,55,'uLbzgcWx4GUTkX76wZ8t1ohJ','','13|0|0|0|spectaclesfree.com/wp-content/plugins/jetpack/wp-blogs.php'),('69.12.72.162',1158432930,'',0,1548683283.5680,55,'dN9ibsolAWU7Z1B6JykYEtS4','','13|0|0|0|www.spectaclesfree.com/wp-content/plugins/ubh/up.php'),('69.12.72.162',1158432930,'',0,1548683283.5680,11,'dN9ibsolAWU7Z1B6JykYEtS4','','0|0|0|0|www.spectaclesfree.com/wp-content/plugins/ubh/up.php'),('8.30.124.149',136215701,'',0,1548688998.9700,55,'g5OGflenZpH9oYBDrV2R4SA7','','13|0|0|0|SPECTACLESFREE.com/1/wp-login.php'),('8.30.124.149',136215701,'',0,1548688998.9700,11,'g5OGflenZpH9oYBDrV2R4SA7','','0|0|0|0|SPECTACLESFREE.com/1/wp-login.php'),('193.106.30.98',3244957282,'',0,1548715183.6400,55,'JhY8qM1lNdySEIKsrc7wDkRF','','13|0|0|0|spectaclesfree.com/wp-includes/js/tinymce/global.php'),('193.106.30.98',3244957282,'',0,1548715183.6400,11,'JhY8qM1lNdySEIKsrc7wDkRF','','0|0|0|0|spectaclesfree.com/wp-includes/js/tinymce/global.php'),('193.201.224.225',3251232993,'',0,1548717665.0970,50,'5S0kME3Zn7dHCRKiTOJ4p1ot','','0|0|0|0|spectaclesfree.com/wp-login.php'),('193.201.224.225',3251232993,'',0,1548717665.0970,11,'5S0kME3Zn7dHCRKiTOJ4p1ot','','0|0|0|0|spectaclesfree.com/wp-login.php'),('130.0.30.153',2181045913,'',0,1548723031.4780,50,'gNEDtUzGTwM5Chx2ZjPHsIFQ','','0|0|0|0|spectaclesfree.com/wp-login.php'),('130.0.30.153',2181045913,'',0,1548723031.4780,11,'gNEDtUzGTwM5Chx2ZjPHsIFQ','','0|0|0|0|spectaclesfree.com/wp-login.php'),('130.0.30.153',2181045913,'',0,1548723034.3600,50,'vps6OBcwgxWUZfuQ5lrATdaH','','13|0|0|0|spectaclesfree.com/wp-login.php'),('59.44.47.106',992751466,'',0,1548723637.1250,50,'tIaQVloLvPhJs38mdnKC5fSb','','0|0|0|0|spectaclesfree.com/wp-login.php'),('59.44.47.106',992751466,'',0,1548723637.1250,11,'tIaQVloLvPhJs38mdnKC5fSb','','0|0|0|0|spectaclesfree.com/wp-login.php'),('59.44.47.106',992751466,'',0,1548723641.9360,50,'xIUW16BH0YmnTlO7PVCk9oJs','','13|0|0|0|spectaclesfree.com/wp-login.php'),('118.182.213.21',1991693589,'',0,1548726605.3200,50,'Que0goOTCX3r2vpkVMIbzAZ6','','0|0|0|0|spectaclesfree.com/wp-login.php'),('118.182.213.21',1991693589,'',0,1548726605.3200,11,'Que0goOTCX3r2vpkVMIbzAZ6','','0|0|0|0|spectaclesfree.com/wp-login.php'),('118.182.213.21',1991693589,'',0,1548726610.4650,50,'z8D5J6ogOCrqBhNfkIRi7HcT','','13|0|0|0|spectaclesfree.com/wp-login.php'),('193.106.30.98',3244957282,'',0,1548769672.5180,55,'14CEk3sgY9qNxlXt5JSWuVmK','','13|0|0|0|spectaclesfree.com/cod.php'),('193.106.30.98',3244957282,'',0,1548769672.5180,11,'14CEk3sgY9qNxlXt5JSWuVmK','','0|0|0|0|spectaclesfree.com/cod.php'),('31.184.238.20',532213268,'',0,1548776634.2570,55,'MYVj4Fdon59GX1Pmvu0rJhAK','','13|0|0|0|spectaclesfree.com/yt.php'),('31.184.238.20',532213268,'',0,1548776634.2570,11,'MYVj4Fdon59GX1Pmvu0rJhAK','','0|0|0|0|spectaclesfree.com/yt.php'),('5.45.65.152',86851992,'',0,1548796840.3500,55,'osYF8cmAEvjaLdDIkZ49JwMG','','13|0|0|0|spectaclesfree.com//wp-content/plugins/wp-special-textboxes/stb-uploader.php'),('5.45.65.152',86851992,'',0,1548796840.3500,11,'osYF8cmAEvjaLdDIkZ49JwMG','','0|0|0|0|spectaclesfree.com//wp-content/plugins/wp-special-textboxes/stb-uploader.php'),('31.184.238.20',532213268,'',0,1548801912.1530,55,'0og7kBFRiSn4l5td3zyrfqZQ','','13|0|0|0|spectaclesfree.com/wp-content/plugins/temp.php'),('31.184.238.20',532213268,'',0,1548801912.1530,11,'0og7kBFRiSn4l5td3zyrfqZQ','','0|0|0|0|spectaclesfree.com/wp-content/plugins/temp.php'),('193.106.30.98',3244957282,'',0,1548826104.9800,55,'Jejdwgma0YoA8V59UzMLyRCH','','13|0|0|0|spectaclesfree.com/brandtalk/administrator/component/w6360n.php.php'),('193.106.30.98',3244957282,'',0,1548826104.9800,11,'Jejdwgma0YoA8V59UzMLyRCH','','0|0|0|0|spectaclesfree.com/brandtalk/administrator/component/w6360n.php.php'),('188.166.116.17',3165025297,'',0,1548845402.1360,55,'ZSFDeJIkLs6chwxXzPUNmK41','','13|0|0|0|spectaclesfree.com/installer.php'),('188.166.116.17',3165025297,'',0,1548845402.1360,11,'ZSFDeJIkLs6chwxXzPUNmK41','','0|0|0|0|spectaclesfree.com/installer.php'),('188.166.116.17',3165025297,'',0,1548845405.3350,55,'l6efTapIBoNKWHtsDbXLqAgV','','13|0|0|0|spectaclesfree.com/wp-snapshots/installer-backup.php'),('188.166.116.17',3165025297,'',0,1548845432.8890,55,'JvVgzq1LOIrYsD6NAmHw2bTU','','13|0|0|0|spectaclesfree.com/adm.php'),('188.166.116.17',3165025297,'',0,1548845496.3380,55,'AgYG2oPFsNdRWZ5qBJVE01xy','','13|0|0|0|spectaclesfree.com/installer.php'),('188.166.116.17',3165025297,'',0,1548845496.9280,55,'WwzFp5K1cBrLiZMOf4RQAXJo','','13|0|0|0|spectaclesfree.com/installer-backup.php'),('188.166.116.17',3165025297,'',0,1548845498.0260,50,'Dg53Qp8MEv7ejqJoVZ02zTrL','','13|0|0|0|spectaclesfree.com/wp-login.php'),('97.74.228.115',1632298099,'',0,1548846784.9630,55,'ibsHuFK5Y70n6t93PQXy81pv','','13|0|0|0|spectaclesfree.com/blog/xmlrpc.php'),('97.74.228.115',1632298099,'',0,1548846784.9630,11,'ibsHuFK5Y70n6t93PQXy81pv','','0|0|0|0|spectaclesfree.com/blog/xmlrpc.php'),('97.74.228.115',1632298099,'',0,1548846784.9560,50,'vlm1e5dQcaY4rLJh2tWGIbTO','','13|0|0|0|spectaclesfree.com/xmlrpc.php'),('69.12.72.186',1158432954,'',0,1548871793.6290,55,'8x2Nk3TswcKnXlvfbtpEmdVW','','13|0|0|0|www.spectaclesfree.com/wp-content/plugins/linklove/linklove.php'),('69.12.72.186',1158432954,'',0,1548871793.6290,11,'8x2Nk3TswcKnXlvfbtpEmdVW','','0|0|0|0|www.spectaclesfree.com/wp-content/plugins/linklove/linklove.php'),('193.106.30.98',3244957282,'',0,1548880328.1400,55,'SncHYbmiRo19wUNkQCKqxPuJ','','13|0|0|0|spectaclesfree.com/wp-content/plugins/caches.php'),('193.106.30.98',3244957282,'',0,1548880328.1400,11,'SncHYbmiRo19wUNkQCKqxPuJ','','0|0|0|0|spectaclesfree.com/wp-content/plugins/caches.php'),('136.49.22.48',2284918320,'',0,1548880934.3060,50,'m6khJVCSes4NqBnWf9PxQZt5','','0|0|0|0|spectaclesfree.com/wp-login.php'),('136.49.22.48',2284918320,'',0,1548880934.3060,11,'m6khJVCSes4NqBnWf9PxQZt5','','0|0|0|0|spectaclesfree.com/wp-login.php'),('5.135.138.188',92768956,'',0,1548894459.8360,55,'nwLYUxIKomVRdeyAFMQZJul4','','13|0|0|0|spectaclesfree.com/wp-content/plugins/hello.php'),('5.135.138.188',92768956,'',0,1548894459.8360,11,'nwLYUxIKomVRdeyAFMQZJul4','','0|0|0|0|spectaclesfree.com/wp-content/plugins/hello.php'),('178.137.16.151',2995327127,'',0,1548917867.4480,55,'ocfzQyik2v7jV1arGtKNXUgZ','','13|0|0|0|spectaclesfree.com/wp-content/themes/sketch/404.php'),('178.137.16.151',2995327127,'',0,1548917867.4480,11,'ocfzQyik2v7jV1arGtKNXUgZ','','0|0|0|0|spectaclesfree.com/wp-content/themes/sketch/404.php'),('5.135.143.224',92770272,'',0,1548922500.1120,55,'cd3bRNe1JQ8ioE0FpkGqLKvO','','13|0|0|0|spectaclesfree.com/wp-content/themes/sst-cafe/db.php'),('5.135.143.224',92770272,'',0,1548922500.1120,11,'cd3bRNe1JQ8ioE0FpkGqLKvO','','0|0|0|0|spectaclesfree.com/wp-content/themes/sst-cafe/db.php'),('139.224.114.255',2346742527,'',0,1548934214.6030,55,'wPYnOFaRjCQIoSGczKWLXD7b','','13|0|0|0|spectaclesfree.com/wp-content/Mhbgf.php'),('139.224.114.255',2346742527,'',0,1548934214.6030,11,'wPYnOFaRjCQIoSGczKWLXD7b','','0|0|0|0|spectaclesfree.com/wp-content/Mhbgf.php'),('139.224.114.255',2346742527,'',0,1548934215.7510,55,'l80GQXF9vL4gViYh6fCxB1w2','','13|0|0|0|spectaclesfree.com/wp-content/Mhbgf.php'),('5.135.138.188',92768956,'',0,1548934469.4770,55,'s0WH6pGMSxaJEUFh7g9jRPi5','','13|0|0|0|spectaclesfree.com/wp-content/plugins/hello.php'),('5.135.138.188',92768956,'',0,1548934469.4770,11,'s0WH6pGMSxaJEUFh7g9jRPi5','','0|0|0|0|spectaclesfree.com/wp-content/plugins/hello.php'),('193.106.30.98',3244957282,'',0,1548934687.6570,55,'SnODV968hvEc0Ml4etmgd3UQ','','13|0|0|0|spectaclesfree.com/news.php'),('193.106.30.98',3244957282,'',0,1548934687.6570,11,'SnODV968hvEc0Ml4etmgd3UQ','','0|0|0|0|spectaclesfree.com/news.php'),('75.98.173.208',1264758224,'',0,1548943513.0740,55,'NA7MiID0HKldaoxf9B4jWRwL','','13|0|0|0|spectaclesfree.com/wp-admin/css/colors/blue/wp-console.php'),('75.98.173.208',1264758224,'',0,1548943513.0740,11,'NA7MiID0HKldaoxf9B4jWRwL','','0|0|0|0|spectaclesfree.com/wp-admin/css/colors/blue/wp-console.php'),('75.98.173.208',1264758224,'',0,1548943517.0050,55,'P6gXE73O1kA5nLeU2pYrQ9IV','','13|0|0|0|spectaclesfree.com/wp-admin/css/colors/blue/wp-console.php'); /*!40000 ALTER TABLE `cerber_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cerber_traffic` -- DROP TABLE IF EXISTS `cerber_traffic`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cerber_traffic` ( `ip` varchar(39) CHARACTER SET ascii NOT NULL, `ip_long` bigint(20) unsigned NOT NULL DEFAULT '0', `hostname` varchar(250) NOT NULL DEFAULT '', `uri` text NOT NULL, `request_fields` mediumtext NOT NULL, `request_details` mediumtext NOT NULL, `session_id` char(32) CHARACTER SET ascii NOT NULL, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `stamp` decimal(14,4) NOT NULL, `processing` int(10) NOT NULL DEFAULT '0', `country` char(3) CHARACTER SET ascii NOT NULL DEFAULT '', `request_method` char(8) CHARACTER SET ascii NOT NULL, `http_code` int(10) unsigned NOT NULL, `wp_id` bigint(20) unsigned NOT NULL DEFAULT '0', `wp_type` int(10) unsigned NOT NULL DEFAULT '0', `is_bot` int(10) unsigned NOT NULL DEFAULT '0', `blog_id` int(10) unsigned NOT NULL DEFAULT '0', KEY `stamp` (`stamp`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cerber_traffic` -- LOCK TABLES `cerber_traffic` WRITE; /*!40000 ALTER TABLE `cerber_traffic` DISABLE KEYS */; INSERT INTO `cerber_traffic` VALUES ('80.9.198.141',1342817933,'','http://spectaclesfree.com////wp-login.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','zR6rVMvTLtHsge4h19yNKfuX',0,1548342883.3630,673,'','GET',404,0,600,0,1),('80.9.198.141',1342817933,'','http://spectaclesfree.com////wp-login.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','cWI54fN2zYUqgO6esK9dxBiD',0,1548342906.4760,610,'','GET',404,0,600,0,1),('54.125.27.8',914168584,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','anqlHQKWyET5hj86Dg3FSwOx',0,1548343070.0200,661,'','POST',403,0,515,0,1),('97.154.57.225',1637497313,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','gCmpqrBQFKoP4Gzf9ONLveZj',0,1548343092.4450,2196,'','POST',403,0,515,0,1),('55.209.40.49',936454193,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','h8cBnYvtmGkUMil4T0K51CHD',0,1548343109.0780,548,'','POST',403,0,515,0,1),('72.80.192.249',1213251833,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','jWh3wMSgA2CD1YHyvcxfoIb0',0,1548343182.0750,1325,'','POST',403,0,515,0,1),('117.38.248.108',1965488236,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','DtpHS2ilRG8TdbKEaMsVev7J',0,1548343207.4550,492,'','POST',403,0,515,0,1),('230.213.149.104',3872757096,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','BV6PXR8uhsNt5ZqHlWaJQLT7',0,1548343221.7380,818,'','POST',403,0,515,0,1),('132.242.212.101',2230506597,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','w8pv6fe7mtgyWJhxdXniUPuO',0,1548343249.8780,636,'','POST',403,0,515,0,1),('66.156.245.191',1117582783,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','QRyf0FzpeYto9cMrW6TkOJvi',0,1548343270.7090,689,'','POST',403,0,515,0,1),('89.238.27.89',1508776793,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','mz3OHD80PEw9vpitRa4CBjWh',0,1548343285.5460,646,'','POST',403,0,515,0,1),('55.97.207.53',929156917,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','YRrNUAjnBm250IbE17ePufVW',0,1548343299.2720,498,'','POST',403,0,515,0,1),('162.253.185.93',2734537053,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','Zv8FmoCi9pdOWKfBTtlI0UgG',0,1548343328.3140,1263,'','POST',403,0,515,0,1),('237.177.183.38',3987846950,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','NkzbOgnE3jRLFhSqAG40wM9I',0,1548343350.0850,889,'','POST',403,0,515,0,1),('245.159.35.64',4120847168,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','dA7T1bwKy0jxrHDeiMzf62hs',0,1548343379.7740,1162,'','POST',403,0,515,0,1),('219.211.197.113',3688088945,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','9BHVuLYQbwAdiEp6kJR2Pqg0',0,1548343404.3840,702,'','POST',403,0,515,0,1),('10.160.213.241',178312689,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','rqZKzuYQVJdyhXcCpn9e6mRg',0,1548343422.6480,973,'','POST',403,0,515,0,1),('25.124.97.202',427581898,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','M1VxbY9d4icyFTSmOpUJkj78',0,1548343456.5040,715,'','POST',403,0,515,0,1),('79.112.24.237',1332746477,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','XR3Infq4YC7Tpk9axDSV6bUd',0,1548343526.3830,694,'','POST',403,0,515,0,1),('62.250.79.177',1056591793,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','8WlgI7m15w3NFHRnxrA2jL9M',0,1548343586.2230,759,'','POST',403,0,515,0,1),('206.211.90.63',3469957695,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','4Zrbv7cBKmpHj8OiMP3s16Yd',0,1548343605.8710,560,'','POST',403,0,515,0,1),('124.163.95.231',2091081703,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','BNO5enh3ZiXTuExlpCRUHrmy',0,1548343628.1100,1052,'','POST',403,0,515,0,1),('129.173.147.115',2175636339,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','nCaKIYf0x1osRGShBZqAz3yW',0,1548343648.4050,1561,'','POST',403,0,515,0,1),('206.249.131.78',3472458574,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','Lb3DdW04RTjOeyl1JroCUX7s',0,1548343693.3050,752,'','POST',403,0,515,0,1),('166.247.25.186',2801211834,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','TzgLt24hCRcnJiGHZfam5Ky3',0,1548343733.9130,696,'','POST',403,0,515,0,1),('32.133.113.20',545616148,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','zKCmMxLhN0bEauWgocPFwvJO',0,1548343753.7440,623,'','POST',403,0,515,0,1),('165.229.211.252',2783302652,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','ud3gxn4Ir0ZYpWBPQmKwLDo1',0,1548343789.3950,495,'','POST',403,0,515,0,1),('157.230.91.240',2649119728,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','Sby2srNFAGHICOp0gauxQeYq',0,1548343843.7750,482,'','POST',403,0,515,0,1),('99.229.202.32',1676003872,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','EMaHsvXU3mdRji4t8FAWzuJk',0,1548343859.7700,496,'','POST',403,0,515,0,1),('186.72.111.188',3125309372,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','WUlRdV2rDqmAYe6pFhQoaOPL',0,1548343900.0450,747,'','POST',403,0,515,0,1),('165.205.3.183',2781676471,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','SQaotEN15n0zTrxZP4cYO6iy',0,1548343928.9130,773,'','POST',403,0,515,0,1),('221.213.205.69',3721776453,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','N0KZW9reGQMgAwmpFHvP5Uzs',0,1548343954.2630,1120,'','POST',403,0,515,0,1),('11.57.215.83',188340051,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','67t05uspSbOKea813kUThjMA',0,1548343998.6710,776,'','POST',403,0,515,0,1),('151.42.65.250',2536129018,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','YgkmeclW1CyrBLiRhGzF987T',0,1548344017.6560,769,'','POST',403,0,515,0,1),('9.57.210.62',154784318,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','6JdYzRMQbO10VqZ4Wj5vnStP',0,1548344044.3240,507,'','POST',403,0,515,0,1),('140.227.213.209',2363741649,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','Sg0MHNfWrZb2KvzoiDcFpkQT',0,1548344064.6100,483,'','POST',403,0,515,0,1),('244.253.154.143',4110260879,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','U7DQSJ10YV6b5XLGtnquAKcv',0,1548344122.7320,900,'','POST',403,0,515,0,1),('73.120.143.251',1232637947,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','mTpxgAuPlOkd4nv0ojCQWZ2w',0,1548344210.0260,734,'','POST',403,0,515,0,1),('72.235.9.86',1223362902,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','mY1q50x82PcQlgMyZwjdozaC',0,1548344230.4110,641,'','POST',403,0,515,0,1),('166.243.197.78',2800993614,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','hsb0jNCPzxmRWI2Yt3lvrw8p',0,1548344269.4790,2315,'','POST',403,0,515,0,1),('161.165.104.213',2711972053,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','9GjKDwHNEvPJbyXsx3B18fic',0,1548344335.3530,1949,'','POST',403,0,515,0,1),('182.120.245.204',3061380556,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','J8Ya1Pd3rEmGilvtV7ARqKBs',0,1548344363.2520,1442,'','POST',403,0,515,0,1),('123.14.47.140',2064527244,'','http://spectaclesfree.com/////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','LJPsbSN1enHGRtazuDwTWqYh',0,1548344380.1720,479,'','POST',403,0,515,0,1),('140.168.179.155',2359866267,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','yOJYg4sSzf7F1c5IM8uxPUKX',0,1548344400.9630,559,'','POST',403,0,515,0,1),('232.30.132.119',3894314103,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','dBLFokgSywhQqxWfAV8nDs7b',0,1548344431.1850,635,'','POST',403,0,515,0,1),('190.50.155.76',3190987596,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','EUOGiByD6o2hm5M87juS3pKn',0,1548344459.6050,798,'','POST',403,0,515,0,1),('37.118.63.26',628506394,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','TMOK2SbuFCGn91UeyxYpPWg4',0,1548344484.5430,656,'','POST',403,0,515,0,1),('227.223.234.217',3823102681,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','Dwx8H9n6Lqhc0MONiRrjFgBo',0,1548344506.5450,999,'','POST',403,0,515,0,1),('170.164.50.122',2862887546,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','xX4ihwOUL7QEckFvByNJdpHM',0,1548344524.9740,775,'','POST',403,0,515,0,1),('248.114.135.86',4168255318,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','4guojf62AswKUxJiC1HYQaRS',0,1548344539.9400,815,'','POST',403,0,515,0,1),('246.148.74.33',4136913441,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','ZDPQXEdNbF0W7gine2BywM4x',0,1548344569.4250,691,'','POST',403,0,515,0,1),('51.221.77.179',870141363,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','TJCF2BvVd1aIWUruP57x3kpe',0,1548344596.2930,620,'','POST',403,0,515,0,1),('140.90.176.97',2354753633,'','http://spectaclesfree.com/////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','ALXVuU5qngCQmPcN3jrFBzop',0,1548344616.9430,496,'','POST',403,0,515,0,1),('251.213.42.211',4225051347,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','da3WcfQujDeoMy8in5L2NUmb',0,1548344638.5570,1142,'','POST',403,0,515,0,1),('34.164.196.190',581223614,'','http://spectaclesfree.com/////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','dyJV2QcrOokhDXzNZnY6P0Mg',0,1548344666.3640,495,'','POST',403,0,515,0,1),('65.113.86.166',1097946790,'','http://spectaclesfree.com/////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','szK1tbGWTHfqndOrwCueULoF',0,1548344681.2050,486,'','POST',403,0,515,0,1),('55.222.4.73',937296969,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','ItwBsznfkFXrjJSVmUHobWvO',0,1548344712.0140,763,'','POST',403,0,515,0,1),('61.169.174.227',1034530531,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','XszwDfB5aYPTMURb9ACInltj',0,1548344741.3080,727,'','POST',403,0,515,0,1),('16.3.56.19',268646419,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','DnXM5yAOCsqzEiP0fguH1aVS',0,1548344792.7980,643,'','POST',403,0,515,0,1),('191.220.99.21',3218891541,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','1Frz8f0Hk7Mv3NwJ2QRL49Ei',0,1548344862.5700,758,'','POST',403,0,515,0,1),('10.94.28.203',173939915,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','WBvoSbmE2ghy6jUeV3D4qku8',0,1548344908.2330,1014,'','POST',403,0,515,0,1),('75.85.49.167',1263874471,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','wjdMx4zOfgZnYVSHIDPiaAtB',0,1548344927.9120,477,'','POST',403,0,515,0,1),('134.245.221.13',2264259853,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','e4wzxrml9NXS7OY5vbUhJTEG',0,1548345013.1650,631,'','POST',403,0,515,0,1),('103.88.247.253',1733883901,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','H2IVTOb87khQ9q3ENZRLtz6w',0,1548345028.4800,488,'','POST',403,0,515,0,1),('198.212.160.99',3335823459,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','XBaJI65nwCkFKAuN1RtmlhQO',0,1548345051.5340,757,'','POST',403,0,515,0,1),('19.45.39.204',321726412,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','VqBxE190Gk2bC7ynivFeHzU6',0,1548345072.6970,537,'','POST',403,0,515,0,1),('183.67.144.28',3074658332,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','IYTX9LzpP72slr5DhQgeVtoC',0,1548345094.6380,630,'','POST',403,0,515,0,1),('119.71.196.38',2001191974,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','LeRDymJY6VUpwcMAsfaBbjEx',0,1548345110.8050,726,'','POST',403,0,515,0,1),('80.80.26.189',1347427005,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','BuJ6L2resRMF5gqxSQDkZ8dO',0,1548345127.4870,682,'','POST',403,0,515,0,1),('78.201.240.139',1321857163,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','blnYO6rsuSHoJyqEWDj8UM1I',0,1548345149.3960,773,'','POST',403,0,515,0,1),('252.47.197.4',4230989060,'','http://spectaclesfree.com/////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','bDuycHwMQ70ZzqjNm35P9WSn',0,1548345164.6830,611,'','POST',403,0,515,0,1),('140.227.200.215',2363738327,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','M8lymXoOdhuDPz6TFeNK4is7',0,1548345192.7800,500,'','POST',403,0,515,0,1),('223.38.156.197',3743849669,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','kjzaGXlAE5iDFbtoeHTJ3WCh',0,1548345206.8390,642,'','POST',403,0,515,0,1),('140.227.200.215',2363738327,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','QoINV4SwfWdyLOZYjDB59G36',0,1548345227.3360,495,'','POST',403,0,515,0,1),('140.8.134.127',2349368959,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','Xuoq8HDGTB6nzrbPItRwV3Sm',0,1548345245.8600,755,'','POST',403,0,515,0,1),('64.19.239.183',1075048375,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','teObZM5fKYjcFw1dmg83I9UL',0,1548345261.3840,517,'','POST',403,0,515,0,1),('15.186.184.110',263895150,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','6qb79Q8dJLO54lgzTjKEnM3D',0,1548345276.6310,638,'','POST',403,0,515,0,1),('131.246.171.157',2213981085,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','gBrcM1COj9exXYmhdLGb046A',0,1548345297.4980,4581,'','POST',403,0,515,0,1),('176.6.153.229',2953222629,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','CrHj2lIyhO1xJtzRVk9Z4aMB',0,1548345331.8180,567,'','POST',403,0,515,0,1),('202.159.210.55',3399471671,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','yWpxnidDkvf8MTrX7Pm24IcZ',0,1548345347.6480,494,'','POST',403,0,515,0,1),('208.207.70.151',3503244951,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','ULmsoIdf5418YPeVMKBNa6cx',0,1548345400.8390,751,'','POST',403,0,515,0,1),('213.181.85.38',3585430822,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','qzXxDRJ1b8YBC6H0KVgipAE4',0,1548345422.2790,699,'','POST',403,0,515,0,1),('232.232.24.80',3907524688,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','CQFZ137z9xtkiuyBh6Dfs5VT',0,1548345453.4040,946,'','POST',403,0,515,0,1),('7.241.232.109',133294189,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','GIFcOCXB79AzmV2Mr650sHid',0,1548345478.3850,636,'','POST',403,0,515,0,1),('146.98.68.124',2455913596,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','hN2fpFZU7BCJzP5cvAoiuqX1',0,1548345521.0200,655,'','POST',403,0,515,0,1),('106.56.16.6',1782059014,'','http://spectaclesfree.com/////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','PJydzjAXRt0C9QBSoElKkFaW',0,1548345544.7120,489,'','POST',403,0,515,0,1),('135.244.165.211',2280957395,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','ganGt9Lxbd8WFrjekl2m7EhM',0,1548345599.0210,650,'','POST',403,0,515,0,1),('62.101.63.203',1046822859,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','2YpoNPO7cjfXW6RurlKtq39A',0,1548345624.0450,1287,'','POST',403,0,515,0,1),('63.146.122.54',1066564150,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','HWeK1B37bQEvny40xiRSCsN6',0,1548345638.6800,609,'','POST',403,0,515,0,1),('51.61.112.68',859664452,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','bC1tQAxpOr0yTVB39fkWanJq',0,1548345663.9900,494,'','POST',403,0,515,0,1),('153.115.130.247',2574484215,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','6Q9poYH7ALceDfGKIThlRiWN',0,1548345691.5750,659,'','POST',403,0,515,0,1),('186.14.222.198',3121536710,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','8M4ZvXgckztdFSsG6BrYOji2',0,1548345732.2900,618,'','POST',403,0,515,0,1),('69.37.186.188',1160100540,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','uaNy7DTjCOcSL0sHU8tomiqX',0,1548345829.5130,591,'','POST',403,0,515,0,1),('47.211.63.99',802373475,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','P6a5HNBvudeRoSL9zVDxitwh',0,1548345858.6800,803,'','POST',403,0,515,0,1),('75.251.92.6',1274764294,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','LEpQluq47JYzhaBrDc2WdFyX',0,1548345917.5140,478,'','POST',403,0,515,0,1),('51.15.237.26',856681754,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','OSzDo1pE3e6Ysbrg2nZywt9X',0,1548345937.1560,775,'','POST',403,0,515,0,1),('250.192.145.243',4206924275,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','5kAKQWBoSvOlPUMweCD7IFzi',0,1548345973.1510,834,'','POST',403,0,515,0,1),('222.6.25.30',3724941598,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','Bo9cb3MRxODFQq5Yg1CIXewr',0,1548345987.8230,487,'','POST',403,0,515,0,1),('140.227.200.215',2363738327,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','2tXRogUhiPsbvYMl9IwyzOdC',0,1548346024.2790,522,'','POST',403,0,515,0,1),('154.186.225.7',2595938567,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','QXIxjCVe4Pk5c8bLGq9ldfz7',0,1548346045.4260,483,'','POST',403,0,515,0,1),('195.238.79.41',3287174953,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','unvYmDx65c0PBtaNieWRylJ4',0,1548346062.7780,814,'','POST',403,0,515,0,1),('51.15.86.88',856643160,'','http://spectaclesfree.com////xmlrpc.php','','a:1:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";}','ixrteDsOcaCopZf286KMnlGR',0,1548346075.0800,500,'','POST',403,0,515,0,1),('170.29.225.122',2854084986,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','xohwAZ1fq5D9mNV4FEOIlyav',0,1548346087.6350,578,'','POST',403,0,515,0,1),('107.241.169.212',1810999764,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','qSctr2PzFHn5YKp98ewI37Au',0,1548346131.0320,492,'','POST',403,0,515,0,1),('237.108.139.158',3983313822,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','GI6UgjFKeWN0Mlv3oPdBVXQ2',0,1548346147.2700,853,'','POST',403,0,515,0,1),('54.78.51.183',911094711,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','AwKkQ6ir8cZ79XPJWdNgo43n',0,1548346202.6120,1659,'','POST',403,0,515,0,1),('233.37.139.197',3911551941,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','PZzKo3ncEmrwyWD1JCaXLgHA',0,1548346251.7990,883,'','POST',403,0,515,0,1),('189.184.172.28',3182996508,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','uMptE5UIHDFZhxRJz7mNgkdB',0,1548346288.8420,805,'','POST',403,0,515,0,1),('243.91.96.146',4082851986,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','CDcmUoY4ONse5xKjqHVhR0A8',0,1548346338.3530,896,'','POST',403,0,515,0,1),('109.140.212.241',1837946097,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','xDRFSAktZET5qMaso1jWKmp0',0,1548346362.8880,611,'','POST',403,0,515,0,1),('101.91.240.237',1700524269,'','http://spectaclesfree.com/////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','zwMkGJYKxstLZai4TpWcS5nH',0,1548346375.9830,507,'','POST',403,0,515,0,1),('30.130.28.193',511843521,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','FKkjgSYAzvxC7a4RGByMH8Zr',0,1548346862.1140,1325,'','POST',403,0,515,0,1),('137.180.213.169',2310329769,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','fkAXdwOqQ6c0ohR1ZWKyFEPe',0,1548346963.3010,690,'','POST',403,0,515,0,1),('41.185.170.161',700033697,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','BF3IAjXZdV4gn5zW9vshGq7i',0,1548346980.4290,672,'','POST',403,0,515,0,1),('111.242.17.126',1878135166,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','HbTWn5FYgkav9wjABfXhMDOE',0,1548347005.2380,543,'','POST',403,0,515,0,1),('220.38.84.218',3693499610,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','vitEeIO5fY6nSWPQVymKgUbr',0,1548347037.7100,637,'','POST',403,0,515,0,1),('174.35.135.191',2921564095,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','6quiYaU8xdfbsk0ChlHocFAI',0,1548347053.7500,492,'','POST',403,0,515,0,1),('25.14.217.187',420403643,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','MCaFv83tbDzLUminZjYBVhuG',0,1548347068.4510,705,'','POST',403,0,515,0,1),('122.58.181.235',2050668011,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','WcixC80B9v741aZetIEzJyL2',0,1548347094.1920,647,'','POST',403,0,515,0,1),('246.20.144.154',4128542874,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','zP5SvMCO0cm49UNDGZyHgWVh',0,1548347133.3270,1058,'','POST',403,0,515,0,1),('173.9.104.17',2903074833,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','dZDPkQqJj4UtGmxnFYMzoBOp',0,1548347218.9150,486,'','POST',403,0,515,0,1),('61.248.34.123',1039671931,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','W2ReQ9XM1imEFpUx3THacbYw',0,1548347248.1590,762,'','POST',403,0,515,0,1),('6.219.89.187',115038651,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','POztBnX86N9U1TocGV5Are0w',0,1548347264.9600,619,'','POST',403,0,515,0,1),('180.191.137.64',3032451392,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','UHIC69fQMyDb8ceoR2lwxmvF',0,1548347286.4930,749,'','POST',403,0,515,0,1),('154.60.70.190',2587641534,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','ydxz9kZBGDsfu3jQi1hP7OCp',0,1548347299.5210,628,'','POST',403,0,515,0,1),('103.241.41.61',1743857981,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','Q2c7W9RhExUoXn1gOFiTzrtu',0,1548347341.7900,789,'','POST',403,0,515,0,1),('171.85.193.175',2874524079,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','U7NdmAC1hwVSrGxRWL8TqfJ6',0,1548347355.7270,494,'','POST',403,0,515,0,1),('159.244.144.125',2683605117,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','jRPrx2UoWNkTDwJqLnXd9lVa',0,1548347367.4160,632,'','POST',403,0,515,0,1),('246.85.110.186',4132794042,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','XfucrmxJvlgTIys8VWQt0qpK',0,1548347395.5800,1049,'','POST',403,0,515,0,1),('31.68.87.97',524572513,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','6lEhAYIwzC5xecfaFKVHPSRi',0,1548347419.8680,551,'','POST',403,0,515,0,1),('225.65.118.251',3779163899,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','cCmYr7LWx9N8AS4EROfZK2Tt',0,1548347432.3060,799,'','POST',403,0,515,0,1),('222.190.217.46',3737049390,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','qdbEnyZLSeBTJMW2vmskj6Y0',0,1548347443.6170,713,'','POST',403,0,515,0,1),('14.12.178.163',235713187,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','9hxVMAtmUDwJcaFf4IevZlNn',0,1548347464.9160,742,'','POST',403,0,515,0,1),('50.179.60.188',850607292,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','BzRVqKW342ymESkT5LYUc1Zh',0,1548347478.3520,710,'','POST',403,0,515,0,1),('198.205.109.206',3335351758,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','zfrlLjx3P4vqQRZ6FS1a7toA',0,1548347496.2210,753,'','POST',403,0,515,0,1),('240.22.207.76',4028026700,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','GxVh2npQFAu5ymEirj9WbPtM',0,1548347509.3230,1345,'','POST',403,0,515,0,1),('107.126.89.116',1803442548,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','9OiJBLuPhel06Wzy1x7FaoUC',0,1548347522.3780,653,'','POST',403,0,515,0,1),('249.221.85.86',4192032086,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','PAGieL2KtISncr6HC4Wzb8RJ',0,1548347542.0690,905,'','POST',403,0,515,0,1),('210.110.41.210',3530435026,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','K2vfnxUySMQr6mPFVo8ZuW07',0,1548347555.8170,760,'','POST',403,0,515,0,1),('233.101.219.39',3915766567,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','e7stDR0SnquNoUFiJwvZ5mGx',0,1548347568.0000,864,'','POST',403,0,515,0,1),('193.2.25.208',3238140368,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','S2Ly9H5gCsFP8q3TjwZJUfz4',0,1548347586.1810,640,'','POST',403,0,515,0,1),('233.149.83.205',3918877645,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','LCDI4petvBGdz5QMKnfi1HR3',0,1548347634.5980,929,'','POST',403,0,515,0,1),('102.97.115.236',1717662700,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','mrujHzPeBLQ86FEkD2bJ5Z0M',0,1548347651.9520,819,'','POST',403,0,515,0,1),('246.30.3.29',4129162013,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','X28tcBW5CSf6pV01msFNdhxz',0,1548347663.8250,961,'','POST',403,0,515,0,1),('174.22.198.64',2920728128,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','pkjW1GDZrK3UtzeE8PqiNswu',0,1548347681.2280,688,'','POST',403,0,515,0,1),('191.106.55.153',3211409305,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','P0fCQWDSogFGJ5bHXyxrlRMs',0,1548347693.5930,676,'','POST',403,0,515,0,1),('193.181.192.72',3249913928,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','stLu3Ici6n91XUWxkBQeHF2v',0,1548347703.7040,638,'','POST',403,0,515,0,1),('3.165.65.239',61161967,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','n7eBmcWF9NMlZIjJD5pkfLEa',0,1548347748.0570,482,'','POST',403,0,515,0,1),('244.198.50.22',4106629654,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','6a9QyYHPvJp3LcGwirfhblCn',0,1548347818.3620,807,'','POST',403,0,515,0,1),('251.52.88.20',4214511636,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','HQY1cVeutJAECSf2k4LwFnWK',0,1548347829.0420,921,'','POST',403,0,515,0,1),('218.161.131.125',3668018045,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','6VJe1ZtqTdNUluBrRIXQ2jLy',0,1548347838.6250,647,'','POST',403,0,515,0,1),('252.231.156.124',4243037308,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','7DUItOYGubeBlmnaLdT6jEy9',0,1548347852.2400,828,'','POST',403,0,515,0,1),('234.36.95.53',3928252213,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','O1YBnv09Cl8yAjVkJ7FWptRE',0,1548347867.1710,894,'','POST',403,0,515,0,1),('243.93.45.164',4082970020,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','hLnIHGMN3px7dPoTjYA6e0Dm',0,1548347885.0490,923,'','POST',403,0,515,0,1),('227.30.119.251',3810424827,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','dKqHt8y2FnjIsMb0i7xLErWV',0,1548347923.0300,687,'','POST',403,0,515,0,1),('100.90.87.45',1683642157,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','pLwcPAsln7iHSkBZTytD4Rq5',0,1548347940.5430,872,'','POST',403,0,515,0,1),('35.228.189.172',602193324,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','IdMayVEjfx6K2rSobp4H8thi',0,1548347985.6880,742,'','POST',403,0,515,0,1),('105.214.124.216',1775664344,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','iJMB8I1VF0dW7XqtxNAZecbl',0,1548348030.5880,643,'','POST',403,0,515,0,1),('226.167.85.193',3802617281,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','HECPjvchRuVd0Jx9763aAbzD',0,1548348048.8350,784,'','POST',403,0,515,0,1),('7.190.32.28',129900572,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','gD7Ts4VtroSd1FP8eznhB6Wx',0,1548348082.9550,656,'','POST',403,0,515,0,1),('133.179.188.115',2243148915,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','NbOCTUJ7fkrj3P0Fi1oVWwHB',0,1548348110.0760,694,'','POST',403,0,515,0,1),('9.73.31.78',155787086,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','erHUC95DIkvcfQJ6SFoulzbi',0,1548348150.1680,487,'','POST',403,0,515,0,1),('239.172.32.191',4021035199,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','bEiN9w0RnfQjglzVDd6c7YmU',0,1548348166.4890,826,'','POST',403,0,515,0,1),('123.88.212.180',2069419188,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','lBn35XxbGJIOgjMTkysrcuU8',0,1548348192.8190,496,'','POST',403,0,515,0,1),('192.99.167.179',3227756467,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','5IKDbcB0Vf9QWNjEugJ3ra4H',0,1548348207.6420,478,'','POST',403,0,515,0,1),('42.207.81.44',718229804,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','fnpK9eFL1ugrITZv7JADhNd4',0,1548348252.7220,550,'','POST',403,0,515,0,1),('157.117.95.249',2641715193,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','cW1K0CQ8EOoUghpN3fXntbH6',0,1548348303.3090,703,'','POST',403,0,515,0,1),('33.132.133.254',562333182,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','M8KTUuH9Cq4h5XfaBLg3Ymy6',0,1548348321.4050,626,'','POST',403,0,515,0,1),('164.230.239.148',2766598036,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','b9Kk17DTjgLNQXxGnYSO6B8z',0,1548348350.4220,565,'','POST',403,0,515,0,1),('234.36.112.141',3928256653,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','A01hov4pZfV75rTlXknDuLEN',0,1548348366.4130,1112,'','POST',403,0,515,0,1),('215.251.9.230',3623553510,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','Blc6GRC7wDSpose85TXfEUIz',0,1548348400.2800,529,'','POST',403,0,515,0,1),('94.177.147.120',1588695928,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','eALl5YDmXU3SbqZfvRFaI4co',0,1548348410.8290,610,'','POST',403,0,515,0,1),('240.217.248.93',4040816733,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','VDbIMjdgQWvcmqePR6Ga7FAN',0,1548348467.5530,805,'','POST',403,0,515,0,1),('132.37.121.249',2217048569,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','vzfW1UpY0LSjKuTgaIMxR4FD',0,1548348492.8160,712,'','POST',403,0,515,0,1),('73.221.132.11',1239254027,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','0Tsw5gtIvbG19HEA6u3QMaml',0,1548348508.0610,549,'','POST',403,0,515,0,1),('114.237.107.44',1928162092,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','jocCF8fYp9metKPVwzyaNxLH',0,1548348522.8700,660,'','POST',403,0,515,0,1),('182.90.254.162',3059416738,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','MBKceHnC6msfJYIbXtgyTv3N',0,1548348541.5600,698,'','POST',403,0,515,0,1),('82.154.12.3',1385827331,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','zSMdAPuj5mgN3vxy7wC9HqZB',0,1548348574.8820,748,'','POST',403,0,515,0,1),('123.129.243.5',2072113925,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','2mLafV0wszJqEYbQi9W1BZH5',0,1548348638.2530,489,'','POST',403,0,515,0,1),('85.119.109.216',1433890264,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','R6KIwzSaXHmL8tTe2DEhidyc',0,1548348656.4000,700,'','POST',403,0,515,0,1),('64.176.180.50',1085322290,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','baetJZ5Snc8AO1hv7QUmzC43',0,1548348675.1790,624,'','POST',403,0,515,0,1),('178.124.15.47',2994474799,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','mlk4UA915zEbqRWV3HCto2hi',0,1548348733.2150,756,'','POST',403,0,515,0,1),('228.220.104.249',3839650041,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','iIufPMXsqEcxanrLOVypg7GH',0,1548348752.5180,780,'','POST',403,0,515,0,1),('164.87.227.148',2757223316,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','ksdhqPD6iLbYplJM4Z31vy8C',0,1548348795.9700,643,'','POST',403,0,515,0,1),('221.230.252.6',3722902534,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','Wxy871gaDkizoHMJfsNtEBrc',0,1548348818.2360,616,'','POST',403,0,515,0,1),('117.225.124.163',1977711779,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','prz7AlKVuEkMBXZ5Gam1nSx3',0,1548348833.2940,745,'','POST',403,0,515,0,1),('218.3.188.162',3657677986,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','a8ELRiGxoDOdwvBkczJUuN64',0,1548348852.7890,650,'','POST',403,0,515,0,1),('17.227.105.33',300116257,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','WufpKIlbn6UEBLFSzxAVG0cj',0,1548348868.2120,632,'','POST',403,0,515,0,1),('156.18.253.143',2618490255,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','4gMlqi7c1fe2rHJaCXQTG0Iz',0,1548348889.1420,689,'','POST',403,0,515,0,1),('14.93.192.3',241025027,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','naAg4xBcMQqKI0C7ydEmSkRw',0,1548348913.5640,490,'','POST',403,0,515,0,1),('47.184.199.89',800638809,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','QVlTyfJ2osxYF7tn9IPS0UpB',0,1548348935.2100,631,'','POST',403,0,515,0,1),('240.11.40.250',4027263226,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','mCnR3t5gIKu9wvYjGT7AcBsl',0,1548348968.2330,1005,'','POST',403,0,515,0,1),('114.193.209.209',1925304785,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','5QriTceZhJ6l1RSUDMft7Im4',0,1548348999.8460,687,'','POST',403,0,515,0,1),('138.164.116.149',2326033557,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','qaR7SO5FlABmoxv08ykXiTts',0,1548349026.5730,578,'','POST',403,0,515,0,1),('41.103.71.145',694634385,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','J2Ri0OMEj5taqL1veXfgHAb3',0,1548349050.4810,549,'','POST',403,0,515,0,1),('79.134.164.218',1334224090,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','CHTJfB5mDt3xAiEjNGQFIwPh',0,1548349068.2110,615,'','POST',403,0,515,0,1),('118.169.113.249',1990816249,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','ftalek98z7D5TrRAJKj4nWIb',0,1548349093.1750,494,'','POST',403,0,515,0,1),('119.102.21.86',2003178838,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','n6uX1EayF9jAKUG7rBxY0iLD',0,1548349110.9630,628,'','POST',403,0,515,0,1),('71.213.59.219',1205156827,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','YKVlkwaCx4Nc8uJ6sHMfT7iO',0,1548349151.5330,478,'','POST',403,0,515,0,1),('243.11.184.204',4077631692,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','EM7ZUn12mJs59WNtueo8RyOb',0,1548349166.7460,1041,'','POST',403,0,515,0,1),('41.43.40.93',690694237,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','r63tWLkD0YVRybJXCfNiPT1h',0,1548349188.0020,743,'','POST',403,0,515,0,1),('42.29.111.194',706572226,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','G3CyqsBioYx7T9anRHPL21AZ',0,1548349223.9690,780,'','POST',403,0,515,0,1),('76.4.87.168',1275353000,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','tpIZaKNMreJ05E7TmsCPSyR8',0,1548349260.6400,760,'','POST',403,0,515,0,1),('189.117.21.171',3178567083,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','5pKreFm6B1Qz72aRstTbS9XL',0,1548349924.0620,746,'','POST',403,0,515,0,1),('74.47.35.133',1244603269,'','http://spectaclesfree.com////xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','QNBW47um31GMLRx2yevIFkXo',0,1548349974.5820,556,'','POST',403,0,515,0,1),('110.40.8.179',1848117427,'','http://spectaclesfree.com/?author=2','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','2bXvtlWcs3yqEChwjon0pdM4',0,1548350029.1220,1043,'','GET',404,0,600,0,1),('89.234.41.178',1508518322,'','http://spectaclesfree.com/?author=3','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','IfemSxA862XBbPJH9Wucr0Np',0,1548350067.9800,704,'','GET',404,0,600,0,1),('32.85.218.58',542497338,'','http://spectaclesfree.com/?author=5','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','DgxLBbTwzVkjiAuRYKsSyrE6',0,1548350105.7910,605,'','GET',404,0,600,0,1),('209.205.206.58',3519925818,'','http://spectaclesfree.com/wp-admin/css/colors/coffee/wp-console.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','fGV2AHkDzcLJqs7CwUBpQjFK',0,1548359757.5010,374,'','GET',403,0,700,0,1),('188.66.6.88',3158443608,'','http://spectaclesfree.com/wp-version.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','NpD6zsyLx5PYflkAaHgmtBvG',0,1548364215.2320,379,'','GET',403,0,700,0,1),('185.210.217.243',3117603315,'','http://spectaclesfree.com/contact/','','a:2:{i:1;s:126:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36 OPR/49.0.2725.47\";i:2;s:34:\"http://spectaclesfree.com/contact/\";}','8gW3mopX0GtwSQfzVMli56bu',0,1548368239.5700,8017,'','POST',200,348,601,0,1),('193.106.30.98',3244957282,'','http://spectaclesfree.com/wp-content/plugins/temp.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0\";}','hqDxV8Z2wzudRPFT6QiCUWc7',0,1548371305.4900,388,'','POST',403,0,700,0,1),('175.193.71.202',2948679626,'','http://spectaclesfree.com/wp-login.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0\";}','bhSus0mMeXBwT9G8vP25ngLq',0,1548384781.3440,911,'','GET',404,0,600,0,1),('175.193.71.202',2948679626,'','http://spectaclesfree.com/wp-login.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0\";}','MGlWC75nyptsU0g3wfm4OuI6',0,1548384785.4910,943,'','POST',404,0,600,0,1),('134.19.230.167',2249451175,'','http://spectaclesfree.com/wp-login.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0\";}','BnvqKiOEf4VbPZeCdX5hW7R2',0,1548384834.7320,716,'','GET',404,0,600,0,1),('134.19.230.167',2249451175,'','http://spectaclesfree.com/wp-login.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0\";}','ctwg3VFij78feon502qQJIOa',0,1548384837.7090,686,'','POST',404,0,600,0,1),('93.39.196.67',1562887235,'','http://spectaclesfree.com/wp-content/plugins/background-image-cropper/blackhat.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','D1Jb3tR6m7fOChXLuiFSPydo',0,1548389315.8120,371,'','GET',403,0,700,0,1),('104.222.33.92',1759387996,'','http://spectaclesfree.com/wp-content/plugins/background-image-cropper/blackhat.php','','a:1:{i:1;s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0\";}','75dZ1aoN3zDucIrOKLgS2vBE',0,1548389317.6810,369,'','GET',403,0,700,0,1),('88.198.55.80',1489385296,'','http://spectaclesfree.com/wp-admin/includes/jss.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','daT4UbCW5YJjVBe2St0IGhKF',0,1548392087.5300,380,'','GET',403,0,700,0,1),('88.198.55.80',1489385296,'','http://spectaclesfree.com/wp-admin/includes/jss.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','OxKCabPQUGINcmtnlEBJLRde',0,1548392090.3800,349,'','GET',403,0,700,0,1),('88.99.63.106',1482899306,'','http://spectaclesfree.com/wp-content/uploads/2018/11/blackhat.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','ONFITUzfrRK4icXCBeqDWwb8',0,1548403210.3200,379,'','GET',403,0,700,0,1),('213.251.182.111',3590043247,'','http://spectaclesfree.com/wp-includes/images/smilies/Mhbgf.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','9XzJeUcHN50VndY8w3ZxRaSL',0,1548419465.4270,376,'','GET',403,0,700,0,1),('213.251.182.111',3590043247,'','http://spectaclesfree.com/wp-includes/images/smilies/Mhbgf.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','skZbOC3eaLE5QFcNPIhV7Wvi',0,1548419465.8870,362,'','GET',403,0,700,0,1),('132.148.249.210',2224355794,'','http://spectaclesfree.com/wp-includes/js/imgareaselect/Mhbgf.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','lFMw3T5SjA9ItYfp8aWv7crQ',0,1548424059.0800,364,'','GET',403,0,700,0,1),('132.148.249.210',2224355794,'','http://spectaclesfree.com/wp-includes/js/imgareaselect/Mhbgf.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','TCBOISKMqLA5E1c6yt0nZPxk',0,1548424063.1170,348,'','GET',403,0,700,0,1),('132.148.249.210',2224355794,'','http://spectaclesfree.com/wp-includes/js/imgareaselect/Mhbgf.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','fcmZ4jaQgtXRid6NP1rL08CA',0,1548424083.3640,341,'','GET',403,0,700,0,1),('193.106.30.98',3244957282,'','http://spectaclesfree.com/bps.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0\";}','x7FJz4QrO5UuWDYR1tMehwn8',0,1548426230.3730,371,'','POST',403,0,700,0,1),('66.70.206.209',1111936721,'','http://spectaclesfree.com/wp-content/plugins/background-image-cropper/wp-console.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','wH5YsUXdnNBWPImFzTLG7RMS',0,1548427143.2840,386,'','GET',403,0,700,0,1),('66.70.206.209',1111936721,'','http://spectaclesfree.com/wp-content/plugins/background-image-cropper/wp-console.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','04iLk9AzWX1qJISYUZRPpy5O',0,1548427148.9030,370,'','GET',403,0,700,0,1),('185.165.30.35',3114606115,'','http://spectaclesfree.com/wp-includes/images/crystal/Mhbgf.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','I8WaiCPSMs9yKUmYg1uLx6vH',0,1548434985.5730,360,'','GET',403,0,700,0,1),('179.43.157.109',3005980013,'','http://spectaclesfree.com/admin/images/cal_date_over.gif','','a:1:{i:1;s:22:\"python-requests/2.21.0\";}','tLUFlEiJXAP2Rwp8I0MOodyv',0,1548439600.4590,1506,'','GET',404,0,600,0,1),('179.43.157.109',3005980013,'','http://spectaclesfree.com/admin/login.php','','a:1:{i:1;s:22:\"python-requests/2.21.0\";}','xZaAsEDURG3YWr1Vf2t8lbBH',0,1548439604.3040,419,'','GET',403,0,700,0,1),('179.43.157.109',3005980013,'','http://spectaclesfree.com/templates/system/css/system.css','','a:1:{i:1;s:22:\"python-requests/2.21.0\";}','U7MdbKrc3FlIy9xV1tjB05X8',0,1548439608.1470,779,'','GET',404,0,600,0,1),('179.43.157.109',3005980013,'','http://spectaclesfree.com/?up_auto_log=true','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:36.0) Gecko/20100101 Firefox/36.0\";}','mMQHtFoZqaINKvfn80R1WAkx',0,1548439614.7790,975,'','GET',200,0,600,0,1),('204.93.197.149',3428697493,'','http://spectaclesfree.com/wp-includes/images/media/Mhbgf.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','CKrVTjsYXcRq9WgJQ2aM78AE',0,1548441388.5000,378,'','GET',403,0,700,0,1),('119.59.120.33',2000386081,'','http://spectaclesfree.com/meta.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','x4PYiqbovuHMgkca03j8QwNC',0,1548456710.9570,392,'','GET',403,0,700,0,1),('119.59.120.33',2000386081,'','http://spectaclesfree.com/meta.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','HENJRX7u0rl9TytnK1AgdcSk',0,1548456715.7400,376,'','GET',403,0,700,0,1),('193.106.30.98',3244957282,'','http://spectaclesfree.com/seo_script.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0\";}','7tdUhG8DQSfkzvAqj26P9bal',0,1548488290.8120,365,'','POST',403,0,700,0,1),('209.205.206.58',3519925818,'','http://spectaclesfree.com/assets/images/blackhat.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','eBdbqz52tm1glZyDIG4KEMvs',0,1548490711.4640,370,'','GET',403,0,700,0,1),('192.185.4.46',3233350702,'','http://spectaclesfree.com/wp-admin/maint/newsleter.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','KIcgXhtly2wAfkGzS8QUVnEO',0,1548491728.9200,382,'','GET',403,0,700,0,1),('27.254.77.210',469650898,'','http://spectaclesfree.com/wp-content/uploads/2019/01/wp-console.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','K72j9JkflhvwHW1TuyxFQSD3',0,1548494101.1250,377,'','GET',403,0,700,0,1),('27.254.77.210',469650898,'','http://spectaclesfree.com/wp-content/uploads/2019/01/wp-console.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','ZjHn9FBaiubfzSXs7RPoIQrc',0,1548494109.8760,356,'','GET',403,0,700,0,1),('192.227.114.197',3236131525,'','http://SPECTACLESFREE.com/wp/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','7bWvCfX2j8ikp4EeuFSnDThG',0,1548498235.5680,388,'','GET',403,0,700,0,1),('217.61.105.39',3644680487,'','http://spectaclesfree.com/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','i9Y4Fp8VDfgvMX1N5wyxl6Zn',0,1548498983.8490,647,'','GET',404,0,600,0,1),('64.71.79.16',1078415120,'','http://SPECTACLESFREE.com/wordpress/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','NkocYhiECb6M0fy2zAIlu3Xt',0,1548499331.3070,370,'','GET',403,0,700,0,1),('192.227.108.107',3236129899,'','http://SPECTACLESFREE.com/blog/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','Y81z0iDWhAgPEs3wfUdtQJHe',0,1548500451.2670,457,'','GET',403,0,700,0,1),('38.130.226.244',646111988,'','http://SPECTACLESFREE.com/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','K8b502AWV7z1rJNnUMSuaegh',0,1548502526.0700,3634,'','GET',404,0,600,0,1),('95.211.151.66',1607702338,'','http://spectaclesfree.com/blog/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','7FoDkpza1dljuKQ34sxNUHqB',0,1548507527.6040,375,'','GET',403,0,700,0,1),('195.114.18.160',3279032992,'','http://spectaclesfree.com/wp-content/uploads/2019/01/wp-consoles.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','WzfCD1QeSXVPZ9wHadGhloxY',0,1548509234.4160,371,'','GET',403,0,700,0,1),('58.79.34.16',978264592,'','http://SPECTACLESFREE.com/user/login','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','8AQtG1n7Srp6RfWEgKq5mdco',0,1548510391.2120,1369,'','GET',404,0,600,0,1),('192.227.67.56',3236119352,'','http://SPECTACLESFREE.com/admin/','','a:2:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";i:2;s:42:\"http://SPECTACLESFREE.com/index.php/admin/\";}','vBfusyqFoVx8NHEOiPnYp6RI',0,1548510825.7750,514,'','GET',404,0,600,0,1),('192.227.67.56',3236119352,'','http://SPECTACLESFREE.com/downloader/','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','CDa0J9Ilt4cP3YojW1NArHLp',0,1548510826.3020,527,'','GET',404,0,600,0,1),('192.227.67.56',3236119352,'','http://SPECTACLESFREE.com/rss/catalog/notifystock/','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','Wmr9tYiLDbqShlOZJ76VEU85',0,1548510826.8560,522,'','GET',404,0,600,0,1),('109.98.205.126',1835191678,'','http://SPECTACLESFREE.com/administrator/index.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','noD7LTMN1ls3yVibuv0I2JGq',0,1548512256.0110,392,'','GET',403,0,700,0,1),('176.31.198.4',2954872324,'','http://spectaclesfree.com/wp-content/uploads/2019/01/blackhat.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','zfiKuDX192nrgNlC8BotOmIq',0,1548514092.1620,363,'','GET',403,0,700,0,1),('176.31.198.4',2954872324,'','http://spectaclesfree.com/wp-content/uploads/2019/01/blackhat.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','AhMYg9idmjTlOfFHZRVr5Npe',0,1548514098.4720,349,'','GET',403,0,700,0,1),('192.227.113.76',3236131148,'','http://SPECTACLESFREE.com/admin/','','a:2:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";i:2;s:42:\"http://SPECTACLESFREE.com/index.php/admin/\";}','XsYvof8O2B9mnapyC7iG6PM0',0,1548518872.8810,550,'','GET',404,0,600,0,1),('192.227.113.76',3236131148,'','http://SPECTACLESFREE.com/downloader/','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','lf87qtngy061heGozpwdxVDW',0,1548518873.5630,540,'','GET',404,0,600,0,1),('192.227.113.76',3236131148,'','http://SPECTACLESFREE.com/rss/catalog/notifystock/','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','DCz4yUbp3QK18PkFWod7nsGg',0,1548518874.2620,534,'','GET',404,0,600,0,1),('85.206.165.6',1439606022,'','http://spectaclesfree.com/contact/','','a:2:{i:1;s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";i:2;s:34:\"http://spectaclesfree.com/contact/\";}','dwHfMzmeUtcy6sBNa5SonIEv',0,1548519073.5060,7846,'','POST',200,348,601,0,1),('41.140.88.128',697063552,'','http://SPECTACLESFREE.com/wp/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','nyrGjY47btHsz3pOWI2D5cq6',0,1548519133.5410,381,'','GET',403,0,700,0,1),('208.67.16.29',3494055965,'','http://spectaclesfree.com/assets/images/wp-console.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','UEYuqz8ec6IMPGOTZA7kLyga',0,1548519809.1260,385,'','GET',403,0,700,0,1),('198.27.67.120',3323675512,'','http://spectaclesfree.com/site/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','elSz6HBNCRLW5JUGpdmKruo9',0,1548520207.1560,368,'','GET',403,0,700,0,1),('39.98.52.133',660747397,'','http://spectaclesfree.com/site/wp-admin/','','','TSLikGYwtqJj5oeK8Xv7rPUC',0,1548523967.5640,1750,'','GET',404,0,600,0,1),('207.180.204.120',3484732536,'','http://spectaclesfree.com/admin/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','aDBOjSx8nLCE7bk6AUJyVt0h',0,1548524470.4260,367,'','GET',403,0,700,0,1),('95.211.151.66',1607702338,'','http://spectaclesfree.com/administrator/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','DMXFzb9JGKuQVHmIdYEZ2RTy',0,1548528694.0150,383,'','GET',403,0,700,0,1),('31.131.251.113',528743281,'','http://SPECTACLESFREE.com/wordpress/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','pO7WlzcNGhy1x2sRYDZdroSn',0,1548531229.9790,382,'','GET',403,0,700,0,1),('66.55.155.146',1110940562,'','http://spectaclesfree.com/wordpress/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','42N6gitcxjnLk9o5JWUDsHZP',0,1548533041.1500,387,'','GET',403,0,700,0,1),('155.138.162.2',2609553922,'','http://spectaclesfree.com/adminer.php','','a:1:{i:1;s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3588.0 Safari/537.36\";}','ByihoFIfHQSYp4LPU9xDjTtE',0,1548535367.0890,376,'','GET',403,0,700,0,1),('66.249.66.203',1123631819,'','http://spectaclesfree.com/cdn-cgi/scripts/f2bf09f8/cloudflare-static/email-decode.min.js','','a:2:{i:1;s:124:\"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Googlebot/2.1; +http://www.google.com/bot.html) Safari/537.36\";i:2;s:57:\"http://spectaclesfree.com/itd-h5277-ppoj-ulhz-d45319-sye/\";}','HtugpCqRG6N7WcVlfsiKMIao',0,1548538749.5530,2878,'','GET',404,0,600,0,1),('47.92.135.145',794593169,'','http://spectaclesfree.com/site/wp-admin/','','','Fg8sw10HTPYLAbzqodWctJve',0,1548541192.3300,1168,'','GET',404,0,600,0,1),('179.95.246.96',3009410656,'','http://SPECTACLESFREE.com/blog/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','1oaE0dTU8PC5p4rASvXwMklj',0,1548542151.2970,407,'','GET',403,0,700,0,1),('137.245.122.169',2314566313,'','http://spectaclesfree.com//wp-login.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','WOeqJnhzia1B7Gtl8DCT0IuM',0,1548544907.8220,1035,'','GET',404,0,600,0,1),('137.245.122.169',2314566313,'','http://spectaclesfree.com//xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','60Xk3MEjptU8B5GmsCviTgRc',0,1548544915.7590,1007,'','GET',404,0,515,0,1),('193.106.30.98',3244957282,'','http://spectaclesfree.com/wp-includes/images/hon2our.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0\";}','0WwgzIdZU7iPT6CqyF4JKVM5',0,1548548544.0290,374,'','POST',403,0,700,0,1),('192.227.67.58',3236119354,'','http://SPECTACLESFREE.com/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','fFUkhd8SsNDjAPTJvg9aowp7',0,1548577733.7420,540,'','GET',404,0,600,0,1),('207.89.22.100',3478722148,'','http://spectaclesfree.com/wp1/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','6DLjnpIvkXmE7CP8UGT1AY5r',0,1548577817.1330,378,'','GET',403,0,700,0,1),('207.89.22.100',3478722148,'','http://spectaclesfree.com/wp1/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','MPJ7W1sb9uUikoBf46Z8xR5V',0,1548577818.2240,346,'','GET',403,0,700,0,1),('207.89.22.100',3478722148,'','http://spectaclesfree.com/test1/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','cApWULCS1s4yIm2bwXVBTk5o',0,1548577819.2820,347,'','GET',403,0,700,0,1),('207.89.22.100',3478722148,'','http://spectaclesfree.com/test1/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','U42YgiJ0mV9MlBWPtEQSChcH',0,1548577820.3420,360,'','GET',403,0,700,0,1),('207.89.22.100',3478722148,'','http://spectaclesfree.com/blog1/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','MZeoyGaQYuLRFEJ31AnWglDT',0,1548577821.4110,364,'','GET',403,0,700,0,1),('207.89.22.100',3478722148,'','http://spectaclesfree.com/blog1/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','Ytap7fLHJjWiso6wCd8DQTgx',0,1548577822.4840,354,'','GET',403,0,700,0,1),('207.89.22.100',3478722148,'','http://spectaclesfree.com/wordpress3/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','TwmS6GLBJZeWgvkdOnAYCNhz',0,1548577823.5280,344,'','GET',403,0,700,0,1),('207.89.22.100',3478722148,'','http://spectaclesfree.com/wordpress3/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','XBO9MPx1WVnzHwoQ6sjFTdpE',0,1548577824.5760,347,'','GET',403,0,700,0,1),('207.89.22.100',3478722148,'','http://spectaclesfree.com/blog2/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','EGMflAD1wXq93aN4i8Y7L2dV',0,1548577825.6990,345,'','GET',403,0,700,0,1),('207.89.22.100',3478722148,'','http://spectaclesfree.com/blog2/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','xZMkUhE6Xz0PejraKwtgQ8yd',0,1548577826.7420,350,'','GET',403,0,700,0,1),('207.89.22.100',3478722148,'','http://spectaclesfree.com/wp2/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','4nGVJ2N1QiXW63r8UY0udlEp',0,1548577827.7990,361,'','GET',403,0,700,0,1),('207.89.22.100',3478722148,'','http://spectaclesfree.com/wp2/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','NqVOwTeCrH6WdG2PbSIjvFoc',0,1548577828.8510,358,'','GET',403,0,700,0,1),('207.89.22.100',3478722148,'','http://spectaclesfree.com/blog/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','yoCYS7MQWBeZKhvqckzVd1bL',0,1548577829.8980,341,'','GET',403,0,700,0,1),('207.89.22.100',3478722148,'','http://spectaclesfree.com/blog/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','jLG7AF3n6NapTcUtWlw94xQb',0,1548577830.9200,351,'','GET',403,0,700,0,1),('207.89.22.100',3478722148,'','http://spectaclesfree.com/blog3/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','GcbLhpB0yKR6ZHn4q2tJzS8X',0,1548577832.7110,346,'','GET',403,0,700,0,1),('207.89.22.100',3478722148,'','http://spectaclesfree.com/blog3/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','8fpykXCh6xTDAYNJvsSKWIHg',0,1548577833.7680,347,'','GET',403,0,700,0,1),('207.89.22.100',3478722148,'','http://spectaclesfree.com/wp3/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','e9bTSHB537Mq2o1KrU4QZFlR',0,1548577834.8100,345,'','GET',403,0,700,0,1),('207.89.22.100',3478722148,'','http://spectaclesfree.com/wp3/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','95zYehBb1rOgHIdSvCifKPR6',0,1548577835.8530,351,'','GET',403,0,700,0,1),('207.89.22.100',3478722148,'','http://spectaclesfree.com/test3/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','FdRxKhmGyoZVE4nWU51T2uNe',0,1548577836.9220,357,'','GET',403,0,700,0,1),('207.89.22.100',3478722148,'','http://spectaclesfree.com/test3/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','CpS12efAa9Fnx8igbkYVuTEq',0,1548577837.9770,350,'','GET',403,0,700,0,1),('207.89.22.100',3478722148,'','http://spectaclesfree.com/wordpress1/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','oHFDxz2vp6OBCtme5kYWa3NG',0,1548577839.0470,346,'','GET',403,0,700,0,1),('207.89.22.100',3478722148,'','http://spectaclesfree.com/wordpress1/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','nONoxMGLbl4FuItPz6yEmjQB',0,1548577840.0870,348,'','GET',403,0,700,0,1),('207.89.22.100',3478722148,'','http://spectaclesfree.com/wordpress/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','6zKFPbZEnqOJ5N0lwksB7tUS',0,1548577841.1280,341,'','GET',403,0,700,0,1),('207.89.22.100',3478722148,'','http://spectaclesfree.com/wordpress/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','ZTerRLDIqK98GOySczAtbCNP',0,1548577842.1550,364,'','GET',403,0,700,0,1),('207.89.22.100',3478722148,'','http://spectaclesfree.com/wp/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','VP3LjQmil9fIHSygRez5GA2b',0,1548577843.2220,362,'','GET',403,0,700,0,1),('207.89.22.100',3478722148,'','http://spectaclesfree.com/wp/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','OzZ0KLG5BWIg7FdQ8qpRP6Y1',0,1548577844.2740,354,'','GET',403,0,700,0,1),('207.89.22.100',3478722148,'','http://spectaclesfree.com/test2/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','PYJoQcaWdteTD7Uh0qxgK9fH',0,1548577845.3140,355,'','GET',403,0,700,0,1),('207.89.22.100',3478722148,'','http://spectaclesfree.com/test2/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','uYQBd59ipG7LFMUChx4tKJT1',0,1548577846.3540,351,'','GET',403,0,700,0,1),('207.89.22.100',3478722148,'','http://spectaclesfree.com/wordpress2/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','nAlZpg9DJov4ULaHyIO3B7XC',0,1548577847.4080,347,'','GET',403,0,700,0,1),('207.89.22.100',3478722148,'','http://spectaclesfree.com/wordpress2/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','qESiTt487zNvKQLrWohO6CYk',0,1548577848.4400,338,'','GET',403,0,700,0,1),('207.89.22.100',3478722148,'','http://spectaclesfree.com/test/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','sP5mZgzdy0ipLq716TfSC82W',0,1548577849.5910,359,'','GET',403,0,700,0,1),('207.89.22.100',3478722148,'','http://spectaclesfree.com/test/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','WfbS1JBvx47P8tUkmLcXuDN5',0,1548577850.6340,354,'','GET',403,0,700,0,1),('69.12.72.186',1158432954,'','http://www.spectaclesfree.com/wp-content/plugins/apikey/apikey.php?test=hello','','a:2:{i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36\";i:2;s:77:\"http://www.spectaclesfree.com/wp-content/plugins/apikey/apikey.php?test=hello\";}','ZN4YKgEWzaqoVtp8bjd2eMCG',0,1548597358.3350,373,'','GET',403,0,700,0,1),('192.227.108.107',3236129899,'','http://SPECTACLESFREE.com/wp/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','u1dpif6ODJoIkKLcbBxy34YS',0,1548601540.6710,391,'','GET',403,0,700,0,1),('193.106.30.98',3244957282,'','http://spectaclesfree.com/assets/images/seo_script.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0\";}','euZ7Erw2gDFJx3kq5B4T9isV',0,1548603465.4360,375,'','POST',403,0,700,0,1),('192.227.116.58',3236131898,'','http://SPECTACLESFREE.com/user/login','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','KemG32LZA14pzgwCBqPsyIl0',0,1548607507.0440,1640,'','GET',404,0,600,0,1),('229.183.248.95',3854039135,'','http://spectaclesfree.com//wp-login.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','9K4czNjZLbuRp6PC2OlQ71vs',0,1548609312.8810,1185,'','GET',404,0,600,0,1),('192.227.114.132',3236131460,'','http://SPECTACLESFREE.com/wordpress/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','GL1fnIWz3HbjXch4ZATD5J2w',0,1548618805.8770,360,'','GET',403,0,700,0,1),('64.71.78.166',1078415014,'','http://SPECTACLESFREE.com/blog/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','cRAhBpmyXECFxHbSdML8oqa7',0,1548635870.3140,366,'','GET',403,0,700,0,1),('77.72.85.14',1296585998,'','http://spectaclesfree.com/wp-content/plugins/dc-woocommerce-multi-vendor/readme.txt','','a:1:{i:1;s:77:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0\";}','CxiI2qeElwWs1gHOcKQjrXh6',0,1548637545.2150,1493,'','GET',404,0,600,0,1),('104.167.6.90',1755776602,'','http://SPECTACLESFREE.com/dev/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','k6GB1EZ470wzLh8CxDsuynrH',0,1548651416.7940,381,'','GET',403,0,700,0,1),('193.106.30.98',3244957282,'','http://spectaclesfree.com/phqmv.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0\";}','P9M702NydObsT5JZtDGW6rQI',0,1548659013.7450,399,'','POST',403,0,700,0,1),('46.209.160.157',785490077,'','http://spectaclesfree.com/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','OmckRFnNq35ULldVgD6AxiPI',0,1548667267.2700,730,'','GET',404,0,600,0,1),('193.106.30.98',3244957282,'','http://spectaclesfree.com/phqmv.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0\";}','vG7cYBZU06w3lgLshmOACJyf',0,1548674232.4840,377,'','GET',403,0,700,0,1),('46.4.64.141',772030605,'','http://spectaclesfree.com/wp-includes/pomo/mini.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','UVK9C0H5NAPGaFkgd6hoBbJc',0,1548678173.3630,379,'','GET',403,0,700,0,1),('50.63.147.13',843027213,'','http://spectaclesfree.com/wp-content/uploads/2019/01/content-post.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','mgh7WjMY2t3VFkZyRErTaPdo',0,1548678578.8050,383,'','GET',403,0,700,0,1),('211.149.209.43',3549810987,'','http://spectaclesfree.com/wp-content/plugins/jetpack/wp-blogs.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','aTSQPfIvBCMD5YcU8mlkrNiy',0,1548678591.8250,373,'','GET',403,0,700,0,1),('211.149.209.43',3549810987,'','http://spectaclesfree.com/wp-content/plugins/jetpack/wp-blogs.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','uLbzgcWx4GUTkX76wZ8t1ohJ',0,1548678593.4700,350,'','GET',403,0,700,0,1),('69.12.72.162',1158432930,'','http://www.spectaclesfree.com/wp-content/plugins/ubh/up.php','','a:2:{i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36\";i:2;s:59:\"http://www.spectaclesfree.com/wp-content/plugins/ubh/up.php\";}','dN9ibsolAWU7Z1B6JykYEtS4',0,1548683283.5680,364,'','GET',403,0,700,0,1),('8.30.124.149',136215701,'','http://SPECTACLESFREE.com/1/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','g5OGflenZpH9oYBDrV2R4SA7',0,1548688998.9700,380,'','GET',403,0,700,0,1),('193.106.30.98',3244957282,'','http://spectaclesfree.com/wp-includes/js/tinymce/global.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0\";}','JhY8qM1lNdySEIKsrc7wDkRF',0,1548715183.6400,371,'','POST',403,0,700,0,1),('196.17.198.127',3289499263,'','http://spectaclesfree.com/','','a:2:{i:1;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\";i:2;s:25:\"http://spectaclesfree.com\";}','nLd31SNrWsZp07OhVivkHPyB',0,1548717645.7480,789,'','POST',200,0,600,0,1),('193.201.224.225',3251232993,'','http://spectaclesfree.com/wp-login.php','','a:1:{i:1;s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";}','5S0kME3Zn7dHCRKiTOJ4p1ot',0,1548717665.0970,837,'','GET',404,0,600,0,1),('130.0.30.153',2181045913,'','http://spectaclesfree.com/wp-login.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0\";}','gNEDtUzGTwM5Chx2ZjPHsIFQ',0,1548723031.4780,798,'','GET',404,0,600,0,1),('130.0.30.153',2181045913,'','http://spectaclesfree.com/wp-login.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0\";}','vps6OBcwgxWUZfuQ5lrATdaH',0,1548723034.3600,783,'','POST',404,0,600,0,1),('59.44.47.106',992751466,'','http://spectaclesfree.com/wp-login.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0\";}','tIaQVloLvPhJs38mdnKC5fSb',0,1548723637.1250,961,'','GET',404,0,600,0,1),('59.44.47.106',992751466,'','http://spectaclesfree.com/wp-login.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0\";}','xIUW16BH0YmnTlO7PVCk9oJs',0,1548723641.9360,940,'','POST',404,0,600,0,1),('109.236.52.95',1844196447,'','http://spectaclesfree.com/contact/','','a:2:{i:1;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36\";i:2;s:34:\"http://spectaclesfree.com/contact/\";}','HbL9rMhgQj7Rk2vmZEtOPG6J',0,1548725852.8000,7227,'','POST',200,348,601,0,1),('118.182.213.21',1991693589,'','http://spectaclesfree.com/wp-login.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0\";}','Que0goOTCX3r2vpkVMIbzAZ6',0,1548726605.3200,1207,'','GET',404,0,600,0,1),('118.182.213.21',1991693589,'','http://spectaclesfree.com/wp-login.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0\";}','z8D5J6ogOCrqBhNfkIRi7HcT',0,1548726610.4650,1180,'','POST',404,0,600,0,1),('193.106.30.98',3244957282,'','http://spectaclesfree.com/cod.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0\";}','14CEk3sgY9qNxlXt5JSWuVmK',0,1548769672.5180,377,'','POST',403,0,700,0,1),('31.184.238.20',532213268,'','http://spectaclesfree.com/yt.php','','a:2:{i:1;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";i:2;s:32:\"http://spectaclesfree.com/yt.php\";}','MYVj4Fdon59GX1Pmvu0rJhAK',0,1548776634.2570,502,'','POST',403,0,700,0,1),('196.17.117.193',3289478593,'','http://spectaclesfree.com/','','a:2:{i:1;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\";i:2;s:25:\"http://spectaclesfree.com\";}','TOMd83PS1Z6GmHoKwfj2ezUp',0,1548777301.6890,741,'','POST',200,0,600,0,1),('47.92.101.198',794584518,'','http://spectaclesfree.com/joomla','','','UeNnAFw1lSQLYcDMOvg7o2ay',0,1548789494.7060,1892,'','GET',404,0,600,0,1),('5.45.65.152',86851992,'','http://spectaclesfree.com//wp-content/plugins/wp-special-textboxes/stb-uploader.php','','a:1:{i:1;s:153:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 (.NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)\";}','osYF8cmAEvjaLdDIkZ49JwMG',0,1548796840.3500,366,'','GET',403,0,700,0,1),('47.92.101.198',794584518,'','http://spectaclesfree.com/joomla/','','','gQkP3OzlvG0MXn57wTtKJf8s',0,1548798969.0360,1241,'','GET',404,0,600,0,1),('31.184.238.20',532213268,'','http://spectaclesfree.com/wp-content/plugins/temp.php','','a:2:{i:1;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";i:2;s:53:\"http://spectaclesfree.com/wp-content/plugins/temp.php\";}','0og7kBFRiSn4l5td3zyrfqZQ',0,1548801912.1530,524,'','POST',403,0,700,0,1),('193.106.30.98',3244957282,'','http://spectaclesfree.com/brandtalk/administrator/component/w6360n.php.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0\";}','Jejdwgma0YoA8V59UzMLyRCH',0,1548826104.9800,381,'','POST',403,0,700,0,1),('213.152.161.74',3583549770,'','http://spectaclesfree.com/xmlrpc.php','','a:1:{i:1;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36\";}','B8E2VYMusfPiqgewyQcWdD3I',0,1548829375.9240,471,'','GET',405,0,515,0,1),('213.152.161.74',3583549770,'','http://spectaclesfree.com/?author=2','','a:1:{i:1;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36\";}','Z8ckSP1TyuLxfCI0iGol3mAz',0,1548829378.9910,845,'','GET',404,0,600,0,1),('213.152.161.74',3583549770,'','http://spectaclesfree.com/?author=3','','a:1:{i:1;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36\";}','jDH3ci8YN90Ttef7ElZbqFwQ',0,1548829380.3680,868,'','GET',404,0,600,0,1),('188.166.116.17',3165025297,'','http://spectaclesfree.com/installer.php','','a:1:{i:1;s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0\";}','ZSFDeJIkLs6chwxXzPUNmK41',0,1548845402.1360,363,'','GET',403,0,700,0,1),('188.166.116.17',3165025297,'','http://spectaclesfree.com/wp-snapshots/installer-backup.php','','a:1:{i:1;s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0\";}','l6efTapIBoNKWHtsDbXLqAgV',0,1548845405.3350,349,'','GET',403,0,700,0,1),('188.166.116.17',3165025297,'','http://spectaclesfree.com/adm.php','','a:1:{i:1;s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0\";}','JvVgzq1LOIrYsD6NAmHw2bTU',0,1548845432.8890,348,'','GET',403,0,700,0,1),('188.166.116.17',3165025297,'','http://spectaclesfree.com/','','a:1:{i:1;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36\";}','CRBgE4eSAmrPkFTKvq2fXYop',0,1548845488.4990,804,'','POST',200,0,600,0,1),('188.166.116.17',3165025297,'','http://spectaclesfree.com/installer.php','','a:1:{i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\";}','AgYG2oPFsNdRWZ5qBJVE01xy',0,1548845496.3380,350,'','POST',403,0,700,0,1),('188.166.116.17',3165025297,'','http://spectaclesfree.com/installer-backup.php','','a:1:{i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\";}','WwzFp5K1cBrLiZMOf4RQAXJo',0,1548845496.9280,357,'','POST',403,0,700,0,1),('188.166.116.17',3165025297,'','http://spectaclesfree.com/wp-login.php?action=register','','a:1:{i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\";}','Dg53Qp8MEv7ejqJoVZ02zTrL',0,1548845498.0260,622,'','POST',404,0,600,0,1),('97.74.228.115',1632298099,'','http://spectaclesfree.com/blog/xmlrpc.php','','a:1:{i:1;s:92:\"Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8\";}','ibsHuFK5Y70n6t93PQXy81pv',0,1548846784.9630,368,'','POST',403,0,700,0,1),('97.74.228.115',1632298099,'','http://spectaclesfree.com/xmlrpc.php','','a:1:{i:1;s:92:\"Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8\";}','vlm1e5dQcaY4rLJh2tWGIbTO',0,1548846784.9560,535,'','POST',404,0,515,0,1),('185.253.96.204',3120390348,'','http://spectaclesfree.com/contact/','','a:2:{i:1;s:102:\"Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";i:2;s:34:\"http://spectaclesfree.com/contact/\";}','uXe5YfsjroGtTzhNBgQ7lmRq',0,1548852127.5090,7654,'','POST',200,348,601,0,1),('69.12.72.186',1158432954,'','http://www.spectaclesfree.com/wp-content/plugins/linklove/linklove.php?s','','a:2:{i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36\";i:2;s:72:\"http://www.spectaclesfree.com/wp-content/plugins/linklove/linklove.php?s\";}','8x2Nk3TswcKnXlvfbtpEmdVW',0,1548871793.6290,385,'','GET',403,0,700,0,1),('89.108.88.240',1500272880,'','http://spectaclesfree.com/admin','','a:1:{i:1;s:81:\"Opera/9.80 (Windows NT 6.1; U; Distribution 00; ru) Presto/2.10.229 Version/11.61\";}','gHDulc8AxEWhTOy4Rr1fJBPI',0,1548876810.7910,823,'','GET',404,0,600,0,1),('193.106.30.98',3244957282,'','http://spectaclesfree.com/wp-content/plugins/caches.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0\";}','SncHYbmiRo19wUNkQCKqxPuJ',0,1548880328.1400,380,'','POST',403,0,700,0,1),('136.49.22.48',2284918320,'','http://spectaclesfree.com/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','m6khJVCSes4NqBnWf9PxQZt5',0,1548880934.3060,599,'','GET',404,0,600,0,1),('5.188.62.5',96222725,'','http://spectaclesfree.com/xmlrpc.php','','a:1:{i:1;s:100:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36\";}','DPgYkTq8JAhif1S3GvLEtldI',0,1548882547.0850,601,'','POST',200,0,515,0,1),('5.188.62.5',96222725,'','http://spectaclesfree.com/?author=2','','a:1:{i:1;s:100:\"Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36\";}','a5LZwbCshtNIUedxulmMoinv',0,1548882550.3210,790,'','GET',404,0,600,0,1),('5.188.62.5',96222725,'','http://spectaclesfree.com/?author=3','','a:1:{i:1;s:100:\"Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36\";}','HfwNnhsrUde04R5Z1bGB8OYc',0,1548882551.4270,793,'','GET',404,0,600,0,1),('5.188.62.5',96222725,'','http://spectaclesfree.com/?author=4','','a:1:{i:1;s:100:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36\";}','w3lOBcW1RyYAMPKG4UXhraVi',0,1548882552.5690,772,'','GET',404,0,600,0,1),('5.188.62.5',96222725,'','http://spectaclesfree.com/?author=5','','a:1:{i:1;s:100:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36\";}','ecMtyRsbXuTmJBSPf3kj4Iz6',0,1548882553.6450,801,'','GET',404,0,600,0,1),('5.188.62.5',96222725,'','http://spectaclesfree.com/?author=6','','a:1:{i:1;s:107:\"Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36\";}','z0x5VqbEn89vkR4heWGYmULw',0,1548882554.7840,806,'','GET',404,0,600,0,1),('5.135.138.188',92768956,'','http://spectaclesfree.com/wp-content/plugins/hello.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36\";i:2;s:24:\"steadyeyecontact.science\";}','nwLYUxIKomVRdeyAFMQZJul4',0,1548894459.8360,377,'','GET',403,0,700,0,1),('178.137.16.151',2995327127,'','http://spectaclesfree.com/wp-content/themes/sketch/404.php','','a:1:{i:1;s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36\";}','ocfzQyik2v7jV1arGtKNXUgZ',0,1548917867.4480,373,'','GET',403,0,700,0,1),('5.135.143.224',92770272,'','http://spectaclesfree.com/wp-content/themes/sst-cafe/db.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36\";i:2;s:18:\"spectaclesfree.com\";}','cd3bRNe1JQ8ioE0FpkGqLKvO',0,1548922500.1120,363,'','GET',403,0,700,0,1),('139.224.114.255',2346742527,'','http://spectaclesfree.com/wp-content/Mhbgf.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','wPYnOFaRjCQIoSGczKWLXD7b',0,1548934214.6030,374,'','GET',403,0,700,0,1),('139.224.114.255',2346742527,'','http://spectaclesfree.com/wp-content/Mhbgf.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','l80GQXF9vL4gViYh6fCxB1w2',0,1548934215.7510,349,'','GET',403,0,700,0,1),('5.135.138.188',92768956,'','http://spectaclesfree.com/wp-content/plugins/hello.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36\";i:2;s:18:\"spectaclesfree.com\";}','s0WH6pGMSxaJEUFh7g9jRPi5',0,1548934469.4770,371,'','GET',403,0,700,0,1),('193.106.30.98',3244957282,'','http://spectaclesfree.com/news.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0\";}','SnODV968hvEc0Ml4etmgd3UQ',0,1548934687.6570,384,'','POST',403,0,700,0,1),('75.98.173.208',1264758224,'','http://spectaclesfree.com/wp-admin/css/colors/blue/wp-console.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','NA7MiID0HKldaoxf9B4jWRwL',0,1548943513.0740,375,'','GET',403,0,700,0,1),('75.98.173.208',1264758224,'','http://spectaclesfree.com/wp-admin/css/colors/blue/wp-console.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','P6gXE73O1kA5nLeU2pYrQ9IV',0,1548943517.0050,352,'','GET',403,0,700,0,1); /*!40000 ALTER TABLE `cerber_traffic` 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_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)), KEY `woo_idx_comment_type` (`comment_type`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=61914 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://spectaclesfree.com','yes'),(2,'home','http://spectaclesfree.com','yes'),(3,'blogname','Spectaclesfree','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','contact@spectaclesfree.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:160:{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: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:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=59&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:15:{i:0;s:13:\"cmb2/init.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:29:\"easy-wp-smtp/easy-wp-smtp.php\";i:3;s:19:\"jetpack/jetpack.php\";i:4;s:15:\"kirki/kirki.php\";i:5;s:39:\"siteorigin-panels/siteorigin-panels.php\";i:6;s:39:\"so-widgets-bundle/so-widgets-bundle.php\";i:7;s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";i:8;s:45:\"woocommerce-services/woocommerce-services.php\";i:9;s:49:\"woocommerce-shortcodes/woocommerce-shortcodes.php\";i:10;s:27:\"woocommerce/woocommerce.php\";i:11;s:23:\"wp-cerber/wp-cerber.php\";i:12;s:33:\"yith-woocommerce-compare/init.php\";i:13;s:36:\"yith-woocommerce-quick-view/init.php\";i:14;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','','no'),(40,'template','kakina','yes'),(41,'stylesheet','kakina','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','38590','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','posts','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:3:{i:1;a:0:{}i:2;a:4:{s:5:\"title\";s:12:\"Subscribe Us\";s:4:\"text\";s:43:\"[contact-form-7 id=\"346\" title=\"Subscribe\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}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:2:{s:45:\"woocommerce-services/woocommerce-services.php\";a:2:{i:0;s:17:\"WC_Connect_Loader\";i:1;s:16:\"plugin_uninstall\";}s:29:\"easy-wp-smtp/easy-wp-smtp.php\";s:22:\"swpsmtp_send_uninstall\";}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','59','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','437','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:109:{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: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:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:19:\"kakina-home-sidebar\";a:3:{i:0;s:32:\"woocommerce_top_rated_products-2\";i:1;s:27:\"woocommerce_rating_filter-5\";i:2;s:26:\"woocommerce_price_filter-3\";}s:20:\"kakina-right-sidebar\";a:6:{i:0;s:32:\"woocommerce_product_categories-3\";i:1;s:27:\"woocommerce_rating_filter-4\";i:2;s:28:\"woocommerce_product_search-2\";i:3;s:26:\"woocommerce_price_filter-2\";i:4;s:11:\"sow-image-2\";i:5;s:6:\"text-2\";}s:19:\"kakina-left-sidebar\";a:0:{}s:18:\"kakina-footer-area\";a:12:{i:0;s:27:\"siteorigin-panels-builder-2\";i:1;s:27:\"siteorigin-panels-builder-3\";i:2;s:27:\"siteorigin-panels-builder-4\";i:3;s:27:\"siteorigin-panels-builder-5\";i:4;s:27:\"siteorigin-panels-builder-6\";i:5;s:27:\"siteorigin-panels-builder-7\";i:6;s:27:\"siteorigin-panels-builder-8\";i:7;s:27:\"siteorigin-panels-builder-9\";i:8;s:28:\"siteorigin-panels-builder-10\";i:9;s:28:\"siteorigin-panels-builder-11\";i:10;s:28:\"siteorigin-panels-builder-12\";i:11;s:28:\"siteorigin-panels-builder-13\";}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:14:{i:1548946800;a:1:{s:15:\"cerber_hourly_2\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1548946866;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:1548947400;a:1:{s:15:\"cerber_hourly_1\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1548947878;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1548962689;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:1548968705;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1548979200;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:1549005889;a:1:{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:1549008000;a:1:{s:12:\"cerber_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:1549011921;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:1549011992;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:1549019325;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:1549281600;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2635200;}}}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:1511949265;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'),(119,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:26:\"contact@spectaclesfree.com\";s:7:\"version\";s:5:\"4.9.3\";s:9:\"timestamp\";i:1517864973;}','no'),(126,'can_compress_scripts','1','no'),(140,'recently_activated','a:0:{}','yes'),(144,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(145,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(146,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(147,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(148,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(157,'current_theme','Kakina','yes'),(158,'theme_mods_ostore','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:22:\"ostore_slider_category\";s:13:\"uncategorized\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1511949592;s:4:\"data\";a:8:{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:\"home_page\";a:0:{}s:12:\"first_footer\";a:0:{}s:13:\"second_footer\";a:0:{}s:12:\"third_footer\";a:0:{}s:12:\"forth_footer\";a:0:{}s:12:\"fifth_footer\";a:0:{}}}}','yes'),(159,'theme_switched','','yes'),(160,'widget_blog_widget_area','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(161,'widget_ostore_service_box_widget_area','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(162,'widget_ostore_banner','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(171,'theme_mods_tc-e-commerce-shop','a:12:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:23;s:32:\"tc_e_commerce_shop_theme_options\";s:11:\"Grid Layout\";s:40:\"tc_e_commerce_shop_slidersettings-page-1\";i:9;s:40:\"tc_e_commerce_shop_slidersettings-page-2\";i:12;s:40:\"tc_e_commerce_shop_slidersettings-page-3\";i:17;s:23:\"tc_e_commerce_shop_mail\";s:26:\"contact@spectaclesfree.com\";s:23:\"tc_e_commerce_shop_call\";s:12:\"770-623-2784\";s:40:\"tc_e_commerce_shop_slidersettings-page-4\";i:27;s:41:\"tc_e_commerce_shop_servicesettings-page-0\";i:31;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1512019076;s:4:\"data\";a:8:{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:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}}}}','yes'),(196,'woocommerce_store_address','3645 Peachtree Industrial Blvd, Duluth, GA 30096','yes'),(197,'woocommerce_store_address_2','3645 Peachtree Industrial Blvd, Duluth, GA 30096','yes'),(198,'woocommerce_store_city','Georgia','yes'),(199,'woocommerce_default_country','US:GA','yes'),(200,'woocommerce_store_postcode','30096','yes'),(201,'woocommerce_allowed_countries','all','yes'),(202,'woocommerce_all_except_countries','','yes'),(203,'woocommerce_specific_allowed_countries','','yes'),(204,'woocommerce_ship_to_countries','','yes'),(205,'woocommerce_specific_ship_to_countries','','yes'),(206,'woocommerce_default_customer_address','geolocation','yes'),(207,'woocommerce_calc_taxes','no','yes'),(208,'woocommerce_demo_store','no','yes'),(209,'woocommerce_demo_store_notice','This is a demo store for testing purposes — no orders shall be fulfilled.','no'),(210,'woocommerce_currency','USD','yes'),(211,'woocommerce_currency_pos','left','yes'),(212,'woocommerce_price_thousand_sep',',','yes'),(213,'woocommerce_price_decimal_sep','.','yes'),(214,'woocommerce_price_num_decimals','2','yes'),(215,'woocommerce_weight_unit','oz','yes'),(216,'woocommerce_dimension_unit','in','yes'),(217,'woocommerce_enable_reviews','yes','yes'),(218,'woocommerce_review_rating_verification_label','yes','no'),(219,'woocommerce_review_rating_verification_required','no','no'),(220,'woocommerce_enable_review_rating','yes','yes'),(221,'woocommerce_review_rating_required','yes','no'),(222,'woocommerce_shop_page_id','31','yes'),(223,'woocommerce_shop_page_display','','yes'),(224,'woocommerce_category_archive_display','','yes'),(225,'woocommerce_default_catalog_orderby','menu_order','yes'),(226,'woocommerce_cart_redirect_after_add','no','yes'),(227,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(228,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";i:1;}','yes'),(229,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:4:\"crop\";i:1;}','yes'),(230,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"180\";s:6:\"height\";s:3:\"180\";s:4:\"crop\";i:1;}','yes'),(231,'woocommerce_manage_stock','yes','yes'),(232,'woocommerce_hold_stock_minutes','60','no'),(233,'woocommerce_notify_low_stock','yes','no'),(234,'woocommerce_notify_no_stock','yes','no'),(235,'woocommerce_stock_email_recipient','contact@spectaclesfree.com','no'),(236,'woocommerce_notify_low_stock_amount','2','no'),(237,'woocommerce_notify_no_stock_amount','0','yes'),(238,'woocommerce_hide_out_of_stock_items','no','yes'),(239,'woocommerce_stock_format','','yes'),(240,'woocommerce_file_download_method','force','no'),(241,'woocommerce_downloads_require_login','no','no'),(242,'woocommerce_downloads_grant_access_after_payment','yes','no'),(243,'woocommerce_prices_include_tax','no','yes'),(244,'woocommerce_tax_based_on','shipping','yes'),(245,'woocommerce_shipping_tax_class','inherit','yes'),(246,'woocommerce_tax_round_at_subtotal','no','yes'),(247,'woocommerce_tax_classes','Reduced rate\nZero rate','yes'),(248,'woocommerce_tax_display_shop','excl','yes'),(249,'woocommerce_tax_display_cart','excl','no'),(250,'woocommerce_price_display_suffix','','yes'),(251,'woocommerce_tax_total_display','itemized','no'),(252,'woocommerce_enable_shipping_calc','yes','no'),(253,'woocommerce_shipping_cost_requires_address','no','no'),(254,'woocommerce_ship_to_destination','billing','no'),(255,'woocommerce_shipping_debug_mode','no','no'),(256,'woocommerce_enable_coupons','yes','yes'),(257,'woocommerce_calc_discounts_sequentially','no','no'),(258,'woocommerce_enable_guest_checkout','yes','no'),(259,'woocommerce_force_ssl_checkout','no','yes'),(260,'woocommerce_unforce_ssl_checkout','no','yes'),(261,'woocommerce_cart_page_id','32','yes'),(262,'woocommerce_checkout_page_id','33','yes'),(263,'woocommerce_terms_page_id','','no'),(264,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(265,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(266,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(267,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(268,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(269,'woocommerce_myaccount_page_id','34','yes'),(270,'woocommerce_enable_signup_and_login_from_checkout','yes','no'),(271,'woocommerce_enable_myaccount_registration','no','no'),(272,'woocommerce_enable_checkout_login_reminder','yes','no'),(273,'woocommerce_registration_generate_username','yes','no'),(274,'woocommerce_registration_generate_password','no','no'),(275,'woocommerce_myaccount_orders_endpoint','orders','yes'),(276,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(277,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(278,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(279,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(280,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(281,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(282,'woocommerce_logout_endpoint','customer-logout','yes'),(283,'woocommerce_email_from_name','spectacles','no'),(284,'woocommerce_email_from_address','contact@spectaclesfree.com','no'),(285,'woocommerce_email_header_image','','no'),(286,'woocommerce_email_footer_text','spectacles','no'),(287,'woocommerce_email_base_color','#96588a','no'),(288,'woocommerce_email_background_color','#f7f7f7','no'),(289,'woocommerce_email_body_background_color','#ffffff','no'),(290,'woocommerce_email_text_color','#3c3c3c','no'),(291,'woocommerce_api_enabled','yes','yes'),(292,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(297,'woocommerce_admin_notices','a:1:{i:0;s:6:\"update\";}','yes'),(298,'_transient_woocommerce_webhook_ids','a:0:{}','yes'),(299,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(300,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(301,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(302,'widget_woocommerce_price_filter','a:3:{i:2;a:1:{s:5:\"title\";s:15:\"Filter by price\";}i:3;a:1:{s:5:\"title\";s:15:\"Filter by price\";}s:12:\"_multiwidget\";i:1;}','yes'),(303,'widget_woocommerce_product_categories','a:2:{i:3;a:8:{s:5:\"title\";s:18:\"Product categories\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";i:0;s:5:\"count\";i:0;s:12:\"hierarchical\";i:1;s:18:\"show_children_only\";i:0;s:10:\"hide_empty\";i:0;s:9:\"max_depth\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(304,'widget_woocommerce_product_search','a:2:{i:2;a:1:{s:5:\"title\";s:14:\"Product Search\";}s:12:\"_multiwidget\";i:1;}','yes'),(305,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(306,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(307,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(308,'widget_woocommerce_top_rated_products','a:2:{i:2;a:2:{s:5:\"title\";s:18:\"Top rated products\";s:6:\"number\";i:11;}s:12:\"_multiwidget\";i:1;}','yes'),(309,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(310,'widget_woocommerce_rating_filter','a:3:{i:4;a:1:{s:5:\"title\";s:14:\"Average rating\";}i:5;a:1:{s:5:\"title\";s:14:\"Average rating\";}s:12:\"_multiwidget\";i:1;}','yes'),(313,'woocommerce_meta_box_errors','a:0:{}','yes'),(320,'woocommerce_product_type','both','yes'),(321,'woocommerce_allow_tracking','yes','yes'),(322,'woocommerce_tracker_last_send','1548401322','yes'),(324,'woocommerce_stripe_settings','a:3:{s:7:\"enabled\";s:3:\"yes\";s:14:\"create_account\";N;s:5:\"email\";s:26:\"contact@spectaclesfree.com\";}','yes'),(325,'woocommerce_braintree_paypal_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','yes'),(326,'woocommerce_paypal_settings','a:2:{s:7:\"enabled\";s:2:\"no\";s:5:\"email\";b:0;}','yes'),(335,'woocommerce_setup_domestic_live_rates_zone','1','no'),(336,'_transient_shipping-transient-version','1511957876','yes'),(337,'woocommerce_setup_intl_live_rates_zone','1','no'),(340,'jetpack_activated','1','yes'),(343,'jetpack_activation_source','a:2:{i:0;s:7:\"unknown\";i:1;N;}','yes'),(344,'jetpack_sync_settings_disable','0','yes'),(347,'jetpack_available_modules','a:1:{s:3:\"5.8\";a:43:{s:18:\"after-the-deadline\";s:3:\"1.1\";s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:16:\"google-analytics\";s:3:\"4.5\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:11:\"lazy-images\";s:5:\"5.6.0\";s:5:\"likes\";s:3:\"2.2\";s:6:\"manage\";s:3:\"3.4\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"masterbar\";s:3:\"4.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:3:\"pwa\";s:5:\"5.6.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:7:\"wordads\";s:5:\"4.5.0\";}}','yes'),(348,'jetpack_options','a:2:{s:7:\"version\";s:16:\"5.5.1:1511957878\";s:11:\"old_version\";s:16:\"5.5.1:1511957878\";}','yes'),(351,'do_activate','0','yes'),(356,'_transient_product_query-transient-version','1512119845','yes'),(376,'siteorigin_panels_settings','a:0:{}','yes'),(377,'siteorigin_panels_initial_version','2.5.16','no'),(378,'siteorigin_panels_active_version','2.6.2','yes'),(379,'widget_siteorigin-panels-post-content','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(380,'widget_siteorigin-panels-postloop','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(381,'widget_siteorigin-panels-builder','a:13:{i:2;a:2:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:423:\"<p><img class=\"size-medium wp-image-344 aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/12/d111-300x253.jpg\" alt=\"\" width=\"300\" height=\"253\" /></p>\n<h3 style=\"color: black; text-align: center;\">Customer<br />Favorites</h3>\n<center><a style=\"color: #e615a0; font-size: 20px; font-weight: 900;\" href=\"http://www.zennioptical.com/our-customer-favorites\" target=\"_blank\" rel=\"noopener\">Shop Now</a></center>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20c444d696c\";s:19:\"_sow_form_timestamp\";s:13:\"1512101486698\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e082d21e-47db-41e4-af0a-83057876795a\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:19:\"10px 10px 10px 10px\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:6:\"center\";s:12:\"border_color\";s:7:\"#d8d8d8\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20df1a96251\";}i:3;a:2:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:434:\"<p><img class=\"size-medium wp-image-330 aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/12/d2-300x253.jpg\" alt=\"\" width=\"300\" height=\"253\" /></p>\n<h3 style=\"color: black; text-align: center;\">Elevated Style:<br /> Premium Sunglasses</h3>\n<center><a style=\"color: #e615a0; font-size: 20px; font-weight: 900;\" href=\"http://www.zennioptical.com/premium-sunglasses\" target=\"_blank\" rel=\"noopener\">Shop Now</a></center>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20ca612e8a9\";s:19:\"_sow_form_timestamp\";s:13:\"1512099317950\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6a26244e-914d-4701-91d3-c9e8cf7d6fef\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:19:\"10px 10px 10px 10px\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:7:\"#d8d8d8\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20e03a3dbe1\";}i:4;a:2:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:441:\"<img class=\"size-medium wp-image-334 aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/12/d3-300x253.jpg\" alt=\"\" width=\"300\" height=\"253\" />\n<h3 style=\"color: black; text-align: center;\">See Our State-Of-The-Art Optics</h3>\n<center><a style=\"color: #e615a0; font-size: 20px; font-weight: 900;\" href=\"http://www.zennioptical.com/zenni-optical-eyeglass-production-story\" target=\"_blank\" rel=\"noopener\">Learn More</a></center>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20cc08d25f5\";s:19:\"_sow_form_timestamp\";s:13:\"1512099463445\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0c418ae9-5828-4b04-ac81-841b90d83fa7\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:19:\"10px 10px 10px 10px\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";s:0:\"\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:7:\"#d8d8d8\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20df65c5d32\";}i:5;a:2:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p><img class=\"size-medium wp-image-335 aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/12/d4-300x253.jpg\" alt=\"\" width=\"300\" height=\"253\" /></p>\n<h3 style=\"color: black; text-align: center;\">Explore Shop By<br /> Style</h3>\n<center><a style=\"color: #e615a0; font-size: 20px; font-weight: 900;\" href=\"http://www.zennioptical.com/eyeglass-shop-by-style\" target=\"_blank\" rel=\"noopener\">Shop Now</a></center>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20ced4b2131\";s:19:\"_sow_form_timestamp\";s:13:\"1512099716630\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"803851c5-4642-435e-984b-1e22360bcd1a\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:19:\"10px 10px 10px 10px\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:7:\"#d8d8d8\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20df7feebbb\";}i:6;a:2:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:557:\"<img class=\"size-medium wp-image-336 aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/12/d5-300x114.jpg\" alt=\"\" width=\"300\" height=\"114\" />\n<h3 class=\"white margin-bottom30-lg margin-top10-ph margin-top15 margin-bottom20-md margin-bottom30-xs margin-bottom15-sm text-capitalize\" style=\"text-align: center;color:black;\">Rectangle</h3>\n<center><a style=\"color: #e615a0; font-size: 20px; font-weight: 900;\" href=\"http://www.zennioptical.com/eyeglass-shop-by-style/rectangle-glasses\" target=\"_blank\" rel=\"noopener\">Start Shopping</a></center>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d0168f89a\";s:19:\"_sow_form_timestamp\";s:13:\"1512100128279\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2a831cea-36fb-4286-bda1-343bec8e74c0\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:19:\"10px 10px 10px 10px\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:7:\"#d8d8d8\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20dfa3ced42\";}i:7;a:2:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:555:\"<img class=\"size-medium wp-image-337 aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/12/d6-300x115.jpg\" alt=\"\" width=\"300\" height=\"115\" />\n<h3 class=\"white margin-bottom30-lg margin-top10-ph margin-top15 margin-bottom20-md margin-bottom30-xs margin-bottom15-sm text-capitalize\" style=\"text-align: center; color: black;\">Cat-Eye</h3>\n<center><a style=\"color: #e615a0; font-size: 20px; font-weight: 900;\" href=\"http://www.zennioptical.com/eyeglass-shop-by-style/cat-eye-glasses\" target=\"_blank\" rel=\"noopener\">Start Shopping</a></center>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d185c8bba\";s:19:\"_sow_form_timestamp\";s:13:\"1512100287309\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d0e2203f-8362-4e08-81f9-0f0992c34fc3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:19:\"10px 10px 10px 10px\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:7:\"#d8d8d8\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20dfa3397a4\";}i:8;a:2:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:551:\"<img class=\"size-medium wp-image-338 aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/12/d7-300x114.jpg\" alt=\"\" width=\"300\" height=\"114\" />\n<h3 class=\"white margin-bottom30-lg margin-top10-ph margin-top15 margin-bottom20-md margin-bottom30-xs margin-bottom15-sm text-capitalize\" style=\"text-align: center; color: black;\">Round</h3>\n<center><a style=\"color: #e615a0; font-size: 20px; font-weight: 900;\" href=\"http://www.zennioptical.com/eyeglass-shop-by-style/round-glasses\" target=\"_blank\" rel=\"noopener\">Start Shopping</a></center>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d21e2945a\";s:19:\"_sow_form_timestamp\";s:13:\"1512100447636\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b577f50b-2161-4cff-b5db-48a4de9e59ad\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:19:\"10px 10px 10px 10px\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:7:\"#d8d8d8\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20dfb8c6096\";}i:9;a:2:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:558:\"<img class=\"size-medium wp-image-339 aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/12/d8-300x115.jpg\" alt=\"\" width=\"300\" height=\"115\" />\n<h3 class=\"white margin-bottom30-lg margin-top10-ph margin-top15 margin-bottom20-md margin-bottom30-xs margin-bottom15-sm text-capitalize\" style=\"text-align: center; color: black;\">\nBrowline</h3>\n<center><a style=\"color: #e615a0; font-size: 20px; font-weight: 900;\" href=\"http://www.zennioptical.com/eyeglass-shop-by-style/browline-glasses\" target=\"_blank\" rel=\"noopener\">Start Shopping</a></center>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d2a987c66\";s:19:\"_sow_form_timestamp\";s:13:\"1512100621550\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2c9ad109-c25a-4d64-aab7-eec692fefb66\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:19:\"10px 10px 10px 10px\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:7:\"#d8d8d8\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20dfdf1dd22\";}i:10;a:2:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:551:\"<img class=\"size-medium wp-image-340 aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/12/d9-300x114.jpg\" alt=\"\" width=\"300\" height=\"114\" />\n<h3 class=\"white margin-bottom30-lg margin-top10-ph margin-top15 margin-bottom20-md margin-bottom30-xs margin-bottom15-sm text-capitalize\" style=\"text-align: center; color: black;\">Metal</h3>\n<center><a style=\"color: #e615a0; font-size: 20px; font-weight: 900;\" href=\"http://www.zennioptical.com/eyeglass-shop-by-style/metal-glasses\" target=\"_blank\" rel=\"noopener\">Start Shopping</a></center>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d3208633f\";s:19:\"_sow_form_timestamp\";s:13:\"1512100716684\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"feaf9ac5-332d-415b-856e-59a47f8f7721\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:19:\"10px 10px 10px 10px\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:7:\"#d8d8d8\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20dfde0a4c0\";}i:11;a:2:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:558:\"<img class=\"size-medium wp-image-341 aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/12/d10-300x115.jpg\" alt=\"\" width=\"300\" height=\"115\" />\n<h3 class=\"white margin-bottom30-lg margin-top10-ph margin-top15 margin-bottom20-md margin-bottom30-xs margin-bottom15-sm text-capitalize\" style=\"text-align: center; color: black;\">Half-Rim</h3>\n<center><a style=\"color: #e615a0; font-size: 20px; font-weight: 900;\" href=\"http://www.zennioptical.com/eyeglass-shop-by-style/half-rim-glasses\" target=\"_blank\" rel=\"noopener\">Start Shopping</a></center>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d395ea362\";s:19:\"_sow_form_timestamp\";s:13:\"1512100860061\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f56df8ee-44b4-4f30-83df-5c6b1ea7ee5d\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:19:\"10px 10px 10px 10px\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:7:\"#d8d8d8\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20e00046aa9\";}i:12;a:2:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:558:\"<img class=\"size-medium wp-image-342 aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/12/d11-300x114.jpg\" alt=\"\" width=\"300\" height=\"114\" />\n<h3 class=\"white margin-bottom30-lg margin-top10-ph margin-top15 margin-bottom20-md margin-bottom30-xs margin-bottom15-sm text-capitalize\" style=\"text-align: center; color: black;\">Titanium</h3>\n<center><a style=\"color: #e615a0; font-size: 20px; font-weight: 900;\" href=\"http://www.zennioptical.com/eyeglass-shop-by-style/titanium-glasses\" target=\"_blank\" rel=\"noopener\">Start Shopping</a></center>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d45780dde\";s:19:\"_sow_form_timestamp\";s:13:\"1512101039126\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d0b65679-37e6-4901-866e-e8f288dd2437\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:19:\"10px 10px 10px 10px\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:7:\"#d8d8d8\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20dfff948dc\";}i:13;a:2:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:556:\"<img class=\"size-medium wp-image-343 aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/12/d12-300x115.jpg\" alt=\"\" width=\"300\" height=\"115\" />\n<h3 class=\"white margin-bottom30-lg margin-top10-ph margin-top15 margin-bottom20-md margin-bottom30-xs margin-bottom15-sm text-capitalize\" style=\"text-align: center; color: black;\">Rimless</h3>\n<center><a style=\"color: #e615a0; font-size: 20px; font-weight: 900;\" href=\"http://www.zennioptical.com/eyeglass-shop-by-style/rimless-glasses\" target=\"_blank\" rel=\"noopener\">Start Shopping</a></center>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d4e45c2f5\";s:19:\"_sow_form_timestamp\";s:13:\"1512101200782\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6c167a1f-adaa-403b-ada3-2bf72128ab5c\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:19:\"10px 10px 10px 10px\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:7:\"#d8d8d8\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20e017cff10\";}s:12:\"_multiwidget\";i:1;}','yes'),(386,'widget_sow-button','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(387,'widget_sow-google-map','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(388,'widget_sow-image','a:2:{i:2;a:13:{s:5:\"image\";i:276;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:5:\"title\";s:24:\"See Yourself In Any Pair\";s:14:\"title_position\";s:5:\"above\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:31:\"http://spectaclesfree.com/shop/\";s:10:\"full_width\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20a729bbd22\";s:19:\"_sow_form_timestamp\";s:13:\"1512089769248\";s:10:\"new_window\";b:0;s:5:\"bound\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(389,'widget_sow-slider','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(390,'widget_sow-post-carousel','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(391,'widget_sow-editor','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(392,'siteorigin_widget_bundle_version','1.11.4','yes'),(393,'siteorigin_widgets_old_widgets','/var/www/html/wxwpsite/spectaclesfree/wp-content/plugins/so-widgets-bundle/widgets/accordion/accordion.php,/var/www/html/wxwpsite/spectaclesfree/wp-content/plugins/so-widgets-bundle/widgets/button/button.php,/var/www/html/wxwpsite/spectaclesfree/wp-content/plugins/so-widgets-bundle/widgets/cta/cta.php,/var/www/html/wxwpsite/spectaclesfree/wp-content/plugins/so-widgets-bundle/widgets/contact/contact.php,/var/www/html/wxwpsite/spectaclesfree/wp-content/plugins/so-widgets-bundle/widgets/editor/editor.php,/var/www/html/wxwpsite/spectaclesfree/wp-content/plugins/so-widgets-bundle/widgets/features/features.php,/var/www/html/wxwpsite/spectaclesfree/wp-content/plugins/so-widgets-bundle/widgets/google-map/google-map.php,/var/www/html/wxwpsite/spectaclesfree/wp-content/plugins/so-widgets-bundle/widgets/headline/headline.php,/var/www/html/wxwpsite/spectaclesfree/wp-content/plugins/so-widgets-bundle/widgets/hero/hero.php,/var/www/html/wxwpsite/spectaclesfree/wp-content/plugins/so-widgets-bundle/widgets/icon/icon.php,/var/www/html/wxwpsite/spectaclesfree/wp-content/plugins/so-widgets-bundle/widgets/image/image.php,/var/www/html/wxwpsite/spectaclesfree/wp-content/plugins/so-widgets-bundle/widgets/image-grid/image-grid.php,/var/www/html/wxwpsite/spectaclesfree/wp-content/plugins/so-widgets-bundle/widgets/slider/slider.php,/var/www/html/wxwpsite/spectaclesfree/wp-content/plugins/so-widgets-bundle/widgets/layout-slider/layout-slider.php,/var/www/html/wxwpsite/spectaclesfree/wp-content/plugins/so-widgets-bundle/widgets/post-carousel/post-carousel.php,/var/www/html/wxwpsite/spectaclesfree/wp-content/plugins/so-widgets-bundle/widgets/price-table/price-table.php,/var/www/html/wxwpsite/spectaclesfree/wp-content/plugins/so-widgets-bundle/widgets/simple-masonry/simple-masonry.php,/var/www/html/wxwpsite/spectaclesfree/wp-content/plugins/so-widgets-bundle/widgets/social-media-buttons/social-media-buttons.php,/var/www/html/wxwpsite/spectaclesfree/wp-content/plugins/so-widgets-bundle/widgets/tabs/tabs.php,/var/www/html/wxwpsite/spectaclesfree/wp-content/plugins/so-widgets-bundle/widgets/taxonomy/taxonomy.php,/var/www/html/wxwpsite/spectaclesfree/wp-content/plugins/so-widgets-bundle/widgets/testimonial/testimonial.php,/var/www/html/wxwpsite/spectaclesfree/wp-content/plugins/so-widgets-bundle/widgets/video/video.php','yes'),(475,'woocommerce_tracker_ua','a:7:{i:0;s:113:\"mozilla/5.0 (windows nt 6.1; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36\";i:1;s:113:\"mozilla/5.0 (windows nt 6.1; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.84 safari/537.36\";i:2;s:114:\"mozilla/5.0 (windows nt 6.1; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.108 safari/537.36\";i:3;s:114:\"mozilla/5.0 (windows nt 6.1; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.132 safari/537.36\";i:4;s:114:\"mozilla/5.0 (windows nt 6.1; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/64.0.3282.119 safari/537.36\";i:5;s:114:\"mozilla/5.0 (windows nt 6.1; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/64.0.3282.186 safari/537.36\";i:6;s:113:\"mozilla/5.0 (windows nt 6.1; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/67.0.3396.79 safari/537.36\";}','yes'),(507,'theme_mods_kakina','a:18:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";i:21;}s:18:\"custom_css_post_id\";i:46;s:17:\"wishlist-top-icon\";b:1;s:15:\"background_site\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";}s:16:\"woo_gallery_zoom\";b:1;s:18:\"woo_gallery_slider\";b:1;s:17:\"infobox-text-left\";s:78:\"<p style=\"font-size:18px\"><i class=\"fa fa-mobile fa-1x\"></i>\n770-623-2784</p>\";s:19:\"infobox-text-center\";s:94:\"<p style=\"font-size:18px\"><i class=\"fa fa-envelope fa-1x\"></i> contact@spectaclesfree.com</p>\";s:14:\"kakina_socials\";b:1;s:21:\"twp_social_envelope-o\";s:26:\"contact@spectaclesfree.com\";s:15:\"repeater_slider\";a:5:{i:0;a:2:{s:15:\"kakina_image_id\";i:51;s:10:\"kakina_url\";s:1:\"#\";}i:1;a:2:{s:15:\"kakina_image_id\";i:64;s:10:\"kakina_url\";s:1:\"#\";}i:2;a:2:{s:15:\"kakina_image_id\";i:65;s:10:\"kakina_url\";s:1:\"#\";}i:3;a:2:{s:15:\"kakina_image_id\";i:66;s:10:\"kakina_url\";s:1:\"#\";}i:4;a:2:{s:15:\"kakina_image_id\";i:57;s:10:\"kakina_url\";s:1:\"#\";}}s:21:\"front_page_demo_style\";s:9:\"style-one\";s:19:\"rigth-sidebar-check\";b:1;s:18:\"left-sidebar-check\";b:0;s:17:\"left-sidebar-size\";s:1:\"4\";s:23:\"archive_number_products\";s:2:\"10\";s:11:\"header-logo\";s:62:\"http://spectaclesfree.com/wp-content/uploads/2017/12/logo2.png\";}','yes'),(512,'yit_recently_activated','a:0:{}','yes'),(513,'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'),(514,'widget_yith-woocompare-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(515,'yith_wcwl_wishlist_title','My wishlist on spectacles','yes'),(516,'yith-wcwl-page-id','41','yes'),(517,'yith_wcwl_wishlist_page_id','41','yes'),(518,'yith_wcwl_version','2.1.2','yes'),(519,'yith_wcwl_db_version','2.0.0','yes'),(520,'yith_woocompare_is_button','button','yes'),(521,'yith_woocompare_button_text','Compare','yes'),(522,'yith_woocompare_compare_button_in_product_page','yes','yes'),(523,'yith_woocompare_compare_button_in_products_list','no','yes'),(524,'yith_woocompare_auto_open','yes','yes'),(525,'yith_woocompare_table_text','Compare products','yes'),(526,'yith_woocompare_fields_attrs','all','yes'),(527,'yith_woocompare_price_end','yes','yes'),(528,'yith_woocompare_add_to_cart_end','no','yes'),(529,'yith_woocompare_image_size','a:3:{s:5:\"width\";i:220;s:6:\"height\";i:154;s:4:\"crop\";i:1;}','yes'),(530,'yith_wcqv_general_videobox','a:7:{s:11:\"plugin_name\";s:27:\"YITH WooCommerce Quick View\";s:18:\"title_first_column\";s:30:\"Discover the Advanced Features\";s:24:\"description_first_column\";s:91:\"Upgrade to the PREMIUM VERSION of YITH WooCommerce Quick View to benefit from all features!\";s:5:\"video\";a:3:{s:8:\"video_id\";s:9:\"120573971\";s:15:\"video_image_url\";s:123:\"http://spectaclesfree.com/wp-content/plugins/yith-woocommerce-quick-view/assets/image/video-yith-woocommerce-quick-view.jpg\";s:17:\"video_description\";s:27:\"YITH WooCommerce Quick View\";}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:81:\"https://yithemes.com/themes/plugins/yith-woocommerce-quick-view/?refer_id=1030585\";s:5:\"title\";s:28:\"Get Support and Pro Features\";}}','yes'),(531,'yith-wcqv-enable','yes','yes'),(532,'yith-wcqv-enable-mobile','yes','yes'),(533,'yith-wcqv-button-label','Quick View','yes'),(534,'yith-wcqv-enable-lightbox','yes','yes'),(535,'yith-wcqv-background-modal','#ffffff','yes'),(536,'yith-wcqv-close-color','#cdcdcd','yes'),(537,'yith-wcqv-close-color-hover','#ff0000','yes'),(538,'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:89:\"Upgrade to the PREMIUM VERSION of 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:101:\"http://spectaclesfree.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'),(539,'yith_wcwl_enabled','yes','yes'),(540,'yith_wcwl_redirect_cart','no','yes'),(541,'yith_wcwl_remove_after_add_to_cart','yes','yes'),(542,'yith_wcwl_add_to_wishlist_text','Add to Wishlist','yes'),(543,'yith_wcwl_browse_wishlist_text','Browse Wishlist','yes'),(544,'yith_wcwl_already_in_wishlist_text','The product is already in the wishlist!','yes'),(545,'yith_wcwl_product_added_text','Product added!','yes'),(546,'yith_wcwl_add_to_cart_text','Add to Cart','yes'),(547,'yith_wcwl_price_show','yes','yes'),(548,'yith_wcwl_add_to_cart_show','yes','yes'),(549,'yith_wcwl_stock_show','yes','yes'),(550,'yith_wcwl_show_dateadded','no','yes'),(551,'yith_wcwl_repeat_remove_button','no','yes'),(552,'yith_wcwl_share_fb','yes','yes'),(553,'yith_wcwl_share_twitter','yes','yes'),(554,'yith_wcwl_share_pinterest','yes','yes'),(555,'yith_wcwl_share_googleplus','yes','yes'),(556,'yith_wcwl_share_email','yes','yes'),(557,'yith_wcwl_socials_title','My wishlist on spectacles','yes'),(558,'yith_wcwl_socials_text','','yes'),(559,'yith_wcwl_socials_image_url','','yes'),(560,'yith_wfbt_enable_integration','yes','yes'),(561,'yith_wcwl_use_button','no','yes'),(562,'yith_wcwl_custom_css','','yes'),(563,'yith_wcwl_frontend_css','yes','yes'),(564,'yith_wcwl_rounded_corners','yes','yes'),(565,'yith_wcwl_add_to_wishlist_icon','none','yes'),(566,'yith_wcwl_add_to_cart_icon','fa-shopping-cart','yes'),(567,'yith_woocompare_fields','a:9:{s:5:\"image\";b:1;s:5:\"title\";b:1;s:5:\"price\";b:1;s:11:\"add-to-cart\";b:1;s:11:\"description\";b:1;s:3:\"sku\";b:1;s:5:\"stock\";b:1;s:6:\"weight\";b:1;s:10:\"dimensions\";b:1;}','yes'),(570,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:0;s:3:\"all\";i:0;s:9:\"moderated\";i:0;s:8:\"approved\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(572,'category_children','a:0:{}','yes'),(588,'_transient_product-transient-version','1512119845','yes'),(764,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:1:{i:0;i:20;}}','yes'),(894,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.0.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1512101605;s:7:\"version\";s:5:\"4.9.1\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(904,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1548928401;s:7:\"checked\";a:1:{s:6:\"kakina\";s:5:\"1.3.1\";}s:8:\"response\";a:1:{s:6:\"kakina\";a:4:{s:5:\"theme\";s:6:\"kakina\";s:11:\"new_version\";s:5:\"1.3.2\";s:3:\"url\";s:36:\"https://wordpress.org/themes/kakina/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/kakina.1.3.2.zip\";}}s:12:\"translations\";a:0:{}}','no'),(919,'swpsmtp_options','a:7:{s:15:\"allowed_domains\";s:24:\"c3BlY3RhY2xlc2ZyZWUuY29t\";s:15:\"from_name_field\";s:14:\"spectaclesfree\";s:16:\"from_email_field\";s:26:\"contact@spectaclesfree.com\";s:14:\"reply_to_email\";s:26:\"contact@spectaclesfree.com\";s:17:\"email_ignore_list\";s:0:\"\";s:13:\"smtp_settings\";a:7:{s:4:\"host\";s:15:\"smtp.Yandex.com\";s:15:\"type_encryption\";s:3:\"ssl\";s:13:\"autentication\";s:3:\"yes\";s:8:\"username\";s:26:\"contact@spectaclesfree.com\";s:8:\"password\";s:20:\"Yjd4M1FWcnhkWTdyWFQ=\";s:12:\"enable_debug\";b:0;s:4:\"port\";s:3:\"465\";}s:19:\"enable_domain_check\";b:0;}','yes'),(927,'smtp_test_mail','a:3:{s:10:\"swpsmtp_to\";s:19:\"aswini@webberax.com\";s:15:\"swpsmtp_subject\";s:2:\"hi\";s:15:\"swpsmtp_message\";s:4:\"test\";}','yes'),(3431,'woocommerce_db_version','3.2.6','yes'),(3437,'yit_plugin_fw_panel_wc_default_options_set','a:3:{s:21:\"yith_woocompare_panel\";b:1;s:15:\"yith_wcqv_panel\";b:1;s:15:\"yith_wcwl_panel\";b:1;}','yes'),(7312,'_cerber_db_errors','','no'),(7313,'cerber_admin_info','<table><tr><td><img style=\"float:left; margin-left:-10px;\" src=\"http://spectaclesfree.com/wp-content/plugins/wp-cerber/assets/icon-128x128.png\"></td><td><h3>Highlights from WP Cerber Security 6.2</h3><ul><li>Protection against (DoS) attacks that exploit recently discovered vulnerability (CVE-2018-6389). The protection mechanism is disabled by default. To enable it navigate to the Hardening tab and enable Block unauthorized access to load-scripts.php and load-styles.php. After enabling this setting a set of security rules will be added to the .htaccess file.</li><li>The Traffic Inspector algorithm detects malformed and double extensions like .php.jpg more precisely</li><li>The access Lists now accept IPv6 addresses in any form. You can enter a shortened IPv6 (short form) or a full IPv6. A full IPv6 will be shortened to the short IPv6 address representation. All existing in access lists IP addresses are converted to the short form.</li><li>Bug fixed: If the WP REST API is blocked, a request with specially malformed URL can bypass protection. Thanks to Tomasz Wasiak.</li><li>Bug fixed: An IPv4 range in the Access Lists might not work as expected, depending on server/site settings.</li></ul> <p style=\"margin-top: 18px; font-weight: bold;\"><a href=\"https://wpcerber.com/?plugin_version=6.2\" target=\"_blank\">Read more on wpcerber.com</a></p> <p style=\"margin-top: 24px;\"><span class=\"dashicons-before dashicons-email-alt\"></span> <a href=\"https://wpcerber.com/subscribe-newsletter/\">Subscribe to Cerber\'s newsletter</a></p>\r\n <p><span class=\"dashicons-before dashicons-twitter\"></span> <a href=\"https://twitter.com/wpcerber\">Follow Cerber on Twitter</a></p>\r\n <p><span class=\"dashicons-before dashicons-facebook\"></span> <a href=\"https://www.facebook.com/wpcerber/\">Follow Cerber on Facebook</a></p>\r\n <p style=\"text-align:right;\">\r\n <input type=\"button\" class=\"button button-primary cerber-dismiss\" value=\" Cool! \"/></p></td></tr></table>','no'),(7314,'cerber-main','a:27:{s:8:\"attempts\";s:1:\"3\";s:6:\"period\";s:2:\"60\";s:7:\"lockout\";s:2:\"60\";s:8:\"agperiod\";s:2:\"24\";s:7:\"aglocks\";s:1:\"2\";s:6:\"aglast\";s:1:\"4\";s:10:\"limitwhite\";s:1:\"1\";s:6:\"notify\";s:1:\"1\";s:5:\"above\";s:1:\"3\";s:5:\"proxy\";s:1:\"1\";s:6:\"subnet\";s:1:\"1\";s:8:\"nonusers\";s:1:\"1\";s:7:\"wplogin\";s:1:\"1\";s:10:\"noredirect\";s:1:\"1\";s:7:\"page404\";s:1:\"0\";s:9:\"loginpath\";s:7:\"backend\";s:9:\"loginnowp\";s:1:\"1\";s:7:\"cilimit\";s:3:\"200\";s:8:\"ciperiod\";s:2:\"30\";s:10:\"ciduration\";s:2:\"60\";s:8:\"cinotify\";s:1:\"1\";s:7:\"keeplog\";s:2:\"30\";s:8:\"ip_extra\";s:1:\"1\";s:9:\"cerberlab\";s:1:\"1\";s:11:\"cerberproto\";s:1:\"0\";s:7:\"usefile\";s:1:\"1\";s:10:\"dateformat\";s:0:\"\";}','no'),(7315,'cerber-hardening','a:9:{s:8:\"stopenum\";s:0:\"\";s:8:\"adminphp\";s:1:\"0\";s:6:\"xmlrpc\";s:1:\"0\";s:7:\"nofeeds\";s:1:\"0\";s:6:\"norest\";s:1:\"0\";s:8:\"restauth\";s:1:\"0\";s:9:\"restwhite\";a:0:{}s:10:\"hashauthor\";s:1:\"0\";s:9:\"cleanhead\";s:0:\"\";}','no'),(7316,'cerber-users','a:5:{s:12:\"reglimit_num\";i:3;s:12:\"reglimit_min\";i:60;s:10:\"prohibited\";a:0:{}s:11:\"auth_expire\";s:0:\"\";s:8:\"usersort\";s:0:\"\";}','no'),(7317,'cerber-recaptcha','a:23:{s:8:\"botscomm\";s:1:\"1\";s:7:\"botsreg\";s:1:\"1\";s:7:\"botsany\";s:1:\"1\";s:8:\"botssafe\";s:1:\"1\";s:10:\"botsnoauth\";s:1:\"1\";s:9:\"botswhite\";a:0:{}s:8:\"spamcomm\";s:1:\"0\";s:10:\"trashafter\";s:1:\"7\";s:18:\"trashafter-enabled\";s:1:\"1\";s:7:\"sitekey\";s:40:\"6LdLuUMUAAAAAKUAcvRbdvPR0bCfNmHb6zFVIPr8\";s:9:\"secretkey\";s:40:\"6LdLuUMUAAAAACZTsfhOFQEMyin98hKbSARmjLTj\";s:9:\"invirecap\";s:0:\"\";s:10:\"recaplogin\";s:1:\"1\";s:9:\"recaplost\";s:1:\"1\";s:8:\"recapreg\";s:1:\"1\";s:13:\"recapwoologin\";s:1:\"1\";s:12:\"recapwoolost\";s:1:\"1\";s:11:\"recapwooreg\";s:1:\"1\";s:8:\"recapcom\";s:1:\"1\";s:12:\"recapcomauth\";s:1:\"1\";s:16:\"recaptcha-period\";s:2:\"60\";s:16:\"recaptcha-number\";s:1:\"3\";s:16:\"recaptcha-within\";s:2:\"30\";}','no'),(7318,'cerber-notifications','a:8:{s:5:\"email\";a:1:{i:0;s:26:\"contact@spectaclesfree.com\";}s:9:\"emailrate\";s:2:\"12\";s:7:\"pbtoken\";s:0:\"\";s:8:\"pbdevice\";s:1:\"N\";s:12:\"wreports-day\";s:1:\"1\";s:13:\"wreports-time\";s:1:\"9\";s:12:\"email-report\";a:1:{i:0;s:26:\"contact@spectaclesfree.com\";}s:13:\"enable-report\";s:1:\"1\";}','no'),(7319,'cerber-traffic','a:11:{s:9:\"tienabled\";s:1:\"1\";s:7:\"tiwhite\";s:0:\"\";s:6:\"timode\";s:1:\"1\";s:9:\"tinocrabs\";s:1:\"1\";s:8:\"tifields\";i:0;s:6:\"timask\";s:0:\"\";s:6:\"tihdrs\";i:0;s:6:\"tisenv\";i:0;s:7:\"ticandy\";i:0;s:11:\"tithreshold\";s:0:\"\";s:9:\"tikeeprec\";i:7;}','no'),(7320,'_cerber_up','a:2:{s:1:\"v\";s:3:\"6.2\";s:1:\"t\";i:1519802697;}','no'),(7321,'cerber-groove','cxL79qyt8TefgiHM','no'),(7322,'cerber_admin_message','','no'),(7323,'_cerberkey_','a:2:{i:0;s:32:\"c2e24ccb1b71ab9b7ae2dc9f92c281da\";i:1;i:1517467086;}','no'),(7324,'cerber_admin_notice','','no'),(7325,'_cp_tabs_main','s:69:\"a:3:{s:7:\"Version\";s:3:\"6.1\";s:4:\"time\";i:1517469421;s:4:\"user\";i:1;}\";','no'),(7326,'_cp_tabs_acl','s:69:\"a:3:{s:7:\"Version\";s:3:\"6.1\";s:4:\"time\";i:1517469443;s:4:\"user\";i:1;}\";','no'),(7334,'_cp_tabs_lockouts','s:69:\"a:3:{s:7:\"Version\";s:3:\"6.1\";s:4:\"time\";i:1517467424;s:4:\"user\";i:1;}\";','no'),(7335,'_cp_tabs_activity','s:69:\"a:3:{s:7:\"Version\";s:3:\"6.1\";s:4:\"time\";i:1517469401;s:4:\"user\";i:1;}\";','no'),(7336,'_cerber_subs','a:2:{s:40:\"ac8ec090e198284ccde75d67cb89554cb7961c3f\";a:8:{i:0;a:1:{i:0;s:1:\"5\";}i:1;i:0;i:2;i:0;i:3;i:0;i:4;i:0;i:5;i:0;i:6;i:0;i:7;i:0;}s:40:\"866f7f596b2da13e609e0e2dbd7fc8cd83c87191\";a:8:{i:0;a:1:{i:0;s:1:\"5\";}i:1;i:0;i:2;i:0;i:3;i:0;i:4;i:0;i:5;i:0;i:6;s:1:\"@\";i:7;i:0;}}','no'),(7337,'_cerberlab_','a:3:{s:5:\"nodes\";a:4:{i:6;a:1:{s:4:\"last\";a:6:{i:0;d:0.25275897979736328;i:1;i:0;i:2;s:14:\"No node answer\";i:3;i:1517467324;i:4;s:4:\"http\";i:5;s:19:\"node6.cerberlab.net\";}}i:3;a:1:{s:4:\"last\";a:6:{i:0;d:0.37481904029846191;i:1;s:6:\"Active\";i:2;b:0;i:3;i:1522400260;i:4;s:4:\"http\";i:5;s:11:\"45.76.68.27\";}}i:1;a:1:{s:4:\"last\";a:6:{i:0;d:0.30520081520080566;i:1;s:6:\"Active\";i:2;b:0;i:3;i:1517556835;i:4;s:4:\"http\";i:5;s:14:\"108.61.190.127\";}}i:4;a:1:{s:4:\"last\";a:6:{i:0;d:0.16183996200561523;i:1;s:6:\"Active\";i:2;b:0;i:3;i:1524434843;i:4;s:4:\"http\";i:5;s:13:\"45.76.131.228\";}}}s:4:\"best\";i:4;s:10:\"last_check\";i:1548944412;}','no'),(7340,'_cp_tabs_notifications','s:69:\"a:3:{s:7:\"Version\";s:3:\"6.1\";s:4:\"time\";i:1517467400;s:4:\"user\";i:1;}\";','no'),(7341,'cerber-antibot','a:2:{i:0;a:2:{i:0;a:2:{i:0;s:15:\"uPmfCXlRYxiB-IG\";i:1;s:15:\"tU9MEaFNXs5Q]oz\";}i:1;a:2:{i:0;s:13:\"RFMcPItHkevAg\";i:1;s:13:\"]Uqm9HY*j2unh\";}}i:1;a:4:{i:0;a:2:{i:0;s:8:\"OAlBqWeE\";i:1;s:8:\"XrdbQhka\";}i:1;a:2:{i:0;s:15:\"XdePbJF-VQ_prIC\";i:1;s:15:\"ozYdnrxeK@gZt3L\";}i:2;a:2:{i:0;s:7:\"NBQWnEP\";i:1;s:7:\"O_Uq0e1\";}i:3;a:2:{i:0;s:14:\"VJ_TDPNHIgrtae\";i:1;s:14:\"B9CcZ0riVLvDbO\";}}}','no'),(7989,'_cerber_report','a:2:{i:0;i:1548667340;i:1;b:1;}','no'),(8136,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:4:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.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.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.0.3\";s:7:\"version\";s:5:\"5.0.3\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";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.0.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.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.0.3\";s:7:\"version\";s:5:\"5.0.3\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.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.0.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.0.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.0.2\";s:7:\"version\";s:5:\"5.0.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";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-4.9.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.9.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.9-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.9-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.9.9-partial-3.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.9-rollback-3.zip\";}s:7:\"current\";s:5:\"4.9.9\";s:7:\"version\";s:5:\"4.9.9\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:5:\"4.9.3\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1548927646;s:15:\"version_checked\";s:5:\"4.9.3\";s:12:\"translations\";a:0:{}}','no'),(13717,'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'),(13718,'current_theme_supports_woocommerce','yes','yes'),(13719,'woocommerce_queue_flush_rewrite_rules','no','yes'),(13722,'product_cat_children','a:0:{}','yes'),(13723,'default_product_cat','22','yes'),(13724,'woocommerce_version','3.3.3','yes'),(13727,'wc_stripe_version','4.0.7','yes'),(13729,'cerber-groove-x','a:2:{i:0;s:26:\"Kg2Tl96ZioWCjzDE73VkAmBed5\";i:1;s:26:\"t8xNgK3aqsZkGTL5luBwCSEFdM\";}','no'),(13730,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1548928400;s:8:\"response\";a:14:{s:13:\"cmb2/init.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:18:\"w.org/plugins/cmb2\";s:4:\"slug\";s:4:\"cmb2\";s:6:\"plugin\";s:13:\"cmb2/init.php\";s:11:\"new_version\";s:5:\"2.6.0\";s:3:\"url\";s:35:\"https://wordpress.org/plugins/cmb2/\";s:7:\"package\";s:47:\"https://downloads.wordpress.org/plugin/cmb2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:57:\"https://ps.w.org/cmb2/assets/icon-256x256.png?rev=1081087\";s:2:\"1x\";s:57:\"https://ps.w.org/cmb2/assets/icon-128x128.png?rev=1081087\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/cmb2/assets/banner-1544x500.png?rev=1081087\";s:2:\"1x\";s:59:\"https://ps.w.org/cmb2/assets/banner-772x250.png?rev=1081087\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.0.3\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.1.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:147:\"<p>Read the <a href=\"https://contactform7.com/category/releases/\">release announcement post</a> before upgrading. There is an important notice.</p>\";s:6:\"tested\";s:5:\"5.0.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:29:\"easy-wp-smtp/easy-wp-smtp.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:26:\"w.org/plugins/easy-wp-smtp\";s:4:\"slug\";s:12:\"easy-wp-smtp\";s:6:\"plugin\";s:29:\"easy-wp-smtp/easy-wp-smtp.php\";s:11:\"new_version\";s:5:\"1.3.8\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/easy-wp-smtp/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/easy-wp-smtp.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/easy-wp-smtp/assets/icon-128x128.png?rev=1242044\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/easy-wp-smtp/assets/banner-772x250.png?rev=1650323\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.0.3\";s:12:\"requires_php\";s:3:\"5.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:3:\"6.9\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/jetpack.6.9.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/jetpack/assets/icon-256x256.png?rev=1791404\";s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=1791404\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=1791404\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.0.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:15:\"kirki/kirki.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:19:\"w.org/plugins/kirki\";s:4:\"slug\";s:5:\"kirki\";s:6:\"plugin\";s:15:\"kirki/kirki.php\";s:11:\"new_version\";s:8:\"3.0.35.3\";s:3:\"url\";s:36:\"https://wordpress.org/plugins/kirki/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/kirki.3.0.35.3.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:58:\"https://ps.w.org/kirki/assets/icon-256x256.png?rev=1330852\";s:2:\"1x\";s:50:\"https://ps.w.org/kirki/assets/icon.svg?rev=1330186\";s:3:\"svg\";s:50:\"https://ps.w.org/kirki/assets/icon.svg?rev=1330186\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/kirki/assets/banner-1544x500.png?rev=1330852\";s:2:\"1x\";s:60:\"https://ps.w.org/kirki/assets/banner-772x250.png?rev=1330852\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.0.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:39:\"siteorigin-panels/siteorigin-panels.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:31:\"w.org/plugins/siteorigin-panels\";s:4:\"slug\";s:17:\"siteorigin-panels\";s:6:\"plugin\";s:39:\"siteorigin-panels/siteorigin-panels.php\";s:11:\"new_version\";s:6:\"2.10.0\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/siteorigin-panels/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/siteorigin-panels.2.10.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/siteorigin-panels/assets/icon-256x256.png?rev=1044755\";s:2:\"1x\";s:70:\"https://ps.w.org/siteorigin-panels/assets/icon-128x128.png?rev=1044755\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/siteorigin-panels/assets/banner-772x250.jpg?rev=1044755\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.0.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:39:\"so-widgets-bundle/so-widgets-bundle.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:31:\"w.org/plugins/so-widgets-bundle\";s:4:\"slug\";s:17:\"so-widgets-bundle\";s:6:\"plugin\";s:39:\"so-widgets-bundle/so-widgets-bundle.php\";s:11:\"new_version\";s:6:\"1.14.1\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/so-widgets-bundle/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/so-widgets-bundle.1.14.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/so-widgets-bundle/assets/icon-256x256.png?rev=1044942\";s:2:\"1x\";s:70:\"https://ps.w.org/so-widgets-bundle/assets/icon-128x128.png?rev=1044942\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/so-widgets-bundle/assets/banner-772x250.jpg?rev=1044942\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.0.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:\"3.5.4\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-256x256.png?rev=1440831\";s:2:\"1x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-128x128.png?rev=1440831\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=1629184\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=1629184\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.0.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:45:\"woocommerce-services/woocommerce-services.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:34:\"w.org/plugins/woocommerce-services\";s:4:\"slug\";s:20:\"woocommerce-services\";s:6:\"plugin\";s:45:\"woocommerce-services/woocommerce-services.php\";s:11:\"new_version\";s:6:\"1.18.0\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/woocommerce-services/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/woocommerce-services.1.18.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/woocommerce-services/assets/icon-256x256.png?rev=1910075\";s:2:\"1x\";s:73:\"https://ps.w.org/woocommerce-services/assets/icon-128x128.png?rev=1910075\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/woocommerce-services/assets/banner-1544x500.png?rev=1962920\";s:2:\"1x\";s:75:\"https://ps.w.org/woocommerce-services/assets/banner-772x250.png?rev=1962920\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.0\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:40:\"w.org/plugins/woocommerce-gateway-stripe\";s:4:\"slug\";s:26:\"woocommerce-gateway-stripe\";s:6:\"plugin\";s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";s:11:\"new_version\";s:6:\"4.1.14\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/woocommerce-gateway-stripe/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/woocommerce-gateway-stripe.4.1.14.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/woocommerce-gateway-stripe/assets/icon-256x256.png?rev=1917495\";s:2:\"1x\";s:79:\"https://ps.w.org/woocommerce-gateway-stripe/assets/icon-128x128.png?rev=1917495\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/woocommerce-gateway-stripe/assets/banner-1544x500.png?rev=1917495\";s:2:\"1x\";s:81:\"https://ps.w.org/woocommerce-gateway-stripe/assets/banner-772x250.png?rev=1917495\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.0.3\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:23:\"wp-cerber/wp-cerber.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/wp-cerber\";s:4:\"slug\";s:9:\"wp-cerber\";s:6:\"plugin\";s:23:\"wp-cerber/wp-cerber.php\";s:11:\"new_version\";s:5:\"7.9.7\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/wp-cerber/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-cerber.7.9.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/wp-cerber/assets/icon-256x256.png?rev=1241659\";s:2:\"1x\";s:62:\"https://ps.w.org/wp-cerber/assets/icon-128x128.png?rev=1241659\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:64:\"https://ps.w.org/wp-cerber/assets/banner-772x250.jpg?rev=1237452\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.0.3\";s:12:\"requires_php\";s:3:\"5.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:33:\"yith-woocommerce-compare/init.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:38:\"w.org/plugins/yith-woocommerce-compare\";s:4:\"slug\";s:24:\"yith-woocommerce-compare\";s:6:\"plugin\";s:33:\"yith-woocommerce-compare/init.php\";s:11:\"new_version\";s:5:\"2.3.8\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/yith-woocommerce-compare/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/yith-woocommerce-compare.2.3.8.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:77:\"https://ps.w.org/yith-woocommerce-compare/assets/icon-128x128.jpg?rev=1460909\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/yith-woocommerce-compare/assets/banner-1544x500.jpg?rev=1460909\";s:2:\"1x\";s:79:\"https://ps.w.org/yith-woocommerce-compare/assets/banner-772x250.jpg?rev=1460909\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.0.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:36:\"yith-woocommerce-quick-view/init.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:41:\"w.org/plugins/yith-woocommerce-quick-view\";s:4:\"slug\";s:27:\"yith-woocommerce-quick-view\";s:6:\"plugin\";s:36:\"yith-woocommerce-quick-view/init.php\";s:11:\"new_version\";s:5:\"1.3.6\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/yith-woocommerce-quick-view/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/yith-woocommerce-quick-view.1.3.6.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:80:\"https://ps.w.org/yith-woocommerce-quick-view/assets/icon-128x128.jpg?rev=1460911\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:83:\"https://ps.w.org/yith-woocommerce-quick-view/assets/banner-1544x500.jpg?rev=1460911\";s:2:\"1x\";s:82:\"https://ps.w.org/yith-woocommerce-quick-view/assets/banner-772x250.jpg?rev=1460911\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.0\";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:5:\"2.2.7\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/yith-woocommerce-wishlist/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/yith-woocommerce-wishlist.2.2.7.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:78:\"https://ps.w.org/yith-woocommerce-wishlist/assets/icon-128x128.jpg?rev=1461336\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/yith-woocommerce-wishlist/assets/banner-1544x500.jpg?rev=1461336\";s:2:\"1x\";s:80:\"https://ps.w.org/yith-woocommerce-wishlist/assets/banner-772x250.jpg?rev=1461336\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.0.0\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:49:\"woocommerce-shortcodes/woocommerce-shortcodes.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:36:\"w.org/plugins/woocommerce-shortcodes\";s:4:\"slug\";s:22:\"woocommerce-shortcodes\";s:6:\"plugin\";s:49:\"woocommerce-shortcodes/woocommerce-shortcodes.php\";s:11:\"new_version\";s:5:\"1.0.0\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/woocommerce-shortcodes/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/woocommerce-shortcodes.1.0.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/woocommerce-shortcodes/assets/icon-256x256.png?rev=973535\";s:2:\"1x\";s:74:\"https://ps.w.org/woocommerce-shortcodes/assets/icon-128x128.png?rev=973535\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/woocommerce-shortcodes/assets/banner-1544x500.png?rev=958852\";s:2:\"1x\";s:76:\"https://ps.w.org/woocommerce-shortcodes/assets/banner-772x250.png?rev=958852\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(29335,'_transient__cerberpush_','1','no'),(60333,'_transient_timeout_wc_shipping_method_count_1_1511957876','1550414802','no'),(60334,'_transient_wc_shipping_method_count_1_1511957876','0','no'),(61048,'_transient_timeout_wc_term_counts','1550927246','no'),(61049,'_transient_wc_term_counts','a:5:{i:17;s:1:\"4\";i:16;s:1:\"8\";i:18;s:1:\"4\";i:19;s:1:\"8\";i:22;s:0:\"\";}','no'),(61068,'_transient_timeout_external_ip_address_230.213.149.104','1548948022','no'),(61069,'_transient_external_ip_address_230.213.149.104','162.252.82.178','no'),(61070,'_transient_timeout_external_ip_address_237.177.183.38','1548948150','no'),(61071,'_transient_external_ip_address_237.177.183.38','162.252.82.178','no'),(61072,'_transient_timeout_external_ip_address_245.159.35.64','1548948180','no'),(61073,'_transient_external_ip_address_245.159.35.64','162.252.82.178','no'),(61074,'_transient_timeout_external_ip_address_10.160.213.241','1548948223','no'),(61075,'_transient_external_ip_address_10.160.213.241','162.252.82.178','no'),(61076,'_transient_timeout_external_ip_address_244.253.154.143','1548948923','no'),(61077,'_transient_external_ip_address_244.253.154.143','162.252.82.178','no'),(61078,'_transient_timeout_external_ip_address_232.30.132.119','1548949231','no'),(61079,'_transient_external_ip_address_232.30.132.119','162.252.82.178','no'),(61080,'_transient_timeout_external_ip_address_227.223.234.217','1548949307','no'),(61081,'_transient_external_ip_address_227.223.234.217','162.252.82.178','no'),(61082,'_transient_timeout_external_ip_address_248.114.135.86','1548949340','no'),(61083,'_transient_external_ip_address_248.114.135.86','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(61084,'_transient_timeout_external_ip_address_246.148.74.33','1548949370','no'),(61085,'_transient_external_ip_address_246.148.74.33','162.252.82.178','no'),(61086,'_transient_timeout_external_ip_address_251.213.42.211','1548949439','no'),(61087,'_transient_external_ip_address_251.213.42.211','162.252.82.178','no'),(61088,'_transient_timeout_external_ip_address_10.94.28.203','1548949709','no'),(61089,'_transient_external_ip_address_10.94.28.203','162.252.82.178','no'),(61090,'_transient_timeout_external_ip_address_252.47.197.4','1548949965','no'),(61091,'_transient_external_ip_address_252.47.197.4','162.252.82.178','no'),(61092,'_transient_timeout_external_ip_address_232.232.24.80','1548950254','no'),(61093,'_transient_external_ip_address_232.232.24.80','162.252.82.178','no'),(61095,'_transient_timeout_external_ip_address_250.192.145.243','1548950773','no'),(61096,'_transient_external_ip_address_250.192.145.243','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(61097,'_transient_timeout_external_ip_address_195.238.79.41','1548950863','no'),(61098,'_transient_external_ip_address_195.238.79.41','162.252.82.178','no'),(61099,'_transient_timeout_external_ip_address_237.108.139.158','1548950948','no'),(61100,'_transient_external_ip_address_237.108.139.158','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(61102,'_transient_timeout_external_ip_address_233.37.139.197','1548951052','no'),(61103,'_transient_external_ip_address_233.37.139.197','162.252.82.178','no'),(61104,'_transient_timeout_external_ip_address_243.91.96.146','1548951139','no'),(61105,'_transient_external_ip_address_243.91.96.146','162.252.82.178','no'),(61109,'_transient_timeout_external_ip_address_246.20.144.154','1548951934','no'),(61110,'_transient_external_ip_address_246.20.144.154','162.252.82.178','no'),(61111,'_transient_timeout_external_ip_address_103.241.41.61','1548952142','no'),(61112,'_transient_external_ip_address_103.241.41.61','162.252.82.178','no'),(61113,'_transient_timeout_external_ip_address_246.85.110.186','1548952196','no'),(61114,'_transient_external_ip_address_246.85.110.186','162.252.82.178','no'),(61115,'_transient_timeout_external_ip_address_225.65.118.251','1548952233','no'),(61116,'_transient_external_ip_address_225.65.118.251','162.252.82.178','no'),(61117,'_transient_timeout_external_ip_address_240.22.207.76','1548952310','no'),(61118,'_transient_external_ip_address_240.22.207.76','162.252.82.178','no'),(61119,'_transient_timeout_external_ip_address_249.221.85.86','1548952342','no'),(61120,'_transient_external_ip_address_249.221.85.86','162.252.82.178','no'),(61121,'_transient_timeout_external_ip_address_233.101.219.39','1548952368','no'),(61122,'_transient_external_ip_address_233.101.219.39','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(61123,'_transient_timeout_external_ip_address_233.149.83.205','1548952435','no'),(61124,'_transient_external_ip_address_233.149.83.205','162.252.82.178','no'),(61125,'_transient_timeout_external_ip_address_102.97.115.236','1548952452','no'),(61126,'_transient_external_ip_address_102.97.115.236','162.252.82.178','no'),(61127,'_transient_timeout_external_ip_address_246.30.3.29','1548952464','no'),(61128,'_transient_external_ip_address_246.30.3.29','162.252.82.178','no'),(61129,'_transient_timeout_external_ip_address_244.198.50.22','1548952619','no'),(61130,'_transient_external_ip_address_244.198.50.22','162.252.82.178','no'),(61131,'_transient_timeout_external_ip_address_251.52.88.20','1548952629','no'),(61132,'_transient_external_ip_address_251.52.88.20','162.252.82.178','no'),(61133,'_transient_timeout_external_ip_address_252.231.156.124','1548952652','no'),(61134,'_transient_external_ip_address_252.231.156.124','162.252.82.178','no'),(61135,'_transient_timeout_external_ip_address_234.36.95.53','1548952667','no'),(61136,'_transient_external_ip_address_234.36.95.53','162.252.82.178','no'),(61137,'_transient_timeout_external_ip_address_243.93.45.164','1548952685','no'),(61138,'_transient_external_ip_address_243.93.45.164','162.252.82.178','no'),(61139,'_transient_timeout_external_ip_address_227.30.119.251','1548952723','no'),(61140,'_transient_external_ip_address_227.30.119.251','162.252.82.178','no'),(61141,'_transient_timeout_external_ip_address_100.90.87.45','1548952741','no'),(61142,'_transient_external_ip_address_100.90.87.45','162.252.82.178','no'),(61145,'_transient_timeout_external_ip_address_226.167.85.193','1548952849','no'),(61146,'_transient_external_ip_address_226.167.85.193','162.252.82.178','no'),(61149,'_transient_timeout_external_ip_address_239.172.32.191','1548952967','no'),(61150,'_transient_external_ip_address_239.172.32.191','162.252.82.178','no'),(61151,'_transient_timeout_external_ip_address_234.36.112.141','1548953167','no'),(61152,'_transient_external_ip_address_234.36.112.141','162.252.82.178','no'),(61153,'_transient_timeout_external_ip_address_240.217.248.93','1548953268','no'),(61154,'_transient_external_ip_address_240.217.248.93','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(61155,'_transient_timeout_external_ip_address_228.220.104.249','1548953553','no'),(61156,'_transient_external_ip_address_228.220.104.249','162.252.82.178','no'),(61157,'_transient_timeout_external_ip_address_240.11.40.250','1548953769','no'),(61158,'_transient_external_ip_address_240.11.40.250','162.252.82.178','no'),(61159,'_transient_timeout_external_ip_address_243.11.184.204','1548953967','no'),(61160,'_transient_external_ip_address_243.11.184.204','162.252.82.178','no'),(61163,'_transient_timeout_external_ip_address_244.176.8.247','1548954923','no'),(61164,'_transient_external_ip_address_244.176.8.247','162.252.82.178','no'),(61240,'_transient_timeout_wc_product_loop66341512119845','1551004494','no'),(61241,'_transient_wc_product_loop66341512119845','O:8:\"stdClass\":5:{s:3:\"ids\";a:8:{i:0;i:409;i:1;i:407;i:2;i:406;i:3;i:404;i:4;i:401;i:5;i:399;i:6;i:397;i:7;i:395;}s:5:\"total\";i:8;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:8;s:12:\"current_page\";i:1;}','no'),(61326,'_transient_timeout_sow:cleared','1549090882','no'),(61327,'_transient_sow:cleared','1','no'),(61483,'_transient_timeout_external_ip_address_229.183.248.95','1549214113','no'),(61484,'_transient_external_ip_address_229.183.248.95','162.252.82.178','no'),(61631,'_transient_timeout_external_ip_address_109.236.52.95','1549330623','no'),(61632,'_transient_external_ip_address_109.236.52.95','162.252.82.178','no'),(61800,'_transient_timeout_external_ip_address_185.253.96.204','1549456918','no'),(61801,'_transient_external_ip_address_185.253.96.204','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(61872,'_transient_timeout_wc_related_399','1549002294','no'),(61873,'_transient_wc_related_399','a:1:{s:51:\"limit=4&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=399\";a:7:{i:0;s:3:\"141\";i:1;s:3:\"147\";i:2;s:3:\"152\";i:3;s:3:\"157\";i:4;s:3:\"395\";i:5;s:3:\"397\";i:6;s:3:\"401\";}}','no'),(61874,'_transient_timeout_wc_related_404','1549002296','no'),(61875,'_transient_wc_related_404','a:1:{s:51:\"limit=4&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=404\";a:7:{i:0;s:2:\"72\";i:1;s:2:\"90\";i:2;s:2:\"98\";i:3;s:3:\"106\";i:4;s:3:\"406\";i:5;s:3:\"407\";i:6;s:3:\"409\";}}','no'),(61889,'_site_transient_timeout_theme_roots','1548930200','no'),(61890,'_site_transient_theme_roots','a:2:{s:13:\"demo_template\";s:7:\"/themes\";s:6:\"kakina\";s:7:\"/themes\";}','no'),(61891,'_site_transient_timeout_crb_hourly_1','1548948013','no'),(61892,'_site_transient_crb_hourly_1','14','no'),(61893,'_transient_timeout_jetpack_idc_allowed','1548933797','no'),(61894,'_transient_jetpack_idc_allowed','1','no'),(61905,'_site_transient_timeout_crb_hourly_2','1548946866','no'),(61906,'_site_transient_crb_hourly_2','14','no'),(61912,'_site_transient_timeout_kirki_googlefonts_cache','1548948010','no'),(61913,'_site_transient_kirki_googlefonts_cache','a:848:{s:7:\"ABeeZee\";a:3:{s:5:\"label\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Abel\";a:3:{s:5:\"label\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Abhaya Libre\";a:3:{s:5:\"label\";s:12:\"Abhaya Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Abril Fatface\";a:3:{s:5:\"label\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Aclonica\";a:3:{s:5:\"label\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Acme\";a:3:{s:5:\"label\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Actor\";a:3:{s:5:\"label\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Adamina\";a:3:{s:5:\"label\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Advent Pro\";a:3:{s:5:\"label\";s:10:\"Advent Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Aguafina Script\";a:3:{s:5:\"label\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Akronim\";a:3:{s:5:\"label\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Aladin\";a:3:{s:5:\"label\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Aldrich\";a:3:{s:5:\"label\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Alef\";a:3:{s:5:\"label\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Alegreya\";a:3:{s:5:\"label\";s:8:\"Alegreya\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Alegreya SC\";a:3:{s:5:\"label\";s:11:\"Alegreya SC\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Alegreya Sans\";a:3:{s:5:\"label\";s:13:\"Alegreya Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Alegreya Sans SC\";a:3:{s:5:\"label\";s:16:\"Alegreya Sans SC\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Alex Brush\";a:3:{s:5:\"label\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Alfa Slab One\";a:3:{s:5:\"label\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Alice\";a:3:{s:5:\"label\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Alike\";a:3:{s:5:\"label\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Alike Angular\";a:3:{s:5:\"label\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Allan\";a:3:{s:5:\"label\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Allerta\";a:3:{s:5:\"label\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Allerta Stencil\";a:3:{s:5:\"label\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Allura\";a:3:{s:5:\"label\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Almendra\";a:3:{s:5:\"label\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Almendra Display\";a:3:{s:5:\"label\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Almendra SC\";a:3:{s:5:\"label\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Amarante\";a:3:{s:5:\"label\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Amaranth\";a:3:{s:5:\"label\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Amatic SC\";a:3:{s:5:\"label\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Amethysta\";a:3:{s:5:\"label\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Amiko\";a:3:{s:5:\"label\";s:5:\"Amiko\";s:8:\"variants\";a:3:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Amiri\";a:3:{s:5:\"label\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Amita\";a:3:{s:5:\"label\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Anaheim\";a:3:{s:5:\"label\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Andada\";a:3:{s:5:\"label\";s:6:\"Andada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Andika\";a:3:{s:5:\"label\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Angkor\";a:3:{s:5:\"label\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:24:\"Annie Use Your Telescope\";a:3:{s:5:\"label\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Anonymous Pro\";a:3:{s:5:\"label\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Antic\";a:3:{s:5:\"label\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Antic Didone\";a:3:{s:5:\"label\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Antic Slab\";a:3:{s:5:\"label\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Anton\";a:3:{s:5:\"label\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Arapey\";a:3:{s:5:\"label\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Arbutus\";a:3:{s:5:\"label\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Arbutus Slab\";a:3:{s:5:\"label\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Architects Daughter\";a:3:{s:5:\"label\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Archivo\";a:3:{s:5:\"label\";s:7:\"Archivo\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Archivo Black\";a:3:{s:5:\"label\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Archivo Narrow\";a:3:{s:5:\"label\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Aref Ruqaa\";a:3:{s:5:\"label\";s:10:\"Aref Ruqaa\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Arima Madurai\";a:3:{s:5:\"label\";s:13:\"Arima Madurai\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Arimo\";a:3:{s:5:\"label\";s:5:\"Arimo\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Arizonia\";a:3:{s:5:\"label\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Armata\";a:3:{s:5:\"label\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Arsenal\";a:3:{s:5:\"label\";s:7:\"Arsenal\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Artifika\";a:3:{s:5:\"label\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Arvo\";a:3:{s:5:\"label\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Arya\";a:3:{s:5:\"label\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Asap\";a:3:{s:5:\"label\";s:4:\"Asap\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Asap Condensed\";a:3:{s:5:\"label\";s:14:\"Asap Condensed\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Asar\";a:3:{s:5:\"label\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Asset\";a:3:{s:5:\"label\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Assistant\";a:3:{s:5:\"label\";s:9:\"Assistant\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Astloch\";a:3:{s:5:\"label\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Asul\";a:3:{s:5:\"label\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Athiti\";a:3:{s:5:\"label\";s:6:\"Athiti\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Atma\";a:3:{s:5:\"label\";s:4:\"Atma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Atomic Age\";a:3:{s:5:\"label\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Aubrey\";a:3:{s:5:\"label\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Audiowide\";a:3:{s:5:\"label\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Autour One\";a:3:{s:5:\"label\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Average\";a:3:{s:5:\"label\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Average Sans\";a:3:{s:5:\"label\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Averia Gruesa Libre\";a:3:{s:5:\"label\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Averia Libre\";a:3:{s:5:\"label\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Averia Sans Libre\";a:3:{s:5:\"label\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Averia Serif Libre\";a:3:{s:5:\"label\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Bad Script\";a:3:{s:5:\"label\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Bahiana\";a:3:{s:5:\"label\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Baloo\";a:3:{s:5:\"label\";s:5:\"Baloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Baloo Bhai\";a:3:{s:5:\"label\";s:10:\"Baloo Bhai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Baloo Bhaijaan\";a:3:{s:5:\"label\";s:14:\"Baloo Bhaijaan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Baloo Bhaina\";a:3:{s:5:\"label\";s:12:\"Baloo Bhaina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Baloo Chettan\";a:3:{s:5:\"label\";s:13:\"Baloo Chettan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Baloo Da\";a:3:{s:5:\"label\";s:8:\"Baloo Da\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Baloo Paaji\";a:3:{s:5:\"label\";s:11:\"Baloo Paaji\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Baloo Tamma\";a:3:{s:5:\"label\";s:11:\"Baloo Tamma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Baloo Tammudu\";a:3:{s:5:\"label\";s:13:\"Baloo Tammudu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Baloo Thambi\";a:3:{s:5:\"label\";s:12:\"Baloo Thambi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Balthazar\";a:3:{s:5:\"label\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Bangers\";a:3:{s:5:\"label\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Barlow\";a:3:{s:5:\"label\";s:6:\"Barlow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Barlow Condensed\";a:3:{s:5:\"label\";s:16:\"Barlow Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Barlow Semi Condensed\";a:3:{s:5:\"label\";s:21:\"Barlow Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Barrio\";a:3:{s:5:\"label\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Basic\";a:3:{s:5:\"label\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Battambang\";a:3:{s:5:\"label\";s:10:\"Battambang\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Baumans\";a:3:{s:5:\"label\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bayon\";a:3:{s:5:\"label\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Belgrano\";a:3:{s:5:\"label\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Bellefair\";a:3:{s:5:\"label\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Belleza\";a:3:{s:5:\"label\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"BenchNine\";a:3:{s:5:\"label\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Bentham\";a:3:{s:5:\"label\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Berkshire Swash\";a:3:{s:5:\"label\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Bevan\";a:3:{s:5:\"label\";s:5:\"Bevan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bigelow Rules\";a:3:{s:5:\"label\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Bigshot One\";a:3:{s:5:\"label\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bilbo\";a:3:{s:5:\"label\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Bilbo Swash Caps\";a:3:{s:5:\"label\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"BioRhyme\";a:3:{s:5:\"label\";s:8:\"BioRhyme\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"BioRhyme Expanded\";a:3:{s:5:\"label\";s:17:\"BioRhyme Expanded\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Biryani\";a:3:{s:5:\"label\";s:7:\"Biryani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Bitter\";a:3:{s:5:\"label\";s:6:\"Bitter\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Black Ops One\";a:3:{s:5:\"label\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bokor\";a:3:{s:5:\"label\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Bonbon\";a:3:{s:5:\"label\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Boogaloo\";a:3:{s:5:\"label\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Bowlby One\";a:3:{s:5:\"label\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bowlby One SC\";a:3:{s:5:\"label\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Brawler\";a:3:{s:5:\"label\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Bree Serif\";a:3:{s:5:\"label\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Bubblegum Sans\";a:3:{s:5:\"label\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Bubbler One\";a:3:{s:5:\"label\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Buda\";a:3:{s:5:\"label\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}s:8:\"category\";s:7:\"display\";}s:7:\"Buenard\";a:3:{s:5:\"label\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Bungee\";a:3:{s:5:\"label\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Bungee Hairline\";a:3:{s:5:\"label\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bungee Inline\";a:3:{s:5:\"label\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Bungee Outline\";a:3:{s:5:\"label\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bungee Shade\";a:3:{s:5:\"label\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Butcherman\";a:3:{s:5:\"label\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Butterfly Kids\";a:3:{s:5:\"label\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Cabin\";a:3:{s:5:\"label\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Cabin Condensed\";a:3:{s:5:\"label\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Cabin Sketch\";a:3:{s:5:\"label\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Caesar Dressing\";a:3:{s:5:\"label\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Cagliostro\";a:3:{s:5:\"label\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cairo\";a:3:{s:5:\"label\";s:5:\"Cairo\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Calligraffitti\";a:3:{s:5:\"label\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Cambay\";a:3:{s:5:\"label\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cambo\";a:3:{s:5:\"label\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Candal\";a:3:{s:5:\"label\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Cantarell\";a:3:{s:5:\"label\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Cantata One\";a:3:{s:5:\"label\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Cantora One\";a:3:{s:5:\"label\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Capriola\";a:3:{s:5:\"label\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cardo\";a:3:{s:5:\"label\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Carme\";a:3:{s:5:\"label\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Carrois Gothic\";a:3:{s:5:\"label\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Carrois Gothic SC\";a:3:{s:5:\"label\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Carter One\";a:3:{s:5:\"label\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Catamaran\";a:3:{s:5:\"label\";s:9:\"Catamaran\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Caudex\";a:3:{s:5:\"label\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Caveat\";a:3:{s:5:\"label\";s:6:\"Caveat\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Caveat Brush\";a:3:{s:5:\"label\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:18:\"Cedarville Cursive\";a:3:{s:5:\"label\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Ceviche One\";a:3:{s:5:\"label\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Changa\";a:3:{s:5:\"label\";s:6:\"Changa\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Changa One\";a:3:{s:5:\"label\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chango\";a:3:{s:5:\"label\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Chathura\";a:3:{s:5:\"label\";s:8:\"Chathura\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Chau Philomene One\";a:3:{s:5:\"label\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Chela One\";a:3:{s:5:\"label\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Chelsea Market\";a:3:{s:5:\"label\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chenla\";a:3:{s:5:\"label\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Cherry Cream Soda\";a:3:{s:5:\"label\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Cherry Swash\";a:3:{s:5:\"label\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Chewy\";a:3:{s:5:\"label\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chicle\";a:3:{s:5:\"label\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Chivo\";a:3:{s:5:\"label\";s:5:\"Chivo\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Chonburi\";a:3:{s:5:\"label\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cinzel\";a:3:{s:5:\"label\";s:6:\"Cinzel\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cinzel Decorative\";a:3:{s:5:\"label\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Clicker Script\";a:3:{s:5:\"label\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Coda\";a:3:{s:5:\"label\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:3:\"800\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Coda Caption\";a:3:{s:5:\"label\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Codystar\";a:3:{s:5:\"label\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Coiny\";a:3:{s:5:\"label\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Combo\";a:3:{s:5:\"label\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Comfortaa\";a:3:{s:5:\"label\";s:9:\"Comfortaa\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Coming Soon\";a:3:{s:5:\"label\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Concert One\";a:3:{s:5:\"label\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Condiment\";a:3:{s:5:\"label\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Content\";a:3:{s:5:\"label\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Contrail One\";a:3:{s:5:\"label\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Convergence\";a:3:{s:5:\"label\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Cookie\";a:3:{s:5:\"label\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Copse\";a:3:{s:5:\"label\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Corben\";a:3:{s:5:\"label\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Cormorant\";a:3:{s:5:\"label\";s:9:\"Cormorant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Cormorant Garamond\";a:3:{s:5:\"label\";s:18:\"Cormorant Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Cormorant Infant\";a:3:{s:5:\"label\";s:16:\"Cormorant Infant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Cormorant SC\";a:3:{s:5:\"label\";s:12:\"Cormorant SC\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cormorant Unicase\";a:3:{s:5:\"label\";s:17:\"Cormorant Unicase\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cormorant Upright\";a:3:{s:5:\"label\";s:17:\"Cormorant Upright\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Courgette\";a:3:{s:5:\"label\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Cousine\";a:3:{s:5:\"label\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:8:\"Coustard\";a:3:{s:5:\"label\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Covered By Your Grace\";a:3:{s:5:\"label\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Crafty Girls\";a:3:{s:5:\"label\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Creepster\";a:3:{s:5:\"label\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Crete Round\";a:3:{s:5:\"label\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Crimson Text\";a:3:{s:5:\"label\";s:12:\"Crimson Text\";s:8:\"variants\";a:6:{i:0;s:3:\"600\";i:1;s:9:\"600italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Croissant One\";a:3:{s:5:\"label\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Crushed\";a:3:{s:5:\"label\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cuprum\";a:3:{s:5:\"label\";s:6:\"Cuprum\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Cutive\";a:3:{s:5:\"label\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Cutive Mono\";a:3:{s:5:\"label\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:6:\"Damion\";a:3:{s:5:\"label\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Dancing Script\";a:3:{s:5:\"label\";s:14:\"Dancing Script\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Dangrek\";a:3:{s:5:\"label\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"David Libre\";a:3:{s:5:\"label\";s:11:\"David Libre\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Dawning of a New Day\";a:3:{s:5:\"label\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Days One\";a:3:{s:5:\"label\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dekko\";a:3:{s:5:\"label\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Delius\";a:3:{s:5:\"label\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:17:\"Delius Swash Caps\";a:3:{s:5:\"label\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Delius Unicase\";a:3:{s:5:\"label\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Della Respira\";a:3:{s:5:\"label\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Denk One\";a:3:{s:5:\"label\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Devonshire\";a:3:{s:5:\"label\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Dhurjati\";a:3:{s:5:\"label\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Didact Gothic\";a:3:{s:5:\"label\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Diplomata\";a:3:{s:5:\"label\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Diplomata SC\";a:3:{s:5:\"label\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Domine\";a:3:{s:5:\"label\";s:6:\"Domine\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Donegal One\";a:3:{s:5:\"label\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Doppio One\";a:3:{s:5:\"label\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dorsa\";a:3:{s:5:\"label\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dosis\";a:3:{s:5:\"label\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Dr Sugiyama\";a:3:{s:5:\"label\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Duru Sans\";a:3:{s:5:\"label\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Dynalight\";a:3:{s:5:\"label\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"EB Garamond\";a:3:{s:5:\"label\";s:11:\"EB Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Eagle Lake\";a:3:{s:5:\"label\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Eater\";a:3:{s:5:\"label\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Economica\";a:3:{s:5:\"label\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Eczar\";a:3:{s:5:\"label\";s:5:\"Eczar\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"El Messiri\";a:3:{s:5:\"label\";s:10:\"El Messiri\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Electrolize\";a:3:{s:5:\"label\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Elsie\";a:3:{s:5:\"label\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Elsie Swash Caps\";a:3:{s:5:\"label\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Emblema One\";a:3:{s:5:\"label\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Emilys Candy\";a:3:{s:5:\"label\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Encode Sans\";a:3:{s:5:\"label\";s:11:\"Encode Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Encode Sans Condensed\";a:3:{s:5:\"label\";s:21:\"Encode Sans Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Encode Sans Expanded\";a:3:{s:5:\"label\";s:20:\"Encode Sans Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Encode Sans Semi Condensed\";a:3:{s:5:\"label\";s:26:\"Encode Sans Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Encode Sans Semi Expanded\";a:3:{s:5:\"label\";s:25:\"Encode Sans Semi Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Engagement\";a:3:{s:5:\"label\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Englebert\";a:3:{s:5:\"label\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Enriqueta\";a:3:{s:5:\"label\";s:9:\"Enriqueta\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Erica One\";a:3:{s:5:\"label\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Esteban\";a:3:{s:5:\"label\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Euphoria Script\";a:3:{s:5:\"label\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Ewert\";a:3:{s:5:\"label\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Exo\";a:3:{s:5:\"label\";s:3:\"Exo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Exo 2\";a:3:{s:5:\"label\";s:5:\"Exo 2\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Expletus Sans\";a:3:{s:5:\"label\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Fanwood Text\";a:3:{s:5:\"label\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Farsan\";a:3:{s:5:\"label\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fascinate\";a:3:{s:5:\"label\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Fascinate Inline\";a:3:{s:5:\"label\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Faster One\";a:3:{s:5:\"label\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Fasthand\";a:3:{s:5:\"label\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Fauna One\";a:3:{s:5:\"label\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Faustina\";a:3:{s:5:\"label\";s:8:\"Faustina\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Federant\";a:3:{s:5:\"label\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Federo\";a:3:{s:5:\"label\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Felipa\";a:3:{s:5:\"label\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Fenix\";a:3:{s:5:\"label\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Finger Paint\";a:3:{s:5:\"label\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fira Mono\";a:3:{s:5:\"label\";s:9:\"Fira Mono\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Fira Sans\";a:3:{s:5:\"label\";s:9:\"Fira Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Fira Sans Condensed\";a:3:{s:5:\"label\";s:19:\"Fira Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Fira Sans Extra Condensed\";a:3:{s:5:\"label\";s:25:\"Fira Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Fjalla One\";a:3:{s:5:\"label\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Fjord One\";a:3:{s:5:\"label\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Flamenco\";a:3:{s:5:\"label\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Flavors\";a:3:{s:5:\"label\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Fondamento\";a:3:{s:5:\"label\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Fontdiner Swanky\";a:3:{s:5:\"label\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Forum\";a:3:{s:5:\"label\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Francois One\";a:3:{s:5:\"label\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Frank Ruhl Libre\";a:3:{s:5:\"label\";s:16:\"Frank Ruhl Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Freckle Face\";a:3:{s:5:\"label\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Fredericka the Great\";a:3:{s:5:\"label\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Fredoka One\";a:3:{s:5:\"label\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Freehand\";a:3:{s:5:\"label\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Fresca\";a:3:{s:5:\"label\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Frijole\";a:3:{s:5:\"label\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Fruktur\";a:3:{s:5:\"label\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fugaz One\";a:3:{s:5:\"label\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"GFS Didot\";a:3:{s:5:\"label\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"GFS Neohellenic\";a:3:{s:5:\"label\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Gabriela\";a:3:{s:5:\"label\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Gafata\";a:3:{s:5:\"label\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Galada\";a:3:{s:5:\"label\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Galdeano\";a:3:{s:5:\"label\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Galindo\";a:3:{s:5:\"label\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Gentium Basic\";a:3:{s:5:\"label\";s:13:\"Gentium Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Gentium Book Basic\";a:3:{s:5:\"label\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:3:\"Geo\";a:3:{s:5:\"label\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Geostar\";a:3:{s:5:\"label\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Geostar Fill\";a:3:{s:5:\"label\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Germania One\";a:3:{s:5:\"label\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gidugu\";a:3:{s:5:\"label\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Gilda Display\";a:3:{s:5:\"label\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Give You Glory\";a:3:{s:5:\"label\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Glass Antiqua\";a:3:{s:5:\"label\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Glegoo\";a:3:{s:5:\"label\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Gloria Hallelujah\";a:3:{s:5:\"label\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Goblin One\";a:3:{s:5:\"label\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Gochi Hand\";a:3:{s:5:\"label\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Gorditas\";a:3:{s:5:\"label\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Goudy Bookletter 1911\";a:3:{s:5:\"label\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Graduate\";a:3:{s:5:\"label\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Grand Hotel\";a:3:{s:5:\"label\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Gravitas One\";a:3:{s:5:\"label\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Great Vibes\";a:3:{s:5:\"label\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Griffy\";a:3:{s:5:\"label\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gruppo\";a:3:{s:5:\"label\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Gudea\";a:3:{s:5:\"label\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Gurajada\";a:3:{s:5:\"label\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Habibi\";a:3:{s:5:\"label\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Halant\";a:3:{s:5:\"label\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Hammersmith One\";a:3:{s:5:\"label\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Hanalei\";a:3:{s:5:\"label\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Hanalei Fill\";a:3:{s:5:\"label\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Handlee\";a:3:{s:5:\"label\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Hanuman\";a:3:{s:5:\"label\";s:7:\"Hanuman\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Happy Monkey\";a:3:{s:5:\"label\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Harmattan\";a:3:{s:5:\"label\";s:9:\"Harmattan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Headland One\";a:3:{s:5:\"label\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Heebo\";a:3:{s:5:\"label\";s:5:\"Heebo\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Henny Penny\";a:3:{s:5:\"label\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Herr Von Muellerhoff\";a:3:{s:5:\"label\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Hind\";a:3:{s:5:\"label\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Hind Guntur\";a:3:{s:5:\"label\";s:11:\"Hind Guntur\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Hind Madurai\";a:3:{s:5:\"label\";s:12:\"Hind Madurai\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Hind Siliguri\";a:3:{s:5:\"label\";s:13:\"Hind Siliguri\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Hind Vadodara\";a:3:{s:5:\"label\";s:13:\"Hind Vadodara\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Holtwood One SC\";a:3:{s:5:\"label\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Homemade Apple\";a:3:{s:5:\"label\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Homenaje\";a:3:{s:5:\"label\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"IM Fell DW Pica\";a:3:{s:5:\"label\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"IM Fell DW Pica SC\";a:3:{s:5:\"label\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"IM Fell Double Pica\";a:3:{s:5:\"label\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:22:\"IM Fell Double Pica SC\";a:3:{s:5:\"label\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"IM Fell English\";a:3:{s:5:\"label\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"IM Fell English SC\";a:3:{s:5:\"label\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"IM Fell French Canon\";a:3:{s:5:\"label\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"IM Fell French Canon SC\";a:3:{s:5:\"label\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"IM Fell Great Primer\";a:3:{s:5:\"label\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"IM Fell Great Primer SC\";a:3:{s:5:\"label\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Iceberg\";a:3:{s:5:\"label\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Iceland\";a:3:{s:5:\"label\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Imprima\";a:3:{s:5:\"label\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Inconsolata\";a:3:{s:5:\"label\";s:11:\"Inconsolata\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Inder\";a:3:{s:5:\"label\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Indie Flower\";a:3:{s:5:\"label\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Inika\";a:3:{s:5:\"label\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Inknut Antiqua\";a:3:{s:5:\"label\";s:14:\"Inknut Antiqua\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Irish Grover\";a:3:{s:5:\"label\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Istok Web\";a:3:{s:5:\"label\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Italiana\";a:3:{s:5:\"label\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Italianno\";a:3:{s:5:\"label\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Itim\";a:3:{s:5:\"label\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Jacques Francois\";a:3:{s:5:\"label\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"Jacques Francois Shadow\";a:3:{s:5:\"label\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Jaldi\";a:3:{s:5:\"label\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Jim Nightshade\";a:3:{s:5:\"label\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Jockey One\";a:3:{s:5:\"label\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Jolly Lodger\";a:3:{s:5:\"label\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Jomhuria\";a:3:{s:5:\"label\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Josefin Sans\";a:3:{s:5:\"label\";s:12:\"Josefin Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Josefin Slab\";a:3:{s:5:\"label\";s:12:\"Josefin Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Joti One\";a:3:{s:5:\"label\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Judson\";a:3:{s:5:\"label\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Julee\";a:3:{s:5:\"label\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Julius Sans One\";a:3:{s:5:\"label\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Junge\";a:3:{s:5:\"label\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Jura\";a:3:{s:5:\"label\";s:4:\"Jura\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Just Another Hand\";a:3:{s:5:\"label\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:23:\"Just Me Again Down Here\";a:3:{s:5:\"label\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Kadwa\";a:3:{s:5:\"label\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Kalam\";a:3:{s:5:\"label\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Kameron\";a:3:{s:5:\"label\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Kanit\";a:3:{s:5:\"label\";s:5:\"Kanit\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kantumruy\";a:3:{s:5:\"label\";s:9:\"Kantumruy\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Karla\";a:3:{s:5:\"label\";s:5:\"Karla\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Karma\";a:3:{s:5:\"label\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Katibeh\";a:3:{s:5:\"label\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Kaushan Script\";a:3:{s:5:\"label\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Kavivanar\";a:3:{s:5:\"label\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Kavoon\";a:3:{s:5:\"label\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kdam Thmor\";a:3:{s:5:\"label\";s:10:\"Kdam Thmor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Keania One\";a:3:{s:5:\"label\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kelly Slab\";a:3:{s:5:\"label\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Kenia\";a:3:{s:5:\"label\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Khand\";a:3:{s:5:\"label\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Khmer\";a:3:{s:5:\"label\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Khula\";a:3:{s:5:\"label\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Kite One\";a:3:{s:5:\"label\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Knewave\";a:3:{s:5:\"label\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Kotta One\";a:3:{s:5:\"label\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Koulen\";a:3:{s:5:\"label\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Kranky\";a:3:{s:5:\"label\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Kreon\";a:3:{s:5:\"label\";s:5:\"Kreon\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Kristi\";a:3:{s:5:\"label\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Krona One\";a:3:{s:5:\"label\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kumar One\";a:3:{s:5:\"label\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Kumar One Outline\";a:3:{s:5:\"label\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Kurale\";a:3:{s:5:\"label\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"La Belle Aurore\";a:3:{s:5:\"label\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Laila\";a:3:{s:5:\"label\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Lakki Reddy\";a:3:{s:5:\"label\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Lalezar\";a:3:{s:5:\"label\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lancelot\";a:3:{s:5:\"label\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Lateef\";a:3:{s:5:\"label\";s:6:\"Lateef\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Lato\";a:3:{s:5:\"label\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"League Script\";a:3:{s:5:\"label\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Leckerli One\";a:3:{s:5:\"label\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ledger\";a:3:{s:5:\"label\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Lekton\";a:3:{s:5:\"label\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Lemon\";a:3:{s:5:\"label\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lemonada\";a:3:{s:5:\"label\";s:8:\"Lemonada\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Libre Barcode 128\";a:3:{s:5:\"label\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Libre Barcode 128 Text\";a:3:{s:5:\"label\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Libre Barcode 39\";a:3:{s:5:\"label\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:25:\"Libre Barcode 39 Extended\";a:3:{s:5:\"label\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:30:\"Libre Barcode 39 Extended Text\";a:3:{s:5:\"label\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Libre Barcode 39 Text\";a:3:{s:5:\"label\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Libre Baskerville\";a:3:{s:5:\"label\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Libre Franklin\";a:3:{s:5:\"label\";s:14:\"Libre Franklin\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Life Savers\";a:3:{s:5:\"label\";s:11:\"Life Savers\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Lilita One\";a:3:{s:5:\"label\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Lily Script One\";a:3:{s:5:\"label\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Limelight\";a:3:{s:5:\"label\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Linden Hill\";a:3:{s:5:\"label\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Lobster\";a:3:{s:5:\"label\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Lobster Two\";a:3:{s:5:\"label\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Londrina Outline\";a:3:{s:5:\"label\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Londrina Shadow\";a:3:{s:5:\"label\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Londrina Sketch\";a:3:{s:5:\"label\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Londrina Solid\";a:3:{s:5:\"label\";s:14:\"Londrina Solid\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Lora\";a:3:{s:5:\"label\";s:4:\"Lora\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Love Ya Like A Sister\";a:3:{s:5:\"label\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Loved by the King\";a:3:{s:5:\"label\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Lovers Quarrel\";a:3:{s:5:\"label\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Luckiest Guy\";a:3:{s:5:\"label\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lusitana\";a:3:{s:5:\"label\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Lustria\";a:3:{s:5:\"label\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Macondo\";a:3:{s:5:\"label\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Macondo Swash Caps\";a:3:{s:5:\"label\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Mada\";a:3:{s:5:\"label\";s:4:\"Mada\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Magra\";a:3:{s:5:\"label\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Maiden Orange\";a:3:{s:5:\"label\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Maitree\";a:3:{s:5:\"label\";s:7:\"Maitree\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Mako\";a:3:{s:5:\"label\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Mallanna\";a:3:{s:5:\"label\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Mandali\";a:3:{s:5:\"label\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Manuale\";a:3:{s:5:\"label\";s:7:\"Manuale\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Marcellus\";a:3:{s:5:\"label\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Marcellus SC\";a:3:{s:5:\"label\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Marck Script\";a:3:{s:5:\"label\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Margarine\";a:3:{s:5:\"label\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Marko One\";a:3:{s:5:\"label\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Marmelad\";a:3:{s:5:\"label\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Martel\";a:3:{s:5:\"label\";s:6:\"Martel\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Martel Sans\";a:3:{s:5:\"label\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Marvel\";a:3:{s:5:\"label\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Mate\";a:3:{s:5:\"label\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Mate SC\";a:3:{s:5:\"label\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Maven Pro\";a:3:{s:5:\"label\";s:9:\"Maven Pro\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"McLaren\";a:3:{s:5:\"label\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Meddon\";a:3:{s:5:\"label\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"MedievalSharp\";a:3:{s:5:\"label\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Medula One\";a:3:{s:5:\"label\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Meera Inimai\";a:3:{s:5:\"label\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Megrim\";a:3:{s:5:\"label\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Meie Script\";a:3:{s:5:\"label\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Merienda\";a:3:{s:5:\"label\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Merienda One\";a:3:{s:5:\"label\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Merriweather\";a:3:{s:5:\"label\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Merriweather Sans\";a:3:{s:5:\"label\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Metal\";a:3:{s:5:\"label\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Metal Mania\";a:3:{s:5:\"label\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Metamorphous\";a:3:{s:5:\"label\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Metrophobic\";a:3:{s:5:\"label\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Michroma\";a:3:{s:5:\"label\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Milonga\";a:3:{s:5:\"label\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Miltonian\";a:3:{s:5:\"label\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Miltonian Tattoo\";a:3:{s:5:\"label\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Miniver\";a:3:{s:5:\"label\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Miriam Libre\";a:3:{s:5:\"label\";s:12:\"Miriam Libre\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Mirza\";a:3:{s:5:\"label\";s:5:\"Mirza\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Miss Fajardose\";a:3:{s:5:\"label\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Mitr\";a:3:{s:5:\"label\";s:4:\"Mitr\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Modak\";a:3:{s:5:\"label\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Modern Antiqua\";a:3:{s:5:\"label\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Mogra\";a:3:{s:5:\"label\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Molengo\";a:3:{s:5:\"label\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Molle\";a:3:{s:5:\"label\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Monda\";a:3:{s:5:\"label\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Monofett\";a:3:{s:5:\"label\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Monoton\";a:3:{s:5:\"label\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Monsieur La Doulaise\";a:3:{s:5:\"label\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Montaga\";a:3:{s:5:\"label\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Montez\";a:3:{s:5:\"label\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Montserrat\";a:3:{s:5:\"label\";s:10:\"Montserrat\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Montserrat Alternates\";a:3:{s:5:\"label\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Montserrat Subrayada\";a:3:{s:5:\"label\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Moul\";a:3:{s:5:\"label\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Moulpali\";a:3:{s:5:\"label\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Mountains of Christmas\";a:3:{s:5:\"label\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Mouse Memoirs\";a:3:{s:5:\"label\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Mr Bedfort\";a:3:{s:5:\"label\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Mr Dafoe\";a:3:{s:5:\"label\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Mr De Haviland\";a:3:{s:5:\"label\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:19:\"Mrs Saint Delafield\";a:3:{s:5:\"label\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Mrs Sheppards\";a:3:{s:5:\"label\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Mukta\";a:3:{s:5:\"label\";s:5:\"Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Mahee\";a:3:{s:5:\"label\";s:11:\"Mukta Mahee\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Malar\";a:3:{s:5:\"label\";s:11:\"Mukta Malar\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Vaani\";a:3:{s:5:\"label\";s:11:\"Mukta Vaani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Muli\";a:3:{s:5:\"label\";s:4:\"Muli\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Mystery Quest\";a:3:{s:5:\"label\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"NTR\";a:3:{s:5:\"label\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Neucha\";a:3:{s:5:\"label\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Neuton\";a:3:{s:5:\"label\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"New Rocker\";a:3:{s:5:\"label\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"News Cycle\";a:3:{s:5:\"label\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Niconne\";a:3:{s:5:\"label\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Nixie One\";a:3:{s:5:\"label\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Nobile\";a:3:{s:5:\"label\";s:6:\"Nobile\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Nokora\";a:3:{s:5:\"label\";s:6:\"Nokora\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Norican\";a:3:{s:5:\"label\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Nosifer\";a:3:{s:5:\"label\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Nothing You Could Do\";a:3:{s:5:\"label\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Noticia Text\";a:3:{s:5:\"label\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Noto Sans\";a:3:{s:5:\"label\";s:9:\"Noto Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Noto Serif\";a:3:{s:5:\"label\";s:10:\"Noto Serif\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Nova Cut\";a:3:{s:5:\"label\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Flat\";a:3:{s:5:\"label\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Mono\";a:3:{s:5:\"label\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Nova Oval\";a:3:{s:5:\"label\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Nova Round\";a:3:{s:5:\"label\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Nova Script\";a:3:{s:5:\"label\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Slim\";a:3:{s:5:\"label\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Nova Square\";a:3:{s:5:\"label\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Numans\";a:3:{s:5:\"label\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Nunito\";a:3:{s:5:\"label\";s:6:\"Nunito\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Nunito Sans\";a:3:{s:5:\"label\";s:11:\"Nunito Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Odor Mean Chey\";a:3:{s:5:\"label\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Offside\";a:3:{s:5:\"label\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Old Standard TT\";a:3:{s:5:\"label\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Oldenburg\";a:3:{s:5:\"label\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Oleo Script\";a:3:{s:5:\"label\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Oleo Script Swash Caps\";a:3:{s:5:\"label\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Open Sans\";a:3:{s:5:\"label\";s:9:\"Open Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Open Sans Condensed\";a:3:{s:5:\"label\";s:19:\"Open Sans Condensed\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Oranienbaum\";a:3:{s:5:\"label\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Orbitron\";a:3:{s:5:\"label\";s:8:\"Orbitron\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Oregano\";a:3:{s:5:\"label\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Orienta\";a:3:{s:5:\"label\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Original Surfer\";a:3:{s:5:\"label\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Oswald\";a:3:{s:5:\"label\";s:6:\"Oswald\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Over the Rainbow\";a:3:{s:5:\"label\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Overlock\";a:3:{s:5:\"label\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Overlock SC\";a:3:{s:5:\"label\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Overpass\";a:3:{s:5:\"label\";s:8:\"Overpass\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Overpass Mono\";a:3:{s:5:\"label\";s:13:\"Overpass Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:3:\"Ovo\";a:3:{s:5:\"label\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Oxygen\";a:3:{s:5:\"label\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Oxygen Mono\";a:3:{s:5:\"label\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"PT Mono\";a:3:{s:5:\"label\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"PT Sans\";a:3:{s:5:\"label\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"PT Sans Caption\";a:3:{s:5:\"label\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"PT Sans Narrow\";a:3:{s:5:\"label\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"PT Serif\";a:3:{s:5:\"label\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"PT Serif Caption\";a:3:{s:5:\"label\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Pacifico\";a:3:{s:5:\"label\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Padauk\";a:3:{s:5:\"label\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Palanquin\";a:3:{s:5:\"label\";s:9:\"Palanquin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Palanquin Dark\";a:3:{s:5:\"label\";s:14:\"Palanquin Dark\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Pangolin\";a:3:{s:5:\"label\";s:8:\"Pangolin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Paprika\";a:3:{s:5:\"label\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Parisienne\";a:3:{s:5:\"label\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Passero One\";a:3:{s:5:\"label\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Passion One\";a:3:{s:5:\"label\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Pathway Gothic One\";a:3:{s:5:\"label\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Patrick Hand\";a:3:{s:5:\"label\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Patrick Hand SC\";a:3:{s:5:\"label\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Pattaya\";a:3:{s:5:\"label\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Patua One\";a:3:{s:5:\"label\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Pavanam\";a:3:{s:5:\"label\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Paytone One\";a:3:{s:5:\"label\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Peddana\";a:3:{s:5:\"label\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Peralta\";a:3:{s:5:\"label\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Permanent Marker\";a:3:{s:5:\"label\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:19:\"Petit Formal Script\";a:3:{s:5:\"label\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Petrona\";a:3:{s:5:\"label\";s:7:\"Petrona\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Philosopher\";a:3:{s:5:\"label\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Piedra\";a:3:{s:5:\"label\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Pinyon Script\";a:3:{s:5:\"label\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Pirata One\";a:3:{s:5:\"label\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Plaster\";a:3:{s:5:\"label\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Play\";a:3:{s:5:\"label\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Playball\";a:3:{s:5:\"label\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Playfair Display\";a:3:{s:5:\"label\";s:16:\"Playfair Display\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Playfair Display SC\";a:3:{s:5:\"label\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Podkova\";a:3:{s:5:\"label\";s:7:\"Podkova\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Poiret One\";a:3:{s:5:\"label\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Poller One\";a:3:{s:5:\"label\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Poly\";a:3:{s:5:\"label\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Pompiere\";a:3:{s:5:\"label\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Pontano Sans\";a:3:{s:5:\"label\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Poppins\";a:3:{s:5:\"label\";s:7:\"Poppins\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Port Lligat Sans\";a:3:{s:5:\"label\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Port Lligat Slab\";a:3:{s:5:\"label\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Pragati Narrow\";a:3:{s:5:\"label\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Prata\";a:3:{s:5:\"label\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Preahvihear\";a:3:{s:5:\"label\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Press Start 2P\";a:3:{s:5:\"label\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Pridi\";a:3:{s:5:\"label\";s:5:\"Pridi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Princess Sofia\";a:3:{s:5:\"label\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Prociono\";a:3:{s:5:\"label\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Prompt\";a:3:{s:5:\"label\";s:6:\"Prompt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Prosto One\";a:3:{s:5:\"label\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Proza Libre\";a:3:{s:5:\"label\";s:11:\"Proza Libre\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Puritan\";a:3:{s:5:\"label\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Purple Purse\";a:3:{s:5:\"label\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Quando\";a:3:{s:5:\"label\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Quantico\";a:3:{s:5:\"label\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Quattrocento\";a:3:{s:5:\"label\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Quattrocento Sans\";a:3:{s:5:\"label\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Questrial\";a:3:{s:5:\"label\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Quicksand\";a:3:{s:5:\"label\";s:9:\"Quicksand\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Quintessential\";a:3:{s:5:\"label\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Qwigley\";a:3:{s:5:\"label\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Racing Sans One\";a:3:{s:5:\"label\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Radley\";a:3:{s:5:\"label\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Rajdhani\";a:3:{s:5:\"label\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Rakkas\";a:3:{s:5:\"label\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Raleway\";a:3:{s:5:\"label\";s:7:\"Raleway\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Raleway Dots\";a:3:{s:5:\"label\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Ramabhadra\";a:3:{s:5:\"label\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Ramaraja\";a:3:{s:5:\"label\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Rambla\";a:3:{s:5:\"label\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Rammetto One\";a:3:{s:5:\"label\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Ranchers\";a:3:{s:5:\"label\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Rancho\";a:3:{s:5:\"label\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Ranga\";a:3:{s:5:\"label\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Rasa\";a:3:{s:5:\"label\";s:4:\"Rasa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Rationale\";a:3:{s:5:\"label\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Ravi Prakash\";a:3:{s:5:\"label\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Redressed\";a:3:{s:5:\"label\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Reem Kufi\";a:3:{s:5:\"label\";s:9:\"Reem Kufi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Reenie Beanie\";a:3:{s:5:\"label\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Revalia\";a:3:{s:5:\"label\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Rhodium Libre\";a:3:{s:5:\"label\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Ribeye\";a:3:{s:5:\"label\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Ribeye Marrow\";a:3:{s:5:\"label\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Righteous\";a:3:{s:5:\"label\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Risque\";a:3:{s:5:\"label\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Roboto\";a:3:{s:5:\"label\";s:6:\"Roboto\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Roboto Condensed\";a:3:{s:5:\"label\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Roboto Mono\";a:3:{s:5:\"label\";s:11:\"Roboto Mono\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:11:\"Roboto Slab\";a:3:{s:5:\"label\";s:11:\"Roboto Slab\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Rochester\";a:3:{s:5:\"label\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Rock Salt\";a:3:{s:5:\"label\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Rokkitt\";a:3:{s:5:\"label\";s:7:\"Rokkitt\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Romanesco\";a:3:{s:5:\"label\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Ropa Sans\";a:3:{s:5:\"label\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Rosario\";a:3:{s:5:\"label\";s:7:\"Rosario\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Rosarivo\";a:3:{s:5:\"label\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Rouge Script\";a:3:{s:5:\"label\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Rozha One\";a:3:{s:5:\"label\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Rubik\";a:3:{s:5:\"label\";s:5:\"Rubik\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Rubik Mono One\";a:3:{s:5:\"label\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Ruda\";a:3:{s:5:\"label\";s:4:\"Ruda\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Rufina\";a:3:{s:5:\"label\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Ruge Boogie\";a:3:{s:5:\"label\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ruluko\";a:3:{s:5:\"label\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Rum Raisin\";a:3:{s:5:\"label\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Ruslan Display\";a:3:{s:5:\"label\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Russo One\";a:3:{s:5:\"label\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Ruthie\";a:3:{s:5:\"label\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"Rye\";a:3:{s:5:\"label\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sacramento\";a:3:{s:5:\"label\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Sahitya\";a:3:{s:5:\"label\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Sail\";a:3:{s:5:\"label\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Saira\";a:3:{s:5:\"label\";s:5:\"Saira\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Saira Condensed\";a:3:{s:5:\"label\";s:15:\"Saira Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Saira Extra Condensed\";a:3:{s:5:\"label\";s:21:\"Saira Extra Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Saira Semi Condensed\";a:3:{s:5:\"label\";s:20:\"Saira Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Salsa\";a:3:{s:5:\"label\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sanchez\";a:3:{s:5:\"label\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Sancreek\";a:3:{s:5:\"label\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sansita\";a:3:{s:5:\"label\";s:7:\"Sansita\";s:8:\"variants\";a:8:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"800\";i:3;s:9:\"800italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sarala\";a:3:{s:5:\"label\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sarina\";a:3:{s:5:\"label\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Sarpanch\";a:3:{s:5:\"label\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Satisfy\";a:3:{s:5:\"label\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Scada\";a:3:{s:5:\"label\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Scheherazade\";a:3:{s:5:\"label\";s:12:\"Scheherazade\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Schoolbell\";a:3:{s:5:\"label\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Scope One\";a:3:{s:5:\"label\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Seaweed Script\";a:3:{s:5:\"label\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Secular One\";a:3:{s:5:\"label\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Sedgwick Ave\";a:3:{s:5:\"label\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:20:\"Sedgwick Ave Display\";a:3:{s:5:\"label\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Sevillana\";a:3:{s:5:\"label\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Seymour One\";a:3:{s:5:\"label\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Shadows Into Light\";a:3:{s:5:\"label\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:22:\"Shadows Into Light Two\";a:3:{s:5:\"label\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Shanti\";a:3:{s:5:\"label\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Share\";a:3:{s:5:\"label\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Share Tech\";a:3:{s:5:\"label\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Share Tech Mono\";a:3:{s:5:\"label\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Shojumaru\";a:3:{s:5:\"label\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Short Stack\";a:3:{s:5:\"label\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Shrikhand\";a:3:{s:5:\"label\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Siemreap\";a:3:{s:5:\"label\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sigmar One\";a:3:{s:5:\"label\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Signika\";a:3:{s:5:\"label\";s:7:\"Signika\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Signika Negative\";a:3:{s:5:\"label\";s:16:\"Signika Negative\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Simonetta\";a:3:{s:5:\"label\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:3:\"900\";i:1;s:9:\"900italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sintony\";a:3:{s:5:\"label\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Sirin Stencil\";a:3:{s:5:\"label\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Six Caps\";a:3:{s:5:\"label\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Skranji\";a:3:{s:5:\"label\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Slabo 13px\";a:3:{s:5:\"label\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Slabo 27px\";a:3:{s:5:\"label\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Slackey\";a:3:{s:5:\"label\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Smokum\";a:3:{s:5:\"label\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Smythe\";a:3:{s:5:\"label\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sniglet\";a:3:{s:5:\"label\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:3:\"800\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Snippet\";a:3:{s:5:\"label\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Snowburst One\";a:3:{s:5:\"label\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sofadi One\";a:3:{s:5:\"label\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Sofia\";a:3:{s:5:\"label\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Sonsie One\";a:3:{s:5:\"label\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Sorts Mill Goudy\";a:3:{s:5:\"label\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Source Code Pro\";a:3:{s:5:\"label\";s:15:\"Source Code Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:15:\"Source Sans Pro\";a:3:{s:5:\"label\";s:15:\"Source Sans Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Source Serif Pro\";a:3:{s:5:\"label\";s:16:\"Source Serif Pro\";s:8:\"variants\";a:3:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Space Mono\";a:3:{s:5:\"label\";s:10:\"Space Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:13:\"Special Elite\";a:3:{s:5:\"label\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Spectral\";a:3:{s:5:\"label\";s:8:\"Spectral\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Spectral SC\";a:3:{s:5:\"label\";s:11:\"Spectral SC\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Spicy Rice\";a:3:{s:5:\"label\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Spinnaker\";a:3:{s:5:\"label\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Spirax\";a:3:{s:5:\"label\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Squada One\";a:3:{s:5:\"label\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Sree Krushnadevaraya\";a:3:{s:5:\"label\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Sriracha\";a:3:{s:5:\"label\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Stalemate\";a:3:{s:5:\"label\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Stalinist One\";a:3:{s:5:\"label\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Stardos Stencil\";a:3:{s:5:\"label\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Stint Ultra Condensed\";a:3:{s:5:\"label\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Stint Ultra Expanded\";a:3:{s:5:\"label\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Stoke\";a:3:{s:5:\"label\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Strait\";a:3:{s:5:\"label\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Sue Ellen Francisco\";a:3:{s:5:\"label\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Suez One\";a:3:{s:5:\"label\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Sumana\";a:3:{s:5:\"label\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Sunshiney\";a:3:{s:5:\"label\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Supermercado One\";a:3:{s:5:\"label\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Sura\";a:3:{s:5:\"label\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Suranna\";a:3:{s:5:\"label\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Suravaram\";a:3:{s:5:\"label\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Suwannaphum\";a:3:{s:5:\"label\";s:11:\"Suwannaphum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Swanky and Moo Moo\";a:3:{s:5:\"label\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Syncopate\";a:3:{s:5:\"label\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Tangerine\";a:3:{s:5:\"label\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Taprom\";a:3:{s:5:\"label\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Tauri\";a:3:{s:5:\"label\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Taviraj\";a:3:{s:5:\"label\";s:7:\"Taviraj\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Teko\";a:3:{s:5:\"label\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Telex\";a:3:{s:5:\"label\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Tenali Ramakrishna\";a:3:{s:5:\"label\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Tenor Sans\";a:3:{s:5:\"label\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Text Me One\";a:3:{s:5:\"label\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"The Girl Next Door\";a:3:{s:5:\"label\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Tienne\";a:3:{s:5:\"label\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Tillana\";a:3:{s:5:\"label\";s:7:\"Tillana\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Timmana\";a:3:{s:5:\"label\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Tinos\";a:3:{s:5:\"label\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Titan One\";a:3:{s:5:\"label\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Titillium Web\";a:3:{s:5:\"label\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:6:\"italic\";i:10;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Trade Winds\";a:3:{s:5:\"label\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Trirong\";a:3:{s:5:\"label\";s:7:\"Trirong\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Trocchi\";a:3:{s:5:\"label\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Trochut\";a:3:{s:5:\"label\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Trykker\";a:3:{s:5:\"label\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Tulpen One\";a:3:{s:5:\"label\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Ubuntu\";a:3:{s:5:\"label\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Ubuntu Condensed\";a:3:{s:5:\"label\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Ubuntu Mono\";a:3:{s:5:\"label\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Ultra\";a:3:{s:5:\"label\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Uncial Antiqua\";a:3:{s:5:\"label\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Underdog\";a:3:{s:5:\"label\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Unica One\";a:3:{s:5:\"label\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"UnifrakturCook\";a:3:{s:5:\"label\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}s:8:\"category\";s:7:\"display\";}s:18:\"UnifrakturMaguntia\";a:3:{s:5:\"label\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Unkempt\";a:3:{s:5:\"label\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Unlock\";a:3:{s:5:\"label\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Unna\";a:3:{s:5:\"label\";s:4:\"Unna\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"VT323\";a:3:{s:5:\"label\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:11:\"Vampiro One\";a:3:{s:5:\"label\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Varela\";a:3:{s:5:\"label\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Varela Round\";a:3:{s:5:\"label\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Vast Shadow\";a:3:{s:5:\"label\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Vesper Libre\";a:3:{s:5:\"label\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Vibur\";a:3:{s:5:\"label\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Vidaloka\";a:3:{s:5:\"label\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Viga\";a:3:{s:5:\"label\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Voces\";a:3:{s:5:\"label\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Volkhov\";a:3:{s:5:\"label\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Vollkorn\";a:3:{s:5:\"label\";s:8:\"Vollkorn\";s:8:\"variants\";a:8:{i:0;s:3:\"600\";i:1;s:9:\"600italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Vollkorn SC\";a:3:{s:5:\"label\";s:11:\"Vollkorn SC\";s:8:\"variants\";a:4:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Voltaire\";a:3:{s:5:\"label\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"Waiting for the Sunrise\";a:3:{s:5:\"label\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Wallpoet\";a:3:{s:5:\"label\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Walter Turncoat\";a:3:{s:5:\"label\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Warnes\";a:3:{s:5:\"label\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Wellfleet\";a:3:{s:5:\"label\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Wendy One\";a:3:{s:5:\"label\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Wire One\";a:3:{s:5:\"label\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Work Sans\";a:3:{s:5:\"label\";s:9:\"Work Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Yanone Kaffeesatz\";a:3:{s:5:\"label\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:4:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Yantramanav\";a:3:{s:5:\"label\";s:11:\"Yantramanav\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Yatra One\";a:3:{s:5:\"label\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yellowtail\";a:3:{s:5:\"label\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Yeseva One\";a:3:{s:5:\"label\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yesteryear\";a:3:{s:5:\"label\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Yrsa\";a:3:{s:5:\"label\";s:4:\"Yrsa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Zeyada\";a:3:{s:5:\"label\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Zilla Slab\";a:3:{s:5:\"label\";s:10:\"Zilla Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Zilla Slab Highlight\";a:3:{s:5:\"label\";s:20:\"Zilla Slab Highlight\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}}','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_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=1854 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (17,11,'_wp_attached_file','2017/11/s1.png'),(18,11,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1345;s:6:\"height\";i:375;s:4:\"file\";s:14:\"2017/11/s1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"s1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"s1-300x84.png\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"s1-768x214.png\";s:5:\"width\";i:768;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"s1-1024x286.png\";s:5:\"width\";i:1024;s:6:\"height\";i:286;s:9:\"mime-type\";s:9:\"image/png\";}s:33:\"tc-e-commerce-shop-homepage-thumb\";a:4:{s:4:\"file\";s:14:\"s1-240x145.png\";s:5:\"width\";i:240;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23,14,'_wp_attached_file','2017/11/s2.png'),(24,14,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1345;s:6:\"height\";i:375;s:4:\"file\";s:14:\"2017/11/s2.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"s2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"s2-300x84.png\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"s2-768x214.png\";s:5:\"width\";i:768;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"s2-1024x286.png\";s:5:\"width\";i:1024;s:6:\"height\";i:286;s:9:\"mime-type\";s:9:\"image/png\";}s:33:\"tc-e-commerce-shop-homepage-thumb\";a:4:{s:4:\"file\";s:14:\"s2-240x145.png\";s:5:\"width\";i:240;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29,17,'_edit_last','1'),(30,17,'_edit_lock','1511956103:1'),(31,18,'_wp_attached_file','2017/11/s3.png'),(32,18,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1345;s:6:\"height\";i:375;s:4:\"file\";s:14:\"2017/11/s3.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"s3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"s3-300x84.png\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"s3-768x214.png\";s:5:\"width\";i:768;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"s3-1024x286.png\";s:5:\"width\";i:1024;s:6:\"height\";i:286;s:9:\"mime-type\";s:9:\"image/png\";}s:33:\"tc-e-commerce-shop-homepage-thumb\";a:4:{s:4:\"file\";s:14:\"s3-240x145.png\";s:5:\"width\";i:240;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(33,17,'_thumbnail_id','18'),(34,17,'_wp_page_template','default'),(45,28,'_wp_attached_file','2017/11/s5.png'),(46,28,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1345;s:6:\"height\";i:375;s:4:\"file\";s:14:\"2017/11/s5.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"s5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"s5-300x84.png\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"s5-768x214.png\";s:5:\"width\";i:768;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"s5-1024x286.png\";s:5:\"width\";i:1024;s:6:\"height\";i:286;s:9:\"mime-type\";s:9:\"image/png\";}s:33:\"tc-e-commerce-shop-homepage-thumb\";a:4:{s:4:\"file\";s:14:\"s5-240x145.png\";s:5:\"width\";i:240;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(54,36,'_edit_last','1'),(55,36,'_edit_lock','1512047387:1'),(59,36,'_wp_page_template','default'),(78,50,'_edit_last','1'),(79,50,'_edit_lock','1512021724:1'),(80,51,'_wp_attached_file','2017/11/k2.png'),(81,51,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:855;s:6:\"height\";i:450;s:4:\"file\";s:14:\"2017/11/k2.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"k2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"k2-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"k2-768x404.png\";s:5:\"width\";i:768;s:6:\"height\";i:404;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"k2-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"k2-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:14:\"k2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"k2-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"k2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:14:\"k2-688x325.png\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"k2-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(82,50,'_thumbnail_id','51'),(85,52,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1f9d7949136\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f02c77c5-a536-45c3-8fce-8566566becb6\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1f9d9bbc3e9\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a553440a-1f82-4240-b986-a2fd3cdf1e3c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(86,50,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1f9d7949136\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f02c77c5-a536-45c3-8fce-8566566becb6\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1f9d9bc167d\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a553440a-1f82-4240-b986-a2fd3cdf1e3c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(89,53,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1f9d7949136\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f02c77c5-a536-45c3-8fce-8566566becb6\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1f9d9bc167d\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a553440a-1f82-4240-b986-a2fd3cdf1e3c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(97,55,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1f9d7949136\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f02c77c5-a536-45c3-8fce-8566566becb6\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1f9d9bc167d\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a553440a-1f82-4240-b986-a2fd3cdf1e3c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(98,56,'_edit_last','1'),(99,56,'_edit_lock','1512022164:1'),(100,57,'_wp_attached_file','2017/11/k3.png'),(101,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:855;s:6:\"height\";i:450;s:4:\"file\";s:14:\"2017/11/k3.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"k3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"k3-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"k3-768x404.png\";s:5:\"width\";i:768;s:6:\"height\";i:404;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"k3-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"k3-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:14:\"k3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"k3-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"k3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:14:\"k3-688x325.png\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"k3-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(102,56,'_thumbnail_id','57'),(105,59,'_edit_last','1'),(106,59,'_wp_page_template','template-home.php'),(107,59,'_edit_lock','1512098342:1'),(108,59,'kakina_slider_on','off'),(112,62,'_wp_attached_file','2017/11/k1.png'),(113,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:855;s:6:\"height\";i:450;s:4:\"file\";s:14:\"2017/11/k1.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"k1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"k1-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"k1-768x404.png\";s:5:\"width\";i:768;s:6:\"height\";i:404;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"k1-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"k1-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:14:\"k1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"k1-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"k1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:14:\"k1-688x325.png\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"k1-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(115,64,'_wp_attached_file','2017/11/k4.png'),(116,64,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:855;s:6:\"height\";i:450;s:4:\"file\";s:14:\"2017/11/k4.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"k4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"k4-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"k4-768x404.png\";s:5:\"width\";i:768;s:6:\"height\";i:404;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"k4-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"k4-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:14:\"k4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"k4-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"k4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:14:\"k4-688x325.png\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"k4-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(117,65,'_wp_attached_file','2017/11/k5.png'),(118,65,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:855;s:6:\"height\";i:450;s:4:\"file\";s:14:\"2017/11/k5.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"k5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"k5-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"k5-768x404.png\";s:5:\"width\";i:768;s:6:\"height\";i:404;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"k5-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"k5-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:14:\"k5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"k5-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"k5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:14:\"k5-688x325.png\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"k5-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(119,66,'_wp_attached_file','2017/11/k6.png'),(120,66,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:855;s:6:\"height\";i:450;s:4:\"file\";s:14:\"2017/11/k6.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"k6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"k6-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"k6-768x404.png\";s:5:\"width\";i:768;s:6:\"height\";i:404;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"k6-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"k6-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:14:\"k6-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"k6-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"k6-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:14:\"k6-688x325.png\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"k6-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(134,72,'_wc_review_count','0'),(135,72,'_wc_rating_count','a:0:{}'),(136,72,'_wc_average_rating','0'),(137,72,'_edit_last','1'),(138,72,'_edit_lock','1512024793:1'),(139,73,'_wp_attached_file','2017/11/m1.jpg'),(140,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:14:\"2017/11/m1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"m1-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"m1-180x100.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(141,74,'_wp_attached_file','2017/11/m11.jpg'),(142,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:58;s:4:\"file\";s:15:\"2017/11/m11.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(143,75,'_wp_attached_file','2017/11/m12.jpg'),(144,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:60;s:4:\"file\";s:15:\"2017/11/m12.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(145,76,'_wp_attached_file','2017/11/m13.jpg'),(146,76,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:58;s:4:\"file\";s:15:\"2017/11/m13.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(147,77,'_wp_attached_file','2017/11/m14.jpg'),(148,77,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:60;s:4:\"file\";s:15:\"2017/11/m14.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(149,78,'_wp_attached_file','2017/11/m15.jpg'),(150,78,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:58;s:4:\"file\";s:15:\"2017/11/m15.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(151,79,'_wp_attached_file','2017/11/m16.jpg'),(152,79,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:58;s:4:\"file\";s:15:\"2017/11/m16.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(153,80,'_wp_attached_file','2017/11/m17.jpg'),(154,80,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:60;s:4:\"file\";s:15:\"2017/11/m17.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(155,81,'_wp_attached_file','2017/11/m18.jpg'),(156,81,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:58;s:4:\"file\";s:15:\"2017/11/m18.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(157,72,'_thumbnail_id','86'),(158,72,'_sku',''),(159,72,'_regular_price','50'),(160,72,'_sale_price','49'),(161,72,'_sale_price_dates_from',''),(162,72,'_sale_price_dates_to',''),(163,72,'total_sales','0'),(164,72,'_tax_status','taxable'),(165,72,'_tax_class',''),(166,72,'_manage_stock','no'),(167,72,'_backorders','no'),(168,72,'_sold_individually','no'),(169,72,'_weight',''),(170,72,'_length',''),(171,72,'_width',''),(172,72,'_height',''),(173,72,'_upsell_ids','a:0:{}'),(174,72,'_crosssell_ids','a:0:{}'),(175,72,'_purchase_note',''),(176,72,'_default_attributes','a:0:{}'),(177,72,'_virtual','yes'),(178,72,'_downloadable','no'),(179,72,'_product_image_gallery','88,89'),(180,72,'_download_limit','-1'),(181,72,'_download_expiry','-1'),(182,72,'_stock',NULL),(183,72,'_stock_status','instock'),(184,72,'_product_version','3.2.5'),(185,72,'_price','49'),(186,82,'_wp_attached_file','2017/11/rayban-rx5154-eyeglasses-5649-51-angle.jpg'),(187,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:750;s:4:\"file\";s:50:\"2017/11/rayban-rx5154-eyeglasses-5649-51-angle.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"rayban-rx5154-eyeglasses-5649-51-angle-150x150.jpg\";s:5:\"width\";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:\"rayban-rx5154-eyeglasses-5649-51-angle-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"rayban-rx5154-eyeglasses-5649-51-angle-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"rayban-rx5154-eyeglasses-5649-51-angle-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:50:\"rayban-rx5154-eyeglasses-5649-51-angle-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"rayban-rx5154-eyeglasses-5649-51-angle-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:50:\"rayban-rx5154-eyeglasses-5649-51-angle-300x300.jpg\";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:50:\"rayban-rx5154-eyeglasses-5649-51-angle-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"rayban-rx5154-eyeglasses-5649-51-angle-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:50:\"rayban-rx5154-eyeglasses-5649-51-angle-688x325.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:50:\"rayban-rx5154-eyeglasses-5649-51-angle-855x450.jpg\";s:5:\"width\";i:855;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:50:\"rayban-rx5154-eyeglasses-5649-51-angle-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(195,86,'_wp_attached_file','2017/11/m2.jpg'),(196,86,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:227;s:4:\"file\";s:14:\"2017/11/m2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"m2-150x150.jpg\";s:5:\"width\";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:\"m2-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"m2-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"m2-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:14:\"m2-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"m2-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"m2-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:11:\"74099370.67\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"Photoshop\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:0:\"\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:15:\"1.1572052221027\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:15:\"74099370.666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(197,88,'_wp_attached_file','2017/11/m21.jpg'),(198,88,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:136;s:4:\"file\";s:15:\"2017/11/m21.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"m21-150x136.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"m21-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"m21-220x136.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"m21-180x136.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"m21-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"m21-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"m21-272x136.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(199,89,'_wp_attached_file','2017/11/m22.jpg'),(200,89,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:134;s:4:\"file\";s:15:\"2017/11/m22.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"m22-150x134.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"m22-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"m22-220x134.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"m22-180x134.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"m22-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"m22-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"m22-272x134.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:11:\"74099370.67\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"Photoshop\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:0:\"\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:15:\"1.1572052221027\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:15:\"74099370.666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(201,90,'_wc_review_count','0'),(202,90,'_wc_rating_count','a:0:{}'),(203,90,'_wc_average_rating','0'),(204,90,'_edit_last','1'),(205,90,'_edit_lock','1512099837:1'),(206,90,'_sku',''),(207,90,'_regular_price','160'),(208,90,'_sale_price','158'),(209,90,'_sale_price_dates_from',''),(210,90,'_sale_price_dates_to',''),(211,90,'total_sales','0'),(212,90,'_tax_status','taxable'),(213,90,'_tax_class',''),(214,90,'_manage_stock','no'),(215,90,'_backorders','no'),(216,90,'_sold_individually','no'),(217,90,'_weight',''),(218,90,'_length',''),(219,90,'_width',''),(220,90,'_height',''),(221,90,'_upsell_ids','a:0:{}'),(222,90,'_crosssell_ids','a:0:{}'),(223,90,'_purchase_note',''),(224,90,'_default_attributes','a:0:{}'),(225,90,'_virtual','yes'),(226,90,'_downloadable','no'),(227,90,'_product_image_gallery','92,94,95,96,97'),(228,90,'_download_limit','-1'),(229,90,'_download_expiry','-1'),(230,90,'_stock',NULL),(231,90,'_stock_status','instock'),(232,90,'_product_attributes','a:4:{s:5:\"shape\";a:6:{s:4:\"name\";s:5:\"Shape\";s:5:\"value\";s:5:\"Round\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:8:\"material\";a:6:{s:4:\"name\";s:8:\"Material\";s:5:\"value\";s:5:\"Metal\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:5:\"hinge\";a:6:{s:4:\"name\";s:5:\"Hinge\";s:5:\"value\";s:13:\"Regular Hinge\";s:8:\"position\";i:2;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:3:\"rim\";a:6:{s:4:\"name\";s:3:\"Rim\";s:5:\"value\";s:8:\"Full Rim\";s:8:\"position\";i:3;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}}'),(233,90,'_product_version','3.2.5'),(234,90,'_price','158'),(235,91,'_wp_attached_file','2017/11/m3.jpg'),(236,91,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:566;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2017/11/m3.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"m3-150x150.jpg\";s:5:\"width\";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:\"m3-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"m3-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"m3-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:14:\"m3-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"m3-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"m3-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(237,92,'_wp_attached_file','2017/11/m31.jpg'),(238,92,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:123;s:4:\"file\";s:15:\"2017/11/m31.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"m31-150x123.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"m31-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"m31-220x123.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"m31-180x123.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"m31-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"m31-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"m31-272x123.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(239,93,'_wp_attached_file','2017/11/m31-1.jpg'),(240,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:123;s:4:\"file\";s:17:\"2017/11/m31-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"m31-1-150x123.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"m31-1-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:17:\"m31-1-220x123.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"m31-1-180x123.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"m31-1-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"m31-1-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:17:\"m31-1-272x123.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(241,94,'_wp_attached_file','2017/11/m32.jpg'),(242,94,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:123;s:4:\"file\";s:15:\"2017/11/m32.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"m32-150x123.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"m32-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"m32-220x123.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"m32-180x123.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"m32-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"m32-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"m32-272x123.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(243,95,'_wp_attached_file','2017/11/m33.jpg'),(244,95,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:121;s:4:\"file\";s:15:\"2017/11/m33.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"m33-150x121.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"m33-300x121.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"m33-220x121.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"m33-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:15:\"m33-300x121.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"m33-300x121.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"m33-272x121.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(245,96,'_wp_attached_file','2017/11/m34.jpg'),(246,96,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:123;s:4:\"file\";s:15:\"2017/11/m34.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"m34-150x123.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"m34-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"m34-220x123.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"m34-180x123.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"m34-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"m34-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"m34-272x123.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(247,97,'_wp_attached_file','2017/11/m35.jpg'),(248,97,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:111;s:4:\"file\";s:15:\"2017/11/m35.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"m35-150x111.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"m35-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"m35-220x111.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"m35-180x111.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"m35-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"m35-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"m35-272x111.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(249,90,'_thumbnail_id','91'),(250,98,'_wc_review_count','0'),(251,98,'_wc_rating_count','a:0:{}'),(252,98,'_wc_average_rating','0'),(253,98,'_edit_last','1'),(254,98,'_edit_lock','1512027020:1'),(255,98,'_sku',''),(256,98,'_regular_price','160'),(257,98,'_sale_price','158'),(258,98,'_sale_price_dates_from',''),(259,98,'_sale_price_dates_to',''),(260,98,'total_sales','0'),(261,98,'_tax_status','taxable'),(262,98,'_tax_class',''),(263,98,'_manage_stock','no'),(264,98,'_backorders','no'),(265,98,'_sold_individually','no'),(266,98,'_weight',''),(267,98,'_length',''),(268,98,'_width',''),(269,98,'_height',''),(270,98,'_upsell_ids','a:0:{}'),(271,98,'_crosssell_ids','a:0:{}'),(272,98,'_purchase_note',''),(273,98,'_default_attributes','a:0:{}'),(274,98,'_virtual','yes'),(275,98,'_downloadable','no'),(276,98,'_product_image_gallery','101,102,103,104,105'),(277,98,'_download_limit','-1'),(278,98,'_download_expiry','-1'),(279,98,'_stock',NULL),(280,98,'_stock_status','instock'),(281,98,'_product_attributes','a:6:{s:5:\"shape\";a:6:{s:4:\"name\";s:5:\"Shape\";s:5:\"value\";s:5:\"Round\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:8:\"material\";a:6:{s:4:\"name\";s:8:\"Material\";s:5:\"value\";s:5:\"Metal\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:5:\"hinge\";a:6:{s:4:\"name\";s:5:\"Hinge\";s:5:\"value\";s:13:\"Regular Hinge\";s:8:\"position\";i:2;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:3:\"rim\";a:6:{s:4:\"name\";s:3:\"Rim\";s:5:\"value\";s:8:\"Full Rim\";s:8:\"position\";i:3;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:6:\"temple\";a:6:{s:4:\"name\";s:6:\"Temple\";s:5:\"value\";s:5:\"Cable\";s:8:\"position\";i:4;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:6:\"bridge\";a:6:{s:4:\"name\";s:6:\"Bridge\";s:5:\"value\";s:20:\"Adjustable nose pads\";s:8:\"position\";i:5;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}}'),(282,98,'_product_version','3.2.5'),(283,98,'_price','158'),(284,99,'_wp_attached_file','2017/11/m4.jpg'),(285,99,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:566;s:6:\"height\";i:257;s:4:\"file\";s:14:\"2017/11/m4.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"m4-150x150.jpg\";s:5:\"width\";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:\"m4-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"m4-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"m4-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:14:\"m4-300x257.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"m4-300x257.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"m4-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(286,101,'_wp_attached_file','2017/11/m41.jpg'),(287,101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:134;s:4:\"file\";s:15:\"2017/11/m41.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"m41-150x134.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"m41-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"m41-220x134.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"m41-180x134.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"m41-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"m41-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"m41-272x134.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(288,102,'_wp_attached_file','2017/11/m42.jpg'),(289,102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:116;s:4:\"file\";s:15:\"2017/11/m42.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"m42-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"m42-300x116.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"m42-220x116.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"m42-180x116.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"m42-300x116.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"m42-300x116.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"m42-272x116.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(290,103,'_wp_attached_file','2017/11/m43.jpg'),(291,103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:143;s:4:\"file\";s:15:\"2017/11/m43.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"m43-150x143.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"m43-300x143.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"m43-220x143.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"m43-180x143.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"m43-300x143.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"m43-300x143.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"m43-272x143.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(292,104,'_wp_attached_file','2017/11/m44.jpg'),(293,104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:110;s:4:\"file\";s:15:\"2017/11/m44.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"m44-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"m44-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"m44-220x110.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"m44-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"m44-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"m44-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"m44-272x110.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(294,105,'_wp_attached_file','2017/11/m45.jpg'),(295,105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:137;s:4:\"file\";s:15:\"2017/11/m45.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"m45-150x137.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"m45-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"m45-220x137.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"m45-180x137.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"m45-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"m45-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"m45-272x137.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(296,98,'_thumbnail_id','99'),(297,106,'_wc_review_count','0'),(298,106,'_wc_rating_count','a:0:{}'),(299,106,'_wc_average_rating','0'),(300,106,'_edit_last','1'),(301,106,'_edit_lock','1512027766:1'),(302,106,'_sku',''),(303,106,'_regular_price','158'),(304,106,'_sale_price','157'),(305,106,'_sale_price_dates_from',''),(306,106,'_sale_price_dates_to',''),(307,106,'total_sales','0'),(308,106,'_tax_status','taxable'),(309,106,'_tax_class',''),(310,106,'_manage_stock','no'),(311,106,'_backorders','no'),(312,106,'_sold_individually','no'),(313,106,'_weight',''),(314,106,'_length',''),(315,106,'_width',''),(316,106,'_height',''),(317,106,'_upsell_ids','a:0:{}'),(318,106,'_crosssell_ids','a:0:{}'),(319,106,'_purchase_note',''),(320,106,'_default_attributes','a:0:{}'),(321,106,'_virtual','yes'),(322,106,'_downloadable','no'),(323,106,'_product_image_gallery','108,109,110,111,112,113'),(324,106,'_download_limit','-1'),(325,106,'_download_expiry','-1'),(326,106,'_stock',NULL),(327,106,'_stock_status','instock'),(328,106,'_product_attributes','a:7:{s:5:\"shape\";a:6:{s:4:\"name\";s:5:\"Shape\";s:5:\"value\";s:5:\"Round\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:8:\"material\";a:6:{s:4:\"name\";s:8:\"Material\";s:5:\"value\";s:5:\"Metal\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:5:\"hinge\";a:6:{s:4:\"name\";s:5:\"Hinge\";s:5:\"value\";s:13:\"Regular Hinge\";s:8:\"position\";i:2;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:3:\"rim\";a:6:{s:4:\"name\";s:3:\"Rim\";s:5:\"value\";s:8:\"Full Rim\";s:8:\"position\";i:3;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:6:\"temple\";a:6:{s:4:\"name\";s:6:\"Temple\";s:5:\"value\";s:5:\"Cable\";s:8:\"position\";i:4;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:6:\"bridge\";a:6:{s:4:\"name\";s:6:\"Bridge\";s:5:\"value\";s:6:\"Saddle\";s:8:\"position\";i:5;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:6:\"gender\";a:6:{s:4:\"name\";s:6:\"Gender\";s:5:\"value\";s:13:\"Men and Women\";s:8:\"position\";i:6;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}}'),(329,106,'_product_version','3.2.5'),(330,106,'_price','157'),(331,107,'_wp_attached_file','2017/11/m5.jpg'),(332,107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:229;s:4:\"file\";s:14:\"2017/11/m5.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"m5-150x150.jpg\";s:5:\"width\";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:\"m5-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"m5-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"m5-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:14:\"m5-300x229.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"m5-300x229.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"m5-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(333,108,'_wp_attached_file','2017/11/m51.jpg'),(334,108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:137;s:4:\"file\";s:15:\"2017/11/m51.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"m51-150x137.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"m51-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"m51-220x137.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"m51-180x137.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"m51-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"m51-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"m51-272x137.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(335,109,'_wp_attached_file','2017/11/m52.jpg'),(336,109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:130;s:4:\"file\";s:15:\"2017/11/m52.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"m52-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"m52-300x130.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"m52-220x130.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"m52-180x130.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"m52-300x130.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"m52-300x130.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"m52-272x130.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(337,110,'_wp_attached_file','2017/11/m53.jpg'),(338,110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:141;s:4:\"file\";s:15:\"2017/11/m53.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"m53-150x141.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"m53-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"m53-220x141.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"m53-180x141.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"m53-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"m53-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"m53-272x141.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(339,111,'_wp_attached_file','2017/11/m54.jpg'),(340,111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:142;s:4:\"file\";s:15:\"2017/11/m54.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"m54-150x142.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"m54-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"m54-220x142.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"m54-180x142.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"m54-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"m54-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"m54-272x142.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(341,112,'_wp_attached_file','2017/11/m55.jpg'),(342,112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:111;s:4:\"file\";s:15:\"2017/11/m55.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"m55-150x111.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"m55-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"m55-220x111.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"m55-180x111.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"m55-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"m55-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"m55-272x111.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(343,113,'_wp_attached_file','2017/11/m56.jpg'),(344,113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:140;s:4:\"file\";s:15:\"2017/11/m56.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"m56-150x140.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"m56-300x140.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"m56-220x140.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"m56-180x140.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"m56-300x140.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"m56-300x140.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"m56-272x140.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(345,106,'_thumbnail_id','107'),(346,114,'_wc_review_count','0'),(347,114,'_wc_rating_count','a:0:{}'),(348,114,'_wc_average_rating','0'),(349,114,'_edit_last','1'),(350,114,'_edit_lock','1512028252:1'),(351,115,'_wp_attached_file','2017/11/m6.jpg'),(352,115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:350;s:4:\"file\";s:14:\"2017/11/m6.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"m6-150x150.jpg\";s:5:\"width\";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:\"m6-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"m6-768x269.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"m6-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"m6-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:14:\"m6-300x300.jpg\";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:14:\"m6-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"m6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:14:\"m6-688x325.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:14:\"m6-855x350.jpg\";s:5:\"width\";i:855;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"m6-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(353,116,'_wp_attached_file','2017/11/m61.png'),(354,116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:187;s:6:\"height\";i:169;s:4:\"file\";s:15:\"2017/11/m61.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"m61-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"m61-187x154.png\";s:5:\"width\";i:187;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"m61-180x169.png\";s:5:\"width\";i:180;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(355,114,'_thumbnail_id','115'),(356,114,'_sku',''),(357,114,'_regular_price','167'),(358,114,'_sale_price','166'),(359,114,'_sale_price_dates_from',''),(360,114,'_sale_price_dates_to',''),(361,114,'total_sales','0'),(362,114,'_tax_status','taxable'),(363,114,'_tax_class',''),(364,114,'_manage_stock','no'),(365,114,'_backorders','no'),(366,114,'_sold_individually','no'),(367,114,'_weight',''),(368,114,'_length',''),(369,114,'_width',''),(370,114,'_height',''),(371,114,'_upsell_ids','a:0:{}'),(372,114,'_crosssell_ids','a:0:{}'),(373,114,'_purchase_note',''),(374,114,'_default_attributes','a:0:{}'),(375,114,'_virtual','yes'),(376,114,'_downloadable','no'),(377,114,'_product_image_gallery','116'),(378,114,'_download_limit','-1'),(379,114,'_download_expiry','-1'),(380,114,'_stock',NULL),(381,114,'_stock_status','instock'),(382,114,'_product_version','3.2.5'),(383,114,'_price','166'),(384,114,'_product_attributes','a:3:{s:5:\"stock\";a:6:{s:4:\"name\";s:5:\"Stock\";s:5:\"value\";s:15:\"Status In Stock\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:3:\"era\";a:6:{s:4:\"name\";s:3:\"Era\";s:5:\"value\";s:4:\"1950\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:6:\"lenses\";a:6:{s:4:\"name\";s:6:\"Lenses\";s:5:\"value\";s:12:\"Supplied Yes\";s:8:\"position\";i:2;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}}'),(385,117,'_wc_review_count','0'),(386,117,'_wc_rating_count','a:0:{}'),(387,117,'_wc_average_rating','0'),(388,117,'_edit_last','1'),(389,117,'_edit_lock','1512093840:1'),(390,118,'_wp_attached_file','2017/11/m7.jpg'),(391,118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:950;s:6:\"height\";i:340;s:4:\"file\";s:14:\"2017/11/m7.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"m7-150x150.jpg\";s:5:\"width\";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:\"m7-300x107.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"m7-768x275.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"m7-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"m7-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:14:\"m7-300x300.jpg\";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:14:\"m7-600x340.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"m7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:14:\"m7-688x325.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:14:\"m7-855x340.jpg\";s:5:\"width\";i:855;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"m7-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(392,119,'_wp_attached_file','2017/11/m71.png'),(393,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:187;s:6:\"height\";i:169;s:4:\"file\";s:15:\"2017/11/m71.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"m71-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"m71-187x154.png\";s:5:\"width\";i:187;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"m71-180x169.png\";s:5:\"width\";i:180;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(394,117,'_sku',''),(395,117,'_regular_price','170'),(396,117,'_sale_price','167'),(397,117,'_sale_price_dates_from',''),(398,117,'_sale_price_dates_to',''),(399,117,'total_sales','0'),(400,117,'_tax_status','taxable'),(401,117,'_tax_class',''),(402,117,'_manage_stock','no'),(403,117,'_backorders','no'),(404,117,'_sold_individually','no'),(405,117,'_weight',''),(406,117,'_length',''),(407,117,'_width',''),(408,117,'_height',''),(409,117,'_upsell_ids','a:0:{}'),(410,117,'_crosssell_ids','a:0:{}'),(411,117,'_purchase_note',''),(412,117,'_default_attributes','a:0:{}'),(413,117,'_virtual','yes'),(414,117,'_downloadable','no'),(415,117,'_product_image_gallery','119'),(416,117,'_download_limit','-1'),(417,117,'_download_expiry','-1'),(418,117,'_stock',NULL),(419,117,'_stock_status','instock'),(420,117,'_product_attributes','a:3:{s:12:\"stock-status\";a:6:{s:4:\"name\";s:12:\"Stock Status\";s:5:\"value\";s:8:\"In Stock\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:3:\"era\";a:6:{s:4:\"name\";s:3:\"Era\";s:5:\"value\";s:4:\"1950\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:15:\"lenses-supplied\";a:6:{s:4:\"name\";s:15:\"Lenses Supplied\";s:5:\"value\";s:3:\"Yes\";s:8:\"position\";i:3;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}}'),(421,117,'_product_version','3.2.5'),(422,117,'_price','167'),(423,117,'_thumbnail_id','118'),(424,120,'_wc_review_count','0'),(425,120,'_wc_rating_count','a:0:{}'),(426,120,'_wc_average_rating','0'),(427,120,'_edit_last','1'),(428,120,'_edit_lock','1512093472:1'),(429,121,'_wp_attached_file','2017/11/m8.jpg'),(430,121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:350;s:4:\"file\";s:14:\"2017/11/m8.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"m8-150x150.jpg\";s:5:\"width\";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:\"m8-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"m8-768x269.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"m8-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"m8-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:14:\"m8-300x300.jpg\";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:14:\"m8-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"m8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:14:\"m8-688x325.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:14:\"m8-855x350.jpg\";s:5:\"width\";i:855;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"m8-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 550D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1503273600\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(431,122,'_wp_attached_file','2017/11/m81.png'),(432,122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:187;s:6:\"height\";i:169;s:4:\"file\";s:15:\"2017/11/m81.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"m81-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"m81-187x154.png\";s:5:\"width\";i:187;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"m81-180x169.png\";s:5:\"width\";i:180;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(433,120,'_thumbnail_id','121'),(434,120,'_sku',''),(435,120,'_regular_price','180'),(436,120,'_sale_price','177'),(437,120,'_sale_price_dates_from',''),(438,120,'_sale_price_dates_to',''),(439,120,'total_sales','0'),(440,120,'_tax_status','taxable'),(441,120,'_tax_class',''),(442,120,'_manage_stock','no'),(443,120,'_backorders','no'),(444,120,'_sold_individually','no'),(445,120,'_weight',''),(446,120,'_length',''),(447,120,'_width',''),(448,120,'_height',''),(449,120,'_upsell_ids','a:0:{}'),(450,120,'_crosssell_ids','a:0:{}'),(451,120,'_purchase_note',''),(452,120,'_default_attributes','a:0:{}'),(453,120,'_virtual','yes'),(454,120,'_downloadable','no'),(455,120,'_product_image_gallery','122'),(456,120,'_download_limit','-1'),(457,120,'_download_expiry','-1'),(458,120,'_stock',NULL),(459,120,'_stock_status','instock'),(460,120,'_product_attributes','a:2:{s:12:\"stock-status\";a:6:{s:4:\"name\";s:12:\"Stock Status\";s:5:\"value\";s:8:\"In Stock\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:15:\"lenses-supplied\";a:6:{s:4:\"name\";s:15:\"Lenses Supplied\";s:5:\"value\";s:3:\"Yes\";s:8:\"position\";i:2;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}}'),(461,120,'_product_version','3.2.5'),(462,120,'_price','177'),(463,123,'_wc_review_count','0'),(464,123,'_wc_rating_count','a:0:{}'),(465,123,'_wc_average_rating','0'),(466,123,'_edit_last','1'),(467,123,'_edit_lock','1512093464:1'),(468,124,'_wp_attached_file','2017/11/m9.jpg'),(469,124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:950;s:6:\"height\";i:340;s:4:\"file\";s:14:\"2017/11/m9.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"m9-150x150.jpg\";s:5:\"width\";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:\"m9-300x107.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"m9-768x275.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"m9-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"m9-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:14:\"m9-300x300.jpg\";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:14:\"m9-600x340.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"m9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:14:\"m9-688x325.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:14:\"m9-855x340.jpg\";s:5:\"width\";i:855;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"m9-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(470,125,'_wp_attached_file','2017/11/m91.png'),(471,125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:187;s:6:\"height\";i:169;s:4:\"file\";s:15:\"2017/11/m91.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"m91-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"m91-187x154.png\";s:5:\"width\";i:187;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"m91-180x169.png\";s:5:\"width\";i:180;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(472,123,'_thumbnail_id','124'),(473,123,'_sku',''),(474,123,'_regular_price','187'),(475,123,'_sale_price','185'),(476,123,'_sale_price_dates_from',''),(477,123,'_sale_price_dates_to',''),(478,123,'total_sales','0'),(479,123,'_tax_status','taxable'),(480,123,'_tax_class',''),(481,123,'_manage_stock','no'),(482,123,'_backorders','no'),(483,123,'_sold_individually','no'),(484,123,'_weight',''),(485,123,'_length',''),(486,123,'_width',''),(487,123,'_height',''),(488,123,'_upsell_ids','a:0:{}'),(489,123,'_crosssell_ids','a:0:{}'),(490,123,'_purchase_note',''),(491,123,'_default_attributes','a:0:{}'),(492,123,'_virtual','yes'),(493,123,'_downloadable','no'),(494,123,'_product_image_gallery','125'),(495,123,'_download_limit','-1'),(496,123,'_download_expiry','-1'),(497,123,'_stock',NULL),(498,123,'_stock_status','instock'),(499,123,'_product_attributes','a:3:{s:12:\"stock-status\";a:6:{s:4:\"name\";s:12:\"Stock Status\";s:5:\"value\";s:8:\"In Stock\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:3:\"era\";a:6:{s:4:\"name\";s:3:\"Era\";s:5:\"value\";s:4:\"1950\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:15:\"lenses-supplied\";a:6:{s:4:\"name\";s:15:\"Lenses Supplied\";s:5:\"value\";s:3:\"Yes\";s:8:\"position\";i:2;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}}'),(500,123,'_product_version','3.2.5'),(501,123,'_price','185'),(502,126,'_wc_review_count','0'),(503,126,'_wc_rating_count','a:0:{}'),(504,126,'_wc_average_rating','0'),(505,126,'_edit_last','1'),(506,126,'_edit_lock','1512093457:1'),(509,128,'_wp_attached_file','2017/11/m10.jpg'),(510,128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:350;s:4:\"file\";s:15:\"2017/11/m10.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"m10-150x150.jpg\";s:5:\"width\";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:\"m10-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"m10-768x269.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"m10-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"m10-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:15:\"m10-300x300.jpg\";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:15:\"m10-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"m10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:15:\"m10-688x325.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:15:\"m10-855x350.jpg\";s:5:\"width\";i:855;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"m10-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(511,129,'_wp_attached_file','2017/11/m101.png'),(512,129,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:187;s:6:\"height\";i:169;s:4:\"file\";s:16:\"2017/11/m101.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"m101-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:16:\"m101-187x154.png\";s:5:\"width\";i:187;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"m101-180x169.png\";s:5:\"width\";i:180;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(513,126,'_thumbnail_id','128'),(514,126,'_sku',''),(515,126,'_regular_price','167'),(516,126,'_sale_price','160'),(517,126,'_sale_price_dates_from',''),(518,126,'_sale_price_dates_to',''),(519,126,'total_sales','0'),(520,126,'_tax_status','taxable'),(521,126,'_tax_class',''),(522,126,'_manage_stock','no'),(523,126,'_backorders','no'),(524,126,'_sold_individually','no'),(525,126,'_weight',''),(526,126,'_length',''),(527,126,'_width',''),(528,126,'_height',''),(529,126,'_upsell_ids','a:0:{}'),(530,126,'_crosssell_ids','a:0:{}'),(531,126,'_purchase_note',''),(532,126,'_default_attributes','a:0:{}'),(533,126,'_virtual','yes'),(534,126,'_downloadable','no'),(535,126,'_product_image_gallery','129'),(536,126,'_download_limit','-1'),(537,126,'_download_expiry','-1'),(538,126,'_stock',NULL),(539,126,'_stock_status','instock'),(540,126,'_product_attributes','a:3:{s:12:\"stock-status\";a:6:{s:4:\"name\";s:12:\"Stock Status\";s:5:\"value\";s:8:\"In Stock\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:3:\"era\";a:6:{s:4:\"name\";s:3:\"Era\";s:5:\"value\";s:4:\"1950\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:15:\"lenses-supplied\";a:6:{s:4:\"name\";s:15:\"Lenses Supplied\";s:5:\"value\";s:3:\"Yes\";s:8:\"position\";i:2;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}}'),(541,126,'_product_version','3.2.5'),(542,126,'_price','160'),(543,130,'_wc_review_count','0'),(544,130,'_wc_rating_count','a:0:{}'),(545,130,'_wc_average_rating','0'),(546,130,'_edit_last','1'),(547,130,'_edit_lock','1512093450:1'),(548,131,'_wp_attached_file','2017/11/sg1.jpg'),(549,131,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:950;s:6:\"height\";i:340;s:4:\"file\";s:15:\"2017/11/sg1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"sg1-150x150.jpg\";s:5:\"width\";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:\"sg1-300x107.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"sg1-768x275.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"sg1-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"sg1-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:15:\"sg1-300x300.jpg\";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:15:\"sg1-600x340.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"sg1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:15:\"sg1-688x325.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:15:\"sg1-855x340.jpg\";s:5:\"width\";i:855;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"sg1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(550,132,'_wp_attached_file','2017/11/sg11.png'),(551,132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:187;s:6:\"height\";i:169;s:4:\"file\";s:16:\"2017/11/sg11.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"sg11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:16:\"sg11-187x154.png\";s:5:\"width\";i:187;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"sg11-180x169.png\";s:5:\"width\";i:180;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(552,130,'_thumbnail_id','131'),(553,130,'_sku',''),(554,130,'_regular_price','177'),(555,130,'_sale_price','172'),(556,130,'_sale_price_dates_from',''),(557,130,'_sale_price_dates_to',''),(558,130,'total_sales','0'),(559,130,'_tax_status','taxable'),(560,130,'_tax_class',''),(561,130,'_manage_stock','no'),(562,130,'_backorders','no'),(563,130,'_sold_individually','no'),(564,130,'_weight',''),(565,130,'_length',''),(566,130,'_width',''),(567,130,'_height',''),(568,130,'_upsell_ids','a:0:{}'),(569,130,'_crosssell_ids','a:0:{}'),(570,130,'_purchase_note',''),(571,130,'_default_attributes','a:0:{}'),(572,130,'_virtual','yes'),(573,130,'_downloadable','no'),(574,130,'_product_image_gallery','132'),(575,130,'_download_limit','-1'),(576,130,'_download_expiry','-1'),(577,130,'_stock',NULL),(578,130,'_stock_status','instock'),(579,130,'_product_attributes','a:3:{s:12:\"stock-status\";a:6:{s:4:\"name\";s:12:\"Stock Status\";s:5:\"value\";s:8:\"In Stock\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:3:\"era\";a:6:{s:4:\"name\";s:3:\"Era\";s:5:\"value\";s:4:\"1950\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:15:\"lenses-supplied\";a:6:{s:4:\"name\";s:15:\"Lenses Supplied\";s:5:\"value\";s:3:\"Yes\";s:8:\"position\";i:2;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}}'),(580,130,'_product_version','3.2.5'),(581,130,'_price','172'),(582,133,'_wc_review_count','0'),(583,133,'_wc_rating_count','a:0:{}'),(584,133,'_wc_average_rating','0'),(585,133,'_edit_last','1'),(586,133,'_edit_lock','1512093444:1'),(587,134,'_wp_attached_file','2017/11/sg1-1.jpg'),(588,134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:950;s:6:\"height\";i:340;s:4:\"file\";s:17:\"2017/11/sg1-1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"sg1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"sg1-1-300x107.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"sg1-1-768x275.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:17:\"sg1-1-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"sg1-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:17:\"sg1-1-300x300.jpg\";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:17:\"sg1-1-600x340.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"sg1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:17:\"sg1-1-688x325.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:17:\"sg1-1-855x340.jpg\";s:5:\"width\";i:855;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:17:\"sg1-1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(589,135,'_wp_attached_file','2017/11/sg21.png'),(590,135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:187;s:6:\"height\";i:169;s:4:\"file\";s:16:\"2017/11/sg21.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"sg21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:16:\"sg21-187x154.png\";s:5:\"width\";i:187;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"sg21-180x169.png\";s:5:\"width\";i:180;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(592,133,'_sku',''),(593,133,'_regular_price','167.00'),(594,133,'_sale_price','160'),(595,133,'_sale_price_dates_from',''),(596,133,'_sale_price_dates_to',''),(597,133,'total_sales','0'),(598,133,'_tax_status','taxable'),(599,133,'_tax_class',''),(600,133,'_manage_stock','no'),(601,133,'_backorders','no'),(602,133,'_sold_individually','no'),(603,133,'_weight',''),(604,133,'_length',''),(605,133,'_width',''),(606,133,'_height',''),(607,133,'_upsell_ids','a:0:{}'),(608,133,'_crosssell_ids','a:0:{}'),(609,133,'_purchase_note',''),(610,133,'_default_attributes','a:0:{}'),(611,133,'_virtual','yes'),(612,133,'_downloadable','no'),(613,133,'_product_image_gallery','135,136'),(614,133,'_download_limit','-1'),(615,133,'_download_expiry','-1'),(616,133,'_stock',NULL),(617,133,'_stock_status','instock'),(618,133,'_product_attributes','a:3:{s:12:\"stock-status\";a:6:{s:4:\"name\";s:12:\"Stock Status\";s:5:\"value\";s:8:\"In Stock\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:3:\"era\";a:6:{s:4:\"name\";s:3:\"Era\";s:5:\"value\";s:4:\"1950\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:15:\"lenses-supplied\";a:6:{s:4:\"name\";s:15:\"Lenses Supplied\";s:5:\"value\";s:3:\"Yes\";s:8:\"position\";i:2;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}}'),(619,133,'_product_version','3.2.5'),(620,133,'_price','160'),(621,136,'_wp_attached_file','2017/11/sg2.jpg'),(622,136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:950;s:6:\"height\";i:340;s:4:\"file\";s:15:\"2017/11/sg2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"sg2-150x150.jpg\";s:5:\"width\";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:\"sg2-300x107.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"sg2-768x275.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"sg2-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"sg2-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:15:\"sg2-300x300.jpg\";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:15:\"sg2-600x340.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"sg2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:15:\"sg2-688x325.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:15:\"sg2-855x340.jpg\";s:5:\"width\";i:855;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"sg2-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(623,133,'_thumbnail_id','136'),(624,137,'_wc_review_count','0'),(625,137,'_wc_rating_count','a:0:{}'),(626,137,'_wc_average_rating','0'),(627,137,'_edit_last','1'),(628,137,'_edit_lock','1512093433:1'),(629,137,'_sku',''),(630,137,'_regular_price','177.00'),(631,137,'_sale_price','175'),(632,137,'_sale_price_dates_from',''),(633,137,'_sale_price_dates_to',''),(634,137,'total_sales','0'),(635,137,'_tax_status','taxable'),(636,137,'_tax_class',''),(637,137,'_manage_stock','no'),(638,137,'_backorders','no'),(639,137,'_sold_individually','no'),(640,137,'_weight',''),(641,137,'_length',''),(642,137,'_width',''),(643,137,'_height',''),(644,137,'_upsell_ids','a:0:{}'),(645,137,'_crosssell_ids','a:0:{}'),(646,137,'_purchase_note',''),(647,137,'_default_attributes','a:0:{}'),(648,137,'_virtual','yes'),(649,137,'_downloadable','no'),(650,137,'_product_image_gallery','139'),(651,137,'_download_limit','-1'),(652,137,'_download_expiry','-1'),(653,137,'_stock',NULL),(654,137,'_stock_status','instock'),(655,137,'_product_attributes','a:3:{s:12:\"stock-status\";a:6:{s:4:\"name\";s:12:\"Stock Status\";s:5:\"value\";s:8:\"In Stock\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:3:\"era\";a:6:{s:4:\"name\";s:3:\"Era\";s:5:\"value\";s:4:\"1950\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:15:\"lenses-supplied\";a:6:{s:4:\"name\";s:15:\"Lenses Supplied\";s:5:\"value\";s:3:\"Yes\";s:8:\"position\";i:2;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}}'),(656,137,'_product_version','3.2.5'),(657,137,'_price','175'),(658,138,'_wp_attached_file','2017/11/sg3.jpg'),(659,138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:950;s:6:\"height\";i:340;s:4:\"file\";s:15:\"2017/11/sg3.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"sg3-150x150.jpg\";s:5:\"width\";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:\"sg3-300x107.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"sg3-768x275.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"sg3-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"sg3-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:15:\"sg3-300x300.jpg\";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:15:\"sg3-600x340.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"sg3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:15:\"sg3-688x325.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:15:\"sg3-855x340.jpg\";s:5:\"width\";i:855;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"sg3-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(660,139,'_wp_attached_file','2017/11/sg31.png'),(661,139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:187;s:6:\"height\";i:169;s:4:\"file\";s:16:\"2017/11/sg31.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"sg31-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:16:\"sg31-187x154.png\";s:5:\"width\";i:187;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"sg31-180x169.png\";s:5:\"width\";i:180;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(662,137,'_thumbnail_id','138'),(663,141,'_wc_review_count','0'),(664,141,'_wc_rating_count','a:0:{}'),(665,141,'_wc_average_rating','0'),(666,141,'_edit_last','1'),(667,141,'_edit_lock','1512093400:1'),(668,141,'_sku',''),(669,141,'_regular_price','265'),(670,141,'_sale_price','260'),(671,141,'_sale_price_dates_from',''),(672,141,'_sale_price_dates_to',''),(673,141,'total_sales','0'),(674,141,'_tax_status','taxable'),(675,141,'_tax_class',''),(676,141,'_manage_stock','no'),(677,141,'_backorders','no'),(678,141,'_sold_individually','no'),(679,141,'_weight',''),(680,141,'_length',''),(681,141,'_width',''),(682,141,'_height',''),(683,141,'_upsell_ids','a:0:{}'),(684,141,'_crosssell_ids','a:0:{}'),(685,141,'_purchase_note',''),(686,141,'_default_attributes','a:0:{}'),(687,141,'_virtual','yes'),(688,141,'_downloadable','no'),(689,141,'_product_image_gallery','143,144,145'),(690,141,'_download_limit','-1'),(691,141,'_download_expiry','-1'),(692,141,'_stock',NULL),(693,141,'_stock_status','instock'),(694,141,'_product_attributes','a:8:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:6:\"Medium\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:8:\"material\";a:6:{s:4:\"name\";s:8:\"Material\";s:5:\"value\";s:7:\"Plastic\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:5:\"shape\";a:6:{s:4:\"name\";s:5:\"Shape\";s:5:\"value\";s:24:\"Cat Eye, GeometricSpring\";s:8:\"position\";i:2;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:13:\"spring-hinges\";a:6:{s:4:\"name\";s:13:\"Spring Hinges\";s:5:\"value\";s:3:\"Yes\";s:8:\"position\";i:3;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:5:\"color\";a:6:{s:4:\"name\";s:5:\"Color\";s:5:\"value\";s:8:\"Tortoise\";s:8:\"position\";i:4;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:32:\"eligible-for-progressive-bifocal\";a:6:{s:4:\"name\";s:34:\"Eligible for Progressive / Bifocal\";s:5:\"value\";s:3:\"Yes\";s:8:\"position\";i:5;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:6:\"gender\";a:6:{s:4:\"name\";s:6:\"Gender\";s:5:\"value\";s:5:\"Women\";s:8:\"position\";i:6;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:5:\"brand\";a:6:{s:4:\"name\";s:5:\"Brand\";s:5:\"value\";s:7:\"Ray-Ban\";s:8:\"position\";i:7;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}}'),(695,141,'_product_version','3.2.5'),(696,141,'_price','260'),(697,142,'_wp_attached_file','2017/11/w111.jpg'),(698,142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:310;s:4:\"file\";s:16:\"2017/11/w111.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"w111-150x150.jpg\";s:5:\"width\";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:\"w111-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:16:\"w111-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"w111-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:16:\"w111-300x300.jpg\";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:16:\"w111-600x310.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"w111-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:16:\"w111-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(699,141,'_thumbnail_id','142'),(700,143,'_wp_attached_file','2017/11/w11.jpg'),(701,143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:310;s:4:\"file\";s:15:\"2017/11/w11.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"w11-150x150.jpg\";s:5:\"width\";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:\"w11-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"w11-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"w11-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:15:\"w11-300x300.jpg\";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:15:\"w11-600x310.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"w11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"w11-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(702,144,'_wp_attached_file','2017/11/w12.jpg'),(703,144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:310;s:4:\"file\";s:15:\"2017/11/w12.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"w12-150x150.jpg\";s:5:\"width\";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:\"w12-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"w12-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"w12-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:15:\"w12-300x300.jpg\";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:15:\"w12-600x310.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"w12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"w12-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(704,145,'_wp_attached_file','2017/11/w13.jpg'),(705,145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:310;s:4:\"file\";s:15:\"2017/11/w13.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"w13-150x150.jpg\";s:5:\"width\";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:\"w13-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"w13-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"w13-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:15:\"w13-300x300.jpg\";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:15:\"w13-600x310.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"w13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"w13-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(709,147,'_wc_review_count','0'),(710,147,'_wc_rating_count','a:0:{}'),(711,147,'_wc_average_rating','0'),(712,147,'_edit_last','1'),(713,147,'_edit_lock','1512093331:1'),(714,147,'_sku',''),(715,147,'_regular_price','94'),(716,147,'_sale_price','90'),(717,147,'_sale_price_dates_from',''),(718,147,'_sale_price_dates_to',''),(719,147,'total_sales','0'),(720,147,'_tax_status','taxable'),(721,147,'_tax_class',''),(722,147,'_manage_stock','no'),(723,147,'_backorders','no'),(724,147,'_sold_individually','no'),(725,147,'_weight',''),(726,147,'_length',''),(727,147,'_width',''),(728,147,'_height',''),(729,147,'_upsell_ids','a:0:{}'),(730,147,'_crosssell_ids','a:0:{}'),(731,147,'_purchase_note',''),(732,147,'_default_attributes','a:0:{}'),(733,147,'_virtual','yes'),(734,147,'_downloadable','no'),(735,147,'_product_image_gallery','149,150,151'),(736,147,'_download_limit','-1'),(737,147,'_download_expiry','-1'),(738,147,'_stock',NULL),(739,147,'_stock_status','instock'),(740,147,'_product_attributes','a:7:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:6:\"Medium\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:8:\"material\";a:6:{s:4:\"name\";s:8:\"Material\";s:5:\"value\";s:5:\"Metal\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:5:\"shape\";a:6:{s:4:\"name\";s:5:\"Shape\";s:5:\"value\";s:16:\"Square, Browline\";s:8:\"position\";i:2;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:13:\"spring-hinges\";a:6:{s:4:\"name\";s:13:\"Spring Hinges\";s:5:\"value\";s:3:\"Yes\";s:8:\"position\";i:3;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:5:\"color\";a:6:{s:4:\"name\";s:5:\"Color\";s:5:\"value\";s:11:\"Black, Gold\";s:8:\"position\";i:4;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:32:\"eligible-for-progressive-bifocal\";a:6:{s:4:\"name\";s:34:\"Eligible for Progressive / Bifocal\";s:5:\"value\";s:3:\"Yes\";s:8:\"position\";i:5;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:6:\"gender\";a:6:{s:4:\"name\";s:6:\"Gender\";s:5:\"value\";s:18:\"Men, Women, Unisex\";s:8:\"position\";i:6;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}}'),(741,147,'_product_version','3.2.5'),(742,147,'_price','90'),(743,148,'_wp_attached_file','2017/11/w2.jpg'),(744,148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:310;s:4:\"file\";s:14:\"2017/11/w2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"w2-150x150.jpg\";s:5:\"width\";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:\"w2-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"w2-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"w2-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:14:\"w2-300x300.jpg\";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:14:\"w2-600x310.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"w2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"w2-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(745,149,'_wp_attached_file','2017/11/w21.jpg'),(746,149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:310;s:4:\"file\";s:15:\"2017/11/w21.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"w21-150x150.jpg\";s:5:\"width\";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:\"w21-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"w21-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"w21-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:15:\"w21-300x300.jpg\";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:15:\"w21-600x310.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"w21-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"w21-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(747,150,'_wp_attached_file','2017/11/w22.jpg'),(748,150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:310;s:4:\"file\";s:15:\"2017/11/w22.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"w22-150x150.jpg\";s:5:\"width\";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:\"w22-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"w22-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"w22-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:15:\"w22-300x300.jpg\";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:15:\"w22-600x310.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"w22-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"w22-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(749,151,'_wp_attached_file','2017/11/w23.jpg'),(750,151,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:310;s:4:\"file\";s:15:\"2017/11/w23.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"w23-150x150.jpg\";s:5:\"width\";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:\"w23-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"w23-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"w23-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:15:\"w23-300x300.jpg\";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:15:\"w23-600x310.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"w23-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"w23-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(751,147,'_thumbnail_id','148'),(752,152,'_wc_review_count','0'),(753,152,'_wc_rating_count','a:0:{}'),(754,152,'_wc_average_rating','0'),(755,152,'_edit_last','1'),(756,152,'_edit_lock','1512093308:1'),(757,152,'_sku',''),(758,152,'_regular_price','140'),(759,152,'_sale_price','135'),(760,152,'_sale_price_dates_from',''),(761,152,'_sale_price_dates_to',''),(762,152,'total_sales','0'),(763,152,'_tax_status','taxable'),(764,152,'_tax_class',''),(765,152,'_manage_stock','no'),(766,152,'_backorders','no'),(767,152,'_sold_individually','no'),(768,152,'_weight',''),(769,152,'_length',''),(770,152,'_width',''),(771,152,'_height',''),(772,152,'_upsell_ids','a:0:{}'),(773,152,'_crosssell_ids','a:0:{}'),(774,152,'_purchase_note',''),(775,152,'_default_attributes','a:0:{}'),(776,152,'_virtual','yes'),(777,152,'_downloadable','no'),(778,152,'_product_image_gallery','154,155,156'),(779,152,'_download_limit','-1'),(780,152,'_download_expiry','-1'),(781,152,'_stock',NULL),(782,152,'_stock_status','instock'),(783,152,'_product_attributes','a:6:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:6:\"Medium\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:8:\"material\";a:6:{s:4:\"name\";s:8:\"Material\";s:5:\"value\";s:7:\"Plastic\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:5:\"shape\";a:6:{s:4:\"name\";s:5:\"Shape\";s:5:\"value\";s:9:\"Rectangle\";s:8:\"position\";i:2;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:5:\"color\";a:6:{s:4:\"name\";s:5:\"Color\";s:5:\"value\";s:5:\"Black\";s:8:\"position\";i:3;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:32:\"eligible-for-progressive-bifocal\";a:6:{s:4:\"name\";s:34:\"Eligible for Progressive / Bifocal\";s:5:\"value\";s:3:\"Yes\";s:8:\"position\";i:4;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:6:\"gender\";a:6:{s:4:\"name\";s:6:\"Gender\";s:5:\"value\";s:18:\"Men, Women, Unisex\";s:8:\"position\";i:5;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}}'),(784,152,'_product_version','3.2.5'),(785,152,'_price','135'),(786,153,'_wp_attached_file','2017/11/w3.jpg'),(787,153,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:310;s:4:\"file\";s:14:\"2017/11/w3.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"w3-150x150.jpg\";s:5:\"width\";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:\"w3-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"w3-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"w3-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:14:\"w3-300x300.jpg\";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:14:\"w3-600x310.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"w3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"w3-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(788,154,'_wp_attached_file','2017/11/w31.jpg'),(789,154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:310;s:4:\"file\";s:15:\"2017/11/w31.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"w31-150x150.jpg\";s:5:\"width\";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:\"w31-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"w31-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"w31-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:15:\"w31-300x300.jpg\";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:15:\"w31-600x310.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"w31-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"w31-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(790,155,'_wp_attached_file','2017/11/w32.jpg'),(791,155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:310;s:4:\"file\";s:15:\"2017/11/w32.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"w32-150x150.jpg\";s:5:\"width\";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:\"w32-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"w32-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"w32-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:15:\"w32-300x300.jpg\";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:15:\"w32-600x310.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"w32-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"w32-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(792,156,'_wp_attached_file','2017/11/w33.jpg'),(793,156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:310;s:4:\"file\";s:15:\"2017/11/w33.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"w33-150x150.jpg\";s:5:\"width\";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:\"w33-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"w33-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"w33-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:15:\"w33-300x300.jpg\";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:15:\"w33-600x310.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"w33-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"w33-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(794,152,'_thumbnail_id','153'),(795,157,'_wc_review_count','0'),(796,157,'_wc_rating_count','a:0:{}'),(797,157,'_wc_average_rating','0'),(798,157,'_edit_last','1'),(799,157,'_edit_lock','1512093276:1'),(800,158,'_wp_attached_file','2017/11/w4.jpg'),(801,158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:310;s:4:\"file\";s:14:\"2017/11/w4.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"w4-150x150.jpg\";s:5:\"width\";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:\"w4-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"w4-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"w4-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:14:\"w4-300x300.jpg\";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:14:\"w4-600x310.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"w4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"w4-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(802,159,'_wp_attached_file','2017/11/w41.jpg'),(803,159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:310;s:4:\"file\";s:15:\"2017/11/w41.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"w41-150x150.jpg\";s:5:\"width\";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:\"w41-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"w41-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"w41-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:15:\"w41-300x300.jpg\";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:15:\"w41-600x310.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"w41-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"w41-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(804,160,'_wp_attached_file','2017/11/w42.jpg'),(805,160,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:310;s:4:\"file\";s:15:\"2017/11/w42.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"w42-150x150.jpg\";s:5:\"width\";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:\"w42-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"w42-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"w42-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:15:\"w42-300x300.jpg\";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:15:\"w42-600x310.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"w42-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"w42-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(806,161,'_wp_attached_file','2017/11/w43.jpg'),(807,161,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:310;s:4:\"file\";s:15:\"2017/11/w43.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"w43-150x150.jpg\";s:5:\"width\";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:\"w43-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"w43-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"w43-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:15:\"w43-300x300.jpg\";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:15:\"w43-600x310.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"w43-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"w43-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(808,157,'_thumbnail_id','158'),(809,157,'_sku',''),(810,157,'_regular_price','98'),(811,157,'_sale_price','96'),(812,157,'_sale_price_dates_from',''),(813,157,'_sale_price_dates_to',''),(814,157,'total_sales','0'),(815,157,'_tax_status','taxable'),(816,157,'_tax_class',''),(817,157,'_manage_stock','no'),(818,157,'_backorders','no'),(819,157,'_sold_individually','no'),(820,157,'_weight',''),(821,157,'_length',''),(822,157,'_width',''),(823,157,'_height',''),(824,157,'_upsell_ids','a:0:{}'),(825,157,'_crosssell_ids','a:0:{}'),(826,157,'_purchase_note',''),(827,157,'_default_attributes','a:0:{}'),(828,157,'_virtual','yes'),(829,157,'_downloadable','no'),(830,157,'_product_image_gallery','159,160,161'),(831,157,'_download_limit','-1'),(832,157,'_download_expiry','-1'),(833,157,'_stock',NULL),(834,157,'_stock_status','instock'),(835,157,'_product_attributes','a:7:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:6:\"Medium\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:8:\"material\";a:6:{s:4:\"name\";s:8:\"Material\";s:5:\"value\";s:5:\"Metal\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:5:\"shape\";a:6:{s:4:\"name\";s:5:\"Shape\";s:5:\"value\";s:9:\"Rectangle\";s:8:\"position\";i:2;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:13:\"spring-hinges\";a:6:{s:4:\"name\";s:13:\"Spring Hinges\";s:5:\"value\";s:2:\"No\";s:8:\"position\";i:3;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:5:\"color\";a:6:{s:4:\"name\";s:5:\"Color\";s:5:\"value\";s:8:\"Gunmetal\";s:8:\"position\";i:4;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:32:\"eligible-for-progressive-bifocal\";a:6:{s:4:\"name\";s:34:\"Eligible for Progressive / Bifocal\";s:5:\"value\";s:3:\"Yes\";s:8:\"position\";i:5;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:6:\"gender\";a:6:{s:4:\"name\";s:6:\"Gender\";s:5:\"value\";s:18:\"Men, Women, Unisex\";s:8:\"position\";i:6;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}}'),(836,157,'_product_version','3.2.5'),(837,157,'_price','96'),(838,162,'_wp_attached_file','2017/11/glass.jpg'),(839,162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:686;s:4:\"file\";s:17:\"2017/11/glass.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"glass-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"glass-241x300.jpg\";s:5:\"width\";i:241;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:17:\"glass-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"glass-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:17:\"glass-300x300.jpg\";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:17:\"glass-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"glass-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:17:\"glass-550x325.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:17:\"glass-550x450.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:17:\"glass-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(840,163,'_wp_attached_file','2017/11/men-spectacles.jpg'),(841,163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2017/11/men-spectacles.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"men-spectacles-150x150.jpg\";s:5:\"width\";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:\"men-spectacles-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:26:\"men-spectacles-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:26:\"men-spectacles-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"men-spectacles-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:26:\"men-spectacles-300x300.jpg\";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:26:\"men-spectacles-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"men-spectacles-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:26:\"men-spectacles-688x325.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:26:\"men-spectacles-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:26:\"men-spectacles-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(842,164,'_wp_attached_file','2017/11/women-spectacles.jpg'),(843,164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:28:\"2017/11/women-spectacles.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"women-spectacles-150x150.jpg\";s:5:\"width\";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:\"women-spectacles-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:28:\"women-spectacles-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"women-spectacles-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:28:\"women-spectacles-300x300.jpg\";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:28:\"women-spectacles-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"women-spectacles-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:28:\"women-spectacles-688x325.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:28:\"women-spectacles-720x450.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:28:\"women-spectacles-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(844,165,'_wp_attached_file','2017/11/sun-glasses.jpg'),(845,165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:790;s:6:\"height\";i:790;s:4:\"file\";s:23:\"2017/11/sun-glasses.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sun-glasses-150x150.jpg\";s:5:\"width\";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:\"sun-glasses-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"sun-glasses-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:23:\"sun-glasses-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"sun-glasses-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:23:\"sun-glasses-300x300.jpg\";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:23:\"sun-glasses-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"sun-glasses-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:23:\"sun-glasses-688x325.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:23:\"sun-glasses-790x450.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:23:\"sun-glasses-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(846,31,'_edit_lock','1512093143:1'),(847,31,'_edit_last','1'),(848,166,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:14:{s:5:\"image\";i:11;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe0ff1d2d8\";s:19:\"_sow_form_timestamp\";s:13:\"1512038670479\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f5a07c11-7e1e-4f40-a2db-50b29d2b4e80\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1fe111b326c\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08d53e86-8c42-4930-9e60-05beb7c4a3da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(849,31,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:2:{i:0;a:14:{s:5:\"image\";i:11;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:1:\"#\";s:10:\"full_width\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe0ff1d2d8\";s:19:\"_sow_form_timestamp\";s:13:\"1512038833348\";s:10:\"new_window\";b:0;s:5:\"bound\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f5a07c11-7e1e-4f40-a2db-50b29d2b4e80\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:91:\"<h3>Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS</h3>\n<br /><br />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe1b81d51c\";s:19:\"_sow_form_timestamp\";s:13:\"1512038988118\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"5547c6fa-e5e7-45d6-b1b0-7eba3eb7354e\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20b5735768b\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08d53e86-8c42-4930-9e60-05beb7c4a3da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(850,167,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:14:{s:5:\"image\";i:11;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe0ff1d2d8\";s:19:\"_sow_form_timestamp\";s:13:\"1512038670479\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f5a07c11-7e1e-4f40-a2db-50b29d2b4e80\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1fe111b7fc1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08d53e86-8c42-4930-9e60-05beb7c4a3da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(851,168,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:14:{s:5:\"image\";i:11;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:69:\"Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe0ff1d2d8\";s:19:\"_sow_form_timestamp\";s:13:\"1512038736751\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f5a07c11-7e1e-4f40-a2db-50b29d2b4e80\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1fe15237549\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08d53e86-8c42-4930-9e60-05beb7c4a3da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(852,169,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:14:{s:5:\"image\";i:11;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:69:\"Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS\";s:14:\"title_position\";s:5:\"below\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:1:\"#\";s:10:\"full_width\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe0ff1d2d8\";s:19:\"_sow_form_timestamp\";s:13:\"1512038784086\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f5a07c11-7e1e-4f40-a2db-50b29d2b4e80\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}s:10:\"new_window\";b:0;s:5:\"bound\";b:0;}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1fe183563e5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08d53e86-8c42-4930-9e60-05beb7c4a3da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(853,170,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:2:{i:0;a:14:{s:5:\"image\";i:11;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:1:\"#\";s:10:\"full_width\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe0ff1d2d8\";s:19:\"_sow_form_timestamp\";s:13:\"1512038833348\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f5a07c11-7e1e-4f40-a2db-50b29d2b4e80\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}s:10:\"new_window\";b:0;s:5:\"bound\";b:0;}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<h3>Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS</h3>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe1b81d51c\";s:19:\"_sow_form_timestamp\";s:13:\"1512038861248\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"5547c6fa-e5e7-45d6-b1b0-7eba3eb7354e\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1fe1cead2dc\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08d53e86-8c42-4930-9e60-05beb7c4a3da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(854,170,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:14:{s:5:\"image\";i:11;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:69:\"Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS\";s:14:\"title_position\";s:5:\"below\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:1:\"#\";s:10:\"full_width\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe0ff1d2d8\";s:19:\"_sow_form_timestamp\";s:13:\"1512038784086\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f5a07c11-7e1e-4f40-a2db-50b29d2b4e80\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}s:10:\"new_window\";b:0;s:5:\"bound\";b:0;}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1fe183563e5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08d53e86-8c42-4930-9e60-05beb7c4a3da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(855,170,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:14:{s:5:\"image\";i:11;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:69:\"Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS\";s:14:\"title_position\";s:5:\"below\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:1:\"#\";s:10:\"full_width\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe0ff1d2d8\";s:19:\"_sow_form_timestamp\";s:13:\"1512038784086\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f5a07c11-7e1e-4f40-a2db-50b29d2b4e80\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}s:10:\"new_window\";b:0;s:5:\"bound\";b:0;}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1fe183563e5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08d53e86-8c42-4930-9e60-05beb7c4a3da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(856,171,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:2:{i:0;a:14:{s:5:\"image\";i:11;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:1:\"#\";s:10:\"full_width\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe0ff1d2d8\";s:19:\"_sow_form_timestamp\";s:13:\"1512038833348\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f5a07c11-7e1e-4f40-a2db-50b29d2b4e80\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}s:10:\"new_window\";b:0;s:5:\"bound\";b:0;}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<h3>Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS</h3>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe1b81d51c\";s:19:\"_sow_form_timestamp\";s:13:\"1512038861248\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"5547c6fa-e5e7-45d6-b1b0-7eba3eb7354e\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1fe1ceb43c3\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08d53e86-8c42-4930-9e60-05beb7c4a3da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(857,172,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:2:{i:0;a:14:{s:5:\"image\";i:11;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:1:\"#\";s:10:\"full_width\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe0ff1d2d8\";s:19:\"_sow_form_timestamp\";s:13:\"1512038833348\";s:10:\"new_window\";b:0;s:5:\"bound\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f5a07c11-7e1e-4f40-a2db-50b29d2b4e80\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:84:\"<h2>Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS</h2><br />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe1b81d51c\";s:19:\"_sow_form_timestamp\";s:13:\"1512038898157\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"5547c6fa-e5e7-45d6-b1b0-7eba3eb7354e\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1fe1f38455b\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08d53e86-8c42-4930-9e60-05beb7c4a3da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(858,173,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:2:{i:0;a:14:{s:5:\"image\";i:11;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:1:\"#\";s:10:\"full_width\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe0ff1d2d8\";s:19:\"_sow_form_timestamp\";s:13:\"1512038833348\";s:10:\"new_window\";b:0;s:5:\"bound\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f5a07c11-7e1e-4f40-a2db-50b29d2b4e80\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:84:\"<h3>Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS</h3><br />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe1b81d51c\";s:19:\"_sow_form_timestamp\";s:13:\"1512038953207\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"5547c6fa-e5e7-45d6-b1b0-7eba3eb7354e\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1fe22a426bd\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08d53e86-8c42-4930-9e60-05beb7c4a3da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(859,173,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:2:{i:0;a:14:{s:5:\"image\";i:11;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:1:\"#\";s:10:\"full_width\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe0ff1d2d8\";s:19:\"_sow_form_timestamp\";s:13:\"1512038833348\";s:10:\"new_window\";b:0;s:5:\"bound\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f5a07c11-7e1e-4f40-a2db-50b29d2b4e80\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:84:\"<h2>Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS</h2><br />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe1b81d51c\";s:19:\"_sow_form_timestamp\";s:13:\"1512038898157\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"5547c6fa-e5e7-45d6-b1b0-7eba3eb7354e\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1fe1f38455b\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08d53e86-8c42-4930-9e60-05beb7c4a3da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(860,173,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:2:{i:0;a:14:{s:5:\"image\";i:11;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:1:\"#\";s:10:\"full_width\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe0ff1d2d8\";s:19:\"_sow_form_timestamp\";s:13:\"1512038833348\";s:10:\"new_window\";b:0;s:5:\"bound\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f5a07c11-7e1e-4f40-a2db-50b29d2b4e80\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:84:\"<h2>Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS</h2><br />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe1b81d51c\";s:19:\"_sow_form_timestamp\";s:13:\"1512038898157\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"5547c6fa-e5e7-45d6-b1b0-7eba3eb7354e\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1fe1f38455b\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08d53e86-8c42-4930-9e60-05beb7c4a3da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(861,174,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:2:{i:0;a:14:{s:5:\"image\";i:11;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:1:\"#\";s:10:\"full_width\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe0ff1d2d8\";s:19:\"_sow_form_timestamp\";s:13:\"1512038833348\";s:10:\"new_window\";b:0;s:5:\"bound\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f5a07c11-7e1e-4f40-a2db-50b29d2b4e80\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:84:\"<h3>Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS</h3><br />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe1b81d51c\";s:19:\"_sow_form_timestamp\";s:13:\"1512038953207\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"5547c6fa-e5e7-45d6-b1b0-7eba3eb7354e\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1fe22a483a6\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08d53e86-8c42-4930-9e60-05beb7c4a3da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(862,175,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:2:{i:0;a:14:{s:5:\"image\";i:11;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:1:\"#\";s:10:\"full_width\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe0ff1d2d8\";s:19:\"_sow_form_timestamp\";s:13:\"1512038833348\";s:10:\"new_window\";b:0;s:5:\"bound\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f5a07c11-7e1e-4f40-a2db-50b29d2b4e80\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:91:\"<h3>Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS</h3>\n<br /><br />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe1b81d51c\";s:19:\"_sow_form_timestamp\";s:13:\"1512038988118\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"5547c6fa-e5e7-45d6-b1b0-7eba3eb7354e\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1fe24d526f5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08d53e86-8c42-4930-9e60-05beb7c4a3da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(863,176,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:2:{i:0;a:14:{s:5:\"image\";i:11;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:1:\"#\";s:10:\"full_width\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe0ff1d2d8\";s:19:\"_sow_form_timestamp\";s:13:\"1512038833348\";s:10:\"new_window\";b:0;s:5:\"bound\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f5a07c11-7e1e-4f40-a2db-50b29d2b4e80\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:91:\"<h3>Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS</h3>\n<br /><br />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe1b81d51c\";s:19:\"_sow_form_timestamp\";s:13:\"1512038988118\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"5547c6fa-e5e7-45d6-b1b0-7eba3eb7354e\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1fe26edb319\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08d53e86-8c42-4930-9e60-05beb7c4a3da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(875,182,'_edit_last','1'),(876,182,'_edit_lock','1512048580:1'),(877,182,'_wp_page_template','default'),(878,183,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:350:\"<i class=\"fa fa-eye-slash fa-1x\"></i> The first vision correction device was invented in 1000AD, and called a reading stone. As you can imagine, it was for farsighted folk who couldn’t read properly, and was basically a glass sphere used as a magnifying glass. Makes you really thankful for the thin and manageable lenses we have now, doesn’t it?\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fea1ddfe61\";s:19:\"_sow_form_timestamp\";s:13:\"1512041141041\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b28ce9fd-9a36-44be-af91-e69bb50bb7b1\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1feab6c18b9\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d2f3ffca-fa32-4abe-898d-bf636c10e10e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(879,182,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:2:{i:0;a:14:{s:5:\"image\";i:14;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a2003ca83992\";s:19:\"_sow_form_timestamp\";s:13:\"1512047615028\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b9ff124-df15-446f-a88e-d17f82af1174\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5539:\"<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first vision correction device was invented in 1000AD, and called a reading stone. As you can imagine, it was for farsighted folk who couldn’t read properly, and was basically a glass sphere used as a magnifying glass. Makes you really thankful for the thin and manageable lenses we have now, doesn’t it?</p>\n<p align=\"justify\"><img class=\"wp-image-186 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-one.jpg\" alt=\"\" width=\"660\" height=\"439\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first sunglasses, however, date back to 12th century China, where flat crystals of smoky quartz were mounted for personal use to reduce the glare from the sun. It is also said that these ‘sunglasses’ were used by judges while presiding cases, so as not to give away their emotions. This is the earliest record of sunglasses using ‘lenses’. Using materials to see through clearly during daylight or otherwise dates back even further</p>\n<p align=\"justify\"><img class=\"wp-image-187 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-two.jpg\" alt=\"\" width=\"660\" height=\"291\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Now here’s something really interesting, we see contact lenses as an evolution of regular glasses, don’t we? In reality, the first prescription ‘lenses’ were actually similar to contact lenses! Records from 13th century Italy show that glass lenses were used to correct vision, but instead of mounting them in front of the eyes, they were placed directly into the eyes!</p>\n<p align=\"justify\"><img class=\"wp-image-188 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-three.jpg\" alt=\"\" width=\"660\" height=\"299\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> You might remember Benjamin Franklin as one of two things, either as a founding father of the United States of America, or the guy who performed the lightning rod experiment. What many people don’t know, however, is that Benjamin Franklin was also the inventor of bifocals. He was both myopic and hypermetropic, so he developed these special lenses to help him see better. Talk about multi-talented!</p>\n<p align=\"justify\"><img class=\"aligncenter wp-image-189 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-four.jpg\" alt=\"\" width=\"660\" height=\"277\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> It may sound trivial, but the term ‘glasses’ doesn’t really make much sense now. The name originated from the fact that most corrective lenses were actually made of glass. But nowadays, glass is becoming increasingly rare as a lens material because of how fragile it is. Most eyeglasses today are made from some variety of plastic.</p>\n<p align=\"justify\"><img class=\"aligncenter wp-image-190 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-five.jpg\" alt=\"\" width=\"660\" height=\"495\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Contrary to popular belief, wearing someone else’s glasses won’t damage your eyes. Even if you wear your friend’s glasses, which has a different prescription than yours for a couple of weeks, your eyes won’t suddenly ‘change’. This doesn’t hold true for children though, doing the same in kids under the age of 8 increases the risk of amblyopia, more commonly known as ‘lazy eye’.</p>\n<p align=\"justify\"><img class=\"wp-image-192 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-six.jpg\" alt=\"\" width=\"597\" height=\"396\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> According to studies and research all around the world, roughly 25% of the total population require eyeglasses or corrective lenses in some form. So 1/4th of the world isn’t able to see perfectly without some form of vision correction, that’s a huge number!</p>\n<img class=\"aligncenter wp-image-193 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-seven.jpg\" alt=\"\" width=\"400\" height=\"300\" />\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Even though as we mentioned above that the first prescription lenses were similar to contact lenses, they didn’t find mainstream use until much later. The first modern corneal contact lenses were made in 1949, and didn’t become well known until the 70’s.</p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> We all know that earlier ‘medical’ remedies were sometimes ridiculous and sometimes completely out of the world, but did you know that it was believed that wearing gold earrings would improve your vision? Of all the things in the world, apparently it was earrings that helped people see better!</p>\n<p align=\"justify\"><img class=\"wp-image-194 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-eight.jpg\" alt=\"\" width=\"600\" height=\"280\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Another misconception people have is that wearing eyeglasses can make you ‘dependent’ on them. They couldn’t be more wrong. The ‘dependence’ people speak of is simply you getting used to wearing your glasses and seeing clearly. We all want to see the world clearly, don’t we? That doesn’t mean that you’re getting dependent on them and won’t be able to function without them at all.</p>\n<p align=\"justify\"></p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fea1ddfe61\";s:19:\"_sow_form_timestamp\";s:13:\"1512043730311\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b28ce9fd-9a36-44be-af91-e69bb50bb7b1\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a200401d4baa\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d2f3ffca-fa32-4abe-898d-bf636c10e10e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(880,184,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:350:\"<i class=\"fa fa-eye-slash fa-1x\"></i> The first vision correction device was invented in 1000AD, and called a reading stone. As you can imagine, it was for farsighted folk who couldn’t read properly, and was basically a glass sphere used as a magnifying glass. Makes you really thankful for the thin and manageable lenses we have now, doesn’t it?\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fea1ddfe61\";s:19:\"_sow_form_timestamp\";s:13:\"1512041141041\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b28ce9fd-9a36-44be-af91-e69bb50bb7b1\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1feab6c6b14\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d2f3ffca-fa32-4abe-898d-bf636c10e10e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(881,185,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:373:\"<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first vision correction device was invented in 1000AD, and called a reading stone. As you can imagine, it was for farsighted folk who couldn’t read properly, and was basically a glass sphere used as a magnifying glass. Makes you really thankful for the thin and manageable lenses we have now, doesn’t it?</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fea1ddfe61\";s:19:\"_sow_form_timestamp\";s:13:\"1512041176078\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b28ce9fd-9a36-44be-af91-e69bb50bb7b1\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1fead97f8eb\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d2f3ffca-fa32-4abe-898d-bf636c10e10e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(882,186,'_wp_attached_file','2017/11/tips-one.jpg'),(883,186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:660;s:6:\"height\";i:439;s:4:\"file\";s:20:\"2017/11/tips-one.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"tips-one-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"tips-one-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:20:\"tips-one-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"tips-one-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:20:\"tips-one-300x300.jpg\";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:20:\"tips-one-600x439.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"tips-one-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:20:\"tips-one-660x325.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"tips-one-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(884,187,'_wp_attached_file','2017/11/tips-two.jpg'),(885,187,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:660;s:6:\"height\";i:291;s:4:\"file\";s:20:\"2017/11/tips-two.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"tips-two-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"tips-two-300x132.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:20:\"tips-two-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"tips-two-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:20:\"tips-two-300x291.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"tips-two-600x291.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"tips-two-300x291.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"tips-two-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(886,188,'_wp_attached_file','2017/11/tips-three.jpg'),(887,188,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:660;s:6:\"height\";i:299;s:4:\"file\";s:22:\"2017/11/tips-three.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"tips-three-150x150.jpg\";s:5:\"width\";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:\"tips-three-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"tips-three-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"tips-three-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:\"tips-three-300x299.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"tips-three-600x299.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"tips-three-300x299.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:22:\"tips-three-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(888,189,'_wp_attached_file','2017/11/tips-four.jpg'),(889,189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:660;s:6:\"height\";i:277;s:4:\"file\";s:21:\"2017/11/tips-four.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"tips-four-150x150.jpg\";s:5:\"width\";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:\"tips-four-300x126.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:21:\"tips-four-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"tips-four-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:21:\"tips-four-300x277.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"tips-four-600x277.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"tips-four-300x277.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:21:\"tips-four-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(890,190,'_wp_attached_file','2017/11/tips-five.jpg'),(891,190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:660;s:6:\"height\";i:495;s:4:\"file\";s:21:\"2017/11/tips-five.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"tips-five-150x150.jpg\";s:5:\"width\";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:\"tips-five-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:21:\"tips-five-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"tips-five-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:21:\"tips-five-300x300.jpg\";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:21:\"tips-five-600x495.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"tips-five-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:21:\"tips-five-660x325.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:21:\"tips-five-660x450.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:21:\"tips-five-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(894,192,'_wp_attached_file','2017/11/tips-six.jpg'),(895,192,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:597;s:6:\"height\";i:396;s:4:\"file\";s:20:\"2017/11/tips-six.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"tips-six-150x150.jpg\";s:5:\"width\";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:\"tips-six-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:20:\"tips-six-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"tips-six-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:20:\"tips-six-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"tips-six-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:20:\"tips-six-597x325.jpg\";s:5:\"width\";i:597;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"tips-six-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(896,193,'_wp_attached_file','2017/11/tips-seven.jpg'),(897,193,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:22:\"2017/11/tips-seven.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"tips-seven-150x150.jpg\";s:5:\"width\";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:\"tips-seven-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"tips-seven-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"tips-seven-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:\"tips-seven-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"tips-seven-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:22:\"tips-seven-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(898,194,'_wp_attached_file','2017/11/tips-eight.jpg'),(899,194,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:280;s:4:\"file\";s:22:\"2017/11/tips-eight.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"tips-eight-150x150.jpg\";s:5:\"width\";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:\"tips-eight-300x140.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"tips-eight-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"tips-eight-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:\"tips-eight-300x280.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"tips-eight-600x280.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"tips-eight-300x280.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:22:\"tips-eight-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(900,195,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5539:\"<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first vision correction device was invented in 1000AD, and called a reading stone. As you can imagine, it was for farsighted folk who couldn’t read properly, and was basically a glass sphere used as a magnifying glass. Makes you really thankful for the thin and manageable lenses we have now, doesn’t it?</p>\n<p align=\"justify\"><img class=\"wp-image-186 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-one.jpg\" alt=\"\" width=\"660\" height=\"439\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first sunglasses, however, date back to 12th century China, where flat crystals of smoky quartz were mounted for personal use to reduce the glare from the sun. It is also said that these ‘sunglasses’ were used by judges while presiding cases, so as not to give away their emotions. This is the earliest record of sunglasses using ‘lenses’. Using materials to see through clearly during daylight or otherwise dates back even further</p>\n<p align=\"justify\"><img class=\"wp-image-187 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-two.jpg\" alt=\"\" width=\"660\" height=\"291\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Now here’s something really interesting, we see contact lenses as an evolution of regular glasses, don’t we? In reality, the first prescription ‘lenses’ were actually similar to contact lenses! Records from 13th century Italy show that glass lenses were used to correct vision, but instead of mounting them in front of the eyes, they were placed directly into the eyes!</p>\n<p align=\"justify\"><img class=\"wp-image-188 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-three.jpg\" alt=\"\" width=\"660\" height=\"299\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> You might remember Benjamin Franklin as one of two things, either as a founding father of the United States of America, or the guy who performed the lightning rod experiment. What many people don’t know, however, is that Benjamin Franklin was also the inventor of bifocals. He was both myopic and hypermetropic, so he developed these special lenses to help him see better. Talk about multi-talented!</p>\n<p align=\"justify\"><img class=\"aligncenter wp-image-189 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-four.jpg\" alt=\"\" width=\"660\" height=\"277\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> It may sound trivial, but the term ‘glasses’ doesn’t really make much sense now. The name originated from the fact that most corrective lenses were actually made of glass. But nowadays, glass is becoming increasingly rare as a lens material because of how fragile it is. Most eyeglasses today are made from some variety of plastic.</p>\n<p align=\"justify\"><img class=\"aligncenter wp-image-190 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-five.jpg\" alt=\"\" width=\"660\" height=\"495\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Contrary to popular belief, wearing someone else’s glasses won’t damage your eyes. Even if you wear your friend’s glasses, which has a different prescription than yours for a couple of weeks, your eyes won’t suddenly ‘change’. This doesn’t hold true for children though, doing the same in kids under the age of 8 increases the risk of amblyopia, more commonly known as ‘lazy eye’.</p>\n<p align=\"justify\"><img class=\"wp-image-192 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-six.jpg\" alt=\"\" width=\"597\" height=\"396\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> According to studies and research all around the world, roughly 25% of the total population require eyeglasses or corrective lenses in some form. So 1/4th of the world isn’t able to see perfectly without some form of vision correction, that’s a huge number!</p>\n<img class=\"aligncenter wp-image-193 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-seven.jpg\" alt=\"\" width=\"400\" height=\"300\" />\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Even though as we mentioned above that the first prescription lenses were similar to contact lenses, they didn’t find mainstream use until much later. The first modern corneal contact lenses were made in 1949, and didn’t become well known until the 70’s.</p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> We all know that earlier ‘medical’ remedies were sometimes ridiculous and sometimes completely out of the world, but did you know that it was believed that wearing gold earrings would improve your vision? Of all the things in the world, apparently it was earrings that helped people see better!</p>\n<p align=\"justify\"><img class=\"wp-image-194 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-eight.jpg\" alt=\"\" width=\"600\" height=\"280\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Another misconception people have is that wearing eyeglasses can make you ‘dependent’ on them. They couldn’t be more wrong. The ‘dependence’ people speak of is simply you getting used to wearing your glasses and seeing clearly. We all want to see the world clearly, don’t we? That doesn’t mean that you’re getting dependent on them and won’t be able to function without them at all.</p>\n<p align=\"justify\"></p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fea1ddfe61\";s:19:\"_sow_form_timestamp\";s:13:\"1512043730311\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b28ce9fd-9a36-44be-af91-e69bb50bb7b1\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1ff4d37da39\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d2f3ffca-fa32-4abe-898d-bf636c10e10e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(901,196,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5539:\"<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first vision correction device was invented in 1000AD, and called a reading stone. As you can imagine, it was for farsighted folk who couldn’t read properly, and was basically a glass sphere used as a magnifying glass. Makes you really thankful for the thin and manageable lenses we have now, doesn’t it?</p>\n<p align=\"justify\"><img class=\"wp-image-186 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-one.jpg\" alt=\"\" width=\"660\" height=\"439\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first sunglasses, however, date back to 12th century China, where flat crystals of smoky quartz were mounted for personal use to reduce the glare from the sun. It is also said that these ‘sunglasses’ were used by judges while presiding cases, so as not to give away their emotions. This is the earliest record of sunglasses using ‘lenses’. Using materials to see through clearly during daylight or otherwise dates back even further</p>\n<p align=\"justify\"><img class=\"wp-image-187 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-two.jpg\" alt=\"\" width=\"660\" height=\"291\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Now here’s something really interesting, we see contact lenses as an evolution of regular glasses, don’t we? In reality, the first prescription ‘lenses’ were actually similar to contact lenses! Records from 13th century Italy show that glass lenses were used to correct vision, but instead of mounting them in front of the eyes, they were placed directly into the eyes!</p>\n<p align=\"justify\"><img class=\"wp-image-188 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-three.jpg\" alt=\"\" width=\"660\" height=\"299\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> You might remember Benjamin Franklin as one of two things, either as a founding father of the United States of America, or the guy who performed the lightning rod experiment. What many people don’t know, however, is that Benjamin Franklin was also the inventor of bifocals. He was both myopic and hypermetropic, so he developed these special lenses to help him see better. Talk about multi-talented!</p>\n<p align=\"justify\"><img class=\"aligncenter wp-image-189 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-four.jpg\" alt=\"\" width=\"660\" height=\"277\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> It may sound trivial, but the term ‘glasses’ doesn’t really make much sense now. The name originated from the fact that most corrective lenses were actually made of glass. But nowadays, glass is becoming increasingly rare as a lens material because of how fragile it is. Most eyeglasses today are made from some variety of plastic.</p>\n<p align=\"justify\"><img class=\"aligncenter wp-image-190 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-five.jpg\" alt=\"\" width=\"660\" height=\"495\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Contrary to popular belief, wearing someone else’s glasses won’t damage your eyes. Even if you wear your friend’s glasses, which has a different prescription than yours for a couple of weeks, your eyes won’t suddenly ‘change’. This doesn’t hold true for children though, doing the same in kids under the age of 8 increases the risk of amblyopia, more commonly known as ‘lazy eye’.</p>\n<p align=\"justify\"><img class=\"wp-image-192 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-six.jpg\" alt=\"\" width=\"597\" height=\"396\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> According to studies and research all around the world, roughly 25% of the total population require eyeglasses or corrective lenses in some form. So 1/4th of the world isn’t able to see perfectly without some form of vision correction, that’s a huge number!</p>\n<img class=\"aligncenter wp-image-193 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-seven.jpg\" alt=\"\" width=\"400\" height=\"300\" />\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Even though as we mentioned above that the first prescription lenses were similar to contact lenses, they didn’t find mainstream use until much later. The first modern corneal contact lenses were made in 1949, and didn’t become well known until the 70’s.</p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> We all know that earlier ‘medical’ remedies were sometimes ridiculous and sometimes completely out of the world, but did you know that it was believed that wearing gold earrings would improve your vision? Of all the things in the world, apparently it was earrings that helped people see better!</p>\n<p align=\"justify\"><img class=\"wp-image-194 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-eight.jpg\" alt=\"\" width=\"600\" height=\"280\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Another misconception people have is that wearing eyeglasses can make you ‘dependent’ on them. They couldn’t be more wrong. The ‘dependence’ people speak of is simply you getting used to wearing your glasses and seeing clearly. We all want to see the world clearly, don’t we? That doesn’t mean that you’re getting dependent on them and won’t be able to function without them at all.</p>\n<p align=\"justify\"></p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fea1ddfe61\";s:19:\"_sow_form_timestamp\";s:13:\"1512043730311\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b28ce9fd-9a36-44be-af91-e69bb50bb7b1\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1ff4d37da39\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d2f3ffca-fa32-4abe-898d-bf636c10e10e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(902,196,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5539:\"<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first vision correction device was invented in 1000AD, and called a reading stone. As you can imagine, it was for farsighted folk who couldn’t read properly, and was basically a glass sphere used as a magnifying glass. Makes you really thankful for the thin and manageable lenses we have now, doesn’t it?</p>\n<p align=\"justify\"><img class=\"wp-image-186 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-one.jpg\" alt=\"\" width=\"660\" height=\"439\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first sunglasses, however, date back to 12th century China, where flat crystals of smoky quartz were mounted for personal use to reduce the glare from the sun. It is also said that these ‘sunglasses’ were used by judges while presiding cases, so as not to give away their emotions. This is the earliest record of sunglasses using ‘lenses’. Using materials to see through clearly during daylight or otherwise dates back even further</p>\n<p align=\"justify\"><img class=\"wp-image-187 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-two.jpg\" alt=\"\" width=\"660\" height=\"291\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Now here’s something really interesting, we see contact lenses as an evolution of regular glasses, don’t we? In reality, the first prescription ‘lenses’ were actually similar to contact lenses! Records from 13th century Italy show that glass lenses were used to correct vision, but instead of mounting them in front of the eyes, they were placed directly into the eyes!</p>\n<p align=\"justify\"><img class=\"wp-image-188 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-three.jpg\" alt=\"\" width=\"660\" height=\"299\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> You might remember Benjamin Franklin as one of two things, either as a founding father of the United States of America, or the guy who performed the lightning rod experiment. What many people don’t know, however, is that Benjamin Franklin was also the inventor of bifocals. He was both myopic and hypermetropic, so he developed these special lenses to help him see better. Talk about multi-talented!</p>\n<p align=\"justify\"><img class=\"aligncenter wp-image-189 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-four.jpg\" alt=\"\" width=\"660\" height=\"277\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> It may sound trivial, but the term ‘glasses’ doesn’t really make much sense now. The name originated from the fact that most corrective lenses were actually made of glass. But nowadays, glass is becoming increasingly rare as a lens material because of how fragile it is. Most eyeglasses today are made from some variety of plastic.</p>\n<p align=\"justify\"><img class=\"aligncenter wp-image-190 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-five.jpg\" alt=\"\" width=\"660\" height=\"495\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Contrary to popular belief, wearing someone else’s glasses won’t damage your eyes. Even if you wear your friend’s glasses, which has a different prescription than yours for a couple of weeks, your eyes won’t suddenly ‘change’. This doesn’t hold true for children though, doing the same in kids under the age of 8 increases the risk of amblyopia, more commonly known as ‘lazy eye’.</p>\n<p align=\"justify\"><img class=\"wp-image-192 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-six.jpg\" alt=\"\" width=\"597\" height=\"396\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> According to studies and research all around the world, roughly 25% of the total population require eyeglasses or corrective lenses in some form. So 1/4th of the world isn’t able to see perfectly without some form of vision correction, that’s a huge number!</p>\n<img class=\"aligncenter wp-image-193 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-seven.jpg\" alt=\"\" width=\"400\" height=\"300\" />\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Even though as we mentioned above that the first prescription lenses were similar to contact lenses, they didn’t find mainstream use until much later. The first modern corneal contact lenses were made in 1949, and didn’t become well known until the 70’s.</p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> We all know that earlier ‘medical’ remedies were sometimes ridiculous and sometimes completely out of the world, but did you know that it was believed that wearing gold earrings would improve your vision? Of all the things in the world, apparently it was earrings that helped people see better!</p>\n<p align=\"justify\"><img class=\"wp-image-194 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-eight.jpg\" alt=\"\" width=\"600\" height=\"280\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Another misconception people have is that wearing eyeglasses can make you ‘dependent’ on them. They couldn’t be more wrong. The ‘dependence’ people speak of is simply you getting used to wearing your glasses and seeing clearly. We all want to see the world clearly, don’t we? That doesn’t mean that you’re getting dependent on them and won’t be able to function without them at all.</p>\n<p align=\"justify\"></p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fea1ddfe61\";s:19:\"_sow_form_timestamp\";s:13:\"1512043730311\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b28ce9fd-9a36-44be-af91-e69bb50bb7b1\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1ff4d37da39\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d2f3ffca-fa32-4abe-898d-bf636c10e10e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(903,196,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5539:\"<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first vision correction device was invented in 1000AD, and called a reading stone. As you can imagine, it was for farsighted folk who couldn’t read properly, and was basically a glass sphere used as a magnifying glass. Makes you really thankful for the thin and manageable lenses we have now, doesn’t it?</p>\n<p align=\"justify\"><img class=\"wp-image-186 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-one.jpg\" alt=\"\" width=\"660\" height=\"439\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first sunglasses, however, date back to 12th century China, where flat crystals of smoky quartz were mounted for personal use to reduce the glare from the sun. It is also said that these ‘sunglasses’ were used by judges while presiding cases, so as not to give away their emotions. This is the earliest record of sunglasses using ‘lenses’. Using materials to see through clearly during daylight or otherwise dates back even further</p>\n<p align=\"justify\"><img class=\"wp-image-187 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-two.jpg\" alt=\"\" width=\"660\" height=\"291\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Now here’s something really interesting, we see contact lenses as an evolution of regular glasses, don’t we? In reality, the first prescription ‘lenses’ were actually similar to contact lenses! Records from 13th century Italy show that glass lenses were used to correct vision, but instead of mounting them in front of the eyes, they were placed directly into the eyes!</p>\n<p align=\"justify\"><img class=\"wp-image-188 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-three.jpg\" alt=\"\" width=\"660\" height=\"299\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> You might remember Benjamin Franklin as one of two things, either as a founding father of the United States of America, or the guy who performed the lightning rod experiment. What many people don’t know, however, is that Benjamin Franklin was also the inventor of bifocals. He was both myopic and hypermetropic, so he developed these special lenses to help him see better. Talk about multi-talented!</p>\n<p align=\"justify\"><img class=\"aligncenter wp-image-189 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-four.jpg\" alt=\"\" width=\"660\" height=\"277\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> It may sound trivial, but the term ‘glasses’ doesn’t really make much sense now. The name originated from the fact that most corrective lenses were actually made of glass. But nowadays, glass is becoming increasingly rare as a lens material because of how fragile it is. Most eyeglasses today are made from some variety of plastic.</p>\n<p align=\"justify\"><img class=\"aligncenter wp-image-190 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-five.jpg\" alt=\"\" width=\"660\" height=\"495\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Contrary to popular belief, wearing someone else’s glasses won’t damage your eyes. Even if you wear your friend’s glasses, which has a different prescription than yours for a couple of weeks, your eyes won’t suddenly ‘change’. This doesn’t hold true for children though, doing the same in kids under the age of 8 increases the risk of amblyopia, more commonly known as ‘lazy eye’.</p>\n<p align=\"justify\"><img class=\"wp-image-192 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-six.jpg\" alt=\"\" width=\"597\" height=\"396\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> According to studies and research all around the world, roughly 25% of the total population require eyeglasses or corrective lenses in some form. So 1/4th of the world isn’t able to see perfectly without some form of vision correction, that’s a huge number!</p>\n<img class=\"aligncenter wp-image-193 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-seven.jpg\" alt=\"\" width=\"400\" height=\"300\" />\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Even though as we mentioned above that the first prescription lenses were similar to contact lenses, they didn’t find mainstream use until much later. The first modern corneal contact lenses were made in 1949, and didn’t become well known until the 70’s.</p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> We all know that earlier ‘medical’ remedies were sometimes ridiculous and sometimes completely out of the world, but did you know that it was believed that wearing gold earrings would improve your vision? Of all the things in the world, apparently it was earrings that helped people see better!</p>\n<p align=\"justify\"><img class=\"wp-image-194 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-eight.jpg\" alt=\"\" width=\"600\" height=\"280\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Another misconception people have is that wearing eyeglasses can make you ‘dependent’ on them. They couldn’t be more wrong. The ‘dependence’ people speak of is simply you getting used to wearing your glasses and seeing clearly. We all want to see the world clearly, don’t we? That doesn’t mean that you’re getting dependent on them and won’t be able to function without them at all.</p>\n<p align=\"justify\"></p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fea1ddfe61\";s:19:\"_sow_form_timestamp\";s:13:\"1512043730311\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b28ce9fd-9a36-44be-af91-e69bb50bb7b1\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1ff4d37da39\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d2f3ffca-fa32-4abe-898d-bf636c10e10e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(904,197,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5539:\"<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first vision correction device was invented in 1000AD, and called a reading stone. As you can imagine, it was for farsighted folk who couldn’t read properly, and was basically a glass sphere used as a magnifying glass. Makes you really thankful for the thin and manageable lenses we have now, doesn’t it?</p>\n<p align=\"justify\"><img class=\"wp-image-186 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-one.jpg\" alt=\"\" width=\"660\" height=\"439\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first sunglasses, however, date back to 12th century China, where flat crystals of smoky quartz were mounted for personal use to reduce the glare from the sun. It is also said that these ‘sunglasses’ were used by judges while presiding cases, so as not to give away their emotions. This is the earliest record of sunglasses using ‘lenses’. Using materials to see through clearly during daylight or otherwise dates back even further</p>\n<p align=\"justify\"><img class=\"wp-image-187 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-two.jpg\" alt=\"\" width=\"660\" height=\"291\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Now here’s something really interesting, we see contact lenses as an evolution of regular glasses, don’t we? In reality, the first prescription ‘lenses’ were actually similar to contact lenses! Records from 13th century Italy show that glass lenses were used to correct vision, but instead of mounting them in front of the eyes, they were placed directly into the eyes!</p>\n<p align=\"justify\"><img class=\"wp-image-188 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-three.jpg\" alt=\"\" width=\"660\" height=\"299\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> You might remember Benjamin Franklin as one of two things, either as a founding father of the United States of America, or the guy who performed the lightning rod experiment. What many people don’t know, however, is that Benjamin Franklin was also the inventor of bifocals. He was both myopic and hypermetropic, so he developed these special lenses to help him see better. Talk about multi-talented!</p>\n<p align=\"justify\"><img class=\"aligncenter wp-image-189 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-four.jpg\" alt=\"\" width=\"660\" height=\"277\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> It may sound trivial, but the term ‘glasses’ doesn’t really make much sense now. The name originated from the fact that most corrective lenses were actually made of glass. But nowadays, glass is becoming increasingly rare as a lens material because of how fragile it is. Most eyeglasses today are made from some variety of plastic.</p>\n<p align=\"justify\"><img class=\"aligncenter wp-image-190 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-five.jpg\" alt=\"\" width=\"660\" height=\"495\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Contrary to popular belief, wearing someone else’s glasses won’t damage your eyes. Even if you wear your friend’s glasses, which has a different prescription than yours for a couple of weeks, your eyes won’t suddenly ‘change’. This doesn’t hold true for children though, doing the same in kids under the age of 8 increases the risk of amblyopia, more commonly known as ‘lazy eye’.</p>\n<p align=\"justify\"><img class=\"wp-image-192 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-six.jpg\" alt=\"\" width=\"597\" height=\"396\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> According to studies and research all around the world, roughly 25% of the total population require eyeglasses or corrective lenses in some form. So 1/4th of the world isn’t able to see perfectly without some form of vision correction, that’s a huge number!</p>\n<img class=\"aligncenter wp-image-193 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-seven.jpg\" alt=\"\" width=\"400\" height=\"300\" />\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Even though as we mentioned above that the first prescription lenses were similar to contact lenses, they didn’t find mainstream use until much later. The first modern corneal contact lenses were made in 1949, and didn’t become well known until the 70’s.</p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> We all know that earlier ‘medical’ remedies were sometimes ridiculous and sometimes completely out of the world, but did you know that it was believed that wearing gold earrings would improve your vision? Of all the things in the world, apparently it was earrings that helped people see better!</p>\n<p align=\"justify\"><img class=\"wp-image-194 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-eight.jpg\" alt=\"\" width=\"600\" height=\"280\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Another misconception people have is that wearing eyeglasses can make you ‘dependent’ on them. They couldn’t be more wrong. The ‘dependence’ people speak of is simply you getting used to wearing your glasses and seeing clearly. We all want to see the world clearly, don’t we? That doesn’t mean that you’re getting dependent on them and won’t be able to function without them at all.</p>\n<p align=\"justify\"></p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fea1ddfe61\";s:19:\"_sow_form_timestamp\";s:13:\"1512043730311\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b28ce9fd-9a36-44be-af91-e69bb50bb7b1\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1ff4d37da39\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d2f3ffca-fa32-4abe-898d-bf636c10e10e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(905,198,'_edit_last','1'),(906,198,'_edit_lock','1512047326:1'),(907,199,'_wp_attached_file','2017/11/lens11.jpg'),(908,199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:163;s:4:\"file\";s:18:\"2017/11/lens11.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"lens11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:18:\"lens11-210x154.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"lens11-180x163.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(909,200,'_wp_attached_file','2017/11/lens2.jpg'),(910,200,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:175;s:4:\"file\";s:17:\"2017/11/lens2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"lens2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:17:\"lens2-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"lens2-180x175.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(911,198,'_wp_page_template','default'),(912,201,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:4493:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"210\" height=\"163\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4>Concave Lens</h4>\n<p align=\"justify\"><img class=\"size-full wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"225\" height=\"175\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<p>Photochromic Lenses<br /> These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<p>Bifocals<br /> The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<p>Trifocals<br /> These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<p>Varifocal<br /> The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,<br /> that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<p>Reflection-free coating<br /> Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<p>Scratch resistant / hardening coating<br /> People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512044982215\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1ff9bc2c29a\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(913,198,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:2:{i:0;a:14:{s:5:\"image\";i:244;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20030f738ef\";s:19:\"_sow_form_timestamp\";s:13:\"1512047392948\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b4c6f60-8e6d-42cb-9c66-e5f0edab845f\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5563:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> </h4>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512047149493\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a2003262130c\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(914,202,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:4493:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"210\" height=\"163\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4>Concave Lens</h4>\n<p align=\"justify\"><img class=\"size-full wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"225\" height=\"175\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<p>Photochromic Lenses<br /> These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<p>Bifocals<br /> The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<p>Trifocals<br /> These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<p>Varifocal<br /> The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,<br /> that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<p>Reflection-free coating<br /> Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<p>Scratch resistant / hardening coating<br /> People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512044982215\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1ff9bc31cb6\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(915,203,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:4486:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"116\" height=\"90\" />Concave Lens</h4>\n<p align=\"justify\">A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<p>Photochromic Lenses<br /> These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<p>Bifocals<br /> The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<p>Trifocals<br /> These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<p>Varifocal<br /> The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,<br /> that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<p>Reflection-free coating<br /> Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<p>Scratch resistant / hardening coating<br /> People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512045091017\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1ffa29a21aa\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(916,203,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:4493:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"210\" height=\"163\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4>Concave Lens</h4>\n<p align=\"justify\"><img class=\"size-full wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"225\" height=\"175\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<p>Photochromic Lenses<br /> These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<p>Bifocals<br /> The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<p>Trifocals<br /> These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<p>Varifocal<br /> The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,<br /> that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<p>Reflection-free coating<br /> Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<p>Scratch resistant / hardening coating<br /> People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512044982215\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1ff9bc31cb6\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(917,203,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:4493:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"210\" height=\"163\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4>Concave Lens</h4>\n<p align=\"justify\"><img class=\"size-full wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"225\" height=\"175\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<p>Photochromic Lenses<br /> These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<p>Bifocals<br /> The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<p>Trifocals<br /> These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<p>Varifocal<br /> The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,<br /> that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<p>Reflection-free coating<br /> Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<p>Scratch resistant / hardening coating<br /> People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512044982215\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1ff9bc31cb6\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(918,204,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:4486:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"116\" height=\"90\" />Concave Lens</h4>\n<p align=\"justify\">A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<p>Photochromic Lenses<br /> These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<p>Bifocals<br /> The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<p>Trifocals<br /> These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<p>Varifocal<br /> The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,<br /> that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<p>Reflection-free coating<br /> Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<p>Scratch resistant / hardening coating<br /> People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512045091017\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1ffa29a91b7\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(919,205,'_wp_attached_file','2017/11/lens3.jpg'),(920,205,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:17:\"2017/11/lens3.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"lens3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"lens3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:17:\"lens3-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"lens3-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:17:\"lens3-300x300.jpg\";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:17:\"lens3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"lens3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:17:\"lens3-640x325.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:17:\"lens3-640x450.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:17:\"lens3-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(921,206,'_wp_attached_file','2017/11/lens4.jpg'),(922,206,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:251;s:6:\"height\";i:120;s:4:\"file\";s:17:\"2017/11/lens4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"lens4-150x120.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:17:\"lens4-220x120.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"lens4-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(923,207,'_wp_attached_file','2017/11/lens5.jpg'),(924,207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:17:\"2017/11/lens5.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"lens5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:17:\"lens5-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"lens5-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:17:\"lens5-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(925,208,'_wp_attached_file','2017/11/lens6.jpg'),(926,208,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:324;s:6:\"height\";i:184;s:4:\"file\";s:17:\"2017/11/lens6.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"lens6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"lens6-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:17:\"lens6-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"lens6-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:17:\"lens6-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"lens6-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:17:\"lens6-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(927,209,'_wp_attached_file','2017/11/lens7.jpg'),(928,209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:165;s:4:\"file\";s:17:\"2017/11/lens7.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"lens7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:17:\"lens7-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"lens7-180x165.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(929,210,'_wp_attached_file','2017/11/lens8.png'),(930,210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:264;s:6:\"height\";i:250;s:4:\"file\";s:17:\"2017/11/lens8.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"lens8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:17:\"lens8-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"lens8-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:17:\"lens8-264x182.png\";s:5:\"width\";i:264;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(931,211,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5488:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n\n<h4>Convex Lens</h4>\n<img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" />\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n\n<h4><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"116\" height=\"90\" /></h4>\n<h4>Concave Lens</h4>\n<p align=\"justify\">A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n\n<h4>Photochromic Lenses</h4>\n<img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"82\" height=\"82\" />\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n\n<h4></h4>\n<h4>Bifocals</h4>\n<img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" />\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n\n<h4>Trifocals</h4>\n<img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" />\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n\n<h4>Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n\n<h4>Reflection-free coating</h4>\n<img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" />\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n \n<h4>Scratch resistant / hardening coating</h4>\n<img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /><p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512046520006\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1fffb95d167\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(932,211,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:4486:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"116\" height=\"90\" />Concave Lens</h4>\n<p align=\"justify\">A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<p>Photochromic Lenses<br /> These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<p>Bifocals<br /> The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<p>Trifocals<br /> These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<p>Varifocal<br /> The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,<br /> that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<p>Reflection-free coating<br /> Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<p>Scratch resistant / hardening coating<br /> People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512045091017\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1ffa29a91b7\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(933,211,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:4486:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"116\" height=\"90\" />Concave Lens</h4>\n<p align=\"justify\">A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<p>Photochromic Lenses<br /> These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<p>Bifocals<br /> The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<p>Trifocals<br /> These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<p>Varifocal<br /> The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,<br /> that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<p>Reflection-free coating<br /> Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<p>Scratch resistant / hardening coating<br /> People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512045091017\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1ffa29a91b7\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(934,212,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5488:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n\n<h4>Convex Lens</h4>\n<img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" />\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n\n<h4><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"116\" height=\"90\" /></h4>\n<h4>Concave Lens</h4>\n<p align=\"justify\">A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n\n<h4>Photochromic Lenses</h4>\n<img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"82\" height=\"82\" />\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n\n<h4></h4>\n<h4>Bifocals</h4>\n<img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" />\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n\n<h4>Trifocals</h4>\n<img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" />\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n\n<h4>Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n\n<h4>Reflection-free coating</h4>\n<img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" />\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n \n<h4>Scratch resistant / hardening coating</h4>\n<img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /><p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512046520006\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1fffb963994\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(935,213,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5543:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"116\" height=\"90\" /></h4>\n<h4> </h4>\n<h4>Concave Lens</h4>\n<p align=\"justify\">A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"115\" height=\"115\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4>Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<p> </p>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512046584829\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1ffffc3332f\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(936,214,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5545:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"116\" height=\"90\" /></h4>\n<h4> </h4>\n<h4>Concave Lens</h4>\n<p align=\"justify\">A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"115\" height=\"115\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4>Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512046621964\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20002188097\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(937,214,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5543:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"116\" height=\"90\" /></h4>\n<h4> </h4>\n<h4>Concave Lens</h4>\n<p align=\"justify\">A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"115\" height=\"115\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4>Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<p> </p>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512046584829\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1ffffc3332f\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(938,214,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5543:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"116\" height=\"90\" /></h4>\n<h4> </h4>\n<h4>Concave Lens</h4>\n<p align=\"justify\">A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"115\" height=\"115\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4>Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<p> </p>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512046584829\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1ffffc3332f\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(939,215,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5545:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"116\" height=\"90\" /></h4>\n<h4> </h4>\n<h4>Concave Lens</h4>\n<p align=\"justify\">A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"115\" height=\"115\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4>Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512046621964\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a2000218f8d3\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(940,216,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5569:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"116\" height=\"90\" /></h4>\n<h4> </h4>\n<h4>Concave Lens</h4>\n<p align=\"justify\">A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"115\" height=\"115\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> </h4>\n<h4>Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512046653447\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a200040d13e5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(941,216,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5545:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"116\" height=\"90\" /></h4>\n<h4> </h4>\n<h4>Concave Lens</h4>\n<p align=\"justify\">A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"115\" height=\"115\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4>Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512046621964\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a2000218f8d3\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(942,216,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5545:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"116\" height=\"90\" /></h4>\n<h4> </h4>\n<h4>Concave Lens</h4>\n<p align=\"justify\">A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"115\" height=\"115\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4>Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512046621964\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a2000218f8d3\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(943,217,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5569:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"116\" height=\"90\" /></h4>\n<h4> </h4>\n<h4>Concave Lens</h4>\n<p align=\"justify\">A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"115\" height=\"115\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> </h4>\n<h4>Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512046653447\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a200040d8d2f\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(944,218,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5571:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"115\" height=\"115\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> </h4>\n<h4>Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512046732449\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a2000915a1fe\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(945,218,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5569:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"116\" height=\"90\" /></h4>\n<h4> </h4>\n<h4>Concave Lens</h4>\n<p align=\"justify\">A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"115\" height=\"115\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> </h4>\n<h4>Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512046653447\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a200040d8d2f\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(946,218,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5569:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"116\" height=\"90\" /></h4>\n<h4> </h4>\n<h4>Concave Lens</h4>\n<p align=\"justify\">A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"115\" height=\"115\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> </h4>\n<h4>Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512046653447\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a200040d8d2f\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(947,219,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5571:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"115\" height=\"115\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> </h4>\n<h4>Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512046732449\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a200091625ab\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(948,220,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5541:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512046782079\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a2000c294662\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(949,220,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5571:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"115\" height=\"115\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> </h4>\n<h4>Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512046732449\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a200091625ab\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(950,220,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5571:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"115\" height=\"115\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> </h4>\n<h4>Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512046732449\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a200091625ab\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(951,221,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5541:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512046782079\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a2000c29bbf1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(952,222,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5541:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512046782079\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a200181dbfc1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(953,222,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5541:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512046782079\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a2000c29bbf1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(954,222,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5541:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512046782079\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a2000c29bbf1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(955,223,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5541:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512046782079\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a200181e1ddf\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(956,224,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5541:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512046782079\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a200181e1ddf\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(957,224,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5541:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512046782079\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a200181e1ddf\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(958,224,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5541:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512046782079\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a200181e1ddf\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(959,225,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5541:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512046782079\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a200181e1ddf\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(960,226,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5553:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> </h4>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512047110424\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20020ca5397\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(961,226,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5541:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512046782079\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a200181e1ddf\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(962,226,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5541:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512046782079\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a200181e1ddf\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(963,227,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5553:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> </h4>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512047110424\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20020cacf0e\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(964,228,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5563:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> </h4>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512047149493\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a200231069c9\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(965,228,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5553:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> </h4>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512047110424\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20020cacf0e\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(966,228,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5553:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> </h4>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512047110424\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20020cacf0e\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(967,229,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5563:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> </h4>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512047149493\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a2002310de84\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(977,231,'_menu_item_type','post_type'),(978,231,'_menu_item_menu_item_parent','0'),(979,231,'_menu_item_object_id','182'),(980,231,'_menu_item_object','page'),(981,231,'_menu_item_target',''),(982,231,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(983,231,'_menu_item_xfn',''),(984,231,'_menu_item_url',''),(985,231,'_menu_item_orphaned','1512047242'),(986,232,'_menu_item_type','post_type'),(987,232,'_menu_item_menu_item_parent','0'),(988,232,'_menu_item_object_id','32'),(989,232,'_menu_item_object','page'),(990,232,'_menu_item_target',''),(991,232,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(992,232,'_menu_item_xfn',''),(993,232,'_menu_item_url',''),(995,233,'_menu_item_type','post_type'),(996,233,'_menu_item_menu_item_parent','0'),(997,233,'_menu_item_object_id','33'),(998,233,'_menu_item_object','page'),(999,233,'_menu_item_target',''),(1000,233,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1001,233,'_menu_item_xfn',''),(1002,233,'_menu_item_url',''),(1004,234,'_menu_item_type','post_type'),(1005,234,'_menu_item_menu_item_parent','0'),(1006,234,'_menu_item_object_id','17'),(1007,234,'_menu_item_object','page'),(1008,234,'_menu_item_target',''),(1009,234,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1010,234,'_menu_item_xfn',''),(1011,234,'_menu_item_url',''),(1012,234,'_menu_item_orphaned','1512047242'),(1013,235,'_menu_item_type','post_type'),(1014,235,'_menu_item_menu_item_parent','0'),(1015,235,'_menu_item_object_id','59'),(1016,235,'_menu_item_object','page'),(1017,235,'_menu_item_target',''),(1018,235,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1019,235,'_menu_item_xfn',''),(1020,235,'_menu_item_url',''),(1021,235,'_menu_item_orphaned','1512047242'),(1022,236,'_menu_item_type','post_type'),(1023,236,'_menu_item_menu_item_parent','0'),(1024,236,'_menu_item_object_id','34'),(1025,236,'_menu_item_object','page'),(1026,236,'_menu_item_target',''),(1027,236,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1028,236,'_menu_item_xfn',''),(1029,236,'_menu_item_url',''),(1031,237,'_menu_item_type','post_type'),(1032,237,'_menu_item_menu_item_parent','0'),(1033,237,'_menu_item_object_id','31'),(1034,237,'_menu_item_object','page'),(1035,237,'_menu_item_target',''),(1036,237,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1037,237,'_menu_item_xfn',''),(1038,237,'_menu_item_url',''),(1076,242,'_menu_item_type','post_type'),(1077,242,'_menu_item_menu_item_parent','0'),(1078,242,'_menu_item_object_id','198'),(1079,242,'_menu_item_object','page'),(1080,242,'_menu_item_target',''),(1081,242,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1082,242,'_menu_item_xfn',''),(1083,242,'_menu_item_url',''),(1085,243,'_menu_item_type','post_type'),(1086,243,'_menu_item_menu_item_parent','0'),(1087,243,'_menu_item_object_id','41'),(1088,243,'_menu_item_object','page'),(1089,243,'_menu_item_target',''),(1090,243,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1091,243,'_menu_item_xfn',''),(1092,243,'_menu_item_url',''),(1094,244,'_wp_attached_file','2017/11/big-image.jpg'),(1095,244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1120;s:6:\"height\";i:308;s:4:\"file\";s:21:\"2017/11/big-image.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"big-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"big-image-300x83.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"big-image-768x211.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"big-image-1024x282.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:21:\"big-image-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"big-image-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:21:\"big-image-300x300.jpg\";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:21:\"big-image-600x308.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"big-image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:21:\"big-image-688x308.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:21:\"big-image-855x308.jpg\";s:5:\"width\";i:855;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:21:\"big-image-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1096,245,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:2:{i:0;a:14:{s:5:\"image\";i:244;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20030f738ef\";s:19:\"_sow_form_timestamp\";s:13:\"1512047392948\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b4c6f60-8e6d-42cb-9c66-e5f0edab845f\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5563:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> </h4>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512047149493\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20032619613\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1097,245,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5563:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> </h4>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512047149493\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a2002310de84\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1098,245,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5563:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> </h4>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512047149493\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a2002310de84\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1099,246,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:2:{i:0;a:14:{s:5:\"image\";i:244;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20030f738ef\";s:19:\"_sow_form_timestamp\";s:13:\"1512047392948\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b4c6f60-8e6d-42cb-9c66-e5f0edab845f\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5563:\"<h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> </h4>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ff699607bf\";s:19:\"_sow_form_timestamp\";s:13:\"1512047149493\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"2b250a34-d670-499c-9a56-416d6e3efdf3\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a2003262130c\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d46266a8-6796-4da7-9a91-a964c8e9436b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1109,247,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:2:{i:0;a:14:{s:5:\"image\";i:14;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a2003ca83992\";s:19:\"_sow_form_timestamp\";s:13:\"1512047615028\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b9ff124-df15-446f-a88e-d17f82af1174\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5539:\"<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first vision correction device was invented in 1000AD, and called a reading stone. As you can imagine, it was for farsighted folk who couldn’t read properly, and was basically a glass sphere used as a magnifying glass. Makes you really thankful for the thin and manageable lenses we have now, doesn’t it?</p>\n<p align=\"justify\"><img class=\"wp-image-186 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-one.jpg\" alt=\"\" width=\"660\" height=\"439\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first sunglasses, however, date back to 12th century China, where flat crystals of smoky quartz were mounted for personal use to reduce the glare from the sun. It is also said that these ‘sunglasses’ were used by judges while presiding cases, so as not to give away their emotions. This is the earliest record of sunglasses using ‘lenses’. Using materials to see through clearly during daylight or otherwise dates back even further</p>\n<p align=\"justify\"><img class=\"wp-image-187 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-two.jpg\" alt=\"\" width=\"660\" height=\"291\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Now here’s something really interesting, we see contact lenses as an evolution of regular glasses, don’t we? In reality, the first prescription ‘lenses’ were actually similar to contact lenses! Records from 13th century Italy show that glass lenses were used to correct vision, but instead of mounting them in front of the eyes, they were placed directly into the eyes!</p>\n<p align=\"justify\"><img class=\"wp-image-188 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-three.jpg\" alt=\"\" width=\"660\" height=\"299\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> You might remember Benjamin Franklin as one of two things, either as a founding father of the United States of America, or the guy who performed the lightning rod experiment. What many people don’t know, however, is that Benjamin Franklin was also the inventor of bifocals. He was both myopic and hypermetropic, so he developed these special lenses to help him see better. Talk about multi-talented!</p>\n<p align=\"justify\"><img class=\"aligncenter wp-image-189 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-four.jpg\" alt=\"\" width=\"660\" height=\"277\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> It may sound trivial, but the term ‘glasses’ doesn’t really make much sense now. The name originated from the fact that most corrective lenses were actually made of glass. But nowadays, glass is becoming increasingly rare as a lens material because of how fragile it is. Most eyeglasses today are made from some variety of plastic.</p>\n<p align=\"justify\"><img class=\"aligncenter wp-image-190 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-five.jpg\" alt=\"\" width=\"660\" height=\"495\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Contrary to popular belief, wearing someone else’s glasses won’t damage your eyes. Even if you wear your friend’s glasses, which has a different prescription than yours for a couple of weeks, your eyes won’t suddenly ‘change’. This doesn’t hold true for children though, doing the same in kids under the age of 8 increases the risk of amblyopia, more commonly known as ‘lazy eye’.</p>\n<p align=\"justify\"><img class=\"wp-image-192 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-six.jpg\" alt=\"\" width=\"597\" height=\"396\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> According to studies and research all around the world, roughly 25% of the total population require eyeglasses or corrective lenses in some form. So 1/4th of the world isn’t able to see perfectly without some form of vision correction, that’s a huge number!</p>\n<img class=\"aligncenter wp-image-193 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-seven.jpg\" alt=\"\" width=\"400\" height=\"300\" />\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Even though as we mentioned above that the first prescription lenses were similar to contact lenses, they didn’t find mainstream use until much later. The first modern corneal contact lenses were made in 1949, and didn’t become well known until the 70’s.</p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> We all know that earlier ‘medical’ remedies were sometimes ridiculous and sometimes completely out of the world, but did you know that it was believed that wearing gold earrings would improve your vision? Of all the things in the world, apparently it was earrings that helped people see better!</p>\n<p align=\"justify\"><img class=\"wp-image-194 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-eight.jpg\" alt=\"\" width=\"600\" height=\"280\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Another misconception people have is that wearing eyeglasses can make you ‘dependent’ on them. They couldn’t be more wrong. The ‘dependence’ people speak of is simply you getting used to wearing your glasses and seeing clearly. We all want to see the world clearly, don’t we? That doesn’t mean that you’re getting dependent on them and won’t be able to function without them at all.</p>\n<p align=\"justify\"></p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fea1ddfe61\";s:19:\"_sow_form_timestamp\";s:13:\"1512043730311\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b28ce9fd-9a36-44be-af91-e69bb50bb7b1\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a200401cc405\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d2f3ffca-fa32-4abe-898d-bf636c10e10e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1110,247,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5539:\"<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first vision correction device was invented in 1000AD, and called a reading stone. As you can imagine, it was for farsighted folk who couldn’t read properly, and was basically a glass sphere used as a magnifying glass. Makes you really thankful for the thin and manageable lenses we have now, doesn’t it?</p>\n<p align=\"justify\"><img class=\"wp-image-186 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-one.jpg\" alt=\"\" width=\"660\" height=\"439\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first sunglasses, however, date back to 12th century China, where flat crystals of smoky quartz were mounted for personal use to reduce the glare from the sun. It is also said that these ‘sunglasses’ were used by judges while presiding cases, so as not to give away their emotions. This is the earliest record of sunglasses using ‘lenses’. Using materials to see through clearly during daylight or otherwise dates back even further</p>\n<p align=\"justify\"><img class=\"wp-image-187 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-two.jpg\" alt=\"\" width=\"660\" height=\"291\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Now here’s something really interesting, we see contact lenses as an evolution of regular glasses, don’t we? In reality, the first prescription ‘lenses’ were actually similar to contact lenses! Records from 13th century Italy show that glass lenses were used to correct vision, but instead of mounting them in front of the eyes, they were placed directly into the eyes!</p>\n<p align=\"justify\"><img class=\"wp-image-188 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-three.jpg\" alt=\"\" width=\"660\" height=\"299\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> You might remember Benjamin Franklin as one of two things, either as a founding father of the United States of America, or the guy who performed the lightning rod experiment. What many people don’t know, however, is that Benjamin Franklin was also the inventor of bifocals. He was both myopic and hypermetropic, so he developed these special lenses to help him see better. Talk about multi-talented!</p>\n<p align=\"justify\"><img class=\"aligncenter wp-image-189 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-four.jpg\" alt=\"\" width=\"660\" height=\"277\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> It may sound trivial, but the term ‘glasses’ doesn’t really make much sense now. The name originated from the fact that most corrective lenses were actually made of glass. But nowadays, glass is becoming increasingly rare as a lens material because of how fragile it is. Most eyeglasses today are made from some variety of plastic.</p>\n<p align=\"justify\"><img class=\"aligncenter wp-image-190 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-five.jpg\" alt=\"\" width=\"660\" height=\"495\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Contrary to popular belief, wearing someone else’s glasses won’t damage your eyes. Even if you wear your friend’s glasses, which has a different prescription than yours for a couple of weeks, your eyes won’t suddenly ‘change’. This doesn’t hold true for children though, doing the same in kids under the age of 8 increases the risk of amblyopia, more commonly known as ‘lazy eye’.</p>\n<p align=\"justify\"><img class=\"wp-image-192 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-six.jpg\" alt=\"\" width=\"597\" height=\"396\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> According to studies and research all around the world, roughly 25% of the total population require eyeglasses or corrective lenses in some form. So 1/4th of the world isn’t able to see perfectly without some form of vision correction, that’s a huge number!</p>\n<img class=\"aligncenter wp-image-193 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-seven.jpg\" alt=\"\" width=\"400\" height=\"300\" />\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Even though as we mentioned above that the first prescription lenses were similar to contact lenses, they didn’t find mainstream use until much later. The first modern corneal contact lenses were made in 1949, and didn’t become well known until the 70’s.</p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> We all know that earlier ‘medical’ remedies were sometimes ridiculous and sometimes completely out of the world, but did you know that it was believed that wearing gold earrings would improve your vision? Of all the things in the world, apparently it was earrings that helped people see better!</p>\n<p align=\"justify\"><img class=\"wp-image-194 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-eight.jpg\" alt=\"\" width=\"600\" height=\"280\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Another misconception people have is that wearing eyeglasses can make you ‘dependent’ on them. They couldn’t be more wrong. The ‘dependence’ people speak of is simply you getting used to wearing your glasses and seeing clearly. We all want to see the world clearly, don’t we? That doesn’t mean that you’re getting dependent on them and won’t be able to function without them at all.</p>\n<p align=\"justify\"></p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fea1ddfe61\";s:19:\"_sow_form_timestamp\";s:13:\"1512043730311\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b28ce9fd-9a36-44be-af91-e69bb50bb7b1\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1ff4d37da39\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d2f3ffca-fa32-4abe-898d-bf636c10e10e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1111,247,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5539:\"<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first vision correction device was invented in 1000AD, and called a reading stone. As you can imagine, it was for farsighted folk who couldn’t read properly, and was basically a glass sphere used as a magnifying glass. Makes you really thankful for the thin and manageable lenses we have now, doesn’t it?</p>\n<p align=\"justify\"><img class=\"wp-image-186 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-one.jpg\" alt=\"\" width=\"660\" height=\"439\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first sunglasses, however, date back to 12th century China, where flat crystals of smoky quartz were mounted for personal use to reduce the glare from the sun. It is also said that these ‘sunglasses’ were used by judges while presiding cases, so as not to give away their emotions. This is the earliest record of sunglasses using ‘lenses’. Using materials to see through clearly during daylight or otherwise dates back even further</p>\n<p align=\"justify\"><img class=\"wp-image-187 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-two.jpg\" alt=\"\" width=\"660\" height=\"291\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Now here’s something really interesting, we see contact lenses as an evolution of regular glasses, don’t we? In reality, the first prescription ‘lenses’ were actually similar to contact lenses! Records from 13th century Italy show that glass lenses were used to correct vision, but instead of mounting them in front of the eyes, they were placed directly into the eyes!</p>\n<p align=\"justify\"><img class=\"wp-image-188 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-three.jpg\" alt=\"\" width=\"660\" height=\"299\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> You might remember Benjamin Franklin as one of two things, either as a founding father of the United States of America, or the guy who performed the lightning rod experiment. What many people don’t know, however, is that Benjamin Franklin was also the inventor of bifocals. He was both myopic and hypermetropic, so he developed these special lenses to help him see better. Talk about multi-talented!</p>\n<p align=\"justify\"><img class=\"aligncenter wp-image-189 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-four.jpg\" alt=\"\" width=\"660\" height=\"277\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> It may sound trivial, but the term ‘glasses’ doesn’t really make much sense now. The name originated from the fact that most corrective lenses were actually made of glass. But nowadays, glass is becoming increasingly rare as a lens material because of how fragile it is. Most eyeglasses today are made from some variety of plastic.</p>\n<p align=\"justify\"><img class=\"aligncenter wp-image-190 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-five.jpg\" alt=\"\" width=\"660\" height=\"495\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Contrary to popular belief, wearing someone else’s glasses won’t damage your eyes. Even if you wear your friend’s glasses, which has a different prescription than yours for a couple of weeks, your eyes won’t suddenly ‘change’. This doesn’t hold true for children though, doing the same in kids under the age of 8 increases the risk of amblyopia, more commonly known as ‘lazy eye’.</p>\n<p align=\"justify\"><img class=\"wp-image-192 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-six.jpg\" alt=\"\" width=\"597\" height=\"396\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> According to studies and research all around the world, roughly 25% of the total population require eyeglasses or corrective lenses in some form. So 1/4th of the world isn’t able to see perfectly without some form of vision correction, that’s a huge number!</p>\n<img class=\"aligncenter wp-image-193 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-seven.jpg\" alt=\"\" width=\"400\" height=\"300\" />\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Even though as we mentioned above that the first prescription lenses were similar to contact lenses, they didn’t find mainstream use until much later. The first modern corneal contact lenses were made in 1949, and didn’t become well known until the 70’s.</p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> We all know that earlier ‘medical’ remedies were sometimes ridiculous and sometimes completely out of the world, but did you know that it was believed that wearing gold earrings would improve your vision? Of all the things in the world, apparently it was earrings that helped people see better!</p>\n<p align=\"justify\"><img class=\"wp-image-194 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-eight.jpg\" alt=\"\" width=\"600\" height=\"280\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Another misconception people have is that wearing eyeglasses can make you ‘dependent’ on them. They couldn’t be more wrong. The ‘dependence’ people speak of is simply you getting used to wearing your glasses and seeing clearly. We all want to see the world clearly, don’t we? That doesn’t mean that you’re getting dependent on them and won’t be able to function without them at all.</p>\n<p align=\"justify\"></p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fea1ddfe61\";s:19:\"_sow_form_timestamp\";s:13:\"1512043730311\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b28ce9fd-9a36-44be-af91-e69bb50bb7b1\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1ff4d37da39\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d2f3ffca-fa32-4abe-898d-bf636c10e10e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1112,248,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:2:{i:0;a:14:{s:5:\"image\";i:14;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a2003ca83992\";s:19:\"_sow_form_timestamp\";s:13:\"1512047615028\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2b9ff124-df15-446f-a88e-d17f82af1174\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5539:\"<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first vision correction device was invented in 1000AD, and called a reading stone. As you can imagine, it was for farsighted folk who couldn’t read properly, and was basically a glass sphere used as a magnifying glass. Makes you really thankful for the thin and manageable lenses we have now, doesn’t it?</p>\n<p align=\"justify\"><img class=\"wp-image-186 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-one.jpg\" alt=\"\" width=\"660\" height=\"439\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first sunglasses, however, date back to 12th century China, where flat crystals of smoky quartz were mounted for personal use to reduce the glare from the sun. It is also said that these ‘sunglasses’ were used by judges while presiding cases, so as not to give away their emotions. This is the earliest record of sunglasses using ‘lenses’. Using materials to see through clearly during daylight or otherwise dates back even further</p>\n<p align=\"justify\"><img class=\"wp-image-187 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-two.jpg\" alt=\"\" width=\"660\" height=\"291\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Now here’s something really interesting, we see contact lenses as an evolution of regular glasses, don’t we? In reality, the first prescription ‘lenses’ were actually similar to contact lenses! Records from 13th century Italy show that glass lenses were used to correct vision, but instead of mounting them in front of the eyes, they were placed directly into the eyes!</p>\n<p align=\"justify\"><img class=\"wp-image-188 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-three.jpg\" alt=\"\" width=\"660\" height=\"299\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> You might remember Benjamin Franklin as one of two things, either as a founding father of the United States of America, or the guy who performed the lightning rod experiment. What many people don’t know, however, is that Benjamin Franklin was also the inventor of bifocals. He was both myopic and hypermetropic, so he developed these special lenses to help him see better. Talk about multi-talented!</p>\n<p align=\"justify\"><img class=\"aligncenter wp-image-189 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-four.jpg\" alt=\"\" width=\"660\" height=\"277\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> It may sound trivial, but the term ‘glasses’ doesn’t really make much sense now. The name originated from the fact that most corrective lenses were actually made of glass. But nowadays, glass is becoming increasingly rare as a lens material because of how fragile it is. Most eyeglasses today are made from some variety of plastic.</p>\n<p align=\"justify\"><img class=\"aligncenter wp-image-190 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-five.jpg\" alt=\"\" width=\"660\" height=\"495\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Contrary to popular belief, wearing someone else’s glasses won’t damage your eyes. Even if you wear your friend’s glasses, which has a different prescription than yours for a couple of weeks, your eyes won’t suddenly ‘change’. This doesn’t hold true for children though, doing the same in kids under the age of 8 increases the risk of amblyopia, more commonly known as ‘lazy eye’.</p>\n<p align=\"justify\"><img class=\"wp-image-192 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-six.jpg\" alt=\"\" width=\"597\" height=\"396\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> According to studies and research all around the world, roughly 25% of the total population require eyeglasses or corrective lenses in some form. So 1/4th of the world isn’t able to see perfectly without some form of vision correction, that’s a huge number!</p>\n<img class=\"aligncenter wp-image-193 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-seven.jpg\" alt=\"\" width=\"400\" height=\"300\" />\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Even though as we mentioned above that the first prescription lenses were similar to contact lenses, they didn’t find mainstream use until much later. The first modern corneal contact lenses were made in 1949, and didn’t become well known until the 70’s.</p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> We all know that earlier ‘medical’ remedies were sometimes ridiculous and sometimes completely out of the world, but did you know that it was believed that wearing gold earrings would improve your vision? Of all the things in the world, apparently it was earrings that helped people see better!</p>\n<p align=\"justify\"><img class=\"wp-image-194 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-eight.jpg\" alt=\"\" width=\"600\" height=\"280\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Another misconception people have is that wearing eyeglasses can make you ‘dependent’ on them. They couldn’t be more wrong. The ‘dependence’ people speak of is simply you getting used to wearing your glasses and seeing clearly. We all want to see the world clearly, don’t we? That doesn’t mean that you’re getting dependent on them and won’t be able to function without them at all.</p>\n<p align=\"justify\"></p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fea1ddfe61\";s:19:\"_sow_form_timestamp\";s:13:\"1512043730311\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b28ce9fd-9a36-44be-af91-e69bb50bb7b1\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a200401d4baa\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d2f3ffca-fa32-4abe-898d-bf636c10e10e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1114,250,'_menu_item_type','post_type'),(1115,250,'_menu_item_menu_item_parent','0'),(1116,250,'_menu_item_object_id','198'),(1117,250,'_menu_item_object','page'),(1118,250,'_menu_item_target',''),(1119,250,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1120,250,'_menu_item_xfn',''),(1121,250,'_menu_item_url',''),(1122,250,'_menu_item_orphaned','1512047763'),(1123,251,'_menu_item_type','post_type'),(1124,251,'_menu_item_menu_item_parent','0'),(1125,251,'_menu_item_object_id','182'),(1126,251,'_menu_item_object','page'),(1127,251,'_menu_item_target',''),(1128,251,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1129,251,'_menu_item_xfn',''),(1130,251,'_menu_item_url',''),(1210,275,'_wp_attached_file','2017/12/widget.gif.gif'),(1211,275,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2017/12/widget.gif.gif\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"widget.gif-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"widget.gif-300x200.gif\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"widget.gif-768x512.gif\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"widget.gif-1024x683.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/gif\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"widget.gif-220x154.gif\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"widget.gif-180x180.gif\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"widget.gif-300x300.gif\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"widget.gif-600x600.gif\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"widget.gif-300x300.gif\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:22:\"widget.gif-688x325.gif\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:22:\"widget.gif-855x450.gif\";s:5:\"width\";i:855;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:22:\"widget.gif-272x182.gif\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1212,276,'_wp_attached_file','2017/12/w1.gif'),(1213,276,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:232;s:6:\"height\";i:232;s:4:\"file\";s:14:\"2017/12/w1.gif\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"w1-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"w1-220x154.gif\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"w1-180x180.gif\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"w1-232x182.gif\";s:5:\"width\";i:232;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1247,299,'_menu_item_type','custom'),(1248,299,'_menu_item_menu_item_parent','0'),(1249,299,'_menu_item_object_id','299'),(1250,299,'_menu_item_object','custom'),(1251,299,'_menu_item_target',''),(1252,299,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1253,299,'_menu_item_xfn',''),(1254,299,'_menu_item_url','http://spectaclesfree.com/'),(1256,300,'_menu_item_type','custom'),(1257,300,'_menu_item_menu_item_parent','0'),(1258,300,'_menu_item_object_id','300'),(1259,300,'_menu_item_object','custom'),(1260,300,'_menu_item_target',''),(1261,300,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1262,300,'_menu_item_xfn',''),(1263,300,'_menu_item_url','http://spectaclesfree.com/'),(1273,307,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:2:{i:0;a:14:{s:5:\"image\";i:11;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:1:\"#\";s:10:\"full_width\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe0ff1d2d8\";s:19:\"_sow_form_timestamp\";s:13:\"1512038833348\";s:10:\"new_window\";b:0;s:5:\"bound\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f5a07c11-7e1e-4f40-a2db-50b29d2b4e80\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:91:\"<h3>Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS</h3>\n<br /><br />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe1b81d51c\";s:19:\"_sow_form_timestamp\";s:13:\"1512038988118\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"5547c6fa-e5e7-45d6-b1b0-7eba3eb7354e\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1fe26edb319\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08d53e86-8c42-4930-9e60-05beb7c4a3da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1275,309,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"<h3>Express all facets of your personality with our high-quality, affordable glasses and sunglasses.<a href=\"#\"> Learn More</a></h3>\n\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20b504d7ed4\";s:19:\"_sow_form_timestamp\";s:13:\"1512092984006\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f3f191d7-dd3a-4f1a-ad43-cf0cc66bdbc0\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:1;a:14:{s:5:\"image\";i:11;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:1:\"#\";s:10:\"full_width\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe0ff1d2d8\";s:19:\"_sow_form_timestamp\";s:13:\"1512038833348\";s:10:\"new_window\";b:0;s:5:\"bound\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"f5a07c11-7e1e-4f40-a2db-50b29d2b4e80\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:91:\"<h3>Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS</h3>\n<br /><br />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe1b81d51c\";s:19:\"_sow_form_timestamp\";s:13:\"1512038988118\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5547c6fa-e5e7-45d6-b1b0-7eba3eb7354e\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20b5381b8cc\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08d53e86-8c42-4930-9e60-05beb7c4a3da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1276,309,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:2:{i:0;a:14:{s:5:\"image\";i:11;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:1:\"#\";s:10:\"full_width\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe0ff1d2d8\";s:19:\"_sow_form_timestamp\";s:13:\"1512038833348\";s:10:\"new_window\";b:0;s:5:\"bound\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f5a07c11-7e1e-4f40-a2db-50b29d2b4e80\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:91:\"<h3>Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS</h3>\n<br /><br />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe1b81d51c\";s:19:\"_sow_form_timestamp\";s:13:\"1512038988118\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"5547c6fa-e5e7-45d6-b1b0-7eba3eb7354e\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1fe26edb319\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08d53e86-8c42-4930-9e60-05beb7c4a3da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1277,309,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:2:{i:0;a:14:{s:5:\"image\";i:11;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:1:\"#\";s:10:\"full_width\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe0ff1d2d8\";s:19:\"_sow_form_timestamp\";s:13:\"1512038833348\";s:10:\"new_window\";b:0;s:5:\"bound\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f5a07c11-7e1e-4f40-a2db-50b29d2b4e80\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:91:\"<h3>Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS</h3>\n<br /><br />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe1b81d51c\";s:19:\"_sow_form_timestamp\";s:13:\"1512038988118\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"5547c6fa-e5e7-45d6-b1b0-7eba3eb7354e\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a1fe26edb319\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08d53e86-8c42-4930-9e60-05beb7c4a3da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1278,310,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"<h3>Express all facets of your personality with our high-quality, affordable glasses and sunglasses.<a href=\"#\"> Learn More</a></h3>\n\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20b504d7ed4\";s:19:\"_sow_form_timestamp\";s:13:\"1512092984006\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f3f191d7-dd3a-4f1a-ad43-cf0cc66bdbc0\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:1;a:14:{s:5:\"image\";i:11;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:1:\"#\";s:10:\"full_width\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe0ff1d2d8\";s:19:\"_sow_form_timestamp\";s:13:\"1512038833348\";s:10:\"new_window\";b:0;s:5:\"bound\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"f5a07c11-7e1e-4f40-a2db-50b29d2b4e80\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:91:\"<h3>Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS</h3>\n<br /><br />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe1b81d51c\";s:19:\"_sow_form_timestamp\";s:13:\"1512038988118\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5547c6fa-e5e7-45d6-b1b0-7eba3eb7354e\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20b53822388\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08d53e86-8c42-4930-9e60-05beb7c4a3da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1279,311,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:2:{i:0;a:14:{s:5:\"image\";i:11;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:1:\"#\";s:10:\"full_width\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe0ff1d2d8\";s:19:\"_sow_form_timestamp\";s:13:\"1512038833348\";s:10:\"new_window\";b:0;s:5:\"bound\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f5a07c11-7e1e-4f40-a2db-50b29d2b4e80\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:91:\"<h3>Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS</h3>\n<br /><br />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe1b81d51c\";s:19:\"_sow_form_timestamp\";s:13:\"1512038988118\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"5547c6fa-e5e7-45d6-b1b0-7eba3eb7354e\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20b57352881\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08d53e86-8c42-4930-9e60-05beb7c4a3da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1280,311,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"<h3>Express all facets of your personality with our high-quality, affordable glasses and sunglasses.<a href=\"#\"> Learn More</a></h3>\n\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20b504d7ed4\";s:19:\"_sow_form_timestamp\";s:13:\"1512092984006\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f3f191d7-dd3a-4f1a-ad43-cf0cc66bdbc0\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:1;a:14:{s:5:\"image\";i:11;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:1:\"#\";s:10:\"full_width\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe0ff1d2d8\";s:19:\"_sow_form_timestamp\";s:13:\"1512038833348\";s:10:\"new_window\";b:0;s:5:\"bound\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"f5a07c11-7e1e-4f40-a2db-50b29d2b4e80\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:91:\"<h3>Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS</h3>\n<br /><br />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe1b81d51c\";s:19:\"_sow_form_timestamp\";s:13:\"1512038988118\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5547c6fa-e5e7-45d6-b1b0-7eba3eb7354e\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20b53822388\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08d53e86-8c42-4930-9e60-05beb7c4a3da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1281,311,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"<h3>Express all facets of your personality with our high-quality, affordable glasses and sunglasses.<a href=\"#\"> Learn More</a></h3>\n\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20b504d7ed4\";s:19:\"_sow_form_timestamp\";s:13:\"1512092984006\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f3f191d7-dd3a-4f1a-ad43-cf0cc66bdbc0\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:1;a:14:{s:5:\"image\";i:11;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:1:\"#\";s:10:\"full_width\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe0ff1d2d8\";s:19:\"_sow_form_timestamp\";s:13:\"1512038833348\";s:10:\"new_window\";b:0;s:5:\"bound\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"f5a07c11-7e1e-4f40-a2db-50b29d2b4e80\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:91:\"<h3>Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS</h3>\n<br /><br />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe1b81d51c\";s:19:\"_sow_form_timestamp\";s:13:\"1512038988118\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5547c6fa-e5e7-45d6-b1b0-7eba3eb7354e\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20b53822388\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08d53e86-8c42-4930-9e60-05beb7c4a3da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1282,312,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:2:{i:0;a:14:{s:5:\"image\";i:11;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:1:\"#\";s:10:\"full_width\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe0ff1d2d8\";s:19:\"_sow_form_timestamp\";s:13:\"1512038833348\";s:10:\"new_window\";b:0;s:5:\"bound\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f5a07c11-7e1e-4f40-a2db-50b29d2b4e80\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:91:\"<h3>Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS</h3>\n<br /><br />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1fe1b81d51c\";s:19:\"_sow_form_timestamp\";s:13:\"1512038988118\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"5547c6fa-e5e7-45d6-b1b0-7eba3eb7354e\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20b5735768b\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"08d53e86-8c42-4930-9e60-05beb7c4a3da\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1283,313,'_menu_item_type','custom'),(1284,313,'_menu_item_menu_item_parent','0'),(1285,313,'_menu_item_object_id','313'),(1286,313,'_menu_item_object','custom'),(1287,313,'_menu_item_target',''),(1288,313,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1289,313,'_menu_item_xfn',''),(1290,313,'_menu_item_url','http://spectaclesfree.com/shop/'),(1304,323,'_wp_attached_file','2017/12/d1.jpg'),(1305,323,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:394;s:6:\"height\";i:332;s:4:\"file\";s:14:\"2017/12/d1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"d1-150x150.jpg\";s:5:\"width\";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:\"d1-300x253.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"d1-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"d1-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:14:\"d1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"d1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:14:\"d1-394x325.jpg\";s:5:\"width\";i:394;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"d1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1312,330,'_wp_attached_file','2017/12/d2.jpg'),(1313,330,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:394;s:6:\"height\";i:332;s:4:\"file\";s:14:\"2017/12/d2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"d2-150x150.jpg\";s:5:\"width\";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:\"d2-300x253.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"d2-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"d2-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:14:\"d2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"d2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:14:\"d2-394x325.jpg\";s:5:\"width\";i:394;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"d2-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1317,334,'_wp_attached_file','2017/12/d3.jpg'),(1318,334,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:394;s:6:\"height\";i:332;s:4:\"file\";s:14:\"2017/12/d3.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"d3-150x150.jpg\";s:5:\"width\";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:\"d3-300x253.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"d3-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"d3-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:14:\"d3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"d3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:14:\"d3-394x325.jpg\";s:5:\"width\";i:394;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"d3-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1319,335,'_wp_attached_file','2017/12/d4.jpg'),(1320,335,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:394;s:6:\"height\";i:332;s:4:\"file\";s:14:\"2017/12/d4.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"d4-150x150.jpg\";s:5:\"width\";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:\"d4-300x253.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"d4-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"d4-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:14:\"d4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"d4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:14:\"d4-394x325.jpg\";s:5:\"width\";i:394;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"d4-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1321,336,'_wp_attached_file','2017/12/d5.jpg'),(1322,336,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:946;s:6:\"height\";i:360;s:4:\"file\";s:14:\"2017/12/d5.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"d5-150x150.jpg\";s:5:\"width\";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:\"d5-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"d5-768x292.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"d5-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"d5-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:14:\"d5-300x300.jpg\";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:14:\"d5-600x360.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"d5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:14:\"d5-688x325.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:14:\"d5-855x360.jpg\";s:5:\"width\";i:855;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"d5-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1323,337,'_wp_attached_file','2017/12/d6.jpg'),(1324,337,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:360;s:4:\"file\";s:14:\"2017/12/d6.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"d6-150x150.jpg\";s:5:\"width\";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:\"d6-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"d6-768x294.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"d6-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"d6-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:14:\"d6-300x300.jpg\";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:14:\"d6-600x360.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"d6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:14:\"d6-688x325.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:14:\"d6-855x360.jpg\";s:5:\"width\";i:855;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"d6-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1325,338,'_wp_attached_file','2017/12/d7.jpg'),(1326,338,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:946;s:6:\"height\";i:360;s:4:\"file\";s:14:\"2017/12/d7.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"d7-150x150.jpg\";s:5:\"width\";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:\"d7-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"d7-768x292.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"d7-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"d7-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:14:\"d7-300x300.jpg\";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:14:\"d7-600x360.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"d7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:14:\"d7-688x325.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:14:\"d7-855x360.jpg\";s:5:\"width\";i:855;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"d7-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1327,339,'_wp_attached_file','2017/12/d8.jpg'),(1328,339,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:360;s:4:\"file\";s:14:\"2017/12/d8.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"d8-150x150.jpg\";s:5:\"width\";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:\"d8-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"d8-768x294.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"d8-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"d8-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:14:\"d8-300x300.jpg\";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:14:\"d8-600x360.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"d8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:14:\"d8-688x325.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:14:\"d8-855x360.jpg\";s:5:\"width\";i:855;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"d8-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1329,340,'_wp_attached_file','2017/12/d9.jpg'),(1330,340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:946;s:6:\"height\";i:360;s:4:\"file\";s:14:\"2017/12/d9.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"d9-150x150.jpg\";s:5:\"width\";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:\"d9-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"d9-768x292.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"d9-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"d9-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:14:\"d9-300x300.jpg\";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:14:\"d9-600x360.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"d9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:14:\"d9-688x325.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:14:\"d9-855x360.jpg\";s:5:\"width\";i:855;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"d9-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1331,341,'_wp_attached_file','2017/12/d10.jpg'),(1332,341,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:360;s:4:\"file\";s:15:\"2017/12/d10.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"d10-150x150.jpg\";s:5:\"width\";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:\"d10-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"d10-768x294.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"d10-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"d10-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:15:\"d10-300x300.jpg\";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:15:\"d10-600x360.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"d10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:15:\"d10-688x325.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:15:\"d10-855x360.jpg\";s:5:\"width\";i:855;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"d10-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1333,342,'_wp_attached_file','2017/12/d11.jpg'),(1334,342,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:946;s:6:\"height\";i:360;s:4:\"file\";s:15:\"2017/12/d11.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"d11-150x150.jpg\";s:5:\"width\";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:\"d11-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"d11-768x292.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"d11-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"d11-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:15:\"d11-300x300.jpg\";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:15:\"d11-600x360.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"d11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:15:\"d11-688x325.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:15:\"d11-855x360.jpg\";s:5:\"width\";i:855;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"d11-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1335,343,'_wp_attached_file','2017/12/d12.jpg'),(1336,343,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:360;s:4:\"file\";s:15:\"2017/12/d12.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"d12-150x150.jpg\";s:5:\"width\";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:\"d12-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"d12-768x294.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"d12-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"d12-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:15:\"d12-300x300.jpg\";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:15:\"d12-600x360.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"d12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:15:\"d12-688x325.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:15:\"d12-855x360.jpg\";s:5:\"width\";i:855;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"d12-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1337,344,'_wp_attached_file','2017/12/d111.jpg'),(1338,344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:788;s:6:\"height\";i:664;s:4:\"file\";s:16:\"2017/12/d111.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"d111-150x150.jpg\";s:5:\"width\";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:\"d111-300x253.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"d111-768x647.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:647;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:16:\"d111-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"d111-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:16:\"d111-300x300.jpg\";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:16:\"d111-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"d111-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:16:\"d111-688x325.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:16:\"d111-788x450.jpg\";s:5:\"width\";i:788;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:16:\"d111-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1339,345,'_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\"]'),(1340,345,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:30:\"spectacles \"[Contact Details]\"\";s:6:\"sender\";s:40:\"[your-name] <contact@spectaclesfree.com>\";s:9:\"recipient\";s:26:\"contact@spectaclesfree.com\";s:4:\"body\";s:174:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on spectacles (http://spectaclesfree.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;}'),(1341,345,'_mail_2','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:30:\"spectacles \"[Contact Details]\"\";s:6:\"sender\";s:39:\"spectacles <contact@spectaclesfree.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:116:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on spectacles (http://spectaclesfree.com)\";s:18:\"additional_headers\";s:36:\"Reply-To: contact@spectaclesfree.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(1342,345,'_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.\";}'),(1343,345,'_additional_settings',''),(1344,345,'_locale','en_US'),(1345,346,'_form','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label>I Am (required)\n[checkbox* your-country use_label_element \"Women\" \"Men\"]\n</label>\n<label>\nSelect Age\n[select your-ghkdsjdf multiple \"Below 18\" \"Above 18\" \"Above 30\"]\n</label>\n[submit \"Subscribe\"]'),(1346,346,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:27:\"spectacles \"[your-subject]\"\";s:6:\"sender\";s:40:\"[your-name] <contact@spectaclesfree.com>\";s:9:\"recipient\";s:26:\"contact@spectaclesfree.com\";s:4:\"body\";s:176:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a subscribe form on spectacles (http://spectaclesfree.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(1347,346,'_mail_2','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:27:\"spectacles \"[your-subject]\"\";s:6:\"sender\";s:39:\"spectacles <contact@spectaclesfree.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:168:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a subscribe form on spectacles (http://spectaclesfree.com)\n\n\nthanks for subscribing us\nby spectaclesfree.com\";s:18:\"additional_headers\";s:36:\"Reply-To: contact@spectaclesfree.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(1348,346,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(1349,346,'_additional_settings',''),(1350,346,'_locale','en_US'),(1351,347,'_form','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n\n\n[submit \"Unsubscribe\"]'),(1352,347,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:27:\"spectacles \"[your-subject]\"\";s:6:\"sender\";s:40:\"[your-name] <contact@spectaclesfree.com>\";s:9:\"recipient\";s:26:\"contact@spectaclesfree.com\";s:4:\"body\";s:174:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on spectacles (http://spectaclesfree.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;}'),(1353,347,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:27:\"spectacles \"[your-subject]\"\";s:6:\"sender\";s:39:\"spectacles <contact@spectaclesfree.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:116:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on spectacles (http://spectaclesfree.com)\";s:18:\"additional_headers\";s:36:\"Reply-To: contact@spectaclesfree.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(1354,347,'_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.\";}'),(1355,347,'_additional_settings',''),(1356,347,'_locale','en_US'),(1357,348,'_edit_last','1'),(1358,348,'_edit_lock','1512116982:1'),(1359,348,'_wp_page_template','default'),(1360,349,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:55:\"<p>[contact-form-7 id=\"345\" title=\"Contact form 1\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d755b82ad\";s:19:\"_sow_form_timestamp\";s:13:\"1512101737614\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6c8c27e0-ba12-4e69-8271-8dcc67f83710\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20d76b37c51\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"05edcffc-1a84-47d4-9484-94ee16ec8b57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1361,349,'_menu_item_type','post_type'),(1362,349,'_menu_item_menu_item_parent','0'),(1363,349,'_menu_item_object_id','348'),(1364,349,'_menu_item_object','page'),(1365,349,'_menu_item_target',''),(1366,349,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1367,349,'_menu_item_xfn',''),(1368,349,'_menu_item_url',''),(1369,350,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:55:\"<p>[contact-form-7 id=\"345\" title=\"Contact form 1\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d755b82ad\";s:19:\"_sow_form_timestamp\";s:13:\"1512101737614\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6c8c27e0-ba12-4e69-8271-8dcc67f83710\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20d76b47cc6\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"05edcffc-1a84-47d4-9484-94ee16ec8b57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1370,348,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:38:\"You\'ve got questions We\'ve got answers\";s:4:\"text\";s:55:\"<p>[contact-form-7 id=\"345\" title=\"Contact form 1\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d755b82ad\";s:19:\"_sow_form_timestamp\";s:13:\"1512116179616\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6c8c27e0-ba12-4e69-8271-8dcc67f83710\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:192:\"<p><strong>Address:</strong> 3645 Peachtree Industrial Blvd, Duluth, GA 30096, USA</p>\n<p><strong>Phone:</strong> 770-623-2784</p>\n<p><strong>Email:</strong> contact@spectaclesfree.com</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a2107941d135\";s:19:\"_sow_form_timestamp\";s:13:\"1512114224375\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"af92b4d7-74ba-4806-afe2-b30c5d2615fb\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3307.822824177004!2d-84.17032394854382!3d33.99708438052592!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88f5a21442682d47%3A0x875329028829d99a!2s3645+Peachtree+Industrial+Blvd%2C+Duluth%2C+GA+30096%2C+USA!5e0!3m2!1sen!2sin!4v1512114013330\" width=\"600\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a210845e6b81\";s:19:\"_sow_form_timestamp\";s:13:\"1512114293082\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"04356d29-f6ec-4026-9d90-20a25ca10615\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a210fd429133\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"05edcffc-1a84-47d4-9484-94ee16ec8b57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1371,351,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:55:\"<p>[contact-form-7 id=\"345\" title=\"Contact form 1\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d755b82ad\";s:19:\"_sow_form_timestamp\";s:13:\"1512101737614\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6c8c27e0-ba12-4e69-8271-8dcc67f83710\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20d76b4c15e\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"05edcffc-1a84-47d4-9484-94ee16ec8b57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1372,352,'_edit_last','1'),(1373,352,'_edit_lock','1512113971:1'),(1374,352,'_wp_page_template','default'),(1384,354,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:52:\"<p>[contact-form-7 id=\"347\" title=\"Unsubscribe\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d78a1ffd1\";s:19:\"_sow_form_timestamp\";s:13:\"1512101785261\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"62e7298d-8c64-442d-9bfd-7dfcc2898627\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20d79a8824e\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6bc6685e-7b8c-4930-bdb0-6f3715333993\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1385,352,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:213:\"<h2>Want To Stop Geting Email From Offers</h2>\n<p>We can help you unsubscribe form their newsletter so you won\'t get email from contact@spectaclesfree.com anymore.</p>\n[contact-form-7 id=\"347\" title=\"Unsubscribe\"]\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d78a1ffd1\";s:19:\"_sow_form_timestamp\";s:13:\"1512113935570\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"62e7298d-8c64-442d-9bfd-7dfcc2898627\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.04064516129031806;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.95935483870968186;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a210717cc56f\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6bc6685e-7b8c-4930-bdb0-6f3715333993\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1386,355,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:52:\"<p>[contact-form-7 id=\"347\" title=\"Unsubscribe\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d78a1ffd1\";s:19:\"_sow_form_timestamp\";s:13:\"1512101785261\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"62e7298d-8c64-442d-9bfd-7dfcc2898627\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20d79a8b3bf\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6bc6685e-7b8c-4930-bdb0-6f3715333993\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1387,356,'_edit_last','1'),(1388,356,'_edit_lock','1512113593:1'),(1389,356,'_wp_page_template','default'),(1399,358,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:50:\"<p>[contact-form-7 id=\"346\" title=\"Subscribe\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d81a14823\";s:19:\"_sow_form_timestamp\";s:13:\"1512101926559\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"4d01bb0b-a22a-444a-a459-c7d9581310dc\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20d8280b6dd\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2d228d84-635b-4468-a3b7-009b307eb103\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1400,356,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:114:\"<h2>Joining Our Mailing List For Exclusive Offers and Crazy Deals</h2>\n[contact-form-7 id=\"346\" title=\"Subscribe\"]\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d81a14823\";s:19:\"_sow_form_timestamp\";s:13:\"1512113102015\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"4d01bb0b-a22a-444a-a459-c7d9581310dc\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<p><img class=\"size-medium wp-image-379 aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/12/newsletter-295x300.png\" alt=\"\" width=\"295\" height=\"300\" /></p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a2104d6370c3\";s:19:\"_sow_form_timestamp\";s:13:\"1512113443753\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a72561db-e26e-4fee-ba0e-1ff88fba54a2\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a2105255f99b\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2d228d84-635b-4468-a3b7-009b307eb103\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1401,359,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:50:\"<p>[contact-form-7 id=\"346\" title=\"Subscribe\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d81a14823\";s:19:\"_sow_form_timestamp\";s:13:\"1512101926559\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"4d01bb0b-a22a-444a-a459-c7d9581310dc\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20d8280eda5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2d228d84-635b-4468-a3b7-009b307eb103\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1402,360,'_edit_last','1'),(1403,360,'_edit_lock','1512106541:1'),(1404,360,'_wp_page_template','default'),(1414,362,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:3940:\"<h4>What information do we collect?</h4>\n<p align=\"justify\">We collect information from you when you register on our site, place an order, subscribe to our newsletter, or fill out a form. When ordering or registering on our site, as appropriate, you may be asked to enter your name, e-mail address, mailing address, phone number or credit card information.</p>\n<h4>How do we use the information gathered?</h4>\n<p align=\"justify\">Any of the information we collect from you may be used in one of the following ways:</p>\n<p align=\"justify\">To process transactions. Your information, whether public or private, will not be sold, exchanged, transferred, or given to any other company for any reason other than for the express purpose of delivering the purchased product or service requested.</p>\n<p align=\"justify\">To send periodic e-mails. The e-mail address you provide for order processing may be used to send you information and updates pertaining to your order, in addition to receiving occasional spectaclesfree Eyewear news, updates, promotions, related product information, etc. If at any time you would like to unsubscribe from receiving future e-mails, we include detailed unsubscribe instructions at the bottom of each e-mail.</p>\n<h4>How do we protect your information?</h4>\n<p align=\"justify\">We implement security measures that meet or exceed current federal standards to protect the safety of your personal information when you place an order or submit your personal information on our website, but please be aware that no system of transmitting data over the internet can be guaranteed as 100% secure. We process orders via Spree Commerce which allows us to use the information collected for the purposes of product provision, billing, identification and authentication, service improvement, contact, and research.</p>\n<h4>How are cookies used?</h4>\n<p align=\"justify\">Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your web browser (if you allow) that enables the site\'s or service provider\'s systems to recognize your browser and retain certain information. We use cookies to understand and save your preferences for future visits and compile aggregate data about the site traffic and site interaction so we may better offer site experiences and tools in the future. We may contract with third-party service providers to assist us in better serving our site visitors.</p>\n<h4>Do we disclose information to outside parties?</h4>\n<p align=\"justify\">We do not sell, trade, or otherwise transfer your personally identifiable information to outside parties. However, this does not include trusted third parties who assist us in operating our website, conducting our business, or providing service to our customers, so long as those parties agree to keep this information confidential. We may also release your information when we believe release is appropriate to comply with the law, enforce our site policies, or protect the rights, property, or safety of ourselves or others. Non-personally identifiable visitor information may be provided to other parties for marketing, advertising, or other uses.</p>\n<h4>Third-party Links</h4>\n<p align=\"justify\">Occasionally, we may include links to third-party sites on our website. These sites have separate and independent privacy policies and we therefore hold no responsibility or liability for the content and activity of these linked sites.</p>\n<h4>Privacy Policy</h4>\n<p align=\"justify\">This online privacy policy applies only to information collected through our website and not to information provided offline. By using our site, you consent to our website\'s privacy policy. We reserve the right to make changes to this policy at any time, in which instance such changes will be reflected on this page. It is the responsibility of the site visitor to review the current privacy policy on the date of site engagement.</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d9d9c2992\";s:19:\"_sow_form_timestamp\";s:13:\"1512104487354\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ac62238b-117c-430c-938f-64ef04acf363\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20e227ad533\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"4670cb94-15ee-4ea4-a003-09b52a0cb1ff\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1415,360,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:3940:\"<h4>What information do we collect?</h4>\n<p align=\"justify\">We collect information from you when you register on our site, place an order, subscribe to our newsletter, or fill out a form. When ordering or registering on our site, as appropriate, you may be asked to enter your name, e-mail address, mailing address, phone number or credit card information.</p>\n<h4>How do we use the information gathered?</h4>\n<p align=\"justify\">Any of the information we collect from you may be used in one of the following ways:</p>\n<p align=\"justify\">To process transactions. Your information, whether public or private, will not be sold, exchanged, transferred, or given to any other company for any reason other than for the express purpose of delivering the purchased product or service requested.</p>\n<p align=\"justify\">To send periodic e-mails. The e-mail address you provide for order processing may be used to send you information and updates pertaining to your order, in addition to receiving occasional spectaclesfree Eyewear news, updates, promotions, related product information, etc. If at any time you would like to unsubscribe from receiving future e-mails, we include detailed unsubscribe instructions at the bottom of each e-mail.</p>\n<h4>How do we protect your information?</h4>\n<p align=\"justify\">We implement security measures that meet or exceed current federal standards to protect the safety of your personal information when you place an order or submit your personal information on our website, but please be aware that no system of transmitting data over the internet can be guaranteed as 100% secure. We process orders via Spree Commerce which allows us to use the information collected for the purposes of product provision, billing, identification and authentication, service improvement, contact, and research.</p>\n<h4>How are cookies used?</h4>\n<p align=\"justify\">Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your web browser (if you allow) that enables the site\'s or service provider\'s systems to recognize your browser and retain certain information. We use cookies to understand and save your preferences for future visits and compile aggregate data about the site traffic and site interaction so we may better offer site experiences and tools in the future. We may contract with third-party service providers to assist us in better serving our site visitors.</p>\n<h4>Do we disclose information to outside parties?</h4>\n<p align=\"justify\">We do not sell, trade, or otherwise transfer your personally identifiable information to outside parties. However, this does not include trusted third parties who assist us in operating our website, conducting our business, or providing service to our customers, so long as those parties agree to keep this information confidential. We may also release your information when we believe release is appropriate to comply with the law, enforce our site policies, or protect the rights, property, or safety of ourselves or others. Non-personally identifiable visitor information may be provided to other parties for marketing, advertising, or other uses.</p>\n<h4>Third-party Links</h4>\n<p align=\"justify\">Occasionally, we may include links to third-party sites on our website. These sites have separate and independent privacy policies and we therefore hold no responsibility or liability for the content and activity of these linked sites.</p>\n<h4>Privacy Policy</h4>\n<p align=\"justify\">This online privacy policy applies only to information collected through our website and not to information provided offline. By using our site, you consent to our website\'s privacy policy. We reserve the right to make changes to this policy at any time, in which instance such changes will be reflected on this page. It is the responsibility of the site visitor to review the current privacy policy on the date of site engagement.</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d9d9c2992\";s:19:\"_sow_form_timestamp\";s:13:\"1512104487354\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ac62238b-117c-430c-938f-64ef04acf363\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20e227b0f45\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"4670cb94-15ee-4ea4-a003-09b52a0cb1ff\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1416,363,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:3940:\"<h4>What information do we collect?</h4>\n<p align=\"justify\">We collect information from you when you register on our site, place an order, subscribe to our newsletter, or fill out a form. When ordering or registering on our site, as appropriate, you may be asked to enter your name, e-mail address, mailing address, phone number or credit card information.</p>\n<h4>How do we use the information gathered?</h4>\n<p align=\"justify\">Any of the information we collect from you may be used in one of the following ways:</p>\n<p align=\"justify\">To process transactions. Your information, whether public or private, will not be sold, exchanged, transferred, or given to any other company for any reason other than for the express purpose of delivering the purchased product or service requested.</p>\n<p align=\"justify\">To send periodic e-mails. The e-mail address you provide for order processing may be used to send you information and updates pertaining to your order, in addition to receiving occasional spectaclesfree Eyewear news, updates, promotions, related product information, etc. If at any time you would like to unsubscribe from receiving future e-mails, we include detailed unsubscribe instructions at the bottom of each e-mail.</p>\n<h4>How do we protect your information?</h4>\n<p align=\"justify\">We implement security measures that meet or exceed current federal standards to protect the safety of your personal information when you place an order or submit your personal information on our website, but please be aware that no system of transmitting data over the internet can be guaranteed as 100% secure. We process orders via Spree Commerce which allows us to use the information collected for the purposes of product provision, billing, identification and authentication, service improvement, contact, and research.</p>\n<h4>How are cookies used?</h4>\n<p align=\"justify\">Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your web browser (if you allow) that enables the site\'s or service provider\'s systems to recognize your browser and retain certain information. We use cookies to understand and save your preferences for future visits and compile aggregate data about the site traffic and site interaction so we may better offer site experiences and tools in the future. We may contract with third-party service providers to assist us in better serving our site visitors.</p>\n<h4>Do we disclose information to outside parties?</h4>\n<p align=\"justify\">We do not sell, trade, or otherwise transfer your personally identifiable information to outside parties. However, this does not include trusted third parties who assist us in operating our website, conducting our business, or providing service to our customers, so long as those parties agree to keep this information confidential. We may also release your information when we believe release is appropriate to comply with the law, enforce our site policies, or protect the rights, property, or safety of ourselves or others. Non-personally identifiable visitor information may be provided to other parties for marketing, advertising, or other uses.</p>\n<h4>Third-party Links</h4>\n<p align=\"justify\">Occasionally, we may include links to third-party sites on our website. These sites have separate and independent privacy policies and we therefore hold no responsibility or liability for the content and activity of these linked sites.</p>\n<h4>Privacy Policy</h4>\n<p align=\"justify\">This online privacy policy applies only to information collected through our website and not to information provided offline. By using our site, you consent to our website\'s privacy policy. We reserve the right to make changes to this policy at any time, in which instance such changes will be reflected on this page. It is the responsibility of the site visitor to review the current privacy policy on the date of site engagement.</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d9d9c2992\";s:19:\"_sow_form_timestamp\";s:13:\"1512104487354\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ac62238b-117c-430c-938f-64ef04acf363\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20e227b0f45\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"4670cb94-15ee-4ea4-a003-09b52a0cb1ff\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1417,364,'_edit_last','1'),(1418,364,'_edit_lock','1512110371:1'),(1419,364,'_wp_page_template','default'),(1429,366,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:19798:\"<h4>OVERVIEW</h4>\n\n<p align=\"justify\">This website is operated by Spectaclesfree Eyewear. Throughout the site, the terms “we”, “us” and “our” refer to Spectaclesfree Eyewear. Spectaclesfree Eyewear offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.</p>\n\n<p align=\"justify\">By visiting our site and/ or purchasing something from us, you engage in our “Service” and agree to be bound by the following terms and conditions (“Terms of Service”, “Terms”), including those additional terms and conditions and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.</p>\n\n<p align=\"justify>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.</p>\n\n<p align=\"justify\">Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.</p>\n\n<h4>SECTION 1 - ONLINE STORE TERMS</h4>\n\n<p align=\"justify\">By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.</p>\n\n<p align=\"justify>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).</p>\n\n<p align=\"justify\">You must not transmit any worms or viruses or any code of a destructive nature.</p>\n\n<p align=\"justify\">A breach or violation of any of the Terms will result in an immediate termination of your Services.</p>\n\n<h4>SECTION 2 - GENERAL CONDITIONS</h4>\n\n<p align=\"justify\">We reserve the right to refuse service to anyone for any reason at any time.</p>\n\n<p align=\"justify\">You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.</p>\n\n<p align=\"justify\">You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.</p>\n\n<p align=\"justify\">The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.</p>\n\n<h4>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION</h4>\n\n<p align=\"justify\">We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.</p>\n\n<p align=\"justify\">This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.</p>\n\n<h4>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES</h4>\n\n<p align=\"justify\">Prices for our products are subject to change without notice.</p>\n\n<p align=\"justify\">We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.</p>\n\n<p align=\"justify\">We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.</p>\n\n<h4>SECTION 5 - PRODUCTS OR SERVICES (if applicable)</h4>\n\n<p align=\"justify\">Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.</p>\n\n<p align=\"justify\">We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.</p>\n\n<p align=\"justify\">We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.</p>\n\n<p align=\"justify\">We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.</p>\n\n<h4>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION</h4>\n\n<p align=\"justify\">We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.</p>\n\n<p align=\"justify\">You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.</p>\n\n<p align=\"justify\">For more detail, please review our Returns Policy.</p>\n\n<h4>SECTION 7 - OPTIONAL TOOLS</h4>\n\n<p align=\"justify\">We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.</p>\n\n<p align=\"justify\">You acknowledge and agree that we provide access to such tools ”as is” and “as available” without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.</p>\n\n<p align=\"justify\">Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).</p>\n\n<p align=\"justify\">We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.</p>\n\n<h4>SECTION 8 - THIRD-PARTY LINKS</h4>\n\n<p align=\"justify\">Certain content, products and services available via our Service may include materials from third-parties.</p>\n\n<p align=\"justify\">Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.</p>\n\n<p align=\"justify\">We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.</p>\n\n<h4>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS</h4>\n\n<p align=\"justify\">If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.</p>\n\n<p align=\"justify\">We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any party’s intellectual property or these Terms of Service.</p>\n\n<p align=\"justify\">You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.</p>\n\n<h4>SECTION 10 - PERSONAL INFORMATION</h4>\n\n<p align=\"justify\">Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.</p>\n\n<h4>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS</h4>\n\n<p align=\"justify\">Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).</p>\n\n<p align=\"justify\">We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.</p>\n\n<h4>SECTION 12 - PROHIBITED USES</h4>\n\n<p align=\"justify\">In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.</p>\n\n<h4>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY</h4>\n\n<p align=\"justify\">We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.</p>\n\n<p align=\"justify\">We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.</p>\n\n<p align=\"justify\">You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.</p>\n\n<p align=\"justify\">You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.</p>\n\n<p align=\"justify\">In no case shall Spectaclesfree Eyewear, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.</p>\n\n<h4>SECTION 14 - INDEMNIFICATION</h4>\n\n<p align=\"justify\">You agree to indemnify, defend and hold harmless Spectaclesfree Eyewear and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneys’ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.</p>\n\n<h4>SECTION 15 - SEVERABILITY</h4>\n\n<p align=\"justify\">In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.</p>\n\n<h4>SECTION 16 - TERMINATION</h4>\n\n<p align=\"justify\">The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.</p>\n\n<p align=\"justify\">These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.</p>\n\n<p align=\"justify\">If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).</p>\n\n<h4>SECTION 17 - ENTIRE AGREEMENT</h4>\n\n<p align=\"justify\">The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.</p>\n\n<p align=\"justify\">These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).</p>\n\n<p align=\"justify\">Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.</p>\n\n<h4>SECTION 18 - GOVERNING LAW</h4>\n\n<p align=\"justify\">These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 729 SE Grant St, Portland, OR, 97214, United States.</p>\n\n<h4>SECTION 19 - CHANGES TO TERMS OF SERVICE</h4>\n\n<p align=\"justify\">You can review the most current version of the Terms of Service at any time at this page.</p>\n\n<p align=\"justify\">We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20e2a848b89\";s:19:\"_sow_form_timestamp\";s:13:\"1512105582207\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f9d56cd7-da91-4938-8cf3-c9097d4a266b\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20e66fddd2b\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"85d5603d-942f-4228-b6b4-234b766f35ed\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1430,364,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:19798:\"<h4>OVERVIEW</h4>\n\n<p align=\"justify\">This website is operated by Spectaclesfree Eyewear. Throughout the site, the terms “we”, “us” and “our” refer to Spectaclesfree Eyewear. Spectaclesfree Eyewear offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.</p>\n\n<p align=\"justify\">By visiting our site and/ or purchasing something from us, you engage in our “Service” and agree to be bound by the following terms and conditions (“Terms of Service”, “Terms”), including those additional terms and conditions and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.</p>\n\n<p align=\"justify>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.</p>\n\n<p align=\"justify\">Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.</p>\n\n<h4>SECTION 1 - ONLINE STORE TERMS</h4>\n\n<p align=\"justify\">By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.</p>\n\n<p align=\"justify>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).</p>\n\n<p align=\"justify\">You must not transmit any worms or viruses or any code of a destructive nature.</p>\n\n<p align=\"justify\">A breach or violation of any of the Terms will result in an immediate termination of your Services.</p>\n\n<h4>SECTION 2 - GENERAL CONDITIONS</h4>\n\n<p align=\"justify\">We reserve the right to refuse service to anyone for any reason at any time.</p>\n\n<p align=\"justify\">You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.</p>\n\n<p align=\"justify\">You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.</p>\n\n<p align=\"justify\">The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.</p>\n\n<h4>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION</h4>\n\n<p align=\"justify\">We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.</p>\n\n<p align=\"justify\">This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.</p>\n\n<h4>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES</h4>\n\n<p align=\"justify\">Prices for our products are subject to change without notice.</p>\n\n<p align=\"justify\">We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.</p>\n\n<p align=\"justify\">We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.</p>\n\n<h4>SECTION 5 - PRODUCTS OR SERVICES (if applicable)</h4>\n\n<p align=\"justify\">Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.</p>\n\n<p align=\"justify\">We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.</p>\n\n<p align=\"justify\">We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.</p>\n\n<p align=\"justify\">We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.</p>\n\n<h4>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION</h4>\n\n<p align=\"justify\">We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.</p>\n\n<p align=\"justify\">You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.</p>\n\n<p align=\"justify\">For more detail, please review our Returns Policy.</p>\n\n<h4>SECTION 7 - OPTIONAL TOOLS</h4>\n\n<p align=\"justify\">We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.</p>\n\n<p align=\"justify\">You acknowledge and agree that we provide access to such tools ”as is” and “as available” without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.</p>\n\n<p align=\"justify\">Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).</p>\n\n<p align=\"justify\">We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.</p>\n\n<h4>SECTION 8 - THIRD-PARTY LINKS</h4>\n\n<p align=\"justify\">Certain content, products and services available via our Service may include materials from third-parties.</p>\n\n<p align=\"justify\">Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.</p>\n\n<p align=\"justify\">We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.</p>\n\n<h4>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS</h4>\n\n<p align=\"justify\">If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.</p>\n\n<p align=\"justify\">We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any party’s intellectual property or these Terms of Service.</p>\n\n<p align=\"justify\">You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.</p>\n\n<h4>SECTION 10 - PERSONAL INFORMATION</h4>\n\n<p align=\"justify\">Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.</p>\n\n<h4>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS</h4>\n\n<p align=\"justify\">Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).</p>\n\n<p align=\"justify\">We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.</p>\n\n<h4>SECTION 12 - PROHIBITED USES</h4>\n\n<p align=\"justify\">In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.</p>\n\n<h4>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY</h4>\n\n<p align=\"justify\">We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.</p>\n\n<p align=\"justify\">We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.</p>\n\n<p align=\"justify\">You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.</p>\n\n<p align=\"justify\">You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.</p>\n\n<p align=\"justify\">In no case shall Spectaclesfree Eyewear, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.</p>\n\n<h4>SECTION 14 - INDEMNIFICATION</h4>\n\n<p align=\"justify\">You agree to indemnify, defend and hold harmless Spectaclesfree Eyewear and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneys’ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.</p>\n\n<h4>SECTION 15 - SEVERABILITY</h4>\n\n<p align=\"justify\">In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.</p>\n\n<h4>SECTION 16 - TERMINATION</h4>\n\n<p align=\"justify\">The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.</p>\n\n<p align=\"justify\">These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.</p>\n\n<p align=\"justify\">If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).</p>\n\n<h4>SECTION 17 - ENTIRE AGREEMENT</h4>\n\n<p align=\"justify\">The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.</p>\n\n<p align=\"justify\">These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).</p>\n\n<p align=\"justify\">Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.</p>\n\n<h4>SECTION 18 - GOVERNING LAW</h4>\n\n<p align=\"justify\">These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 729 SE Grant St, Portland, OR, 97214, United States.</p>\n\n<h4>SECTION 19 - CHANGES TO TERMS OF SERVICE</h4>\n\n<p align=\"justify\">You can review the most current version of the Terms of Service at any time at this page.</p>\n\n<p align=\"justify\">We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20e2a848b89\";s:19:\"_sow_form_timestamp\";s:13:\"1512105582207\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f9d56cd7-da91-4938-8cf3-c9097d4a266b\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20e66fe3f63\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"85d5603d-942f-4228-b6b4-234b766f35ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1431,367,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:19798:\"<h4>OVERVIEW</h4>\n\n<p align=\"justify\">This website is operated by Spectaclesfree Eyewear. Throughout the site, the terms “we”, “us” and “our” refer to Spectaclesfree Eyewear. Spectaclesfree Eyewear offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.</p>\n\n<p align=\"justify\">By visiting our site and/ or purchasing something from us, you engage in our “Service” and agree to be bound by the following terms and conditions (“Terms of Service”, “Terms”), including those additional terms and conditions and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.</p>\n\n<p align=\"justify>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.</p>\n\n<p align=\"justify\">Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.</p>\n\n<h4>SECTION 1 - ONLINE STORE TERMS</h4>\n\n<p align=\"justify\">By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.</p>\n\n<p align=\"justify>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).</p>\n\n<p align=\"justify\">You must not transmit any worms or viruses or any code of a destructive nature.</p>\n\n<p align=\"justify\">A breach or violation of any of the Terms will result in an immediate termination of your Services.</p>\n\n<h4>SECTION 2 - GENERAL CONDITIONS</h4>\n\n<p align=\"justify\">We reserve the right to refuse service to anyone for any reason at any time.</p>\n\n<p align=\"justify\">You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.</p>\n\n<p align=\"justify\">You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.</p>\n\n<p align=\"justify\">The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.</p>\n\n<h4>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION</h4>\n\n<p align=\"justify\">We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.</p>\n\n<p align=\"justify\">This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.</p>\n\n<h4>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES</h4>\n\n<p align=\"justify\">Prices for our products are subject to change without notice.</p>\n\n<p align=\"justify\">We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.</p>\n\n<p align=\"justify\">We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.</p>\n\n<h4>SECTION 5 - PRODUCTS OR SERVICES (if applicable)</h4>\n\n<p align=\"justify\">Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.</p>\n\n<p align=\"justify\">We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.</p>\n\n<p align=\"justify\">We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.</p>\n\n<p align=\"justify\">We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.</p>\n\n<h4>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION</h4>\n\n<p align=\"justify\">We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.</p>\n\n<p align=\"justify\">You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.</p>\n\n<p align=\"justify\">For more detail, please review our Returns Policy.</p>\n\n<h4>SECTION 7 - OPTIONAL TOOLS</h4>\n\n<p align=\"justify\">We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.</p>\n\n<p align=\"justify\">You acknowledge and agree that we provide access to such tools ”as is” and “as available” without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.</p>\n\n<p align=\"justify\">Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).</p>\n\n<p align=\"justify\">We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.</p>\n\n<h4>SECTION 8 - THIRD-PARTY LINKS</h4>\n\n<p align=\"justify\">Certain content, products and services available via our Service may include materials from third-parties.</p>\n\n<p align=\"justify\">Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.</p>\n\n<p align=\"justify\">We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.</p>\n\n<h4>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS</h4>\n\n<p align=\"justify\">If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.</p>\n\n<p align=\"justify\">We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any party’s intellectual property or these Terms of Service.</p>\n\n<p align=\"justify\">You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.</p>\n\n<h4>SECTION 10 - PERSONAL INFORMATION</h4>\n\n<p align=\"justify\">Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.</p>\n\n<h4>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS</h4>\n\n<p align=\"justify\">Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).</p>\n\n<p align=\"justify\">We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.</p>\n\n<h4>SECTION 12 - PROHIBITED USES</h4>\n\n<p align=\"justify\">In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.</p>\n\n<h4>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY</h4>\n\n<p align=\"justify\">We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.</p>\n\n<p align=\"justify\">We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.</p>\n\n<p align=\"justify\">You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.</p>\n\n<p align=\"justify\">You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.</p>\n\n<p align=\"justify\">In no case shall Spectaclesfree Eyewear, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.</p>\n\n<h4>SECTION 14 - INDEMNIFICATION</h4>\n\n<p align=\"justify\">You agree to indemnify, defend and hold harmless Spectaclesfree Eyewear and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneys’ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.</p>\n\n<h4>SECTION 15 - SEVERABILITY</h4>\n\n<p align=\"justify\">In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.</p>\n\n<h4>SECTION 16 - TERMINATION</h4>\n\n<p align=\"justify\">The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.</p>\n\n<p align=\"justify\">These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.</p>\n\n<p align=\"justify\">If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).</p>\n\n<h4>SECTION 17 - ENTIRE AGREEMENT</h4>\n\n<p align=\"justify\">The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.</p>\n\n<p align=\"justify\">These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).</p>\n\n<p align=\"justify\">Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.</p>\n\n<h4>SECTION 18 - GOVERNING LAW</h4>\n\n<p align=\"justify\">These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 729 SE Grant St, Portland, OR, 97214, United States.</p>\n\n<h4>SECTION 19 - CHANGES TO TERMS OF SERVICE</h4>\n\n<p align=\"justify\">You can review the most current version of the Terms of Service at any time at this page.</p>\n\n<p align=\"justify\">We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20e2a848b89\";s:19:\"_sow_form_timestamp\";s:13:\"1512105582207\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f9d56cd7-da91-4938-8cf3-c9097d4a266b\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20e66fe3f63\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"85d5603d-942f-4228-b6b4-234b766f35ed\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1446,371,'_menu_item_type','post_type'),(1447,371,'_menu_item_menu_item_parent','0'),(1448,371,'_menu_item_object_id','34'),(1449,371,'_menu_item_object','page'),(1450,371,'_menu_item_target',''),(1451,371,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1452,371,'_menu_item_xfn',''),(1453,371,'_menu_item_url',''),(1455,372,'_menu_item_type','post_type'),(1456,372,'_menu_item_menu_item_parent','0'),(1457,372,'_menu_item_object_id','33'),(1458,372,'_menu_item_object','page'),(1459,372,'_menu_item_target',''),(1460,372,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1461,372,'_menu_item_xfn',''),(1462,372,'_menu_item_url',''),(1475,376,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:19798:\"<h4>OVERVIEW</h4>\n\n<p align=\"justify\">This website is operated by Spectaclesfree Eyewear. Throughout the site, the terms “we”, “us” and “our” refer to Spectaclesfree Eyewear. Spectaclesfree Eyewear offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.</p>\n\n<p align=\"justify\">By visiting our site and/ or purchasing something from us, you engage in our “Service” and agree to be bound by the following terms and conditions (“Terms of Service”, “Terms”), including those additional terms and conditions and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.</p>\n\n<p align=\"justify>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.</p>\n\n<p align=\"justify\">Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.</p>\n\n<h4>SECTION 1 - ONLINE STORE TERMS</h4>\n\n<p align=\"justify\">By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.</p>\n\n<p align=\"justify>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).</p>\n\n<p align=\"justify\">You must not transmit any worms or viruses or any code of a destructive nature.</p>\n\n<p align=\"justify\">A breach or violation of any of the Terms will result in an immediate termination of your Services.</p>\n\n<h4>SECTION 2 - GENERAL CONDITIONS</h4>\n\n<p align=\"justify\">We reserve the right to refuse service to anyone for any reason at any time.</p>\n\n<p align=\"justify\">You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.</p>\n\n<p align=\"justify\">You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.</p>\n\n<p align=\"justify\">The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.</p>\n\n<h4>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION</h4>\n\n<p align=\"justify\">We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.</p>\n\n<p align=\"justify\">This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.</p>\n\n<h4>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES</h4>\n\n<p align=\"justify\">Prices for our products are subject to change without notice.</p>\n\n<p align=\"justify\">We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.</p>\n\n<p align=\"justify\">We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.</p>\n\n<h4>SECTION 5 - PRODUCTS OR SERVICES (if applicable)</h4>\n\n<p align=\"justify\">Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.</p>\n\n<p align=\"justify\">We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.</p>\n\n<p align=\"justify\">We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.</p>\n\n<p align=\"justify\">We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.</p>\n\n<h4>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION</h4>\n\n<p align=\"justify\">We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.</p>\n\n<p align=\"justify\">You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.</p>\n\n<p align=\"justify\">For more detail, please review our Returns Policy.</p>\n\n<h4>SECTION 7 - OPTIONAL TOOLS</h4>\n\n<p align=\"justify\">We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.</p>\n\n<p align=\"justify\">You acknowledge and agree that we provide access to such tools ”as is” and “as available” without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.</p>\n\n<p align=\"justify\">Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).</p>\n\n<p align=\"justify\">We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.</p>\n\n<h4>SECTION 8 - THIRD-PARTY LINKS</h4>\n\n<p align=\"justify\">Certain content, products and services available via our Service may include materials from third-parties.</p>\n\n<p align=\"justify\">Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.</p>\n\n<p align=\"justify\">We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.</p>\n\n<h4>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS</h4>\n\n<p align=\"justify\">If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.</p>\n\n<p align=\"justify\">We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any party’s intellectual property or these Terms of Service.</p>\n\n<p align=\"justify\">You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.</p>\n\n<h4>SECTION 10 - PERSONAL INFORMATION</h4>\n\n<p align=\"justify\">Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.</p>\n\n<h4>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS</h4>\n\n<p align=\"justify\">Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).</p>\n\n<p align=\"justify\">We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.</p>\n\n<h4>SECTION 12 - PROHIBITED USES</h4>\n\n<p align=\"justify\">In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.</p>\n\n<h4>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY</h4>\n\n<p align=\"justify\">We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.</p>\n\n<p align=\"justify\">We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.</p>\n\n<p align=\"justify\">You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.</p>\n\n<p align=\"justify\">You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.</p>\n\n<p align=\"justify\">In no case shall Spectaclesfree Eyewear, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.</p>\n\n<h4>SECTION 14 - INDEMNIFICATION</h4>\n\n<p align=\"justify\">You agree to indemnify, defend and hold harmless Spectaclesfree Eyewear and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneys’ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.</p>\n\n<h4>SECTION 15 - SEVERABILITY</h4>\n\n<p align=\"justify\">In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.</p>\n\n<h4>SECTION 16 - TERMINATION</h4>\n\n<p align=\"justify\">The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.</p>\n\n<p align=\"justify\">These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.</p>\n\n<p align=\"justify\">If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).</p>\n\n<h4>SECTION 17 - ENTIRE AGREEMENT</h4>\n\n<p align=\"justify\">The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.</p>\n\n<p align=\"justify\">These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).</p>\n\n<p align=\"justify\">Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.</p>\n\n<h4>SECTION 18 - GOVERNING LAW</h4>\n\n<p align=\"justify\">These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 729 SE Grant St, Portland, OR, 97214, United States.</p>\n\n<h4>SECTION 19 - CHANGES TO TERMS OF SERVICE</h4>\n\n<p align=\"justify\">You can review the most current version of the Terms of Service at any time at this page.</p>\n\n<p align=\"justify\">We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20e2a848b89\";s:19:\"_sow_form_timestamp\";s:13:\"1512105582207\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f9d56cd7-da91-4938-8cf3-c9097d4a266b\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20e66fe3f63\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"85d5603d-942f-4228-b6b4-234b766f35ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1478,346,'_config_errors','a:1:{s:9:\"form.body\";a:1:{i:0;a:2:{s:4:\"code\";i:105;s:4:\"args\";a:3:{s:7:\"message\";s:0:\"\";s:6:\"params\";a:0:{}s:4:\"link\";s:72:\"https://contactform7.com/configuration-errors/multiple-controls-in-label\";}}}}'),(1479,377,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:114:\"<h3>Joining Our Mailing List For Exclusive Offers and Crazy Deals</h3>\n[contact-form-7 id=\"346\" title=\"Subscribe\"]\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d81a14823\";s:19:\"_sow_form_timestamp\";s:13:\"1512113049727\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"4d01bb0b-a22a-444a-a459-c7d9581310dc\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a210399a4769\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2d228d84-635b-4468-a3b7-009b307eb103\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1480,378,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:114:\"<h2>Joining Our Mailing List For Exclusive Offers and Crazy Deals</h2>\n[contact-form-7 id=\"346\" title=\"Subscribe\"]\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d81a14823\";s:19:\"_sow_form_timestamp\";s:13:\"1512113102015\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"4d01bb0b-a22a-444a-a459-c7d9581310dc\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a2103ce15e1c\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2d228d84-635b-4468-a3b7-009b307eb103\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1481,379,'_wp_attached_file','2017/12/newsletter.png'),(1482,379,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1531;s:6:\"height\";i:1559;s:4:\"file\";s:22:\"2017/12/newsletter.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"newsletter-150x150.png\";s:5:\"width\";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:\"newsletter-295x300.png\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"newsletter-768x782.png\";s:5:\"width\";i:768;s:6:\"height\";i:782;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"newsletter-1006x1024.png\";s:5:\"width\";i:1006;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"newsletter-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"newsletter-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:22:\"newsletter-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"newsletter-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"newsletter-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:22:\"newsletter-688x325.png\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:22:\"newsletter-855x450.png\";s:5:\"width\";i:855;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:22:\"newsletter-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1483,380,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:114:\"<h2>Joining Our Mailing List For Exclusive Offers and Crazy Deals</h2>\n[contact-form-7 id=\"346\" title=\"Subscribe\"]\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d81a14823\";s:19:\"_sow_form_timestamp\";s:13:\"1512113102015\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"4d01bb0b-a22a-444a-a459-c7d9581310dc\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a2104d6370c3\";s:19:\"_sow_form_timestamp\";s:13:\"1512113375723\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a72561db-e26e-4fee-ba0e-1ff88fba54a2\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a2104fa646d7\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2d228d84-635b-4468-a3b7-009b307eb103\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1484,381,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:114:\"<h2>Joining Our Mailing List For Exclusive Offers and Crazy Deals</h2>\n[contact-form-7 id=\"346\" title=\"Subscribe\"]\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d81a14823\";s:19:\"_sow_form_timestamp\";s:13:\"1512113102015\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"4d01bb0b-a22a-444a-a459-c7d9581310dc\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<p><img class=\"size-medium wp-image-379 aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/12/newsletter-295x300.png\" alt=\"\" width=\"295\" height=\"300\" /></p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a2104d6370c3\";s:19:\"_sow_form_timestamp\";s:13:\"1512113443753\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a72561db-e26e-4fee-ba0e-1ff88fba54a2\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a21052559943\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2d228d84-635b-4468-a3b7-009b307eb103\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1485,381,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:114:\"<h2>Joining Our Mailing List For Exclusive Offers and Crazy Deals</h2>\n[contact-form-7 id=\"346\" title=\"Subscribe\"]\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d81a14823\";s:19:\"_sow_form_timestamp\";s:13:\"1512113102015\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"4d01bb0b-a22a-444a-a459-c7d9581310dc\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a2104d6370c3\";s:19:\"_sow_form_timestamp\";s:13:\"1512113375723\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a72561db-e26e-4fee-ba0e-1ff88fba54a2\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a2104fa646d7\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2d228d84-635b-4468-a3b7-009b307eb103\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1486,381,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:114:\"<h2>Joining Our Mailing List For Exclusive Offers and Crazy Deals</h2>\n[contact-form-7 id=\"346\" title=\"Subscribe\"]\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d81a14823\";s:19:\"_sow_form_timestamp\";s:13:\"1512113102015\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"4d01bb0b-a22a-444a-a459-c7d9581310dc\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a2104d6370c3\";s:19:\"_sow_form_timestamp\";s:13:\"1512113375723\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a72561db-e26e-4fee-ba0e-1ff88fba54a2\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a2104fa646d7\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2d228d84-635b-4468-a3b7-009b307eb103\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1487,382,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:114:\"<h2>Joining Our Mailing List For Exclusive Offers and Crazy Deals</h2>\n[contact-form-7 id=\"346\" title=\"Subscribe\"]\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d81a14823\";s:19:\"_sow_form_timestamp\";s:13:\"1512113102015\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"4d01bb0b-a22a-444a-a459-c7d9581310dc\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<p><img class=\"size-medium wp-image-379 aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/12/newsletter-295x300.png\" alt=\"\" width=\"295\" height=\"300\" /></p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a2104d6370c3\";s:19:\"_sow_form_timestamp\";s:13:\"1512113443753\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a72561db-e26e-4fee-ba0e-1ff88fba54a2\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a2105255f99b\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2d228d84-635b-4468-a3b7-009b307eb103\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1488,383,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:215:\"<h2>Want To Stop Geting Email From Offers</h2>\n<h3>We can help you unsubscribe form their newsletter so you won\'t get email from contact@spectaclesfree.com anymore.</h3>\n[contact-form-7 id=\"347\" title=\"Unsubscribe\"]\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d78a1ffd1\";s:19:\"_sow_form_timestamp\";s:13:\"1512113826751\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"62e7298d-8c64-442d-9bfd-7dfcc2898627\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a2106a4ed266\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6bc6685e-7b8c-4930-bdb0-6f3715333993\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1489,383,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:52:\"<p>[contact-form-7 id=\"347\" title=\"Unsubscribe\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d78a1ffd1\";s:19:\"_sow_form_timestamp\";s:13:\"1512101785261\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"62e7298d-8c64-442d-9bfd-7dfcc2898627\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20d79a8b3bf\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6bc6685e-7b8c-4930-bdb0-6f3715333993\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1490,383,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:52:\"<p>[contact-form-7 id=\"347\" title=\"Unsubscribe\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d78a1ffd1\";s:19:\"_sow_form_timestamp\";s:13:\"1512101785261\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"62e7298d-8c64-442d-9bfd-7dfcc2898627\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a20d79a8b3bf\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6bc6685e-7b8c-4930-bdb0-6f3715333993\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1491,384,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:215:\"<h2>Want To Stop Geting Email From Offers</h2>\n<h3>We can help you unsubscribe form their newsletter so you won\'t get email from contact@spectaclesfree.com anymore.</h3>\n[contact-form-7 id=\"347\" title=\"Unsubscribe\"]\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d78a1ffd1\";s:19:\"_sow_form_timestamp\";s:13:\"1512113826751\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"62e7298d-8c64-442d-9bfd-7dfcc2898627\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a2106a4f3024\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6bc6685e-7b8c-4930-bdb0-6f3715333993\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1492,385,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:229:\"<h2>Want To Stop Geting Email From Offers</h2>\n<p align=\"justify\">We can help you unsubscribe form their newsletter so you won\'t get email from contact@spectaclesfree.com anymore.</p>\n[contact-form-7 id=\"347\" title=\"Unsubscribe\"]\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d78a1ffd1\";s:19:\"_sow_form_timestamp\";s:13:\"1512113878097\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"62e7298d-8c64-442d-9bfd-7dfcc2898627\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.11612903225806454;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.88387096774193541;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a2106e480ced\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6bc6685e-7b8c-4930-bdb0-6f3715333993\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1493,385,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:215:\"<h2>Want To Stop Geting Email From Offers</h2>\n<h3>We can help you unsubscribe form their newsletter so you won\'t get email from contact@spectaclesfree.com anymore.</h3>\n[contact-form-7 id=\"347\" title=\"Unsubscribe\"]\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d78a1ffd1\";s:19:\"_sow_form_timestamp\";s:13:\"1512113826751\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"62e7298d-8c64-442d-9bfd-7dfcc2898627\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a2106a4f3024\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6bc6685e-7b8c-4930-bdb0-6f3715333993\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1494,385,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:215:\"<h2>Want To Stop Geting Email From Offers</h2>\n<h3>We can help you unsubscribe form their newsletter so you won\'t get email from contact@spectaclesfree.com anymore.</h3>\n[contact-form-7 id=\"347\" title=\"Unsubscribe\"]\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d78a1ffd1\";s:19:\"_sow_form_timestamp\";s:13:\"1512113826751\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"62e7298d-8c64-442d-9bfd-7dfcc2898627\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a2106a4f3024\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6bc6685e-7b8c-4930-bdb0-6f3715333993\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1495,386,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:229:\"<h2>Want To Stop Geting Email From Offers</h2>\n<p align=\"justify\">We can help you unsubscribe form their newsletter so you won\'t get email from contact@spectaclesfree.com anymore.</p>\n[contact-form-7 id=\"347\" title=\"Unsubscribe\"]\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d78a1ffd1\";s:19:\"_sow_form_timestamp\";s:13:\"1512113878097\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"62e7298d-8c64-442d-9bfd-7dfcc2898627\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.11612903225806454;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.88387096774193541;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a2106e488065\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6bc6685e-7b8c-4930-bdb0-6f3715333993\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1496,387,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:213:\"<h2>Want To Stop Geting Email From Offers</h2>\n<p>We can help you unsubscribe form their newsletter so you won\'t get email from contact@spectaclesfree.com anymore.</p>\n[contact-form-7 id=\"347\" title=\"Unsubscribe\"]\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d78a1ffd1\";s:19:\"_sow_form_timestamp\";s:13:\"1512113935570\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"62e7298d-8c64-442d-9bfd-7dfcc2898627\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.04064516129031806;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.95935483870968186;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a210717cc56f\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6bc6685e-7b8c-4930-bdb0-6f3715333993\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1497,388,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:55:\"<p>[contact-form-7 id=\"345\" title=\"Contact form 1\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d755b82ad\";s:19:\"_sow_form_timestamp\";s:13:\"1512101737614\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6c8c27e0-ba12-4e69-8271-8dcc67f83710\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:192:\"<p><strong>Address:</strong> 3645 Peachtree Industrial Blvd, Duluth, GA 30096, USA</p>\n<p><strong>Phone:</strong> 770-623-2784</p>\n<p><strong>Email:</strong> contact@spectaclesfree.com</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a2107941d135\";s:19:\"_sow_form_timestamp\";s:13:\"1512114224375\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"af92b4d7-74ba-4806-afe2-b30c5d2615fb\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a21083323dc0\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"05edcffc-1a84-47d4-9484-94ee16ec8b57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1498,389,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:55:\"<p>[contact-form-7 id=\"345\" title=\"Contact form 1\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d755b82ad\";s:19:\"_sow_form_timestamp\";s:13:\"1512101737614\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6c8c27e0-ba12-4e69-8271-8dcc67f83710\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:192:\"<p><strong>Address:</strong> 3645 Peachtree Industrial Blvd, Duluth, GA 30096, USA</p>\n<p><strong>Phone:</strong> 770-623-2784</p>\n<p><strong>Email:</strong> contact@spectaclesfree.com</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a2107941d135\";s:19:\"_sow_form_timestamp\";s:13:\"1512114224375\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"af92b4d7-74ba-4806-afe2-b30c5d2615fb\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3307.822824177004!2d-84.17032394854382!3d33.99708438052592!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88f5a21442682d47%3A0x875329028829d99a!2s3645+Peachtree+Industrial+Blvd%2C+Duluth%2C+GA+30096%2C+USA!5e0!3m2!1sen!2sin!4v1512114013330\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a210845e6b81\";s:19:\"_sow_form_timestamp\";s:13:\"1512114265381\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"04356d29-f6ec-4026-9d90-20a25ca10615\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a2108597a44c\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"05edcffc-1a84-47d4-9484-94ee16ec8b57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1499,390,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:55:\"<p>[contact-form-7 id=\"345\" title=\"Contact form 1\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d755b82ad\";s:19:\"_sow_form_timestamp\";s:13:\"1512101737614\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6c8c27e0-ba12-4e69-8271-8dcc67f83710\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:192:\"<p><strong>Address:</strong> 3645 Peachtree Industrial Blvd, Duluth, GA 30096, USA</p>\n<p><strong>Phone:</strong> 770-623-2784</p>\n<p><strong>Email:</strong> contact@spectaclesfree.com</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a2107941d135\";s:19:\"_sow_form_timestamp\";s:13:\"1512114224375\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"af92b4d7-74ba-4806-afe2-b30c5d2615fb\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3307.822824177004!2d-84.17032394854382!3d33.99708438052592!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88f5a21442682d47%3A0x875329028829d99a!2s3645+Peachtree+Industrial+Blvd%2C+Duluth%2C+GA+30096%2C+USA!5e0!3m2!1sen!2sin!4v1512114013330\" width=\"600\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a210845e6b81\";s:19:\"_sow_form_timestamp\";s:13:\"1512114293082\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"04356d29-f6ec-4026-9d90-20a25ca10615\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a21087539e27\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"05edcffc-1a84-47d4-9484-94ee16ec8b57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1500,391,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:3:{s:11:\"panels_data\";a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:38:\"You\'ve got questions We\'ve got answers\";s:4:\"text\";s:55:\"<p>[contact-form-7 id=\"345\" title=\"Contact form 1\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a20d755b82ad\";s:19:\"_sow_form_timestamp\";s:13:\"1512116179616\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6c8c27e0-ba12-4e69-8271-8dcc67f83710\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:192:\"<p><strong>Address:</strong> 3645 Peachtree Industrial Blvd, Duluth, GA 30096, USA</p>\n<p><strong>Phone:</strong> 770-623-2784</p>\n<p><strong>Email:</strong> contact@spectaclesfree.com</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a2107941d135\";s:19:\"_sow_form_timestamp\";s:13:\"1512114224375\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"af92b4d7-74ba-4806-afe2-b30c5d2615fb\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3307.822824177004!2d-84.17032394854382!3d33.99708438052592!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88f5a21442682d47%3A0x875329028829d99a!2s3645+Peachtree+Industrial+Blvd%2C+Duluth%2C+GA+30096%2C+USA!5e0!3m2!1sen!2sin!4v1512114013330\" width=\"600\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a210845e6b81\";s:19:\"_sow_form_timestamp\";s:13:\"1512114293082\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"04356d29-f6ec-4026-9d90-20a25ca10615\";s:5:\"style\";a:12:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"widget_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:17:{s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:10:\"cell_class\";s:0:\"\";s:7:\"row_css\";s:0:\"\";s:10:\"mobile_css\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";s:6:\"gutter\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:14:\"mobile_padding\";s:0:\"\";s:11:\"row_stretch\";s:0:\"\";s:18:\"collapse_behaviour\";s:0:\"\";s:14:\"collapse_order\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:10:\"background\";s:0:\"\";s:27:\"background_image_attachment\";s:1:\"0\";s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}s:10:\"builder_id\";s:13:\"5a210fd429133\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"05edcffc-1a84-47d4-9484-94ee16ec8b57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1506,395,'_wc_review_count','0'),(1507,395,'_wc_rating_count','a:0:{}'),(1508,395,'_wc_average_rating','0'),(1509,395,'_edit_last','1'),(1510,395,'_edit_lock','1512118086:1'),(1511,396,'_wp_attached_file','2017/12/w1.jpg'),(1512,396,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:495;s:4:\"file\";s:14:\"2017/12/w1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"w1-150x150.jpg\";s:5:\"width\";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:\"w1-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"w1-768x362.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"w1-1024x483.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:483;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"w1-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"w1-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:14:\"w1-300x300.jpg\";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:14:\"w1-600x495.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"w1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:14:\"w1-688x325.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:14:\"w1-855x450.jpg\";s:5:\"width\";i:855;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"w1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1513,395,'_thumbnail_id','396'),(1514,395,'_sku',''),(1515,395,'_regular_price','149'),(1516,395,'_sale_price','147'),(1517,395,'_sale_price_dates_from',''),(1518,395,'_sale_price_dates_to',''),(1519,395,'total_sales','0'),(1520,395,'_tax_status','taxable'),(1521,395,'_tax_class',''),(1522,395,'_manage_stock','no'),(1523,395,'_backorders','no'),(1524,395,'_sold_individually','no'),(1525,395,'_weight',''),(1526,395,'_length',''),(1527,395,'_width',''),(1528,395,'_height',''),(1529,395,'_upsell_ids','a:0:{}'),(1530,395,'_crosssell_ids','a:0:{}'),(1531,395,'_purchase_note',''),(1532,395,'_default_attributes','a:0:{}'),(1533,395,'_virtual','yes'),(1534,395,'_downloadable','no'),(1535,395,'_product_image_gallery',''),(1536,395,'_download_limit','-1'),(1537,395,'_download_expiry','-1'),(1538,395,'_stock',NULL),(1539,395,'_stock_status','instock'),(1540,395,'_product_version','3.2.5'),(1541,395,'_price','147'),(1542,397,'_wc_review_count','0'),(1543,397,'_wc_rating_count','a:0:{}'),(1544,397,'_wc_average_rating','0'),(1545,397,'_edit_last','1'),(1546,397,'_edit_lock','1512118187:1'),(1547,398,'_wp_attached_file','2017/12/w2.jpg'),(1548,398,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:495;s:4:\"file\";s:14:\"2017/12/w2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"w2-150x150.jpg\";s:5:\"width\";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:\"w2-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"w2-768x362.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"w2-1024x483.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:483;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"w2-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"w2-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:14:\"w2-300x300.jpg\";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:14:\"w2-600x495.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"w2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:14:\"w2-688x325.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:14:\"w2-855x450.jpg\";s:5:\"width\";i:855;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"w2-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1549,397,'_thumbnail_id','398'),(1550,397,'_sku',''),(1551,397,'_regular_price','149'),(1552,397,'_sale_price','145'),(1553,397,'_sale_price_dates_from',''),(1554,397,'_sale_price_dates_to',''),(1555,397,'total_sales','0'),(1556,397,'_tax_status','taxable'),(1557,397,'_tax_class',''),(1558,397,'_manage_stock','no'),(1559,397,'_backorders','no'),(1560,397,'_sold_individually','no'),(1561,397,'_weight',''),(1562,397,'_length',''),(1563,397,'_width',''),(1564,397,'_height',''),(1565,397,'_upsell_ids','a:0:{}'),(1566,397,'_crosssell_ids','a:0:{}'),(1567,397,'_purchase_note',''),(1568,397,'_default_attributes','a:0:{}'),(1569,397,'_virtual','yes'),(1570,397,'_downloadable','no'),(1571,397,'_product_image_gallery',''),(1572,397,'_download_limit','-1'),(1573,397,'_download_expiry','-1'),(1574,397,'_stock',NULL),(1575,397,'_stock_status','instock'),(1576,397,'_product_version','3.2.5'),(1577,397,'_price','145'),(1578,399,'_wc_review_count','0'),(1579,399,'_wc_rating_count','a:0:{}'),(1580,399,'_wc_average_rating','0'),(1581,399,'_edit_last','1'),(1582,399,'_edit_lock','1512118290:1'),(1583,400,'_wp_attached_file','2017/12/w3.jpg'),(1584,400,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:495;s:4:\"file\";s:14:\"2017/12/w3.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"w3-150x150.jpg\";s:5:\"width\";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:\"w3-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"w3-768x362.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"w3-1024x483.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:483;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"w3-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"w3-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:14:\"w3-300x300.jpg\";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:14:\"w3-600x495.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"w3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:14:\"w3-688x325.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:14:\"w3-855x450.jpg\";s:5:\"width\";i:855;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"w3-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1585,399,'_thumbnail_id','400'),(1586,399,'_sku',''),(1587,399,'_regular_price','150'),(1588,399,'_sale_price','149'),(1589,399,'_sale_price_dates_from',''),(1590,399,'_sale_price_dates_to',''),(1591,399,'total_sales','0'),(1592,399,'_tax_status','taxable'),(1593,399,'_tax_class',''),(1594,399,'_manage_stock','no'),(1595,399,'_backorders','no'),(1596,399,'_sold_individually','no'),(1597,399,'_weight',''),(1598,399,'_length',''),(1599,399,'_width',''),(1600,399,'_height',''),(1601,399,'_upsell_ids','a:0:{}'),(1602,399,'_crosssell_ids','a:0:{}'),(1603,399,'_purchase_note',''),(1604,399,'_default_attributes','a:0:{}'),(1605,399,'_virtual','yes'),(1606,399,'_downloadable','no'),(1607,399,'_product_image_gallery',''),(1608,399,'_download_limit','-1'),(1609,399,'_download_expiry','-1'),(1610,399,'_stock',NULL),(1611,399,'_stock_status','instock'),(1612,399,'_product_version','3.2.5'),(1613,399,'_price','149'),(1614,401,'_wc_review_count','0'),(1615,401,'_wc_rating_count','a:0:{}'),(1616,401,'_wc_average_rating','0'),(1617,401,'_edit_last','1'),(1618,401,'_edit_lock','1512118475:1'),(1619,402,'_wp_attached_file','2017/12/w4.jpg'),(1620,402,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:495;s:4:\"file\";s:14:\"2017/12/w4.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"w4-150x150.jpg\";s:5:\"width\";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:\"w4-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"w4-768x362.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"w4-1024x483.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:483;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"w4-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"w4-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:14:\"w4-300x300.jpg\";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:14:\"w4-600x495.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"w4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:14:\"w4-688x325.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:14:\"w4-855x450.jpg\";s:5:\"width\";i:855;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"w4-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1621,401,'_thumbnail_id','402'),(1622,401,'_sku',''),(1623,401,'_regular_price','153'),(1624,401,'_sale_price','147'),(1625,401,'_sale_price_dates_from',''),(1626,401,'_sale_price_dates_to',''),(1627,401,'total_sales','0'),(1628,401,'_tax_status','taxable'),(1629,401,'_tax_class',''),(1630,401,'_manage_stock','no'),(1631,401,'_backorders','no'),(1632,401,'_sold_individually','no'),(1633,401,'_weight',''),(1634,401,'_length',''),(1635,401,'_width',''),(1636,401,'_height',''),(1637,401,'_upsell_ids','a:0:{}'),(1638,401,'_crosssell_ids','a:0:{}'),(1639,401,'_purchase_note',''),(1640,401,'_default_attributes','a:0:{}'),(1641,401,'_virtual','yes'),(1642,401,'_downloadable','no'),(1643,401,'_product_image_gallery',''),(1644,401,'_download_limit','-1'),(1645,401,'_download_expiry','-1'),(1646,401,'_stock',NULL),(1647,401,'_stock_status','instock'),(1648,401,'_product_version','3.2.5'),(1649,401,'_price','147'),(1652,404,'_wc_review_count','0'),(1653,404,'_wc_rating_count','a:0:{}'),(1654,404,'_wc_average_rating','0'),(1655,404,'_edit_last','1'),(1656,404,'_edit_lock','1512118621:1'),(1657,405,'_wp_attached_file','2017/12/m1.jpg'),(1658,405,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:495;s:4:\"file\";s:14:\"2017/12/m1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"m1-150x150.jpg\";s:5:\"width\";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:\"m1-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"m1-768x362.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"m1-1024x483.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:483;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"m1-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"m1-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:14:\"m1-300x300.jpg\";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:14:\"m1-600x495.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"m1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:14:\"m1-688x325.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:14:\"m1-855x450.jpg\";s:5:\"width\";i:855;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"m1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1659,404,'_thumbnail_id','405'),(1660,404,'_sku',''),(1661,404,'_regular_price','270'),(1662,404,'_sale_price','265'),(1663,404,'_sale_price_dates_from',''),(1664,404,'_sale_price_dates_to',''),(1665,404,'total_sales','0'),(1666,404,'_tax_status','taxable'),(1667,404,'_tax_class',''),(1668,404,'_manage_stock','no'),(1669,404,'_backorders','no'),(1670,404,'_sold_individually','no'),(1671,404,'_weight',''),(1672,404,'_length',''),(1673,404,'_width',''),(1674,404,'_height',''),(1675,404,'_upsell_ids','a:0:{}'),(1676,404,'_crosssell_ids','a:0:{}'),(1677,404,'_purchase_note',''),(1678,404,'_default_attributes','a:0:{}'),(1679,404,'_virtual','yes'),(1680,404,'_downloadable','no'),(1681,404,'_product_image_gallery',''),(1682,404,'_download_limit','-1'),(1683,404,'_download_expiry','-1'),(1684,404,'_stock',NULL),(1685,404,'_stock_status','instock'),(1686,404,'_product_version','3.2.5'),(1687,404,'_price','265'),(1688,406,'_wc_review_count','0'),(1689,406,'_wc_rating_count','a:0:{}'),(1690,406,'_wc_average_rating','0'),(1691,406,'_edit_last','1'),(1692,406,'_edit_lock','1512120338:1'),(1693,406,'_sku',''),(1694,406,'_regular_price','270'),(1695,406,'_sale_price','265'),(1696,406,'_sale_price_dates_from',''),(1697,406,'_sale_price_dates_to',''),(1698,406,'total_sales','0'),(1699,406,'_tax_status','taxable'),(1700,406,'_tax_class',''),(1701,406,'_manage_stock','no'),(1702,406,'_backorders','no'),(1703,406,'_sold_individually','no'),(1704,406,'_weight',''),(1705,406,'_length',''),(1706,406,'_width',''),(1707,406,'_height',''),(1708,406,'_upsell_ids','a:0:{}'),(1709,406,'_crosssell_ids','a:0:{}'),(1710,406,'_purchase_note',''),(1711,406,'_default_attributes','a:0:{}'),(1712,406,'_virtual','yes'),(1713,406,'_downloadable','no'),(1714,406,'_product_image_gallery',''),(1715,406,'_download_limit','-1'),(1716,406,'_download_expiry','-1'),(1717,406,'_stock',NULL),(1718,406,'_stock_status','instock'),(1719,406,'_product_version','3.2.5'),(1720,406,'_price','265'),(1721,407,'_wc_review_count','0'),(1722,407,'_wc_rating_count','a:0:{}'),(1723,407,'_wc_average_rating','0'),(1724,407,'_edit_last','1'),(1725,407,'_edit_lock','1512118833:1'),(1726,408,'_wp_attached_file','2017/12/m3.jpg'),(1727,408,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:511;s:6:\"height\";i:241;s:4:\"file\";s:14:\"2017/12/m3.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"m3-150x150.jpg\";s:5:\"width\";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:\"m3-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"m3-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"m3-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:14:\"m3-300x241.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"m3-300x241.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"m3-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1728,407,'_thumbnail_id','408'),(1729,407,'_sku',''),(1730,407,'_regular_price','265'),(1731,407,'_sale_price','262'),(1732,407,'_sale_price_dates_from',''),(1733,407,'_sale_price_dates_to',''),(1734,407,'total_sales','0'),(1735,407,'_tax_status','taxable'),(1736,407,'_tax_class',''),(1737,407,'_manage_stock','no'),(1738,407,'_backorders','no'),(1739,407,'_sold_individually','no'),(1740,407,'_weight',''),(1741,407,'_length',''),(1742,407,'_width',''),(1743,407,'_height',''),(1744,407,'_upsell_ids','a:0:{}'),(1745,407,'_crosssell_ids','a:0:{}'),(1746,407,'_purchase_note',''),(1747,407,'_default_attributes','a:0:{}'),(1748,407,'_virtual','yes'),(1749,407,'_downloadable','no'),(1750,407,'_product_image_gallery',''),(1751,407,'_download_limit','-1'),(1752,407,'_download_expiry','-1'),(1753,407,'_stock',NULL),(1754,407,'_stock_status','instock'),(1755,407,'_product_version','3.2.5'),(1756,407,'_price','262'),(1757,409,'_wc_review_count','0'),(1758,409,'_wc_rating_count','a:0:{}'),(1759,409,'_wc_average_rating','0'),(1760,409,'_edit_last','1'),(1761,409,'_edit_lock','1512119669:1'),(1762,410,'_wp_attached_file','2017/12/m4.jpg'),(1763,410,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:495;s:4:\"file\";s:14:\"2017/12/m4.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"m4-150x150.jpg\";s:5:\"width\";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:\"m4-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"m4-768x362.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"m4-1024x483.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:483;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"m4-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"m4-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:14:\"m4-300x300.jpg\";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:14:\"m4-600x495.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"m4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:14:\"m4-688x325.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:14:\"m4-855x450.jpg\";s:5:\"width\";i:855;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"m4-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1764,409,'_thumbnail_id','410'),(1765,409,'_sku',''),(1766,409,'_regular_price','268'),(1767,409,'_sale_price','265'),(1768,409,'_sale_price_dates_from',''),(1769,409,'_sale_price_dates_to',''),(1770,409,'total_sales','0'),(1771,409,'_tax_status','taxable'),(1772,409,'_tax_class',''),(1773,409,'_manage_stock','no'),(1774,409,'_backorders','no'),(1775,409,'_sold_individually','no'),(1776,409,'_weight',''),(1777,409,'_length',''),(1778,409,'_width',''),(1779,409,'_height',''),(1780,409,'_upsell_ids','a:0:{}'),(1781,409,'_crosssell_ids','a:0:{}'),(1782,409,'_purchase_note',''),(1783,409,'_default_attributes','a:0:{}'),(1784,409,'_virtual','yes'),(1785,409,'_downloadable','no'),(1786,409,'_product_image_gallery',''),(1787,409,'_download_limit','-1'),(1788,409,'_download_expiry','-1'),(1789,409,'_stock',NULL),(1790,409,'_stock_status','instock'),(1791,409,'_product_version','3.2.5'),(1792,409,'_price','265'),(1797,413,'_wp_attached_file','2017/12/m2.jpg'),(1798,413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:495;s:4:\"file\";s:14:\"2017/12/m2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"m2-150x150.jpg\";s:5:\"width\";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:\"m2-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"m2-768x362.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"m2-1024x483.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:483;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:14:\"m2-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"m2-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:14:\"m2-300x300.jpg\";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:14:\"m2-600x495.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"m2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:14:\"m2-688x325.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:14:\"m2-855x450.jpg\";s:5:\"width\";i:855;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"m2-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1799,406,'_thumbnail_id','413'),(1807,419,'_wp_attached_file','2017/12/t.jpg'),(1808,419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:80;s:4:\"file\";s:13:\"2017/12/t.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:12:\"t-150x80.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:12:\"t-220x80.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:12:\"t-180x80.jpg\";s:5:\"width\";i:180;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:{}}}'),(1813,421,'_wp_attached_file','2017/12/logo.png'),(1814,421,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:80;s:4:\"file\";s:16:\"2017/12/logo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-150x80.png\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"logo-220x80.png\";s:5:\"width\";i:220;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-180x80.png\";s:5:\"width\";i:180;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:{}}}'),(1819,424,'_wp_attached_file','2017/12/logo-1.png'),(1820,424,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:184;s:4:\"file\";s:18:\"2017/12/logo-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"logo-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"logo-1-300x54.png\";s:5:\"width\";i:300;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"logo-1-768x138.png\";s:5:\"width\";i:768;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"logo-1-1024x184.png\";s:5:\"width\";i:1024;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:18:\"logo-1-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"logo-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:18:\"logo-1-300x184.png\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"logo-1-600x184.png\";s:5:\"width\";i:600;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"logo-1-300x184.png\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:18:\"logo-1-688x184.png\";s:5:\"width\";i:688;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:18:\"logo-1-855x184.png\";s:5:\"width\";i:855;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:18:\"logo-1-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1823,425,'_wp_attached_file','2017/12/logo1.png'),(1824,425,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:184;s:4:\"file\";s:17:\"2017/12/logo1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"logo1-300x54.png\";s:5:\"width\";i:300;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"logo1-768x138.png\";s:5:\"width\";i:768;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"logo1-1024x184.png\";s:5:\"width\";i:1024;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:17:\"logo1-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"logo1-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:17:\"logo1-300x184.png\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"logo1-600x184.png\";s:5:\"width\";i:600;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"logo1-300x184.png\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:17:\"logo1-688x184.png\";s:5:\"width\";i:688;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:17:\"logo1-855x184.png\";s:5:\"width\";i:855;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:17:\"logo1-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1828,427,'_wp_attached_file','2017/12/logo2.png'),(1829,427,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:184;s:4:\"file\";s:17:\"2017/12/logo2.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"logo2-300x54.png\";s:5:\"width\";i:300;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"logo2-768x138.png\";s:5:\"width\";i:768;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"logo2-1024x184.png\";s:5:\"width\";i:1024;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:17:\"logo2-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"logo2-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:17:\"logo2-300x184.png\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"logo2-600x184.png\";s:5:\"width\";i:600;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"logo2-300x184.png\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:17:\"logo2-688x184.png\";s:5:\"width\";i:688;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:17:\"logo2-855x184.png\";s:5:\"width\";i:855;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:17:\"logo2-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1835,430,'_wp_attached_file','2017/12/fav.png'),(1836,430,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:276;s:6:\"height\";i:184;s:4:\"file\";s:15:\"2017/12/fav.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"fav-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:15:\"fav-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"fav-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"fav-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1837,431,'_wp_attached_file','2017/12/cropped-fav.png'),(1838,431,'_wp_attachment_context','site-icon'),(1839,431,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:23:\"2017/12/cropped-fav.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"cropped-fav-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"cropped-fav-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:23:\"cropped-fav-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"cropped-fav-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:23:\"cropped-fav-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"cropped-fav-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:23:\"cropped-fav-512x325.png\";s:5:\"width\";i:512;s:6:\"height\";i:325;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:23:\"cropped-fav-512x450.png\";s:5:\"width\";i:512;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:23:\"cropped-fav-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:23:\"cropped-fav-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:23:\"cropped-fav-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:23:\"cropped-fav-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:21:\"cropped-fav-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1843,433,'_wp_attached_file','2017/12/fav1.png'),(1844,433,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:183;s:4:\"file\";s:16:\"2017/12/fav1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"fav1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:16:\"fav1-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"fav1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:16:\"fav1-230x182.png\";s:5:\"width\";i:230;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1846,435,'_wp_attached_file','2017/12/fav2.png'),(1847,435,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:183;s:4:\"file\";s:16:\"2017/12/fav2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"fav2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:16:\"fav2-200x154.png\";s:5:\"width\";i:200;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"fav2-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:16:\"fav2-200x182.png\";s:5:\"width\";i:200;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1848,436,'_wp_attached_file','2017/12/cropped-fav2.png'),(1849,436,'_wp_attachment_context','site-icon'),(1850,436,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:24:\"2017/12/cropped-fav2.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"cropped-fav2-150x150.png\";s:5:\"width\";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:\"cropped-fav2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:24:\"cropped-fav2-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"cropped-fav2-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:24:\"cropped-fav2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"cropped-fav2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:24:\"cropped-fav2-512x325.png\";s:5:\"width\";i:512;s:6:\"height\";i:325;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:24:\"cropped-fav2-512x450.png\";s:5:\"width\";i:512;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:24:\"cropped-fav2-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:24:\"cropped-fav2-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:24:\"cropped-fav2-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:24:\"cropped-fav2-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:22:\"cropped-fav2-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1851,437,'_wp_attached_file','2017/12/cropped-fav2-1.png'),(1852,437,'_wp_attachment_context','site-icon'),(1853,437,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:26:\"2017/12/cropped-fav2-1.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"cropped-fav2-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:\"cropped-fav2-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:26:\"cropped-fav2-1-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"cropped-fav2-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:26:\"cropped-fav2-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"cropped-fav2-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"kakina-single\";a:4:{s:4:\"file\";s:26:\"cropped-fav2-1-512x325.png\";s:5:\"width\";i:512;s:6:\"height\";i:325;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"kakina-slider\";a:4:{s:4:\"file\";s:26:\"cropped-fav2-1-512x450.png\";s:5:\"width\";i:512;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:26:\"cropped-fav2-1-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:26:\"cropped-fav2-1-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:26:\"cropped-fav2-1-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:26:\"cropped-fav2-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:24:\"cropped-fav2-1-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=438 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (11,1,'2017-11-29 11:09:25','2017-11-29 11:09:25','','s1','','inherit','open','closed','','s1','','','2017-11-29 11:09:25','2017-11-29 11:09:25','',0,'http://spectaclesfree.com/wp-content/uploads/2017/11/s1.png',0,'attachment','image/png',0),(14,1,'2017-11-29 11:10:00','2017-11-29 11:10:00','','s2','','inherit','open','closed','','s2','','','2017-11-29 11:10:00','2017-11-29 11:10:00','',0,'http://spectaclesfree.com/wp-content/uploads/2017/11/s2.png',0,'attachment','image/png',0),(17,1,'2017-11-29 11:11:58','2017-11-29 11:11:58','','FRAME YOUR FACE','','publish','closed','closed','','slide3','','','2017-11-29 11:22:29','2017-11-29 11:22:29','',0,'http://spectaclesfree.com/?page_id=17',0,'page','',0),(18,1,'2017-11-29 11:11:42','2017-11-29 11:11:42','','s3','','inherit','open','closed','','s3','','','2017-11-29 11:11:42','2017-11-29 11:11:42','',17,'http://spectaclesfree.com/wp-content/uploads/2017/11/s3.png',0,'attachment','image/png',0),(19,1,'2017-11-29 11:11:58','2017-11-29 11:11:58','','slide3','','inherit','closed','closed','','17-revision-v1','','','2017-11-29 11:11:58','2017-11-29 11:11:58','',17,'http://spectaclesfree.com/2017/11/29/17-revision-v1/',0,'revision','',0),(21,1,'2017-11-29 11:22:29','2017-11-29 11:22:29','','FRAME YOUR FACE','','inherit','closed','closed','','17-revision-v1','','','2017-11-29 11:22:29','2017-11-29 11:22:29','',17,'http://spectaclesfree.com/2017/11/29/17-revision-v1/',0,'revision','',0),(23,1,'2017-11-29 11:26:37','2017-11-29 11:26:37','.nivo-caption{\n display: none;\n}','tc-e-commerce-shop','','publish','closed','closed','','tc-e-commerce-shop','','','2017-11-29 11:26:37','2017-11-29 11:26:37','',0,'http://spectaclesfree.com/2017/11/29/tc-e-commerce-shop/',0,'custom_css','',0),(24,1,'2017-11-29 11:26:37','2017-11-29 11:26:37','.nivo-caption{\n display: none;\n}','tc-e-commerce-shop','','inherit','closed','closed','','23-revision-v1','','','2017-11-29 11:26:37','2017-11-29 11:26:37','',23,'http://spectaclesfree.com/2017/11/29/23-revision-v1/',0,'revision','',0),(28,1,'2017-11-29 11:52:06','2017-11-29 11:52:06','','s5','','inherit','open','closed','','s5','','','2017-11-29 11:52:06','2017-11-29 11:52:06','',0,'http://spectaclesfree.com/wp-content/uploads/2017/11/s5.png',0,'attachment','image/png',0),(31,1,'2017-11-29 12:17:17','2017-11-29 12:17:17','<div id=\"pl-31\" class=\"panel-layout\" ><div id=\"pg-31-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-31-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-31-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a20b5735768b\" class=\"panel-layout\" ><div id=\"pg-w5a20b5735768b-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a20b5735768b-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a20b5735768b-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":11,"image_fallback":"","size":"full","align":"default","title":"","title_position":"hidden","alt":"","url":"#","full_width":true,"_sow_form_id":"5a1fe0ff1d2d8","_sow_form_timestamp":"1512038833348","new_window":false,"bound":false},"args":{"before_widget":"<div id=\\"panel-w5a20b5735768b-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;id&quot;:&quot;&quot;,&quot;class&quot;:&quot;&quot;,&quot;widget_css&quot;:&quot;&quot;,&quot;mobile_css&quot;:&quot;&quot;,&quot;padding&quot;:&quot;&quot;,&quot;mobile_padding&quot;:&quot;&quot;,&quot;background&quot;:&quot;&quot;,&quot;background_image_attachment&quot;:&quot;0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;border_color&quot;:&quot;&quot;,&quot;font_color&quot;:&quot;&quot;,&quot;link_color&quot;:&quot;&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-w5a20b5735768b-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h3>Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS</h3>\n<br /><br /></div>\n</div></div></div></div></div></div></div></div></div>','Trendy, Not Spendy','','publish','closed','closed','','shop','','','2017-12-01 01:50:43','2017-12-01 01:50:43','',0,'http://spectaclesfree.com/shop/',0,'page','',0),(32,1,'2017-11-29 12:17:17','2017-11-29 12:17:17','[woocommerce_cart]','Cart','','publish','closed','closed','','cart','','','2017-11-29 12:17:17','2017-11-29 12:17:17','',0,'http://spectaclesfree.com/cart/',0,'page','',0),(33,1,'2017-11-29 12:17:17','2017-11-29 12:17:17','[woocommerce_checkout]','Checkout','','publish','closed','closed','','checkout','','','2017-11-29 12:17:17','2017-11-29 12:17:17','',0,'http://spectaclesfree.com/checkout/',0,'page','',0),(34,1,'2017-11-29 12:17:17','2017-11-29 12:17:17','[woocommerce_my_account]','My account','','publish','closed','closed','','my-account','','','2017-11-29 12:17:17','2017-11-29 12:17:17','',0,'http://spectaclesfree.com/my-account/',0,'page','',0),(36,1,'2017-11-29 13:27:52','2017-11-29 13:27:52','','Tips to Help You Pick the Right Lenses','','publish','closed','closed','','tips-to-help-you-pick-the-right-lenses','','','2017-11-29 13:27:52','2017-11-29 13:27:52','',0,'http://spectaclesfree.com/?page_id=36',0,'page','',0),(39,1,'2017-11-29 13:27:52','2017-11-29 13:27:52','','Tips to Help You Pick the Right Lenses','','inherit','closed','closed','','36-revision-v1','','','2017-11-29 13:27:52','2017-11-29 13:27:52','',36,'http://spectaclesfree.com/2017/11/29/36-revision-v1/',0,'revision','',0),(41,1,'2017-11-30 05:41:46','2017-11-30 05:41:46','[yith_wcwl_wishlist]','Wishlist','','publish','closed','closed','','wishlist','','','2017-11-30 05:41:46','2017-11-30 05:41:46','',0,'http://spectaclesfree.com/wishlist/',0,'page','',0),(46,1,'2017-11-30 05:51:10','2017-11-30 05:51:10','\n.widget-menu li {\n \n font-weight: 600;\n \n }\n.clear {\n \n color: rgb(230, 21, 160);\n}\na {\n color: rgb(0, 0, 0);\n \n}\n.widget h3 {\n \n color: rgb(230, 21, 160);}\nh1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {\n \n color: rgb(230, 21, 160);\n}\n.fa-2x {\n \n color: rgb(230, 21, 160);\n}\n.fa-1x {\n \n color: #000000;\n}\n.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {\n color: rgb(230, 21, 160);\n }\n.woocommerce ul.products li.product .onsale, .woocommerce span.onsale, .top-grid-products .onsale, .slider-grid-img .onsale {\n background-color: rgb(230, 21, 160);\n}\n.woocommerce h1.page-title {\n \n color: black;\n}\nbody {\n font-family: Georgia;\n font-size: 14px;\n}\np {\n \n font-size: 17px;\n}\nbutton{\n padding: 6px;\n background-color: #00adef;\n size: b5;\n font-size: 16px;\n color: #ffffff;\n font-weight: 700;\n\n border-radius: 2.5em;\n }\n#content-footer-section {\n background-color: #ffffff;\n \n}\nbutton, html input[type=\"button\"], input[type=\"reset\"], input[type=\"submit\"] {\n -webkit-appearance: button;\n cursor: pointer;\n background: #00ADEF;\n font-size: 16px;\n height: 35px;\n line-height: 35px;\n display: block;\n padding: 0 10px;\n margin: 0;\n position: absolute;\n color: #fff;\n \n border-radius: 20px !important;\n opacity: 1;\n}\n.rsrc-container {\n \n padding-left: 50px;\n padding-right: 50px;\n }\nbody {\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n font-size: 14px;\n line-height: 1.42857143;\n color: #515151;\n background-color: #00adef;\n}','kakina','','publish','closed','closed','','kakina','','','2017-12-05 07:15:28','2017-12-05 07:15:28','',0,'http://spectaclesfree.com/2017/11/30/kakina/',0,'custom_css','',0),(47,1,'2017-11-30 05:51:10','2017-11-30 05:51:10','.fa-2x {\n font-size: 2em;\n color: #00adef;\n}','kakina','','inherit','closed','closed','','46-revision-v1','','','2017-11-30 05:51:10','2017-11-30 05:51:10','',46,'http://spectaclesfree.com/2017/11/30/46-revision-v1/',0,'revision','',0),(50,1,'2017-11-30 05:56:43','2017-11-30 05:56:43','<div id=\"pl-50\" class=\"panel-layout\" ><div id=\"pg-50-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-50-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-50-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile"}\" ><div id=\"pl-w5a1f9d9bc167d\" class=\"panel-layout\" ><div id=\"pg-w5a1f9d9bc167d-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a1f9d9bc167d-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a1f9d9bc167d-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n </div>\n</div></div></div></div></div></div></div></div></div>','Top Sellers Free shipping & BEST PRICE','','publish','open','open','','top-sellers-free-shipping-best-price','','','2017-11-30 06:04:20','2017-11-30 06:04:20','',0,'http://spectaclesfree.com/?p=50',0,'post','',0),(51,1,'2017-11-30 05:56:34','2017-11-30 05:56:34','','k2','','inherit','open','closed','','k2','','','2017-11-30 05:56:34','2017-11-30 05:56:34','',50,'http://spectaclesfree.com/wp-content/uploads/2017/11/k2.png',0,'attachment','image/png',0),(52,1,'2017-11-30 05:56:43','2017-11-30 05:56:43','<div id=\"pl-52\" class=\"panel-layout\" ><div id=\"pg-52-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-52-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-52-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a1f9d9bbc3e9\" class=\"panel-layout\" ><div id=\"pg-w5a1f9d9bbc3e9-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a1f9d9bbc3e9-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a1f9d9bbc3e9-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n </div>\n</div></div></div></div></div></div></div></div></div>','Top Sellers Free shipping & BEST PRICE','','inherit','closed','closed','','50-revision-v1','','','2017-11-30 05:56:43','2017-11-30 05:56:43','',50,'http://spectaclesfree.com/2017/11/30/50-revision-v1/',0,'revision','',0),(53,1,'2017-11-30 05:56:43','2017-11-30 05:56:43','<div id=\"pl-50\" class=\"panel-layout\" ><div id=\"pg-50-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-50-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-50-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a1f9d9bc167d\" class=\"panel-layout\" ><div id=\"pg-w5a1f9d9bc167d-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a1f9d9bc167d-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a1f9d9bc167d-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n </div>\n</div></div></div></div></div></div></div></div></div>','Top Sellers Free shipping & BEST PRICE','','inherit','closed','closed','','50-revision-v1','','','2017-11-30 05:56:43','2017-11-30 05:56:43','',50,'http://spectaclesfree.com/2017/11/30/50-revision-v1/',0,'revision','',0),(55,1,'2017-11-30 06:04:20','2017-11-30 06:04:20','<div id=\"pl-50\" class=\"panel-layout\" ><div id=\"pg-50-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-50-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-50-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile"}\" ><div id=\"pl-w5a1f9d9bc167d\" class=\"panel-layout\" ><div id=\"pg-w5a1f9d9bc167d-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a1f9d9bc167d-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a1f9d9bc167d-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n </div>\n</div></div></div></div></div></div></div></div></div>','Top Sellers Free shipping & BEST PRICE','','inherit','closed','closed','','50-revision-v1','','','2017-11-30 06:04:20','2017-11-30 06:04:20','',50,'http://spectaclesfree.com/2017/11/30/50-revision-v1/',0,'revision','',0),(56,1,'2017-11-30 06:11:23','2017-11-30 06:11:23','','The A-to-Z Of The World\'s Best Brands','','publish','open','open','','the-a-to-z-of-the-worlds-best-brands','','','2017-11-30 06:11:23','2017-11-30 06:11:23','',0,'http://spectaclesfree.com/?p=56',0,'post','',0),(57,1,'2017-11-30 06:11:18','2017-11-30 06:11:18','','k3','','inherit','open','closed','','k3','','','2017-11-30 06:11:18','2017-11-30 06:11:18','',56,'http://spectaclesfree.com/wp-content/uploads/2017/11/k3.png',0,'attachment','image/png',0),(58,1,'2017-11-30 06:11:23','2017-11-30 06:11:23','','The A-to-Z Of The World\'s Best Brands','','inherit','closed','closed','','56-revision-v1','','','2017-11-30 06:11:23','2017-11-30 06:11:23','',56,'http://spectaclesfree.com/2017/11/30/56-revision-v1/',0,'revision','',0),(59,1,'2017-11-30 06:13:24','2017-11-30 06:13:24','','Home','','publish','closed','closed','','59-2','','','2017-12-01 02:17:10','2017-12-01 02:17:10','',0,'http://spectaclesfree.com/?page_id=59',0,'page','',0),(60,1,'2017-11-30 06:13:24','2017-11-30 06:13:24','','','','inherit','closed','closed','','59-revision-v1','','','2017-11-30 06:13:24','2017-11-30 06:13:24','',59,'http://spectaclesfree.com/2017/11/30/59-revision-v1/',0,'revision','',0),(61,1,'2017-11-30 06:13:36','2017-11-30 06:13:36','','Home','','inherit','closed','closed','','59-revision-v1','','','2017-11-30 06:13:36','2017-11-30 06:13:36','',59,'http://spectaclesfree.com/2017/11/30/59-revision-v1/',0,'revision','',0),(62,1,'2017-11-30 06:16:49','2017-11-30 06:16:49','','k1','','inherit','open','closed','','k1','','','2017-11-30 06:16:49','2017-11-30 06:16:49','',0,'http://spectaclesfree.com/wp-content/uploads/2017/11/k1.png',0,'attachment','image/png',0),(64,1,'2017-11-30 06:17:07','2017-11-30 06:17:07','','k4','','inherit','open','closed','','k4','','','2017-11-30 06:17:07','2017-11-30 06:17:07','',0,'http://spectaclesfree.com/wp-content/uploads/2017/11/k4.png',0,'attachment','image/png',0),(65,1,'2017-11-30 06:17:42','2017-11-30 06:17:42','','k5','','inherit','open','closed','','k5','','','2017-11-30 06:17:42','2017-11-30 06:17:42','',0,'http://spectaclesfree.com/wp-content/uploads/2017/11/k5.png',0,'attachment','image/png',0),(66,1,'2017-11-30 06:18:04','2017-11-30 06:18:04','','k6','','inherit','open','closed','','k6','','','2017-11-30 06:18:04','2017-11-30 06:18:04','',0,'http://spectaclesfree.com/wp-content/uploads/2017/11/k6.png',0,'attachment','image/png',0),(72,1,'2017-11-30 06:39:04','2017-11-30 06:39:04','<strong>DESCRIPTION</strong>\r\n<p align=\"justify\">This is a polarized sunglass clip only, designed to match the Dolomiti Round glasses models (RC1/C, RC1/P, RC1/S, RC2/C, RC2/P, RC2/S, RC4/C, RC4/P, RC4/S). It also fits other perfectly round frames, like the RM3, and KDF34. This is a great clip and includes 100% UV protection.</p>\r\n\r\n<p align=\"justify\">If you want the frame also, you need to add that as a separate item in your shopping cart (The photo shows the clip mounted on a frame), Lenses are polarized and set into a clip, and available in two colors, gold (brown lenses) and silver (grey lenses).</p>','DOLOMITI EYEWEAR ROUND SUNCLIP SUNGLASSES','','publish','open','closed','','ray-ban-rx5154-clubmaster','','','2017-11-30 06:54:23','2017-11-30 06:54:23','',0,'http://spectaclesfree.com/?post_type=product&p=72',0,'product','',0),(73,1,'2017-11-30 06:34:52','2017-11-30 06:34:52','','m1','','inherit','open','closed','','m1','','','2017-11-30 06:34:52','2017-11-30 06:34:52','',72,'http://spectaclesfree.com/wp-content/uploads/2017/11/m1.jpg',0,'attachment','image/jpeg',0),(74,1,'2017-11-30 06:37:00','2017-11-30 06:37:00','','m11','','inherit','open','closed','','m11','','','2017-11-30 06:37:00','2017-11-30 06:37:00','',72,'http://spectaclesfree.com/wp-content/uploads/2017/11/m11.jpg',0,'attachment','image/jpeg',0),(75,1,'2017-11-30 06:37:14','2017-11-30 06:37:14','','m12','','inherit','open','closed','','m12','','','2017-11-30 06:37:14','2017-11-30 06:37:14','',72,'http://spectaclesfree.com/wp-content/uploads/2017/11/m12.jpg',0,'attachment','image/jpeg',0),(76,1,'2017-11-30 06:37:25','2017-11-30 06:37:25','','m13','','inherit','open','closed','','m13','','','2017-11-30 06:37:25','2017-11-30 06:37:25','',72,'http://spectaclesfree.com/wp-content/uploads/2017/11/m13.jpg',0,'attachment','image/jpeg',0),(77,1,'2017-11-30 06:38:08','2017-11-30 06:38:08','','m14','','inherit','open','closed','','m14','','','2017-11-30 06:38:08','2017-11-30 06:38:08','',72,'http://spectaclesfree.com/wp-content/uploads/2017/11/m14.jpg',0,'attachment','image/jpeg',0),(78,1,'2017-11-30 06:38:22','2017-11-30 06:38:22','','m15','','inherit','open','closed','','m15','','','2017-11-30 06:38:22','2017-11-30 06:38:22','',72,'http://spectaclesfree.com/wp-content/uploads/2017/11/m15.jpg',0,'attachment','image/jpeg',0),(79,1,'2017-11-30 06:38:34','2017-11-30 06:38:34','','m16','','inherit','open','closed','','m16','','','2017-11-30 06:38:34','2017-11-30 06:38:34','',72,'http://spectaclesfree.com/wp-content/uploads/2017/11/m16.jpg',0,'attachment','image/jpeg',0),(80,1,'2017-11-30 06:38:43','2017-11-30 06:38:43','','m17','','inherit','open','closed','','m17','','','2017-11-30 06:38:43','2017-11-30 06:38:43','',72,'http://spectaclesfree.com/wp-content/uploads/2017/11/m17.jpg',0,'attachment','image/jpeg',0),(81,1,'2017-11-30 06:38:59','2017-11-30 06:38:59','','m18','','inherit','open','closed','','m18','','','2017-11-30 06:38:59','2017-11-30 06:38:59','',72,'http://spectaclesfree.com/wp-content/uploads/2017/11/m18.jpg',0,'attachment','image/jpeg',0),(82,1,'2017-11-30 06:41:11','2017-11-30 06:41:11','','rayban-rx5154-eyeglasses-5649-51-angle','','inherit','open','closed','','rayban-rx5154-eyeglasses-5649-51-angle','','','2017-11-30 06:41:11','2017-11-30 06:41:11','',72,'http://spectaclesfree.com/wp-content/uploads/2017/11/rayban-rx5154-eyeglasses-5649-51-angle.jpg',0,'attachment','image/jpeg',0),(86,1,'2017-11-30 06:49:30','2017-11-30 06:49:30','','m2','','inherit','open','closed','','m2','','','2017-11-30 06:49:30','2017-11-30 06:49:30','',72,'http://spectaclesfree.com/wp-content/uploads/2017/11/m2.jpg',0,'attachment','image/jpeg',0),(87,1,'2017-11-30 06:53:40','2017-11-30 06:53:40','<strong>DESCRIPTION</strong>\nThis is a polarized sunglass clip only, designed to match the Dolomiti Round glasses models (RC1/C, RC1/P, RC1/S, RC2/C, RC2/P, RC2/S, RC4/C, RC4/P, RC4/S). It also fits other perfectly round frames, like the RM3, and KDF34. This is a great clip and includes 100% UV protection.\n\nIf you want the frame also, you need to add that as a separate item in your shopping cart (The photo shows the clip mounted on a frame), Lenses are polarized and set into a clip, and available in two colors, gold (brown lenses) and silver (grey lenses).','DOLOMITI EYEWEAR ROUND SUNCLIP SUNGLASSES','','inherit','closed','closed','','72-autosave-v1','','','2017-11-30 06:53:40','2017-11-30 06:53:40','',72,'http://spectaclesfree.com/2017/11/30/72-autosave-v1/',0,'revision','',0),(88,1,'2017-11-30 06:52:51','2017-11-30 06:52:51','','m21','','inherit','open','closed','','m21','','','2017-11-30 06:52:51','2017-11-30 06:52:51','',72,'http://spectaclesfree.com/wp-content/uploads/2017/11/m21.jpg',0,'attachment','image/jpeg',0),(89,1,'2017-11-30 06:53:00','2017-11-30 06:53:00','','m22','','inherit','open','closed','','m22','','','2017-11-30 06:53:00','2017-11-30 06:53:00','',72,'http://spectaclesfree.com/wp-content/uploads/2017/11/m22.jpg',0,'attachment','image/jpeg',0),(90,1,'2017-11-30 07:04:02','2017-11-30 07:04:02','<strong>DESCRIPTION</strong>\r\n<p align=\"justify\">RC2 round glasses have the classic, perfectly round eyeglasses shape, with adjustable nosepads, and spherical eye shape. This is the classic John Lennon and Harry Potter style, spherical glasses shape. The cable temples have been designed and tested for long life. Good quality, well-designed cable temples are hard to find, but these are the absolute best quality cable temples we have found, both elegant and finely made. </p>\r\n\r\n<p align=\"justify\">All RC2 temples are available in five colors and two styles (cable and skull), and the temples are interchangeable. If you are looking for smaller eye sizes, look at the RC1/C eyeglasses.</p>\r\n\r\n<p align=\"justify\">All Dolomiti Eyewear frames are 100% Italian made. Follow this link to see matching sunglass clips that are available in shiny gold with brown polarized lenses, or shiny silver with grey polarized lenses.</p>','DOLOMITI EYEWEAR RC2/C EYEGLASSES','','publish','open','closed','','homeeyeglassesdolomiti-eyewearrc2-c-shiny-gold-tortoise-dolomiti-eyewear-rc2-c-eyeglasses','','','2017-12-01 02:45:14','2017-12-01 02:45:14','',0,'http://spectaclesfree.com/?post_type=product&p=90',0,'product','',0),(91,1,'2017-11-30 07:02:44','2017-11-30 07:02:44','','m3','','inherit','open','closed','','m3','','','2017-11-30 07:02:44','2017-11-30 07:02:44','',90,'http://spectaclesfree.com/wp-content/uploads/2017/11/m3.jpg',0,'attachment','image/jpeg',0),(92,1,'2017-11-30 07:02:56','2017-11-30 07:02:56','','m31','','inherit','open','closed','','m31','','','2017-11-30 07:02:56','2017-11-30 07:02:56','',90,'http://spectaclesfree.com/wp-content/uploads/2017/11/m31.jpg',0,'attachment','image/jpeg',0),(93,1,'2017-11-30 07:03:13','2017-11-30 07:03:13','','m31','','inherit','open','closed','','m31-2','','','2017-11-30 07:03:13','2017-11-30 07:03:13','',90,'http://spectaclesfree.com/wp-content/uploads/2017/11/m31-1.jpg',0,'attachment','image/jpeg',0),(94,1,'2017-11-30 07:03:25','2017-11-30 07:03:25','','m32','','inherit','open','closed','','m32','','','2017-11-30 07:03:25','2017-11-30 07:03:25','',90,'http://spectaclesfree.com/wp-content/uploads/2017/11/m32.jpg',0,'attachment','image/jpeg',0),(95,1,'2017-11-30 07:03:37','2017-11-30 07:03:37','','m33','','inherit','open','closed','','m33','','','2017-11-30 07:03:37','2017-11-30 07:03:37','',90,'http://spectaclesfree.com/wp-content/uploads/2017/11/m33.jpg',0,'attachment','image/jpeg',0),(96,1,'2017-11-30 07:03:47','2017-11-30 07:03:47','','m34','','inherit','open','closed','','m34','','','2017-11-30 07:03:47','2017-11-30 07:03:47','',90,'http://spectaclesfree.com/wp-content/uploads/2017/11/m34.jpg',0,'attachment','image/jpeg',0),(97,1,'2017-11-30 07:03:56','2017-11-30 07:03:56','','m35','','inherit','open','closed','','m35','','','2017-11-30 07:03:56','2017-11-30 07:03:56','',90,'http://spectaclesfree.com/wp-content/uploads/2017/11/m35.jpg',0,'attachment','image/jpeg',0),(98,1,'2017-11-30 07:09:39','2017-11-30 07:09:39','<strong>DESCRIPTION</strong>\r\n<p align=\"justify\">RC1 round glasses have a perfectly round shape and adjustable nosepads, and come with cable temples that have been designed and tested for long life. RC1 round glasses are made with smaller eye sizes, and longer endpieces to accommodate a wide range of facials sizes. Good quality, well-designed cable temples are hard to find, but these are the absolute best quality cable temples we have found, both elegant and finely made.</p> \r\n\r\n<p align=\"justify\">All RC1 temples are available in five colors and two styles (cable and skull), and the temples are interchangeable. If you are looking for larger eye sizes, look at the RC2/C eyeglasses.</p>\r\n\r\n<p align=\"justify\">All Dolomiti Eyewear frames are 100% Italian made. Follow this link to see matching sunglass clips that are available in shiny gold with brown polarized lenses, or shiny silver with grey polarized lenses.</p>','DOLOMITI EYEWEAR RC1/C EYEGLASSES','','publish','open','closed','','98','','','2017-11-30 07:13:42','2017-11-30 07:13:42','',0,'http://spectaclesfree.com/?post_type=product&p=98',0,'product','',0),(99,1,'2017-11-30 07:10:16','2017-11-30 07:10:16','','m4','','inherit','open','closed','','m4','','','2017-11-30 07:10:16','2017-11-30 07:10:16','',98,'http://spectaclesfree.com/wp-content/uploads/2017/11/m4.jpg',0,'attachment','image/jpeg',0),(100,1,'2017-11-30 07:10:43','2017-11-30 07:10:43','<strong>DESCRIPTION</strong>\n<p align=\"justify\">RC1 round glasses have a perfectly round shape and adjustable nosepads, and come with cable temples that have been designed and tested for long life. RC1 round glasses are made with smaller eye sizes, and longer endpieces to accommodate a wide range of facials sizes. Good quality, well-designed cable temples are hard to find, but these are the absolute best quality cable temples we have found, both elegant and finely made.</p> \n\n<p align=\"justify\">All RC1 temples are available in five colors and two styles (cable and skull), and the temples are interchangeable. If you are looking for larger eye sizes, look at the RC2/C eyeglasses.</p>\n\n<p align=\"justify\">All Dolomiti Eyewear frames are 100% Italian made. Follow this link to see matching sunglass clips that are available in shiny gold with brown polarized lenses, or shiny silver with grey polarized lenses.</p>','DOLOMITI EYEWEAR RC1/C EYEGLASSES','','inherit','closed','closed','','98-autosave-v1','','','2017-11-30 07:10:43','2017-11-30 07:10:43','',98,'http://spectaclesfree.com/2017/11/30/98-autosave-v1/',0,'revision','',0),(101,1,'2017-11-30 07:12:12','2017-11-30 07:12:12','','m41','','inherit','open','closed','','m41','','','2017-11-30 07:12:12','2017-11-30 07:12:12','',98,'http://spectaclesfree.com/wp-content/uploads/2017/11/m41.jpg',0,'attachment','image/jpeg',0),(102,1,'2017-11-30 07:12:22','2017-11-30 07:12:22','','m42','','inherit','open','closed','','m42','','','2017-11-30 07:12:22','2017-11-30 07:12:22','',98,'http://spectaclesfree.com/wp-content/uploads/2017/11/m42.jpg',0,'attachment','image/jpeg',0),(103,1,'2017-11-30 07:12:30','2017-11-30 07:12:30','','m43','','inherit','open','closed','','m43','','','2017-11-30 07:12:30','2017-11-30 07:12:30','',98,'http://spectaclesfree.com/wp-content/uploads/2017/11/m43.jpg',0,'attachment','image/jpeg',0),(104,1,'2017-11-30 07:12:39','2017-11-30 07:12:39','','m44','','inherit','open','closed','','m44','','','2017-11-30 07:12:39','2017-11-30 07:12:39','',98,'http://spectaclesfree.com/wp-content/uploads/2017/11/m44.jpg',0,'attachment','image/jpeg',0),(105,1,'2017-11-30 07:12:48','2017-11-30 07:12:48','','m45','','inherit','open','closed','','m45','','','2017-11-30 07:12:48','2017-11-30 07:12:48','',98,'http://spectaclesfree.com/wp-content/uploads/2017/11/m45.jpg',0,'attachment','image/jpeg',0),(106,1,'2017-11-30 07:41:34','2017-11-30 07:41:34','<strong>DESCRIPTION</strong>\r\n<p align=\"justify\">RC4 round glasses have the classic, perfectly round shape, and come with cable temples that have been designed and tested for long life. RC4 round glasses are made with standard eye sizes, and longer endpieces to accommodate a wide range of facial sizes. Good quality, well-designed cable temples are hard to find, but these are the absolute best quality cable temples we have found, both elegant and finely made. All RC4 temples are available in five colors and two styles (cable and skull), and the temples are interchangeable. </p> \r\n\r\n<p align=\"justify\">All Dolomiti Eyewear frames are 100% Italian made. Follow this link to see matching sunglass clips that are available in shiny gold with brown polarized lenses, or shiny silver with grey polarized lenses.</p>','DOLOMITI EYEWEAR RC4/C EYEGLASSES','','publish','open','closed','','dolomiti-eyewear-rc4-c-eyeglasses','','','2017-11-30 07:42:48','2017-11-30 07:42:48','',0,'http://spectaclesfree.com/?post_type=product&p=106',0,'product','',0),(107,1,'2017-11-30 07:41:43','2017-11-30 07:41:43','','m5','','inherit','open','closed','','m5','','','2017-11-30 07:41:43','2017-11-30 07:41:43','',106,'http://spectaclesfree.com/wp-content/uploads/2017/11/m5.jpg',0,'attachment','image/jpeg',0),(108,1,'2017-11-30 07:41:53','2017-11-30 07:41:53','','m51','','inherit','open','closed','','m51','','','2017-11-30 07:41:53','2017-11-30 07:41:53','',106,'http://spectaclesfree.com/wp-content/uploads/2017/11/m51.jpg',0,'attachment','image/jpeg',0),(109,1,'2017-11-30 07:42:01','2017-11-30 07:42:01','','m52','','inherit','open','closed','','m52','','','2017-11-30 07:42:01','2017-11-30 07:42:01','',106,'http://spectaclesfree.com/wp-content/uploads/2017/11/m52.jpg',0,'attachment','image/jpeg',0),(110,1,'2017-11-30 07:42:10','2017-11-30 07:42:10','','m53','','inherit','open','closed','','m53','','','2017-11-30 07:42:10','2017-11-30 07:42:10','',106,'http://spectaclesfree.com/wp-content/uploads/2017/11/m53.jpg',0,'attachment','image/jpeg',0),(111,1,'2017-11-30 07:42:20','2017-11-30 07:42:20','','m54','','inherit','open','closed','','m54','','','2017-11-30 07:42:20','2017-11-30 07:42:20','',106,'http://spectaclesfree.com/wp-content/uploads/2017/11/m54.jpg',0,'attachment','image/jpeg',0),(112,1,'2017-11-30 07:42:33','2017-11-30 07:42:33','','m55','','inherit','open','closed','','m55','','','2017-11-30 07:42:33','2017-11-30 07:42:33','',106,'http://spectaclesfree.com/wp-content/uploads/2017/11/m55.jpg',0,'attachment','image/jpeg',0),(113,1,'2017-11-30 07:42:42','2017-11-30 07:42:42','','m56','','inherit','open','closed','','m56','','','2017-11-30 07:42:42','2017-11-30 07:42:42','',106,'http://spectaclesfree.com/wp-content/uploads/2017/11/m56.jpg',0,'attachment','image/jpeg',0),(114,1,'2017-11-30 07:48:55','2017-11-30 07:48:55','<p align=\"justify\">Black Eyewear glasses and sunglasses are modern styles inspired by the spirit of jazz.</p>','ABBEY – AMBER HAVANA GLASSES','','publish','open','closed','','abbey-amber-havana-glasses','','','2017-11-30 07:51:59','2017-11-30 07:51:59','',0,'http://spectaclesfree.com/?post_type=product&p=114',0,'product','',0),(115,1,'2017-11-30 07:46:45','2017-11-30 07:46:45','','m6','','inherit','open','closed','','m6','','','2017-11-30 07:46:45','2017-11-30 07:46:45','',114,'http://spectaclesfree.com/wp-content/uploads/2017/11/m6.jpg',0,'attachment','image/jpeg',0),(116,1,'2017-11-30 07:46:55','2017-11-30 07:46:55','','m61','','inherit','open','closed','','m61','','','2017-11-30 07:46:55','2017-11-30 07:46:55','',114,'http://spectaclesfree.com/wp-content/uploads/2017/11/m61.png',0,'attachment','image/png',0),(117,1,'2017-11-30 07:56:38','2017-11-30 07:56:38','<p align=\"justify\">Black Eyewear glasses and sunglasses are modern styles inspired by the spirit of jazz.</p>','ALICE – BLACK GLASSES','','publish','open','closed','','alice-black-glasses','','','2017-11-30 07:56:38','2017-11-30 07:56:38','',0,'http://spectaclesfree.com/?post_type=product&p=117',0,'product','',0),(118,1,'2017-11-30 07:53:50','2017-11-30 07:53:50','','m7','','inherit','open','closed','','m7','','','2017-11-30 07:53:50','2017-11-30 07:53:50','',117,'http://spectaclesfree.com/wp-content/uploads/2017/11/m7.jpg',0,'attachment','image/jpeg',0),(119,1,'2017-11-30 07:54:01','2017-11-30 07:54:01','','m71','','inherit','open','closed','','m71','','','2017-11-30 07:54:01','2017-11-30 07:54:01','',117,'http://spectaclesfree.com/wp-content/uploads/2017/11/m71.png',0,'attachment','image/png',0),(120,1,'2017-11-30 08:48:42','2017-11-30 08:48:42','<p align=\"justify\">Spectaclesfree glasses and sunglasses are modern styles inspired by the spirit of jazz.</p>','ART – PINK GRADUAL GLASSES','','publish','open','closed','','art-pink-gradual-glasses','','','2017-11-30 08:48:42','2017-11-30 08:48:42','',0,'http://spectaclesfree.com/?post_type=product&p=120',0,'product','',0),(121,1,'2017-11-30 08:48:01','2017-11-30 08:48:01','','m8','','inherit','open','closed','','m8','','','2017-11-30 08:48:01','2017-11-30 08:48:01','',120,'http://spectaclesfree.com/wp-content/uploads/2017/11/m8.jpg',0,'attachment','image/jpeg',0),(122,1,'2017-11-30 08:48:33','2017-11-30 08:48:33','','m81','','inherit','open','closed','','m81','','','2017-11-30 08:48:33','2017-11-30 08:48:33','',120,'http://spectaclesfree.com/wp-content/uploads/2017/11/m81.png',0,'attachment','image/png',0),(123,1,'2017-11-30 08:52:54','2017-11-30 08:52:54','<p align=\"justify\">Spectaclesfree glasses and sunglasses are modern styles inspired by the spirit of jazz.</p>','ZOOT – AMBER HAVANA GLASSES','','publish','open','closed','','zoot-amber-havana-glasses','','','2017-11-30 08:52:54','2017-11-30 08:52:54','',0,'http://spectaclesfree.com/?post_type=product&p=123',0,'product','',0),(124,1,'2017-11-30 08:52:36','2017-11-30 08:52:36','','m9','','inherit','open','closed','','m9','','','2017-11-30 08:52:36','2017-11-30 08:52:36','',123,'http://spectaclesfree.com/wp-content/uploads/2017/11/m9.jpg',0,'attachment','image/jpeg',0),(125,1,'2017-11-30 08:52:50','2017-11-30 08:52:50','','m91','','inherit','open','closed','','m91','','','2017-11-30 08:52:50','2017-11-30 08:52:50','',123,'http://spectaclesfree.com/wp-content/uploads/2017/11/m91.png',0,'attachment','image/png',0),(126,1,'2017-11-30 08:58:56','2017-11-30 08:58:56','<p align=\"justify\">Spectaclesfree glasses and sunglasses are modern styles inspired by the spirit of jazz.</p>','ABBEY – CLEAR CRYSTAL GLASSES','','publish','open','closed','','abbey-clear-crystal-glasses','','','2017-11-30 08:58:56','2017-11-30 08:58:56','',0,'http://spectaclesfree.com/?post_type=product&p=126',0,'product','',0),(128,1,'2017-11-30 08:58:34','2017-11-30 08:58:34','','m10','','inherit','open','closed','','m10','','','2017-11-30 08:58:34','2017-11-30 08:58:34','',126,'http://spectaclesfree.com/wp-content/uploads/2017/11/m10.jpg',0,'attachment','image/jpeg',0),(129,1,'2017-11-30 08:58:47','2017-11-30 08:58:47','','m101','','inherit','open','closed','','m101','','','2017-11-30 08:58:47','2017-11-30 08:58:47','',126,'http://spectaclesfree.com/wp-content/uploads/2017/11/m101.png',0,'attachment','image/png',0),(130,1,'2017-11-30 09:02:28','2017-11-30 09:02:28','','AMY – AMBER HAVANA SUNGLASSES','','publish','open','closed','','amy-amber-havana-sunglasses','','','2017-11-30 09:02:28','2017-11-30 09:02:28','',0,'http://spectaclesfree.com/?post_type=product&p=130',0,'product','',0),(131,1,'2017-11-30 09:02:10','2017-11-30 09:02:10','','sg1','','inherit','open','closed','','sg1','','','2017-11-30 09:02:10','2017-11-30 09:02:10','',130,'http://spectaclesfree.com/wp-content/uploads/2017/11/sg1.jpg',0,'attachment','image/jpeg',0),(132,1,'2017-11-30 09:02:23','2017-11-30 09:02:23','','sg11','','inherit','open','closed','','sg11','','','2017-11-30 09:02:23','2017-11-30 09:02:23','',130,'http://spectaclesfree.com/wp-content/uploads/2017/11/sg11.png',0,'attachment','image/png',0),(133,1,'2017-11-30 09:05:44','2017-11-30 09:05:44','','ABBEY – PASTEL LILAC GLASSES','','publish','open','closed','','abbey-pastel-lilac-glasses','','','2017-11-30 09:07:13','2017-11-30 09:07:13','',0,'http://spectaclesfree.com/?post_type=product&p=133',0,'product','',0),(134,1,'2017-11-30 09:05:28','2017-11-30 09:05:28','','sg1','','inherit','open','closed','','sg1-2','','','2017-11-30 09:05:28','2017-11-30 09:05:28','',133,'http://spectaclesfree.com/wp-content/uploads/2017/11/sg1-1.jpg',0,'attachment','image/jpeg',0),(135,1,'2017-11-30 09:05:40','2017-11-30 09:05:40','','sg21','','inherit','open','closed','','sg21','','','2017-11-30 09:05:40','2017-11-30 09:05:40','',133,'http://spectaclesfree.com/wp-content/uploads/2017/11/sg21.png',0,'attachment','image/png',0),(136,1,'2017-11-30 09:06:21','2017-11-30 09:06:21','','sg2','','inherit','open','closed','','sg2','','','2017-11-30 09:06:21','2017-11-30 09:06:21','',133,'http://spectaclesfree.com/wp-content/uploads/2017/11/sg2.jpg',0,'attachment','image/jpeg',0),(137,1,'2017-11-30 09:09:32','2017-11-30 09:09:32','<p align=\"justify\">Spectaclesfree glasses and sunglasses are modern styles inspired by the spirit of jazz.</p>','COLTRANE – COBALT SUNGLASSES','','publish','open','closed','','coltrane-cobalt-sunglasses','','','2017-11-30 09:10:40','2017-11-30 09:10:40','',0,'http://spectaclesfree.com/?post_type=product&p=137',0,'product','',0),(138,1,'2017-11-30 09:10:22','2017-11-30 09:10:22','','sg3','','inherit','open','closed','','sg3','','','2017-11-30 09:10:22','2017-11-30 09:10:22','',137,'http://spectaclesfree.com/wp-content/uploads/2017/11/sg3.jpg',0,'attachment','image/jpeg',0),(139,1,'2017-11-30 09:10:36','2017-11-30 09:10:36','','sg31','','inherit','open','closed','','sg31','','','2017-11-30 09:10:36','2017-11-30 09:10:36','',137,'http://spectaclesfree.com/wp-content/uploads/2017/11/sg31.png',0,'attachment','image/png',0),(140,1,'2017-11-30 09:10:37','2017-11-30 09:10:37','<p align=\"justify\">Spectaclesfree glasses and sunglasses are modern styles inspired by the spirit of jazz.</p>','COLTRANE – COBALT SUNGLASSES','','inherit','closed','closed','','137-autosave-v1','','','2017-11-30 09:10:37','2017-11-30 09:10:37','',137,'http://spectaclesfree.com/2017/11/30/137-autosave-v1/',0,'revision','',0),(141,1,'2017-11-30 09:52:12','2017-11-30 09:52:12','<p align=\"justify\">The Ray-Ban 5298 is a full-sized rim with a subtle cat eye frame. Crafted from premium acetate and sporting slim arms, this frame is the purr-fect fit for the right cat.</p>','RAY-BAN 5298','','publish','open','closed','','ray-ban-5298','','','2017-12-01 01:58:45','2017-12-01 01:58:45','',0,'http://spectaclesfree.com/?post_type=product&p=141',0,'product','',0),(142,1,'2017-11-30 09:52:06','2017-11-30 09:52:06','','w111','','inherit','open','closed','','w111','','','2017-11-30 09:52:06','2017-11-30 09:52:06','',141,'http://spectaclesfree.com/wp-content/uploads/2017/11/w111.jpg',0,'attachment','image/jpeg',0),(143,1,'2017-11-30 09:52:58','2017-11-30 09:52:58','','w11','','inherit','open','closed','','w11','','','2017-11-30 09:52:58','2017-11-30 09:52:58','',141,'http://spectaclesfree.com/wp-content/uploads/2017/11/w11.jpg',0,'attachment','image/jpeg',0),(144,1,'2017-11-30 09:53:08','2017-11-30 09:53:08','','w12','','inherit','open','closed','','w12','','','2017-11-30 09:53:08','2017-11-30 09:53:08','',141,'http://spectaclesfree.com/wp-content/uploads/2017/11/w12.jpg',0,'attachment','image/jpeg',0),(145,1,'2017-11-30 09:53:18','2017-11-30 09:53:18','','w13','','inherit','open','closed','','w13','','','2017-11-30 09:53:18','2017-11-30 09:53:18','',141,'http://spectaclesfree.com/wp-content/uploads/2017/11/w13.jpg',0,'attachment','image/jpeg',0),(147,1,'2017-11-30 10:05:02','2017-11-30 10:05:02','<p align=\"justify\">The Elliot is a modern take on the iconic 1950’s Browline style. Crafted from premium acetate and sporting sleek arms, silver accents and a retro monel bridge, this frame exudes a classic cool.</p>','ELLIOT','','publish','open','closed','','elliot','','','2017-12-01 01:57:53','2017-12-01 01:57:53','',0,'http://spectaclesfree.com/?post_type=product&p=147',0,'product','',0),(148,1,'2017-11-30 10:04:25','2017-11-30 10:04:25','','w2','','inherit','open','closed','','w2','','','2017-11-30 10:04:25','2017-11-30 10:04:25','',147,'http://spectaclesfree.com/wp-content/uploads/2017/11/w2.jpg',0,'attachment','image/jpeg',0),(149,1,'2017-11-30 10:04:36','2017-11-30 10:04:36','','w21','','inherit','open','closed','','w21','','','2017-11-30 10:04:36','2017-11-30 10:04:36','',147,'http://spectaclesfree.com/wp-content/uploads/2017/11/w21.jpg',0,'attachment','image/jpeg',0),(150,1,'2017-11-30 10:04:46','2017-11-30 10:04:46','','w22','','inherit','open','closed','','w22','','','2017-11-30 10:04:46','2017-11-30 10:04:46','',147,'http://spectaclesfree.com/wp-content/uploads/2017/11/w22.jpg',0,'attachment','image/jpeg',0),(151,1,'2017-11-30 10:04:56','2017-11-30 10:04:56','','w23','','inherit','open','closed','','w23','','','2017-11-30 10:04:56','2017-11-30 10:04:56','',147,'http://spectaclesfree.com/wp-content/uploads/2017/11/w23.jpg',0,'attachment','image/jpeg',0),(152,1,'2017-11-30 10:18:56','2017-11-30 10:18:56','<p align=\"justify\">The Ray-Ban 5150 is a medium-sized rim frame that is both stylish and with substance. Made from lightweight acetate and durable spring hinges, it built to last and with your comfort in mind.</p>','RAY-BAN 5150','','publish','open','closed','','ray-ban-5150','','','2017-12-01 01:57:25','2017-12-01 01:57:25','',0,'http://spectaclesfree.com/?post_type=product&p=152',0,'product','',0),(153,1,'2017-11-30 10:18:17','2017-11-30 10:18:17','','w3','','inherit','open','closed','','w3','','','2017-11-30 10:18:17','2017-11-30 10:18:17','',152,'http://spectaclesfree.com/wp-content/uploads/2017/11/w3.jpg',0,'attachment','image/jpeg',0),(154,1,'2017-11-30 10:18:27','2017-11-30 10:18:27','','w31','','inherit','open','closed','','w31','','','2017-11-30 10:18:27','2017-11-30 10:18:27','',152,'http://spectaclesfree.com/wp-content/uploads/2017/11/w31.jpg',0,'attachment','image/jpeg',0),(155,1,'2017-11-30 10:18:41','2017-11-30 10:18:41','','w32','','inherit','open','closed','','w32','','','2017-11-30 10:18:41','2017-11-30 10:18:41','',152,'http://spectaclesfree.com/wp-content/uploads/2017/11/w32.jpg',0,'attachment','image/jpeg',0),(156,1,'2017-11-30 10:18:51','2017-11-30 10:18:51','','w33','','inherit','open','closed','','w33','','','2017-11-30 10:18:51','2017-11-30 10:18:51','',152,'http://spectaclesfree.com/wp-content/uploads/2017/11/w33.jpg',0,'attachment','image/jpeg',0),(157,1,'2017-11-30 10:26:28','2017-11-30 10:26:28','<p align=\"justify\">The Columbus is a sleek and modern frame that exudes control. Crafted from ultra-durable titanium, its adjustable silicone nose pads and padded earsocks provide a super snug fit.</p>','COLUMBUS','','publish','open','closed','','columbus','','','2017-12-01 01:56:55','2017-12-01 01:56:55','',0,'http://spectaclesfree.com/?post_type=product&p=157',0,'product','',0),(158,1,'2017-11-30 10:25:47','2017-11-30 10:25:47','','w4','','inherit','open','closed','','w4','','','2017-11-30 10:25:47','2017-11-30 10:25:47','',157,'http://spectaclesfree.com/wp-content/uploads/2017/11/w4.jpg',0,'attachment','image/jpeg',0),(159,1,'2017-11-30 10:26:01','2017-11-30 10:26:01','','w41','','inherit','open','closed','','w41','','','2017-11-30 10:26:01','2017-11-30 10:26:01','',157,'http://spectaclesfree.com/wp-content/uploads/2017/11/w41.jpg',0,'attachment','image/jpeg',0),(160,1,'2017-11-30 10:26:12','2017-11-30 10:26:12','','w42','','inherit','open','closed','','w42','','','2017-11-30 10:26:12','2017-11-30 10:26:12','',157,'http://spectaclesfree.com/wp-content/uploads/2017/11/w42.jpg',0,'attachment','image/jpeg',0),(161,1,'2017-11-30 10:26:23','2017-11-30 10:26:23','','w43','','inherit','open','closed','','w43','','','2017-11-30 10:26:23','2017-11-30 10:26:23','',157,'http://spectaclesfree.com/wp-content/uploads/2017/11/w43.jpg',0,'attachment','image/jpeg',0),(162,1,'2017-11-30 10:39:18','2017-11-30 10:39:18','','glass','','inherit','open','closed','','glass','','','2017-11-30 10:39:18','2017-11-30 10:39:18','',0,'http://spectaclesfree.com/wp-content/uploads/2017/11/glass.jpg',0,'attachment','image/jpeg',0),(163,1,'2017-11-30 10:39:40','2017-11-30 10:39:40','','men-spectacles','','inherit','open','closed','','men-spectacles','','','2017-11-30 10:39:40','2017-11-30 10:39:40','',0,'http://spectaclesfree.com/wp-content/uploads/2017/11/men-spectacles.jpg',0,'attachment','image/jpeg',0),(164,1,'2017-11-30 10:40:12','2017-11-30 10:40:12','','women-spectacles','','inherit','open','closed','','women-spectacles','','','2017-11-30 10:40:12','2017-11-30 10:40:12','',0,'http://spectaclesfree.com/wp-content/uploads/2017/11/women-spectacles.jpg',0,'attachment','image/jpeg',0),(165,1,'2017-11-30 10:40:47','2017-11-30 10:40:47','','sun-glasses','','inherit','open','closed','','sun-glasses','','','2017-11-30 10:40:47','2017-11-30 10:40:47','',0,'http://spectaclesfree.com/wp-content/uploads/2017/11/sun-glasses.jpg',0,'attachment','image/jpeg',0),(166,1,'2017-11-30 10:44:33','2017-11-30 10:44:33','<div id=\"pl-166\" class=\"panel-layout\" ><div id=\"pg-166-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-166-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-166-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a1fe111b326c\" class=\"panel-layout\" ><div id=\"pg-w5a1fe111b326c-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a1fe111b326c-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a1fe111b326c-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":11,"image_fallback":"","size":"full","align":"default","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"5a1fe0ff1d2d8","_sow_form_timestamp":"1512038670479","new_window":false,"full_width":false},"args":{"before_widget":"<div id=\\"panel-w5a1fe111b326c-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;id&quot;:&quot;&quot;,&quot;class&quot;:&quot;&quot;,&quot;widget_css&quot;:&quot;&quot;,&quot;mobile_css&quot;:&quot;&quot;,&quot;padding&quot;:&quot;&quot;,&quot;mobile_padding&quot;:&quot;&quot;,&quot;background&quot;:&quot;&quot;,&quot;background_image_attachment&quot;:&quot;0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;border_color&quot;:&quot;&quot;,&quot;font_color&quot;:&quot;&quot;,&quot;link_color&quot;:&quot;&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div></div></div></div></div></div></div>','Shop','','inherit','closed','closed','','31-revision-v1','','','2017-11-30 10:44:33','2017-11-30 10:44:33','',31,'http://spectaclesfree.com/2017/11/30/31-revision-v1/',0,'revision','',0),(167,1,'2017-11-30 10:44:33','2017-11-30 10:44:33','<div id=\"pl-31\" class=\"panel-layout\" ><div id=\"pg-31-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-31-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-31-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a1fe111b7fc1\" class=\"panel-layout\" ><div id=\"pg-w5a1fe111b7fc1-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a1fe111b7fc1-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a1fe111b7fc1-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":11,"image_fallback":"","size":"full","align":"default","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"5a1fe0ff1d2d8","_sow_form_timestamp":"1512038670479","new_window":false,"full_width":false},"args":{"before_widget":"<div id=\\"panel-w5a1fe111b7fc1-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;id&quot;:&quot;&quot;,&quot;class&quot;:&quot;&quot;,&quot;widget_css&quot;:&quot;&quot;,&quot;mobile_css&quot;:&quot;&quot;,&quot;padding&quot;:&quot;&quot;,&quot;mobile_padding&quot;:&quot;&quot;,&quot;background&quot;:&quot;&quot;,&quot;background_image_attachment&quot;:&quot;0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;border_color&quot;:&quot;&quot;,&quot;font_color&quot;:&quot;&quot;,&quot;link_color&quot;:&quot;&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div></div></div></div></div></div></div>','Shop','','inherit','closed','closed','','31-revision-v1','','','2017-11-30 10:44:33','2017-11-30 10:44:33','',31,'http://spectaclesfree.com/2017/11/30/31-revision-v1/',0,'revision','',0),(168,1,'2017-11-30 10:45:38','2017-11-30 10:45:38','<div id=\"pl-31\" class=\"panel-layout\" ><div id=\"pg-31-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-31-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-31-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a1fe15237549\" class=\"panel-layout\" ><div id=\"pg-w5a1fe15237549-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a1fe15237549-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a1fe15237549-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":11,"image_fallback":"","size":"full","align":"default","title":"","title_position":"hidden","alt":"Top Sellers Free shipping &amp; BEST PRICE GUARANTEE FOR ALL PRODUCTS","url":"","bound":true,"_sow_form_id":"5a1fe0ff1d2d8","_sow_form_timestamp":"1512038736751","new_window":false,"full_width":false},"args":{"before_widget":"<div id=\\"panel-w5a1fe15237549-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;id&quot;:&quot;&quot;,&quot;class&quot;:&quot;&quot;,&quot;widget_css&quot;:&quot;&quot;,&quot;mobile_css&quot;:&quot;&quot;,&quot;padding&quot;:&quot;&quot;,&quot;mobile_padding&quot;:&quot;&quot;,&quot;background&quot;:&quot;&quot;,&quot;background_image_attachment&quot;:&quot;0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;border_color&quot;:&quot;&quot;,&quot;font_color&quot;:&quot;&quot;,&quot;link_color&quot;:&quot;&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div></div></div></div></div></div></div>','Shop','','inherit','closed','closed','','31-revision-v1','','','2017-11-30 10:45:38','2017-11-30 10:45:38','',31,'http://spectaclesfree.com/2017/11/30/31-revision-v1/',0,'revision','',0),(169,1,'2017-11-30 10:46:27','2017-11-30 10:46:27','<div id=\"pl-31\" class=\"panel-layout\" ><div id=\"pg-31-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-31-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-31-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a1fe183563e5\" class=\"panel-layout\" ><div id=\"pg-w5a1fe183563e5-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a1fe183563e5-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a1fe183563e5-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":11,"image_fallback":"","size":"full","align":"default","title":"Top Sellers Free shipping &amp; BEST PRICE GUARANTEE FOR ALL PRODUCTS","title_position":"below","alt":"","url":"#","full_width":true,"_sow_form_id":"5a1fe0ff1d2d8","_sow_form_timestamp":"1512038784086","new_window":false,"bound":false},"args":{"before_widget":"<div id=\\"panel-w5a1fe183563e5-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;id&quot;:&quot;&quot;,&quot;class&quot;:&quot;&quot;,&quot;widget_css&quot;:&quot;&quot;,&quot;mobile_css&quot;:&quot;&quot;,&quot;padding&quot;:&quot;&quot;,&quot;mobile_padding&quot;:&quot;&quot;,&quot;background&quot;:&quot;&quot;,&quot;background_image_attachment&quot;:&quot;0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;border_color&quot;:&quot;&quot;,&quot;font_color&quot;:&quot;&quot;,&quot;link_color&quot;:&quot;&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div></div></div></div></div></div></div>','Shop','','inherit','closed','closed','','31-revision-v1','','','2017-11-30 10:46:27','2017-11-30 10:46:27','',31,'http://spectaclesfree.com/2017/11/30/31-revision-v1/',0,'revision','',0),(170,1,'2017-11-30 10:47:42','2017-11-30 10:47:42','<div id=\"pl-170\" class=\"panel-layout\" ><div id=\"pg-170-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-170-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-170-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a1fe1cead2dc\" class=\"panel-layout\" ><div id=\"pg-w5a1fe1cead2dc-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a1fe1cead2dc-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a1fe1cead2dc-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":11,"image_fallback":"","size":"full","align":"default","title":"","title_position":"hidden","alt":"","url":"#","full_width":true,"_sow_form_id":"5a1fe0ff1d2d8","_sow_form_timestamp":"1512038833348","new_window":false,"bound":false},"args":{"before_widget":"<div id=\\"panel-w5a1fe1cead2dc-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;id&quot;:&quot;&quot;,&quot;class&quot;:&quot;&quot;,&quot;widget_css&quot;:&quot;&quot;,&quot;mobile_css&quot;:&quot;&quot;,&quot;padding&quot;:&quot;&quot;,&quot;mobile_padding&quot;:&quot;&quot;,&quot;background&quot;:&quot;&quot;,&quot;background_image_attachment&quot;:&quot;0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;border_color&quot;:&quot;&quot;,&quot;font_color&quot;:&quot;&quot;,&quot;link_color&quot;:&quot;&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-w5a1fe1cead2dc-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h3>Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS</h3></div>\n</div></div></div></div></div></div></div></div></div>','Shop','','inherit','closed','closed','','31-revision-v1','','','2017-11-30 10:47:42','2017-11-30 10:47:42','',31,'http://spectaclesfree.com/2017/11/30/31-revision-v1/',0,'revision','',0),(171,1,'2017-11-30 10:47:42','2017-11-30 10:47:42','<div id=\"pl-31\" class=\"panel-layout\" ><div id=\"pg-31-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-31-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-31-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a1fe1ceb43c3\" class=\"panel-layout\" ><div id=\"pg-w5a1fe1ceb43c3-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a1fe1ceb43c3-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a1fe1ceb43c3-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":11,"image_fallback":"","size":"full","align":"default","title":"","title_position":"hidden","alt":"","url":"#","full_width":true,"_sow_form_id":"5a1fe0ff1d2d8","_sow_form_timestamp":"1512038833348","new_window":false,"bound":false},"args":{"before_widget":"<div id=\\"panel-w5a1fe1ceb43c3-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;id&quot;:&quot;&quot;,&quot;class&quot;:&quot;&quot;,&quot;widget_css&quot;:&quot;&quot;,&quot;mobile_css&quot;:&quot;&quot;,&quot;padding&quot;:&quot;&quot;,&quot;mobile_padding&quot;:&quot;&quot;,&quot;background&quot;:&quot;&quot;,&quot;background_image_attachment&quot;:&quot;0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;border_color&quot;:&quot;&quot;,&quot;font_color&quot;:&quot;&quot;,&quot;link_color&quot;:&quot;&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-w5a1fe1ceb43c3-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h3>Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS</h3></div>\n</div></div></div></div></div></div></div></div></div>','Shop','','inherit','closed','closed','','31-revision-v1','','','2017-11-30 10:47:42','2017-11-30 10:47:42','',31,'http://spectaclesfree.com/2017/11/30/31-revision-v1/',0,'revision','',0),(172,1,'2017-11-30 10:48:19','2017-11-30 10:48:19','<div id=\"pl-31\" class=\"panel-layout\" ><div id=\"pg-31-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-31-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-31-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a1fe1f38455b\" class=\"panel-layout\" ><div id=\"pg-w5a1fe1f38455b-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a1fe1f38455b-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a1fe1f38455b-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":11,"image_fallback":"","size":"full","align":"default","title":"","title_position":"hidden","alt":"","url":"#","full_width":true,"_sow_form_id":"5a1fe0ff1d2d8","_sow_form_timestamp":"1512038833348","new_window":false,"bound":false},"args":{"before_widget":"<div id=\\"panel-w5a1fe1f38455b-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;id&quot;:&quot;&quot;,&quot;class&quot;:&quot;&quot;,&quot;widget_css&quot;:&quot;&quot;,&quot;mobile_css&quot;:&quot;&quot;,&quot;padding&quot;:&quot;&quot;,&quot;mobile_padding&quot;:&quot;&quot;,&quot;background&quot;:&quot;&quot;,&quot;background_image_attachment&quot;:&quot;0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;border_color&quot;:&quot;&quot;,&quot;font_color&quot;:&quot;&quot;,&quot;link_color&quot;:&quot;&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-w5a1fe1f38455b-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h2>Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS</h2><br /></div>\n</div></div></div></div></div></div></div></div></div>','Shop','','inherit','closed','closed','','31-revision-v1','','','2017-11-30 10:48:19','2017-11-30 10:48:19','',31,'http://spectaclesfree.com/2017/11/30/31-revision-v1/',0,'revision','',0),(173,1,'2017-11-30 10:49:14','2017-11-30 10:49:14','<div id=\"pl-173\" class=\"panel-layout\" ><div id=\"pg-173-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-173-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-173-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a1fe22a426bd\" class=\"panel-layout\" ><div id=\"pg-w5a1fe22a426bd-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a1fe22a426bd-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a1fe22a426bd-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":11,"image_fallback":"","size":"full","align":"default","title":"","title_position":"hidden","alt":"","url":"#","full_width":true,"_sow_form_id":"5a1fe0ff1d2d8","_sow_form_timestamp":"1512038833348","new_window":false,"bound":false},"args":{"before_widget":"<div id=\\"panel-w5a1fe22a426bd-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;id&quot;:&quot;&quot;,&quot;class&quot;:&quot;&quot;,&quot;widget_css&quot;:&quot;&quot;,&quot;mobile_css&quot;:&quot;&quot;,&quot;padding&quot;:&quot;&quot;,&quot;mobile_padding&quot;:&quot;&quot;,&quot;background&quot;:&quot;&quot;,&quot;background_image_attachment&quot;:&quot;0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;border_color&quot;:&quot;&quot;,&quot;font_color&quot;:&quot;&quot;,&quot;link_color&quot;:&quot;&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-w5a1fe22a426bd-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h3>Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS</h3><br /></div>\n</div></div></div></div></div></div></div></div></div>','Shop','','inherit','closed','closed','','31-revision-v1','','','2017-11-30 10:49:14','2017-11-30 10:49:14','',31,'http://spectaclesfree.com/2017/11/30/31-revision-v1/',0,'revision','',0),(174,1,'2017-11-30 10:49:14','2017-11-30 10:49:14','<div id=\"pl-31\" class=\"panel-layout\" ><div id=\"pg-31-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-31-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-31-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a1fe22a483a6\" class=\"panel-layout\" ><div id=\"pg-w5a1fe22a483a6-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a1fe22a483a6-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a1fe22a483a6-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":11,"image_fallback":"","size":"full","align":"default","title":"","title_position":"hidden","alt":"","url":"#","full_width":true,"_sow_form_id":"5a1fe0ff1d2d8","_sow_form_timestamp":"1512038833348","new_window":false,"bound":false},"args":{"before_widget":"<div id=\\"panel-w5a1fe22a483a6-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;id&quot;:&quot;&quot;,&quot;class&quot;:&quot;&quot;,&quot;widget_css&quot;:&quot;&quot;,&quot;mobile_css&quot;:&quot;&quot;,&quot;padding&quot;:&quot;&quot;,&quot;mobile_padding&quot;:&quot;&quot;,&quot;background&quot;:&quot;&quot;,&quot;background_image_attachment&quot;:&quot;0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;border_color&quot;:&quot;&quot;,&quot;font_color&quot;:&quot;&quot;,&quot;link_color&quot;:&quot;&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-w5a1fe22a483a6-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h3>Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS</h3><br /></div>\n</div></div></div></div></div></div></div></div></div>','Shop','','inherit','closed','closed','','31-revision-v1','','','2017-11-30 10:49:14','2017-11-30 10:49:14','',31,'http://spectaclesfree.com/2017/11/30/31-revision-v1/',0,'revision','',0),(175,1,'2017-11-30 10:49:49','2017-11-30 10:49:49','<div id=\"pl-31\" class=\"panel-layout\" ><div id=\"pg-31-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-31-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-31-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a1fe24d526f5\" class=\"panel-layout\" ><div id=\"pg-w5a1fe24d526f5-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a1fe24d526f5-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a1fe24d526f5-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":11,"image_fallback":"","size":"full","align":"default","title":"","title_position":"hidden","alt":"","url":"#","full_width":true,"_sow_form_id":"5a1fe0ff1d2d8","_sow_form_timestamp":"1512038833348","new_window":false,"bound":false},"args":{"before_widget":"<div id=\\"panel-w5a1fe24d526f5-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;id&quot;:&quot;&quot;,&quot;class&quot;:&quot;&quot;,&quot;widget_css&quot;:&quot;&quot;,&quot;mobile_css&quot;:&quot;&quot;,&quot;padding&quot;:&quot;&quot;,&quot;mobile_padding&quot;:&quot;&quot;,&quot;background&quot;:&quot;&quot;,&quot;background_image_attachment&quot;:&quot;0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;border_color&quot;:&quot;&quot;,&quot;font_color&quot;:&quot;&quot;,&quot;link_color&quot;:&quot;&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-w5a1fe24d526f5-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h3>Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS</h3>\n<br /><br /></div>\n</div></div></div></div></div></div></div></div></div>','Shop','','inherit','closed','closed','','31-revision-v1','','','2017-11-30 10:49:49','2017-11-30 10:49:49','',31,'http://spectaclesfree.com/2017/11/30/31-revision-v1/',0,'revision','',0),(176,1,'2017-11-30 10:50:22','2017-11-30 10:50:22','<div id=\"pl-31\" class=\"panel-layout\" ><div id=\"pg-31-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-31-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-31-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a1fe26edb319\" class=\"panel-layout\" ><div id=\"pg-w5a1fe26edb319-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a1fe26edb319-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a1fe26edb319-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":11,"image_fallback":"","size":"full","align":"default","title":"","title_position":"hidden","alt":"","url":"#","full_width":true,"_sow_form_id":"5a1fe0ff1d2d8","_sow_form_timestamp":"1512038833348","new_window":false,"bound":false},"args":{"before_widget":"<div id=\\"panel-w5a1fe26edb319-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;id&quot;:&quot;&quot;,&quot;class&quot;:&quot;&quot;,&quot;widget_css&quot;:&quot;&quot;,&quot;mobile_css&quot;:&quot;&quot;,&quot;padding&quot;:&quot;&quot;,&quot;mobile_padding&quot;:&quot;&quot;,&quot;background&quot;:&quot;&quot;,&quot;background_image_attachment&quot;:&quot;0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;border_color&quot;:&quot;&quot;,&quot;font_color&quot;:&quot;&quot;,&quot;link_color&quot;:&quot;&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-w5a1fe26edb319-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h3>Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS</h3>\n<br /><br /></div>\n</div></div></div></div><div id=\"pg-w5a1fe26edb319-1\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a1fe26edb319-1-0\" class=\"panel-grid-cell panel-grid-cell-empty\" data-weight=\"1\" ></div></div></div></div></div></div></div>','Shop','','inherit','closed','closed','','31-revision-v1','','','2017-11-30 10:50:22','2017-11-30 10:50:22','',31,'http://spectaclesfree.com/2017/11/30/31-revision-v1/',0,'revision','',0),(182,1,'2017-11-30 11:25:42','2017-11-30 11:25:42','<div id=\"pl-182\" class=\"panel-layout\" ><div id=\"pg-182-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-182-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-182-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a200401d4baa\" class=\"panel-layout\" ><div id=\"pg-w5a200401d4baa-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a200401d4baa-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a200401d4baa-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":14,"image_fallback":"","size":"full","align":"center","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"5a2003ca83992","_sow_form_timestamp":"1512047615028","new_window":false,"full_width":false},"args":{"before_widget":"<div id=\\"panel-w5a200401d4baa-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;id&quot;:&quot;&quot;,&quot;class&quot;:&quot;&quot;,&quot;widget_css&quot;:&quot;&quot;,&quot;mobile_css&quot;:&quot;&quot;,&quot;padding&quot;:&quot;&quot;,&quot;mobile_padding&quot;:&quot;&quot;,&quot;background&quot;:&quot;&quot;,&quot;background_image_attachment&quot;:&quot;0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;border_color&quot;:&quot;&quot;,&quot;font_color&quot;:&quot;&quot;,&quot;link_color&quot;:&quot;&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-w5a200401d4baa-1\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a200401d4baa-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a200401d4baa-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first vision correction device was invented in 1000AD, and called a reading stone. As you can imagine, it was for farsighted folk who couldn’t read properly, and was basically a glass sphere used as a magnifying glass. Makes you really thankful for the thin and manageable lenses we have now, doesn’t it?</p>\n<p align=\"justify\"><img class=\"wp-image-186 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-one.jpg\" alt=\"\" width=\"660\" height=\"439\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first sunglasses, however, date back to 12th century China, where flat crystals of smoky quartz were mounted for personal use to reduce the glare from the sun. It is also said that these ‘sunglasses’ were used by judges while presiding cases, so as not to give away their emotions. This is the earliest record of sunglasses using ‘lenses’. Using materials to see through clearly during daylight or otherwise dates back even further</p>\n<p align=\"justify\"><img class=\"wp-image-187 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-two.jpg\" alt=\"\" width=\"660\" height=\"291\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Now here’s something really interesting, we see contact lenses as an evolution of regular glasses, don’t we? In reality, the first prescription ‘lenses’ were actually similar to contact lenses! Records from 13th century Italy show that glass lenses were used to correct vision, but instead of mounting them in front of the eyes, they were placed directly into the eyes!</p>\n<p align=\"justify\"><img class=\"wp-image-188 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-three.jpg\" alt=\"\" width=\"660\" height=\"299\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> You might remember Benjamin Franklin as one of two things, either as a founding father of the United States of America, or the guy who performed the lightning rod experiment. What many people don’t know, however, is that Benjamin Franklin was also the inventor of bifocals. He was both myopic and hypermetropic, so he developed these special lenses to help him see better. Talk about multi-talented!</p>\n<p align=\"justify\"><img class=\"aligncenter wp-image-189 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-four.jpg\" alt=\"\" width=\"660\" height=\"277\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> It may sound trivial, but the term ‘glasses’ doesn’t really make much sense now. The name originated from the fact that most corrective lenses were actually made of glass. But nowadays, glass is becoming increasingly rare as a lens material because of how fragile it is. Most eyeglasses today are made from some variety of plastic.</p>\n<p align=\"justify\"><img class=\"aligncenter wp-image-190 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-five.jpg\" alt=\"\" width=\"660\" height=\"495\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Contrary to popular belief, wearing someone else’s glasses won’t damage your eyes. Even if you wear your friend’s glasses, which has a different prescription than yours for a couple of weeks, your eyes won’t suddenly ‘change’. This doesn’t hold true for children though, doing the same in kids under the age of 8 increases the risk of amblyopia, more commonly known as ‘lazy eye’.</p>\n<p align=\"justify\"><img class=\"wp-image-192 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-six.jpg\" alt=\"\" width=\"597\" height=\"396\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> According to studies and research all around the world, roughly 25% of the total population require eyeglasses or corrective lenses in some form. So 1/4th of the world isn’t able to see perfectly without some form of vision correction, that’s a huge number!</p>\n<img class=\"aligncenter wp-image-193 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-seven.jpg\" alt=\"\" width=\"400\" height=\"300\" />\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Even though as we mentioned above that the first prescription lenses were similar to contact lenses, they didn’t find mainstream use until much later. The first modern corneal contact lenses were made in 1949, and didn’t become well known until the 70’s.</p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> We all know that earlier ‘medical’ remedies were sometimes ridiculous and sometimes completely out of the world, but did you know that it was believed that wearing gold earrings would improve your vision? Of all the things in the world, apparently it was earrings that helped people see better!</p>\n<p align=\"justify\"><img class=\"wp-image-194 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-eight.jpg\" alt=\"\" width=\"600\" height=\"280\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Another misconception people have is that wearing eyeglasses can make you ‘dependent’ on them. They couldn’t be more wrong. The ‘dependence’ people speak of is simply you getting used to wearing your glasses and seeing clearly. We all want to see the world clearly, don’t we? That doesn’t mean that you’re getting dependent on them and won’t be able to function without them at all.</p>\n<p align=\"justify\"></p></div>\n</div></div></div></div></div></div></div></div></div>','Awesome Facts about Eyeglasses','','publish','closed','closed','','10-awesome-facts-about-eyeglasses','','','2017-11-30 13:13:37','2017-11-30 13:13:37','',0,'http://spectaclesfree.com/?page_id=182',0,'page','',0),(183,1,'2017-11-30 11:25:42','2017-11-30 11:25:42','<div id=\"pl-183\" class=\"panel-layout\" ><div id=\"pg-183-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-183-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-183-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a1feab6c18b9\" class=\"panel-layout\" ><div id=\"pg-w5a1feab6c18b9-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a1feab6c18b9-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a1feab6c18b9-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <i class=\"fa fa-eye-slash fa-1x\"></i> The first vision correction device was invented in 1000AD, and called a reading stone. As you can imagine, it was for farsighted folk who couldn’t read properly, and was basically a glass sphere used as a magnifying glass. Makes you really thankful for the thin and manageable lenses we have now, doesn’t it?</div>\n</div></div></div></div></div></div></div></div></div>','10 Awesome Facts about Eyeglasses','','inherit','closed','closed','','182-revision-v1','','','2017-11-30 11:25:42','2017-11-30 11:25:42','',182,'http://spectaclesfree.com/2017/11/30/182-revision-v1/',0,'revision','',0),(184,1,'2017-11-30 11:25:42','2017-11-30 11:25:42','<div id=\"pl-182\" class=\"panel-layout\" ><div id=\"pg-182-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-182-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-182-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a1feab6c6b14\" class=\"panel-layout\" ><div id=\"pg-w5a1feab6c6b14-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a1feab6c6b14-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a1feab6c6b14-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <i class=\"fa fa-eye-slash fa-1x\"></i> The first vision correction device was invented in 1000AD, and called a reading stone. As you can imagine, it was for farsighted folk who couldn’t read properly, and was basically a glass sphere used as a magnifying glass. Makes you really thankful for the thin and manageable lenses we have now, doesn’t it?</div>\n</div></div></div></div></div></div></div></div></div>','10 Awesome Facts about Eyeglasses','','inherit','closed','closed','','182-revision-v1','','','2017-11-30 11:25:42','2017-11-30 11:25:42','',182,'http://spectaclesfree.com/2017/11/30/182-revision-v1/',0,'revision','',0),(185,1,'2017-11-30 11:26:17','2017-11-30 11:26:17','<div id=\"pl-182\" class=\"panel-layout\" ><div id=\"pg-182-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-182-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-182-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a1fead97f8eb\" class=\"panel-layout\" ><div id=\"pg-w5a1fead97f8eb-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a1fead97f8eb-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a1fead97f8eb-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first vision correction device was invented in 1000AD, and called a reading stone. As you can imagine, it was for farsighted folk who couldn’t read properly, and was basically a glass sphere used as a magnifying glass. Makes you really thankful for the thin and manageable lenses we have now, doesn’t it?</p></div>\n</div></div></div></div></div></div></div></div></div>','10 Awesome Facts about Eyeglasses','','inherit','closed','closed','','182-revision-v1','','','2017-11-30 11:26:17','2017-11-30 11:26:17','',182,'http://spectaclesfree.com/2017/11/30/182-revision-v1/',0,'revision','',0),(186,1,'2017-11-30 11:41:35','2017-11-30 11:41:35','','tips-one','','inherit','open','closed','','tips-one','','','2017-11-30 11:41:35','2017-11-30 11:41:35','',182,'http://spectaclesfree.com/wp-content/uploads/2017/11/tips-one.jpg',0,'attachment','image/jpeg',0),(187,1,'2017-11-30 11:52:20','2017-11-30 11:52:20','','tips-two','','inherit','open','closed','','tips-two','','','2017-11-30 11:52:20','2017-11-30 11:52:20','',182,'http://spectaclesfree.com/wp-content/uploads/2017/11/tips-two.jpg',0,'attachment','image/jpeg',0),(188,1,'2017-11-30 11:56:42','2017-11-30 11:56:42','','tips-three','','inherit','open','closed','','tips-three','','','2017-11-30 11:56:42','2017-11-30 11:56:42','',182,'http://spectaclesfree.com/wp-content/uploads/2017/11/tips-three.jpg',0,'attachment','image/jpeg',0),(189,1,'2017-11-30 12:00:08','2017-11-30 12:00:08','','tips-four','','inherit','open','closed','','tips-four','','','2017-11-30 12:00:08','2017-11-30 12:00:08','',182,'http://spectaclesfree.com/wp-content/uploads/2017/11/tips-four.jpg',0,'attachment','image/jpeg',0),(190,1,'2017-11-30 12:01:37','2017-11-30 12:01:37','','tips-five','','inherit','open','closed','','tips-five','','','2017-11-30 12:01:37','2017-11-30 12:01:37','',182,'http://spectaclesfree.com/wp-content/uploads/2017/11/tips-five.jpg',0,'attachment','image/jpeg',0),(192,1,'2017-11-30 12:03:20','2017-11-30 12:03:20','','tips-six','','inherit','open','closed','','tips-six','','','2017-11-30 12:03:20','2017-11-30 12:03:20','',182,'http://spectaclesfree.com/wp-content/uploads/2017/11/tips-six.jpg',0,'attachment','image/jpeg',0),(193,1,'2017-11-30 12:04:48','2017-11-30 12:04:48','','tips-seven','','inherit','open','closed','','tips-seven','','','2017-11-30 12:04:48','2017-11-30 12:04:48','',182,'http://spectaclesfree.com/wp-content/uploads/2017/11/tips-seven.jpg',0,'attachment','image/jpeg',0),(194,1,'2017-11-30 12:08:01','2017-11-30 12:08:01','','tips-eight','','inherit','open','closed','','tips-eight','','','2017-11-30 12:08:01','2017-11-30 12:08:01','',182,'http://spectaclesfree.com/wp-content/uploads/2017/11/tips-eight.jpg',0,'attachment','image/jpeg',0),(195,1,'2017-11-30 12:08:51','2017-11-30 12:08:51','<div id=\"pl-182\" class=\"panel-layout\" ><div id=\"pg-182-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-182-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-182-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a1ff4d37da39\" class=\"panel-layout\" ><div id=\"pg-w5a1ff4d37da39-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a1ff4d37da39-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a1ff4d37da39-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first vision correction device was invented in 1000AD, and called a reading stone. As you can imagine, it was for farsighted folk who couldn’t read properly, and was basically a glass sphere used as a magnifying glass. Makes you really thankful for the thin and manageable lenses we have now, doesn’t it?</p>\n<p align=\"justify\"><img class=\"wp-image-186 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-one.jpg\" alt=\"\" width=\"660\" height=\"439\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first sunglasses, however, date back to 12th century China, where flat crystals of smoky quartz were mounted for personal use to reduce the glare from the sun. It is also said that these ‘sunglasses’ were used by judges while presiding cases, so as not to give away their emotions. This is the earliest record of sunglasses using ‘lenses’. Using materials to see through clearly during daylight or otherwise dates back even further</p>\n<p align=\"justify\"><img class=\"wp-image-187 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-two.jpg\" alt=\"\" width=\"660\" height=\"291\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Now here’s something really interesting, we see contact lenses as an evolution of regular glasses, don’t we? In reality, the first prescription ‘lenses’ were actually similar to contact lenses! Records from 13th century Italy show that glass lenses were used to correct vision, but instead of mounting them in front of the eyes, they were placed directly into the eyes!</p>\n<p align=\"justify\"><img class=\"wp-image-188 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-three.jpg\" alt=\"\" width=\"660\" height=\"299\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> You might remember Benjamin Franklin as one of two things, either as a founding father of the United States of America, or the guy who performed the lightning rod experiment. What many people don’t know, however, is that Benjamin Franklin was also the inventor of bifocals. He was both myopic and hypermetropic, so he developed these special lenses to help him see better. Talk about multi-talented!</p>\n<p align=\"justify\"><img class=\"aligncenter wp-image-189 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-four.jpg\" alt=\"\" width=\"660\" height=\"277\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> It may sound trivial, but the term ‘glasses’ doesn’t really make much sense now. The name originated from the fact that most corrective lenses were actually made of glass. But nowadays, glass is becoming increasingly rare as a lens material because of how fragile it is. Most eyeglasses today are made from some variety of plastic.</p>\n<p align=\"justify\"><img class=\"aligncenter wp-image-190 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-five.jpg\" alt=\"\" width=\"660\" height=\"495\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Contrary to popular belief, wearing someone else’s glasses won’t damage your eyes. Even if you wear your friend’s glasses, which has a different prescription than yours for a couple of weeks, your eyes won’t suddenly ‘change’. This doesn’t hold true for children though, doing the same in kids under the age of 8 increases the risk of amblyopia, more commonly known as ‘lazy eye’.</p>\n<p align=\"justify\"><img class=\"wp-image-192 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-six.jpg\" alt=\"\" width=\"597\" height=\"396\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> According to studies and research all around the world, roughly 25% of the total population require eyeglasses or corrective lenses in some form. So 1/4th of the world isn’t able to see perfectly without some form of vision correction, that’s a huge number!</p>\n<img class=\"aligncenter wp-image-193 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-seven.jpg\" alt=\"\" width=\"400\" height=\"300\" />\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Even though as we mentioned above that the first prescription lenses were similar to contact lenses, they didn’t find mainstream use until much later. The first modern corneal contact lenses were made in 1949, and didn’t become well known until the 70’s.</p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> We all know that earlier ‘medical’ remedies were sometimes ridiculous and sometimes completely out of the world, but did you know that it was believed that wearing gold earrings would improve your vision? Of all the things in the world, apparently it was earrings that helped people see better!</p>\n<p align=\"justify\"><img class=\"wp-image-194 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-eight.jpg\" alt=\"\" width=\"600\" height=\"280\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Another misconception people have is that wearing eyeglasses can make you ‘dependent’ on them. They couldn’t be more wrong. The ‘dependence’ people speak of is simply you getting used to wearing your glasses and seeing clearly. We all want to see the world clearly, don’t we? That doesn’t mean that you’re getting dependent on them and won’t be able to function without them at all.</p>\n<p align=\"justify\"></p></div>\n</div></div></div></div></div></div></div></div></div>','10 Awesome Facts about Eyeglasses','','inherit','closed','closed','','182-revision-v1','','','2017-11-30 12:08:51','2017-11-30 12:08:51','',182,'http://spectaclesfree.com/2017/11/30/182-revision-v1/',0,'revision','',0),(196,1,'2017-11-30 12:09:04','2017-11-30 12:09:04','<div id=\"pl-196\" class=\"panel-layout\" ><div id=\"pg-196-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-196-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-196-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile"}\" ><div id=\"pl-w5a1ff4d37da39\" class=\"panel-layout\" ><div id=\"pg-w5a1ff4d37da39-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a1ff4d37da39-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a1ff4d37da39-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first vision correction device was invented in 1000AD, and called a reading stone. As you can imagine, it was for farsighted folk who couldn’t read properly, and was basically a glass sphere used as a magnifying glass. Makes you really thankful for the thin and manageable lenses we have now, doesn’t it?</p>\n<p align=\"justify\"><img class=\"wp-image-186 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-one.jpg\" alt=\"\" width=\"660\" height=\"439\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first sunglasses, however, date back to 12th century China, where flat crystals of smoky quartz were mounted for personal use to reduce the glare from the sun. It is also said that these ‘sunglasses’ were used by judges while presiding cases, so as not to give away their emotions. This is the earliest record of sunglasses using ‘lenses’. Using materials to see through clearly during daylight or otherwise dates back even further</p>\n<p align=\"justify\"><img class=\"wp-image-187 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-two.jpg\" alt=\"\" width=\"660\" height=\"291\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Now here’s something really interesting, we see contact lenses as an evolution of regular glasses, don’t we? In reality, the first prescription ‘lenses’ were actually similar to contact lenses! Records from 13th century Italy show that glass lenses were used to correct vision, but instead of mounting them in front of the eyes, they were placed directly into the eyes!</p>\n<p align=\"justify\"><img class=\"wp-image-188 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-three.jpg\" alt=\"\" width=\"660\" height=\"299\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> You might remember Benjamin Franklin as one of two things, either as a founding father of the United States of America, or the guy who performed the lightning rod experiment. What many people don’t know, however, is that Benjamin Franklin was also the inventor of bifocals. He was both myopic and hypermetropic, so he developed these special lenses to help him see better. Talk about multi-talented!</p>\n<p align=\"justify\"><img class=\"aligncenter wp-image-189 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-four.jpg\" alt=\"\" width=\"660\" height=\"277\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> It may sound trivial, but the term ‘glasses’ doesn’t really make much sense now. The name originated from the fact that most corrective lenses were actually made of glass. But nowadays, glass is becoming increasingly rare as a lens material because of how fragile it is. Most eyeglasses today are made from some variety of plastic.</p>\n<p align=\"justify\"><img class=\"aligncenter wp-image-190 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-five.jpg\" alt=\"\" width=\"660\" height=\"495\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Contrary to popular belief, wearing someone else’s glasses won’t damage your eyes. Even if you wear your friend’s glasses, which has a different prescription than yours for a couple of weeks, your eyes won’t suddenly ‘change’. This doesn’t hold true for children though, doing the same in kids under the age of 8 increases the risk of amblyopia, more commonly known as ‘lazy eye’.</p>\n<p align=\"justify\"><img class=\"wp-image-192 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-six.jpg\" alt=\"\" width=\"597\" height=\"396\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> According to studies and research all around the world, roughly 25% of the total population require eyeglasses or corrective lenses in some form. So 1/4th of the world isn’t able to see perfectly without some form of vision correction, that’s a huge number!</p>\n<img class=\"aligncenter wp-image-193 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-seven.jpg\" alt=\"\" width=\"400\" height=\"300\" />\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Even though as we mentioned above that the first prescription lenses were similar to contact lenses, they didn’t find mainstream use until much later. The first modern corneal contact lenses were made in 1949, and didn’t become well known until the 70’s.</p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> We all know that earlier ‘medical’ remedies were sometimes ridiculous and sometimes completely out of the world, but did you know that it was believed that wearing gold earrings would improve your vision? Of all the things in the world, apparently it was earrings that helped people see better!</p>\n<p align=\"justify\"><img class=\"wp-image-194 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-eight.jpg\" alt=\"\" width=\"600\" height=\"280\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Another misconception people have is that wearing eyeglasses can make you ‘dependent’ on them. They couldn’t be more wrong. The ‘dependence’ people speak of is simply you getting used to wearing your glasses and seeing clearly. We all want to see the world clearly, don’t we? That doesn’t mean that you’re getting dependent on them and won’t be able to function without them at all.</p>\n<p align=\"justify\"></p></div>\n</div></div></div></div></div></div></div></div></div>','Awesome Facts about Eyeglasses','','inherit','closed','closed','','182-revision-v1','','','2017-11-30 12:09:04','2017-11-30 12:09:04','',182,'http://spectaclesfree.com/2017/11/30/182-revision-v1/',0,'revision','',0),(197,1,'2017-11-30 12:09:04','2017-11-30 12:09:04','<div id=\"pl-182\" class=\"panel-layout\" ><div id=\"pg-182-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-182-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-182-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile"}\" ><div id=\"pl-w5a1ff4d37da39\" class=\"panel-layout\" ><div id=\"pg-w5a1ff4d37da39-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a1ff4d37da39-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a1ff4d37da39-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first vision correction device was invented in 1000AD, and called a reading stone. As you can imagine, it was for farsighted folk who couldn’t read properly, and was basically a glass sphere used as a magnifying glass. Makes you really thankful for the thin and manageable lenses we have now, doesn’t it?</p>\n<p align=\"justify\"><img class=\"wp-image-186 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-one.jpg\" alt=\"\" width=\"660\" height=\"439\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first sunglasses, however, date back to 12th century China, where flat crystals of smoky quartz were mounted for personal use to reduce the glare from the sun. It is also said that these ‘sunglasses’ were used by judges while presiding cases, so as not to give away their emotions. This is the earliest record of sunglasses using ‘lenses’. Using materials to see through clearly during daylight or otherwise dates back even further</p>\n<p align=\"justify\"><img class=\"wp-image-187 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-two.jpg\" alt=\"\" width=\"660\" height=\"291\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Now here’s something really interesting, we see contact lenses as an evolution of regular glasses, don’t we? In reality, the first prescription ‘lenses’ were actually similar to contact lenses! Records from 13th century Italy show that glass lenses were used to correct vision, but instead of mounting them in front of the eyes, they were placed directly into the eyes!</p>\n<p align=\"justify\"><img class=\"wp-image-188 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-three.jpg\" alt=\"\" width=\"660\" height=\"299\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> You might remember Benjamin Franklin as one of two things, either as a founding father of the United States of America, or the guy who performed the lightning rod experiment. What many people don’t know, however, is that Benjamin Franklin was also the inventor of bifocals. He was both myopic and hypermetropic, so he developed these special lenses to help him see better. Talk about multi-talented!</p>\n<p align=\"justify\"><img class=\"aligncenter wp-image-189 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-four.jpg\" alt=\"\" width=\"660\" height=\"277\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> It may sound trivial, but the term ‘glasses’ doesn’t really make much sense now. The name originated from the fact that most corrective lenses were actually made of glass. But nowadays, glass is becoming increasingly rare as a lens material because of how fragile it is. Most eyeglasses today are made from some variety of plastic.</p>\n<p align=\"justify\"><img class=\"aligncenter wp-image-190 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-five.jpg\" alt=\"\" width=\"660\" height=\"495\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Contrary to popular belief, wearing someone else’s glasses won’t damage your eyes. Even if you wear your friend’s glasses, which has a different prescription than yours for a couple of weeks, your eyes won’t suddenly ‘change’. This doesn’t hold true for children though, doing the same in kids under the age of 8 increases the risk of amblyopia, more commonly known as ‘lazy eye’.</p>\n<p align=\"justify\"><img class=\"wp-image-192 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-six.jpg\" alt=\"\" width=\"597\" height=\"396\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> According to studies and research all around the world, roughly 25% of the total population require eyeglasses or corrective lenses in some form. So 1/4th of the world isn’t able to see perfectly without some form of vision correction, that’s a huge number!</p>\n<img class=\"aligncenter wp-image-193 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-seven.jpg\" alt=\"\" width=\"400\" height=\"300\" />\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Even though as we mentioned above that the first prescription lenses were similar to contact lenses, they didn’t find mainstream use until much later. The first modern corneal contact lenses were made in 1949, and didn’t become well known until the 70’s.</p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> We all know that earlier ‘medical’ remedies were sometimes ridiculous and sometimes completely out of the world, but did you know that it was believed that wearing gold earrings would improve your vision? Of all the things in the world, apparently it was earrings that helped people see better!</p>\n<p align=\"justify\"><img class=\"wp-image-194 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-eight.jpg\" alt=\"\" width=\"600\" height=\"280\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Another misconception people have is that wearing eyeglasses can make you ‘dependent’ on them. They couldn’t be more wrong. The ‘dependence’ people speak of is simply you getting used to wearing your glasses and seeing clearly. We all want to see the world clearly, don’t we? That doesn’t mean that you’re getting dependent on them and won’t be able to function without them at all.</p>\n<p align=\"justify\"></p></div>\n</div></div></div></div></div></div></div></div></div>','Awesome Facts about Eyeglasses','','inherit','closed','closed','','182-revision-v1','','','2017-11-30 12:09:04','2017-11-30 12:09:04','',182,'http://spectaclesfree.com/2017/11/30/182-revision-v1/',0,'revision','',0),(198,1,'2017-11-30 12:29:48','2017-11-30 12:29:48','<div id=\"pl-198\" class=\"panel-layout\" ><div id=\"pg-198-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-198-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-198-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a2003262130c\" class=\"panel-layout\" ><div id=\"pg-w5a2003262130c-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a2003262130c-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a2003262130c-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":244,"image_fallback":"","size":"full","align":"center","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"5a20030f738ef","_sow_form_timestamp":"1512047392948","new_window":false,"full_width":false},"args":{"before_widget":"<div id=\\"panel-w5a2003262130c-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;id&quot;:&quot;&quot;,&quot;class&quot;:&quot;&quot;,&quot;widget_css&quot;:&quot;&quot;,&quot;mobile_css&quot;:&quot;&quot;,&quot;padding&quot;:&quot;&quot;,&quot;mobile_padding&quot;:&quot;&quot;,&quot;background&quot;:&quot;&quot;,&quot;background_image_attachment&quot;:&quot;0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;border_color&quot;:&quot;&quot;,&quot;font_color&quot;:&quot;&quot;,&quot;link_color&quot;:&quot;&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-w5a2003262130c-1\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a2003262130c-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a2003262130c-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> </h4>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p></div>\n</div></div></div></div></div></div></div></div></div>','Types Of Spectacle Lenses and Their Coating','','publish','closed','closed','','types-of-spectacle-lenses-and-their-coating','','','2017-11-30 13:09:58','2017-11-30 13:09:58','',0,'http://spectaclesfree.com/?page_id=198',0,'page','',0),(199,1,'2017-11-30 12:26:38','2017-11-30 12:26:38','','lens11','','inherit','open','closed','','lens11','','','2017-11-30 12:26:38','2017-11-30 12:26:38','',198,'http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg',0,'attachment','image/jpeg',0),(200,1,'2017-11-30 12:29:36','2017-11-30 12:29:36','','lens2','','inherit','open','closed','','lens2','','','2017-11-30 12:29:36','2017-11-30 12:29:36','',198,'http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg',0,'attachment','image/jpeg',0),(201,1,'2017-11-30 12:29:48','2017-11-30 12:29:48','<div id=\"pl-201\" class=\"panel-layout\" ><div id=\"pg-201-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-201-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-201-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a1ff9bc2c29a\" class=\"panel-layout\" ><div id=\"pg-w5a1ff9bc2c29a-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a1ff9bc2c29a-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a1ff9bc2c29a-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"210\" height=\"163\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4>Concave Lens</h4>\n<p align=\"justify\"><img class=\"size-full wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"225\" height=\"175\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<p>Photochromic Lenses<br /> These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<p>Bifocals<br /> The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<p>Trifocals<br /> These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<p>Varifocal<br /> The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,<br /> that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<p>Reflection-free coating<br /> Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<p>Scratch resistant / hardening coating<br /> People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p></div>\n</div></div></div></div></div></div></div></div></div>','Types Of Spectacle Lenses and Their Coating','','inherit','closed','closed','','198-revision-v1','','','2017-11-30 12:29:48','2017-11-30 12:29:48','',198,'http://spectaclesfree.com/2017/11/30/198-revision-v1/',0,'revision','',0),(202,1,'2017-11-30 12:29:48','2017-11-30 12:29:48','<div id=\"pl-198\" class=\"panel-layout\" ><div id=\"pg-198-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-198-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-198-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a1ff9bc31cb6\" class=\"panel-layout\" ><div id=\"pg-w5a1ff9bc31cb6-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a1ff9bc31cb6-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a1ff9bc31cb6-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"210\" height=\"163\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4>Concave Lens</h4>\n<p align=\"justify\"><img class=\"size-full wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"225\" height=\"175\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<p>Photochromic Lenses<br /> These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<p>Bifocals<br /> The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<p>Trifocals<br /> These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<p>Varifocal<br /> The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,<br /> that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<p>Reflection-free coating<br /> Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<p>Scratch resistant / hardening coating<br /> People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p></div>\n</div></div></div></div></div></div></div></div></div>','Types Of Spectacle Lenses and Their Coating','','inherit','closed','closed','','198-revision-v1','','','2017-11-30 12:29:48','2017-11-30 12:29:48','',198,'http://spectaclesfree.com/2017/11/30/198-revision-v1/',0,'revision','',0),(203,1,'2017-11-30 12:31:37','2017-11-30 12:31:37','<div id=\"pl-203\" class=\"panel-layout\" ><div id=\"pg-203-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-203-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-203-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a1ffa29a21aa\" class=\"panel-layout\" ><div id=\"pg-w5a1ffa29a21aa-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a1ffa29a21aa-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a1ffa29a21aa-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"116\" height=\"90\" />Concave Lens</h4>\n<p align=\"justify\">A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<p>Photochromic Lenses<br /> These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<p>Bifocals<br /> The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<p>Trifocals<br /> These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<p>Varifocal<br /> The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,<br /> that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<p>Reflection-free coating<br /> Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<p>Scratch resistant / hardening coating<br /> People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p></div>\n</div></div></div></div></div></div></div></div></div>','Types Of Spectacle Lenses and Their Coating','','inherit','closed','closed','','198-revision-v1','','','2017-11-30 12:31:37','2017-11-30 12:31:37','',198,'http://spectaclesfree.com/2017/11/30/198-revision-v1/',0,'revision','',0),(204,1,'2017-11-30 12:31:37','2017-11-30 12:31:37','<div id=\"pl-198\" class=\"panel-layout\" ><div id=\"pg-198-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-198-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-198-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a1ffa29a91b7\" class=\"panel-layout\" ><div id=\"pg-w5a1ffa29a91b7-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a1ffa29a91b7-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a1ffa29a91b7-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"116\" height=\"90\" />Concave Lens</h4>\n<p align=\"justify\">A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<p>Photochromic Lenses<br /> These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<p>Bifocals<br /> The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<p>Trifocals<br /> These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<p>Varifocal<br /> The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,<br /> that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<p>Reflection-free coating<br /> Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<p>Scratch resistant / hardening coating<br /> People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p></div>\n</div></div></div></div></div></div></div></div></div>','Types Of Spectacle Lenses and Their Coating','','inherit','closed','closed','','198-revision-v1','','','2017-11-30 12:31:37','2017-11-30 12:31:37','',198,'http://spectaclesfree.com/2017/11/30/198-revision-v1/',0,'revision','',0),(205,1,'2017-11-30 12:34:21','2017-11-30 12:34:21','','lens3','','inherit','open','closed','','lens3','','','2017-11-30 12:34:21','2017-11-30 12:34:21','',198,'http://spectaclesfree.com/wp-content/uploads/2017/11/lens3.jpg',0,'attachment','image/jpeg',0),(206,1,'2017-11-30 12:38:12','2017-11-30 12:38:12','','lens4','','inherit','open','closed','','lens4','','','2017-11-30 12:38:12','2017-11-30 12:38:12','',198,'http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg',0,'attachment','image/jpeg',0),(207,1,'2017-11-30 12:40:59','2017-11-30 12:40:59','','lens5','','inherit','open','closed','','lens5','','','2017-11-30 12:40:59','2017-11-30 12:40:59','',198,'http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg',0,'attachment','image/jpeg',0),(208,1,'2017-11-30 12:50:03','2017-11-30 12:50:03','','lens6','','inherit','open','closed','','lens6','','','2017-11-30 12:50:03','2017-11-30 12:50:03','',198,'http://spectaclesfree.com/wp-content/uploads/2017/11/lens6.jpg',0,'attachment','image/jpeg',0),(209,1,'2017-11-30 12:52:09','2017-11-30 12:52:09','','lens7','','inherit','open','closed','','lens7','','','2017-11-30 12:52:09','2017-11-30 12:52:09','',198,'http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg',0,'attachment','image/jpeg',0),(210,1,'2017-11-30 12:54:49','2017-11-30 12:54:49','','lens8','','inherit','open','closed','','lens8','','','2017-11-30 12:54:49','2017-11-30 12:54:49','',198,'http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png',0,'attachment','image/png',0),(211,1,'2017-11-30 12:55:21','2017-11-30 12:55:21','<div id=\"pl-211\" class=\"panel-layout\" ><div id=\"pg-211-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-211-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-211-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a1fffb95d167\" class=\"panel-layout\" ><div id=\"pg-w5a1fffb95d167-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a1fffb95d167-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a1fffb95d167-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n\n<h4>Convex Lens</h4>\n<img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" />\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n\n<h4><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"116\" height=\"90\" /></h4>\n<h4>Concave Lens</h4>\n<p align=\"justify\">A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n\n<h4>Photochromic Lenses</h4>\n<img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"82\" height=\"82\" />\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n\n<h4></h4>\n<h4>Bifocals</h4>\n<img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" />\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n\n<h4>Trifocals</h4>\n<img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" />\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n\n<h4>Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n\n<h4>Reflection-free coating</h4>\n<img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" />\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n \n<h4>Scratch resistant / hardening coating</h4>\n<img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /><p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p></div>\n</div></div></div></div></div></div></div></div></div>','Types Of Spectacle Lenses and Their Coating','','inherit','closed','closed','','198-revision-v1','','','2017-11-30 12:55:21','2017-11-30 12:55:21','',198,'http://spectaclesfree.com/2017/11/30/198-revision-v1/',0,'revision','',0),(212,1,'2017-11-30 12:55:21','2017-11-30 12:55:21','<div id=\"pl-198\" class=\"panel-layout\" ><div id=\"pg-198-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-198-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-198-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a1fffb963994\" class=\"panel-layout\" ><div id=\"pg-w5a1fffb963994-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a1fffb963994-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a1fffb963994-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n\n<h4>Convex Lens</h4>\n<img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" />\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n\n<h4><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"116\" height=\"90\" /></h4>\n<h4>Concave Lens</h4>\n<p align=\"justify\">A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n\n<h4>Photochromic Lenses</h4>\n<img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"82\" height=\"82\" />\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n\n<h4></h4>\n<h4>Bifocals</h4>\n<img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" />\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n\n<h4>Trifocals</h4>\n<img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" />\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n\n<h4>Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n\n<h4>Reflection-free coating</h4>\n<img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" />\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n \n<h4>Scratch resistant / hardening coating</h4>\n<img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /><p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p></div>\n</div></div></div></div></div></div></div></div></div>','Types Of Spectacle Lenses and Their Coating','','inherit','closed','closed','','198-revision-v1','','','2017-11-30 12:55:21','2017-11-30 12:55:21','',198,'http://spectaclesfree.com/2017/11/30/198-revision-v1/',0,'revision','',0),(213,1,'2017-11-30 12:56:28','2017-11-30 12:56:28','<div id=\"pl-198\" class=\"panel-layout\" ><div id=\"pg-198-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-198-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-198-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a1ffffc3332f\" class=\"panel-layout\" ><div id=\"pg-w5a1ffffc3332f-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a1ffffc3332f-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a1ffffc3332f-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"116\" height=\"90\" /></h4>\n<h4> </h4>\n<h4>Concave Lens</h4>\n<p align=\"justify\">A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"115\" height=\"115\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4>Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<p> </p>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p></div>\n</div></div></div></div></div></div></div></div></div>','Types Of Spectacle Lenses and Their Coating','','inherit','closed','closed','','198-revision-v1','','','2017-11-30 12:56:28','2017-11-30 12:56:28','',198,'http://spectaclesfree.com/2017/11/30/198-revision-v1/',0,'revision','',0),(214,1,'2017-11-30 12:57:05','2017-11-30 12:57:05','<div id=\"pl-214\" class=\"panel-layout\" ><div id=\"pg-214-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-214-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-214-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a20002188097\" class=\"panel-layout\" ><div id=\"pg-w5a20002188097-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a20002188097-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a20002188097-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"116\" height=\"90\" /></h4>\n<h4> </h4>\n<h4>Concave Lens</h4>\n<p align=\"justify\">A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"115\" height=\"115\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4>Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p></div>\n</div></div></div></div></div></div></div></div></div>','Types Of Spectacle Lenses and Their Coating','','inherit','closed','closed','','198-revision-v1','','','2017-11-30 12:57:05','2017-11-30 12:57:05','',198,'http://spectaclesfree.com/2017/11/30/198-revision-v1/',0,'revision','',0),(215,1,'2017-11-30 12:57:05','2017-11-30 12:57:05','<div id=\"pl-198\" class=\"panel-layout\" ><div id=\"pg-198-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-198-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-198-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a2000218f8d3\" class=\"panel-layout\" ><div id=\"pg-w5a2000218f8d3-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a2000218f8d3-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a2000218f8d3-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"116\" height=\"90\" /></h4>\n<h4> </h4>\n<h4>Concave Lens</h4>\n<p align=\"justify\">A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"115\" height=\"115\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4>Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p></div>\n</div></div></div></div></div></div></div></div></div>','Types Of Spectacle Lenses and Their Coating','','inherit','closed','closed','','198-revision-v1','','','2017-11-30 12:57:05','2017-11-30 12:57:05','',198,'http://spectaclesfree.com/2017/11/30/198-revision-v1/',0,'revision','',0),(216,1,'2017-11-30 12:57:36','2017-11-30 12:57:36','<div id=\"pl-216\" class=\"panel-layout\" ><div id=\"pg-216-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-216-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-216-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a200040d13e5\" class=\"panel-layout\" ><div id=\"pg-w5a200040d13e5-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a200040d13e5-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a200040d13e5-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"116\" height=\"90\" /></h4>\n<h4> </h4>\n<h4>Concave Lens</h4>\n<p align=\"justify\">A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"115\" height=\"115\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> </h4>\n<h4>Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p></div>\n</div></div></div></div></div></div></div></div></div>','Types Of Spectacle Lenses and Their Coating','','inherit','closed','closed','','198-revision-v1','','','2017-11-30 12:57:36','2017-11-30 12:57:36','',198,'http://spectaclesfree.com/2017/11/30/198-revision-v1/',0,'revision','',0),(217,1,'2017-11-30 12:57:36','2017-11-30 12:57:36','<div id=\"pl-198\" class=\"panel-layout\" ><div id=\"pg-198-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-198-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-198-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a200040d8d2f\" class=\"panel-layout\" ><div id=\"pg-w5a200040d8d2f-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a200040d8d2f-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a200040d8d2f-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"116\" height=\"90\" /></h4>\n<h4> </h4>\n<h4>Concave Lens</h4>\n<p align=\"justify\">A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"115\" height=\"115\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> </h4>\n<h4>Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p></div>\n</div></div></div></div></div></div></div></div></div>','Types Of Spectacle Lenses and Their Coating','','inherit','closed','closed','','198-revision-v1','','','2017-11-30 12:57:36','2017-11-30 12:57:36','',198,'http://spectaclesfree.com/2017/11/30/198-revision-v1/',0,'revision','',0),(218,1,'2017-11-30 12:58:57','2017-11-30 12:58:57','<div id=\"pl-218\" class=\"panel-layout\" ><div id=\"pg-218-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-218-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-218-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a2000915a1fe\" class=\"panel-layout\" ><div id=\"pg-w5a2000915a1fe-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a2000915a1fe-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a2000915a1fe-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"115\" height=\"115\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> </h4>\n<h4>Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p></div>\n</div></div></div></div></div></div></div></div></div>','Types Of Spectacle Lenses and Their Coating','','inherit','closed','closed','','198-revision-v1','','','2017-11-30 12:58:57','2017-11-30 12:58:57','',198,'http://spectaclesfree.com/2017/11/30/198-revision-v1/',0,'revision','',0),(219,1,'2017-11-30 12:58:57','2017-11-30 12:58:57','<div id=\"pl-198\" class=\"panel-layout\" ><div id=\"pg-198-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-198-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-198-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a200091625ab\" class=\"panel-layout\" ><div id=\"pg-w5a200091625ab-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a200091625ab-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a200091625ab-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"115\" height=\"115\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> </h4>\n<h4>Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p></div>\n</div></div></div></div></div></div></div></div></div>','Types Of Spectacle Lenses and Their Coating','','inherit','closed','closed','','198-revision-v1','','','2017-11-30 12:58:57','2017-11-30 12:58:57','',198,'http://spectaclesfree.com/2017/11/30/198-revision-v1/',0,'revision','',0),(220,1,'2017-11-30 12:59:46','2017-11-30 12:59:46','<div id=\"pl-220\" class=\"panel-layout\" ><div id=\"pg-220-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-220-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-220-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a2000c294662\" class=\"panel-layout\" ><div id=\"pg-w5a2000c294662-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a2000c294662-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a2000c294662-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p></div>\n</div></div></div></div></div></div></div></div></div>','Types Of Spectacle Lenses and Their Coating','','inherit','closed','closed','','198-revision-v1','','','2017-11-30 12:59:46','2017-11-30 12:59:46','',198,'http://spectaclesfree.com/2017/11/30/198-revision-v1/',0,'revision','',0),(221,1,'2017-11-30 12:59:46','2017-11-30 12:59:46','<div id=\"pl-198\" class=\"panel-layout\" ><div id=\"pg-198-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-198-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-198-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a2000c29bbf1\" class=\"panel-layout\" ><div id=\"pg-w5a2000c29bbf1-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a2000c29bbf1-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a2000c29bbf1-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p></div>\n</div></div></div></div></div></div></div></div></div>','Types Of Spectacle Lenses and Their Coating','','inherit','closed','closed','','198-revision-v1','','','2017-11-30 12:59:46','2017-11-30 12:59:46','',198,'http://spectaclesfree.com/2017/11/30/198-revision-v1/',0,'revision','',0),(222,1,'2017-11-30 13:02:57','2017-11-30 13:02:57','<div id=\"pl-222\" class=\"panel-layout\" ><div id=\"pg-222-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-222-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-222-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a200181dbfc1\" class=\"panel-layout\" ><div id=\"pg-w5a200181dbfc1-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a200181dbfc1-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a200181dbfc1-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p></div>\n</div></div></div></div></div></div></div></div></div>','Types Of Spectacle Lenses and Their Coating','','inherit','closed','closed','','198-revision-v1','','','2017-11-30 13:02:57','2017-11-30 13:02:57','',198,'http://spectaclesfree.com/2017/11/30/198-revision-v1/',0,'revision','',0),(223,1,'2017-11-30 13:02:57','2017-11-30 13:02:57','<div id=\"pl-198\" class=\"panel-layout\" ><div id=\"pg-198-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-198-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-198-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a200181e1ddf\" class=\"panel-layout\" ><div id=\"pg-w5a200181e1ddf-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a200181e1ddf-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a200181e1ddf-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p></div>\n</div></div></div></div></div></div></div></div></div>','Types Of Spectacle Lenses and Their Coating','','inherit','closed','closed','','198-revision-v1','','','2017-11-30 13:02:57','2017-11-30 13:02:57','',198,'http://spectaclesfree.com/2017/11/30/198-revision-v1/',0,'revision','',0),(224,1,'2017-11-30 13:03:30','2017-11-30 13:03:30','<div id=\"pl-224\" class=\"panel-layout\" ><div id=\"pg-224-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-224-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-224-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile"}\" ><div id=\"pl-w5a200181e1ddf\" class=\"panel-layout\" ><div id=\"pg-w5a200181e1ddf-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a200181e1ddf-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a200181e1ddf-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p></div>\n</div></div></div></div></div></div></div></div></div>','Types Of Spectacle Lenses and Their Coating','','inherit','closed','closed','','198-revision-v1','','','2017-11-30 13:03:30','2017-11-30 13:03:30','',198,'http://spectaclesfree.com/2017/11/30/198-revision-v1/',0,'revision','',0),(225,1,'2017-11-30 13:03:30','2017-11-30 13:03:30','<div id=\"pl-198\" class=\"panel-layout\" ><div id=\"pg-198-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-198-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-198-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile"}\" ><div id=\"pl-w5a200181e1ddf\" class=\"panel-layout\" ><div id=\"pg-w5a200181e1ddf-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a200181e1ddf-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a200181e1ddf-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p></div>\n</div></div></div></div></div></div></div></div></div>','Types Of Spectacle Lenses and Their Coating','','inherit','closed','closed','','198-revision-v1','','','2017-11-30 13:03:30','2017-11-30 13:03:30','',198,'http://spectaclesfree.com/2017/11/30/198-revision-v1/',0,'revision','',0),(226,1,'2017-11-30 13:05:16','2017-11-30 13:05:16','<div id=\"pl-226\" class=\"panel-layout\" ><div id=\"pg-226-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-226-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-226-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a20020ca5397\" class=\"panel-layout\" ><div id=\"pg-w5a20020ca5397-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a20020ca5397-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a20020ca5397-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> </h4>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p></div>\n</div></div></div></div></div></div></div></div></div>','Types Of Spectacle Lenses and Their Coating','','inherit','closed','closed','','198-revision-v1','','','2017-11-30 13:05:16','2017-11-30 13:05:16','',198,'http://spectaclesfree.com/2017/11/30/198-revision-v1/',0,'revision','',0),(227,1,'2017-11-30 13:05:16','2017-11-30 13:05:16','<div id=\"pl-198\" class=\"panel-layout\" ><div id=\"pg-198-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-198-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-198-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a20020cacf0e\" class=\"panel-layout\" ><div id=\"pg-w5a20020cacf0e-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a20020cacf0e-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a20020cacf0e-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> </h4>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p></div>\n</div></div></div></div></div></div></div></div></div>','Types Of Spectacle Lenses and Their Coating','','inherit','closed','closed','','198-revision-v1','','','2017-11-30 13:05:16','2017-11-30 13:05:16','',198,'http://spectaclesfree.com/2017/11/30/198-revision-v1/',0,'revision','',0),(228,1,'2017-11-30 13:05:52','2017-11-30 13:05:52','<div id=\"pl-228\" class=\"panel-layout\" ><div id=\"pg-228-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-228-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-228-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a200231069c9\" class=\"panel-layout\" ><div id=\"pg-w5a200231069c9-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a200231069c9-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a200231069c9-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> </h4>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p></div>\n</div></div></div></div></div></div></div></div></div>','Types Of Spectacle Lenses and Their Coating','','inherit','closed','closed','','198-revision-v1','','','2017-11-30 13:05:53','2017-11-30 13:05:53','',198,'http://spectaclesfree.com/2017/11/30/198-revision-v1/',0,'revision','',0),(229,1,'2017-11-30 13:05:53','2017-11-30 13:05:53','<div id=\"pl-198\" class=\"panel-layout\" ><div id=\"pg-198-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-198-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-198-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a2002310de84\" class=\"panel-layout\" ><div id=\"pg-w5a2002310de84-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a2002310de84-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a2002310de84-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> </h4>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p></div>\n</div></div></div></div></div></div></div></div></div>','Types Of Spectacle Lenses and Their Coating','','inherit','closed','closed','','198-revision-v1','','','2017-11-30 13:05:53','2017-11-30 13:05:53','',198,'http://spectaclesfree.com/2017/11/30/198-revision-v1/',0,'revision','',0),(231,1,'2017-11-30 13:07:22','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-11-30 13:07:22','0000-00-00 00:00:00','',0,'http://spectaclesfree.com/?p=231',1,'nav_menu_item','',0),(232,1,'2017-11-30 13:14:27','2017-11-30 13:14:27',' ','','','publish','closed','closed','','232','','','2017-12-01 08:25:35','2017-12-01 08:25:35','',0,'http://spectaclesfree.com/?p=232',5,'nav_menu_item','',0),(233,1,'2017-11-30 13:14:27','2017-11-30 13:14:27',' ','','','publish','closed','closed','','233','','','2017-12-01 08:25:35','2017-12-01 08:25:35','',0,'http://spectaclesfree.com/?p=233',4,'nav_menu_item','',0),(234,1,'2017-11-30 13:07:22','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-11-30 13:07:22','0000-00-00 00:00:00','',0,'http://spectaclesfree.com/?p=234',1,'nav_menu_item','',0),(235,1,'2017-11-30 13:07:22','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-11-30 13:07:22','0000-00-00 00:00:00','',0,'http://spectaclesfree.com/?p=235',1,'nav_menu_item','',0),(236,1,'2017-11-30 13:14:27','2017-11-30 13:14:27',' ','','','publish','closed','closed','','236','','','2017-12-01 08:25:35','2017-12-01 08:25:35','',0,'http://spectaclesfree.com/?p=236',3,'nav_menu_item','',0),(237,1,'2017-11-30 13:14:27','2017-11-30 13:14:27',' ','','','publish','closed','closed','','237','','','2017-12-01 08:25:35','2017-12-01 08:25:35','',0,'http://spectaclesfree.com/?p=237',2,'nav_menu_item','',0),(242,1,'2017-11-30 13:14:27','2017-11-30 13:14:27',' ','','','publish','closed','closed','','242','','','2017-12-01 08:25:35','2017-12-01 08:25:35','',0,'http://spectaclesfree.com/?p=242',7,'nav_menu_item','',0),(243,1,'2017-11-30 13:14:27','2017-11-30 13:14:27',' ','','','publish','closed','closed','','243','','','2017-12-01 08:25:35','2017-12-01 08:25:35','',0,'http://spectaclesfree.com/?p=243',6,'nav_menu_item','',0),(244,1,'2017-11-30 13:09:46','2017-11-30 13:09:46','','big-image','','inherit','open','closed','','big-image','','','2017-11-30 13:09:46','2017-11-30 13:09:46','',198,'http://spectaclesfree.com/wp-content/uploads/2017/11/big-image.jpg',0,'attachment','image/jpeg',0),(245,1,'2017-11-30 13:09:58','2017-11-30 13:09:58','<div id=\"pl-245\" class=\"panel-layout\" ><div id=\"pg-245-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-245-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-245-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a20032619613\" class=\"panel-layout\" ><div id=\"pg-w5a20032619613-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a20032619613-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a20032619613-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":244,"image_fallback":"","size":"full","align":"center","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"5a20030f738ef","_sow_form_timestamp":"1512047392948","new_window":false,"full_width":false},"args":{"before_widget":"<div id=\\"panel-w5a20032619613-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;id&quot;:&quot;&quot;,&quot;class&quot;:&quot;&quot;,&quot;widget_css&quot;:&quot;&quot;,&quot;mobile_css&quot;:&quot;&quot;,&quot;padding&quot;:&quot;&quot;,&quot;mobile_padding&quot;:&quot;&quot;,&quot;background&quot;:&quot;&quot;,&quot;background_image_attachment&quot;:&quot;0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;border_color&quot;:&quot;&quot;,&quot;font_color&quot;:&quot;&quot;,&quot;link_color&quot;:&quot;&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-w5a20032619613-1\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a20032619613-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a20032619613-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> </h4>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p></div>\n</div></div></div></div></div></div></div></div></div>','Types Of Spectacle Lenses and Their Coating','','inherit','closed','closed','','198-revision-v1','','','2017-11-30 13:09:58','2017-11-30 13:09:58','',198,'http://spectaclesfree.com/2017/11/30/198-revision-v1/',0,'revision','',0),(246,1,'2017-11-30 13:09:58','2017-11-30 13:09:58','<div id=\"pl-198\" class=\"panel-layout\" ><div id=\"pg-198-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-198-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-198-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a2003262130c\" class=\"panel-layout\" ><div id=\"pg-w5a2003262130c-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a2003262130c-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a2003262130c-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":244,"image_fallback":"","size":"full","align":"center","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"5a20030f738ef","_sow_form_timestamp":"1512047392948","new_window":false,"full_width":false},"args":{"before_widget":"<div id=\\"panel-w5a2003262130c-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;id&quot;:&quot;&quot;,&quot;class&quot;:&quot;&quot;,&quot;widget_css&quot;:&quot;&quot;,&quot;mobile_css&quot;:&quot;&quot;,&quot;padding&quot;:&quot;&quot;,&quot;mobile_padding&quot;:&quot;&quot;,&quot;background&quot;:&quot;&quot;,&quot;background_image_attachment&quot;:&quot;0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;border_color&quot;:&quot;&quot;,&quot;font_color&quot;:&quot;&quot;,&quot;link_color&quot;:&quot;&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-w5a2003262130c-1\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a2003262130c-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a2003262130c-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>What type of lenses are available to fill prescriptions?</h4>\n<p align=\"justify\">The simplest form of spectacle or contact lens is the single vision lens, be it concave or convex. This means that the lens is made to a single prescription to correct a particular vision deficiency, be it short or long-sightedness.</p>\n<h4>Convex Lens</h4>\n<p><img class=\"alignleft wp-image-199 \" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens11.jpg\" alt=\"\" width=\"131\" height=\"102\" /></p>\n<p align=\"justify\">A convex lens has either one or both of its surfaces curving outwards, that is, wider divergence from the plan at the centre. Theses lenses are used to correct long-sightedness (hypermetropia). The more long sighted a person is, the more convex the lens has to be to correct the vision deficiency by bringing the rays of light into focus.</p>\n<p align=\"justify\">A long sighted person\'s focus is actually some way behind the back of the eye and the convex lens pulls the rays of light together sooner than they normally would be.</p>\n<h4> </h4>\n<h4> Concave Lens</h4>\n<p align=\"justify\"><img class=\" wp-image-200 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens2.jpg\" alt=\"\" width=\"115\" height=\"90\" />A concave lens is the opposite of a convex lens. Here one or both of the lenses surfaces are curved inwards. That is, the centre of the lens is closer to the plane than the edge. A concave lens is used to correct short-sightedness (myopia). A short sighted person\'s focus is focusing before the back of the eyeball. The concave lens pushes the rays of light further apart so that they arrive together in proper focus at the back of the eye.</p>\n<h4>Photochromic Lenses</h4>\n<p><img class=\" wp-image-205 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens3-300x300.jpg\" alt=\"\" width=\"101\" height=\"101\" /></p>\n<p align=\"justify\">These are lenses which react to light, so that in dull conditions they have a soft neutral tint, and in bright light react with a tint appropriate to the strength of that light. Unlike glass, the latest plastic photochromic lenses give maximum protection against harmful ultra violet light and are especially useful against harsh glare or fluorescent lights and VDU screens. These lenses can be supplied in glass or lightweight plastic to suit most prescriptions.</p>\n<h4> </h4>\n<h4> </h4>\n<h4>Bifocals</h4>\n<p><img class=\" wp-image-206 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens4.jpg\" alt=\"\" width=\"123\" height=\"59\" /></p>\n<p align=\"justify\">The bifocal lens is seen frequently, if decreasingly. It contains two optical corrections. The most common use of a bifocal is for people who have become presbyopic, as we all do with age, and need assistance with both close work and long distance vision. The upper part of the lens is used to correct the shortsightedness, whilst the lower half assists with reading or other close work. Between the two parts, there is a distinctive line.</p>\n<h4>Trifocals</h4>\n<p><img class=\" wp-image-207 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens5.jpg\" alt=\"\" width=\"72\" height=\"72\" /></p>\n<p align=\"justify\">These can be distinguished from bifocals by the fact that they have three sections, incorporating a correction for middle distance sight. They can be seen visually by the fact that they have two lines separating the different parts of the lens. Some people find these useful once they have been able to adjust to the lines on the lens, but many find them distracting. Few of these lenses are prescribed today.</p>\n<h4> </h4>\n<h4> Varifocal</h4>\n<p align=\"justify\"><img class=\" wp-image-208 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens6-300x170.jpg\" alt=\"\" width=\"156\" height=\"88\" />The varifocal or progressive lens is the modern day equivalent of the bi and trifocal lenses. These lenses have no distracting lines between the different prescription areas, but have a graduated section that moves smoothly from one prescription to the other. These are the lenses of the future and are much more heavily used in many countries already. They provide the dual benefit of being better cosmetically; they do not draw attention to the ageing process,</p>\n<p align=\"justify\">that Presbyopic is in all of us, and don\'t have the distracting lines across the lens for the wearer.</p>\n<h4>Reflection-free coating</h4>\n<p><img class=\" wp-image-209 alignleft\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens7.jpg\" alt=\"\" width=\"116\" height=\"85\" /></p>\n<p align=\"justify\">Spectacle lenses these days can be provided with reflection-free coatings which virtually eliminate distracting reflections - from lights or windows for example - on the back or the front of the lens, helping people to see better and to be visually more satisfying. A very fashionable and expensive spectacle frame can be ruined by the glare coming back from reflections on people\'s lenses.</p>\n<h4> </h4>\n<h4>Scratch resistant / hardening coating</h4>\n<p><img class=\" wp-image-210 alignright\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/lens8.png\" alt=\"\" width=\"130\" height=\"123\" /></p>\n<p align=\"justify\">People tend not to have the time to treat their spectacles as well as they might. Beyond that there are every day accidents. Scratched lenses can at lest be an irritant to the wearer and look unsightly, and at worst become impossible to use. However, lenses can now be dispensed with a scratch resistant coating, which prolongs their lives</p></div>\n</div></div></div></div></div></div></div></div></div>','Types Of Spectacle Lenses and Their Coating','','inherit','closed','closed','','198-revision-v1','','','2017-11-30 13:09:58','2017-11-30 13:09:58','',198,'http://spectaclesfree.com/2017/11/30/198-revision-v1/',0,'revision','',0),(247,1,'2017-11-30 13:13:37','2017-11-30 13:13:37','<div id=\"pl-247\" class=\"panel-layout\" ><div id=\"pg-247-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-247-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-247-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a200401cc405\" class=\"panel-layout\" ><div id=\"pg-w5a200401cc405-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a200401cc405-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a200401cc405-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":14,"image_fallback":"","size":"full","align":"center","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"5a2003ca83992","_sow_form_timestamp":"1512047615028","new_window":false,"full_width":false},"args":{"before_widget":"<div id=\\"panel-w5a200401cc405-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;id&quot;:&quot;&quot;,&quot;class&quot;:&quot;&quot;,&quot;widget_css&quot;:&quot;&quot;,&quot;mobile_css&quot;:&quot;&quot;,&quot;padding&quot;:&quot;&quot;,&quot;mobile_padding&quot;:&quot;&quot;,&quot;background&quot;:&quot;&quot;,&quot;background_image_attachment&quot;:&quot;0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;border_color&quot;:&quot;&quot;,&quot;font_color&quot;:&quot;&quot;,&quot;link_color&quot;:&quot;&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-w5a200401cc405-1\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a200401cc405-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a200401cc405-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first vision correction device was invented in 1000AD, and called a reading stone. As you can imagine, it was for farsighted folk who couldn’t read properly, and was basically a glass sphere used as a magnifying glass. Makes you really thankful for the thin and manageable lenses we have now, doesn’t it?</p>\n<p align=\"justify\"><img class=\"wp-image-186 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-one.jpg\" alt=\"\" width=\"660\" height=\"439\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first sunglasses, however, date back to 12th century China, where flat crystals of smoky quartz were mounted for personal use to reduce the glare from the sun. It is also said that these ‘sunglasses’ were used by judges while presiding cases, so as not to give away their emotions. This is the earliest record of sunglasses using ‘lenses’. Using materials to see through clearly during daylight or otherwise dates back even further</p>\n<p align=\"justify\"><img class=\"wp-image-187 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-two.jpg\" alt=\"\" width=\"660\" height=\"291\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Now here’s something really interesting, we see contact lenses as an evolution of regular glasses, don’t we? In reality, the first prescription ‘lenses’ were actually similar to contact lenses! Records from 13th century Italy show that glass lenses were used to correct vision, but instead of mounting them in front of the eyes, they were placed directly into the eyes!</p>\n<p align=\"justify\"><img class=\"wp-image-188 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-three.jpg\" alt=\"\" width=\"660\" height=\"299\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> You might remember Benjamin Franklin as one of two things, either as a founding father of the United States of America, or the guy who performed the lightning rod experiment. What many people don’t know, however, is that Benjamin Franklin was also the inventor of bifocals. He was both myopic and hypermetropic, so he developed these special lenses to help him see better. Talk about multi-talented!</p>\n<p align=\"justify\"><img class=\"aligncenter wp-image-189 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-four.jpg\" alt=\"\" width=\"660\" height=\"277\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> It may sound trivial, but the term ‘glasses’ doesn’t really make much sense now. The name originated from the fact that most corrective lenses were actually made of glass. But nowadays, glass is becoming increasingly rare as a lens material because of how fragile it is. Most eyeglasses today are made from some variety of plastic.</p>\n<p align=\"justify\"><img class=\"aligncenter wp-image-190 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-five.jpg\" alt=\"\" width=\"660\" height=\"495\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Contrary to popular belief, wearing someone else’s glasses won’t damage your eyes. Even if you wear your friend’s glasses, which has a different prescription than yours for a couple of weeks, your eyes won’t suddenly ‘change’. This doesn’t hold true for children though, doing the same in kids under the age of 8 increases the risk of amblyopia, more commonly known as ‘lazy eye’.</p>\n<p align=\"justify\"><img class=\"wp-image-192 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-six.jpg\" alt=\"\" width=\"597\" height=\"396\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> According to studies and research all around the world, roughly 25% of the total population require eyeglasses or corrective lenses in some form. So 1/4th of the world isn’t able to see perfectly without some form of vision correction, that’s a huge number!</p>\n<img class=\"aligncenter wp-image-193 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-seven.jpg\" alt=\"\" width=\"400\" height=\"300\" />\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Even though as we mentioned above that the first prescription lenses were similar to contact lenses, they didn’t find mainstream use until much later. The first modern corneal contact lenses were made in 1949, and didn’t become well known until the 70’s.</p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> We all know that earlier ‘medical’ remedies were sometimes ridiculous and sometimes completely out of the world, but did you know that it was believed that wearing gold earrings would improve your vision? Of all the things in the world, apparently it was earrings that helped people see better!</p>\n<p align=\"justify\"><img class=\"wp-image-194 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-eight.jpg\" alt=\"\" width=\"600\" height=\"280\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Another misconception people have is that wearing eyeglasses can make you ‘dependent’ on them. They couldn’t be more wrong. The ‘dependence’ people speak of is simply you getting used to wearing your glasses and seeing clearly. We all want to see the world clearly, don’t we? That doesn’t mean that you’re getting dependent on them and won’t be able to function without them at all.</p>\n<p align=\"justify\"></p></div>\n</div></div></div></div></div></div></div></div></div>','Awesome Facts about Eyeglasses','','inherit','closed','closed','','182-revision-v1','','','2017-11-30 13:13:37','2017-11-30 13:13:37','',182,'http://spectaclesfree.com/2017/11/30/182-revision-v1/',0,'revision','',0),(248,1,'2017-11-30 13:13:37','2017-11-30 13:13:37','<div id=\"pl-182\" class=\"panel-layout\" ><div id=\"pg-182-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-182-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-182-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a200401d4baa\" class=\"panel-layout\" ><div id=\"pg-w5a200401d4baa-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a200401d4baa-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a200401d4baa-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":14,"image_fallback":"","size":"full","align":"center","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"5a2003ca83992","_sow_form_timestamp":"1512047615028","new_window":false,"full_width":false},"args":{"before_widget":"<div id=\\"panel-w5a200401d4baa-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;id&quot;:&quot;&quot;,&quot;class&quot;:&quot;&quot;,&quot;widget_css&quot;:&quot;&quot;,&quot;mobile_css&quot;:&quot;&quot;,&quot;padding&quot;:&quot;&quot;,&quot;mobile_padding&quot;:&quot;&quot;,&quot;background&quot;:&quot;&quot;,&quot;background_image_attachment&quot;:&quot;0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;border_color&quot;:&quot;&quot;,&quot;font_color&quot;:&quot;&quot;,&quot;link_color&quot;:&quot;&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-w5a200401d4baa-1\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a200401d4baa-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a200401d4baa-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first vision correction device was invented in 1000AD, and called a reading stone. As you can imagine, it was for farsighted folk who couldn’t read properly, and was basically a glass sphere used as a magnifying glass. Makes you really thankful for the thin and manageable lenses we have now, doesn’t it?</p>\n<p align=\"justify\"><img class=\"wp-image-186 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-one.jpg\" alt=\"\" width=\"660\" height=\"439\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> The first sunglasses, however, date back to 12th century China, where flat crystals of smoky quartz were mounted for personal use to reduce the glare from the sun. It is also said that these ‘sunglasses’ were used by judges while presiding cases, so as not to give away their emotions. This is the earliest record of sunglasses using ‘lenses’. Using materials to see through clearly during daylight or otherwise dates back even further</p>\n<p align=\"justify\"><img class=\"wp-image-187 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-two.jpg\" alt=\"\" width=\"660\" height=\"291\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Now here’s something really interesting, we see contact lenses as an evolution of regular glasses, don’t we? In reality, the first prescription ‘lenses’ were actually similar to contact lenses! Records from 13th century Italy show that glass lenses were used to correct vision, but instead of mounting them in front of the eyes, they were placed directly into the eyes!</p>\n<p align=\"justify\"><img class=\"wp-image-188 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-three.jpg\" alt=\"\" width=\"660\" height=\"299\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> You might remember Benjamin Franklin as one of two things, either as a founding father of the United States of America, or the guy who performed the lightning rod experiment. What many people don’t know, however, is that Benjamin Franklin was also the inventor of bifocals. He was both myopic and hypermetropic, so he developed these special lenses to help him see better. Talk about multi-talented!</p>\n<p align=\"justify\"><img class=\"aligncenter wp-image-189 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-four.jpg\" alt=\"\" width=\"660\" height=\"277\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> It may sound trivial, but the term ‘glasses’ doesn’t really make much sense now. The name originated from the fact that most corrective lenses were actually made of glass. But nowadays, glass is becoming increasingly rare as a lens material because of how fragile it is. Most eyeglasses today are made from some variety of plastic.</p>\n<p align=\"justify\"><img class=\"aligncenter wp-image-190 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-five.jpg\" alt=\"\" width=\"660\" height=\"495\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Contrary to popular belief, wearing someone else’s glasses won’t damage your eyes. Even if you wear your friend’s glasses, which has a different prescription than yours for a couple of weeks, your eyes won’t suddenly ‘change’. This doesn’t hold true for children though, doing the same in kids under the age of 8 increases the risk of amblyopia, more commonly known as ‘lazy eye’.</p>\n<p align=\"justify\"><img class=\"wp-image-192 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-six.jpg\" alt=\"\" width=\"597\" height=\"396\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> According to studies and research all around the world, roughly 25% of the total population require eyeglasses or corrective lenses in some form. So 1/4th of the world isn’t able to see perfectly without some form of vision correction, that’s a huge number!</p>\n<img class=\"aligncenter wp-image-193 size-full\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-seven.jpg\" alt=\"\" width=\"400\" height=\"300\" />\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Even though as we mentioned above that the first prescription lenses were similar to contact lenses, they didn’t find mainstream use until much later. The first modern corneal contact lenses were made in 1949, and didn’t become well known until the 70’s.</p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> We all know that earlier ‘medical’ remedies were sometimes ridiculous and sometimes completely out of the world, but did you know that it was believed that wearing gold earrings would improve your vision? Of all the things in the world, apparently it was earrings that helped people see better!</p>\n<p align=\"justify\"><img class=\"wp-image-194 size-full aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/11/tips-eight.jpg\" alt=\"\" width=\"600\" height=\"280\" /></p>\n<p align=\"justify\"><i class=\"fa fa-eye-slash fa-2x\"></i> Another misconception people have is that wearing eyeglasses can make you ‘dependent’ on them. They couldn’t be more wrong. The ‘dependence’ people speak of is simply you getting used to wearing your glasses and seeing clearly. We all want to see the world clearly, don’t we? That doesn’t mean that you’re getting dependent on them and won’t be able to function without them at all.</p>\n<p align=\"justify\"></p></div>\n</div></div></div></div></div></div></div></div></div>','Awesome Facts about Eyeglasses','','inherit','closed','closed','','182-revision-v1','','','2017-11-30 13:13:37','2017-11-30 13:13:37','',182,'http://spectaclesfree.com/2017/11/30/182-revision-v1/',0,'revision','',0),(250,1,'2017-11-30 13:16:03','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-11-30 13:16:03','0000-00-00 00:00:00','',0,'http://spectaclesfree.com/?p=250',1,'nav_menu_item','',0),(251,1,'2017-11-30 13:16:32','2017-11-30 13:16:32',' ','','','publish','closed','closed','','251','','','2017-12-01 08:25:35','2017-12-01 08:25:35','',0,'http://spectaclesfree.com/?p=251',8,'nav_menu_item','',0),(262,1,'2017-11-30 13:21:54','2017-11-30 13:21:54','.fa-2x {\n font-size: 2em;\n color: #00adef;\n}\n.widget_search #searchform #searchsubmit, .woocommerce-product-search input[type=\"submit\"] {\n background-color: #1e8178;\n}','kakina','','inherit','closed','closed','','46-revision-v1','','','2017-11-30 13:21:54','2017-11-30 13:21:54','',46,'http://spectaclesfree.com/2017/11/30/46-revision-v1/',0,'revision','',0),(264,1,'2017-11-30 13:23:58','2017-11-30 13:23:58','.fa-2x {\n font-size: 2em;\n color: #00adef;\n}\n.widget_search #searchform #searchsubmit, .woocommerce-product-search input[type=\"submit\"] {\n background-color: #1e8178;\n}\n.woocommerce a.button.alt, .woocommerce button.button.alt, .yith-wcwl-add-to-wishlist a, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {\n background-color: #1e8178;\n}','kakina','','inherit','closed','closed','','46-revision-v1','','','2017-11-30 13:23:58','2017-11-30 13:23:58','',46,'http://spectaclesfree.com/2017/11/30/46-revision-v1/',0,'revision','',0),(266,1,'2017-11-30 13:24:52','2017-11-30 13:24:52','.fa-2x {\n font-size: 2em;\n color: #00adef;\n}\n.widget_search #searchform #searchsubmit, .woocommerce-product-search input[type=\"submit\"] {\n background-color: #1e8178;\n}\n.woocommerce a.button.alt, .woocommerce button.button.alt, .yith-wcwl-add-to-wishlist a, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {\n background-color: #1e8178;\n}\na {\n color: #1e8178;\n}','kakina','','inherit','closed','closed','','46-revision-v1','','','2017-11-30 13:24:52','2017-11-30 13:24:52','',46,'http://spectaclesfree.com/2017/11/30/46-revision-v1/',0,'revision','',0),(268,1,'2017-11-30 13:25:36','2017-11-30 13:25:36','.fa-2x {\n font-size: 2em;\n color: #00adef;\n}\n.widget_search #searchform #searchsubmit, .woocommerce-product-search input[type=\"submit\"] {\n background-color: #1e8178;\n}\n.woocommerce a.button.alt, .woocommerce button.button.alt, .yith-wcwl-add-to-wishlist a, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {\n background-color: #1e8178;\n}\na {\n color: #1e8178;\n}\n.fa-2x {\n \n color: #1e8178;\n}','kakina','','inherit','closed','closed','','46-revision-v1','','','2017-11-30 13:25:36','2017-11-30 13:25:36','',46,'http://spectaclesfree.com/2017/11/30/46-revision-v1/',0,'revision','',0),(270,1,'2017-11-30 13:26:23','2017-11-30 13:26:23','.fa-2x {\n font-size: 2em;\n color: #00adef;\n}\n.widget_search #searchform #searchsubmit, .woocommerce-product-search input[type=\"submit\"] {\n background-color: #1e8178;\n}\n.woocommerce a.button.alt, .woocommerce button.button.alt, .yith-wcwl-add-to-wishlist a, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {\n background-color: #1e8178;\n}\na {\n color: #1e8178;\n}\n.fa-2x {\n \n color: #1e8178;\n}\n.woocommerce a.button, .yith-wcwl-add-button a, .header-cart-inner .fa-shopping-cart, .yith-wcwl-add-to-wishlist a, a.btn-primary.outline {\n background: #1e8178;\n}','kakina','','inherit','closed','closed','','46-revision-v1','','','2017-11-30 13:26:23','2017-11-30 13:26:23','',46,'http://spectaclesfree.com/2017/11/30/46-revision-v1/',0,'revision','',0),(272,1,'2017-11-30 13:30:28','2017-11-30 13:30:28','.fa-2x {\n font-size: 2em;\n color: #00adef;\n}\n.widget_search #searchform #searchsubmit, .woocommerce-product-search input[type=\"submit\"] {\n background-color: #1e8178;\n}\n.woocommerce a.button.alt, .woocommerce button.button.alt, .yith-wcwl-add-to-wishlist a, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {\n background-color: #1e8178;\n}\na {\n color: #1e8178;\n}\n.fa-2x {\n \n color: #1e8178;\n}\n.woocommerce a.button, .yith-wcwl-add-button a, .header-cart-inner .fa-shopping-cart, .yith-wcwl-add-to-wishlist a, a.btn-primary.outline {\n background: #1e8178;\n}\n.header-search-form button {\n \n background-color: #1e8178;\n}','kakina','','inherit','closed','closed','','46-revision-v1','','','2017-11-30 13:30:28','2017-11-30 13:30:28','',46,'http://spectaclesfree.com/2017/11/30/46-revision-v1/',0,'revision','',0),(274,1,'2017-11-30 13:31:22','2017-11-30 13:31:22','.fa-2x {\n font-size: 2em;\n color: #00adef;\n}\n.widget_search #searchform #searchsubmit, .woocommerce-product-search input[type=\"submit\"] {\n background-color: #1e8178;\n}\n.woocommerce a.button.alt, .woocommerce button.button.alt, .yith-wcwl-add-to-wishlist a, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {\n background-color: #1e8178;\n}\na {\n color: #1e8178;\n}\n.fa-2x {\n \n color: #1e8178;\n}\n.woocommerce a.button, .yith-wcwl-add-button a, .header-cart-inner .fa-shopping-cart, .yith-wcwl-add-to-wishlist a, a.btn-primary.outline {\n background: #1e8178;\n}\n.header-search-form button {\n \n background-color: #1e8178;\n}\n.woocommerce ul.products li.product .onsale, .woocommerce span.onsale, .top-grid-products .onsale, .slider-grid-img .onsale {\n \n background-color: #1e8178;\n}','kakina','','inherit','closed','closed','','46-revision-v1','','','2017-11-30 13:31:22','2017-11-30 13:31:22','',46,'http://spectaclesfree.com/2017/11/30/46-revision-v1/',0,'revision','',0),(275,1,'2017-12-01 00:50:49','2017-12-01 00:50:49','','widget.gif','','inherit','open','closed','','widget-gif','','','2017-12-01 00:50:49','2017-12-01 00:50:49','',0,'http://spectaclesfree.com/wp-content/uploads/2017/12/widget.gif.gif',0,'attachment','image/gif',0),(276,1,'2017-12-01 00:53:36','2017-12-01 00:53:36','','w1','','inherit','open','closed','','w1','','','2017-12-01 00:53:36','2017-12-01 00:53:36','',0,'http://spectaclesfree.com/wp-content/uploads/2017/12/w1.gif',0,'attachment','image/gif',0),(278,1,'2017-12-01 01:03:06','2017-12-01 01:03:06','.fa-2x {\n font-size: 2em;\n color: #00adef;\n}\n.widget_search #searchform #searchsubmit, .woocommerce-product-search input[type=\"submit\"] {\n background-color: #1e8178;\n}\n.woocommerce a.button.alt, .woocommerce button.button.alt, .yith-wcwl-add-to-wishlist a, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {\n background-color: #1e8178;\n}\na {\n color: #1e8178;\n}\n.fa-2x {\n \n color: #1e8178;\n}\n.woocommerce a.button, .yith-wcwl-add-button a, .header-cart-inner .fa-shopping-cart, .yith-wcwl-add-to-wishlist a, a.btn-primary.outline {\n background: #1e8178;\n}\n.header-search-form button {\n \n background-color: #1e8178;\n}\n.woocommerce ul.products li.product .onsale, .woocommerce span.onsale, .top-grid-products .onsale, .slider-grid-img .onsale {\n \n background-color: #1e8178;\n}\n.widget-menu li {\n \n font-weight: 600;\n \n font-family: \'Montserrat\', sans-serif;\n}','kakina','','inherit','closed','closed','','46-revision-v1','','','2017-12-01 01:03:06','2017-12-01 01:03:06','',46,'http://spectaclesfree.com/2017/12/01/46-revision-v1/',0,'revision','',0),(280,1,'2017-12-01 01:17:11','2017-12-01 01:17:11','\n.widget-menu li {\n \n font-weight: 600;\n \n font-family: \'Montserrat\', sans-serif;\n}','kakina','','inherit','closed','closed','','46-revision-v1','','','2017-12-01 01:17:11','2017-12-01 01:17:11','',46,'http://spectaclesfree.com/2017/12/01/46-revision-v1/',0,'revision','',0),(282,1,'2017-12-01 01:20:22','2017-12-01 01:20:22','\n.widget-menu li {\n \n font-weight: 600;\n \n font-family: \'Montserrat\', sans-serif;\n}\n.clear {\n \n color: rgb(230, 21, 160);\n}','kakina','','inherit','closed','closed','','46-revision-v1','','','2017-12-01 01:20:22','2017-12-01 01:20:22','',46,'http://spectaclesfree.com/2017/12/01/46-revision-v1/',0,'revision','',0),(284,1,'2017-12-01 01:22:09','2017-12-01 01:22:09','\n.widget-menu li {\n \n font-weight: 600;\n \n font-family: \'Montserrat\', sans-serif;\n}\n.clear {\n \n color: rgb(230, 21, 160);\n}\na {\n color: rgb(0, 0, 0);\n \n}','kakina','','inherit','closed','closed','','46-revision-v1','','','2017-12-01 01:22:09','2017-12-01 01:22:09','',46,'http://spectaclesfree.com/2017/12/01/46-revision-v1/',0,'revision','',0),(286,1,'2017-12-01 01:23:37','2017-12-01 01:23:37','\n.widget-menu li {\n \n font-weight: 600;\n \n font-family: \'Montserrat\', sans-serif;\n}\n.clear {\n \n color: rgb(230, 21, 160);\n}\na {\n color: rgb(0, 0, 0);\n \n}\n.widget h3 {\n \n color: rgb(230, 21, 160);}','kakina','','inherit','closed','closed','','46-revision-v1','','','2017-12-01 01:23:37','2017-12-01 01:23:37','',46,'http://spectaclesfree.com/2017/12/01/46-revision-v1/',0,'revision','',0),(288,1,'2017-12-01 01:25:06','2017-12-01 01:25:06','\n.widget-menu li {\n \n font-weight: 600;\n \n font-family: \'Montserrat\', sans-serif;\n}\n.clear {\n \n color: rgb(230, 21, 160);\n}\na {\n color: rgb(0, 0, 0);\n \n}\n.widget h3 {\n \n color: rgb(230, 21, 160);}\nh1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {\n \n color: #00adef;\n}','kakina','','inherit','closed','closed','','46-revision-v1','','','2017-12-01 01:25:06','2017-12-01 01:25:06','',46,'http://spectaclesfree.com/2017/12/01/46-revision-v1/',0,'revision','',0),(290,1,'2017-12-01 01:25:59','2017-12-01 01:25:59','\n.widget-menu li {\n \n font-weight: 600;\n \n font-family: \'Montserrat\', sans-serif;\n}\n.clear {\n \n color: rgb(230, 21, 160);\n}\na {\n color: rgb(0, 0, 0);\n \n}\n.widget h3 {\n \n color: rgb(230, 21, 160);}\nh1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {\n \n color: rgb(230, 21, 160);\n}','kakina','','inherit','closed','closed','','46-revision-v1','','','2017-12-01 01:25:59','2017-12-01 01:25:59','',46,'http://spectaclesfree.com/2017/12/01/46-revision-v1/',0,'revision','',0),(292,1,'2017-12-01 01:28:44','2017-12-01 01:28:44','\n.widget-menu li {\n \n font-weight: 600;\n \n font-family: \'Montserrat\', sans-serif;\n}\n.clear {\n \n color: rgb(230, 21, 160);\n}\na {\n color: rgb(0, 0, 0);\n \n}\n.widget h3 {\n \n color: rgb(230, 21, 160);}\nh1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {\n \n color: rgb(230, 21, 160);\n}\n.fa-2x {\n \n color: rgb(230, 21, 160);\n}','kakina','','inherit','closed','closed','','46-revision-v1','','','2017-12-01 01:28:44','2017-12-01 01:28:44','',46,'http://spectaclesfree.com/2017/12/01/46-revision-v1/',0,'revision','',0),(295,1,'2017-12-01 01:30:31','2017-12-01 01:30:31','\n.widget-menu li {\n \n font-weight: 600;\n \n font-family: \'Montserrat\', sans-serif;\n}\n.clear {\n \n color: rgb(230, 21, 160);\n}\na {\n color: rgb(0, 0, 0);\n \n}\n.widget h3 {\n \n color: rgb(230, 21, 160);}\nh1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {\n \n color: rgb(230, 21, 160);\n}\n.fa-2x {\n \n color: rgb(230, 21, 160);\n}\n.fa {\n \n color: #000000;\n}','kakina','','inherit','closed','closed','','46-revision-v1','','','2017-12-01 01:30:31','2017-12-01 01:30:31','',46,'http://spectaclesfree.com/2017/12/01/46-revision-v1/',0,'revision','',0),(297,1,'2017-12-01 01:31:05','2017-12-01 01:31:05','\n.widget-menu li {\n \n font-weight: 600;\n \n font-family: \'Montserrat\', sans-serif;\n}\n.clear {\n \n color: rgb(230, 21, 160);\n}\na {\n color: rgb(0, 0, 0);\n \n}\n.widget h3 {\n \n color: rgb(230, 21, 160);}\nh1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {\n \n color: rgb(230, 21, 160);\n}\n.fa-2x {\n \n color: rgb(230, 21, 160);\n}\n.fa-1x {\n \n color: #000000;\n}','kakina','','inherit','closed','closed','','46-revision-v1','','','2017-12-01 01:31:05','2017-12-01 01:31:05','',46,'http://spectaclesfree.com/2017/12/01/46-revision-v1/',0,'revision','',0),(299,1,'2017-12-01 01:33:27','2017-12-01 01:33:27','','Home','','publish','closed','closed','','home','','','2017-12-01 08:25:35','2017-12-01 08:25:35','',0,'http://spectaclesfree.com/?p=299',1,'nav_menu_item','',0),(300,1,'2017-12-01 01:34:01','2017-12-01 01:34:01','','Home','','publish','closed','closed','','home-2','','','2017-12-01 05:47:49','2017-12-01 05:47:49','',0,'http://spectaclesfree.com/?p=300',1,'nav_menu_item','',0),(302,1,'2017-12-01 01:35:54','2017-12-01 01:35:54','\n.widget-menu li {\n \n font-weight: 600;\n \n font-family: \'Montserrat\', sans-serif;\n}\n.clear {\n \n color: rgb(230, 21, 160);\n}\na {\n color: rgb(0, 0, 0);\n \n}\n.widget h3 {\n \n color: rgb(230, 21, 160);}\nh1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {\n \n color: rgb(230, 21, 160);\n}\n.fa-2x {\n \n color: rgb(230, 21, 160);\n}\n.fa-1x {\n \n color: #000000;\n}\n.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {\n color: rgb(230, 21, 160);\n \n}','kakina','','inherit','closed','closed','','46-revision-v1','','','2017-12-01 01:35:54','2017-12-01 01:35:54','',46,'http://spectaclesfree.com/2017/12/01/46-revision-v1/',0,'revision','',0),(304,1,'2017-12-01 01:38:16','2017-12-01 01:38:16','\n.widget-menu li {\n \n font-weight: 600;\n \n font-family: \'Montserrat\', sans-serif;\n}\n.clear {\n \n color: rgb(230, 21, 160);\n}\na {\n color: rgb(0, 0, 0);\n \n}\n.widget h3 {\n \n color: rgb(230, 21, 160);}\nh1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {\n \n color: rgb(230, 21, 160);\n}\n.fa-2x {\n \n color: rgb(230, 21, 160);\n}\n.fa-1x {\n \n color: #000000;\n}\n.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {\n color: rgb(230, 21, 160);\n }\n.woocommerce ul.products li.product .onsale, .woocommerce span.onsale, .top-grid-products .onsale, .slider-grid-img .onsale {\n background-color: rgb(230, 21, 160);\n}','kakina','','inherit','closed','closed','','46-revision-v1','','','2017-12-01 01:38:16','2017-12-01 01:38:16','',46,'http://spectaclesfree.com/2017/12/01/46-revision-v1/',0,'revision','',0),(306,1,'2017-12-01 01:39:19','2017-12-01 01:39:19','\n.widget-menu li {\n \n font-weight: 600;\n \n font-family: \'Montserrat\', sans-serif;\n}\n.clear {\n \n color: rgb(230, 21, 160);\n}\na {\n color: rgb(0, 0, 0);\n \n}\n.widget h3 {\n \n color: rgb(230, 21, 160);}\nh1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {\n \n color: rgb(230, 21, 160);\n}\n.fa-2x {\n \n color: rgb(230, 21, 160);\n}\n.fa-1x {\n \n color: #000000;\n}\n.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {\n color: rgb(230, 21, 160);\n }\n.woocommerce ul.products li.product .onsale, .woocommerce span.onsale, .top-grid-products .onsale, .slider-grid-img .onsale {\n background-color: rgb(230, 21, 160);\n}\n.woocommerce h1.page-title {\n \n color: black;\n}','kakina','','inherit','closed','closed','','46-revision-v1','','','2017-12-01 01:39:19','2017-12-01 01:39:19','',46,'http://spectaclesfree.com/2017/12/01/46-revision-v1/',0,'revision','',0),(307,1,'2017-12-01 01:44:13','2017-12-01 01:44:13','<div id=\"pl-31\" class=\"panel-layout\">\n<div id=\"pg-31-0\" class=\"panel-grid panel-no-style\">\n<div id=\"pgc-31-0-0\" class=\"panel-grid-cell\" data-weight=\"1\">\n<div id=\"panel-31-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\">\n<div id=\"pl-w5a1fe26edb319\" class=\"panel-layout\">\n<div id=\"pg-w5a1fe26edb319-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\">\n<div id=\"pgc-w5a1fe26edb319-0-0\" class=\"panel-grid-cell\" data-weight=\"1\">\n<div id=\"panel-w5a1fe26edb319-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\">[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":11,"image_fallback":"","size":"full","align":"default","title":"","title_position":"hidden","alt":"","url":"#","full_width":true,"_sow_form_id":"5a1fe0ff1d2d8","_sow_form_timestamp":"1512038833348","new_window":false,"bound":false},"args":{"before_widget":"<div id=\\"panel-w5a1fe26edb319-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;id&quot;:&quot;&quot;,&quot;class&quot;:&quot;&quot;,&quot;widget_css&quot;:&quot;&quot;,&quot;mobile_css&quot;:&quot;&quot;,&quot;padding&quot;:&quot;&quot;,&quot;mobile_padding&quot;:&quot;&quot;,&quot;background&quot;:&quot;&quot;,&quot;background_image_attachment&quot;:&quot;0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;border_color&quot;:&quot;&quot;,&quot;font_color&quot;:&quot;&quot;,&quot;link_color&quot;:&quot;&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div>\n<div id=\"panel-w5a1fe26edb319-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\">\n<div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n<h3>Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS</h3>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"pg-w5a1fe26edb319-1\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\">\n<div id=\"pgc-w5a1fe26edb319-1-0\" class=\"panel-grid-cell panel-grid-cell-empty\" data-weight=\"1\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','Trendy, Not Spendy','','inherit','closed','closed','','31-autosave-v1','','','2017-12-01 01:44:13','2017-12-01 01:44:13','',31,'http://spectaclesfree.com/2017/12/01/31-autosave-v1/',0,'revision','',0),(309,1,'2017-12-01 01:49:44','2017-12-01 01:49:44','<div id=\"pl-309\" class=\"panel-layout\" ><div id=\"pg-309-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-309-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-309-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a20b5381b8cc\" class=\"panel-layout\" ><div id=\"pg-w5a20b5381b8cc-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a20b5381b8cc-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a20b5381b8cc-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h3>Express all facets of your personality with our high-quality, affordable glasses and sunglasses.<a href=\"#\"> Learn More</a></h3>\n</div>\n</div></div></div></div><div id=\"pg-w5a20b5381b8cc-1\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a20b5381b8cc-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a20b5381b8cc-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"1\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":11,"image_fallback":"","size":"full","align":"default","title":"","title_position":"hidden","alt":"","url":"#","full_width":true,"_sow_form_id":"5a1fe0ff1d2d8","_sow_form_timestamp":"1512038833348","new_window":false,"bound":false},"args":{"before_widget":"<div id=\\"panel-w5a20b5381b8cc-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"1\\" data-style=\\"{&quot;id&quot;:&quot;&quot;,&quot;class&quot;:&quot;&quot;,&quot;widget_css&quot;:&quot;&quot;,&quot;mobile_css&quot;:&quot;&quot;,&quot;padding&quot;:&quot;&quot;,&quot;mobile_padding&quot;:&quot;&quot;,&quot;background&quot;:&quot;&quot;,&quot;background_image_attachment&quot;:&quot;0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;border_color&quot;:&quot;&quot;,&quot;font_color&quot;:&quot;&quot;,&quot;link_color&quot;:&quot;&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-w5a20b5381b8cc-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h3>Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS</h3>\n<br /><br /></div>\n</div></div></div></div></div></div></div></div></div>','Trendy, Not Spendy','','inherit','closed','closed','','31-revision-v1','','','2017-12-01 01:49:44','2017-12-01 01:49:44','',31,'http://spectaclesfree.com/2017/12/01/31-revision-v1/',0,'revision','',0),(310,1,'2017-12-01 01:49:44','2017-12-01 01:49:44','<div id=\"pl-31\" class=\"panel-layout\" ><div id=\"pg-31-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-31-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-31-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a20b53822388\" class=\"panel-layout\" ><div id=\"pg-w5a20b53822388-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a20b53822388-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a20b53822388-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h3>Express all facets of your personality with our high-quality, affordable glasses and sunglasses.<a href=\"#\"> Learn More</a></h3>\n</div>\n</div></div></div></div><div id=\"pg-w5a20b53822388-1\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a20b53822388-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a20b53822388-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"1\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":11,"image_fallback":"","size":"full","align":"default","title":"","title_position":"hidden","alt":"","url":"#","full_width":true,"_sow_form_id":"5a1fe0ff1d2d8","_sow_form_timestamp":"1512038833348","new_window":false,"bound":false},"args":{"before_widget":"<div id=\\"panel-w5a20b53822388-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"1\\" data-style=\\"{&quot;id&quot;:&quot;&quot;,&quot;class&quot;:&quot;&quot;,&quot;widget_css&quot;:&quot;&quot;,&quot;mobile_css&quot;:&quot;&quot;,&quot;padding&quot;:&quot;&quot;,&quot;mobile_padding&quot;:&quot;&quot;,&quot;background&quot;:&quot;&quot;,&quot;background_image_attachment&quot;:&quot;0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;border_color&quot;:&quot;&quot;,&quot;font_color&quot;:&quot;&quot;,&quot;link_color&quot;:&quot;&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-w5a20b53822388-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h3>Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS</h3>\n<br /><br /></div>\n</div></div></div></div></div></div></div></div></div>','Trendy, Not Spendy','','inherit','closed','closed','','31-revision-v1','','','2017-12-01 01:49:44','2017-12-01 01:49:44','',31,'http://spectaclesfree.com/2017/12/01/31-revision-v1/',0,'revision','',0),(311,1,'2017-12-01 01:50:43','2017-12-01 01:50:43','<div id=\"pl-311\" class=\"panel-layout\" ><div id=\"pg-311-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-311-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-311-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a20b57352881\" class=\"panel-layout\" ><div id=\"pg-w5a20b57352881-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a20b57352881-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a20b57352881-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":11,"image_fallback":"","size":"full","align":"default","title":"","title_position":"hidden","alt":"","url":"#","full_width":true,"_sow_form_id":"5a1fe0ff1d2d8","_sow_form_timestamp":"1512038833348","new_window":false,"bound":false},"args":{"before_widget":"<div id=\\"panel-w5a20b57352881-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;id&quot;:&quot;&quot;,&quot;class&quot;:&quot;&quot;,&quot;widget_css&quot;:&quot;&quot;,&quot;mobile_css&quot;:&quot;&quot;,&quot;padding&quot;:&quot;&quot;,&quot;mobile_padding&quot;:&quot;&quot;,&quot;background&quot;:&quot;&quot;,&quot;background_image_attachment&quot;:&quot;0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;border_color&quot;:&quot;&quot;,&quot;font_color&quot;:&quot;&quot;,&quot;link_color&quot;:&quot;&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-w5a20b57352881-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h3>Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS</h3>\n<br /><br /></div>\n</div></div></div></div></div></div></div></div></div>','Trendy, Not Spendy','','inherit','closed','closed','','31-revision-v1','','','2017-12-01 01:50:43','2017-12-01 01:50:43','',31,'http://spectaclesfree.com/2017/12/01/31-revision-v1/',0,'revision','',0),(312,1,'2017-12-01 01:50:43','2017-12-01 01:50:43','<div id=\"pl-31\" class=\"panel-layout\" ><div id=\"pg-31-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-31-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-31-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a20b5735768b\" class=\"panel-layout\" ><div id=\"pg-w5a20b5735768b-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a20b5735768b-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a20b5735768b-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":11,"image_fallback":"","size":"full","align":"default","title":"","title_position":"hidden","alt":"","url":"#","full_width":true,"_sow_form_id":"5a1fe0ff1d2d8","_sow_form_timestamp":"1512038833348","new_window":false,"bound":false},"args":{"before_widget":"<div id=\\"panel-w5a20b5735768b-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;id&quot;:&quot;&quot;,&quot;class&quot;:&quot;&quot;,&quot;widget_css&quot;:&quot;&quot;,&quot;mobile_css&quot;:&quot;&quot;,&quot;padding&quot;:&quot;&quot;,&quot;mobile_padding&quot;:&quot;&quot;,&quot;background&quot;:&quot;&quot;,&quot;background_image_attachment&quot;:&quot;0&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;border_color&quot;:&quot;&quot;,&quot;font_color&quot;:&quot;&quot;,&quot;link_color&quot;:&quot;&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-w5a20b5735768b-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h3>Top Sellers Free shipping & BEST PRICE GUARANTEE FOR ALL PRODUCTS</h3>\n<br /><br /></div>\n</div></div></div></div></div></div></div></div></div>','Trendy, Not Spendy','','inherit','closed','closed','','31-revision-v1','','','2017-12-01 01:50:43','2017-12-01 01:50:43','',31,'http://spectaclesfree.com/2017/12/01/31-revision-v1/',0,'revision','',0),(313,1,'2017-12-01 01:51:22','2017-12-01 01:51:22','','Shop','','publish','closed','closed','','shop','','','2017-12-01 05:47:49','2017-12-01 05:47:49','',0,'http://spectaclesfree.com/?p=313',2,'nav_menu_item','',0),(315,1,'2017-12-01 02:40:45','2017-12-01 02:40:45','\n.widget-menu li {\n \n font-weight: 600;\n \n font-family: \'Montserrat\', sans-serif;\n}\n.clear {\n \n color: rgb(230, 21, 160);\n}\na {\n color: rgb(0, 0, 0);\n \n}\n.widget h3 {\n \n color: rgb(230, 21, 160);}\nh1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {\n \n color: rgb(230, 21, 160);\n}\n.fa-2x {\n \n color: rgb(230, 21, 160);\n}\n.fa-1x {\n \n color: #000000;\n}\n.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {\n color: rgb(230, 21, 160);\n }\n.woocommerce ul.products li.product .onsale, .woocommerce span.onsale, .top-grid-products .onsale, .slider-grid-img .onsale {\n background-color: rgb(230, 21, 160);\n}\n.woocommerce h1.page-title {\n \n color: black;\n}\nbody {\n font-family: Georgia;\n font-size: 14px;\n}\n','kakina','','inherit','closed','closed','','46-revision-v1','','','2017-12-01 02:40:45','2017-12-01 02:40:45','',46,'http://spectaclesfree.com/2017/12/01/46-revision-v1/',0,'revision','',0),(317,1,'2017-12-01 02:41:16','2017-12-01 02:41:16','\n\n.clear {\n \n color: rgb(230, 21, 160);\n}\na {\n color: rgb(0, 0, 0);\n \n}\n.widget h3 {\n \n color: rgb(230, 21, 160);}\nh1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {\n \n color: rgb(230, 21, 160);\n}\n.fa-2x {\n \n color: rgb(230, 21, 160);\n}\n.fa-1x {\n \n color: #000000;\n}\n.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {\n color: rgb(230, 21, 160);\n }\n.woocommerce ul.products li.product .onsale, .woocommerce span.onsale, .top-grid-products .onsale, .slider-grid-img .onsale {\n background-color: rgb(230, 21, 160);\n}\n.woocommerce h1.page-title {\n \n color: black;\n}\nbody {\n font-family: Georgia;\n font-size: 14px;\n}\n','kakina','','inherit','closed','closed','','46-revision-v1','','','2017-12-01 02:41:16','2017-12-01 02:41:16','',46,'http://spectaclesfree.com/2017/12/01/46-revision-v1/',0,'revision','',0),(319,1,'2017-12-01 02:41:37','2017-12-01 02:41:37','\n.widget-menu li {\n \n font-weight: 600;\n \n \n}\n.clear {\n \n color: rgb(230, 21, 160);\n}\na {\n color: rgb(0, 0, 0);\n \n}\n.widget h3 {\n \n color: rgb(230, 21, 160);}\nh1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {\n \n color: rgb(230, 21, 160);\n}\n.fa-2x {\n \n color: rgb(230, 21, 160);\n}\n.fa-1x {\n \n color: #000000;\n}\n.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {\n color: rgb(230, 21, 160);\n }\n.woocommerce ul.products li.product .onsale, .woocommerce span.onsale, .top-grid-products .onsale, .slider-grid-img .onsale {\n background-color: rgb(230, 21, 160);\n}\n.woocommerce h1.page-title {\n \n color: black;\n}\nbody {\n font-family: Georgia;\n font-size: 14px;\n}\n','kakina','','inherit','closed','closed','','46-revision-v1','','','2017-12-01 02:41:37','2017-12-01 02:41:37','',46,'http://spectaclesfree.com/2017/12/01/46-revision-v1/',0,'revision','',0),(321,1,'2017-12-01 02:43:30','2017-12-01 02:43:30','\n.widget-menu li {\n \n font-weight: 600;\n \n }\n.clear {\n \n color: rgb(230, 21, 160);\n}\na {\n color: rgb(0, 0, 0);\n \n}\n.widget h3 {\n \n color: rgb(230, 21, 160);}\nh1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {\n \n color: rgb(230, 21, 160);\n}\n.fa-2x {\n \n color: rgb(230, 21, 160);\n}\n.fa-1x {\n \n color: #000000;\n}\n.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {\n color: rgb(230, 21, 160);\n }\n.woocommerce ul.products li.product .onsale, .woocommerce span.onsale, .top-grid-products .onsale, .slider-grid-img .onsale {\n background-color: rgb(230, 21, 160);\n}\n.woocommerce h1.page-title {\n \n color: black;\n}\nbody {\n font-family: Georgia;\n font-size: 14px;\n}\np {\n \n font-size: 17px;\n}\n','kakina','','inherit','closed','closed','','46-revision-v1','','','2017-12-01 02:43:30','2017-12-01 02:43:30','',46,'http://spectaclesfree.com/2017/12/01/46-revision-v1/',0,'revision','',0),(323,1,'2017-12-01 03:00:57','2017-12-01 03:00:57','','d1','','inherit','open','closed','','d1','','','2017-12-01 03:00:57','2017-12-01 03:00:57','',0,'http://spectaclesfree.com/wp-content/uploads/2017/12/d1.jpg',0,'attachment','image/jpeg',0),(325,1,'2017-12-01 03:15:59','2017-12-01 03:15:59','\n.widget-menu li {\n \n font-weight: 600;\n \n }\n.clear {\n \n color: rgb(230, 21, 160);\n}\na {\n color: rgb(0, 0, 0);\n \n}\n.widget h3 {\n \n color: rgb(230, 21, 160);}\nh1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {\n \n color: rgb(230, 21, 160);\n}\n.fa-2x {\n \n color: rgb(230, 21, 160);\n}\n.fa-1x {\n \n color: #000000;\n}\n.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {\n color: rgb(230, 21, 160);\n }\n.woocommerce ul.products li.product .onsale, .woocommerce span.onsale, .top-grid-products .onsale, .slider-grid-img .onsale {\n background-color: rgb(230, 21, 160);\n}\n.woocommerce h1.page-title {\n \n color: black;\n}\nbody {\n font-family: Georgia;\n font-size: 14px;\n}\np {\n \n font-size: 17px;\n}\ninput, button, select, textarea {\n padding: 6px;\n background-color: #00adef;\n size: b5;\n font-size: 16px;\n color: #ffffff;\n font-weight: 700;\n}\n','kakina','','inherit','closed','closed','','46-revision-v1','','','2017-12-01 03:15:59','2017-12-01 03:15:59','',46,'http://spectaclesfree.com/2017/12/01/46-revision-v1/',0,'revision','',0),(327,1,'2017-12-01 03:16:33','2017-12-01 03:16:33','\n.widget-menu li {\n \n font-weight: 600;\n \n }\n.clear {\n \n color: rgb(230, 21, 160);\n}\na {\n color: rgb(0, 0, 0);\n \n}\n.widget h3 {\n \n color: rgb(230, 21, 160);}\nh1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {\n \n color: rgb(230, 21, 160);\n}\n.fa-2x {\n \n color: rgb(230, 21, 160);\n}\n.fa-1x {\n \n color: #000000;\n}\n.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {\n color: rgb(230, 21, 160);\n }\n.woocommerce ul.products li.product .onsale, .woocommerce span.onsale, .top-grid-products .onsale, .slider-grid-img .onsale {\n background-color: rgb(230, 21, 160);\n}\n.woocommerce h1.page-title {\n \n color: black;\n}\nbody {\n font-family: Georgia;\n font-size: 14px;\n}\np {\n \n font-size: 17px;\n}\nbutton{\n padding: 6px;\n background-color: #00adef;\n size: b5;\n font-size: 16px;\n color: #ffffff;\n font-weight: 700;\n}\n','kakina','','inherit','closed','closed','','46-revision-v1','','','2017-12-01 03:16:33','2017-12-01 03:16:33','',46,'http://spectaclesfree.com/2017/12/01/46-revision-v1/',0,'revision','',0),(329,1,'2017-12-01 03:18:32','2017-12-01 03:18:32','\n.widget-menu li {\n \n font-weight: 600;\n \n }\n.clear {\n \n color: rgb(230, 21, 160);\n}\na {\n color: rgb(0, 0, 0);\n \n}\n.widget h3 {\n \n color: rgb(230, 21, 160);}\nh1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {\n \n color: rgb(230, 21, 160);\n}\n.fa-2x {\n \n color: rgb(230, 21, 160);\n}\n.fa-1x {\n \n color: #000000;\n}\n.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {\n color: rgb(230, 21, 160);\n }\n.woocommerce ul.products li.product .onsale, .woocommerce span.onsale, .top-grid-products .onsale, .slider-grid-img .onsale {\n background-color: rgb(230, 21, 160);\n}\n.woocommerce h1.page-title {\n \n color: black;\n}\nbody {\n font-family: Georgia;\n font-size: 14px;\n}\np {\n \n font-size: 17px;\n}\nbutton{\n padding: 6px;\n background-color: #00adef;\n size: b5;\n font-size: 16px;\n color: #ffffff;\n font-weight: 700;\n\n border-radius: 2.5em;\n }','kakina','','inherit','closed','closed','','46-revision-v1','','','2017-12-01 03:18:32','2017-12-01 03:18:32','',46,'http://spectaclesfree.com/2017/12/01/46-revision-v1/',0,'revision','',0),(330,1,'2017-12-01 03:20:27','2017-12-01 03:20:27','','d2','','inherit','open','closed','','d2','','','2017-12-01 03:20:27','2017-12-01 03:20:27','',0,'http://spectaclesfree.com/wp-content/uploads/2017/12/d2.jpg',0,'attachment','image/jpeg',0),(332,1,'2017-12-01 03:22:35','2017-12-01 03:22:35','\n.widget-menu li {\n \n font-weight: 600;\n \n }\n.clear {\n \n color: rgb(230, 21, 160);\n}\na {\n color: rgb(0, 0, 0);\n \n}\n.widget h3 {\n \n color: rgb(230, 21, 160);}\nh1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {\n \n color: rgb(230, 21, 160);\n}\n.fa-2x {\n \n color: rgb(230, 21, 160);\n}\n.fa-1x {\n \n color: #000000;\n}\n.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {\n color: rgb(230, 21, 160);\n }\n.woocommerce ul.products li.product .onsale, .woocommerce span.onsale, .top-grid-products .onsale, .slider-grid-img .onsale {\n background-color: rgb(230, 21, 160);\n}\n.woocommerce h1.page-title {\n \n color: black;\n}\nbody {\n font-family: Georgia;\n font-size: 14px;\n}\np {\n \n font-size: 17px;\n}\nbutton{\n padding: 6px;\n background-color: #00adef;\n size: b5;\n font-size: 16px;\n color: #ffffff;\n font-weight: 700;\n\n border-radius: 2.5em;\n }\n#content-footer-section {\n background-color: #ffffff;\n \n}','kakina','','inherit','closed','closed','','46-revision-v1','','','2017-12-01 03:22:35','2017-12-01 03:22:35','',46,'http://spectaclesfree.com/2017/12/01/46-revision-v1/',0,'revision','',0),(334,1,'2017-12-01 03:27:20','2017-12-01 03:27:20','','d3','','inherit','open','closed','','d3','','','2017-12-01 03:27:20','2017-12-01 03:27:20','',0,'http://spectaclesfree.com/wp-content/uploads/2017/12/d3.jpg',0,'attachment','image/jpeg',0),(335,1,'2017-12-01 03:39:27','2017-12-01 03:39:27','','d4','','inherit','open','closed','','d4','','','2017-12-01 03:39:27','2017-12-01 03:39:27','',0,'http://spectaclesfree.com/wp-content/uploads/2017/12/d4.jpg',0,'attachment','image/jpeg',0),(336,1,'2017-12-01 03:44:44','2017-12-01 03:44:44','','d5','','inherit','open','closed','','d5','','','2017-12-01 03:44:44','2017-12-01 03:44:44','',0,'http://spectaclesfree.com/wp-content/uploads/2017/12/d5.jpg',0,'attachment','image/jpeg',0),(337,1,'2017-12-01 03:50:46','2017-12-01 03:50:46','','d6','','inherit','open','closed','','d6','','','2017-12-01 03:50:46','2017-12-01 03:50:46','',0,'http://spectaclesfree.com/wp-content/uploads/2017/12/d6.jpg',0,'attachment','image/jpeg',0),(338,1,'2017-12-01 03:53:32','2017-12-01 03:53:32','','d7','','inherit','open','closed','','d7','','','2017-12-01 03:53:32','2017-12-01 03:53:32','',0,'http://spectaclesfree.com/wp-content/uploads/2017/12/d7.jpg',0,'attachment','image/jpeg',0),(339,1,'2017-12-01 03:56:02','2017-12-01 03:56:02','','d8','','inherit','open','closed','','d8','','','2017-12-01 03:56:02','2017-12-01 03:56:02','',0,'http://spectaclesfree.com/wp-content/uploads/2017/12/d8.jpg',0,'attachment','image/jpeg',0),(340,1,'2017-12-01 03:57:51','2017-12-01 03:57:51','','d9','','inherit','open','closed','','d9','','','2017-12-01 03:57:51','2017-12-01 03:57:51','',0,'http://spectaclesfree.com/wp-content/uploads/2017/12/d9.jpg',0,'attachment','image/jpeg',0),(341,1,'2017-12-01 04:00:15','2017-12-01 04:00:15','','d10','','inherit','open','closed','','d10','','','2017-12-01 04:00:15','2017-12-01 04:00:15','',0,'http://spectaclesfree.com/wp-content/uploads/2017/12/d10.jpg',0,'attachment','image/jpeg',0),(342,1,'2017-12-01 04:03:12','2017-12-01 04:03:12','','d11','','inherit','open','closed','','d11','','','2017-12-01 04:03:12','2017-12-01 04:03:12','',0,'http://spectaclesfree.com/wp-content/uploads/2017/12/d11.jpg',0,'attachment','image/jpeg',0),(343,1,'2017-12-01 04:05:45','2017-12-01 04:05:45','','d12','','inherit','open','closed','','d12','','','2017-12-01 04:05:45','2017-12-01 04:05:45','',0,'http://spectaclesfree.com/wp-content/uploads/2017/12/d12.jpg',0,'attachment','image/jpeg',0),(344,1,'2017-12-01 04:08:00','2017-12-01 04:08:00','','d111','','inherit','open','closed','','d111','','','2017-12-01 04:08:00','2017-12-01 04:08:00','',0,'http://spectaclesfree.com/wp-content/uploads/2017/12/d111.jpg',0,'attachment','image/jpeg',0),(345,1,'2017-12-01 04:13:25','2017-12-01 04:13:25','<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\"]\n1\nspectacles \"[Contact Details]\"\n[your-name] <contact@spectaclesfree.com>\ncontact@spectaclesfree.com\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on spectacles (http://spectaclesfree.com)\nReply-To: [your-email]\n\n\n\n1\nspectacles \"[Contact Details]\"\nspectacles <contact@spectaclesfree.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 spectacles (http://spectaclesfree.com)\nReply-To: contact@spectaclesfree.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 1','','publish','closed','closed','','contact-form-1','','','2017-12-01 07:08:19','2017-12-01 07:08:19','',0,'http://spectaclesfree.com/?post_type=wpcf7_contact_form&p=345',0,'wpcf7_contact_form','',0),(346,1,'2017-12-01 04:13:47','2017-12-01 04:13:47','<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>I Am (required)\r\n[checkbox* your-country use_label_element \"Women\" \"Men\"]\r\n</label>\r\n<label>\r\nSelect Age\r\n[select your-ghkdsjdf multiple \"Below 18\" \"Above 18\" \"Above 30\"]\r\n</label>\r\n[submit \"Subscribe\"]\n1\nspectacles \"[your-subject]\"\n[your-name] <contact@spectaclesfree.com>\ncontact@spectaclesfree.com\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a subscribe form on spectacles (http://spectaclesfree.com)\nReply-To: [your-email]\n\n\n\n1\nspectacles \"[your-subject]\"\nspectacles <contact@spectaclesfree.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a subscribe form on spectacles (http://spectaclesfree.com)\r\n\r\n\r\nthanks for subscribing us\r\nby spectaclesfree.com\nReply-To: contact@spectaclesfree.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.','Subscribe','','publish','closed','closed','','subscribe','','','2017-12-01 07:18:26','2017-12-01 07:18:26','',0,'http://spectaclesfree.com/?post_type=wpcf7_contact_form&p=346',0,'wpcf7_contact_form','',0),(347,1,'2017-12-01 04:14:33','2017-12-01 04:14:33','<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\r\n\r\n[submit \"Unsubscribe\"]\n1\nspectacles \"[your-subject]\"\n[your-name] <contact@spectaclesfree.com>\ncontact@spectaclesfree.com\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on spectacles (http://spectaclesfree.com)\nReply-To: [your-email]\n\n\n\n\nspectacles \"[your-subject]\"\nspectacles <contact@spectaclesfree.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 spectacles (http://spectaclesfree.com)\nReply-To: contact@spectaclesfree.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.','Unsubscribe','','publish','closed','closed','','unsubscribe','','','2017-12-01 04:14:33','2017-12-01 04:14:33','',0,'http://spectaclesfree.com/?post_type=wpcf7_contact_form&p=347',0,'wpcf7_contact_form','',0),(348,1,'2017-12-01 04:15:39','2017-12-01 04:15:39','<div id=\"pl-348\" class=\"panel-layout\" ><div id=\"pg-348-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-348-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-348-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a210fd429133\" class=\"panel-layout\" ><div id=\"pg-w5a210fd429133-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a210fd429133-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-w5a210fd429133-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">You've got questions We've got answers</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>[contact-form-7 id=\"345\" title=\"Contact form 1\"]</p></div>\n</div></div></div><div id=\"pgc-w5a210fd429133-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-w5a210fd429133-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"1\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><strong>Address:</strong> 3645 Peachtree Industrial Blvd, Duluth, GA 30096, USA</p>\n<p><strong>Phone:</strong> 770-623-2784</p>\n<p><strong>Email:</strong> contact@spectaclesfree.com</p></div>\n</div></div><div id=\"panel-w5a210fd429133-0-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3307.822824177004!2d-84.17032394854382!3d33.99708438052592!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88f5a21442682d47%3A0x875329028829d99a!2s3645+Peachtree+Industrial+Blvd%2C+Duluth%2C+GA+30096%2C+USA!5e0!3m2!1sen!2sin!4v1512114013330\" width=\"600\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></div>\n</div></div></div></div></div></div></div></div></div>','Contact','','publish','closed','closed','','contact','','','2017-12-01 08:16:20','2017-12-01 08:16:20','',0,'http://spectaclesfree.com/?page_id=348',0,'page','',0),(349,1,'2017-12-01 04:15:39','2017-12-01 04:15:39','[contact-form-7 id=\"345\" title=\"Contact form 1\"]','','','publish','closed','closed','','349','','','2017-12-01 08:25:35','2017-12-01 08:25:35','',0,'http://spectaclesfree.com/2017/12/01/349/',9,'nav_menu_item','',0),(350,1,'2017-12-01 04:15:39','2017-12-01 04:15:39','<div id=\"pl-350\" class=\"panel-layout\" ><div id=\"pg-350-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-350-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-350-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a20d76b47cc6\" class=\"panel-layout\" ><div id=\"pg-w5a20d76b47cc6-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a20d76b47cc6-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a20d76b47cc6-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>[contact-form-7 id=\"345\" title=\"Contact form 1\"]</p></div>\n</div></div></div></div></div></div></div></div></div>','Contact','','inherit','closed','closed','','348-revision-v1','','','2017-12-01 04:15:39','2017-12-01 04:15:39','',348,'http://spectaclesfree.com/2017/12/01/348-revision-v1/',0,'revision','',0),(351,1,'2017-12-01 04:15:39','2017-12-01 04:15:39','<div id=\"pl-348\" class=\"panel-layout\" ><div id=\"pg-348-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-348-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-348-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a20d76b4c15e\" class=\"panel-layout\" ><div id=\"pg-w5a20d76b4c15e-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a20d76b4c15e-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a20d76b4c15e-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>[contact-form-7 id=\"345\" title=\"Contact form 1\"]</p></div>\n</div></div></div></div></div></div></div></div></div>','Contact','','inherit','closed','closed','','348-revision-v1','','','2017-12-01 04:15:39','2017-12-01 04:15:39','',348,'http://spectaclesfree.com/2017/12/01/348-revision-v1/',0,'revision','',0),(352,1,'2017-12-01 04:16:26','2017-12-01 04:16:26','<div id=\"pl-352\" class=\"panel-layout\" ><div id=\"pg-352-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-352-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-352-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a210717cc56f\" class=\"panel-layout\" ><div id=\"pg-w5a210717cc56f-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a210717cc56f-0-0\" class=\"panel-grid-cell panel-grid-cell-empty\" data-weight=\"0.040645161290318\" ></div><div id=\"pgc-w5a210717cc56f-0-1\" class=\"panel-grid-cell\" data-weight=\"0.95935483870968\" ><div id=\"panel-w5a210717cc56f-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h2>Want To Stop Geting Email From Offers</h2>\n<p>We can help you unsubscribe form their newsletter so you won\'t get email from contact@spectaclesfree.com anymore.</p>\n[contact-form-7 id=\"347\" title=\"Unsubscribe\"]</div>\n</div></div></div></div></div></div></div></div></div>','Unsubscribe','','publish','closed','closed','','unsubscribe','','','2017-12-01 07:39:03','2017-12-01 07:39:03','',0,'http://spectaclesfree.com/?page_id=352',0,'page','',0),(354,1,'2017-12-01 04:16:26','2017-12-01 04:16:26','<div id=\"pl-354\" class=\"panel-layout\" ><div id=\"pg-354-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-354-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-354-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a20d79a8824e\" class=\"panel-layout\" ><div id=\"pg-w5a20d79a8824e-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a20d79a8824e-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a20d79a8824e-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>[contact-form-7 id=\"347\" title=\"Unsubscribe\"]</p></div>\n</div></div></div></div></div></div></div></div></div>','Unsubscribe','','inherit','closed','closed','','352-revision-v1','','','2017-12-01 04:16:26','2017-12-01 04:16:26','',352,'http://spectaclesfree.com/2017/12/01/352-revision-v1/',0,'revision','',0),(355,1,'2017-12-01 04:16:26','2017-12-01 04:16:26','<div id=\"pl-352\" class=\"panel-layout\" ><div id=\"pg-352-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-352-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-352-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a20d79a8b3bf\" class=\"panel-layout\" ><div id=\"pg-w5a20d79a8b3bf-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a20d79a8b3bf-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a20d79a8b3bf-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>[contact-form-7 id=\"347\" title=\"Unsubscribe\"]</p></div>\n</div></div></div></div></div></div></div></div></div>','Unsubscribe','','inherit','closed','closed','','352-revision-v1','','','2017-12-01 04:16:26','2017-12-01 04:16:26','',352,'http://spectaclesfree.com/2017/12/01/352-revision-v1/',0,'revision','',0),(356,1,'2017-12-01 04:18:47','2017-12-01 04:18:47','<div id=\"pl-356\" class=\"panel-layout\" ><div id=\"pg-356-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-356-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-356-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a2105255f99b\" class=\"panel-layout\" ><div id=\"pg-w5a2105255f99b-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a2105255f99b-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-w5a2105255f99b-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h2>Joining Our Mailing List For Exclusive Offers and Crazy Deals</h2>\n[contact-form-7 id=\"346\" title=\"Subscribe\"]</div>\n</div></div></div><div id=\"pgc-w5a2105255f99b-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-w5a2105255f99b-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><img class=\"size-medium wp-image-379 aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/12/newsletter-295x300.png\" alt=\"\" width=\"295\" height=\"300\" /></p></div>\n</div></div></div></div></div></div></div></div></div>','Subscribe','','publish','closed','closed','','subscribe','','','2017-12-01 07:30:45','2017-12-01 07:30:45','',0,'http://spectaclesfree.com/?page_id=356',0,'page','',0),(358,1,'2017-12-01 04:18:47','2017-12-01 04:18:47','<div id=\"pl-358\" class=\"panel-layout\" ><div id=\"pg-358-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-358-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-358-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a20d8280b6dd\" class=\"panel-layout\" ><div id=\"pg-w5a20d8280b6dd-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a20d8280b6dd-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a20d8280b6dd-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>[contact-form-7 id=\"346\" title=\"Subscribe\"]</p></div>\n</div></div></div></div></div></div></div></div></div>','Subscribe','','inherit','closed','closed','','356-revision-v1','','','2017-12-01 04:18:48','2017-12-01 04:18:48','',356,'http://spectaclesfree.com/2017/12/01/356-revision-v1/',0,'revision','',0),(359,1,'2017-12-01 04:18:48','2017-12-01 04:18:48','<div id=\"pl-356\" class=\"panel-layout\" ><div id=\"pg-356-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-356-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-356-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a20d8280eda5\" class=\"panel-layout\" ><div id=\"pg-w5a20d8280eda5-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a20d8280eda5-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a20d8280eda5-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>[contact-form-7 id=\"346\" title=\"Subscribe\"]</p></div>\n</div></div></div></div></div></div></div></div></div>','Subscribe','','inherit','closed','closed','','356-revision-v1','','','2017-12-01 04:18:48','2017-12-01 04:18:48','',356,'http://spectaclesfree.com/2017/12/01/356-revision-v1/',0,'revision','',0),(360,1,'2017-12-01 05:01:27','2017-12-01 05:01:27','<div id=\"pl-360\" class=\"panel-layout\" ><div id=\"pg-360-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-360-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-360-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a20e227b0f45\" class=\"panel-layout\" ><div id=\"pg-w5a20e227b0f45-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a20e227b0f45-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a20e227b0f45-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>What information do we collect?</h4>\n<p align=\"justify\">We collect information from you when you register on our site, place an order, subscribe to our newsletter, or fill out a form. When ordering or registering on our site, as appropriate, you may be asked to enter your name, e-mail address, mailing address, phone number or credit card information.</p>\n<h4>How do we use the information gathered?</h4>\n<p align=\"justify\">Any of the information we collect from you may be used in one of the following ways:</p>\n<p align=\"justify\">To process transactions. Your information, whether public or private, will not be sold, exchanged, transferred, or given to any other company for any reason other than for the express purpose of delivering the purchased product or service requested.</p>\n<p align=\"justify\">To send periodic e-mails. The e-mail address you provide for order processing may be used to send you information and updates pertaining to your order, in addition to receiving occasional spectaclesfree Eyewear news, updates, promotions, related product information, etc. If at any time you would like to unsubscribe from receiving future e-mails, we include detailed unsubscribe instructions at the bottom of each e-mail.</p>\n<h4>How do we protect your information?</h4>\n<p align=\"justify\">We implement security measures that meet or exceed current federal standards to protect the safety of your personal information when you place an order or submit your personal information on our website, but please be aware that no system of transmitting data over the internet can be guaranteed as 100% secure. We process orders via Spree Commerce which allows us to use the information collected for the purposes of product provision, billing, identification and authentication, service improvement, contact, and research.</p>\n<h4>How are cookies used?</h4>\n<p align=\"justify\">Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your web browser (if you allow) that enables the site\'s or service provider\'s systems to recognize your browser and retain certain information. We use cookies to understand and save your preferences for future visits and compile aggregate data about the site traffic and site interaction so we may better offer site experiences and tools in the future. We may contract with third-party service providers to assist us in better serving our site visitors.</p>\n<h4>Do we disclose information to outside parties?</h4>\n<p align=\"justify\">We do not sell, trade, or otherwise transfer your personally identifiable information to outside parties. However, this does not include trusted third parties who assist us in operating our website, conducting our business, or providing service to our customers, so long as those parties agree to keep this information confidential. We may also release your information when we believe release is appropriate to comply with the law, enforce our site policies, or protect the rights, property, or safety of ourselves or others. Non-personally identifiable visitor information may be provided to other parties for marketing, advertising, or other uses.</p>\n<h4>Third-party Links</h4>\n<p align=\"justify\">Occasionally, we may include links to third-party sites on our website. These sites have separate and independent privacy policies and we therefore hold no responsibility or liability for the content and activity of these linked sites.</p>\n<h4>Privacy Policy</h4>\n<p align=\"justify\">This online privacy policy applies only to information collected through our website and not to information provided offline. By using our site, you consent to our website\'s privacy policy. We reserve the right to make changes to this policy at any time, in which instance such changes will be reflected on this page. It is the responsibility of the site visitor to review the current privacy policy on the date of site engagement.</p></div>\n</div></div></div></div></div></div></div></div></div>','Privacy Policy','','publish','closed','closed','','privacy-policy','','','2017-12-01 05:01:27','2017-12-01 05:01:27','',0,'http://spectaclesfree.com/?page_id=360',0,'page','',0),(362,1,'2017-12-01 05:01:27','2017-12-01 05:01:27','<div id=\"pl-362\" class=\"panel-layout\" ><div id=\"pg-362-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-362-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-362-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a20e227ad533\" class=\"panel-layout\" ><div id=\"pg-w5a20e227ad533-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a20e227ad533-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a20e227ad533-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>What information do we collect?</h4>\n<p align=\"justify\">We collect information from you when you register on our site, place an order, subscribe to our newsletter, or fill out a form. When ordering or registering on our site, as appropriate, you may be asked to enter your name, e-mail address, mailing address, phone number or credit card information.</p>\n<h4>How do we use the information gathered?</h4>\n<p align=\"justify\">Any of the information we collect from you may be used in one of the following ways:</p>\n<p align=\"justify\">To process transactions. Your information, whether public or private, will not be sold, exchanged, transferred, or given to any other company for any reason other than for the express purpose of delivering the purchased product or service requested.</p>\n<p align=\"justify\">To send periodic e-mails. The e-mail address you provide for order processing may be used to send you information and updates pertaining to your order, in addition to receiving occasional spectaclesfree Eyewear news, updates, promotions, related product information, etc. If at any time you would like to unsubscribe from receiving future e-mails, we include detailed unsubscribe instructions at the bottom of each e-mail.</p>\n<h4>How do we protect your information?</h4>\n<p align=\"justify\">We implement security measures that meet or exceed current federal standards to protect the safety of your personal information when you place an order or submit your personal information on our website, but please be aware that no system of transmitting data over the internet can be guaranteed as 100% secure. We process orders via Spree Commerce which allows us to use the information collected for the purposes of product provision, billing, identification and authentication, service improvement, contact, and research.</p>\n<h4>How are cookies used?</h4>\n<p align=\"justify\">Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your web browser (if you allow) that enables the site\'s or service provider\'s systems to recognize your browser and retain certain information. We use cookies to understand and save your preferences for future visits and compile aggregate data about the site traffic and site interaction so we may better offer site experiences and tools in the future. We may contract with third-party service providers to assist us in better serving our site visitors.</p>\n<h4>Do we disclose information to outside parties?</h4>\n<p align=\"justify\">We do not sell, trade, or otherwise transfer your personally identifiable information to outside parties. However, this does not include trusted third parties who assist us in operating our website, conducting our business, or providing service to our customers, so long as those parties agree to keep this information confidential. We may also release your information when we believe release is appropriate to comply with the law, enforce our site policies, or protect the rights, property, or safety of ourselves or others. Non-personally identifiable visitor information may be provided to other parties for marketing, advertising, or other uses.</p>\n<h4>Third-party Links</h4>\n<p align=\"justify\">Occasionally, we may include links to third-party sites on our website. These sites have separate and independent privacy policies and we therefore hold no responsibility or liability for the content and activity of these linked sites.</p>\n<h4>Privacy Policy</h4>\n<p align=\"justify\">This online privacy policy applies only to information collected through our website and not to information provided offline. By using our site, you consent to our website\'s privacy policy. We reserve the right to make changes to this policy at any time, in which instance such changes will be reflected on this page. It is the responsibility of the site visitor to review the current privacy policy on the date of site engagement.</p></div>\n</div></div></div></div></div></div></div></div></div>','Privacy Policy','','inherit','closed','closed','','360-revision-v1','','','2017-12-01 05:01:27','2017-12-01 05:01:27','',360,'http://spectaclesfree.com/2017/12/01/360-revision-v1/',0,'revision','',0),(363,1,'2017-12-01 05:01:27','2017-12-01 05:01:27','<div id=\"pl-360\" class=\"panel-layout\" ><div id=\"pg-360-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-360-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-360-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a20e227b0f45\" class=\"panel-layout\" ><div id=\"pg-w5a20e227b0f45-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a20e227b0f45-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a20e227b0f45-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>What information do we collect?</h4>\n<p align=\"justify\">We collect information from you when you register on our site, place an order, subscribe to our newsletter, or fill out a form. When ordering or registering on our site, as appropriate, you may be asked to enter your name, e-mail address, mailing address, phone number or credit card information.</p>\n<h4>How do we use the information gathered?</h4>\n<p align=\"justify\">Any of the information we collect from you may be used in one of the following ways:</p>\n<p align=\"justify\">To process transactions. Your information, whether public or private, will not be sold, exchanged, transferred, or given to any other company for any reason other than for the express purpose of delivering the purchased product or service requested.</p>\n<p align=\"justify\">To send periodic e-mails. The e-mail address you provide for order processing may be used to send you information and updates pertaining to your order, in addition to receiving occasional spectaclesfree Eyewear news, updates, promotions, related product information, etc. If at any time you would like to unsubscribe from receiving future e-mails, we include detailed unsubscribe instructions at the bottom of each e-mail.</p>\n<h4>How do we protect your information?</h4>\n<p align=\"justify\">We implement security measures that meet or exceed current federal standards to protect the safety of your personal information when you place an order or submit your personal information on our website, but please be aware that no system of transmitting data over the internet can be guaranteed as 100% secure. We process orders via Spree Commerce which allows us to use the information collected for the purposes of product provision, billing, identification and authentication, service improvement, contact, and research.</p>\n<h4>How are cookies used?</h4>\n<p align=\"justify\">Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your web browser (if you allow) that enables the site\'s or service provider\'s systems to recognize your browser and retain certain information. We use cookies to understand and save your preferences for future visits and compile aggregate data about the site traffic and site interaction so we may better offer site experiences and tools in the future. We may contract with third-party service providers to assist us in better serving our site visitors.</p>\n<h4>Do we disclose information to outside parties?</h4>\n<p align=\"justify\">We do not sell, trade, or otherwise transfer your personally identifiable information to outside parties. However, this does not include trusted third parties who assist us in operating our website, conducting our business, or providing service to our customers, so long as those parties agree to keep this information confidential. We may also release your information when we believe release is appropriate to comply with the law, enforce our site policies, or protect the rights, property, or safety of ourselves or others. Non-personally identifiable visitor information may be provided to other parties for marketing, advertising, or other uses.</p>\n<h4>Third-party Links</h4>\n<p align=\"justify\">Occasionally, we may include links to third-party sites on our website. These sites have separate and independent privacy policies and we therefore hold no responsibility or liability for the content and activity of these linked sites.</p>\n<h4>Privacy Policy</h4>\n<p align=\"justify\">This online privacy policy applies only to information collected through our website and not to information provided offline. By using our site, you consent to our website\'s privacy policy. We reserve the right to make changes to this policy at any time, in which instance such changes will be reflected on this page. It is the responsibility of the site visitor to review the current privacy policy on the date of site engagement.</p></div>\n</div></div></div></div></div></div></div></div></div>','Privacy Policy','','inherit','closed','closed','','360-revision-v1','','','2017-12-01 05:01:27','2017-12-01 05:01:27','',360,'http://spectaclesfree.com/2017/12/01/360-revision-v1/',0,'revision','',0),(364,1,'2017-12-01 05:19:43','2017-12-01 05:19:43','<div id=\"pl-364\" class=\"panel-layout\" ><div id=\"pg-364-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-364-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-364-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile"}\" ><div id=\"pl-w5a20e66fe3f63\" class=\"panel-layout\" ><div id=\"pg-w5a20e66fe3f63-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a20e66fe3f63-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a20e66fe3f63-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>OVERVIEW</h4>\n\n<p align=\"justify\">This website is operated by Spectaclesfree Eyewear. Throughout the site, the terms “we”, “us” and “our” refer to Spectaclesfree Eyewear. Spectaclesfree Eyewear offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.</p>\n\n<p align=\"justify\">By visiting our site and/ or purchasing something from us, you engage in our “Service” and agree to be bound by the following terms and conditions (“Terms of Service”, “Terms”), including those additional terms and conditions and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.</p>\n\n<p align=\"justify>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.</p>\n\n<p align=\"justify\">Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.</p>\n\n<h4>SECTION 1 - ONLINE STORE TERMS</h4>\n\n<p align=\"justify\">By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.</p>\n\n<p align=\"justify>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).</p>\n\n<p align=\"justify\">You must not transmit any worms or viruses or any code of a destructive nature.</p>\n\n<p align=\"justify\">A breach or violation of any of the Terms will result in an immediate termination of your Services.</p>\n\n<h4>SECTION 2 - GENERAL CONDITIONS</h4>\n\n<p align=\"justify\">We reserve the right to refuse service to anyone for any reason at any time.</p>\n\n<p align=\"justify\">You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.</p>\n\n<p align=\"justify\">You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.</p>\n\n<p align=\"justify\">The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.</p>\n\n<h4>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION</h4>\n\n<p align=\"justify\">We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.</p>\n\n<p align=\"justify\">This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.</p>\n\n<h4>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES</h4>\n\n<p align=\"justify\">Prices for our products are subject to change without notice.</p>\n\n<p align=\"justify\">We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.</p>\n\n<p align=\"justify\">We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.</p>\n\n<h4>SECTION 5 - PRODUCTS OR SERVICES (if applicable)</h4>\n\n<p align=\"justify\">Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.</p>\n\n<p align=\"justify\">We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.</p>\n\n<p align=\"justify\">We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.</p>\n\n<p align=\"justify\">We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.</p>\n\n<h4>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION</h4>\n\n<p align=\"justify\">We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.</p>\n\n<p align=\"justify\">You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.</p>\n\n<p align=\"justify\">For more detail, please review our Returns Policy.</p>\n\n<h4>SECTION 7 - OPTIONAL TOOLS</h4>\n\n<p align=\"justify\">We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.</p>\n\n<p align=\"justify\">You acknowledge and agree that we provide access to such tools ”as is” and “as available” without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.</p>\n\n<p align=\"justify\">Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).</p>\n\n<p align=\"justify\">We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.</p>\n\n<h4>SECTION 8 - THIRD-PARTY LINKS</h4>\n\n<p align=\"justify\">Certain content, products and services available via our Service may include materials from third-parties.</p>\n\n<p align=\"justify\">Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.</p>\n\n<p align=\"justify\">We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.</p>\n\n<h4>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS</h4>\n\n<p align=\"justify\">If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.</p>\n\n<p align=\"justify\">We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any party’s intellectual property or these Terms of Service.</p>\n\n<p align=\"justify\">You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.</p>\n\n<h4>SECTION 10 - PERSONAL INFORMATION</h4>\n\n<p align=\"justify\">Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.</p>\n\n<h4>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS</h4>\n\n<p align=\"justify\">Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).</p>\n\n<p align=\"justify\">We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.</p>\n\n<h4>SECTION 12 - PROHIBITED USES</h4>\n\n<p align=\"justify\">In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.</p>\n\n<h4>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY</h4>\n\n<p align=\"justify\">We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.</p>\n\n<p align=\"justify\">We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.</p>\n\n<p align=\"justify\">You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.</p>\n\n<p align=\"justify\">You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.</p>\n\n<p align=\"justify\">In no case shall Spectaclesfree Eyewear, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.</p>\n\n<h4>SECTION 14 - INDEMNIFICATION</h4>\n\n<p align=\"justify\">You agree to indemnify, defend and hold harmless Spectaclesfree Eyewear and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneys’ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.</p>\n\n<h4>SECTION 15 - SEVERABILITY</h4>\n\n<p align=\"justify\">In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.</p>\n\n<h4>SECTION 16 - TERMINATION</h4>\n\n<p align=\"justify\">The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.</p>\n\n<p align=\"justify\">These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.</p>\n\n<p align=\"justify\">If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).</p>\n\n<h4>SECTION 17 - ENTIRE AGREEMENT</h4>\n\n<p align=\"justify\">The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.</p>\n\n<p align=\"justify\">These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).</p>\n\n<p align=\"justify\">Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.</p>\n\n<h4>SECTION 18 - GOVERNING LAW</h4>\n\n<p align=\"justify\">These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 729 SE Grant St, Portland, OR, 97214, United States.</p>\n\n<h4>SECTION 19 - CHANGES TO TERMS OF SERVICE</h4>\n\n<p align=\"justify\">You can review the most current version of the Terms of Service at any time at this page.</p>\n\n<p align=\"justify\">We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.</p></div>\n</div></div></div></div></div></div></div></div></div>','Terms and Conditions','','publish','closed','closed','','terms-and-conditions','','','2017-12-01 06:41:50','2017-12-01 06:41:50','',0,'http://spectaclesfree.com/?page_id=364',0,'page','',0),(366,1,'2017-12-01 05:19:43','2017-12-01 05:19:43','<div id=\"pl-366\" class=\"panel-layout\" ><div id=\"pg-366-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-366-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-366-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a20e66fddd2b\" class=\"panel-layout\" ><div id=\"pg-w5a20e66fddd2b-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a20e66fddd2b-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a20e66fddd2b-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>OVERVIEW</h4>\n\n<p align=\"justify\">This website is operated by Spectaclesfree Eyewear. Throughout the site, the terms “we”, “us” and “our” refer to Spectaclesfree Eyewear. Spectaclesfree Eyewear offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.</p>\n\n<p align=\"justify\">By visiting our site and/ or purchasing something from us, you engage in our “Service” and agree to be bound by the following terms and conditions (“Terms of Service”, “Terms”), including those additional terms and conditions and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.</p>\n\n<p align=\"justify>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.</p>\n\n<p align=\"justify\">Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.</p>\n\n<h4>SECTION 1 - ONLINE STORE TERMS</h4>\n\n<p align=\"justify\">By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.</p>\n\n<p align=\"justify>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).</p>\n\n<p align=\"justify\">You must not transmit any worms or viruses or any code of a destructive nature.</p>\n\n<p align=\"justify\">A breach or violation of any of the Terms will result in an immediate termination of your Services.</p>\n\n<h4>SECTION 2 - GENERAL CONDITIONS</h4>\n\n<p align=\"justify\">We reserve the right to refuse service to anyone for any reason at any time.</p>\n\n<p align=\"justify\">You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.</p>\n\n<p align=\"justify\">You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.</p>\n\n<p align=\"justify\">The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.</p>\n\n<h4>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION</h4>\n\n<p align=\"justify\">We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.</p>\n\n<p align=\"justify\">This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.</p>\n\n<h4>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES</h4>\n\n<p align=\"justify\">Prices for our products are subject to change without notice.</p>\n\n<p align=\"justify\">We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.</p>\n\n<p align=\"justify\">We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.</p>\n\n<h4>SECTION 5 - PRODUCTS OR SERVICES (if applicable)</h4>\n\n<p align=\"justify\">Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.</p>\n\n<p align=\"justify\">We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.</p>\n\n<p align=\"justify\">We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.</p>\n\n<p align=\"justify\">We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.</p>\n\n<h4>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION</h4>\n\n<p align=\"justify\">We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.</p>\n\n<p align=\"justify\">You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.</p>\n\n<p align=\"justify\">For more detail, please review our Returns Policy.</p>\n\n<h4>SECTION 7 - OPTIONAL TOOLS</h4>\n\n<p align=\"justify\">We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.</p>\n\n<p align=\"justify\">You acknowledge and agree that we provide access to such tools ”as is” and “as available” without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.</p>\n\n<p align=\"justify\">Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).</p>\n\n<p align=\"justify\">We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.</p>\n\n<h4>SECTION 8 - THIRD-PARTY LINKS</h4>\n\n<p align=\"justify\">Certain content, products and services available via our Service may include materials from third-parties.</p>\n\n<p align=\"justify\">Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.</p>\n\n<p align=\"justify\">We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.</p>\n\n<h4>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS</h4>\n\n<p align=\"justify\">If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.</p>\n\n<p align=\"justify\">We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any party’s intellectual property or these Terms of Service.</p>\n\n<p align=\"justify\">You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.</p>\n\n<h4>SECTION 10 - PERSONAL INFORMATION</h4>\n\n<p align=\"justify\">Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.</p>\n\n<h4>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS</h4>\n\n<p align=\"justify\">Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).</p>\n\n<p align=\"justify\">We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.</p>\n\n<h4>SECTION 12 - PROHIBITED USES</h4>\n\n<p align=\"justify\">In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.</p>\n\n<h4>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY</h4>\n\n<p align=\"justify\">We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.</p>\n\n<p align=\"justify\">We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.</p>\n\n<p align=\"justify\">You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.</p>\n\n<p align=\"justify\">You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.</p>\n\n<p align=\"justify\">In no case shall Spectaclesfree Eyewear, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.</p>\n\n<h4>SECTION 14 - INDEMNIFICATION</h4>\n\n<p align=\"justify\">You agree to indemnify, defend and hold harmless Spectaclesfree Eyewear and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneys’ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.</p>\n\n<h4>SECTION 15 - SEVERABILITY</h4>\n\n<p align=\"justify\">In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.</p>\n\n<h4>SECTION 16 - TERMINATION</h4>\n\n<p align=\"justify\">The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.</p>\n\n<p align=\"justify\">These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.</p>\n\n<p align=\"justify\">If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).</p>\n\n<h4>SECTION 17 - ENTIRE AGREEMENT</h4>\n\n<p align=\"justify\">The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.</p>\n\n<p align=\"justify\">These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).</p>\n\n<p align=\"justify\">Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.</p>\n\n<h4>SECTION 18 - GOVERNING LAW</h4>\n\n<p align=\"justify\">These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 729 SE Grant St, Portland, OR, 97214, United States.</p>\n\n<h4>SECTION 19 - CHANGES TO TERMS OF SERVICE</h4>\n\n<p align=\"justify\">You can review the most current version of the Terms of Service at any time at this page.</p>\n\n<p align=\"justify\">We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.</p></div>\n</div></div></div></div></div></div></div></div></div>','Terms and Conditions','','inherit','closed','closed','','364-revision-v1','','','2017-12-01 05:19:43','2017-12-01 05:19:43','',364,'http://spectaclesfree.com/2017/12/01/364-revision-v1/',0,'revision','',0),(367,1,'2017-12-01 05:19:43','2017-12-01 05:19:43','<div id=\"pl-364\" class=\"panel-layout\" ><div id=\"pg-364-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-364-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-364-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a20e66fe3f63\" class=\"panel-layout\" ><div id=\"pg-w5a20e66fe3f63-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a20e66fe3f63-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a20e66fe3f63-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>OVERVIEW</h4>\n\n<p align=\"justify\">This website is operated by Spectaclesfree Eyewear. Throughout the site, the terms “we”, “us” and “our” refer to Spectaclesfree Eyewear. Spectaclesfree Eyewear offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.</p>\n\n<p align=\"justify\">By visiting our site and/ or purchasing something from us, you engage in our “Service” and agree to be bound by the following terms and conditions (“Terms of Service”, “Terms”), including those additional terms and conditions and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.</p>\n\n<p align=\"justify>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.</p>\n\n<p align=\"justify\">Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.</p>\n\n<h4>SECTION 1 - ONLINE STORE TERMS</h4>\n\n<p align=\"justify\">By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.</p>\n\n<p align=\"justify>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).</p>\n\n<p align=\"justify\">You must not transmit any worms or viruses or any code of a destructive nature.</p>\n\n<p align=\"justify\">A breach or violation of any of the Terms will result in an immediate termination of your Services.</p>\n\n<h4>SECTION 2 - GENERAL CONDITIONS</h4>\n\n<p align=\"justify\">We reserve the right to refuse service to anyone for any reason at any time.</p>\n\n<p align=\"justify\">You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.</p>\n\n<p align=\"justify\">You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.</p>\n\n<p align=\"justify\">The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.</p>\n\n<h4>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION</h4>\n\n<p align=\"justify\">We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.</p>\n\n<p align=\"justify\">This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.</p>\n\n<h4>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES</h4>\n\n<p align=\"justify\">Prices for our products are subject to change without notice.</p>\n\n<p align=\"justify\">We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.</p>\n\n<p align=\"justify\">We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.</p>\n\n<h4>SECTION 5 - PRODUCTS OR SERVICES (if applicable)</h4>\n\n<p align=\"justify\">Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.</p>\n\n<p align=\"justify\">We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.</p>\n\n<p align=\"justify\">We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.</p>\n\n<p align=\"justify\">We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.</p>\n\n<h4>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION</h4>\n\n<p align=\"justify\">We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.</p>\n\n<p align=\"justify\">You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.</p>\n\n<p align=\"justify\">For more detail, please review our Returns Policy.</p>\n\n<h4>SECTION 7 - OPTIONAL TOOLS</h4>\n\n<p align=\"justify\">We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.</p>\n\n<p align=\"justify\">You acknowledge and agree that we provide access to such tools ”as is” and “as available” without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.</p>\n\n<p align=\"justify\">Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).</p>\n\n<p align=\"justify\">We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.</p>\n\n<h4>SECTION 8 - THIRD-PARTY LINKS</h4>\n\n<p align=\"justify\">Certain content, products and services available via our Service may include materials from third-parties.</p>\n\n<p align=\"justify\">Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.</p>\n\n<p align=\"justify\">We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.</p>\n\n<h4>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS</h4>\n\n<p align=\"justify\">If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.</p>\n\n<p align=\"justify\">We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any party’s intellectual property or these Terms of Service.</p>\n\n<p align=\"justify\">You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.</p>\n\n<h4>SECTION 10 - PERSONAL INFORMATION</h4>\n\n<p align=\"justify\">Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.</p>\n\n<h4>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS</h4>\n\n<p align=\"justify\">Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).</p>\n\n<p align=\"justify\">We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.</p>\n\n<h4>SECTION 12 - PROHIBITED USES</h4>\n\n<p align=\"justify\">In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.</p>\n\n<h4>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY</h4>\n\n<p align=\"justify\">We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.</p>\n\n<p align=\"justify\">We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.</p>\n\n<p align=\"justify\">You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.</p>\n\n<p align=\"justify\">You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.</p>\n\n<p align=\"justify\">In no case shall Spectaclesfree Eyewear, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.</p>\n\n<h4>SECTION 14 - INDEMNIFICATION</h4>\n\n<p align=\"justify\">You agree to indemnify, defend and hold harmless Spectaclesfree Eyewear and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneys’ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.</p>\n\n<h4>SECTION 15 - SEVERABILITY</h4>\n\n<p align=\"justify\">In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.</p>\n\n<h4>SECTION 16 - TERMINATION</h4>\n\n<p align=\"justify\">The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.</p>\n\n<p align=\"justify\">These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.</p>\n\n<p align=\"justify\">If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).</p>\n\n<h4>SECTION 17 - ENTIRE AGREEMENT</h4>\n\n<p align=\"justify\">The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.</p>\n\n<p align=\"justify\">These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).</p>\n\n<p align=\"justify\">Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.</p>\n\n<h4>SECTION 18 - GOVERNING LAW</h4>\n\n<p align=\"justify\">These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 729 SE Grant St, Portland, OR, 97214, United States.</p>\n\n<h4>SECTION 19 - CHANGES TO TERMS OF SERVICE</h4>\n\n<p align=\"justify\">You can review the most current version of the Terms of Service at any time at this page.</p>\n\n<p align=\"justify\">We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.</p></div>\n</div></div></div></div></div></div></div></div></div>','Terms and Conditions','','inherit','closed','closed','','364-revision-v1','','','2017-12-01 05:19:43','2017-12-01 05:19:43','',364,'http://spectaclesfree.com/2017/12/01/364-revision-v1/',0,'revision','',0),(371,1,'2017-12-01 05:47:12','2017-12-01 05:47:12',' ','','','publish','closed','closed','','371','','','2017-12-01 05:47:49','2017-12-01 05:47:49','',0,'http://spectaclesfree.com/?p=371',4,'nav_menu_item','',0),(372,1,'2017-12-01 05:47:12','2017-12-01 05:47:12',' ','','','publish','closed','closed','','372','','','2017-12-01 05:47:49','2017-12-01 05:47:49','',0,'http://spectaclesfree.com/?p=372',3,'nav_menu_item','',0),(375,1,'2017-12-01 05:54:37','2017-12-01 05:54:37','\n.widget-menu li {\n \n font-weight: 600;\n \n }\n.clear {\n \n color: rgb(230, 21, 160);\n}\na {\n color: rgb(0, 0, 0);\n \n}\n.widget h3 {\n \n color: rgb(230, 21, 160);}\nh1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {\n \n color: rgb(230, 21, 160);\n}\n.fa-2x {\n \n color: rgb(230, 21, 160);\n}\n.fa-1x {\n \n color: #000000;\n}\n.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {\n color: rgb(230, 21, 160);\n }\n.woocommerce ul.products li.product .onsale, .woocommerce span.onsale, .top-grid-products .onsale, .slider-grid-img .onsale {\n background-color: rgb(230, 21, 160);\n}\n.woocommerce h1.page-title {\n \n color: black;\n}\nbody {\n font-family: Georgia;\n font-size: 14px;\n}\np {\n \n font-size: 17px;\n}\nbutton{\n padding: 6px;\n background-color: #00adef;\n size: b5;\n font-size: 16px;\n color: #ffffff;\n font-weight: 700;\n\n border-radius: 2.5em;\n }\n#content-footer-section {\n background-color: #ffffff;\n \n}\nbutton, html input[type=\"button\"], input[type=\"reset\"], input[type=\"submit\"] {\n -webkit-appearance: button;\n cursor: pointer;\n background: #00ADEF;\n font-size: 16px;\n height: 35px;\n line-height: 35px;\n display: block;\n padding: 0 10px;\n margin: 0;\n position: absolute;\n color: #fff;\n \n border-radius: 20px !important;\n opacity: 1;\n}','kakina','','inherit','closed','closed','','46-revision-v1','','','2017-12-01 05:54:37','2017-12-01 05:54:37','',46,'http://spectaclesfree.com/2017/12/01/46-revision-v1/',0,'revision','',0),(376,1,'2017-12-01 06:41:50','2017-12-01 06:41:50','<div id=\"pl-364\" class=\"panel-layout\" ><div id=\"pg-364-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-364-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-364-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile"}\" ><div id=\"pl-w5a20e66fe3f63\" class=\"panel-layout\" ><div id=\"pg-w5a20e66fe3f63-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a20e66fe3f63-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a20e66fe3f63-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h4>OVERVIEW</h4>\n\n<p align=\"justify\">This website is operated by Spectaclesfree Eyewear. Throughout the site, the terms “we”, “us” and “our” refer to Spectaclesfree Eyewear. Spectaclesfree Eyewear offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.</p>\n\n<p align=\"justify\">By visiting our site and/ or purchasing something from us, you engage in our “Service” and agree to be bound by the following terms and conditions (“Terms of Service”, “Terms”), including those additional terms and conditions and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.</p>\n\n<p align=\"justify>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.</p>\n\n<p align=\"justify\">Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.</p>\n\n<h4>SECTION 1 - ONLINE STORE TERMS</h4>\n\n<p align=\"justify\">By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.</p>\n\n<p align=\"justify>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).</p>\n\n<p align=\"justify\">You must not transmit any worms or viruses or any code of a destructive nature.</p>\n\n<p align=\"justify\">A breach or violation of any of the Terms will result in an immediate termination of your Services.</p>\n\n<h4>SECTION 2 - GENERAL CONDITIONS</h4>\n\n<p align=\"justify\">We reserve the right to refuse service to anyone for any reason at any time.</p>\n\n<p align=\"justify\">You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.</p>\n\n<p align=\"justify\">You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.</p>\n\n<p align=\"justify\">The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.</p>\n\n<h4>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION</h4>\n\n<p align=\"justify\">We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.</p>\n\n<p align=\"justify\">This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.</p>\n\n<h4>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES</h4>\n\n<p align=\"justify\">Prices for our products are subject to change without notice.</p>\n\n<p align=\"justify\">We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.</p>\n\n<p align=\"justify\">We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.</p>\n\n<h4>SECTION 5 - PRODUCTS OR SERVICES (if applicable)</h4>\n\n<p align=\"justify\">Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.</p>\n\n<p align=\"justify\">We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.</p>\n\n<p align=\"justify\">We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.</p>\n\n<p align=\"justify\">We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.</p>\n\n<h4>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION</h4>\n\n<p align=\"justify\">We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.</p>\n\n<p align=\"justify\">You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.</p>\n\n<p align=\"justify\">For more detail, please review our Returns Policy.</p>\n\n<h4>SECTION 7 - OPTIONAL TOOLS</h4>\n\n<p align=\"justify\">We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.</p>\n\n<p align=\"justify\">You acknowledge and agree that we provide access to such tools ”as is” and “as available” without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.</p>\n\n<p align=\"justify\">Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).</p>\n\n<p align=\"justify\">We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.</p>\n\n<h4>SECTION 8 - THIRD-PARTY LINKS</h4>\n\n<p align=\"justify\">Certain content, products and services available via our Service may include materials from third-parties.</p>\n\n<p align=\"justify\">Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.</p>\n\n<p align=\"justify\">We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.</p>\n\n<h4>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS</h4>\n\n<p align=\"justify\">If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.</p>\n\n<p align=\"justify\">We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any party’s intellectual property or these Terms of Service.</p>\n\n<p align=\"justify\">You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.</p>\n\n<h4>SECTION 10 - PERSONAL INFORMATION</h4>\n\n<p align=\"justify\">Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.</p>\n\n<h4>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS</h4>\n\n<p align=\"justify\">Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).</p>\n\n<p align=\"justify\">We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.</p>\n\n<h4>SECTION 12 - PROHIBITED USES</h4>\n\n<p align=\"justify\">In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.</p>\n\n<h4>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY</h4>\n\n<p align=\"justify\">We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.</p>\n\n<p align=\"justify\">We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.</p>\n\n<p align=\"justify\">You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.</p>\n\n<p align=\"justify\">You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.</p>\n\n<p align=\"justify\">In no case shall Spectaclesfree Eyewear, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.</p>\n\n<h4>SECTION 14 - INDEMNIFICATION</h4>\n\n<p align=\"justify\">You agree to indemnify, defend and hold harmless Spectaclesfree Eyewear and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneys’ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.</p>\n\n<h4>SECTION 15 - SEVERABILITY</h4>\n\n<p align=\"justify\">In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.</p>\n\n<h4>SECTION 16 - TERMINATION</h4>\n\n<p align=\"justify\">The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.</p>\n\n<p align=\"justify\">These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.</p>\n\n<p align=\"justify\">If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).</p>\n\n<h4>SECTION 17 - ENTIRE AGREEMENT</h4>\n\n<p align=\"justify\">The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.</p>\n\n<p align=\"justify\">These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).</p>\n\n<p align=\"justify\">Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.</p>\n\n<h4>SECTION 18 - GOVERNING LAW</h4>\n\n<p align=\"justify\">These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 729 SE Grant St, Portland, OR, 97214, United States.</p>\n\n<h4>SECTION 19 - CHANGES TO TERMS OF SERVICE</h4>\n\n<p align=\"justify\">You can review the most current version of the Terms of Service at any time at this page.</p>\n\n<p align=\"justify\">We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.</p></div>\n</div></div></div></div></div></div></div></div></div>','Terms and Conditions','','inherit','closed','closed','','364-revision-v1','','','2017-12-01 06:41:50','2017-12-01 06:41:50','',364,'http://spectaclesfree.com/2017/12/01/364-revision-v1/',0,'revision','',0),(377,1,'2017-12-01 07:24:09','2017-12-01 07:24:09','<div id=\"pl-356\" class=\"panel-layout\" ><div id=\"pg-356-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-356-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-356-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a210399a4769\" class=\"panel-layout\" ><div id=\"pg-w5a210399a4769-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a210399a4769-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a210399a4769-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h3>Joining Our Mailing List For Exclusive Offers and Crazy Deals</h3>\n[contact-form-7 id=\"346\" title=\"Subscribe\"]</div>\n</div></div></div></div></div></div></div></div></div>','Subscribe','','inherit','closed','closed','','356-revision-v1','','','2017-12-01 07:24:09','2017-12-01 07:24:09','',356,'http://spectaclesfree.com/2017/12/01/356-revision-v1/',0,'revision','',0),(378,1,'2017-12-01 07:25:02','2017-12-01 07:25:02','<div id=\"pl-356\" class=\"panel-layout\" ><div id=\"pg-356-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-356-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-356-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a2103ce15e1c\" class=\"panel-layout\" ><div id=\"pg-w5a2103ce15e1c-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a2103ce15e1c-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a2103ce15e1c-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h2>Joining Our Mailing List For Exclusive Offers and Crazy Deals</h2>\n[contact-form-7 id=\"346\" title=\"Subscribe\"]</div>\n</div></div></div></div></div></div></div></div></div>','Subscribe','','inherit','closed','closed','','356-revision-v1','','','2017-12-01 07:25:02','2017-12-01 07:25:02','',356,'http://spectaclesfree.com/2017/12/01/356-revision-v1/',0,'revision','',0),(379,1,'2017-12-01 07:29:43','2017-12-01 07:29:43','','newsletter','','inherit','open','closed','','newsletter','','','2017-12-01 07:29:43','2017-12-01 07:29:43','',356,'http://spectaclesfree.com/wp-content/uploads/2017/12/newsletter.png',0,'attachment','image/png',0),(380,1,'2017-12-01 07:30:02','2017-12-01 07:30:02','<div id=\"pl-356\" class=\"panel-layout\" ><div id=\"pg-356-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-356-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-356-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a2104fa646d7\" class=\"panel-layout\" ><div id=\"pg-w5a2104fa646d7-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a2104fa646d7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-w5a2104fa646d7-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h2>Joining Our Mailing List For Exclusive Offers and Crazy Deals</h2>\n[contact-form-7 id=\"346\" title=\"Subscribe\"]</div>\n</div></div></div><div id=\"pgc-w5a2104fa646d7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-w5a2104fa646d7-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n </div>\n</div></div></div></div></div></div></div></div></div>','Subscribe','','inherit','closed','closed','','356-revision-v1','','','2017-12-01 07:30:02','2017-12-01 07:30:02','',356,'http://spectaclesfree.com/2017/12/01/356-revision-v1/',0,'revision','',0),(381,1,'2017-12-01 07:30:45','2017-12-01 07:30:45','<div id=\"pl-381\" class=\"panel-layout\" ><div id=\"pg-381-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-381-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-381-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a21052559943\" class=\"panel-layout\" ><div id=\"pg-w5a21052559943-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a21052559943-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-w5a21052559943-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h2>Joining Our Mailing List For Exclusive Offers and Crazy Deals</h2>\n[contact-form-7 id=\"346\" title=\"Subscribe\"]</div>\n</div></div></div><div id=\"pgc-w5a21052559943-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-w5a21052559943-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><img class=\"size-medium wp-image-379 aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/12/newsletter-295x300.png\" alt=\"\" width=\"295\" height=\"300\" /></p></div>\n</div></div></div></div></div></div></div></div></div>','Subscribe','','inherit','closed','closed','','356-revision-v1','','','2017-12-01 07:30:45','2017-12-01 07:30:45','',356,'http://spectaclesfree.com/2017/12/01/356-revision-v1/',0,'revision','',0),(382,1,'2017-12-01 07:30:45','2017-12-01 07:30:45','<div id=\"pl-356\" class=\"panel-layout\" ><div id=\"pg-356-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-356-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-356-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a2105255f99b\" class=\"panel-layout\" ><div id=\"pg-w5a2105255f99b-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a2105255f99b-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-w5a2105255f99b-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h2>Joining Our Mailing List For Exclusive Offers and Crazy Deals</h2>\n[contact-form-7 id=\"346\" title=\"Subscribe\"]</div>\n</div></div></div><div id=\"pgc-w5a2105255f99b-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-w5a2105255f99b-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><img class=\"size-medium wp-image-379 aligncenter\" src=\"http://spectaclesfree.com/wp-content/uploads/2017/12/newsletter-295x300.png\" alt=\"\" width=\"295\" height=\"300\" /></p></div>\n</div></div></div></div></div></div></div></div></div>','Subscribe','','inherit','closed','closed','','356-revision-v1','','','2017-12-01 07:30:45','2017-12-01 07:30:45','',356,'http://spectaclesfree.com/2017/12/01/356-revision-v1/',0,'revision','',0),(383,1,'2017-12-01 07:37:08','2017-12-01 07:37:08','<div id=\"pl-383\" class=\"panel-layout\" ><div id=\"pg-383-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-383-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-383-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a2106a4ed266\" class=\"panel-layout\" ><div id=\"pg-w5a2106a4ed266-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a2106a4ed266-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a2106a4ed266-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h2>Want To Stop Geting Email From Offers</h2>\n<h3>We can help you unsubscribe form their newsletter so you won\'t get email from contact@spectaclesfree.com anymore.</h3>\n[contact-form-7 id=\"347\" title=\"Unsubscribe\"]</div>\n</div></div></div></div></div></div></div></div></div>','Unsubscribe','','inherit','closed','closed','','352-revision-v1','','','2017-12-01 07:37:08','2017-12-01 07:37:08','',352,'http://spectaclesfree.com/2017/12/01/352-revision-v1/',0,'revision','',0),(384,1,'2017-12-01 07:37:09','2017-12-01 07:37:09','<div id=\"pl-352\" class=\"panel-layout\" ><div id=\"pg-352-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-352-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-352-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a2106a4f3024\" class=\"panel-layout\" ><div id=\"pg-w5a2106a4f3024-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a2106a4f3024-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-w5a2106a4f3024-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h2>Want To Stop Geting Email From Offers</h2>\n<h3>We can help you unsubscribe form their newsletter so you won\'t get email from contact@spectaclesfree.com anymore.</h3>\n[contact-form-7 id=\"347\" title=\"Unsubscribe\"]</div>\n</div></div></div></div></div></div></div></div></div>','Unsubscribe','','inherit','closed','closed','','352-revision-v1','','','2017-12-01 07:37:09','2017-12-01 07:37:09','',352,'http://spectaclesfree.com/2017/12/01/352-revision-v1/',0,'revision','',0),(385,1,'2017-12-01 07:38:12','2017-12-01 07:38:12','<div id=\"pl-385\" class=\"panel-layout\" ><div id=\"pg-385-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-385-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-385-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a2106e480ced\" class=\"panel-layout\" ><div id=\"pg-w5a2106e480ced-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a2106e480ced-0-0\" class=\"panel-grid-cell panel-grid-cell-empty\" data-weight=\"0.11612903225806\" ></div><div id=\"pgc-w5a2106e480ced-0-1\" class=\"panel-grid-cell\" data-weight=\"0.88387096774194\" ><div id=\"panel-w5a2106e480ced-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h2>Want To Stop Geting Email From Offers</h2>\n<p align=\"justify\">We can help you unsubscribe form their newsletter so you won\'t get email from contact@spectaclesfree.com anymore.</p>\n[contact-form-7 id=\"347\" title=\"Unsubscribe\"]</div>\n</div></div></div></div></div></div></div></div></div>','Unsubscribe','','inherit','closed','closed','','352-revision-v1','','','2017-12-01 07:38:12','2017-12-01 07:38:12','',352,'http://spectaclesfree.com/2017/12/01/352-revision-v1/',0,'revision','',0),(386,1,'2017-12-01 07:38:12','2017-12-01 07:38:12','<div id=\"pl-352\" class=\"panel-layout\" ><div id=\"pg-352-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-352-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-352-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a2106e488065\" class=\"panel-layout\" ><div id=\"pg-w5a2106e488065-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a2106e488065-0-0\" class=\"panel-grid-cell panel-grid-cell-empty\" data-weight=\"0.11612903225806\" ></div><div id=\"pgc-w5a2106e488065-0-1\" class=\"panel-grid-cell\" data-weight=\"0.88387096774194\" ><div id=\"panel-w5a2106e488065-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h2>Want To Stop Geting Email From Offers</h2>\n<p align=\"justify\">We can help you unsubscribe form their newsletter so you won\'t get email from contact@spectaclesfree.com anymore.</p>\n[contact-form-7 id=\"347\" title=\"Unsubscribe\"]</div>\n</div></div></div></div></div></div></div></div></div>','Unsubscribe','','inherit','closed','closed','','352-revision-v1','','','2017-12-01 07:38:12','2017-12-01 07:38:12','',352,'http://spectaclesfree.com/2017/12/01/352-revision-v1/',0,'revision','',0),(387,1,'2017-12-01 07:39:03','2017-12-01 07:39:03','<div id=\"pl-352\" class=\"panel-layout\" ><div id=\"pg-352-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-352-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-352-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a210717cc56f\" class=\"panel-layout\" ><div id=\"pg-w5a210717cc56f-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a210717cc56f-0-0\" class=\"panel-grid-cell panel-grid-cell-empty\" data-weight=\"0.040645161290318\" ></div><div id=\"pgc-w5a210717cc56f-0-1\" class=\"panel-grid-cell\" data-weight=\"0.95935483870968\" ><div id=\"panel-w5a210717cc56f-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h2>Want To Stop Geting Email From Offers</h2>\n<p>We can help you unsubscribe form their newsletter so you won\'t get email from contact@spectaclesfree.com anymore.</p>\n[contact-form-7 id=\"347\" title=\"Unsubscribe\"]</div>\n</div></div></div></div></div></div></div></div></div>','Unsubscribe','','inherit','closed','closed','','352-revision-v1','','','2017-12-01 07:39:03','2017-12-01 07:39:03','',352,'http://spectaclesfree.com/2017/12/01/352-revision-v1/',0,'revision','',0),(388,1,'2017-12-01 07:43:47','2017-12-01 07:43:47','<div id=\"pl-348\" class=\"panel-layout\" ><div id=\"pg-348-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-348-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-348-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a21083323dc0\" class=\"panel-layout\" ><div id=\"pg-w5a21083323dc0-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a21083323dc0-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-w5a21083323dc0-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>[contact-form-7 id=\"345\" title=\"Contact form 1\"]</p></div>\n</div></div></div><div id=\"pgc-w5a21083323dc0-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-w5a21083323dc0-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><strong>Address:</strong> 3645 Peachtree Industrial Blvd, Duluth, GA 30096, USA</p>\n<p><strong>Phone:</strong> 770-623-2784</p>\n<p><strong>Email:</strong> contact@spectaclesfree.com</p></div>\n</div></div></div></div></div></div></div></div></div>','Contact','','inherit','closed','closed','','348-revision-v1','','','2017-12-01 07:43:47','2017-12-01 07:43:47','',348,'http://spectaclesfree.com/2017/12/01/348-revision-v1/',0,'revision','',0),(389,1,'2017-12-01 07:44:25','2017-12-01 07:44:25','<div id=\"pl-348\" class=\"panel-layout\" ><div id=\"pg-348-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-348-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-348-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a2108597a44c\" class=\"panel-layout\" ><div id=\"pg-w5a2108597a44c-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a2108597a44c-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-w5a2108597a44c-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>[contact-form-7 id=\"345\" title=\"Contact form 1\"]</p></div>\n</div></div></div><div id=\"pgc-w5a2108597a44c-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-w5a2108597a44c-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"1\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><strong>Address:</strong> 3645 Peachtree Industrial Blvd, Duluth, GA 30096, USA</p>\n<p><strong>Phone:</strong> 770-623-2784</p>\n<p><strong>Email:</strong> contact@spectaclesfree.com</p></div>\n</div></div><div id=\"panel-w5a2108597a44c-0-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3307.822824177004!2d-84.17032394854382!3d33.99708438052592!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88f5a21442682d47%3A0x875329028829d99a!2s3645+Peachtree+Industrial+Blvd%2C+Duluth%2C+GA+30096%2C+USA!5e0!3m2!1sen!2sin!4v1512114013330\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></div>\n</div></div></div></div></div></div></div></div></div>','Contact','','inherit','closed','closed','','348-revision-v1','','','2017-12-01 07:44:25','2017-12-01 07:44:25','',348,'http://spectaclesfree.com/2017/12/01/348-revision-v1/',0,'revision','',0),(390,1,'2017-12-01 07:44:53','2017-12-01 07:44:53','<div id=\"pl-348\" class=\"panel-layout\" ><div id=\"pg-348-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-348-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-348-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a21087539e27\" class=\"panel-layout\" ><div id=\"pg-w5a21087539e27-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a21087539e27-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-w5a21087539e27-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>[contact-form-7 id=\"345\" title=\"Contact form 1\"]</p></div>\n</div></div></div><div id=\"pgc-w5a21087539e27-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-w5a21087539e27-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"1\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><strong>Address:</strong> 3645 Peachtree Industrial Blvd, Duluth, GA 30096, USA</p>\n<p><strong>Phone:</strong> 770-623-2784</p>\n<p><strong>Email:</strong> contact@spectaclesfree.com</p></div>\n</div></div><div id=\"panel-w5a21087539e27-0-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3307.822824177004!2d-84.17032394854382!3d33.99708438052592!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88f5a21442682d47%3A0x875329028829d99a!2s3645+Peachtree+Industrial+Blvd%2C+Duluth%2C+GA+30096%2C+USA!5e0!3m2!1sen!2sin!4v1512114013330\" width=\"600\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></div>\n</div></div></div></div></div></div></div></div></div>','Contact','','inherit','closed','closed','','348-revision-v1','','','2017-12-01 07:44:53','2017-12-01 07:44:53','',348,'http://spectaclesfree.com/2017/12/01/348-revision-v1/',0,'revision','',0),(391,1,'2017-12-01 08:16:20','2017-12-01 08:16:20','<div id=\"pl-348\" class=\"panel-layout\" ><div id=\"pg-348-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-348-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-348-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div id=\"pl-w5a210fd429133\" class=\"panel-layout\" ><div id=\"pg-w5a210fd429133-0\" class=\"panel-grid panel-no-style\" data-style=\"{"id":"","class":"","cell_class":"","row_css":"","mobile_css":"","bottom_margin":"","gutter":"","padding":"","mobile_padding":"","row_stretch":"","collapse_behaviour":"","collapse_order":"","cell_alignment":"flex-start","background":"","background_image_attachment":"0","background_display":"tile","border_color":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-w5a210fd429133-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-w5a210fd429133-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">You've got questions We've got answers</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>[contact-form-7 id=\"345\" title=\"Contact form 1\"]</p></div>\n</div></div></div><div id=\"pgc-w5a210fd429133-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-w5a210fd429133-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"1\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><strong>Address:</strong> 3645 Peachtree Industrial Blvd, Duluth, GA 30096, USA</p>\n<p><strong>Phone:</strong> 770-623-2784</p>\n<p><strong>Email:</strong> contact@spectaclesfree.com</p></div>\n</div></div><div id=\"panel-w5a210fd429133-0-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{"id":"","class":"","widget_css":"","mobile_css":"","padding":"","mobile_padding":"","background":"","background_image_attachment":"0","background_display":"tile","border_color":"","font_color":"","link_color":""}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3307.822824177004!2d-84.17032394854382!3d33.99708438052592!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88f5a21442682d47%3A0x875329028829d99a!2s3645+Peachtree+Industrial+Blvd%2C+Duluth%2C+GA+30096%2C+USA!5e0!3m2!1sen!2sin!4v1512114013330\" width=\"600\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></div>\n</div></div></div></div></div></div></div></div></div>','Contact','','inherit','closed','closed','','348-revision-v1','','','2017-12-01 08:16:20','2017-12-01 08:16:20','',348,'http://spectaclesfree.com/2017/12/01/348-revision-v1/',0,'revision','',0),(393,1,'2017-12-01 08:28:40','2017-12-01 08:28:40','\n.widget-menu li {\n \n font-weight: 600;\n \n }\n.clear {\n \n color: rgb(230, 21, 160);\n}\na {\n color: rgb(0, 0, 0);\n \n}\n.widget h3 {\n \n color: rgb(230, 21, 160);}\nh1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {\n \n color: rgb(230, 21, 160);\n}\n.fa-2x {\n \n color: rgb(230, 21, 160);\n}\n.fa-1x {\n \n color: #000000;\n}\n.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {\n color: rgb(230, 21, 160);\n }\n.woocommerce ul.products li.product .onsale, .woocommerce span.onsale, .top-grid-products .onsale, .slider-grid-img .onsale {\n background-color: rgb(230, 21, 160);\n}\n.woocommerce h1.page-title {\n \n color: black;\n}\nbody {\n font-family: Georgia;\n font-size: 14px;\n}\np {\n \n font-size: 17px;\n}\nbutton{\n padding: 6px;\n background-color: #00adef;\n size: b5;\n font-size: 16px;\n color: #ffffff;\n font-weight: 700;\n\n border-radius: 2.5em;\n }\n#content-footer-section {\n background-color: #ffffff;\n \n}\nbutton, html input[type=\"button\"], input[type=\"reset\"], input[type=\"submit\"] {\n -webkit-appearance: button;\n cursor: pointer;\n background: #00ADEF;\n font-size: 16px;\n height: 35px;\n line-height: 35px;\n display: block;\n padding: 0 10px;\n margin: 0;\n position: absolute;\n color: #fff;\n \n border-radius: 20px !important;\n opacity: 1;\n}\n.rsrc-container {\n \n padding-left: 50px;\n padding-right: 50px;\n \n}','kakina','','inherit','closed','closed','','46-revision-v1','','','2017-12-01 08:28:40','2017-12-01 08:28:40','',46,'http://spectaclesfree.com/2017/12/01/46-revision-v1/',0,'revision','',0),(395,1,'2017-12-01 08:50:07','2017-12-01 08:50:07','<strong>THE ORIGINAL WOOD SUNGLASSES</strong>\r\n<p align=\"justify\">spectaclesfree\'s original wood sunglasses. Since the beginning, the Canby has been spectaclesfree’s flagship model, and for good reason. The classic styling and refined aesthetics of the Canby lay the groundwork for an entire wooden eyewear revolution. The Canby mixes timeless style with the luxuriousness of domestic hardwoods for a look that\'s simple yet unforgettable.</p>','Canby','','publish','open','closed','','canby','','','2017-12-01 08:50:07','2017-12-01 08:50:07','',0,'http://spectaclesfree.com/?post_type=product&p=395',0,'product','',0),(396,1,'2017-12-01 08:49:47','2017-12-01 08:49:47','','w1','','inherit','open','closed','','w1-2','','','2017-12-01 08:49:47','2017-12-01 08:49:47','',395,'http://spectaclesfree.com/wp-content/uploads/2017/12/w1.jpg',0,'attachment','image/jpeg',0),(397,1,'2017-12-01 08:52:05','2017-12-01 08:52:05','<strong>THE ORIGINAL WOOD SUNGLASSES</strong>\r\n\r\n<p align=\"justify\">The Francis\' rounded silhouette and keyhole bridge are flattering on a wide range of face shapes. New to our wood collection, this unisex style is a great choice for those seeking a classic but contemporary look.</p>\r\n<p align=\"justify\">The Francis looks best on Square, Oval, Rectangle, Diamond, and Heart face shapes.</p>','Francis','','publish','open','closed','','francis','','','2017-12-01 08:52:05','2017-12-01 08:52:05','',0,'http://spectaclesfree.com/?post_type=product&p=397',0,'product','',0),(398,1,'2017-12-01 08:51:01','2017-12-01 08:51:01','','w2','','inherit','open','closed','','w2-2','','','2017-12-01 08:51:01','2017-12-01 08:51:01','',397,'http://spectaclesfree.com/wp-content/uploads/2017/12/w2.jpg',0,'attachment','image/jpeg',0),(399,1,'2017-12-01 08:53:48','2017-12-01 08:53:48','<strong>THE ORIGINAL WOOD SUNGLASSES</strong>\r\n\r\n<p align=\"justify\">The angular design of the classic-contemporary Govy 2 makes it a perfect choice for anyone preferring wood sunglasses with a bold look. With a moderately boxier design, the Govy 2 projects a slightly more masculine appearance than the Canby, while still maintaining unisex appeal.</p>','Govy 2','','publish','open','closed','','govy-2','','','2017-12-01 08:53:48','2017-12-01 08:53:48','',0,'http://spectaclesfree.com/?post_type=product&p=399',0,'product','',0),(400,1,'2017-12-01 08:52:47','2017-12-01 08:52:47','','w3','','inherit','open','closed','','w3-2','','','2017-12-01 08:52:47','2017-12-01 08:52:47','',399,'http://spectaclesfree.com/wp-content/uploads/2017/12/w3.jpg',0,'attachment','image/jpeg',0),(401,1,'2017-12-01 08:55:39','2017-12-01 08:55:39','<strong>THE ORIGINAL WOOD SUNGLASSES</strong>\r\n\r\n<p align=\"justify\">Part of our new women’s collection. Rounded lenses and curving lines come together with this strong feminine silhouette. Genuine hardwoods and warm tonalities create a look that\'s perfect in any situation.</p>\r\n<p align=\"justify\">Madison wood sunglasses look best on oval, rectangle, diamond, and heart face shapes.</p>','Madison','','publish','open','closed','','madison','','','2017-12-01 08:55:39','2017-12-01 08:55:39','',0,'http://spectaclesfree.com/?post_type=product&p=401',0,'product','',0),(402,1,'2017-12-01 08:55:34','2017-12-01 08:55:34','','w4','','inherit','open','closed','','w4-2','','','2017-12-01 08:55:34','2017-12-01 08:55:34','',401,'http://spectaclesfree.com/wp-content/uploads/2017/12/w4.jpg',0,'attachment','image/jpeg',0),(404,1,'2017-12-01 08:59:20','2017-12-01 08:59:20','THE ORIGINAL WOOD RX GLASSES\r\n\r\nSpectaclesfree\'s original wooden glasses. Since the beginning, the Canby has been Spectaclesfree flagship model, and for good reason. The classic styling and refined aesthetics of the Canby lay the groundwork for an entire wooden eyewear revolution. The Canby mixes timeless style with the luxuriousness of exotic hardwoods for a look that\'s simple yet unforgettable.','Canby RX','','publish','open','closed','','canby-rx','','','2017-12-01 08:59:20','2017-12-01 08:59:20','',0,'http://spectaclesfree.com/?post_type=product&p=404',0,'product','',0),(405,1,'2017-12-01 08:58:17','2017-12-01 08:58:17','','m1','','inherit','open','closed','','m1-2','','','2017-12-01 08:58:17','2017-12-01 08:58:17','',404,'http://spectaclesfree.com/wp-content/uploads/2017/12/m1.jpg',0,'attachment','image/jpeg',0),(406,1,'2017-12-01 09:00:57','2017-12-01 09:00:57','<strong>THE ORIGINAL WOOD RX GLASSES</strong>\r\n\r\n<p align=\"justify\">Similar to our classic Canby shape, the Cannon is a flattering alternative for those with a slightly smaller face. The lower profile and narrower bridge is perfect for those who are looking for a smaller frame but arenÍt willing to compromise on style.</p>','Cannon RX','','publish','open','closed','','cannon-rx','','','2017-12-01 09:17:25','2017-12-01 09:17:25','',0,'http://spectaclesfree.com/?post_type=product&p=406',0,'product','',0),(407,1,'2017-12-01 09:02:44','2017-12-01 09:02:44','<strong>THE ORIGINAL WOOD RX GLASSES</strong>\r\n\r\n<p align=\"justify\">The FrancisÍ rounded silhouette and keyhole bridge are flattering on a wide range of face shapes. A unisex style that is a perfect blend of classic and contemporary.</p>','Francis RX','','publish','open','closed','','francis-rx','','','2017-12-01 09:02:48','2017-12-01 09:02:48','',0,'http://spectaclesfree.com/?post_type=product&p=407',0,'product','',0),(408,1,'2017-12-01 09:02:40','2017-12-01 09:02:40','','m3','','inherit','open','closed','','m3-2','','','2017-12-01 09:02:40','2017-12-01 09:02:40','',407,'http://spectaclesfree.com/wp-content/uploads/2017/12/m3.jpg',0,'attachment','image/jpeg',0),(409,1,'2017-12-01 09:04:03','2017-12-01 09:04:03','<strong>THE ORIGINAL WOOD RX GLASSES</strong>\r\n\r\n<p align=\"justify\">The FremontÍs commanding rectangular shape and hearty temples are perfect for mid to larger faces and anyone desiring a versatile look.\r\nThe Fremont and other sunglasses looks best on Round, Oval, and Rectangle face shapes.</p>','Fremont RX','','publish','open','closed','','fremont-rx','','','2017-12-01 09:04:46','2017-12-01 09:04:46','',0,'http://spectaclesfree.com/?post_type=product&p=409',0,'product','',0),(410,1,'2017-12-01 09:03:58','2017-12-01 09:03:58','','m4','','inherit','open','closed','','m4-2','','','2017-12-01 09:03:58','2017-12-01 09:03:58','',409,'http://spectaclesfree.com/wp-content/uploads/2017/12/m4.jpg',0,'attachment','image/jpeg',0),(413,1,'2017-12-01 09:17:22','2017-12-01 09:17:22','','m2','','inherit','open','closed','','m2-2','','','2017-12-01 09:17:22','2017-12-01 09:17:22','',406,'http://spectaclesfree.com/wp-content/uploads/2017/12/m2.jpg',0,'attachment','image/jpeg',0),(416,1,'2017-12-05 07:15:28','2017-12-05 07:15:28','\n.widget-menu li {\n \n font-weight: 600;\n \n }\n.clear {\n \n color: rgb(230, 21, 160);\n}\na {\n color: rgb(0, 0, 0);\n \n}\n.widget h3 {\n \n color: rgb(230, 21, 160);}\nh1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {\n \n color: rgb(230, 21, 160);\n}\n.fa-2x {\n \n color: rgb(230, 21, 160);\n}\n.fa-1x {\n \n color: #000000;\n}\n.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {\n color: rgb(230, 21, 160);\n }\n.woocommerce ul.products li.product .onsale, .woocommerce span.onsale, .top-grid-products .onsale, .slider-grid-img .onsale {\n background-color: rgb(230, 21, 160);\n}\n.woocommerce h1.page-title {\n \n color: black;\n}\nbody {\n font-family: Georgia;\n font-size: 14px;\n}\np {\n \n font-size: 17px;\n}\nbutton{\n padding: 6px;\n background-color: #00adef;\n size: b5;\n font-size: 16px;\n color: #ffffff;\n font-weight: 700;\n\n border-radius: 2.5em;\n }\n#content-footer-section {\n background-color: #ffffff;\n \n}\nbutton, html input[type=\"button\"], input[type=\"reset\"], input[type=\"submit\"] {\n -webkit-appearance: button;\n cursor: pointer;\n background: #00ADEF;\n font-size: 16px;\n height: 35px;\n line-height: 35px;\n display: block;\n padding: 0 10px;\n margin: 0;\n position: absolute;\n color: #fff;\n \n border-radius: 20px !important;\n opacity: 1;\n}\n.rsrc-container {\n \n padding-left: 50px;\n padding-right: 50px;\n }\nbody {\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n font-size: 14px;\n line-height: 1.42857143;\n color: #515151;\n background-color: #00adef;\n}','kakina','','inherit','closed','closed','','46-revision-v1','','','2017-12-05 07:15:28','2017-12-05 07:15:28','',46,'http://spectaclesfree.com/2017/12/05/46-revision-v1/',0,'revision','',0),(419,1,'2017-12-05 07:36:25','2017-12-05 07:36:25','','t','','inherit','open','closed','','t','','','2017-12-05 07:36:25','2017-12-05 07:36:25','',0,'http://spectaclesfree.com/wp-content/uploads/2017/12/t.jpg',0,'attachment','image/jpeg',0),(421,1,'2017-12-05 07:46:16','2017-12-05 07:46:16','','logo','','inherit','open','closed','','logo','','','2017-12-05 07:46:16','2017-12-05 07:46:16','',0,'http://spectaclesfree.com/wp-content/uploads/2017/12/logo.png',0,'attachment','image/png',0),(424,1,'2017-12-05 07:49:00','2017-12-05 07:49:00','','logo','','inherit','open','closed','','logo-2','','','2017-12-05 07:49:00','2017-12-05 07:49:00','',0,'http://spectaclesfree.com/wp-content/uploads/2017/12/logo-1.png',0,'attachment','image/png',0),(425,1,'2017-12-05 07:53:23','2017-12-05 07:53:23','','logo1','','inherit','open','closed','','logo1','','','2017-12-05 07:53:23','2017-12-05 07:53:23','',0,'http://spectaclesfree.com/wp-content/uploads/2017/12/logo1.png',0,'attachment','image/png',0),(427,1,'2017-12-05 08:13:14','2017-12-05 08:13:14','','logo2','','inherit','open','closed','','logo2','','','2017-12-05 08:13:14','2017-12-05 08:13:14','',0,'http://spectaclesfree.com/wp-content/uploads/2017/12/logo2.png',0,'attachment','image/png',0),(430,1,'2017-12-05 10:55:50','2017-12-05 10:55:50','','fav','','inherit','open','closed','','fav','','','2017-12-05 10:55:50','2017-12-05 10:55:50','',0,'http://spectaclesfree.com/wp-content/uploads/2017/12/fav.png',0,'attachment','image/png',0),(431,1,'2017-12-05 10:56:08','2017-12-05 10:56:08','http://spectaclesfree.com/wp-content/uploads/2017/12/cropped-fav.png','cropped-fav.png','','inherit','open','closed','','cropped-fav-png','','','2017-12-05 10:56:08','2017-12-05 10:56:08','',0,'http://spectaclesfree.com/wp-content/uploads/2017/12/cropped-fav.png',0,'attachment','image/png',0),(433,1,'2017-12-05 10:59:20','2017-12-05 10:59:20','','fav1','','inherit','open','closed','','fav1','','','2017-12-05 10:59:20','2017-12-05 10:59:20','',0,'http://spectaclesfree.com/wp-content/uploads/2017/12/fav1.png',0,'attachment','image/png',0),(435,1,'2017-12-05 11:00:26','2017-12-05 11:00:26','','fav2','','inherit','open','closed','','fav2','','','2017-12-05 11:00:26','2017-12-05 11:00:26','',0,'http://spectaclesfree.com/wp-content/uploads/2017/12/fav2.png',0,'attachment','image/png',0),(436,1,'2017-12-05 11:00:38','2017-12-05 11:00:38','http://spectaclesfree.com/wp-content/uploads/2017/12/cropped-fav2.png','cropped-fav2.png','','inherit','open','closed','','cropped-fav2-png','','','2017-12-05 11:00:38','2017-12-05 11:00:38','',0,'http://spectaclesfree.com/wp-content/uploads/2017/12/cropped-fav2.png',0,'attachment','image/png',0),(437,1,'2017-12-05 11:00:56','2017-12-05 11:00:56','http://spectaclesfree.com/wp-content/uploads/2017/12/cropped-fav2-1.png','cropped-fav2-1.png','','inherit','open','closed','','cropped-fav2-1-png','','','2017-12-05 11:00:56','2017-12-05 11:00:56','',0,'http://spectaclesfree.com/wp-content/uploads/2017/12/cropped-fav2-1.png',0,'attachment','image/png',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (50,15,0),(56,15,0),(72,2,0),(72,16,0),(90,2,0),(90,16,0),(98,2,0),(98,16,0),(106,2,0),(106,16,0),(114,2,0),(114,17,0),(117,2,0),(117,17,0),(120,2,0),(120,17,0),(123,2,0),(123,17,0),(126,2,0),(126,18,0),(130,2,0),(130,18,0),(133,2,0),(133,18,0),(137,2,0),(137,18,0),(141,2,0),(141,19,0),(147,2,0),(147,19,0),(152,2,0),(152,19,0),(157,2,0),(157,19,0),(232,20,0),(233,20,0),(236,20,0),(237,20,0),(242,20,0),(243,20,0),(251,20,0),(299,20,0),(300,21,0),(313,21,0),(349,20,0),(371,21,0),(372,21,0),(395,2,0),(395,19,0),(397,2,0),(397,19,0),(399,2,0),(399,19,0),(401,2,0),(401,19,0),(404,2,0),(404,16,0),(406,2,0),(406,16,0),(407,2,0),(407,16,0),(409,2,0),(409,16,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'product_type','',0,24),(3,3,'product_type','',0,0),(4,4,'product_type','',0,0),(5,5,'product_type','',0,0),(6,6,'product_visibility','',0,0),(7,7,'product_visibility','',0,0),(8,8,'product_visibility','',0,0),(9,9,'product_visibility','',0,0),(10,10,'product_visibility','',0,0),(11,11,'product_visibility','',0,0),(12,12,'product_visibility','',0,0),(13,13,'product_visibility','',0,0),(14,14,'product_visibility','',0,0),(15,15,'category','',0,2),(16,16,'product_cat','',0,8),(17,17,'product_cat','',0,4),(18,18,'product_cat','',0,4),(19,19,'product_cat','',0,8),(20,20,'nav_menu','',0,9),(21,21,'nav_menu','',0,4),(22,22,'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_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; INSERT INTO `wp_termmeta` VALUES (1,16,'order','0'),(2,16,'product_count_product_cat','8'),(3,17,'order','0'),(4,17,'product_count_product_cat','4'),(5,18,'order','0'),(6,18,'product_count_product_cat','4'),(7,19,'order','0'),(8,19,'product_count_product_cat','8'),(9,17,'display_type',''),(10,17,'thumbnail_id','162'),(11,16,'display_type',''),(12,16,'thumbnail_id','163'),(13,18,'display_type',''),(14,18,'thumbnail_id','165'),(15,19,'display_type',''),(16,19,'thumbnail_id','164'); /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'simple','simple',0),(3,'grouped','grouped',0),(4,'variable','variable',0),(5,'external','external',0),(6,'exclude-from-search','exclude-from-search',0),(7,'exclude-from-catalog','exclude-from-catalog',0),(8,'featured','featured',0),(9,'outofstock','outofstock',0),(10,'rated-1','rated-1',0),(11,'rated-2','rated-2',0),(12,'rated-3','rated-3',0),(13,'rated-4','rated-4',0),(14,'rated-5','rated-5',0),(15,'slider','slider',0),(16,'Men','men',0),(17,'Glasses','glass',0),(18,'Sun Glasses','sun-glasses',0),(19,'Women','women',0),(20,'Menu 1','menu-1',0),(21,'menu 2','menu-2',0),(22,'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_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','wxwebAdmin'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'locale',''),(11,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(12,1,'wp_user_level','10'),(13,1,'dismissed_wp_pointers',''),(14,1,'show_welcome_panel','1'),(16,1,'wp_dashboard_quick_press_last_post_id','438'),(17,1,'wp_user-settings','libraryContent=browse&editor=html'),(18,1,'wp_user-settings-time','1512113824'),(19,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"37a749d808e46495a8da1e5352d03cae\";a:10:{s:3:\"key\";s:32:\"37a749d808e46495a8da1e5352d03cae\";s:10:\"product_id\";i:152;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:270;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:270;s:8:\"line_tax\";i:0;}}}'),(20,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"122.174.13.0\";}'),(21,1,'closedpostboxes_product','a:1:{i:0;s:11:\"postexcerpt\";}'),(22,1,'metaboxhidden_product','a:2:{i:0;s:10:\"postcustom\";i:1;s:7:\"slugdiv\";}'),(23,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(24,1,'metaboxhidden_nav-menus','a:4:{i:0;s:21:\"add-post-type-product\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-product_cat\";i:3;s:15:\"add-product_tag\";}'),(25,1,'nav_menu_recently_edited','20'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'wxwebAdmin','$P$B7foeQj.zA4o3kGqfQUnQ2ck0L6as..','wxwebadmin','contact@spectaclesfree.com','','2017-11-29 09:05:04','',0,'wxwebAdmin'); /*!40000 ALTER TABLE `wp_users` 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_ci DEFAULT '', PRIMARY KEY (`download_log_id`), KEY `permission_id` (`permission_id`), KEY `timestamp` (`timestamp`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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_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_ci NOT NULL, `name` text COLLATE utf8mb4_unicode_ci NOT NULL, `user_id` bigint(20) unsigned NOT NULL, `delivery_url` text COLLATE utf8mb4_unicode_ci NOT NULL, `secret` text COLLATE utf8mb4_unicode_ci NOT NULL, `topic` varchar(200) COLLATE utf8mb4_unicode_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_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_ci DEFAULT NULL, `permissions` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL, `consumer_key` char(64) COLLATE utf8mb4_unicode_ci NOT NULL, `consumer_secret` char(43) COLLATE utf8mb4_unicode_ci NOT NULL, `nonces` longtext COLLATE utf8mb4_unicode_ci, `truncated_key` char(7) COLLATE utf8mb4_unicode_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_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_ci NOT NULL, `attribute_label` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `attribute_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `attribute_public` int(1) NOT NULL DEFAULT '1', PRIMARY KEY (`attribute_id`), KEY `attribute_name` (`attribute_name`(20)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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 */; /*!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_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_ci NOT NULL, `user_email` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `user_id` bigint(20) unsigned DEFAULT NULL, `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_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`(16),`download_id`), KEY `download_order_product` (`download_id`,`order_id`,`product_id`), KEY `order_id` (`order_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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_ci NOT NULL, `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `context` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`log_id`), KEY `level` (`level`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `order_item_id` (`order_item_id`), KEY `meta_key` (`meta_key`(32)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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 */; /*!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` text COLLATE utf8mb4_unicode_ci NOT NULL, `order_item_type` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `order_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`order_item_id`), KEY `order_id` (`order_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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 */; /*!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_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `payment_token_id` (`payment_token_id`), KEY `meta_key` (`meta_key`(32)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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_ci NOT NULL, `token` text COLLATE utf8mb4_unicode_ci NOT NULL, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `type` varchar(200) COLLATE utf8mb4_unicode_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_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_ci NOT NULL, `session_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `session_expiry` bigint(20) unsigned NOT NULL, PRIMARY KEY (`session_key`), UNIQUE KEY `session_id` (`session_id`) ) ENGINE=InnoDB AUTO_INCREMENT=13449 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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 (13412,'0d83a53cf0019abb9cfaee4c0a4977bd','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"9b8619251a19057cff70779273e95aa6\";a:10:{s:3:\"key\";s:32:\"9b8619251a19057cff70779273e95aa6\";s:10:\"product_id\";i:130;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"172.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"172.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"172.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: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:\"\";}\";}',1548925197),(13438,'12d91c67d9cf707066cfd04416f12a19','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"4f4adcbf8c6f66dcfc8a3282ac2bf10a\";a:10:{s:3:\"key\";s:32:\"4f4adcbf8c6f66dcfc8a3282ac2bf10a\";s:10:\"product_id\";i:404;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:265;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:265;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"265.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"265.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"265.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: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:\"\";}\";}',1549040115),(13444,'282faab3bff0cef38720a8d8d80670c3','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";a:10:{s:3:\"key\";s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:160;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:160;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"160.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"160.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"160.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: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:\"\";}\";}',1549084594),(13425,'296118e8f92649799df82634f2e3be40','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"069059b7ef840f0c74a814ec9237b6ec\";a:10:{s:3:\"key\";s:32:\"069059b7ef840f0c74a814ec9237b6ec\";s:10:\"product_id\";i:126;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:160;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:160;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"160.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"160.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"160.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: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:\"\";}\";}',1548995144),(13442,'2c13490cfd5de231bbea824edf6c3a10','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:10:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:177;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:177;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"177.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"177.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"177.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: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:\"\";}\";}',1549043402),(13423,'2cb273994313ec9535b60bac3b4d195b','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"1543843a4723ed2ab08e18053ae6dc5b\";a:10:{s:3:\"key\";s:32:\"1543843a4723ed2ab08e18053ae6dc5b\";s:10:\"product_id\";i:395;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:147;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:147;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"147.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"147.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"147.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: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:\"\";}\";}',1548985543),(13440,'2f00fea1b0825ebb9a98d6dfb29baf23','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";a:10:{s:3:\"key\";s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:160;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:160;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"160.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"160.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"160.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: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:\"\";}\";}',1549040121),(13431,'3674708e4b3c077be616c18280785e55','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"9b8619251a19057cff70779273e95aa6\";a:10:{s:3:\"key\";s:32:\"9b8619251a19057cff70779273e95aa6\";s:10:\"product_id\";i:130;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"172.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"172.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"172.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: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:\"\";}\";}',1549010244),(13417,'37c903dd187f9d072fe0e09b49818966','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"3988c7f88ebcb58c6ce932b957b6f332\";a:10:{s:3:\"key\";s:32:\"3988c7f88ebcb58c6ce932b957b6f332\";s:10:\"product_id\";i:137;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:175;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:175;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"175.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"175.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"175.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: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:\"\";}\";}',1548953090),(13432,'3aea59e5440082434ab1d32baa8b099b','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"9b8619251a19057cff70779273e95aa6\";a:10:{s:3:\"key\";s:32:\"9b8619251a19057cff70779273e95aa6\";s:10:\"product_id\";i:130;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"172.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"172.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"172.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: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:\"\";}\";}',1549010535),(13414,'42a5dcd15c1308c59c10960a4aa9f430','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"eb160de1de89d9058fcb0b968dbbbd68\";a:10:{s:3:\"key\";s:32:\"eb160de1de89d9058fcb0b968dbbbd68\";s:10:\"product_id\";i:117;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:167;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:167;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"167.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"167.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"167.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: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:\"\";}\";}',1548931800),(13447,'47fa4c3cf46ceddf63c2cea089f94b5f','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"069059b7ef840f0c74a814ec9237b6ec\";a:10:{s:3:\"key\";s:32:\"069059b7ef840f0c74a814ec9237b6ec\";s:10:\"product_id\";i:126;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:160;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:160;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"160.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"160.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"160.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: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:\"\";}\";}',1549108787),(13413,'495ac36c4b147f950a98c97dcd831442','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"4f4adcbf8c6f66dcfc8a3282ac2bf10a\";a:10:{s:3:\"key\";s:32:\"4f4adcbf8c6f66dcfc8a3282ac2bf10a\";s:10:\"product_id\";i:404;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:265;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:265;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"265.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"265.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"265.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: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:\"\";}\";}',1548925201),(13435,'5529bf3b25cf2f63d32c4985884016f3','a:8:{s:4:\"cart\";s:354:\"a:1:{s:32:\"32bb90e8976aab5298d5da10fe66f21d\";a:10:{s:3:\"key\";s:32:\"32bb90e8976aab5298d5da10fe66f21d\";s:10:\"product_id\";i:72;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:49;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:49;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:405:\"a:15:{s:8:\"subtotal\";s:5:\"49.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:5:\"49.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"49.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: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:\"\";}\";}',1549022194),(13418,'6ec3f92c3e116507eeacdb4b5dd02263','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"9b8619251a19057cff70779273e95aa6\";a:10:{s:3:\"key\";s:32:\"9b8619251a19057cff70779273e95aa6\";s:10:\"product_id\";i:130;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"172.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"172.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"172.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: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:\"\";}\";}',1548953096),(13436,'71becc7a5f2e6a02d80a3d3a68083596','a:8:{s:4:\"cart\";s:356:\"a:1:{s:32:\"ed3d2c21991e3bef5e069713af9fa6ca\";a:10:{s:3:\"key\";s:32:\"ed3d2c21991e3bef5e069713af9fa6ca\";s:10:\"product_id\";i:98;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:158;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:158;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"158.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"158.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"158.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: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:\"\";}\";}',1549022198),(13421,'72234ee34f83f8dbe0dc0694a9ce968b','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:10:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:177;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:177;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"177.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"177.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"177.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: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:\"\";}\";}',1548985536),(13422,'79a421e1ca786066454614a4ea9292dc','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"069059b7ef840f0c74a814ec9237b6ec\";a:10:{s:3:\"key\";s:32:\"069059b7ef840f0c74a814ec9237b6ec\";s:10:\"product_id\";i:126;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:160;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:160;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"160.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"160.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"160.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: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:\"\";}\";}',1548985539),(13420,'89910513f57e0140b877b0c2d91c9b20','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"eb160de1de89d9058fcb0b968dbbbd68\";a:10:{s:3:\"key\";s:32:\"eb160de1de89d9058fcb0b968dbbbd68\";s:10:\"product_id\";i:117;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:167;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:167;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"167.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"167.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"167.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: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:\"\";}\";}',1548959103),(13443,'8d5eb4fcf0b71807eb5fd663d1769964','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"8cb22bdd0b7ba1ab13d742e22eed8da2\";a:10:{s:3:\"key\";s:32:\"8cb22bdd0b7ba1ab13d742e22eed8da2\";s:10:\"product_id\";i:406;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:265;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:265;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"265.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"265.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"265.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: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:\"\";}\";}',1549049228),(13437,'97532dc7e210ade4e0b7bf27a54d2368','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"069059b7ef840f0c74a814ec9237b6ec\";a:10:{s:3:\"key\";s:32:\"069059b7ef840f0c74a814ec9237b6ec\";s:10:\"product_id\";i:126;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:160;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:160;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"160.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"160.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"160.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: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:\"\";}\";}',1549022834),(13448,'9a9c5716d40739cd22889a4a7d53358a','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:10:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:177;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:177;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"177.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"177.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"177.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: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:\"\";}\";}',1549117210),(13410,'a5e6a0bb5947ce62401ad97b604be143','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"eb160de1de89d9058fcb0b968dbbbd68\";a:10:{s:3:\"key\";s:32:\"eb160de1de89d9058fcb0b968dbbbd68\";s:10:\"product_id\";i:117;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:167;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:167;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"167.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"167.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"167.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: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:\"\";}\";}',1548922037),(13416,'a8c397403ba6d8c653c72a032afff130','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"4f4adcbf8c6f66dcfc8a3282ac2bf10a\";a:10:{s:3:\"key\";s:32:\"4f4adcbf8c6f66dcfc8a3282ac2bf10a\";s:10:\"product_id\";i:404;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:265;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:265;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"265.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"265.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"265.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: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:\"\";}\";}',1548937319),(13427,'aa3eea8cc233f569131fc54aebdec30a','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"5fd0b37cd7dbbb00f97ba6ce92bf5add\";a:10:{s:3:\"key\";s:32:\"5fd0b37cd7dbbb00f97ba6ce92bf5add\";s:10:\"product_id\";i:114;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:166;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:166;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"166.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"166.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"166.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: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:\"\";}\";}',1549001110),(13415,'af7478b9392675d3c31d2056fbf427d3','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"4f4adcbf8c6f66dcfc8a3282ac2bf10a\";a:10:{s:3:\"key\";s:32:\"4f4adcbf8c6f66dcfc8a3282ac2bf10a\";s:10:\"product_id\";i:404;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:265;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:265;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"265.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"265.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"265.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: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:\"\";}\";}',1548931804),(13429,'b2210d778876e09093931649b7e725bb','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"9b8619251a19057cff70779273e95aa6\";a:10:{s:3:\"key\";s:32:\"9b8619251a19057cff70779273e95aa6\";s:10:\"product_id\";i:130;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"172.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"172.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"172.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: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:\"\";}\";}',1549010236),(13426,'b30b109862a175d8cefab7a083bec5d7','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"1543843a4723ed2ab08e18053ae6dc5b\";a:10:{s:3:\"key\";s:32:\"1543843a4723ed2ab08e18053ae6dc5b\";s:10:\"product_id\";i:395;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:147;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:147;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"147.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"147.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"147.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: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:\"\";}\";}',1548997897),(13441,'c471a9b0330d1fa09693e36a3b6d3cf4','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"3988c7f88ebcb58c6ce932b957b6f332\";a:10:{s:3:\"key\";s:32:\"3988c7f88ebcb58c6ce932b957b6f332\";s:10:\"product_id\";i:137;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:175;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:175;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"175.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"175.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"175.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: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:\"\";}\";}',1549043398),(13439,'d5a8a873a6c765ef31bc1439db3220d5','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:10:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:177;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:177;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"177.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"177.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"177.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: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:\"\";}\";}',1549040118),(13433,'dca6fe178af41ab86ce83b0311631228','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"8cb22bdd0b7ba1ab13d742e22eed8da2\";a:10:{s:3:\"key\";s:32:\"8cb22bdd0b7ba1ab13d742e22eed8da2\";s:10:\"product_id\";i:406;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:265;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:265;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"265.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"265.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"265.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: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:\"\";}\";}',1549013063),(13419,'dd60c1f269cc36eaf927bf54a2937551','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"8cb22bdd0b7ba1ab13d742e22eed8da2\";a:10:{s:3:\"key\";s:32:\"8cb22bdd0b7ba1ab13d742e22eed8da2\";s:10:\"product_id\";i:406;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:265;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:265;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"265.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"265.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"265.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: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:\"\";}\";}',1548956177),(13424,'de1b94cccf7bbfd6ce49ce00ede38c57','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"8cb22bdd0b7ba1ab13d742e22eed8da2\";a:10:{s:3:\"key\";s:32:\"8cb22bdd0b7ba1ab13d742e22eed8da2\";s:10:\"product_id\";i:406;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:265;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:265;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"265.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"265.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"265.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: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:\"\";}\";}',1548988626),(13446,'e1c2f98e6b422d1e2ed5e23e2bc4cd3f','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"3988c7f88ebcb58c6ce932b957b6f332\";a:10:{s:3:\"key\";s:32:\"3988c7f88ebcb58c6ce932b957b6f332\";s:10:\"product_id\";i:137;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:175;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:175;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"175.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"175.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"175.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: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:\"\";}\";}',1549100445),(13430,'e3c7d4c96070f764ab4ba52a1f455b51','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"1543843a4723ed2ab08e18053ae6dc5b\";a:10:{s:3:\"key\";s:32:\"1543843a4723ed2ab08e18053ae6dc5b\";s:10:\"product_id\";i:395;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:147;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:147;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"147.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"147.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"147.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: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:\"\";}\";}',1549010241),(13411,'f1296f9d016717df1674021f017d867f','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"9b8619251a19057cff70779273e95aa6\";a:10:{s:3:\"key\";s:32:\"9b8619251a19057cff70779273e95aa6\";s:10:\"product_id\";i:130;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"172.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"172.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"172.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: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:\"\";}\";}',1548922040),(13434,'f3cb52fbfb8b321a18ffe2700cc9e161','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"8cb22bdd0b7ba1ab13d742e22eed8da2\";a:10:{s:3:\"key\";s:32:\"8cb22bdd0b7ba1ab13d742e22eed8da2\";s:10:\"product_id\";i:406;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:265;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:265;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"265.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"265.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"265.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: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:\"\";}\";}',1549013304),(13409,'f671813266962678d36d16aa48fa77d7','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"3988c7f88ebcb58c6ce932b957b6f332\";a:10:{s:3:\"key\";s:32:\"3988c7f88ebcb58c6ce932b957b6f332\";s:10:\"product_id\";i:137;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:175;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:175;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"175.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"175.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"175.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: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:\"\";}\";}',1548922031),(13445,'f68a4a9de2c876f5b828de2f9154d184','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"8cb22bdd0b7ba1ab13d742e22eed8da2\";a:10:{s:3:\"key\";s:32:\"8cb22bdd0b7ba1ab13d742e22eed8da2\";s:10:\"product_id\";i:406;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:265;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:265;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"265.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"265.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"265.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: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:\"\";}\";}',1549093855),(13428,'f88842f542dc3f6cfeceb71f5d1b286c','a:8:{s:4:\"cart\";s:357:\"a:1:{s:32:\"5fd0b37cd7dbbb00f97ba6ce92bf5add\";a:10:{s:3:\"key\";s:32:\"5fd0b37cd7dbbb00f97ba6ce92bf5add\";s:10:\"product_id\";i:114;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:166;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:166;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"166.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"166.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"166.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: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:\"\";}\";}',1549003874); /*!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_ci NOT NULL, `location_type` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`location_id`), KEY `location_id` (`location_id`), KEY `location_type_code` (`location_type`(10),`location_code`(20)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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_ci NOT NULL, `method_order` bigint(20) unsigned NOT NULL, `is_enabled` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`instance_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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 */; /*!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_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_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,'United States (US)',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_ci NOT NULL, `tax_rate_id` bigint(20) unsigned NOT NULL, `location_type` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`location_id`), KEY `tax_rate_id` (`tax_rate_id`), KEY `location_type_code` (`location_type`(10),`location_code`(20)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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_ci NOT NULL DEFAULT '', `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `tax_rate` varchar(8) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_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_ci NOT NULL DEFAULT '', PRIMARY KEY (`tax_rate_id`), KEY `tax_rate_country` (`tax_rate_country`), KEY `tax_rate_state` (`tax_rate_state`(2)), KEY `tax_rate_class` (`tax_rate_class`(10)), KEY `tax_rate_priority` (`tax_rate_priority`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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 */; /*!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 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 */; /*!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=2 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,'','','GMOJ2WSKM7W2',0,1); /*!40000 ALTER TABLE `wp_yith_wcwl_lists` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2019-01-31 9:25:18
Save